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 |
|---|---|---|---|---|
::-webkit-scrollbar {
width: 8px !important;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #ddd;
border-radius: 8px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(0, 148, 94, 0.62);
border-radius: 8px;
}
section{
margin: 0px;
padding: 10px 40px;
width: 100%;
font-family: lato;
height: auto;
display: inline-block;
}
/*-----------------page summary section--------------------*/
.page_summary_body{
padding: 10px 0px 50px 0px;
}
.page_indicator{
font-style: normal;
font-weight: bold;
line-height: 24px;
color: #00945E;
}
.page_summary_body h2{
font-weight: bold;
color: #353A45;
line-height: 70px;
margin-top: 10px;
}
.ministry_links_body{
border-bottom: 1px solid #dddddd;
height: 40px;
}
.ministry_links{
width: 745px;
height: 40px;
float: left;
display:inline-flex;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
.ministry_links::-webkit-scrollbar {
display: none;
}
.ministry_links a{
text-decoration: none;
color: #A1A3A8;
font-size: 18px;
float: left;
padding-right: 20px;
text-align: center;
cursor: pointer;
}
.ministry_links a:after {
content: "";
display: block;
margin: 0 auto;
width: 100px;
border-bottom: 2px solid #A1A3A8;
padding-bottom: 10px;
}
.ministry_links .active{
color: #00945E;
}
.ministry_links .active:after{
border-bottom: 2px solid #00945E;
}
.link_scroll_right{
line-height: 40px;
color: #A1A3A8;
box-shadow: -2px 0px 0px rgba(0, 0, 0, 0.08);
float: left;
padding-left: 5px;
}
.table_chart_body{
width: 65%;
padding: 40px 0px;
float: left;
}
.table_chart_body select{
border: none;
width: 150px;
font-size: 20px;
line-height: 38px;
color: #005938;
border-bottom: 1px solid #005938;
padding-bottom: 8px;
outline: none;
font-weight: 600;
}
/*---------------------comment section-------------------------*/
.comment_section{
width: 35%;
padding: 40px 0px;
float: left;
}
.comment_section h4{
color: #005938;
margin-bottom: 40px;
}
.comment_section h4:after{
content: "";
display: block;
width: 60px;
border-bottom: 2px solid #005938;
padding-bottom: 10px;
}
.comment_body{
width: 100%;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
border-radius: 6px;
padding: 15px 10px;
display: inline-block;
margin-bottom: 20px;
}
.reply_container{
float: right;
width: 80%;
margin-top: 25px;
}
.profile_pix_container{
float: left;
width: 55px;
height: 55px;
border-radius: 55px;
}
.profile_pix_container img{
width: 100%;
height: 100%;
}
.comment_details{
float: left;
width: 75%;
margin-left: 8px;
}
.comment_menu{
float: right;
font-size: 45px;
color: #D6D9DF !important;
margin-top: -33px;
cursor: pointer;
}
.comment_details h5{
color: #005938;
}
.comment_details h5 span{
color: #62666E;
font-size: 12px;
}
.comment_details h6{
margin-bottom: 20px;
color: #353A45;
}
.comment_details a{
margin-left: 12px;
color: #62666E;
cursor: pointer;
margin-top: 30px;
}
/*-----------------------table section----------------------*/
body {
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
margin: 0;
overflow-x: hidden;
}
.mother {
width: 100%;
position: relative;
float: left;
}
.container {
width: 94%;
position: relative;
margin-left: 3%;
float: left;
}
.padding {
padding: 100px;
}
.padding-left {
padding-left: 150px;
}
a {
text-decoration: none;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
.border th{
border: 1px solid #dddddd;
}
.border th:first-child{
background-color: #00945E;
}
td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
th {
/* border: 1px solid #dddddd; */
text-align: left;
padding: 8px;
}
tr {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #F2FAF7;
}
.font-weight-bold {
font-weight: bold;
}
.font-weight-800 {
font-weight: 800;
}
.bg-color-code-1 {
background-color: #00945E;
}
.color-code-1 {
color: #00945E;
}
.color-code-1:hover{
color: #00945E;
}
}
.px13 {
font-size: 13px;
}
.px14 {
font-size: 14px;
}
.px17 {
font-size: 17px;
}
.px20 {
font-size: 25px;
}
.px24 {
font-size: 24px;
}
.px25 {
font-size: 25px;
}
.px30 {
font-size: 30px;
}
.px40 {
font-size: 40px;
}
.pagination {
display: inline-block;
background-color: #F1F1F1;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination a.active {
background-color: #00945E;
color: white;
}
.pagination a:hover:not(.active) {
background-color: #ddd;
}
.col-1 {
width: 8.33%;
position: relative;
float: left;
}
.col-2 {
width: 16.66%;
position: relative;
float: left;
}
.col-3 {
width: 25%;
position: relative;
float: left;
}
.col-4 {
width: 33.33%;
position: relative;
float: left;
}
.col-5 {
width: 41.66%;
position: relative;
float: left;
}
.col-6 {
width: 50%;
position: relative;
float: left;
}
.col-7 {
width: 58.33%;
position: relative;
float: left;
}
.col-8 {
width: 66.66%;
position: relative;
float: left;
}
.col-9 {
width: 75%;
position: relative;
float: left;
}
.col-10 {
width: 83.33%;
position: relative;
float: left;
}
.col-11 {
width: 91.66%;
position: relative;
float: left;
}
.
width: 100%;
position: relative;
float: left;
}
.off-101 {
margin-left: 40%;
}
.off-102 {
margin-left: 20%;
}
.off-2{
margin-left: 16.66%;
}
.off-3{
margin-left: 25%;
}
.off-4{
margin-left: 33.33%;
}
.down-1 {
margin-top: 1%;
}
.down-2 {
margin-top: 2%;
}
.down-3{
margin-top: 3%;
}
.down-4 {
margin-top: 4%;
}
.down-5{
margin-top: 5%;
}
.down-6{
margin-top: 6%;
}
.down-10{
margin-top: 10%;
}
.down-15 {
margin-top: 15%;
}
.down-20 {
margin-top: 20%;
}
.down-30 {
margin-top: 30%;
}
.down-50 {
margin-top: 50%;
}
.bottom-50 {
padding-bottom: 50px;
}
/*.year_table{
margin: 50px 0px 30px 0px;
overflow-x: auto;
}
.year_table table tr th{
width: 90px;
height: 40px;
text-align: center;
}
.year_table table tr td{
width: 130px;
height: 40px;
text-align: center;
font-size: 13px;
color: #323E48;
}
.year_row{
background: #00945E;
font-weight: bold;
font-size: 14px;
line-height: 17px;
color: #1F2430;
}
.years td{
font-weight: bold;
font-size: 14px;
color: #1F2430;
}
.year_table table,.year_table th,.year_table tr,.year_table td{
border: 1px solid #00945E;
}
.daily_table_body, .monthly_table_body,.yearly_table_body{
width: 740px;
box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
margin: 40px 0px 0px 0px;
padding-bottom: 40px;
}
.daily_table_body .date_body, .monthly_table_body .date_body,.yearly_table_body .date_body{
width: 100%;
height: 70px;
}
.date_body h4{
float: left;
font-weight: 600;
font-size: 24px;
line-height: 62px;
color: #323E48;
padding-left: 10px;
}
.date_body a{
float: right;
margin-right: 10px;
background: #00945E;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 4px 6px rgba(0, 0, 0, 0.15);
color: #ffffff;
padding: 10px 15px;
margin-top: 12px;
border-radius: 5px;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}
.daily_table, .monthly_table,.yearly_table{
display: flex;
}
.daily_table1, .monthly_table1,.yearly_table1{
box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.1);
float: left;
}
.daily_table2_body,.monthly_table2_body,.yearly_table2_body{
float: left;
width: 620px;
overflow-x: auto;
box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.daily_table2, .monthly_table2,.yearly_table2{
width: 100%;
}
.daily_table1 tr th, .monthly_table1 tr th, .yearly_table1 tr th{
width: 120px;
height: 70px;
padding-left: 10px;
font-weight: bold;
font-size: 24px;
color: #1F2430;
}
.daily_table2 tr th, .monthly_table2 tr th,.yearly_table2 tr th{
border-bottom: 2px solid #dddddd;
width: 155px;
height: 70px;
padding-left: 10px;
font-weight: bold;
font-size: 24px;
color: #1F2430;
}
.daily_table1 tr td, .monthly_table1 tr td,.yearly_table1 tr td{
width: 120px;
height: 70px;
padding-left: 10px;
font-size: 18px;
text-decoration-line: underline;
color: #00945E;
}
.daily_table2 tr td, .monthly_table2 tr td,.yearly_table2 tr td{
height: 70px;
min-width: 155px;
padding-left: 10px;
font-size: 18px;
color: #1F2430;
}
.daily_table1 tr:nth-child(even),.daily_table2 tr:nth-child(even),.monthly_table1 tr:nth-child(even),.monthly_table2 tr:nth-child(even),.yearly_table1 tr:nth-child(even),.yearly_table2 tr:nth-child(even) {
background: #F2FAF7;
}
.year_change_body{
width: 740px;
display: inline-block;
}
.prev_next_body{
width: 100%;
padding: 10px 30px 0px 30px;
margin-top:10px;
font-weight: 300;
font-size: 18px;
color: #191E29;
}
.prev_next_body .div1, .year_change_body .div1{
float: left;
}
.prev_next_body .div2, .year_change_body .div2{
float: right;
background: #f2f2f2;
padding: 7px 0px;
margin-top: -10px;
}
.prev_next_body .div2 a, .year_change_body .div2 a{
padding: 11px 12px;
cursor: pointer;
}
.prev_next_body .div2 a:hover, .year_change_body .div2 a:hover{
background: #dddddd;
}
.prev_next_body .div2 .active, .year_change_body .div2 .active{
background: #00945E;
color: #ffffff;
}*/
/*---------------------------chart Section----------------------*/
.chart_body{
display: none;
}
.graph_date_body{
padding: 40px 0px 40px 0px;
width: 700px;
}
.graph_date_body h6{
float: left;
font-size: 18px;
font-weight: bold;
color: #323E48;
}
.graph_date_body a{
float: right;
background: #00945E;
color: #ffffff;
padding: 10px 15px;
font-size: 14px;
border-radius: 5px;
cursor: pointer;
}
.graph_container{
width: 90%;
height: 350px;
margin: 40px 0px;
}
#graph_canvas1,#graph_canvas2,#graph_canvas3{
width: 100% !important;
height: 100% !important;
}
/*------Responsiveneness at max width 1280px------*/
@media (max-width: 1280px){
.table_chart_body{
width: 100%;
}
.graph_date_body{
width: 100%;
}
.year_table{
width: 100%;
}
.year_table table{
width: 100%;
}
.ministry_links{
width: 97%;
}
.daily_table_body,.monthly_table_body,.yearly_table_body{
width: 100%
}
.daily_table1,.monthly_table1,.yearly_table1{
width: 25%;
}
.daily_table1 tr td, .daily_table1 tr th,.monthly_table1 tr td, .monthly_table1 tr th,.yearly_table1 tr td, .yearly_table1 tr th{
text-align: center;
}
.daily_table2_body,.monthly_table2_body,.yearly_table2_body{
width: 75%;
}
.year_change_body {
width:100%;
}
.comment_section {
width: 80%;
}
}
@media (max-width: 600px){
section {
padding: 10px 7px;
}
.year_table table{
width: 600px;
}
.ministry_links {
width: 94%;
}
.date_body h4{
font-size: 20px;
}
.date_body a {
padding: 5px 10px;
font-size: 12px;
cursor: pointer;
margin-top: 15px;
}
.daily_table1 tr th,.daily_table2 tr th,.monthly_table1 tr th,.monthly_table2 tr th{
font-size: 20px;
}
.daily_table1 tr td, .daily_table1 tr th,.monthly_table1 tr td, .monthly_table1 tr th{
text-align: left;
padding-left: 7px;
}
.prev_next_body{
padding: 10px 10px 0px 10px;
font-size: 12px;
}
.year_change_body{
font-size: 12px;
}
.prev_next_body .div2 a, .year_change_body .div2 a{
padding: 11px 8px;
font-size: 12px;
}
.comment_section {
width: 100%;
}
.comment_menu{
font-size:30px;
}
.graph_date_body h6{
font-size: 14px;
}
.graph_date_body a{
padding: 5px 8px;
font-size: 12px;
}
.graph_container{
height: 200px;
margin: 15px 0px;
}
}
@media (max-width: 400px){
section{
padding: 10px;
}
.page_summary_body{
padding: 30px 0px;
}
.page_summary_body h5,.ministry_links a{
font-size: 1rem;
}
.page_summary_body h2{
font-size: 1.7rem;
}
.date_body{
height: 40px !important;
}
.date_body h4{
font-size: 16px;
line-height: 32px;
}
.date_body a{
margin-top: 4px;
}
.year_table{
margin: 50px 0px 10px 0px;
}
.daily_table1 tr th,.daily_table2 tr th,.monthly_table1 tr th,.monthly_table2 tr th,.yearly_table1 tr th,.yearly_table2 tr th{
font-size: 18px;
height: 40px;
}
.daily_table1 tr td,.daily_table2 tr td,.monthly_table1 tr td,.monthly_table2 tr td,.yearly_table1 tr td,.yearly_table2 tr td{
font-size: 14px;
height: 40px;
}
.prev_next_body .div1, .prev_next_body .div2,.year_change_body .div1,.year_change_body .div2{
width: 100%;
float: none;
text-align: center;
margin-top: 0px;
}
.prev_next_body .div2 a, .year_change_body .div2 a{
padding: 11px 14px;
font-size: 15px;
}
.daily_table_body,.monthly_table_body,.yearly_table_body{
padding-bottom: 20px;
}
.comment_details{
width: 69%;
}
.comment_details h5{
font-size: 1rem;
}
.comment_details h6{
font-size: 0.75rem;
}
.comment_details a{
font-size: 0.9rem
}
.comment_section h4{
margin-bottom: 20px;
font-size: 20px;
}
.graph_container{
height: 150px;
margin: 4px 0px;
}
} | public/css/expense_report.css | ::-webkit-scrollbar {
width: 8px !important;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #ddd;
border-radius: 8px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(0, 148, 94, 0.62);
border-radius: 8px;
}
section{
margin: 0px;
padding: 10px 40px;
width: 100%;
font-family: lato;
height: auto;
display: inline-block;
}
/*-----------------page summary section--------------------*/
.page_summary_body{
padding: 10px 0px 50px 0px;
}
.page_indicator{
font-style: normal;
font-weight: bold;
line-height: 24px;
color: #00945E;
}
.page_summary_body h2{
font-weight: bold;
color: #353A45;
line-height: 70px;
margin-top: 10px;
}
.ministry_links_body{
border-bottom: 1px solid #dddddd;
height: 40px;
}
.ministry_links{
width: 745px;
height: 40px;
float: left;
display:inline-flex;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
.ministry_links::-webkit-scrollbar {
display: none;
}
.ministry_links a{
text-decoration: none;
color: #A1A3A8;
font-size: 18px;
float: left;
padding-right: 20px;
text-align: center;
cursor: pointer;
}
.ministry_links a:after {
content: "";
display: block;
margin: 0 auto;
width: 100px;
border-bottom: 2px solid #A1A3A8;
padding-bottom: 10px;
}
.ministry_links .active{
color: #00945E;
}
.ministry_links .active:after{
border-bottom: 2px solid #00945E;
}
.link_scroll_right{
line-height: 40px;
color: #A1A3A8;
box-shadow: -2px 0px 0px rgba(0, 0, 0, 0.08);
float: left;
padding-left: 5px;
}
.table_chart_body{
width: 65%;
padding: 40px 0px;
float: left;
}
.table_chart_body select{
border: none;
width: 150px;
font-size: 20px;
line-height: 38px;
color: #005938;
border-bottom: 1px solid #005938;
padding-bottom: 8px;
outline: none;
font-weight: 600;
}
/*---------------------comment section-------------------------*/
.comment_section{
width: 35%;
padding: 40px 0px;
float: left;
}
.comment_section h4{
color: #005938;
margin-bottom: 40px;
}
.comment_section h4:after{
content: "";
display: block;
width: 60px;
border-bottom: 2px solid #005938;
padding-bottom: 10px;
}
.comment_body{
width: 100%;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
border-radius: 6px;
padding: 15px 10px;
display: inline-block;
margin-bottom: 20px;
}
.reply_container{
float: right;
width: 80%;
margin-top: 25px;
}
.profile_pix_container{
float: left;
width: 55px;
height: 55px;
border-radius: 55px;
}
.profile_pix_container img{
width: 100%;
height: 100%;
}
.comment_details{
float: left;
width: 75%;
margin-left: 8px;
}
.comment_menu{
float: right;
font-size: 45px;
color: #D6D9DF !important;
margin-top: -33px;
cursor: pointer;
}
.comment_details h5{
color: #005938;
}
.comment_details h5 span{
color: #62666E;
font-size: 12px;
}
.comment_details h6{
margin-bottom: 20px;
color: #353A45;
}
.comment_details a{
margin-left: 12px;
color: #62666E;
cursor: pointer;
margin-top: 30px;
}
/*-----------------------table section----------------------*/
body {
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
margin: 0;
overflow-x: hidden;
}
.mother {
width: 100%;
position: relative;
float: left;
}
.container {
width: 94%;
position: relative;
margin-left: 3%;
float: left;
}
.padding {
padding: 100px;
}
.padding-left {
padding-left: 150px;
}
a {
text-decoration: none;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
.border th{
border: 1px solid #dddddd;
}
.border th:first-child{
background-color: #00945E;
}
td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
th {
/* border: 1px solid #dddddd; */
text-align: left;
padding: 8px;
}
tr {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #F2FAF7;
}
.font-weight-bold {
font-weight: bold;
}
.font-weight-800 {
font-weight: 800;
}
.bg-color-code-1 {
background-color: #00945E;
}
.color-code-1 {
color: #00945E;
}
.color-code-1:hover{
color: #00945E;
}
}
.px13 {
font-size: 13px;
}
.px14 {
font-size: 14px;
}
.px17 {
font-size: 17px;
}
.px20 {
font-size: 25px;
}
.px24 {
font-size: 24px;
}
.px25 {
font-size: 25px;
}
.px30 {
font-size: 30px;
}
.px40 {
font-size: 40px;
}
.pagination {
display: inline-block;
background-color: #F1F1F1;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination a.active {
background-color: #00945E;
color: white;
}
.pagination a:hover:not(.active) {
background-color: #ddd;
}
.col-1 {
width: 8.33%;
position: relative;
float: left;
}
.col-2 {
width: 16.66%;
position: relative;
float: left;
}
.col-3 {
width: 25%;
position: relative;
float: left;
}
.col-4 {
width: 33.33%;
position: relative;
float: left;
}
.col-5 {
width: 41.66%;
position: relative;
float: left;
}
.col-6 {
width: 50%;
position: relative;
float: left;
}
.col-7 {
width: 58.33%;
position: relative;
float: left;
}
.col-8 {
width: 66.66%;
position: relative;
float: left;
}
.col-9 {
width: 75%;
position: relative;
float: left;
}
.col-10 {
width: 83.33%;
position: relative;
float: left;
}
.col-11 {
width: 91.66%;
position: relative;
float: left;
}
.
width: 100%;
position: relative;
float: left;
}
.off-101 {
margin-left: 40%;
}
.off-102 {
margin-left: 20%;
}
.off-2{
margin-left: 16.66%;
}
.off-3{
margin-left: 25%;
}
.off-4{
margin-left: 33.33%;
}
.down-1 {
margin-top: 1%;
}
.down-2 {
margin-top: 2%;
}
.down-3{
margin-top: 3%;
}
.down-4 {
margin-top: 4%;
}
.down-5{
margin-top: 5%;
}
.down-6{
margin-top: 6%;
}
.down-10{
margin-top: 10%;
}
.down-15 {
margin-top: 15%;
}
.down-20 {
margin-top: 20%;
}
.down-30 {
margin-top: 30%;
}
.down-50 {
margin-top: 50%;
}
.bottom-50 {
padding-bottom: 50px;
}
/*.year_table{
margin: 50px 0px 30px 0px;
overflow-x: auto;
}
.year_table table tr th{
width: 90px;
height: 40px;
text-align: center;
}
.year_table table tr td{
width: 130px;
height: 40px;
text-align: center;
font-size: 13px;
color: #323E48;
}
.year_row{
background: #00945E;
font-weight: bold;
font-size: 14px;
line-height: 17px;
color: #1F2430;
}
.years td{
font-weight: bold;
font-size: 14px;
color: #1F2430;
}
.year_table table,.year_table th,.year_table tr,.year_table td{
border: 1px solid #00945E;
}
.daily_table_body, .monthly_table_body,.yearly_table_body{
width: 740px;
box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
margin: 40px 0px 0px 0px;
padding-bottom: 40px;
}
.daily_table_body .date_body, .monthly_table_body .date_body,.yearly_table_body .date_body{
width: 100%;
height: 70px;
}
.date_body h4{
float: left;
font-weight: 600;
font-size: 24px;
line-height: 62px;
color: #323E48;
padding-left: 10px;
}
.date_body a{
float: right;
margin-right: 10px;
background: #00945E;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 4px 6px rgba(0, 0, 0, 0.15);
color: #ffffff;
padding: 10px 15px;
margin-top: 12px;
border-radius: 5px;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}
.daily_table, .monthly_table,.yearly_table{
display: flex;
}
.daily_table1, .monthly_table1,.yearly_table1{
box-shadow: 2px 0px 11px rgba(0, 0, 0, 0.1);
float: left;
}
.daily_table2_body,.monthly_table2_body,.yearly_table2_body{
float: left;
width: 620px;
overflow-x: auto;
box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.daily_table2, .monthly_table2,.yearly_table2{
width: 100%;
}
.daily_table1 tr th, .monthly_table1 tr th, .yearly_table1 tr th{
width: 120px;
height: 70px;
padding-left: 10px;
font-weight: bold;
font-size: 24px;
color: #1F2430;
}
.daily_table2 tr th, .monthly_table2 tr th,.yearly_table2 tr th{
border-bottom: 2px solid #dddddd;
width: 155px;
height: 70px;
padding-left: 10px;
font-weight: bold;
font-size: 24px;
color: #1F2430;
}
.daily_table1 tr td, .monthly_table1 tr td,.yearly_table1 tr td{
width: 120px;
height: 70px;
padding-left: 10px;
font-size: 18px;
text-decoration-line: underline;
color: #00945E;
}
.daily_table2 tr td, .monthly_table2 tr td,.yearly_table2 tr td{
height: 70px;
min-width: 155px;
padding-left: 10px;
font-size: 18px;
color: #1F2430;
}
.daily_table1 tr:nth-child(even),.daily_table2 tr:nth-child(even),.monthly_table1 tr:nth-child(even),.monthly_table2 tr:nth-child(even),.yearly_table1 tr:nth-child(even),.yearly_table2 tr:nth-child(even) {
background: #F2FAF7;
}
.year_change_body{
width: 740px;
display: inline-block;
}
.prev_next_body{
width: 100%;
padding: 10px 30px 0px 30px;
margin-top:10px;
font-weight: 300;
font-size: 18px;
color: #191E29;
}
.prev_next_body .div1, .year_change_body .div1{
float: left;
}
.prev_next_body .div2, .year_change_body .div2{
float: right;
background: #f2f2f2;
padding: 7px 0px;
margin-top: -10px;
}
.prev_next_body .div2 a, .year_change_body .div2 a{
padding: 11px 12px;
cursor: pointer;
}
.prev_next_body .div2 a:hover, .year_change_body .div2 a:hover{
background: #dddddd;
}
.prev_next_body .div2 .active, .year_change_body .div2 .active{
background: #00945E;
color: #ffffff;
}*/
/*---------------------------chart Section----------------------*/
.chart_body{
display: none;
}
.graph_date_body{
padding: 40px 0px 40px 0px;
width: 700px;
}
.graph_date_body h6{
float: left;
font-size: 18px;
font-weight: bold;
color: #323E48;
}
.graph_date_body a{
float: right;
background: #00945E;
color: #ffffff;
padding: 10px 15px;
font-size: 14px;
border-radius: 5px;
cursor: pointer;
}
.graph_container{
width: 90%;
height: 350px;
margin: 40px 0px;
}
#graph_canvas1,#graph_canvas2,#graph_canvas3{
width: 100% !important;
height: 100% !important;
}
/*------Responsiveneness at max width 1280px------*/
@media (max-width: 1280px){
.table_chart_body{
width: 100%;
}
.graph_date_body{
width: 100%;
}
.year_table{
width: 100%;
}
.year_table table{
width: 100%;
}
.ministry_links{
width: 97%;
}
.daily_table_body,.monthly_table_body,.yearly_table_body{
width: 100%
}
.daily_table1,.monthly_table1,.yearly_table1{
width: 25%;
}
.daily_table1 tr td, .daily_table1 tr th,.monthly_table1 tr td, .monthly_table1 tr th,.yearly_table1 tr td, .yearly_table1 tr th{
text-align: center;
}
.daily_table2_body,.monthly_table2_body,.yearly_table2_body{
width: 75%;
}
.year_change_body {
width:100%;
}
.comment_section {
width: 80%;
}
}
@media (max-width: 600px){
section {
padding: 10px 7px;
}
.year_table table{
width: 600px;
}
.ministry_links {
width: 94%;
}
.date_body h4{
font-size: 20px;
}
.date_body a {
padding: 5px 10px;
font-size: 12px;
cursor: pointer;
margin-top: 15px;
}
.daily_table1 tr th,.daily_table2 tr th,.monthly_table1 tr th,.monthly_table2 tr th{
font-size: 20px;
}
.daily_table1 tr td, .daily_table1 tr th,.monthly_table1 tr td, .monthly_table1 tr th{
text-align: left;
padding-left: 7px;
}
.prev_next_body{
padding: 10px 10px 0px 10px;
font-size: 12px;
}
.year_change_body{
font-size: 12px;
}
.prev_next_body .div2 a, .year_change_body .div2 a{
padding: 11px 8px;
font-size: 12px;
}
.comment_section {
width: 100%;
}
.comment_menu{
font-size:30px;
}
.graph_date_body h6{
font-size: 14px;
}
.graph_date_body a{
padding: 5px 8px;
font-size: 12px;
}
.graph_container{
height: 200px;
margin: 15px 0px;
}
}
@media (max-width: 400px){
section{
padding: 10px;
}
.page_summary_body{
padding: 30px 0px;
}
.page_summary_body h5,.ministry_links a{
font-size: 1rem;
}
.page_summary_body h2{
font-size: 1.7rem;
}
.date_body{
height: 40px !important;
}
.date_body h4{
font-size: 16px;
line-height: 32px;
}
.date_body a{
margin-top: 4px;
}
.year_table{
margin: 50px 0px 10px 0px;
}
.daily_table1 tr th,.daily_table2 tr th,.monthly_table1 tr th,.monthly_table2 tr th,.yearly_table1 tr th,.yearly_table2 tr th{
font-size: 18px;
height: 40px;
}
.daily_table1 tr td,.daily_table2 tr td,.monthly_table1 tr td,.monthly_table2 tr td,.yearly_table1 tr td,.yearly_table2 tr td{
font-size: 14px;
height: 40px;
}
.prev_next_body .div1, .prev_next_body .div2,.year_change_body .div1,.year_change_body .div2{
width: 100%;
float: none;
text-align: center;
margin-top: 0px;
}
.prev_next_body .div2 a, .year_change_body .div2 a{
padding: 11px 14px;
font-size: 15px;
}
.daily_table_body,.monthly_table_body,.yearly_table_body{
padding-bottom: 20px;
}
.comment_details{
width: 69%;
}
.comment_details h5{
font-size: 1rem;
}
.comment_details h6{
font-size: 0.75rem;
}
.comment_details a{
font-size: 0.9rem
}
.comment_section h4{
margin-bottom: 20px;
font-size: 20px;
}
.graph_container{
height: 150px;
margin: 4px 0px;
}
} | 0.324985 | 0.064801 |
body {
width: 100%;
}
.top-nav {
margin: 5px auto;
line-height: 40px;
}
.top-nav a {
color: #333;
font-size: 12px;
padding: 0 10px;
}
.top-nav a:hover {
color: red;
}
.top-nav .logo {
display: block;
float: left;
height: 42px;
width: 181px;
background: url("../img/logo.gif");
background-size: 100%;
}
.top-nav p.logo-box {
float: left;
padding: 0 10px;
font-size: 12px;
}
.top-nav .quick-menu {
float: right;
}
.top-nav .quick-menu li {
float: left;
position: relative;
}
.top-nav .quick-menu li a {
border-right: 1px solid #ccc;
line-height: 12px;
display: inline-block;
}
.top-nav .quick-menu li i {
display: inline-block;
width: 12px;
height: 15px;
margin-left: 8px;
margin-bottom: -2px;
}
.top-nav .quick-menu li i.icon-phone {
background: url("../img/big.fw.png") -784px -120px no-repeat;
}
.top-nav .quick-menu li i.icon-car {
background: url("../img/big.fw.png") -863px -215px no-repeat;
}
.top-nav .quick-menu li .mobile-shop {
position: absolute;
top: 85px;
left: -95px;
z-index: 99;
width: 280px;
height: 150px;
border: 1px #ddd solid;
background: #fff;
display: none;
}
.top-nav .quick-menu li .mobile-shop div {
height: 124px;
width: 219px;
background: url("../img/big.fw.png") 0 -208px;
margin: 13px 30px 13px;
}
.top-nav .quick-menu li.last-item a {
border-right: none;
}
.top-nav .quick-menu li:nth-of-type(4) a {
color: red;
}
.top-nav .quick-menu li:nth-of-type(3):hover .mobile-shop {
display: block;
}
.nav {
background: #000;
height: 36px;
width: 100%;
}
.nav .main-nav {
height: 36px;
z-index: 200;
position: relative;
}
.nav .main-nav a {
color: #fff;
}
.nav .main-nav .all-styles {
float: left;
position: relative;
height: auto;
width: 210px;
}
.nav .main-nav .all-styles .all-styles-title {
text-indent: 24px;
background: #D6211A;
display: block;
height: 36px;
line-height: 36px;
width: 210px;
font-size: 16px;
}
.nav .main-nav .all-styles .all-styles-title .icon-jiantou {
display: inline-block;
width: 51px;
height: 35px;
float: right;
background: url("../img/big.fw.png") 0 -340px;
}
.nav .main-nav .all-styles .all-styles-tab {
z-index: 199;
position: absolute;
left: 0;
top: 36px;
background-color: rgba(0, 0, 0, 0.7);
}
.nav .main-nav .all-styles .all-styles-tab li h3 {
line-height: 18px;
font-size: 16px;
height: 21px;
}
.nav .main-nav .all-styles .all-styles-tab li h3 a {
font-size: 16px;
}
.nav .main-nav .all-styles .all-styles-tab li p a {
display: inline-block;
padding-right: 5px;
}
.all-styles-tab > li {
z-index: 199;
position: relative;
padding: 7px 15px 8px;
width: 180px;
line-height: 22px;
box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
}
.all-styles-tab > li:hover {
background: #D6211A;
}
.all-styles-tab > li h3 > a, p > a {
font-size: 12px;
}
.all-styles-tab > li h3 > a:hover, p > a:hover {
text-decoration: underline;
}
.nav .main-nav > .all-styles ul.all-styles-tab {
display: none;
}
.nav .main-nav > .all-styles:hover ul.all-styles-tab {
display: block;
}
.nav .all-styles-tab li > .style-tab-content {
background: rgba(255, 255, 255, 0.9);
z-index: 99;
display: none;
position: absolute;
left: 210px;
top: -80px;
width: 735px;
height: 220px;
border: 1px #ddd solid;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), inset 3px 0 3px rgba(0, 0, 0, 0.1);
}
.nav .all-styles-tab li > .style-tab-content ul {
width: 430px;
border-top: 1px #ddd dashed;
border-bottom: 1px #ddd dashed;
margin: 30px 20px 30px 30px;
height: 158px;
float: left;
}
.nav .all-styles-tab li > .style-tab-content ul li {
margin: 23px 0 0px;
line-height: 22px;
}
.nav .all-styles-tab li > .style-tab-content ul li a {
color: #999;
margin-right: 10px;
font-size: 12px;
}
.nav .all-styles-tab li > .style-tab-content ul li a:hover {
color: red;
}
.nav .all-styles-tab li > .style-tab-content .style-ad {
border-left: 1px #ddd solid;
height: 178px;
margin: 20px 0;
padding: 0 20px;
float: right;
}
.nav .all-styles-tab li > .style-tab-content .style-ad h4 {
font-weight: bold;
color: #666;
line-height: 18px;
margin-bottom: 15px;
font-size: 14px;
}
.nav .all-styles-tab > .man_z:hover .style-tab-content {
display: block;
}
.nav .all-styles-tab > .girl_z:hover .style-tab-content {
display: block;
}
.main-nav .line-nav .item > a {
font-size: 14px;
display: block;
line-height: 36px;
}
.main-nav .line-nav .item > a span {
display: inline-block;
padding: 0 24px 0 24px;
line-height: 14px;
border-right: 1px solid #5A5758;
}
.nav .line-nav > li:not(.item-first):hover {
background: #000;
margin-left: -1px;
padding-left: 1px;
padding-right: 1px;
}
.nav .line-nav > li:not(.item-first):hover span {
border: none;
}
.nav .line-nav > li:not(.item-first):hover .item-box {
display: block;
}
.nav .main-nav .line-nav {
float: left;
}
.nav .main-nav .line-nav .item {
position: relative;
float: left;
background: #231f20;
}
.nav .main-nav .line-nav .item .item-box {
display: none;
background: #fff;
z-index: 99;
position: absolute;
top: 36px;
left: -76px;
border: 1px #eee solid;
height: 345px;
width: 635px;
box-shadow: 0 0 3px #ddd;
}
.nav .main-nav .line-nav .item .item-box .line-nav-ad {
float: left;
display: block;
margin-top: 20px;
padding: 0 10px 0 20px;
border-right: 1px solid #eee;
}
.nav .main-nav .line-nav .item .item-box ul {
float: left;
padding: 20px 15px 20px 10px;
width: 395px;
}
.nav .main-nav .line-nav .item .item-box ul li {
margin-bottom: 13px;
}
.nav .main-nav .line-nav .item .item-box ul li h4 {
color: #222;
font-weight: bold;
font-size: 14px;
line-height: 20px;
padding-bottom: 4px;
border-bottom: 1px #ddd dashed;
margin-bottom: 7px;
}
.nav .main-nav .line-nav .item .item-box ul li h4 a {
margin: 0;
font-size: 14px;
}
.nav .main-nav .line-nav .item .item-box ul li a {
color: #333;
margin-right: 15px;
line-height: 18px;
font-size: 12px;
}
.nav .main-nav .line-nav .item .item-box ul li .a-red {
color: #d00;
}
.nav .main-nav .line-nav .item .item-box ul li p {
font-size: 12px;
}
.nav .main-nav .line-nav .item-last {
width: 130px;
}
.nav .main-nav .line-nav .item-last img {
margin-left: 8px;
}
.nav .main-nav .line-nav .item-first {
background: #000;
}
.nav .main-nav .line-nav .item-first span {
border: none;
}
.nav .main-nav .nav-search {
float: right;
position: relative;
}
.nav .main-nav .nav-search input {
outline: none;
padding: 0 10px;
height: 26px;
border: 0;
width: 180px;
border-radius: 5px;
margin-top: 5px;
margin-left: 7px;
}
.nav .main-nav .nav-search .nav-search-btn {
position: absolute;
display: block;
height: 23px;
width: 30px;
background: #fff url("../img/big.fw.png") -860px -281px no-repeat;
border: none;
cursor: pointer;
right: 5px;
top: 7px;
}
.nav .main-nav .suggestion {
position: absolute;
background: #fff;
top: 36px;
right: 0;
height: auto;
width: 198px;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
border: 1px #e8e8e8 solid;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
display: none;
}
.nav .main-nav .suggestion .hotwords-list {
padding: 5px 0;
}
.nav .main-nav .suggestion .hotwords-list a {
display: block;
height: 30px;
line-height: 30px;
overflow: hidden;
width: 178px;
color: #000;
font-size: 14px;
padding: 0 10px;
}
.nav .main-nav .suggestion .hotwords-list a:hover {
background-color: #ccc;
color: red;
}
.right-sidebar {
width: 315px;
height: 100%;
background: #000;
position: fixed;
z-index: 300;
right: -280px;
top: 52px;
}
.right-sidebar .sidebar-list {
width: 35px;
position: absolute;
left: 0;
top: 30%;
}
.right-sidebar .sidebar-list .sidebar-item {
height: 40px;
width: 35px;
position: relative;
left: 0;
background: #000;
margin: 4px 0;
cursor: pointer;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-logo {
height: 35px;
width: 35px;
position: absolute;
top: 0;
left: 0;
background: url("../img/big.fw.png") -814px -342px no-repeat;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-tab-tip {
display: none;
background: #494949;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
color: #fff;
height: 35px;
line-height: 35px;
position: absolute;
right: 35px;
top: 0;
text-align: center;
min-width: 90px;
font-size: 12px;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-tab-tip .small-jian {
display: inline-block;
position: absolute;
border: 6px solid transparent;
border-left: 6px solid #494949;
right: -12px;
bottom: 10px;
}
.right-sidebar .sidebar-list .user-cart-box {
height: 95px;
}
.right-sidebar .sidebar-list .user-cart-box .sidebar-txt {
color: #FFF;
position: absolute;
top: 35px;
left: 11px;
width: 14px;
font-size: 14px;
}
.right-sidebar .sidebar-list .user-cart-box .sidebar-cart-border {
height: 95px;
position: absolute;
top: -1px;
left: 7px;
width: 20px;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
.right-sidebar .sidebar-list .user-tel-box .sidebar-tab-tip {
text-align: left;
width: 120px;
padding: 5px 5px 5px 7px;
line-height: 18px;
}
.right-sidebar .sidebar-list .user-tel-box .sidebar-tab-tip span {
font-size: 16px;
}
.right-sidebar .sidebar-list .user-qrcode-box .sidebar-tab-tip {
background-color: #fff;
height: 135px;
width: 230px;
padding: 10px 5px;
top: -120px;
right: 35px;
}
.right-sidebar .sidebar-list .user-qrcode-box .sidebar-tab-tip .small-jian {
border-left: 6px solid #fff;
}
.right-sidebar .sidebar-list .go-to-top {
display: none;
left: 0;
background: #000;
margin-top: 50px;
background: url("../img/big.fw.png") -855px -316px no-repeat;
height: 35px;
width: 35px;
}
.right-sidebar .sidebar-list .user-service-box {
background: #d00;
} | src/css/header.css | body {
width: 100%;
}
.top-nav {
margin: 5px auto;
line-height: 40px;
}
.top-nav a {
color: #333;
font-size: 12px;
padding: 0 10px;
}
.top-nav a:hover {
color: red;
}
.top-nav .logo {
display: block;
float: left;
height: 42px;
width: 181px;
background: url("../img/logo.gif");
background-size: 100%;
}
.top-nav p.logo-box {
float: left;
padding: 0 10px;
font-size: 12px;
}
.top-nav .quick-menu {
float: right;
}
.top-nav .quick-menu li {
float: left;
position: relative;
}
.top-nav .quick-menu li a {
border-right: 1px solid #ccc;
line-height: 12px;
display: inline-block;
}
.top-nav .quick-menu li i {
display: inline-block;
width: 12px;
height: 15px;
margin-left: 8px;
margin-bottom: -2px;
}
.top-nav .quick-menu li i.icon-phone {
background: url("../img/big.fw.png") -784px -120px no-repeat;
}
.top-nav .quick-menu li i.icon-car {
background: url("../img/big.fw.png") -863px -215px no-repeat;
}
.top-nav .quick-menu li .mobile-shop {
position: absolute;
top: 85px;
left: -95px;
z-index: 99;
width: 280px;
height: 150px;
border: 1px #ddd solid;
background: #fff;
display: none;
}
.top-nav .quick-menu li .mobile-shop div {
height: 124px;
width: 219px;
background: url("../img/big.fw.png") 0 -208px;
margin: 13px 30px 13px;
}
.top-nav .quick-menu li.last-item a {
border-right: none;
}
.top-nav .quick-menu li:nth-of-type(4) a {
color: red;
}
.top-nav .quick-menu li:nth-of-type(3):hover .mobile-shop {
display: block;
}
.nav {
background: #000;
height: 36px;
width: 100%;
}
.nav .main-nav {
height: 36px;
z-index: 200;
position: relative;
}
.nav .main-nav a {
color: #fff;
}
.nav .main-nav .all-styles {
float: left;
position: relative;
height: auto;
width: 210px;
}
.nav .main-nav .all-styles .all-styles-title {
text-indent: 24px;
background: #D6211A;
display: block;
height: 36px;
line-height: 36px;
width: 210px;
font-size: 16px;
}
.nav .main-nav .all-styles .all-styles-title .icon-jiantou {
display: inline-block;
width: 51px;
height: 35px;
float: right;
background: url("../img/big.fw.png") 0 -340px;
}
.nav .main-nav .all-styles .all-styles-tab {
z-index: 199;
position: absolute;
left: 0;
top: 36px;
background-color: rgba(0, 0, 0, 0.7);
}
.nav .main-nav .all-styles .all-styles-tab li h3 {
line-height: 18px;
font-size: 16px;
height: 21px;
}
.nav .main-nav .all-styles .all-styles-tab li h3 a {
font-size: 16px;
}
.nav .main-nav .all-styles .all-styles-tab li p a {
display: inline-block;
padding-right: 5px;
}
.all-styles-tab > li {
z-index: 199;
position: relative;
padding: 7px 15px 8px;
width: 180px;
line-height: 22px;
box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
}
.all-styles-tab > li:hover {
background: #D6211A;
}
.all-styles-tab > li h3 > a, p > a {
font-size: 12px;
}
.all-styles-tab > li h3 > a:hover, p > a:hover {
text-decoration: underline;
}
.nav .main-nav > .all-styles ul.all-styles-tab {
display: none;
}
.nav .main-nav > .all-styles:hover ul.all-styles-tab {
display: block;
}
.nav .all-styles-tab li > .style-tab-content {
background: rgba(255, 255, 255, 0.9);
z-index: 99;
display: none;
position: absolute;
left: 210px;
top: -80px;
width: 735px;
height: 220px;
border: 1px #ddd solid;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), inset 3px 0 3px rgba(0, 0, 0, 0.1);
}
.nav .all-styles-tab li > .style-tab-content ul {
width: 430px;
border-top: 1px #ddd dashed;
border-bottom: 1px #ddd dashed;
margin: 30px 20px 30px 30px;
height: 158px;
float: left;
}
.nav .all-styles-tab li > .style-tab-content ul li {
margin: 23px 0 0px;
line-height: 22px;
}
.nav .all-styles-tab li > .style-tab-content ul li a {
color: #999;
margin-right: 10px;
font-size: 12px;
}
.nav .all-styles-tab li > .style-tab-content ul li a:hover {
color: red;
}
.nav .all-styles-tab li > .style-tab-content .style-ad {
border-left: 1px #ddd solid;
height: 178px;
margin: 20px 0;
padding: 0 20px;
float: right;
}
.nav .all-styles-tab li > .style-tab-content .style-ad h4 {
font-weight: bold;
color: #666;
line-height: 18px;
margin-bottom: 15px;
font-size: 14px;
}
.nav .all-styles-tab > .man_z:hover .style-tab-content {
display: block;
}
.nav .all-styles-tab > .girl_z:hover .style-tab-content {
display: block;
}
.main-nav .line-nav .item > a {
font-size: 14px;
display: block;
line-height: 36px;
}
.main-nav .line-nav .item > a span {
display: inline-block;
padding: 0 24px 0 24px;
line-height: 14px;
border-right: 1px solid #5A5758;
}
.nav .line-nav > li:not(.item-first):hover {
background: #000;
margin-left: -1px;
padding-left: 1px;
padding-right: 1px;
}
.nav .line-nav > li:not(.item-first):hover span {
border: none;
}
.nav .line-nav > li:not(.item-first):hover .item-box {
display: block;
}
.nav .main-nav .line-nav {
float: left;
}
.nav .main-nav .line-nav .item {
position: relative;
float: left;
background: #231f20;
}
.nav .main-nav .line-nav .item .item-box {
display: none;
background: #fff;
z-index: 99;
position: absolute;
top: 36px;
left: -76px;
border: 1px #eee solid;
height: 345px;
width: 635px;
box-shadow: 0 0 3px #ddd;
}
.nav .main-nav .line-nav .item .item-box .line-nav-ad {
float: left;
display: block;
margin-top: 20px;
padding: 0 10px 0 20px;
border-right: 1px solid #eee;
}
.nav .main-nav .line-nav .item .item-box ul {
float: left;
padding: 20px 15px 20px 10px;
width: 395px;
}
.nav .main-nav .line-nav .item .item-box ul li {
margin-bottom: 13px;
}
.nav .main-nav .line-nav .item .item-box ul li h4 {
color: #222;
font-weight: bold;
font-size: 14px;
line-height: 20px;
padding-bottom: 4px;
border-bottom: 1px #ddd dashed;
margin-bottom: 7px;
}
.nav .main-nav .line-nav .item .item-box ul li h4 a {
margin: 0;
font-size: 14px;
}
.nav .main-nav .line-nav .item .item-box ul li a {
color: #333;
margin-right: 15px;
line-height: 18px;
font-size: 12px;
}
.nav .main-nav .line-nav .item .item-box ul li .a-red {
color: #d00;
}
.nav .main-nav .line-nav .item .item-box ul li p {
font-size: 12px;
}
.nav .main-nav .line-nav .item-last {
width: 130px;
}
.nav .main-nav .line-nav .item-last img {
margin-left: 8px;
}
.nav .main-nav .line-nav .item-first {
background: #000;
}
.nav .main-nav .line-nav .item-first span {
border: none;
}
.nav .main-nav .nav-search {
float: right;
position: relative;
}
.nav .main-nav .nav-search input {
outline: none;
padding: 0 10px;
height: 26px;
border: 0;
width: 180px;
border-radius: 5px;
margin-top: 5px;
margin-left: 7px;
}
.nav .main-nav .nav-search .nav-search-btn {
position: absolute;
display: block;
height: 23px;
width: 30px;
background: #fff url("../img/big.fw.png") -860px -281px no-repeat;
border: none;
cursor: pointer;
right: 5px;
top: 7px;
}
.nav .main-nav .suggestion {
position: absolute;
background: #fff;
top: 36px;
right: 0;
height: auto;
width: 198px;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
border: 1px #e8e8e8 solid;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
display: none;
}
.nav .main-nav .suggestion .hotwords-list {
padding: 5px 0;
}
.nav .main-nav .suggestion .hotwords-list a {
display: block;
height: 30px;
line-height: 30px;
overflow: hidden;
width: 178px;
color: #000;
font-size: 14px;
padding: 0 10px;
}
.nav .main-nav .suggestion .hotwords-list a:hover {
background-color: #ccc;
color: red;
}
.right-sidebar {
width: 315px;
height: 100%;
background: #000;
position: fixed;
z-index: 300;
right: -280px;
top: 52px;
}
.right-sidebar .sidebar-list {
width: 35px;
position: absolute;
left: 0;
top: 30%;
}
.right-sidebar .sidebar-list .sidebar-item {
height: 40px;
width: 35px;
position: relative;
left: 0;
background: #000;
margin: 4px 0;
cursor: pointer;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-logo {
height: 35px;
width: 35px;
position: absolute;
top: 0;
left: 0;
background: url("../img/big.fw.png") -814px -342px no-repeat;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-tab-tip {
display: none;
background: #494949;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
color: #fff;
height: 35px;
line-height: 35px;
position: absolute;
right: 35px;
top: 0;
text-align: center;
min-width: 90px;
font-size: 12px;
}
.right-sidebar .sidebar-list .sidebar-item .sidebar-tab-tip .small-jian {
display: inline-block;
position: absolute;
border: 6px solid transparent;
border-left: 6px solid #494949;
right: -12px;
bottom: 10px;
}
.right-sidebar .sidebar-list .user-cart-box {
height: 95px;
}
.right-sidebar .sidebar-list .user-cart-box .sidebar-txt {
color: #FFF;
position: absolute;
top: 35px;
left: 11px;
width: 14px;
font-size: 14px;
}
.right-sidebar .sidebar-list .user-cart-box .sidebar-cart-border {
height: 95px;
position: absolute;
top: -1px;
left: 7px;
width: 20px;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
.right-sidebar .sidebar-list .user-tel-box .sidebar-tab-tip {
text-align: left;
width: 120px;
padding: 5px 5px 5px 7px;
line-height: 18px;
}
.right-sidebar .sidebar-list .user-tel-box .sidebar-tab-tip span {
font-size: 16px;
}
.right-sidebar .sidebar-list .user-qrcode-box .sidebar-tab-tip {
background-color: #fff;
height: 135px;
width: 230px;
padding: 10px 5px;
top: -120px;
right: 35px;
}
.right-sidebar .sidebar-list .user-qrcode-box .sidebar-tab-tip .small-jian {
border-left: 6px solid #fff;
}
.right-sidebar .sidebar-list .go-to-top {
display: none;
left: 0;
background: #000;
margin-top: 50px;
background: url("../img/big.fw.png") -855px -316px no-repeat;
height: 35px;
width: 35px;
}
.right-sidebar .sidebar-list .user-service-box {
background: #d00;
} | 0.407569 | 0.057865 |
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
body{ background: #f5f5f5; font: 12px 'Segoe UI', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;}
.wcd{width:33%; height:40px; float:left;}
.wcd-logo{font-size: 36px; color: #fff;text-align: center; float:left; cursor: pointer; color:#fff; font-size: 32px; font-family: 'Varela Round', sans-serif;
-webkit-transition:color 0.3s ease-in; -moz-transition:color 0.3s ease-in; x²-o-transition:color 0.3s ease-in; transition:color 0.3s ease-in;
}
.wcd-logo:hover{color:#3facff;}
.wcd-tuto{ font-family: 'Varela Round', sans-serif; color: #fff; font-size: 16px; line-height: 36px;}
.webcodo-top{width:100%; height:40px; background-color:#232323}
.fb-bar{width:100%; height: 43px; background:url(../img/top-bg.png) repeat-x;}
#msg-icon{width:35px; height: 43px; margin:auto; cursor: pointer;}
.msg-icon{background: url(../img/msg-icon.png) 50% no-repeat; }
.msg-iconh{ background: url(../img/msg-iconh.png) 50% no-repeat;}
.counter{display: inline; color: #fff; font-size: 12px; padding:0px 3px; float: right; margin-top: 7px; margin-right: 3px;
border-radius: 2px;
background: #f93a43; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #f93a43 0%, #df121c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f93a43), color-stop(100%,#df121c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f93a43 0%,#df121c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f93a43 0%,#df121c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f93a43 0%,#df121c 100%); /* IE10+ */
background: linear-gradient(to bottom, #f93a43 0%,#df121c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93a43', endColorstr='#df121c',GradientType=0 ); /* IE6-8 */
}
.msg-cnt{width:300px; height: 400px; margin:20px auto;}
.notif{ width:160px; height:25px; padding: 10px; background-color: #27ae60; border-radius: 8px; margin: 30px auto; cursor: pointer;
font-size: 20px; font-family: 'Varela Round', sans-serif; color: #fff; text-align: center; }
.notif:hover{ background-color: #d35400;}
.notif-bot-cnt{ position: absolute; bottom: 0; margin: 10px; } | web/Notification/css/style.css | @import url(http://fonts.googleapis.com/css?family=Varela+Round);
body{ background: #f5f5f5; font: 12px 'Segoe UI', 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0;}
.wcd{width:33%; height:40px; float:left;}
.wcd-logo{font-size: 36px; color: #fff;text-align: center; float:left; cursor: pointer; color:#fff; font-size: 32px; font-family: 'Varela Round', sans-serif;
-webkit-transition:color 0.3s ease-in; -moz-transition:color 0.3s ease-in; x²-o-transition:color 0.3s ease-in; transition:color 0.3s ease-in;
}
.wcd-logo:hover{color:#3facff;}
.wcd-tuto{ font-family: 'Varela Round', sans-serif; color: #fff; font-size: 16px; line-height: 36px;}
.webcodo-top{width:100%; height:40px; background-color:#232323}
.fb-bar{width:100%; height: 43px; background:url(../img/top-bg.png) repeat-x;}
#msg-icon{width:35px; height: 43px; margin:auto; cursor: pointer;}
.msg-icon{background: url(../img/msg-icon.png) 50% no-repeat; }
.msg-iconh{ background: url(../img/msg-iconh.png) 50% no-repeat;}
.counter{display: inline; color: #fff; font-size: 12px; padding:0px 3px; float: right; margin-top: 7px; margin-right: 3px;
border-radius: 2px;
background: #f93a43; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #f93a43 0%, #df121c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f93a43), color-stop(100%,#df121c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f93a43 0%,#df121c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f93a43 0%,#df121c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f93a43 0%,#df121c 100%); /* IE10+ */
background: linear-gradient(to bottom, #f93a43 0%,#df121c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93a43', endColorstr='#df121c',GradientType=0 ); /* IE6-8 */
}
.msg-cnt{width:300px; height: 400px; margin:20px auto;}
.notif{ width:160px; height:25px; padding: 10px; background-color: #27ae60; border-radius: 8px; margin: 30px auto; cursor: pointer;
font-size: 20px; font-family: 'Varela Round', sans-serif; color: #fff; text-align: center; }
.notif:hover{ background-color: #d35400;}
.notif-bot-cnt{ position: absolute; bottom: 0; margin: 10px; } | 0.267695 | 0.084758 |
/*--------------*/
/* default CSS */
/*--------------*/
html, body {
height: 100%;
}
.floatleft {
float:left
}
.floatright {
float:right
}
.alignleft {
float:left;
margin-right:15px;
margin-bottom: 15px;
}
.alignright {
float:right;
margin-left:15px;
margin-bottom: 15px
}
.aligncenter {
display:block;
margin:0 auto 15px
}
a:focus {
outline:0 solid
}
img {
max-width:100%;
height:auto
}
.notfound-container{
margin: 40px auto 90px;
}
.notfound-image{
background: url("../img/page-404.png") center center no-repeat;
height: 155px;
-webkit-background-size: 150px auto;
margin-bottom: 20px;
}
.notfound-reason ul li{
}
.fix {
overflow:hidden
}
p {
margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
color: #2d2d2d;
font-family: Lato;
font-weight: 700;
}
a{
color: #a6a6a6;
}
a {
transition: all 0.3s ease 0s;
text-decoration:none;
}
a:hover {
color: #39b3e4;
text-decoration: none;
}
a:active, a:hover {
outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{
clear:both;
}
body {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
}
/*--------------*/
/* header */
/*--------------*/
.top-link{
background-color: #FFFFFF;
padding: 12px 0;
position: relative;
z-index: 100;
border-bottom: 1px solid #cccccc;
}
.call_us {
float: left;
text-align: left;
color: #535353;
margin-left: 50px;
margin-top: 15px;
}
.call_us p{
font-size:12px;
padding: 10px 0 0;
}
.call_us span {
font-weight: 600;
}
.english{
float: right;
margin-top: 12px;
}
.english ul{
margin: 0;
padding: 0;
}
.english ul li{
float: left;
position: relative;
}
.english ul li a{
font-size: 12px;
padding: 14px 0 14px 18px;
display: block;
color: #535353;
}
.english ul li ul li a:hover{
color: #fff;
background-color: #3c3c3c;
transition: all 0.5s ease 0s;
}
.english ul li a i{
font-size: 14px;
margin-left: 6px;
}
.english ul li ul{
left: -8px;
background: #fff none repeat scroll 0 0;
list-style: outside none none;
opacity: 0;
padding-left: 0;
position: absolute;
top: 100%;
transition: all 0.5s ease 0s;
visibility: hidden !important;
border: 1px solid #f7f4f3;
z-index: 1;
min-width: 140px;
}
.english ul li ul li{
float: none;
margin-right: 0;
}
.english ul li ul li a{
color: #3c3c3c;
padding: 7px 27px;
}
.english ul li:hover ul{
opacity: 1;
visibility: visible !important;
z-index: 9999999;
}
.header{
background-color: #2BA8DB;
padding: 16px 0;
}
.top-logo{
float: left;
}
.home_menu{
float: left;
margin-left: 40px;
margin-top: 0px;
line-height: 23px;
}
.home_menu ul li{
float: left;
list-style: outside none none;
position: relative;
}
.home_menu ul li a{
border-bottom: 3px solid transparent;
color: #fff;
display: block;
font-family: Lato;
font-size: 14px;
font-weight: 500;
padding: 15px 20px 16px;
position: relative;
text-decoration: none;
text-transform: capitalize;
}
.home_menu ul li.active1::after{
color: #fff;
content: "\f107";
float: right;
font-family: FontAwesome;
font-size: 15px;
right: 0;
position: absolute;
top: 17px;
}
.home_menu ul li:hover a{
border-bottom: 3px solid #fff;
color: #00A9E0;
}
.home_menu ul li.active1:hover a {
border-bottom: none;
}
.home_menu ul li ul{
background: #fff none repeat scroll 0 0;
border: 1px solid #f7f4f3;
left: -8px;
list-style: outside none none;
min-width: 150px;
opacity: 0;
padding-left: 0;
position: absolute;
top: 100%;
transform: perspective(600px) rotateX(-90deg);
transform-origin: 0 0 0;
transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
vertical-align: top;
visibility: visible;
}
.home_menu ul li ul li{
float: none;
margin-right: 0;
}
.home_menu ul li ul li a{
color: #000;
padding: 7px 27px;
text-transform: capitalize;
font-size: 13px;
}
.home_menu ul li ul li a:hover{
background-color: #3c3c3c;
color: #fff;
transition: all 0.5s ease 0s;
}
.home_menu ul li:hover ul{
z-index: 9999999;
opacity: 1;
overflow: visible;
transform: perspective(600px) rotateX(0deg);
transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
}
.home_menu ul li ul:after{
content: "";
position: absolute;
top: -9px;
left: 22px;
width: 0px;
height: 0px;
border-bottom: 9px solid #fff;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
.header-link-bottom {
float: right;
margin-top: 8px;
}
.header-link {
float: right;
position: relative;
}
.dropit {
list-style: outside none none;
margin: 0;
padding: 0;
}
.dropit .dropit-trigger {
z-index: 1000;
}
.header-link .dropit .dropit-trigger .parent-link {
padding-top: 0;
}
.dropit li a {
color: #fff;
display: block;
font-weight: normal;
}
.header-link .parent-link .fa {
border: 2px solid #fff;
color: #fff;
font-size: 16px;
height: 39px;
line-height: 39px;
text-align: center;
width: 39px;
}
.dropit .dropit-trigger .submenu {
border: 1px solid #f7f4f3;
display: none;
left: -10px;
list-style: outside none none;
margin: 0;
min-width: 140px;
padding: 0;
position: absolute;
top: 100%;
z-index: 999999999;
}
.dropit .dropit-trigger a {
padding-bottom: 15px;
}
.dropit .submenu li a {
background: #fff none repeat scroll 0 0;
border: 0 none;
border-radius: 0;
color: #3c3c3c;
display: block;
font-size: 12px;
font-weight: normal;
height: inherit;
line-height: 11px;
margin-right: 0;
min-width: 145px;
padding: 11px 27px;
text-align: left;
text-transform: capitalize;
}
.header-link .parent-link:hover .fa {
background: #39b3e4 none repeat scroll 0 0;
border-color: #39b3e4;
color: #fff;
}
.dropit .submenu li a:hover {
background: #515151 none repeat scroll 0 0;
color: #fff;
}
.header-link:hover .dropit .dropit-trigger .submenu{
display: block;
}
.top-compare {
float: right;
margin-left: 20px;
border-left: 1px solid #cccccc;
margin-top: 20px;
padding:0px 15px;
position: relative;
}
.cat_up {
float: left;
margin-top: 13px;
text-align: right;
margin-left: 5px;
}
.cat_up a {
background: #383838 none repeat scroll 0 0;
color: #fff;
font-size: 12px;
padding: 5px 15px;
}
.cat_up a:hover{
background: #39B3E4 none repeat scroll 0 0;
color: #fff;
}
.compare a,.top-wishlist{
color: #fff;
font-size: 14px;
}
.compare a small{
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 12px;
text-align: center;
margin-left: 3px;
}
.top-compare:hover .home ul,.top-wishlist:hover .home ul{
opacity: 1;
transform: scaleY(1);
z-index: 55555;
}
.top-wishlist{
float: right;
margin-top: 20px;
position: relative;
}
.top-menu{
background-color: #2D2D2D;
}
.left-product-cat {
position: relative;
}
.category-heading {
overflow: hidden;
}
.category-heading h2::before {
content: "";
display: block;
float: left;
font-family: "FontAwesome";
color: #fff;
cursor: pointer;
font-size: 16px;
height: 51px;
line-height: 51px;
margin-right: 20px;
text-align: center;
}
.left-category-menu > .left-product-cat > .category-heading > h2 {
background: #454545 none repeat scroll 0 0;
color: #fff;
cursor: pointer;
font-size: 14px;
line-height: 51px;
margin: 0;
min-height: 51px;
padding-left: 18px;
position: relative;
text-transform: uppercase;
border-bottom: 4px solid #f4a137;
}
.category-menu-list {
position: absolute;
width: 100%;
z-index: 9999;
display: none;
}
.category-menu-list ul {
list-style: outside none none;
padding: 0;
}
.category-menu-list > ul > li.arrow-plus::after {
color: #454545;
content: "\f0da";
font-family: "FontAwesome";
font-size: 16px;
padding-top: 10px;
position: absolute;
right: 12px;
top: 6px;
}
.category-menu-list > ul > li {
background: #f1f0f0 none repeat scroll 0 0;
border-bottom: 1px solid #dfdddd;
position: relative;
}
.category-menu-list ul {
list-style: outside none none;
}
.category-menu-list ul li a {
color: #454545;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 44px;
overflow: hidden;
padding: 0 15px;
position: relative;
text-decoration: none;
text-transform: none;
font-family: Lato;
}
.category-menu-list ul li.rx-parent a.rx-show {
font-style: italic;
}
.category-menu-list ul li a span.cat-thumb{
margin-right: 10px;
}
.category-menu-list ul li a:hover {
color: #fff;
background-color: #3799e4;
}
.category-menu-list ul li a.menu-item-heading:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #3799e4;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a:hover {
color: #3799e4;
background-color:inherit;
}
.category-menu-list ul li.rx-parent a:hover {
color: #fff;
}
.category-menu-list ul li span.cat-thumb {
display: block;
float: left;
height: 25px;
margin-right: 2px;
width: 25px;
}
.category-menu-list ul li .drop-down-single {
padding: 10px;
width: 845px;
}
.category-menu-list ul li .cat-left-drop-menu {
background: #fff none repeat scroll 0 0;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
display: none;
left: 100%;
overflow: hidden;
padding: 25px 20px 20px;
position: absolute;
text-align: left;
top: 0;
width: 870px;
z-index: 999999999;
}
.category-menu-list ul li:hover .cat-left-drop-menu {
display: block;
}
.category-menu-list ul li .drop-down-single .cat-left-drop-menu-left {
width: 100%;
}
.category-menu-list ul li .cat-left-drop-menu-left {
float: left;
margin-right: 15px;
padding-right: 0;
width: 190px;
}
.category-menu-list ul li .cat-left-drop-menu {
text-align: left;
}
.category-menu-list ul li a.menu-item-heading {
background: transparent none repeat scroll 0 0;
padding-bottom: 10px;
color: #6d6d6d;
font-size: 13px;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
word-wrap: break-word;
}
.category-menu-list ul li .cat-left-drop-menu-left ul {
margin-bottom: 15px;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li {
border: medium none;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a {
color: #6d6d6d;
font-size: 12px;
font-weight: 300;
line-height: 28px;
text-transform: capitalize;
word-wrap: break-word;
}
.category-menu-list ul li.rx-change a.rx-show {
display: block;
}
.rx-child, .category-menu-list ul li a.rx-show {
display: none;
}
.category-menu-list ul li.rx-change a.rx-default {
display: none;
}
.category-menu-list ul li span.cat-thumb {
display: block;
float: left;
height: 25px;
margin-right: 2px;
width: 25px;
}
.category-menu-list ul li.rx-parent {
cursor: pointer;
}
.category-menu-list ul li:last-child {
border-bottom: 0 solid #ebebeb;
}
.category-menu-list ul li span.fa {
padding-top: 15px;
}
.category-menu-list ul li .drop-down-single {
padding: 10px;
width: 260px;
}
.form-search {
float: left;
padding: 0;
position: relative;
z-index: 1000;
cursor: pointer;
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
margin-top: 11px;
position: relative;
width: 100%;
z-index: 1000;
}
.home-1 .s-same{
margin-top: 9px;
}
.login-panel{
margin: 70px auto 110px auto;
width: 400px;
}
.login-panel .block-button-right .noPadding{
padding: 0;!important;
}
.select-wrapper .select{
background: url("../img/icon/down-arrowblk.png") no-repeat scroll 91% 53%;
float: left;
position: relative;
z-index: 9999999;
}
.form-search button.button {
position: absolute;
right: -1px;
top: -1px;
}
.form-search input.input-text {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #898888;
float: left;
font-size: 11px;
line-height: 32px;
padding: 0 143px 0;
width: 100%;
}
#search_mini_form {
float: left;
width: 90%;
display: inline-table;
}
form {
display: inline;
}
button.button,button.button2 {
background: transparent none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
margin: 0;
overflow: visible;
padding: 0;
width: auto;
}
.button{
color: #ffffff;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
}
.form-search button.button .fa {
background: #666666 none repeat scroll 0 0;
color: #fff;
font-size: 18px;
height: 34px;
line-height: 34px;
text-align: center;
width: 34px;
}
.select{
-moz-appearance: none;
display: inline-block;
-webkit-appearance: none;
}
.form-search button.button:hover .fa {
background: #39b3e4 none repeat scroll 0 0;
transition: all 0.4s ease 0s;
}
.form-search select.select {
background-color: #EEEEEE;
height: 34px;
line-height: 34px;
border: 0 none;
margin: 0;
padding: 0px 0px 0px 15px;
color: #565656;
font-size: 12px;
width: 135px;
position: absolute;
left: -1px;
top: -1px;
cursor: pointer;
}
select.select option {
background-color: #fff;
padding: 5px 15px;
color: #565656;
font-size: 14px;
}
.form-search .select{
float: left !important;
}
.top-cart-wrapper {
cursor: pointer;
display: inline-block;
float: right;
margin-left: 3px;
min-height: 37px;
padding-left: 45px;
position: relative;
}
.top-cart-contain::before {
background: #39b3e4 none repeat scroll 0 0;
color: #fff;
content: "";
float: left;
font-family: FontAwesome;
font-size: 20px;
height: 34px;
left: 0;
line-height: 34px;
position: absolute;
text-align: center;
top: 11px;
width: 34px;
}
.top-cart-title {
font-weight: 500;
margin-top: 7px;
}
.block-cart{
line-height: 1.25;
}
.top-cart-wrapper .my-cart {
color: #f4a137;
display: block;
font-size: 13px;
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
}
.top-cart-title a {
color: #fff;
font-size: 11px;
line-height: 1.25;
}
.top-cart-title a:hover {
color: #39B3E4;
}
#right ul{
right: -80px;
}
.home ul{
background: #fff none repeat scroll 0 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
color: #999;
font-size: 12px;
opacity: 0;
padding: 15px;
position: absolute;
right: 0;
top: 100%;
transform: scaleY(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
width: 270px;
z-index: -99;
}
.top-cart-wrapper:hover .home ul{
opacity: 1;
transform: scaleY(1);
z-index: 9999999;
}
.icon_right_site{
position: relative;
}
.cat p{
float: left;
font-size: 15px;
letter-spacing: 1px;
margin-left: 5px;
margin-bottom: 0;
padding: 5px 0px;
}
.cat{
margin-bottom: 10px;
}
.cat a {
color: #5c5c5c;
font-size: 13px;
font-weight: 600;
text-transform: none;
}
.cat a:hover {
color: #00A9E0;
}
.cat_icon{
float: right;
}
.cat_icon a::before {
padding-top: 4px;
content: "\f040 ";
float: left;
font-family: FontAwesome;
color: #FFBD33;
font-size: 12px;
}
.cat_two{
float: left;
display: inline-block;
width: 133px;
}
.cat a i{
background: #F4F4F4 none repeat scroll 0 0;
border-radius: 100%;
color: #F59997;
margin-left: 7px;
font-size: 11px;
height: 15px;
text-align: center;
width: 17px;
}
.cat img {
border: 1px solid #ddd;
float: left;
height: 60px;
margin-bottom: 5px;
width: 60px;
}
.cat{
float: left;
width: 100%;
}
.cat_s p{
float: left;
font-size: 10px;
font-weight: normal;
margin: 15px 0 0;
text-transform: uppercase;
display:inline-table;
}
.cat_s p span{
font-size: 15px;
margin-left: 5px;
}
.cat_d{
float: right;
text-align: right;
margin-top: 45px;
}
.cat_d a {
background: #383838 none repeat scroll 0 0;
padding: 5px 15px;
color: #fff;
font-size: 15px;
}
.cat_d a:hover{
background-color: #00A9E0;
transition: all 0.4s ease 0s;
}
.cat_d a i{
margin-right: 10px;
}
.icon_right p{
color: aliceblue;
}
/*...................main_slider_area.....................*/
.title-container.s-tb-c.title-compress {
padding: 0 0 0 90px;
}
.title-container.s-tb-c.title-compress h1{
color: #F4A137;
font-size:50px;
letter-spacing: -5px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 500;
}
.title-container.s-tb-c.title-compress h2{
color: #F4A137;
font-size:50px;
letter-spacing: 2px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 600;
word-spacing: 20px;
margin: 0;
margin-top: -13px;
}
.title-container.s-tb-c.title-compress h3{
background: #fff none repeat scroll 0 0;
padding: 0 10px;
display: inline-block;
color: #0076a6;
font-size: 2vw;
text-transform: uppercase;
font-weight: 400;
margin: 35px 0px 35px;
}
.s-title a{
background: #39b3e4 none repeat scroll 0 0;
color: #fff;
font-size: 12px;
font-weight: 700;
padding: 15px 29px;
text-transform: uppercase;
}
.title-container.s-tb-c {
padding-right: 180px;
padding-top: 40px;
}
.nivo-caption {
opacity: 1;
}
/*................... slider_area.....................*/
.nav.nav-tabs.moz {
margin-top: 40px;
}
.nav-tabs {
position: relative;
text-align: left;
border-bottom: 1px solid #2ba8db;
margin: 0 0 40px;
}
.features-tab .nav-tabs > li {
float: none;
margin-bottom: 0;
}
.features-tab .nav-tabs > li > a {
border: 0;
border-radius: 0;
line-height: 1.42857;
}
.features-tab .nav-tabs > li > a {
display: inline-block;
border-bottom: 2px solid transparent;
border-left: medium none;
color: #2d2d2d;
cursor: pointer;
float: left;
font-family: Lato;
font-size: 18px;
font-weight: 700;
list-style: outside none none;
margin: 0 40px 0 0;
overflow: hidden;
padding-bottom: 15px;
position: relative;
}
.features-tab .nav > li > a:focus,.features-tab .nav > li > a:hover {
background-color: inherit;
border-bottom-color: #2ba8db;
}
.features-tab .nav-tabs > li.active > a,.features-tab .nav-tabs > li.active > a:focus,.features-tab .nav-tabs > li.active > a:hover {
border: medium none;
border-bottom: 2px solid #2ba8db;
}
.features-curosel .col-md-3{
width:100%
}
.single-product {
padding-bottom: 3px;
}
.nav > li > a {
display: block;
padding: 0;
position: relative;
}
.single-product span.sale-text,.bit span.sale-text{
background: #f4a137 none repeat scroll 0 0;
border-radius: 100%;
box-shadow: 0 3px 0 0 #d58117;
color: #fff;
display: block;
font-family: Lato;
font-size: 16px;
font-weight: 700;
height: 56px;
left: 20px;
line-height: 56px;
position: absolute;
text-align: center;
text-transform: capitalize;
top: 10px;
width: 56px;
z-index: 1;
position: absolute;
margin-left: 200px;
}
.bit {
margin-top: 35px;
}
.bit span.sale-text{
left: 25px;
top: 52%;
}
.bit .product-img{
position: relative;
}
.single-product .product-img,.bit .product-img{
position: relative;
}
.product-img a{
display: block;
margin-bottom: 10px;
}
.product-img a::before {
content: "";
animation-duration: 0.5s;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
opacity: 0;
}
.single-product:hover .product-img a::before,.li-item:hover .product-img a::before {
left: 0;
opacity: 1;
width: 100%;
}
.product-content .price-box span.special-price {
background: #e93232 none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
float: left;
font-family: Lato;
font-size: 14px;
font-weight: 900;
padding: 0 5px;
margin-right: 5px;
}
.product-content .price-box span.old-price {
background: #B2B2B2 none repeat scroll 0 0;
border-radius: 2px;
padding: 0 5px;
color: #fff;
font-size: 15px;
font-weight: 400;
text-decoration: line-through;
}
.product-content .price-box {
display: inline-table;
}
.product-content h2 {
color: red;
margin: 0;
}
.product-content h2 a,.f-fix h2 a{
color: #5c5c5c;
font-size: 15px;
font-weight: 600;
text-transform: none;
}
.product-content h2 a:hover,.f-fix h2 a:hover{
color: #00a9e0;
}
.pro-rating{
margin: 5px 0px 12px;
display: block;
overflow: hidden;
}
.pro-rating .pro_one,.pro-rating .pro_two{
float: left;
}
.pro-rating .pro_one a{
color: #F4A137;
font-size: 17px;
float: left;
}
.pro-rating .pro_two a{
color: #aaaaaa;
font-size: 17px;
margin-left: 5px;
}
.product-icon a i{
border: 1px solid #aaa;
border-radius: 100%;
box-shadow: 0 3px 0 0 transparent;
color: #aaaaaa;
font-size: 14px;
height: 42px;
line-height: 42px;
text-align: center;
transition: all 300ms ease 0s;
width: 41px;
margin: 0 2px;
}
.product-content .product-icon a i:hover,.f-fix .product-icon a i:hover,.add-to-box1 .product-icon a i:hover{
background: #00a9e0 none repeat scroll 0 0;
border-color: #00a9e0;
box-shadow: 0 3px 0 0 #008dc7;
color: #fff;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
background: inherit;
border-radius: 0;
color: #000;
font-family: Lato;
font-size: 18px;
font-weight: 900;
margin: 5px;
opacity: 1;
padding: 0;
position: absolute;
right: 13px;
top: -80px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
right: 35px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
color: #00a9e0;
}
/*................... banner_area.....................*/
.banner_area{
margin: 32px 0px 40px;
}
.banner img{
width: 100%;
}
.banner a {
display: block;
float: left;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 100%;
}
.banner a::before {
animation-duration: 0.5s;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 50%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.banner a:hover::before {
left: 0;
opacity: 1;
width: 100%;
}
/*...................product_area.....................*/
.ma-title h2 {
border-bottom: 2px solid #2ba8db;
color: #2d2d2d;
display: inline-block;
font-size: 18px;
margin: 0;
padding-bottom: 15px;
position: relative;
text-transform: capitalize;
}
.ma-title {
border-bottom: 1px solid #2ba8db;
position: relative;
text-align: left;
margin-bottom: 30px;
}
.product a {
display: block;
float: left;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 100%;
margin-bottom: 25px;
margin-top:14px;
}
.product a::before,.laptop a::before {
animation-duration: 0.5s;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 50%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.product a:hover::before,.laptop a:hover::before {
left: 0;
opacity: 1;
width: 100%;
}
.features .col-md-4{
width:100%
}
/*--------------- shop_area ----------------*/
.catlist-content{
border: 1px solid #e1e1e1;
margin-bottom: 30px;
overflow: hidden;
width: 100%;
}
.pull-left {
padding-right:10px;
padding: 20px 0 20px 20px;
float: left;
display: inline-block;
max-width: 51%;
}
.catlist_level_top h3 {
color: #454545;
display: block;
font-size: 14px;
margin: 18px 0;
text-transform: uppercase;
}
.catlist_level_top h3 a:hover {
color: #2ba8db;
}
.subcat li {
padding: 4px 0;
}
.subcat li a::before {
color: #2ba8db;
content: "";
font-family: FontAwesome;
font-size: 12px;
padding-right: 8px;
transition: all 100ms ease 0s;
}
.subcat li a {
color: #2ba8db;
font-size: 13px;
line-height: 20px;
text-transform: capitalize;
transition: all 100ms ease 0s;
}
.subcat li a:hover::before, .subcat li a:hover {
padding-left: 5px;
}
.media-body{
float: right;
display: block;
max-width: 49%;
}
.Latest-img {
position: relative;
}
.Latest_slider {
background: #f3f3f3 none repeat scroll 0 0;
color: #9b9ea5;
font-size: 12px;
padding: 20px 0;
position: relative;
text-align: center;
}
.blog-content h3 a {
color: #5c5c5c;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.blog-content h3 a:hover {
color: #00a9e0;
}
.date-time {
padding: 0;
}
.date-time .time-blog {
display: inline-block;
}
.blog-content .fa {
color: #aaa;
font-size: 14px;
margin-right: 15px;
}
.date-time .time-blog span {
padding: 0 10px;
}
.time-conment {
display: inline-block;
}
.date-time {
color: #9b9ea5;
font-size: 12px;
text-align: center;
}
.blog-content{
text-align: center;
}
.blog-content h3{
margin-top: 0;
}
.time-blog .fa{
margin-right: 5px;
color: #aaa;
font-size: 14px;
}
.time-conment .fa{
margin-right: 5px;
color: #aaa;
font-size: 14px;
}
.Latest-img > a {
display: block;
}
.owl-theme .owl-controls {
margin-top: 0px;
text-align: center;
}
.Latest_Post .col-md-4{
width:100%
}
.Latest-img::after {
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
left: 0;
margin: auto;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease-in 0s;
width: 0;
z-index: 1;
}
.Latest-img:hover::after{
height: 100%;
width: 100%;
}
.title.ma-title.lab {
margin-top: 35px;
}
/*............banner_footer_area......................*/
.banner_footer_area {
overflow: hidden;
margin-top: 35px;
}
.laptop {
float: left;
width: 50%;
position: relative;
}
.laptop {
float: left;
width: 50%;
}
.laptop > a {
display: inline-block;
}
/*............tweets_area......................*/
.tweets_area {
background-color: #f6f6f6;
padding: 40px 0px;
}
.twitter-article .twitter-pic {
float: left;
margin-right: 20px;
}
.twitter-article .twitter-text {
color: #5c5c5c;
font-size: 14px;
}
.twitter-article .twitter-text {
overflow: hidden;
}
strong {
font-weight: normal;
}
.social-footer {
text-align: center;
}
.footer-static-content .link-follow {
float: left;
text-align: center;
}
.footer-static-content .link-follow li {
display: inline-block;
}
.footer-static-content .link-follow li.first a {
background: #fff none repeat scroll 0 0;
border: 5px solid #ddd;
border-radius: 100%;
color: #222;
font-size: 20px;
height: 52px;
line-height: 45px;
margin-right: 6px;
padding-left: 0;
text-align: center;
width: 52px;
}
.footer-static-content .link-follow li.first a:hover {
background: #E3E3E3 none repeat scroll 0 0;
}
/*............ma-footer-static......................*/
.ma-footer-static {
background: #333333 none repeat scroll 0 0;
color: #a3a3a3;
padding-bottom: 30px;
padding-top: 20px;
}
.ma-footer-static .pt-menu-links {
border-bottom: 2px solid #484848;
margin-bottom: 50px;
padding: 10px 0 20px;
}
.ma-footer-static .pt-menu-links .home {
display: inline-block;
padding-left: 0;
}
.ma-footer-static .pt-menu-links li {
border-right: 1px solid #9f9f9f;
display: inline-block;
padding: 0 10px;
}
.ma-footer-static .pt-menu-links li a {
color: #dddddd;
font-size: 12px;
font-weight: 700;
}
.ma-footer-static .pt-menu-links li a:hover{
color: #39B3E4;
}
.ma-footer-static .pt-menu-links li:last-child {
border: 0 none;
}
.footer-static-title {
margin-bottom: 35px;
}
.footer-static-top .f-col1::after {
border: 0 none;
}
.footer-static-top .f-col::before {
border-left: 1px solid #484848;
content: "";
height: 100%;
left: -30px;
position: absolute;
top: 0;
}
.footer-static-top .f-col:first-child:before{
border: 0;
}
.footer-static-title {
margin-bottom: 35px;
}
.footer-static-title h3 {
color: #ffffff;
display: inline;
font-size: 16px;
position: relative;
text-transform: uppercase;
}
.footer-static-top ul li a {
color: #dddddd;
display: inline-block;
font-size: 13px;
line-height: 20px;
padding: 5px 0;
}
.footer-static-top ul li a:hover {
color: #39b3e4;
}
.footer-contact {
color: #dddddd;
font-size: 13px;
}
.footer-contact p {
padding-bottom: 5px;
}
/*............ footer-address......................*/
.footer-address {
background: #333333 none repeat scroll 0 0;
text-align: center;
}
.footer-address .container-inner {
border-top: 2px solid #484848;
padding: 20px 0;
}
.footer-address .container-inner address {
color: #dddddd;
float: left;
font-size: 14px;
margin: 10px 0 0;
}
address {
font-style: normal;
line-height: 25px;
}
.footer-address .container-inner address a {
color: #39b3e4;
}
.footer-address .container-inner address a:hover {
text-decoration: underline;
}
.footer-payment {
float: right;
margin-top: 5px;
}
/*.............scrollUp................*/
#toTop {
text-align: center;
background-color: #7f7f7f ;
bottom: 35px;
cursor: pointer;
display: none;
height: 40px;
position: fixed;
right: 12px;
width: 40px;
z-index: 9999;
line-height: 40px;
color: #fff;
}
#toTop:hover {
background-color: #00A9E0 ;
}
/*..................start home-1...............*/
.features-curosel.indicator-style.owl-carousel.owl-theme {
margin-bottom: 20px;
}
.header{
background-color: #FFFFFF;
}
.english ul li .parent-link .fa {
border: 1px solid #f0f0f0;
border-radius: 100%;
color: #535353;
font-size: 16px;
height: 39px;
line-height: 39px;
text-align: center;
width: 39px;
}
.english ul li.dropit-trigger:hover .fa {
background: #39b3e4 none repeat scroll 0 0;
border-color: #39b3e4;
color: #fff;
}
.compare a, .top-wishlist {
color: #444444;
}
.compare a small {
color: #444444;
}
.top-cart-contain::before {
background: #39b3e4 none repeat scroll 0 0;
border-radius: 100%;
box-shadow: 0 3px 0 0 #008dc7;
color: #fff;
content: "";
float: left;
font-family: FontAwesome;
font-size: 20px;
height: 49px;
left: 0;
line-height: 49px;
position: absolute;
text-align: center;
top: 0;
width: 49px;
}
.top-cart-wrapper .my-cart {
color: #444;
display: block;
font-size: 13px;
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
}
.top-cart-title {
font-weight: 500;
margin-top: 15px;
margin-left: 12px;
}
.top-cart-title a span {
font-weight: 700;
}
.top-cart-title a {
color: #444;
}
.top-cart-title a:hover {
color: #39b3e4;
}
.top-wishlist, .top-compare {
margin-top: 15px;
}
.english ul li.dropit-trigger a.parent-link{
padding-top: 0;
}
.home-1 .home_menu ul li a {
border-bottom: 0;
}
.home-1 .home_menu ul li:hover ul li a {
color: #000;
}
.home-1 .home_menu ul li:hover ul li a:hover{
color: #fff;
}
.product a {
margin-bottom: 0;
margin-top: 0;
}
.single-product {
padding-bottom: 10px;
}
.lenovo {
margin-top: 47px;
position: relative;
width: 100%;
margin-bottom: 30px;
}
.lenovo a{
display: block;
}
.lenovo a::before{
animation-duration: 0.5s;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 50%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.lenovo a:hover::before{
left: 0;
opacity: 1;
width: 100%;
}
.banner a{
margin-bottom: 30px;
}
.banner a {
margin-top: 0px;
}
.tweets_area {
margin-top: 35px;
}
.cat_up a:hover{
background: #39B3E4 none repeat scroll 0 0;
color: #fff;
}
.single-product:hover .product-img a::before {
left: 0;
opacity: 1;
width: 100%;
}
.latest_all{
position: relative;
}
.latest_all:hover .Latest-img::after {
height: 100%;
width: 100%;
}
.Latest-img::after {
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
left: 0;
margin: auto;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease-in 0s;
width: 0;
z-index: 1;
}
/*---------------------------start shop page.-----------------------------*/
.breadcrumbs {
font-size: 12px;
}
.breadcrumbs .container-inner {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 30px;
padding-bottom: 10px;
margin-top: 30px;
}
.breadcrumbs li.home::before {
color: #3c3c3c;
content: "";
display: inline-block;
float: left;
font: 16px/1 FontAwesome;
margin-right: 5px;
text-rendering: auto;
}
.breadcrumbs li.home {
position: relative;
}
.breadcrumbs li {
display: inline;
text-transform: capitalize;
}
.breadcrumbs li span {
color: #bababa;
display: inline-block;
padding: 0 10px;
}
.breadcrumbs li span .fa {
color: #9a9a9a;
font-size: 12px;
}
.breadcrumbs li a:hover, .breadcrumbs li strong {
color: #00a9e0;
font-weight: normal;
}
/*-----end breadcrumbs....*/
.category-image {
margin: 0 0 20px;
width: 100%;
}
/*-----start main_shop_all....*/
.block .block-title {
border-bottom: 1px solid #2ba8db;
display: inline-block;
float: none;
margin-bottom: 10px;
padding: 0;
width: 100%;
}
.block #title {
margin-bottom: 30px;
}
.block .block-title h2{
border-bottom: 2px solid #2ba8db;
color: #222222;
display: inline-block;
font-family: Lato;
font-size: 16px;
font-weight: 600;
padding-bottom: 10px;
padding-right: 20px;
position: relative;
text-transform: capitalize;
word-wrap: break-word;
margin: 0;
}
.block-content .currently {
line-height: 1.5;
padding: 6px 0px 6px 10px;
overflow: hidden;
border-bottom: 1px solid #dddddd;
}
.label {
display: block;
font-weight: inherit;
text-align: left;
color: inherit;
color: #797979;
font-size: 12px;
}
.currently .current_one span.value{
color: #00a9e0;
display: inline-table;
line-height: 25px;
text-transform: capitalize;
vertical-align: top;
font-size: 12px;
}
.currently .current_one{
float: left;
display: inline-table;
}
.currently .current{
float: right;
display: block;
}
.current a i {
background: #f4f4f4 none repeat scroll 0 0;
border-radius: 100%;
color: #f59997;
font-size: 11px;
height: 15px;
text-align: center;
width: 15px;
line-height: 15px;
}
.current_one span.label::before {
color: #fff;
content: "\f178 ";
float: left;
font-family: FontAwesome;
font-size: 10px;
padding: 0px 1px;
background-color: #E76900;
border-radius: 2px;
margin: 2px 3px 0px 0px;
}
.label {
padding: 0.2em 0.0em 0.3em;
}
.block-content .actions {
font-size: 11px;
padding: 4px 5px 4px 9px;
text-align: right;
}
.narrow-by-list .layered-attribute .odd ul{
display: block;
}
.block .odd ul li {
border-bottom: 1px dashed #e5e5e5;
color: #6d6d6d;
font-size: 12px;
line-height: 22px;
padding: 10px 0;
font-size: 14px;
}
.block .odd ul li:last-child {
border-bottom: none;
}
.block .odd ul li a::before {
color: #a8a8a8;
content: "";
display: inline-block;
font-family: FontAwesome;
font-feature-settings: normal;
font-language-override: normal;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
margin-right: 10px;
text-rendering: auto;
}
.block .odd ul li a:hover::before {
color: #00a9e0;
}
.layered-attribute {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 20px;
padding-bottom: 10px;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
background: #eeeeee none repeat scroll 0 0;
border: none;
border-radius: none;
height: 5px;
margin-top: 20px;
margin-left: auto;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 1px solid #f4a137;
border-radius: 0;
color: #555555;
cursor: pointer;
font-weight: normal;
height: 20px;
margin-left: -6px;
width: 13px;
margin-top: -4px;
}
.price_filter .ui-slider-range {
background: #F4A137;
}
.price_slider_amount input#amount {
margin: 20px 0 !important;
}
.price_slider_amount > input[type="text"] {
background: transparent none repeat scroll 0 0;
border: 0 none;
color: #282828;
font-family: Lato;
font-size: 14px;
font-weight: 600;
min-width: 50px;
padding: 4px 10px 20px 0;
letter-spacing: 3px;
}
.layered{
margin-bottom: 30px;
}
.layered .block-content .tags-list {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
font-size: 12px;
margin-top: 22px;
}
.tags-list li {
display: inline-block !important;
margin: 0 2px 10px 0;
}
.layered .block-content a {
border: 1px solid #e1e1e1;
color: #9d9d9d;
display: inline-block;
font-size: 12px !important;
line-height: 1;
padding: 8px 17px;
text-transform: capitalize;
}
.layered .block-content a:hover {
background: #00a9e0 none repeat scroll 0 0;
border-color: #00a9e0;
color: #fff;
text-decoration: none;
}
.layered .actions {
padding: 0;
text-align: left;
}
.block .actions a {
margin: 15px 0 0;
}
.tabs {
position: relative;
text-align: left;
display: block;
}
.shop-all-tab{
border-bottom: 1px solid #cccccc;
}
.shop-all-tab{
overflow: hidden;
display: block;
}
.features-tab .shop-all-tab .two-part{
float: left;
width: 50%;
}
.two-part{
float: right;
font-family: Lato;
margin: 0;
padding: 0;
text-align: center;
}
.features-tab .shop-all-tab .shop5{
float: right;
}
.features-tab .shop-all-tab .shop6{
float: right;
}
.shop6 .sort-by{
float: right;
width: 47%;
}
.shop-all-tab{
padding-bottom: 15px;
}
.features-tab ul.tabs{
display: inline-block;
float: left;
}
.two-part .shop5 label,.shop6 label {
color: #2b2b2b;
font-size: 13px;
font-weight: 600;
margin: 0;
vertical-align: middle;
display: inline-block;
}
.two-part .shop5 select,.shop6 select {
background: transparent none repeat scroll 0 0;
border: 1px solid #ccc;
color: #908f8f;
font-size: 12px;
margin: 0 5px;
padding: 5px 12px;
text-align: center;
vertical-align: middle;
}
.shop6 select {
width: 180px;
}
.shop-all-tab .sort-by .shop6 a {
color: #2b2b2b;
margin: 0 0 1px;
padding: 3px 5px 3px 0px;
vertical-align: middle;
}
.shop-all-tab .sort-by .shop6 a:hover {
color: #00a9e0;
}
.two-part .shop5,.shop6{
font-size: 12px;
color: #707070;
}
.two-part .page p {
float: left;
height: 50px;
margin: 10px 2px 0px;
}
.two-part .page ul {
margin-top: 10px;
float: left;
}
.two-part .page ul li{
color: #00a9e0;
text-decoration: underline;
display: inline;
margin: 10px 2px 0px;
}
.two-part .page ul li a{
font-size: 12px;
color: #9b9b9b;
margin-left: 3px;
}
.two-part .page ul li a:hover{
color: #3AA9E0;
}
.two-part .page ul li a.active{
color: #3AA9E0;
}
.features-tab .shop-all-tab{
margin-bottom: 30px;
margin-top: 30px;
}
.features-tab ul.tabs li{
float: left;
margin-right: 20px;
}
.features-tab ul li a{
font-size: 25px;
}
.features-tab ul li.active-icon a{
color: #EE4A42;
}
.tab-content .tab-pane .shop-tab .product-content{
padding-bottom: 30px;
}
.f-fix{
position: relative;
}
.li-item{
padding-bottom: 30px;
display: inline-table
}
.f-fix h2{
margin: 0px;
}
.f-fix .pro-rating{
margin-top: 0px;
padding-bottom: 15px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
}
.pro-rating .rating-links {
display: inline-block;
}
.pro-rating .rating-links {
font-size: 12px;
margin: 5px 0 0 10px;
}
.f-fix .desc {
clear: both;
color: #8c8c8c;
font-size: 13px;
line-height: 20px;
padding-bottom: 20px;
text-align: justify;
}
.f-fix .p-box span.special-price{
font-family: Lato;
font-size: 16px;
font-weight: 900;
color: #f65656;
margin-bottom: 17px;
}
.f-fix .p-box span.old-price{
font-family: Lato;
font-weight: 400;
color: #b2b2b2;
font-size: 14px;
margin-bottom: 17px;
text-decoration: line-through;
}
.f-fix .p-box{
margin-bottom: 15px;
}
.features-tab .tabs > li.active > a,.features-tab .tabs > li.active > a:focus,.features-tab .tabs > li.active > a:hover {
color: #EE4A42;
}
/*---------------------------start shop-details page.-----------------------------*/
.simpleLens-lens-element{
width: 355px;
}
.cras .product-name h1{
margin-bottom: 0px;
color: #5c5c5c;
font-size: 34px;
font-weight: 600;
text-transform: capitalize;
}
.cras .pro-rating {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
display: block;
margin: 12px 0;
padding: 10px 0 15px;
}
.cras .availability {
color: #818181;
font-size: 13px;
padding: 10px 0;
}
.cras .availability.in-stock span {
color: #00a9e0;
margin-left: 5px;
}
.cras .short-description p{
clear: both;
color: #8c8c8c;
display: inline-block;
font-size: 13px;
margin: 10px 0;
text-align: justify;
}
.cras .pre-box span.special-price{
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
font-size: 24px;
font-weight: 700;
margin-top: 15px;
overflow: hidden;
padding: 5px 0;
display: block;
}
.pre-box span.special-price{
color: #f65656;
font-size: 14px;
font-weight: 700;
}
.cras .add-to-box .add-to-cart .input-content {
float: left;
}
.cras .add-to-cart label {
float: left;
font-size: 14px;
font-weight: normal;
margin-right: 10px;
padding: 8px 0 0;
}
.add-to-cart .qty {
background: #fff none repeat scroll 0 0;
border: 1px solid #e1e1e1;
border-radius: 3px;
color: #000;
float: left;
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 0 5px;
min-width: 40px !important;
padding: 0;
text-align: center;
}
input.qty {
text-align: center;
width: 2.5em !important;
}
button.button2 {
margin-bottom: 10px;
margin-left: 10px;
}
button.button2 {
background: #383838 none repeat scroll 0 0;
color: #fff;
display: block;
font-size: 12px;
font-weight: 700;
padding: 8px 25px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
float: left;
}
button.button2:hover {
background: #00a9e0 none repeat scroll 0 0;
transition: all 0.4s ease 0s;
}
.add-to-box .add-to-cart {
display:inline-table;
padding: 20px 0;
margin-top: 25px;
}
.cras .add-to-box1{
display:inline-table;
padding: 15px 0;
}
.pluginButtonLabel ul{
list-style: none;
margin: 0;
padding: 0;
}
.pluginButtonLabel ul li{
float: left;
position: relative;
}
.pluginButtonLabel ul li a {
color: #fff;
font-size: 11px;
font-weight: bold;
display: block;
}
.pluginButtonLabel ul li.blue,.pluginButtonLabel ul li.zero a,.pluginButtonLabel ul li.sky,.pluginButtonLabel ul li.puce a,.pluginButtonLabel ul li.orange{
border-radius: 3px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-weight: 500;
height: 20px;
padding: 1px 8px 1px 6px;
margin-right: 5px;
}
.pluginButtonLabel ul li.blue{
background-color:#354c8c;
}
.pluginButtonLabel ul li.blue:hover{
background-color:#5878D0;
}
.pluginButtonLabel ul li.zero a{
background-color:none;
color: #a6a6a6;
border: 1px solid #a6a6a6;
}
.pluginButtonLabel ul li.sky{
background-color: #1b95e0;
}
.pluginButtonLabel ul li.sky:hover{
background-color: #0C7ABF;
}
.pluginButtonLabel ul li.puce a{
font-weight: bold;
background-color:none;
color: #db4437;
border: 1px solid #a6a6a6;
}
.pluginButtonLabel ul li.orange{
background-color: #E75A3A;
}
.pluginButtonLabel ul li a i.fa{
margin-right: 5px;
font-size: 14px;
margin-top: 1px;
}
.pluginButtonLabel ul li a:hover{
transition: all 0.5s ease 0s;
}
.pluginButtonLabel ul li ul{
list-style: outside none none;
opacity: 0;
padding-left: 0;
position: absolute;
visibility: hidden;
width: 180px;
z-index: 11111;
box-shadow: 2px 2px 2px 2px #F8F8F8;
left: -2px;
}
.pluginButtonLabel ul li ul li{
float: none;
margin-right: 0px;
background-color: #fff;
}
.pluginButtonLabel ul li ul li a{
display: block;
padding: 4px 15px 4px 10px;
color: #354c8c;
font-size: 13px;
font-weight: inherit;
}
.pluginButtonLabel ul li:hover ul{
opacity: 1;
visibility: visible;
}
.pluginButtonLabel ul li ul li a:hover{
color: #fff;
background-color: #2095F0;
}
.product-social{
margin-top: 30px;
}
.product-img-right {
float: left;
height: 95px;
margin-right: 27px;
width: 95px;
}
.all{
border: 1px solid #e8e8e8;
}
.all p{
font-size: 12px;
text-align: center;
margin-top: 15px;
}
.ma-box-content{
padding: 0px 0px 30px ;
}
.product-content .pro-rating .proin{
display: block;
padding-right: 30px;
}
.product-content .price-box span.special {
color: #f65656;
font-size: 14px;
font-weight: 700;
}
.product-content .price-box span.old{
text-decoration: line-through;
font-size: 11px;
}
.product-img-right input.check {
margin-left: 20px;
margin-top: 20px;
}
.content_top.indicator-style.owl-theme .owl-controls .owl-buttons div {
top: -114px;
}
.content_top.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
right: 35px;
}
.content_top.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
color: #00a9e0;
}
.tab_area{
margin-bottom: 40px;
}
.text ul.nav li a:hover, .text ul.nav li.active a {
background: #fff none repeat scroll 0 0;
color: #2b2b2b;
border-bottom: none;
}
.text ul.nav li {
display: inline-block;
float: none;
font-size: 1.1em;
line-height: 1em;
margin-right: 2px;
position: relative;
}
.text .nav li a {
background: #eee none repeat scroll 0 0;
border-color: #ddd #ddd -moz-use-text-color;
border-image: none;
border-style: solid solid none;
border-width: 1px 1px 0;
color: #888888;
display: block;
font-family: Lato;
font-size: 12px;
font-weight: 700;
padding: 15px 20px;
position: relative;
text-transform: uppercase;
}
.text .nav-tabs {
border-bottom: 1px solid #eee;
margin: 0px 0;
}
.text .tab-content{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ebebeb;
font-size: 13px;
line-height: 25px;
margin-top: -1px;
min-height: 174px;
padding: 30px;
width: 100%;
color: #8c8c8c;
}
.s_big .tab-content{
border: 1px solid #ebebeb;
}
.s_big .thumnail-image ul li{
width: 90px;
float: left;
border: 1px solid #ebebeb;
}
.customer-reviews .customer-reviews-two p{
float: left;
}
.customer-reviews {
margin: 15px 0;
}
.customer-reviews p{
color: #8c8c8c;
font-size: 13px;
line-height: 25px;
margin: 0;
}
.customer-reviews p span{
font-weight: bold;
}
.customer-reviews-two {
display: block;
overflow: hidden;
}
.customer-reviews .pro-rating{
margin-left: 55px;
line-height: 10px;
}
.customer-reviews .pro-ra-two{
margin-left: 50px;
}
.customer-reviews .date small {
font-style: italic;
font-size: 13px;
}
.form-add .add-text h3 {
font-size: 13px;
font-weight: normal;
color: #2d2d2d;
font-family: Lato;
margin-top: 0;
}
.form-add .add-text h4 {
font-size: 12px;
color: #2d2d2d;
font-family: Lato;
font-weight: 700;
margin-top: 0;
}
.data-table th, .data-table td {
border-bottom: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
}
.data-table td {
padding: 6px 10px ;
}
.data-table {
background: #fff none repeat scroll 0 0;
border: 1px solid #f2f2f2;
width: 100%;
}
.data-table th {
font-weight: normal;
padding: 6px 10px;
background: #2ba8db none repeat scroll 0 0;
border-right: 1px solid #f2f2f2;
color: #fff;
font-family: Lato;
font-size: 12px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
}
tr td.one{
padding: 0px 120px 0px 15px;
}
.data-table .one.two {
font-size: 16px;
padding-left: 15px;
}
.UpSell .col-md-3 {
width: 100%;
}
.form-add .form-list{
margin: 15px 0px 0px;
}
.input-one label.required{
color: #666;
float: left;
font-weight: normal;
position: relative;
z-index: 0;
display: inline-block;
margin-bottom: 5px;
font-size: 13px;
padding: 15px 0px 0px;
}
.input-one label.required em {
color: #eb340a;
float: right;
font-style: normal;
position: absolute;
right: -8px;
top: 0;
padding: 15px 0px 0px;
}
.form-add .input-one input.email,.form-add .input-one textarea.email,.shipping-zip-form select.email, .form-list input.email,.billing-info select.email,.input-one select.email{
width: 100%;
padding: 6px;
border: 1px solid #e1e1e1;
}
.input-two input.tags{
float: left;
padding: 10px 5px;
width: 200px;
border: 1px solid #e1e1e1;
}
.form-add .input-one textarea.email {
padding: 24px 4px;
}
.form-add .input-one textarea{
margin-bottom: 25px;
}
.form-add .form-border{
border-bottom: 1px solid #e1e1e1;
}
input.email:focus,textarea:focus,input.tags:focus,select.s-email:focus {
background-color: #edf7f8;
}
.form-add .btn-in{
float: right;
margin-top: 10px;
}
button.btn-in span{
padding: 8px 10px;
}
.tab-pane .box-collateral > h3 {
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
}
.tab-pane .box-collateral p a {
color: #898989;
font-size: 13px;
line-height: 25px;
margin-right: 4px;
}
.tab-pane .box-collateral p a:hover {
color: #00a9e0;
}
.tab-pane .input-two label.required {
display: block;
font-size: 13px;
font-weight: normal;
margin: 10px 0 5px;
}
.tab-pane .input-two {
overflow: hidden;
}
/*---------------------------start shop-details page.-----------------------------*/
.cart-form {
background: #fff none repeat scroll 0 0;
border: 1px solid #f2f2f2;
width: 100%;
padding-bottom: 80px;
}
.cart-f{
margin-top: 40px;
}
.s-cart-all .page-title h1 {
color: #505050;
font-size: 24px;
font-weight: 600;
margin: 0;
text-transform: uppercase;
}
.s-cart-all .page-title h1 {
margin: 25px 0px 30px;
}
.cart-form .cart-table th {
padding: 15px;
}
.cart-form .cart-table td {
text-align: center;
}
.cart-table .sop-icon a i {
border: 1px solid #3F4859;
height: 40px;
line-height: 37px;
width: 40px;
text-align: center;
border-radius: 50%;
color: #3F4859;
font-size: 22px;
}
.cart-table .sop-cart > a,.cart-table .sop-cart {
color: #454545;
font-size: 15px;
font-weight: 700;
}
.cart-table .sop > a {
font-size: 16px;
}
.cart-form .a-all {
margin: 20px 10px 0px;
}
.cart-form .a-all .a-right{
float: right;
margin-right: 5px;
}
.a-right .Estimate{
margin-right: 35px;
}
.cart-form .a-all .button2.notice {
padding: 13px 25px;
}
.cart-collaterals{
padding: 40px 0 0;
}
.cart-collaterals .ma-cart{
border-bottom: none;
margin-bottom: 0px;
}
.cart-collaterals .ma-cart.ma-cart h2{
border-bottom: 1px solid #2ba8db;
color: #262626;
font-size: 16px;
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
text-transform: capitalize;
display: block;
}
.cart-collaterals .ma-cart h2::before{
border-top: 2px solid #2ba8db;
bottom: 0;
content: "";
left: 0;
position: absolute;
width: 139px;
}
.shipping-form1 > p{
margin: 0px;
}
.shipping-form1 .form-list .required,.shipping-form1 > p,.shipping-zip-form .form-list .required,#collapseOne p {
font-size: 12px;
color: #5c5c5c;
font-weight: 400;
}
.shipping-form1 .button2.get,.shipping-zip-form .button2.get{
float: right;
margin-top: 10px;
}
.shipping-zip-form {
border-bottom: 1px solid #e1e1e1;
}
.input-one label.get {
padding: 10px 0 0;
}
.shipping-form1 .input-one input.email{
border: 1px solid #e1e1e1;
padding: 6px;
width: 100%;
margin-bottom: 25px;
}
.shipping-zip-form .input-one input.in-get{
border: 1px solid #e1e1e1;
padding: 6px;
width: 254px;
margin-bottom: 25px;
}
.cart-collaterals .totals{
padding: 40px;
display: block;
background-color: #F3F3F3;
text-align: right;
}
.cart-collaterals .totals .button2.get{
width: 100%;
margin-left: 0px;
padding: 13px 25px;
}
.totals .subtotal p{
color: #393939;
font-family: Lato;
font-size: 14px;
font-weight: 700;
margin-bottom: 15px;
}
.totals .subtotal{
border-bottom: 1px solid #393939;
margin-bottom: 20px;
}
.totals .subtotal p span{
padding-left: 20px;
font-size: 15px;
}
.cart-collaterals .totals a{
color: #ababab;
font-size: 13px;
}
.cart-collaterals .totals a:hover{
color: #39b3e4;
}
.shipping-form1 .input-one select.s-email option,.shipping-form1 .input-one select.s-email,.country-select select.s-email option,.country-select select.s-email,.experi .date select.s-email,.input-one select.s-wid{
font-size: 12px;
color: #888888;
}
.experi .date select.email,.input-one select.s-wid{
padding: 6px;
border: 1px solid #e1e1e1;
margin-left: 15px;
width: 254px;
}
.use-billing-add select.s-wid{
width: 250px;
}
.input-one select.s-wid{
margin-top: 12px;
}
/*---------------------------start check-out page.-----------------------------*/
.faq-accordion .panel.panel-default.actives .panel-title a {
color: #009587;
}
.faq-accordion .panel-title a {
color: #313131;
display: block;
font-size: 14px;
font-weight: normal;
line-height: 2.2;
position: relative;
text-decoration: none;
}
.faq-accordion .panel-title a span.number{
color: #fff;
background-color: #39B3E4;
border-radius: 100%;
display: inline-block;
margin-right: 10px;
width: 33px;
text-align: center;
height: 33px;
line-height: 33px;
position: relative;
}
.panel-title a:hover{
text-decoration: none;
}
/* collapse end */
.faq-accordion .Register h3::before,.Register4 h3::before,.Login h3::before {
border-top: 2px solid #2ba8db;
bottom: 0;
content: "";
left: 0;
position: absolute;
width: 139px;
}
.Register4,.Login {
margin-bottom: 30px;
margin-top: 30px;
}
.faq-accordion .Register h3,.Register4 h3,.Login{
border-bottom: 1px solid #2ba8db;
color: #262626;
font-size: 16px;
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
text-transform: capitalize;
margin-top: 0px;
}
.method-input-box label {
color: #666666;
font-size: 12px;
font-weight: normal;
margin-bottom: 0;
}
.easy-text h4 {
color: #444444;
font-family: Arial;
font-weight: normal;
margin: 0 0 10px;
font-size: 14px;
padding: 5px 0;
}
.button2.get {
float: right;
}
p.log {
margin: 0;
}
.block-button-right {
padding-top: 30px;
overflow: hidden;
}
.block-button-right a {
color: #00a9e0;
float: left;
font-family: Open Sans;
font-weight: 400;
font-size: 12px;
}
.form-group {
margin-top: 35px;
}
.block-button-right a.o-back-to{
float: left;
margin-top: 10px;
color: #454545;
text-transform: uppercase;
display: block;
}
.block-button-right a.o-back-to:hover{
color: #00A9E0;
}
.left-info .left-up span,.shiping-method p{
display:block;
line-height: 20px;
color: #666;
font-size: 13px;
}
.left-info a{
color: #454545;
text-transform: uppercase;
display: block;
margin: 10px 0px 12px;
}
.country-select select.email{
border: 1px solid #e1e1e1;
padding: 6px;
}
.use-billing-add label{
color: #666;
font-weight: normal;
font-size: 13px;
margin-top: 12px;
}
.verificationcard{
margin-bottom: 30px;
}
.block-button-right {
display: block;
}
.table-responsive {
overflow-y: hidden;
overflow-x: inherit;
border: 0 solid #ddd !important;
margin-bottom: 10px;
}
.order-review table thead tr th {
border: 1px solid #f2f2f2 !important;
color: #000;
font-size: 14px;
font-weight: 400;
padding: 10px;
text-align: center;
text-transform: capitalize;
}
.order-review table thead tr th.width-2 {
width: 11%;
}
.order-review table thead tr th.width-3 {
width: 5%;
}
.order-review table thead tr th.width-4 {
width: 12%;
}
.order-review table tbody tr td {
border: 1px solid #f2f2f2 !important;
}
.o-pro-dec p {
color: #454545;
font-size: 16px;
font-weight: 600;
}
.order-review table tbody tr td {
border: 1px solid #f2f2f2 !important;
}
.o-pro-price, .o-pro-qty, .o-pro-subtotal {
text-align: center;
}
.o-pro-price > p, .o-pro-qty > p, .o-pro-subtotal > p {
color: #a6a6a6;
font-size: 16px;
}
.order-review table tfoot tr {
border-bottom: 0 solid #f2f2f2 !important;
}
.order-review table tfoot tr td {
color: #a6a6a6;
text-align: right;
}
.order-review table tfoot tr td {
font-size: 16px;
}
.order-review table tfoot tr td {
border-right: 0 solid #f2f2f2 !important;
border-top: 0 solid #f2f2f2 !important;
padding: 1px 5px;
}
.order-review .block-right span {
float: left;
}
.block-rightt {
margin-top: 40px;
text-align: right;
overflow: hidden;
display: block;
}
.Checkout-sidebar ul {
margin-top: 20px;
}
.sidebar-list ul li a::before, .Checkout-sidebar ul li::before {
color: #d6d6d6;
content: "\f105";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
margin-right: 10px;
}
.Checkout-sidebar ul li {
border-bottom: 1px solid #d6d6d6;
display: block;
color: #8c8c8c;
padding: 8px 0;
font-family: Lato;
font-size: 14px;
font-weight: 700;
line-height: 29px;
text-transform: capitalize;
}
.check h1 {
color: #505050;
font-size: 24px;
font-weight: 600;
margin: 32px 0px 33px;
text-transform: uppercase;
}
.faq-accordion .panel-heading{
background-color: #F6F6F6;
}
.faq-accordion .panel-heading :focus{
background-color: #39B3E4;
color: #fff;
}
.easy {
overflow: hidden;
padding: 40px;
}
.block-button-left {
padding-top: 14px;
}
.hitstore {
padding: 40px;
}
/*---------------------------about us page.-----------------------------*/
.about-optima-text h1,.about-sec-head h2,h2.creative-member,.contact-content-area h2 {
font-size: 32px;
line-height: 40px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 300;
margin-top: 0px;
}
.about-optima-text h1 strong, .client-say h2 strong, h2.creative-member strong,.contact-content-area h2 strong{
border-bottom: 1px solid #2BA8DB;
color: #2BA8DB;
font-weight: 300;
line-height: 40px;
}
.about-optima-text > p,.about-sec-head p,.client-text > p,.member-info p{
font-weight: normal;
color: #8c8c8c;
font-size: 13px;
line-height: 20px;
word-spacing: 2px;
}
.about-optima-text ul {
margin-bottom: 28px;
margin-top: 30px;
}
.about-optima-text ul li::before {
color: #d6d6d6;
content: "\f017";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
margin-right: 10px;
left: 0;
}
.about-optima-text ul li {
border-top: 1px solid #ddd;
color: #8c8c8c;
font-size: 13px;
line-height: 24px;
padding: 10px 20px 10px 0px;
position: relative;
display: block;
}
.about-optima-text ul li:last-child {
border-bottom: 1px solid #ddd;
}
.about-optima-text a {
border: 1px solid #2BA8DB;
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 28px;
overflow: hidden;
padding: 10px 23px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.about-optima-text a:hover {
background: #2BA8DB none repeat scroll 0 0;
color: #fff;
transition: all 0.6s ease 0s;
}
.about-sec-head {
margin-bottom: 40px;
text-align: center;
}
.what-client-say{
display: block;
text-align: center;
}
.client-say {
margin-top: 60px;
margin-bottom: 40px;
}
.client-say p{
font-weight: 100;
word-spacing: 2px;
}
.client-text > p {
margin-top: 25px;
}
.client-say h2{
margin-bottom: 20px;
}
.client-text > h2 {
font-weight: 300;
}
.client-say h2 strong {
border-bottom: 1px solid #2BA8DB;
color: #2BA8DB;
}
.client-image > img {
border: 4px solid #f1f1f1;
border-radius: 50%;
height: auto;
width: 100px;
}
.client-text {
padding: 0 80px;
}
.client-text h2 {
font-size: 18px;
font-weight: 300;
line-height: 24px;
margin: 0;
}
.client-text p.client-info {
font-size: 13px;
font-style: italic;
margin: 0;
}
.what-client-say.owl-theme .owl-controls .owl-page span {
background: #2BA8DB none repeat scroll 0 0;
border-radius: 0;
display: inline-block;
opacity: 0.5;
transform: skew(-40deg);
width: 35px;
height: 15px;
margin: 25px 7px;
}
.what-client-say{
border-bottom: 1px dashed #ddd;
padding-bottom: 35px;
}
.about-sec-head {
margin-bottom: 40px;
text-align: center;
}
.creative-member-area{
padding-top: 10px;
margin-top: 50px;
}
.single-creative-member {
margin-bottom: 20px;
}
.member-image {
overflow: hidden;
position: relative;
}
.member-image img {
width: 100%;
}
.member-title {
background: rgba(35, 180, 202, 0.7) none repeat scroll 0 0;
bottom: -70px;
display: block;
left: 0;
overflow: hidden;
padding: 5px 10px;
position: absolute;
transition: all 0.3s ease 0s;
width: 100%;
}
.member-title h2 {
color: #fff;
font-size: 24px;
line-height: 28px;
text-transform: capitalize;
margin: 0;
font-weight: 300;
}
.member-title h3 {
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 28px;
margin: 0;
}
.member-info {
border-color: #ddd;
border-style: solid;
border-width: 0 1px 1px;
padding-bottom: 20px;
padding-top: 20px;
}
.creative-member-area .member{
left: 50%;
transform: translate(-50%,0);
}
.single-creative-member:hover .member-info {
border-color: rgba(35, 180, 202, 0.7);
}
.single-creative-member:hover .member-title {
bottom: 0;
}
.member-info p {
text-align: center;
}
.member-social {
margin-top: 20px;
text-align: center;
}
.member-social a {
color: #fff;
display: inline-block;
font-size: 16px;
height: 30px;
line-height: 30px;
margin-left: 2px;
margin-right: 2px;
text-align: center;
transition: all 0.3s ease 0s;
width: 30px;
}
.member-social a.m-github {
background: #24292E none repeat scroll 0 0;
}
.member-social a.m-linkedin {
background: #006699 none repeat scroll 0 0;
}
.newsletter-area {
margin: 30px 0px 25px;
}
.signup-newsletter {
background: #f1f1f1 none repeat scroll 0 0;
padding: 30px 0 40px;
}
.signup-newsletter > h2 {
font-size: 20px;
line-height: 28px;
margin: 0 0 10px;
text-align: center;
text-transform: uppercase;
color: #555;
font-weight: 200;
word-spacing: 3px;
}
.signup-newsletter .blog-search {
margin: 0 auto;
width: 50%;
}
.blog-search > form {
position: relative;
display: block;
}
.blog-search input {
font-size: 14px;
height: auto;
padding: 12px 15px;
width: 100%;
}
.blog-search input, .blog-search button {
border: 1px solid #2BA8DB;
}
.signup-newsletter .blog-search button {
text-transform: capitalize;
width: 20%;
}
.blog-search button {
background: #555 none repeat scroll 0 0;
color: #fff;
font-size: 17px;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.blog-search button:hover {
background: #2BA8DB none repeat scroll 0 0;
transition: all 0.4s ease 0s;
}
.member-social a:hover {
opacity: 0.8;
}
/*---------------------------about us page.-----------------------------*/
.contact-content-area h2 {
margin-bottom: 25px;
text-transform: uppercase;
}
.contact-baner::after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
.contact-baner {
background: rgba(0, 0, 0, 0) url("../img/shop/contact-us-page-banner.jpg") repeat scroll 0 0 / cover ;
height: 100%;
position: relative;
width: 100%;
}
.contact-text {
height: 100%;
padding: 100px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
.contact-text h2 {
color: #fff;
font-size: 60px;
font-weight: 400;
text-transform: uppercase;
}
.contact-text p::before, .contact-text p::after {
background: #fff none repeat scroll 0 0;
content: "";
height: 2px;
left: 387px;
position: absolute;
width: 80px;
}
.contact-text > p {
padding-top: 20px;
}
.contact-text p::after {
left: 699px;
}
.contact-text p {
color: #fff;
font-size: 16px;
font-weight:700;
letter-spacing: 2px;
text-transform: uppercase;
}
.row.contact-map {
margin-top: 15px;
}
#auShop{
height: 430px;
margin-bottom: 10px;
}
.npl {
padding-left: 0;
}
.npr {
padding-right: 0;
}
.contactDetails {
overflow: hidden;
}
.contactHead > h3,.contactfrom h1,.contact-map h3 {
color: #505050;
font-size: 22px;
font-weight: 600;
margin-bottom: 30px;
text-transform: uppercase;
word-spacing: 5px;
}
.contactDetails > p {
color: #666;
font-size: 14px;
margin-bottom: 35px;
}
span.iconContact {
border: 1px solid #282828;
border-radius: 100%;
display: block;
float: left;
height: 37px;
line-height: 35px;
margin-right: 10px;
text-align: center;
transition: all 0.3s ease 0s;
width: 37px;
}
.contactDetails p:hover span.iconContact,.socila-icon a:hover{
border: 1px solid #00A9E0;
color: #00A9E0;
}
.form-control:focus {
border-color: #00A9E0;
box-shadow: inherit;
outline: 0 none;
}
input.form-control {
border: 1px solid #d7d7d7;
border-radius: 0;
color: #a5a5a5;
font-family: Arial;
font-size: 14px;
font-weight: normal;
margin-bottom: 25px;
}
.np {
padding: 0;
}
.contact-from-atea {
margin: 25px -15px 30px;
overflow: hidden;
}
textarea.form-control {
border-radius: 0;
font-family: Arial;
height: auto;
margin-bottom: 28px;
}
.btn.btnContact {
background: #333 none repeat scroll 0 0;
border-bottom: medium none;
border-image: none;
border-left: medium none;
border-radius: 0;
border-top: medium none;
color: #fff;
font-size: 13px;
height: 42px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.btn.btnContact:hover {
background: #00A9E0 none repeat scroll 0 0;
transition: all 0.6s ease 0s;
}
.title-page h1, .page-title h1, .page-title h2 {
color: #505050;
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
}
.socila-icon > li {
display: inline-block;
margin-right: 10px;
}
.socila-icon > li a {
border: 1px solid #ddd;
border-radius: 50%;
color: #000;
display: block;
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
transition: all 0.3s ease 0s;
width: 40px;
}
/*---------------------------about us page.-----------------------------*/
.post-format-area {
margin-bottom: 30px;
}
.b-slide-all{
display: block;
}
.b-slide-all.owl-theme .owl-controls .owl-buttons div {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
font-size: 20px;
height: 36px;
left: 0;
line-height: 30px;
margin-top: -18px;
position: absolute;
text-align: center;
top: 50%;
transition: all 400ms ease 0s;
width: 36px;
}
.b-slide-all.owl-theme .owl-controls .owl-buttons div.owl-next {
left: auto;
right: 0;
}
.b-slide-all.owl-theme .owl-controls .owl-buttons div:hover {
background: #00A9E0 none repeat scroll 0 0;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
opacity: 1;
text-decoration: none;
}
.entry-header-area {
margin-bottom: 20px;
margin-left: 68px;
position: relative;
}
.post-types {
background: #00A9E0 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: block;
font-size: 24px;
height: 48px;
left: -68px;
line-height: 48px;
position: absolute;
text-align: center;
top: 0;
width: 48px;
}
.info-blog {
line-height: 12px;
margin: 0 -6px 5px;
padding-top: 6px;
}
.single-b-info {
color: #666;
display: inline-block;
font-size: 12px;
margin: 0 6px;
text-transform: uppercase;
}
.single-b-info i {
margin-right: 3px;
}
.single-b-info.category-name span {
color: #00A9E0;
}
.single-b-info {
color: #666;
display: inline-block;
font-size: 12px;
margin: 0 6px;
text-transform: uppercase;
}
.voting-symbol {
display: inline-block;
}
.voting-symbol span.star.active::before {
color: #00A9E0;
content: "\f005";
font-family: FontAwesome;
}
.voting-symbol span.star::before {
content: "\f006";
font-size: 14px;
padding-right: 5px;
font-family: FontAwesome;
}
.info-blog h2.name {
line-height: 1;
margin-left: 6px;
margin-top: 4px;
}
.info-blog .name > a {
color: #000;
font-size: 24px;
}
.info-blog .name > a:hover {
color: #00A9E0;
}
.main-blog-area p {
line-height: 23px;
margin-bottom: 10px;
color: #666;
}
.blog-comments-links a {
background: #fbfcfd none repeat scroll 0 0;
border: 1px solid #a5a9ac;
color: #3c414c;
display: inline-block;
font-size: 12px;
line-height: 28px;
margin: 5px auto 15px;
padding: 3px 15px;
text-align: center;
text-transform: uppercase;
}
.blog-comments-links a:hover {
background-color: #00A9E0;
border: 1px solid #00A9E0;
color: #fff;
transition: all 0.5s ease 0s;
}
.single-bolg {
margin-bottom: 30px;
}
.single-bolg .player audio {
overflow: inherit;
width: 100%;
}
.post-format-area.vmio-v > iframe {
border: 0 none;
height: 100%;
width: 100%;
}
.post-format-area.vmio-v {
height: 490px;
}
.blog-right-sidebar .sp-module-title {
margin-bottom: 16px;
margin-top: 0;
padding: 0;
}
.sp-module-title {
color: #262626;
font-family: "Bitter",serif;
font-size: 23px;
line-height: 1;
margin: 18px 0 10px;
padding: 0 15px;
text-align: center;
text-transform: uppercase;
}
.blog-right-sidebar .sp-module-title > span::after {
background: #2BA8DB none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 38px;
}
.blog-right-sidebar .sp-module-title > span {
padding-bottom: 22px;
position: relative;
text-align: left;
text-transform: capitalize;
}
.sp-module-title > span {
border-bottom: 1px solid #2BA8DB;
display: inline-block;
padding-bottom: 16px;
width: 100%;
}
.sub-area input[type="text"] {
border: 1px solid #ccc;
height: 40px;
padding-left: 12px;
width: 100%;
}
.sub-area input[type="submit"] {
background: #555 none repeat scroll 0 0;
border: 1px solid #555;
color: #fff;
font-size: 14px;
height: 40px;
margin-top: 7px;
padding: 0 13px;
transition: all 0.4s ease 0s;
}
.sub-area input[type="submit"]:hover {
background: #00A9E0 none repeat scroll 0 0;
border: 1px solid #00A9E0;
}
.latest-posts {
margin-top: 45px;
}
.single-l-post {
border-bottom: 1px solid #e8e8e8;
padding: 9px 0;
}
.single-l-post > a {
color: #000;
display: block;
font-weight: 400;
margin-bottom: 1px;
}
.single-l-post > p {
color: #646464;
font-size: 12px;
margin: 0;
}
.single-l-post > a:hover {
color: #00A9E0;
}
.add-r-sidebar {
margin-top: 58px;
overflow: hidden;
position: relative;
}
.banner-block::before {
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
content: "";
height: 100%;
left: -100px;
position: absolute;
top: -100px;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, -100%, 0px);
transition: transform 0.6s ease 0s;
width: 100%;
z-index: 1;
}
.banner-block a::before {
background: #000 none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
width: 100%;
z-index: 1;
}
.banner-block a::after {
background: #000 none repeat scroll 0 0;
bottom: 15px;
content: "";
display: block;
height: 90%;
left: 15px;
opacity: 0;
position: absolute;
right: 15px;
top: 15px;
transform: scale(0.3);
transition: all 0.3s ease 0s;
z-index: 2;
}
.banner-block:hover::before {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, 200%, 0px);
}
.banner-block a:hover::after {
opacity: 0.24;
transform: scale(1);
}
/*---------------------------blog page.-----------------------------*/
.main-blog-area p {
line-height: 23px;
margin-bottom: 10px;
}
.single-bolg blockquote {
border-color: #00A9E0;
}
.share-area {
margin-bottom: 40px;
margin-top: 25px;
}
.all-p-title > h3 {
border-bottom: 1px solid #464646;
border-top: 4px solid #464646;
display: inline-block;
font-family: "Bitter",serif;
font-size: 21px;
line-height: 48px;
margin: 25px 0;
text-transform: capitalize;
width: 100%;
}
.clear {
clear: both;
}
.blog-comment-area input {
border: 1px solid #ececec;
height: 40px;
line-height: 40px;
margin-bottom: 11px;
padding: 0 15px;
width: 100%;
}
.blog-comment-area input:focus, .blog-comment-area textarea:focus {
background: #ffffe0 none repeat scroll 0 0;
}
.blog-comment-area textarea {
border: 1px solid #ececec;
color: #444;
padding: 6px 12px;
width: 100%;
}
.capcha {
border: 1px solid #ccc;
display: inline-block;
margin-top: 20px;
}
.capcha-area > input {
display: block;
margin-top: 19px;
width: 95px;
}
.blog-comment-area input[type="submit"] {
background: #00A9E0 none repeat scroll 0 0;
color: #fff;
font-weight: bold;
height: 43px;
margin-bottom: 0;
margin-top: 8px;
transition: all 0.3s ease 0s;
width: 120px;
}
.blog-comment-area input[type="submit"]:hover {
background: #252525 none repeat scroll 0 0;
}
.blog{
margin-bottom: 0px;
}
.mobile-menu{
display: none;
}
.elit {
display: inline-block;
float: none;
}
.form-control {
box-shadow: none;
}
.form-control {
box-shadow: none;
}
.form-control:focus {
box-shadow: none;
}
input.email:focus, textarea:focus, input.tags:focus, select.s-email:focus {
background-color: #edf7f8;
} | src/main/resources/static/css/style.css | /*--------------*/
/* default CSS */
/*--------------*/
html, body {
height: 100%;
}
.floatleft {
float:left
}
.floatright {
float:right
}
.alignleft {
float:left;
margin-right:15px;
margin-bottom: 15px;
}
.alignright {
float:right;
margin-left:15px;
margin-bottom: 15px
}
.aligncenter {
display:block;
margin:0 auto 15px
}
a:focus {
outline:0 solid
}
img {
max-width:100%;
height:auto
}
.notfound-container{
margin: 40px auto 90px;
}
.notfound-image{
background: url("../img/page-404.png") center center no-repeat;
height: 155px;
-webkit-background-size: 150px auto;
margin-bottom: 20px;
}
.notfound-reason ul li{
}
.fix {
overflow:hidden
}
p {
margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
color: #2d2d2d;
font-family: Lato;
font-weight: 700;
}
a{
color: #a6a6a6;
}
a {
transition: all 0.3s ease 0s;
text-decoration:none;
}
a:hover {
color: #39b3e4;
text-decoration: none;
}
a:active, a:hover {
outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{
clear:both;
}
body {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
}
/*--------------*/
/* header */
/*--------------*/
.top-link{
background-color: #FFFFFF;
padding: 12px 0;
position: relative;
z-index: 100;
border-bottom: 1px solid #cccccc;
}
.call_us {
float: left;
text-align: left;
color: #535353;
margin-left: 50px;
margin-top: 15px;
}
.call_us p{
font-size:12px;
padding: 10px 0 0;
}
.call_us span {
font-weight: 600;
}
.english{
float: right;
margin-top: 12px;
}
.english ul{
margin: 0;
padding: 0;
}
.english ul li{
float: left;
position: relative;
}
.english ul li a{
font-size: 12px;
padding: 14px 0 14px 18px;
display: block;
color: #535353;
}
.english ul li ul li a:hover{
color: #fff;
background-color: #3c3c3c;
transition: all 0.5s ease 0s;
}
.english ul li a i{
font-size: 14px;
margin-left: 6px;
}
.english ul li ul{
left: -8px;
background: #fff none repeat scroll 0 0;
list-style: outside none none;
opacity: 0;
padding-left: 0;
position: absolute;
top: 100%;
transition: all 0.5s ease 0s;
visibility: hidden !important;
border: 1px solid #f7f4f3;
z-index: 1;
min-width: 140px;
}
.english ul li ul li{
float: none;
margin-right: 0;
}
.english ul li ul li a{
color: #3c3c3c;
padding: 7px 27px;
}
.english ul li:hover ul{
opacity: 1;
visibility: visible !important;
z-index: 9999999;
}
.header{
background-color: #2BA8DB;
padding: 16px 0;
}
.top-logo{
float: left;
}
.home_menu{
float: left;
margin-left: 40px;
margin-top: 0px;
line-height: 23px;
}
.home_menu ul li{
float: left;
list-style: outside none none;
position: relative;
}
.home_menu ul li a{
border-bottom: 3px solid transparent;
color: #fff;
display: block;
font-family: Lato;
font-size: 14px;
font-weight: 500;
padding: 15px 20px 16px;
position: relative;
text-decoration: none;
text-transform: capitalize;
}
.home_menu ul li.active1::after{
color: #fff;
content: "\f107";
float: right;
font-family: FontAwesome;
font-size: 15px;
right: 0;
position: absolute;
top: 17px;
}
.home_menu ul li:hover a{
border-bottom: 3px solid #fff;
color: #00A9E0;
}
.home_menu ul li.active1:hover a {
border-bottom: none;
}
.home_menu ul li ul{
background: #fff none repeat scroll 0 0;
border: 1px solid #f7f4f3;
left: -8px;
list-style: outside none none;
min-width: 150px;
opacity: 0;
padding-left: 0;
position: absolute;
top: 100%;
transform: perspective(600px) rotateX(-90deg);
transform-origin: 0 0 0;
transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
vertical-align: top;
visibility: visible;
}
.home_menu ul li ul li{
float: none;
margin-right: 0;
}
.home_menu ul li ul li a{
color: #000;
padding: 7px 27px;
text-transform: capitalize;
font-size: 13px;
}
.home_menu ul li ul li a:hover{
background-color: #3c3c3c;
color: #fff;
transition: all 0.5s ease 0s;
}
.home_menu ul li:hover ul{
z-index: 9999999;
opacity: 1;
overflow: visible;
transform: perspective(600px) rotateX(0deg);
transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
}
.home_menu ul li ul:after{
content: "";
position: absolute;
top: -9px;
left: 22px;
width: 0px;
height: 0px;
border-bottom: 9px solid #fff;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
.header-link-bottom {
float: right;
margin-top: 8px;
}
.header-link {
float: right;
position: relative;
}
.dropit {
list-style: outside none none;
margin: 0;
padding: 0;
}
.dropit .dropit-trigger {
z-index: 1000;
}
.header-link .dropit .dropit-trigger .parent-link {
padding-top: 0;
}
.dropit li a {
color: #fff;
display: block;
font-weight: normal;
}
.header-link .parent-link .fa {
border: 2px solid #fff;
color: #fff;
font-size: 16px;
height: 39px;
line-height: 39px;
text-align: center;
width: 39px;
}
.dropit .dropit-trigger .submenu {
border: 1px solid #f7f4f3;
display: none;
left: -10px;
list-style: outside none none;
margin: 0;
min-width: 140px;
padding: 0;
position: absolute;
top: 100%;
z-index: 999999999;
}
.dropit .dropit-trigger a {
padding-bottom: 15px;
}
.dropit .submenu li a {
background: #fff none repeat scroll 0 0;
border: 0 none;
border-radius: 0;
color: #3c3c3c;
display: block;
font-size: 12px;
font-weight: normal;
height: inherit;
line-height: 11px;
margin-right: 0;
min-width: 145px;
padding: 11px 27px;
text-align: left;
text-transform: capitalize;
}
.header-link .parent-link:hover .fa {
background: #39b3e4 none repeat scroll 0 0;
border-color: #39b3e4;
color: #fff;
}
.dropit .submenu li a:hover {
background: #515151 none repeat scroll 0 0;
color: #fff;
}
.header-link:hover .dropit .dropit-trigger .submenu{
display: block;
}
.top-compare {
float: right;
margin-left: 20px;
border-left: 1px solid #cccccc;
margin-top: 20px;
padding:0px 15px;
position: relative;
}
.cat_up {
float: left;
margin-top: 13px;
text-align: right;
margin-left: 5px;
}
.cat_up a {
background: #383838 none repeat scroll 0 0;
color: #fff;
font-size: 12px;
padding: 5px 15px;
}
.cat_up a:hover{
background: #39B3E4 none repeat scroll 0 0;
color: #fff;
}
.compare a,.top-wishlist{
color: #fff;
font-size: 14px;
}
.compare a small{
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 12px;
text-align: center;
margin-left: 3px;
}
.top-compare:hover .home ul,.top-wishlist:hover .home ul{
opacity: 1;
transform: scaleY(1);
z-index: 55555;
}
.top-wishlist{
float: right;
margin-top: 20px;
position: relative;
}
.top-menu{
background-color: #2D2D2D;
}
.left-product-cat {
position: relative;
}
.category-heading {
overflow: hidden;
}
.category-heading h2::before {
content: "";
display: block;
float: left;
font-family: "FontAwesome";
color: #fff;
cursor: pointer;
font-size: 16px;
height: 51px;
line-height: 51px;
margin-right: 20px;
text-align: center;
}
.left-category-menu > .left-product-cat > .category-heading > h2 {
background: #454545 none repeat scroll 0 0;
color: #fff;
cursor: pointer;
font-size: 14px;
line-height: 51px;
margin: 0;
min-height: 51px;
padding-left: 18px;
position: relative;
text-transform: uppercase;
border-bottom: 4px solid #f4a137;
}
.category-menu-list {
position: absolute;
width: 100%;
z-index: 9999;
display: none;
}
.category-menu-list ul {
list-style: outside none none;
padding: 0;
}
.category-menu-list > ul > li.arrow-plus::after {
color: #454545;
content: "\f0da";
font-family: "FontAwesome";
font-size: 16px;
padding-top: 10px;
position: absolute;
right: 12px;
top: 6px;
}
.category-menu-list > ul > li {
background: #f1f0f0 none repeat scroll 0 0;
border-bottom: 1px solid #dfdddd;
position: relative;
}
.category-menu-list ul {
list-style: outside none none;
}
.category-menu-list ul li a {
color: #454545;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 44px;
overflow: hidden;
padding: 0 15px;
position: relative;
text-decoration: none;
text-transform: none;
font-family: Lato;
}
.category-menu-list ul li.rx-parent a.rx-show {
font-style: italic;
}
.category-menu-list ul li a span.cat-thumb{
margin-right: 10px;
}
.category-menu-list ul li a:hover {
color: #fff;
background-color: #3799e4;
}
.category-menu-list ul li a.menu-item-heading:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #3799e4;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a:hover {
color: #3799e4;
background-color:inherit;
}
.category-menu-list ul li.rx-parent a:hover {
color: #fff;
}
.category-menu-list ul li span.cat-thumb {
display: block;
float: left;
height: 25px;
margin-right: 2px;
width: 25px;
}
.category-menu-list ul li .drop-down-single {
padding: 10px;
width: 845px;
}
.category-menu-list ul li .cat-left-drop-menu {
background: #fff none repeat scroll 0 0;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
display: none;
left: 100%;
overflow: hidden;
padding: 25px 20px 20px;
position: absolute;
text-align: left;
top: 0;
width: 870px;
z-index: 999999999;
}
.category-menu-list ul li:hover .cat-left-drop-menu {
display: block;
}
.category-menu-list ul li .drop-down-single .cat-left-drop-menu-left {
width: 100%;
}
.category-menu-list ul li .cat-left-drop-menu-left {
float: left;
margin-right: 15px;
padding-right: 0;
width: 190px;
}
.category-menu-list ul li .cat-left-drop-menu {
text-align: left;
}
.category-menu-list ul li a.menu-item-heading {
background: transparent none repeat scroll 0 0;
padding-bottom: 10px;
color: #6d6d6d;
font-size: 13px;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
word-wrap: break-word;
}
.category-menu-list ul li .cat-left-drop-menu-left ul {
margin-bottom: 15px;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li {
border: medium none;
}
.category-menu-list ul li .cat-left-drop-menu-left ul li a {
color: #6d6d6d;
font-size: 12px;
font-weight: 300;
line-height: 28px;
text-transform: capitalize;
word-wrap: break-word;
}
.category-menu-list ul li.rx-change a.rx-show {
display: block;
}
.rx-child, .category-menu-list ul li a.rx-show {
display: none;
}
.category-menu-list ul li.rx-change a.rx-default {
display: none;
}
.category-menu-list ul li span.cat-thumb {
display: block;
float: left;
height: 25px;
margin-right: 2px;
width: 25px;
}
.category-menu-list ul li.rx-parent {
cursor: pointer;
}
.category-menu-list ul li:last-child {
border-bottom: 0 solid #ebebeb;
}
.category-menu-list ul li span.fa {
padding-top: 15px;
}
.category-menu-list ul li .drop-down-single {
padding: 10px;
width: 260px;
}
.form-search {
float: left;
padding: 0;
position: relative;
z-index: 1000;
cursor: pointer;
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
margin-top: 11px;
position: relative;
width: 100%;
z-index: 1000;
}
.home-1 .s-same{
margin-top: 9px;
}
.login-panel{
margin: 70px auto 110px auto;
width: 400px;
}
.login-panel .block-button-right .noPadding{
padding: 0;!important;
}
.select-wrapper .select{
background: url("../img/icon/down-arrowblk.png") no-repeat scroll 91% 53%;
float: left;
position: relative;
z-index: 9999999;
}
.form-search button.button {
position: absolute;
right: -1px;
top: -1px;
}
.form-search input.input-text {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #898888;
float: left;
font-size: 11px;
line-height: 32px;
padding: 0 143px 0;
width: 100%;
}
#search_mini_form {
float: left;
width: 90%;
display: inline-table;
}
form {
display: inline;
}
button.button,button.button2 {
background: transparent none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
margin: 0;
overflow: visible;
padding: 0;
width: auto;
}
.button{
color: #ffffff;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
}
.form-search button.button .fa {
background: #666666 none repeat scroll 0 0;
color: #fff;
font-size: 18px;
height: 34px;
line-height: 34px;
text-align: center;
width: 34px;
}
.select{
-moz-appearance: none;
display: inline-block;
-webkit-appearance: none;
}
.form-search button.button:hover .fa {
background: #39b3e4 none repeat scroll 0 0;
transition: all 0.4s ease 0s;
}
.form-search select.select {
background-color: #EEEEEE;
height: 34px;
line-height: 34px;
border: 0 none;
margin: 0;
padding: 0px 0px 0px 15px;
color: #565656;
font-size: 12px;
width: 135px;
position: absolute;
left: -1px;
top: -1px;
cursor: pointer;
}
select.select option {
background-color: #fff;
padding: 5px 15px;
color: #565656;
font-size: 14px;
}
.form-search .select{
float: left !important;
}
.top-cart-wrapper {
cursor: pointer;
display: inline-block;
float: right;
margin-left: 3px;
min-height: 37px;
padding-left: 45px;
position: relative;
}
.top-cart-contain::before {
background: #39b3e4 none repeat scroll 0 0;
color: #fff;
content: "";
float: left;
font-family: FontAwesome;
font-size: 20px;
height: 34px;
left: 0;
line-height: 34px;
position: absolute;
text-align: center;
top: 11px;
width: 34px;
}
.top-cart-title {
font-weight: 500;
margin-top: 7px;
}
.block-cart{
line-height: 1.25;
}
.top-cart-wrapper .my-cart {
color: #f4a137;
display: block;
font-size: 13px;
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
}
.top-cart-title a {
color: #fff;
font-size: 11px;
line-height: 1.25;
}
.top-cart-title a:hover {
color: #39B3E4;
}
#right ul{
right: -80px;
}
.home ul{
background: #fff none repeat scroll 0 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
color: #999;
font-size: 12px;
opacity: 0;
padding: 15px;
position: absolute;
right: 0;
top: 100%;
transform: scaleY(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
width: 270px;
z-index: -99;
}
.top-cart-wrapper:hover .home ul{
opacity: 1;
transform: scaleY(1);
z-index: 9999999;
}
.icon_right_site{
position: relative;
}
.cat p{
float: left;
font-size: 15px;
letter-spacing: 1px;
margin-left: 5px;
margin-bottom: 0;
padding: 5px 0px;
}
.cat{
margin-bottom: 10px;
}
.cat a {
color: #5c5c5c;
font-size: 13px;
font-weight: 600;
text-transform: none;
}
.cat a:hover {
color: #00A9E0;
}
.cat_icon{
float: right;
}
.cat_icon a::before {
padding-top: 4px;
content: "\f040 ";
float: left;
font-family: FontAwesome;
color: #FFBD33;
font-size: 12px;
}
.cat_two{
float: left;
display: inline-block;
width: 133px;
}
.cat a i{
background: #F4F4F4 none repeat scroll 0 0;
border-radius: 100%;
color: #F59997;
margin-left: 7px;
font-size: 11px;
height: 15px;
text-align: center;
width: 17px;
}
.cat img {
border: 1px solid #ddd;
float: left;
height: 60px;
margin-bottom: 5px;
width: 60px;
}
.cat{
float: left;
width: 100%;
}
.cat_s p{
float: left;
font-size: 10px;
font-weight: normal;
margin: 15px 0 0;
text-transform: uppercase;
display:inline-table;
}
.cat_s p span{
font-size: 15px;
margin-left: 5px;
}
.cat_d{
float: right;
text-align: right;
margin-top: 45px;
}
.cat_d a {
background: #383838 none repeat scroll 0 0;
padding: 5px 15px;
color: #fff;
font-size: 15px;
}
.cat_d a:hover{
background-color: #00A9E0;
transition: all 0.4s ease 0s;
}
.cat_d a i{
margin-right: 10px;
}
.icon_right p{
color: aliceblue;
}
/*...................main_slider_area.....................*/
.title-container.s-tb-c.title-compress {
padding: 0 0 0 90px;
}
.title-container.s-tb-c.title-compress h1{
color: #F4A137;
font-size:50px;
letter-spacing: -5px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 500;
}
.title-container.s-tb-c.title-compress h2{
color: #F4A137;
font-size:50px;
letter-spacing: 2px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 600;
word-spacing: 20px;
margin: 0;
margin-top: -13px;
}
.title-container.s-tb-c.title-compress h3{
background: #fff none repeat scroll 0 0;
padding: 0 10px;
display: inline-block;
color: #0076a6;
font-size: 2vw;
text-transform: uppercase;
font-weight: 400;
margin: 35px 0px 35px;
}
.s-title a{
background: #39b3e4 none repeat scroll 0 0;
color: #fff;
font-size: 12px;
font-weight: 700;
padding: 15px 29px;
text-transform: uppercase;
}
.title-container.s-tb-c {
padding-right: 180px;
padding-top: 40px;
}
.nivo-caption {
opacity: 1;
}
/*................... slider_area.....................*/
.nav.nav-tabs.moz {
margin-top: 40px;
}
.nav-tabs {
position: relative;
text-align: left;
border-bottom: 1px solid #2ba8db;
margin: 0 0 40px;
}
.features-tab .nav-tabs > li {
float: none;
margin-bottom: 0;
}
.features-tab .nav-tabs > li > a {
border: 0;
border-radius: 0;
line-height: 1.42857;
}
.features-tab .nav-tabs > li > a {
display: inline-block;
border-bottom: 2px solid transparent;
border-left: medium none;
color: #2d2d2d;
cursor: pointer;
float: left;
font-family: Lato;
font-size: 18px;
font-weight: 700;
list-style: outside none none;
margin: 0 40px 0 0;
overflow: hidden;
padding-bottom: 15px;
position: relative;
}
.features-tab .nav > li > a:focus,.features-tab .nav > li > a:hover {
background-color: inherit;
border-bottom-color: #2ba8db;
}
.features-tab .nav-tabs > li.active > a,.features-tab .nav-tabs > li.active > a:focus,.features-tab .nav-tabs > li.active > a:hover {
border: medium none;
border-bottom: 2px solid #2ba8db;
}
.features-curosel .col-md-3{
width:100%
}
.single-product {
padding-bottom: 3px;
}
.nav > li > a {
display: block;
padding: 0;
position: relative;
}
.single-product span.sale-text,.bit span.sale-text{
background: #f4a137 none repeat scroll 0 0;
border-radius: 100%;
box-shadow: 0 3px 0 0 #d58117;
color: #fff;
display: block;
font-family: Lato;
font-size: 16px;
font-weight: 700;
height: 56px;
left: 20px;
line-height: 56px;
position: absolute;
text-align: center;
text-transform: capitalize;
top: 10px;
width: 56px;
z-index: 1;
position: absolute;
margin-left: 200px;
}
.bit {
margin-top: 35px;
}
.bit span.sale-text{
left: 25px;
top: 52%;
}
.bit .product-img{
position: relative;
}
.single-product .product-img,.bit .product-img{
position: relative;
}
.product-img a{
display: block;
margin-bottom: 10px;
}
.product-img a::before {
content: "";
animation-duration: 0.5s;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
opacity: 0;
}
.single-product:hover .product-img a::before,.li-item:hover .product-img a::before {
left: 0;
opacity: 1;
width: 100%;
}
.product-content .price-box span.special-price {
background: #e93232 none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
float: left;
font-family: Lato;
font-size: 14px;
font-weight: 900;
padding: 0 5px;
margin-right: 5px;
}
.product-content .price-box span.old-price {
background: #B2B2B2 none repeat scroll 0 0;
border-radius: 2px;
padding: 0 5px;
color: #fff;
font-size: 15px;
font-weight: 400;
text-decoration: line-through;
}
.product-content .price-box {
display: inline-table;
}
.product-content h2 {
color: red;
margin: 0;
}
.product-content h2 a,.f-fix h2 a{
color: #5c5c5c;
font-size: 15px;
font-weight: 600;
text-transform: none;
}
.product-content h2 a:hover,.f-fix h2 a:hover{
color: #00a9e0;
}
.pro-rating{
margin: 5px 0px 12px;
display: block;
overflow: hidden;
}
.pro-rating .pro_one,.pro-rating .pro_two{
float: left;
}
.pro-rating .pro_one a{
color: #F4A137;
font-size: 17px;
float: left;
}
.pro-rating .pro_two a{
color: #aaaaaa;
font-size: 17px;
margin-left: 5px;
}
.product-icon a i{
border: 1px solid #aaa;
border-radius: 100%;
box-shadow: 0 3px 0 0 transparent;
color: #aaaaaa;
font-size: 14px;
height: 42px;
line-height: 42px;
text-align: center;
transition: all 300ms ease 0s;
width: 41px;
margin: 0 2px;
}
.product-content .product-icon a i:hover,.f-fix .product-icon a i:hover,.add-to-box1 .product-icon a i:hover{
background: #00a9e0 none repeat scroll 0 0;
border-color: #00a9e0;
box-shadow: 0 3px 0 0 #008dc7;
color: #fff;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
background: inherit;
border-radius: 0;
color: #000;
font-family: Lato;
font-size: 18px;
font-weight: 900;
margin: 5px;
opacity: 1;
padding: 0;
position: absolute;
right: 13px;
top: -80px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
right: 35px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
color: #00a9e0;
}
/*................... banner_area.....................*/
.banner_area{
margin: 32px 0px 40px;
}
.banner img{
width: 100%;
}
.banner a {
display: block;
float: left;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 100%;
}
.banner a::before {
animation-duration: 0.5s;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 50%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.banner a:hover::before {
left: 0;
opacity: 1;
width: 100%;
}
/*...................product_area.....................*/
.ma-title h2 {
border-bottom: 2px solid #2ba8db;
color: #2d2d2d;
display: inline-block;
font-size: 18px;
margin: 0;
padding-bottom: 15px;
position: relative;
text-transform: capitalize;
}
.ma-title {
border-bottom: 1px solid #2ba8db;
position: relative;
text-align: left;
margin-bottom: 30px;
}
.product a {
display: block;
float: left;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 100%;
margin-bottom: 25px;
margin-top:14px;
}
.product a::before,.laptop a::before {
animation-duration: 0.5s;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 50%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.product a:hover::before,.laptop a:hover::before {
left: 0;
opacity: 1;
width: 100%;
}
.features .col-md-4{
width:100%
}
/*--------------- shop_area ----------------*/
.catlist-content{
border: 1px solid #e1e1e1;
margin-bottom: 30px;
overflow: hidden;
width: 100%;
}
.pull-left {
padding-right:10px;
padding: 20px 0 20px 20px;
float: left;
display: inline-block;
max-width: 51%;
}
.catlist_level_top h3 {
color: #454545;
display: block;
font-size: 14px;
margin: 18px 0;
text-transform: uppercase;
}
.catlist_level_top h3 a:hover {
color: #2ba8db;
}
.subcat li {
padding: 4px 0;
}
.subcat li a::before {
color: #2ba8db;
content: "";
font-family: FontAwesome;
font-size: 12px;
padding-right: 8px;
transition: all 100ms ease 0s;
}
.subcat li a {
color: #2ba8db;
font-size: 13px;
line-height: 20px;
text-transform: capitalize;
transition: all 100ms ease 0s;
}
.subcat li a:hover::before, .subcat li a:hover {
padding-left: 5px;
}
.media-body{
float: right;
display: block;
max-width: 49%;
}
.Latest-img {
position: relative;
}
.Latest_slider {
background: #f3f3f3 none repeat scroll 0 0;
color: #9b9ea5;
font-size: 12px;
padding: 20px 0;
position: relative;
text-align: center;
}
.blog-content h3 a {
color: #5c5c5c;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.blog-content h3 a:hover {
color: #00a9e0;
}
.date-time {
padding: 0;
}
.date-time .time-blog {
display: inline-block;
}
.blog-content .fa {
color: #aaa;
font-size: 14px;
margin-right: 15px;
}
.date-time .time-blog span {
padding: 0 10px;
}
.time-conment {
display: inline-block;
}
.date-time {
color: #9b9ea5;
font-size: 12px;
text-align: center;
}
.blog-content{
text-align: center;
}
.blog-content h3{
margin-top: 0;
}
.time-blog .fa{
margin-right: 5px;
color: #aaa;
font-size: 14px;
}
.time-conment .fa{
margin-right: 5px;
color: #aaa;
font-size: 14px;
}
.Latest-img > a {
display: block;
}
.owl-theme .owl-controls {
margin-top: 0px;
text-align: center;
}
.Latest_Post .col-md-4{
width:100%
}
.Latest-img::after {
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
left: 0;
margin: auto;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease-in 0s;
width: 0;
z-index: 1;
}
.Latest-img:hover::after{
height: 100%;
width: 100%;
}
.title.ma-title.lab {
margin-top: 35px;
}
/*............banner_footer_area......................*/
.banner_footer_area {
overflow: hidden;
margin-top: 35px;
}
.laptop {
float: left;
width: 50%;
position: relative;
}
.laptop {
float: left;
width: 50%;
}
.laptop > a {
display: inline-block;
}
/*............tweets_area......................*/
.tweets_area {
background-color: #f6f6f6;
padding: 40px 0px;
}
.twitter-article .twitter-pic {
float: left;
margin-right: 20px;
}
.twitter-article .twitter-text {
color: #5c5c5c;
font-size: 14px;
}
.twitter-article .twitter-text {
overflow: hidden;
}
strong {
font-weight: normal;
}
.social-footer {
text-align: center;
}
.footer-static-content .link-follow {
float: left;
text-align: center;
}
.footer-static-content .link-follow li {
display: inline-block;
}
.footer-static-content .link-follow li.first a {
background: #fff none repeat scroll 0 0;
border: 5px solid #ddd;
border-radius: 100%;
color: #222;
font-size: 20px;
height: 52px;
line-height: 45px;
margin-right: 6px;
padding-left: 0;
text-align: center;
width: 52px;
}
.footer-static-content .link-follow li.first a:hover {
background: #E3E3E3 none repeat scroll 0 0;
}
/*............ma-footer-static......................*/
.ma-footer-static {
background: #333333 none repeat scroll 0 0;
color: #a3a3a3;
padding-bottom: 30px;
padding-top: 20px;
}
.ma-footer-static .pt-menu-links {
border-bottom: 2px solid #484848;
margin-bottom: 50px;
padding: 10px 0 20px;
}
.ma-footer-static .pt-menu-links .home {
display: inline-block;
padding-left: 0;
}
.ma-footer-static .pt-menu-links li {
border-right: 1px solid #9f9f9f;
display: inline-block;
padding: 0 10px;
}
.ma-footer-static .pt-menu-links li a {
color: #dddddd;
font-size: 12px;
font-weight: 700;
}
.ma-footer-static .pt-menu-links li a:hover{
color: #39B3E4;
}
.ma-footer-static .pt-menu-links li:last-child {
border: 0 none;
}
.footer-static-title {
margin-bottom: 35px;
}
.footer-static-top .f-col1::after {
border: 0 none;
}
.footer-static-top .f-col::before {
border-left: 1px solid #484848;
content: "";
height: 100%;
left: -30px;
position: absolute;
top: 0;
}
.footer-static-top .f-col:first-child:before{
border: 0;
}
.footer-static-title {
margin-bottom: 35px;
}
.footer-static-title h3 {
color: #ffffff;
display: inline;
font-size: 16px;
position: relative;
text-transform: uppercase;
}
.footer-static-top ul li a {
color: #dddddd;
display: inline-block;
font-size: 13px;
line-height: 20px;
padding: 5px 0;
}
.footer-static-top ul li a:hover {
color: #39b3e4;
}
.footer-contact {
color: #dddddd;
font-size: 13px;
}
.footer-contact p {
padding-bottom: 5px;
}
/*............ footer-address......................*/
.footer-address {
background: #333333 none repeat scroll 0 0;
text-align: center;
}
.footer-address .container-inner {
border-top: 2px solid #484848;
padding: 20px 0;
}
.footer-address .container-inner address {
color: #dddddd;
float: left;
font-size: 14px;
margin: 10px 0 0;
}
address {
font-style: normal;
line-height: 25px;
}
.footer-address .container-inner address a {
color: #39b3e4;
}
.footer-address .container-inner address a:hover {
text-decoration: underline;
}
.footer-payment {
float: right;
margin-top: 5px;
}
/*.............scrollUp................*/
#toTop {
text-align: center;
background-color: #7f7f7f ;
bottom: 35px;
cursor: pointer;
display: none;
height: 40px;
position: fixed;
right: 12px;
width: 40px;
z-index: 9999;
line-height: 40px;
color: #fff;
}
#toTop:hover {
background-color: #00A9E0 ;
}
/*..................start home-1...............*/
.features-curosel.indicator-style.owl-carousel.owl-theme {
margin-bottom: 20px;
}
.header{
background-color: #FFFFFF;
}
.english ul li .parent-link .fa {
border: 1px solid #f0f0f0;
border-radius: 100%;
color: #535353;
font-size: 16px;
height: 39px;
line-height: 39px;
text-align: center;
width: 39px;
}
.english ul li.dropit-trigger:hover .fa {
background: #39b3e4 none repeat scroll 0 0;
border-color: #39b3e4;
color: #fff;
}
.compare a, .top-wishlist {
color: #444444;
}
.compare a small {
color: #444444;
}
.top-cart-contain::before {
background: #39b3e4 none repeat scroll 0 0;
border-radius: 100%;
box-shadow: 0 3px 0 0 #008dc7;
color: #fff;
content: "";
float: left;
font-family: FontAwesome;
font-size: 20px;
height: 49px;
left: 0;
line-height: 49px;
position: absolute;
text-align: center;
top: 0;
width: 49px;
}
.top-cart-wrapper .my-cart {
color: #444;
display: block;
font-size: 13px;
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
}
.top-cart-title {
font-weight: 500;
margin-top: 15px;
margin-left: 12px;
}
.top-cart-title a span {
font-weight: 700;
}
.top-cart-title a {
color: #444;
}
.top-cart-title a:hover {
color: #39b3e4;
}
.top-wishlist, .top-compare {
margin-top: 15px;
}
.english ul li.dropit-trigger a.parent-link{
padding-top: 0;
}
.home-1 .home_menu ul li a {
border-bottom: 0;
}
.home-1 .home_menu ul li:hover ul li a {
color: #000;
}
.home-1 .home_menu ul li:hover ul li a:hover{
color: #fff;
}
.product a {
margin-bottom: 0;
margin-top: 0;
}
.single-product {
padding-bottom: 10px;
}
.lenovo {
margin-top: 47px;
position: relative;
width: 100%;
margin-bottom: 30px;
}
.lenovo a{
display: block;
}
.lenovo a::before{
animation-duration: 0.5s;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 50%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.lenovo a:hover::before{
left: 0;
opacity: 1;
width: 100%;
}
.banner a{
margin-bottom: 30px;
}
.banner a {
margin-top: 0px;
}
.tweets_area {
margin-top: 35px;
}
.cat_up a:hover{
background: #39B3E4 none repeat scroll 0 0;
color: #fff;
}
.single-product:hover .product-img a::before {
left: 0;
opacity: 1;
width: 100%;
}
.latest_all{
position: relative;
}
.latest_all:hover .Latest-img::after {
height: 100%;
width: 100%;
}
.Latest-img::after {
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
left: 0;
margin: auto;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease-in 0s;
width: 0;
z-index: 1;
}
/*---------------------------start shop page.-----------------------------*/
.breadcrumbs {
font-size: 12px;
}
.breadcrumbs .container-inner {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 30px;
padding-bottom: 10px;
margin-top: 30px;
}
.breadcrumbs li.home::before {
color: #3c3c3c;
content: "";
display: inline-block;
float: left;
font: 16px/1 FontAwesome;
margin-right: 5px;
text-rendering: auto;
}
.breadcrumbs li.home {
position: relative;
}
.breadcrumbs li {
display: inline;
text-transform: capitalize;
}
.breadcrumbs li span {
color: #bababa;
display: inline-block;
padding: 0 10px;
}
.breadcrumbs li span .fa {
color: #9a9a9a;
font-size: 12px;
}
.breadcrumbs li a:hover, .breadcrumbs li strong {
color: #00a9e0;
font-weight: normal;
}
/*-----end breadcrumbs....*/
.category-image {
margin: 0 0 20px;
width: 100%;
}
/*-----start main_shop_all....*/
.block .block-title {
border-bottom: 1px solid #2ba8db;
display: inline-block;
float: none;
margin-bottom: 10px;
padding: 0;
width: 100%;
}
.block #title {
margin-bottom: 30px;
}
.block .block-title h2{
border-bottom: 2px solid #2ba8db;
color: #222222;
display: inline-block;
font-family: Lato;
font-size: 16px;
font-weight: 600;
padding-bottom: 10px;
padding-right: 20px;
position: relative;
text-transform: capitalize;
word-wrap: break-word;
margin: 0;
}
.block-content .currently {
line-height: 1.5;
padding: 6px 0px 6px 10px;
overflow: hidden;
border-bottom: 1px solid #dddddd;
}
.label {
display: block;
font-weight: inherit;
text-align: left;
color: inherit;
color: #797979;
font-size: 12px;
}
.currently .current_one span.value{
color: #00a9e0;
display: inline-table;
line-height: 25px;
text-transform: capitalize;
vertical-align: top;
font-size: 12px;
}
.currently .current_one{
float: left;
display: inline-table;
}
.currently .current{
float: right;
display: block;
}
.current a i {
background: #f4f4f4 none repeat scroll 0 0;
border-radius: 100%;
color: #f59997;
font-size: 11px;
height: 15px;
text-align: center;
width: 15px;
line-height: 15px;
}
.current_one span.label::before {
color: #fff;
content: "\f178 ";
float: left;
font-family: FontAwesome;
font-size: 10px;
padding: 0px 1px;
background-color: #E76900;
border-radius: 2px;
margin: 2px 3px 0px 0px;
}
.label {
padding: 0.2em 0.0em 0.3em;
}
.block-content .actions {
font-size: 11px;
padding: 4px 5px 4px 9px;
text-align: right;
}
.narrow-by-list .layered-attribute .odd ul{
display: block;
}
.block .odd ul li {
border-bottom: 1px dashed #e5e5e5;
color: #6d6d6d;
font-size: 12px;
line-height: 22px;
padding: 10px 0;
font-size: 14px;
}
.block .odd ul li:last-child {
border-bottom: none;
}
.block .odd ul li a::before {
color: #a8a8a8;
content: "";
display: inline-block;
font-family: FontAwesome;
font-feature-settings: normal;
font-language-override: normal;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
margin-right: 10px;
text-rendering: auto;
}
.block .odd ul li a:hover::before {
color: #00a9e0;
}
.layered-attribute {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 20px;
padding-bottom: 10px;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
background: #eeeeee none repeat scroll 0 0;
border: none;
border-radius: none;
height: 5px;
margin-top: 20px;
margin-left: auto;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff none repeat scroll 0 0;
border: 1px solid #f4a137;
border-radius: 0;
color: #555555;
cursor: pointer;
font-weight: normal;
height: 20px;
margin-left: -6px;
width: 13px;
margin-top: -4px;
}
.price_filter .ui-slider-range {
background: #F4A137;
}
.price_slider_amount input#amount {
margin: 20px 0 !important;
}
.price_slider_amount > input[type="text"] {
background: transparent none repeat scroll 0 0;
border: 0 none;
color: #282828;
font-family: Lato;
font-size: 14px;
font-weight: 600;
min-width: 50px;
padding: 4px 10px 20px 0;
letter-spacing: 3px;
}
.layered{
margin-bottom: 30px;
}
.layered .block-content .tags-list {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
font-size: 12px;
margin-top: 22px;
}
.tags-list li {
display: inline-block !important;
margin: 0 2px 10px 0;
}
.layered .block-content a {
border: 1px solid #e1e1e1;
color: #9d9d9d;
display: inline-block;
font-size: 12px !important;
line-height: 1;
padding: 8px 17px;
text-transform: capitalize;
}
.layered .block-content a:hover {
background: #00a9e0 none repeat scroll 0 0;
border-color: #00a9e0;
color: #fff;
text-decoration: none;
}
.layered .actions {
padding: 0;
text-align: left;
}
.block .actions a {
margin: 15px 0 0;
}
.tabs {
position: relative;
text-align: left;
display: block;
}
.shop-all-tab{
border-bottom: 1px solid #cccccc;
}
.shop-all-tab{
overflow: hidden;
display: block;
}
.features-tab .shop-all-tab .two-part{
float: left;
width: 50%;
}
.two-part{
float: right;
font-family: Lato;
margin: 0;
padding: 0;
text-align: center;
}
.features-tab .shop-all-tab .shop5{
float: right;
}
.features-tab .shop-all-tab .shop6{
float: right;
}
.shop6 .sort-by{
float: right;
width: 47%;
}
.shop-all-tab{
padding-bottom: 15px;
}
.features-tab ul.tabs{
display: inline-block;
float: left;
}
.two-part .shop5 label,.shop6 label {
color: #2b2b2b;
font-size: 13px;
font-weight: 600;
margin: 0;
vertical-align: middle;
display: inline-block;
}
.two-part .shop5 select,.shop6 select {
background: transparent none repeat scroll 0 0;
border: 1px solid #ccc;
color: #908f8f;
font-size: 12px;
margin: 0 5px;
padding: 5px 12px;
text-align: center;
vertical-align: middle;
}
.shop6 select {
width: 180px;
}
.shop-all-tab .sort-by .shop6 a {
color: #2b2b2b;
margin: 0 0 1px;
padding: 3px 5px 3px 0px;
vertical-align: middle;
}
.shop-all-tab .sort-by .shop6 a:hover {
color: #00a9e0;
}
.two-part .shop5,.shop6{
font-size: 12px;
color: #707070;
}
.two-part .page p {
float: left;
height: 50px;
margin: 10px 2px 0px;
}
.two-part .page ul {
margin-top: 10px;
float: left;
}
.two-part .page ul li{
color: #00a9e0;
text-decoration: underline;
display: inline;
margin: 10px 2px 0px;
}
.two-part .page ul li a{
font-size: 12px;
color: #9b9b9b;
margin-left: 3px;
}
.two-part .page ul li a:hover{
color: #3AA9E0;
}
.two-part .page ul li a.active{
color: #3AA9E0;
}
.features-tab .shop-all-tab{
margin-bottom: 30px;
margin-top: 30px;
}
.features-tab ul.tabs li{
float: left;
margin-right: 20px;
}
.features-tab ul li a{
font-size: 25px;
}
.features-tab ul li.active-icon a{
color: #EE4A42;
}
.tab-content .tab-pane .shop-tab .product-content{
padding-bottom: 30px;
}
.f-fix{
position: relative;
}
.li-item{
padding-bottom: 30px;
display: inline-table
}
.f-fix h2{
margin: 0px;
}
.f-fix .pro-rating{
margin-top: 0px;
padding-bottom: 15px;
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
}
.pro-rating .rating-links {
display: inline-block;
}
.pro-rating .rating-links {
font-size: 12px;
margin: 5px 0 0 10px;
}
.f-fix .desc {
clear: both;
color: #8c8c8c;
font-size: 13px;
line-height: 20px;
padding-bottom: 20px;
text-align: justify;
}
.f-fix .p-box span.special-price{
font-family: Lato;
font-size: 16px;
font-weight: 900;
color: #f65656;
margin-bottom: 17px;
}
.f-fix .p-box span.old-price{
font-family: Lato;
font-weight: 400;
color: #b2b2b2;
font-size: 14px;
margin-bottom: 17px;
text-decoration: line-through;
}
.f-fix .p-box{
margin-bottom: 15px;
}
.features-tab .tabs > li.active > a,.features-tab .tabs > li.active > a:focus,.features-tab .tabs > li.active > a:hover {
color: #EE4A42;
}
/*---------------------------start shop-details page.-----------------------------*/
.simpleLens-lens-element{
width: 355px;
}
.cras .product-name h1{
margin-bottom: 0px;
color: #5c5c5c;
font-size: 34px;
font-weight: 600;
text-transform: capitalize;
}
.cras .pro-rating {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
display: block;
margin: 12px 0;
padding: 10px 0 15px;
}
.cras .availability {
color: #818181;
font-size: 13px;
padding: 10px 0;
}
.cras .availability.in-stock span {
color: #00a9e0;
margin-left: 5px;
}
.cras .short-description p{
clear: both;
color: #8c8c8c;
display: inline-block;
font-size: 13px;
margin: 10px 0;
text-align: justify;
}
.cras .pre-box span.special-price{
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
font-size: 24px;
font-weight: 700;
margin-top: 15px;
overflow: hidden;
padding: 5px 0;
display: block;
}
.pre-box span.special-price{
color: #f65656;
font-size: 14px;
font-weight: 700;
}
.cras .add-to-box .add-to-cart .input-content {
float: left;
}
.cras .add-to-cart label {
float: left;
font-size: 14px;
font-weight: normal;
margin-right: 10px;
padding: 8px 0 0;
}
.add-to-cart .qty {
background: #fff none repeat scroll 0 0;
border: 1px solid #e1e1e1;
border-radius: 3px;
color: #000;
float: left;
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 0 5px;
min-width: 40px !important;
padding: 0;
text-align: center;
}
input.qty {
text-align: center;
width: 2.5em !important;
}
button.button2 {
margin-bottom: 10px;
margin-left: 10px;
}
button.button2 {
background: #383838 none repeat scroll 0 0;
color: #fff;
display: block;
font-size: 12px;
font-weight: 700;
padding: 8px 25px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
float: left;
}
button.button2:hover {
background: #00a9e0 none repeat scroll 0 0;
transition: all 0.4s ease 0s;
}
.add-to-box .add-to-cart {
display:inline-table;
padding: 20px 0;
margin-top: 25px;
}
.cras .add-to-box1{
display:inline-table;
padding: 15px 0;
}
.pluginButtonLabel ul{
list-style: none;
margin: 0;
padding: 0;
}
.pluginButtonLabel ul li{
float: left;
position: relative;
}
.pluginButtonLabel ul li a {
color: #fff;
font-size: 11px;
font-weight: bold;
display: block;
}
.pluginButtonLabel ul li.blue,.pluginButtonLabel ul li.zero a,.pluginButtonLabel ul li.sky,.pluginButtonLabel ul li.puce a,.pluginButtonLabel ul li.orange{
border-radius: 3px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-weight: 500;
height: 20px;
padding: 1px 8px 1px 6px;
margin-right: 5px;
}
.pluginButtonLabel ul li.blue{
background-color:#354c8c;
}
.pluginButtonLabel ul li.blue:hover{
background-color:#5878D0;
}
.pluginButtonLabel ul li.zero a{
background-color:none;
color: #a6a6a6;
border: 1px solid #a6a6a6;
}
.pluginButtonLabel ul li.sky{
background-color: #1b95e0;
}
.pluginButtonLabel ul li.sky:hover{
background-color: #0C7ABF;
}
.pluginButtonLabel ul li.puce a{
font-weight: bold;
background-color:none;
color: #db4437;
border: 1px solid #a6a6a6;
}
.pluginButtonLabel ul li.orange{
background-color: #E75A3A;
}
.pluginButtonLabel ul li a i.fa{
margin-right: 5px;
font-size: 14px;
margin-top: 1px;
}
.pluginButtonLabel ul li a:hover{
transition: all 0.5s ease 0s;
}
.pluginButtonLabel ul li ul{
list-style: outside none none;
opacity: 0;
padding-left: 0;
position: absolute;
visibility: hidden;
width: 180px;
z-index: 11111;
box-shadow: 2px 2px 2px 2px #F8F8F8;
left: -2px;
}
.pluginButtonLabel ul li ul li{
float: none;
margin-right: 0px;
background-color: #fff;
}
.pluginButtonLabel ul li ul li a{
display: block;
padding: 4px 15px 4px 10px;
color: #354c8c;
font-size: 13px;
font-weight: inherit;
}
.pluginButtonLabel ul li:hover ul{
opacity: 1;
visibility: visible;
}
.pluginButtonLabel ul li ul li a:hover{
color: #fff;
background-color: #2095F0;
}
.product-social{
margin-top: 30px;
}
.product-img-right {
float: left;
height: 95px;
margin-right: 27px;
width: 95px;
}
.all{
border: 1px solid #e8e8e8;
}
.all p{
font-size: 12px;
text-align: center;
margin-top: 15px;
}
.ma-box-content{
padding: 0px 0px 30px ;
}
.product-content .pro-rating .proin{
display: block;
padding-right: 30px;
}
.product-content .price-box span.special {
color: #f65656;
font-size: 14px;
font-weight: 700;
}
.product-content .price-box span.old{
text-decoration: line-through;
font-size: 11px;
}
.product-img-right input.check {
margin-left: 20px;
margin-top: 20px;
}
.content_top.indicator-style.owl-theme .owl-controls .owl-buttons div {
top: -114px;
}
.content_top.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
right: 35px;
}
.content_top.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
color: #00a9e0;
}
.tab_area{
margin-bottom: 40px;
}
.text ul.nav li a:hover, .text ul.nav li.active a {
background: #fff none repeat scroll 0 0;
color: #2b2b2b;
border-bottom: none;
}
.text ul.nav li {
display: inline-block;
float: none;
font-size: 1.1em;
line-height: 1em;
margin-right: 2px;
position: relative;
}
.text .nav li a {
background: #eee none repeat scroll 0 0;
border-color: #ddd #ddd -moz-use-text-color;
border-image: none;
border-style: solid solid none;
border-width: 1px 1px 0;
color: #888888;
display: block;
font-family: Lato;
font-size: 12px;
font-weight: 700;
padding: 15px 20px;
position: relative;
text-transform: uppercase;
}
.text .nav-tabs {
border-bottom: 1px solid #eee;
margin: 0px 0;
}
.text .tab-content{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ebebeb;
font-size: 13px;
line-height: 25px;
margin-top: -1px;
min-height: 174px;
padding: 30px;
width: 100%;
color: #8c8c8c;
}
.s_big .tab-content{
border: 1px solid #ebebeb;
}
.s_big .thumnail-image ul li{
width: 90px;
float: left;
border: 1px solid #ebebeb;
}
.customer-reviews .customer-reviews-two p{
float: left;
}
.customer-reviews {
margin: 15px 0;
}
.customer-reviews p{
color: #8c8c8c;
font-size: 13px;
line-height: 25px;
margin: 0;
}
.customer-reviews p span{
font-weight: bold;
}
.customer-reviews-two {
display: block;
overflow: hidden;
}
.customer-reviews .pro-rating{
margin-left: 55px;
line-height: 10px;
}
.customer-reviews .pro-ra-two{
margin-left: 50px;
}
.customer-reviews .date small {
font-style: italic;
font-size: 13px;
}
.form-add .add-text h3 {
font-size: 13px;
font-weight: normal;
color: #2d2d2d;
font-family: Lato;
margin-top: 0;
}
.form-add .add-text h4 {
font-size: 12px;
color: #2d2d2d;
font-family: Lato;
font-weight: 700;
margin-top: 0;
}
.data-table th, .data-table td {
border-bottom: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
}
.data-table td {
padding: 6px 10px ;
}
.data-table {
background: #fff none repeat scroll 0 0;
border: 1px solid #f2f2f2;
width: 100%;
}
.data-table th {
font-weight: normal;
padding: 6px 10px;
background: #2ba8db none repeat scroll 0 0;
border-right: 1px solid #f2f2f2;
color: #fff;
font-family: Lato;
font-size: 12px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
}
tr td.one{
padding: 0px 120px 0px 15px;
}
.data-table .one.two {
font-size: 16px;
padding-left: 15px;
}
.UpSell .col-md-3 {
width: 100%;
}
.form-add .form-list{
margin: 15px 0px 0px;
}
.input-one label.required{
color: #666;
float: left;
font-weight: normal;
position: relative;
z-index: 0;
display: inline-block;
margin-bottom: 5px;
font-size: 13px;
padding: 15px 0px 0px;
}
.input-one label.required em {
color: #eb340a;
float: right;
font-style: normal;
position: absolute;
right: -8px;
top: 0;
padding: 15px 0px 0px;
}
.form-add .input-one input.email,.form-add .input-one textarea.email,.shipping-zip-form select.email, .form-list input.email,.billing-info select.email,.input-one select.email{
width: 100%;
padding: 6px;
border: 1px solid #e1e1e1;
}
.input-two input.tags{
float: left;
padding: 10px 5px;
width: 200px;
border: 1px solid #e1e1e1;
}
.form-add .input-one textarea.email {
padding: 24px 4px;
}
.form-add .input-one textarea{
margin-bottom: 25px;
}
.form-add .form-border{
border-bottom: 1px solid #e1e1e1;
}
input.email:focus,textarea:focus,input.tags:focus,select.s-email:focus {
background-color: #edf7f8;
}
.form-add .btn-in{
float: right;
margin-top: 10px;
}
button.btn-in span{
padding: 8px 10px;
}
.tab-pane .box-collateral > h3 {
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
}
.tab-pane .box-collateral p a {
color: #898989;
font-size: 13px;
line-height: 25px;
margin-right: 4px;
}
.tab-pane .box-collateral p a:hover {
color: #00a9e0;
}
.tab-pane .input-two label.required {
display: block;
font-size: 13px;
font-weight: normal;
margin: 10px 0 5px;
}
.tab-pane .input-two {
overflow: hidden;
}
/*---------------------------start shop-details page.-----------------------------*/
.cart-form {
background: #fff none repeat scroll 0 0;
border: 1px solid #f2f2f2;
width: 100%;
padding-bottom: 80px;
}
.cart-f{
margin-top: 40px;
}
.s-cart-all .page-title h1 {
color: #505050;
font-size: 24px;
font-weight: 600;
margin: 0;
text-transform: uppercase;
}
.s-cart-all .page-title h1 {
margin: 25px 0px 30px;
}
.cart-form .cart-table th {
padding: 15px;
}
.cart-form .cart-table td {
text-align: center;
}
.cart-table .sop-icon a i {
border: 1px solid #3F4859;
height: 40px;
line-height: 37px;
width: 40px;
text-align: center;
border-radius: 50%;
color: #3F4859;
font-size: 22px;
}
.cart-table .sop-cart > a,.cart-table .sop-cart {
color: #454545;
font-size: 15px;
font-weight: 700;
}
.cart-table .sop > a {
font-size: 16px;
}
.cart-form .a-all {
margin: 20px 10px 0px;
}
.cart-form .a-all .a-right{
float: right;
margin-right: 5px;
}
.a-right .Estimate{
margin-right: 35px;
}
.cart-form .a-all .button2.notice {
padding: 13px 25px;
}
.cart-collaterals{
padding: 40px 0 0;
}
.cart-collaterals .ma-cart{
border-bottom: none;
margin-bottom: 0px;
}
.cart-collaterals .ma-cart.ma-cart h2{
border-bottom: 1px solid #2ba8db;
color: #262626;
font-size: 16px;
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
text-transform: capitalize;
display: block;
}
.cart-collaterals .ma-cart h2::before{
border-top: 2px solid #2ba8db;
bottom: 0;
content: "";
left: 0;
position: absolute;
width: 139px;
}
.shipping-form1 > p{
margin: 0px;
}
.shipping-form1 .form-list .required,.shipping-form1 > p,.shipping-zip-form .form-list .required,#collapseOne p {
font-size: 12px;
color: #5c5c5c;
font-weight: 400;
}
.shipping-form1 .button2.get,.shipping-zip-form .button2.get{
float: right;
margin-top: 10px;
}
.shipping-zip-form {
border-bottom: 1px solid #e1e1e1;
}
.input-one label.get {
padding: 10px 0 0;
}
.shipping-form1 .input-one input.email{
border: 1px solid #e1e1e1;
padding: 6px;
width: 100%;
margin-bottom: 25px;
}
.shipping-zip-form .input-one input.in-get{
border: 1px solid #e1e1e1;
padding: 6px;
width: 254px;
margin-bottom: 25px;
}
.cart-collaterals .totals{
padding: 40px;
display: block;
background-color: #F3F3F3;
text-align: right;
}
.cart-collaterals .totals .button2.get{
width: 100%;
margin-left: 0px;
padding: 13px 25px;
}
.totals .subtotal p{
color: #393939;
font-family: Lato;
font-size: 14px;
font-weight: 700;
margin-bottom: 15px;
}
.totals .subtotal{
border-bottom: 1px solid #393939;
margin-bottom: 20px;
}
.totals .subtotal p span{
padding-left: 20px;
font-size: 15px;
}
.cart-collaterals .totals a{
color: #ababab;
font-size: 13px;
}
.cart-collaterals .totals a:hover{
color: #39b3e4;
}
.shipping-form1 .input-one select.s-email option,.shipping-form1 .input-one select.s-email,.country-select select.s-email option,.country-select select.s-email,.experi .date select.s-email,.input-one select.s-wid{
font-size: 12px;
color: #888888;
}
.experi .date select.email,.input-one select.s-wid{
padding: 6px;
border: 1px solid #e1e1e1;
margin-left: 15px;
width: 254px;
}
.use-billing-add select.s-wid{
width: 250px;
}
.input-one select.s-wid{
margin-top: 12px;
}
/*---------------------------start check-out page.-----------------------------*/
.faq-accordion .panel.panel-default.actives .panel-title a {
color: #009587;
}
.faq-accordion .panel-title a {
color: #313131;
display: block;
font-size: 14px;
font-weight: normal;
line-height: 2.2;
position: relative;
text-decoration: none;
}
.faq-accordion .panel-title a span.number{
color: #fff;
background-color: #39B3E4;
border-radius: 100%;
display: inline-block;
margin-right: 10px;
width: 33px;
text-align: center;
height: 33px;
line-height: 33px;
position: relative;
}
.panel-title a:hover{
text-decoration: none;
}
/* collapse end */
.faq-accordion .Register h3::before,.Register4 h3::before,.Login h3::before {
border-top: 2px solid #2ba8db;
bottom: 0;
content: "";
left: 0;
position: absolute;
width: 139px;
}
.Register4,.Login {
margin-bottom: 30px;
margin-top: 30px;
}
.faq-accordion .Register h3,.Register4 h3,.Login{
border-bottom: 1px solid #2ba8db;
color: #262626;
font-size: 16px;
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
text-transform: capitalize;
margin-top: 0px;
}
.method-input-box label {
color: #666666;
font-size: 12px;
font-weight: normal;
margin-bottom: 0;
}
.easy-text h4 {
color: #444444;
font-family: Arial;
font-weight: normal;
margin: 0 0 10px;
font-size: 14px;
padding: 5px 0;
}
.button2.get {
float: right;
}
p.log {
margin: 0;
}
.block-button-right {
padding-top: 30px;
overflow: hidden;
}
.block-button-right a {
color: #00a9e0;
float: left;
font-family: Open Sans;
font-weight: 400;
font-size: 12px;
}
.form-group {
margin-top: 35px;
}
.block-button-right a.o-back-to{
float: left;
margin-top: 10px;
color: #454545;
text-transform: uppercase;
display: block;
}
.block-button-right a.o-back-to:hover{
color: #00A9E0;
}
.left-info .left-up span,.shiping-method p{
display:block;
line-height: 20px;
color: #666;
font-size: 13px;
}
.left-info a{
color: #454545;
text-transform: uppercase;
display: block;
margin: 10px 0px 12px;
}
.country-select select.email{
border: 1px solid #e1e1e1;
padding: 6px;
}
.use-billing-add label{
color: #666;
font-weight: normal;
font-size: 13px;
margin-top: 12px;
}
.verificationcard{
margin-bottom: 30px;
}
.block-button-right {
display: block;
}
.table-responsive {
overflow-y: hidden;
overflow-x: inherit;
border: 0 solid #ddd !important;
margin-bottom: 10px;
}
.order-review table thead tr th {
border: 1px solid #f2f2f2 !important;
color: #000;
font-size: 14px;
font-weight: 400;
padding: 10px;
text-align: center;
text-transform: capitalize;
}
.order-review table thead tr th.width-2 {
width: 11%;
}
.order-review table thead tr th.width-3 {
width: 5%;
}
.order-review table thead tr th.width-4 {
width: 12%;
}
.order-review table tbody tr td {
border: 1px solid #f2f2f2 !important;
}
.o-pro-dec p {
color: #454545;
font-size: 16px;
font-weight: 600;
}
.order-review table tbody tr td {
border: 1px solid #f2f2f2 !important;
}
.o-pro-price, .o-pro-qty, .o-pro-subtotal {
text-align: center;
}
.o-pro-price > p, .o-pro-qty > p, .o-pro-subtotal > p {
color: #a6a6a6;
font-size: 16px;
}
.order-review table tfoot tr {
border-bottom: 0 solid #f2f2f2 !important;
}
.order-review table tfoot tr td {
color: #a6a6a6;
text-align: right;
}
.order-review table tfoot tr td {
font-size: 16px;
}
.order-review table tfoot tr td {
border-right: 0 solid #f2f2f2 !important;
border-top: 0 solid #f2f2f2 !important;
padding: 1px 5px;
}
.order-review .block-right span {
float: left;
}
.block-rightt {
margin-top: 40px;
text-align: right;
overflow: hidden;
display: block;
}
.Checkout-sidebar ul {
margin-top: 20px;
}
.sidebar-list ul li a::before, .Checkout-sidebar ul li::before {
color: #d6d6d6;
content: "\f105";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
margin-right: 10px;
}
.Checkout-sidebar ul li {
border-bottom: 1px solid #d6d6d6;
display: block;
color: #8c8c8c;
padding: 8px 0;
font-family: Lato;
font-size: 14px;
font-weight: 700;
line-height: 29px;
text-transform: capitalize;
}
.check h1 {
color: #505050;
font-size: 24px;
font-weight: 600;
margin: 32px 0px 33px;
text-transform: uppercase;
}
.faq-accordion .panel-heading{
background-color: #F6F6F6;
}
.faq-accordion .panel-heading :focus{
background-color: #39B3E4;
color: #fff;
}
.easy {
overflow: hidden;
padding: 40px;
}
.block-button-left {
padding-top: 14px;
}
.hitstore {
padding: 40px;
}
/*---------------------------about us page.-----------------------------*/
.about-optima-text h1,.about-sec-head h2,h2.creative-member,.contact-content-area h2 {
font-size: 32px;
line-height: 40px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 300;
margin-top: 0px;
}
.about-optima-text h1 strong, .client-say h2 strong, h2.creative-member strong,.contact-content-area h2 strong{
border-bottom: 1px solid #2BA8DB;
color: #2BA8DB;
font-weight: 300;
line-height: 40px;
}
.about-optima-text > p,.about-sec-head p,.client-text > p,.member-info p{
font-weight: normal;
color: #8c8c8c;
font-size: 13px;
line-height: 20px;
word-spacing: 2px;
}
.about-optima-text ul {
margin-bottom: 28px;
margin-top: 30px;
}
.about-optima-text ul li::before {
color: #d6d6d6;
content: "\f017";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
margin-right: 10px;
left: 0;
}
.about-optima-text ul li {
border-top: 1px solid #ddd;
color: #8c8c8c;
font-size: 13px;
line-height: 24px;
padding: 10px 20px 10px 0px;
position: relative;
display: block;
}
.about-optima-text ul li:last-child {
border-bottom: 1px solid #ddd;
}
.about-optima-text a {
border: 1px solid #2BA8DB;
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 28px;
overflow: hidden;
padding: 10px 23px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.about-optima-text a:hover {
background: #2BA8DB none repeat scroll 0 0;
color: #fff;
transition: all 0.6s ease 0s;
}
.about-sec-head {
margin-bottom: 40px;
text-align: center;
}
.what-client-say{
display: block;
text-align: center;
}
.client-say {
margin-top: 60px;
margin-bottom: 40px;
}
.client-say p{
font-weight: 100;
word-spacing: 2px;
}
.client-text > p {
margin-top: 25px;
}
.client-say h2{
margin-bottom: 20px;
}
.client-text > h2 {
font-weight: 300;
}
.client-say h2 strong {
border-bottom: 1px solid #2BA8DB;
color: #2BA8DB;
}
.client-image > img {
border: 4px solid #f1f1f1;
border-radius: 50%;
height: auto;
width: 100px;
}
.client-text {
padding: 0 80px;
}
.client-text h2 {
font-size: 18px;
font-weight: 300;
line-height: 24px;
margin: 0;
}
.client-text p.client-info {
font-size: 13px;
font-style: italic;
margin: 0;
}
.what-client-say.owl-theme .owl-controls .owl-page span {
background: #2BA8DB none repeat scroll 0 0;
border-radius: 0;
display: inline-block;
opacity: 0.5;
transform: skew(-40deg);
width: 35px;
height: 15px;
margin: 25px 7px;
}
.what-client-say{
border-bottom: 1px dashed #ddd;
padding-bottom: 35px;
}
.about-sec-head {
margin-bottom: 40px;
text-align: center;
}
.creative-member-area{
padding-top: 10px;
margin-top: 50px;
}
.single-creative-member {
margin-bottom: 20px;
}
.member-image {
overflow: hidden;
position: relative;
}
.member-image img {
width: 100%;
}
.member-title {
background: rgba(35, 180, 202, 0.7) none repeat scroll 0 0;
bottom: -70px;
display: block;
left: 0;
overflow: hidden;
padding: 5px 10px;
position: absolute;
transition: all 0.3s ease 0s;
width: 100%;
}
.member-title h2 {
color: #fff;
font-size: 24px;
line-height: 28px;
text-transform: capitalize;
margin: 0;
font-weight: 300;
}
.member-title h3 {
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 28px;
margin: 0;
}
.member-info {
border-color: #ddd;
border-style: solid;
border-width: 0 1px 1px;
padding-bottom: 20px;
padding-top: 20px;
}
.creative-member-area .member{
left: 50%;
transform: translate(-50%,0);
}
.single-creative-member:hover .member-info {
border-color: rgba(35, 180, 202, 0.7);
}
.single-creative-member:hover .member-title {
bottom: 0;
}
.member-info p {
text-align: center;
}
.member-social {
margin-top: 20px;
text-align: center;
}
.member-social a {
color: #fff;
display: inline-block;
font-size: 16px;
height: 30px;
line-height: 30px;
margin-left: 2px;
margin-right: 2px;
text-align: center;
transition: all 0.3s ease 0s;
width: 30px;
}
.member-social a.m-github {
background: #24292E none repeat scroll 0 0;
}
.member-social a.m-linkedin {
background: #006699 none repeat scroll 0 0;
}
.newsletter-area {
margin: 30px 0px 25px;
}
.signup-newsletter {
background: #f1f1f1 none repeat scroll 0 0;
padding: 30px 0 40px;
}
.signup-newsletter > h2 {
font-size: 20px;
line-height: 28px;
margin: 0 0 10px;
text-align: center;
text-transform: uppercase;
color: #555;
font-weight: 200;
word-spacing: 3px;
}
.signup-newsletter .blog-search {
margin: 0 auto;
width: 50%;
}
.blog-search > form {
position: relative;
display: block;
}
.blog-search input {
font-size: 14px;
height: auto;
padding: 12px 15px;
width: 100%;
}
.blog-search input, .blog-search button {
border: 1px solid #2BA8DB;
}
.signup-newsletter .blog-search button {
text-transform: capitalize;
width: 20%;
}
.blog-search button {
background: #555 none repeat scroll 0 0;
color: #fff;
font-size: 17px;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.blog-search button:hover {
background: #2BA8DB none repeat scroll 0 0;
transition: all 0.4s ease 0s;
}
.member-social a:hover {
opacity: 0.8;
}
/*---------------------------about us page.-----------------------------*/
.contact-content-area h2 {
margin-bottom: 25px;
text-transform: uppercase;
}
.contact-baner::after {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
.contact-baner {
background: rgba(0, 0, 0, 0) url("../img/shop/contact-us-page-banner.jpg") repeat scroll 0 0 / cover ;
height: 100%;
position: relative;
width: 100%;
}
.contact-text {
height: 100%;
padding: 100px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
.contact-text h2 {
color: #fff;
font-size: 60px;
font-weight: 400;
text-transform: uppercase;
}
.contact-text p::before, .contact-text p::after {
background: #fff none repeat scroll 0 0;
content: "";
height: 2px;
left: 387px;
position: absolute;
width: 80px;
}
.contact-text > p {
padding-top: 20px;
}
.contact-text p::after {
left: 699px;
}
.contact-text p {
color: #fff;
font-size: 16px;
font-weight:700;
letter-spacing: 2px;
text-transform: uppercase;
}
.row.contact-map {
margin-top: 15px;
}
#auShop{
height: 430px;
margin-bottom: 10px;
}
.npl {
padding-left: 0;
}
.npr {
padding-right: 0;
}
.contactDetails {
overflow: hidden;
}
.contactHead > h3,.contactfrom h1,.contact-map h3 {
color: #505050;
font-size: 22px;
font-weight: 600;
margin-bottom: 30px;
text-transform: uppercase;
word-spacing: 5px;
}
.contactDetails > p {
color: #666;
font-size: 14px;
margin-bottom: 35px;
}
span.iconContact {
border: 1px solid #282828;
border-radius: 100%;
display: block;
float: left;
height: 37px;
line-height: 35px;
margin-right: 10px;
text-align: center;
transition: all 0.3s ease 0s;
width: 37px;
}
.contactDetails p:hover span.iconContact,.socila-icon a:hover{
border: 1px solid #00A9E0;
color: #00A9E0;
}
.form-control:focus {
border-color: #00A9E0;
box-shadow: inherit;
outline: 0 none;
}
input.form-control {
border: 1px solid #d7d7d7;
border-radius: 0;
color: #a5a5a5;
font-family: Arial;
font-size: 14px;
font-weight: normal;
margin-bottom: 25px;
}
.np {
padding: 0;
}
.contact-from-atea {
margin: 25px -15px 30px;
overflow: hidden;
}
textarea.form-control {
border-radius: 0;
font-family: Arial;
height: auto;
margin-bottom: 28px;
}
.btn.btnContact {
background: #333 none repeat scroll 0 0;
border-bottom: medium none;
border-image: none;
border-left: medium none;
border-radius: 0;
border-top: medium none;
color: #fff;
font-size: 13px;
height: 42px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.btn.btnContact:hover {
background: #00A9E0 none repeat scroll 0 0;
transition: all 0.6s ease 0s;
}
.title-page h1, .page-title h1, .page-title h2 {
color: #505050;
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
}
.socila-icon > li {
display: inline-block;
margin-right: 10px;
}
.socila-icon > li a {
border: 1px solid #ddd;
border-radius: 50%;
color: #000;
display: block;
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
transition: all 0.3s ease 0s;
width: 40px;
}
/*---------------------------about us page.-----------------------------*/
.post-format-area {
margin-bottom: 30px;
}
.b-slide-all{
display: block;
}
.b-slide-all.owl-theme .owl-controls .owl-buttons div {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
border-radius: 4px;
color: #fff;
font-size: 20px;
height: 36px;
left: 0;
line-height: 30px;
margin-top: -18px;
position: absolute;
text-align: center;
top: 50%;
transition: all 400ms ease 0s;
width: 36px;
}
.b-slide-all.owl-theme .owl-controls .owl-buttons div.owl-next {
left: auto;
right: 0;
}
.b-slide-all.owl-theme .owl-controls .owl-buttons div:hover {
background: #00A9E0 none repeat scroll 0 0;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
opacity: 1;
text-decoration: none;
}
.entry-header-area {
margin-bottom: 20px;
margin-left: 68px;
position: relative;
}
.post-types {
background: #00A9E0 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: block;
font-size: 24px;
height: 48px;
left: -68px;
line-height: 48px;
position: absolute;
text-align: center;
top: 0;
width: 48px;
}
.info-blog {
line-height: 12px;
margin: 0 -6px 5px;
padding-top: 6px;
}
.single-b-info {
color: #666;
display: inline-block;
font-size: 12px;
margin: 0 6px;
text-transform: uppercase;
}
.single-b-info i {
margin-right: 3px;
}
.single-b-info.category-name span {
color: #00A9E0;
}
.single-b-info {
color: #666;
display: inline-block;
font-size: 12px;
margin: 0 6px;
text-transform: uppercase;
}
.voting-symbol {
display: inline-block;
}
.voting-symbol span.star.active::before {
color: #00A9E0;
content: "\f005";
font-family: FontAwesome;
}
.voting-symbol span.star::before {
content: "\f006";
font-size: 14px;
padding-right: 5px;
font-family: FontAwesome;
}
.info-blog h2.name {
line-height: 1;
margin-left: 6px;
margin-top: 4px;
}
.info-blog .name > a {
color: #000;
font-size: 24px;
}
.info-blog .name > a:hover {
color: #00A9E0;
}
.main-blog-area p {
line-height: 23px;
margin-bottom: 10px;
color: #666;
}
.blog-comments-links a {
background: #fbfcfd none repeat scroll 0 0;
border: 1px solid #a5a9ac;
color: #3c414c;
display: inline-block;
font-size: 12px;
line-height: 28px;
margin: 5px auto 15px;
padding: 3px 15px;
text-align: center;
text-transform: uppercase;
}
.blog-comments-links a:hover {
background-color: #00A9E0;
border: 1px solid #00A9E0;
color: #fff;
transition: all 0.5s ease 0s;
}
.single-bolg {
margin-bottom: 30px;
}
.single-bolg .player audio {
overflow: inherit;
width: 100%;
}
.post-format-area.vmio-v > iframe {
border: 0 none;
height: 100%;
width: 100%;
}
.post-format-area.vmio-v {
height: 490px;
}
.blog-right-sidebar .sp-module-title {
margin-bottom: 16px;
margin-top: 0;
padding: 0;
}
.sp-module-title {
color: #262626;
font-family: "Bitter",serif;
font-size: 23px;
line-height: 1;
margin: 18px 0 10px;
padding: 0 15px;
text-align: center;
text-transform: uppercase;
}
.blog-right-sidebar .sp-module-title > span::after {
background: #2BA8DB none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 38px;
}
.blog-right-sidebar .sp-module-title > span {
padding-bottom: 22px;
position: relative;
text-align: left;
text-transform: capitalize;
}
.sp-module-title > span {
border-bottom: 1px solid #2BA8DB;
display: inline-block;
padding-bottom: 16px;
width: 100%;
}
.sub-area input[type="text"] {
border: 1px solid #ccc;
height: 40px;
padding-left: 12px;
width: 100%;
}
.sub-area input[type="submit"] {
background: #555 none repeat scroll 0 0;
border: 1px solid #555;
color: #fff;
font-size: 14px;
height: 40px;
margin-top: 7px;
padding: 0 13px;
transition: all 0.4s ease 0s;
}
.sub-area input[type="submit"]:hover {
background: #00A9E0 none repeat scroll 0 0;
border: 1px solid #00A9E0;
}
.latest-posts {
margin-top: 45px;
}
.single-l-post {
border-bottom: 1px solid #e8e8e8;
padding: 9px 0;
}
.single-l-post > a {
color: #000;
display: block;
font-weight: 400;
margin-bottom: 1px;
}
.single-l-post > p {
color: #646464;
font-size: 12px;
margin: 0;
}
.single-l-post > a:hover {
color: #00A9E0;
}
.add-r-sidebar {
margin-top: 58px;
overflow: hidden;
position: relative;
}
.banner-block::before {
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
content: "";
height: 100%;
left: -100px;
position: absolute;
top: -100px;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, -100%, 0px);
transition: transform 0.6s ease 0s;
width: 100%;
z-index: 1;
}
.banner-block a::before {
background: #000 none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
width: 100%;
z-index: 1;
}
.banner-block a::after {
background: #000 none repeat scroll 0 0;
bottom: 15px;
content: "";
display: block;
height: 90%;
left: 15px;
opacity: 0;
position: absolute;
right: 15px;
top: 15px;
transform: scale(0.3);
transition: all 0.3s ease 0s;
z-index: 2;
}
.banner-block:hover::before {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, 200%, 0px);
}
.banner-block a:hover::after {
opacity: 0.24;
transform: scale(1);
}
/*---------------------------blog page.-----------------------------*/
.main-blog-area p {
line-height: 23px;
margin-bottom: 10px;
}
.single-bolg blockquote {
border-color: #00A9E0;
}
.share-area {
margin-bottom: 40px;
margin-top: 25px;
}
.all-p-title > h3 {
border-bottom: 1px solid #464646;
border-top: 4px solid #464646;
display: inline-block;
font-family: "Bitter",serif;
font-size: 21px;
line-height: 48px;
margin: 25px 0;
text-transform: capitalize;
width: 100%;
}
.clear {
clear: both;
}
.blog-comment-area input {
border: 1px solid #ececec;
height: 40px;
line-height: 40px;
margin-bottom: 11px;
padding: 0 15px;
width: 100%;
}
.blog-comment-area input:focus, .blog-comment-area textarea:focus {
background: #ffffe0 none repeat scroll 0 0;
}
.blog-comment-area textarea {
border: 1px solid #ececec;
color: #444;
padding: 6px 12px;
width: 100%;
}
.capcha {
border: 1px solid #ccc;
display: inline-block;
margin-top: 20px;
}
.capcha-area > input {
display: block;
margin-top: 19px;
width: 95px;
}
.blog-comment-area input[type="submit"] {
background: #00A9E0 none repeat scroll 0 0;
color: #fff;
font-weight: bold;
height: 43px;
margin-bottom: 0;
margin-top: 8px;
transition: all 0.3s ease 0s;
width: 120px;
}
.blog-comment-area input[type="submit"]:hover {
background: #252525 none repeat scroll 0 0;
}
.blog{
margin-bottom: 0px;
}
.mobile-menu{
display: none;
}
.elit {
display: inline-block;
float: none;
}
.form-control {
box-shadow: none;
}
.form-control {
box-shadow: none;
}
.form-control:focus {
box-shadow: none;
}
input.email:focus, textarea:focus, input.tags:focus, select.s-email:focus {
background-color: #edf7f8;
} | 0.377426 | 0.075995 |
body {
background-image: url('back.jpg');
background-size: cover;
font-family: 'Roboto';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1 {
color: #81a1c1;
font-size: 45px;
pointer-events: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -80%);
text-align: center;
}
h3 {
color: #88c0d0;
pointer-events: none;
transform: translate(0%, -100%);
text-align: center;
position: absolute;
}
ul {
transform: translate(-9%, 27%);
text-align: center;
position: absolute;
}
li,
a:link {
font-size: large;
text-decoration-line: none;
color: #88c0d0;
list-style-type: none;
display: list-item;
padding: 2px;
font-size: 22px;
position: relative;
}
a:after {
content: '';
position: absolute;
width: 90%;
height: 2px;
background-color: #88c0d0;
text-align: center;
transform: scaleX(0);
top: 100%;
left: 0;
transition: transform 0.5s;
transform: scaleX(0);
transform-origin: right;
}
a:visited {
display: list-item;
color: #88c0d0;
list-style-type: none;
text-decoration-line: none;
}
a:hover {
transition: all 0.5s 0s linear;
font-size: 27px;
}
a:hover:after {
transform: scaleX(1);
transform-origin: left;
}
#title {
background-color: #2e3440;
width: 45%;
height: 170px;
border-radius: 25px;
margin: 30px auto 0;
transition: 500ms linear;
position: relative;
-webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#title:hover {
width: 47%;
height: 185px;
}
.box {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
margin-top: 50px;
justify-content: space-around;
-webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
both;
animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.childbox {
background-color: #2e3440;
width: 15%;
height: 300px;
border-radius: 25px;
padding-top: 10px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: 500ms linear;
}
.childbox:hover {
width: 17%;
height: 310px;
}
@-webkit-keyframes scale-in-top {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
}
@keyframes scale-in-top {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
}
@-webkit-keyframes scale-in-bottom {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
}
@keyframes scale-in-bottom {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
} | misc/myhome/style.css | body {
background-image: url('back.jpg');
background-size: cover;
font-family: 'Roboto';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1 {
color: #81a1c1;
font-size: 45px;
pointer-events: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -80%);
text-align: center;
}
h3 {
color: #88c0d0;
pointer-events: none;
transform: translate(0%, -100%);
text-align: center;
position: absolute;
}
ul {
transform: translate(-9%, 27%);
text-align: center;
position: absolute;
}
li,
a:link {
font-size: large;
text-decoration-line: none;
color: #88c0d0;
list-style-type: none;
display: list-item;
padding: 2px;
font-size: 22px;
position: relative;
}
a:after {
content: '';
position: absolute;
width: 90%;
height: 2px;
background-color: #88c0d0;
text-align: center;
transform: scaleX(0);
top: 100%;
left: 0;
transition: transform 0.5s;
transform: scaleX(0);
transform-origin: right;
}
a:visited {
display: list-item;
color: #88c0d0;
list-style-type: none;
text-decoration-line: none;
}
a:hover {
transition: all 0.5s 0s linear;
font-size: 27px;
}
a:hover:after {
transform: scaleX(1);
transform-origin: left;
}
#title {
background-color: #2e3440;
width: 45%;
height: 170px;
border-radius: 25px;
margin: 30px auto 0;
transition: 500ms linear;
position: relative;
-webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#title:hover {
width: 47%;
height: 185px;
}
.box {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
margin-top: 50px;
justify-content: space-around;
-webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
both;
animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.childbox {
background-color: #2e3440;
width: 15%;
height: 300px;
border-radius: 25px;
padding-top: 10px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: 500ms linear;
}
.childbox:hover {
width: 17%;
height: 310px;
}
@-webkit-keyframes scale-in-top {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
}
@keyframes scale-in-top {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 1;
}
}
@-webkit-keyframes scale-in-bottom {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
}
@keyframes scale-in-bottom {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
opacity: 1;
}
} | 0.446977 | 0.07477 |
.TaskWrapper{
margin: 0px 1vw;
border: 1px rgba(0,0,0,.125) solid;
border-radius: 5px;
padding: 10px 10px;
height: 30vh;
width: 30%;
}
.TaskItem{
margin: 0px 0.5vw;
height: 95%;
border: 1px rgba(0,0,0,.125) solid;
}
.heading{
background-color: rgba(0,0,0,.03);
font-weight: bold;
font-size: 24px;
text-align: center;
padding: 10px 10px;
}
.statusBar{
height: 70%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateY(-15%);
}
.moreBtn, .sendTaskBtn, .taskLoadedBtn, .taskOrderedBtn, .deleteTaskBtn, taskLoadedBtn{
background-color: transparent;
border-radius: 5px;
outline: none;
padding: 8px 8px;
margin: 0px 5px;
font-size: 16px;
transition: all ease-in 0.2s;
cursor: pointer;
}
.taskLoadedBtn, .taskOrderedBtn{
cursor: not-allowed;
}
.moreBtn{
color: #007bff;
border-color: #007bff;
box-shadow: 2px 2px 5px #007bff;
}
.moreBtn:hover{
color: white;
background-color: #007bff;
box-shadow: 0px 0px 0px #007bff;
}
.sendTaskBtn{
color: #ffc107;
border-color: #ffc107;
box-shadow: 2px 2px 5px #ffc107;
}
.sendTaskBtn:hover{
color: white;
background-color: #ffc107;
box-shadow: 0px 0px 0px #ffc107;
}
.deleteTaskBtn{
color: #dc3545;
border-color: #dc3545;
box-shadow: 2px 2px 5px #dc3545;
}
.deleteTaskBtn:hover{
color: white;
background-color: #dc3545;
box-shadow: 0px 0px 0px #dc3545;
}
.taskOrderedBtn{
color: black;
border-color: rgba(255, 203, 37, 0.81);
box-shadow: 2px 2px 5px rgba(255, 203, 37, 0.81);
}
.taskLoadedBtn{
cursor: pointer;
color: rgba(35, 199, 195, 0.85);
border-color: rgba(35, 199, 195, 0.85);
box-shadow: 2px 2px 5px rgba(35, 199, 195, 0.85);
}
.taskLoadedBtn:hover{
color: white;
background-color: rgba(35, 199, 195, 0.85);
}
.status{
font-size: 21px;
}
@media (max-width: 420px) {
.TaskWrapper{
width: 80%;
margin-top: 10px;
}
.status{
font-size: 14px;
}
}
@media (max-height: 420px) {
.TaskWrapper{
height: 45vh;
margin: 10px 1vw;
}
.taskOrderedBtn, .taskLoadedBtn{
font-size: 12px;
padding: 4px 4px;
}
.status{
font-size: 12px;
}
.moreBtn, .sendTaskBtn, .taskLoadedBtn, .taskOrderedBtn, .deleteTaskBtn, taskLoadedBtn{
font-size: 12px;
}
.heading{
font-size: 12px;
}
} | frontend/src/comp/Tasks/TaskItem/TaskItem.module.css | .TaskWrapper{
margin: 0px 1vw;
border: 1px rgba(0,0,0,.125) solid;
border-radius: 5px;
padding: 10px 10px;
height: 30vh;
width: 30%;
}
.TaskItem{
margin: 0px 0.5vw;
height: 95%;
border: 1px rgba(0,0,0,.125) solid;
}
.heading{
background-color: rgba(0,0,0,.03);
font-weight: bold;
font-size: 24px;
text-align: center;
padding: 10px 10px;
}
.statusBar{
height: 70%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transform: translateY(-15%);
}
.moreBtn, .sendTaskBtn, .taskLoadedBtn, .taskOrderedBtn, .deleteTaskBtn, taskLoadedBtn{
background-color: transparent;
border-radius: 5px;
outline: none;
padding: 8px 8px;
margin: 0px 5px;
font-size: 16px;
transition: all ease-in 0.2s;
cursor: pointer;
}
.taskLoadedBtn, .taskOrderedBtn{
cursor: not-allowed;
}
.moreBtn{
color: #007bff;
border-color: #007bff;
box-shadow: 2px 2px 5px #007bff;
}
.moreBtn:hover{
color: white;
background-color: #007bff;
box-shadow: 0px 0px 0px #007bff;
}
.sendTaskBtn{
color: #ffc107;
border-color: #ffc107;
box-shadow: 2px 2px 5px #ffc107;
}
.sendTaskBtn:hover{
color: white;
background-color: #ffc107;
box-shadow: 0px 0px 0px #ffc107;
}
.deleteTaskBtn{
color: #dc3545;
border-color: #dc3545;
box-shadow: 2px 2px 5px #dc3545;
}
.deleteTaskBtn:hover{
color: white;
background-color: #dc3545;
box-shadow: 0px 0px 0px #dc3545;
}
.taskOrderedBtn{
color: black;
border-color: rgba(255, 203, 37, 0.81);
box-shadow: 2px 2px 5px rgba(255, 203, 37, 0.81);
}
.taskLoadedBtn{
cursor: pointer;
color: rgba(35, 199, 195, 0.85);
border-color: rgba(35, 199, 195, 0.85);
box-shadow: 2px 2px 5px rgba(35, 199, 195, 0.85);
}
.taskLoadedBtn:hover{
color: white;
background-color: rgba(35, 199, 195, 0.85);
}
.status{
font-size: 21px;
}
@media (max-width: 420px) {
.TaskWrapper{
width: 80%;
margin-top: 10px;
}
.status{
font-size: 14px;
}
}
@media (max-height: 420px) {
.TaskWrapper{
height: 45vh;
margin: 10px 1vw;
}
.taskOrderedBtn, .taskLoadedBtn{
font-size: 12px;
padding: 4px 4px;
}
.status{
font-size: 12px;
}
.moreBtn, .sendTaskBtn, .taskLoadedBtn, .taskOrderedBtn, .deleteTaskBtn, taskLoadedBtn{
font-size: 12px;
}
.heading{
font-size: 12px;
}
} | 0.370112 | 0.08772 |
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
.gallery{
background-image: url("../Images/background.jpg");
font-family:Satisfy
}
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #f1f1f1;
}
.main{
margin-left: 20%;
margin-top: 5%;
}
.show1,.show2,.show3,.show4,.show5,.show6,.show7,.show8,.show9,.show10{
display: none;
}
h2{
color: white;
}
.row img{
height: 75%;
width: 95%;
}
.col-md-3{
border-radius: 5%;
}
h5{
color: black;
}
.col-md-3 img{
width: 100%;
height: 225px;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
/* gallery ends */
/* -------=====Checkout Starts=======-------- */
.text-center{
font-family: Satisfy;
font-size: 32px;
}
.choice{
display: none;
color: #ffffff;
}
.btn{
background-color: #ffffff;
}
th,td{
color: #ffffff;
}
.delivery{
display: none;
}
.checkout{
background-image: url(../Images/background.jpg);
color: #ffffff;
background-repeat: no-repeat;
background-size: cover;
}
.form-checkout{
background-color: #041E2D;
background-size: cover;
}
.float-container {
border: 3px;
padding: 20px;
}
.float-child {
width: 50%;
float: left;
padding: 20px;
border: 2px ;
}
ul{
list-style: none;
}
a{
text-decoration:none;
}
.heading-checkout{
text-align: center;
font-family: myriad pro;
letter-spacing: 1px;
width:100%;
height: 200px;
background-color: #032F32;
display: flex;
border-radius: 5px 5px 0px 0px;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow:inset 2px 2px 100px rgba(0,0,0,0.2);
}
.heading-checkout p:nth-child(1){
font-weight: bold;
color: #ffffff;
font-size: 26px;
}
.heading-checkout p:nth-child(2){
font-size:12px;
color: #E9E9E9;
font-family: calibri;
}
.heading-checkout p{
line-height:10px;
margin: 10px;
}
.input-container{
display: flex;
height: 100px;
width: 350px;
justify-content:space-around;
align-items: center;
background-color:#041E2D;
border-radius:50px;
box-shadow: 1px 2px 12px rgba(0,0,0,0.2);
box-sizing: border-box;
margin-top: -15%;
}
.p-icon{
width:70px;
height: 70px;
border-radius: 50%;
background-color:#373e46;
display: flex;
justify-content: center;
align-items: center;
margin: 20px;
}
.p-icon img{
height: 30px;
}
.user-inputs{
display: flex;
flex-direction: column;
}
.user-inputs input{
width:140px;
height: 25px;
font-family: calibri;
border: none;
outline: none;
margin: 3px;
background-color: #032F32;
color: #FFFFFF;
padding:5px;
animation: animation-1 ease 7s;
}
.user-inputs input::placeholder{
color: #ffffff;
}
.check-box {
display: flex;
justify-content:center;
align-items: center;
font-family: myriad pro;
font-size: 12px;
}
.check-box p{
color: #e0e0e0;
}
.login{
width:140px;
height: 40px;
border:none;
outline: none;
background-color: #041E2D;
color: #ffffff;
font-family: myriad pro;
font-weight: bold;
font-size: 16px;
box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
border-radius:20px;
}
.forget{
font-family: myriad pro;
font-size: 12px;
color:#9e9fa0;
}
.social {
display: flex;
justify-content: center;
padding: 0px;
}
.social li a{
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
box-shadow: 1px 2px 12px rgba(0,0,0,0.2);
border-radius:5px;
}
.social li a i{
color:#FFFFFF;
font-size: 14px;
}
.social li a:hover{
background-color: #032F32;
transition:linear 0.5s;
}
button:active{
transform: scale(1.1);
}
.input-container input:focus{
background-color: transparent;
border-bottom: 1px solid #032F32;
transition: all ease 0.5s;
}
.check-box,.login,.forget{
margin: 10px ;
}
/* -------=====Checkout ends=======-------- */
/*----landing page begins----*/
.landing {
background: url("../Images/background.jpg");
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: 0.7s ease-in;
transition: 0.4s ease-in;
padding: 0;
margin-bottom: 0;
margin-top: -50px;
color:#ffffff;
/* transition properties and type. */
}
.nav-logo {
font-family: 'Satisfy', cursive;
font-weight: bold;
color:white;
text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
float: right;
font-size: 20px;
}
.nav-logo1 {
font-family: 'Satisfy', cursive;
font-weight: bold;
color: white;
text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
float: center;
font-size: 30px;
}
/* .body1 {
background: url("/Images/");
background-repeat: no-repeat;
background-size: cover;
color: black;
object-fit: cover;
background-size: cover;
padding: 0;
margin-top: -17px;
margin-bottom: -12px;
} */
.intro {
width: 50%;
margin-left: 20%;
margin-right: 50%;
text-align: center;
font-family: 'Satisfy', cursive;
font-size: 80px;
text-decoration-line: underline;
text-decoration-line: underline;
text-decoration-line: underline;
padding-top: 0;
padding-bottom: 0;
margin-top: -6%;
}
.quote {
font-family: 'Satisfy', cursive;
text-align: right;
font-size: 25px;
margin-left: 10%;
margin-right: 20%;
/* padding-bottom: 5%; */
padding-top: 0;
margin-top: 0;
}
.footer {
text-align: center;
font-weight: bold;
}
/* Menu Appearance */
.pushy {
font-family: 'Satisfy', cursive;
position: fixed;
font-size: 30px;
width: 300px;
height: 100%;
top: 0;
z-index: 9999;
background-color: black;
overflow: auto;
-webkit-overflow-scrolling: touch;
/* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
display: block;
color: #b3b3b1;
padding: 15px 30px;
text-decoration: none;
}
.pushy a:hover {
color: #FFF;
}
.pushy ul:first-child {
margin-top: 10px;
}
.pushy.pushy-left {
left: 0;
}
.pushy.pushy-right {
right: 0;
}
.pushy-content {
visibility: hidden;
}
/* Menu Movement */
.pushy-left {
transform: translate3d(-300px, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push {
transform: translate3d(300px, 0, 0);
}
.pushy-right {
transform: translate3d(300px, 0, 0);
}
/*.pushy-open-right #container,*/
.pushy-open-right .push {
transform: translate3d(-300px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
visibility: visible;
}
/* Menu Transitions */
#container,
.pushy,
.push {
transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9998;
background-color: rgba(0, 0, 0, 0.5);
animation: fade 500ms;
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 0.8;
}
}
@-webkit-keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Submenu Appearance */
.pushy-submenu{
/* Submenu Buttons */
/* Submenu Icon */
}
.pushy-submenu ul {
padding-left: 15px;
transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
width: 100%;
color: white;
padding: 15px 30px;
text-align: left;
background: transparent;
border: 0;
}
.pushy-submenu button:hover {
color: #FFF;
}
.pushy-submenu>a,
.pushy-submenu>button {
position: relative;
}
.pushy-submenu>a::after,
.pushy-submenu>button::after {
content: '';
display: block;
height: 11px;
width: 8px;
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
transition: transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed ul {
max-height: 0;
overflow: hidden;
visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
opacity: 0;
}
.pushy-submenu-open ul {
max-height: 1000px;
visibility: visible;
}
.pushy-submenu-open .pushy-link {
opacity: 0.8;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
transform: translateY(-50%) rotate(90deg);
}
/* Menu Button */
.menu-btn-wrapper {
position: relative;
z-index: 10000000
}
.menu-btn {
padding: 10px;
background-image: url("/Images/background.jpg");
text-align: center;
cursor: pointer;
border: 0px;
z-index: 100000;
position: relative
}
.hamburger .line1 {
width: 50px;
height: 5px;
background-color: #410B0B;
;
display: block;
margin: 8px auto;
transition: all 0.5s ease-in-out;
}
.hamburger .line {
width: 50px;
height: 5px;
background-color: white;
display: block;
margin: 8px auto;
transition: all 0.5s ease-in-out;
}
.hamburger:hover {
cursor: pointer;
}
.hamburger .menu {
float: left;
}
.pushy-open-right #hamburger .line:nth-child(2) {
opacity: 0.7;
}
.pushy-open-right #hamburger .line1:nth-child(1) {
transform: translateY(13px) rotate(45deg);
}
.pushy-open-right #hamburger .line:nth-child(3) {
transform: translateY(-13px) rotate(-45deg);
}
.pushy-open-right .site-overlay .line:nth-child(2) {
opacity: 0;
}
.pushy-open-right .site-overlay .line:nth-child(1) {
transform: translateY(13px) rotate(45deg);
}
.pushy-open-right .site-overlay .line:nth-child(3) {
transform: translateY(-13px) rotate(-45deg);
}
/*---landingpageends---*/
/*---about page starts---*/
.about {
background-color: #0D0C0C;
background-size: cover;
overflow-x: hidden;
}
.bookshelf {
position: absolute;
width: 178px;
height: 69px;
top: 20px;
left: 1105px;
font-family: 'Satisfy';
font-style: normal;
font-weight: normal;
font-size: 48px;
line-height: 69px;
}
.about-nav {
cursor: pointer;
}
.rectangle {
display: block;
width: 40px;
padding-top: 25px;
margin-left: 15px;
}
.rectangle2 {
display: block;
margin-top: 5px;
width: 40px;
margin-left: 15px;
}
.about-heading {
color: #FFFFFF;
font-family: 'Poppins';
font-weight: 700;
font-size: 60px;
line-height: 0px;
text-align: center;
}
.about-paragraph {
color: #FFFFFF;
font-family: 'Poppins';
font-weight: 500;
font-size: 25px;
text-align: center;
margin: 0px;
}
.row {
justify-content: space-around;
display: flex;
margin-top: 50px;
}
/*---about page ends---*/ | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
.gallery{
background-image: url("../Images/background.jpg");
font-family:Satisfy
}
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #f1f1f1;
}
.main{
margin-left: 20%;
margin-top: 5%;
}
.show1,.show2,.show3,.show4,.show5,.show6,.show7,.show8,.show9,.show10{
display: none;
}
h2{
color: white;
}
.row img{
height: 75%;
width: 95%;
}
.col-md-3{
border-radius: 5%;
}
h5{
color: black;
}
.col-md-3 img{
width: 100%;
height: 225px;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
/* gallery ends */
/* -------=====Checkout Starts=======-------- */
.text-center{
font-family: Satisfy;
font-size: 32px;
}
.choice{
display: none;
color: #ffffff;
}
.btn{
background-color: #ffffff;
}
th,td{
color: #ffffff;
}
.delivery{
display: none;
}
.checkout{
background-image: url(../Images/background.jpg);
color: #ffffff;
background-repeat: no-repeat;
background-size: cover;
}
.form-checkout{
background-color: #041E2D;
background-size: cover;
}
.float-container {
border: 3px;
padding: 20px;
}
.float-child {
width: 50%;
float: left;
padding: 20px;
border: 2px ;
}
ul{
list-style: none;
}
a{
text-decoration:none;
}
.heading-checkout{
text-align: center;
font-family: myriad pro;
letter-spacing: 1px;
width:100%;
height: 200px;
background-color: #032F32;
display: flex;
border-radius: 5px 5px 0px 0px;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow:inset 2px 2px 100px rgba(0,0,0,0.2);
}
.heading-checkout p:nth-child(1){
font-weight: bold;
color: #ffffff;
font-size: 26px;
}
.heading-checkout p:nth-child(2){
font-size:12px;
color: #E9E9E9;
font-family: calibri;
}
.heading-checkout p{
line-height:10px;
margin: 10px;
}
.input-container{
display: flex;
height: 100px;
width: 350px;
justify-content:space-around;
align-items: center;
background-color:#041E2D;
border-radius:50px;
box-shadow: 1px 2px 12px rgba(0,0,0,0.2);
box-sizing: border-box;
margin-top: -15%;
}
.p-icon{
width:70px;
height: 70px;
border-radius: 50%;
background-color:#373e46;
display: flex;
justify-content: center;
align-items: center;
margin: 20px;
}
.p-icon img{
height: 30px;
}
.user-inputs{
display: flex;
flex-direction: column;
}
.user-inputs input{
width:140px;
height: 25px;
font-family: calibri;
border: none;
outline: none;
margin: 3px;
background-color: #032F32;
color: #FFFFFF;
padding:5px;
animation: animation-1 ease 7s;
}
.user-inputs input::placeholder{
color: #ffffff;
}
.check-box {
display: flex;
justify-content:center;
align-items: center;
font-family: myriad pro;
font-size: 12px;
}
.check-box p{
color: #e0e0e0;
}
.login{
width:140px;
height: 40px;
border:none;
outline: none;
background-color: #041E2D;
color: #ffffff;
font-family: myriad pro;
font-weight: bold;
font-size: 16px;
box-shadow: 1px 1px 12px rgba(0,0,0,0.2);
border-radius:20px;
}
.forget{
font-family: myriad pro;
font-size: 12px;
color:#9e9fa0;
}
.social {
display: flex;
justify-content: center;
padding: 0px;
}
.social li a{
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
box-shadow: 1px 2px 12px rgba(0,0,0,0.2);
border-radius:5px;
}
.social li a i{
color:#FFFFFF;
font-size: 14px;
}
.social li a:hover{
background-color: #032F32;
transition:linear 0.5s;
}
button:active{
transform: scale(1.1);
}
.input-container input:focus{
background-color: transparent;
border-bottom: 1px solid #032F32;
transition: all ease 0.5s;
}
.check-box,.login,.forget{
margin: 10px ;
}
/* -------=====Checkout ends=======-------- */
/*----landing page begins----*/
.landing {
background: url("../Images/background.jpg");
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: 0.7s ease-in;
transition: 0.4s ease-in;
padding: 0;
margin-bottom: 0;
margin-top: -50px;
color:#ffffff;
/* transition properties and type. */
}
.nav-logo {
font-family: 'Satisfy', cursive;
font-weight: bold;
color:white;
text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
float: right;
font-size: 20px;
}
.nav-logo1 {
font-family: 'Satisfy', cursive;
font-weight: bold;
color: white;
text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
float: center;
font-size: 30px;
}
/* .body1 {
background: url("/Images/");
background-repeat: no-repeat;
background-size: cover;
color: black;
object-fit: cover;
background-size: cover;
padding: 0;
margin-top: -17px;
margin-bottom: -12px;
} */
.intro {
width: 50%;
margin-left: 20%;
margin-right: 50%;
text-align: center;
font-family: 'Satisfy', cursive;
font-size: 80px;
text-decoration-line: underline;
text-decoration-line: underline;
text-decoration-line: underline;
padding-top: 0;
padding-bottom: 0;
margin-top: -6%;
}
.quote {
font-family: 'Satisfy', cursive;
text-align: right;
font-size: 25px;
margin-left: 10%;
margin-right: 20%;
/* padding-bottom: 5%; */
padding-top: 0;
margin-top: 0;
}
.footer {
text-align: center;
font-weight: bold;
}
/* Menu Appearance */
.pushy {
font-family: 'Satisfy', cursive;
position: fixed;
font-size: 30px;
width: 300px;
height: 100%;
top: 0;
z-index: 9999;
background-color: black;
overflow: auto;
-webkit-overflow-scrolling: touch;
/* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
display: block;
color: #b3b3b1;
padding: 15px 30px;
text-decoration: none;
}
.pushy a:hover {
color: #FFF;
}
.pushy ul:first-child {
margin-top: 10px;
}
.pushy.pushy-left {
left: 0;
}
.pushy.pushy-right {
right: 0;
}
.pushy-content {
visibility: hidden;
}
/* Menu Movement */
.pushy-left {
transform: translate3d(-300px, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push {
transform: translate3d(300px, 0, 0);
}
.pushy-right {
transform: translate3d(300px, 0, 0);
}
/*.pushy-open-right #container,*/
.pushy-open-right .push {
transform: translate3d(-300px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
visibility: visible;
}
/* Menu Transitions */
#container,
.pushy,
.push {
transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9998;
background-color: rgba(0, 0, 0, 0.5);
animation: fade 500ms;
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 0.8;
}
}
@-webkit-keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Submenu Appearance */
.pushy-submenu{
/* Submenu Buttons */
/* Submenu Icon */
}
.pushy-submenu ul {
padding-left: 15px;
transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
width: 100%;
color: white;
padding: 15px 30px;
text-align: left;
background: transparent;
border: 0;
}
.pushy-submenu button:hover {
color: #FFF;
}
.pushy-submenu>a,
.pushy-submenu>button {
position: relative;
}
.pushy-submenu>a::after,
.pushy-submenu>button::after {
content: '';
display: block;
height: 11px;
width: 8px;
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
transition: transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed ul {
max-height: 0;
overflow: hidden;
visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
opacity: 0;
}
.pushy-submenu-open ul {
max-height: 1000px;
visibility: visible;
}
.pushy-submenu-open .pushy-link {
opacity: 0.8;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
transform: translateY(-50%) rotate(90deg);
}
/* Menu Button */
.menu-btn-wrapper {
position: relative;
z-index: 10000000
}
.menu-btn {
padding: 10px;
background-image: url("/Images/background.jpg");
text-align: center;
cursor: pointer;
border: 0px;
z-index: 100000;
position: relative
}
.hamburger .line1 {
width: 50px;
height: 5px;
background-color: #410B0B;
;
display: block;
margin: 8px auto;
transition: all 0.5s ease-in-out;
}
.hamburger .line {
width: 50px;
height: 5px;
background-color: white;
display: block;
margin: 8px auto;
transition: all 0.5s ease-in-out;
}
.hamburger:hover {
cursor: pointer;
}
.hamburger .menu {
float: left;
}
.pushy-open-right #hamburger .line:nth-child(2) {
opacity: 0.7;
}
.pushy-open-right #hamburger .line1:nth-child(1) {
transform: translateY(13px) rotate(45deg);
}
.pushy-open-right #hamburger .line:nth-child(3) {
transform: translateY(-13px) rotate(-45deg);
}
.pushy-open-right .site-overlay .line:nth-child(2) {
opacity: 0;
}
.pushy-open-right .site-overlay .line:nth-child(1) {
transform: translateY(13px) rotate(45deg);
}
.pushy-open-right .site-overlay .line:nth-child(3) {
transform: translateY(-13px) rotate(-45deg);
}
/*---landingpageends---*/
/*---about page starts---*/
.about {
background-color: #0D0C0C;
background-size: cover;
overflow-x: hidden;
}
.bookshelf {
position: absolute;
width: 178px;
height: 69px;
top: 20px;
left: 1105px;
font-family: 'Satisfy';
font-style: normal;
font-weight: normal;
font-size: 48px;
line-height: 69px;
}
.about-nav {
cursor: pointer;
}
.rectangle {
display: block;
width: 40px;
padding-top: 25px;
margin-left: 15px;
}
.rectangle2 {
display: block;
margin-top: 5px;
width: 40px;
margin-left: 15px;
}
.about-heading {
color: #FFFFFF;
font-family: 'Poppins';
font-weight: 700;
font-size: 60px;
line-height: 0px;
text-align: center;
}
.about-paragraph {
color: #FFFFFF;
font-family: 'Poppins';
font-weight: 500;
font-size: 25px;
text-align: center;
margin: 0px;
}
.row {
justify-content: space-around;
display: flex;
margin-top: 50px;
}
/*---about page ends---*/ | 0.250821 | 0.092401 |
.width-80{
width:200px;
}
.heigth-100{
height: 240px;
}
body{
background:rgba(0, 0, 0, 0.76);
}
a{
text-decoration:none !important;
}
h1,h2,h3{
font-family: 'Kaushan Script', cursive;
}
.myform{
position: relative;
display: -ms-flexbox;
display: flex;
padding: 1rem;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: 1.1rem;
outline: 0;
max-width: 500px;
}
.tx-tfm{
text-transform:uppercase;
}
.mybtn{
border-radius:50px;
}
.login-or {
position: relative;
color: #aaa;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.span-or {
display: block;
position: absolute;
left: 50%;
top: -2px;
margin-left: -25px;
background-color: #fff;
width: 50px;
text-align: center;
}
.hr-or {
height: 1px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.google {
color:#666;
width:100%;
height:40px;
text-align:center;
outline:none;
border: 1px solid lightgrey;
}
form .error {
color: #ff0000;
}
#second{display:none;}
#upload {
opacity: 0;
}
#upload-label {
position: absolute;
top: 50%;
left: 1rem;
transform: translateY(-50%);
}
.image-area {
border: 2px dashed rgba(255, 255, 255, 0.7);
padding: 1rem;
position: relative;
}
.image-area::before {
content: 'Uploaded image result';
color: #fff;
font-weight: bold;
text-transform: uppercase;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 0.8rem;
z-index: 1;
}
.image-area img {
z-index: 2;
position: relative;
}
.myCoursesGap > div {
margin: 0 10px !important;
}
.myCoursesGap > button {
margin: 0 10px !important;
width: 150px;
}
footer{
border-top: black 1px solid;
height: 150px;
background-color: #f8f9fa!important;
} | public/css/custom.css | .width-80{
width:200px;
}
.heigth-100{
height: 240px;
}
body{
background:rgba(0, 0, 0, 0.76);
}
a{
text-decoration:none !important;
}
h1,h2,h3{
font-family: 'Kaushan Script', cursive;
}
.myform{
position: relative;
display: -ms-flexbox;
display: flex;
padding: 1rem;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: 1.1rem;
outline: 0;
max-width: 500px;
}
.tx-tfm{
text-transform:uppercase;
}
.mybtn{
border-radius:50px;
}
.login-or {
position: relative;
color: #aaa;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.span-or {
display: block;
position: absolute;
left: 50%;
top: -2px;
margin-left: -25px;
background-color: #fff;
width: 50px;
text-align: center;
}
.hr-or {
height: 1px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.google {
color:#666;
width:100%;
height:40px;
text-align:center;
outline:none;
border: 1px solid lightgrey;
}
form .error {
color: #ff0000;
}
#second{display:none;}
#upload {
opacity: 0;
}
#upload-label {
position: absolute;
top: 50%;
left: 1rem;
transform: translateY(-50%);
}
.image-area {
border: 2px dashed rgba(255, 255, 255, 0.7);
padding: 1rem;
position: relative;
}
.image-area::before {
content: 'Uploaded image result';
color: #fff;
font-weight: bold;
text-transform: uppercase;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 0.8rem;
z-index: 1;
}
.image-area img {
z-index: 2;
position: relative;
}
.myCoursesGap > div {
margin: 0 10px !important;
}
.myCoursesGap > button {
margin: 0 10px !important;
width: 150px;
}
footer{
border-top: black 1px solid;
height: 150px;
background-color: #f8f9fa!important;
} | 0.341802 | 0.076649 |
.user-message-system-ibox {
color: #616161;
width: 571px;
min-height: 300px;
padding-left: 15px;
margin-left: 23px;
}
.user-message-system-ibox-table-head td {
padding: 10px 0 10px 0;
}
.user-message-system-ibox table {
border-collapse: collapse;
width: 540px;
}
/* every second tr in darker color */
.user-message-system-ibox-table-one-message-darker{
background: #ebebeb;
}
.one-message-left {
width: 350px;
}
.one-message-right {
width: 167px:
}
.user-message-system-one-message-td-action-select {
width:32px;
text-align:center;
padding: 0px;
}
.user-message-system-one-message-action-select {
margin-top: 35px;
}
.user-message-system-ibox-table-one-message td{
border-top: 1px solid #c6c6c6;
vertical-align: top;
}
.user-message-system-one-message-subject {
font-size: 14px;
margin-bottom: 16px;
cursor: pointer;
font-weight: bold;
}
.one-message-subject-0 {
color: #000;
}
.user-message-system-one-message-date{
margin: 12px 0 3px 0;
font-weight: bold;
}
.panel-item a:hover {
color: #f99001;
}
.panel-item{
padding: 5px 0 5px 0;
border-bottom: 1px solid #c6c6c6;
}
.user-message-system-one-message-panel {
margin: 10px 20px 5px 0px;
padding-left: 15px;
border-left: 1px solid #c6c6c6;
}
.user-message-system-one-message-from {
margin-bottom: 20px;
}
.user-message-system-one-message-text {
margin-bottom: 20px;
}
.user-message-system-one-message-textarea {
height: 97px;
width: 486px;
margin: 5px 0 10px 0;
}
.user-message-system-one-message-send-btn {
font-size: 13px;
font-weight: bold;
margin-bottom: 25px;
cursor: pointer;
}
.no-border, .no-border td{
border: none;
}
.user-message-system-ibox-pages {
text-align:center;
font-size: 12px;
margin: 15px 35px 0 0;
}
.user-message-system-ibox-one-page {
font-weight: bold;
}
.user-message-system-ibox-one-page:hover{
color: #f99001;
}
.one-message-message-text {
padding-right: 15px;
}
.user-message-system-ibox-no-messages-msg {
margin: 0px;
padding: 35px 0;
}
#msg-action-select{
margin-right: 40px;
} | data/test/css/a1f58683344f11c6a72fafd0166402d440abc79edefault.inboxInplaceRespond.css | .user-message-system-ibox {
color: #616161;
width: 571px;
min-height: 300px;
padding-left: 15px;
margin-left: 23px;
}
.user-message-system-ibox-table-head td {
padding: 10px 0 10px 0;
}
.user-message-system-ibox table {
border-collapse: collapse;
width: 540px;
}
/* every second tr in darker color */
.user-message-system-ibox-table-one-message-darker{
background: #ebebeb;
}
.one-message-left {
width: 350px;
}
.one-message-right {
width: 167px:
}
.user-message-system-one-message-td-action-select {
width:32px;
text-align:center;
padding: 0px;
}
.user-message-system-one-message-action-select {
margin-top: 35px;
}
.user-message-system-ibox-table-one-message td{
border-top: 1px solid #c6c6c6;
vertical-align: top;
}
.user-message-system-one-message-subject {
font-size: 14px;
margin-bottom: 16px;
cursor: pointer;
font-weight: bold;
}
.one-message-subject-0 {
color: #000;
}
.user-message-system-one-message-date{
margin: 12px 0 3px 0;
font-weight: bold;
}
.panel-item a:hover {
color: #f99001;
}
.panel-item{
padding: 5px 0 5px 0;
border-bottom: 1px solid #c6c6c6;
}
.user-message-system-one-message-panel {
margin: 10px 20px 5px 0px;
padding-left: 15px;
border-left: 1px solid #c6c6c6;
}
.user-message-system-one-message-from {
margin-bottom: 20px;
}
.user-message-system-one-message-text {
margin-bottom: 20px;
}
.user-message-system-one-message-textarea {
height: 97px;
width: 486px;
margin: 5px 0 10px 0;
}
.user-message-system-one-message-send-btn {
font-size: 13px;
font-weight: bold;
margin-bottom: 25px;
cursor: pointer;
}
.no-border, .no-border td{
border: none;
}
.user-message-system-ibox-pages {
text-align:center;
font-size: 12px;
margin: 15px 35px 0 0;
}
.user-message-system-ibox-one-page {
font-weight: bold;
}
.user-message-system-ibox-one-page:hover{
color: #f99001;
}
.one-message-message-text {
padding-right: 15px;
}
.user-message-system-ibox-no-messages-msg {
margin: 0px;
padding: 35px 0;
}
#msg-action-select{
margin-right: 40px;
} | 0.23855 | 0.056185 |
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
body {
font-family: 'Source Sans Pro', sans-serif;
color: #555;
}
a {
color: #DDD;
text-decoration: none;
}
a:hover {
color: #333;
}
.main,
.container > header {
width: 90%;
max-width: 69em;
margin: 0 auto;
padding: 0 1.875em 3.125em 1.875em;
}
.container > header {
padding: 2.875em 1.875em 1.875em;
}
.container > header h1 {
font-size: 2.125em;
line-height: 1.3;
margin: 0 0 0.6em 0;
float: left;
}
.container > header > span {
display: block;
position: relative;
z-index: 9999;
text-transform: uppercase;
letter-spacing: 0.5em;
padding: 0 0 0.6em 0.1em;
}
.container > header > span span:after {
width: 30px;
height: 30px;
left: -12px;
font-size: 50%;
top: -8px;
font-size: 75%;
position: relative;
}
.container > header > span span:hover:before {
text-transform: none;
text-indent: 0;
letter-spacing: 0;
font-weight: 300;
font-size: 110%;
padding: 0.8em 1em;
line-height: 1.2;
text-align: left;
left: auto;
margin-left: 4px;
position: absolute;
color: #fff;
background: #47a3da;
}
.container > header nav {
float: right;
text-align: center;
}
.container > header nav a, .ico {
display: inline-block;
position: relative;
text-align: center;
width: 3em;
height: 3em;
background: #fff;
border-radius: 50%;
padding-top: 0.75em;
margin: 0 0.2em;
border: 4px solid #DDD;
}
.container > header nav a > span {
display: none;
}
.container > header nav a:hover:before {
color: #555;
position: absolute;
width: 600%;
top: 120%;
text-align: right;
right: 0;
pointer-events: none;
}
.container > header nav a:hover {
background: #DDD;
color: #fff;
}
.bp-icon:after {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-align: center;
color: #999;
-webkit-font-smoothing: antialiased;
}
.container > header nav .bp-icon:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 2;
text-indent: 0;
}
.container > header nav a:hover:after {
color: #fff;
}
@media screen and (max-width: 55em) {
.container > header h1,
.container > header nav {
float: none;
}
.container > header > span,
.container > header h1 {
text-align: center;
}
.container > header nav {
margin: 0 auto;
}
.container > header > span {
text-indent: 30px;
}
}
/* --------- components ---------------------------*/
.timeline {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
position: relative;
}
/* The line */
.timeline:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 10px;
background: #DDD;
left: 20%;
margin-left: -10px;
}
/* The date/time */
.timeline > li {
position: relative;
}
.timeline > li .time {
display: block;
width: 25%;
padding-right: 100px;
position: absolute;
}
.timeline > li .time span {
display: block;
text-align: right;
}
.timeline > li .time span:first-child {
font-size: 0.9em;
color: #DDD;
}
.timeline > li .time span:last-child {
font-size: 2.9em;
color: #555;
}
/* Right content */
.timeline > li .label {
margin: 0 0 15px 25%;
background: #eee;
color: #555;
padding: 2em;
font-size: 1.2em;
font-weight: 300;
line-height: 1.4;
position: relative;
border-radius: 5px;
}
.timeline > li .label h2 {
margin-top: 0px;
padding: 0 0 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.timeline > li .label:after {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #eee;
border-width: 10px;
top: 10px;
}
/* The icons */
.timeline > li .icon {
width: 40px;
height: 40px;
speak: none;
font-size: 1.4em;
line-height: 40px;
position: absolute;
color: #fff;
background: #999;
border-radius: 50%;
box-shadow: 0 0 0 8px #eee;
text-align: center;
left: 20%;
top: 0;
margin: 0 0 0 -25px;
}
/* Example Media Queries */
@media screen and (max-width: 65.375em) {
.timeline > li .time span:last-child {
font-size: 1.5em;
}
}
@media screen and (max-width: 47.2em) {
.timeline:before {
display: none;
}
.timeline > li .time {
width: 100%;
position: relative;
padding: 0 0 20px 0;
}
.timeline > li .time span {
text-align: left;
}
.timeline > li .label {
margin: 0 0 30px 0;
padding: 1em;
}
.timeline > li .label:after {
right: auto;
left: 20px;
border-right-color: transparent;
border-bottom-color: #EEE;
top: -20px;
}
.timeline > li .icon {
position: relative;
float: right;
left: auto;
margin: -55px 5px 0 0px;
}
}
.progress {
margin-bottom: -20px;
width: 0%;
height: 0.5em;
background: rgba(0,0,0,0.3);
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
.progress::before {
position: absolute;
top: auto;
width: 90%;
height: inherit;
background: rgba(0,0,0,0.05);
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
content: '';
}
.gry{background-color: #DDD !important;}
.gry-line{border-right-color: #DDD;
border-right-width: 20px;
border-right-style:solid;}
.grn{background-color: #7fcba4 !important;}
.grn-line{border-right-color: #7fcba4;
border-right-width: 20px;
border-right-style:solid;}
.amb{background-color: #fac090 !important;}
.amb-line{border-right-color: #fac090;
border-right-width: 20px;
border-right-style:solid;}
.red{background-color: #c99391 !important;}
.red-line{border-right-color: #c99391;
border-right-width: 20px;
border-right-style:solid;}
.blu{color: #81b9da !important;}
.blub{background-color:#81b9da;color:#fff;padding: 0.4em;}
.righty{float:right;} | time/style.css | *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}
/* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
body {
font-family: 'Source Sans Pro', sans-serif;
color: #555;
}
a {
color: #DDD;
text-decoration: none;
}
a:hover {
color: #333;
}
.main,
.container > header {
width: 90%;
max-width: 69em;
margin: 0 auto;
padding: 0 1.875em 3.125em 1.875em;
}
.container > header {
padding: 2.875em 1.875em 1.875em;
}
.container > header h1 {
font-size: 2.125em;
line-height: 1.3;
margin: 0 0 0.6em 0;
float: left;
}
.container > header > span {
display: block;
position: relative;
z-index: 9999;
text-transform: uppercase;
letter-spacing: 0.5em;
padding: 0 0 0.6em 0.1em;
}
.container > header > span span:after {
width: 30px;
height: 30px;
left: -12px;
font-size: 50%;
top: -8px;
font-size: 75%;
position: relative;
}
.container > header > span span:hover:before {
text-transform: none;
text-indent: 0;
letter-spacing: 0;
font-weight: 300;
font-size: 110%;
padding: 0.8em 1em;
line-height: 1.2;
text-align: left;
left: auto;
margin-left: 4px;
position: absolute;
color: #fff;
background: #47a3da;
}
.container > header nav {
float: right;
text-align: center;
}
.container > header nav a, .ico {
display: inline-block;
position: relative;
text-align: center;
width: 3em;
height: 3em;
background: #fff;
border-radius: 50%;
padding-top: 0.75em;
margin: 0 0.2em;
border: 4px solid #DDD;
}
.container > header nav a > span {
display: none;
}
.container > header nav a:hover:before {
color: #555;
position: absolute;
width: 600%;
top: 120%;
text-align: right;
right: 0;
pointer-events: none;
}
.container > header nav a:hover {
background: #DDD;
color: #fff;
}
.bp-icon:after {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-align: center;
color: #999;
-webkit-font-smoothing: antialiased;
}
.container > header nav .bp-icon:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 2;
text-indent: 0;
}
.container > header nav a:hover:after {
color: #fff;
}
@media screen and (max-width: 55em) {
.container > header h1,
.container > header nav {
float: none;
}
.container > header > span,
.container > header h1 {
text-align: center;
}
.container > header nav {
margin: 0 auto;
}
.container > header > span {
text-indent: 30px;
}
}
/* --------- components ---------------------------*/
.timeline {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
position: relative;
}
/* The line */
.timeline:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 10px;
background: #DDD;
left: 20%;
margin-left: -10px;
}
/* The date/time */
.timeline > li {
position: relative;
}
.timeline > li .time {
display: block;
width: 25%;
padding-right: 100px;
position: absolute;
}
.timeline > li .time span {
display: block;
text-align: right;
}
.timeline > li .time span:first-child {
font-size: 0.9em;
color: #DDD;
}
.timeline > li .time span:last-child {
font-size: 2.9em;
color: #555;
}
/* Right content */
.timeline > li .label {
margin: 0 0 15px 25%;
background: #eee;
color: #555;
padding: 2em;
font-size: 1.2em;
font-weight: 300;
line-height: 1.4;
position: relative;
border-radius: 5px;
}
.timeline > li .label h2 {
margin-top: 0px;
padding: 0 0 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.timeline > li .label:after {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #eee;
border-width: 10px;
top: 10px;
}
/* The icons */
.timeline > li .icon {
width: 40px;
height: 40px;
speak: none;
font-size: 1.4em;
line-height: 40px;
position: absolute;
color: #fff;
background: #999;
border-radius: 50%;
box-shadow: 0 0 0 8px #eee;
text-align: center;
left: 20%;
top: 0;
margin: 0 0 0 -25px;
}
/* Example Media Queries */
@media screen and (max-width: 65.375em) {
.timeline > li .time span:last-child {
font-size: 1.5em;
}
}
@media screen and (max-width: 47.2em) {
.timeline:before {
display: none;
}
.timeline > li .time {
width: 100%;
position: relative;
padding: 0 0 20px 0;
}
.timeline > li .time span {
text-align: left;
}
.timeline > li .label {
margin: 0 0 30px 0;
padding: 1em;
}
.timeline > li .label:after {
right: auto;
left: 20px;
border-right-color: transparent;
border-bottom-color: #EEE;
top: -20px;
}
.timeline > li .icon {
position: relative;
float: right;
left: auto;
margin: -55px 5px 0 0px;
}
}
.progress {
margin-bottom: -20px;
width: 0%;
height: 0.5em;
background: rgba(0,0,0,0.3);
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
.progress::before {
position: absolute;
top: auto;
width: 90%;
height: inherit;
background: rgba(0,0,0,0.05);
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
content: '';
}
.gry{background-color: #DDD !important;}
.gry-line{border-right-color: #DDD;
border-right-width: 20px;
border-right-style:solid;}
.grn{background-color: #7fcba4 !important;}
.grn-line{border-right-color: #7fcba4;
border-right-width: 20px;
border-right-style:solid;}
.amb{background-color: #fac090 !important;}
.amb-line{border-right-color: #fac090;
border-right-width: 20px;
border-right-style:solid;}
.red{background-color: #c99391 !important;}
.red-line{border-right-color: #c99391;
border-right-width: 20px;
border-right-style:solid;}
.blu{color: #81b9da !important;}
.blub{background-color:#81b9da;color:#fff;padding: 0.4em;}
.righty{float:right;} | 0.41182 | 0.063919 |
.page.main .body .header { background:none; height:180px; }
.page.main .body .header .info { font-size:45px; }
/* body */
.page.main .body { background-image:url('../../img/1920/loader/bg.png'); height:1080px; width:1920px; }
.page.main .body .container { vertical-align:top; padding-top:50px; }
.page.main .body .content { width:1820px; }
.page.main .body .content td { vertical-align:top; }
.page.main .body .content .cslist-main { height:750px; margin-right:45px; }
.page.main .body .content .cslist-main div.icon { width:150px; height:150px; background:no-repeat center; float:left; }
.page.main .body .content .cslist-main .internet .icon { background-image:url('../../img/1920/loader/net.png'); }
.page.main .body .content .cslist-main .home .icon { background-image:url('../../img/1920/loader/home.png'); }
.page.main .body .content .cslist-main .local .icon { background-image:url('../../img/1920/loader/local.png'); }
.page.main .body .content .cslist-main .settings .icon { background-image:url('../../img/1920/loader/settings.png'); }
.page.main .body .content .cslist-main .refresh .icon { background-image:url('../../img/1920/loader/refresh.png'); }
/* 404 page */
.page.main .header .info.page404 { color:red; }
.page.main .header .info.page404 > span { color:#646464;; font-size:38px; display:block; }
.page.main .body .content.page404 .cslist-main { width:1200px; }
.page.main .body .content.page404 .portalInfo { float:left; padding:15px 0; }
.page.main .body .content.page404 .cslist-main a { line-height:150px; height:150px; width:1161px; padding:0; }
.page.main .body .content.page404 .cslist-main .url { width:960px; line-height:60px; font-size:36px; color:#646464; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content.page404 .cslist-main .text { width:960px; line-height:60px; font-size:45px; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content.page404 .cslist-main .text.single { line-height:120px; }
/* 404 page service menu */
.page.main .body .content .infoList { background:url('../../img/1920/loader/bg_white_30.png') 50%; border-radius:9px; padding:37px 0; width:570px; height:675px; font-size:38px; line-height:60px; }
.page.main .body .content .infoList .infoBlock { padding:0 30px; }
.page.main .body .content .infoList .infoBlock .title { width:100%; height:60px; }
.page.main .body .content .infoList .infoBlock > hr { color:#646464; border-color:#646464; border-bottom:none; border-left:none; border-right:none; }
.page.main .body .content .infoList .infoBlock > div { color:#555; }
.page.main .body .content .infoList .infoBlock > .title > div { float:left; }
.page.main .body .content .infoList .infoBlock > .title > span { color:white; float:left; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content .infoList .infoBlock > div > span.devInf { overflow:hidden; text-overflow:ellipsis; width:300px; display:inline-block; white-space:nowrap; }
.page.main .body .content .infoList .infoBlock > div > span { color:white; padding-left:10px; }
.page.main .body .content .infoList .infoBlock > div > span.error { color:red; }
.page.main .body .content .infoList .infoBlock > div > div.ethernetIcon { background:url('../../img/1920/loader/lan.png') no-repeat center; height:60px; width:60px; float:left; margin-right:15px; }
.page.main .body .content .infoList .infoBlock > div > div.wifiIcon { background:url('../../img/1920/loader/wifi.png') no-repeat center; height:60px; width:60px; float:left; margin-right:15px; }
.page.main .body .content .infoList .infoBlock > div > div.internetIcon { background:url('../../img/1920/loader/connect.png') no-repeat center; height:60px; width:60px; float:left; margin-right:15px; }
/* loader */
.page.main .body .content.loader tr td .cslist-main { width:1820px; margin-right:0; }
.page.main .body .content.loader .portalInfo { float:left; }
.page.main .body .content.loader .cslist-main a { display:block; line-height:150px; height:150px; padding:0; width:1781px; margin-left:0; text-decoration:none; color:white; cursor:pointer; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.page.main .body .content.loader .cslist-main .portalInfo .url { width:792px; float:right; text-align:right; font-size:36px; color:#646464; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content.loader .cslist-main .portalInfo .text { width:803px; float:left; font-size:45px; overflow:hidden; text-overflow:ellipsis; }
/* fast loader */
.fastLoad { position:absolute; height:100%; width:100%; background-image:url('../../img/1920/loader/bg2.jpg'); margin:0; color:#ccc; font-family:Ubuntu; display:none; }
.fastLoad .container { display:table; margin:450px auto; }
.fastLoad .container .box { display:table; margin:auto; }
.fastLoad .container .box .logo { height:60px; width:60px; float:left; background:url('../../img/1920/loader/loading.png') no-repeat right; -webkit-animation-name:rotateThis; -webkit-animation-duration:1s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:linear; }
.fastLoad .container .box .title { height:60px; line-height: 60px; text-align:right; padding-left:90px; font-size:62px; }
.fastLoad .container .second { font-size:45px; color:#646464; padding-top:20px; text-align: center; }
@-webkit-keyframes rotateThis {
from { -webkit-transform:rotate(0deg); }
to { -webkit-transform:rotate(360deg); }
} | embedded_portal/default_sources/system/pages/loader/1080.css | .page.main .body .header { background:none; height:180px; }
.page.main .body .header .info { font-size:45px; }
/* body */
.page.main .body { background-image:url('../../img/1920/loader/bg.png'); height:1080px; width:1920px; }
.page.main .body .container { vertical-align:top; padding-top:50px; }
.page.main .body .content { width:1820px; }
.page.main .body .content td { vertical-align:top; }
.page.main .body .content .cslist-main { height:750px; margin-right:45px; }
.page.main .body .content .cslist-main div.icon { width:150px; height:150px; background:no-repeat center; float:left; }
.page.main .body .content .cslist-main .internet .icon { background-image:url('../../img/1920/loader/net.png'); }
.page.main .body .content .cslist-main .home .icon { background-image:url('../../img/1920/loader/home.png'); }
.page.main .body .content .cslist-main .local .icon { background-image:url('../../img/1920/loader/local.png'); }
.page.main .body .content .cslist-main .settings .icon { background-image:url('../../img/1920/loader/settings.png'); }
.page.main .body .content .cslist-main .refresh .icon { background-image:url('../../img/1920/loader/refresh.png'); }
/* 404 page */
.page.main .header .info.page404 { color:red; }
.page.main .header .info.page404 > span { color:#646464;; font-size:38px; display:block; }
.page.main .body .content.page404 .cslist-main { width:1200px; }
.page.main .body .content.page404 .portalInfo { float:left; padding:15px 0; }
.page.main .body .content.page404 .cslist-main a { line-height:150px; height:150px; width:1161px; padding:0; }
.page.main .body .content.page404 .cslist-main .url { width:960px; line-height:60px; font-size:36px; color:#646464; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content.page404 .cslist-main .text { width:960px; line-height:60px; font-size:45px; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content.page404 .cslist-main .text.single { line-height:120px; }
/* 404 page service menu */
.page.main .body .content .infoList { background:url('../../img/1920/loader/bg_white_30.png') 50%; border-radius:9px; padding:37px 0; width:570px; height:675px; font-size:38px; line-height:60px; }
.page.main .body .content .infoList .infoBlock { padding:0 30px; }
.page.main .body .content .infoList .infoBlock .title { width:100%; height:60px; }
.page.main .body .content .infoList .infoBlock > hr { color:#646464; border-color:#646464; border-bottom:none; border-left:none; border-right:none; }
.page.main .body .content .infoList .infoBlock > div { color:#555; }
.page.main .body .content .infoList .infoBlock > .title > div { float:left; }
.page.main .body .content .infoList .infoBlock > .title > span { color:white; float:left; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content .infoList .infoBlock > div > span.devInf { overflow:hidden; text-overflow:ellipsis; width:300px; display:inline-block; white-space:nowrap; }
.page.main .body .content .infoList .infoBlock > div > span { color:white; padding-left:10px; }
.page.main .body .content .infoList .infoBlock > div > span.error { color:red; }
.page.main .body .content .infoList .infoBlock > div > div.ethernetIcon { background:url('../../img/1920/loader/lan.png') no-repeat center; height:60px; width:60px; float:left; margin-right:15px; }
.page.main .body .content .infoList .infoBlock > div > div.wifiIcon { background:url('../../img/1920/loader/wifi.png') no-repeat center; height:60px; width:60px; float:left; margin-right:15px; }
.page.main .body .content .infoList .infoBlock > div > div.internetIcon { background:url('../../img/1920/loader/connect.png') no-repeat center; height:60px; width:60px; float:left; margin-right:15px; }
/* loader */
.page.main .body .content.loader tr td .cslist-main { width:1820px; margin-right:0; }
.page.main .body .content.loader .portalInfo { float:left; }
.page.main .body .content.loader .cslist-main a { display:block; line-height:150px; height:150px; padding:0; width:1781px; margin-left:0; text-decoration:none; color:white; cursor:pointer; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.page.main .body .content.loader .cslist-main .portalInfo .url { width:792px; float:right; text-align:right; font-size:36px; color:#646464; overflow:hidden; text-overflow:ellipsis; }
.page.main .body .content.loader .cslist-main .portalInfo .text { width:803px; float:left; font-size:45px; overflow:hidden; text-overflow:ellipsis; }
/* fast loader */
.fastLoad { position:absolute; height:100%; width:100%; background-image:url('../../img/1920/loader/bg2.jpg'); margin:0; color:#ccc; font-family:Ubuntu; display:none; }
.fastLoad .container { display:table; margin:450px auto; }
.fastLoad .container .box { display:table; margin:auto; }
.fastLoad .container .box .logo { height:60px; width:60px; float:left; background:url('../../img/1920/loader/loading.png') no-repeat right; -webkit-animation-name:rotateThis; -webkit-animation-duration:1s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:linear; }
.fastLoad .container .box .title { height:60px; line-height: 60px; text-align:right; padding-left:90px; font-size:62px; }
.fastLoad .container .second { font-size:45px; color:#646464; padding-top:20px; text-align: center; }
@-webkit-keyframes rotateThis {
from { -webkit-transform:rotate(0deg); }
to { -webkit-transform:rotate(360deg); }
} | 0.405684 | 0.045395 |
body {
margin: 0;
padding: 0;
background: #5d7d5c;
color: #fff4dc;
font-family: 'Roboto', sans-serif;
}
a {
text-decoration: underline;
color: #fff4dc;
}
header {
background: url(header.png) repeat-x;
height: 160px;
width: 100%;
background-size: 820px;
}
section {
margin: 0 10px 60px;
}
p {
font-size: 18px;
line-height: 24px;
letter-spacing: 1px;
text-align: left;
margin: 18px auto;
max-width: 450px;
}
p.center {
text-align: center;
}
h1 {
font-size: 40px;
text-align: center;
line-height: 46px;
margin: 18px 0;
}
h2 {
text-align: center;
font-size: 26px;
line-height: 30px;
margin: 18px 0;
}
h3 {
text-align: center;
font-size: 20px;
line-height: 24px;
margin: 18px 0;
font-weight: normal;
letter-spacing: 1px;
}
.clr {
display: block;
clear: both;
}
#names {
margin: 0 auto;
max-width: 800px;
}
.name {
width: 40%;
float: left;
}
.first, .last {
display: block;
text-align: center;
}
.first {
font-weight: bold;
font-size: 50px;
}
.last {
font-weight: normal;
font-size: 30px;
line-height: 14px;
}
#mine_symbol {
width: 20%;
display: block;
float: left;
text-align: center;
}
#mine_symbol img {
width: 100%;
max-width: 100px;
}
#accomodations img {
max-width: 20px;
margin: 0 5px 0 0;
vertical-align: sub;
}
#map {
text-align: center;
}
#map img {
width: 100%;
max-width: 750px;
}
ul {
max-width: 450px;
margin: 0 auto;
}
ul li {
margin: 0 0 10px;
}
#music-search {
max-width: 450px;
margin: 18px auto;
}
#music-search input#search-text, #music-search button {
display: inline-block;
}
#music-search input#search-text {
height: 30px;
border: none;
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.3);
width: 80%;
background: #fff4dc;
text-indent: 10px;
border-radius: 2px;
padding: 0;
font-size: 18px;
color: #4c4c4c;
}
#music-search button {
border: 1px solid #5d7d5c;
border-radius: 3px;
height: 30px;
background: #fff4dc;
font-size: 15px;
width: 18%;
padding: 0px 4px;
line-height: 0;
box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
cursor: pointer;
color: #4c4c4c;
}
#music-search button:hover {
background: #3b503a;
color: #fff;
border: 1px solid #3b503a;
}
#result-list, #playlist-list {
margin: 10px 0;
padding: 0;
max-height: 400px;
overflow: scroll;
border: 1px solid #fff4dc;
-webkit-overflow-scrolling: touch;
display: none;
}
#result-list li, #playlist-list li {
list-style: none;
padding: 10px;
font-size: 20px;
margin: 0;
}
#result-list li:hover, #playlist-list li:hover {
background: rgba(255,255,255,0.1);
}
#result-list li iframe, #playlist-list li iframe {
margin: 5px 0 0 0;
}
#result-list .artist, #playlist-list .artist {
display: inline-block;
width: 100%;
font-size: 12px;
text-transform: uppercase;
}
#result-list .song, #playlist-list .song {
display: inline-block;
width: 100%;
}
#result-list .preview, #playlist-list .preview {
cursor: pointer;
display: inline-block;
margin: 0 15px 0 0;
font-size: 16px;
text-transform: uppercase;
}
#result-list .add {
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
}
#result-list .preview:hover, #result-list .add:hover, #playlist-list .preview:hover {
text-decoration: underline;
}
#result-list .preview::before, #playlist-list .preview::before {
content: '';
display: inline-block;
position: relative;
top: 1px;
left: 3px;
border-style: solid;
border-width: 6px 0 6px 12px;
margin: 0 8px 2px 0;
border-color: transparent transparent transparent #fff4dc;
}
#result-list .add::before {
content: '+';
display: inline-block;
font-weight: bold;
position: relative;
top: 1px;
left: 3px;
margin: 0 8px 0 0;
line-height: 24px;
vertical-align: top;
}
#result-list .added {
opacity: 0.5;
font-size: 16px;
text-transform: uppercase;
}
#result-list .added::before {
content: '';
}
#see-current-list {
text-align: center;
cursor: pointer;
margin: 10px 0;
}
#see-current-list:hover {
text-decoration: underline;
} | static/styles.css | body {
margin: 0;
padding: 0;
background: #5d7d5c;
color: #fff4dc;
font-family: 'Roboto', sans-serif;
}
a {
text-decoration: underline;
color: #fff4dc;
}
header {
background: url(header.png) repeat-x;
height: 160px;
width: 100%;
background-size: 820px;
}
section {
margin: 0 10px 60px;
}
p {
font-size: 18px;
line-height: 24px;
letter-spacing: 1px;
text-align: left;
margin: 18px auto;
max-width: 450px;
}
p.center {
text-align: center;
}
h1 {
font-size: 40px;
text-align: center;
line-height: 46px;
margin: 18px 0;
}
h2 {
text-align: center;
font-size: 26px;
line-height: 30px;
margin: 18px 0;
}
h3 {
text-align: center;
font-size: 20px;
line-height: 24px;
margin: 18px 0;
font-weight: normal;
letter-spacing: 1px;
}
.clr {
display: block;
clear: both;
}
#names {
margin: 0 auto;
max-width: 800px;
}
.name {
width: 40%;
float: left;
}
.first, .last {
display: block;
text-align: center;
}
.first {
font-weight: bold;
font-size: 50px;
}
.last {
font-weight: normal;
font-size: 30px;
line-height: 14px;
}
#mine_symbol {
width: 20%;
display: block;
float: left;
text-align: center;
}
#mine_symbol img {
width: 100%;
max-width: 100px;
}
#accomodations img {
max-width: 20px;
margin: 0 5px 0 0;
vertical-align: sub;
}
#map {
text-align: center;
}
#map img {
width: 100%;
max-width: 750px;
}
ul {
max-width: 450px;
margin: 0 auto;
}
ul li {
margin: 0 0 10px;
}
#music-search {
max-width: 450px;
margin: 18px auto;
}
#music-search input#search-text, #music-search button {
display: inline-block;
}
#music-search input#search-text {
height: 30px;
border: none;
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.3);
width: 80%;
background: #fff4dc;
text-indent: 10px;
border-radius: 2px;
padding: 0;
font-size: 18px;
color: #4c4c4c;
}
#music-search button {
border: 1px solid #5d7d5c;
border-radius: 3px;
height: 30px;
background: #fff4dc;
font-size: 15px;
width: 18%;
padding: 0px 4px;
line-height: 0;
box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
cursor: pointer;
color: #4c4c4c;
}
#music-search button:hover {
background: #3b503a;
color: #fff;
border: 1px solid #3b503a;
}
#result-list, #playlist-list {
margin: 10px 0;
padding: 0;
max-height: 400px;
overflow: scroll;
border: 1px solid #fff4dc;
-webkit-overflow-scrolling: touch;
display: none;
}
#result-list li, #playlist-list li {
list-style: none;
padding: 10px;
font-size: 20px;
margin: 0;
}
#result-list li:hover, #playlist-list li:hover {
background: rgba(255,255,255,0.1);
}
#result-list li iframe, #playlist-list li iframe {
margin: 5px 0 0 0;
}
#result-list .artist, #playlist-list .artist {
display: inline-block;
width: 100%;
font-size: 12px;
text-transform: uppercase;
}
#result-list .song, #playlist-list .song {
display: inline-block;
width: 100%;
}
#result-list .preview, #playlist-list .preview {
cursor: pointer;
display: inline-block;
margin: 0 15px 0 0;
font-size: 16px;
text-transform: uppercase;
}
#result-list .add {
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
}
#result-list .preview:hover, #result-list .add:hover, #playlist-list .preview:hover {
text-decoration: underline;
}
#result-list .preview::before, #playlist-list .preview::before {
content: '';
display: inline-block;
position: relative;
top: 1px;
left: 3px;
border-style: solid;
border-width: 6px 0 6px 12px;
margin: 0 8px 2px 0;
border-color: transparent transparent transparent #fff4dc;
}
#result-list .add::before {
content: '+';
display: inline-block;
font-weight: bold;
position: relative;
top: 1px;
left: 3px;
margin: 0 8px 0 0;
line-height: 24px;
vertical-align: top;
}
#result-list .added {
opacity: 0.5;
font-size: 16px;
text-transform: uppercase;
}
#result-list .added::before {
content: '';
}
#see-current-list {
text-align: center;
cursor: pointer;
margin: 10px 0;
}
#see-current-list:hover {
text-decoration: underline;
} | 0.332635 | 0.089813 |
@import '~antd/dist/antd.css';
.ant-layout-footer {
background: white;
}
.site-layout-content {
min-height: 280px;
padding-top: 15px;
background: #fff;
height: 100%;
}
.logo {
float: left;
width: 80px;
height: 100%;
background: rgb(255, 255, 255);
}
.logo-text {
color:rgb(187, 187, 187);
font-size: 2em;
padding-top: 10px;
}
.ant-row-rtl .logo {
float: right;
margin: 16px 0 16px 24px;
}
.ant-layout-header {
background: #fff;
}
.ant-layout-content {
background: #fff;
}
.ant-upload-list-item {
float: left;
width: 100%;
margin-right: 8px;
}
.ant-upload-list-picture .ant-upload-list-item, .ant-upload-list-picture-card .ant-upload-list-item {
height: 40px;
}
.file-btn-chosen {
border-color: #389e0d;
}
.file-btn-chosen span{
color: #389e0d;
}
.ant-page-header {
padding-left: 0;
padding-right: 0;
}
.ant-page-header-heading-sub-title {
padding-top: 4px;
}
#vnc-canvas {
height: 100%;
}
#detail-flex-content {
min-height: 500px;
}
.detail-tab-content {
height: 90%;
}
.xterm-main {
box-sizing: content-box;
height: 70vh;
}
.xterm-main-hidden {
display: none;
}
#vm-status-error-tooltip {
margin-left: 5px;
margin-top: -2px;
}
#start-vm-log {
padding-top: 20px
}
.react-lazylog div div span {
padding-left: 10px;
}
.react-lazylog div div a {
display: none;
}
.file-explorer {
padding-top: 10px;
}
.file-explorer .ant-table-cell {
padding: 5px 10px;
}
.file-explorer button {
padding: 4px 0;
}
.file-explorer a {
padding: 4px 0;
}
#menu-content-connection {
background-color: #f0f0f0;
}
#menu-content-connection .ant-ribbon-wrapper {
height: 100%
}
#menu-content-connection .ant-card-body {
height: 100%;
}
#menu-content-connection .ant-card {
margin: 7px;
}
#menu-content-connection ul{
padding: 15px;
}
#menu-content-connection ol{
padding: 15px;
}
.connection-row {
margin-bottom: 1em;
}
.connection-row p{
color: grey;
}
#menu-content-settings {
background-color: #f0f0f0;
}
#menu-content-settings .ant-menu{
height: 100%;
}
#menu-content-settings .ant-row{
padding: 2px;
height: 100%;
}
#menu-content-settings .settings-page{
width:100%;
height: 100%;
padding: 20px;
background-color: white;
} | web/src/App.css | @import '~antd/dist/antd.css';
.ant-layout-footer {
background: white;
}
.site-layout-content {
min-height: 280px;
padding-top: 15px;
background: #fff;
height: 100%;
}
.logo {
float: left;
width: 80px;
height: 100%;
background: rgb(255, 255, 255);
}
.logo-text {
color:rgb(187, 187, 187);
font-size: 2em;
padding-top: 10px;
}
.ant-row-rtl .logo {
float: right;
margin: 16px 0 16px 24px;
}
.ant-layout-header {
background: #fff;
}
.ant-layout-content {
background: #fff;
}
.ant-upload-list-item {
float: left;
width: 100%;
margin-right: 8px;
}
.ant-upload-list-picture .ant-upload-list-item, .ant-upload-list-picture-card .ant-upload-list-item {
height: 40px;
}
.file-btn-chosen {
border-color: #389e0d;
}
.file-btn-chosen span{
color: #389e0d;
}
.ant-page-header {
padding-left: 0;
padding-right: 0;
}
.ant-page-header-heading-sub-title {
padding-top: 4px;
}
#vnc-canvas {
height: 100%;
}
#detail-flex-content {
min-height: 500px;
}
.detail-tab-content {
height: 90%;
}
.xterm-main {
box-sizing: content-box;
height: 70vh;
}
.xterm-main-hidden {
display: none;
}
#vm-status-error-tooltip {
margin-left: 5px;
margin-top: -2px;
}
#start-vm-log {
padding-top: 20px
}
.react-lazylog div div span {
padding-left: 10px;
}
.react-lazylog div div a {
display: none;
}
.file-explorer {
padding-top: 10px;
}
.file-explorer .ant-table-cell {
padding: 5px 10px;
}
.file-explorer button {
padding: 4px 0;
}
.file-explorer a {
padding: 4px 0;
}
#menu-content-connection {
background-color: #f0f0f0;
}
#menu-content-connection .ant-ribbon-wrapper {
height: 100%
}
#menu-content-connection .ant-card-body {
height: 100%;
}
#menu-content-connection .ant-card {
margin: 7px;
}
#menu-content-connection ul{
padding: 15px;
}
#menu-content-connection ol{
padding: 15px;
}
.connection-row {
margin-bottom: 1em;
}
.connection-row p{
color: grey;
}
#menu-content-settings {
background-color: #f0f0f0;
}
#menu-content-settings .ant-menu{
height: 100%;
}
#menu-content-settings .ant-row{
padding: 2px;
height: 100%;
}
#menu-content-settings .settings-page{
width:100%;
height: 100%;
padding: 20px;
background-color: white;
} | 0.248261 | 0.06989 |
@media (max-width: 480px) {
.accordion-title {
width: 100%;
padding: 40px 0 0 0;
}
.flex-caption span{
font-size: 24px;
line-height: 24px;
text-shadow: 1px 0px 2px #000;
}
.navbar-brand{ padding:3px 0px !important;}
.nav-tabs > li {
width: 100%;
}
.nav-tabs > li > a {
width: 100%;
}
.header-cta .blk {
padding: 10px;
}
.header-cta h1 {
font-size: 4.5rem;
}
.col-xs-6 {
width: 100%;
}
.portfolio-box{ width:80%; float:left; clear:both;}
}
@media (max-width: 767px) {
html {
font-size: 50.5%
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 30px;
line-height: 30px;
text-shadow: 1px 0px 2px #000;
}
.navbar-nav, .navbar-nav > li, .navbar-nav > li > a {
width: 100%;
line-height: 1.4rem;
}
.navbar-nav > li > .dropdown-menu {
display: block;
border: 0px none;
position: relative;
display: inline-table;
margin:0px; padding:0px;
box-shadow: none;
width: 100%;
}
.navbar-collapse {
position: absolute;
height: auto;
right: 0px;
background: #FFF;
height: auto;
min-height: 600px;
width: 280px;
border: 1px solid #CCC;
}
.dropdown-menu>li>a {
font-size: 1.4rem;
line-height: 1.6rem;
padding: 6px 22px;
}
.content section {
padding: 25px 0;
}
.content section + section:before {
margin: -25px 15px 25px;
}
.box {
padding: 0 25px;
}
.content section.separated {
margin: 0 -25px -3px 0;
}
.navbar-nav, .navbar-nav > li, .navbar-nav > li > a {
width: 100%;
}
.navbar-nav > li + li {
margin: 0;
}
.navbar-brand {
padding: 1.5rem 0;
}
.accordion {
padding: 10px 20px;
}
.pricing-features {
display: none;
}
.header-bg {
height: 535px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.header-bg{ margin-top: 124px;}
.navbar-collapse {
position: absolute;
height: auto;
right: 0px;
background: #FFF;
height: auto;
min-height: 600px;
width: 280px;
border: 1px solid #CCC;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 40px;
line-height: 40px;
text-shadow: 1px 0px 2px #000;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
width: 100% !important;
height: auto !important;
}
#page-content {
margin-top: 120px;
}
.navbar-nav > li > .dropdown-menu {
display: block;
border: 0px none;
position: relative;
display: inline-table;
margin:0px; padding:0px;
box-shadow: none;
width: 100%;
}
.dropdown-menu>li>a {
font-size: 1.4rem;
line-height: 1.6rem;
padding: 6px 22px;
}
html {
font-size: 54.5%
}
.content section {
padding: 35px 0;
}
.content section + section:before {
margin: -35px 15px 35px;
}
.box {
padding: 0 35px;
}
.content section.separated {
margin: 0 -35px -3px 0;
}
.navbar-nav, .navbar-nav > li, .navbar-nav > li > a {
width: 100%;
line-height: 1.4rem;
}
.navbar-nav > li + li {
margin: 0;
}
.accordion {
padding: 20px 30px;
}
.pricing-features {
display: none;
}
.header-bg {
height: 540px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
html {
font-size: 58.5%
}
.header-bg {
height: 540px;
}
.table-features li span {
display: none;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 46px;
line-height: 46px;
text-shadow: 1px 0px 2px #000;
}
}
@media (min-width: 1200px) and (max-width: 1280px) {
.header-bg {
height: 561px;
}
.table-features li span {
display: none;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 50px;
line-height: 50px;
text-shadow: 1px 0px 2px #000;
}
}
@media (min-width: 1300px) {
.owl-carousel-navigation {
display: block;
}
.owl-controls {
display: none!important;
}
.table-features li span {
display: none;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 50px;
line-height: 50px;
text-shadow: 1px 0px 2px #000;
}
} | css/responsive.css | @media (max-width: 480px) {
.accordion-title {
width: 100%;
padding: 40px 0 0 0;
}
.flex-caption span{
font-size: 24px;
line-height: 24px;
text-shadow: 1px 0px 2px #000;
}
.navbar-brand{ padding:3px 0px !important;}
.nav-tabs > li {
width: 100%;
}
.nav-tabs > li > a {
width: 100%;
}
.header-cta .blk {
padding: 10px;
}
.header-cta h1 {
font-size: 4.5rem;
}
.col-xs-6 {
width: 100%;
}
.portfolio-box{ width:80%; float:left; clear:both;}
}
@media (max-width: 767px) {
html {
font-size: 50.5%
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 30px;
line-height: 30px;
text-shadow: 1px 0px 2px #000;
}
.navbar-nav, .navbar-nav > li, .navbar-nav > li > a {
width: 100%;
line-height: 1.4rem;
}
.navbar-nav > li > .dropdown-menu {
display: block;
border: 0px none;
position: relative;
display: inline-table;
margin:0px; padding:0px;
box-shadow: none;
width: 100%;
}
.navbar-collapse {
position: absolute;
height: auto;
right: 0px;
background: #FFF;
height: auto;
min-height: 600px;
width: 280px;
border: 1px solid #CCC;
}
.dropdown-menu>li>a {
font-size: 1.4rem;
line-height: 1.6rem;
padding: 6px 22px;
}
.content section {
padding: 25px 0;
}
.content section + section:before {
margin: -25px 15px 25px;
}
.box {
padding: 0 25px;
}
.content section.separated {
margin: 0 -25px -3px 0;
}
.navbar-nav, .navbar-nav > li, .navbar-nav > li > a {
width: 100%;
}
.navbar-nav > li + li {
margin: 0;
}
.navbar-brand {
padding: 1.5rem 0;
}
.accordion {
padding: 10px 20px;
}
.pricing-features {
display: none;
}
.header-bg {
height: 535px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.header-bg{ margin-top: 124px;}
.navbar-collapse {
position: absolute;
height: auto;
right: 0px;
background: #FFF;
height: auto;
min-height: 600px;
width: 280px;
border: 1px solid #CCC;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 40px;
line-height: 40px;
text-shadow: 1px 0px 2px #000;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
width: 100% !important;
height: auto !important;
}
#page-content {
margin-top: 120px;
}
.navbar-nav > li > .dropdown-menu {
display: block;
border: 0px none;
position: relative;
display: inline-table;
margin:0px; padding:0px;
box-shadow: none;
width: 100%;
}
.dropdown-menu>li>a {
font-size: 1.4rem;
line-height: 1.6rem;
padding: 6px 22px;
}
html {
font-size: 54.5%
}
.content section {
padding: 35px 0;
}
.content section + section:before {
margin: -35px 15px 35px;
}
.box {
padding: 0 35px;
}
.content section.separated {
margin: 0 -35px -3px 0;
}
.navbar-nav, .navbar-nav > li, .navbar-nav > li > a {
width: 100%;
line-height: 1.4rem;
}
.navbar-nav > li + li {
margin: 0;
}
.accordion {
padding: 20px 30px;
}
.pricing-features {
display: none;
}
.header-bg {
height: 540px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
html {
font-size: 58.5%
}
.header-bg {
height: 540px;
}
.table-features li span {
display: none;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 46px;
line-height: 46px;
text-shadow: 1px 0px 2px #000;
}
}
@media (min-width: 1200px) and (max-width: 1280px) {
.header-bg {
height: 561px;
}
.table-features li span {
display: none;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 50px;
line-height: 50px;
text-shadow: 1px 0px 2px #000;
}
}
@media (min-width: 1300px) {
.owl-carousel-navigation {
display: block;
}
.owl-controls {
display: none!important;
}
.table-features li span {
display: none;
}
.flex-caption span{
display: inline-block;
padding: 10px;
font-size: 50px;
line-height: 50px;
text-shadow: 1px 0px 2px #000;
}
} | 0.353651 | 0.075109 |
.root {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr max-content;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: calc(var(--spacing) * 6) calc(var(--spacing) * 2);
}
.imgHolder {
display: flex;
justify-content: center;
align-items: center;
transform: translateY(-2rem);
}
.img {
width: calc(var(--spacing) * 50);
height: calc(var(--spacing) * 50);
filter: drop-shadow(0 0 calc(var(--spacing) * 3) var(--color-primary));
animation: coin-hover calc(var(--transition) * 12) ease-in-out 0s infinite
alternate;
}
.info {
display: flex;
flex-direction: column;
justify-content: flex-end;
direction: ltr;
}
.buttonHolder {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: calc(var(--spacing) * 2);
width: max-content;
}
.link {
text-decoration: none;
color: inherit;
display: grid;
}
@keyframes coin-hover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(4rem);
}
}
@media screen and (min-width: 568px) {
.root {
padding: calc(var(--spacing) * 8) calc(var(--spacing) * 4);
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 3);
}
}
@media screen and (min-width: 768px) {
.root {
padding: calc(var(--spacing) * 10) calc(var(--spacing) * 8);
grid-template-columns: 1fr 1fr;
direction: rtl;
}
.img {
width: calc(var(--spacing) * 64);
height: calc(var(--spacing) * 64);
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 4);
}
}
@media screen and (min-width: 992px) {
.root {
padding: calc(var(--spacing) * 16) calc(var(--spacing) * 16);
}
.img {
width: calc(var(--spacing) * 72);
height: calc(var(--spacing) * 72);
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 5);
}
}
@media screen and (min-width: 1600px) {
.root {
padding: calc(var(--spacing) * 28) calc(var(--spacing) * 32);
}
.img {
width: calc(var(--spacing) * 96);
height: calc(var(--spacing) * 96);
filter: drop-shadow(0 0 calc(var(--spacing) * 6) var(--color-primary));
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 6);
}
} | packages/marketing/src/components/pages/Home/home.module.css | .root {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr max-content;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: calc(var(--spacing) * 6) calc(var(--spacing) * 2);
}
.imgHolder {
display: flex;
justify-content: center;
align-items: center;
transform: translateY(-2rem);
}
.img {
width: calc(var(--spacing) * 50);
height: calc(var(--spacing) * 50);
filter: drop-shadow(0 0 calc(var(--spacing) * 3) var(--color-primary));
animation: coin-hover calc(var(--transition) * 12) ease-in-out 0s infinite
alternate;
}
.info {
display: flex;
flex-direction: column;
justify-content: flex-end;
direction: ltr;
}
.buttonHolder {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: calc(var(--spacing) * 2);
width: max-content;
}
.link {
text-decoration: none;
color: inherit;
display: grid;
}
@keyframes coin-hover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(4rem);
}
}
@media screen and (min-width: 568px) {
.root {
padding: calc(var(--spacing) * 8) calc(var(--spacing) * 4);
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 3);
}
}
@media screen and (min-width: 768px) {
.root {
padding: calc(var(--spacing) * 10) calc(var(--spacing) * 8);
grid-template-columns: 1fr 1fr;
direction: rtl;
}
.img {
width: calc(var(--spacing) * 64);
height: calc(var(--spacing) * 64);
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 4);
}
}
@media screen and (min-width: 992px) {
.root {
padding: calc(var(--spacing) * 16) calc(var(--spacing) * 16);
}
.img {
width: calc(var(--spacing) * 72);
height: calc(var(--spacing) * 72);
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 5);
}
}
@media screen and (min-width: 1600px) {
.root {
padding: calc(var(--spacing) * 28) calc(var(--spacing) * 32);
}
.img {
width: calc(var(--spacing) * 96);
height: calc(var(--spacing) * 96);
filter: drop-shadow(0 0 calc(var(--spacing) * 6) var(--color-primary));
}
.buttonHolder {
grid-gap: calc(var(--spacing) * 6);
}
} | 0.7413 | 0.214527 |
body{
background-color: #f0f3f4;
}
.k-state-selected.k-state-focused {
background-color: #ea5b19;
}
.height-custom{
height: 48px;
vertical-align: middle;
font-size: 30px;
}
.main-map {
width: 100%;
height: 265px;
}
.location-earning-stats {
text-align: center;
font-family: 'Source Sans Pro', 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-weight: 600;
margin-bottom: 5px;
padding-left: 0;
font-size: 11.8px;
padding:5px;
background:rgba(255,255,255,0.7);
display: inline;
}
.location-earning-stats li {
padding: 0px 15px;
}
.stat-divider {
border-right: #ededed 1px solid;
}
.first-city {
color: #ea5b19;
display: block;
font-size: 20px;
}
.second-city {
color: #c5cc73;
display: block;
font-size: 20.5px;
}
.third-city {
color: #e47578;
display: block;
font-size: 20.5px;
}
.panel-summary{
height: 170px;
}
.dropdownFilter{
width: 150px;
}
#india-map{
height: 200px;
}
.table-summary{
margin-top: -20px;
}
/* .table-summary-body{
height:205px;
}*/
.label-drilldown{
text-align: center;
padding: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.btn-back{
margin-bottom: 10px;
height: 30px;
padding: 5px !important;
float: left;
}
.btn-back:hover{
cursor: pointer;
cursor: hand;
}
.show_hide_downtime {
display:none;
}
.show_hide_project {
display:none;
}
.jvectormap-tip {
position: absolute;
display: none;
border: solid 1px #CDCDCD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px;
z-index:11;
}
li > a[role="tab"] {
cursor: pointer;
}
.box-list {
overflow-y: auto;
min-height: 406px;
max-height: 406px;
}
.box-list > .btn-group {
margin-bottom: 5px;
margin-right: 5px;
}
.box-list > .btn-group > .btn {
width: 58px !important;
}
.jvectormap-legend-inner {
margin-bottom: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
width: auto;
margin-right: 10px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
display: inline-block;
vertical-align: middle;
line-height: 13px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
width: 32px;
height: 32px;
display: inline-block;
vertical-align: middle;
}
.k-map .k-marker-custom-marker {
background-image: url('../../img/wind-turbine.png');
background-size: 25px;
width: 25px;
height: 25px;
}
#india-map.k-map:focus{
border: none !important;
}
.padding-right-10{
padding-right: 10px;
}
.padding-left-0{
padding-left: 0px;
}
.padding-right-0{
padding-right: 0px;
}
.prod-div{
margin-left: -6px;
padding-right: 4px;
}
.plv-div {
margin-left: 1px;
padding-right: 4px;
}
.windiness-div{
padding-left: 6px;
padding-right: 0px;
}
.prodCur-div{
margin-left: -6px;
padding-right: 4px;
}
.summary-div{
margin-left: 1px;
padding-right: 0px;
}
#chartProductionCustomTooltip {
margin-top: -175px !important;
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
#chartWindinessCustomTooltip {
margin-top: -100px !important;
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
#chartDTLostEnergyCustomTooltip, #chartDTLEbyTypeCustomTooltip {
margin-top: -100px !important;
/*margin-left: -150px !important;*/
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
#chartDTLostEnergyManehCustomTooltip {
margin-top: -300px !important;
margin-left: -150px !important;
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
/* #chartProduction .k-tooltip.k-chart-tooltip{
margin-top: -35px !important;
margin-left: 30px !important;
}*/
.k-tooltip.k-chart-tooltip {
margin-top: -50px !important;
margin-left: 8px !important;
}
/* #chartDTLostEnergy .k-tooltip.k-chart-tooltip {
margin-top: -55px !important;
margin-left: 20px !important;
}*/
.pie-title-center {
display: inline-block;
position: relative;
text-align: center;
}
.pie-value {
display: block;
position: absolute;
font-size: 14px;
font-weight: bold;
height: 40px;
top: 50%;
left: 0;
right: 0;
margin-top: -5px;
line-height: 40px;
}
.padding-5{
padding: 5px;
}
#gridSummaryData tr td {
border-bottom: 1px solid #eee;
}
/* @media(max-width: 320){
.dropdownFilter{
margin-bottom: 20px;
}
}*/ | web/assets/core/css/page-report-landing.css | body{
background-color: #f0f3f4;
}
.k-state-selected.k-state-focused {
background-color: #ea5b19;
}
.height-custom{
height: 48px;
vertical-align: middle;
font-size: 30px;
}
.main-map {
width: 100%;
height: 265px;
}
.location-earning-stats {
text-align: center;
font-family: 'Source Sans Pro', 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-weight: 600;
margin-bottom: 5px;
padding-left: 0;
font-size: 11.8px;
padding:5px;
background:rgba(255,255,255,0.7);
display: inline;
}
.location-earning-stats li {
padding: 0px 15px;
}
.stat-divider {
border-right: #ededed 1px solid;
}
.first-city {
color: #ea5b19;
display: block;
font-size: 20px;
}
.second-city {
color: #c5cc73;
display: block;
font-size: 20.5px;
}
.third-city {
color: #e47578;
display: block;
font-size: 20.5px;
}
.panel-summary{
height: 170px;
}
.dropdownFilter{
width: 150px;
}
#india-map{
height: 200px;
}
.table-summary{
margin-top: -20px;
}
/* .table-summary-body{
height:205px;
}*/
.label-drilldown{
text-align: center;
padding: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.btn-back{
margin-bottom: 10px;
height: 30px;
padding: 5px !important;
float: left;
}
.btn-back:hover{
cursor: pointer;
cursor: hand;
}
.show_hide_downtime {
display:none;
}
.show_hide_project {
display:none;
}
.jvectormap-tip {
position: absolute;
display: none;
border: solid 1px #CDCDCD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px;
z-index:11;
}
li > a[role="tab"] {
cursor: pointer;
}
.box-list {
overflow-y: auto;
min-height: 406px;
max-height: 406px;
}
.box-list > .btn-group {
margin-bottom: 5px;
margin-right: 5px;
}
.box-list > .btn-group > .btn {
width: 58px !important;
}
.jvectormap-legend-inner {
margin-bottom: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
width: auto;
margin-right: 10px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
display: inline-block;
vertical-align: middle;
line-height: 13px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
width: 32px;
height: 32px;
display: inline-block;
vertical-align: middle;
}
.k-map .k-marker-custom-marker {
background-image: url('../../img/wind-turbine.png');
background-size: 25px;
width: 25px;
height: 25px;
}
#india-map.k-map:focus{
border: none !important;
}
.padding-right-10{
padding-right: 10px;
}
.padding-left-0{
padding-left: 0px;
}
.padding-right-0{
padding-right: 0px;
}
.prod-div{
margin-left: -6px;
padding-right: 4px;
}
.plv-div {
margin-left: 1px;
padding-right: 4px;
}
.windiness-div{
padding-left: 6px;
padding-right: 0px;
}
.prodCur-div{
margin-left: -6px;
padding-right: 4px;
}
.summary-div{
margin-left: 1px;
padding-right: 0px;
}
#chartProductionCustomTooltip {
margin-top: -175px !important;
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
#chartWindinessCustomTooltip {
margin-top: -100px !important;
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
#chartDTLostEnergyCustomTooltip, #chartDTLEbyTypeCustomTooltip {
margin-top: -100px !important;
/*margin-left: -150px !important;*/
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
#chartDTLostEnergyManehCustomTooltip {
margin-top: -300px !important;
margin-left: -150px !important;
display: none;
background: rgb(255, 255, 255) !important;
color : "#58666e";
font: 'Source Sans Pro, Lato , Open Sans , Helvetica Neue, Arial, sans-serif';
border: 2px solid #eee;
padding: 10px;
z-index:11;
opacity: 1;
width: 170px!important;
}
/* #chartProduction .k-tooltip.k-chart-tooltip{
margin-top: -35px !important;
margin-left: 30px !important;
}*/
.k-tooltip.k-chart-tooltip {
margin-top: -50px !important;
margin-left: 8px !important;
}
/* #chartDTLostEnergy .k-tooltip.k-chart-tooltip {
margin-top: -55px !important;
margin-left: 20px !important;
}*/
.pie-title-center {
display: inline-block;
position: relative;
text-align: center;
}
.pie-value {
display: block;
position: absolute;
font-size: 14px;
font-weight: bold;
height: 40px;
top: 50%;
left: 0;
right: 0;
margin-top: -5px;
line-height: 40px;
}
.padding-5{
padding: 5px;
}
#gridSummaryData tr td {
border-bottom: 1px solid #eee;
}
/* @media(max-width: 320){
.dropdownFilter{
margin-bottom: 20px;
}
}*/ | 0.217836 | 0.070144 |
@charset "utf-8";
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}
ul,ol{list-style:none;}
em { font-style: normal; }
dt { font-weight: normal; }
/* HTML5 重置为较旧版本的浏览器 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{ quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
/* 按钮样式 */
input, button, textarea, select { outline:none; resize:none}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }
/*浮动*/
.fl { float: left !important;}
.fr { float: right !important;}
.clear{display:block;height:0;overflow:hidden;clear:both;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;}
.clearfix{zoom:1;}html{overflow-y:scroll;}
/*a 链接*/
a { text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur()); }
a:link { color:#666; }
a:visited { color:#666; }
a:hover, a:active, a:focus {color:#f30; text-decoration:none; }
/*图片居中*/
.middle { display:table-cell; *display:block; overflow:hidden; font:0px/0px 'Arial'; text-align:center; vertical-align:middle;}
fieldset, img { border:0; vertical-align:middle}
/*常量*/
.hide{display:none !important;}
.show{display:block !important;}
.invisible{visibility:hidden;}
.noBg{background:none !important;}
.noBorder{border:none !important;}
.noMargin{margin:0 !important;}
.noPadding{padding:0 !important;}
html { font-size: 62.5%; }
/* common */
body { overflow-x:hidden; -webkit-text-size-adjust:none; max-width: 640px; margin: 0 auto; font-family: Microsoft YaHei,Arial; color:#666; }
.top { position: relative; }
.top .logo { width: 100%; }
.top .logo img { width: 100%; }
.navbtn { position: absolute; top: 0; right: 0; background: #f1f1f1; width: 15.6%; }
.navbtn img { width: 100%; }
.banner { position: relative; width: 100%; }
.banner img { width: 100%; }
.banner .hd { position: absolute; bottom: 5%; left: 0; width: 100%; text-align: center; }
.banner .hd li { display: inline-block; margin: 0 2px; width: 6px; height: 6px; border-radius: 6px; background:rgba(255,255,255,0.6); text-indent:-999em;}
.banner .hd li.on { background: #fff; width: 15px; border-radius: 4px; }
.solution { position: relative; }
.solution img { width: 100%; }
.solution-wrap { position: absolute; top: 0; left: 0; width: 100%; text-align: center; }
.solution-wrap ul { padding: 8% 0 0; }
.solution-wrap ul li { display: inline-block; vertical-align:middle; width: 27%; margin: 0 1.5%; }
.solution-wrap ul li a { display:inline-block; font-size: 1.2rem; width:80px; padding:15px 5px 0; height: 75px; border-radius: 50%; background:rgba(255,255,255,0.8); color: #666666; font-weight: bold; text-align: center; }
.solution-wrap ul li a img { width: auto; height: 30px; }
.solution-wrap ul li .null { opacity: 0; }
.product { background:#f5f7f9;}
.product .pro-tit { background: #fff; }
.product .pro-tit ul{width:100%;float:left;}
.product .pro-tit ul li { float: left; width: 25%; height: 90px; border-bottom: 3px solid transparent; text-align: center; }
.product .pro-tit ul li a { display: block; width: 100%; padding-top: 12px; font-size: 1.2rem; color: #4c6a7f; }
.product .pro-tit ul li.on { background: #f5f7f9; border-color: #0066c3; transition: background 0.3s ease 0s; }
.product .pro-tit ul li.on a { color: #0162b3; }
.product .pro-tit ul li a i { display: block; height: 45px; }
.product .pro-tit ul li a .i1 { background: url("/static/images/kind_1.png") no-repeat center center; }
.product .pro-tit ul li a .i2 { background: url("/static/images/kind_2.png") no-repeat center center; }
.product .pro-tit ul li a .i3 { background: url("/static/images/kind_3.png") no-repeat center center; }
.product .pro-tit ul li a .i4 { background: url("/static/images/kind_4.png") no-repeat center center; }
.product .pro-tit ul li a .i5 { background: url("/static/images/kind_5.png") no-repeat center center; }
.product .pro-tit ul li a .i6 { background: url("/static/images/kind_6.png") no-repeat center center; }
.product .pro-tit ul li a .i7 { background: url("/static/images/kind_7.png") no-repeat center center; }
.product .pro-tit ul li.on a .i1 { background: url("/static/images/kind_01.png") no-repeat center center; }
.product .pro-tit ul li.on a .i2 { background: url("/static/images/kind_02.png") no-repeat center center; }
.product .pro-tit ul li.on a .i3 { background: url("/static/images/kind_03.png") no-repeat center center; }
.product .pro-tit ul li.on a .i4 { background: url("/static/images/kind_04.png") no-repeat center center; }
.product .pro-tit ul li.on a .i5 { background: url("/static/images/kind_05.png") no-repeat center center; }
.product .pro-tit ul li.on a .i6 { background: url("/static/images/kind_06.png") no-repeat center center; }
.product .pro-tit ul li.on a .i7 { background: url("/static/images/kind_07.png") no-repeat center center; }
.pro-con {}
.pro-con ul{padding:12px 0 15px; margin:0 3%;}
.pro-con ul li { float: left; width: 48%; margin: 0 1% 2%; background: #fff; text-align: center; }
.pro-con ul li img { width: 100%; }
.pro-con ul li .name { line-height: 3; font-size: 1.2rem; }
.product .detail { position: relative; width: 20%; margin: 0 auto; text-align: center; }
.product .detail img { width: 100%; }
.product .detail a { position: absolute; top: 46%; left: 0; width: 100%; text-align: center; font-size: 1.2rem; color: #666666; }
.iContainer{ background:#F5F7F9; overflow:hidden; }
.iContainer img{ width:100%; }
.about { margin-bottom: 5%; }
.about .hd { text-align: center; padding: 5% 0 0; }
.about .hd h2 { font-size:2rem; color: #333; line-height: 2; }
.about .hd .txt { font-size:1.2rem; padding-bottom: 4%; }
.about .info { width:91%; margin: 0 auto; background: #f5f7f9; padding: 2%; }
.about .pic { width: 100%; text-align: center; }
.about .pic img { width: 95%; }
.about .info h2 { padding:3% 0; }
.about .info h2 a { font-size: 1.6rem; color: #666; }
.about .info .intro { font-size: 1.4rem; color: #666; line-height: 1.8; }
.about .info .more { padding: 3% 0; }
.news {}
.news .bd {}
.news .bd .news-item { width:91%; margin: 0 auto 3%; background: #f5f7f9; padding: 2%; }
.news .bd .news-item h2 { padding: 1% 0 2%; }
.news .bd .news-item h2 a { font-size: 1.4rem; color: #000; }
.news .bd .news-item .txt { font-size: 1.2rem; color: #666; line-height: 1.8;}
.news .bd .news-item .more { padding: 3% 0; }
.news .bd .news-item .more a { background: #0162b3; padding: 1% 3%; font-size: 1.2rem; border-radius: 4px; color: #fff; }
.news .bd .bg-color { background: #fff; }
.news .hd { padding: 1% 0 3%; text-align: center; }
.news .hd li { display: inline-block; margin: 0 3px; width: 6px; height: 6px; border-radius: 6px; background: #919292; text-indent:-999em;}
.news .hd li.on { background: #1b4c95; }
.case { background: #f5f7f9; }
.case h2 { font-size: 2rem; padding: 3% 0; font-weight: normal; color: #333; text-align: center;}
.case .case-tit { text-align: center; padding:1% 0 3%;}
.case .case-tit ul li { display: inline-block; padding: 0 5% 0 2%; width: 12%; background: url("/static/images/case_line.jpg") no-repeat right center; text-align: center; }
.case .case-tit ul li a { display: block; border-bottom: 2px solid transparent; color: #4c6a7f; padding: 0 2%; font-size: 1.4rem; line-height: 2; }
.case .case-tit ul li.on a{ color: #0066c3; border-bottom: 2px solid #0066c3; }
.case .case-box{width: 95%; margin: 0 auto; position:relative; z-index:0; overflow:hidden; zoom:1;}
.case-list{position:absolute; top:0; left:0; z-index:0; width:100%; background:#f5f7f9;}
.case .case-box .cur{z-index:1;}
.case-list .bd ul{width:100%; float:left;}
.case-list .bd ul li {float:left; width: 33%; border-right: 1px solid #f7f7f7; }
.case-list .bd ul li img { width: 100%; height:auto;}
.case .hd { padding: 3% 0; text-align: center; }
.case .hd li { display: inline-block; margin: 0 3px; width: 6px; height: 6px; border-radius: 6px; background: #919292; text-indent:-999em;}
.case .hd li.on { background: #1b4c95; }
.contact { background: #024b91; color: #fff; text-align: center; padding: 5% 0 70px;}
.contact .tel { font-size: 3rem; font-family: Impact; }
.contact .add { font-size: 1.4rem; line-height: 2; }
.contact .contact-ul { padding: 3% 0; width: 56%; margin: 0 auto; }
.contact .contact-ul li { display: inline-block; width: 20%; margin: 0 1%; }
.contact .contact-ul li img { width: 100%; }
.footnav { background: #0066c3; position: fixed; bottom: 0; width: 100%; left: 0; }
.footnav .foot { position: relative; padding: 5px 0 0; height:48px; text-align:center;}
.footnav .foot .list_01 { float: left; width: 40%; }
.footnav .foot .list_02 { float: right; width: 40%; }
.footnav .foot li { float: left; width: 50%; text-align: center; padding:5px 0 0; }
.footnav .foot li img { height: 20px; }
.footnav .foot li a { line-height: 2; color: #fff; }
.footnav .foot .menubtn { display:inline-block; width:50px; position:relative; top:-2px; text-align: center;}
.footnav .foot .menubtn a { display: block; margin:0 auto; width: 46px; height: 46px; font-size: 1.2rem; font-weight: bold; text-transform: uppercase; border-radius: 50%; background: #fbfbfb; text-align: center; color: #666; box-shadow: 0 0 30px #034586; }
.footnav .foot .menubtn a span { width: 46px; height: 46px; display: table-cell; vertical-align: middle; }
.footnav .foot .menubtn:before { position: absolute; content: ""; top: -10px; left: 0; background:url("/static/images/foot_top.png") no-repeat center top; width: 100%; text-align: center; height: 10px;}
.subnav-wrap { background:#005bb0; position:fixed; top: 0; width: 100%; left: 0; z-index: 200; display:none;}
.subnav-wrap .subnav { width: 100%; }
.subnav-wrap .subnav ul li { position: relative; width: 100%; line-height: 2.6; border-bottom: 1px solid #1f6fba; box-shadow: 0 1px 1px #013c73; }
.subnav-wrap .subnav ul li a { display: block; line-height: 2.6; padding: 0 10%; color: #fff; font-size: 1.4rem; }
.subnav-wrap .subnav ul li .navicon { position: absolute; top: 50%; right: 10%; margin-top: -9px; }
.subnav-wrap .subnav ul li .navicon img { height: 15px; }
.subnav-wrap .subnav .navtop { text-align: center; padding: 4% 0; }
.subnav-wrap .subnav .navtop img { height: 18px; }
/* 页码*/
.pages{width:1000px;height:50px;float: center;margin-top: 15px;}
.pages ul{clear:both;}
.pages ul li{line-height:32px;float:left;font-size:14px;}
.pages ul li first disabled{line-height:32px;float:left;font-size:14px;}
.pages ul li prev disabled{line-height:32px;float:left;font-size:14px;}
.pages ul li a{border:#033c6c solid 1px;display:block;padding:0px 15px; text-decoration:none;color:#033c6c;float:left;}
.pages ul li a:hover{color:#01569d;}
.pages ul li a.hover{color:#000;background-color:#033c6c;}
/*产品页面*/
.page { padding: 4% 0; text-align: center; }
.page a { padding: 2px 5px; margin: 0 1px; background: #fff; border: 1px solid #dcdcdc; border-radius: 4px; }
.page a.current { background: #01569d; border-color: #033c6c; color: #fff; }
.art-box { border-bottom: 1px solid #e6e3e3; text-align: center; padding: 5% 0 3%;}
.art-box h2 { font-size:2rem; color: #333; font-weight: normal; line-height:1.4; padding:7px 10px;}
.art-box .info { font-size: 1.2rem; }
.art-box .info span { padding: 0 10px; }
.article { width: 95%; margin: 0 auto 5%; background: #fff; border: 1px solid #e6e3e3; }
.article .pic { width: 100%; }
.article .pic img { width: 100%; }
.article .hd { background: #0162b3; border-bottom: 1px solid #014883; }
.article .hd h2 { line-height: 2.6; padding-left: 7%; color: #fff; }
.article .info { padding: 4%; font-size: 1.2rem; line-height: 1.8; }
/*news 页面*/
.news-tit { background: #fff; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #d3d4d6;}
.news-tit ul li { float: left; width: 25%; text-align: center; line-height: 4; }
.news-tit ul li a { display: block; color: #333; background: #fff; border-bottom: 3px solid transparent; font-weight: bold; }
.news-tit ul li a.current { background: #f7f7f7; color: #0162b3; border-color:#0162b3; }
.inews .news-item-wrap .news-item { width: 96%; }
.inews .news-item-wrap .news-item { width:91%; margin: 0 auto 3%; background: #f5f7f9; padding: 2%; }
.inews .news-item-wrap .news-item h2 { padding: 1% 0 2%; }
.inews .news-item-wrap .news-item h2 a { font-size: 1.6rem; color: #000; }
.inews .news-item-wrap .news-item .txt { font-size: 1.4rem; color: #666; line-height: 1.8;}
.inews .news-item-wrap .news-item .more { padding: 3% 0; }
.inews .news-item-wrap .news-item .more a { background: #0162b3; padding: 1% 3%; font-size: 1.2rem; border-radius: 4px; color: #fff; }
.inews .news-item-wrap .bg-color { background: #fff; }
.article2 { padding: 3% 4% 4%; font-size: 1.2rem; line-height: 1.8; }
.up-down { padding: 0 2% 2%; }
.up-down li { margin-top: 2%; padding: 2% 4%; background: #fff; border: 1px solid #e4e4e4; border-radius: 4px; font-size:1.4rem;}
.up-down li a { font-size: 1.4rem; }
.up-down li.noMg{margin:0;}
.pdisplay{padding:0 0 3%;}
.pdisplay .article{margin:3% auto 0;}
/* 表单 */
.form-area {padding:5% 0 6%; margin:0 1%;}
.form-area .tips { padding:6px 0 12px; color:#fa3030; font-weight:bold; text-align:center; font-size:1.4rem;}
.form-area li{padding:2% 0; color:#666; font-size:1.4rem;}
.form-area li span {float:left; width:75px; line-height:2; text-align:right;}
.form-area li span em{color:#fa3030; padding-right:4px;}
.form-area li input{ vertical-align:middle;}
.form-area li .text {line-height:2; padding:1px 2px; border:1px solid #D0D0D0; background:#f2f2f2; color:#444; font-family:"微软雅黑"; font-size:1.3rem;}
.form-area li .textarea {padding:2px; border:1px solid #D0D0D0; background:#f2f2f2; color:#444; font-family:"微软雅黑"; font-size:1.3rem;}
.form-area .input-btn{padding:2% 0 0 75px;}
.form-area .input-btn input {float:left; display:inline; margin-right:8px; padding:0 4%; line-height:2; border:none; background:#0066C3; font-family:"微软雅黑"; font-size:1.3rem; color:#fff; border-radius:5px;}
.dsfg{width:100%;text-align:center;margin:5% auto;margin-bottom: 30px;}
.dsfg a{padding:0px 2%;margin: 0px 10px;}
.dsfg a:hover,.dsfg a.on{ border-bottom: 1px solid #0B5A9F;color:#0B5A9F; }
.back-color { background: #fff; }
.contact-wrap {padding:20px 18px 10px;}
.icontact {border: 1px solid #dcdbdb;}
.icontact .map { border-right: 1px solid #dcdbdb; }
.icontact .info { padding-top: 20px; color: #333; font-size: 14px; line-height:180%; text-align:center; }
.area{ margin: 15px auto 0;}
.area ul li{ width:46%; margin-bottom: 10px; padding:0 5px; border-bottom: 1px solid #e0e0e0; padding-bottom: 11px;}
.area ul li .nr .address,.area ul li .nr .person{font-size: 12px; color:#000000; line-height: 20px;}
.area ul li .nr .address span{color: #1554a9;}
.area ul li .nr .person span{color: #000000;}
.area .lastt{margin-right: 0;}
.cpxq { padding: 0 8px 0px;}
.cpxq .tit { padding-left:22px; height: 48px; border: 1px solid #d9d9d9; }
.cpxq .tit h2 { font-size: 16px; color: #fd0000; line-height: 48px; font-weight: normal; }
.cpxq .tit h2 em { font-size: 24px; vertical-align: middle; padding-right: 5px;}
.cpxq .tit h2 span { padding-left: 10px; font-size: 12px; color: #333; }
.mess-write-wrap { background: #fff; margin-top:17px; }
.mess-write { padding: 10px 30px 10px;}
.mess-write h2 { height: 32px; font-size: 16px; }
.mess-write h2 span { font-size: 14px; font-weight: normal; }
.mess-write h2 span em { font-size: 24px; padding-top: 5px; color: #fd0000; vertical-align: middle; }
.mess-write li { }
.mess-write .input-box { float: left; margin-bottom:10px; margin-right: 10px; padding-left:9px; background: #fff; height: 38px; border: 1px solid #e4e3e3; }
.mess-write .w2 { width: 314px; }
.mess-write .w3 { width: 285px; }
.mess-write .input-box input { width: 80%; height:38px; line-height: 38px; border: none; background: none; }
.mess-write .input-box span { font-size: 24px; padding:5px 7px 0 0; color: #fd0000; vertical-align: middle; }
.mess-write .select-box { margin-bottom:10px; float: left; margin-right: 10px; padding-left:9px; background: #fff; height: 38px; border: 1px solid #e4e3e3; }
.mess-write .w4 { width: 418px; }
.mess-write .w5 { width: 230px !important; }
.mess-write .w6 { width: 248px; }
.mess-write .select-box select { border: none; background: none; height: 38px; line-height: 38px; }
.mess-write .select-box span { font-size: 24px; padding:5px 7px 0 0; color: #fd0000; vertical-align: middle; }
.mess-write .textarea-box { margin-bottom:10px; border: 1px solid #e4e3e3; }
.mess-write .textarea-box textarea { border: none; background: none; padding: 15px; font-size: 14px; color: #333; }
.mess-write .w7 { width: 90px; }
.mess-write .yzm { float: left; vertical-align: top; padding-top: 4px; margin-right: 10px; }
.mess-write .kbq { float: left; line-height: 38px; }
.mess-write .kbq a { padding:10px 12px; font-size: 12px; border: 1px solid #e4e3e3; border-radius: 4px; }
.mess-write .kbq a:hover{color:#005AB1;}
.mess-write #cg-submit{ display: block; line-height: 55px; width: 266px; height:55px; text-align: center; color: #fff; font-size: 16px; background: #01569d; border:1px solid #014985; border-radius: 8px; cursor:pointer;}
.xq-item-wrap { padding-top: 35px; }
.xq-item-wrap .xq-item { float: left; width: 45%; margin:0 0 13px 13px; border: 1px solid #d9d9d9; }
.xq-item-wrap .noMgd{margin-left:0;}
.xq-item-wrap .xq-item .pic { }
.xq-item-wrap .xq-item .name { position: relative; text-align: center; font-size: 16px; font-weight: bold; line-height: 50px; height: 50px; background: #fcfcfc; border-top: 1px solid #d9d9d9; }
.xq-item-wrap .xq-item .name .kuan { position: absolute; top:17px; right: 17px; border: 1px solid #d0cece; width:14px; height: 14px; background: #fff; cursor: pointer; }
.xq-item-wrap .xq-item .name .on {background: url("/static/images/gou.png") no-repeat center center; }
< 1 min to Spreed | mobile/web/static/newcss/style.css | @charset "utf-8";
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}
ul,ol{list-style:none;}
em { font-style: normal; }
dt { font-weight: normal; }
/* HTML5 重置为较旧版本的浏览器 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{ quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
/* 按钮样式 */
input, button, textarea, select { outline:none; resize:none}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }
/*浮动*/
.fl { float: left !important;}
.fr { float: right !important;}
.clear{display:block;height:0;overflow:hidden;clear:both;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;}
.clearfix{zoom:1;}html{overflow-y:scroll;}
/*a 链接*/
a { text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur()); }
a:link { color:#666; }
a:visited { color:#666; }
a:hover, a:active, a:focus {color:#f30; text-decoration:none; }
/*图片居中*/
.middle { display:table-cell; *display:block; overflow:hidden; font:0px/0px 'Arial'; text-align:center; vertical-align:middle;}
fieldset, img { border:0; vertical-align:middle}
/*常量*/
.hide{display:none !important;}
.show{display:block !important;}
.invisible{visibility:hidden;}
.noBg{background:none !important;}
.noBorder{border:none !important;}
.noMargin{margin:0 !important;}
.noPadding{padding:0 !important;}
html { font-size: 62.5%; }
/* common */
body { overflow-x:hidden; -webkit-text-size-adjust:none; max-width: 640px; margin: 0 auto; font-family: Microsoft YaHei,Arial; color:#666; }
.top { position: relative; }
.top .logo { width: 100%; }
.top .logo img { width: 100%; }
.navbtn { position: absolute; top: 0; right: 0; background: #f1f1f1; width: 15.6%; }
.navbtn img { width: 100%; }
.banner { position: relative; width: 100%; }
.banner img { width: 100%; }
.banner .hd { position: absolute; bottom: 5%; left: 0; width: 100%; text-align: center; }
.banner .hd li { display: inline-block; margin: 0 2px; width: 6px; height: 6px; border-radius: 6px; background:rgba(255,255,255,0.6); text-indent:-999em;}
.banner .hd li.on { background: #fff; width: 15px; border-radius: 4px; }
.solution { position: relative; }
.solution img { width: 100%; }
.solution-wrap { position: absolute; top: 0; left: 0; width: 100%; text-align: center; }
.solution-wrap ul { padding: 8% 0 0; }
.solution-wrap ul li { display: inline-block; vertical-align:middle; width: 27%; margin: 0 1.5%; }
.solution-wrap ul li a { display:inline-block; font-size: 1.2rem; width:80px; padding:15px 5px 0; height: 75px; border-radius: 50%; background:rgba(255,255,255,0.8); color: #666666; font-weight: bold; text-align: center; }
.solution-wrap ul li a img { width: auto; height: 30px; }
.solution-wrap ul li .null { opacity: 0; }
.product { background:#f5f7f9;}
.product .pro-tit { background: #fff; }
.product .pro-tit ul{width:100%;float:left;}
.product .pro-tit ul li { float: left; width: 25%; height: 90px; border-bottom: 3px solid transparent; text-align: center; }
.product .pro-tit ul li a { display: block; width: 100%; padding-top: 12px; font-size: 1.2rem; color: #4c6a7f; }
.product .pro-tit ul li.on { background: #f5f7f9; border-color: #0066c3; transition: background 0.3s ease 0s; }
.product .pro-tit ul li.on a { color: #0162b3; }
.product .pro-tit ul li a i { display: block; height: 45px; }
.product .pro-tit ul li a .i1 { background: url("/static/images/kind_1.png") no-repeat center center; }
.product .pro-tit ul li a .i2 { background: url("/static/images/kind_2.png") no-repeat center center; }
.product .pro-tit ul li a .i3 { background: url("/static/images/kind_3.png") no-repeat center center; }
.product .pro-tit ul li a .i4 { background: url("/static/images/kind_4.png") no-repeat center center; }
.product .pro-tit ul li a .i5 { background: url("/static/images/kind_5.png") no-repeat center center; }
.product .pro-tit ul li a .i6 { background: url("/static/images/kind_6.png") no-repeat center center; }
.product .pro-tit ul li a .i7 { background: url("/static/images/kind_7.png") no-repeat center center; }
.product .pro-tit ul li.on a .i1 { background: url("/static/images/kind_01.png") no-repeat center center; }
.product .pro-tit ul li.on a .i2 { background: url("/static/images/kind_02.png") no-repeat center center; }
.product .pro-tit ul li.on a .i3 { background: url("/static/images/kind_03.png") no-repeat center center; }
.product .pro-tit ul li.on a .i4 { background: url("/static/images/kind_04.png") no-repeat center center; }
.product .pro-tit ul li.on a .i5 { background: url("/static/images/kind_05.png") no-repeat center center; }
.product .pro-tit ul li.on a .i6 { background: url("/static/images/kind_06.png") no-repeat center center; }
.product .pro-tit ul li.on a .i7 { background: url("/static/images/kind_07.png") no-repeat center center; }
.pro-con {}
.pro-con ul{padding:12px 0 15px; margin:0 3%;}
.pro-con ul li { float: left; width: 48%; margin: 0 1% 2%; background: #fff; text-align: center; }
.pro-con ul li img { width: 100%; }
.pro-con ul li .name { line-height: 3; font-size: 1.2rem; }
.product .detail { position: relative; width: 20%; margin: 0 auto; text-align: center; }
.product .detail img { width: 100%; }
.product .detail a { position: absolute; top: 46%; left: 0; width: 100%; text-align: center; font-size: 1.2rem; color: #666666; }
.iContainer{ background:#F5F7F9; overflow:hidden; }
.iContainer img{ width:100%; }
.about { margin-bottom: 5%; }
.about .hd { text-align: center; padding: 5% 0 0; }
.about .hd h2 { font-size:2rem; color: #333; line-height: 2; }
.about .hd .txt { font-size:1.2rem; padding-bottom: 4%; }
.about .info { width:91%; margin: 0 auto; background: #f5f7f9; padding: 2%; }
.about .pic { width: 100%; text-align: center; }
.about .pic img { width: 95%; }
.about .info h2 { padding:3% 0; }
.about .info h2 a { font-size: 1.6rem; color: #666; }
.about .info .intro { font-size: 1.4rem; color: #666; line-height: 1.8; }
.about .info .more { padding: 3% 0; }
.news {}
.news .bd {}
.news .bd .news-item { width:91%; margin: 0 auto 3%; background: #f5f7f9; padding: 2%; }
.news .bd .news-item h2 { padding: 1% 0 2%; }
.news .bd .news-item h2 a { font-size: 1.4rem; color: #000; }
.news .bd .news-item .txt { font-size: 1.2rem; color: #666; line-height: 1.8;}
.news .bd .news-item .more { padding: 3% 0; }
.news .bd .news-item .more a { background: #0162b3; padding: 1% 3%; font-size: 1.2rem; border-radius: 4px; color: #fff; }
.news .bd .bg-color { background: #fff; }
.news .hd { padding: 1% 0 3%; text-align: center; }
.news .hd li { display: inline-block; margin: 0 3px; width: 6px; height: 6px; border-radius: 6px; background: #919292; text-indent:-999em;}
.news .hd li.on { background: #1b4c95; }
.case { background: #f5f7f9; }
.case h2 { font-size: 2rem; padding: 3% 0; font-weight: normal; color: #333; text-align: center;}
.case .case-tit { text-align: center; padding:1% 0 3%;}
.case .case-tit ul li { display: inline-block; padding: 0 5% 0 2%; width: 12%; background: url("/static/images/case_line.jpg") no-repeat right center; text-align: center; }
.case .case-tit ul li a { display: block; border-bottom: 2px solid transparent; color: #4c6a7f; padding: 0 2%; font-size: 1.4rem; line-height: 2; }
.case .case-tit ul li.on a{ color: #0066c3; border-bottom: 2px solid #0066c3; }
.case .case-box{width: 95%; margin: 0 auto; position:relative; z-index:0; overflow:hidden; zoom:1;}
.case-list{position:absolute; top:0; left:0; z-index:0; width:100%; background:#f5f7f9;}
.case .case-box .cur{z-index:1;}
.case-list .bd ul{width:100%; float:left;}
.case-list .bd ul li {float:left; width: 33%; border-right: 1px solid #f7f7f7; }
.case-list .bd ul li img { width: 100%; height:auto;}
.case .hd { padding: 3% 0; text-align: center; }
.case .hd li { display: inline-block; margin: 0 3px; width: 6px; height: 6px; border-radius: 6px; background: #919292; text-indent:-999em;}
.case .hd li.on { background: #1b4c95; }
.contact { background: #024b91; color: #fff; text-align: center; padding: 5% 0 70px;}
.contact .tel { font-size: 3rem; font-family: Impact; }
.contact .add { font-size: 1.4rem; line-height: 2; }
.contact .contact-ul { padding: 3% 0; width: 56%; margin: 0 auto; }
.contact .contact-ul li { display: inline-block; width: 20%; margin: 0 1%; }
.contact .contact-ul li img { width: 100%; }
.footnav { background: #0066c3; position: fixed; bottom: 0; width: 100%; left: 0; }
.footnav .foot { position: relative; padding: 5px 0 0; height:48px; text-align:center;}
.footnav .foot .list_01 { float: left; width: 40%; }
.footnav .foot .list_02 { float: right; width: 40%; }
.footnav .foot li { float: left; width: 50%; text-align: center; padding:5px 0 0; }
.footnav .foot li img { height: 20px; }
.footnav .foot li a { line-height: 2; color: #fff; }
.footnav .foot .menubtn { display:inline-block; width:50px; position:relative; top:-2px; text-align: center;}
.footnav .foot .menubtn a { display: block; margin:0 auto; width: 46px; height: 46px; font-size: 1.2rem; font-weight: bold; text-transform: uppercase; border-radius: 50%; background: #fbfbfb; text-align: center; color: #666; box-shadow: 0 0 30px #034586; }
.footnav .foot .menubtn a span { width: 46px; height: 46px; display: table-cell; vertical-align: middle; }
.footnav .foot .menubtn:before { position: absolute; content: ""; top: -10px; left: 0; background:url("/static/images/foot_top.png") no-repeat center top; width: 100%; text-align: center; height: 10px;}
.subnav-wrap { background:#005bb0; position:fixed; top: 0; width: 100%; left: 0; z-index: 200; display:none;}
.subnav-wrap .subnav { width: 100%; }
.subnav-wrap .subnav ul li { position: relative; width: 100%; line-height: 2.6; border-bottom: 1px solid #1f6fba; box-shadow: 0 1px 1px #013c73; }
.subnav-wrap .subnav ul li a { display: block; line-height: 2.6; padding: 0 10%; color: #fff; font-size: 1.4rem; }
.subnav-wrap .subnav ul li .navicon { position: absolute; top: 50%; right: 10%; margin-top: -9px; }
.subnav-wrap .subnav ul li .navicon img { height: 15px; }
.subnav-wrap .subnav .navtop { text-align: center; padding: 4% 0; }
.subnav-wrap .subnav .navtop img { height: 18px; }
/* 页码*/
.pages{width:1000px;height:50px;float: center;margin-top: 15px;}
.pages ul{clear:both;}
.pages ul li{line-height:32px;float:left;font-size:14px;}
.pages ul li first disabled{line-height:32px;float:left;font-size:14px;}
.pages ul li prev disabled{line-height:32px;float:left;font-size:14px;}
.pages ul li a{border:#033c6c solid 1px;display:block;padding:0px 15px; text-decoration:none;color:#033c6c;float:left;}
.pages ul li a:hover{color:#01569d;}
.pages ul li a.hover{color:#000;background-color:#033c6c;}
/*产品页面*/
.page { padding: 4% 0; text-align: center; }
.page a { padding: 2px 5px; margin: 0 1px; background: #fff; border: 1px solid #dcdcdc; border-radius: 4px; }
.page a.current { background: #01569d; border-color: #033c6c; color: #fff; }
.art-box { border-bottom: 1px solid #e6e3e3; text-align: center; padding: 5% 0 3%;}
.art-box h2 { font-size:2rem; color: #333; font-weight: normal; line-height:1.4; padding:7px 10px;}
.art-box .info { font-size: 1.2rem; }
.art-box .info span { padding: 0 10px; }
.article { width: 95%; margin: 0 auto 5%; background: #fff; border: 1px solid #e6e3e3; }
.article .pic { width: 100%; }
.article .pic img { width: 100%; }
.article .hd { background: #0162b3; border-bottom: 1px solid #014883; }
.article .hd h2 { line-height: 2.6; padding-left: 7%; color: #fff; }
.article .info { padding: 4%; font-size: 1.2rem; line-height: 1.8; }
/*news 页面*/
.news-tit { background: #fff; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #d3d4d6;}
.news-tit ul li { float: left; width: 25%; text-align: center; line-height: 4; }
.news-tit ul li a { display: block; color: #333; background: #fff; border-bottom: 3px solid transparent; font-weight: bold; }
.news-tit ul li a.current { background: #f7f7f7; color: #0162b3; border-color:#0162b3; }
.inews .news-item-wrap .news-item { width: 96%; }
.inews .news-item-wrap .news-item { width:91%; margin: 0 auto 3%; background: #f5f7f9; padding: 2%; }
.inews .news-item-wrap .news-item h2 { padding: 1% 0 2%; }
.inews .news-item-wrap .news-item h2 a { font-size: 1.6rem; color: #000; }
.inews .news-item-wrap .news-item .txt { font-size: 1.4rem; color: #666; line-height: 1.8;}
.inews .news-item-wrap .news-item .more { padding: 3% 0; }
.inews .news-item-wrap .news-item .more a { background: #0162b3; padding: 1% 3%; font-size: 1.2rem; border-radius: 4px; color: #fff; }
.inews .news-item-wrap .bg-color { background: #fff; }
.article2 { padding: 3% 4% 4%; font-size: 1.2rem; line-height: 1.8; }
.up-down { padding: 0 2% 2%; }
.up-down li { margin-top: 2%; padding: 2% 4%; background: #fff; border: 1px solid #e4e4e4; border-radius: 4px; font-size:1.4rem;}
.up-down li a { font-size: 1.4rem; }
.up-down li.noMg{margin:0;}
.pdisplay{padding:0 0 3%;}
.pdisplay .article{margin:3% auto 0;}
/* 表单 */
.form-area {padding:5% 0 6%; margin:0 1%;}
.form-area .tips { padding:6px 0 12px; color:#fa3030; font-weight:bold; text-align:center; font-size:1.4rem;}
.form-area li{padding:2% 0; color:#666; font-size:1.4rem;}
.form-area li span {float:left; width:75px; line-height:2; text-align:right;}
.form-area li span em{color:#fa3030; padding-right:4px;}
.form-area li input{ vertical-align:middle;}
.form-area li .text {line-height:2; padding:1px 2px; border:1px solid #D0D0D0; background:#f2f2f2; color:#444; font-family:"微软雅黑"; font-size:1.3rem;}
.form-area li .textarea {padding:2px; border:1px solid #D0D0D0; background:#f2f2f2; color:#444; font-family:"微软雅黑"; font-size:1.3rem;}
.form-area .input-btn{padding:2% 0 0 75px;}
.form-area .input-btn input {float:left; display:inline; margin-right:8px; padding:0 4%; line-height:2; border:none; background:#0066C3; font-family:"微软雅黑"; font-size:1.3rem; color:#fff; border-radius:5px;}
.dsfg{width:100%;text-align:center;margin:5% auto;margin-bottom: 30px;}
.dsfg a{padding:0px 2%;margin: 0px 10px;}
.dsfg a:hover,.dsfg a.on{ border-bottom: 1px solid #0B5A9F;color:#0B5A9F; }
.back-color { background: #fff; }
.contact-wrap {padding:20px 18px 10px;}
.icontact {border: 1px solid #dcdbdb;}
.icontact .map { border-right: 1px solid #dcdbdb; }
.icontact .info { padding-top: 20px; color: #333; font-size: 14px; line-height:180%; text-align:center; }
.area{ margin: 15px auto 0;}
.area ul li{ width:46%; margin-bottom: 10px; padding:0 5px; border-bottom: 1px solid #e0e0e0; padding-bottom: 11px;}
.area ul li .nr .address,.area ul li .nr .person{font-size: 12px; color:#000000; line-height: 20px;}
.area ul li .nr .address span{color: #1554a9;}
.area ul li .nr .person span{color: #000000;}
.area .lastt{margin-right: 0;}
.cpxq { padding: 0 8px 0px;}
.cpxq .tit { padding-left:22px; height: 48px; border: 1px solid #d9d9d9; }
.cpxq .tit h2 { font-size: 16px; color: #fd0000; line-height: 48px; font-weight: normal; }
.cpxq .tit h2 em { font-size: 24px; vertical-align: middle; padding-right: 5px;}
.cpxq .tit h2 span { padding-left: 10px; font-size: 12px; color: #333; }
.mess-write-wrap { background: #fff; margin-top:17px; }
.mess-write { padding: 10px 30px 10px;}
.mess-write h2 { height: 32px; font-size: 16px; }
.mess-write h2 span { font-size: 14px; font-weight: normal; }
.mess-write h2 span em { font-size: 24px; padding-top: 5px; color: #fd0000; vertical-align: middle; }
.mess-write li { }
.mess-write .input-box { float: left; margin-bottom:10px; margin-right: 10px; padding-left:9px; background: #fff; height: 38px; border: 1px solid #e4e3e3; }
.mess-write .w2 { width: 314px; }
.mess-write .w3 { width: 285px; }
.mess-write .input-box input { width: 80%; height:38px; line-height: 38px; border: none; background: none; }
.mess-write .input-box span { font-size: 24px; padding:5px 7px 0 0; color: #fd0000; vertical-align: middle; }
.mess-write .select-box { margin-bottom:10px; float: left; margin-right: 10px; padding-left:9px; background: #fff; height: 38px; border: 1px solid #e4e3e3; }
.mess-write .w4 { width: 418px; }
.mess-write .w5 { width: 230px !important; }
.mess-write .w6 { width: 248px; }
.mess-write .select-box select { border: none; background: none; height: 38px; line-height: 38px; }
.mess-write .select-box span { font-size: 24px; padding:5px 7px 0 0; color: #fd0000; vertical-align: middle; }
.mess-write .textarea-box { margin-bottom:10px; border: 1px solid #e4e3e3; }
.mess-write .textarea-box textarea { border: none; background: none; padding: 15px; font-size: 14px; color: #333; }
.mess-write .w7 { width: 90px; }
.mess-write .yzm { float: left; vertical-align: top; padding-top: 4px; margin-right: 10px; }
.mess-write .kbq { float: left; line-height: 38px; }
.mess-write .kbq a { padding:10px 12px; font-size: 12px; border: 1px solid #e4e3e3; border-radius: 4px; }
.mess-write .kbq a:hover{color:#005AB1;}
.mess-write #cg-submit{ display: block; line-height: 55px; width: 266px; height:55px; text-align: center; color: #fff; font-size: 16px; background: #01569d; border:1px solid #014985; border-radius: 8px; cursor:pointer;}
.xq-item-wrap { padding-top: 35px; }
.xq-item-wrap .xq-item { float: left; width: 45%; margin:0 0 13px 13px; border: 1px solid #d9d9d9; }
.xq-item-wrap .noMgd{margin-left:0;}
.xq-item-wrap .xq-item .pic { }
.xq-item-wrap .xq-item .name { position: relative; text-align: center; font-size: 16px; font-weight: bold; line-height: 50px; height: 50px; background: #fcfcfc; border-top: 1px solid #d9d9d9; }
.xq-item-wrap .xq-item .name .kuan { position: absolute; top:17px; right: 17px; border: 1px solid #d0cece; width:14px; height: 14px; background: #fff; cursor: pointer; }
.xq-item-wrap .xq-item .name .on {background: url("/static/images/gou.png") no-repeat center center; }
< 1 min to Spreed | 0.319121 | 0.096663 |
body {
background-color: black;
color: white;
font-family: Helvetica;
margin: 0px;
}
#contents {
visibility: hidden;
background-color: black;
}
#topologyArea.linking {
cursor: crosshair;
}
#map path {
fill:none;
stroke:#333;
stroke-width:2;
}
.nodrop {
cursor: not-allowed;
}
.status {
padding: 1em;
}
.status:last-child {
border-right: none;
}
.status .static {
color: #AAA;
padding: .25em;
}
.status .dynamic {
color: #FFF;
padding: .25em;
}
#status span {
font-size: 24px;
}
.button {
padding: 1em;
background-color: lightgray;
color: black;
border: 1px solid #AAA;
}
#arrow {
stroke: none;
fill: rgba(255, 255, 255, .35);
}
.header {
height: 50px;
}
.selectedFlow {
border-bottom: 1px solid #AAA;
}
.selectedFlow:hover {
background-color: #222;
}
.selectedFlow:last-child {
border-bottom: none;
}
#flowChooser .selectedFlow:hover {
background-color: white;
}
#lastUpdated {
padding-bottom: 0px;
}
#right .header {
font-size: 12px;
padding-right: .25em;
-webkit-box-sizing: border-box;
}
#selectedFlows {
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
}
.selectedFlow {
height: 2em;
color: white;
background-color: black;
}
.header, #onos {
border-bottom: 1px solid #AAA;;
}
#onos {
background-color: #333;
}
#cluster-label {
font-size: 22px;
display: -webkit-box;
-webkit-box-align: center;
padding-left: .5em;
padding-right: .5em;
color: #EEE;
}
#actions {
padding-right: .25em;
padding-left: .25em;
padding-top: .25em;
padding-bottom: .25em;
border-left: 1px solid white;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
}
#controllers {
padding: .25em;
background-color: black;
margin: .25em;
border-radius: 8px;
overflow: hidden;
display: -webkit-box;
-webkit-box-align: center;
}
#flowChooser .selectedFlow {
background-color: rgba(255, 255, 255, .75);
color: black;
}
#flowChooser .flowId {
padding-left: 2em;
}
.selectedFlow.selected {
color: black;
background-color:#AAA;
}
.highlight circle {
stroke: rgba(255, 255, 255, .5);
stroke-width: 2px;
}
#linkVector {
fill: none;
stroke-width: 1px;
stroke: rgba(255, 255, 255, .75);
pointer-events: none;
}
path {
pointer-events: none;
}
path.flow {
fill: none;
stroke-width: 10px;
stroke: rgba(255, 255, 255, .35);
}
path.flow.highlight {
stroke-width: 16px;
stroke: rgba(255, 255, 255, .75);
}
#selectedFlowsHeader {
border-top: 1px solid #AAA;
}
path.iperfdata {
fill: none;
stroke-width: 1px;
stroke: #ccc;
}
.iperf {
background-color: black;
}
#selectedFlowsHeader .iperf {
background-color: black;
}
#flowChooser {
pointer-events: none;
background-color: rgba(0, 0, 0, .25);
}
.flowId, .srcDPID, .dstDPID, .iperf, #deleteFlow, .deleteFlow {
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
width: 4em;
}
.srcDPID, .dstDPID {
width: 12em;
}
.srcDPID, .dstDPID, .deleteFlow, #showFlowChooser {
border-right: 1px solid #AAA;
}
#showFlowChooser:hover, .deleteFlow:hover {
background-color: #444;
}
#showFlowChooser:active, .deleteFlow:active {
background-color: black;
}
.srcDPID {
border-left: 1px solid #AAA;
}
.controller {
padding: .25em;
padding-left: 2.5em;
position: relative;
height: 1.5em;
border: 1px solid #444;
color: white;
position: relative;
border-radius: 8px;
display: -webkit-box;
-webkit-box-align: center;
}
.controller:hover {
border: 1px solid white;
}
.controller {
font-size: 18px;
}
.black-eye {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 2.25em;
background-image: url('../assets/black-eye.svg');
background-size: auto 100%;
background-repeat: no-repeat;
background-position: .25em center;
}
.white-eye {
height: 100%;
width: 2.25em;
background-image: url('../assets/white-eye.svg');
background-size: auto 100%;
background-repeat: no-repeat;
background-position: .4em center;
}
.deleteFlow {
height: 100%;
background-image: url('../assets/delete.svg');
background-size: auto 150%;
background-repeat: no-repeat;
background-position: center;
}
#logo {
height: 50px;
}
.edge {
stroke: black;
stroke-width: 1.5px;
}
.nolabel text {
display: none;
}
text {
stroke: none;
fill: white;
font-size: 28px;
pointer-events: none;
}
text.label {
fill: #888;
}
path {
stroke: rgba(255, 255, 255, .25);
stroke-width: 1.5px;
}
.aggregation {
stroke: black;
stroke-width: 2px;
}
#traceButton {
visibility: hidden
}
.color1-selected .color1,
.color2-selected .color2,
.color3-selected .color3,
.color4-selected .color4,
.color5-selected .color5,
.color6-selected .color6,
.color7-selected .color7,
.color8-selected .color8,
.color9-selected .color9,
.color10-selected .color10,
.color11-selected .color11,
.color12-selected .color12 {
opacity: 1;
pointer-events: auto;
}
.colorInactive {
opacity: 1;
fill: #444;
background-color: #444;
color: #222;
}
.color1 {
opacity: .15;
pointer-events: none;
fill: #FF0000;
background-color: #FF0000;
}
.color2 {
opacity: .15;
pointer-events: none;
fill: #FFBA00;
background-color: #FFBA00;
}
.color3 {
opacity: .2;
pointer-events: none;
fill: #3714B0;
background-color: #3714B0;
}
.color4 {
opacity: .2;
pointer-events: none;
fill: #800080;
background-color: #800080;
}
.color5 {
opacity: .2;
pointer-events: none;
fill: #402C84;
background-color: #402C84;
}
.color6 {
opacity: .2;
pointer-events: none;
fill: #5555FF;
background-color: #2222FF;
}
.color7 {
opacity: .2;
pointer-events: none;
fill: #5555FF;
background-color: #2222FF;
}
.color8 {
opacity: .2;
pointer-events: none;
fill: #A0522D;
background-color: #A0522D;
}
.color9 {
opacity: .2;
pointer-events: none;
fill: #66CDAA;
background-color: #66CDAA;
}
.color10 {
opacity: .2;
pointer-events: none;
fill: #FFA500;
background-color: #FFA500;
}
.color11 {
opacity: .2;
pointer-events: none;
fill: #FFA500;
background-color: #FFA500;
}
.color12 {
opacity: .2;
pointer-events: none;
fill: #FF69B4;
background-color: #FF69B4;
}
.action {
margin: .1em;
border: 2px solid #AAA;
height: 1.5em;
width: 5em;
font-size: 9px;
background-color: #444;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
color: #AAA;
border-radius: 0%;
-webkit-box-sizing: border-box;
}
.action:hover {
border: 2px solid #FFF;
color: white;
}
.action:active {
background-color: #222;
}
@-webkit-keyframes pending {
from {
opacity: 1.0;
}
to {
opacity: 0.5;
}
}
.pending {
-webkit-animation-name: pending;
-webkit-animation-duration: .5s;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 70;
}
.core path {
stroke-width: 1px;
stroke: black;
}
.flowCount {
font-size: 32px;
fill: rgba(255, 255, 255, .99);
}
#confirm {
display: none;
-webkit-transition: opacity .25s;
font-size: 20px;
}
#confirm-background {
background-color: black;
opacity: .5;
}
#confirm-prompt {
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-box-flex: 1.0;
text-align: center;
}
#confirm-buttons {
padding: 1em;
}
#confirm-prompt {
margin-top:1em;
line-height: 1.5em;
}
#confirm-panel {
position: relative;
background-color: #222;
border: 2px solid #aaa;
border-radius: 12px;
width: 20em;
padding: 1em;
}
.confirm-button {
padding: .5em;
border: 2px solid #aaa;
color: #aaa;
border-radius: 6px;
margin-left: .5em;
margin-right: .5em;
}
.confirm-button:hover{
border: 2px solid white;
color: white;
}
.confirm-button:active{
background-color: black;
}
select {
margin-top: 1em;
-webkit-appearance: none;
border-radius: 0px;
font-size: 18px;
padding: .5em;
background-color: black;
color: white;
border: 1px solid white;
}
select:after {
content: 'a';
position: absolute;
right: 0px;
top: 0px;
} | sample/ONS2014demo/web/css/skin.default.css | body {
background-color: black;
color: white;
font-family: Helvetica;
margin: 0px;
}
#contents {
visibility: hidden;
background-color: black;
}
#topologyArea.linking {
cursor: crosshair;
}
#map path {
fill:none;
stroke:#333;
stroke-width:2;
}
.nodrop {
cursor: not-allowed;
}
.status {
padding: 1em;
}
.status:last-child {
border-right: none;
}
.status .static {
color: #AAA;
padding: .25em;
}
.status .dynamic {
color: #FFF;
padding: .25em;
}
#status span {
font-size: 24px;
}
.button {
padding: 1em;
background-color: lightgray;
color: black;
border: 1px solid #AAA;
}
#arrow {
stroke: none;
fill: rgba(255, 255, 255, .35);
}
.header {
height: 50px;
}
.selectedFlow {
border-bottom: 1px solid #AAA;
}
.selectedFlow:hover {
background-color: #222;
}
.selectedFlow:last-child {
border-bottom: none;
}
#flowChooser .selectedFlow:hover {
background-color: white;
}
#lastUpdated {
padding-bottom: 0px;
}
#right .header {
font-size: 12px;
padding-right: .25em;
-webkit-box-sizing: border-box;
}
#selectedFlows {
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
}
.selectedFlow {
height: 2em;
color: white;
background-color: black;
}
.header, #onos {
border-bottom: 1px solid #AAA;;
}
#onos {
background-color: #333;
}
#cluster-label {
font-size: 22px;
display: -webkit-box;
-webkit-box-align: center;
padding-left: .5em;
padding-right: .5em;
color: #EEE;
}
#actions {
padding-right: .25em;
padding-left: .25em;
padding-top: .25em;
padding-bottom: .25em;
border-left: 1px solid white;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
}
#controllers {
padding: .25em;
background-color: black;
margin: .25em;
border-radius: 8px;
overflow: hidden;
display: -webkit-box;
-webkit-box-align: center;
}
#flowChooser .selectedFlow {
background-color: rgba(255, 255, 255, .75);
color: black;
}
#flowChooser .flowId {
padding-left: 2em;
}
.selectedFlow.selected {
color: black;
background-color:#AAA;
}
.highlight circle {
stroke: rgba(255, 255, 255, .5);
stroke-width: 2px;
}
#linkVector {
fill: none;
stroke-width: 1px;
stroke: rgba(255, 255, 255, .75);
pointer-events: none;
}
path {
pointer-events: none;
}
path.flow {
fill: none;
stroke-width: 10px;
stroke: rgba(255, 255, 255, .35);
}
path.flow.highlight {
stroke-width: 16px;
stroke: rgba(255, 255, 255, .75);
}
#selectedFlowsHeader {
border-top: 1px solid #AAA;
}
path.iperfdata {
fill: none;
stroke-width: 1px;
stroke: #ccc;
}
.iperf {
background-color: black;
}
#selectedFlowsHeader .iperf {
background-color: black;
}
#flowChooser {
pointer-events: none;
background-color: rgba(0, 0, 0, .25);
}
.flowId, .srcDPID, .dstDPID, .iperf, #deleteFlow, .deleteFlow {
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
width: 4em;
}
.srcDPID, .dstDPID {
width: 12em;
}
.srcDPID, .dstDPID, .deleteFlow, #showFlowChooser {
border-right: 1px solid #AAA;
}
#showFlowChooser:hover, .deleteFlow:hover {
background-color: #444;
}
#showFlowChooser:active, .deleteFlow:active {
background-color: black;
}
.srcDPID {
border-left: 1px solid #AAA;
}
.controller {
padding: .25em;
padding-left: 2.5em;
position: relative;
height: 1.5em;
border: 1px solid #444;
color: white;
position: relative;
border-radius: 8px;
display: -webkit-box;
-webkit-box-align: center;
}
.controller:hover {
border: 1px solid white;
}
.controller {
font-size: 18px;
}
.black-eye {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 2.25em;
background-image: url('../assets/black-eye.svg');
background-size: auto 100%;
background-repeat: no-repeat;
background-position: .25em center;
}
.white-eye {
height: 100%;
width: 2.25em;
background-image: url('../assets/white-eye.svg');
background-size: auto 100%;
background-repeat: no-repeat;
background-position: .4em center;
}
.deleteFlow {
height: 100%;
background-image: url('../assets/delete.svg');
background-size: auto 150%;
background-repeat: no-repeat;
background-position: center;
}
#logo {
height: 50px;
}
.edge {
stroke: black;
stroke-width: 1.5px;
}
.nolabel text {
display: none;
}
text {
stroke: none;
fill: white;
font-size: 28px;
pointer-events: none;
}
text.label {
fill: #888;
}
path {
stroke: rgba(255, 255, 255, .25);
stroke-width: 1.5px;
}
.aggregation {
stroke: black;
stroke-width: 2px;
}
#traceButton {
visibility: hidden
}
.color1-selected .color1,
.color2-selected .color2,
.color3-selected .color3,
.color4-selected .color4,
.color5-selected .color5,
.color6-selected .color6,
.color7-selected .color7,
.color8-selected .color8,
.color9-selected .color9,
.color10-selected .color10,
.color11-selected .color11,
.color12-selected .color12 {
opacity: 1;
pointer-events: auto;
}
.colorInactive {
opacity: 1;
fill: #444;
background-color: #444;
color: #222;
}
.color1 {
opacity: .15;
pointer-events: none;
fill: #FF0000;
background-color: #FF0000;
}
.color2 {
opacity: .15;
pointer-events: none;
fill: #FFBA00;
background-color: #FFBA00;
}
.color3 {
opacity: .2;
pointer-events: none;
fill: #3714B0;
background-color: #3714B0;
}
.color4 {
opacity: .2;
pointer-events: none;
fill: #800080;
background-color: #800080;
}
.color5 {
opacity: .2;
pointer-events: none;
fill: #402C84;
background-color: #402C84;
}
.color6 {
opacity: .2;
pointer-events: none;
fill: #5555FF;
background-color: #2222FF;
}
.color7 {
opacity: .2;
pointer-events: none;
fill: #5555FF;
background-color: #2222FF;
}
.color8 {
opacity: .2;
pointer-events: none;
fill: #A0522D;
background-color: #A0522D;
}
.color9 {
opacity: .2;
pointer-events: none;
fill: #66CDAA;
background-color: #66CDAA;
}
.color10 {
opacity: .2;
pointer-events: none;
fill: #FFA500;
background-color: #FFA500;
}
.color11 {
opacity: .2;
pointer-events: none;
fill: #FFA500;
background-color: #FFA500;
}
.color12 {
opacity: .2;
pointer-events: none;
fill: #FF69B4;
background-color: #FF69B4;
}
.action {
margin: .1em;
border: 2px solid #AAA;
height: 1.5em;
width: 5em;
font-size: 9px;
background-color: #444;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
color: #AAA;
border-radius: 0%;
-webkit-box-sizing: border-box;
}
.action:hover {
border: 2px solid #FFF;
color: white;
}
.action:active {
background-color: #222;
}
@-webkit-keyframes pending {
from {
opacity: 1.0;
}
to {
opacity: 0.5;
}
}
.pending {
-webkit-animation-name: pending;
-webkit-animation-duration: .5s;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 70;
}
.core path {
stroke-width: 1px;
stroke: black;
}
.flowCount {
font-size: 32px;
fill: rgba(255, 255, 255, .99);
}
#confirm {
display: none;
-webkit-transition: opacity .25s;
font-size: 20px;
}
#confirm-background {
background-color: black;
opacity: .5;
}
#confirm-prompt {
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-box-flex: 1.0;
text-align: center;
}
#confirm-buttons {
padding: 1em;
}
#confirm-prompt {
margin-top:1em;
line-height: 1.5em;
}
#confirm-panel {
position: relative;
background-color: #222;
border: 2px solid #aaa;
border-radius: 12px;
width: 20em;
padding: 1em;
}
.confirm-button {
padding: .5em;
border: 2px solid #aaa;
color: #aaa;
border-radius: 6px;
margin-left: .5em;
margin-right: .5em;
}
.confirm-button:hover{
border: 2px solid white;
color: white;
}
.confirm-button:active{
background-color: black;
}
select {
margin-top: 1em;
-webkit-appearance: none;
border-radius: 0px;
font-size: 18px;
padding: .5em;
background-color: black;
color: white;
border: 1px solid white;
}
select:after {
content: 'a';
position: absolute;
right: 0px;
top: 0px;
} | 0.42931 | 0.099865 |
.techs {
background-color: #f5f5f5;
min-height: 625px;
padding: 100px 70px;
box-sizing: border-box;
}
.techs__header {
margin: 0;
font-weight: 400;
font-size: 22px;
line-height: 1.227;
letter-spacing: -0.04em;
}
.techs__header-line {
border-bottom: solid 1px #000;
box-sizing: border-box;
height: 1px;
margin: 22px auto 0;
}
.techs__description-header {
font-weight: 400;
font-size: 50px;
line-height: 1.16;
text-align: center;
letter-spacing: -0.04em;
margin: 0;
padding: 90px 0 26px;
}
.techs__description {
font-weight: 400;
font-size: 14px;
line-height: 1.43;
text-align: center;
letter-spacing: -0.04em;
margin: 0 auto;
max-width: 460px;
}
.techs__stack-list {
margin: 0;
padding: 100px 0 0;
display: flex;
flex-direction: row;
justify-content: center;
gap: 10px;
}
.techs__stack-item {
list-style-type: none;
width: 90px;
height: 60px;
border-radius: 10px;
background-color: #e8e8e8;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;
letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
.techs {
padding: 90px 50px;
min-height: 567px;
}
.techs__description-header {
padding: 80px 0 22px;
}
.techs__description {
font-size: 12px;
line-height: 1.5;
}
.techs__stack-list {
padding: 83px 0 0;
}
.techs__stack-item {
width: 84px;
height: 57px;
font-size: 12px;
line-height: 1.25;
}
}
@media screen and (max-width: 767px) {
.techs {
background-color: #fff;
padding: 70px 18px;
min-height: 651px;
}
.techs__header {
font-size: 18px;
line-height: 1.22;
}
.techs__header-line {
margin: 28px auto 0;
}
.techs__description-header {
font-size: 30px;
line-height: 1.2;
padding: 60px 0 24px;
}
.techs__description {
font-size: 11px;
line-height: 1.45;
}
.techs__stack-list {
margin: 0;
padding: 50px 0 0;
display: grid;
grid-template-columns: repeat(2, 84px);
flex-direction: column;
justify-content: center;
gap: 10px;
}
.techs__stack-item {
width: 84px;
height: 57px;
font-size: 12px;
line-height: 1.25;
}
} | src/components/Techs/Techs.css | .techs {
background-color: #f5f5f5;
min-height: 625px;
padding: 100px 70px;
box-sizing: border-box;
}
.techs__header {
margin: 0;
font-weight: 400;
font-size: 22px;
line-height: 1.227;
letter-spacing: -0.04em;
}
.techs__header-line {
border-bottom: solid 1px #000;
box-sizing: border-box;
height: 1px;
margin: 22px auto 0;
}
.techs__description-header {
font-weight: 400;
font-size: 50px;
line-height: 1.16;
text-align: center;
letter-spacing: -0.04em;
margin: 0;
padding: 90px 0 26px;
}
.techs__description {
font-weight: 400;
font-size: 14px;
line-height: 1.43;
text-align: center;
letter-spacing: -0.04em;
margin: 0 auto;
max-width: 460px;
}
.techs__stack-list {
margin: 0;
padding: 100px 0 0;
display: flex;
flex-direction: row;
justify-content: center;
gap: 10px;
}
.techs__stack-item {
list-style-type: none;
width: 90px;
height: 60px;
border-radius: 10px;
background-color: #e8e8e8;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;
letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
.techs {
padding: 90px 50px;
min-height: 567px;
}
.techs__description-header {
padding: 80px 0 22px;
}
.techs__description {
font-size: 12px;
line-height: 1.5;
}
.techs__stack-list {
padding: 83px 0 0;
}
.techs__stack-item {
width: 84px;
height: 57px;
font-size: 12px;
line-height: 1.25;
}
}
@media screen and (max-width: 767px) {
.techs {
background-color: #fff;
padding: 70px 18px;
min-height: 651px;
}
.techs__header {
font-size: 18px;
line-height: 1.22;
}
.techs__header-line {
margin: 28px auto 0;
}
.techs__description-header {
font-size: 30px;
line-height: 1.2;
padding: 60px 0 24px;
}
.techs__description {
font-size: 11px;
line-height: 1.45;
}
.techs__stack-list {
margin: 0;
padding: 50px 0 0;
display: grid;
grid-template-columns: repeat(2, 84px);
flex-direction: column;
justify-content: center;
gap: 10px;
}
.techs__stack-item {
width: 84px;
height: 57px;
font-size: 12px;
line-height: 1.25;
}
} | 0.51562 | 0.103341 |
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
}
.page {
text-align: center;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
}
.smooth {
transition: ease-in-out .25s;
-moz-transition: ease-in-out .25s;
-o-transition: ease-in-out .25s;
-webkit-transition: ease-in-out .25s;
}
.smooth:hover {
transition: ease-in-out .25s;
-moz-transition: ease-in-out .25s;
-o-transition: ease-in-out .25s;
-webkit-transition: ease-in-out .25s;
}
.box-shadow {
box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.5);
}
.text-shadow {
text-shadow: 8px 8px 12px rgba(0, 0, 0, 0.5);
}
.light {
color: white;
}
.dark {
color: black;
}
.eggshell {
color: #f5f5f5;
}
.leather {
color: #ab987a;
}
.steel-blue {
color: #3491C6;
}
.navy {
color: #0F1626;
}
.gradient-background {
background: linear-gradient(
45deg,
rgba(171 ,152, 122, 0.8),
rgba(0, 0, 128, 0.4)
),
url('./assets/images/whiskey-barrels.jpg');
background-size: cover;
background-position: center center;
}
.gradient-inspiration {
background: linear-gradient(
45deg,
rgba(171 ,152, 122, 0.8),
rgba(0, 0, 128, 0.4)
),
url('./assets/images/wheat-inspiration.jpg');
background-size: cover;
background-position: center center;
}
/************** HEADER **************/
.header {
position: fixed;
top: 15px;
left: 15px;
right: 15px;
padding: 0;
}
#header-logo {
float: left;
}
#header-logo img {
max-width: 120px;
}
#header-nav {
float: right;
}
#header-nav li {
display: inline;
margin: 0 15px;
}
#header-nav a {
color: white;
text-transform: uppercase;
text-decoration: none;
}
/************** PAGES **************/
/****** Gate ******/
.gate-page {
background: linear-gradient(
45deg,
rgba(171 ,152, 122, 0.8),
rgba(0, 0, 128, 0.4)
),
url('./assets/video/ba-age-gate.gif');
background-size: cover;
background-position: center center;
color: white;
}
.gate-hero, .home-hero {
max-width: 500px;
margin: 0 auto;
padding: 20px;
align-items: center;
justify-content: center;
}
.gate-hero img, .home-hero img {
margin: 20px auto;
max-width: 60%;
}
.gate-hero a:hover {
color: #3491C6
}
/* Slider */
.slider {
position: relative;
margin: 20px auto;
width: 300px;
height: 100px;
pointer-events: auto;
transform-origin: 50% 50% 0px;
padding-left: 32px;
padding-right: 32px;
box-sizing: border-box;
display: grid;
align-items: center;
text-align: center;
border-radius: 5px;
box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.slider-fg {
background-color: #272727;
color: rgba(255, 255, 255, 0.8);
position: absolute;
height: 100%;
width: 100%;
display: grid;
align-items: center;
text-align: center;
border-radius: 5px;
box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.2);
font-size: 3em;
font-weight: 600;
transition: box-shadow 0.75s;
}
.slider-fg:active {
box-shadow: 0px 15px 30px -5px rgba(0, 0, 0, 0.4);
}
.slider-fg > * {
pointer-events: none;
}
.slider-av {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: white;
}
/****** Home ******/
/* Login/Register Form */
.form {
margin: 25px auto;
padding: 1em 1.5em;
background: #fafafa;
border: 1px solid #ebebeb;
border-radius: 5px;
}
.form-input {
margin: 10px 0;
padding: 0 10px;
width: 90%;
height: 50px;
border: 1px solid #000000;
border-radius: 5px;
font-size: 20px;
}
.form-button {
margin: 20px 0 10px 0;
width: 94%;
height: 55px;
border: 1px solid #000000;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
}
.form-button:hover {
background-color: #000000;
color: white;
}
.toggle-button {
padding: 10px 30px;
border: none;
border-radius: 5px;
background: rgba(255, 255, 255, 0);
color: white;
font-size: 18px;
}
.toggle-button:hover {
background: white;
color: black;
}
/****** Landing & User ******/
.landing-hero, .user-hero {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
min-height: 50vh;
color: white;
}
/* .landing-hero h1, .user-hero h1 {
} */
/****** Contact ******/
.profile-img-round {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
border: 1px solid #fafafa;
}
.cards {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 40px;
padding-right: 40px;
padding-top: 60px;
padding-bottom: 60px;
}
.card {
flex: 0 1 18%;
border: 2.5px solid #fafafa;
border-radius: 5px;
background-color: #ab987a;
margin-right: 40px;
margin-left: 40px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
}
.card-font {
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
} | client/src/App.css |
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
}
.page {
text-align: center;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
}
.smooth {
transition: ease-in-out .25s;
-moz-transition: ease-in-out .25s;
-o-transition: ease-in-out .25s;
-webkit-transition: ease-in-out .25s;
}
.smooth:hover {
transition: ease-in-out .25s;
-moz-transition: ease-in-out .25s;
-o-transition: ease-in-out .25s;
-webkit-transition: ease-in-out .25s;
}
.box-shadow {
box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.5);
}
.text-shadow {
text-shadow: 8px 8px 12px rgba(0, 0, 0, 0.5);
}
.light {
color: white;
}
.dark {
color: black;
}
.eggshell {
color: #f5f5f5;
}
.leather {
color: #ab987a;
}
.steel-blue {
color: #3491C6;
}
.navy {
color: #0F1626;
}
.gradient-background {
background: linear-gradient(
45deg,
rgba(171 ,152, 122, 0.8),
rgba(0, 0, 128, 0.4)
),
url('./assets/images/whiskey-barrels.jpg');
background-size: cover;
background-position: center center;
}
.gradient-inspiration {
background: linear-gradient(
45deg,
rgba(171 ,152, 122, 0.8),
rgba(0, 0, 128, 0.4)
),
url('./assets/images/wheat-inspiration.jpg');
background-size: cover;
background-position: center center;
}
/************** HEADER **************/
.header {
position: fixed;
top: 15px;
left: 15px;
right: 15px;
padding: 0;
}
#header-logo {
float: left;
}
#header-logo img {
max-width: 120px;
}
#header-nav {
float: right;
}
#header-nav li {
display: inline;
margin: 0 15px;
}
#header-nav a {
color: white;
text-transform: uppercase;
text-decoration: none;
}
/************** PAGES **************/
/****** Gate ******/
.gate-page {
background: linear-gradient(
45deg,
rgba(171 ,152, 122, 0.8),
rgba(0, 0, 128, 0.4)
),
url('./assets/video/ba-age-gate.gif');
background-size: cover;
background-position: center center;
color: white;
}
.gate-hero, .home-hero {
max-width: 500px;
margin: 0 auto;
padding: 20px;
align-items: center;
justify-content: center;
}
.gate-hero img, .home-hero img {
margin: 20px auto;
max-width: 60%;
}
.gate-hero a:hover {
color: #3491C6
}
/* Slider */
.slider {
position: relative;
margin: 20px auto;
width: 300px;
height: 100px;
pointer-events: auto;
transform-origin: 50% 50% 0px;
padding-left: 32px;
padding-right: 32px;
box-sizing: border-box;
display: grid;
align-items: center;
text-align: center;
border-radius: 5px;
box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.slider-fg {
background-color: #272727;
color: rgba(255, 255, 255, 0.8);
position: absolute;
height: 100%;
width: 100%;
display: grid;
align-items: center;
text-align: center;
border-radius: 5px;
box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.2);
font-size: 3em;
font-weight: 600;
transition: box-shadow 0.75s;
}
.slider-fg:active {
box-shadow: 0px 15px 30px -5px rgba(0, 0, 0, 0.4);
}
.slider-fg > * {
pointer-events: none;
}
.slider-av {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: white;
}
/****** Home ******/
/* Login/Register Form */
.form {
margin: 25px auto;
padding: 1em 1.5em;
background: #fafafa;
border: 1px solid #ebebeb;
border-radius: 5px;
}
.form-input {
margin: 10px 0;
padding: 0 10px;
width: 90%;
height: 50px;
border: 1px solid #000000;
border-radius: 5px;
font-size: 20px;
}
.form-button {
margin: 20px 0 10px 0;
width: 94%;
height: 55px;
border: 1px solid #000000;
border-radius: 5px;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
}
.form-button:hover {
background-color: #000000;
color: white;
}
.toggle-button {
padding: 10px 30px;
border: none;
border-radius: 5px;
background: rgba(255, 255, 255, 0);
color: white;
font-size: 18px;
}
.toggle-button:hover {
background: white;
color: black;
}
/****** Landing & User ******/
.landing-hero, .user-hero {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
min-height: 50vh;
color: white;
}
/* .landing-hero h1, .user-hero h1 {
} */
/****** Contact ******/
.profile-img-round {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
border: 1px solid #fafafa;
}
.cards {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 40px;
padding-right: 40px;
padding-top: 60px;
padding-bottom: 60px;
}
.card {
flex: 0 1 18%;
border: 2.5px solid #fafafa;
border-radius: 5px;
background-color: #ab987a;
margin-right: 40px;
margin-left: 40px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
}
.card-font {
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
} | 0.413477 | 0.083404 |
@charset "utf-8";
a,body {
color: #333
}
.clear,.clearfix:after {
display: block;
height: 0;
clear: both
}
.ng-toolbar i.linex,.tl,a.ng-close {
text-align: center
}
.ng-header .ng-gif-logo img,a {
outline: 0
}
.clearfix:after,.footer-dom {
visibility: hidden
}
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,td,textarea,th,ul {
margin: 0;
padding: 0
}
body,button,input,select,textarea {
font: 12px/1.5 arial,tahoma,\5b8b\4f53
}
.ng-iconfont,em,i {
font-style: normal
}
.ng-toolbar,.ng-toolbar .ng-bar-node,a.ng-close {
line-height: 35px;
height: 35px
}
body {
background: #FFF
}
h1,h2,h3,h4,h5,h6 {
font-size:12px
}
fieldset,img {
border: 0
}
li,ol,ul {
list-style: none
}
button,input,select,textarea {
font-size:12px;
outline: 0
}
textarea {
resize: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
a {
text-decoration: none
}
a:hover {
color: #F60;
text-decoration: underline
}
.ng-toolbar .ng-bar-node:hover,a.ng-close:hover {
text-decoration: none
}
.clearfix:after {
content: "."
}
.clearfix {
zoom: 1
}
.clear {
overflow: hidden;
font-size: 0
}
.hide {
display: none
}
.lazy-loading,img.err-product {
background: url(../images/blankbg.gif?v=2015102601) 50% 50% no-repeat
}
.wrapper {
width: 990px;
min-width: 990px;
margin: 0 auto;
clear: both
}
.g-footer,.g-header,.g-toolbar {
width: 100%;
min-width: 990px
}
.l {
float: left
}
.r {
float: right
}
.mt10 {
margin-top: 10px!important
}
.mr10 {
margin-right: 10px!important
}
.mb10 {
margin-bottom: 10px!important
}
.ml10 {
margin-left: 10px!important
}
@font-face {
font-family:ng-iconfont;src:url(../fonts/iconfont.eot?var=03);src:url(../fonts/iconfont.eot?#iefix) format('embedded-opentype'),url(../fonts/iconfont.woff?var=03) format('woff'),url(../fonts/iconfont.ttf?var=03) format('truetype'),url(../fonts/iconfont.svg#uxiconfont?var=03) format('svg')
}
.ng-iconfont {
display: inline-block;
font-family: ng-iconfont!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
a.ng-close {
position: absolute;
display: inline-block;
width: 35px;
color: #989898;
right: 1px;
top: 1px;
-webkit-transition: transform .2s ease-in;
-moz-transition: transform .2s ease-in;
-o-transition: transform .2s ease-in;
transition: transform .2s+ ease-in
}
a.ng-close:hover {
color: #f60;
-moz-transform-origin: 50% 50%;
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg)
}
a.ng-close em {
font-size: 22px;
cursor: pointer
}
.ng-toolbar {
position: relative;
width: 100%;
min-width: 990px;
border-bottom: 1px solid #eee;
background: #f5f5f5;
*margin-top: -1px
}
.ng-toolbar .ng-toolbar-con {
width: 990px;
margin: 0 auto;
min-width: 990px;
position: relative
}
.ng-toolbar a {
color: #666
}
.ng-toolbar a:hover {
color: #f60
}
.ng-toolbar i.ng-line {
float: left;
display: inline-block;
color: #ddd;
font-size: 14px;
width: 1px;
overflow: hidden;
margin-left: -1px
}
.ng-toolbar i.linex {
display: inline-block;
color: #bbb;
width: 14px;
*margin-left: -5px;
font-family: tahoma
}
.ng-sort,.ng-toolbar .ng-bar-node-mini-cart,.ng-toolbar dl.sn-site-list dt {
font-family: "Microsoft Yahei"
}
.ng-toolbar-left {
float: left
}
.ng-toolbar-right {
float: right
}
.ng-toolbar .ng-bar-node-box {
position: relative;
float: left;
margin-left: -1px;
_top: 1px
}
.ng-toolbar .app-down-box {
margin-left: 10px
}
.ng-toolbar .ng-bar-node {
display: block;
position: relative;
float: left;
padding: 0 10px;
overflow: hidden
}
.ng-toolbar .ng-bar-node span {
display: inline-block;
cursor: pointer
}
.ng-toolbar .ng-bar-node:hover span {
color: #f60;
text-decoration: underline
}
.ng-toolbar .ng-bar-node i.ng-backhome {
float: left;
display: inline-block;
font-size: 16px;
margin-right: 3px;
width: 16px;
line-height: 34px;
*line-height: 33px;
_line-height: 34px
}
.ng-toolbar .ng-bar-node em.mb {
margin-right: 2px;
font-size: 17px;
color: #666;
*line-height: 34px;
float: left;
width: 18px
}
.ng-toolbar .ng-bar-node em.down {
display: inline-block;
font-size: 10px;
width: 10px;
color: #bbb;
margin-left: 3px;
transform-origin: 50% 48%;
-webkit-transform-origin: 50% 50%;
-webkit-transition: transform .2s ease-in;
-moz-transition: transform .2s ease-in;
-o-transition: transform .2s ease-in;
transition: transform .2s ease-in
}
.ng-toolbar .ng-bar-node em.cart {
display: inline-block;
margin-right: 7px;
font-size: 18px;
width: 16px
}
.ng-toolbar .ng-bar-node-hover {
background: #fff;
border: 1px solid #ddd;
border-bottom: 0;
line-height: 33px;
height: 35px;
padding: 0 9px
}
.ng-toolbar .ng-bar-node-hover em.mb {
*line-height: 32px
}
.ng-toolbar .ng-bar-node-hover em.down {
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
cursor: default
}
.ng-toolbar .ng-bar-node-fix {
width: 63px
}
.ng-toolbar .mb-suning {
margin-left: -13px
}
.ng-toolbar .ng-bar-node-mini-cart {
padding: 0 0 0 9px;
line-height: 34px;
height: 36px
}
.ng-toolbar .ng-bar-node-mini-cart span {
font-size: 14px
}
.ng-toolbar .ng-bar-node-mini-cart em.down {
font-size: 14px;
color: #000;
margin-left: -5px
}
.ng-toolbar .ng-bar-node-mini-cart .total-num-box {
display: inline-block;
position: relative;
right: 3px;
top: -8px;
*top: -6px;
height: 28px;
line-height: 15px;
*line-height: 28px;
z-index: 300;
font-size: 12px
}
.ng-toolbar .ng-bar-node-mini-cart .total-num {
position: relative;
display: inline-block;
height: 28px;
min-width: 8px;
padding: 0 4px;
text-align: center;
z-index: 10;
color: #FFF;
border-radius: 8px;
background: #f7a705
}
.ng-toolbar .ng-bar-node-msg em.down {
margin-left: 8px
}
.ng-toolbar .ng-bar-node-msg .dot {
display: none;
position: absolute;
width: 5px;
height: 5px;
top: 8px;
right: 22px;
background: url(../images/npbg.png?v=2015102601) -70px -292px;
font-size: 0
}
.ng-toolbar .ng-bar-node-hover .dot {
top: 7px;
right: 21px
}
.ng-toolbar .ng-msg-child {
width: 187px
}
.ng-toolbar .ng-msg-bottom {
padding: 0 10px;
border-top: solid 1px #EEE;
line-height: 26px;
text-align: right
}
.ng-toolbar .ng-msg-bottom a {
color: #999
}
.ng-toolbar .ng-msg-list {
padding: 12px 0
}
.ng-toolbar .ng-msg-child .ng-msg-item {
display: block;
padding: 4px 15px;
height: 36px
}
.ng-toolbar .ng-msg-child a.ng-msg-item:hover {
background: #EEE;
cursor: pointer
}
.ng-toolbar .ng-msg-child a.ng-msg-item:hover span {
background: #EEE;
color: #F90;
text-decoration: underline;
cursor: pointer
}
.ng-toolbar .ng-msg-item td {
height: 44px
}
.ng-toolbar .ng-msg-item i {
display: inline-block;
width: 34px;
height: 34px;
margin-right: 6px;
background: url(../images/npbg.png?v=2015102601) 0 -292px;
vertical-align: middle
}
.ng-toolbar .ng-msg-item span {
display: inline-block;
width: 110px;
color: #666;
line-height: 30px;
max-height: 36px;
overflow: hidden;
word-break: break-all;
vertical-align: middle;
_height: expression(this.scrollHeight>36?"36px":"auto")
}
.ng-toolbar .ng-msg-item-no i {
background-position: -35px -292px
}
.ng-toolbar .ng-msg-child a:hover {
color: #F90
}
.ng-toolbar .ng-bar-node-mini-cart:hover .total-num-box {
text-decoration: none
}
.ng-toolbar .ng-bar-node-service:hover {
cursor: default;
color: #666
}
.ng-toolbar .ng-bar-node-service:hover span {
text-decoration: none;
cursor: default;
color: #666
}
.ng-toolbar .ng-d-box {
position: absolute;
top: 35px;
border: 1px solid #ddd;
background: #fff;
left: 0
}
.ng-toolbar .ng-d-box a {
padding: 0
}
.ng-toolbar .ng-d-box p.ng-tip {
line-height: 25px;
text-align: center;
height: 30px
}
.ng-toolbar .ng-mb-box {
left: -13px;
width: 243px;
height: 210px;
padding: 15px
}
.ng-toolbar a.ng-app-btn {
display: inline-block;
height: 24px;
width: 80px;
line-height: 24px;
text-align: center;
background: #f3f3f3;
margin-top: 18px;
border-radius: 1px
}
.ng-toolbar a.ng-app-btn em {
font-size: 12px
}
.ng-toolbar .ng-mb-box .ng-app-box,.ng-toolbar .ng-mb-box .ng-code-box {
display: inline-block;
float: left;
height: 162px;
width: 132px;
margin-bottom: 10px
}
.ng-toolbar .ng-mb-box .ng-code-box {
padding-right: 15px;
border-right: 1px solid #eee
}
.ng-toolbar .ng-mb-box .ng-code-box img {
display: block;
height: 132px;
width: 132px
}
.ng-toolbar .ng-mb-box .ng-app-box {
padding-left: 15px;
overflow: hidden;
width: 80px;
padding-top: 30px;
height: 132px
}
.ng-toolbar .ng-mb-box .ng-app-box .ng-app-list {
width: 98px;
height: 89px;
overflow: hidden
}
.ng-toolbar .ng-mb-box .ng-app-box a.ng-app {
float: left;
margin-right: 15px;
margin-bottom: 20px;
height: 32px;
width: 32px;
overflow: hidden
}
.ng-toolbar .ng-mb-box .ng-app-box img {
display: block;
height: 32px;
width: 32px
}
.ng-toolbar .ng-down-box {
width: 81px;
padding-bottom: 5px
}
.ng-toolbar .ng-down-box a {
display: block;
height: 30px;
line-height: 30px;
padding-left: 10px;
width: 71px
}
.ng-toolbar .ng-down-box a.ng-data-null {
color: #999;
text-decoration: none
}
.ng-toolbar .ng-down-box a.ng-vip-union em {
font-size: 16px;
color: #ffd200;
text-decoration: none;
margin-left: 2px
}
.ng-toolbar .ng-ser-list a {
height: 22px;
line-height: 15px;
line-height: 22px
}
.ng-toolbar .ng-sn-site-nav {
width: 988px;
padding: 20px 0
}
.ng-toolbar dl.sn-site-list {
float: left;
width: 176px;
border-right: 1px solid #eee;
padding-left: 20px
}
.ng-toolbar dl.rnb {
border-right: 0
}
.ng-toolbar dl.sn-site-list dt {
height: 25px;
width: 100%;
font-size: 14px;
line-height: 17px
}
.ng-toolbar dl.sn-site-list dd {
width: 100%;
overflow: hidden
}
.ng-toolbar dl.sn-site-list dd p {
float: left;
height: 25px;
width: 78px;
line-height: 25px
}
.ng-toolbar dl.sn-site-list dd a {
position: relative;
display: inline-block
}
.ng-toolbar .ng-site-nav-box i {
position: absolute;
display: inline-block;
height: 28px;
width: 16px;
background: url(../images/npbg.png?v=2015102601) no-repeat;
left: auto;
right: -18px;
top: 0
}
.ng-toolbar .ng-site-nav-box i.hot {
background-position: 0 -205px
}
.ng-toolbar .ng-site-nav-box i.new {
background-position: -16px -205px
}
.ng-toolbar .reg-bar-node:hover,.ng-toolbar .username-bar-node:hover {
background: #eee
}
.ng-toolbar .ng-site-nav-box span {
position: relative
}
.ng-toolbar .ng-site-nav-box .ng-bar-node-hover span {
text-decoration: none;
color: #666
}
.ng-toolbar .ng-site-nav-box span i {
position: relative;
right: 0;
display: none;
*position: absolute;
*right: -18px;
*top: 3px
}
.ng-toolbar .ng-site-nav-box em.down {
*margin-left: 18px
}
.ng-toolbar .ng-bar-node-site {
width: 65px
}
.ng-toolbar .ng-bar-node-site:hover {
color: #666;
cursor: default
}
.ng-toolbar .ng-bar-node-site:hover span {
text-decoration: none;
color: #666;
cursor: default
}
.ng-toolbar .reg-bar-node .reg-bbb {
position: relative;
top: -1px;
margin-left: 10px
}
.ng-header,.ng-toolbar .username-bar-node-noside:hover {
background: #fff
}
.ng-toolbar .username-bar-node:hover span {
text-decoration: none;
color: #666
}
.ng-toolbar .username-bar-node em.hasmsg {
display: inline-block;
display: none;
position: absolute;
height: 20px;
width: 20px;
text-align: center;
line-height: 20px;
right: 5px;
top: 0;
font-size: 16px;
color: #70c700
}
.ng-toolbar .ng-username-slide {
width: 98%;
min-width: 70px
}
.ng-toolbar .ng-bar-node-backhome {
display: none;
padding-left: 0;
_line-height: 37px
}
.ng-toolbar .ng-bar-node-backhome span {
float: left
}
.ng-header {
position: relative;
height: 100px;
width: 100%;
min-width: 990px
}
.ng-header .code-maintain {
position: absolute;
top: 0;
left: 0;
height: 100px;
width: 100%
}
.ng-header .ng-header-con {
position: relative;
height: 100px;
width: 990px;
min-width: 990px;
margin: 0 auto
}
.ng-header .ng-header-con .wrapper {
position: relative
}
.ng-header .ng-header-box {
position: absolute;
width: 100%;
height: 100px;
min-width: 990px;
left: 0;
top: 0
}
.ng-header .ng-logo-box {
position: relative;
float: left;
height: 100px;
width: 400px
}
.ng-header a.logo {
float: left;
height: 90px;
width: 190px;
background: url(../images/npbg.png?v=2015102601) -84px -248px no-repeat;
text-indent: -999em
}
.ng-header .ng-gif-logo {
float: left
}
.ng-header a.ng-logo {
float: left;
height: 90px;
width: 190px;
overflow: hidden
}
.ng-header img.slogn {
float: left;
height: 100px;
width: 150px
}
.ng-header .channel-logo {
float: left;
display: inline;
margin: 20px 0 0 10px
}
.ng-header .channel-logo a {
margin: 0
}
.ng-header .flash-box {
float: left;
height: 100px
}
.ng-search {
position: absolute;
height: 100px;
width: 600px;
top: 0;
left: 370px
}
.screen-small .ng-search {
left: 250px;
width: 500px!important
}
.screen-large .ng-search {
left: 380px
}
.screen-middle .ng-search {
width: 450px
}
.ng-nav-bar {
position: relative;
width: 100%;
min-width: 990px;
background: #fff;
overflow: visible
}
.ng-sort {
position: absolute;
width: 190px;
top: 0;
left: 50%;
margin-left: -495px
}
.ng-sort .ng-all-hook {
position: relative;
display: block;
font-size: 14px;
padding-left: 10px;
color: #fff!important;
text-decoration: none
}
.ng-sort .ng-all-hook b {
display: none;
position: absolute;
height: 3px;
width: 190px;
top: 35px;
left: 0;
overflow: hidden;
background: #2a9af0
}
.ng-sort .ng-all-hook em {
font-size: 14px;
margin-right: 10px;
width: 14px;
height: 35px
}
.ng-sort .ng-all-hook span {
font-weight: 700
}
.ng-sort .ng-all-hook i {
display: none
}
.ng-sort .ng-all-hook:hover span {
text-decoration: underline
}
.ng-sort ul.sort-list {
position: relative;
height: 442px;
width: 190px;
padding-bottom: 8px
}
.ng-sort ul.sort-list li {
float: left;
width: 180px;
padding-left: 10px;
overflow: hidden
}
.ng-sort ul.sort-list li.hover {
background: #fff;
height: 32px;
line-height: 32px;
border: 1px solid #41a8f7;
border-right: 0;
padding-left: 9px
}
.ng-sort ul.sort-list li em {
float: left;
font-size: 16px;
width: 16px;
padding-right: 2px
}
.ng-sort ul.sort-list li a {
float: left;
display: inline-block;
margin-left: 8px;
font-size: 13px;
white-space: nowrap
}
.ng-sort .ng-sort-detail {
position: absolute;
left: 190px;
height: 410px;
width: 0;
overflow: hidden;
background: #fff
}
.ng-sort-detail a.ng-close-sort {
position: absolute;
display: inline-block;
height: 35px;
width: 35px;
text-align: center;
line-height: 35px;
color: #989898;
right: 1px;
top: 1px;
font-size: 22px;
cursor: pointer
}
.ng-sort-detail a.ng-close-sort:hover {
text-decoration: none;
color: #f60
}
.ng-sort .ng-sort-detail-border {
border: 1px solid #289af0;
height: 448px;
left: 189px
}
.ng-sort .ng-sort-detail .sort-chanel {
display: none;
height: 39px;
border-bottom: 1px solid #eee;
margin: 0 15px;
overflow: hidden
}
.ng-sort .ng-sort-detail .sort-chanel a {
float: left;
display: inline-block;
height: 23px;
width: 83px;
text-align: center;
line-height: 23px;
color: #fff;
margin: 8px 10px 0 0;
background: #f55379
}
.ng-sort .ng-sort-detail .sort-chanel a.red {
background: #f55379
}
.ng-sort .ng-sort-detail .sort-chanel a.grey {
background: #666
}
.ng-sort .ng-sort-detail .sort-chanel a.tip {
color: #333
}
.ng-sort .ng-sort-detail .cate-list {
height: 100%;
width: 590px;
margin: 12px 0 0;
padding-left: 20px;
overflow: hidden;
float: left
}
.ng-sort .ng-sort-detail dl {
float: left;
height: auto;
margin-bottom: 8px;
overflow: hidden;
width: 560px
}
.ng-sort .ng-sort-detail dt {
float: left;
width: 90px;
height: 20px;
line-height: 20px;
font-weight: 700;
padding-left: 10px;
padding-top: 8px;
background: url(../images/npbg.png?v=2015102601) -270px -41px no-repeat
}
.ng-sort .ng-sort-detail dd {
float: left;
width: 460px;
font: 12px/1.5 arial,tahoma,\5b8b\4f53;
line-height: 20px;
overflow: hidden;
border-top: 1px solid #eee;
padding-top: 8px
}
.ng-bottom-fixed .ng-slide-box-title,.ng-footer,.ng-nav-index,.ng-s-footer .ng-s-f-con {
font-family: "Microsoft Yahei"
}
.ng-sort .ng-sort-detail dd a {
color: #666;
margin-right: 15px;
display: inline-block
}
.ng-sort .ng-sort-detail dd a.orange,.ng-sort .ng-sort-detail dd a:hover {
color: #f60
}
.ng-sort .ng-sort-detail dl.lastdl dd {
border: 0
}
.ng-nav-index {
position: absolute;
left: 50%;
margin-left: -305px;
width: 785px;
padding-left: 10px;
height: 36px;
line-height: 36px
}
.ng-nav-index:hover {
opacity: 1
}
.ng-nav-index h4.ng-title {
display: none;
height: 35px;
margin-bottom: 5px;
text-align: center;
font-size: 14px;
color: #333
}
.ng-nav-index h4.ng-title span {
display: inline-block;
line-height: 34px;
border-bottom: 1px solid #eee
}
.ng-nav-index ul.ng-nav li {
float: left;
display: block;
height: 36px;
line-height: 36px;
padding: 0 12px 0 13px
}
.ng-nav-index ul.ng-nav li a {
position: relative;
float: left;
color: #333;
font-size: 15px
}
.ng-nav-index ul.ng-nav li a:hover {
color: #f60
}
.ng-nav-index ul.ng-nav li a i {
position: absolute;
display: block;
height: 28px;
width: 16px;
background: url(../images/npbg.png?v=2015102601) no-repeat;
right: -18px;
top: 3px;
overflow: hidden
}
.ng-nav-bar-chanel .ng-nav-index h4.ng-title,.ng-nav-bar-chanel .ng-sort .ng-all-hook b,.ng-nav-bar-chanel .ng-sort .ng-sort-list-box,.ng-nav-right-txtact {
display: none
}
.ng-nav-index ul.ng-nav li a i.hot {
background-position: 0 -205px
}
.ng-nav-index ul.ng-nav li a i.new {
background-position: -16px -205px
}
.ng-sort .ng-sort-detail .threeListAct {
position: absolute;
right: 0;
top: 30px;
display: none;
height: 420px;
width: 190px
}
.ng-sort .ng-sort-detail .threeListAct img {
height: 100%;
width: 100%
}
.ng-channel-header {
height: 110px
}
.ng-channel-header .ng-header-con {
height: 100%
}
.ng-channel-header .ng-search {
height: 100%;
left: 400px;
width: 550px
}
.ng-nav-bar-chanel {
margin-top: 0;
border-bottom: 2px solid #41a8f7
}
.ng-channel-header .ng-header-con .ng-logo-box {
height: 100px
}
.ng-channel-header .ng-header-con .wrapper {
position: relative
}
.ng-nav-bar-chanel .ng-sort .ng-all-hook {
height: 30px;
line-height: 30px;
width: 180px;
font-size: 15px;
text-indent: 5px;
text-decoration: none
}
.ng-nav-bar-chanel .ng-sort .ng-all-hook em {
position: absolute;
right: 18px;
top: 4px;
font-size: 16px;
font-weight: 700;
margin-right: 0;
height: 30px;
line-height: 23px
}
.ng-nav-bar-chanel .ng-nav-index,.ng-nav-bar-chanel .ng-sort {
top: 0
}
.ng-nav-bar-chanel .ng-nav-index .ng-nav {
margin-left: 7px
}
.ng-nav-bar-chanel .ng-sort .ng-sort-list-box ul.sort-list {
padding-top: 2px
}
.ng-nav-bar-chanel .ng-sort .ng-sort-detail {
top: 32px
}
.ng-nav-bar-chanel .ng-nav-index {
width: 800px;
opacity: 1;
height: 30px;
background: 0 0;
padding-left: 0
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li {
position: relative;
height: 30px;
line-height: 30px;
width: auto;
padding: 0 12px 0 13px
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li a {
font-size: 15px;
padding-left: 0;
color: #444
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li a:hover {
color: #f60
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li a i {
top: 0;
right: -17px
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li em {
position: absolute;
top: 0;
right: 0;
color: #e6e6e6
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav span {
float: left;
line-height: 28px;
color: #e6e6e6
}
.ng-nav-right-txtact {
position: absolute;
left: 50%;
top: 0;
margin-left: 395px;
width: 200px;
text-align: right;
height: 30px;
line-height: 30px;
overflow: hidden;
word-wrap: break-word;
word-break: break-all;
white-space: nowrap;
text-overflow: ellipsis
}
.ng-nav-right-txtact a,.ng-nav-right-txtact a:hover,.ng-nav-right-txtact a:hover b,.ng-nav-right-txtact b {
color: #f90
}
.root1200 .ng-nav-right-txtact,.screen-large .ng-nav-right-txtact {
display: block;
height: 38px;
line-height: 38px
}
.ng-bottom-fixed,.ng-bottom-fixed-sidebar,.ng-fix-bar,.ng-search .g-search-fixed .g-search-hotwords,.ng-sort-fixed .ng-sort-list-box,.ng-sort-fixed a.ng-all-hook b {
display: none;
display: none
}
.ng-fix-bar {
position: fixed;
height: 50px;
width: 100%;
min-width: 990px;
background: #fff;
box-shadow: rgba(0,0,0,.2) 0 1px 5px;
left: 0;
top: 0;
opacity: .95;
filter: alpha(opacity=95);
*border-bottom: 1px solid #dedede
}
.ng-sort-fixed {
position: fixed;
top: 7px
}
.ng-nav-bar-chanel .ng-sort-fixed {
top: 10px
}
.ng-toolbar .ng-bar-node-mini-cart-fixed {
position: fixed;
top: 6px;
right: 50%;
margin-right: -496px
}
.ng-toolbar .reg-bar-node-fixed {
position: fixed;
top: 6px;
right: 50%;
margin-right: -390px
}
.ng-search .g-search-fixed {
position: fixed;
top: 5px;
margin-top: 0;
left: 50%;
margin-left: -215px;
width: 500px
}
.ng-channel-header .ng-search .g-search-fixed {
margin-top: 0;
margin-left: -270px
}
.ng-search .g-search-fixed .search-keyword,.ng-search .g-search-fixed .search-keyword-box {
width: 358px
}
.ng-bottom-fixed {
position: fixed;
height: 30px;
right: 20px;
bottom: 0;
_display: none
}
.ng-bottom-fixed a.ng-btn {
float: left;
height: 30px;
width: 31px;
text-align: center;
line-height: 30px;
color: #fff;
overflow: hidden;
text-decoration: none
}
.ng-bottom-fixed a.ng-btn em {
font-size: 18px;
cursor: pointer
}
.ng-bottom-fixed-sidebar {
right: 175px;
padding-left: 2px
}
.ng-bottom-fixed-nosidebar a.ng-btn {
width: 50px
}
.ng-bottom-fixed .ng-slide-box {
display: none;
position: absolute;
right: 0;
bottom: 30px;
width: 248px;
border: 1px solid #eee;
background: #f9f9f9;
box-shadow: rgba(0,0,0,.3) 0 0 5px
}
.ng-bottom-fixed .ng-slide-box-title {
width: 100%;
height: 35px;
background: #fff;
text-indent: 10px;
font-size: 14px;
line-height: 35px
}
.ng-bottom-fixed .ng-slide-box-code {
height: 464px
}
.ng-bottom-fixed .ng-slide-box-code .wb-box {
height: 90px;
width: 248px;
text-indent: -999em;
padding-top: 20px;
overflow: hidden
}
.ng-bottom-fixed .ng-slide-box-code .wb-box .name {
height: 25px;
width: 120px;
margin: 0 auto;
background: url(../images/npbg.png?v=2015102601) 0 -221px no-repeat
}
.ng-bottom-fixed .ng-slide-box-code .wb-box a.follow {
display: block;
height: 30px;
width: 80px;
margin: 20px auto 0;
background: url(../images/npbg.png?v=2015102601) -120px -205px no-repeat
}
.ng-bottom-fixed .ng-slide-box-life {
height: 275px
}
.ng-bottom-fixed .ng-life-list {
height: 240px;
width: 240px;
margin: 0 auto
}
.ng-bottom-fixed .ng-life-list a {
display: inline-block;
float: left;
height: 80px;
width: 60px;
text-align: center;
text-decoration: none
}
.ng-bottom-fixed .ng-life-list a em {
display: inline-block;
height: 40px;
width: 60px;
font-size: 32px;
margin-top: 10px
}
.ng-bottom-fixed .ng-life-list a span {
line-height: 20px;
color: #999
}
.ng-footer {
margin-top: 10px
}
.ng-footer .ng-ser-box {
width: 100%;
background: #f5f5f5;
border-top: 1px solid #e7e7e7;
min-width: 990px
}
.ng-footer .ng-ser-box-con {
width: 990px;
margin: 0 auto;
overflow: hidden
}
.ng-footer .ng-promise {
width: 1050px;
padding: 12px 0;
border-bottom: 1px solid #eaeaea
}
.ng-footer .ng-promise dl {
float: left;
width: 210px;
overflow: hidden
}
.ng-footer .ng-promise dt {
float: left;
width: 48px;
height: 48px;
background: url(../images/npbg.png?v=2015102601) no-repeat;
text-indent: -999em;
overflow: hidden;
margin-right: 8px
}
.ng-footer .ng-promise dt.zheng {
background-position: 0 0
}
.ng-footer .ng-promise dt.jisu {
background-position: -48px 0
}
.ng-footer .ng-promise dt.wuyou {
background-position: -96px 0
}
.ng-footer .ng-promise dt.te {
background-position: -144px 0
}
.ng-footer .ng-promise dt.help {
background-position: -191px 0
}
.ng-footer .ng-promise dd {
float: left;
height: 48px;
width: 140px
}
.ng-footer .ng-promise dd p {
line-height: 24px;
width: 100%;
color: #545454
}
.ng-footer .ng-promise dd p strong {
font-weight: 700;
color: #222;
font-size: 14px
}
.ng-footer .ng-help-box {
float: left;
width: 850px;
height: 180px
}
.ng-footer .ng-help-box dl {
float: left;
height: 160px;
width: 170px
}
.ng-footer .ng-help-box dt {
width: 100%;
line-height: 40px;
font-weight: 700;
color: #545454;
height: 35px;
font-size: 14px;
overflow: hidden
}
.ng-footer .ng-help-box dd {
width: 100%;
line-height: 22px
}
.ng-footer .ng-help-box dd a {
color: #545454
}
.ng-footer .ng-help-box dd a:hover {
color: #f60
}
.ng-footer .ng-hot-line {
float: left;
height: 180px;
width: 190px;
padding-left: 40px;
margin-left: -41px;
border-left: 1px solid #eaeaea
}
.ng-footer .ng-app-down p,.ng-footer .ng-hot-line p {
width: 100%;
line-height: 40px;
font-weight: 700;
color: #545454;
height: 35px;
font-size: 14px;
margin-bottom: 5px;
overflow: hidden
}
.ng-footer .ng-hot-line b {
float: left;
display: inline-block;
height: 55px;
background: url(../images/npbg.png?v=2015102601) no-repeat
}
.ng-footer .ng-hot-line b.phone {
width: 160px;
background-position: 0 -144px
}
.ng-footer .ng-hot-line b.phone-num {
width: 0;
background-position: -80px -144px
}
.ng-footer .ng-hot-line a.online {
display: inline-block;
color: #212121;
height: 27px;
line-height: 27px;
width: 100px;
text-align: center;
border: 1px solid #ddd;
border-radius: 2px;
background: #fff;
text-decoration: none
}
.ng-footer .ng-hot-line a.online em {
font-size: 18px;
color: #f90;
margin-right: 2px
}
.ng-footer .ng-app-down {
float: left;
height: 180px;
width: 90px
}
.ng-footer .ng-new-pro {
position: relative;
width: 100%;
min-width: 990px;
height: 125px
}
.ng-footer .ng-new-pro-con {
width: 990px;
margin: 0 auto;
overflow: hidden
}
.ng-footer .ng-new-pro-list {
float: left;
width: 620px;
height: 125px;
margin-left: -20px;
color: #eee
}
.ng-footer .ng-new-pro-list dl {
float: left;
height: 100px;
padding: 0 20px;
width: 269px;
margin-top: 12px;
border-right: 1px dotted #8d8d8d
}
.ng-footer .ng-new-pro-list dt {
float: left;
height: 80px;
width: 80px;
margin-right: 20px;
margin-top: 5px
}
.ng-footer .ng-new-pro-list dd {
float: left;
height: 100px;
width: 169px
}
.ng-footer .ng-new-pro-list dd p.ng-title {
line-height: 25px;
font-size: 14px;
font-weight: 700
}
.ng-footer .ng-new-pro-list dd p.ng-title a {
color: #eee
}
.ng-footer .ng-new-pro-list dd p.ng-intro {
line-height: 18px
}
.ng-footer .ng-new-pro-list dd p.ng-intro a {
color: #fff;
text-decoration: none
}
.ng-footer .ng-serch-suning {
float: left;
width: 390px;
height: 100px;
margin-top: 10px
}
.ng-footer .ng-serch-suning dt {
float: left;
height: 94px;
width: 140px;
margin-top: 3px;
background: url(../images/npbg.png?v=2015102601) 0 -50px no-repeat
}
.ng-footer .ng-serch-suning dd {
float: left;
height: 100px;
width: 190px;
color: #eee
}
.ng-footer .ng-serch-suning dd p.ng-title {
line-height: 25px;
font-size: 14px;
font-weight: 700
}
.ng-footer .ng-serch-suning dd p.ng-intro {
line-height: 18px
}
.ng-s-footer p.ng-copyright,.ng-s-footer p.ng-url-list {
line-height: 25px;
height: 25px
}
.ng-footer .ng-serch-suning dd a.srh-btn {
display: block;
height: 25px;
width: 105px;
margin-top: 5px;
text-indent: -999em;
overflow: hidden;
background: url(../images/npbg.png?v=2015102601) -140px -49px no-repeat
}
.ng-footer .ng-serch-suning dd a.srh-btn:hover {
background-position: -140px -74px
}
.ng-s-footer {
width: 100%;
min-width: 990px;
padding-top: 15px
}
.ng-s-footer .ng-s-f-con {
width: 990px;
min-width: 990px;
margin: 0 auto
}
.ng-s-footer p.ng-url-list a {
color: #f9f9f9
}
.ng-s-footer p.ng-url-list span {
color: #888;
padding: 0 8px
}
.ng-s-footer .ng-authentication {
float: right;
height: 25px;
margin-top: 5px
}
.ng-s-footer .ng-authentication a {
display: inline-block;
margin-right: 8px
}
.ng-s-footer p.ng-copyright {
color: #999;
margin-top: 5px
}
.ng-toolbar {
z-index: 7690
}
.ng-toolbar .ng-bar-node {
z-index: 7692
}
.ng-toolbar .ng-d-box {
z-index: 7691
}
.ng-header {
z-index: auto;
*z-index: 7682
}
.ng-header .code-maintain {
z-index: 7681
}
.ng-header .ng-header-con {
z-index: 7682
}
.ng-header .ng-header-box {
z-index: 7683
}
.ng-channel-header .ng-header-con .ng-logo-box {
z-index: 7685
}
.ng-search {
z-index: 7684
}
.ng-nav-bar {
z-index: 7670
}
.ng-sort {
z-index: 7675
}
.ng-sort .ng-all-hook {
z-index: 7674
}
.ng-sort ul.sort-list {
z-index: 7673
}
.ng-sort .ng-sort-detail {
z-index: 7672
}
.ng-nav-index {
z-index: 7669
}
.ng-fix-bar {
z-index: 7650
}
.ng-nav-bar-fixed {
z-index: 7689
}
.ng-bottom-fixed {
z-index: 7720
}
#snSideTools {
position: fixed;
_position: absolute;
width: 44px
}
#snSideTools li {
margin-bottom: 5px;
float: left;
clear: both;
background: #FFF
}
#snSideTools li a {
display: block;
width: 42px;
height: 42px;
border: 1px solid #cecece;
border-radius: 2px;
background: url(../images/am.gif?v=2015102601) center center no-repeat #fff
}
#snSideTools li a.sntool,#snSideTools li a.sntool:hover,#snSideTools li a.sntool:visited {
border: 1px solid #cecece;
border-radius: 2px;
background: #f4f4f4;
width: 24px;
height: 28px;
padding: 7px 9px;
line-height: 26px;
overflow: hidden;
text-decoration: none;
color: #666
}
#snSideTools li a.sntool2 {
background: url(../images/npbg.png?v=2015102601) 0 -248px no-repeat #F4F4F4
}
#snSideTools li a.sntool3 {
background: url(../images/npbg.png?v=2015102601) -42px -248px no-repeat #F4F4F4
}
#snSideTools #gotop {
display: none
}
#snSideTools li.erweima {
position: relative
}
#snSideTools li.erweima a {
background: 0 0
}
#snSideTools li .ewm-pic {
position: absolute;
bottom: 0;
left: -108px;
width: 100px;
height: 118px;
border: 1px solid #CECECE;
background: #FFF;
overflow: hidden
}
#snSideTools li .ewm-pic iframe {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 115px
}
#snSideTools li .ewm-pic img {
position: relative;
z-index: 10;
display: block;
margin: 10px auto 0;
width: 80px;
height: 80px
}
#snSideTools li .ewm-pic a {
position: relative;
z-index: 10;
width: auto;
height: auto;
border: 0;
color: #666
}
#snSideTools li .ewm-pic a:hover {
color: #F60
}
#snSideTools li .ewm-pic p {
text-align: center;
margin: 5px 5px 0;
height: 30px;
overflow: hidden
}
.g-channel-nav {
position: relative;
z-index: 110;
width: 100%;
min-width: 990px;
height: 40px;
border-bottom: 1px solid #E4E4E4;
overflow: hidden;
background: #FFF
}
.root1200 .g-channel-nav,.root1200 .ng-fix-bar,.root1200 .ng-footer .ng-new-pro,.root1200 .ng-footer .ng-ser-box,.root1200 .ng-header,.root1200 .ng-header .ng-header-box,.root1200 .ng-header-con,.root1200 .ng-nav-bar,.root1200 .ng-s-footer,.root1200 .ng-toolbar,.root1200 .wrapper {
min-width: 1190px
}
.g-channel-nav-logo {
display: block;
float: left;
height: 40px;
width: 198px;
overflow: hidden
}
.g-channel-nav-logo img {
display: block
}
.g-channel-sub-nav {
position: relative;
float: left;
overflow: hidden;
width: 785px
}
.g-channel-sub-nav a {
color: #666
}
.g-channel-sub-nav a:hover {
color: #F60
}
.g-channel-sub-nav li {
float: left;
margin: 10px 0 0 -1px;
_margin-top: 13px;
padding: 0 15px 0 17px;
background: url(../images/public.sprite.png?v=20140825) -102px 5px no-repeat;
font-size: 14px;
font-family: "Microsoft YaHei"
}
.g-channel-sub-nav li.home,.g-channel-sub-nav li.home a {
font-weight: 700;
color: #9f4f10
}
.g-channel-sub-nav li.home a:hover {
color: #F60
}
.ng-top-act {
display: none
}
.root1200 .wrapper {
width: 1190px;
clear: both
}
.root1200 .ng-toolbar .ng-toolbar-con {
width: 1190px
}
.root1200 .ng-toolbar .ng-bar-node-mini-cart-fixed {
margin-right: -594px
}
.root1200 .ng-toolbar .reg-bar-node-fixed {
margin-right: -480px
}
.root1200 .ng-header-con {
width: 1190px
}
.root1200 .ng-channel-header .ng-header-con .wrapper {
position: relative
}
.root1200 .ng-s-footer .ng-s-f-con {
width: 1190px;
min-width: 1190px
}
.root1200 .ng-footer .ng-ser-box-con {
width: 1190px
}
.root1200 .ng-footer .ng-promise {
width: 1250px
}
.root1200 .ng-footer .ng-promise dl {
width: 250px
}
.root1200 .ng-footer .ng-promise dd {
width: 180px
}
.root1200 .ng-footer .ng-help-box {
width: 1050px
}
.root1200 .ng-footer .ng-help-box dl {
width: 210px
}
.root1200 .ng-footer .ng-hot-line {
width: 250px
}
.root1200 .ng-footer .ng-new-pro-con {
width: 1190px
}
.root1200 .ng-footer .ng-new-pro-list {
width: 850px;
margin-left: -50px
}
.root1200 .ng-footer .ng-new-pro-list dl {
padding: 0 50px;
width: 324px
}
.root1200 .ng-footer .ng-new-pro-list dd {
width: 224px
}
.root1200 .ng-sort {
margin-left: -595px
}
.root1200 .ng-nav-index {
margin-left: -405px;
width: 785px
}
.root1200 .ng-nav-bar-chanel .ng-nav-index {
width: 785px
}
.root1200 .ng-search .g-search-fixed {
margin-left: -265px;
width: 550px
}
.root1200 .ng-top-act,.root1200 .ng-top-ad img {
height: 60px;
width: 160px
}
.root1200 .ng-top-act {
position: absolute;
display: block;
right: 0;
top: 20px
}
.root1200 .g-channel-sub-nav {
width: 985px
}
.ng-top-banner {
position: relative;
z-index: 7691;
clear: both;
width: 100%;
font-size: 0;
min-width: 990px
}
.root1200 .ng-top-banner {
min-width: 1190px
}
.ng-top-banner .top-active-wrap {
position: relative;
width: 100%;
overflow: hidden
}
.ng-top-banner .top-active-wrap img {
display: block;
width: 990px;
margin: 0 auto
}
.root1200 .ng-top-banner .top-active-wrap img {
width: 1190px
}
.ng-top-banner .btn {
position: absolute;
top: 3px;
right: 3px;
width: 16px;
height: 28px;
color: #fff;
overflow: hidden
}
.ng-top-banner .btn i {
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 28px;
cursor: pointer
}
.footer-egg-btn,.footer-egg-con {
position: absolute;
height: 125px;
top: 0
}
.ng-top-banner .btn i.bg {
z-index: 1;
background: #000;
opacity: .3;
filter: alpha(opacity=30)
}
.ng-top-banner .btn i.text {
z-index: 2;
font: 16px/18px simsun;
text-align: center
}
.ng-top-banner .btn:hover {
color: #fff;
text-decoration: none
}
.footer-egg-btn {
right: 0
}
.footer-egg-con {
display: none;
width: 100%;
left: 0;
z-index: 2;
overflow: hidden
}
.uiMenu,.uiMenu li {
width: 150px;
float: left
}
.uiMenu {
display: inline;
margin-left: 15px;
border: 1px solid #FFE0C4;
background: #FEF7F1
}
.uiMenu li {
padding-bottom: 10px;
border-bottom: 1px dashed #FCE6D1
}
.uiMenu li dt {
margin: 14px 0 4px 14px;
font-size: 14px;
font-weight: 700;
color: #333
}
.uiMenu li dt em {
display: inline-block;
width: 17px;
height: 30px;
margin-right: 4px;
background: url(../images/ui_bg.png?v=2015102601) 0 -40px no-repeat;
vertical-align: middle
}
.uiMenu li dt.t2 em {
background-position: -40px -40px
}
.uiMenu li dt.t3 em {
background-position: -80px -40px
}
.uiMenu li dt.t4 em {
background-position: -120px -40px
}
.uiMenu li a,.uiMenu li a:visited {
display: block;
height: 26px;
margin: 0 6px;
padding-left: 30px;
line-height: 26px;
color: #333;
overflow: hidden
}
.uiMenu li a:hover {
color: #F60;
text-decoration: none
}
.uiMenu li a.on {
position: relative;
height: 24px;
padding-left: 28px;
border: 1px solid #F90;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #F90;
color: #FFF!important;
font-weight: 700;
line-height: 24px
}
.uiMenu li a.on b {
position: absolute;
top: 8px;
right: 10px;
display: inline-block;
width: 6px;
height: 9px;
background: url(../images/ui_bg.png?v=2015102601) -160px -40px no-repeat;
overflow: hidden
}
.uiMenu .new-wap {
position: relative;
width: 108px
}
.uiMenu .new-wap .nav-new {
position: absolute;
display: block;
top: 0;
left: 68px;
height: 12px;
width: 12px;
line-height: 12px;
background: url(../images/ui_bg.png) -388px -40px no-repeat;
z-index: 20
}
#qihooGwdIframe {
display: none!important
}
.ng-s-footer p.ng-copyright {
width: 990px;
float: left
}
.root1200 .ng-s-footer p.ng-copyright {
width: 1190px;
float: left
}
.ng-s-footer .ng-authentication {
width: 990px
}
.root1200 .ng-s-footer .ng-authentication,.screen-large .ng-s-footer .ng-authentication {
width: 1190px
}
.ng-footer {
height: 514px
}
.ng-s-footer .ng-s-f-con {
height: 120px
}
.ng-sort .ng-all-hook {
background: #fa0;
height: 36px;
line-height: 36px;
overflow: hidden
}
.ng-nav-bar-chanel .ng-sort .ng-all-hook {
background: #222
}
.ng-sort ul.sort-list li em {
color: #fa0
}
.ng-sort ul.sort-list li a {
color: #eee
}
.ng-sort ul.sort-list {
background: #2b2b2b;
padding-top: 2px
}
.ng-sort ul.sort-list li {
height: 32px;
line-height: 32px;
border-top: 1px solid #333;
border-bottom: 1px solid #252525
}
.ng-sort ul.sort-list li.hover {
border-color: #2b2b2b
}
.ng-sort ul.sort-list li.hover em {
color: #fa0
}
.ng-sort ul.sort-list li.hover a {
color: #333;
font-weight: 700
}
.ng-sort .ng-sort-detail {
top: 38px
}
.ng-sort .ng-sort-detail dt a {
color: #333
}
.ng-sort .ng-sort-detail-border {
border-color: #333
}
.ng-nav-bar {
border-bottom: 2px solid #333;
height: 36px
}
.ng-nav-bar-chanel {
height: 30px
}
.ng-footer .ng-new-pro,.ng-s-footer {
background: #33302b
}
.ng-bottom-fixed .ng-life-list a {
color: #666
}
.ng-bottom-fixed .ng-life-list a:hover {
color: #fa0
}
.ng-bottom-fixed .ng-life-list a:hover span {
color: #666
}
.ng-bottom-fixed {
background: #292929
}
.ng-bottom-fixed-sidebar {
background: #fa0
}
.ng-bottom-fixed a.ng-btn-hover,.ng-bottom-fixed a.ng-btn:hover {
background: #000
}
.ng-bottom-fixed-sidebar a.ng-btn-hover,.ng-bottom-fixed-sidebar a.ng-btn:hover {
background: #f80
}
.ng-footer .ng-new-pro-list dl {
border-color: #444
}
.ng-toolbar .ng-bar-node-mini-cart {
color: #333
}
.ng-toolbar .ng-bar-node-mini-cart .total-num-bg-box,.ng-toolbar .ng-bar-node-mini-cart .total-num-bg-box em,.total-num-bg-box i {
background: #fa0
}
.root1390 .ng-header .ng-header-con,.root1390 .wrapper {
width: 1390px
}
.root1390 .ng-channel-header .g-search,.root1390 .ng-channel-header .ng-search {
width: 750px
}
.root1390 .ng-channel-header .g-search .search-keyword-box {
width: 640px
}
.root1390 .ng-sort {
margin-left: -695px
}
.root1390 .ng-nav-bar-chanel .ng-nav-index {
width: 1000px;
margin-left: -500px
}
.g-search {
position: relative;
float: right;
display: inline;
width: 600px;
margin: 28px 0 0 0;
z-index: 6790
}
.g-search .search-icon {
position: absolute;
display: block;
height: 34px;
width: 34px;
top: 0;
left: 0;
text-align: center;
line-height: 34px;
font-size: 18px;
color: #ccc
}
.g-search .search-keyword,.g-search .search-btn {
float: left
}
.g-search .search-keyword-box {
float: left;
width: 468px;
padding-left: 30px;
border: 2px solid #40a8f7;
border-right: 0
}
.g-search .search-keyword {
width: 458px;
height: 30px;
margin-top: 0;
padding: 8px 10px 8px 0;
border: 0;
_border: 0;
background: #FFF;
color: #BBB;
font-size: 14px;
line-height: 30px;
border-radius: 0;
-webkit-border-radius: 0
}
.g-search .search-btn {
width: 100px;
height: 38px;
margin-top: 0;
padding: 0 30px;
border: 0;
cursor: pointer;
background: #40a8f7;
letter-spacing: 7px;
font-weight: bold;
font-family: 'MicroSoft YaHei';
font-size: 16px;
color: #EEE;
border-radius: 0;
-webkit-border-radius: 0;
-webkit-appearance: none
}
.g-search .search-btn-hover {
background: #41a0e8
}
.g-search-book {
margin-right: 50px
}
.g-search-focus {
background: 0
}
.g-search-focus .left-sidebar {
background-position: -8px -18px
}
.g-search-focus .right-sidebar {
background-position: -12px -18px
}
.g-search-focus .search-keyword {
border-color: #40a8f7;
color: #333
}
.g-search .adv-search {
margin: 0;
position: absolute;
right: -34px;
top: 5px;
display: inline-block;
width: 24px;
line-height: 1.2em
}
.g-search-hotwords {
float: left;
width: 100%;
height: 30px;
margin-top: 5px;
overflow: hidden;
_float: none;
_position: relative;
font-size: 0
}
.g-search-hotwords,.g-search-hotwords a {
color: #666
}
.g-search-hotwords a {
float: left;
margin-right: 10px;
white-space: nowrap;
font-size: 12px
}
.g-search-hotwords a:hover {
color: #F60
}
.g-ac-results {
position: absolute;
left: 0;
top: 39px;
width: 498px;
border: 1px solid #e4e4e4;
background: #FFF;
z-index: 7000;
overflow: hidden
}
.g-ac-results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
float: left
}
.g-ac-results iframe {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
filter: mask();
width: 3000px;
height: 3000px;
background: #fff
}
.g-ac-results .title {
position: absolute;
top: 0;
right: 0;
width: 100%;
padding: 0;
font-weight: normal
}
.g-ac-results .close {
display: block;
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
cursor: pointer;
font-size: 16px;
z-index: 10
}
.g-ac-results .close:hover {
color: #f60
}
.g-ac-results li {
clear: both;
margin: 0;
cursor: default;
display: block;
height: 24px;
line-height: 24px;
padding: 0 10px;
text-align: left;
font-weight: bold;
color: #666;
overflow: hidden
}
.g-ac-results li i.action {
float: right;
display: none;
width: 10px;
margin-right: 30px;
text-align: center;
color: #999;
cursor: pointer
}
.g-ac-results li i.tip {
float: right;
margin-right: 30px;
font-weight: normal;
color: #BBB
}
.g-ac-results li p {
float: left;
margin: 0;
padding: 0
}
.g-ac-results li b {
font-weight: bold
}
.g-ac-results li span {
margin: 0;
padding: 0;
float: right;
font-size: 12px
}
.g-ac-results li span.history {
float: left;
color: #2272c8;
font-weight: normal
}
.g-ac-results li.ac_over {
background-color: #efefef
}
.g-ac-results li.cateSearch {
line-height: 24px;
padding-left: 20px;
font-weight: normal
}
.g-ac-results li.cateSearch b {
color: #F60
}
.g-ac-results li.cateSearch.bottom {
border-bottom: 1px solid #efefef
}
.g-ac-results li .keyname {
display: block;
float: left
}
.g-ac-results li .keyname b {
font-weight: normal
}
.g-ac-results li .keyextend {
color: green;
display: block;
float: right
}
.g-ac-results li.g-ac-store {
font-weight: normal
}
.g-ac-results li.g-ac-store span {
float: left;
font-weight: normal
}
.g-ac-results li.g-ac-store .icon-store {
float: none;
display: inline-block;
position: relative;
top: 4px;
*top: 0;
width: 16px;
height: 28px;
margin-right: 5px;
background: url(../images/npbg.png?v=20140825) -240px -33px no-repeat
}
.g-ac-results li.g-ac-rec-store {
height: 40px;
border-bottom: 1px solid #efefef
}
.g-ac-results li.g-ac-rec-store img {
vertical-align: top;
margin-right: 10px;
margin-top: 5px
}
.g-ac-results li.g-ac-rec-store .store-link {
color: #ff6a1f;
font-weight: normal
}
.g-ac-results li.g-ac-rec-store .store-name {
line-height: 40px;
font-family: 'simsun'
}
.g-ac-results li.g-ac-rec-store .store-link i {
margin-left: 6px;
font-size: 18px;
position: relative;
top: 1px
}
.g-rec-results {
position: absolute;
left: 0;
top: 39px;
width: 498px;
max-height: 360px;
border: 1px solid #e4e4e4;
background: #FFF;
z-index: 7000;
overflow: hidden
}
.g-rec-results ul {
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0
}
.g-rec-results ul.history-results {
float: left;
width: 259px;
_width: 231px;
border-right: 1px solid #efefef
}
.g-rec-results ul.rec-results {
float: right;
position: relative;
width: 238px;
margin-left: -1px;
border-left: 1px solid #efefef;
overflow: hidden
}
.g-rec-results li {
margin: 0;
cursor: default;
line-height: 24px;
text-align: left;
color: #666;
overflow: hidden;
+overflow: visible
}
.g-rec-results li.history a {
color: #2272c8;
text-decoration: none
}
.g-rec-results ul.history-results li.rec_over {
background-color: #efefef;
text-decoration: none
}
.g-rec-results ul.history-results li span {
display: block;
padding: 0 10px;
color: #2272c8;
cursor: pointer
}
.g-rec-results ul.history-results li span a {
float: left;
color: #2272c8;
text-decoration: none
}
.g-rec-results ul.history-results li span i {
display: none;
float: right;
color: #999;
font-size: 14px
}
.g-rec-results ul.history-results li.rec_over span i {
display: inline
}
.g-rec-results ul.history-results li.title {
padding: 0 10px;
color: #999;
line-height: 28px
}
.g-rec-results ul.history-results li.title span {
float: left;
display: inline;
color: #999;
padding: 0;
cursor: default
}
.g-rec-results ul.history-results li.title.gray {
padding: 0 0 0 12px;
background: #EEE
}
.g-rec-results ul.history-results li.title .cancel-btn {
float: right;
display: block;
position: relative;
width: 40px;
height: 28px;
padding: 0;
background: #F50;
line-height: 28px;
text-align: center;
color: #FFF
}
.g-rec-results ul.history-results li.title .cancel-btn:hover {
background: #F60
}
.g-rec-results ul.history-results li.title .clear-history {
float: right;
color: #999
}
.g-rec-results ul.history-results li.title .clear-history i {
font-size: 14px;
margin-right: 3px
}
.g-rec-results ul.history-results .search-express-none {
display: block;
width: 160px;
height: 136px;
margin: 40px auto;
background: url(../images/search-express-none.png?v=20150522)
}
.g-rec-results ul.rec-results li {
float: left;
position: relative;
height: 26px;
margin: 0 0 15px 15px;
overflow: hidden;
+overflow: visible
}
.g-rec-results ul.rec-results li.title {
float: none;
position: relative;
padding: 0 0 0 15px;
margin: 0 0 7px 0;
border: 0;
color: #999;
line-height: 28px
}
.g-rec-results ul.rec-results li.title i.close {
display: block;
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
cursor: pointer;
font-size: 16px
}
.g-rec-results ul.rec-results li.title i.close:hover {
color: #f60
}
.g-rec-results ul.rec-results li a {
display: block;
padding: 0 5px;
border: 1px solid #e1e1e1;
color: #666;
white-space: nowrap
}
.g-rec-results ul.rec-results li a:hover {
border-color: #F60;
_border-color: #e1e1e1;
color: #F60;
text-decoration: none
}
.screen-middle .g-search {
width: 450px
}
.screen-middle .g-search .search-keyword-box {
width: 318px
}
.screen-middle .g-search .search-keyword {
width: 308px
}
.screen-middle .g-ac-results {
width: 448px
}
.screen-middle .g-rec-results {
width: 448px
}
.screen-middle .g-rec-results ul.history-results {
width: 224px
}
.screen-middle .g-rec-results ul.rec-results {
width: 223px
}
.ng-channel-header .g-search {
width: 550px;
margin-top: 30px;
font-family: 'Microsoft YaHei'
}
.ng-channel-header .g-search-hotwords,.g-search-hotwords a {
color: #999
}
.ng-channel-header .g-search .search-keyword-box {
width: 440px;
padding-left: 28px;
border: 2px solid #40a8f7;
border-right: 0
}
.ng-channel-header .g-search .search-icon {
width: 25px;
height: 40px;
line-height: 40px;
line-height: 42px\0;
font-size: 14px;
text-align: right;
color: #CCC
}
.ng-channel-header .g-search .search-keyword {
width: 428px;
padding: 9px 10px 9px 0;
font-family: 'Microsoft YaHei';
font-size: 12px
}
.ng-channel-header .g-search .search-btn {
width: 80px;
height: 40px;
padding: 0;
letter-spacing: 2px;
text-indent: 2px;
color: #FFF;
font-size: 14px;
-webkit-appearance: none
}
.ng-channel-header .g-ac-results {
width: 548px;
top: 41px
}
.ng-channel-header .g-rec-results {
width: 548px;
top: 41px
}
.ng-channel-header .g-rec-results ul.history-results {
width: 274px
}
.ng-channel-header .g-rec-results ul.rec-results {
width: 273px
}
.g-search .search-keyword-box,.ng-channel-header .g-search .search-keyword-box {
border-color: #fa0
}
.g-search .search-btn {
background: #fa0
}
.g-search .search-btn-hover {
background: #f80
}
.g-rec-results ul.history-results li.title .cancel-btn {
background: #f90
}
@charset "utf-8";
.sn-sidebar,.sn-sidebar .hide {
display: none
}
.sn-sidebar .sn-sidebar-tab a,.sn-sidebar-activity-box .activity-schedule-item:hover {
text-decoration: none
}
.sn-sidebar .sn-sidebar-tab .tab-icon,.sn-sidebar .sn-sidebar-tab .tab-icon-tip,.sn-sidebar .tab-tip-code-warp .icon {
background: url(../images/sidebaricon.png?v=2015101201) no-repeat
}
.sn-sidebar {
position: fixed;
top: 0;
right: 0;
z-index: 1000090;
width: 35px;
height: 100%;
font: 12px/1.5 arial,tahoma,\5b8b\4f53
}
.sn-sidebar .sn-sidebar-bg {
position: absolute;
left: 0;
top: 0;
z-index: 4;
width: 35px;
height: 100%;
background-color: #383838
}
.sn-sidebar .sn-sidebar-tabs {
position: absolute;
z-index: 5;
left: 0
}
.sn-sidebar .sn-sidebar-tab-activity-box {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 35px;
height: 168px;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-activity-box .sn-sidebar-tab-activity-img {
position: absolute;
bottom: 0;
right: 0;
width: 55px;
height: 140px
}
.sn-sidebar .sn-sidebar-middle-tabs {
top: 178px;
width: 35px;
height: 307px;
transition: height .3s ease-in-out .1s;
-ms-transition: height .3s ease-in-out .1s;
-moz-transition: height .3s ease-in-out .1s;
-webkit-transition: height .3s ease-in-out .1s;
-o-transition: height .3s ease-in-out .1s
}
.sn-sidebar .sn-sidebar-middle-tabs-top {
top: 0
}
.sn-sidebar .sn-sidebar-middle-tabs-bottom {
bottom: 0
}
.sn-sidebar .sn-sidebar-bottom-tabs {
bottom: 5px
}
.sn-sidebar .sn-sidebar-tab {
position: relative;
width: 35px;
height: 30px;
margin-bottom: 5px;
font-family: "Microsoft Yahei";
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-member {
margin-bottom: 10px
}
.sn-sidebar .sn-sidebar-tab-cart {
height: auto;
color: #FFF
}
.sn-sidebar .sn-sidebar-tab-cart .tab-cart-tip-warp {
padding: 3px 0 10px;
border: 1px solid #4D4D4D;
border-width: 1px 0;
text-align: center;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-cart .tab-cart-tip {
display: block;
width: 20px;
margin: 0 auto;
color: #FFF
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-tip,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-tip,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-tip {
color: #383838
}
.sn-sidebar .sn-sidebar-tab-cart .tab-cart-num {
display: inline-block;
min-width: 17px;
height: 15px;
padding: 0 2px;
background-color: #D00;
color: #FFF;
line-height: 15px;
border-radius: 5px
}
.sn-sidebar .sn-sidebar-tab .tab-tip {
position: absolute;
top: 0;
left: 35px;
width: 47px;
height: 30px;
background-color: #383838;
line-height: 30px;
color: #FFAA01;
text-indent: 11px;
letter-spacing: 1px;
cursor: pointer
}
.sn-sidebar .sn-sidebar-feedback .tab-tip,.sn-sidebar .sn-sidebar-service .tab-tip,.sn-sidebar .sn-sidebar-to-top .tab-tip {
width: 73px
}
.sn-sidebar .sn-sidebar-tab .tab-icon {
display: block;
position: relative;
width: 35px;
height: 30px;
z-index: 2;
background-color: #383838;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-member .tab-icon {
background-position: -28px 5px
}
.sn-sidebar .sn-sidebar-tab-cart .tab-icon {
width: 29px;
background-position: -31px -23px
}
.sn-sidebar .sn-sidebar-tab-recharge .tab-icon {
background-position: -28px -55px
}
.sn-sidebar .sn-sidebar-tab-finance .tab-icon {
background-position: -27px -84px
}
.sn-sidebar .sn-sidebar-tab-history .tab-icon {
background-position: -26px -114px
}
.sn-sidebar .sn-sidebar-code .tab-icon {
background-position: -27px -144px
}
.sn-sidebar .sn-sidebar-service .tab-icon {
background-position: -28px -174px
}
.sn-sidebar .sn-sidebar-feedback .tab-icon {
background-position: -27px -204px
}
.sn-sidebar .sn-sidebar-to-top .tab-icon {
background-position: -28px -234px
}
.sn-sidebar .sn-sidebar-tab-sign .tab-icon {
background-position: -28px -287px
}
.sn-sidebar .sn-sidebar-tab-hover .tab-tip {
display: block;
left: -47px;
background-color: #FFAA01;
color: #383838
}
.sn-sidebar .sn-sidebar-tab-hover .tab-tip-wider {
left: -73px
}
.sn-sidebar .sn-sidebar-tab .tab-icon-tip {
display: none;
position: absolute;
left: 0;
top: 12px;
z-index: 3;
width: 4px;
height: 8px;
background-position: 0 -270px;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-tip,.sn-sidebar .sn-sidebar-tab-code-hover .tab-icon-tip,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-code-tip,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-code-tip {
display: block
}
.sn-sidebar .sn-sidebar-tab .tab-icon-cart-tip {
top: 50%
}
.sn-sidebar .tab-cart-tip-warp-box {
width: 29px;
padding: 0 3px;
background-color: #383838
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-tip-warp-box,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-tip-warp-box,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-tip-warp-box {
background-color: #FFAA01;
color: #383838
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-num,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-num,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-num {
color: #FFF
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-tip-warp,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-tip-warp,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-tip-warp {
border-color: #FFAA01
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-member,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-member,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-member {
background-position: 7px 5px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-cart,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-cart,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-cart {
background-position: 4px -23px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-recharge,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-recharge,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-recharge {
background-position: 8px -55px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-finance,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-finance,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-finance {
background-position: 8px -84px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-history,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-history,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-history {
background-position: 9px -114px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-code,.sn-sidebar .sn-sidebar-tab-code-hover .tab-icon-code,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-code,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-code {
background-position: 8px -144px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-service,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-service,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-service {
background-position: 8px -174px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-feedback,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-feedback,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-feedback {
background-position: 7px -204px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-to-top,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-to-top,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-to-top {
background-position: 7px -234px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-sign,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-sign,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-sign {
background-position: 7px -287px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon,.sn-sidebar .sn-sidebar-tab-code-hover .tab-icon-code,.sn-sidebar .sn-sidebar-tab-hover .tab-icon,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-code {
background-color: #FFAA01
}
.sn-sidebar .tab-tip-code-warp {
display: none;
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
width: 131px;
height: 154px;
background-color: #F9F9F9;
box-shadow: 1px 0 4px #888;
border\9: 1px solid #CCC;
border-right\9: 0
}
.sn-sidebar .tab-tip-code-warp-img {
display: block;
width: 131px;
height: 154px
}
.sn-sidebar .sn-sidebar-contents {
position: absolute;
top: 0;
right: -280px;
width: 280px;
height: 100%;
background-color: #FFF;
box-shadow: 1px 0 4px #888;
border-left: 1px solid #888
}
@media screen and (min-width:0px) {
.sn-sidebar .sn-sidebar-contents {
border: 0
}
}
.sn-sidebar .sn-sidebar-content {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #FFF;
overflow-y: auto
}
.sn-sidebar .sn-sidebar-all-loading {
display: none;
position: absolute;
left: 0;
top: 30%;
width: 100%;
height: 176px;
background: url(../images/sidebar-loading.gif) center center no-repeat;
text-align: center
}
.sn-sidebar .sn-sidebar-all-loading .loading-content {
padding-top: 128px
}
.sn-sidebar .content-show {
display: block
}
.sn-sidebar-activity-box .activity-help .icon,.sn-sidebar-activity-box .activity-schedule-item-end-box .activity-schedule-date,.sn-sidebar-activity-box .activity-schedule-item-start-box .activity-schedule-name,.sn-sidebar-activity-box .activity-tips .icon,.sn-sidebar-activity-box .sn-sidebar-activity-close {
background: url(../images/activity.png?v=2016011401) no-repeat
}
.sn-sidebar-activity {
background-color: #393937
}
.sn-sidebar-activity-box {
position: relative;
color: #333;
font-size: 14px;
font-family: "Microsoft YaHei"
}
.sn-sidebar-activity-box .sn-sidebar-activity-close {
position: absolute;
top: 12px;
right: 2px;
width: 13px;
height: 13px;
background-position: 0 -22px;
cursor: pointer;
transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s
}
.sn-sidebar-activity-box .sn-sidebar-activity-close:hover {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg)
}
.sn-sidebar-activity-box .activity-warp-width {
width: 250px;
margin: 0 auto
}
.sn-sidebar-activity-box .activity-schedule-wrapper {
position: relative;
padding-top: 43px
}
.sn-sidebar-activity-box .activity-schedule-blank {
display: block;
height: 35px
}
.sn-sidebar-activity-box .activity-schedule-box ul {
width: 251px
}
.sn-sidebar-activity-box .activity-schedule-item-box {
float: left;
position: relative;
margin: 2px 1px 0 0
}
.sn-sidebar-activity-box .activity-schedule-item {
display: block;
width: 62px;
height: 60px;
text-align: center
}
.sn-sidebar-activity-box .activity-schedule-item-short {
width: 61px
}
.sn-sidebar-activity-box .activity-schedule-content {
height: 30px;
line-height: 30px;
cursor: pointer
}
.sn-sidebar-activity-box .activity-schedule-date {
background-color: #EEE;
color: #999;
font-size: 14px;
font-weight: 700
}
.sn-sidebar-activity-box .activity-schedule-name {
background-color: #FFF;
color: #333;
font-size: 12px
}
.sn-sidebar-activity-box .activity-schedule-end {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
filter: alpha(opacity=20);
opacity: .2
}
.sn-sidebar-activity-box .activity-schedule-item-end-box .activity-schedule-end {
display: block
}
.sn-sidebar-activity-box .activity-schedule-item-end-box .activity-schedule-date {
background-position: 0 -44px
}
.sn-sidebar-activity-box .activity-schedule-item-start-box .activity-schedule-date {
background-color: #FFE363;
color: #DF1710
}
.sn-sidebar-activity-box .activity-schedule-item-start-box .activity-schedule-name {
background-position: 0 -79px;
color: #DF1710
}
.sn-sidebar-activity-box .activity-bank {
width: 250px;
height: 35px;
margin: 10px auto 0;
line-height: 38px;
color: #FFF;
text-align: center;
font-size: 14px;
font-weight: 700
}
.sn-sidebar-activity-box .activity-main-party {
background-color: #DF1710
}
.sn-sidebar-activity-box .activity-other-party {
background-color: #FFC22E
}
.sn-sidebar-activity-box .activity-main-img {
display: block;
width: 250px;
height: 150px;
margin: 0 auto
}
.sn-sidebar-activity-box .activity-help,.sn-sidebar-activity-box .activity-tips {
float: left;
position: relative;
width: 50%;
height: 50px;
line-height: 50px;
color: #512C19;
font-size: 18px;
font-weight: 700;
text-align: center
}
.sn-sidebar-activity-box .activity-tips {
background-color: #FFDA00
}
.sn-sidebar-activity-box .activity-help {
background-color: #FF9600
}
.sn-sidebar-activity-box .activity-help:hover,.sn-sidebar-activity-box .activity-tips:hover {
color: #F60
}
.sn-sidebar-activity-box .activity-help .icon,.sn-sidebar-activity-box .activity-tips .icon {
display: inline-block;
width: 16px;
height: 28px;
margin-left: 5px;
background-position: -21px -22px;
vertical-align: middle
}
.sn-sidebar-activity-box .sn-sidebar-floor {
position: relative
}
.sn-sidebar-activity-box .sn-sidebar-floor-bank {
margin-bottom: 2px
}
.sn-sidebar-activity-box .floor-bank-content-warp {
display: block;
position: relative;
height: 30px;
width: 231px;
padding: 0 4px 0 15px;
background-color: #E4E4E4;
line-height: 30px;
color: #333;
word-break: break-all;
overflow: hidden
}
.sn-sidebar-activity-box .floor-bank-content-warp:hover,.sn-sidebar-activity-box .floor-list-content-warp-active,.sn-sidebar-activity-box .floor-list-content-warp:hover {
color: #F60
}
.sn-sidebar-activity-box .floor-bank-content-warp .sn-sidebar-activity-bg8,.sn-sidebar-activity-box .floor-list-content-warp .sn-sidebar-activity-bg8 {
background-color: #6DACE6
}
.sn-sidebar-activity-box .sn-sidebar-floor-list li {
float: left;
margin-bottom: 2px
}
.sn-sidebar-activity-box .sn-sidebar-floor-list .list-left {
margin-right: 2px
}
.sn-sidebar-activity-box .floor-list-content-warp {
display: block;
position: relative;
width: 120px;
height: 30px;
background-color: #FFF;
padding: 0 2px;
line-height: 30px;
text-align: center;
word-break: break-all;
overflow: hidden
}
.sn-sidebar-activity-box .floor-list-content-warp .list-content {
position: relative;
z-index: 2
}
.sn-sidebar-finance .finance-title {
position: relative;
height: 45px;
background: url(../images/finprite.png) center -200px no-repeat;
overflow: hidden
}
.sn-sidebar-finance .finance-title span {
display: inline-block;
width: 100%;
font: 400 14px "Microsoft YaHei";
text-shadow: 1px 1px 1px rgba(255,235,97,.7);
text-align: center;
line-height: 40px
}
.sn-sidebar-finance .finance-title .close {
position: absolute;
top: 10px;
right: 20px;
font: 400 18px/1 \5B8B\4F53;
color: #FFF;
z-index: 10;
transition: all .5s
}
.sn-sidebar-finance .finance-title .close:hover {
color: #F60;
text-decoration: none;
transform: rotate(-180deg)
}
.sn-sidebar-finance .finance-wrap {
width: 250px;
margin: 0 auto;
background: #fff
}
.sn-sidebar-finance .finance-img {
margin-top: 15px
}
.sn-sidebar-finance .finance-img img {
display: block;
width: 250px;
height: 167px
}
.sn-sidebar-finance .p-login {
height: 50px;
font: 400 14px/50px 'Microsoft YaHei';
color: #999;
text-align: center
}
.sn-sidebar-finance .p-login a {
color: #2272c8;
text-decoration: underline
}
.sn-sidebar-finance .p-login a:hover {
color: #f70;
text-decoration: underline
}
.sn-sidebar-finance .finance-top dl {
width: 250px;
height: 70px
}
.sn-sidebar-finance .finance-top dt {
height: 40px;
font: 400 14px/40px 'Microsoft YaHei';
color: #666
}
.sn-sidebar-finance .finance-top dd {
height: 30px;
line-height: 26px;
clear: both;
overflow: hidden
}
.sn-sidebar-finance .finance-top dd .finance-money {
float: left;
width: 175px;
height: 26px;
font: 700 14px/26px 'Microsoft YaHei';
color: #666
}
.sn-sidebar-finance .finance-top dd .finance-money em {
font-weight: 400;
font-family: Tahoma;
font-size: 18px;
padding-right: 5px
}
.sn-sidebar-finance .finance-top dd .finance-money b {
font-weight: 400;
font-size: 24px
}
.sn-sidebar-finance .finance-top dd .finance-money .finance-word {
font-weight: 400
}
.sn-sidebar-finance .finance-top dd a {
display: inline;
height: 22px;
line-height: 22px;
color: #2272c8
}
.sn-sidebar-finance .finance-top dd a:hover {
color: #f70;
text-decoration: underline
}
.sn-sidebar-finance .finance-top dd a.btn-transferred {
float: left;
display: block;
width: 33px;
height: 20px;
margin: 0 10px 0 5px;
font: 400 12px/20px 'Microsoft YaHei';
text-align: center;
color: #fff;
background-color: #f90;
border: 1px solid #e68a00;
border-radius: 2px
}
.sn-sidebar-finance .finance-top dd a.btn-transferred:hover {
text-decoration: none;
background-color: #f80;
border-color: #e67a00
}
.sn-sidebar-finance .finance-top dd a.btn-open {
float: right;
margin-right: 0;
width: 58px
}
.sn-sidebar-finance .finance-top dd .finance-operate {
float: right;
padding-top: 4px;
width: 75px;
height: 22px;
text-align: right
}
.sn-sidebar-finance .finance-top dd i.cut {
margin: 0 8px;
color: #ddd
}
.sn-sidebar-finance .finance-top .top-lqb {
border-bottom: 1px solid #ddd
}
.sn-sidebar-finance .finance-top dl.top-licai-close .finance-money {
width: 154px
}
.sn-sidebar-finance .finance-top dl.top-licai-close .finance-operate {
width: 96px
}
.sn-sidebar-finance .finance-top .top-licai {
margin-bottom: 5px
}
.sn-sidebar-finance .finance-pro {
width: 100%;
height: 108px;
margin-bottom: 20px;
background: #f8f8f8;
overflow: hidden
}
.sn-sidebar-finance .finance-pro .finance-box {
display: block;
width: 264px;
margin: 16px auto 4px;
overflow: hidden;
clear: both
}
.sn-sidebar-finance .finance-pro a {
display: inline;
float: left;
width: 50px;
height: 88px;
margin: 0 8px;
text-align: center
}
.sn-sidebar-finance .finance-pro i {
display: block;
width: 50px;
height: 50px;
background: url(./images-sidebar/finprite.png) #ddd;
overflow: hidden;
cursor: pointer
}
.sn-sidebar-finance .finance-pro a.fund i {
background-position: 0 -20px
}
.sn-sidebar-finance .finance-pro a.bill i {
background-position: -50px -20px
}
.sn-sidebar-finance .finance-pro a.fixdate i {
background-position: -100px -20px
}
.sn-sidebar-finance .finance-pro a.cash i {
background-position: -150px -20px
}
.sn-sidebar-finance .finance-pro span {
display: block;
width: 50px;
height: 33px;
font: 400 12px/33px 'Microsoft YaHei';
text-align: center;
cursor: pointer
}
.sn-sidebar-finance .finance-subtitle {
width: 100%;
height: 36px;
margin: 0 auto;
font: 700 14px/36px '\5FAE\8F6F\96C5\9ED1';
color: #333
}
.sn-sidebar-finance .finance-subtitle span {
font: 400 12px/36px '\5B8B\4F53';
color: #999
}
.sn-sidebar-finance .finance-nopen {
width: 250px;
height: 125px;
background: url(./images-sidebar/finprite.png) 0 -71px no-repeat;
overflow: hidden
}
.sn-sidebar-finance .finance-nopen .finance-nopen-box {
display: block;
width: 100%;
height: 26px;
margin: 73px 0 0 20px;
overflow: hidden;
clear: both
}
.sn-sidebar-finance .finance-nopen span {
float: left;
width: 92px;
height: 24px;
margin: 0 8px;
font: 400 24px/24px Arial;
text-align: center;
color: #d00
}
.sn-sidebar-finance .finance-nopen span em {
padding-left: 5px;
font: 700 12px/24px 'Microsoft YaHei'
}
.sn-sidebar-finance .finance-chart {
width: 248px;
height: 192px;
border: 1px solid #e9e9e9;
overflow: hidden
}
.sn-sidebar-finance .finance-chart .chart-box {
width: 100%;
height: 100%;
background-color: #fff
}
.sn-sidebar-finance .finance-sevenday {
padding: 5px 0 20px;
font: 400 12px/20px 'Microsoft YaHei';
color: #999
}
.sn-sidebar-finance .finance-sevenday .sevenday-yesterday {
float: left;
width: 125px
}
.sn-sidebar-finance .finance-sevenday em {
padding: 0 3px 0 0;
font-family: Tahoma;
color: #333
}
.sn-sidebar-finance .finance-item-table {
width: 248px;
margin: 0 auto 10px;
background: #fff;
border: 1px solid #ddd
}
.sn-sidebar-finance .finance-item-table th {
height: 26px;
text-align: left;
background: #f8f8f8
}
.sn-sidebar-finance .finance-item-table th a {
font: 400 14px/26px 'Microsoft YaHei';
color: #666
}
.sn-sidebar-finance .finance-item-table th a:hover {
color: #f70
}
.sn-sidebar-finance .finance-item-table th i {
float: left;
display: block;
width: 19px;
height: 19px;
margin: 3px 5px 0 10px;
background-image: url(./images-sidebar/finprite.png);
overflow: hidden
}
.sn-sidebar-finance .finance-item-table th i.b {
background-position: 0 0
}
.sn-sidebar-finance .finance-item-table th i.d {
background-position: -19px 0
}
.sn-sidebar-finance .finance-item-table th i.j {
background-position: -38px 0
}
.sn-sidebar-finance .finance-item-table th i.p {
background-position: -57px 0
}
.sn-sidebar-finance .finance-item-table .name-gray td {
height: 22px;
padding-top: 10px;
font: 400 12px/22px '\5B8B\4F53';
text-align: center;
color: #999
}
.sn-sidebar-finance .finance-item-table .name-left {
width: 120px
}
.sn-sidebar-finance .finance-item-table .name-right {
width: 127px
}
.sn-sidebar-finance .finance-item-table .num-red td {
height: 30px;
font: 400 24px/30px Arial;
text-align: center;
color: #d00
}
.sn-sidebar-finance .finance-item-table .num-red td.green {
color: #129800
}
.sn-sidebar-finance .finance-item-table .num-red td.gray {
color: #666
}
.sn-sidebar-finance .finance-item-table .num-red td .hide {
display: none
}
.sn-sidebar-finance .finance-item-table .num-red td .show {
display: inline
}
.sn-sidebar-finance .finance-item-table .num-red em {
padding-left: 5px;
font: 700 12px/30px 'Microsoft YaHei'
}
.sn-sidebar-finance .finance-item-table a.finance-btn,.sn-sidebar-finance .finance-item-table a.finance-btn-view {
display: block;
width: 228px;
height: 34px;
margin: 10px auto;
font: 400 18px/34px 'Microsoft YaHei';
color: #fff;
text-align: center;
background-color: #f90;
border: 1px solid #e68a00;
border-radius: 5px;
overflow: hidden
}
.sn-sidebar-finance .finance-item-table a.finance-btn:hover {
background: #f80;
border-color: #e67a00;
text-decoration: none
}
.sn-sidebar-finance .finance-item-table a.finance-btn-view {
color: #333;
background-color: #eee;
border-color: #bbb
}
.sn-sidebar-finance .finance-item-table a.finance-btn-view:hover {
background: #fff5e6;
border-color: #ffb84d;
text-decoration: none
}
.sn-sidebar-finance .finance-item-table td a.disable,.sn-sidebar-finance .finance-item-table td a.disable:hover {
display: block;
width: 228px;
height: 34px;
margin: 10px auto;
font: 400 18px/34px 'Microsoft YaHei';
color: #bbb;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 5px;
text-decoration: none;
overflow: hidden
}
.sn-sidebar-finance .finance-item-table .time-size td {
font: 400 14px/16px 'Microsoft YaHei';
padding-bottom: 10px
}
.sn-sidebar-finance .finance-item-table .finance-item-time {
float: left;
display: block;
width: 16px;
height: 28px;
margin: 0 6px 0 18px;
background: url(./images-sidebar/finprite.png) -100px 0 no-repeat;
overflow: hidden
}
.sn-sidebar-finance .finance-item-table .time-size .gray {
color: #999
}
.sn-sidebar-finance .finance-item-table .time-size .black {
padding-left: 5px;
color: #333
}
.sn-sidebar-finance .finance-item-img {
width: 250px;
height: 140px;
margin: 0 auto 10px;
background: #fff
}
.sn-sidebar-finance .finance-item-img a,.sn-sidebar-finance .finance-item-img img {
display: block;
width: 250px;
height: 140px
}
.sn-sidebar-finance .finance-more {
font-size: 12px;
line-height: 30px;
overflow: hidden;
clear: both
}
.sn-sidebar-finance .finance-more a {
float: right;
color: #2272c8
}
.sn-sidebar-finance .finance-more a:hover {
color: #f70
}
.ng-sidebar-close {
position: absolute;
top: 10px;
right: 10px;
font: 400 18px/1 \5B8B\4F53;
color: #FFF;
z-index: 10;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.ng-sidebar-close:hover {
text-decoration: none;
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg)
}
.ng-sidebar-head {
position: relative
}
.ng-sidebar-head a {
color: #FFF
}
.ng-sidebar-head a:hover {
color: #f70
}
.ng-sidebar-head .userinfo dt {
position: relative;
float: left;
width: 66px;
height: 66px
}
.ng-sidebar-head .userinfo dt img {
display: block;
width: 60px;
height: 60px;
border: 3px solid #FFF;
-moz-border-radius: 31px;
-webkit-border-radius: 31px;
-o-border-radius: 31px;
border-radius: 31px
}
.ng-sidebar-head .userinfo .vip {
position: absolute;
left: -5px;
bottom: -5px;
width: 43px;
height: 25px;
background-image: url(../images/sn-sidebar-member.png?v=20151012)
}
.ng-sidebar-head .pls-login,.ng-sidebar-head .username {
height: 40px;
line-height: 40px
}
.ng-sidebar-head .userinfo .vip-1 {
background-position: -280px 0
}
.ng-sidebar-head .userinfo .vip-2 {
background-position: -280px -30px
}
.ng-sidebar-head .userinfo .vip-3 {
background-position: -280px -60px
}
.ng-sidebar-head .userinfo .vip-4 {
background-position: -280px -90px
}
.ng-sidebar-head .userinfo dd {
margin-left: 75px;
color: #FFF
}
.ng-sidebar-head .username {
display: none
}
.ng-sidebar-head .pls-login .login {
text-decoration: underline;
margin-left: 5px
}
.ng-sidebar-head .sep {
margin: 0 8px;
color: #999
}
.ng-sidebar-head .qiandao {
display: inline-block;
color: #fff!important;
width: 64px;
height: 24px;
border: 1px solid #f90;
margin: 0;
line-height: 24px;
background: #f90;
text-align: center;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px
}
.ng-sidebar-head .qiandao:hover {
background: #fa0;
color: #FFF!important;
text-decoration: none
}
.g-side-user {
width: 250px;
margin: 0 auto;
padding: 10px 0;
overflow: hidden
}
.g-side-user-attr {
width: 270px
}
.g-side-user-attr li {
float: left;
margin-right: 25px;
margin-left: 15px;
margin-top: 10px
}
.g-side-user-attr li a {
display: none;
height: 30px;
width: 50px;
padding-top: 50px;
line-height: 30px;
text-align: center;
background-image: url(../images/sn-sidebar-member.png?v=20151012);
background-repeat: no-repeat
}
.g-side-user-attr li a:hover {
color: #f70
}
.g-side-user-attr li a.a-01 {
background-position: 0 -120px
}
.g-side-user-attr li a.a-02 {
background-position: -50px -120px
}
.g-side-user-attr li a.a-03 {
background-position: -100px -120px
}
.g-side-user-attr li a.a-04 {
background-position: -150px -120px
}
.g-side-user-attr li a.a-05 {
background-position: -200px -120px
}
.g-side-user-attr li a.a-06 {
background-position: -250px -120px
}
.g-side-user-attr li a.a-07 {
background-position: -300px -120px
}
.g-side-user-attr li.current a {
display: inline-block
}
.g-side-user-total {
margin: 10px 0 0 -5px;
overflow: hidden
}
.g-side-user-total li {
float: left;
width: 88px;
height: 32px;
border: 1px solid #DDD;
margin-left: 5px;
background: #FFF;
line-height: 32px;
text-align: center
}
.g-side-user-total li em {
color: #F60
}
.g-side-user-total li.disable a,.g-side-user-total li.disable em {
color: #999
}
.g-side-user-account {
width: 100%;
margin: 0 auto;
border: 1px solid #DDD;
background: #FFF
}
.g-side-user-account th {
border-bottom: solid 1px #EEE;
font: 400 14px/60px \5FAE\8F6F\96C5\9ED1;
color: #666;
text-align: center
}
.g-side-user-account td {
height: 30px;
padding: 0 20px
}
.g-side-user-account .field {
width: 35%;
border-bottom: none;
border-right: solid 1px #EEE;
padding: 0;
color: #999;
text-align: center
}
.g-side-user-account .field a {
color: #999
}
.g-side-user-account .field a:hover {
color: #F60
}
.g-side-user-account .border {
border-bottom: solid 1px #EEE
}
.g-side-account-title {
width: 100%;
height: 35px;
margin: 0 auto;
font: 400 14px/35px \5FAE\8F6F\96C5\9ED1;
font-weight: 700
}
.g-side-account-title .more-vip-item {
float: right;
color: #2272c8;
font-size: 12px;
font-family: \5B8B\4F53;
font-weight: 100
}
.g-side-account-title .more-vip-item:hover {
color: #f70
}
.sn-sidebar-member-wrap {
display: block;
position: absolute;
top: 140px;
right: -400px;
width: 280px;
background: url(../images/sidebar-bg.jpg?v=20151010) no-repeat;
z-index: 3;
box-shadow: 1px 0 4px #888;
border: 1px solid #888;
border-right: 0
}
@media screen and (min-width:0px) {
.sn-sidebar .sn-sidebar-member-wrap {
border: 0
}
}
.ng-sidebar-head {
height: auto;
background: 0 0
}
.ng-sidebar-head .userinfo {
padding: 12px 0 10px 15px
}
.ng-sidebar-notices {
margin: 0 10px 0 15px;
padding: 10px 0;
border-top: 1px dashed #999
}
.ng-sidebar-notices .ng-sidebar-notice {
overflow: hidden
}
.ng-sidebar-notices .torenxin {
float: left;
margin-left: 20px;
color: #999
}
.ng-sidebar-notices .torenxin:hover {
color: #f60
}
.ng-sidebar-notices .member-laba {
display: inline-block;
float: left;
position: relative;
top: 3px;
margin-right: -15px;
width: 12px;
height: 11px;
background: url(../images/sn-sidebar-member.png?v=20151012) 0 -170px no-repeat
}
.member-white {
background: no-repeat #fff
}
.member-white .ng-sidebar-head .userinfo dd,.member-white .ng-sidebar-head a {
color: #333
}
.member-white .ng-sidebar-notices .member-laba {
color: #333;
background: url(../images/sn-sidebar-member.png?v=20151012) -12px -170px no-repeat
}
.sn-sidebar .g-cart-checkout-btn b,.sn-sidebar .g-cart-close a,.sn-sidebar .g-cart-cout a,.sn-sidebar .g-cart-no-data .icon {
background: url(../images/sidebar.png?v=20152525) no-repeat
}
.sn-sidebar .ng-min-cart {
width: auto;
height: auto;
background: #FFF;
overflow: hidden
}
.sn-sidebar .ng-min-cart .pr {
position: relative
}
.sn-sidebar .ng-min-cart .red {
color: red
}
.sn-sidebar .g-cart-item:after,.sn-sidebar .g-cart-td-msg:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.sn-sidebar .g-cart-top {
padding: 2px 14px 8px
}
.sn-sidebar .g-cart-top h4 {
font: 400 16px/34px "Microsoft YaHei"
}
.sn-sidebar .g-cart-checkout-btn {
position: relative;
display: block;
background: #F60;
text-align: center;
border-radius: 4px;
overflow: hidden
}
.sn-sidebar .g-cart-checkout-btn:hover {
background: #F50;
color: #FFF;
text-decoration: none
}
.sn-sidebar .g-cart-checkout-btn-disable,.sn-sidebar .g-cart-checkout-btn-disable:hover {
background: #CCC
}
.sn-sidebar .g-cart-checkout-btn b {
position: absolute;
width: 15px;
height: 15px;
background-position: -40px -190px
}
.sn-sidebar .g-cart-checkout-btn-disable b {
background-position: -40px -210px
}
.sn-sidebar .g-cart-top .g-cart-checkout-btn {
font: 700 18px/46px "Microsoft YaHei";
color: #FFF
}
.sn-sidebar .g-cart-top .g-cart-checkout-btn b {
top: 16px;
right: 80px
}
.sn-sidebar .g-cart-info {
height: 26px;
background: 0 0;
line-height: 26px;
color: #666;
overflow: hidden
}
.sn-sidebar .g-cart-info input {
float: left;
width: 13px;
height: 13px;
margin: 7px 10px 0 0;
border: 1px solid #707070
}
.sn-sidebar .g-cart-info .check-all {
margin-right: 5px;
color: #666;
text-decoration: underline
}
.sn-sidebar .g-cart-info .check-all:hover {
color: #FA0
}
.sn-sidebar .ng-min-cart .price em {
padding-left: 2px;
font-family: tahoma
}
.sn-sidebar .ng-min-cart .g-cart-info .price {
font: 700 16px/26px Arial;
color: #D00;
vertical-align: middle
}
.sn-sidebar .g-cart-bottom {
padding: 0;
border-top: 2px solid #DDD
}
.sn-sidebar .g-cart-bottom .g-cart-info {
height: 43px;
padding: 10px 10px 0 12px;
color: #333;
line-height: normal;
border-radius: 4px
}
.sn-sidebar .g-cart-bottom .g-cart-info .price {
display: inline-block;
width: 74px;
height: 20px;
color: #333;
font-weight: 400;
font-size: 12px;
line-height: 19px;
overflow: hidden
}
.sn-sidebar .g-cart-bottom .g-cart-checkout-btn {
width: 115px;
height: 32px;
background-color: #F90;
padding-left: 10px;
border: 1px solid #E68A00;
color: #FFF;
text-align: left;
font: 14px/32px "Microsoft YaHei"
}
.sn-sidebar .g-cart-bottom .g-cart-checkout-btn b {
top: 9px;
right: 9px
}
.sn-sidebar .g-cart-list-box {
position: relative;
border-top: 1px solid #DDD;
overflow-y: scroll
}
.sn-sidebar .g-cart-empty {
border-top: 0
}
.sn-sidebar .g-cart-store-title {
position: relative;
padding: 0 0 0 14px;
border-top: 1px solid #DDD;
background: #F0F0F0;
z-index: 1
}
.sn-sidebar .g-cart-store-title input {
float: left;
width: 13px;
height: 13px;
margin: 8px 10px 0 0;
border: 1px solid #707070
}
.sn-sidebar .g-cart-store-title .store-info {
line-height: 28px
}
.sn-sidebar .g-cart-store-title .store-info label {
float: left;
color: #666
}
.sn-sidebar .g-cart-store-title .store-info .price {
padding-right: 10px
}
.sn-sidebar .store-promotion .g-cart-store-title {
border-top: 2px solid #CCF0C0;
background: #D9FFCC
}
.sn-sidebar .ng-min-cart .promotion-info {
height: 28px;
padding: 2px 3px 6px 0;
line-height: 28px;
*height: auto
}
.sn-sidebar .ng-min-cart .promotion-info .icon {
width: 16px;
height: 28px;
margin-right: 6px;
background: #F60;
text-align: center;
color: #FFF;
border-radius: 2px
}
.sn-sidebar .ng-min-cart .promotion-info .desc {
float: left;
width: 140px;
height: 28px;
color: #666;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
width\0: 137px
}
.sn-sidebar .ng-min-cart .promotion-info .result {
padding: 0 5px;
line-height: 28px;
background: #63B201;
color: #FFF;
border-radius: 2px;
white-space: nowrap
}
.sn-sidebar .g-cart-td {
padding: 0 14px
}
.sn-sidebar .g-cart-td:hover .g-cart-cout {
display: block
}
.sn-sidebar .g-cart-td:hover .g-cart-cout-text {
display: none
}
.sn-sidebar .g-cart-item {
position: relative;
padding: 10px 8px 10px 0;
border-top: 1px solid #EEE;
zoom: 1
}
.sn-sidebar .ng-min-cart .fisrt .g-cart-item {
border-top: 0 none
}
.sn-sidebar .g-cart-td-images-sidebar {
position: relative;
width: 62px;
height: 62px;
overflow: hidden;
margin-right: 10px
}
.sn-sidebar .g-cart-checkbox {
float: left;
width: 23px;
margin-top: 21px
}
.sn-sidebar .g-cart-checkbox input {
width: 13px;
height: 13px;
border: 1px solid #707070
}
.sn-sidebar .g-cart-td-images-sidebar a {
display: block;
border: 1px solid #eee
}
.sn-sidebar .g-cart-td-images-sidebar img {
display: block;
width: 60px;
height: 60px
}
.sn-sidebar .g-cart-td-msg {
margin-left: 10px;
padding-top: 8px;
zoom: 1
}
.sn-sidebar .g-cart-td-msg p {
height: 24px;
margin-bottom: 2px;
line-height: 24px;
word-break: break-all;
word-wrap: break-word;
overflow: hidden
}
.sn-sidebar .g-cart-td-msg p a {
color: #666
}
.sn-sidebar .g-cart-cout {
display: none;
float: left;
width: 66px;
height: 30px;
overflow: hidden
}
.sn-sidebar .g-cart-cout .g-cart-cout-input {
float: left;
width: 30px;
height: 28px;
border: 1px solid #ddd;
border-left: 0;
border-right: 0;
line-height: 28px;
text-align: center
}
.sn-sidebar .g-cart-cout a {
float: left;
width: 18px;
height: 30px;
overflow: hidden
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnl {
background-position: 0 -190px
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnl-disabled {
background-position: 0 -210px
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnr {
background-position: -20px -190px
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnr-disabled {
background-position: -20px -210px
}
.sn-sidebar .g-cart-cout-text {
width: 66px;
height: 30px;
line-height: 30px;
text-align: center;
overflow: hidden
}
.sn-sidebar .g-cart-close {
position: absolute;
right: -12px;
top: 12px
}
.sn-sidebar .g-cart-close a {
display: none;
width: 12px;
height: 12px;
background-position: 0 -60px;
overflow: hidden
}
.sn-sidebar .g-cart-close a:hover {
background-position: -33px -60px
}
.sn-sidebar .g-cart-item-disable .g-cart-close a,.sn-sidebar .g-cart-suit-disable .g-cart-close a,.sn-sidebar .g-cart-td:hover .g-cart-close a,.sn-sidebar .sn-sidebar .g-cart-td:hover .g-cart-close a {
display: block
}
.sn-sidebar .g-cart-suit .g-cart-checkbox {
margin-top: 3px
}
.sn-sidebar .g-cart-suit-name {
width: 62px;
height: 30px;
margin-right: 10px;
word-wrap: break-word;
word-break: break-all;
overflow: hidden
}
.sn-sidebar .g-cart-suit .g-cart-td-images-sidebar {
width: auto;
height: auto;
padding: 0 0 0 14px;
margin-right: 0
}
.sn-sidebar .g-cart-suit .g-cart-td-images-sidebar a {
float: left;
margin: 10px 0 0 9px
}
.sn-sidebar .g-cart-suit .g-cart-td-msg {
padding-top: 0
}
.sn-sidebar .g-cart-item-disable .opacity,.sn-sidebar .g-cart-suit-disable .opacity {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .15;
filter: Alpha(opacity=15)
}
.sn-sidebar .ng-min-cart .no-tip {
line-height: 30px;
text-align: center;
color: #999
}
.sn-sidebar .ng-min-cart .scroll-loading {
height: 70px;
background: url(../images/loading.gif) center center no-repeat
}
.sn-sidebar .g-cart-suit .g-cart-td-images {
width: auto;
height: auto;
margin-right: 0;
padding: 0 0 0 14px
}
.sn-sidebar .g-cart-td-images img {
display: block;
width: 60px;
height: 60px
}
.sn-sidebar .g-cart-td-images {
position: relative;
width: 62px;
height: 62px;
margin-right: 10px;
overflow: hidden
}
.sn-sidebar .g-cart-td-images .mini-ico-active {
background: #d00
}
.sn-sidebar .g-cart-td-images i {
display: inline-block;
position: absolute;
height: 28px;
padding: 0 3px;
border-radius: 2px;
line-height: 28px;
color: #fff;
font-family: SimSun;
font-size: 12px
}
.sn-sidebar .g-cart-td-images a {
display: block;
border: 1px solid #eee
}
.sn-sidebar .g-cart-suit .g-cart-td-images a {
float: left;
margin: 10px 0 0 9px
}
.sn-sidebar .ng-sidebar-cart-wrapper {
width: 100%
}
.sn-sidebar .g-cart-no-data {
position: absolute;
top: 30%;
left: 0;
padding: 0 8px;
text-align: center;
color: #BBB
}
.sn-sidebar .g-cart-no-data .icon {
display: block;
width: 150px;
height: 96px;
margin: 0 auto;
background-position: 0 -291px
}
.sn-sidebar .g-cart-no-data h5 {
margin-top: 10px;
font: 400 14px/1.5 "Microsoft YaHei"
}
.sn-sidebar .g-cart-no-data .desc {
margin-top: 20px;
line-height: 26px
}
.sn-sidebar .g-cart-no-data .desc i {
display: inline-block;
width: 20px;
height: 17px;
border: 1px solid #DDD;
border-bottom-width: 3px;
margin: 0 5px;
background: #FFF;
font: 700 12px/17px Arial;
text-align: center;
color: #666;
vertical-align: middle;
border-radius: 2px
}
.sn-sidebar .g-cart-no-data .desc .btn {
display: inline-block;
padding: 0 20px;
line-height: 26px;
background: #F60;
margin-left: 5px;
font: 700 14px/26px "Microsoft YaHei";
color: #FFF;
border-radius: 2px
}
.sn-sidebar .g-cart-tipbox {
position: relative;
left: 0;
top: 50%;
width: 264px;
*top: 0
}
.sn-sidebar .g-cart-no-data .loading {
height: 176px;
background: url(../images/sidebar-loading.gif) center center no-repeat
}
.sn-sidebar .g-cart-no-data .loading .loading-content {
padding-top: 128px
}
.sn-sidebar .g-cart-ui-tooltip {
position: absolute;
border: 1px solid #DDD;
background: #FFF;
box-shadow: 0 0 3px #F1F1F1
}
.sn-sidebar .g-cart-ui-tooltip-inner {
padding: 10px
}
.sn-sidebar .g-cart-ui-tooltip-arrow {
position: absolute;
width: 16px;
height: 16px
}
.sn-sidebar .g-cart-ui-tooltip-top .g-cart-ui-tooltip-arrow {
left: 50%;
bottom: -8px;
margin-left: -8px
}
.sn-sidebar .g-cart-ui-tooltip-right .g-cart-ui-tooltip-arrow {
top: 50%;
left: -8px;
margin-top: -8px
}
.sn-sidebar .g-cart-ui-tooltip-bottom .g-cart-ui-tooltip-arrow {
left: 50%;
top: -8px;
margin-left: -8px
}
.sn-sidebar .g-cart-ui-tooltip-left .g-cart-ui-tooltip-arrow {
top: 50%;
right: -8px;
margin-top: -8px
}
.sn-sidebar .g-cart-ui-tooltip-arrow-back,.sn-sidebar .g-cart-ui-tooltip-arrow-front {
position: absolute;
font: 400 16px/1 simsun
}
.sn-sidebar .g-cart-ui-tooltip-arrow-back {
color: #ddd
}
.sn-sidebar .g-cart-ui-tooltip-top .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2
}
.sn-sidebar .g-cart-ui-tooltip-right .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2;
right: -1px
}
.sn-sidebar .g-cart-ui-tooltip-bottom .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2;
top: 1px
}
.sn-sidebar .g-cart-ui-tooltip-left .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2
}
.sn-sidebar .g-cart-ui-tooltip-left .g-cart-ui-tooltip-arrow-back {
right: -1px
}
.sn-sidebar .g-cart-ui-tooltip-top .g-cart-ui-tooltip-arrow-back {
top: 1px
}
.sn-sidebar .g-cart-ui-tooltip-inner table {
margin: 0 auto
}
.sn-sidebar .g-cart-ui-tooltip-inner td {
padding: 4px 0
}
.sn-sidebar .g-cart-ui-tooltip-inner td .tip-icon {
vertical-align: middle
}
.sn-sidebar .g-cart-td-images-sidebar i {
position: absolute;
padding: 0 3px;
display: inline-block;
height: 28px;
line-height: 28px;
font-size: 12px;
color: #fff;
font-family: SimSun;
border-radius: 2px
}
.sn-sidebar .g-cart-td-images-sidebar .mini-ico-active {
background: #d00
}
.sn-sidebar .g-cart-td-images-sidebar .mini-ico-unactive {
background: #6e6e6e
}
.sn-sidebar .g-cart-store .price {
color: #333;
font-weight: 400
}
.sn-sidebar .g-cart-store .result .price {
color: #FFF
}
.recharge-title {
position: relative;
height: 45px;
background: url(../images/czsprite.png) center -94px no-repeat;
overflow: hidden
}
.recharge-title span {
display: inline-block;
width: 100%;
font: 400 14px "Microsoft YaHei";
text-shadow: 1px 1px 1px rgba(255,235,97,.7);
text-align: center;
line-height: 40px
}
.recharge-title .close {
position: absolute;
top: 10px;
right: 20px;
font: 400 18px/1 \5B8B\4F53;
color: #FFF;
z-index: 10;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.recharge-title .close:hover {
color: #F60;
text-decoration: none;
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg)
}
.recharge-main {
width: 250px;
margin: 15px auto 0;
background: #FFF
}
.recharge-main .cz-btn {
display: inline-block;
width: 248px;
height: 46px;
margin-top: 7px;
border: 1px solid #E68a00;
border-radius: 4px;
color: #FFF;
font: 700 18px/46px "Microsoft YaHei";
text-align: center;
background: #F90
}
.recharge-main .cz-btn:hover {
color: #FFF;
text-decoration: none;
background: #F80;
border-color: #E67A00
}
.recharge-main .cz-btn.disable,.recharge-main .cz-btn.disable:hover {
border-color: #CCC;
background: #EEE;
color: #BBB;
cursor: default
}
.cz-telnum {
position: relative;
width: 250px;
z-index: 1
}
.cz-telnum .placehold {
position: absolute;
left: 12px;
top: 11px;
line-height: 30px;
color: #bbb;
font-size: 14px;
font-family: "Microsoft YaHei";
cursor: text;
z-index: 3;
_top: 12px
}
.cz-telnum input {
position: relative;
width: 226px;
height: 22px;
padding: 8px 11px;
font-size: 14px;
line-height: 22px;
color: #333;
font-family: Arial;
border: 1px solid #ddd;
z-index: 1;
background: #FFF;
box-sizing: content-box
}
.cz-telnum input.focus,.cz-telnum input:focus {
border-color: #B8B8B8
}
.cz-telnum input.err {
border-color: #d00
}
.cz-telnum .mail-list {
position: absolute;
top: 10px;
right: 11px;
display: block;
width: 18px;
height: 20px;
background: url(../images/czsprite.png) no-repeat;
overflow: hidden;
cursor: pointer;
z-index: 20;
_top: 11px
}
.cz-telnum .mail-list.on {
background-position: left -21px
}
.cz-telnum .cz-response {
position: absolute;
right: 39px;
top: 9px;
color: #bbb;
font: 400 14px/1.5 "Microsoft YaHei";
cursor: text;
z-index: 20;
*top: 10px;
_top: 11px
}
.cz-telnum .cz-response.err {
color: #d00
}
.cz-telnum .his-list li a,.cz-telnum .splittip {
padding: 0 11px;
color: #BBB;
font: 700 18px/38px Arial;
height: 38px
}
.cz-telnum .his-list,.cz-telnum .splittip {
position: absolute;
left: 0;
top: 40px;
width: 100%;
border-top: 1px solid #b8b8b8;
background: #FFF;
z-index: 5;
*top: 41px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.36);
-moz-box-shadow: 0 0 5px rgba(0,0,0,.36);
box-shadow: 0 0 5px rgba(0,0,0,.36);
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=4)
}
.cz-telnum .his-list li {
height: 38px;
width: 248px;
border: 1px solid #b8b8b8;
border-top: 0 none;
cursor: pointer;
vertical-align: bottom
}
.cz-telnum .splittip {
width: 226px;
border: 1px solid #b8b8b8
}
.cz-telnum .his-list li a {
position: relative;
display: block
}
.cz-telnum .his-list li a em {
position: absolute;
top: 0;
right: 10px;
display: none;
color: #9F9F9F;
font: 400 16px/38px Simsun
}
.cz-telnum .his-list li a:hover {
text-decoration: none;
background: #FFF
}
.cz-telnum .his-list li a:hover em {
display: block;
cursor: pointer
}
.cz-telnum .his-list i {
color: #d00
}
.cz-price {
margin-left: -11px
}
.cz-price a {
display: inline;
float: left;
width: 74px;
height: 38px;
margin: 10px 0 0 11px;
border: 1px solid #ddd;
font: 400 14px/38px "Microsoft YaHei";
text-align: center;
transition: border-color .3s;
-webkit-transition: border-color .3s
}
.cz-price a i {
display: none
}
.cz-price a.on,.cz-price a:hover {
position: relative;
width: 72px;
height: 36px;
line-height: 36px;
border: 2px solid #ff9c00;
color: #333;
text-decoration: none
}
.cz-price a.on i {
position: absolute;
right: -2px;
bottom: -2px;
display: block;
width: 11px;
height: 11px;
font-size: 0;
line-height: 0;
background: url(../images/czsprite.png) top right no-repeat
}
.historynum li em {
color: red
}
.recharge-main .mimprice {
margin-top: 18px;
color: #D00;
font: 400 14px/1.5 "Microsoft YaHei"
}
.recharge-main .mimprice i {
font-family: tahoma
}
.life-helper {
width: 100%;
margin-top: 75px;
overflow: hidden
}
.life-helper dt {
font: 700 14px/21px "Microsoft YaHei"
}
.life-helper dd {
width: 280px;
margin-top: 15px;
margin-left: -5px;
overflow: hidden
}
.life-helper dd a {
display: inline;
float: left;
width: 50px;
height: 77px;
margin: 10px 15px 0 20px;
text-align: center
}
.life-helper dd a span {
display: inline-block;
padding-top: 5px;
line-height: 21px;
font-family: "Microsoft YaHei";
cursor: pointer
}
.life-helper dd a:hover span {
text-decoration: underline
}
.life-helper dd a b {
display: block;
width: 50px;
height: 50px;
background: url(../images/czsprite.png) no-repeat;
overflow: hidden;
cursor: pointer
}
.life-helper dd a.train b {
background-position: 0 -42px
}
.life-helper dd a.plane b {
background-position: -51px -42px
}
.life-helper dd a.lifefee b {
background-position: -102px -42px
}
.life-helper dd a.finance b {
background-position: -153px -42px
}
.life-helper dd a.freebook b {
background-position: -204px -42px
}
.life-helper dd a.insurance b {
background-position: -255px -42px
} | public/static/home/css/reg.css | @charset "utf-8";
a,body {
color: #333
}
.clear,.clearfix:after {
display: block;
height: 0;
clear: both
}
.ng-toolbar i.linex,.tl,a.ng-close {
text-align: center
}
.ng-header .ng-gif-logo img,a {
outline: 0
}
.clearfix:after,.footer-dom {
visibility: hidden
}
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,td,textarea,th,ul {
margin: 0;
padding: 0
}
body,button,input,select,textarea {
font: 12px/1.5 arial,tahoma,\5b8b\4f53
}
.ng-iconfont,em,i {
font-style: normal
}
.ng-toolbar,.ng-toolbar .ng-bar-node,a.ng-close {
line-height: 35px;
height: 35px
}
body {
background: #FFF
}
h1,h2,h3,h4,h5,h6 {
font-size:12px
}
fieldset,img {
border: 0
}
li,ol,ul {
list-style: none
}
button,input,select,textarea {
font-size:12px;
outline: 0
}
textarea {
resize: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
a {
text-decoration: none
}
a:hover {
color: #F60;
text-decoration: underline
}
.ng-toolbar .ng-bar-node:hover,a.ng-close:hover {
text-decoration: none
}
.clearfix:after {
content: "."
}
.clearfix {
zoom: 1
}
.clear {
overflow: hidden;
font-size: 0
}
.hide {
display: none
}
.lazy-loading,img.err-product {
background: url(../images/blankbg.gif?v=2015102601) 50% 50% no-repeat
}
.wrapper {
width: 990px;
min-width: 990px;
margin: 0 auto;
clear: both
}
.g-footer,.g-header,.g-toolbar {
width: 100%;
min-width: 990px
}
.l {
float: left
}
.r {
float: right
}
.mt10 {
margin-top: 10px!important
}
.mr10 {
margin-right: 10px!important
}
.mb10 {
margin-bottom: 10px!important
}
.ml10 {
margin-left: 10px!important
}
@font-face {
font-family:ng-iconfont;src:url(../fonts/iconfont.eot?var=03);src:url(../fonts/iconfont.eot?#iefix) format('embedded-opentype'),url(../fonts/iconfont.woff?var=03) format('woff'),url(../fonts/iconfont.ttf?var=03) format('truetype'),url(../fonts/iconfont.svg#uxiconfont?var=03) format('svg')
}
.ng-iconfont {
display: inline-block;
font-family: ng-iconfont!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
a.ng-close {
position: absolute;
display: inline-block;
width: 35px;
color: #989898;
right: 1px;
top: 1px;
-webkit-transition: transform .2s ease-in;
-moz-transition: transform .2s ease-in;
-o-transition: transform .2s ease-in;
transition: transform .2s+ ease-in
}
a.ng-close:hover {
color: #f60;
-moz-transform-origin: 50% 50%;
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg)
}
a.ng-close em {
font-size: 22px;
cursor: pointer
}
.ng-toolbar {
position: relative;
width: 100%;
min-width: 990px;
border-bottom: 1px solid #eee;
background: #f5f5f5;
*margin-top: -1px
}
.ng-toolbar .ng-toolbar-con {
width: 990px;
margin: 0 auto;
min-width: 990px;
position: relative
}
.ng-toolbar a {
color: #666
}
.ng-toolbar a:hover {
color: #f60
}
.ng-toolbar i.ng-line {
float: left;
display: inline-block;
color: #ddd;
font-size: 14px;
width: 1px;
overflow: hidden;
margin-left: -1px
}
.ng-toolbar i.linex {
display: inline-block;
color: #bbb;
width: 14px;
*margin-left: -5px;
font-family: tahoma
}
.ng-sort,.ng-toolbar .ng-bar-node-mini-cart,.ng-toolbar dl.sn-site-list dt {
font-family: "Microsoft Yahei"
}
.ng-toolbar-left {
float: left
}
.ng-toolbar-right {
float: right
}
.ng-toolbar .ng-bar-node-box {
position: relative;
float: left;
margin-left: -1px;
_top: 1px
}
.ng-toolbar .app-down-box {
margin-left: 10px
}
.ng-toolbar .ng-bar-node {
display: block;
position: relative;
float: left;
padding: 0 10px;
overflow: hidden
}
.ng-toolbar .ng-bar-node span {
display: inline-block;
cursor: pointer
}
.ng-toolbar .ng-bar-node:hover span {
color: #f60;
text-decoration: underline
}
.ng-toolbar .ng-bar-node i.ng-backhome {
float: left;
display: inline-block;
font-size: 16px;
margin-right: 3px;
width: 16px;
line-height: 34px;
*line-height: 33px;
_line-height: 34px
}
.ng-toolbar .ng-bar-node em.mb {
margin-right: 2px;
font-size: 17px;
color: #666;
*line-height: 34px;
float: left;
width: 18px
}
.ng-toolbar .ng-bar-node em.down {
display: inline-block;
font-size: 10px;
width: 10px;
color: #bbb;
margin-left: 3px;
transform-origin: 50% 48%;
-webkit-transform-origin: 50% 50%;
-webkit-transition: transform .2s ease-in;
-moz-transition: transform .2s ease-in;
-o-transition: transform .2s ease-in;
transition: transform .2s ease-in
}
.ng-toolbar .ng-bar-node em.cart {
display: inline-block;
margin-right: 7px;
font-size: 18px;
width: 16px
}
.ng-toolbar .ng-bar-node-hover {
background: #fff;
border: 1px solid #ddd;
border-bottom: 0;
line-height: 33px;
height: 35px;
padding: 0 9px
}
.ng-toolbar .ng-bar-node-hover em.mb {
*line-height: 32px
}
.ng-toolbar .ng-bar-node-hover em.down {
transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
cursor: default
}
.ng-toolbar .ng-bar-node-fix {
width: 63px
}
.ng-toolbar .mb-suning {
margin-left: -13px
}
.ng-toolbar .ng-bar-node-mini-cart {
padding: 0 0 0 9px;
line-height: 34px;
height: 36px
}
.ng-toolbar .ng-bar-node-mini-cart span {
font-size: 14px
}
.ng-toolbar .ng-bar-node-mini-cart em.down {
font-size: 14px;
color: #000;
margin-left: -5px
}
.ng-toolbar .ng-bar-node-mini-cart .total-num-box {
display: inline-block;
position: relative;
right: 3px;
top: -8px;
*top: -6px;
height: 28px;
line-height: 15px;
*line-height: 28px;
z-index: 300;
font-size: 12px
}
.ng-toolbar .ng-bar-node-mini-cart .total-num {
position: relative;
display: inline-block;
height: 28px;
min-width: 8px;
padding: 0 4px;
text-align: center;
z-index: 10;
color: #FFF;
border-radius: 8px;
background: #f7a705
}
.ng-toolbar .ng-bar-node-msg em.down {
margin-left: 8px
}
.ng-toolbar .ng-bar-node-msg .dot {
display: none;
position: absolute;
width: 5px;
height: 5px;
top: 8px;
right: 22px;
background: url(../images/npbg.png?v=2015102601) -70px -292px;
font-size: 0
}
.ng-toolbar .ng-bar-node-hover .dot {
top: 7px;
right: 21px
}
.ng-toolbar .ng-msg-child {
width: 187px
}
.ng-toolbar .ng-msg-bottom {
padding: 0 10px;
border-top: solid 1px #EEE;
line-height: 26px;
text-align: right
}
.ng-toolbar .ng-msg-bottom a {
color: #999
}
.ng-toolbar .ng-msg-list {
padding: 12px 0
}
.ng-toolbar .ng-msg-child .ng-msg-item {
display: block;
padding: 4px 15px;
height: 36px
}
.ng-toolbar .ng-msg-child a.ng-msg-item:hover {
background: #EEE;
cursor: pointer
}
.ng-toolbar .ng-msg-child a.ng-msg-item:hover span {
background: #EEE;
color: #F90;
text-decoration: underline;
cursor: pointer
}
.ng-toolbar .ng-msg-item td {
height: 44px
}
.ng-toolbar .ng-msg-item i {
display: inline-block;
width: 34px;
height: 34px;
margin-right: 6px;
background: url(../images/npbg.png?v=2015102601) 0 -292px;
vertical-align: middle
}
.ng-toolbar .ng-msg-item span {
display: inline-block;
width: 110px;
color: #666;
line-height: 30px;
max-height: 36px;
overflow: hidden;
word-break: break-all;
vertical-align: middle;
_height: expression(this.scrollHeight>36?"36px":"auto")
}
.ng-toolbar .ng-msg-item-no i {
background-position: -35px -292px
}
.ng-toolbar .ng-msg-child a:hover {
color: #F90
}
.ng-toolbar .ng-bar-node-mini-cart:hover .total-num-box {
text-decoration: none
}
.ng-toolbar .ng-bar-node-service:hover {
cursor: default;
color: #666
}
.ng-toolbar .ng-bar-node-service:hover span {
text-decoration: none;
cursor: default;
color: #666
}
.ng-toolbar .ng-d-box {
position: absolute;
top: 35px;
border: 1px solid #ddd;
background: #fff;
left: 0
}
.ng-toolbar .ng-d-box a {
padding: 0
}
.ng-toolbar .ng-d-box p.ng-tip {
line-height: 25px;
text-align: center;
height: 30px
}
.ng-toolbar .ng-mb-box {
left: -13px;
width: 243px;
height: 210px;
padding: 15px
}
.ng-toolbar a.ng-app-btn {
display: inline-block;
height: 24px;
width: 80px;
line-height: 24px;
text-align: center;
background: #f3f3f3;
margin-top: 18px;
border-radius: 1px
}
.ng-toolbar a.ng-app-btn em {
font-size: 12px
}
.ng-toolbar .ng-mb-box .ng-app-box,.ng-toolbar .ng-mb-box .ng-code-box {
display: inline-block;
float: left;
height: 162px;
width: 132px;
margin-bottom: 10px
}
.ng-toolbar .ng-mb-box .ng-code-box {
padding-right: 15px;
border-right: 1px solid #eee
}
.ng-toolbar .ng-mb-box .ng-code-box img {
display: block;
height: 132px;
width: 132px
}
.ng-toolbar .ng-mb-box .ng-app-box {
padding-left: 15px;
overflow: hidden;
width: 80px;
padding-top: 30px;
height: 132px
}
.ng-toolbar .ng-mb-box .ng-app-box .ng-app-list {
width: 98px;
height: 89px;
overflow: hidden
}
.ng-toolbar .ng-mb-box .ng-app-box a.ng-app {
float: left;
margin-right: 15px;
margin-bottom: 20px;
height: 32px;
width: 32px;
overflow: hidden
}
.ng-toolbar .ng-mb-box .ng-app-box img {
display: block;
height: 32px;
width: 32px
}
.ng-toolbar .ng-down-box {
width: 81px;
padding-bottom: 5px
}
.ng-toolbar .ng-down-box a {
display: block;
height: 30px;
line-height: 30px;
padding-left: 10px;
width: 71px
}
.ng-toolbar .ng-down-box a.ng-data-null {
color: #999;
text-decoration: none
}
.ng-toolbar .ng-down-box a.ng-vip-union em {
font-size: 16px;
color: #ffd200;
text-decoration: none;
margin-left: 2px
}
.ng-toolbar .ng-ser-list a {
height: 22px;
line-height: 15px;
line-height: 22px
}
.ng-toolbar .ng-sn-site-nav {
width: 988px;
padding: 20px 0
}
.ng-toolbar dl.sn-site-list {
float: left;
width: 176px;
border-right: 1px solid #eee;
padding-left: 20px
}
.ng-toolbar dl.rnb {
border-right: 0
}
.ng-toolbar dl.sn-site-list dt {
height: 25px;
width: 100%;
font-size: 14px;
line-height: 17px
}
.ng-toolbar dl.sn-site-list dd {
width: 100%;
overflow: hidden
}
.ng-toolbar dl.sn-site-list dd p {
float: left;
height: 25px;
width: 78px;
line-height: 25px
}
.ng-toolbar dl.sn-site-list dd a {
position: relative;
display: inline-block
}
.ng-toolbar .ng-site-nav-box i {
position: absolute;
display: inline-block;
height: 28px;
width: 16px;
background: url(../images/npbg.png?v=2015102601) no-repeat;
left: auto;
right: -18px;
top: 0
}
.ng-toolbar .ng-site-nav-box i.hot {
background-position: 0 -205px
}
.ng-toolbar .ng-site-nav-box i.new {
background-position: -16px -205px
}
.ng-toolbar .reg-bar-node:hover,.ng-toolbar .username-bar-node:hover {
background: #eee
}
.ng-toolbar .ng-site-nav-box span {
position: relative
}
.ng-toolbar .ng-site-nav-box .ng-bar-node-hover span {
text-decoration: none;
color: #666
}
.ng-toolbar .ng-site-nav-box span i {
position: relative;
right: 0;
display: none;
*position: absolute;
*right: -18px;
*top: 3px
}
.ng-toolbar .ng-site-nav-box em.down {
*margin-left: 18px
}
.ng-toolbar .ng-bar-node-site {
width: 65px
}
.ng-toolbar .ng-bar-node-site:hover {
color: #666;
cursor: default
}
.ng-toolbar .ng-bar-node-site:hover span {
text-decoration: none;
color: #666;
cursor: default
}
.ng-toolbar .reg-bar-node .reg-bbb {
position: relative;
top: -1px;
margin-left: 10px
}
.ng-header,.ng-toolbar .username-bar-node-noside:hover {
background: #fff
}
.ng-toolbar .username-bar-node:hover span {
text-decoration: none;
color: #666
}
.ng-toolbar .username-bar-node em.hasmsg {
display: inline-block;
display: none;
position: absolute;
height: 20px;
width: 20px;
text-align: center;
line-height: 20px;
right: 5px;
top: 0;
font-size: 16px;
color: #70c700
}
.ng-toolbar .ng-username-slide {
width: 98%;
min-width: 70px
}
.ng-toolbar .ng-bar-node-backhome {
display: none;
padding-left: 0;
_line-height: 37px
}
.ng-toolbar .ng-bar-node-backhome span {
float: left
}
.ng-header {
position: relative;
height: 100px;
width: 100%;
min-width: 990px
}
.ng-header .code-maintain {
position: absolute;
top: 0;
left: 0;
height: 100px;
width: 100%
}
.ng-header .ng-header-con {
position: relative;
height: 100px;
width: 990px;
min-width: 990px;
margin: 0 auto
}
.ng-header .ng-header-con .wrapper {
position: relative
}
.ng-header .ng-header-box {
position: absolute;
width: 100%;
height: 100px;
min-width: 990px;
left: 0;
top: 0
}
.ng-header .ng-logo-box {
position: relative;
float: left;
height: 100px;
width: 400px
}
.ng-header a.logo {
float: left;
height: 90px;
width: 190px;
background: url(../images/npbg.png?v=2015102601) -84px -248px no-repeat;
text-indent: -999em
}
.ng-header .ng-gif-logo {
float: left
}
.ng-header a.ng-logo {
float: left;
height: 90px;
width: 190px;
overflow: hidden
}
.ng-header img.slogn {
float: left;
height: 100px;
width: 150px
}
.ng-header .channel-logo {
float: left;
display: inline;
margin: 20px 0 0 10px
}
.ng-header .channel-logo a {
margin: 0
}
.ng-header .flash-box {
float: left;
height: 100px
}
.ng-search {
position: absolute;
height: 100px;
width: 600px;
top: 0;
left: 370px
}
.screen-small .ng-search {
left: 250px;
width: 500px!important
}
.screen-large .ng-search {
left: 380px
}
.screen-middle .ng-search {
width: 450px
}
.ng-nav-bar {
position: relative;
width: 100%;
min-width: 990px;
background: #fff;
overflow: visible
}
.ng-sort {
position: absolute;
width: 190px;
top: 0;
left: 50%;
margin-left: -495px
}
.ng-sort .ng-all-hook {
position: relative;
display: block;
font-size: 14px;
padding-left: 10px;
color: #fff!important;
text-decoration: none
}
.ng-sort .ng-all-hook b {
display: none;
position: absolute;
height: 3px;
width: 190px;
top: 35px;
left: 0;
overflow: hidden;
background: #2a9af0
}
.ng-sort .ng-all-hook em {
font-size: 14px;
margin-right: 10px;
width: 14px;
height: 35px
}
.ng-sort .ng-all-hook span {
font-weight: 700
}
.ng-sort .ng-all-hook i {
display: none
}
.ng-sort .ng-all-hook:hover span {
text-decoration: underline
}
.ng-sort ul.sort-list {
position: relative;
height: 442px;
width: 190px;
padding-bottom: 8px
}
.ng-sort ul.sort-list li {
float: left;
width: 180px;
padding-left: 10px;
overflow: hidden
}
.ng-sort ul.sort-list li.hover {
background: #fff;
height: 32px;
line-height: 32px;
border: 1px solid #41a8f7;
border-right: 0;
padding-left: 9px
}
.ng-sort ul.sort-list li em {
float: left;
font-size: 16px;
width: 16px;
padding-right: 2px
}
.ng-sort ul.sort-list li a {
float: left;
display: inline-block;
margin-left: 8px;
font-size: 13px;
white-space: nowrap
}
.ng-sort .ng-sort-detail {
position: absolute;
left: 190px;
height: 410px;
width: 0;
overflow: hidden;
background: #fff
}
.ng-sort-detail a.ng-close-sort {
position: absolute;
display: inline-block;
height: 35px;
width: 35px;
text-align: center;
line-height: 35px;
color: #989898;
right: 1px;
top: 1px;
font-size: 22px;
cursor: pointer
}
.ng-sort-detail a.ng-close-sort:hover {
text-decoration: none;
color: #f60
}
.ng-sort .ng-sort-detail-border {
border: 1px solid #289af0;
height: 448px;
left: 189px
}
.ng-sort .ng-sort-detail .sort-chanel {
display: none;
height: 39px;
border-bottom: 1px solid #eee;
margin: 0 15px;
overflow: hidden
}
.ng-sort .ng-sort-detail .sort-chanel a {
float: left;
display: inline-block;
height: 23px;
width: 83px;
text-align: center;
line-height: 23px;
color: #fff;
margin: 8px 10px 0 0;
background: #f55379
}
.ng-sort .ng-sort-detail .sort-chanel a.red {
background: #f55379
}
.ng-sort .ng-sort-detail .sort-chanel a.grey {
background: #666
}
.ng-sort .ng-sort-detail .sort-chanel a.tip {
color: #333
}
.ng-sort .ng-sort-detail .cate-list {
height: 100%;
width: 590px;
margin: 12px 0 0;
padding-left: 20px;
overflow: hidden;
float: left
}
.ng-sort .ng-sort-detail dl {
float: left;
height: auto;
margin-bottom: 8px;
overflow: hidden;
width: 560px
}
.ng-sort .ng-sort-detail dt {
float: left;
width: 90px;
height: 20px;
line-height: 20px;
font-weight: 700;
padding-left: 10px;
padding-top: 8px;
background: url(../images/npbg.png?v=2015102601) -270px -41px no-repeat
}
.ng-sort .ng-sort-detail dd {
float: left;
width: 460px;
font: 12px/1.5 arial,tahoma,\5b8b\4f53;
line-height: 20px;
overflow: hidden;
border-top: 1px solid #eee;
padding-top: 8px
}
.ng-bottom-fixed .ng-slide-box-title,.ng-footer,.ng-nav-index,.ng-s-footer .ng-s-f-con {
font-family: "Microsoft Yahei"
}
.ng-sort .ng-sort-detail dd a {
color: #666;
margin-right: 15px;
display: inline-block
}
.ng-sort .ng-sort-detail dd a.orange,.ng-sort .ng-sort-detail dd a:hover {
color: #f60
}
.ng-sort .ng-sort-detail dl.lastdl dd {
border: 0
}
.ng-nav-index {
position: absolute;
left: 50%;
margin-left: -305px;
width: 785px;
padding-left: 10px;
height: 36px;
line-height: 36px
}
.ng-nav-index:hover {
opacity: 1
}
.ng-nav-index h4.ng-title {
display: none;
height: 35px;
margin-bottom: 5px;
text-align: center;
font-size: 14px;
color: #333
}
.ng-nav-index h4.ng-title span {
display: inline-block;
line-height: 34px;
border-bottom: 1px solid #eee
}
.ng-nav-index ul.ng-nav li {
float: left;
display: block;
height: 36px;
line-height: 36px;
padding: 0 12px 0 13px
}
.ng-nav-index ul.ng-nav li a {
position: relative;
float: left;
color: #333;
font-size: 15px
}
.ng-nav-index ul.ng-nav li a:hover {
color: #f60
}
.ng-nav-index ul.ng-nav li a i {
position: absolute;
display: block;
height: 28px;
width: 16px;
background: url(../images/npbg.png?v=2015102601) no-repeat;
right: -18px;
top: 3px;
overflow: hidden
}
.ng-nav-bar-chanel .ng-nav-index h4.ng-title,.ng-nav-bar-chanel .ng-sort .ng-all-hook b,.ng-nav-bar-chanel .ng-sort .ng-sort-list-box,.ng-nav-right-txtact {
display: none
}
.ng-nav-index ul.ng-nav li a i.hot {
background-position: 0 -205px
}
.ng-nav-index ul.ng-nav li a i.new {
background-position: -16px -205px
}
.ng-sort .ng-sort-detail .threeListAct {
position: absolute;
right: 0;
top: 30px;
display: none;
height: 420px;
width: 190px
}
.ng-sort .ng-sort-detail .threeListAct img {
height: 100%;
width: 100%
}
.ng-channel-header {
height: 110px
}
.ng-channel-header .ng-header-con {
height: 100%
}
.ng-channel-header .ng-search {
height: 100%;
left: 400px;
width: 550px
}
.ng-nav-bar-chanel {
margin-top: 0;
border-bottom: 2px solid #41a8f7
}
.ng-channel-header .ng-header-con .ng-logo-box {
height: 100px
}
.ng-channel-header .ng-header-con .wrapper {
position: relative
}
.ng-nav-bar-chanel .ng-sort .ng-all-hook {
height: 30px;
line-height: 30px;
width: 180px;
font-size: 15px;
text-indent: 5px;
text-decoration: none
}
.ng-nav-bar-chanel .ng-sort .ng-all-hook em {
position: absolute;
right: 18px;
top: 4px;
font-size: 16px;
font-weight: 700;
margin-right: 0;
height: 30px;
line-height: 23px
}
.ng-nav-bar-chanel .ng-nav-index,.ng-nav-bar-chanel .ng-sort {
top: 0
}
.ng-nav-bar-chanel .ng-nav-index .ng-nav {
margin-left: 7px
}
.ng-nav-bar-chanel .ng-sort .ng-sort-list-box ul.sort-list {
padding-top: 2px
}
.ng-nav-bar-chanel .ng-sort .ng-sort-detail {
top: 32px
}
.ng-nav-bar-chanel .ng-nav-index {
width: 800px;
opacity: 1;
height: 30px;
background: 0 0;
padding-left: 0
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li {
position: relative;
height: 30px;
line-height: 30px;
width: auto;
padding: 0 12px 0 13px
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li a {
font-size: 15px;
padding-left: 0;
color: #444
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li a:hover {
color: #f60
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li a i {
top: 0;
right: -17px
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav li em {
position: absolute;
top: 0;
right: 0;
color: #e6e6e6
}
.ng-nav-bar-chanel .ng-nav-index ul.ng-nav span {
float: left;
line-height: 28px;
color: #e6e6e6
}
.ng-nav-right-txtact {
position: absolute;
left: 50%;
top: 0;
margin-left: 395px;
width: 200px;
text-align: right;
height: 30px;
line-height: 30px;
overflow: hidden;
word-wrap: break-word;
word-break: break-all;
white-space: nowrap;
text-overflow: ellipsis
}
.ng-nav-right-txtact a,.ng-nav-right-txtact a:hover,.ng-nav-right-txtact a:hover b,.ng-nav-right-txtact b {
color: #f90
}
.root1200 .ng-nav-right-txtact,.screen-large .ng-nav-right-txtact {
display: block;
height: 38px;
line-height: 38px
}
.ng-bottom-fixed,.ng-bottom-fixed-sidebar,.ng-fix-bar,.ng-search .g-search-fixed .g-search-hotwords,.ng-sort-fixed .ng-sort-list-box,.ng-sort-fixed a.ng-all-hook b {
display: none;
display: none
}
.ng-fix-bar {
position: fixed;
height: 50px;
width: 100%;
min-width: 990px;
background: #fff;
box-shadow: rgba(0,0,0,.2) 0 1px 5px;
left: 0;
top: 0;
opacity: .95;
filter: alpha(opacity=95);
*border-bottom: 1px solid #dedede
}
.ng-sort-fixed {
position: fixed;
top: 7px
}
.ng-nav-bar-chanel .ng-sort-fixed {
top: 10px
}
.ng-toolbar .ng-bar-node-mini-cart-fixed {
position: fixed;
top: 6px;
right: 50%;
margin-right: -496px
}
.ng-toolbar .reg-bar-node-fixed {
position: fixed;
top: 6px;
right: 50%;
margin-right: -390px
}
.ng-search .g-search-fixed {
position: fixed;
top: 5px;
margin-top: 0;
left: 50%;
margin-left: -215px;
width: 500px
}
.ng-channel-header .ng-search .g-search-fixed {
margin-top: 0;
margin-left: -270px
}
.ng-search .g-search-fixed .search-keyword,.ng-search .g-search-fixed .search-keyword-box {
width: 358px
}
.ng-bottom-fixed {
position: fixed;
height: 30px;
right: 20px;
bottom: 0;
_display: none
}
.ng-bottom-fixed a.ng-btn {
float: left;
height: 30px;
width: 31px;
text-align: center;
line-height: 30px;
color: #fff;
overflow: hidden;
text-decoration: none
}
.ng-bottom-fixed a.ng-btn em {
font-size: 18px;
cursor: pointer
}
.ng-bottom-fixed-sidebar {
right: 175px;
padding-left: 2px
}
.ng-bottom-fixed-nosidebar a.ng-btn {
width: 50px
}
.ng-bottom-fixed .ng-slide-box {
display: none;
position: absolute;
right: 0;
bottom: 30px;
width: 248px;
border: 1px solid #eee;
background: #f9f9f9;
box-shadow: rgba(0,0,0,.3) 0 0 5px
}
.ng-bottom-fixed .ng-slide-box-title {
width: 100%;
height: 35px;
background: #fff;
text-indent: 10px;
font-size: 14px;
line-height: 35px
}
.ng-bottom-fixed .ng-slide-box-code {
height: 464px
}
.ng-bottom-fixed .ng-slide-box-code .wb-box {
height: 90px;
width: 248px;
text-indent: -999em;
padding-top: 20px;
overflow: hidden
}
.ng-bottom-fixed .ng-slide-box-code .wb-box .name {
height: 25px;
width: 120px;
margin: 0 auto;
background: url(../images/npbg.png?v=2015102601) 0 -221px no-repeat
}
.ng-bottom-fixed .ng-slide-box-code .wb-box a.follow {
display: block;
height: 30px;
width: 80px;
margin: 20px auto 0;
background: url(../images/npbg.png?v=2015102601) -120px -205px no-repeat
}
.ng-bottom-fixed .ng-slide-box-life {
height: 275px
}
.ng-bottom-fixed .ng-life-list {
height: 240px;
width: 240px;
margin: 0 auto
}
.ng-bottom-fixed .ng-life-list a {
display: inline-block;
float: left;
height: 80px;
width: 60px;
text-align: center;
text-decoration: none
}
.ng-bottom-fixed .ng-life-list a em {
display: inline-block;
height: 40px;
width: 60px;
font-size: 32px;
margin-top: 10px
}
.ng-bottom-fixed .ng-life-list a span {
line-height: 20px;
color: #999
}
.ng-footer {
margin-top: 10px
}
.ng-footer .ng-ser-box {
width: 100%;
background: #f5f5f5;
border-top: 1px solid #e7e7e7;
min-width: 990px
}
.ng-footer .ng-ser-box-con {
width: 990px;
margin: 0 auto;
overflow: hidden
}
.ng-footer .ng-promise {
width: 1050px;
padding: 12px 0;
border-bottom: 1px solid #eaeaea
}
.ng-footer .ng-promise dl {
float: left;
width: 210px;
overflow: hidden
}
.ng-footer .ng-promise dt {
float: left;
width: 48px;
height: 48px;
background: url(../images/npbg.png?v=2015102601) no-repeat;
text-indent: -999em;
overflow: hidden;
margin-right: 8px
}
.ng-footer .ng-promise dt.zheng {
background-position: 0 0
}
.ng-footer .ng-promise dt.jisu {
background-position: -48px 0
}
.ng-footer .ng-promise dt.wuyou {
background-position: -96px 0
}
.ng-footer .ng-promise dt.te {
background-position: -144px 0
}
.ng-footer .ng-promise dt.help {
background-position: -191px 0
}
.ng-footer .ng-promise dd {
float: left;
height: 48px;
width: 140px
}
.ng-footer .ng-promise dd p {
line-height: 24px;
width: 100%;
color: #545454
}
.ng-footer .ng-promise dd p strong {
font-weight: 700;
color: #222;
font-size: 14px
}
.ng-footer .ng-help-box {
float: left;
width: 850px;
height: 180px
}
.ng-footer .ng-help-box dl {
float: left;
height: 160px;
width: 170px
}
.ng-footer .ng-help-box dt {
width: 100%;
line-height: 40px;
font-weight: 700;
color: #545454;
height: 35px;
font-size: 14px;
overflow: hidden
}
.ng-footer .ng-help-box dd {
width: 100%;
line-height: 22px
}
.ng-footer .ng-help-box dd a {
color: #545454
}
.ng-footer .ng-help-box dd a:hover {
color: #f60
}
.ng-footer .ng-hot-line {
float: left;
height: 180px;
width: 190px;
padding-left: 40px;
margin-left: -41px;
border-left: 1px solid #eaeaea
}
.ng-footer .ng-app-down p,.ng-footer .ng-hot-line p {
width: 100%;
line-height: 40px;
font-weight: 700;
color: #545454;
height: 35px;
font-size: 14px;
margin-bottom: 5px;
overflow: hidden
}
.ng-footer .ng-hot-line b {
float: left;
display: inline-block;
height: 55px;
background: url(../images/npbg.png?v=2015102601) no-repeat
}
.ng-footer .ng-hot-line b.phone {
width: 160px;
background-position: 0 -144px
}
.ng-footer .ng-hot-line b.phone-num {
width: 0;
background-position: -80px -144px
}
.ng-footer .ng-hot-line a.online {
display: inline-block;
color: #212121;
height: 27px;
line-height: 27px;
width: 100px;
text-align: center;
border: 1px solid #ddd;
border-radius: 2px;
background: #fff;
text-decoration: none
}
.ng-footer .ng-hot-line a.online em {
font-size: 18px;
color: #f90;
margin-right: 2px
}
.ng-footer .ng-app-down {
float: left;
height: 180px;
width: 90px
}
.ng-footer .ng-new-pro {
position: relative;
width: 100%;
min-width: 990px;
height: 125px
}
.ng-footer .ng-new-pro-con {
width: 990px;
margin: 0 auto;
overflow: hidden
}
.ng-footer .ng-new-pro-list {
float: left;
width: 620px;
height: 125px;
margin-left: -20px;
color: #eee
}
.ng-footer .ng-new-pro-list dl {
float: left;
height: 100px;
padding: 0 20px;
width: 269px;
margin-top: 12px;
border-right: 1px dotted #8d8d8d
}
.ng-footer .ng-new-pro-list dt {
float: left;
height: 80px;
width: 80px;
margin-right: 20px;
margin-top: 5px
}
.ng-footer .ng-new-pro-list dd {
float: left;
height: 100px;
width: 169px
}
.ng-footer .ng-new-pro-list dd p.ng-title {
line-height: 25px;
font-size: 14px;
font-weight: 700
}
.ng-footer .ng-new-pro-list dd p.ng-title a {
color: #eee
}
.ng-footer .ng-new-pro-list dd p.ng-intro {
line-height: 18px
}
.ng-footer .ng-new-pro-list dd p.ng-intro a {
color: #fff;
text-decoration: none
}
.ng-footer .ng-serch-suning {
float: left;
width: 390px;
height: 100px;
margin-top: 10px
}
.ng-footer .ng-serch-suning dt {
float: left;
height: 94px;
width: 140px;
margin-top: 3px;
background: url(../images/npbg.png?v=2015102601) 0 -50px no-repeat
}
.ng-footer .ng-serch-suning dd {
float: left;
height: 100px;
width: 190px;
color: #eee
}
.ng-footer .ng-serch-suning dd p.ng-title {
line-height: 25px;
font-size: 14px;
font-weight: 700
}
.ng-footer .ng-serch-suning dd p.ng-intro {
line-height: 18px
}
.ng-s-footer p.ng-copyright,.ng-s-footer p.ng-url-list {
line-height: 25px;
height: 25px
}
.ng-footer .ng-serch-suning dd a.srh-btn {
display: block;
height: 25px;
width: 105px;
margin-top: 5px;
text-indent: -999em;
overflow: hidden;
background: url(../images/npbg.png?v=2015102601) -140px -49px no-repeat
}
.ng-footer .ng-serch-suning dd a.srh-btn:hover {
background-position: -140px -74px
}
.ng-s-footer {
width: 100%;
min-width: 990px;
padding-top: 15px
}
.ng-s-footer .ng-s-f-con {
width: 990px;
min-width: 990px;
margin: 0 auto
}
.ng-s-footer p.ng-url-list a {
color: #f9f9f9
}
.ng-s-footer p.ng-url-list span {
color: #888;
padding: 0 8px
}
.ng-s-footer .ng-authentication {
float: right;
height: 25px;
margin-top: 5px
}
.ng-s-footer .ng-authentication a {
display: inline-block;
margin-right: 8px
}
.ng-s-footer p.ng-copyright {
color: #999;
margin-top: 5px
}
.ng-toolbar {
z-index: 7690
}
.ng-toolbar .ng-bar-node {
z-index: 7692
}
.ng-toolbar .ng-d-box {
z-index: 7691
}
.ng-header {
z-index: auto;
*z-index: 7682
}
.ng-header .code-maintain {
z-index: 7681
}
.ng-header .ng-header-con {
z-index: 7682
}
.ng-header .ng-header-box {
z-index: 7683
}
.ng-channel-header .ng-header-con .ng-logo-box {
z-index: 7685
}
.ng-search {
z-index: 7684
}
.ng-nav-bar {
z-index: 7670
}
.ng-sort {
z-index: 7675
}
.ng-sort .ng-all-hook {
z-index: 7674
}
.ng-sort ul.sort-list {
z-index: 7673
}
.ng-sort .ng-sort-detail {
z-index: 7672
}
.ng-nav-index {
z-index: 7669
}
.ng-fix-bar {
z-index: 7650
}
.ng-nav-bar-fixed {
z-index: 7689
}
.ng-bottom-fixed {
z-index: 7720
}
#snSideTools {
position: fixed;
_position: absolute;
width: 44px
}
#snSideTools li {
margin-bottom: 5px;
float: left;
clear: both;
background: #FFF
}
#snSideTools li a {
display: block;
width: 42px;
height: 42px;
border: 1px solid #cecece;
border-radius: 2px;
background: url(../images/am.gif?v=2015102601) center center no-repeat #fff
}
#snSideTools li a.sntool,#snSideTools li a.sntool:hover,#snSideTools li a.sntool:visited {
border: 1px solid #cecece;
border-radius: 2px;
background: #f4f4f4;
width: 24px;
height: 28px;
padding: 7px 9px;
line-height: 26px;
overflow: hidden;
text-decoration: none;
color: #666
}
#snSideTools li a.sntool2 {
background: url(../images/npbg.png?v=2015102601) 0 -248px no-repeat #F4F4F4
}
#snSideTools li a.sntool3 {
background: url(../images/npbg.png?v=2015102601) -42px -248px no-repeat #F4F4F4
}
#snSideTools #gotop {
display: none
}
#snSideTools li.erweima {
position: relative
}
#snSideTools li.erweima a {
background: 0 0
}
#snSideTools li .ewm-pic {
position: absolute;
bottom: 0;
left: -108px;
width: 100px;
height: 118px;
border: 1px solid #CECECE;
background: #FFF;
overflow: hidden
}
#snSideTools li .ewm-pic iframe {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 115px
}
#snSideTools li .ewm-pic img {
position: relative;
z-index: 10;
display: block;
margin: 10px auto 0;
width: 80px;
height: 80px
}
#snSideTools li .ewm-pic a {
position: relative;
z-index: 10;
width: auto;
height: auto;
border: 0;
color: #666
}
#snSideTools li .ewm-pic a:hover {
color: #F60
}
#snSideTools li .ewm-pic p {
text-align: center;
margin: 5px 5px 0;
height: 30px;
overflow: hidden
}
.g-channel-nav {
position: relative;
z-index: 110;
width: 100%;
min-width: 990px;
height: 40px;
border-bottom: 1px solid #E4E4E4;
overflow: hidden;
background: #FFF
}
.root1200 .g-channel-nav,.root1200 .ng-fix-bar,.root1200 .ng-footer .ng-new-pro,.root1200 .ng-footer .ng-ser-box,.root1200 .ng-header,.root1200 .ng-header .ng-header-box,.root1200 .ng-header-con,.root1200 .ng-nav-bar,.root1200 .ng-s-footer,.root1200 .ng-toolbar,.root1200 .wrapper {
min-width: 1190px
}
.g-channel-nav-logo {
display: block;
float: left;
height: 40px;
width: 198px;
overflow: hidden
}
.g-channel-nav-logo img {
display: block
}
.g-channel-sub-nav {
position: relative;
float: left;
overflow: hidden;
width: 785px
}
.g-channel-sub-nav a {
color: #666
}
.g-channel-sub-nav a:hover {
color: #F60
}
.g-channel-sub-nav li {
float: left;
margin: 10px 0 0 -1px;
_margin-top: 13px;
padding: 0 15px 0 17px;
background: url(../images/public.sprite.png?v=20140825) -102px 5px no-repeat;
font-size: 14px;
font-family: "Microsoft YaHei"
}
.g-channel-sub-nav li.home,.g-channel-sub-nav li.home a {
font-weight: 700;
color: #9f4f10
}
.g-channel-sub-nav li.home a:hover {
color: #F60
}
.ng-top-act {
display: none
}
.root1200 .wrapper {
width: 1190px;
clear: both
}
.root1200 .ng-toolbar .ng-toolbar-con {
width: 1190px
}
.root1200 .ng-toolbar .ng-bar-node-mini-cart-fixed {
margin-right: -594px
}
.root1200 .ng-toolbar .reg-bar-node-fixed {
margin-right: -480px
}
.root1200 .ng-header-con {
width: 1190px
}
.root1200 .ng-channel-header .ng-header-con .wrapper {
position: relative
}
.root1200 .ng-s-footer .ng-s-f-con {
width: 1190px;
min-width: 1190px
}
.root1200 .ng-footer .ng-ser-box-con {
width: 1190px
}
.root1200 .ng-footer .ng-promise {
width: 1250px
}
.root1200 .ng-footer .ng-promise dl {
width: 250px
}
.root1200 .ng-footer .ng-promise dd {
width: 180px
}
.root1200 .ng-footer .ng-help-box {
width: 1050px
}
.root1200 .ng-footer .ng-help-box dl {
width: 210px
}
.root1200 .ng-footer .ng-hot-line {
width: 250px
}
.root1200 .ng-footer .ng-new-pro-con {
width: 1190px
}
.root1200 .ng-footer .ng-new-pro-list {
width: 850px;
margin-left: -50px
}
.root1200 .ng-footer .ng-new-pro-list dl {
padding: 0 50px;
width: 324px
}
.root1200 .ng-footer .ng-new-pro-list dd {
width: 224px
}
.root1200 .ng-sort {
margin-left: -595px
}
.root1200 .ng-nav-index {
margin-left: -405px;
width: 785px
}
.root1200 .ng-nav-bar-chanel .ng-nav-index {
width: 785px
}
.root1200 .ng-search .g-search-fixed {
margin-left: -265px;
width: 550px
}
.root1200 .ng-top-act,.root1200 .ng-top-ad img {
height: 60px;
width: 160px
}
.root1200 .ng-top-act {
position: absolute;
display: block;
right: 0;
top: 20px
}
.root1200 .g-channel-sub-nav {
width: 985px
}
.ng-top-banner {
position: relative;
z-index: 7691;
clear: both;
width: 100%;
font-size: 0;
min-width: 990px
}
.root1200 .ng-top-banner {
min-width: 1190px
}
.ng-top-banner .top-active-wrap {
position: relative;
width: 100%;
overflow: hidden
}
.ng-top-banner .top-active-wrap img {
display: block;
width: 990px;
margin: 0 auto
}
.root1200 .ng-top-banner .top-active-wrap img {
width: 1190px
}
.ng-top-banner .btn {
position: absolute;
top: 3px;
right: 3px;
width: 16px;
height: 28px;
color: #fff;
overflow: hidden
}
.ng-top-banner .btn i {
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 28px;
cursor: pointer
}
.footer-egg-btn,.footer-egg-con {
position: absolute;
height: 125px;
top: 0
}
.ng-top-banner .btn i.bg {
z-index: 1;
background: #000;
opacity: .3;
filter: alpha(opacity=30)
}
.ng-top-banner .btn i.text {
z-index: 2;
font: 16px/18px simsun;
text-align: center
}
.ng-top-banner .btn:hover {
color: #fff;
text-decoration: none
}
.footer-egg-btn {
right: 0
}
.footer-egg-con {
display: none;
width: 100%;
left: 0;
z-index: 2;
overflow: hidden
}
.uiMenu,.uiMenu li {
width: 150px;
float: left
}
.uiMenu {
display: inline;
margin-left: 15px;
border: 1px solid #FFE0C4;
background: #FEF7F1
}
.uiMenu li {
padding-bottom: 10px;
border-bottom: 1px dashed #FCE6D1
}
.uiMenu li dt {
margin: 14px 0 4px 14px;
font-size: 14px;
font-weight: 700;
color: #333
}
.uiMenu li dt em {
display: inline-block;
width: 17px;
height: 30px;
margin-right: 4px;
background: url(../images/ui_bg.png?v=2015102601) 0 -40px no-repeat;
vertical-align: middle
}
.uiMenu li dt.t2 em {
background-position: -40px -40px
}
.uiMenu li dt.t3 em {
background-position: -80px -40px
}
.uiMenu li dt.t4 em {
background-position: -120px -40px
}
.uiMenu li a,.uiMenu li a:visited {
display: block;
height: 26px;
margin: 0 6px;
padding-left: 30px;
line-height: 26px;
color: #333;
overflow: hidden
}
.uiMenu li a:hover {
color: #F60;
text-decoration: none
}
.uiMenu li a.on {
position: relative;
height: 24px;
padding-left: 28px;
border: 1px solid #F90;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #F90;
color: #FFF!important;
font-weight: 700;
line-height: 24px
}
.uiMenu li a.on b {
position: absolute;
top: 8px;
right: 10px;
display: inline-block;
width: 6px;
height: 9px;
background: url(../images/ui_bg.png?v=2015102601) -160px -40px no-repeat;
overflow: hidden
}
.uiMenu .new-wap {
position: relative;
width: 108px
}
.uiMenu .new-wap .nav-new {
position: absolute;
display: block;
top: 0;
left: 68px;
height: 12px;
width: 12px;
line-height: 12px;
background: url(../images/ui_bg.png) -388px -40px no-repeat;
z-index: 20
}
#qihooGwdIframe {
display: none!important
}
.ng-s-footer p.ng-copyright {
width: 990px;
float: left
}
.root1200 .ng-s-footer p.ng-copyright {
width: 1190px;
float: left
}
.ng-s-footer .ng-authentication {
width: 990px
}
.root1200 .ng-s-footer .ng-authentication,.screen-large .ng-s-footer .ng-authentication {
width: 1190px
}
.ng-footer {
height: 514px
}
.ng-s-footer .ng-s-f-con {
height: 120px
}
.ng-sort .ng-all-hook {
background: #fa0;
height: 36px;
line-height: 36px;
overflow: hidden
}
.ng-nav-bar-chanel .ng-sort .ng-all-hook {
background: #222
}
.ng-sort ul.sort-list li em {
color: #fa0
}
.ng-sort ul.sort-list li a {
color: #eee
}
.ng-sort ul.sort-list {
background: #2b2b2b;
padding-top: 2px
}
.ng-sort ul.sort-list li {
height: 32px;
line-height: 32px;
border-top: 1px solid #333;
border-bottom: 1px solid #252525
}
.ng-sort ul.sort-list li.hover {
border-color: #2b2b2b
}
.ng-sort ul.sort-list li.hover em {
color: #fa0
}
.ng-sort ul.sort-list li.hover a {
color: #333;
font-weight: 700
}
.ng-sort .ng-sort-detail {
top: 38px
}
.ng-sort .ng-sort-detail dt a {
color: #333
}
.ng-sort .ng-sort-detail-border {
border-color: #333
}
.ng-nav-bar {
border-bottom: 2px solid #333;
height: 36px
}
.ng-nav-bar-chanel {
height: 30px
}
.ng-footer .ng-new-pro,.ng-s-footer {
background: #33302b
}
.ng-bottom-fixed .ng-life-list a {
color: #666
}
.ng-bottom-fixed .ng-life-list a:hover {
color: #fa0
}
.ng-bottom-fixed .ng-life-list a:hover span {
color: #666
}
.ng-bottom-fixed {
background: #292929
}
.ng-bottom-fixed-sidebar {
background: #fa0
}
.ng-bottom-fixed a.ng-btn-hover,.ng-bottom-fixed a.ng-btn:hover {
background: #000
}
.ng-bottom-fixed-sidebar a.ng-btn-hover,.ng-bottom-fixed-sidebar a.ng-btn:hover {
background: #f80
}
.ng-footer .ng-new-pro-list dl {
border-color: #444
}
.ng-toolbar .ng-bar-node-mini-cart {
color: #333
}
.ng-toolbar .ng-bar-node-mini-cart .total-num-bg-box,.ng-toolbar .ng-bar-node-mini-cart .total-num-bg-box em,.total-num-bg-box i {
background: #fa0
}
.root1390 .ng-header .ng-header-con,.root1390 .wrapper {
width: 1390px
}
.root1390 .ng-channel-header .g-search,.root1390 .ng-channel-header .ng-search {
width: 750px
}
.root1390 .ng-channel-header .g-search .search-keyword-box {
width: 640px
}
.root1390 .ng-sort {
margin-left: -695px
}
.root1390 .ng-nav-bar-chanel .ng-nav-index {
width: 1000px;
margin-left: -500px
}
.g-search {
position: relative;
float: right;
display: inline;
width: 600px;
margin: 28px 0 0 0;
z-index: 6790
}
.g-search .search-icon {
position: absolute;
display: block;
height: 34px;
width: 34px;
top: 0;
left: 0;
text-align: center;
line-height: 34px;
font-size: 18px;
color: #ccc
}
.g-search .search-keyword,.g-search .search-btn {
float: left
}
.g-search .search-keyword-box {
float: left;
width: 468px;
padding-left: 30px;
border: 2px solid #40a8f7;
border-right: 0
}
.g-search .search-keyword {
width: 458px;
height: 30px;
margin-top: 0;
padding: 8px 10px 8px 0;
border: 0;
_border: 0;
background: #FFF;
color: #BBB;
font-size: 14px;
line-height: 30px;
border-radius: 0;
-webkit-border-radius: 0
}
.g-search .search-btn {
width: 100px;
height: 38px;
margin-top: 0;
padding: 0 30px;
border: 0;
cursor: pointer;
background: #40a8f7;
letter-spacing: 7px;
font-weight: bold;
font-family: 'MicroSoft YaHei';
font-size: 16px;
color: #EEE;
border-radius: 0;
-webkit-border-radius: 0;
-webkit-appearance: none
}
.g-search .search-btn-hover {
background: #41a0e8
}
.g-search-book {
margin-right: 50px
}
.g-search-focus {
background: 0
}
.g-search-focus .left-sidebar {
background-position: -8px -18px
}
.g-search-focus .right-sidebar {
background-position: -12px -18px
}
.g-search-focus .search-keyword {
border-color: #40a8f7;
color: #333
}
.g-search .adv-search {
margin: 0;
position: absolute;
right: -34px;
top: 5px;
display: inline-block;
width: 24px;
line-height: 1.2em
}
.g-search-hotwords {
float: left;
width: 100%;
height: 30px;
margin-top: 5px;
overflow: hidden;
_float: none;
_position: relative;
font-size: 0
}
.g-search-hotwords,.g-search-hotwords a {
color: #666
}
.g-search-hotwords a {
float: left;
margin-right: 10px;
white-space: nowrap;
font-size: 12px
}
.g-search-hotwords a:hover {
color: #F60
}
.g-ac-results {
position: absolute;
left: 0;
top: 39px;
width: 498px;
border: 1px solid #e4e4e4;
background: #FFF;
z-index: 7000;
overflow: hidden
}
.g-ac-results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
float: left
}
.g-ac-results iframe {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
filter: mask();
width: 3000px;
height: 3000px;
background: #fff
}
.g-ac-results .title {
position: absolute;
top: 0;
right: 0;
width: 100%;
padding: 0;
font-weight: normal
}
.g-ac-results .close {
display: block;
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
cursor: pointer;
font-size: 16px;
z-index: 10
}
.g-ac-results .close:hover {
color: #f60
}
.g-ac-results li {
clear: both;
margin: 0;
cursor: default;
display: block;
height: 24px;
line-height: 24px;
padding: 0 10px;
text-align: left;
font-weight: bold;
color: #666;
overflow: hidden
}
.g-ac-results li i.action {
float: right;
display: none;
width: 10px;
margin-right: 30px;
text-align: center;
color: #999;
cursor: pointer
}
.g-ac-results li i.tip {
float: right;
margin-right: 30px;
font-weight: normal;
color: #BBB
}
.g-ac-results li p {
float: left;
margin: 0;
padding: 0
}
.g-ac-results li b {
font-weight: bold
}
.g-ac-results li span {
margin: 0;
padding: 0;
float: right;
font-size: 12px
}
.g-ac-results li span.history {
float: left;
color: #2272c8;
font-weight: normal
}
.g-ac-results li.ac_over {
background-color: #efefef
}
.g-ac-results li.cateSearch {
line-height: 24px;
padding-left: 20px;
font-weight: normal
}
.g-ac-results li.cateSearch b {
color: #F60
}
.g-ac-results li.cateSearch.bottom {
border-bottom: 1px solid #efefef
}
.g-ac-results li .keyname {
display: block;
float: left
}
.g-ac-results li .keyname b {
font-weight: normal
}
.g-ac-results li .keyextend {
color: green;
display: block;
float: right
}
.g-ac-results li.g-ac-store {
font-weight: normal
}
.g-ac-results li.g-ac-store span {
float: left;
font-weight: normal
}
.g-ac-results li.g-ac-store .icon-store {
float: none;
display: inline-block;
position: relative;
top: 4px;
*top: 0;
width: 16px;
height: 28px;
margin-right: 5px;
background: url(../images/npbg.png?v=20140825) -240px -33px no-repeat
}
.g-ac-results li.g-ac-rec-store {
height: 40px;
border-bottom: 1px solid #efefef
}
.g-ac-results li.g-ac-rec-store img {
vertical-align: top;
margin-right: 10px;
margin-top: 5px
}
.g-ac-results li.g-ac-rec-store .store-link {
color: #ff6a1f;
font-weight: normal
}
.g-ac-results li.g-ac-rec-store .store-name {
line-height: 40px;
font-family: 'simsun'
}
.g-ac-results li.g-ac-rec-store .store-link i {
margin-left: 6px;
font-size: 18px;
position: relative;
top: 1px
}
.g-rec-results {
position: absolute;
left: 0;
top: 39px;
width: 498px;
max-height: 360px;
border: 1px solid #e4e4e4;
background: #FFF;
z-index: 7000;
overflow: hidden
}
.g-rec-results ul {
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0
}
.g-rec-results ul.history-results {
float: left;
width: 259px;
_width: 231px;
border-right: 1px solid #efefef
}
.g-rec-results ul.rec-results {
float: right;
position: relative;
width: 238px;
margin-left: -1px;
border-left: 1px solid #efefef;
overflow: hidden
}
.g-rec-results li {
margin: 0;
cursor: default;
line-height: 24px;
text-align: left;
color: #666;
overflow: hidden;
+overflow: visible
}
.g-rec-results li.history a {
color: #2272c8;
text-decoration: none
}
.g-rec-results ul.history-results li.rec_over {
background-color: #efefef;
text-decoration: none
}
.g-rec-results ul.history-results li span {
display: block;
padding: 0 10px;
color: #2272c8;
cursor: pointer
}
.g-rec-results ul.history-results li span a {
float: left;
color: #2272c8;
text-decoration: none
}
.g-rec-results ul.history-results li span i {
display: none;
float: right;
color: #999;
font-size: 14px
}
.g-rec-results ul.history-results li.rec_over span i {
display: inline
}
.g-rec-results ul.history-results li.title {
padding: 0 10px;
color: #999;
line-height: 28px
}
.g-rec-results ul.history-results li.title span {
float: left;
display: inline;
color: #999;
padding: 0;
cursor: default
}
.g-rec-results ul.history-results li.title.gray {
padding: 0 0 0 12px;
background: #EEE
}
.g-rec-results ul.history-results li.title .cancel-btn {
float: right;
display: block;
position: relative;
width: 40px;
height: 28px;
padding: 0;
background: #F50;
line-height: 28px;
text-align: center;
color: #FFF
}
.g-rec-results ul.history-results li.title .cancel-btn:hover {
background: #F60
}
.g-rec-results ul.history-results li.title .clear-history {
float: right;
color: #999
}
.g-rec-results ul.history-results li.title .clear-history i {
font-size: 14px;
margin-right: 3px
}
.g-rec-results ul.history-results .search-express-none {
display: block;
width: 160px;
height: 136px;
margin: 40px auto;
background: url(../images/search-express-none.png?v=20150522)
}
.g-rec-results ul.rec-results li {
float: left;
position: relative;
height: 26px;
margin: 0 0 15px 15px;
overflow: hidden;
+overflow: visible
}
.g-rec-results ul.rec-results li.title {
float: none;
position: relative;
padding: 0 0 0 15px;
margin: 0 0 7px 0;
border: 0;
color: #999;
line-height: 28px
}
.g-rec-results ul.rec-results li.title i.close {
display: block;
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
cursor: pointer;
font-size: 16px
}
.g-rec-results ul.rec-results li.title i.close:hover {
color: #f60
}
.g-rec-results ul.rec-results li a {
display: block;
padding: 0 5px;
border: 1px solid #e1e1e1;
color: #666;
white-space: nowrap
}
.g-rec-results ul.rec-results li a:hover {
border-color: #F60;
_border-color: #e1e1e1;
color: #F60;
text-decoration: none
}
.screen-middle .g-search {
width: 450px
}
.screen-middle .g-search .search-keyword-box {
width: 318px
}
.screen-middle .g-search .search-keyword {
width: 308px
}
.screen-middle .g-ac-results {
width: 448px
}
.screen-middle .g-rec-results {
width: 448px
}
.screen-middle .g-rec-results ul.history-results {
width: 224px
}
.screen-middle .g-rec-results ul.rec-results {
width: 223px
}
.ng-channel-header .g-search {
width: 550px;
margin-top: 30px;
font-family: 'Microsoft YaHei'
}
.ng-channel-header .g-search-hotwords,.g-search-hotwords a {
color: #999
}
.ng-channel-header .g-search .search-keyword-box {
width: 440px;
padding-left: 28px;
border: 2px solid #40a8f7;
border-right: 0
}
.ng-channel-header .g-search .search-icon {
width: 25px;
height: 40px;
line-height: 40px;
line-height: 42px\0;
font-size: 14px;
text-align: right;
color: #CCC
}
.ng-channel-header .g-search .search-keyword {
width: 428px;
padding: 9px 10px 9px 0;
font-family: 'Microsoft YaHei';
font-size: 12px
}
.ng-channel-header .g-search .search-btn {
width: 80px;
height: 40px;
padding: 0;
letter-spacing: 2px;
text-indent: 2px;
color: #FFF;
font-size: 14px;
-webkit-appearance: none
}
.ng-channel-header .g-ac-results {
width: 548px;
top: 41px
}
.ng-channel-header .g-rec-results {
width: 548px;
top: 41px
}
.ng-channel-header .g-rec-results ul.history-results {
width: 274px
}
.ng-channel-header .g-rec-results ul.rec-results {
width: 273px
}
.g-search .search-keyword-box,.ng-channel-header .g-search .search-keyword-box {
border-color: #fa0
}
.g-search .search-btn {
background: #fa0
}
.g-search .search-btn-hover {
background: #f80
}
.g-rec-results ul.history-results li.title .cancel-btn {
background: #f90
}
@charset "utf-8";
.sn-sidebar,.sn-sidebar .hide {
display: none
}
.sn-sidebar .sn-sidebar-tab a,.sn-sidebar-activity-box .activity-schedule-item:hover {
text-decoration: none
}
.sn-sidebar .sn-sidebar-tab .tab-icon,.sn-sidebar .sn-sidebar-tab .tab-icon-tip,.sn-sidebar .tab-tip-code-warp .icon {
background: url(../images/sidebaricon.png?v=2015101201) no-repeat
}
.sn-sidebar {
position: fixed;
top: 0;
right: 0;
z-index: 1000090;
width: 35px;
height: 100%;
font: 12px/1.5 arial,tahoma,\5b8b\4f53
}
.sn-sidebar .sn-sidebar-bg {
position: absolute;
left: 0;
top: 0;
z-index: 4;
width: 35px;
height: 100%;
background-color: #383838
}
.sn-sidebar .sn-sidebar-tabs {
position: absolute;
z-index: 5;
left: 0
}
.sn-sidebar .sn-sidebar-tab-activity-box {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 35px;
height: 168px;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-activity-box .sn-sidebar-tab-activity-img {
position: absolute;
bottom: 0;
right: 0;
width: 55px;
height: 140px
}
.sn-sidebar .sn-sidebar-middle-tabs {
top: 178px;
width: 35px;
height: 307px;
transition: height .3s ease-in-out .1s;
-ms-transition: height .3s ease-in-out .1s;
-moz-transition: height .3s ease-in-out .1s;
-webkit-transition: height .3s ease-in-out .1s;
-o-transition: height .3s ease-in-out .1s
}
.sn-sidebar .sn-sidebar-middle-tabs-top {
top: 0
}
.sn-sidebar .sn-sidebar-middle-tabs-bottom {
bottom: 0
}
.sn-sidebar .sn-sidebar-bottom-tabs {
bottom: 5px
}
.sn-sidebar .sn-sidebar-tab {
position: relative;
width: 35px;
height: 30px;
margin-bottom: 5px;
font-family: "Microsoft Yahei";
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-member {
margin-bottom: 10px
}
.sn-sidebar .sn-sidebar-tab-cart {
height: auto;
color: #FFF
}
.sn-sidebar .sn-sidebar-tab-cart .tab-cart-tip-warp {
padding: 3px 0 10px;
border: 1px solid #4D4D4D;
border-width: 1px 0;
text-align: center;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-cart .tab-cart-tip {
display: block;
width: 20px;
margin: 0 auto;
color: #FFF
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-tip,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-tip,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-tip {
color: #383838
}
.sn-sidebar .sn-sidebar-tab-cart .tab-cart-num {
display: inline-block;
min-width: 17px;
height: 15px;
padding: 0 2px;
background-color: #D00;
color: #FFF;
line-height: 15px;
border-radius: 5px
}
.sn-sidebar .sn-sidebar-tab .tab-tip {
position: absolute;
top: 0;
left: 35px;
width: 47px;
height: 30px;
background-color: #383838;
line-height: 30px;
color: #FFAA01;
text-indent: 11px;
letter-spacing: 1px;
cursor: pointer
}
.sn-sidebar .sn-sidebar-feedback .tab-tip,.sn-sidebar .sn-sidebar-service .tab-tip,.sn-sidebar .sn-sidebar-to-top .tab-tip {
width: 73px
}
.sn-sidebar .sn-sidebar-tab .tab-icon {
display: block;
position: relative;
width: 35px;
height: 30px;
z-index: 2;
background-color: #383838;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-member .tab-icon {
background-position: -28px 5px
}
.sn-sidebar .sn-sidebar-tab-cart .tab-icon {
width: 29px;
background-position: -31px -23px
}
.sn-sidebar .sn-sidebar-tab-recharge .tab-icon {
background-position: -28px -55px
}
.sn-sidebar .sn-sidebar-tab-finance .tab-icon {
background-position: -27px -84px
}
.sn-sidebar .sn-sidebar-tab-history .tab-icon {
background-position: -26px -114px
}
.sn-sidebar .sn-sidebar-code .tab-icon {
background-position: -27px -144px
}
.sn-sidebar .sn-sidebar-service .tab-icon {
background-position: -28px -174px
}
.sn-sidebar .sn-sidebar-feedback .tab-icon {
background-position: -27px -204px
}
.sn-sidebar .sn-sidebar-to-top .tab-icon {
background-position: -28px -234px
}
.sn-sidebar .sn-sidebar-tab-sign .tab-icon {
background-position: -28px -287px
}
.sn-sidebar .sn-sidebar-tab-hover .tab-tip {
display: block;
left: -47px;
background-color: #FFAA01;
color: #383838
}
.sn-sidebar .sn-sidebar-tab-hover .tab-tip-wider {
left: -73px
}
.sn-sidebar .sn-sidebar-tab .tab-icon-tip {
display: none;
position: absolute;
left: 0;
top: 12px;
z-index: 3;
width: 4px;
height: 8px;
background-position: 0 -270px;
cursor: pointer
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-tip,.sn-sidebar .sn-sidebar-tab-code-hover .tab-icon-tip,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-code-tip,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-code-tip {
display: block
}
.sn-sidebar .sn-sidebar-tab .tab-icon-cart-tip {
top: 50%
}
.sn-sidebar .tab-cart-tip-warp-box {
width: 29px;
padding: 0 3px;
background-color: #383838
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-tip-warp-box,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-tip-warp-box,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-tip-warp-box {
background-color: #FFAA01;
color: #383838
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-num,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-num,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-num {
color: #FFF
}
.sn-sidebar .sn-sidebar-tab-click .tab-cart-tip-warp,.sn-sidebar .sn-sidebar-tab-hover .tab-cart-tip-warp,.sn-sidebar .sn-sidebar-tab-js:hover .tab-cart-tip-warp {
border-color: #FFAA01
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-member,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-member,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-member {
background-position: 7px 5px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-cart,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-cart,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-cart {
background-position: 4px -23px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-recharge,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-recharge,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-recharge {
background-position: 8px -55px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-finance,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-finance,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-finance {
background-position: 8px -84px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-history,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-history,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-history {
background-position: 9px -114px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-code,.sn-sidebar .sn-sidebar-tab-code-hover .tab-icon-code,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-code,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-code {
background-position: 8px -144px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-service,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-service,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-service {
background-position: 8px -174px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-feedback,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-feedback,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-feedback {
background-position: 7px -204px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-to-top,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-to-top,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-to-top {
background-position: 7px -234px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon-sign,.sn-sidebar .sn-sidebar-tab-hover .tab-icon-sign,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-sign {
background-position: 7px -287px
}
.sn-sidebar .sn-sidebar-tab-click .tab-icon,.sn-sidebar .sn-sidebar-tab-code-hover .tab-icon-code,.sn-sidebar .sn-sidebar-tab-hover .tab-icon,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon,.sn-sidebar .sn-sidebar-tab-js:hover .tab-icon-code {
background-color: #FFAA01
}
.sn-sidebar .tab-tip-code-warp {
display: none;
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
width: 131px;
height: 154px;
background-color: #F9F9F9;
box-shadow: 1px 0 4px #888;
border\9: 1px solid #CCC;
border-right\9: 0
}
.sn-sidebar .tab-tip-code-warp-img {
display: block;
width: 131px;
height: 154px
}
.sn-sidebar .sn-sidebar-contents {
position: absolute;
top: 0;
right: -280px;
width: 280px;
height: 100%;
background-color: #FFF;
box-shadow: 1px 0 4px #888;
border-left: 1px solid #888
}
@media screen and (min-width:0px) {
.sn-sidebar .sn-sidebar-contents {
border: 0
}
}
.sn-sidebar .sn-sidebar-content {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #FFF;
overflow-y: auto
}
.sn-sidebar .sn-sidebar-all-loading {
display: none;
position: absolute;
left: 0;
top: 30%;
width: 100%;
height: 176px;
background: url(../images/sidebar-loading.gif) center center no-repeat;
text-align: center
}
.sn-sidebar .sn-sidebar-all-loading .loading-content {
padding-top: 128px
}
.sn-sidebar .content-show {
display: block
}
.sn-sidebar-activity-box .activity-help .icon,.sn-sidebar-activity-box .activity-schedule-item-end-box .activity-schedule-date,.sn-sidebar-activity-box .activity-schedule-item-start-box .activity-schedule-name,.sn-sidebar-activity-box .activity-tips .icon,.sn-sidebar-activity-box .sn-sidebar-activity-close {
background: url(../images/activity.png?v=2016011401) no-repeat
}
.sn-sidebar-activity {
background-color: #393937
}
.sn-sidebar-activity-box {
position: relative;
color: #333;
font-size: 14px;
font-family: "Microsoft YaHei"
}
.sn-sidebar-activity-box .sn-sidebar-activity-close {
position: absolute;
top: 12px;
right: 2px;
width: 13px;
height: 13px;
background-position: 0 -22px;
cursor: pointer;
transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s
}
.sn-sidebar-activity-box .sn-sidebar-activity-close:hover {
transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg)
}
.sn-sidebar-activity-box .activity-warp-width {
width: 250px;
margin: 0 auto
}
.sn-sidebar-activity-box .activity-schedule-wrapper {
position: relative;
padding-top: 43px
}
.sn-sidebar-activity-box .activity-schedule-blank {
display: block;
height: 35px
}
.sn-sidebar-activity-box .activity-schedule-box ul {
width: 251px
}
.sn-sidebar-activity-box .activity-schedule-item-box {
float: left;
position: relative;
margin: 2px 1px 0 0
}
.sn-sidebar-activity-box .activity-schedule-item {
display: block;
width: 62px;
height: 60px;
text-align: center
}
.sn-sidebar-activity-box .activity-schedule-item-short {
width: 61px
}
.sn-sidebar-activity-box .activity-schedule-content {
height: 30px;
line-height: 30px;
cursor: pointer
}
.sn-sidebar-activity-box .activity-schedule-date {
background-color: #EEE;
color: #999;
font-size: 14px;
font-weight: 700
}
.sn-sidebar-activity-box .activity-schedule-name {
background-color: #FFF;
color: #333;
font-size: 12px
}
.sn-sidebar-activity-box .activity-schedule-end {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
filter: alpha(opacity=20);
opacity: .2
}
.sn-sidebar-activity-box .activity-schedule-item-end-box .activity-schedule-end {
display: block
}
.sn-sidebar-activity-box .activity-schedule-item-end-box .activity-schedule-date {
background-position: 0 -44px
}
.sn-sidebar-activity-box .activity-schedule-item-start-box .activity-schedule-date {
background-color: #FFE363;
color: #DF1710
}
.sn-sidebar-activity-box .activity-schedule-item-start-box .activity-schedule-name {
background-position: 0 -79px;
color: #DF1710
}
.sn-sidebar-activity-box .activity-bank {
width: 250px;
height: 35px;
margin: 10px auto 0;
line-height: 38px;
color: #FFF;
text-align: center;
font-size: 14px;
font-weight: 700
}
.sn-sidebar-activity-box .activity-main-party {
background-color: #DF1710
}
.sn-sidebar-activity-box .activity-other-party {
background-color: #FFC22E
}
.sn-sidebar-activity-box .activity-main-img {
display: block;
width: 250px;
height: 150px;
margin: 0 auto
}
.sn-sidebar-activity-box .activity-help,.sn-sidebar-activity-box .activity-tips {
float: left;
position: relative;
width: 50%;
height: 50px;
line-height: 50px;
color: #512C19;
font-size: 18px;
font-weight: 700;
text-align: center
}
.sn-sidebar-activity-box .activity-tips {
background-color: #FFDA00
}
.sn-sidebar-activity-box .activity-help {
background-color: #FF9600
}
.sn-sidebar-activity-box .activity-help:hover,.sn-sidebar-activity-box .activity-tips:hover {
color: #F60
}
.sn-sidebar-activity-box .activity-help .icon,.sn-sidebar-activity-box .activity-tips .icon {
display: inline-block;
width: 16px;
height: 28px;
margin-left: 5px;
background-position: -21px -22px;
vertical-align: middle
}
.sn-sidebar-activity-box .sn-sidebar-floor {
position: relative
}
.sn-sidebar-activity-box .sn-sidebar-floor-bank {
margin-bottom: 2px
}
.sn-sidebar-activity-box .floor-bank-content-warp {
display: block;
position: relative;
height: 30px;
width: 231px;
padding: 0 4px 0 15px;
background-color: #E4E4E4;
line-height: 30px;
color: #333;
word-break: break-all;
overflow: hidden
}
.sn-sidebar-activity-box .floor-bank-content-warp:hover,.sn-sidebar-activity-box .floor-list-content-warp-active,.sn-sidebar-activity-box .floor-list-content-warp:hover {
color: #F60
}
.sn-sidebar-activity-box .floor-bank-content-warp .sn-sidebar-activity-bg8,.sn-sidebar-activity-box .floor-list-content-warp .sn-sidebar-activity-bg8 {
background-color: #6DACE6
}
.sn-sidebar-activity-box .sn-sidebar-floor-list li {
float: left;
margin-bottom: 2px
}
.sn-sidebar-activity-box .sn-sidebar-floor-list .list-left {
margin-right: 2px
}
.sn-sidebar-activity-box .floor-list-content-warp {
display: block;
position: relative;
width: 120px;
height: 30px;
background-color: #FFF;
padding: 0 2px;
line-height: 30px;
text-align: center;
word-break: break-all;
overflow: hidden
}
.sn-sidebar-activity-box .floor-list-content-warp .list-content {
position: relative;
z-index: 2
}
.sn-sidebar-finance .finance-title {
position: relative;
height: 45px;
background: url(../images/finprite.png) center -200px no-repeat;
overflow: hidden
}
.sn-sidebar-finance .finance-title span {
display: inline-block;
width: 100%;
font: 400 14px "Microsoft YaHei";
text-shadow: 1px 1px 1px rgba(255,235,97,.7);
text-align: center;
line-height: 40px
}
.sn-sidebar-finance .finance-title .close {
position: absolute;
top: 10px;
right: 20px;
font: 400 18px/1 \5B8B\4F53;
color: #FFF;
z-index: 10;
transition: all .5s
}
.sn-sidebar-finance .finance-title .close:hover {
color: #F60;
text-decoration: none;
transform: rotate(-180deg)
}
.sn-sidebar-finance .finance-wrap {
width: 250px;
margin: 0 auto;
background: #fff
}
.sn-sidebar-finance .finance-img {
margin-top: 15px
}
.sn-sidebar-finance .finance-img img {
display: block;
width: 250px;
height: 167px
}
.sn-sidebar-finance .p-login {
height: 50px;
font: 400 14px/50px 'Microsoft YaHei';
color: #999;
text-align: center
}
.sn-sidebar-finance .p-login a {
color: #2272c8;
text-decoration: underline
}
.sn-sidebar-finance .p-login a:hover {
color: #f70;
text-decoration: underline
}
.sn-sidebar-finance .finance-top dl {
width: 250px;
height: 70px
}
.sn-sidebar-finance .finance-top dt {
height: 40px;
font: 400 14px/40px 'Microsoft YaHei';
color: #666
}
.sn-sidebar-finance .finance-top dd {
height: 30px;
line-height: 26px;
clear: both;
overflow: hidden
}
.sn-sidebar-finance .finance-top dd .finance-money {
float: left;
width: 175px;
height: 26px;
font: 700 14px/26px 'Microsoft YaHei';
color: #666
}
.sn-sidebar-finance .finance-top dd .finance-money em {
font-weight: 400;
font-family: Tahoma;
font-size: 18px;
padding-right: 5px
}
.sn-sidebar-finance .finance-top dd .finance-money b {
font-weight: 400;
font-size: 24px
}
.sn-sidebar-finance .finance-top dd .finance-money .finance-word {
font-weight: 400
}
.sn-sidebar-finance .finance-top dd a {
display: inline;
height: 22px;
line-height: 22px;
color: #2272c8
}
.sn-sidebar-finance .finance-top dd a:hover {
color: #f70;
text-decoration: underline
}
.sn-sidebar-finance .finance-top dd a.btn-transferred {
float: left;
display: block;
width: 33px;
height: 20px;
margin: 0 10px 0 5px;
font: 400 12px/20px 'Microsoft YaHei';
text-align: center;
color: #fff;
background-color: #f90;
border: 1px solid #e68a00;
border-radius: 2px
}
.sn-sidebar-finance .finance-top dd a.btn-transferred:hover {
text-decoration: none;
background-color: #f80;
border-color: #e67a00
}
.sn-sidebar-finance .finance-top dd a.btn-open {
float: right;
margin-right: 0;
width: 58px
}
.sn-sidebar-finance .finance-top dd .finance-operate {
float: right;
padding-top: 4px;
width: 75px;
height: 22px;
text-align: right
}
.sn-sidebar-finance .finance-top dd i.cut {
margin: 0 8px;
color: #ddd
}
.sn-sidebar-finance .finance-top .top-lqb {
border-bottom: 1px solid #ddd
}
.sn-sidebar-finance .finance-top dl.top-licai-close .finance-money {
width: 154px
}
.sn-sidebar-finance .finance-top dl.top-licai-close .finance-operate {
width: 96px
}
.sn-sidebar-finance .finance-top .top-licai {
margin-bottom: 5px
}
.sn-sidebar-finance .finance-pro {
width: 100%;
height: 108px;
margin-bottom: 20px;
background: #f8f8f8;
overflow: hidden
}
.sn-sidebar-finance .finance-pro .finance-box {
display: block;
width: 264px;
margin: 16px auto 4px;
overflow: hidden;
clear: both
}
.sn-sidebar-finance .finance-pro a {
display: inline;
float: left;
width: 50px;
height: 88px;
margin: 0 8px;
text-align: center
}
.sn-sidebar-finance .finance-pro i {
display: block;
width: 50px;
height: 50px;
background: url(./images-sidebar/finprite.png) #ddd;
overflow: hidden;
cursor: pointer
}
.sn-sidebar-finance .finance-pro a.fund i {
background-position: 0 -20px
}
.sn-sidebar-finance .finance-pro a.bill i {
background-position: -50px -20px
}
.sn-sidebar-finance .finance-pro a.fixdate i {
background-position: -100px -20px
}
.sn-sidebar-finance .finance-pro a.cash i {
background-position: -150px -20px
}
.sn-sidebar-finance .finance-pro span {
display: block;
width: 50px;
height: 33px;
font: 400 12px/33px 'Microsoft YaHei';
text-align: center;
cursor: pointer
}
.sn-sidebar-finance .finance-subtitle {
width: 100%;
height: 36px;
margin: 0 auto;
font: 700 14px/36px '\5FAE\8F6F\96C5\9ED1';
color: #333
}
.sn-sidebar-finance .finance-subtitle span {
font: 400 12px/36px '\5B8B\4F53';
color: #999
}
.sn-sidebar-finance .finance-nopen {
width: 250px;
height: 125px;
background: url(./images-sidebar/finprite.png) 0 -71px no-repeat;
overflow: hidden
}
.sn-sidebar-finance .finance-nopen .finance-nopen-box {
display: block;
width: 100%;
height: 26px;
margin: 73px 0 0 20px;
overflow: hidden;
clear: both
}
.sn-sidebar-finance .finance-nopen span {
float: left;
width: 92px;
height: 24px;
margin: 0 8px;
font: 400 24px/24px Arial;
text-align: center;
color: #d00
}
.sn-sidebar-finance .finance-nopen span em {
padding-left: 5px;
font: 700 12px/24px 'Microsoft YaHei'
}
.sn-sidebar-finance .finance-chart {
width: 248px;
height: 192px;
border: 1px solid #e9e9e9;
overflow: hidden
}
.sn-sidebar-finance .finance-chart .chart-box {
width: 100%;
height: 100%;
background-color: #fff
}
.sn-sidebar-finance .finance-sevenday {
padding: 5px 0 20px;
font: 400 12px/20px 'Microsoft YaHei';
color: #999
}
.sn-sidebar-finance .finance-sevenday .sevenday-yesterday {
float: left;
width: 125px
}
.sn-sidebar-finance .finance-sevenday em {
padding: 0 3px 0 0;
font-family: Tahoma;
color: #333
}
.sn-sidebar-finance .finance-item-table {
width: 248px;
margin: 0 auto 10px;
background: #fff;
border: 1px solid #ddd
}
.sn-sidebar-finance .finance-item-table th {
height: 26px;
text-align: left;
background: #f8f8f8
}
.sn-sidebar-finance .finance-item-table th a {
font: 400 14px/26px 'Microsoft YaHei';
color: #666
}
.sn-sidebar-finance .finance-item-table th a:hover {
color: #f70
}
.sn-sidebar-finance .finance-item-table th i {
float: left;
display: block;
width: 19px;
height: 19px;
margin: 3px 5px 0 10px;
background-image: url(./images-sidebar/finprite.png);
overflow: hidden
}
.sn-sidebar-finance .finance-item-table th i.b {
background-position: 0 0
}
.sn-sidebar-finance .finance-item-table th i.d {
background-position: -19px 0
}
.sn-sidebar-finance .finance-item-table th i.j {
background-position: -38px 0
}
.sn-sidebar-finance .finance-item-table th i.p {
background-position: -57px 0
}
.sn-sidebar-finance .finance-item-table .name-gray td {
height: 22px;
padding-top: 10px;
font: 400 12px/22px '\5B8B\4F53';
text-align: center;
color: #999
}
.sn-sidebar-finance .finance-item-table .name-left {
width: 120px
}
.sn-sidebar-finance .finance-item-table .name-right {
width: 127px
}
.sn-sidebar-finance .finance-item-table .num-red td {
height: 30px;
font: 400 24px/30px Arial;
text-align: center;
color: #d00
}
.sn-sidebar-finance .finance-item-table .num-red td.green {
color: #129800
}
.sn-sidebar-finance .finance-item-table .num-red td.gray {
color: #666
}
.sn-sidebar-finance .finance-item-table .num-red td .hide {
display: none
}
.sn-sidebar-finance .finance-item-table .num-red td .show {
display: inline
}
.sn-sidebar-finance .finance-item-table .num-red em {
padding-left: 5px;
font: 700 12px/30px 'Microsoft YaHei'
}
.sn-sidebar-finance .finance-item-table a.finance-btn,.sn-sidebar-finance .finance-item-table a.finance-btn-view {
display: block;
width: 228px;
height: 34px;
margin: 10px auto;
font: 400 18px/34px 'Microsoft YaHei';
color: #fff;
text-align: center;
background-color: #f90;
border: 1px solid #e68a00;
border-radius: 5px;
overflow: hidden
}
.sn-sidebar-finance .finance-item-table a.finance-btn:hover {
background: #f80;
border-color: #e67a00;
text-decoration: none
}
.sn-sidebar-finance .finance-item-table a.finance-btn-view {
color: #333;
background-color: #eee;
border-color: #bbb
}
.sn-sidebar-finance .finance-item-table a.finance-btn-view:hover {
background: #fff5e6;
border-color: #ffb84d;
text-decoration: none
}
.sn-sidebar-finance .finance-item-table td a.disable,.sn-sidebar-finance .finance-item-table td a.disable:hover {
display: block;
width: 228px;
height: 34px;
margin: 10px auto;
font: 400 18px/34px 'Microsoft YaHei';
color: #bbb;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 5px;
text-decoration: none;
overflow: hidden
}
.sn-sidebar-finance .finance-item-table .time-size td {
font: 400 14px/16px 'Microsoft YaHei';
padding-bottom: 10px
}
.sn-sidebar-finance .finance-item-table .finance-item-time {
float: left;
display: block;
width: 16px;
height: 28px;
margin: 0 6px 0 18px;
background: url(./images-sidebar/finprite.png) -100px 0 no-repeat;
overflow: hidden
}
.sn-sidebar-finance .finance-item-table .time-size .gray {
color: #999
}
.sn-sidebar-finance .finance-item-table .time-size .black {
padding-left: 5px;
color: #333
}
.sn-sidebar-finance .finance-item-img {
width: 250px;
height: 140px;
margin: 0 auto 10px;
background: #fff
}
.sn-sidebar-finance .finance-item-img a,.sn-sidebar-finance .finance-item-img img {
display: block;
width: 250px;
height: 140px
}
.sn-sidebar-finance .finance-more {
font-size: 12px;
line-height: 30px;
overflow: hidden;
clear: both
}
.sn-sidebar-finance .finance-more a {
float: right;
color: #2272c8
}
.sn-sidebar-finance .finance-more a:hover {
color: #f70
}
.ng-sidebar-close {
position: absolute;
top: 10px;
right: 10px;
font: 400 18px/1 \5B8B\4F53;
color: #FFF;
z-index: 10;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.ng-sidebar-close:hover {
text-decoration: none;
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg)
}
.ng-sidebar-head {
position: relative
}
.ng-sidebar-head a {
color: #FFF
}
.ng-sidebar-head a:hover {
color: #f70
}
.ng-sidebar-head .userinfo dt {
position: relative;
float: left;
width: 66px;
height: 66px
}
.ng-sidebar-head .userinfo dt img {
display: block;
width: 60px;
height: 60px;
border: 3px solid #FFF;
-moz-border-radius: 31px;
-webkit-border-radius: 31px;
-o-border-radius: 31px;
border-radius: 31px
}
.ng-sidebar-head .userinfo .vip {
position: absolute;
left: -5px;
bottom: -5px;
width: 43px;
height: 25px;
background-image: url(../images/sn-sidebar-member.png?v=20151012)
}
.ng-sidebar-head .pls-login,.ng-sidebar-head .username {
height: 40px;
line-height: 40px
}
.ng-sidebar-head .userinfo .vip-1 {
background-position: -280px 0
}
.ng-sidebar-head .userinfo .vip-2 {
background-position: -280px -30px
}
.ng-sidebar-head .userinfo .vip-3 {
background-position: -280px -60px
}
.ng-sidebar-head .userinfo .vip-4 {
background-position: -280px -90px
}
.ng-sidebar-head .userinfo dd {
margin-left: 75px;
color: #FFF
}
.ng-sidebar-head .username {
display: none
}
.ng-sidebar-head .pls-login .login {
text-decoration: underline;
margin-left: 5px
}
.ng-sidebar-head .sep {
margin: 0 8px;
color: #999
}
.ng-sidebar-head .qiandao {
display: inline-block;
color: #fff!important;
width: 64px;
height: 24px;
border: 1px solid #f90;
margin: 0;
line-height: 24px;
background: #f90;
text-align: center;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px
}
.ng-sidebar-head .qiandao:hover {
background: #fa0;
color: #FFF!important;
text-decoration: none
}
.g-side-user {
width: 250px;
margin: 0 auto;
padding: 10px 0;
overflow: hidden
}
.g-side-user-attr {
width: 270px
}
.g-side-user-attr li {
float: left;
margin-right: 25px;
margin-left: 15px;
margin-top: 10px
}
.g-side-user-attr li a {
display: none;
height: 30px;
width: 50px;
padding-top: 50px;
line-height: 30px;
text-align: center;
background-image: url(../images/sn-sidebar-member.png?v=20151012);
background-repeat: no-repeat
}
.g-side-user-attr li a:hover {
color: #f70
}
.g-side-user-attr li a.a-01 {
background-position: 0 -120px
}
.g-side-user-attr li a.a-02 {
background-position: -50px -120px
}
.g-side-user-attr li a.a-03 {
background-position: -100px -120px
}
.g-side-user-attr li a.a-04 {
background-position: -150px -120px
}
.g-side-user-attr li a.a-05 {
background-position: -200px -120px
}
.g-side-user-attr li a.a-06 {
background-position: -250px -120px
}
.g-side-user-attr li a.a-07 {
background-position: -300px -120px
}
.g-side-user-attr li.current a {
display: inline-block
}
.g-side-user-total {
margin: 10px 0 0 -5px;
overflow: hidden
}
.g-side-user-total li {
float: left;
width: 88px;
height: 32px;
border: 1px solid #DDD;
margin-left: 5px;
background: #FFF;
line-height: 32px;
text-align: center
}
.g-side-user-total li em {
color: #F60
}
.g-side-user-total li.disable a,.g-side-user-total li.disable em {
color: #999
}
.g-side-user-account {
width: 100%;
margin: 0 auto;
border: 1px solid #DDD;
background: #FFF
}
.g-side-user-account th {
border-bottom: solid 1px #EEE;
font: 400 14px/60px \5FAE\8F6F\96C5\9ED1;
color: #666;
text-align: center
}
.g-side-user-account td {
height: 30px;
padding: 0 20px
}
.g-side-user-account .field {
width: 35%;
border-bottom: none;
border-right: solid 1px #EEE;
padding: 0;
color: #999;
text-align: center
}
.g-side-user-account .field a {
color: #999
}
.g-side-user-account .field a:hover {
color: #F60
}
.g-side-user-account .border {
border-bottom: solid 1px #EEE
}
.g-side-account-title {
width: 100%;
height: 35px;
margin: 0 auto;
font: 400 14px/35px \5FAE\8F6F\96C5\9ED1;
font-weight: 700
}
.g-side-account-title .more-vip-item {
float: right;
color: #2272c8;
font-size: 12px;
font-family: \5B8B\4F53;
font-weight: 100
}
.g-side-account-title .more-vip-item:hover {
color: #f70
}
.sn-sidebar-member-wrap {
display: block;
position: absolute;
top: 140px;
right: -400px;
width: 280px;
background: url(../images/sidebar-bg.jpg?v=20151010) no-repeat;
z-index: 3;
box-shadow: 1px 0 4px #888;
border: 1px solid #888;
border-right: 0
}
@media screen and (min-width:0px) {
.sn-sidebar .sn-sidebar-member-wrap {
border: 0
}
}
.ng-sidebar-head {
height: auto;
background: 0 0
}
.ng-sidebar-head .userinfo {
padding: 12px 0 10px 15px
}
.ng-sidebar-notices {
margin: 0 10px 0 15px;
padding: 10px 0;
border-top: 1px dashed #999
}
.ng-sidebar-notices .ng-sidebar-notice {
overflow: hidden
}
.ng-sidebar-notices .torenxin {
float: left;
margin-left: 20px;
color: #999
}
.ng-sidebar-notices .torenxin:hover {
color: #f60
}
.ng-sidebar-notices .member-laba {
display: inline-block;
float: left;
position: relative;
top: 3px;
margin-right: -15px;
width: 12px;
height: 11px;
background: url(../images/sn-sidebar-member.png?v=20151012) 0 -170px no-repeat
}
.member-white {
background: no-repeat #fff
}
.member-white .ng-sidebar-head .userinfo dd,.member-white .ng-sidebar-head a {
color: #333
}
.member-white .ng-sidebar-notices .member-laba {
color: #333;
background: url(../images/sn-sidebar-member.png?v=20151012) -12px -170px no-repeat
}
.sn-sidebar .g-cart-checkout-btn b,.sn-sidebar .g-cart-close a,.sn-sidebar .g-cart-cout a,.sn-sidebar .g-cart-no-data .icon {
background: url(../images/sidebar.png?v=20152525) no-repeat
}
.sn-sidebar .ng-min-cart {
width: auto;
height: auto;
background: #FFF;
overflow: hidden
}
.sn-sidebar .ng-min-cart .pr {
position: relative
}
.sn-sidebar .ng-min-cart .red {
color: red
}
.sn-sidebar .g-cart-item:after,.sn-sidebar .g-cart-td-msg:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.sn-sidebar .g-cart-top {
padding: 2px 14px 8px
}
.sn-sidebar .g-cart-top h4 {
font: 400 16px/34px "Microsoft YaHei"
}
.sn-sidebar .g-cart-checkout-btn {
position: relative;
display: block;
background: #F60;
text-align: center;
border-radius: 4px;
overflow: hidden
}
.sn-sidebar .g-cart-checkout-btn:hover {
background: #F50;
color: #FFF;
text-decoration: none
}
.sn-sidebar .g-cart-checkout-btn-disable,.sn-sidebar .g-cart-checkout-btn-disable:hover {
background: #CCC
}
.sn-sidebar .g-cart-checkout-btn b {
position: absolute;
width: 15px;
height: 15px;
background-position: -40px -190px
}
.sn-sidebar .g-cart-checkout-btn-disable b {
background-position: -40px -210px
}
.sn-sidebar .g-cart-top .g-cart-checkout-btn {
font: 700 18px/46px "Microsoft YaHei";
color: #FFF
}
.sn-sidebar .g-cart-top .g-cart-checkout-btn b {
top: 16px;
right: 80px
}
.sn-sidebar .g-cart-info {
height: 26px;
background: 0 0;
line-height: 26px;
color: #666;
overflow: hidden
}
.sn-sidebar .g-cart-info input {
float: left;
width: 13px;
height: 13px;
margin: 7px 10px 0 0;
border: 1px solid #707070
}
.sn-sidebar .g-cart-info .check-all {
margin-right: 5px;
color: #666;
text-decoration: underline
}
.sn-sidebar .g-cart-info .check-all:hover {
color: #FA0
}
.sn-sidebar .ng-min-cart .price em {
padding-left: 2px;
font-family: tahoma
}
.sn-sidebar .ng-min-cart .g-cart-info .price {
font: 700 16px/26px Arial;
color: #D00;
vertical-align: middle
}
.sn-sidebar .g-cart-bottom {
padding: 0;
border-top: 2px solid #DDD
}
.sn-sidebar .g-cart-bottom .g-cart-info {
height: 43px;
padding: 10px 10px 0 12px;
color: #333;
line-height: normal;
border-radius: 4px
}
.sn-sidebar .g-cart-bottom .g-cart-info .price {
display: inline-block;
width: 74px;
height: 20px;
color: #333;
font-weight: 400;
font-size: 12px;
line-height: 19px;
overflow: hidden
}
.sn-sidebar .g-cart-bottom .g-cart-checkout-btn {
width: 115px;
height: 32px;
background-color: #F90;
padding-left: 10px;
border: 1px solid #E68A00;
color: #FFF;
text-align: left;
font: 14px/32px "Microsoft YaHei"
}
.sn-sidebar .g-cart-bottom .g-cart-checkout-btn b {
top: 9px;
right: 9px
}
.sn-sidebar .g-cart-list-box {
position: relative;
border-top: 1px solid #DDD;
overflow-y: scroll
}
.sn-sidebar .g-cart-empty {
border-top: 0
}
.sn-sidebar .g-cart-store-title {
position: relative;
padding: 0 0 0 14px;
border-top: 1px solid #DDD;
background: #F0F0F0;
z-index: 1
}
.sn-sidebar .g-cart-store-title input {
float: left;
width: 13px;
height: 13px;
margin: 8px 10px 0 0;
border: 1px solid #707070
}
.sn-sidebar .g-cart-store-title .store-info {
line-height: 28px
}
.sn-sidebar .g-cart-store-title .store-info label {
float: left;
color: #666
}
.sn-sidebar .g-cart-store-title .store-info .price {
padding-right: 10px
}
.sn-sidebar .store-promotion .g-cart-store-title {
border-top: 2px solid #CCF0C0;
background: #D9FFCC
}
.sn-sidebar .ng-min-cart .promotion-info {
height: 28px;
padding: 2px 3px 6px 0;
line-height: 28px;
*height: auto
}
.sn-sidebar .ng-min-cart .promotion-info .icon {
width: 16px;
height: 28px;
margin-right: 6px;
background: #F60;
text-align: center;
color: #FFF;
border-radius: 2px
}
.sn-sidebar .ng-min-cart .promotion-info .desc {
float: left;
width: 140px;
height: 28px;
color: #666;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
width\0: 137px
}
.sn-sidebar .ng-min-cart .promotion-info .result {
padding: 0 5px;
line-height: 28px;
background: #63B201;
color: #FFF;
border-radius: 2px;
white-space: nowrap
}
.sn-sidebar .g-cart-td {
padding: 0 14px
}
.sn-sidebar .g-cart-td:hover .g-cart-cout {
display: block
}
.sn-sidebar .g-cart-td:hover .g-cart-cout-text {
display: none
}
.sn-sidebar .g-cart-item {
position: relative;
padding: 10px 8px 10px 0;
border-top: 1px solid #EEE;
zoom: 1
}
.sn-sidebar .ng-min-cart .fisrt .g-cart-item {
border-top: 0 none
}
.sn-sidebar .g-cart-td-images-sidebar {
position: relative;
width: 62px;
height: 62px;
overflow: hidden;
margin-right: 10px
}
.sn-sidebar .g-cart-checkbox {
float: left;
width: 23px;
margin-top: 21px
}
.sn-sidebar .g-cart-checkbox input {
width: 13px;
height: 13px;
border: 1px solid #707070
}
.sn-sidebar .g-cart-td-images-sidebar a {
display: block;
border: 1px solid #eee
}
.sn-sidebar .g-cart-td-images-sidebar img {
display: block;
width: 60px;
height: 60px
}
.sn-sidebar .g-cart-td-msg {
margin-left: 10px;
padding-top: 8px;
zoom: 1
}
.sn-sidebar .g-cart-td-msg p {
height: 24px;
margin-bottom: 2px;
line-height: 24px;
word-break: break-all;
word-wrap: break-word;
overflow: hidden
}
.sn-sidebar .g-cart-td-msg p a {
color: #666
}
.sn-sidebar .g-cart-cout {
display: none;
float: left;
width: 66px;
height: 30px;
overflow: hidden
}
.sn-sidebar .g-cart-cout .g-cart-cout-input {
float: left;
width: 30px;
height: 28px;
border: 1px solid #ddd;
border-left: 0;
border-right: 0;
line-height: 28px;
text-align: center
}
.sn-sidebar .g-cart-cout a {
float: left;
width: 18px;
height: 30px;
overflow: hidden
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnl {
background-position: 0 -190px
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnl-disabled {
background-position: 0 -210px
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnr {
background-position: -20px -190px
}
.sn-sidebar .g-cart-cout a.g-cart-cout-btnr-disabled {
background-position: -20px -210px
}
.sn-sidebar .g-cart-cout-text {
width: 66px;
height: 30px;
line-height: 30px;
text-align: center;
overflow: hidden
}
.sn-sidebar .g-cart-close {
position: absolute;
right: -12px;
top: 12px
}
.sn-sidebar .g-cart-close a {
display: none;
width: 12px;
height: 12px;
background-position: 0 -60px;
overflow: hidden
}
.sn-sidebar .g-cart-close a:hover {
background-position: -33px -60px
}
.sn-sidebar .g-cart-item-disable .g-cart-close a,.sn-sidebar .g-cart-suit-disable .g-cart-close a,.sn-sidebar .g-cart-td:hover .g-cart-close a,.sn-sidebar .sn-sidebar .g-cart-td:hover .g-cart-close a {
display: block
}
.sn-sidebar .g-cart-suit .g-cart-checkbox {
margin-top: 3px
}
.sn-sidebar .g-cart-suit-name {
width: 62px;
height: 30px;
margin-right: 10px;
word-wrap: break-word;
word-break: break-all;
overflow: hidden
}
.sn-sidebar .g-cart-suit .g-cart-td-images-sidebar {
width: auto;
height: auto;
padding: 0 0 0 14px;
margin-right: 0
}
.sn-sidebar .g-cart-suit .g-cart-td-images-sidebar a {
float: left;
margin: 10px 0 0 9px
}
.sn-sidebar .g-cart-suit .g-cart-td-msg {
padding-top: 0
}
.sn-sidebar .g-cart-item-disable .opacity,.sn-sidebar .g-cart-suit-disable .opacity {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .15;
filter: Alpha(opacity=15)
}
.sn-sidebar .ng-min-cart .no-tip {
line-height: 30px;
text-align: center;
color: #999
}
.sn-sidebar .ng-min-cart .scroll-loading {
height: 70px;
background: url(../images/loading.gif) center center no-repeat
}
.sn-sidebar .g-cart-suit .g-cart-td-images {
width: auto;
height: auto;
margin-right: 0;
padding: 0 0 0 14px
}
.sn-sidebar .g-cart-td-images img {
display: block;
width: 60px;
height: 60px
}
.sn-sidebar .g-cart-td-images {
position: relative;
width: 62px;
height: 62px;
margin-right: 10px;
overflow: hidden
}
.sn-sidebar .g-cart-td-images .mini-ico-active {
background: #d00
}
.sn-sidebar .g-cart-td-images i {
display: inline-block;
position: absolute;
height: 28px;
padding: 0 3px;
border-radius: 2px;
line-height: 28px;
color: #fff;
font-family: SimSun;
font-size: 12px
}
.sn-sidebar .g-cart-td-images a {
display: block;
border: 1px solid #eee
}
.sn-sidebar .g-cart-suit .g-cart-td-images a {
float: left;
margin: 10px 0 0 9px
}
.sn-sidebar .ng-sidebar-cart-wrapper {
width: 100%
}
.sn-sidebar .g-cart-no-data {
position: absolute;
top: 30%;
left: 0;
padding: 0 8px;
text-align: center;
color: #BBB
}
.sn-sidebar .g-cart-no-data .icon {
display: block;
width: 150px;
height: 96px;
margin: 0 auto;
background-position: 0 -291px
}
.sn-sidebar .g-cart-no-data h5 {
margin-top: 10px;
font: 400 14px/1.5 "Microsoft YaHei"
}
.sn-sidebar .g-cart-no-data .desc {
margin-top: 20px;
line-height: 26px
}
.sn-sidebar .g-cart-no-data .desc i {
display: inline-block;
width: 20px;
height: 17px;
border: 1px solid #DDD;
border-bottom-width: 3px;
margin: 0 5px;
background: #FFF;
font: 700 12px/17px Arial;
text-align: center;
color: #666;
vertical-align: middle;
border-radius: 2px
}
.sn-sidebar .g-cart-no-data .desc .btn {
display: inline-block;
padding: 0 20px;
line-height: 26px;
background: #F60;
margin-left: 5px;
font: 700 14px/26px "Microsoft YaHei";
color: #FFF;
border-radius: 2px
}
.sn-sidebar .g-cart-tipbox {
position: relative;
left: 0;
top: 50%;
width: 264px;
*top: 0
}
.sn-sidebar .g-cart-no-data .loading {
height: 176px;
background: url(../images/sidebar-loading.gif) center center no-repeat
}
.sn-sidebar .g-cart-no-data .loading .loading-content {
padding-top: 128px
}
.sn-sidebar .g-cart-ui-tooltip {
position: absolute;
border: 1px solid #DDD;
background: #FFF;
box-shadow: 0 0 3px #F1F1F1
}
.sn-sidebar .g-cart-ui-tooltip-inner {
padding: 10px
}
.sn-sidebar .g-cart-ui-tooltip-arrow {
position: absolute;
width: 16px;
height: 16px
}
.sn-sidebar .g-cart-ui-tooltip-top .g-cart-ui-tooltip-arrow {
left: 50%;
bottom: -8px;
margin-left: -8px
}
.sn-sidebar .g-cart-ui-tooltip-right .g-cart-ui-tooltip-arrow {
top: 50%;
left: -8px;
margin-top: -8px
}
.sn-sidebar .g-cart-ui-tooltip-bottom .g-cart-ui-tooltip-arrow {
left: 50%;
top: -8px;
margin-left: -8px
}
.sn-sidebar .g-cart-ui-tooltip-left .g-cart-ui-tooltip-arrow {
top: 50%;
right: -8px;
margin-top: -8px
}
.sn-sidebar .g-cart-ui-tooltip-arrow-back,.sn-sidebar .g-cart-ui-tooltip-arrow-front {
position: absolute;
font: 400 16px/1 simsun
}
.sn-sidebar .g-cart-ui-tooltip-arrow-back {
color: #ddd
}
.sn-sidebar .g-cart-ui-tooltip-top .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2
}
.sn-sidebar .g-cart-ui-tooltip-right .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2;
right: -1px
}
.sn-sidebar .g-cart-ui-tooltip-bottom .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2;
top: 1px
}
.sn-sidebar .g-cart-ui-tooltip-left .g-cart-ui-tooltip-arrow-front {
color: #fff;
z-index: 2
}
.sn-sidebar .g-cart-ui-tooltip-left .g-cart-ui-tooltip-arrow-back {
right: -1px
}
.sn-sidebar .g-cart-ui-tooltip-top .g-cart-ui-tooltip-arrow-back {
top: 1px
}
.sn-sidebar .g-cart-ui-tooltip-inner table {
margin: 0 auto
}
.sn-sidebar .g-cart-ui-tooltip-inner td {
padding: 4px 0
}
.sn-sidebar .g-cart-ui-tooltip-inner td .tip-icon {
vertical-align: middle
}
.sn-sidebar .g-cart-td-images-sidebar i {
position: absolute;
padding: 0 3px;
display: inline-block;
height: 28px;
line-height: 28px;
font-size: 12px;
color: #fff;
font-family: SimSun;
border-radius: 2px
}
.sn-sidebar .g-cart-td-images-sidebar .mini-ico-active {
background: #d00
}
.sn-sidebar .g-cart-td-images-sidebar .mini-ico-unactive {
background: #6e6e6e
}
.sn-sidebar .g-cart-store .price {
color: #333;
font-weight: 400
}
.sn-sidebar .g-cart-store .result .price {
color: #FFF
}
.recharge-title {
position: relative;
height: 45px;
background: url(../images/czsprite.png) center -94px no-repeat;
overflow: hidden
}
.recharge-title span {
display: inline-block;
width: 100%;
font: 400 14px "Microsoft YaHei";
text-shadow: 1px 1px 1px rgba(255,235,97,.7);
text-align: center;
line-height: 40px
}
.recharge-title .close {
position: absolute;
top: 10px;
right: 20px;
font: 400 18px/1 \5B8B\4F53;
color: #FFF;
z-index: 10;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.recharge-title .close:hover {
color: #F60;
text-decoration: none;
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg)
}
.recharge-main {
width: 250px;
margin: 15px auto 0;
background: #FFF
}
.recharge-main .cz-btn {
display: inline-block;
width: 248px;
height: 46px;
margin-top: 7px;
border: 1px solid #E68a00;
border-radius: 4px;
color: #FFF;
font: 700 18px/46px "Microsoft YaHei";
text-align: center;
background: #F90
}
.recharge-main .cz-btn:hover {
color: #FFF;
text-decoration: none;
background: #F80;
border-color: #E67A00
}
.recharge-main .cz-btn.disable,.recharge-main .cz-btn.disable:hover {
border-color: #CCC;
background: #EEE;
color: #BBB;
cursor: default
}
.cz-telnum {
position: relative;
width: 250px;
z-index: 1
}
.cz-telnum .placehold {
position: absolute;
left: 12px;
top: 11px;
line-height: 30px;
color: #bbb;
font-size: 14px;
font-family: "Microsoft YaHei";
cursor: text;
z-index: 3;
_top: 12px
}
.cz-telnum input {
position: relative;
width: 226px;
height: 22px;
padding: 8px 11px;
font-size: 14px;
line-height: 22px;
color: #333;
font-family: Arial;
border: 1px solid #ddd;
z-index: 1;
background: #FFF;
box-sizing: content-box
}
.cz-telnum input.focus,.cz-telnum input:focus {
border-color: #B8B8B8
}
.cz-telnum input.err {
border-color: #d00
}
.cz-telnum .mail-list {
position: absolute;
top: 10px;
right: 11px;
display: block;
width: 18px;
height: 20px;
background: url(../images/czsprite.png) no-repeat;
overflow: hidden;
cursor: pointer;
z-index: 20;
_top: 11px
}
.cz-telnum .mail-list.on {
background-position: left -21px
}
.cz-telnum .cz-response {
position: absolute;
right: 39px;
top: 9px;
color: #bbb;
font: 400 14px/1.5 "Microsoft YaHei";
cursor: text;
z-index: 20;
*top: 10px;
_top: 11px
}
.cz-telnum .cz-response.err {
color: #d00
}
.cz-telnum .his-list li a,.cz-telnum .splittip {
padding: 0 11px;
color: #BBB;
font: 700 18px/38px Arial;
height: 38px
}
.cz-telnum .his-list,.cz-telnum .splittip {
position: absolute;
left: 0;
top: 40px;
width: 100%;
border-top: 1px solid #b8b8b8;
background: #FFF;
z-index: 5;
*top: 41px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.36);
-moz-box-shadow: 0 0 5px rgba(0,0,0,.36);
box-shadow: 0 0 5px rgba(0,0,0,.36);
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=4)
}
.cz-telnum .his-list li {
height: 38px;
width: 248px;
border: 1px solid #b8b8b8;
border-top: 0 none;
cursor: pointer;
vertical-align: bottom
}
.cz-telnum .splittip {
width: 226px;
border: 1px solid #b8b8b8
}
.cz-telnum .his-list li a {
position: relative;
display: block
}
.cz-telnum .his-list li a em {
position: absolute;
top: 0;
right: 10px;
display: none;
color: #9F9F9F;
font: 400 16px/38px Simsun
}
.cz-telnum .his-list li a:hover {
text-decoration: none;
background: #FFF
}
.cz-telnum .his-list li a:hover em {
display: block;
cursor: pointer
}
.cz-telnum .his-list i {
color: #d00
}
.cz-price {
margin-left: -11px
}
.cz-price a {
display: inline;
float: left;
width: 74px;
height: 38px;
margin: 10px 0 0 11px;
border: 1px solid #ddd;
font: 400 14px/38px "Microsoft YaHei";
text-align: center;
transition: border-color .3s;
-webkit-transition: border-color .3s
}
.cz-price a i {
display: none
}
.cz-price a.on,.cz-price a:hover {
position: relative;
width: 72px;
height: 36px;
line-height: 36px;
border: 2px solid #ff9c00;
color: #333;
text-decoration: none
}
.cz-price a.on i {
position: absolute;
right: -2px;
bottom: -2px;
display: block;
width: 11px;
height: 11px;
font-size: 0;
line-height: 0;
background: url(../images/czsprite.png) top right no-repeat
}
.historynum li em {
color: red
}
.recharge-main .mimprice {
margin-top: 18px;
color: #D00;
font: 400 14px/1.5 "Microsoft YaHei"
}
.recharge-main .mimprice i {
font-family: tahoma
}
.life-helper {
width: 100%;
margin-top: 75px;
overflow: hidden
}
.life-helper dt {
font: 700 14px/21px "Microsoft YaHei"
}
.life-helper dd {
width: 280px;
margin-top: 15px;
margin-left: -5px;
overflow: hidden
}
.life-helper dd a {
display: inline;
float: left;
width: 50px;
height: 77px;
margin: 10px 15px 0 20px;
text-align: center
}
.life-helper dd a span {
display: inline-block;
padding-top: 5px;
line-height: 21px;
font-family: "Microsoft YaHei";
cursor: pointer
}
.life-helper dd a:hover span {
text-decoration: underline
}
.life-helper dd a b {
display: block;
width: 50px;
height: 50px;
background: url(../images/czsprite.png) no-repeat;
overflow: hidden;
cursor: pointer
}
.life-helper dd a.train b {
background-position: 0 -42px
}
.life-helper dd a.plane b {
background-position: -51px -42px
}
.life-helper dd a.lifefee b {
background-position: -102px -42px
}
.life-helper dd a.finance b {
background-position: -153px -42px
}
.life-helper dd a.freebook b {
background-position: -204px -42px
}
.life-helper dd a.insurance b {
background-position: -255px -42px
} | 0.269614 | 0.079424 |
@charset "utf-8";
html,
body,
div,
img,
p,
span,
button {
margin: 0;
padding: 0;
}
body {
background: rgba(242, 242, 242, .35);
font-size: .16rem;
font-family: Arial;
}
.store_icon {
width: 1.5rem;
height: 1.5rem;
border-radius: .75rem;
margin-top: .5rem;
margin-left: 3rem;
margin-bottom: .35rem;
}
.store_name {
display: inline-block;
position: relative;
font-size: .65rem;
font-family: "Cooper Std Black";
color: #000;
}
.store_name span {
position: absolute;
top: -.4rem;
right: -1rem;
padding: .1rem .2rem;
border-radius: .1rem;
font-size: .16rem;
background: #3399ff;
color: #fff;
}
.effect {
margin: .5rem 0 .3rem 1.55rem;
font-size: .4rem;
font-family: Arial;
font-weight: normal;
}
.effect:after {
content: '.';
display: block;
clear: both;
visibility: hidden;
height: 0;
}
.present {
float: left;
border-right: .05rem solid #ccc;
}
.present span {
padding: 0 .075rem;
}
.fans {
float: left;
margin-left: .22rem;
}
.mind {
margin-left: 2.6rem;
margin-bottom: .2rem;
text-align: center;
color: #0066cc;
border: .01rem solid #3366cc;
border-radius: .3rem;
background: #fff;
font-size: .16rem;
padding: .15rem .65rem;
}
.msg {
margin-left: .6rem;
margin-bottom: .6rem;
padding-left: .5rem;
padding-top: .5rem;
padding-right: .5rem;
width: 5.3rem;
height: 4.7rem;
font-size: .3rem;
font-weight: normal;
border: 0;
outline: 0;
font-family: Arial;
resize: none;
border-radius: .6rem;
background: #fff;
box-shadow: .04rem .04rem .05rem #999;
}
.location,
.tel {
font-size: .3rem;
font-family: Arial;
font-weight: normal;
}
.location {
margin-left: 1.5rem;
}
.tel {
margin-left: 1.4rem;
margin-top: .15rem;
}
.location img {
margin-right: .6rem;
width: .7rem;
}
.tel img {
margin-right: .5rem;
width: .9rem;
}
.location_msg {
position: relative;
top: -.2rem;
}
.tel_msg {
position: relative;
top: -.3rem;
} | public/css/Store_Details.css | @charset "utf-8";
html,
body,
div,
img,
p,
span,
button {
margin: 0;
padding: 0;
}
body {
background: rgba(242, 242, 242, .35);
font-size: .16rem;
font-family: Arial;
}
.store_icon {
width: 1.5rem;
height: 1.5rem;
border-radius: .75rem;
margin-top: .5rem;
margin-left: 3rem;
margin-bottom: .35rem;
}
.store_name {
display: inline-block;
position: relative;
font-size: .65rem;
font-family: "Cooper Std Black";
color: #000;
}
.store_name span {
position: absolute;
top: -.4rem;
right: -1rem;
padding: .1rem .2rem;
border-radius: .1rem;
font-size: .16rem;
background: #3399ff;
color: #fff;
}
.effect {
margin: .5rem 0 .3rem 1.55rem;
font-size: .4rem;
font-family: Arial;
font-weight: normal;
}
.effect:after {
content: '.';
display: block;
clear: both;
visibility: hidden;
height: 0;
}
.present {
float: left;
border-right: .05rem solid #ccc;
}
.present span {
padding: 0 .075rem;
}
.fans {
float: left;
margin-left: .22rem;
}
.mind {
margin-left: 2.6rem;
margin-bottom: .2rem;
text-align: center;
color: #0066cc;
border: .01rem solid #3366cc;
border-radius: .3rem;
background: #fff;
font-size: .16rem;
padding: .15rem .65rem;
}
.msg {
margin-left: .6rem;
margin-bottom: .6rem;
padding-left: .5rem;
padding-top: .5rem;
padding-right: .5rem;
width: 5.3rem;
height: 4.7rem;
font-size: .3rem;
font-weight: normal;
border: 0;
outline: 0;
font-family: Arial;
resize: none;
border-radius: .6rem;
background: #fff;
box-shadow: .04rem .04rem .05rem #999;
}
.location,
.tel {
font-size: .3rem;
font-family: Arial;
font-weight: normal;
}
.location {
margin-left: 1.5rem;
}
.tel {
margin-left: 1.4rem;
margin-top: .15rem;
}
.location img {
margin-right: .6rem;
width: .7rem;
}
.tel img {
margin-right: .5rem;
width: .9rem;
}
.location_msg {
position: relative;
top: -.2rem;
}
.tel_msg {
position: relative;
top: -.3rem;
} | 0.557364 | 0.0538 |
@font-face {
font-family: 'Nunito Sans Semi-Bold';
font-weight: 600;
src: url('../fonts/NunitoSans-SemiBold.ttf');
}
@font-face {
font-family: 'Cabin Medium';
font-weight: 500;
src: url('../fonts/Cabin-Medium.ttf');
}
@font-face {
font-family: 'Cabin';
font-weight: 400;
src: url('../fonts/Cabin-Regular.ttf');
}
@font-face {
font-family: 'Scope One';
font-weight: 400;
src: url('../fonts/ScopeOne-Regular.ttf');
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
color: #555;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 0;
/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
font-weight: normal;
color: #333;
}
/*
* Table styles
*/
.table {
display: table;
width: 500px;
margin-left: calc((100% - 500px)/2);
}
.table--row {
display: table-row;
}
.table--cell {
display: table-cell;
padding: 3px 10px;
width: 50%;
}
.table--cell-meta {
text-align: right;
}
.table--cell-title {
text-align: left;
}
/*
* Mobile table styles
*/
@media screen and (max-width: 767px) {
.table {
width: 100%;
margin: 0;
}
}
/*
* Override Bootstrap's default container.
*/
@media (min-width: 1200px) {
.container {
width: 970px;
}
}
/*
* Masthead for nav
*/
.blog-masthead {
background-color: #fff;
}
/* Nav links */
.blog-nav-item {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
color: #313131;
font-family: 'Nunito Sans Semi-Bold', sans-serif;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
color: #6b6b6b;
text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
color: #fff;
}
.blog-nav .active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}
/*
* Blog name and description
*/
.blog-header {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
.blog-title {
margin-top: 30px;
margin-bottom: 0;
font-size: 3em;
font-family: 'Cabin Medium', sans-serif;
}
.blog-description {
color: #999;
font-family: 'Scope One', serif;
font-style: italic;
}
/*
* Main column and sidebar layout
*/
.blog-main {
font-size: 18px;
line-height: 1.5;
font-family: 'Cabin', sans-serif;
width: 100%;
text-align: center;
}
/* Pagination */
.pager {
margin-bottom: 60px;
text-align: left;
}
.pager li a {
width: 140px;
padding: 10px 20px;
text-align: center;
border-radius: 30px;
}
/*
* Blog posts
*/
.blog-post {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 60px;
text-align: justify;
text-justify: inter-word;
}
.blog-post-title {
margin-bottom: 5px;
font-size: 40px;
text-align: center;
}
.blog-post-meta {
margin-bottom: 20px;
color: #999;
text-align: center;
}
.blog-tags-container {
text-align: center;
}
.blog-categories-container {
text-align: center;
}
.blog-post h2 {
line-height: 2em;
}
/*
* Footer
*/
.blog-footer {
font-family: 'Cabin', sans-serif;
padding: 40px 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
} | source/css/blog.css | @font-face {
font-family: 'Nunito Sans Semi-Bold';
font-weight: 600;
src: url('../fonts/NunitoSans-SemiBold.ttf');
}
@font-face {
font-family: 'Cabin Medium';
font-weight: 500;
src: url('../fonts/Cabin-Medium.ttf');
}
@font-face {
font-family: 'Cabin';
font-weight: 400;
src: url('../fonts/Cabin-Regular.ttf');
}
@font-face {
font-family: 'Scope One';
font-weight: 400;
src: url('../fonts/ScopeOne-Regular.ttf');
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
color: #555;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 0;
/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
font-weight: normal;
color: #333;
}
/*
* Table styles
*/
.table {
display: table;
width: 500px;
margin-left: calc((100% - 500px)/2);
}
.table--row {
display: table-row;
}
.table--cell {
display: table-cell;
padding: 3px 10px;
width: 50%;
}
.table--cell-meta {
text-align: right;
}
.table--cell-title {
text-align: left;
}
/*
* Mobile table styles
*/
@media screen and (max-width: 767px) {
.table {
width: 100%;
margin: 0;
}
}
/*
* Override Bootstrap's default container.
*/
@media (min-width: 1200px) {
.container {
width: 970px;
}
}
/*
* Masthead for nav
*/
.blog-masthead {
background-color: #fff;
}
/* Nav links */
.blog-nav-item {
position: relative;
display: inline-block;
padding: 10px;
font-weight: 500;
color: #313131;
font-family: 'Nunito Sans Semi-Bold', sans-serif;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
color: #6b6b6b;
text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
color: #fff;
}
.blog-nav .active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}
/*
* Blog name and description
*/
.blog-header {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
.blog-title {
margin-top: 30px;
margin-bottom: 0;
font-size: 3em;
font-family: 'Cabin Medium', sans-serif;
}
.blog-description {
color: #999;
font-family: 'Scope One', serif;
font-style: italic;
}
/*
* Main column and sidebar layout
*/
.blog-main {
font-size: 18px;
line-height: 1.5;
font-family: 'Cabin', sans-serif;
width: 100%;
text-align: center;
}
/* Pagination */
.pager {
margin-bottom: 60px;
text-align: left;
}
.pager li a {
width: 140px;
padding: 10px 20px;
text-align: center;
border-radius: 30px;
}
/*
* Blog posts
*/
.blog-post {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 60px;
text-align: justify;
text-justify: inter-word;
}
.blog-post-title {
margin-bottom: 5px;
font-size: 40px;
text-align: center;
}
.blog-post-meta {
margin-bottom: 20px;
color: #999;
text-align: center;
}
.blog-tags-container {
text-align: center;
}
.blog-categories-container {
text-align: center;
}
.blog-post h2 {
line-height: 2em;
}
/*
* Footer
*/
.blog-footer {
font-family: 'Cabin', sans-serif;
padding: 40px 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
} | 0.265404 | 0.060585 |
@import '~@variant/profile/lib/colors/index.module.css';
@font-face {
font-family: 'Graphik Web';
src: url('/Graphik-LightItalic-Web.woff2') format('woff2'),
url('/Graphik-LightItalic-Web.woff') format('woff');
font-weight: 300;
font-style: italic;
font-stretch: normal;
font-display: swap;
}
:global(html) {
--font-size-min: 12;
--font-size-max: 18;
--viewport-min: 400;
--viewport-max: 1400;
line-height: 1.6;
/* Explanation for this madness: https://css-tricks.com/snippets/css/fluid-typography/ */
font-size: calc(
(var(--font-size-min) * 1px) + (var(--font-size-max) - var(--font-size-min)) *
(
(100vh - (var(--viewport-min) * 1px)) /
(var(--viewport-max) - var(--viewport-min))
)
);
}
:global(h1) {
line-height: 1.2;
font-weight: 500;
font-size: 2.5rem;
}
:global(h2) {
line-height: 1.2;
font-weight: 400;
font-weight: normal;
font-size: 1.5rem;
text-align: center;
}
.wrapper {
background: var(--color-secondary4__tint3);
padding: 5rem 2rem;
min-height: calc(100vh - 2rem);
margin: 1rem auto 3rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas: 'left right';
max-width: 1300px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
0 8px 16px rgba(0, 0, 0, 0.11);
overflow: hidden;
}
@media (max-width: 1100px) {
.wrapper {
grid-template-columns: 1fr;
grid-template-areas: 'left' 'right';
max-width: 600px;
}
}
.wrapper__purple {
background-color: var(--color-secondary1);
color: var(--color-secondary1--text);
}
.page1 {
background-image: url('./assets/bg-page1.svg');
background-repeat: no-repeat;
background-position: center top;
}
.page1 h1 {
text-align: center;
}
.page1 img,
.backPage img {
display: block;
margin: 0 auto;
}
.backPage {
background-image: url('./assets/bg-backPage.svg');
background-repeat: no-repeat;
background-position: bottom left;
}
.page2 {
background-image: url('./assets/bg-page2.jpg');
background-repeat: no-repeat;
background-position: top right;
}
.page2__varianthuset {
display: none;
float: right;
shape-outside: url('./assets/varianthuset.png');
position: relative;
right: -1rem;
margin-right: -10rem;
}
@media (max-width: 1100px) {
.page2 {
background: url('./assets/bg-page2-alt1.svg') top left no-repeat,
url('./assets/bg-page2-alt2.svg') bottom right no-repeat,
var(--color-secondary4__tint3);
}
.page2__varianthuset {
display: block;
}
}
.page3 {
background: url('./assets/bg-page3-1.svg') top left no-repeat,
url('./assets/bg-page3-2.svg') bottom center no-repeat,
url('./assets/bg-page3-3.jpg') bottom right no-repeat,
var(--color-secondary4__tint3);
}
@media (max-width: 1100px) {
.page3 {
background: url('./assets/bg-page3-1.svg') -25px top no-repeat,
url('./assets/bg-page3-2.svg') bottom center no-repeat,
var(--color-secondary4__tint3);
}
}
.page4 {
background: url('./assets/bg-page4-2.svg') bottom left no-repeat,
url('./assets/bg-page4-3.jpg') bottom right no-repeat,
var(--color-secondary4__tint3);
}
@media (max-width: 1100px) {
.page4 {
background: url('./assets/bg-page4-2.svg') bottom left no-repeat,
var(--color-secondary4__tint3);
}
}
.page4__img {
display: block;
float: left;
shape-outside: url('./assets/bg-page4-1.png');
margin-left: -4rem;
position: relative;
left: -1rem;
}
.page5 {
background: url('./assets/bg-page5-1.svg') bottom left no-repeat,
url('./assets/bg-page5-2.svg') top right no-repeat;
}
@media (max-width: 1100px) {
.page5 {
background: url('./assets/bg-page5-1.svg') -50px 130% no-repeat,
url('./assets/bg-page5-2.svg') top right no-repeat;
}
}
.content {
max-width: 30rem;
width: 100%;
margin: 0 auto;
min-height: calc(100vh - 14rem);
display: flex;
flex-direction: column;
}
@media (max-width: 1100px) {
.content {
min-height: auto;
}
}
.content p {
margin: 1rem 0;
text-align: justify;
}
.content__left {
grid-area: left;
}
.content__right {
grid-area: right;
}
.content__right_bottom {
composes: content__right;
justify-content: flex-end;
}
.content__left_bottom {
composes: content__left;
justify-content: flex-end;
}
.content__center_bottom {
grid-area: left / span 2;
justify-content: flex-end;
}
.block {
margin-bottom: 4rem;
}
.em {
font-style: italic;
font-weight: 300;
} | src/oslovyer/index.module.css | @import '~@variant/profile/lib/colors/index.module.css';
@font-face {
font-family: 'Graphik Web';
src: url('/Graphik-LightItalic-Web.woff2') format('woff2'),
url('/Graphik-LightItalic-Web.woff') format('woff');
font-weight: 300;
font-style: italic;
font-stretch: normal;
font-display: swap;
}
:global(html) {
--font-size-min: 12;
--font-size-max: 18;
--viewport-min: 400;
--viewport-max: 1400;
line-height: 1.6;
/* Explanation for this madness: https://css-tricks.com/snippets/css/fluid-typography/ */
font-size: calc(
(var(--font-size-min) * 1px) + (var(--font-size-max) - var(--font-size-min)) *
(
(100vh - (var(--viewport-min) * 1px)) /
(var(--viewport-max) - var(--viewport-min))
)
);
}
:global(h1) {
line-height: 1.2;
font-weight: 500;
font-size: 2.5rem;
}
:global(h2) {
line-height: 1.2;
font-weight: 400;
font-weight: normal;
font-size: 1.5rem;
text-align: center;
}
.wrapper {
background: var(--color-secondary4__tint3);
padding: 5rem 2rem;
min-height: calc(100vh - 2rem);
margin: 1rem auto 3rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas: 'left right';
max-width: 1300px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
0 8px 16px rgba(0, 0, 0, 0.11);
overflow: hidden;
}
@media (max-width: 1100px) {
.wrapper {
grid-template-columns: 1fr;
grid-template-areas: 'left' 'right';
max-width: 600px;
}
}
.wrapper__purple {
background-color: var(--color-secondary1);
color: var(--color-secondary1--text);
}
.page1 {
background-image: url('./assets/bg-page1.svg');
background-repeat: no-repeat;
background-position: center top;
}
.page1 h1 {
text-align: center;
}
.page1 img,
.backPage img {
display: block;
margin: 0 auto;
}
.backPage {
background-image: url('./assets/bg-backPage.svg');
background-repeat: no-repeat;
background-position: bottom left;
}
.page2 {
background-image: url('./assets/bg-page2.jpg');
background-repeat: no-repeat;
background-position: top right;
}
.page2__varianthuset {
display: none;
float: right;
shape-outside: url('./assets/varianthuset.png');
position: relative;
right: -1rem;
margin-right: -10rem;
}
@media (max-width: 1100px) {
.page2 {
background: url('./assets/bg-page2-alt1.svg') top left no-repeat,
url('./assets/bg-page2-alt2.svg') bottom right no-repeat,
var(--color-secondary4__tint3);
}
.page2__varianthuset {
display: block;
}
}
.page3 {
background: url('./assets/bg-page3-1.svg') top left no-repeat,
url('./assets/bg-page3-2.svg') bottom center no-repeat,
url('./assets/bg-page3-3.jpg') bottom right no-repeat,
var(--color-secondary4__tint3);
}
@media (max-width: 1100px) {
.page3 {
background: url('./assets/bg-page3-1.svg') -25px top no-repeat,
url('./assets/bg-page3-2.svg') bottom center no-repeat,
var(--color-secondary4__tint3);
}
}
.page4 {
background: url('./assets/bg-page4-2.svg') bottom left no-repeat,
url('./assets/bg-page4-3.jpg') bottom right no-repeat,
var(--color-secondary4__tint3);
}
@media (max-width: 1100px) {
.page4 {
background: url('./assets/bg-page4-2.svg') bottom left no-repeat,
var(--color-secondary4__tint3);
}
}
.page4__img {
display: block;
float: left;
shape-outside: url('./assets/bg-page4-1.png');
margin-left: -4rem;
position: relative;
left: -1rem;
}
.page5 {
background: url('./assets/bg-page5-1.svg') bottom left no-repeat,
url('./assets/bg-page5-2.svg') top right no-repeat;
}
@media (max-width: 1100px) {
.page5 {
background: url('./assets/bg-page5-1.svg') -50px 130% no-repeat,
url('./assets/bg-page5-2.svg') top right no-repeat;
}
}
.content {
max-width: 30rem;
width: 100%;
margin: 0 auto;
min-height: calc(100vh - 14rem);
display: flex;
flex-direction: column;
}
@media (max-width: 1100px) {
.content {
min-height: auto;
}
}
.content p {
margin: 1rem 0;
text-align: justify;
}
.content__left {
grid-area: left;
}
.content__right {
grid-area: right;
}
.content__right_bottom {
composes: content__right;
justify-content: flex-end;
}
.content__left_bottom {
composes: content__left;
justify-content: flex-end;
}
.content__center_bottom {
grid-area: left / span 2;
justify-content: flex-end;
}
.block {
margin-bottom: 4rem;
}
.em {
font-style: italic;
font-weight: 300;
} | 0.539954 | 0.080502 |
.container {max-width: 800px; margin: 0 auto; overflow: auto;}
h3 {padding-top: 18px;}
h1 {font-size: 36px;}
table {border-spacing: 0;}
tbody tr:nth-child(odd) {background-color: #f3f3f3;}
thead {text-align: left; font-family: Source Sans Pro, Arial, sans-serif;}
td {min-width: 140px; vertical-align: top; padding: 8px;}
td a {line-height: 24px;}
tr {height: 50px;}
ul, ol {text-indent: 0; margin: 0; padding-left: 20px;}
ul li {padding-bottom: 6px; line-height: 22px;}
footer {padding-top: 20px; margin-top: 60px; border-top: 4px solid #CCF4FF; -webkit-column-count: 6; column-count: 6; -webkit-column-gap: 20px; column-gap: 20px; -moz-column-count: 6; -moz-column-gap: 20px; height: 125px;}
footer ul {list-style: none; padding-left: 0px; font-family: Source Sans Pro, Baskerville, Georgia, serif;}
footer li {line-height: inherit; font-size: 12px;}
footer h4 {font-size: 14px; -webkit-column-break-before: always; break-before: always; -moz-column-break-before: always; }
footer h4 {margin-top: 0px;}
footer a {border: none;}
.half {max-width: 50%; display: inline-block; vertical-align: top;}
.half:nth-child(odd) {padding-left: 20px;}
/* older css */
body {font-family: 'Source Sans Pro'; font-size: 18px; background: #fff; color: #535353; border: 10px #47CCFC solid; margin: 0px; padding: 20px 20px 100px 20px; overflow: auto; }
h1, h2, h3, h4, h5, h6 {font-family: Source Sans Pro, Arial, sans-serif;}
h2 {margin-top: 40px;}
img {width: 100%;}
hr {border: 2px solid #CCF4FF;}
p a, a {color: #535353; text-decoration: none; padding-bottom: 0px; border-bottom: 2px #CCF4FF solid;}
a:hover {color: #47CCFC;}
a:active {color: #47CCFC;}
small {padding: 10px 0px;}
p, ol {line-height: 1.4;}
text {font-size: 12px;}
body.index p:nth-of-type(2) {font-size: 30px;}
body.index table {border: 4px solid #CCF4FF; padding: 18px;}
.home-link {color: #47CCFC;}
pre {word-wrap: break-word; padding: 10px; background: #F8F8F8;}
pre code {padding: 0;}
code {font-family: "Source Code Pro", monospace; font-size: 14px; line-height: 1; background: #F8F8F8; color: #636363; font-weight: 400; padding: 2px 6px; border-radius: 2px;}
.hljs { background: #F8F8F8; color: #494949; line-height: 1.4em; }
/* funsies */
::selection {background: #44FFB4;}
::-moz-selection {background: #44FFB4;}
/* Table */
.ssExample table {min-width: 600px;}
.tHeader::after {content: " \2193 \2191 "; font-size: 10px; padding-left: 3px; cursor: pointer;}
/* Map Popup Style */
.leaflet-popup-content h2 {margin-bottom: 4px; margin-top: auto;} | site/assets/style.css | .container {max-width: 800px; margin: 0 auto; overflow: auto;}
h3 {padding-top: 18px;}
h1 {font-size: 36px;}
table {border-spacing: 0;}
tbody tr:nth-child(odd) {background-color: #f3f3f3;}
thead {text-align: left; font-family: Source Sans Pro, Arial, sans-serif;}
td {min-width: 140px; vertical-align: top; padding: 8px;}
td a {line-height: 24px;}
tr {height: 50px;}
ul, ol {text-indent: 0; margin: 0; padding-left: 20px;}
ul li {padding-bottom: 6px; line-height: 22px;}
footer {padding-top: 20px; margin-top: 60px; border-top: 4px solid #CCF4FF; -webkit-column-count: 6; column-count: 6; -webkit-column-gap: 20px; column-gap: 20px; -moz-column-count: 6; -moz-column-gap: 20px; height: 125px;}
footer ul {list-style: none; padding-left: 0px; font-family: Source Sans Pro, Baskerville, Georgia, serif;}
footer li {line-height: inherit; font-size: 12px;}
footer h4 {font-size: 14px; -webkit-column-break-before: always; break-before: always; -moz-column-break-before: always; }
footer h4 {margin-top: 0px;}
footer a {border: none;}
.half {max-width: 50%; display: inline-block; vertical-align: top;}
.half:nth-child(odd) {padding-left: 20px;}
/* older css */
body {font-family: 'Source Sans Pro'; font-size: 18px; background: #fff; color: #535353; border: 10px #47CCFC solid; margin: 0px; padding: 20px 20px 100px 20px; overflow: auto; }
h1, h2, h3, h4, h5, h6 {font-family: Source Sans Pro, Arial, sans-serif;}
h2 {margin-top: 40px;}
img {width: 100%;}
hr {border: 2px solid #CCF4FF;}
p a, a {color: #535353; text-decoration: none; padding-bottom: 0px; border-bottom: 2px #CCF4FF solid;}
a:hover {color: #47CCFC;}
a:active {color: #47CCFC;}
small {padding: 10px 0px;}
p, ol {line-height: 1.4;}
text {font-size: 12px;}
body.index p:nth-of-type(2) {font-size: 30px;}
body.index table {border: 4px solid #CCF4FF; padding: 18px;}
.home-link {color: #47CCFC;}
pre {word-wrap: break-word; padding: 10px; background: #F8F8F8;}
pre code {padding: 0;}
code {font-family: "Source Code Pro", monospace; font-size: 14px; line-height: 1; background: #F8F8F8; color: #636363; font-weight: 400; padding: 2px 6px; border-radius: 2px;}
.hljs { background: #F8F8F8; color: #494949; line-height: 1.4em; }
/* funsies */
::selection {background: #44FFB4;}
::-moz-selection {background: #44FFB4;}
/* Table */
.ssExample table {min-width: 600px;}
.tHeader::after {content: " \2193 \2191 "; font-size: 10px; padding-left: 3px; cursor: pointer;}
/* Map Popup Style */
.leaflet-popup-content h2 {margin-bottom: 4px; margin-top: auto;} | 0.283087 | 0.125654 |
========================================================================== */
.cp-clear:after {
clear: both;
}
.cp-clear:before,
.cp-clear:after {
display: table;
content: "";
}
/* Empty Area If No Content
========================================================================== */
.cp-empty,
.cp-empty * {
margin: 0 !important;
padding: 0 !important;
line-height: 1px !important;
}
[data-template="demo"] .cp-empty,
[data-template="demo"] .cp-empty * {
line-height: 3px !important;
}
/* Smile Loader
========================================================================== */
.smile-absolute-loader,
.smile-fixed-loader {
width: 100%;
height: 100%;
background-color: transparent;
z-index: 99999;
visibility: hidden;
-webkit-transition: visibility 600ms linear, background-color 600ms linear;
-moz-transition: visibility 600ms linear, background-color 600ms linear;
transition: visibility 600ms linear, background-color 600ms linear;
}
/* Absolute Loader Position */
.smile-absolute-loader {
position: absolute;
}
/* Fixed loader Position */
.smile-fixed-loader {
position: fixed;
}
/* Center Aligned Loader */
.smile-loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.smile-loading-bar {
display: inline-block;
width: 6px;
height: 29px;
border-radius: 4px;
-webkit-animation: loading 1s ease-in-out infinite;
-moz-animation: loading 1s ease-in-out infinite;
animation: loading 1s ease-in-out infinite;
margin-right: 1px;
}
.smile-loading-bar:nth-child(1) {
background-color: #3498db;
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
animation-delay: 0;
}
.smile-loading-bar:nth-child(2) {
background-color: #e74c3c;
-webkit-animation-delay: 0.09s;
-moz-animation-delay: 0.09s;
animation-delay: 0.09s;
}
.smile-loading-bar:nth-child(3) {
background-color: #f1c40f;
-webkit-animation-delay: .18s;
-moz-animation-delay: .18s;
animation-delay: .18s;
}
.smile-loading-bar:nth-child(4) {
background-color: #2ecc71;
-webkit-animation-delay: .27s;
-moz-animation-delay: .27s;
animation-delay: .27s;
}
@-webkit-keyframes loading {
0% {
-webkit-transform: scale(1);
}
20% {
-webkit-transform: scale(1, 2.2);
}
40% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes loading {
0% {
-moz-transform: scale(1);
}
20% {
-moz-transform: scale(1, 2.2);
}
40% {
-moz-transform: scale(1);
}
}
@keyframes loading {
0% {
transform: scale(1);
}
20% {
transform: scale(1, 2.2);
}
40% {
transform: scale(1);
}
}
/*
* If want to display loader 150px from top
* For some cases vertical aligned loader does not look good, you can use this CSS at particular time.
*/
.smile-top-fix-loader .smile-loader {
top: 150px;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* Blinking Cursor
========================================================================== */
.cp-highlight {
position: relative;
}
.blinking-cursor {
font-weight: 100 !important;
display: inline-block !important;
line-height: inherit !important;
width: 1px;
background-color: rgba(0, 0, 0, 0);
font-size: inherit !important;
color: rgba(0, 0, 0, 0) !important;
position: absolute;
overflow: hidden;
top: auto;
bottom: 0;
-webkit-animation: 1s blink step-end infinite;
-moz-animation: 1s blink step-end infinite;
-ms-animation: 1s blink step-end infinite;
animation: 1s blink step-end infinite;
}
@-moz-keyframes blink {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
@-webkit-keyframes "blink" {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
@-ms-keyframes "blink" {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
@keyframes "blink" {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
/* CKEditor - Customization
========================================================================== */
.cp-no-responsive {
font-size: initial !important;
line-height: initial !important;
}
/* Helper Classes
========================================================================== */
.cp-hidden {
display: none;
}
/* ConvertPlug - Form
========================================================================== */
/* Manage margins */
.cp-form-container {
clear: both;
float: none;
margin: auto auto 10px auto; /* margin-bottom: 10px;
margin-left: -15px;
margin-right: -15px; */
}
.cp-slidein .cp-form-container,
.cp-info-bar .cp-form-container {
margin: 5px 0;
}
.cp-info-bar .cp-form-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
/* For layout 3 fix the margins */
.cp-form-container .cp-form-layout-3,
.cp-form-container .cp-form-layout-4 {
margin-left: 15px;
margin-right: 15px;
}
/* Placeholder */
.cp-form-container ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
font-family: inherit;
line-height: normal;
color: inherit;
}
/* Reset - Submit */
.cp-form-container .cp-submit,
.cp-form-container .cp-submit:hover,
.cp-form-container .cp-submit:active,
.cp-form-container .cp-submit:focus {
cursor: pointer;
background-color: rgb(255, 76, 107);
background-image: none;
color: #fff;
text-align: center;
margin-bottom: 0;
text-transform: none;
}
.cp-form-container .cp-submit.cp-btn-flat,
.cp-form-container .cp-submit.cp-btn-outline {
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
/* Reset - Labels */
.cp-form-container label {
font-size: 14px;
line-height: normal;
margin-bottom: 5px;
text-align: left;
display: block;
}
/* Hide for layout - 3 */
.cp-form-container .cp-form-layout-3 label {
display: none;
}
/* Reset - Inputs */
.cp-form-container .cp-form-field button,
.cp-form-container .cp-form-field button:active,
.cp-form-container .cp-form-field button:hover,
.cp-form-container .cp-form-field button:focus,
.cp-form-container .cp-form-field input,
.cp-form-container .cp-form-field input:active,
.cp-form-container .cp-form-field input:hover,
.cp-form-container .cp-form-field input:focus,
.cp-form-container .cp-form-field select,
.cp-form-container .cp-form-field select:active,
.cp-form-container .cp-form-field select:hover,
.cp-form-container .cp-form-field select:focus,
.cp-form-container .cp-form-field textarea,
.cp-form-container .cp-form-field textarea:active,
.cp-form-container .cp-form-field textarea:hover,
.cp-form-container .cp-form-field textarea:focus {
outline: none;
box-shadow: none;
}
/* Default - Inputs */
.cp-form-container .cp-form-field select,
.cp-form-container .cp-form-field button,
.cp-form-container .cp-form-field input,
.cp-form-container .cp-form-field textarea {
font-size: 16px;
line-height: normal;
border: 1px solid #ddd;
box-shadow: none;
border-radius: 3px;
font-family: inherit;
padding: 10px;
outline: 0;
display: block;
margin: 0 0 10px 0;
width: 100%;
max-width: 100%;
}
/* Modal - Inputs */
.cp-modal-popup-container .cp-form-field button:focus,
.cp-modal-popup-container .cp-form-field input:focus,
.cp-modal-popup-container .cp-form-field select:focus,
.cp-modal-popup-container .cp-form-field textarea:focus {
box-shadow: none;
outline: none;
}
.cp-modal-popup-container .cp-form-field button,
.cp-modal-popup-container .cp-form-field input,
.cp-modal-popup-container .cp-form-field textarea {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.cp-modal-popup-container .cp-form-field button,
.cp-modal-popup-container .cp-form-field input,
.cp-modal-popup-container .cp-form-field select,
.cp-modal-popup-container .cp-form-field textarea {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
@media(max-width:768px) {
/* Placeholder */
.cp-form-container .cp-form-field input::-webkit-input-placeholder,
.cp-form-container .cp-form-field input:-moz-placeholder,
.cp-form-container .cp-form-field input::-moz-placeholder,
.cp-form-container .cp-form-field input:-ms-input-placeholder {
line-height: normal;
font-size: 0.85em !important;
}
}
.cp-form-container .cp-submit {
width: auto;
display: inline-block;
}
.cp-info-bar .cp-form-container .cp-submit {
font-size: 14px;
}
.cp-form-container .cp-form-layout-3 .cp-submit {
display: block;
}
.cp-form-container .cp-submit-wrap-full .cp-submit {
width: 100%;
}
.cp-form-container .cp-submit-wrap-center {
text-align: center;
}
.cp-form-container .cp-submit-wrap-left {
text-align: left;
}
.cp-form-container .cp-submit-wrap-right {
text-align: right;
}
.cp-form-container .cp-form-layout-3 label {
display: none !important;
}
/* CSS FIXES */
.cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
padding: 0;
}
.cp-info-bar .cp-form-container .cp-form-layout-1,
.cp-info-bar .cp-form-container .cp-form-layout-2 {
margin: 0 auto;
}
.cp-info-bar .cp-form-container .cp-form-layout-1,
.cp-info-bar .cp-form-container .cp-form-layout-2,
.cp-info-bar .cp-form-container .cp-form-layout-4 {
max-width: 550px;
}
@media (min-width:768px) {
/* Layout - 2 */
.cp-form-layout-2 .cp-form-field:nth-child(odd):not(.odd-field-fallback) {
padding-right: 5px;
clear: both;
}
.cp-form-layout-2 .cp-form-field:nth-child(even) {
padding-left: 5px;
}
/* Layout - 3 */
.cp-form-container .cp-form-layout-3 .cp-form-field {
padding-right: 5px;
padding-left: 5px;
}
.cp-form-container .cp-form-layout-3 .cp-submit-wrap {
padding-left: 5px;
padding-right: 0;
}
.cp-form-container .cp-form-layout-3 .cp-form-field:first-child {
padding-left: 0;
}
.cp-form-container .cp-form-layout-3 .cp-form-field select,
.cp-form-container .cp-form-layout-3 .cp-form-field button,
.cp-form-container .cp-form-layout-3 .cp-form-field input,
.cp-form-container .cp-form-layout-3 .cp-form-field textarea {
margin-bottom: 0px;
}
.cp-form-layout-3 .cp-form-field.enable-field-attached {
padding-right: 0 !important;
}
.cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-right: 0!important;
}
.cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
padding-left: 0 !important;
margin-left: 0px;
}
.cp-info-bar .cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
margin-left: 0px;
}
.cp-info-bar .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input,
.cp-slidein .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
border-right-width: 0px !important;
}
.cp-form-layout-3 .cp-submit-wrap.enable-field-attached .cp-submit {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.cp-form-field.enable-field-attached.cp-enable-box-shadow > div {
border-bottom-right-radius: 0px !important;
}
}
/* ==========================================================================
cp-vertical-form-container
========================================================================== */
.cp-form-container.cp-vertical-form-container .cp-form-layout-3,
.cp-form-container.cp-vertical-form-container .cp-form-layout-4 {
margin: 0;
}
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-submit-wrap,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-submit-wrap {
padding-left: 0;
padding-right: 0;
}
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(odd) {
padding-left: 0;
padding-right: 0;
}
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
padding-right: 0;
}
/* Custom ShortCode
========================================================================== */
.cp-trigger-shortcode {
cursor: pointer;
}
/** DYNAMIC FORM - DISCUSS & REMOVE THE CSS */
.cp-form-container .cp-all-inputs-wrap {
padding: 0;
}
.cp-form-container .cp-form-layout-1 .cp-all-inputs-wrap {
padding: 0;
}
.cp-form-container .cp-form-layout-2 .cp-all-inputs-wrap {
padding: 0;
}
.cp-form-container .cp-form-layout-4 .cp-submit-wrap {
padding: 0;
}
/**
* InfoBar Fixes
*/
.cp-info-bar .cp-form-container .cp-form-layout-3,
.cp-info-bar .cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
/* Fix for gravity for z-index issue */
html body div#ui-datepicker-div[style] {
z-index: 99999999999 !important;
}
.cp-form-field select.cp-dropdown {
height: auto;
}
@media (max-width:768px) {
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
padding-left: 0;
}
.cp-form-container .cp-submit-wrap-center,
.cp-form-container .cp-submit-wrap-left,
.cp-form-container .cp-submit-wrap-right {
text-align: center;
}
}
/* Message after form submission */
.cp-detailed-message {
color: red;
margin-top: 15px;
font-size: 15px;
}
.cp-admin-error-notice {
font-size: 15px;
margin-top: 13px;
margin-bottom: 10px;
color: #101010;
}
.cp-error-msg {
margin-bottom: 15px;
}
.cp-m-error h5 {
font-weight: normal;
}
.cp-only-admin-msg {
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
background: rgba(128, 128, 128, 0.46);
padding: 10px;
}
.cp-form-container input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.cp-form-container input[type="number"] {
height: auto;
}
.cp_edit_link {
background: #fff;
color: #888;
cursor: pointer;
font-size: 9px;
font-family: Tahoma;
font-weight: 400;
letter-spacing: 0.5px;
line-height: 1em;
margin: 0;
padding: 4px;
position: absolute;
bottom: 0;
right: 0;
z-index: 99999999999999999;
}
.cp_edit_link a {
color: #888;
font-family: inherit;
line-height: inherit;
font-size: inherit;
margin: 0;
padding: 0;
}
#content .wpb_text_column:last-child > .cp-modal-inline .cp_social_networks {
margin-bottom: 10px !important;
}
.cp-overlay-close.cp-hide-close,
.ib-close.cp-hide-close,
.slidein-overlay-close.cp-hide-close {
display: none;
}
.cp-form-field.cp-enable-box-shadow > div {
box-shadow: 1px 1px 2px 0px rgba(66, 66, 66, 0.45) !important;
}
.cp-form-container input:focus:not([type='radio']):not([type='checkbox']):not([type='range']),
.cp-form-container textarea:focus {
border-color: #eee;
box-shadow: 0px 0px 5px 0px #eee;
}
.cp-tooltip-icon.has-tip {
cursor: pointer;
}
.tip[class*="close-tip-content"]{
font-family: "open sans", sans-serif;
} | web/wp-content/plugins/modules/assets/css/convertplug.css | ========================================================================== */
.cp-clear:after {
clear: both;
}
.cp-clear:before,
.cp-clear:after {
display: table;
content: "";
}
/* Empty Area If No Content
========================================================================== */
.cp-empty,
.cp-empty * {
margin: 0 !important;
padding: 0 !important;
line-height: 1px !important;
}
[data-template="demo"] .cp-empty,
[data-template="demo"] .cp-empty * {
line-height: 3px !important;
}
/* Smile Loader
========================================================================== */
.smile-absolute-loader,
.smile-fixed-loader {
width: 100%;
height: 100%;
background-color: transparent;
z-index: 99999;
visibility: hidden;
-webkit-transition: visibility 600ms linear, background-color 600ms linear;
-moz-transition: visibility 600ms linear, background-color 600ms linear;
transition: visibility 600ms linear, background-color 600ms linear;
}
/* Absolute Loader Position */
.smile-absolute-loader {
position: absolute;
}
/* Fixed loader Position */
.smile-fixed-loader {
position: fixed;
}
/* Center Aligned Loader */
.smile-loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.smile-loading-bar {
display: inline-block;
width: 6px;
height: 29px;
border-radius: 4px;
-webkit-animation: loading 1s ease-in-out infinite;
-moz-animation: loading 1s ease-in-out infinite;
animation: loading 1s ease-in-out infinite;
margin-right: 1px;
}
.smile-loading-bar:nth-child(1) {
background-color: #3498db;
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
animation-delay: 0;
}
.smile-loading-bar:nth-child(2) {
background-color: #e74c3c;
-webkit-animation-delay: 0.09s;
-moz-animation-delay: 0.09s;
animation-delay: 0.09s;
}
.smile-loading-bar:nth-child(3) {
background-color: #f1c40f;
-webkit-animation-delay: .18s;
-moz-animation-delay: .18s;
animation-delay: .18s;
}
.smile-loading-bar:nth-child(4) {
background-color: #2ecc71;
-webkit-animation-delay: .27s;
-moz-animation-delay: .27s;
animation-delay: .27s;
}
@-webkit-keyframes loading {
0% {
-webkit-transform: scale(1);
}
20% {
-webkit-transform: scale(1, 2.2);
}
40% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes loading {
0% {
-moz-transform: scale(1);
}
20% {
-moz-transform: scale(1, 2.2);
}
40% {
-moz-transform: scale(1);
}
}
@keyframes loading {
0% {
transform: scale(1);
}
20% {
transform: scale(1, 2.2);
}
40% {
transform: scale(1);
}
}
/*
* If want to display loader 150px from top
* For some cases vertical aligned loader does not look good, you can use this CSS at particular time.
*/
.smile-top-fix-loader .smile-loader {
top: 150px;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* Blinking Cursor
========================================================================== */
.cp-highlight {
position: relative;
}
.blinking-cursor {
font-weight: 100 !important;
display: inline-block !important;
line-height: inherit !important;
width: 1px;
background-color: rgba(0, 0, 0, 0);
font-size: inherit !important;
color: rgba(0, 0, 0, 0) !important;
position: absolute;
overflow: hidden;
top: auto;
bottom: 0;
-webkit-animation: 1s blink step-end infinite;
-moz-animation: 1s blink step-end infinite;
-ms-animation: 1s blink step-end infinite;
animation: 1s blink step-end infinite;
}
@-moz-keyframes blink {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
@-webkit-keyframes "blink" {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
@-ms-keyframes "blink" {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
@keyframes "blink" {
from,
to {
background-color: transparent;
}
50% {
background-color: black;
}
}
/* CKEditor - Customization
========================================================================== */
.cp-no-responsive {
font-size: initial !important;
line-height: initial !important;
}
/* Helper Classes
========================================================================== */
.cp-hidden {
display: none;
}
/* ConvertPlug - Form
========================================================================== */
/* Manage margins */
.cp-form-container {
clear: both;
float: none;
margin: auto auto 10px auto; /* margin-bottom: 10px;
margin-left: -15px;
margin-right: -15px; */
}
.cp-slidein .cp-form-container,
.cp-info-bar .cp-form-container {
margin: 5px 0;
}
.cp-info-bar .cp-form-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
/* For layout 3 fix the margins */
.cp-form-container .cp-form-layout-3,
.cp-form-container .cp-form-layout-4 {
margin-left: 15px;
margin-right: 15px;
}
/* Placeholder */
.cp-form-container ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: inherit;
line-height: normal;
color: inherit;
}
.cp-form-container :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
font-family: inherit;
line-height: normal;
color: inherit;
}
/* Reset - Submit */
.cp-form-container .cp-submit,
.cp-form-container .cp-submit:hover,
.cp-form-container .cp-submit:active,
.cp-form-container .cp-submit:focus {
cursor: pointer;
background-color: rgb(255, 76, 107);
background-image: none;
color: #fff;
text-align: center;
margin-bottom: 0;
text-transform: none;
}
.cp-form-container .cp-submit.cp-btn-flat,
.cp-form-container .cp-submit.cp-btn-outline {
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
/* Reset - Labels */
.cp-form-container label {
font-size: 14px;
line-height: normal;
margin-bottom: 5px;
text-align: left;
display: block;
}
/* Hide for layout - 3 */
.cp-form-container .cp-form-layout-3 label {
display: none;
}
/* Reset - Inputs */
.cp-form-container .cp-form-field button,
.cp-form-container .cp-form-field button:active,
.cp-form-container .cp-form-field button:hover,
.cp-form-container .cp-form-field button:focus,
.cp-form-container .cp-form-field input,
.cp-form-container .cp-form-field input:active,
.cp-form-container .cp-form-field input:hover,
.cp-form-container .cp-form-field input:focus,
.cp-form-container .cp-form-field select,
.cp-form-container .cp-form-field select:active,
.cp-form-container .cp-form-field select:hover,
.cp-form-container .cp-form-field select:focus,
.cp-form-container .cp-form-field textarea,
.cp-form-container .cp-form-field textarea:active,
.cp-form-container .cp-form-field textarea:hover,
.cp-form-container .cp-form-field textarea:focus {
outline: none;
box-shadow: none;
}
/* Default - Inputs */
.cp-form-container .cp-form-field select,
.cp-form-container .cp-form-field button,
.cp-form-container .cp-form-field input,
.cp-form-container .cp-form-field textarea {
font-size: 16px;
line-height: normal;
border: 1px solid #ddd;
box-shadow: none;
border-radius: 3px;
font-family: inherit;
padding: 10px;
outline: 0;
display: block;
margin: 0 0 10px 0;
width: 100%;
max-width: 100%;
}
/* Modal - Inputs */
.cp-modal-popup-container .cp-form-field button:focus,
.cp-modal-popup-container .cp-form-field input:focus,
.cp-modal-popup-container .cp-form-field select:focus,
.cp-modal-popup-container .cp-form-field textarea:focus {
box-shadow: none;
outline: none;
}
.cp-modal-popup-container .cp-form-field button,
.cp-modal-popup-container .cp-form-field input,
.cp-modal-popup-container .cp-form-field textarea {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.cp-modal-popup-container .cp-form-field button,
.cp-modal-popup-container .cp-form-field input,
.cp-modal-popup-container .cp-form-field select,
.cp-modal-popup-container .cp-form-field textarea {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
@media(max-width:768px) {
/* Placeholder */
.cp-form-container .cp-form-field input::-webkit-input-placeholder,
.cp-form-container .cp-form-field input:-moz-placeholder,
.cp-form-container .cp-form-field input::-moz-placeholder,
.cp-form-container .cp-form-field input:-ms-input-placeholder {
line-height: normal;
font-size: 0.85em !important;
}
}
.cp-form-container .cp-submit {
width: auto;
display: inline-block;
}
.cp-info-bar .cp-form-container .cp-submit {
font-size: 14px;
}
.cp-form-container .cp-form-layout-3 .cp-submit {
display: block;
}
.cp-form-container .cp-submit-wrap-full .cp-submit {
width: 100%;
}
.cp-form-container .cp-submit-wrap-center {
text-align: center;
}
.cp-form-container .cp-submit-wrap-left {
text-align: left;
}
.cp-form-container .cp-submit-wrap-right {
text-align: right;
}
.cp-form-container .cp-form-layout-3 label {
display: none !important;
}
/* CSS FIXES */
.cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
padding: 0;
}
.cp-info-bar .cp-form-container .cp-form-layout-1,
.cp-info-bar .cp-form-container .cp-form-layout-2 {
margin: 0 auto;
}
.cp-info-bar .cp-form-container .cp-form-layout-1,
.cp-info-bar .cp-form-container .cp-form-layout-2,
.cp-info-bar .cp-form-container .cp-form-layout-4 {
max-width: 550px;
}
@media (min-width:768px) {
/* Layout - 2 */
.cp-form-layout-2 .cp-form-field:nth-child(odd):not(.odd-field-fallback) {
padding-right: 5px;
clear: both;
}
.cp-form-layout-2 .cp-form-field:nth-child(even) {
padding-left: 5px;
}
/* Layout - 3 */
.cp-form-container .cp-form-layout-3 .cp-form-field {
padding-right: 5px;
padding-left: 5px;
}
.cp-form-container .cp-form-layout-3 .cp-submit-wrap {
padding-left: 5px;
padding-right: 0;
}
.cp-form-container .cp-form-layout-3 .cp-form-field:first-child {
padding-left: 0;
}
.cp-form-container .cp-form-layout-3 .cp-form-field select,
.cp-form-container .cp-form-layout-3 .cp-form-field button,
.cp-form-container .cp-form-layout-3 .cp-form-field input,
.cp-form-container .cp-form-layout-3 .cp-form-field textarea {
margin-bottom: 0px;
}
.cp-form-layout-3 .cp-form-field.enable-field-attached {
padding-right: 0 !important;
}
.cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-right: 0!important;
}
.cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
padding-left: 0 !important;
margin-left: 0px;
}
.cp-info-bar .cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
margin-left: 0px;
}
.cp-info-bar .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input,
.cp-slidein .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
border-right-width: 0px !important;
}
.cp-form-layout-3 .cp-submit-wrap.enable-field-attached .cp-submit {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.cp-form-field.enable-field-attached.cp-enable-box-shadow > div {
border-bottom-right-radius: 0px !important;
}
}
/* ==========================================================================
cp-vertical-form-container
========================================================================== */
.cp-form-container.cp-vertical-form-container .cp-form-layout-3,
.cp-form-container.cp-vertical-form-container .cp-form-layout-4 {
margin: 0;
}
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-submit-wrap,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-submit-wrap {
padding-left: 0;
padding-right: 0;
}
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(odd) {
padding-left: 0;
padding-right: 0;
}
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
padding-right: 0;
}
/* Custom ShortCode
========================================================================== */
.cp-trigger-shortcode {
cursor: pointer;
}
/** DYNAMIC FORM - DISCUSS & REMOVE THE CSS */
.cp-form-container .cp-all-inputs-wrap {
padding: 0;
}
.cp-form-container .cp-form-layout-1 .cp-all-inputs-wrap {
padding: 0;
}
.cp-form-container .cp-form-layout-2 .cp-all-inputs-wrap {
padding: 0;
}
.cp-form-container .cp-form-layout-4 .cp-submit-wrap {
padding: 0;
}
/**
* InfoBar Fixes
*/
.cp-info-bar .cp-form-container .cp-form-layout-3,
.cp-info-bar .cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
/* Fix for gravity for z-index issue */
html body div#ui-datepicker-div[style] {
z-index: 99999999999 !important;
}
.cp-form-field select.cp-dropdown {
height: auto;
}
@media (max-width:768px) {
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
padding-left: 0;
}
.cp-form-container .cp-submit-wrap-center,
.cp-form-container .cp-submit-wrap-left,
.cp-form-container .cp-submit-wrap-right {
text-align: center;
}
}
/* Message after form submission */
.cp-detailed-message {
color: red;
margin-top: 15px;
font-size: 15px;
}
.cp-admin-error-notice {
font-size: 15px;
margin-top: 13px;
margin-bottom: 10px;
color: #101010;
}
.cp-error-msg {
margin-bottom: 15px;
}
.cp-m-error h5 {
font-weight: normal;
}
.cp-only-admin-msg {
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
background: rgba(128, 128, 128, 0.46);
padding: 10px;
}
.cp-form-container input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.cp-form-container input[type="number"] {
height: auto;
}
.cp_edit_link {
background: #fff;
color: #888;
cursor: pointer;
font-size: 9px;
font-family: Tahoma;
font-weight: 400;
letter-spacing: 0.5px;
line-height: 1em;
margin: 0;
padding: 4px;
position: absolute;
bottom: 0;
right: 0;
z-index: 99999999999999999;
}
.cp_edit_link a {
color: #888;
font-family: inherit;
line-height: inherit;
font-size: inherit;
margin: 0;
padding: 0;
}
#content .wpb_text_column:last-child > .cp-modal-inline .cp_social_networks {
margin-bottom: 10px !important;
}
.cp-overlay-close.cp-hide-close,
.ib-close.cp-hide-close,
.slidein-overlay-close.cp-hide-close {
display: none;
}
.cp-form-field.cp-enable-box-shadow > div {
box-shadow: 1px 1px 2px 0px rgba(66, 66, 66, 0.45) !important;
}
.cp-form-container input:focus:not([type='radio']):not([type='checkbox']):not([type='range']),
.cp-form-container textarea:focus {
border-color: #eee;
box-shadow: 0px 0px 5px 0px #eee;
}
.cp-tooltip-icon.has-tip {
cursor: pointer;
}
.tip[class*="close-tip-content"]{
font-family: "open sans", sans-serif;
} | 0.339171 | 0.051415 |
body
{
margin:0;
padding: 0;
background:;
background-attachment: fixed;
background-size:100% 100%;
}
/*navbar*/
.navbar-color
{
background: #fff;
border-bottom:2px solid black;
}
.navbar-textcolor
{
color:black;
}
/*slider*/
.slider
{
height:675px;
}
.slider-kelas
{
height:300px;
}
/*person*/
.person {
border: 10px solid transparent;
margin-bottom: 25px;
width: 80%;
height: 80%;
opacity: 0.7;
}
.person:hover {
border-color: #f1f1f1;
}
/*table*/
.border
{
border-radius:5px;
}
.table-home
{
padding: 60px;
}
.table-class
{
margin-top:100px;
}
.table-crud
{
margin-top:30px;
}
/* ----- */
.jumbotron
{
margin-top: 30px;
background: rgba(255,255,255,0.70);
}
.container .form-inline
{
margin-top:8px;
}
.thumbnail
{
border:2px solid black;
}
/*button edit data*/
.btn-update
{
margin-top: 20px;
}
/*---------*/
.form-inline
{
margin: 10px;
}
.update
{
border-top: none;
border-right: none;
border-left: none;
border-radius: 0px;
border-bottom: 2px solid #777;
box-shadow: none;
margin-top:7px;
}
.update:focus
{
box-shadow: none;
border-bottom: 2px solid #2d2d30;
}
.thumbnail
{
margin-top: 35px;
margin-bottom:60px;
}
.form-main-focus
{
border-top: none;
border-right: none;
border-left: none;
border-radius: 0px;
border-bottom: 2px solid #777;
box-shadow: none;
text-align: center;
font-size: 35px;
}
.form-main-focus:focus
{
box-shadow: none;
border-bottom: 2px solid #2d2d30;
}
.
/*text*/
.text
{
text-align: justify;
}
.text-opinion
{
padding-bottom: 150px;
}
.text-table
{
margin: 0px 0px 100px 0px;
}
.text-gede
{
font-size: 80px
}
.text-kelas
{
padding-bottom: 60px;
}
.link-manage
{
color: black;
text-decoration: none;
}
/*horizontal*/
.horizontal
{
margin-top: 100px;
}
/*----*/
/*-----*/
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.text
{
margin-bottom: 20px;
}
/* Slider */
.carousel-inner img {
-webkit-filter: grayscale(90%);
filter: grayscale(90%); /* make all photos black and white */
width: 100%; /* Set width to 100% */
margin: auto;
}
.carousel-caption h3 {
color: #fff !important;
}
@media (max-width: 600px) {
.carousel-caption {
display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
}
.slider
{
height: 100%;
}
.slider-kelas
{
height: 220px;
}
}
/*map*/
#googleMap {
width: 100%; /* Span the entire width of the screen */
height: 600px; /* Set the height to 400 pixels */
}
/* Footer */
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px;
margin-top: 100px;
}
footer a {
color: #f5f5f5;
}
footer h3
{
margin-top: -8px;
}
footer a:hover {
color: #777;
text-decoration: none;
}
.text-footer
{
font-size: 30px;
margin-top: -30px;
} | public/css/style.css | body
{
margin:0;
padding: 0;
background:;
background-attachment: fixed;
background-size:100% 100%;
}
/*navbar*/
.navbar-color
{
background: #fff;
border-bottom:2px solid black;
}
.navbar-textcolor
{
color:black;
}
/*slider*/
.slider
{
height:675px;
}
.slider-kelas
{
height:300px;
}
/*person*/
.person {
border: 10px solid transparent;
margin-bottom: 25px;
width: 80%;
height: 80%;
opacity: 0.7;
}
.person:hover {
border-color: #f1f1f1;
}
/*table*/
.border
{
border-radius:5px;
}
.table-home
{
padding: 60px;
}
.table-class
{
margin-top:100px;
}
.table-crud
{
margin-top:30px;
}
/* ----- */
.jumbotron
{
margin-top: 30px;
background: rgba(255,255,255,0.70);
}
.container .form-inline
{
margin-top:8px;
}
.thumbnail
{
border:2px solid black;
}
/*button edit data*/
.btn-update
{
margin-top: 20px;
}
/*---------*/
.form-inline
{
margin: 10px;
}
.update
{
border-top: none;
border-right: none;
border-left: none;
border-radius: 0px;
border-bottom: 2px solid #777;
box-shadow: none;
margin-top:7px;
}
.update:focus
{
box-shadow: none;
border-bottom: 2px solid #2d2d30;
}
.thumbnail
{
margin-top: 35px;
margin-bottom:60px;
}
.form-main-focus
{
border-top: none;
border-right: none;
border-left: none;
border-radius: 0px;
border-bottom: 2px solid #777;
box-shadow: none;
text-align: center;
font-size: 35px;
}
.form-main-focus:focus
{
box-shadow: none;
border-bottom: 2px solid #2d2d30;
}
.
/*text*/
.text
{
text-align: justify;
}
.text-opinion
{
padding-bottom: 150px;
}
.text-table
{
margin: 0px 0px 100px 0px;
}
.text-gede
{
font-size: 80px
}
.text-kelas
{
padding-bottom: 60px;
}
.link-manage
{
color: black;
text-decoration: none;
}
/*horizontal*/
.horizontal
{
margin-top: 100px;
}
/*----*/
/*-----*/
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.text
{
margin-bottom: 20px;
}
/* Slider */
.carousel-inner img {
-webkit-filter: grayscale(90%);
filter: grayscale(90%); /* make all photos black and white */
width: 100%; /* Set width to 100% */
margin: auto;
}
.carousel-caption h3 {
color: #fff !important;
}
@media (max-width: 600px) {
.carousel-caption {
display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
}
.slider
{
height: 100%;
}
.slider-kelas
{
height: 220px;
}
}
/*map*/
#googleMap {
width: 100%; /* Span the entire width of the screen */
height: 600px; /* Set the height to 400 pixels */
}
/* Footer */
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px;
margin-top: 100px;
}
footer a {
color: #f5f5f5;
}
footer h3
{
margin-top: -8px;
}
footer a:hover {
color: #777;
text-decoration: none;
}
.text-footer
{
font-size: 30px;
margin-top: -30px;
} | 0.300027 | 0.055515 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/******************************
YABE default styles
*******************************/
/* Reset */
body {
margin: 0;
padding: 0;
background: #f7f7f7;
font-family: 'Noto Sans JP', 'Arial', sans-serif; !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', 'Arial', sans-serif; !important;
}
a {
color: #eb5e28;
}
a:hover {
text-decoration: none;
}
i {
color: inherit;
}
.hidden {
display: none;
}
/* Layout */
.ml-10 {
margin-left: 10px;
}
.ml-20 {
margin-left: 20px;
}
.ml-30 {
margin-left: 30px;
}
.ml-40 {
margin-left: 40px;
}
.ml-50 {
margin-left: 50px;
}
.mr-10 {
margin-right: 10px;
}
.mr-20 {
margin-right: 20px;
}
.mr-30 {
margin-right: 30px;
}
.mr-40 {
margin-right: 40px;
}
.mr-50 {
margin-right: 50px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-100 {
margin-bottom: 100px;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clear-both {
clear: both;
}
.text-align-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-justify {
text-align: justify;
}
.direction-ltr {
direction: ltr;
}
.direction-rtl {
direction: rtl;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.flex-container {
display: flex;
flex-direction: row;
}
.flex-direction-column {
flex-direction: column;
}
.flex-justify-content-center {
justify-content: center;
}
.flex-justify-content-start {
justify-content: flex-start;
}
.flex-justify-content-end {
justify-content: flex-end;
}
.flex-justify-content-space-around {
justify-content: space-around;
}
.flex-justify-content-space-between {
justify-content: space-between;
}
.flex-justify-content-space-evenly {
justify-content: space-evenly;
}
.flex-align-items-center {
align-items: center;
}
.flex-align-items-start {
align-items: flex-start;
}
.flex-align-items-end {
align-items: flex-end;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.flex-wrap {
flex-wrap: wrap;
}
.grid-container {
display: grid;
display: -moz-grid;
display: -ms-grid;
}
.grid-container-inline {
display: inline-grid;
display: -moz-inline-grid;
display: -ms-inline-grid;
}
/******************************
UI elements
*******************************/
hr {
border: none;
border-bottom: 1px solid inherit;
}
.vl { /* Vertical line */
border-left: 1pt solid #fff;
height: 50%;
margin-left: 10px;
margin-right: 11px;
}
/******************************
YABE Common navigation bar
*******************************/
header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 99;
}
nav {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
background: #252422;
-moz-box-shadow: 0 0 6px 0;
-o-box-shadow: 0 0 6px 0;
-webkit-box-shadow: 0 0 6px 0;
box-shadow: 0 0 6px 0;
width: 100%;
padding: 19px 0;
z-index: 99;
}
nav a {
text-decoration: none;
}
#nav-logo {
margin-right: 5%;
}
.nav-logo-sprite {
display: inherit;
width: 116px;
height: 50px;
}
#nav-search-filter {
display: flex;
position: relative;
-webkit-justify-content: center;
justify-content: center;
width: 80px;
height: 50px;
padding: 0 20px;
color: #403d39;
background: #ccc5b9;
-webkit-align-items: center;
align-items: center;
}
#nav-search-filter:hover {
background: #bab1a0;
}
#nav-search-filter hr {
border-bottom: 1px solid #403d39;
margin: 0;
}
#nav-search-filter-level-1 {
display: none;
position: absolute;
background: #ccc5b9;
box-shadow: 0 3px 6px 0;
-webkit-box-shadow: 0 3px 6px 0;
-o-box-shadow: 0 3px 6px 0;
-moz-box-shadow: 0 3px 6px 0;
top: 50px;
left: 0;
width: 150%;
}
#nav-search-filter-level-1:hover {
display: block;
}
#nav-search-filter:hover #nav-search-filter-level-1 {
display: block;
}
#nav-search-filter-level-2-1 {
display: none;
position: absolute;
background: #ccc5b9;
box-shadow: 0 3px 6px 0;
top: 51px;
left: 180px;
width: 100%;
}
#nav-search-filter-level-2-1:hover {
display: block;
}
.nav-search-filter-option:hover #nav-search-filter-level-2-1 {
display: block;
}
#nav-search-filter-level-2-2 {
display: none;
position: absolute;
background: #ccc5b9;
box-shadow: 0 3px 6px 0;
top: 102px;
left: 180px;
width: 100%;
}
#nav-search-filter-level-2-2:hover {
display: block;
}
.nav-search-filter-option:hover #nav-search-filter-level-2-2 {
display: block;
}
.nav-search-filter-option {
display: flex;
-webkit-align-items: center;
align-items: center;
padding-left: 10px;
height: 50px;
}
.nav-search-filter-option:hover {
background: #bab1a0;
}
#nav-search {
display: flex;
}
#nav-search form input {
border: none;
font-size: 1rem;
font-weight: 500;
height: 50px;
padding-left: 25px;
padding-right: 10px;
width: 500px;
}
#nav-search form input:focus {
outline: none;
}
#nav-search form input::placeholder {
color: #555;
}
.nav-search-bttn {
display: flex;
border: none;
justify-content: center;
align-items: center;
color: #000;
background: #fff;
width: 50px;
height: 50px;
}
.nav-search-bttn:hover {
background: #ececec;
}
.nav-search-bttn:active {
background: #dddddd;
}
/* Responsive search bar */
@media only screen and (max-width: 1280px) {
#nav-search form input {
width: 300px
}
}
@media only screen and (max-width: 1080px) {
#nav-search form input {
width: 200px
}
}
@media only screen and (max-width: 950px) {
#nav-search form input, #nav-search-filter, .nav-search-bttn, .nav-search-bttn * {
display: none;
}
}
.nav-cart-bttn {
display: inline;
border: none;
color: #fff;
background: #eb5e28;
font-size: 1rem;
font-weight: 100;
width: 120px;
height: 50px;
margin-left: 50px;
}
.nav-cart-bttn:active {
background: #cd4813;
}
.nav-cart-bttn i {
margin-right: 10px;
}
#nav-account {
display: flex;
align-items: center;
margin-left: 2.5%;
}
#nav-account a {
color: #fff;
font-size: 1rem;
font-weight: 900;
text-decoration: inherit;
}
#nav-account a:hover {
text-decoration: underline;
}
.mobile-only {
display: none;
}
.mobile-menu-bttn {
height: 50px;
padding: 0 20px;
margin-right: 20px;
color: #fff;
background: #252422;
border: none;
}
.mobile-menu-bttn i {
font-size: 32pt;
}
.mobile-menu-bttn:active {
color: #403d39;
}
.mobile-menu {
display: none;
position: relative;
top: 0;
height: 100vh;
background: #555555;
-moz-box-shadow: 0 0 6px 0;
-o-box-shadow: 0 0 6px 0;
-webkit-box-shadow: 0 0 6px 0;
box-shadow: 0 0 6px 0;
transform-origin: top;
}
.mobile-menu a {
color: #fff;
text-decoration: none;
}
.mobile-menu ul {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column;
flex-flow: column;
margin: 0;
padding: 0;
list-style: none;
}
.mobile-menu ul li {
padding: 15px 0;
text-align: -webkit-center;
text-align: -moz-center;
text-align: center;
}
.mobile-menu ul li:active {
background: #252422;
}
.mobile-menu-cart {
background: #eb5e28;
margin: 10px;
}
.mobile-menu-cart i {
margin-right: 5px;
}
/* Responsive header nav */
@media only screen and (max-width: 950px) {
nav {
-webkit-justify-content: space-between;
justify-content: space-between;
}
#nav-logo {
margin-left: 20px;
}
#nav-account, .nav-cart-bttn {
display: none;
}
.mobile-only {
display: block;
}
}
.breadcrumb {
margin: 30px auto 50px;
padding: 0;
width: 80%;
}
.breadcrumb li {
display: inline;
}
.breadcrumb li:first-child a {
padding-left: 0;
}
.breadcrumb a {
color: #403d39;
text-decoration: none;
padding: 0 7px;
margin-right: 10px;
}
.breadcrumb a:hover {
text-decoration: underline;
}
.content-title {
margin: 30px auto 5px;
width: 80%;
font-family: 'Roboto', 'Arial', sans-serif;
font-weight: normal;
}
.content-body {
margin: 30px auto 100px;
width: 80%;
background-color: #fff;
}
.content-text {
padding: 30px 70px;
}
footer {
padding-top: 70px;
background: #ccc5b9;
}
#footer-menu-main-pages, #footer-menu-policy, #footer-menu-browse {
transform: translateY(-9px);
-o-transform: translateY(-9px);
-webkit-transform: translateY(-9px);
-ms-transform: translateY(-9px);
-moz-transform: translateY(-9px);
}
#footer-menu-browse-product:hover ul {
display: block;
}
#footer-menu-browse-store:hover ul {
display: block;
}
#footer-logo {
margin-right: 50px;
}
/* Hide footer logo on smaller screens to conserve space */
@media only screen and (max-width: 1080px) {
#footer-logo {
display: none;
}
}
.footer-menu-item {
color: #fffcf2;
width: 150px;
padding: 0 50px 70px 50px;
}
.footer-menu-item a {
color: #fffcf2;
text-decoration: none;
}
.footer-menu-item a:hover {
text-decoration: underline;
}
.footer-menu-item > p {
padding: 0;
margin: 0;
font-size: 16pt;
}
.footer-menu-item > ul {
padding: 0;
list-style: none;
}
.footer-menu-item > ul ul {
display: none;
padding: 0.5em 0 1em;
font-size: 9pt;
list-style: none;
}
#footer-copyright {
padding: 20px 0;
color: #fff;
background: #252422;
text-align: center;
}
/* Responsive footer */
@media only screen and (max-width: 795px) {
.footer-menu-item {
display: block;
}
}
/******************************
Mobile responsive
*******************************/
@media only screen and (max-width: 767px) {
nav {
height: 30px;
}
.nav-logo-sprite, .mobile-menu-bttn {
height: 30px;
}
.mobile-menu-bttn i {
font-size: 21pt;
}
.content-body {
width: 100%;
}
footer .flex-container {
-webkit-flex-flow: column;
flex-flow: column;
-webkit-align-items: center;
align-items: center;
}
}
/******************************
Animations
*******************************/
@keyframes expand-top {
from {
transform: scaleY(0);
}
to {
transform: scaleY(1);
}
} | public/css/common.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/******************************
YABE default styles
*******************************/
/* Reset */
body {
margin: 0;
padding: 0;
background: #f7f7f7;
font-family: 'Noto Sans JP', 'Arial', sans-serif; !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', 'Arial', sans-serif; !important;
}
a {
color: #eb5e28;
}
a:hover {
text-decoration: none;
}
i {
color: inherit;
}
.hidden {
display: none;
}
/* Layout */
.ml-10 {
margin-left: 10px;
}
.ml-20 {
margin-left: 20px;
}
.ml-30 {
margin-left: 30px;
}
.ml-40 {
margin-left: 40px;
}
.ml-50 {
margin-left: 50px;
}
.mr-10 {
margin-right: 10px;
}
.mr-20 {
margin-right: 20px;
}
.mr-30 {
margin-right: 30px;
}
.mr-40 {
margin-right: 40px;
}
.mr-50 {
margin-right: 50px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-100 {
margin-bottom: 100px;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clear-both {
clear: both;
}
.text-align-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-justify {
text-align: justify;
}
.direction-ltr {
direction: ltr;
}
.direction-rtl {
direction: rtl;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.flex-container {
display: flex;
flex-direction: row;
}
.flex-direction-column {
flex-direction: column;
}
.flex-justify-content-center {
justify-content: center;
}
.flex-justify-content-start {
justify-content: flex-start;
}
.flex-justify-content-end {
justify-content: flex-end;
}
.flex-justify-content-space-around {
justify-content: space-around;
}
.flex-justify-content-space-between {
justify-content: space-between;
}
.flex-justify-content-space-evenly {
justify-content: space-evenly;
}
.flex-align-items-center {
align-items: center;
}
.flex-align-items-start {
align-items: flex-start;
}
.flex-align-items-end {
align-items: flex-end;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.flex-wrap {
flex-wrap: wrap;
}
.grid-container {
display: grid;
display: -moz-grid;
display: -ms-grid;
}
.grid-container-inline {
display: inline-grid;
display: -moz-inline-grid;
display: -ms-inline-grid;
}
/******************************
UI elements
*******************************/
hr {
border: none;
border-bottom: 1px solid inherit;
}
.vl { /* Vertical line */
border-left: 1pt solid #fff;
height: 50%;
margin-left: 10px;
margin-right: 11px;
}
/******************************
YABE Common navigation bar
*******************************/
header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 99;
}
nav {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
background: #252422;
-moz-box-shadow: 0 0 6px 0;
-o-box-shadow: 0 0 6px 0;
-webkit-box-shadow: 0 0 6px 0;
box-shadow: 0 0 6px 0;
width: 100%;
padding: 19px 0;
z-index: 99;
}
nav a {
text-decoration: none;
}
#nav-logo {
margin-right: 5%;
}
.nav-logo-sprite {
display: inherit;
width: 116px;
height: 50px;
}
#nav-search-filter {
display: flex;
position: relative;
-webkit-justify-content: center;
justify-content: center;
width: 80px;
height: 50px;
padding: 0 20px;
color: #403d39;
background: #ccc5b9;
-webkit-align-items: center;
align-items: center;
}
#nav-search-filter:hover {
background: #bab1a0;
}
#nav-search-filter hr {
border-bottom: 1px solid #403d39;
margin: 0;
}
#nav-search-filter-level-1 {
display: none;
position: absolute;
background: #ccc5b9;
box-shadow: 0 3px 6px 0;
-webkit-box-shadow: 0 3px 6px 0;
-o-box-shadow: 0 3px 6px 0;
-moz-box-shadow: 0 3px 6px 0;
top: 50px;
left: 0;
width: 150%;
}
#nav-search-filter-level-1:hover {
display: block;
}
#nav-search-filter:hover #nav-search-filter-level-1 {
display: block;
}
#nav-search-filter-level-2-1 {
display: none;
position: absolute;
background: #ccc5b9;
box-shadow: 0 3px 6px 0;
top: 51px;
left: 180px;
width: 100%;
}
#nav-search-filter-level-2-1:hover {
display: block;
}
.nav-search-filter-option:hover #nav-search-filter-level-2-1 {
display: block;
}
#nav-search-filter-level-2-2 {
display: none;
position: absolute;
background: #ccc5b9;
box-shadow: 0 3px 6px 0;
top: 102px;
left: 180px;
width: 100%;
}
#nav-search-filter-level-2-2:hover {
display: block;
}
.nav-search-filter-option:hover #nav-search-filter-level-2-2 {
display: block;
}
.nav-search-filter-option {
display: flex;
-webkit-align-items: center;
align-items: center;
padding-left: 10px;
height: 50px;
}
.nav-search-filter-option:hover {
background: #bab1a0;
}
#nav-search {
display: flex;
}
#nav-search form input {
border: none;
font-size: 1rem;
font-weight: 500;
height: 50px;
padding-left: 25px;
padding-right: 10px;
width: 500px;
}
#nav-search form input:focus {
outline: none;
}
#nav-search form input::placeholder {
color: #555;
}
.nav-search-bttn {
display: flex;
border: none;
justify-content: center;
align-items: center;
color: #000;
background: #fff;
width: 50px;
height: 50px;
}
.nav-search-bttn:hover {
background: #ececec;
}
.nav-search-bttn:active {
background: #dddddd;
}
/* Responsive search bar */
@media only screen and (max-width: 1280px) {
#nav-search form input {
width: 300px
}
}
@media only screen and (max-width: 1080px) {
#nav-search form input {
width: 200px
}
}
@media only screen and (max-width: 950px) {
#nav-search form input, #nav-search-filter, .nav-search-bttn, .nav-search-bttn * {
display: none;
}
}
.nav-cart-bttn {
display: inline;
border: none;
color: #fff;
background: #eb5e28;
font-size: 1rem;
font-weight: 100;
width: 120px;
height: 50px;
margin-left: 50px;
}
.nav-cart-bttn:active {
background: #cd4813;
}
.nav-cart-bttn i {
margin-right: 10px;
}
#nav-account {
display: flex;
align-items: center;
margin-left: 2.5%;
}
#nav-account a {
color: #fff;
font-size: 1rem;
font-weight: 900;
text-decoration: inherit;
}
#nav-account a:hover {
text-decoration: underline;
}
.mobile-only {
display: none;
}
.mobile-menu-bttn {
height: 50px;
padding: 0 20px;
margin-right: 20px;
color: #fff;
background: #252422;
border: none;
}
.mobile-menu-bttn i {
font-size: 32pt;
}
.mobile-menu-bttn:active {
color: #403d39;
}
.mobile-menu {
display: none;
position: relative;
top: 0;
height: 100vh;
background: #555555;
-moz-box-shadow: 0 0 6px 0;
-o-box-shadow: 0 0 6px 0;
-webkit-box-shadow: 0 0 6px 0;
box-shadow: 0 0 6px 0;
transform-origin: top;
}
.mobile-menu a {
color: #fff;
text-decoration: none;
}
.mobile-menu ul {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column;
flex-flow: column;
margin: 0;
padding: 0;
list-style: none;
}
.mobile-menu ul li {
padding: 15px 0;
text-align: -webkit-center;
text-align: -moz-center;
text-align: center;
}
.mobile-menu ul li:active {
background: #252422;
}
.mobile-menu-cart {
background: #eb5e28;
margin: 10px;
}
.mobile-menu-cart i {
margin-right: 5px;
}
/* Responsive header nav */
@media only screen and (max-width: 950px) {
nav {
-webkit-justify-content: space-between;
justify-content: space-between;
}
#nav-logo {
margin-left: 20px;
}
#nav-account, .nav-cart-bttn {
display: none;
}
.mobile-only {
display: block;
}
}
.breadcrumb {
margin: 30px auto 50px;
padding: 0;
width: 80%;
}
.breadcrumb li {
display: inline;
}
.breadcrumb li:first-child a {
padding-left: 0;
}
.breadcrumb a {
color: #403d39;
text-decoration: none;
padding: 0 7px;
margin-right: 10px;
}
.breadcrumb a:hover {
text-decoration: underline;
}
.content-title {
margin: 30px auto 5px;
width: 80%;
font-family: 'Roboto', 'Arial', sans-serif;
font-weight: normal;
}
.content-body {
margin: 30px auto 100px;
width: 80%;
background-color: #fff;
}
.content-text {
padding: 30px 70px;
}
footer {
padding-top: 70px;
background: #ccc5b9;
}
#footer-menu-main-pages, #footer-menu-policy, #footer-menu-browse {
transform: translateY(-9px);
-o-transform: translateY(-9px);
-webkit-transform: translateY(-9px);
-ms-transform: translateY(-9px);
-moz-transform: translateY(-9px);
}
#footer-menu-browse-product:hover ul {
display: block;
}
#footer-menu-browse-store:hover ul {
display: block;
}
#footer-logo {
margin-right: 50px;
}
/* Hide footer logo on smaller screens to conserve space */
@media only screen and (max-width: 1080px) {
#footer-logo {
display: none;
}
}
.footer-menu-item {
color: #fffcf2;
width: 150px;
padding: 0 50px 70px 50px;
}
.footer-menu-item a {
color: #fffcf2;
text-decoration: none;
}
.footer-menu-item a:hover {
text-decoration: underline;
}
.footer-menu-item > p {
padding: 0;
margin: 0;
font-size: 16pt;
}
.footer-menu-item > ul {
padding: 0;
list-style: none;
}
.footer-menu-item > ul ul {
display: none;
padding: 0.5em 0 1em;
font-size: 9pt;
list-style: none;
}
#footer-copyright {
padding: 20px 0;
color: #fff;
background: #252422;
text-align: center;
}
/* Responsive footer */
@media only screen and (max-width: 795px) {
.footer-menu-item {
display: block;
}
}
/******************************
Mobile responsive
*******************************/
@media only screen and (max-width: 767px) {
nav {
height: 30px;
}
.nav-logo-sprite, .mobile-menu-bttn {
height: 30px;
}
.mobile-menu-bttn i {
font-size: 21pt;
}
.content-body {
width: 100%;
}
footer .flex-container {
-webkit-flex-flow: column;
flex-flow: column;
-webkit-align-items: center;
align-items: center;
}
}
/******************************
Animations
*******************************/
@keyframes expand-top {
from {
transform: scaleY(0);
}
to {
transform: scaleY(1);
}
} | 0.402392 | 0.064713 |
* {
padding: 0;
margin: 0;
border: 0;
outline: 0;
font-family: 'Roboto', sans-serif;
}
a, a:hover {
text-decoration: none;
color: inherit;
}
.btn {
height: 38px;
padding: 5px 25px;
border-radius: 19px;
font-weight: 100;
font-size: .9em;
}
.btn-colored {
background: linear-gradient(118deg, #4e82f4, #4e82f4);
color: #fff;
}
.navbar-brand {
color: #000;
}
.navbar-brand:hover {
color: #111;
}
.navbar-brand h1 {
font-size: 1.3em;
font-weight: 300;
}
header nav a {
margin: 0 5px;
color: #fff;
font-weight: 300;
}
header nav a:hover {
color: #fafafa;
}
header {
z-index: 999999999;
position: relative;
/*height: 65px;*/
/*z-index: 9999999999;*/
/*background: rgba(0, 0, 0, .3);*/
}
.top-log-img {
max-height: 20px;
}
section.cover {
overflow: hidden;
width: 100%;
position: relative;
margin-top: -65px;
height: 100vh;
display: flex;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/*background-image: url("../img/cover.jpg");*/
/*background-color: #8ed4ff;*/
align-items: center;
justify-content: center;
}
section.cover::after {
/*background: #fff;*/
/*content: ' ';*/
/*height: 195px;*/
/*position: absolute;*/
/*-webkit-transform-origin: 0% 0%;*/
/*-ms-transform-origin: 0% 0%;*/
/*transform-origin: 0% 0%;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*display: block;*/
/*margin-bottom: -195px;*/
/*-ms-transform: skew(0deg, -3deg);*/
/*-webkit-transform: skew(0deg, -3deg);*/
/*transform: skew(0deg, -3deg);*/
/*bottom: 40px;*/
/*z-index: 1;*/
/*box-shadow: 0px -1px 20px 0px rgba(0, 0, 40, .3);*/
display: inline-block;
/*background: linear-gradient(118deg, #f46553, #ff3158);*/
/*background: linear-gradient(118deg, rgb(31, 25, 28), rgb(84, 82, 87));*/
background-image: url("../img/shape.png");
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
/*border-radius: 54% 46% 64% 36%/64% 42% 58% 36%;*/
content: " ";
position: absolute;
top: 0;
right: 0;
width: 930px;
height: 870px;
/*z-index: -1*/
}
.cover-container {
width: 100%;
}
.cover-slider-container {
position: absolute;
height: 100vh;
width: 50vw;
z-index: 10;
right: 0;
display: flex;
align-items: center;
justify-content: center;
}
.cover-slider {
width: 100%;
z-index: 20;
height: 350px;
display: block;
clear: both;
/*float: right;*/
position: relative;
overflow: hidden;
}
.cover-slider .slides {
height: 310px;
padding: 10px;
width: 1000px;
display: flex;
align-items: center;
/*justify-content: center;*/
}
.cover-slider .cover-slide {
margin: 0 10px;
border-radius: 10px;
display: inline-block;
box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .14);
transition: height .2s , width 0s, margin .4s, opacity .7s;
}
.cover-slider .cover-slide.third {
height: 80%;
width: 200px;
background: #f9f9f9;
margin-right: -180px;
}
.cover-slider .cover-slide.second {
height: 90%;
width: 200px;
background: #fafafa;
margin-right: -170px;
}
.cover-slider .cover-slide.first {
width: 240px;
height: 100%;
z-index: 10;
background: #fff;
}
.cover-slide-controller {
width: 100%;
height: 40px;
user-select: none;
}
.cover-slide-controller .control {
display: inline-block;
width: 30px;
height: 30px;
margin: 5px;
cursor: pointer;
user-select: none;
}
.cover-slider .title {
padding: 6px 15px;
font-size: 1.1em;
font-weight: 300;
color: #000;
height: 10%;
}
.cover-slider .icon {
width: 80%;
margin: auto;
display: block;
height: 40%;
text-align: center;
padding: 5px;
}
.cover-slider .icon img {
max-width: 100%;
max-height: 100%;
}
.cover-slider .description {
padding: 15px;
font-size: .8em;
color: #494949;
font-weight: 300;
height: 40%;
}
.cover-slider .link {
height: 10%;
padding: 0 15px;
font-size: .8em;
width: 100%;
display: block;
}
.cover-slider .link a {
width: 100%;
display: block;
color: #4e82f4;
}
section.cover .welcome-box {
/*width: calc(100% - 650px);*/
z-index: 9999;
}
section.cover .welcome-box .title {
font-size: 1.7em;
font-weight: 300;
color: #444;
}
section.cover .welcome-box p {
margin-top: 30px;
margin-bottom: 30px;
font-size: 1em;
font-weight: 300;
}
.section-title-center {
position: relative;
font-size: 2em;
font-weight: 500;
/*display: inline-block;*/
width: auto;
z-index: 99999;
text-align: center;
}
.section-title-center span {
padding-bottom: 9px;
/*border-bottom: 3px solid #000;*/
}
.section-title-side {
font-size: 2em;
font-weight: 500;
text-align: right;
position: relative;
}
.section-title-side::after {
width: 30px;
height: 3px;
border-radius: 2px;
background: #000;
display: inline-block;
position: absolute;
top: 120%;
right: 0;
content: '';
}
/*.section-title-center::after {*/
/*width: 130px;*/
/*height: 3px;*/
/*border-radius: 2px;*/
/*background: #000;*/
/*display: inline-block;*/
/*position: absolute;*/
/*top: 120%;*/
/*right: 50%;*/
/*left: 50%;*/
/*margin-left: -65px;*/
/*content: '';*/
/*}*/
.section-text-side {
margin-top: 50px;
padding-left: 20px;
font-size: 1em;
font-weight: 300;
color: #363636;
}
section.about-us {
padding-bottom: 100px;
z-index: 10;
position: relative;
background: #fff;
}
section.what_we_do {
/*padding-bottom: 60px;*/
/*background: gray;*/
}
section.works::before {
/*background: rgb(245, 245, 245);*/
/*content: ' ';*/
/*height: 195px;*/
/*position: relative;*/
/*-webkit-transform-origin: 0% 0%;*/
/*-ms-transform-origin: 0% 0%;*/
/*transform-origin: 0% 0%;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*display: block;*/
/*margin-bottom: -195px;*/
/*-ms-transform: skew(0deg, 3deg);*/
/*-webkit-transform: skew(0deg, 3deg);*/
/*transform: skew(0deg, 3deg);*/
/*top: -120px;*/
}
section.works {
/*padding-top: 80px;*/
z-index: 900000;
padding-bottom: 20px;
/*background-color: rgb(245, 245, 245);*/
position: relative;
}
section.works::after {
/*background: rgb(245, 245, 245);*/
/*content: ' ';*/
/*height: 195px;*/
/*position: relative;*/
/*-webkit-transform-origin: 0% 0%;*/
/*-ms-transform-origin: 0% 0%;*/
/*transform-origin: 0% 0%;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*display: block;*/
/*margin-bottom: -195px;*/
/*-ms-transform: skew(0deg, -3deg);*/
/*-webkit-transform: skew(0deg, -3deg);*/
/*transform: skew(0deg, -3deg);*/
/*top: -10px;*/
/*z-index: 1;*/
}
section.packages {
/*background: gray;*/
}
.package-parent {
transition: all .3s;
}
.package-description {
transition: all .3s;
font-size: 1em;
font-weight: 200;
padding: 20px;
color: #555;
}
.box.hover:hover + .package-title {
color: #333;
}
.box {
border-radius: 7px;
width: 100%;
height: 200px;
position: relative;
background-color: #fff;
box-shadow: 0 10px 25px 5px rgba(0, 0, 20, .08);
transition: all .3s;
margin-bottom: 20px;
}
.abilities .box {
margin-bottom: 50px;
overflow: hidden;
box-shadow: 0 1px 25px 5px rgba(0, 0, 20, .08);
border-radius: 20% 15% 15% 20% / 50% 39% 39% 70%;
}
.abilities-title {
display: block;
text-align: left;
padding: 10px 0;
color: #444;
font-size: 1.3em;
}
.abilities-description {
font-size: .92em;
font-weight: 100;
color: #555;
padding-right: 15px;
}
.ability-content {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ability-icon {
max-width: 50%;
height: auto;
margin: auto;
/*width: 600px;*/
/*height: 300px;*/
/*background: gray;*/
/*position: absolute;*/
/*z-index: 123123;*/
}
.full-height {
height: 100%;
}
.ability {
width: 150%;
position: relative;
right: 0;
left: -50%;
height: 100%;
transform: skew(10deg);
/*border-radius: 14% 16% 24% 16%/24% 32% 72% 16%;*/
text-align: center;
padding-left: 50%;
}
.ability-1 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f44881), to(#ec454f));
background-image: linear-gradient(180deg, #f44881, #ec454f)
}
.ability-2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#6edcc4), to(#1aab8b));
background-image: linear-gradient(180deg, #6edcc4, #1aab8b)
}
.ability-3 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8b60ed), to(#b372bd));
background-image: linear-gradient(180deg, #8b60ed, #b372bd)
}
.ability-4 {
background-image: -webkit-gradient(linear, left bottom, left top, from(#f19a1a), to(#ffc73c));
background-image: linear-gradient(0deg, #f19a1a, #ffc73c)
}
.box.hover:hover {
box-shadow: 0 10px 25px 0 rgba(0, 0, 20, .11);
background-color: #fff;
/*cursor: pointer;*/
}
.box .box-header {
position: absolute;
margin-bottom: 20px;
top: 0;
width: 100%;
padding: 0 10px;
height: 28px;
text-align: left;
}
.box .box-header i {
padding: 5px 0;
font-size: 1.4em;
cursor: pointer;
border-radius: 50%;
color: #656565;
}
.box .box-footer {
position: absolute;
bottom: 0;
width: 100%;
padding: 0 10px;
height: 28px;
text-align: right;
}
.box .box-footer i {
padding: 5px;
cursor: pointer;
border-radius: 50%;
transition: all .2s;
color: #656565;
}
.box .box-footer i:hover {
background-color: rgba(0, 0, 0, .1);
}
section.contact {
padding-top: 120px;
/*background-color: #ddd;*/
padding-bottom: 100px;
}
.package-parent.active {
width: 100%;
flex: 0 0 100%;
max-width: 100%
}
.box.works {
height: auto;
}
.contact-box {
width: 100%;
height: auto;
text-align: left;
padding-top: 0;
}
.contact-box a {
margin: 15px 10px;
color: #4b4b4b;
display: block;
}
.contact-box a i {
font-size: 1.5em;
}
.contact-box a span {
font-size: 1em;
padding-left: 10px;
position: relative;
top: -6px;
}
.abilities {
padding-top: 20px;
}
.loader-part {
opacity: 0;
position: relative;
top: 40px;
transition: opacity .5s, top .5s;
}
.works-container {
position: relative;
padding-top: 40px;
z-index: 999;
}
.work-box {
width: 100%;
}
.work-box.website {
width: 100%;
margin-bottom: 30px;
position: relative;
min-height: 190px;
background-color: #dedede;
overflow: hidden;
box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .2);
border-radius: 4px;
}
.work-box.design {
width: 100%;
margin-bottom: 30px;
position: relative;
min-height: 260px;
background-color: #dedede;
overflow: hidden;
box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .2);
border-radius: 4px;
}
.works-tabs-parts {
padding-top: 30px;
}
.work-box .work-box-header {
display: none;
}
.work-box.website .work-box-header {
display: inline-block;
width: 100%;
height: 15px;
position: relative;
/*top: -15px;*/
color: #fff;
background-color: #d4d4d4;
border-radius: 4px 4px 0 0;
}
.work-box.website .work-box-header i {
position: relative;
top: -3px;
left: 5px;
}
.work-box-bg {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 15px;
border-radius: 0 0 4px 4px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transition: all .3s;
filter: blur(0px);
}
.work-box:hover .work-box-bg {
filter: blur(8px);
}
.work-box .work-info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 15px;
background-color: rgba(10, 10, 16, .0);
transition: all .3s;
border-radius: 0 0 4px 4px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
}
.work-box.design .work-info, .work-box.design .work-box-bg {
top: 0;
}
.work-box:hover .work-info {
opacity: 1;
background-color: rgba(10, 10, 16, .6);
}
.project-title {
font-size: 1.1em;
color: #fff;
}
.ability-url {
font-size: .9em;
font-weight: 300;
/*padding-bottom: 10px;*/
/*display: block;*/
width: 100%;
color: #4e82f4;
border-bottom: 1px solid #4e82f4;
/*padding-right: 50px;*/
text-align: center;
}
.ability-url:hover {
color: #444;
border-color: #444;
}
.work-tabs {
text-align: center;
display: inline-block;
width: 100%;
border: none;
/*width: 221px;*/
height: 40px
}
.work-tabs .nav-item {
/*margin: auto;*/
/*background: transparent;*/
display: inline-block;
width: 100px;
float: none;
margin: -5px;
padding: 0;
}
.work-tabs .nav-item {
width: 150px;
}
.work-tabs .nav-item .nav-link {
/*border: 1px solid #21c8f6;*/
border: 1px solid #dddddd;
width: 100%;
padding: 10px 50px;
color: #000;
}
.work-tabs .nav-item:first-child .nav-link {
/*border-radius: 25px 0 0 25px;*/
}
.work-tabs .nav-item:last-child .nav-link {
/*border-radius: 0 25px 25px 0;*/
}
.work-tabs .nav-item.active, .work-tabs .nav-link.active {
background: transparent;
}
.work-tabs .nav-link {
border: none;
}
.work-tabs .nav-link.active {
padding: 12px 50px;
/*border-radius: 25px !important;*/
width: calc(100% + 15px);
z-index: 999;
position: relative;
border: none;
box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, .09);
/*background-image: linear-gradient(125deg, #21c8f6, #637bff);*/
background: rgb(221, 221, 221);
color: #444;
}
.work-tabs .nav-item:last-child .nav-link.active {
left: -20px;
}
.packages {
padding-top: 20px;
}
.package-box {
margin-bottom: 50px;
width: 100%;
padding-bottom: 30px;
border-radius: 30px;
min-height: 400px;
position: relative;
background: #fff;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
}
.package-title {
width: 100%;
text-align: center;
height: 60px;
/*background: #fafafa;*/
padding-top: 45px;
font-size: 1.3em;
}
.starter-price {
position: absolute;
right: -10px;
top: -10px;
padding: 5px 15px;
/*color: #328af1;*/
color: #fff;
border-radius: 24% 24% 35% 35%/44% 52% 80% 80%;
}
.package-1 .starter-price {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f44881), to(#ec454f));
background-image: linear-gradient(180deg, #f44881, #ec454f)
}
.package-2 .starter-price {
background-image: -webkit-gradient(linear, left top, left bottom, from(#6edcc4), to(#1aab8b));
background-image: linear-gradient(180deg, #6edcc4, #1aab8b)
}
.package-3 .starter-price {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8b60ed), to(#b372bd));
background-image: linear-gradient(180deg, #8b60ed, #b372bd)
}
.package-4 .starter-price {
background-image: -webkit-gradient(linear, left bottom, left top, from(#f19a1a), to(#ffc73c));
background-image: linear-gradient(0deg, #f19a1a, #ffc73c)
}
.package-1-referrer {
color: #f44881;
}
.package-2-referrer {
color: #1aab8b;
}
.package-3-referrer {
color: #8b60ed;
}
.package-4-referrer {
color: #f19a1a;
}
.maintenance-costs {
text-align: center;
width: 80%;
padding: 10px;
background: #fafafa;
margin: auto;
}
.packages-description {
font-size: .9em;
color: #444;
}
.starter-price .hint {
font-size: .9em;
font-weight: 100;
display: inline-block;
}
.starter-price .price {
font-size: 1.2em;
display: inline-block;
}
.package-options ul {
padding-top: 20px;
text-align: center;
}
.package-options ul li {
list-style: none;
font-size: .9em;
padding: 3px 0;
}
@media screen and (max-width: 1000px) {
.navbar-brand, .navbar-brand:hover {
color: #fff;
}
section.cover {
/*background: linear-gradient(118deg, rgb(31, 25, 28), rgb(65, 63, 67));*/
/*background: linear-gradient(118deg, #f46553, #ff3158);*/
background: rgb(43, 85, 182);
}
section.cover::after {
display: none;
}
section.cover .welcome-box {
max-width: 100%;
width: 100%;
/*text-align: center;*/
}
section.cover .welcome-box, section.cover .welcome-box .title {
color: #fff;
}
section.about-us {
padding-top: 50px;
}
.ability-shape {
display: none;
}
.ability-info {
width: 100%;
max-width: 100%;
flex: 0 0 100%;
padding-left: 60px;
padding-top: 30px;
}
.ability-content {
width: 100%;
display: block;
}
.btn {
font-weight: 300;
}
.section-text-side {
text-align: center;
}
.section-title-side, .section-title-center {
margin: auto;
text-align: center;
width: 60%;
}
.section-title-side, .section-title-center span {
display: block;
/*border-bottom: 2px solid #000;*/
}
.section-title-center span {
width: 100%;
}
.section-title-side::after {
display: none;
}
}
@media screen and (max-width: 767px) {
.cover-slider-container {
display: none;
}
section.cover .welcome-box {
text-align: center;
}
} | public/css/app.css | * {
padding: 0;
margin: 0;
border: 0;
outline: 0;
font-family: 'Roboto', sans-serif;
}
a, a:hover {
text-decoration: none;
color: inherit;
}
.btn {
height: 38px;
padding: 5px 25px;
border-radius: 19px;
font-weight: 100;
font-size: .9em;
}
.btn-colored {
background: linear-gradient(118deg, #4e82f4, #4e82f4);
color: #fff;
}
.navbar-brand {
color: #000;
}
.navbar-brand:hover {
color: #111;
}
.navbar-brand h1 {
font-size: 1.3em;
font-weight: 300;
}
header nav a {
margin: 0 5px;
color: #fff;
font-weight: 300;
}
header nav a:hover {
color: #fafafa;
}
header {
z-index: 999999999;
position: relative;
/*height: 65px;*/
/*z-index: 9999999999;*/
/*background: rgba(0, 0, 0, .3);*/
}
.top-log-img {
max-height: 20px;
}
section.cover {
overflow: hidden;
width: 100%;
position: relative;
margin-top: -65px;
height: 100vh;
display: flex;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/*background-image: url("../img/cover.jpg");*/
/*background-color: #8ed4ff;*/
align-items: center;
justify-content: center;
}
section.cover::after {
/*background: #fff;*/
/*content: ' ';*/
/*height: 195px;*/
/*position: absolute;*/
/*-webkit-transform-origin: 0% 0%;*/
/*-ms-transform-origin: 0% 0%;*/
/*transform-origin: 0% 0%;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*display: block;*/
/*margin-bottom: -195px;*/
/*-ms-transform: skew(0deg, -3deg);*/
/*-webkit-transform: skew(0deg, -3deg);*/
/*transform: skew(0deg, -3deg);*/
/*bottom: 40px;*/
/*z-index: 1;*/
/*box-shadow: 0px -1px 20px 0px rgba(0, 0, 40, .3);*/
display: inline-block;
/*background: linear-gradient(118deg, #f46553, #ff3158);*/
/*background: linear-gradient(118deg, rgb(31, 25, 28), rgb(84, 82, 87));*/
background-image: url("../img/shape.png");
background-size: contain;
background-repeat: no-repeat;
background-position: top right;
/*border-radius: 54% 46% 64% 36%/64% 42% 58% 36%;*/
content: " ";
position: absolute;
top: 0;
right: 0;
width: 930px;
height: 870px;
/*z-index: -1*/
}
.cover-container {
width: 100%;
}
.cover-slider-container {
position: absolute;
height: 100vh;
width: 50vw;
z-index: 10;
right: 0;
display: flex;
align-items: center;
justify-content: center;
}
.cover-slider {
width: 100%;
z-index: 20;
height: 350px;
display: block;
clear: both;
/*float: right;*/
position: relative;
overflow: hidden;
}
.cover-slider .slides {
height: 310px;
padding: 10px;
width: 1000px;
display: flex;
align-items: center;
/*justify-content: center;*/
}
.cover-slider .cover-slide {
margin: 0 10px;
border-radius: 10px;
display: inline-block;
box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .14);
transition: height .2s , width 0s, margin .4s, opacity .7s;
}
.cover-slider .cover-slide.third {
height: 80%;
width: 200px;
background: #f9f9f9;
margin-right: -180px;
}
.cover-slider .cover-slide.second {
height: 90%;
width: 200px;
background: #fafafa;
margin-right: -170px;
}
.cover-slider .cover-slide.first {
width: 240px;
height: 100%;
z-index: 10;
background: #fff;
}
.cover-slide-controller {
width: 100%;
height: 40px;
user-select: none;
}
.cover-slide-controller .control {
display: inline-block;
width: 30px;
height: 30px;
margin: 5px;
cursor: pointer;
user-select: none;
}
.cover-slider .title {
padding: 6px 15px;
font-size: 1.1em;
font-weight: 300;
color: #000;
height: 10%;
}
.cover-slider .icon {
width: 80%;
margin: auto;
display: block;
height: 40%;
text-align: center;
padding: 5px;
}
.cover-slider .icon img {
max-width: 100%;
max-height: 100%;
}
.cover-slider .description {
padding: 15px;
font-size: .8em;
color: #494949;
font-weight: 300;
height: 40%;
}
.cover-slider .link {
height: 10%;
padding: 0 15px;
font-size: .8em;
width: 100%;
display: block;
}
.cover-slider .link a {
width: 100%;
display: block;
color: #4e82f4;
}
section.cover .welcome-box {
/*width: calc(100% - 650px);*/
z-index: 9999;
}
section.cover .welcome-box .title {
font-size: 1.7em;
font-weight: 300;
color: #444;
}
section.cover .welcome-box p {
margin-top: 30px;
margin-bottom: 30px;
font-size: 1em;
font-weight: 300;
}
.section-title-center {
position: relative;
font-size: 2em;
font-weight: 500;
/*display: inline-block;*/
width: auto;
z-index: 99999;
text-align: center;
}
.section-title-center span {
padding-bottom: 9px;
/*border-bottom: 3px solid #000;*/
}
.section-title-side {
font-size: 2em;
font-weight: 500;
text-align: right;
position: relative;
}
.section-title-side::after {
width: 30px;
height: 3px;
border-radius: 2px;
background: #000;
display: inline-block;
position: absolute;
top: 120%;
right: 0;
content: '';
}
/*.section-title-center::after {*/
/*width: 130px;*/
/*height: 3px;*/
/*border-radius: 2px;*/
/*background: #000;*/
/*display: inline-block;*/
/*position: absolute;*/
/*top: 120%;*/
/*right: 50%;*/
/*left: 50%;*/
/*margin-left: -65px;*/
/*content: '';*/
/*}*/
.section-text-side {
margin-top: 50px;
padding-left: 20px;
font-size: 1em;
font-weight: 300;
color: #363636;
}
section.about-us {
padding-bottom: 100px;
z-index: 10;
position: relative;
background: #fff;
}
section.what_we_do {
/*padding-bottom: 60px;*/
/*background: gray;*/
}
section.works::before {
/*background: rgb(245, 245, 245);*/
/*content: ' ';*/
/*height: 195px;*/
/*position: relative;*/
/*-webkit-transform-origin: 0% 0%;*/
/*-ms-transform-origin: 0% 0%;*/
/*transform-origin: 0% 0%;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*display: block;*/
/*margin-bottom: -195px;*/
/*-ms-transform: skew(0deg, 3deg);*/
/*-webkit-transform: skew(0deg, 3deg);*/
/*transform: skew(0deg, 3deg);*/
/*top: -120px;*/
}
section.works {
/*padding-top: 80px;*/
z-index: 900000;
padding-bottom: 20px;
/*background-color: rgb(245, 245, 245);*/
position: relative;
}
section.works::after {
/*background: rgb(245, 245, 245);*/
/*content: ' ';*/
/*height: 195px;*/
/*position: relative;*/
/*-webkit-transform-origin: 0% 0%;*/
/*-ms-transform-origin: 0% 0%;*/
/*transform-origin: 0% 0%;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*display: block;*/
/*margin-bottom: -195px;*/
/*-ms-transform: skew(0deg, -3deg);*/
/*-webkit-transform: skew(0deg, -3deg);*/
/*transform: skew(0deg, -3deg);*/
/*top: -10px;*/
/*z-index: 1;*/
}
section.packages {
/*background: gray;*/
}
.package-parent {
transition: all .3s;
}
.package-description {
transition: all .3s;
font-size: 1em;
font-weight: 200;
padding: 20px;
color: #555;
}
.box.hover:hover + .package-title {
color: #333;
}
.box {
border-radius: 7px;
width: 100%;
height: 200px;
position: relative;
background-color: #fff;
box-shadow: 0 10px 25px 5px rgba(0, 0, 20, .08);
transition: all .3s;
margin-bottom: 20px;
}
.abilities .box {
margin-bottom: 50px;
overflow: hidden;
box-shadow: 0 1px 25px 5px rgba(0, 0, 20, .08);
border-radius: 20% 15% 15% 20% / 50% 39% 39% 70%;
}
.abilities-title {
display: block;
text-align: left;
padding: 10px 0;
color: #444;
font-size: 1.3em;
}
.abilities-description {
font-size: .92em;
font-weight: 100;
color: #555;
padding-right: 15px;
}
.ability-content {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ability-icon {
max-width: 50%;
height: auto;
margin: auto;
/*width: 600px;*/
/*height: 300px;*/
/*background: gray;*/
/*position: absolute;*/
/*z-index: 123123;*/
}
.full-height {
height: 100%;
}
.ability {
width: 150%;
position: relative;
right: 0;
left: -50%;
height: 100%;
transform: skew(10deg);
/*border-radius: 14% 16% 24% 16%/24% 32% 72% 16%;*/
text-align: center;
padding-left: 50%;
}
.ability-1 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f44881), to(#ec454f));
background-image: linear-gradient(180deg, #f44881, #ec454f)
}
.ability-2 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#6edcc4), to(#1aab8b));
background-image: linear-gradient(180deg, #6edcc4, #1aab8b)
}
.ability-3 {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8b60ed), to(#b372bd));
background-image: linear-gradient(180deg, #8b60ed, #b372bd)
}
.ability-4 {
background-image: -webkit-gradient(linear, left bottom, left top, from(#f19a1a), to(#ffc73c));
background-image: linear-gradient(0deg, #f19a1a, #ffc73c)
}
.box.hover:hover {
box-shadow: 0 10px 25px 0 rgba(0, 0, 20, .11);
background-color: #fff;
/*cursor: pointer;*/
}
.box .box-header {
position: absolute;
margin-bottom: 20px;
top: 0;
width: 100%;
padding: 0 10px;
height: 28px;
text-align: left;
}
.box .box-header i {
padding: 5px 0;
font-size: 1.4em;
cursor: pointer;
border-radius: 50%;
color: #656565;
}
.box .box-footer {
position: absolute;
bottom: 0;
width: 100%;
padding: 0 10px;
height: 28px;
text-align: right;
}
.box .box-footer i {
padding: 5px;
cursor: pointer;
border-radius: 50%;
transition: all .2s;
color: #656565;
}
.box .box-footer i:hover {
background-color: rgba(0, 0, 0, .1);
}
section.contact {
padding-top: 120px;
/*background-color: #ddd;*/
padding-bottom: 100px;
}
.package-parent.active {
width: 100%;
flex: 0 0 100%;
max-width: 100%
}
.box.works {
height: auto;
}
.contact-box {
width: 100%;
height: auto;
text-align: left;
padding-top: 0;
}
.contact-box a {
margin: 15px 10px;
color: #4b4b4b;
display: block;
}
.contact-box a i {
font-size: 1.5em;
}
.contact-box a span {
font-size: 1em;
padding-left: 10px;
position: relative;
top: -6px;
}
.abilities {
padding-top: 20px;
}
.loader-part {
opacity: 0;
position: relative;
top: 40px;
transition: opacity .5s, top .5s;
}
.works-container {
position: relative;
padding-top: 40px;
z-index: 999;
}
.work-box {
width: 100%;
}
.work-box.website {
width: 100%;
margin-bottom: 30px;
position: relative;
min-height: 190px;
background-color: #dedede;
overflow: hidden;
box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .2);
border-radius: 4px;
}
.work-box.design {
width: 100%;
margin-bottom: 30px;
position: relative;
min-height: 260px;
background-color: #dedede;
overflow: hidden;
box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .2);
border-radius: 4px;
}
.works-tabs-parts {
padding-top: 30px;
}
.work-box .work-box-header {
display: none;
}
.work-box.website .work-box-header {
display: inline-block;
width: 100%;
height: 15px;
position: relative;
/*top: -15px;*/
color: #fff;
background-color: #d4d4d4;
border-radius: 4px 4px 0 0;
}
.work-box.website .work-box-header i {
position: relative;
top: -3px;
left: 5px;
}
.work-box-bg {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 15px;
border-radius: 0 0 4px 4px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transition: all .3s;
filter: blur(0px);
}
.work-box:hover .work-box-bg {
filter: blur(8px);
}
.work-box .work-info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 15px;
background-color: rgba(10, 10, 16, .0);
transition: all .3s;
border-radius: 0 0 4px 4px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
}
.work-box.design .work-info, .work-box.design .work-box-bg {
top: 0;
}
.work-box:hover .work-info {
opacity: 1;
background-color: rgba(10, 10, 16, .6);
}
.project-title {
font-size: 1.1em;
color: #fff;
}
.ability-url {
font-size: .9em;
font-weight: 300;
/*padding-bottom: 10px;*/
/*display: block;*/
width: 100%;
color: #4e82f4;
border-bottom: 1px solid #4e82f4;
/*padding-right: 50px;*/
text-align: center;
}
.ability-url:hover {
color: #444;
border-color: #444;
}
.work-tabs {
text-align: center;
display: inline-block;
width: 100%;
border: none;
/*width: 221px;*/
height: 40px
}
.work-tabs .nav-item {
/*margin: auto;*/
/*background: transparent;*/
display: inline-block;
width: 100px;
float: none;
margin: -5px;
padding: 0;
}
.work-tabs .nav-item {
width: 150px;
}
.work-tabs .nav-item .nav-link {
/*border: 1px solid #21c8f6;*/
border: 1px solid #dddddd;
width: 100%;
padding: 10px 50px;
color: #000;
}
.work-tabs .nav-item:first-child .nav-link {
/*border-radius: 25px 0 0 25px;*/
}
.work-tabs .nav-item:last-child .nav-link {
/*border-radius: 0 25px 25px 0;*/
}
.work-tabs .nav-item.active, .work-tabs .nav-link.active {
background: transparent;
}
.work-tabs .nav-link {
border: none;
}
.work-tabs .nav-link.active {
padding: 12px 50px;
/*border-radius: 25px !important;*/
width: calc(100% + 15px);
z-index: 999;
position: relative;
border: none;
box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, .09);
/*background-image: linear-gradient(125deg, #21c8f6, #637bff);*/
background: rgb(221, 221, 221);
color: #444;
}
.work-tabs .nav-item:last-child .nav-link.active {
left: -20px;
}
.packages {
padding-top: 20px;
}
.package-box {
margin-bottom: 50px;
width: 100%;
padding-bottom: 30px;
border-radius: 30px;
min-height: 400px;
position: relative;
background: #fff;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
}
.package-title {
width: 100%;
text-align: center;
height: 60px;
/*background: #fafafa;*/
padding-top: 45px;
font-size: 1.3em;
}
.starter-price {
position: absolute;
right: -10px;
top: -10px;
padding: 5px 15px;
/*color: #328af1;*/
color: #fff;
border-radius: 24% 24% 35% 35%/44% 52% 80% 80%;
}
.package-1 .starter-price {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f44881), to(#ec454f));
background-image: linear-gradient(180deg, #f44881, #ec454f)
}
.package-2 .starter-price {
background-image: -webkit-gradient(linear, left top, left bottom, from(#6edcc4), to(#1aab8b));
background-image: linear-gradient(180deg, #6edcc4, #1aab8b)
}
.package-3 .starter-price {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8b60ed), to(#b372bd));
background-image: linear-gradient(180deg, #8b60ed, #b372bd)
}
.package-4 .starter-price {
background-image: -webkit-gradient(linear, left bottom, left top, from(#f19a1a), to(#ffc73c));
background-image: linear-gradient(0deg, #f19a1a, #ffc73c)
}
.package-1-referrer {
color: #f44881;
}
.package-2-referrer {
color: #1aab8b;
}
.package-3-referrer {
color: #8b60ed;
}
.package-4-referrer {
color: #f19a1a;
}
.maintenance-costs {
text-align: center;
width: 80%;
padding: 10px;
background: #fafafa;
margin: auto;
}
.packages-description {
font-size: .9em;
color: #444;
}
.starter-price .hint {
font-size: .9em;
font-weight: 100;
display: inline-block;
}
.starter-price .price {
font-size: 1.2em;
display: inline-block;
}
.package-options ul {
padding-top: 20px;
text-align: center;
}
.package-options ul li {
list-style: none;
font-size: .9em;
padding: 3px 0;
}
@media screen and (max-width: 1000px) {
.navbar-brand, .navbar-brand:hover {
color: #fff;
}
section.cover {
/*background: linear-gradient(118deg, rgb(31, 25, 28), rgb(65, 63, 67));*/
/*background: linear-gradient(118deg, #f46553, #ff3158);*/
background: rgb(43, 85, 182);
}
section.cover::after {
display: none;
}
section.cover .welcome-box {
max-width: 100%;
width: 100%;
/*text-align: center;*/
}
section.cover .welcome-box, section.cover .welcome-box .title {
color: #fff;
}
section.about-us {
padding-top: 50px;
}
.ability-shape {
display: none;
}
.ability-info {
width: 100%;
max-width: 100%;
flex: 0 0 100%;
padding-left: 60px;
padding-top: 30px;
}
.ability-content {
width: 100%;
display: block;
}
.btn {
font-weight: 300;
}
.section-text-side {
text-align: center;
}
.section-title-side, .section-title-center {
margin: auto;
text-align: center;
width: 60%;
}
.section-title-side, .section-title-center span {
display: block;
/*border-bottom: 2px solid #000;*/
}
.section-title-center span {
width: 100%;
}
.section-title-side::after {
display: none;
}
}
@media screen and (max-width: 767px) {
.cover-slider-container {
display: none;
}
section.cover .welcome-box {
text-align: center;
}
} | 0.368633 | 0.100746 |
body {
color: #d7d7d7;
}
#Background {
background-color: #19171c;
display:none;
}
*[class*='Border'] {
border-color: #41245b;
}
.TimerStopped, .TimerPaused {
color: #4B5267;
}
.TimerRunning {
color: #d7d7d7;
font-family: "Goodlight";
}
.TimerFinished {
color: #AAFAC8;
}
.TimerForfeit {
color: red;
}
#GameLayout .RunInfoExtra {
color: #d7d7d7;
align-items: left;
}
.Player {
color: #d7d7d7;
/*background-color: #41245b;*/
}
.Player .Pronouns,
.DonationReader .Pronouns,
.CommAndReader .Pronouns {
font-weight: 400;
font-size: 0.8em;
color: #d7d7d7;
text-transform: uppercase;
background-color: #914e21;
border-radius: 15px;
justify-content: center;
align-items: center;
}
.CommAndReader .Pronouns {
background-color: #4b3163;
}
.Player .Icon {
filter: invert(1);
}
.Player .Flag {
border-color: #d7d7d7;
}
.GameCapture {
color: white;
}
.GameCapture .TeamFinishTime {
/*background-color: rgba(64,36,91,0.5); ESA*/
background: linear-gradient(rgba(50, 50, 50, 0.5), rgba(30, 30, 30, 0.6)); /* BSG option 1 */
/*background-color: rgba(50, 50, 50, 0.5);*/ /* BSG option 2, no gradient */
}
.CommAndReader {
/*background-color: rgba(64,36,91,0.5); ESA*/
background: linear-gradient(rgba(50, 50, 50, 0.5), rgba(30, 30, 30, 0.6)); /* BSG option 1 */
/*background-color: rgba(50, 50, 50, 0.5);*/ /* BSG option 2, no gradient */
color: white;
}
.DonationBar {
background-color: rgba(0, 0, 0, 0.15);
}
*[class*='DonationBox'] {
background-color: #301b4c;
color: #f1d13f;
font-weight: 500;
font-size: 1em;
}
.DonationBoxTier1-1 {
background-color: #301b4c;
}
.DonationBoxTier1-2 {
background-color: #281643;
}
.DonationBoxTier1-3 {
background-color: #502f59;
}
*[class*='DonationBoxTier2'] {
color: #604054;
font-weight: 600;
}
.DonationBoxTier2-1 {
background-color: #f1d13f;
}
.DonationBoxTier2-2 {
background-color: #fbd93f;
}
.DonationBoxTier2-3 {
background-color: #e1c43c;
}
.DonationBoxTier3 {
background-color: #efbe00;
color: #604054;
font-weight: 700;
font-size: 1.1em;
}
#Intermission .Logo > img {
content: url('./default/IntermissionLogo.png');
}
#Intermission .DonationReader .Mic,
#Intermission .MusicTrack .MCat {
/* background-color: #41245b; */
}
#Intermission .Header {
/* background-color: #41245b; */
color: #914e21;
font-family: "Goodlight";
}
#Intermission .Header:first-of-type {
/* background-color: #41245b; */
color: #cf773b;
}
#Intermission .BottomBox,
#Intermission .Content {
/* background-color: rgba(0, 0, 0, 0.3); */
text-align: left;
}
#Omnibar {
background: linear-gradient(0deg, rgba(56,31,78,1) 0%, rgba(92,50,130,1) 100%);
}
#Omnibar #Logo {
content: url('./default/OmnibarLogo.png');
/* padding: 0 10px; */
}
#Omnibar .Divider {
background-color: #fff073;
}
.pronouns {
font-size: 60%;
/* background-color: rgba(145, 78, 33, 0.4); */
background-color: rgba(207, 119, 59, 0.4);
border-radius: 15px;
}
/* .BlockRed {
background-color: red;
} */
/* .BlockBlue {
background-color: blue;
} */
/* .BlockGreen {
background-color: green;
} */
/* .BlockYellow {
background-color: yellow;
} */
/* .BlockPurple {
background-color: purple;
} */
/* .BlockBlack {
background-color: black;
} */ | src/graphics/_misc/themes/default.theme.css | body {
color: #d7d7d7;
}
#Background {
background-color: #19171c;
display:none;
}
*[class*='Border'] {
border-color: #41245b;
}
.TimerStopped, .TimerPaused {
color: #4B5267;
}
.TimerRunning {
color: #d7d7d7;
font-family: "Goodlight";
}
.TimerFinished {
color: #AAFAC8;
}
.TimerForfeit {
color: red;
}
#GameLayout .RunInfoExtra {
color: #d7d7d7;
align-items: left;
}
.Player {
color: #d7d7d7;
/*background-color: #41245b;*/
}
.Player .Pronouns,
.DonationReader .Pronouns,
.CommAndReader .Pronouns {
font-weight: 400;
font-size: 0.8em;
color: #d7d7d7;
text-transform: uppercase;
background-color: #914e21;
border-radius: 15px;
justify-content: center;
align-items: center;
}
.CommAndReader .Pronouns {
background-color: #4b3163;
}
.Player .Icon {
filter: invert(1);
}
.Player .Flag {
border-color: #d7d7d7;
}
.GameCapture {
color: white;
}
.GameCapture .TeamFinishTime {
/*background-color: rgba(64,36,91,0.5); ESA*/
background: linear-gradient(rgba(50, 50, 50, 0.5), rgba(30, 30, 30, 0.6)); /* BSG option 1 */
/*background-color: rgba(50, 50, 50, 0.5);*/ /* BSG option 2, no gradient */
}
.CommAndReader {
/*background-color: rgba(64,36,91,0.5); ESA*/
background: linear-gradient(rgba(50, 50, 50, 0.5), rgba(30, 30, 30, 0.6)); /* BSG option 1 */
/*background-color: rgba(50, 50, 50, 0.5);*/ /* BSG option 2, no gradient */
color: white;
}
.DonationBar {
background-color: rgba(0, 0, 0, 0.15);
}
*[class*='DonationBox'] {
background-color: #301b4c;
color: #f1d13f;
font-weight: 500;
font-size: 1em;
}
.DonationBoxTier1-1 {
background-color: #301b4c;
}
.DonationBoxTier1-2 {
background-color: #281643;
}
.DonationBoxTier1-3 {
background-color: #502f59;
}
*[class*='DonationBoxTier2'] {
color: #604054;
font-weight: 600;
}
.DonationBoxTier2-1 {
background-color: #f1d13f;
}
.DonationBoxTier2-2 {
background-color: #fbd93f;
}
.DonationBoxTier2-3 {
background-color: #e1c43c;
}
.DonationBoxTier3 {
background-color: #efbe00;
color: #604054;
font-weight: 700;
font-size: 1.1em;
}
#Intermission .Logo > img {
content: url('./default/IntermissionLogo.png');
}
#Intermission .DonationReader .Mic,
#Intermission .MusicTrack .MCat {
/* background-color: #41245b; */
}
#Intermission .Header {
/* background-color: #41245b; */
color: #914e21;
font-family: "Goodlight";
}
#Intermission .Header:first-of-type {
/* background-color: #41245b; */
color: #cf773b;
}
#Intermission .BottomBox,
#Intermission .Content {
/* background-color: rgba(0, 0, 0, 0.3); */
text-align: left;
}
#Omnibar {
background: linear-gradient(0deg, rgba(56,31,78,1) 0%, rgba(92,50,130,1) 100%);
}
#Omnibar #Logo {
content: url('./default/OmnibarLogo.png');
/* padding: 0 10px; */
}
#Omnibar .Divider {
background-color: #fff073;
}
.pronouns {
font-size: 60%;
/* background-color: rgba(145, 78, 33, 0.4); */
background-color: rgba(207, 119, 59, 0.4);
border-radius: 15px;
}
/* .BlockRed {
background-color: red;
} */
/* .BlockBlue {
background-color: blue;
} */
/* .BlockGreen {
background-color: green;
} */
/* .BlockYellow {
background-color: yellow;
} */
/* .BlockPurple {
background-color: purple;
} */
/* .BlockBlack {
background-color: black;
} */ | 0.352759 | 0.097476 |
div {
-dls-tab-height-s: 40px;
-dls-tab-height-m: 44px;
-dls-tab-height-l: 48px;
-dls-tab-max-width-normal-s: calc(10em + 12px);
-dls-tab-max-width-normal-m: calc(10em + 12px);
-dls-tab-max-width-normal-l: calc(10em + 12px);
-dls-tab-max-width-simple-s: calc(10em + 12px);
-dls-tab-max-width-simple-m: calc(10em + 12px);
-dls-tab-max-width-simple-l: calc(10em + 12px);
-dls-tab-max-width-strong-m: calc(10em + 60px);
-dls-tab-min-width-normal-s: 2em;
-dls-tab-min-width-normal-l: 2em;
-dls-tab-min-width-simple-s: 2em;
-dls-tab-min-width-simple-m: 2em;
-dls-tab-min-width-simple-l: 2em;
-dls-tab-min-width-normal-m: 2em;
-dls-tab-padding-normal-s: 0;
-dls-tab-padding-normal-m: 0;
-dls-tab-padding-normal-l: 0;
-dls-tab-padding-simple-s: 0;
-dls-tab-padding-simple-m: 0;
-dls-tab-padding-simple-l: 0;
-dls-tab-padding-strong-m: 24px;
-dls-tab-spacing-normal-s: 24px;
-dls-tab-spacing-normal-m: 32px;
-dls-tab-spacing-normal-l: 48px;
-dls-tab-spacing-simple-s: 32px;
-dls-tab-spacing-simple-m: 40px;
-dls-tab-spacing-simple-l: 48px;
-dls-tab-spacing-strong-m: 0;
-dls-tab-menu-padding-normal: var(--dls-tab-menu-spacing-around);
-dls-tab-content-spacing: 4px;
-dls-tab-remove-spacing: 2px;
-dls-tab-nav-spacing-normal-s: 12px;
-dls-tab-nav-spacing-normal-m: 16px;
-dls-tab-nav-spacing-normal-l: 24px;
-dls-tab-nav-spacing-simple-s: 16px;
-dls-tab-nav-spacing-simple-m: 20px;
-dls-tab-nav-spacing-simple-l: 24px;
-dls-tab-nav-spacing-strong-m: 12px;
-dls-tab-font-size-s: 12px;
-dls-tab-font-size-m: 14px;
-dls-tab-font-size-l: 16px;
-dls-tab-font-color: #282c33;
-dls-tab-font-color-hover: #545b66;
-dls-tab-font-color-focus: #545b66;
-dls-tab-font-color-active: #000;
-dls-tab-font-color-disabled: #a8b0bf;
-dls-tab-font-color-current: #0052cc;
-dls-tab-font-color-current-hover: #0066ff;
-dls-tab-font-color-current-focus: #0066ff;
-dls-tab-font-color-current-active: #0046ad;
-dls-tab-background-color-focus: #e1edff;
-dls-tab-font-weight-current: 400;
-dls-tab-container-separator-color: #d3d9e6;
-dls-tab-container-border-width: 1px;
-dls-tab-panel-padding-top: 16px;
-dls-tab-overflow-shadow-right: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
-dls-tab-overflow-shadow-left: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
-dls-tab-indicator-color: #0052cc;
-dls-tab-indicator-width: 2px;
-dls-tab-icon-size: calc(1em + 2px);
-dls-tab-icon-size-aux: calc(1em - 2px);
-dls-tab-separator-height-simple: 1em;
-dls-tab-separator-color: #d3d9e6;
-dls-tab-menu-height-strong-m: 48px;
-dls-tab-nav-spacing-extra-strong-m: 24px;
-dls-tab-menu-padding-strong-m: 16px;
-dls-tab-border-radius-strong-m: 10px;
-dls-tab-container-border-radius-strong-m: 6px;
-dls-tab-container-border-color-strong: #ebedf5;
-dls-tab-menu-background-color-strong: #ebedf5;
-dls-tab-background-color-strong: transparent;
-dls-tab-background-color-strong-hover: #f6f7fa;
-dls-tab-background-color-strong-focus: #e1edff;
-dls-tab-background-color-strong-active: #e2e6f0;
-dls-tab-background-color-strong-disabled: transparent;
-dls-tab-background-color-strong-current: #fff;
-dls-tab-background-color-strong-current-hover: #fff;
-dls-tab-background-color-strong-current-focus: #fff;
-dls-tab-background-color-strong-current-active: #fff;
-dls-tab-font-color-strong: #282c33;
-dls-tab-font-color-strong-hover: #545b66;
-dls-tab-font-color-strong-focus: #545b66;
-dls-tab-font-color-strong-active: #000;
-dls-tab-font-color-strong-disabled: #a8b0bf;
-dls-tab-font-color-strong-current: #0052cc;
-dls-tab-font-color-strong-current-hover: #0066ff;
-dls-tab-font-color-strong-current-focus: #0066ff;
-dls-tab-font-color-strong-current-active: #0046ad;
} | packages/less-plugin-dls/test/specs/tabs/tabs.css | div {
-dls-tab-height-s: 40px;
-dls-tab-height-m: 44px;
-dls-tab-height-l: 48px;
-dls-tab-max-width-normal-s: calc(10em + 12px);
-dls-tab-max-width-normal-m: calc(10em + 12px);
-dls-tab-max-width-normal-l: calc(10em + 12px);
-dls-tab-max-width-simple-s: calc(10em + 12px);
-dls-tab-max-width-simple-m: calc(10em + 12px);
-dls-tab-max-width-simple-l: calc(10em + 12px);
-dls-tab-max-width-strong-m: calc(10em + 60px);
-dls-tab-min-width-normal-s: 2em;
-dls-tab-min-width-normal-l: 2em;
-dls-tab-min-width-simple-s: 2em;
-dls-tab-min-width-simple-m: 2em;
-dls-tab-min-width-simple-l: 2em;
-dls-tab-min-width-normal-m: 2em;
-dls-tab-padding-normal-s: 0;
-dls-tab-padding-normal-m: 0;
-dls-tab-padding-normal-l: 0;
-dls-tab-padding-simple-s: 0;
-dls-tab-padding-simple-m: 0;
-dls-tab-padding-simple-l: 0;
-dls-tab-padding-strong-m: 24px;
-dls-tab-spacing-normal-s: 24px;
-dls-tab-spacing-normal-m: 32px;
-dls-tab-spacing-normal-l: 48px;
-dls-tab-spacing-simple-s: 32px;
-dls-tab-spacing-simple-m: 40px;
-dls-tab-spacing-simple-l: 48px;
-dls-tab-spacing-strong-m: 0;
-dls-tab-menu-padding-normal: var(--dls-tab-menu-spacing-around);
-dls-tab-content-spacing: 4px;
-dls-tab-remove-spacing: 2px;
-dls-tab-nav-spacing-normal-s: 12px;
-dls-tab-nav-spacing-normal-m: 16px;
-dls-tab-nav-spacing-normal-l: 24px;
-dls-tab-nav-spacing-simple-s: 16px;
-dls-tab-nav-spacing-simple-m: 20px;
-dls-tab-nav-spacing-simple-l: 24px;
-dls-tab-nav-spacing-strong-m: 12px;
-dls-tab-font-size-s: 12px;
-dls-tab-font-size-m: 14px;
-dls-tab-font-size-l: 16px;
-dls-tab-font-color: #282c33;
-dls-tab-font-color-hover: #545b66;
-dls-tab-font-color-focus: #545b66;
-dls-tab-font-color-active: #000;
-dls-tab-font-color-disabled: #a8b0bf;
-dls-tab-font-color-current: #0052cc;
-dls-tab-font-color-current-hover: #0066ff;
-dls-tab-font-color-current-focus: #0066ff;
-dls-tab-font-color-current-active: #0046ad;
-dls-tab-background-color-focus: #e1edff;
-dls-tab-font-weight-current: 400;
-dls-tab-container-separator-color: #d3d9e6;
-dls-tab-container-border-width: 1px;
-dls-tab-panel-padding-top: 16px;
-dls-tab-overflow-shadow-right: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
-dls-tab-overflow-shadow-left: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
-dls-tab-indicator-color: #0052cc;
-dls-tab-indicator-width: 2px;
-dls-tab-icon-size: calc(1em + 2px);
-dls-tab-icon-size-aux: calc(1em - 2px);
-dls-tab-separator-height-simple: 1em;
-dls-tab-separator-color: #d3d9e6;
-dls-tab-menu-height-strong-m: 48px;
-dls-tab-nav-spacing-extra-strong-m: 24px;
-dls-tab-menu-padding-strong-m: 16px;
-dls-tab-border-radius-strong-m: 10px;
-dls-tab-container-border-radius-strong-m: 6px;
-dls-tab-container-border-color-strong: #ebedf5;
-dls-tab-menu-background-color-strong: #ebedf5;
-dls-tab-background-color-strong: transparent;
-dls-tab-background-color-strong-hover: #f6f7fa;
-dls-tab-background-color-strong-focus: #e1edff;
-dls-tab-background-color-strong-active: #e2e6f0;
-dls-tab-background-color-strong-disabled: transparent;
-dls-tab-background-color-strong-current: #fff;
-dls-tab-background-color-strong-current-hover: #fff;
-dls-tab-background-color-strong-current-focus: #fff;
-dls-tab-background-color-strong-current-active: #fff;
-dls-tab-font-color-strong: #282c33;
-dls-tab-font-color-strong-hover: #545b66;
-dls-tab-font-color-strong-focus: #545b66;
-dls-tab-font-color-strong-active: #000;
-dls-tab-font-color-strong-disabled: #a8b0bf;
-dls-tab-font-color-strong-current: #0052cc;
-dls-tab-font-color-strong-current-hover: #0066ff;
-dls-tab-font-color-strong-current-focus: #0066ff;
-dls-tab-font-color-strong-current-active: #0046ad;
} | 0.217753 | 0.083628 |
body {
background-image: url(https://subtlepatterns.com/patterns/kindajean.png);
}
.block {
width: 300px;
height: 400px;
border-radius: 5px;
background: #fff;
box-shadow: 0 1px 2px rgba(83, 71, 6, 0.4);
margin: 5px 10px 5px 5px;
display: block;
}
.product {
display: block;
position: relative;
}
.product img {
width: auto;
height: 200px;
padding: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.info {
display: block;
position: relative;
padding: 20px;
}
.details {
border-top: 1px solid #e5e5e5;
padding: 18px 20px;
}
.buttons {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background: rgba(255, 255, 255, .5);
opacity: 0;
-webkit-transition: opacity .25s ease-in;
-ms-transition: opacity .25s ease-in;
-moz-transition: opacity .25s ease-in;
-o-transition: opacity .25s ease-in;
transition: opacity .25s ease-in;
}
.product:hover .buttons, .product:hover a {
opacity: 1;
}
.buttons a {
display: block;
position: absolute;
left: 50px;
width: 155px;
border-radius: 2px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
opacity: 0;
}
a.buy {
top: 20%;
}
a.preview {
bottom: 20%;
}
.info::after {
display: block;
position: absolute;
top: -8px;
left: 23px;
content: "";
width: 15px;
height: 15px;
background: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.info h4 {
position: relative;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #372f2b;
letter-spacing: 1px;
}
.info h4::after {
display: block;
position: absolute;
bottom: 0;
content: "";
width: 40px;
height: 2px;
background: #3b86c4;
}
.info .description {
display: block;
padding-bottom: 20px;
font-size: 14px;
font-weight: 600;
color: #5f5f5f;
}
.info .price {
font-size: 20px;
font-weight: 500;
color: #372f2b;
line-height: 26px;
}
.float {
float: left;
margin-left: 45px;
}
.set-size {
margin-top: 10px;
width: 250px;
height: 50px;
}
.row {
float: left;
margin-right: -15px;
}
img {
margin-left: auto;
margin-right: auto;
display: block;
}
input[type=text] {
width: 230px;
outline: 1px solid rgb(238,238,238);;
border-radius: 10px;
font-size: 16px;
padding: 3px 3px 3px 3px;
}
#search-control {
margin-right: 50px;
}
#search-icon {
margin-left: 7px;
margin-top: 3px;
float: right;
}
#stock-message {
text-align: center;
padding: 20px;
} | css/display-cart-new.css | body {
background-image: url(https://subtlepatterns.com/patterns/kindajean.png);
}
.block {
width: 300px;
height: 400px;
border-radius: 5px;
background: #fff;
box-shadow: 0 1px 2px rgba(83, 71, 6, 0.4);
margin: 5px 10px 5px 5px;
display: block;
}
.product {
display: block;
position: relative;
}
.product img {
width: auto;
height: 200px;
padding: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.info {
display: block;
position: relative;
padding: 20px;
}
.details {
border-top: 1px solid #e5e5e5;
padding: 18px 20px;
}
.buttons {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background: rgba(255, 255, 255, .5);
opacity: 0;
-webkit-transition: opacity .25s ease-in;
-ms-transition: opacity .25s ease-in;
-moz-transition: opacity .25s ease-in;
-o-transition: opacity .25s ease-in;
transition: opacity .25s ease-in;
}
.product:hover .buttons, .product:hover a {
opacity: 1;
}
.buttons a {
display: block;
position: absolute;
left: 50px;
width: 155px;
border-radius: 2px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
opacity: 0;
}
a.buy {
top: 20%;
}
a.preview {
bottom: 20%;
}
.info::after {
display: block;
position: absolute;
top: -8px;
left: 23px;
content: "";
width: 15px;
height: 15px;
background: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.info h4 {
position: relative;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #372f2b;
letter-spacing: 1px;
}
.info h4::after {
display: block;
position: absolute;
bottom: 0;
content: "";
width: 40px;
height: 2px;
background: #3b86c4;
}
.info .description {
display: block;
padding-bottom: 20px;
font-size: 14px;
font-weight: 600;
color: #5f5f5f;
}
.info .price {
font-size: 20px;
font-weight: 500;
color: #372f2b;
line-height: 26px;
}
.float {
float: left;
margin-left: 45px;
}
.set-size {
margin-top: 10px;
width: 250px;
height: 50px;
}
.row {
float: left;
margin-right: -15px;
}
img {
margin-left: auto;
margin-right: auto;
display: block;
}
input[type=text] {
width: 230px;
outline: 1px solid rgb(238,238,238);;
border-radius: 10px;
font-size: 16px;
padding: 3px 3px 3px 3px;
}
#search-control {
margin-right: 50px;
}
#search-icon {
margin-left: 7px;
margin-top: 3px;
float: right;
}
#stock-message {
text-align: center;
padding: 20px;
} | 0.680135 | 0.198258 |
body{
all: unset;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
background: linear-gradient(0deg, rgba(0,53,59,1) 0%, rgba(0,111,124,1) 100%);
}
/* HOME */
nav{
all: unset;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 50%;
}
#containerHome{
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 60%;
}
.nameTitle{
font-size: 15vw;
line-height: .5em;
font-weight: 100;
}
.nameTop{
margin-left: -92%;
}
.nameBottom{
margin-left: 100%;
}
.links{
text-decoration: none;
font-size: 2.5em;
font-weight: 100;
color: blanchedalmond;
}
.links:hover{
color: white;
}
/* ICONOS Y FLECHAS */
#navegador{
display: none;
}
#navegador2{
display: flex;
flex-direction: row;
box-sizing: border-box;
justify-content: center;
padding: .8em 1em;
margin-top: 5em;
width: 80%;
}
.icoOpen{
margin-top: 1em;
font-size: 2em;
}
.icoOpen:hover{
color: rgb(255, 207, 136);
cursor: pointer;
}
.icoBox{
display: flex;
flex-direction: column;
align-items: center;
height: 4em;
width: 10em;
}
.icosBig{
font-size: 5em;
}
.hide{
display: none;
}
.icoBox:hover .hide{
display: block;
font-size: 1em;
font-weight: 200;
margin-top: .5em;
}
.icosNav{
font-size: 2em;
}
.icosNav:hover{
filter: brightness(120);
transform: rotate(1turn);
transition: 1s;
}
/* REGLA DE LAS SECCIONES */
.secciones{
all: unset;
display: flex;
align-items: center;
flex-direction: column;
padding: 5em 0;
width: 100%;
}
h2{
all: unset;
}
p{
all: unset;
}
#openBoxAbout{
height: 6em;
margin-bottom: 10em;
}
.containerTitle{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2em;
}
.sectionTitle{
font-size: 3.5em;
font-weight: 200;
}
.font{
font-family: 'Montserrat', sans-serif;
}
/* COLORES */
.cLight{
color: blanchedalmond;
}
.bgLight{
background-color: blanchedalmond;
}
.cDark{
color: rgba(0, 53, 59, 23);
}
.bgDark{
background-color: rgba(0, 53, 59, 23);
}
/* ABOUT ME */
#containerText{
margin-top: .5em;
transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#aboutMe:hover{
cursor: pointer;
}
.texto {
background: linear-gradient(0deg, rgba(0,53,59,1) 0%, rgba(0,111,124,1) 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
font-size: 13vw;
line-height: .2em;
font-weight: 200;
width: 80%;
height: 100%;
}
/* KNOWLEDGE Y TECNOLOGIAS */
.containerBoxes{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
width: 80%;
}
.boxes{
display: flex;
flex-direction: column;
align-items: center;
width: 20em;
min-height: 10em;
font-size: 1em;
font-weight: 200;
}
#tecnologia{
padding-top: 8em;
}
.inBoxes{
justify-content: center;
width: 5em;
padding: 0 2em;
border-radius: 1em;
font-weight: 300;
margin-bottom: 1em;
}
.tituloBoxes{
font-size: 1em;
font-weight: 400;
margin: 2em 0 1em 0;
}
.center{
margin: 0 3em 5em;
}
/* FOTOGRAFIA */
#pic{
all: unset;
width: 100%;
overflow: hidden;
}
#pic img{
width: 140%;
margin-left: -15%;
margin-bottom: -1em;
}
@media (max-width: 40em){
nav{
margin-top: 3em;
height: 90vh;
}
.links{
font-size: 1.5em;
}
.containerTitle{
align-self: center;
margin-bottom: 2em;
}
.sectionTitle{
margin: 0;
font-size: 2em;
}
#center{
margin:0 0 0 0;
}
.secciones{
padding: 3em 0;
}
/* HEADER */
#navegador2{
display: none;
}
#navegador{
display: flex;
flex-direction: row;
justify-content: space-around;
box-sizing: border-box;
padding: .8em 1em;
width: 100%;
}
.icosNav{
font-size: 2em;
}
.icosNav:hover{
filter: brightness(120);
transform: rotate(1turn);
transition: 1s;
}
/*GALERIA*/
.mySlides {height: auto; width: auto; max-height: 100%; max-width: 100vw;}
.column {margin: 0; padding: 0;}
}
/* CONTACT */
#navegadorC{
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: center;
padding: .8em 1em;
height: 6em;
width: 100%;
}
.titlePage{
font-size: 3em;
font-weight: 100;
margin-bottom: 1em;
}
main{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
}
#mainContainer{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 30%;
min-width: 20em;
}
#formaForm{
display: flex;
justify-content: center;
align-items: center;
border: .3em solid blanchedalmond;
border-radius: 1em;
width: 100%;
}
#form{
display: flex;
flex-direction: column;
justify-content: center;
height: 30em;
width: 80%;
}
#form label{
margin: .5em 0;
}
#form .data{
all: unset;
box-sizing: border-box;
padding: 0.5em 0;
font-size: .8em;
border-bottom: .1em solid blanchedalmond;
margin-bottom: 2em;
}
#form textarea{
box-sizing: border-box;
background-color: transparent;
border: .1em solid blanchedalmond;
border-radius: .2em;
height: 5em;
margin-bottom: 1em;
max-width: 100%;
color: blanchedalmond;
}
#submit{
border-style: none;
border-radius: .2em;
align-self: flex-end;
width: 10em;
height: 4em;
}
#submit:hover{
cursor: pointer;
background-color: rgb(255, 212, 149);
}
/* PORTFOLIO */
/*GALERIA*/
#galleryContainer{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.column {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.previa {
width: auto;
height: 10em;
filter:brightness(85%);
}
.previa:hover {
filter:brightness(110%);
}
#myModal{
display: none;
justify-content: center;
}
.mySlides {
display: none;
max-width: 80vh;
max-height: 100vh;
}
/*CAJA GALERIA*/
.modal {
display: none;
position: fixed;
z-index: 3;
top:0;
left:0;
height: 100%;
width: 100%;
background-color: black;
align-items: center;}
.forma{
position: fixed;
z-index: 3;
top: 0;}
/*BOTONES*/
.close {
z-index: 3;
color: blanchedalmond;
position: fixed;
font-size: 2em;
right: .3em;
top: .3em;
font-weight: bold;
padding: 0 20px;
background-color: rgba(100, 100, 100, .3);
border-radius: .3em;}
.close:hover, .close:focus {
color: #999;
text-decoration: none;
background-color: rgba(167, 167, 167, 0.5);
}
.cursor {
cursor: pointer;
z-index: 2;
}
.prev, .next {
z-index: 3;
cursor: pointer;
position: fixed;
top: 50%;
padding: 2em 1em;
background-color:rgba(100, 100, 100, .3);
color: blanchedalmond;
font-weight: bold;
font-size: 1.2em;
transition: 0.6s ease;
border-radius:.2em;
user-select: none;
-webkit-user-select: none;
}
.prev:hover, .next:hover {
background-color: rgba(167, 167, 167, 0.5);
color: #999;}
.next {
right: .3em;
}
.prev {
left: .3em;}
.imgBoxProyectos{
display: flex;
justify-content: center;
align-items: center;
width: 90%;
height: 20em;
}
.imgBoxProyectos a{
display: flex;
justify-content: center;
align-items: center;
}
.imgProyectos{
width: 80%;
height: auto;
border-radius: 1em;
}
.imgProyectos:hover{
filter: brightness(110%);
transition: .8s cubic-bezier(0.075, 0.82, 0.165, 1);
} | css/style.css | body{
all: unset;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
background: linear-gradient(0deg, rgba(0,53,59,1) 0%, rgba(0,111,124,1) 100%);
}
/* HOME */
nav{
all: unset;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 50%;
}
#containerHome{
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 60%;
}
.nameTitle{
font-size: 15vw;
line-height: .5em;
font-weight: 100;
}
.nameTop{
margin-left: -92%;
}
.nameBottom{
margin-left: 100%;
}
.links{
text-decoration: none;
font-size: 2.5em;
font-weight: 100;
color: blanchedalmond;
}
.links:hover{
color: white;
}
/* ICONOS Y FLECHAS */
#navegador{
display: none;
}
#navegador2{
display: flex;
flex-direction: row;
box-sizing: border-box;
justify-content: center;
padding: .8em 1em;
margin-top: 5em;
width: 80%;
}
.icoOpen{
margin-top: 1em;
font-size: 2em;
}
.icoOpen:hover{
color: rgb(255, 207, 136);
cursor: pointer;
}
.icoBox{
display: flex;
flex-direction: column;
align-items: center;
height: 4em;
width: 10em;
}
.icosBig{
font-size: 5em;
}
.hide{
display: none;
}
.icoBox:hover .hide{
display: block;
font-size: 1em;
font-weight: 200;
margin-top: .5em;
}
.icosNav{
font-size: 2em;
}
.icosNav:hover{
filter: brightness(120);
transform: rotate(1turn);
transition: 1s;
}
/* REGLA DE LAS SECCIONES */
.secciones{
all: unset;
display: flex;
align-items: center;
flex-direction: column;
padding: 5em 0;
width: 100%;
}
h2{
all: unset;
}
p{
all: unset;
}
#openBoxAbout{
height: 6em;
margin-bottom: 10em;
}
.containerTitle{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2em;
}
.sectionTitle{
font-size: 3.5em;
font-weight: 200;
}
.font{
font-family: 'Montserrat', sans-serif;
}
/* COLORES */
.cLight{
color: blanchedalmond;
}
.bgLight{
background-color: blanchedalmond;
}
.cDark{
color: rgba(0, 53, 59, 23);
}
.bgDark{
background-color: rgba(0, 53, 59, 23);
}
/* ABOUT ME */
#containerText{
margin-top: .5em;
transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#aboutMe:hover{
cursor: pointer;
}
.texto {
background: linear-gradient(0deg, rgba(0,53,59,1) 0%, rgba(0,111,124,1) 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
font-size: 13vw;
line-height: .2em;
font-weight: 200;
width: 80%;
height: 100%;
}
/* KNOWLEDGE Y TECNOLOGIAS */
.containerBoxes{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
width: 80%;
}
.boxes{
display: flex;
flex-direction: column;
align-items: center;
width: 20em;
min-height: 10em;
font-size: 1em;
font-weight: 200;
}
#tecnologia{
padding-top: 8em;
}
.inBoxes{
justify-content: center;
width: 5em;
padding: 0 2em;
border-radius: 1em;
font-weight: 300;
margin-bottom: 1em;
}
.tituloBoxes{
font-size: 1em;
font-weight: 400;
margin: 2em 0 1em 0;
}
.center{
margin: 0 3em 5em;
}
/* FOTOGRAFIA */
#pic{
all: unset;
width: 100%;
overflow: hidden;
}
#pic img{
width: 140%;
margin-left: -15%;
margin-bottom: -1em;
}
@media (max-width: 40em){
nav{
margin-top: 3em;
height: 90vh;
}
.links{
font-size: 1.5em;
}
.containerTitle{
align-self: center;
margin-bottom: 2em;
}
.sectionTitle{
margin: 0;
font-size: 2em;
}
#center{
margin:0 0 0 0;
}
.secciones{
padding: 3em 0;
}
/* HEADER */
#navegador2{
display: none;
}
#navegador{
display: flex;
flex-direction: row;
justify-content: space-around;
box-sizing: border-box;
padding: .8em 1em;
width: 100%;
}
.icosNav{
font-size: 2em;
}
.icosNav:hover{
filter: brightness(120);
transform: rotate(1turn);
transition: 1s;
}
/*GALERIA*/
.mySlides {height: auto; width: auto; max-height: 100%; max-width: 100vw;}
.column {margin: 0; padding: 0;}
}
/* CONTACT */
#navegadorC{
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: center;
padding: .8em 1em;
height: 6em;
width: 100%;
}
.titlePage{
font-size: 3em;
font-weight: 100;
margin-bottom: 1em;
}
main{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
}
#mainContainer{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 30%;
min-width: 20em;
}
#formaForm{
display: flex;
justify-content: center;
align-items: center;
border: .3em solid blanchedalmond;
border-radius: 1em;
width: 100%;
}
#form{
display: flex;
flex-direction: column;
justify-content: center;
height: 30em;
width: 80%;
}
#form label{
margin: .5em 0;
}
#form .data{
all: unset;
box-sizing: border-box;
padding: 0.5em 0;
font-size: .8em;
border-bottom: .1em solid blanchedalmond;
margin-bottom: 2em;
}
#form textarea{
box-sizing: border-box;
background-color: transparent;
border: .1em solid blanchedalmond;
border-radius: .2em;
height: 5em;
margin-bottom: 1em;
max-width: 100%;
color: blanchedalmond;
}
#submit{
border-style: none;
border-radius: .2em;
align-self: flex-end;
width: 10em;
height: 4em;
}
#submit:hover{
cursor: pointer;
background-color: rgb(255, 212, 149);
}
/* PORTFOLIO */
/*GALERIA*/
#galleryContainer{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.column {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.previa {
width: auto;
height: 10em;
filter:brightness(85%);
}
.previa:hover {
filter:brightness(110%);
}
#myModal{
display: none;
justify-content: center;
}
.mySlides {
display: none;
max-width: 80vh;
max-height: 100vh;
}
/*CAJA GALERIA*/
.modal {
display: none;
position: fixed;
z-index: 3;
top:0;
left:0;
height: 100%;
width: 100%;
background-color: black;
align-items: center;}
.forma{
position: fixed;
z-index: 3;
top: 0;}
/*BOTONES*/
.close {
z-index: 3;
color: blanchedalmond;
position: fixed;
font-size: 2em;
right: .3em;
top: .3em;
font-weight: bold;
padding: 0 20px;
background-color: rgba(100, 100, 100, .3);
border-radius: .3em;}
.close:hover, .close:focus {
color: #999;
text-decoration: none;
background-color: rgba(167, 167, 167, 0.5);
}
.cursor {
cursor: pointer;
z-index: 2;
}
.prev, .next {
z-index: 3;
cursor: pointer;
position: fixed;
top: 50%;
padding: 2em 1em;
background-color:rgba(100, 100, 100, .3);
color: blanchedalmond;
font-weight: bold;
font-size: 1.2em;
transition: 0.6s ease;
border-radius:.2em;
user-select: none;
-webkit-user-select: none;
}
.prev:hover, .next:hover {
background-color: rgba(167, 167, 167, 0.5);
color: #999;}
.next {
right: .3em;
}
.prev {
left: .3em;}
.imgBoxProyectos{
display: flex;
justify-content: center;
align-items: center;
width: 90%;
height: 20em;
}
.imgBoxProyectos a{
display: flex;
justify-content: center;
align-items: center;
}
.imgProyectos{
width: 80%;
height: auto;
border-radius: 1em;
}
.imgProyectos:hover{
filter: brightness(110%);
transition: .8s cubic-bezier(0.075, 0.82, 0.165, 1);
} | 0.403097 | 0.107625 |
====================
Nav bar
====================
*/
#nav {
background-color: #fef7f5;
padding-top: 2rem;
text-align: center;
}
#nav h3 {
padding: 1rem 0;
}
#nav p {
padding: 2rem 0;
margin-bottom: 15px;
}
nav a {
color: black;
opacity: 0.5;
transition: all ease-in-out 250ms;
text-decoration: none;
}
#logo {
margin-bottom: 15px;
}
#logo a {
color: black;
opacity: 0.8;
transition: all ease-in-out 250ms;
text-decoration: none;
}
#logo a:hover {
color: #0FA0CE;
opacity: 0.5;
transition: all ease-in-out 250ms;
text-decoration: none;
}
/*
====================
Full-width images
====================
*/
.header-image {
width: 100%;
}
.header-container {
position: relative;
width: 100%;
max-width: 1700px;
margin: 0 auto;
padding: 0;
box-sizing: border-box; }
.wireframe, #box-model-img, #non-responsive-img, #stickman-painting {
width: 100%;
}
/*
====================
Main content spacing / styling
====================
*/
.text-center {
text-align: center;
}
.spacer {
height: 60px;
}
.invisible {
display: none;
}
.button
h1 {
margin-bottom: 2.5rem;
}
h2 {
margin-bottom: 2.5rem;
}
h4 {
color: #0FA0CE;
opacity: 0.5;
font-size: 2.2rem;
padding-top: 2rem;
margin-bottom: 1.5rem;
}
h5 {
font-size: 1.6rem;
}
h6 {
font-size: 1.8rem;
font-weight: 400;
font-style: italic;
}
.listanswer {
opacity: 0.75;
}
a {
color: #FF8C00;
transition: all ease-in-out 250ms;
text-decoration: none;
}
img.thumbnail:hover {
opacity: 0.5;
transition: all ease-in-out 250ms;
}
.thumbnails {
margin-top: 1.4rem;
}
.thumbnails a {
color: black;
transition: all ease-in-out 250ms;
}
.thumbnails a:hover {
color: #FF8C00;
transition: all ease-in-out 250ms;
}
.thumbnail-heading {
padding-bottom: 5px;
margin-bottom: 0;
padding-top: 3px;
}
.intro h2, h3 {
text-align: center;
}
.intro {
margin-top: 6rem;
}
.blog-intro {
margin-top: 6rem;
}
.thumbnail {
width: 100%;
}
.thumbnail-excerpt {
font-size: 14px;
color: #696969;
padding-bottom: 1rem;
}
.side-nav {
padding-top: 10.1rem;
}
.side-nav-intro {
padding-bottom: 1rem;
}
.side-nav p {
font-size: 13px;
font-style: italic;
margin-bottom: 0;
margin-right: 15%;
width: 85%;
}
.side-nav a {
text-decoration: none;
}
.side-nav a:hover {
opacity: 0.5;
}
.nav-divider {
margin: 2.5rem 15% 2.5rem 0;
width: 85%;
}
canvas {
margin: 40px auto;
display: block;
}
/*
====================
Inset class for blog content
====================
*/
.inset-by-two.columns {
margin-right: 17.3333333333%;
}
/*
====================
Mobile view - grid
====================
*/
/*
====================
Mobile view - nav
====================
*/
@media (max-width: 549px) {
.nav-button p {
padding: 0.5rem 0;
}
}
@media (max-width: 549px) {
#logo {
margin-bottom: 0 !important;
}
.intro {
margin-top: 35px !important;
}
}
/*
====================
Mobile view - blog side-nav
====================
*/
@media (max-width: 549px) {
.side-nav {
display: none;
}
}
/*
====================
Mobile view - whitespace
====================
*/ | styles/custom.css | ====================
Nav bar
====================
*/
#nav {
background-color: #fef7f5;
padding-top: 2rem;
text-align: center;
}
#nav h3 {
padding: 1rem 0;
}
#nav p {
padding: 2rem 0;
margin-bottom: 15px;
}
nav a {
color: black;
opacity: 0.5;
transition: all ease-in-out 250ms;
text-decoration: none;
}
#logo {
margin-bottom: 15px;
}
#logo a {
color: black;
opacity: 0.8;
transition: all ease-in-out 250ms;
text-decoration: none;
}
#logo a:hover {
color: #0FA0CE;
opacity: 0.5;
transition: all ease-in-out 250ms;
text-decoration: none;
}
/*
====================
Full-width images
====================
*/
.header-image {
width: 100%;
}
.header-container {
position: relative;
width: 100%;
max-width: 1700px;
margin: 0 auto;
padding: 0;
box-sizing: border-box; }
.wireframe, #box-model-img, #non-responsive-img, #stickman-painting {
width: 100%;
}
/*
====================
Main content spacing / styling
====================
*/
.text-center {
text-align: center;
}
.spacer {
height: 60px;
}
.invisible {
display: none;
}
.button
h1 {
margin-bottom: 2.5rem;
}
h2 {
margin-bottom: 2.5rem;
}
h4 {
color: #0FA0CE;
opacity: 0.5;
font-size: 2.2rem;
padding-top: 2rem;
margin-bottom: 1.5rem;
}
h5 {
font-size: 1.6rem;
}
h6 {
font-size: 1.8rem;
font-weight: 400;
font-style: italic;
}
.listanswer {
opacity: 0.75;
}
a {
color: #FF8C00;
transition: all ease-in-out 250ms;
text-decoration: none;
}
img.thumbnail:hover {
opacity: 0.5;
transition: all ease-in-out 250ms;
}
.thumbnails {
margin-top: 1.4rem;
}
.thumbnails a {
color: black;
transition: all ease-in-out 250ms;
}
.thumbnails a:hover {
color: #FF8C00;
transition: all ease-in-out 250ms;
}
.thumbnail-heading {
padding-bottom: 5px;
margin-bottom: 0;
padding-top: 3px;
}
.intro h2, h3 {
text-align: center;
}
.intro {
margin-top: 6rem;
}
.blog-intro {
margin-top: 6rem;
}
.thumbnail {
width: 100%;
}
.thumbnail-excerpt {
font-size: 14px;
color: #696969;
padding-bottom: 1rem;
}
.side-nav {
padding-top: 10.1rem;
}
.side-nav-intro {
padding-bottom: 1rem;
}
.side-nav p {
font-size: 13px;
font-style: italic;
margin-bottom: 0;
margin-right: 15%;
width: 85%;
}
.side-nav a {
text-decoration: none;
}
.side-nav a:hover {
opacity: 0.5;
}
.nav-divider {
margin: 2.5rem 15% 2.5rem 0;
width: 85%;
}
canvas {
margin: 40px auto;
display: block;
}
/*
====================
Inset class for blog content
====================
*/
.inset-by-two.columns {
margin-right: 17.3333333333%;
}
/*
====================
Mobile view - grid
====================
*/
/*
====================
Mobile view - nav
====================
*/
@media (max-width: 549px) {
.nav-button p {
padding: 0.5rem 0;
}
}
@media (max-width: 549px) {
#logo {
margin-bottom: 0 !important;
}
.intro {
margin-top: 35px !important;
}
}
/*
====================
Mobile view - blog side-nav
====================
*/
@media (max-width: 549px) {
.side-nav {
display: none;
}
}
/*
====================
Mobile view - whitespace
====================
*/ | 0.367951 | 0.0704 |
@font-face{
font-family: "web-symbols";
src: url('../webfonts/WebSymbols-Regular.otf'),
url('../webfonts/WebSymbols-Regular.eot?#iefix') format('embedded-opentype'); /* IE */
}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
/*@import url("//hello.myfonts.net/count/2d31ba");*/
symbol{
font-family: web-symbols;
margin: 0 5px;
}
#smltown_menu symbol{
margin: 0 3px !important;
}
#smltown{
/*height: 100%;*/
position: absolute;
width: 100%;
margin: 0 auto;
overflow: hidden;
top: 0;
bottom: 0;
/*position: fixed;*/
}
#smltown_html, #smltown_body{
/*width: 100%;*/
overflow: hidden;
margin: 0 auto;
}
#smltown_html{
color: black;
/*height: 100%;*/
background-color: white;
/*position: relative;*/
position: absolute;
box-shadow: inset 2px 0 black, inset -2px 0 black;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#smltown_html table{
border-collapse: collapse;
}
#smltown_loader{
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.5);
z-index: 99;
}
.smltown_loading{
display: inherit !important;
}
#smltown_textLoader{
font-size: 12px;
position: absolute;
width: 100%;
height: 0;
top: 25px;
bottom: 0;
margin: auto;
text-align: center;
}
#smltown_dialog{
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 101;
text-align: center;
}
#smltown_dialog form{
width: 90%;
margin: auto;
margin-top: 5%;
background-color: rgba(0,0,0,0.7);
border: 1px solid black;
padding: 10px;
color: white;
-webkit-box-shadow: 5px 0 20px rgba(0,0,0,0.4), -5px 0 20px rgba(0,0,0,0.4);
-moz-box-shadow: 5px 0 20px rgba(0,0,0,0.4), -5px 0 20px rgba(0,0,0,0.4);
box-shadow: 5px 0 20px rgba(0,0,0,0.4), -5px 0 20px rgba(0,0,0,0.4);
}
#smltown_dialog form > *{
font-weight: bold;
}
#smltown_dialog input{
width: 100%;
margin-top: 10px;
text-align: center;
}
#smltown_dialog .smltown_log{
color: grey;
font-weight: normal;
font-size: 12px;
}
#smltown_bottomDialog{
background: white;
position: absolute;
top: 100%;
width: 100%;
background-color: rgb(99,99,99);
color: rgb(200,200,200);
text-align: center;
z-index: 30;
box-shadow: 0 -1px whitesmoke;
-webkit-transition: -webkit-transform 0.7s;
-moz-transition: -moz-transform 0.7s;
-ms-transition: -ms-transform 0.7s;
-o-transition: -o-transform 0.7s;
transition: transform 0.7s;
}
#smltown_bottomDialog.display{
-webkit-transform: -webkit-translateY(-100%);
-moz-transform: -moz-translateY(-100%);
-ms-transform: -ms-translateY(-100%);
-o-transform: -o-translateY(-100%);
transform: translateY(-100%);
}
#smltown_bottomDialog.display table{
width: 100%;
}
#smltown_bottomDialog.display td{
padding: 0;
}
#smltown_bottomDialog.display td:first-child{
width: 100%;
}
#smltown_bottomDialog .smltown_dialogForm{
}
#smltown_bottomDialog .smltown_dialogInput{
width: 100%;
}
#smltown_bottomDialog .smltown_dialogSubmit{
width: 100px !important;
/*float: right;*/
display: table-cell;
}
#smltown_bottomDialog .smltown_dialogSend{
color: white;
background-color: #5b74a8;
font-weight: bold;
}
#smltown_bottomDialog .smltown_log{
padding: 7px;
font-size: 13px;
}
.smltown_absolute{
position: absolute;
top:0;
left:0;
}
#smltown_inputName{
width: 100%;
}
.smltown_unselect{
pointer-events: none;
}
.smltown_button, #smltown_html input[type=text], #smltown_html input[type=submit], #smltown_html input[type=button],
#smltown input[type=text], #smltown input[type=submit], #smltown input[type=button]{ /* not checkbox */
padding: 0 10px;
height: 50px;
width: 100%;
font-size: 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.smltown_button, #smltown_html input, #smltown input{
background-color: white;
border: 1px solid grey;
color: rgb(50,50,50);
}
.smltown_button{
cursor: pointer;
text-align: center;
line-height: 50px;
}
.smltown_button:hover, #smltown_html input[type=submit]:hover, #smltown_html input[type=button]:hover,
#smltown input[type=submit]:hover, #smltown input[type=button]:hover{ /* not checkbox */
background-color: rgb(225,225,225);
}
.smltown_button:active,#smltown_html input[type=submit]:active, #smltown_html input[type=button]:active,
#smltown input[type=submit]:active, #smltown input[type=button]:active{
-webkit-box-shadow: inset 1px 1px 2px rgb(100,100,100);
-moz-box-shadow: inset 1px 1px 2px rgb(100,100,100);
box-shadow: inset 1px 1px 2px rgb(100,100,100), inset 0 -1px white;
}
#smltown_dialog input, #smltown_dialog .smltown_button{
margin-bottom:15px;
}
.smltown_icons{
display:inline-block;
vertical-align: top;
margin: 0 10px;
}
.smltown_icons > div{
display: inline-block;
margin: 0 5px;
}
/*android 2.3*/
#smltown_html *{
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent; /* i.e. Nexus5/Chrome and Kindle Fire HD 7'' */
}
#smltown_html -webkit-scrollbar {
width: 5px;
}
#smltown_html -webkit-scrollbar-track {
background: rgba(0,0,0,0.5);
}
/*android 2.3 input visibility bug*/
/*but causing errors on chat input ¿? */
#smltown_html input{
position:relative;
top: -10000px;
-webkit-transform: translate3d(0, 10000px, 0);
moz-transform: translate3d(0, 10000px, 0);
transform: translate3d(0, 10000px, 0);
}
/*individual error css is not so bad!*/
.smltown_errorLog{
color: grey;
text-align: right;
margin: 0 10px;
min-height: 1px; /*display*/
z-index: 100;
}
.smltown_animated{
-webkit-transition: 300ms;
-moz-transition: 300ms;
-ms-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
/* Overthrow CSS: Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
max-width: 8px;
}
::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
background-color: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0,0,0,0.15);
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
.smltown_hide{
display: none !important;
}
#smltown_notification{
/*pointer-events: none;*/
position:absolute !important;
width:100%;
height:100%;
top:0;
left:0;
z-index: 9;
}
#smltown_popup > div{
max-width: 600px;
}
.smltown_static #smltown_notification{
z-index: 20;
}
#androidAd{
width: 100%;
height: 80px;
position: absolute;
bottom: 0;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: 50%;
}
#smltown_iframe{
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 8;
border: 0;
} | commons_remove/css/common.css | @font-face{
font-family: "web-symbols";
src: url('../webfonts/WebSymbols-Regular.otf'),
url('../webfonts/WebSymbols-Regular.eot?#iefix') format('embedded-opentype'); /* IE */
}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
/*@import url("//hello.myfonts.net/count/2d31ba");*/
symbol{
font-family: web-symbols;
margin: 0 5px;
}
#smltown_menu symbol{
margin: 0 3px !important;
}
#smltown{
/*height: 100%;*/
position: absolute;
width: 100%;
margin: 0 auto;
overflow: hidden;
top: 0;
bottom: 0;
/*position: fixed;*/
}
#smltown_html, #smltown_body{
/*width: 100%;*/
overflow: hidden;
margin: 0 auto;
}
#smltown_html{
color: black;
/*height: 100%;*/
background-color: white;
/*position: relative;*/
position: absolute;
box-shadow: inset 2px 0 black, inset -2px 0 black;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#smltown_html table{
border-collapse: collapse;
}
#smltown_loader{
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.5);
z-index: 99;
}
.smltown_loading{
display: inherit !important;
}
#smltown_textLoader{
font-size: 12px;
position: absolute;
width: 100%;
height: 0;
top: 25px;
bottom: 0;
margin: auto;
text-align: center;
}
#smltown_dialog{
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 101;
text-align: center;
}
#smltown_dialog form{
width: 90%;
margin: auto;
margin-top: 5%;
background-color: rgba(0,0,0,0.7);
border: 1px solid black;
padding: 10px;
color: white;
-webkit-box-shadow: 5px 0 20px rgba(0,0,0,0.4), -5px 0 20px rgba(0,0,0,0.4);
-moz-box-shadow: 5px 0 20px rgba(0,0,0,0.4), -5px 0 20px rgba(0,0,0,0.4);
box-shadow: 5px 0 20px rgba(0,0,0,0.4), -5px 0 20px rgba(0,0,0,0.4);
}
#smltown_dialog form > *{
font-weight: bold;
}
#smltown_dialog input{
width: 100%;
margin-top: 10px;
text-align: center;
}
#smltown_dialog .smltown_log{
color: grey;
font-weight: normal;
font-size: 12px;
}
#smltown_bottomDialog{
background: white;
position: absolute;
top: 100%;
width: 100%;
background-color: rgb(99,99,99);
color: rgb(200,200,200);
text-align: center;
z-index: 30;
box-shadow: 0 -1px whitesmoke;
-webkit-transition: -webkit-transform 0.7s;
-moz-transition: -moz-transform 0.7s;
-ms-transition: -ms-transform 0.7s;
-o-transition: -o-transform 0.7s;
transition: transform 0.7s;
}
#smltown_bottomDialog.display{
-webkit-transform: -webkit-translateY(-100%);
-moz-transform: -moz-translateY(-100%);
-ms-transform: -ms-translateY(-100%);
-o-transform: -o-translateY(-100%);
transform: translateY(-100%);
}
#smltown_bottomDialog.display table{
width: 100%;
}
#smltown_bottomDialog.display td{
padding: 0;
}
#smltown_bottomDialog.display td:first-child{
width: 100%;
}
#smltown_bottomDialog .smltown_dialogForm{
}
#smltown_bottomDialog .smltown_dialogInput{
width: 100%;
}
#smltown_bottomDialog .smltown_dialogSubmit{
width: 100px !important;
/*float: right;*/
display: table-cell;
}
#smltown_bottomDialog .smltown_dialogSend{
color: white;
background-color: #5b74a8;
font-weight: bold;
}
#smltown_bottomDialog .smltown_log{
padding: 7px;
font-size: 13px;
}
.smltown_absolute{
position: absolute;
top:0;
left:0;
}
#smltown_inputName{
width: 100%;
}
.smltown_unselect{
pointer-events: none;
}
.smltown_button, #smltown_html input[type=text], #smltown_html input[type=submit], #smltown_html input[type=button],
#smltown input[type=text], #smltown input[type=submit], #smltown input[type=button]{ /* not checkbox */
padding: 0 10px;
height: 50px;
width: 100%;
font-size: 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.smltown_button, #smltown_html input, #smltown input{
background-color: white;
border: 1px solid grey;
color: rgb(50,50,50);
}
.smltown_button{
cursor: pointer;
text-align: center;
line-height: 50px;
}
.smltown_button:hover, #smltown_html input[type=submit]:hover, #smltown_html input[type=button]:hover,
#smltown input[type=submit]:hover, #smltown input[type=button]:hover{ /* not checkbox */
background-color: rgb(225,225,225);
}
.smltown_button:active,#smltown_html input[type=submit]:active, #smltown_html input[type=button]:active,
#smltown input[type=submit]:active, #smltown input[type=button]:active{
-webkit-box-shadow: inset 1px 1px 2px rgb(100,100,100);
-moz-box-shadow: inset 1px 1px 2px rgb(100,100,100);
box-shadow: inset 1px 1px 2px rgb(100,100,100), inset 0 -1px white;
}
#smltown_dialog input, #smltown_dialog .smltown_button{
margin-bottom:15px;
}
.smltown_icons{
display:inline-block;
vertical-align: top;
margin: 0 10px;
}
.smltown_icons > div{
display: inline-block;
margin: 0 5px;
}
/*android 2.3*/
#smltown_html *{
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent; /* i.e. Nexus5/Chrome and Kindle Fire HD 7'' */
}
#smltown_html -webkit-scrollbar {
width: 5px;
}
#smltown_html -webkit-scrollbar-track {
background: rgba(0,0,0,0.5);
}
/*android 2.3 input visibility bug*/
/*but causing errors on chat input ¿? */
#smltown_html input{
position:relative;
top: -10000px;
-webkit-transform: translate3d(0, 10000px, 0);
moz-transform: translate3d(0, 10000px, 0);
transform: translate3d(0, 10000px, 0);
}
/*individual error css is not so bad!*/
.smltown_errorLog{
color: grey;
text-align: right;
margin: 0 10px;
min-height: 1px; /*display*/
z-index: 100;
}
.smltown_animated{
-webkit-transition: 300ms;
-moz-transition: 300ms;
-ms-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
/* Overthrow CSS: Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
max-width: 8px;
}
::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
background-color: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: rgba(0,0,0,0.15);
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
.smltown_hide{
display: none !important;
}
#smltown_notification{
/*pointer-events: none;*/
position:absolute !important;
width:100%;
height:100%;
top:0;
left:0;
z-index: 9;
}
#smltown_popup > div{
max-width: 600px;
}
.smltown_static #smltown_notification{
z-index: 20;
}
#androidAd{
width: 100%;
height: 80px;
position: absolute;
bottom: 0;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: 50%;
}
#smltown_iframe{
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 8;
border: 0;
} | 0.240507 | 0.037821 |
*{
box-sizing:border-box;
}
a{
cursor: pointer;
}
.logo{
padding: 10px;
}
.logo img{
height: 40px;
}
.layui-nav{
border-radius: 0;
}
.top_na{
display: flex;
justify-content: space-between;
}
.userD a{
display: inline-block !important;
}
.leftBtn{
cursor: pointer;
padding: 0 10px !important;
}
.leftBtn i{
font-size: 20px;
}
.head ,.content{
display: flex;
}
.rightContent{
padding: 20px;
}
.layui-form-label{
padding: 9px 15px 9px 0;
}
#warningMsg{
color: red;
font-size: 13px;
}
.msgWin, .WO, .djs, .csWindow, .tempzdList {
margin: auto;
}
.msgWin2, .WO2, .djs2, .csWindow2, .tempzdList2{
display: block !important;
}
/* 弹窗 */
.msgWin{
padding: 15px;
}
.msgname{
margin-right: 10px;
font-size: 18px;
}
.msgtime{
font-size: 14px;
color: #666;
}
.msgText{
font-size: 16px;
line-height: 22px;
}
.msgnameInfo{
margin-bottom: 10px;
}
.msgContent{
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #ccc;
}
.fcList{
padding: 20px 0;
}
.fcList li{
border-bottom: 1px dashed #ccc !important;
border-left: 5px solid #ccc;
margin-bottom: 15px;
transition:all .3s;
}
.fcList li:hover{
border-left-color: #009688;
}
.fcList li a{
display: inline-block;
width: calc(100% - 50px);
padding: 10px 0 10px 15px;
}
.fcList li span{
color: red;
text-align: center;
width: 48px;
display: inline-block;
cursor: pointer;
}
.fcList li span:hover{
opacity: .6;
}
/* 流程图 */
#Fchart{
margin: 0 !important;
}
.GooFlow_work{
margin: 0 !important;
}
.fc{
padding: 10px 0;
}
.lctt{
font-size: 16px;
margin-bottom: 10px;
}
body,html{
height: 100%;
}
.outDiv{
height: calc(100% - 60px);
}
.content{
height: 100%;
}
.woDiv{
padding: 15px;
}
.edit, .delete, .view {
display: inline-block;
width: 26px;
height: 26px;
border: 1px solid #ccc;
border-radius: 50%;
text-align: center;
line-height: 26px;
font-size: 22px;
cursor: pointer;
padding: 2px;
}
.edit:hover, .delete:hover, .view:hover{
opacity: .7;
}
.edit {
color: #179217;
border-color: #179217;
}
.delete {
color: #ce0d0d;
border-color: #ce0d0d;
}
.view {
color: #204aa9;
border-color: #204aa9;
}
.icon {
fill: currentColor;
overflow: hidden;
}
.topNav .icon {
width: 18px;
height: 18px;
color: #fff;
color: rgba(255,255,255,.7);
vertical-align: -5px;
margin-right:8px;
}
.content {
transition: all .7s;
}
.Mbtn{
position:fixed;
left:10px;
bottom:50px;
width:50px;
height:50px;
text-align:center;
line-height:50px;
border-radius:5px;
color:#fff;
font-size:22px;
background:rgba(0,0,0,.5);
cursor:pointer;
display:none;
z-index:2;
}
.Mbtn i{
font-size:26px;
}
.Mbg{
width:100%;
height:100%;
background:rgba(0,0,0,.5);
position:absolute;
left:0;
top:0;
z-index:1;
display:none;
}
.zan{
color: #d8d8d8;
font-size: 20px;
cursor: pointer;
transition:all .5s;
}
.zan:hover{
color: #33A9B7;
}
.flowBth{
padding: 5px 15px;
border-radius: 30px;
color: #fff;
border:none;
margin: 10px 10px 0 0;
box-shadow: 2px 2px 3px 1px rgba(0,0,0,.2);
cursor: pointer;
}
.flowBth:hover{
opacity: .7;
}
.gdTable{
border-top:1px solid #e2e2e2;
border-left:1px solid #e2e2e2;
vertical-align: center;
}
.gdTable td{
border-bottom: 1px solid #e2e2e2;
border-right:1px solid #e2e2e2;
padding: 4px 10px;
}
.gdTable td:first-child{
width: 25px;
color: #999;
}
.gdTable td:nth-child(2){
width: 20%;
}
.gdTable td:nth-child(3){
width: calc(80% - 45px);
}
.gdmc div{
line-height: 22px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 5px;
}
.gdmc div span:first-child{
width: 80px;
}
.gdmc div span:nth-child(2){
width: calc(100% - 85px);
}
.bthSub{
padding: 6px 20px;
color: #fff;
border-radius: 3px;
cursor: pointer;
border:none;
margin-top: 10px;
}
.bthEdit{
padding: 6px 20px;
color: #fff;
border-radius: 3px;
cursor: pointer;
border:none;
margin-top: 10px;
background: #e4711f;
margin-right: 10px;
}
.reqDiv p{
padding: 0;
margin: 6px 0 0;
list-style: none;
cursor: pointer;
color: #33A9B7;
transition:all .5s;
}
.reqDiv p:hover{
opacity: .8;
}
@media(max-width:767px) {
.layui-nav{
padding:0;
}
.layui-nav .layui-nav-item a{
padding:0 15px;
}
.layui-side{
left:-230px;
transition:all .7s;
position:absolute;
}
.content{
display:block;
}
.Mbtn{
display:block;
}
} | css/layout.css | *{
box-sizing:border-box;
}
a{
cursor: pointer;
}
.logo{
padding: 10px;
}
.logo img{
height: 40px;
}
.layui-nav{
border-radius: 0;
}
.top_na{
display: flex;
justify-content: space-between;
}
.userD a{
display: inline-block !important;
}
.leftBtn{
cursor: pointer;
padding: 0 10px !important;
}
.leftBtn i{
font-size: 20px;
}
.head ,.content{
display: flex;
}
.rightContent{
padding: 20px;
}
.layui-form-label{
padding: 9px 15px 9px 0;
}
#warningMsg{
color: red;
font-size: 13px;
}
.msgWin, .WO, .djs, .csWindow, .tempzdList {
margin: auto;
}
.msgWin2, .WO2, .djs2, .csWindow2, .tempzdList2{
display: block !important;
}
/* 弹窗 */
.msgWin{
padding: 15px;
}
.msgname{
margin-right: 10px;
font-size: 18px;
}
.msgtime{
font-size: 14px;
color: #666;
}
.msgText{
font-size: 16px;
line-height: 22px;
}
.msgnameInfo{
margin-bottom: 10px;
}
.msgContent{
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #ccc;
}
.fcList{
padding: 20px 0;
}
.fcList li{
border-bottom: 1px dashed #ccc !important;
border-left: 5px solid #ccc;
margin-bottom: 15px;
transition:all .3s;
}
.fcList li:hover{
border-left-color: #009688;
}
.fcList li a{
display: inline-block;
width: calc(100% - 50px);
padding: 10px 0 10px 15px;
}
.fcList li span{
color: red;
text-align: center;
width: 48px;
display: inline-block;
cursor: pointer;
}
.fcList li span:hover{
opacity: .6;
}
/* 流程图 */
#Fchart{
margin: 0 !important;
}
.GooFlow_work{
margin: 0 !important;
}
.fc{
padding: 10px 0;
}
.lctt{
font-size: 16px;
margin-bottom: 10px;
}
body,html{
height: 100%;
}
.outDiv{
height: calc(100% - 60px);
}
.content{
height: 100%;
}
.woDiv{
padding: 15px;
}
.edit, .delete, .view {
display: inline-block;
width: 26px;
height: 26px;
border: 1px solid #ccc;
border-radius: 50%;
text-align: center;
line-height: 26px;
font-size: 22px;
cursor: pointer;
padding: 2px;
}
.edit:hover, .delete:hover, .view:hover{
opacity: .7;
}
.edit {
color: #179217;
border-color: #179217;
}
.delete {
color: #ce0d0d;
border-color: #ce0d0d;
}
.view {
color: #204aa9;
border-color: #204aa9;
}
.icon {
fill: currentColor;
overflow: hidden;
}
.topNav .icon {
width: 18px;
height: 18px;
color: #fff;
color: rgba(255,255,255,.7);
vertical-align: -5px;
margin-right:8px;
}
.content {
transition: all .7s;
}
.Mbtn{
position:fixed;
left:10px;
bottom:50px;
width:50px;
height:50px;
text-align:center;
line-height:50px;
border-radius:5px;
color:#fff;
font-size:22px;
background:rgba(0,0,0,.5);
cursor:pointer;
display:none;
z-index:2;
}
.Mbtn i{
font-size:26px;
}
.Mbg{
width:100%;
height:100%;
background:rgba(0,0,0,.5);
position:absolute;
left:0;
top:0;
z-index:1;
display:none;
}
.zan{
color: #d8d8d8;
font-size: 20px;
cursor: pointer;
transition:all .5s;
}
.zan:hover{
color: #33A9B7;
}
.flowBth{
padding: 5px 15px;
border-radius: 30px;
color: #fff;
border:none;
margin: 10px 10px 0 0;
box-shadow: 2px 2px 3px 1px rgba(0,0,0,.2);
cursor: pointer;
}
.flowBth:hover{
opacity: .7;
}
.gdTable{
border-top:1px solid #e2e2e2;
border-left:1px solid #e2e2e2;
vertical-align: center;
}
.gdTable td{
border-bottom: 1px solid #e2e2e2;
border-right:1px solid #e2e2e2;
padding: 4px 10px;
}
.gdTable td:first-child{
width: 25px;
color: #999;
}
.gdTable td:nth-child(2){
width: 20%;
}
.gdTable td:nth-child(3){
width: calc(80% - 45px);
}
.gdmc div{
line-height: 22px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 5px;
}
.gdmc div span:first-child{
width: 80px;
}
.gdmc div span:nth-child(2){
width: calc(100% - 85px);
}
.bthSub{
padding: 6px 20px;
color: #fff;
border-radius: 3px;
cursor: pointer;
border:none;
margin-top: 10px;
}
.bthEdit{
padding: 6px 20px;
color: #fff;
border-radius: 3px;
cursor: pointer;
border:none;
margin-top: 10px;
background: #e4711f;
margin-right: 10px;
}
.reqDiv p{
padding: 0;
margin: 6px 0 0;
list-style: none;
cursor: pointer;
color: #33A9B7;
transition:all .5s;
}
.reqDiv p:hover{
opacity: .8;
}
@media(max-width:767px) {
.layui-nav{
padding:0;
}
.layui-nav .layui-nav-item a{
padding:0 15px;
}
.layui-side{
left:-230px;
transition:all .7s;
position:absolute;
}
.content{
display:block;
}
.Mbtn{
display:block;
}
} | 0.109849 | 0.052425 |
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
font-family: 'Comfortaa', cursive;
}
.page {
height: 100%;
background-color: #565554;
}
.content {
height: 200%;
transform-origin: top left;
transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1),
-webkit-transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
background-color: #fff;
}
.content_inner {
height: 50%;
overflow-y: auto;
padding: 100px 20%;
line-height: 30px;
}
.menu_toggle {
z-index: 900;
position: fixed;
top: 0;
left: 0;
display: block;
width: 100px;
height: 80px;
background-color: #2e86ab;
border-bottom-right-radius: 100%;
}
.menu_toggle:active i {
opacity: 0.8;
}
.menu_toggle i {
color: #f0f0f0;
}
.menu_toggle .menu_open,
.menu_toggle .menu_close {
position: relative;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -12px;
transition: transform 0.7s cubic-bezier(1, 0.005, 0.25, 1),
-webkit-transform 0.7s cubic-bezier(1, 0.005, 0.25, 1);
}
.menu_toggle .menu_open {
transform-origin: -150px -100px;
cursor: pointer;
}
.menu_toggle .menu_close {
transform: rotate(20deg);
transform-origin: -100px -160px;
cursor: pointer;
}
.menu_items {
position: fixed;
bottom: 0;
left: 50px;
list-style-type: none;
margin: 0;
padding: 0;
}
.menu_items li {
height: 60px;
margin-bottom: 30px;
transform: translateX(-300px);
transition: transform 0.7s 0s cubic-bezier(1, 0.005, 0.24, 1),
-webkit-transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
}
.menu_items li:nth-child(2) {
margin-left: 40px;
}
.menu_items li:nth-child(3) {
margin-left: 80px;
}
.menu_items a {
display: block;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
transition: color 0.2s;
}
.menu_items a:hover {
color: #f0f0f0;
}
/*--- Adicioneles -----*/
.content_inner .layout3_ul {
list-style-type: none;
}
.content_inner .layout3_ul li a {
text-decoration: none;
}
/* let's open up the menu */
.shazam .content {
transform: rotate(-30deg);
}
.shazam .menu_open {
transform: rotate(-20deg);
}
.shazam .menu_close {
transform: rotate(0);
}
.shazam .menu_items li {
transform: translateX(0);
transition: transform 0.35s 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275),
-webkit-transform 0.35s 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.shazam .menu_items li:nth-child(2) {
transition-delay: 0.47s;
}
.shazam .menu_items li:nth-child(3) {
transition-delay: 0.48s;
}
h1 {
padding-bottom: 16px;
border-bottom: 1px solid #ddd;
}
body {
color: #584e4a;
}
@media screen and (max-width: 600px) {
.content_inner h1 {
font-size: 1em;
}
.content_inner .layout3_ul li a {
font-size: 0.8em;
}
} | public/assets/css/layout3.css | @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
font-family: 'Comfortaa', cursive;
}
.page {
height: 100%;
background-color: #565554;
}
.content {
height: 200%;
transform-origin: top left;
transition: transform 0.7s cubic-bezier(1, 0.005, 0.24, 1),
-webkit-transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
background-color: #fff;
}
.content_inner {
height: 50%;
overflow-y: auto;
padding: 100px 20%;
line-height: 30px;
}
.menu_toggle {
z-index: 900;
position: fixed;
top: 0;
left: 0;
display: block;
width: 100px;
height: 80px;
background-color: #2e86ab;
border-bottom-right-radius: 100%;
}
.menu_toggle:active i {
opacity: 0.8;
}
.menu_toggle i {
color: #f0f0f0;
}
.menu_toggle .menu_open,
.menu_toggle .menu_close {
position: relative;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -12px;
transition: transform 0.7s cubic-bezier(1, 0.005, 0.25, 1),
-webkit-transform 0.7s cubic-bezier(1, 0.005, 0.25, 1);
}
.menu_toggle .menu_open {
transform-origin: -150px -100px;
cursor: pointer;
}
.menu_toggle .menu_close {
transform: rotate(20deg);
transform-origin: -100px -160px;
cursor: pointer;
}
.menu_items {
position: fixed;
bottom: 0;
left: 50px;
list-style-type: none;
margin: 0;
padding: 0;
}
.menu_items li {
height: 60px;
margin-bottom: 30px;
transform: translateX(-300px);
transition: transform 0.7s 0s cubic-bezier(1, 0.005, 0.24, 1),
-webkit-transform 0.7s cubic-bezier(1, 0.005, 0.24, 1);
}
.menu_items li:nth-child(2) {
margin-left: 40px;
}
.menu_items li:nth-child(3) {
margin-left: 80px;
}
.menu_items a {
display: block;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
transition: color 0.2s;
}
.menu_items a:hover {
color: #f0f0f0;
}
/*--- Adicioneles -----*/
.content_inner .layout3_ul {
list-style-type: none;
}
.content_inner .layout3_ul li a {
text-decoration: none;
}
/* let's open up the menu */
.shazam .content {
transform: rotate(-30deg);
}
.shazam .menu_open {
transform: rotate(-20deg);
}
.shazam .menu_close {
transform: rotate(0);
}
.shazam .menu_items li {
transform: translateX(0);
transition: transform 0.35s 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275),
-webkit-transform 0.35s 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.shazam .menu_items li:nth-child(2) {
transition-delay: 0.47s;
}
.shazam .menu_items li:nth-child(3) {
transition-delay: 0.48s;
}
h1 {
padding-bottom: 16px;
border-bottom: 1px solid #ddd;
}
body {
color: #584e4a;
}
@media screen and (max-width: 600px) {
.content_inner h1 {
font-size: 1em;
}
.content_inner .layout3_ul li a {
font-size: 0.8em;
}
} | 0.459319 | 0.128361 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.landing-page{
background: #ff000073;
height: 100vh;
position: relative;
height: 100vh;
overflow: hidden;
}
.upperlanding
{
position: absolute;
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.upperlanding h1{
margin-top: 0rem;
letter-spacing: 6px;
color:#af2323;
text-shadow: 0 5px 5px rgb(0 0 0 / 50%);
font-family: inherit;
font-size: 5rem;
font-weight: bold;
letter-spacing: 7px;
cursor: pointer
}
/* .upperlanding h1:hover span:nth-child(1){
margin-right: 5px
} */
.upperlanding h1 span{
transition: .7s linear
}
/* .upperlanding h1:hover span:nth-child(1):after{
content: "'";
} */
/* .upperlanding h1:hover span:nth-child(2){
margin-left: 30px
} */
.upperlanding h1:hover span{
color: rgb(252, 221, 221);
text-shadow: 0 0 10px rgb(241, 117, 117),
0 0 20px rgb(236, 132, 132),
0 0 40px rgb(230, 172, 172);
}
.lowerlanding img{
width: 100%;
height: 120vh;
opacity: 0.8;
}
.navbar{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.navbar a{
text-decoration: none;
margin-left: 1rem;
color: whitesmoke;
font-size: 21px;
font-weight: bold;
}
.Aboutus{
background: #ff718773;;
padding: 1rem 0;
/* box-shadow: 0 1px 5px 10px; */
height: 100vh;
z-index: 2;
overflow: hidden;
}
.Aboutus h1{
text-align: center;
font-size: 4rem;
color: white;
font-weight: bolder;
text-transform: uppercase;
margin-bottom: 6rem;
}
.aboutusmain{
display: flex;
padding: 1rem;
align-items: center;
justify-content: center;
}
.aboutuscontent p{
font-size: 27px;
font-weight: bold;
color:indianred;
margin-top: -5rem;
}
.aboutusimg img{
width: 14rem;
}
.reminder{
background: #ff718773;
display: flex;
height: 100vh;
/* justify-content: center;
align-items: center; */
overflow: hidden;
z-index: 5;
}
.contentrem{
text-align: center;
justify-content: center;
margin-top: 4rem;
padding-right: 2rem;
padding-left: 7rem;
}
.contentrem h2{
font-size: 4rem;
text-align: center;
margin-left: 1rem;
color: white;
font-weight: bold;
margin-bottom: 4rem;
}
.Talkabout{
background: #ff718773;
height: 30rem;
padding-top: 2rem;
}
.Talkabout h1{
text-align: center;
font-size: 5rem;
color: white;
font-weight: bold;
}
.mainchat{
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #d97f7f;
margin: 2rem 4rem;
padding: 2rem 2rem;
height: 17rem;
border-radius: 18px;
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
}
.rightchat img{
width: 12rem;
}
.leftchat a button{
margin-left: 20rem;
}
.contentrem p{
font-size: 2rem;
color: indianred;
font-weight: bold;
}
.leftchat p{
color: indianred;
font-size: 22px;
margin: 1rem 3rem;
font-weight: bold;
}
.imgrem img{
width: 32rem;
margin-top: 3rem;
margin-left: 2rem;
}
.custom-btn {
width: 156px;
height: 40px;
color: #fff;
border-radius: 8px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 16px;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
inset -7px -7px 10px 0px rgba(0,0,0,.1),7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
text-shadow: 2px 2px 3px rgba(255,255,255,.5),
-4px -4px 6px rgba(116, 125, 136, .2);
outline: none;
}
.btn-2 {
background-color: #ffa9b2;
color: #c41717;
border: none;
}
.btn-2:before {
height: 0%;
width: 2px;
}
.btn-2:hover {
box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
-4px -4px 6px 0 rgba(116, 125, 136, .5),
inset -4px -4px 6px 0 rgba(255,255,255,.2),
inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
.Blogmore{
background: #ff718773;
height: 32rem;
}
.Blogmore h1{
text-align: center;
font-size: 5rem;
color: white;
}
.blogmain{
display: flex;
justify-self:center ;
align-items: center;
}
.blogimg img{
width: 21rem;
}
.blogcontent button{
margin-left: 4rem;
margin-top: 0rem;
}
.blogcontent p{
margin-top: 2rem;
font-weight: bold;
font-size: 24px;
color: indianred;
}
.navbar{
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.bg-dark {
background-color: #ab3643f5 !important;
}
.myths{
background:#ff718773;
display: flex;
text-align: center;
align-items: center;
position: relative;
}
.mythimg{
width: 2rem;
}
.contentmyth h1{
position: absolute;
left: 6rem;
top: 9rem;
left: 7rem;
}
.contactmain{
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #d97f7f;
margin: 2rem 7rem;
padding: 2rem 2rem;
border-radius: 18px;
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
}
.contacthome{
background:#ff718773 ;
height: 30rem;
}
.contacthome h1{
text-align: center;
color: white;
font-size: 6rem;
font-weight: bold;
}
.contactcon{
align-items: center;
text-align: center;
}
.contactcon p{
padding-right: 5rem;
margin-left: 2rem;
font-size: 19px;
font-weight: bold;
color: indianred;
}
.contactimg img{
width: 13rem;
margin-right: 2rem;
}
.footermain{
background:#fabebe87;
}
.footermaini{
display: flex;
align-items: center;
text-align: center;
justify-content: center;
padding: 0rem 2rem;
}
.footerimg img{
width: 23rem;
}
.footercontent p{
font-size: 20px;
padding: 7rem;
}
.footerhead h1 span{
color: #5b1111c7;
}
.footerhead h1{
text-align: center;
font-size: 5rem;
padding-top: 3rem;
margin-bottom: -3rem;
color: #ffa9b2;
}
/* Card css*/
.card{
color: var(--clr-neautral-100);
/* font-family: sans-serif; */
background-image: url('https://img5.goodfon.com/wallpaper/nbig/8/fd/texture-geometric-paper-pink-wallpaper-geometriia-rozovyi-be.jpg');
background-size: cover;
padding: 1rem 0 0;
max-width: 42ch;
border-radius: 1rem;
overflow: hidden;
height: 305px;
transition: transform 500ms ease;
flex:0.33;
margin: 3rem;
}
.card p{
line-height: 15px;
color:white;
}
.card-content{
padding: 1.5em;
background: linear-gradient( hsl(0 0% 0% / 0), hsl(0 0% 0% / 0.3) 20% ,hsl(0 0% 0% / 1) ) ;
height: 100%;
transform: translateY(65%);
transition: transform 500ms ease;
transition-delay: 500ms;
}
.card-content > *:not(.card-title)
{
opacity: 0;
transition: transform 500ms ease;
}
.card:hover .card-content > *:not(card-title)
{
opacity: 1;
transition-delay: 1000ms;
}
.card-title{
position: relative;
width: max-content;
}
.card-title::after{
content: "";
position: absolute;
height: 4px;
width: 118%;
left: -1.5rem;
bottom: -7px;
height: 3px;
background: var(--clr-accent-400);
transform: scaleX(0);
transform-origin: left;
transition: transform 500ms ease;
/* transition: left; */
}
.card:hover .card-title::after{
transform: scaleX(1);
}
.card-content h2{
margin-bottom: 1rem;
max-width: 21ch;
color: rgb(63, 36, 36);
}
.card-content p{
margin-bottom: 1.2rem;
}
.card:hover{
transform: scale(1.05);
}
.card:hover .card-content{
transform: translateY(0%);
}
.everything{
display: flex;
flex-wrap: wrap;
box-shadow: 0 0 30px inset rgb(0 0 0 / 60%);
background: #ff748ac4;
}
.ever{
overflow: hidden;
background:#ff718773 ;
}
.ever h1{
text-align: center;
color: white;
font-size: 6rem;
font-weight: bold;
}
/* Profilecard css
*/
.profile-container{
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background:#ffa9b2;
height: 100vh;
}
.profile-container h2{
color: white;
margin-bottom: 2rem;
font-weight: bold;
}
.profile-container .profile-card p{
color: white;
font-weight: bold;
font-size: 12px;
margin: 5px;
}
/* faq section */
.faq{
background: #ff748ac4;
padding: 2rem 4rem;
}
.faq h1{
text-align: center;
color: white;
font-size: 4rem;
}
.faq p{
color: white;
font-weight: bold;
font-size: 22px;
}
.accordion {
background-color: rgba(254,213,233,1);
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
/*
.active, .accordion:hover {
color: rgba(128,68,97,1);
} */
.panel {
padding: 0 18px;
background-color:rgba(254,213,233,1);
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
margin-bottom:4px;
}
.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
/*
.active:after {
content: "\2212";
} */
.pcod{
background: #ff748ac4;
padding: 2rem 4rem;
}
.pcod h1{
text-align: center;
color: white;
font-size: 4rem;
}
.pcod p{
color: white;
font-weight: bold;
font-size: 22px;
}
.pcodm{
display: flex;
text-align: center;
justify-content: center;
padding:2rem 2rem;
}
.pcodimg img{
width: 22rem;
margin: 2rem 2rem;
}
.pcodcontent h2{
color: white;
font-weight: bold;
font-size: 22px;
}
.detectmain{
display: flex;
text-align: center;
justify-content: center;
padding: 2rem 2rem;
}
.detectimg img{
width: 22rem;
margin: 2rem 2rem;
}
.detectcontent h1{
color: white;
font-weight: bold;
font-size: 3rem;
}
.detectcontent p{
color: white;
font-weight: bold;
font-size: 22px;
}
.detectmain{
display: flex;
text-align: center;
justify-content: center;
padding: 2rem 2rem;
}
.detectimg img{
width: 22rem;
margin: 2rem 2rem;
}
.detectcontent h1{
color: white;
font-weight: bold;
font-size: 3rem;
}
.detectcontent p{
color: white;
font-weight: bold;
font-size: 22px;
}
.selfcare{
background: #ff748ac4;
padding: 2rem 4rem;
}
.selfcare h1{
text-align: center;
color: white;
font-size: 4rem;
}
.selfcare p{
color: white;
font-weight: bold;
font-size: 22px;
}
.selfmain{
display: flex;
text-align: center;
justify-content: center;
padding:2rem 2rem;
}
.selfimg img{
width: 22rem;
margin: 2rem 2rem;
}
.selfcontent h2{
color: white;
font-weight: bold;
font-size: 22px;
}
.contact{
border: 2px solid #d97f7f;
margin: 2rem 7rem;
padding: 2rem 2rem;
border-radius: 18px;
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
background-color:pink;
}
.poll{
padding: 2rem 2rem;
background: #ff718773;
}
.poll h1{
text-align: center;
padding: 1rem;
color: white;
font-size: 5rem;
font-weight: bold;
}
.pollmain{
display: flex;
margin-bottom: 3rem;
}
.pollimg img{
width: 23rem;
margin-right: 4rem;
}
.pollcontent p{
color: indianred;
font-weight: bold;
font-size: 26px;
margin-bottom: 2rem;
}
.mainbasecontainer{
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #fe99a9ad;
}
.mainbasecontainer .form{
box-shadow: 0 0 5px 2px rgb(0 0 0 / 50%);
padding: 2rem;
border-radius: 12px;
}
.mainbasecontainer h2{
font-size: 2rem;
color: white;
font-weight: bold;
}
.mainbasecontainer button{
margin: 2rem 2rem;
align-items: center;
}
.enter{
padding: 1rem 2rem;
border-radius: 10px;
box-shadow: 0 0 5px 2px rgb(0 0 0 / 50%);
margin-bottom: 1rem;
}
/* .main{
background: #fe99a9ad;
padding: 1rem;
} */
.main{
/* padding: 7rem 2rem; */
padding-top: 2.5rem;
}
.enter{
margin: 5rem 17rem;
padding-top: 2rem;
background: #fe99a9ad;
}
.enter h1{
text-align: center;
color: white;
font-weight: bold;
}
.make{
/* padding-top: 15px; */
border: 2px solid rgb(227, 236, 241);
/* margin-top: 60px; */
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
flex: auto;
flex-wrap: wrap;
padding: 1rem 2rem;
margin: 60px;
margin-bottom: 4rem;
border-radius: 8px;
background: #fe99a9ad;
/* margin: 2rem 4rem; */
}
.make h2{
font-size: 3rem;
text-align: center;
color: white;
}
@media screen and (max-width:800px){
.navbar-nav{
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
}
.nav-item active img{
width: 10px;
margin-left: 5px;
margin-top: 5px;
}
.nav-item #mainname{
align-items: center;
margin: 0rem 8px;
font-size: 10px;
color: white;
font-weight: bold;
display: none;
margin-right: 1rem;
}
body{
min-width: 300%;
overflow-x: hidden;
}
}
/* .blogmy{
background: pink;
height: 100vh;
padding: 5rem 2rem;
} */
.blogmy h3{
color: white;
font-size: 2rem;
font-weight: bold;
}
.blogmy h6{
color: white;
font-size: 1rem;
font-weight: bold;
}
.blogmy p{
color: indianred;
font-size: 21px;
}
.cardblog{
/* margin: 2rem 1rem; */
background: pink;
border-radius: 16px;
padding: 1rem 2rem;
box-shadow: 0 0 9px 4px rgb(255 192 203);
}
.cardblogmain{
padding: 2.5rem 2rem;
}
.contact h1{
color: white;
font-weight: bold;
font-size: 4rem;
text-align: center;
}
.addprofilepic,.userchangeprofile,.editblog{
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #ffa9b2;
height: 100vh;
}
.addprofilepicbox,.userchangeprofilebox,.profile-card,.editblogbox{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 27rem;
background: #f68a95;
padding: 2rem;
border-radius: 15px;
box-shadow: 0 0 5px 5px rgb(255 112 158 / 36%);
}
.blogmore{
margin: 2rem;
background: pink;
padding: 2rem 3rem;
border: 2px solid red;
border-radius: 12px;
box-shadow: 0 0 5px 5px rgb(255 112 158 / 36%);
}
.blogmore h2,h4,p{
color: white;
font-weight: bold;
}
.blogmore i{
color: indianred;
}
/* navbar */
/** code by webdevtrick ( https://webdevtrick.com ) **/
body {
margin: 0;
padding: 0;
}
.nav-bar {
height: 70px;
background: #262626;
z-index: 100000;
position: fixed;
width: 100%;
}
.brand {
position: absolute;
padding-left: 20px;
float: left;
line-height: 70px;
text-transform: uppercase;
font-size: 1.4em;
}
.brand a img {
max-height: 70px;
}
.brand a,
.brand a:visited {
color: #ffffff;
text-decoration: none;
}
.nav-container {
height: 70px;
background: #783b3bb8;
z-index: 100000;
position: fixed;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem;
}
nav {
float: right;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
float: left;
position: relative;
}
nav ul li a,
nav ul li a:visited {
display: block;
padding: 0 20px;
line-height: 70px;
/* background: #783b3bb8; */
color: #ffffff;
transition: 0.3s ease;
text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
background: #2e1a1a;
color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
padding-left: 4px;
content: ' ▾';
}
nav ul li ul li {
min-width: 190px;
}
nav ul li ul li a {
padding: 15px;
line-height: 20px;
}
.nav-dropdown {
position: absolute;
background: #783b3bb8;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
display: none;
z-index: 100;
}
.nav-mobile {
display: none;
position: absolute;
top: 0;
right: 0;
background: #262626;
height: 70px;
width: 70px;
}
@media only screen and (max-width: 798px) {
.nav-mobile {
display: block;
}
nav {
width: 100%;
padding: 70px 0 15px;
}
nav ul {
display: none;
}
nav ul li {
float: none;
}
nav ul li a {
padding: 15px;
line-height: 20px;
padding-left: 25%;
}
nav ul li ul li a {
padding-left: 30%;
}
.nav-dropdown {
position: static;
}
.brand a img {
max-height: 60px;
margin-top: 5px;
}
}
@media screen and (min-width: 799px) {
.nav-list {
display: block !important;
}
}
#nav-toggle {
position: absolute;
left: 18px;
top: 22px;
cursor: pointer;
padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 5px;
width: 35px;
background: #ffffff;
position: absolute;
display: block;
content: '';
transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
top: -10px;
}
#nav-toggle span:after {
bottom: -10px;
}
#nav-toggle.active span {
background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
top: 0;
}
#nav-toggle.active span:before {
transform: rotate(45deg);
}
#nav-toggle.active span:after {
transform: rotate(-45deg);
}
article {
max-width: 1000px;
margin: 0 auto;
padding: 10px;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
padding-top: 5rem;
}
.mainbasecontainer .form {
background: #cd5c5c78;
box-shadow: 0 0 11px 5px rgb(0 0 0 / 50%);
padding: 4rem;
border-radius: 17px;
}
.blogmybox{
background: pink;
margin: 2rem 3rem;
margin-top: 3rem;
border-radius: 16px;
padding: 2rem 2rem;
padding-top: 1rem;
box-shadow: 0 0 9px 4px rgb(255 192 203);
} | static/css/base.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.landing-page{
background: #ff000073;
height: 100vh;
position: relative;
height: 100vh;
overflow: hidden;
}
.upperlanding
{
position: absolute;
width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.upperlanding h1{
margin-top: 0rem;
letter-spacing: 6px;
color:#af2323;
text-shadow: 0 5px 5px rgb(0 0 0 / 50%);
font-family: inherit;
font-size: 5rem;
font-weight: bold;
letter-spacing: 7px;
cursor: pointer
}
/* .upperlanding h1:hover span:nth-child(1){
margin-right: 5px
} */
.upperlanding h1 span{
transition: .7s linear
}
/* .upperlanding h1:hover span:nth-child(1):after{
content: "'";
} */
/* .upperlanding h1:hover span:nth-child(2){
margin-left: 30px
} */
.upperlanding h1:hover span{
color: rgb(252, 221, 221);
text-shadow: 0 0 10px rgb(241, 117, 117),
0 0 20px rgb(236, 132, 132),
0 0 40px rgb(230, 172, 172);
}
.lowerlanding img{
width: 100%;
height: 120vh;
opacity: 0.8;
}
.navbar{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.navbar a{
text-decoration: none;
margin-left: 1rem;
color: whitesmoke;
font-size: 21px;
font-weight: bold;
}
.Aboutus{
background: #ff718773;;
padding: 1rem 0;
/* box-shadow: 0 1px 5px 10px; */
height: 100vh;
z-index: 2;
overflow: hidden;
}
.Aboutus h1{
text-align: center;
font-size: 4rem;
color: white;
font-weight: bolder;
text-transform: uppercase;
margin-bottom: 6rem;
}
.aboutusmain{
display: flex;
padding: 1rem;
align-items: center;
justify-content: center;
}
.aboutuscontent p{
font-size: 27px;
font-weight: bold;
color:indianred;
margin-top: -5rem;
}
.aboutusimg img{
width: 14rem;
}
.reminder{
background: #ff718773;
display: flex;
height: 100vh;
/* justify-content: center;
align-items: center; */
overflow: hidden;
z-index: 5;
}
.contentrem{
text-align: center;
justify-content: center;
margin-top: 4rem;
padding-right: 2rem;
padding-left: 7rem;
}
.contentrem h2{
font-size: 4rem;
text-align: center;
margin-left: 1rem;
color: white;
font-weight: bold;
margin-bottom: 4rem;
}
.Talkabout{
background: #ff718773;
height: 30rem;
padding-top: 2rem;
}
.Talkabout h1{
text-align: center;
font-size: 5rem;
color: white;
font-weight: bold;
}
.mainchat{
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #d97f7f;
margin: 2rem 4rem;
padding: 2rem 2rem;
height: 17rem;
border-radius: 18px;
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
}
.rightchat img{
width: 12rem;
}
.leftchat a button{
margin-left: 20rem;
}
.contentrem p{
font-size: 2rem;
color: indianred;
font-weight: bold;
}
.leftchat p{
color: indianred;
font-size: 22px;
margin: 1rem 3rem;
font-weight: bold;
}
.imgrem img{
width: 32rem;
margin-top: 3rem;
margin-left: 2rem;
}
.custom-btn {
width: 156px;
height: 40px;
color: #fff;
border-radius: 8px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 16px;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
inset -7px -7px 10px 0px rgba(0,0,0,.1),7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
text-shadow: 2px 2px 3px rgba(255,255,255,.5),
-4px -4px 6px rgba(116, 125, 136, .2);
outline: none;
}
.btn-2 {
background-color: #ffa9b2;
color: #c41717;
border: none;
}
.btn-2:before {
height: 0%;
width: 2px;
}
.btn-2:hover {
box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
-4px -4px 6px 0 rgba(116, 125, 136, .5),
inset -4px -4px 6px 0 rgba(255,255,255,.2),
inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
.Blogmore{
background: #ff718773;
height: 32rem;
}
.Blogmore h1{
text-align: center;
font-size: 5rem;
color: white;
}
.blogmain{
display: flex;
justify-self:center ;
align-items: center;
}
.blogimg img{
width: 21rem;
}
.blogcontent button{
margin-left: 4rem;
margin-top: 0rem;
}
.blogcontent p{
margin-top: 2rem;
font-weight: bold;
font-size: 24px;
color: indianred;
}
.navbar{
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.bg-dark {
background-color: #ab3643f5 !important;
}
.myths{
background:#ff718773;
display: flex;
text-align: center;
align-items: center;
position: relative;
}
.mythimg{
width: 2rem;
}
.contentmyth h1{
position: absolute;
left: 6rem;
top: 9rem;
left: 7rem;
}
.contactmain{
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #d97f7f;
margin: 2rem 7rem;
padding: 2rem 2rem;
border-radius: 18px;
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
}
.contacthome{
background:#ff718773 ;
height: 30rem;
}
.contacthome h1{
text-align: center;
color: white;
font-size: 6rem;
font-weight: bold;
}
.contactcon{
align-items: center;
text-align: center;
}
.contactcon p{
padding-right: 5rem;
margin-left: 2rem;
font-size: 19px;
font-weight: bold;
color: indianred;
}
.contactimg img{
width: 13rem;
margin-right: 2rem;
}
.footermain{
background:#fabebe87;
}
.footermaini{
display: flex;
align-items: center;
text-align: center;
justify-content: center;
padding: 0rem 2rem;
}
.footerimg img{
width: 23rem;
}
.footercontent p{
font-size: 20px;
padding: 7rem;
}
.footerhead h1 span{
color: #5b1111c7;
}
.footerhead h1{
text-align: center;
font-size: 5rem;
padding-top: 3rem;
margin-bottom: -3rem;
color: #ffa9b2;
}
/* Card css*/
.card{
color: var(--clr-neautral-100);
/* font-family: sans-serif; */
background-image: url('https://img5.goodfon.com/wallpaper/nbig/8/fd/texture-geometric-paper-pink-wallpaper-geometriia-rozovyi-be.jpg');
background-size: cover;
padding: 1rem 0 0;
max-width: 42ch;
border-radius: 1rem;
overflow: hidden;
height: 305px;
transition: transform 500ms ease;
flex:0.33;
margin: 3rem;
}
.card p{
line-height: 15px;
color:white;
}
.card-content{
padding: 1.5em;
background: linear-gradient( hsl(0 0% 0% / 0), hsl(0 0% 0% / 0.3) 20% ,hsl(0 0% 0% / 1) ) ;
height: 100%;
transform: translateY(65%);
transition: transform 500ms ease;
transition-delay: 500ms;
}
.card-content > *:not(.card-title)
{
opacity: 0;
transition: transform 500ms ease;
}
.card:hover .card-content > *:not(card-title)
{
opacity: 1;
transition-delay: 1000ms;
}
.card-title{
position: relative;
width: max-content;
}
.card-title::after{
content: "";
position: absolute;
height: 4px;
width: 118%;
left: -1.5rem;
bottom: -7px;
height: 3px;
background: var(--clr-accent-400);
transform: scaleX(0);
transform-origin: left;
transition: transform 500ms ease;
/* transition: left; */
}
.card:hover .card-title::after{
transform: scaleX(1);
}
.card-content h2{
margin-bottom: 1rem;
max-width: 21ch;
color: rgb(63, 36, 36);
}
.card-content p{
margin-bottom: 1.2rem;
}
.card:hover{
transform: scale(1.05);
}
.card:hover .card-content{
transform: translateY(0%);
}
.everything{
display: flex;
flex-wrap: wrap;
box-shadow: 0 0 30px inset rgb(0 0 0 / 60%);
background: #ff748ac4;
}
.ever{
overflow: hidden;
background:#ff718773 ;
}
.ever h1{
text-align: center;
color: white;
font-size: 6rem;
font-weight: bold;
}
/* Profilecard css
*/
.profile-container{
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background:#ffa9b2;
height: 100vh;
}
.profile-container h2{
color: white;
margin-bottom: 2rem;
font-weight: bold;
}
.profile-container .profile-card p{
color: white;
font-weight: bold;
font-size: 12px;
margin: 5px;
}
/* faq section */
.faq{
background: #ff748ac4;
padding: 2rem 4rem;
}
.faq h1{
text-align: center;
color: white;
font-size: 4rem;
}
.faq p{
color: white;
font-weight: bold;
font-size: 22px;
}
.accordion {
background-color: rgba(254,213,233,1);
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
/*
.active, .accordion:hover {
color: rgba(128,68,97,1);
} */
.panel {
padding: 0 18px;
background-color:rgba(254,213,233,1);
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
margin-bottom:4px;
}
.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
/*
.active:after {
content: "\2212";
} */
.pcod{
background: #ff748ac4;
padding: 2rem 4rem;
}
.pcod h1{
text-align: center;
color: white;
font-size: 4rem;
}
.pcod p{
color: white;
font-weight: bold;
font-size: 22px;
}
.pcodm{
display: flex;
text-align: center;
justify-content: center;
padding:2rem 2rem;
}
.pcodimg img{
width: 22rem;
margin: 2rem 2rem;
}
.pcodcontent h2{
color: white;
font-weight: bold;
font-size: 22px;
}
.detectmain{
display: flex;
text-align: center;
justify-content: center;
padding: 2rem 2rem;
}
.detectimg img{
width: 22rem;
margin: 2rem 2rem;
}
.detectcontent h1{
color: white;
font-weight: bold;
font-size: 3rem;
}
.detectcontent p{
color: white;
font-weight: bold;
font-size: 22px;
}
.detectmain{
display: flex;
text-align: center;
justify-content: center;
padding: 2rem 2rem;
}
.detectimg img{
width: 22rem;
margin: 2rem 2rem;
}
.detectcontent h1{
color: white;
font-weight: bold;
font-size: 3rem;
}
.detectcontent p{
color: white;
font-weight: bold;
font-size: 22px;
}
.selfcare{
background: #ff748ac4;
padding: 2rem 4rem;
}
.selfcare h1{
text-align: center;
color: white;
font-size: 4rem;
}
.selfcare p{
color: white;
font-weight: bold;
font-size: 22px;
}
.selfmain{
display: flex;
text-align: center;
justify-content: center;
padding:2rem 2rem;
}
.selfimg img{
width: 22rem;
margin: 2rem 2rem;
}
.selfcontent h2{
color: white;
font-weight: bold;
font-size: 22px;
}
.contact{
border: 2px solid #d97f7f;
margin: 2rem 7rem;
padding: 2rem 2rem;
border-radius: 18px;
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
background-color:pink;
}
.poll{
padding: 2rem 2rem;
background: #ff718773;
}
.poll h1{
text-align: center;
padding: 1rem;
color: white;
font-size: 5rem;
font-weight: bold;
}
.pollmain{
display: flex;
margin-bottom: 3rem;
}
.pollimg img{
width: 23rem;
margin-right: 4rem;
}
.pollcontent p{
color: indianred;
font-weight: bold;
font-size: 26px;
margin-bottom: 2rem;
}
.mainbasecontainer{
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #fe99a9ad;
}
.mainbasecontainer .form{
box-shadow: 0 0 5px 2px rgb(0 0 0 / 50%);
padding: 2rem;
border-radius: 12px;
}
.mainbasecontainer h2{
font-size: 2rem;
color: white;
font-weight: bold;
}
.mainbasecontainer button{
margin: 2rem 2rem;
align-items: center;
}
.enter{
padding: 1rem 2rem;
border-radius: 10px;
box-shadow: 0 0 5px 2px rgb(0 0 0 / 50%);
margin-bottom: 1rem;
}
/* .main{
background: #fe99a9ad;
padding: 1rem;
} */
.main{
/* padding: 7rem 2rem; */
padding-top: 2.5rem;
}
.enter{
margin: 5rem 17rem;
padding-top: 2rem;
background: #fe99a9ad;
}
.enter h1{
text-align: center;
color: white;
font-weight: bold;
}
.make{
/* padding-top: 15px; */
border: 2px solid rgb(227, 236, 241);
/* margin-top: 60px; */
box-shadow: 0 0 5px 2px rgb(158 158 158 / 35%);
flex: auto;
flex-wrap: wrap;
padding: 1rem 2rem;
margin: 60px;
margin-bottom: 4rem;
border-radius: 8px;
background: #fe99a9ad;
/* margin: 2rem 4rem; */
}
.make h2{
font-size: 3rem;
text-align: center;
color: white;
}
@media screen and (max-width:800px){
.navbar-nav{
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
}
.nav-item active img{
width: 10px;
margin-left: 5px;
margin-top: 5px;
}
.nav-item #mainname{
align-items: center;
margin: 0rem 8px;
font-size: 10px;
color: white;
font-weight: bold;
display: none;
margin-right: 1rem;
}
body{
min-width: 300%;
overflow-x: hidden;
}
}
/* .blogmy{
background: pink;
height: 100vh;
padding: 5rem 2rem;
} */
.blogmy h3{
color: white;
font-size: 2rem;
font-weight: bold;
}
.blogmy h6{
color: white;
font-size: 1rem;
font-weight: bold;
}
.blogmy p{
color: indianred;
font-size: 21px;
}
.cardblog{
/* margin: 2rem 1rem; */
background: pink;
border-radius: 16px;
padding: 1rem 2rem;
box-shadow: 0 0 9px 4px rgb(255 192 203);
}
.cardblogmain{
padding: 2.5rem 2rem;
}
.contact h1{
color: white;
font-weight: bold;
font-size: 4rem;
text-align: center;
}
.addprofilepic,.userchangeprofile,.editblog{
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #ffa9b2;
height: 100vh;
}
.addprofilepicbox,.userchangeprofilebox,.profile-card,.editblogbox{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 27rem;
background: #f68a95;
padding: 2rem;
border-radius: 15px;
box-shadow: 0 0 5px 5px rgb(255 112 158 / 36%);
}
.blogmore{
margin: 2rem;
background: pink;
padding: 2rem 3rem;
border: 2px solid red;
border-radius: 12px;
box-shadow: 0 0 5px 5px rgb(255 112 158 / 36%);
}
.blogmore h2,h4,p{
color: white;
font-weight: bold;
}
.blogmore i{
color: indianred;
}
/* navbar */
/** code by webdevtrick ( https://webdevtrick.com ) **/
body {
margin: 0;
padding: 0;
}
.nav-bar {
height: 70px;
background: #262626;
z-index: 100000;
position: fixed;
width: 100%;
}
.brand {
position: absolute;
padding-left: 20px;
float: left;
line-height: 70px;
text-transform: uppercase;
font-size: 1.4em;
}
.brand a img {
max-height: 70px;
}
.brand a,
.brand a:visited {
color: #ffffff;
text-decoration: none;
}
.nav-container {
height: 70px;
background: #783b3bb8;
z-index: 100000;
position: fixed;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem;
}
nav {
float: right;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
float: left;
position: relative;
}
nav ul li a,
nav ul li a:visited {
display: block;
padding: 0 20px;
line-height: 70px;
/* background: #783b3bb8; */
color: #ffffff;
transition: 0.3s ease;
text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
background: #2e1a1a;
color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
padding-left: 4px;
content: ' ▾';
}
nav ul li ul li {
min-width: 190px;
}
nav ul li ul li a {
padding: 15px;
line-height: 20px;
}
.nav-dropdown {
position: absolute;
background: #783b3bb8;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
display: none;
z-index: 100;
}
.nav-mobile {
display: none;
position: absolute;
top: 0;
right: 0;
background: #262626;
height: 70px;
width: 70px;
}
@media only screen and (max-width: 798px) {
.nav-mobile {
display: block;
}
nav {
width: 100%;
padding: 70px 0 15px;
}
nav ul {
display: none;
}
nav ul li {
float: none;
}
nav ul li a {
padding: 15px;
line-height: 20px;
padding-left: 25%;
}
nav ul li ul li a {
padding-left: 30%;
}
.nav-dropdown {
position: static;
}
.brand a img {
max-height: 60px;
margin-top: 5px;
}
}
@media screen and (min-width: 799px) {
.nav-list {
display: block !important;
}
}
#nav-toggle {
position: absolute;
left: 18px;
top: 22px;
cursor: pointer;
padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 5px;
width: 35px;
background: #ffffff;
position: absolute;
display: block;
content: '';
transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
top: -10px;
}
#nav-toggle span:after {
bottom: -10px;
}
#nav-toggle.active span {
background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
top: 0;
}
#nav-toggle.active span:before {
transform: rotate(45deg);
}
#nav-toggle.active span:after {
transform: rotate(-45deg);
}
article {
max-width: 1000px;
margin: 0 auto;
padding: 10px;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
padding-top: 5rem;
}
.mainbasecontainer .form {
background: #cd5c5c78;
box-shadow: 0 0 11px 5px rgb(0 0 0 / 50%);
padding: 4rem;
border-radius: 17px;
}
.blogmybox{
background: pink;
margin: 2rem 3rem;
margin-top: 3rem;
border-radius: 16px;
padding: 2rem 2rem;
padding-top: 1rem;
box-shadow: 0 0 9px 4px rgb(255 192 203);
} | 0.415254 | 0.079139 |
@import('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');
body{
margin: 0px;
padding: 0px;
background: linear-gradient(to bottom, #567788 0%,#121f25 100%) no-repeat center center;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #333333;
}
nav{
background: #eff4f7;
margin: 40px;
position: relative;
z-index: 5;
height: 80px;
}
a{
text-decoration: none;
color: #a4a8a9;
}
nav ul{
padding: 20px 20px 0 20px;
float:right;
}
nav ul li{
display: inline-block;
list-style: none;
margin-right: 20px;
padding-bottom: 23px;
}
nav ul li:hover {
border-bottom:solid #70e9ff;
cursor: pointer;
color: #333;
}
main{
margin: 0 auto;
margin-top: 100px;
margin-left: 160px;
padding: 10px;
width: 80%;
text-align: center;
background: #CBD0D9;
}
.logo{
position: absolute;
z-index: 0;
top: -10px;
left: 550px;
background: #ea3d51;
width: 140px;
height: 140px;
margin: 20px;
padding: 20px;
}
.brand{
text-transform: uppercase;
text-align: center;
font-size: 50px;
font-weight: 900;
letter-spacing: 10px;
color: #ffffff;
margin-top: 120px;
}
.book-title{
position: relative;
z-index: 10;
color: #121f25;
font-size: 54px;
margin: 0;
text-transform: uppercase;
}
.book-genre{
position: relative;
z-index: 3;
top: -80px;
left: 80px;
color: #6dffb8;
font-size: 120px;
margin: 0;
text-transform: uppercase;
}
main header section{
margin: auto;
position: relative;
z-index: 8;
text-align: center;
color: #ffffff;
width: 300px;
padding: 40px;
background: linear-gradient(to bottom, #eb3c53 0%, #e6135c 100%) no-repeat center center;
}
img{
display: block;
margin: auto;
width: 100%;
max-width: 80px;
border-radius: 50%;
}
.stars{
font-size: 25px;
margin: 10px;
}
.text::before {
content: ' " ';
color: #af213d;
font-size: 30px;
font-weight: 800;
}
.text::after{
content: ' " ';
color: #af213d;
font-size: 30px;
font-weight: 800;
}
.donate{
background: none;
border: 3px solid #70ecff;
text-transform: uppercase;
font-size: 12px;
color: #fff;
padding: 10px 25px;
}
.donate:hover{
background: #70ecff;
border-color: #70ecff;
color: #348098;
}
.last-Section{
position: relative;
z-index: 4;
background: #fff;
margin: 50px;
top: -250px;
padding-top: 250px;
padding-right: 830px;
padding-bottom: 35px;
padding-left: 35px;
}
.last-headOne{
color: #46ee97;
font-size: 42px;
text-transform: capitalize;
}
.last-paragraph{
width: 350%;
color: #333;
text-align: right;
}
.read-the-book{
background: none;
border: 3px solid #628291;
text-transform: uppercase;
font-size: 12px;
color: #333;
padding: 10px 25px;
}
.read-the-book:hover{
background: #628291;
cursor: pointer;
color: #6dffb8;
} | CSS Presentation and Positioning/01. Book Review/bookReview.css | @import('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');
body{
margin: 0px;
padding: 0px;
background: linear-gradient(to bottom, #567788 0%,#121f25 100%) no-repeat center center;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #333333;
}
nav{
background: #eff4f7;
margin: 40px;
position: relative;
z-index: 5;
height: 80px;
}
a{
text-decoration: none;
color: #a4a8a9;
}
nav ul{
padding: 20px 20px 0 20px;
float:right;
}
nav ul li{
display: inline-block;
list-style: none;
margin-right: 20px;
padding-bottom: 23px;
}
nav ul li:hover {
border-bottom:solid #70e9ff;
cursor: pointer;
color: #333;
}
main{
margin: 0 auto;
margin-top: 100px;
margin-left: 160px;
padding: 10px;
width: 80%;
text-align: center;
background: #CBD0D9;
}
.logo{
position: absolute;
z-index: 0;
top: -10px;
left: 550px;
background: #ea3d51;
width: 140px;
height: 140px;
margin: 20px;
padding: 20px;
}
.brand{
text-transform: uppercase;
text-align: center;
font-size: 50px;
font-weight: 900;
letter-spacing: 10px;
color: #ffffff;
margin-top: 120px;
}
.book-title{
position: relative;
z-index: 10;
color: #121f25;
font-size: 54px;
margin: 0;
text-transform: uppercase;
}
.book-genre{
position: relative;
z-index: 3;
top: -80px;
left: 80px;
color: #6dffb8;
font-size: 120px;
margin: 0;
text-transform: uppercase;
}
main header section{
margin: auto;
position: relative;
z-index: 8;
text-align: center;
color: #ffffff;
width: 300px;
padding: 40px;
background: linear-gradient(to bottom, #eb3c53 0%, #e6135c 100%) no-repeat center center;
}
img{
display: block;
margin: auto;
width: 100%;
max-width: 80px;
border-radius: 50%;
}
.stars{
font-size: 25px;
margin: 10px;
}
.text::before {
content: ' " ';
color: #af213d;
font-size: 30px;
font-weight: 800;
}
.text::after{
content: ' " ';
color: #af213d;
font-size: 30px;
font-weight: 800;
}
.donate{
background: none;
border: 3px solid #70ecff;
text-transform: uppercase;
font-size: 12px;
color: #fff;
padding: 10px 25px;
}
.donate:hover{
background: #70ecff;
border-color: #70ecff;
color: #348098;
}
.last-Section{
position: relative;
z-index: 4;
background: #fff;
margin: 50px;
top: -250px;
padding-top: 250px;
padding-right: 830px;
padding-bottom: 35px;
padding-left: 35px;
}
.last-headOne{
color: #46ee97;
font-size: 42px;
text-transform: capitalize;
}
.last-paragraph{
width: 350%;
color: #333;
text-align: right;
}
.read-the-book{
background: none;
border: 3px solid #628291;
text-transform: uppercase;
font-size: 12px;
color: #333;
padding: 10px 25px;
}
.read-the-book:hover{
background: #628291;
cursor: pointer;
color: #6dffb8;
} | 0.318697 | 0.069763 |
a, img {
outline: none;
}
a:focus,
img:focus {
outline: none;
}
body {
background: #f5f5f5 url("../images/noisy-grid.jpg");
}
/*Bootstrap*/
.btn,
.form-control
{
border-radius: 0;
}
.container {width: 1170px;}
.container-fluid {min-width: 1170px;}
.top-content {margin-bottom: 5px;}
.error, .field-required {color: red;}
.field-error, .form-control.error {border: red solid 1px !important;}
/*.message-wrapper { display: none;}*/
.message {
margin: 15px 0;
}
.message p {
padding: 10px 25px;
}
h1 {font-size: 24px !important;}
h1.page-title,
.page-description
{
text-align: center;
}
h3, .h3 {
font-size: 20px;
}
a.edit-ticket-link {
width: 66px;
}
a.edit-user-status {
width: 24px;
height: 22px;
}
a.disabled
{
cursor: not-allowed;
opacity: .65;
pointer-events: none;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
/*Blocks*/
span.field-label {
font-weight: bold;
}
.block h3 a,
span.field-item a {
margin-left: 4px;
}
.concert-list img {
width: 100%;
}
/*FORMS*/
form span.ok {
background: url("../images/ok.png") no-repeat center;
width: 34px;
height: 34px;
float: right;
margin-top: -34px;
margin-right: 17px;
background-size: 50%;
display: none;
}
form > input {
margin-left: 15px;
margin-right: -15px;
}
label.error {
font-weight: normal !important;
}
.form-wrapper {
/*max-width: 30%;*/
margin: 15px 0;
}
label.display-none {
position: relative;
z-index: -9999;
}
form#edit-price .form-item-l_row,
form#edit-price .form-item-l_seat,
form#edit-price input#update,
form#edit-price input#cancel,
form#edit-price input#save
{
/*float: left;*/
}
form#edit-price .form-item-l_row,
form#edit-price .form-item-l_seat,
form#edit-price input#update,
form#edit-price input#save
{
clear: both;
}
form#edit-price input#update,
form#edit-price input#save {
margin-right: -10px;
}
.form-item-imgthumb .description {
border: #CCC solid 1px;
padding: 15px;
}
table .form-wrapper {
margin: 0;
}
table tr td a{
margin:0 2px;
}
/* Current order */
#current-order,
#current-order form button.b-cancel,
#current-order input#save,
#current-order .field-afterPrint
{display: none;}
#current-order .field-beforePrint,
#current-order .field-afterPrint
{
border: #A6A6A6 solid 1px;
border-left: none;
border-right: none;
padding: 10px 15px;
margin: 10px 0 0;
}
form a#print-ticket {margin-left: 15px;}
form .b-close {margin-left: 20px;}
#current-order input#reserved {
margin-left: 0;}
/*Toltip*/
#easyTooltip{
padding:5px 10px;
border:1px solid #195fa4;
background:#195fa4 url(bg.gif) repeat-x;
color:#fff;
}
#easyTooltip2{
padding:5px 10px;
border:1px solid #5e5e5e;
background:#5e5e5e url(bg2.gif) repeat-x;
color:#fff;
width:250px;
}
#easyTooltip2 h4, #easyTooltip2 p{
margin:.25em 0;
}
.concert-list-item {
padding-bottom: 15px;
padding-top: 15px;
}
.block-concert-info img {
width: 100%;
height: auto;
margin: 10px 0;
}
/*Halls*/
.selling-info .label {
color: #000;
}
.content-wrapper,
.sidebar-wrapper,
.page-title-wrapper
{
}
.content-wrapper,
.sidebar-wrapper
{
}
.page-wrapper {
background-color: #fff;
/*
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
*/
/*border-right: none;
border-left: none;*/
display: inline-block;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !important;
}
/*Header*/
.header-wrapper {
min-height: 6px;
background:#F5F5F5 url('../images/funnyline.png') top repeat-x;
height: 110px;
}
/*Menu*/
.menu-wrapper {
margin: 0 auto;
padding: 13px 0;
overflow: hidden;
background: #52B3D4;
display: inline-block;
}
.main-menu {
float: left;
}
.main-menu ul li a {
color: #ffffff;
font-size: 16px;
padding: 16px;
-webkit-transition: background 0.2s ease-out 0s;
-moz-transition: background 0.2s ease-out 0s;
-o-transition: background 0.2s ease-out 0s;
transition: background 0.2s ease-out 0s;
}
.main-menu ul li a:hover,
.main-menu ul li a:active,
.main-menu ul li a.active,
.main-menu ul li a:focus {
color: #f5f5f5;
background: #3197B9;
text-decoration: none;
}
.user-menu {
float: right;
padding: 10px 0;
}
.user-menu li {
margin-left: 4px;
}
.user-menu ul li,
.main-menu ul li,
.admin-menu ul li
{
list-style: none;
float: left;
}
/*Admin menu*/
.admin-menu-wrapper {
background: #000;
display: inline-block;
width: 100%;
position: fixed;
top:0px;
z-index: 99;
}
.admin-menu {
display: inline-block;
}
.admin-menu ul li {
}
.admin-menu a {
color: #fff;
margin-right: 2px;
font-size: 12px;
padding: 7px 10px;
}
.admin-menu a i {
display: inherit;
}
.admin-menu a:hover,
.admin-menu a.active {
background: #444;
text-decoration: underline;
}
/*BOX styles*/
.hall-wrapper {
position: relative;
}
.box {
border: #c0c0c0 solid 1px;
position: relative;
display: inline-block;
padding: 5px;
}
.box-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
.row-label-wrapper {
position: absolute;
top: 23px;
left: 5px;
font-size: 10px;
}
.row-label {
height: 16px;
margin: 4px 0;
}
.seats-wrapper {
margin-top: 20px;
margin-left: 50px;
}
.row-wrapper {
display: block;
clear: both;
}
.seat {
color: #fff;
font-size: 12px;
font-family: monospace;
cursor: pointer;
text-align: center;
margin: 1px;
height: 18px;
width: 19px;
float: left;
}
.marker-show {
border: #989898 solid 1px;
background: #c0c0c0;
cursor: auto;
}
.marker-warning,
.marker-reserved
{
background-color: #FFC000;
background-repeat: no-repeat;
background-position: center;
text-indent: -9999px;
cursor: text;
}
.marker-warning {background-image:url("../images/warning-seat.png");}
.marker-reserved {background-image:url("../images/warning-reserve.png");}
.marker-sold {
background: #cacaca;
background: -moz-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #cacaca), color-stop(51%, #d1d1d1), color-stop(51%, #dbdbdb), color-stop(100%, #dbdbdb));
background: -webkit-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: -o-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: -ms-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: linear-gradient(to bottom, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#dbdbdb', GradientType=0 );
cursor: text;
border: #B8B8B8 solid 1px;
text-indent: -9999px;
}
.marker-0 {background-color: #b5a300;}
.marker-1 {background-color: #0000FF;}
.marker-2 {background-color: #FF8E56;}
.marker-3 {background-color: #FF00FF;}
.marker-4 {background-color: #00AEEF;}
.marker-5 {background-color: #2F8C4A;}
.marker-6 {background-color: #FFD700;}
.marker-7 {background-color: #FF0000;}
.price-list-wrapper {
display: inline-block;
/* width: 100%; */
clear: both;
border: #c0c0c0 solid 1px;
padding:5px;
margin-bottom: 5px;
}
.price-list-wrapper .price-list-item {
float: left;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.price-list-wrapper .marker {
width: 19px;
height: 19px;
display: block;
float: left;
margin-right: 3px;
}
.price-list-wrapper .specific-markers {
display: inline-block;
clear: both;
width: 100%;
}
/*MBK*/
.hall-wrapper > .hall-mbk {
height: 710px;
}
.hall-mbk .box-balkon,
.hall-mbk .box-center,
.hall-mbk .box-left,
.hall-mbk .box-right
{
position: absolute;
}
.box-balkon .seats-wrapper {
margin-left: 59px;
}
.price-list-wrapper,
.hall-mbk .box-balkon {
width: 812px;
}
.hall-mbk .box-balkon {
top: 0;
left: 0px;
padding-left: 48px;
}
.hall-mbk .box-balkon .row-label-wrapper
{
left: 48px;
}
.hall-mbk .box-balkon .row-wrapper-1,
.hall-mbk .box-balkon .row-wrapper-2,
.hall-mbk .box-balkon .row-wrapper-3
{
padding-left: 54px;
}
/*CENTER*/
.hall-mbk .box-center {
top: 117px;
left: 65px;
width: 681px;
}
.hall-mbk .box-center .seat-14,
.hall-mbk .box-center .row-19.seat-13,
.hall-mbk .box-center .row-20.seat-12,
.hall-mbk .box-center .row-21.seat-12,
.hall-mbk .box-balkon .row-1.seat-12,
.hall-mbk .box-balkon .row-2.seat-12,
.hall-mbk .box-balkon .row-3.seat-12
{
margin-right: 32px;
}
.hall-mbk .box-center .row-11.seat-10,
.hall-mbk .box-center .row-12.seat-10
{
margin-right: 116px;
}
.hall-mbk .box-center .row-11.seat-14,
.hall-mbk .box-center .row-12.seat-14,
.hall-mbk .box-center .row-19.seat-14,
.hall-mbk .box-center .row-20.seat-14,
.hall-mbk .box-center .row-21.seat-14
{
margin-right: 1px;
}
.hall-mbk .box-center .row-wrapper-13,
.hall-mbk .box-center .row-wrapper-20 {
margin-bottom: 40px;
}
.hall-mbk .box-center .row-label-13,
.hall-mbk .box-center .row-label-20
{
margin-bottom: 25px;
}
.hall-mbk .box-center .row-19.seat-1
{
margin-left: 22px;
}
.hall-mbk .box-center .row-20.seat-1,
.hall-mbk .box-center .row-21.seat-1
{
margin-left: 42px;
}
/* LEFT */
.hall-mbk .box-left,
.hall-mbk .box-right
{
top: 117px;
width: 60px;
padding: 5px 20px;
}
.hall-mbk .box-left {
left: 0;
}
.hall-mbk .box-right {
left: 752px;
}
.hall-mbk .box-left .row-label-wrapper,
.hall-mbk .box-right .row-label-wrapper
{display: none;}
.hall-mbk .box-left .seats-wrapper,
.hall-mbk .box-right .seats-wrapper{
margin-left: 0;
margin-top: 38px;
}
.hall-mbk .box-left .seats-wrapper .seat {
float: none;
}
.hall-mbk .box-right {
}
.hall-mbk .box-scene {
top: 614px;
left: 64px;
width: 682px;
text-align: center;
}
header h1 {
float: left;
} | public/css/style.css | a, img {
outline: none;
}
a:focus,
img:focus {
outline: none;
}
body {
background: #f5f5f5 url("../images/noisy-grid.jpg");
}
/*Bootstrap*/
.btn,
.form-control
{
border-radius: 0;
}
.container {width: 1170px;}
.container-fluid {min-width: 1170px;}
.top-content {margin-bottom: 5px;}
.error, .field-required {color: red;}
.field-error, .form-control.error {border: red solid 1px !important;}
/*.message-wrapper { display: none;}*/
.message {
margin: 15px 0;
}
.message p {
padding: 10px 25px;
}
h1 {font-size: 24px !important;}
h1.page-title,
.page-description
{
text-align: center;
}
h3, .h3 {
font-size: 20px;
}
a.edit-ticket-link {
width: 66px;
}
a.edit-user-status {
width: 24px;
height: 22px;
}
a.disabled
{
cursor: not-allowed;
opacity: .65;
pointer-events: none;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
/*Blocks*/
span.field-label {
font-weight: bold;
}
.block h3 a,
span.field-item a {
margin-left: 4px;
}
.concert-list img {
width: 100%;
}
/*FORMS*/
form span.ok {
background: url("../images/ok.png") no-repeat center;
width: 34px;
height: 34px;
float: right;
margin-top: -34px;
margin-right: 17px;
background-size: 50%;
display: none;
}
form > input {
margin-left: 15px;
margin-right: -15px;
}
label.error {
font-weight: normal !important;
}
.form-wrapper {
/*max-width: 30%;*/
margin: 15px 0;
}
label.display-none {
position: relative;
z-index: -9999;
}
form#edit-price .form-item-l_row,
form#edit-price .form-item-l_seat,
form#edit-price input#update,
form#edit-price input#cancel,
form#edit-price input#save
{
/*float: left;*/
}
form#edit-price .form-item-l_row,
form#edit-price .form-item-l_seat,
form#edit-price input#update,
form#edit-price input#save
{
clear: both;
}
form#edit-price input#update,
form#edit-price input#save {
margin-right: -10px;
}
.form-item-imgthumb .description {
border: #CCC solid 1px;
padding: 15px;
}
table .form-wrapper {
margin: 0;
}
table tr td a{
margin:0 2px;
}
/* Current order */
#current-order,
#current-order form button.b-cancel,
#current-order input#save,
#current-order .field-afterPrint
{display: none;}
#current-order .field-beforePrint,
#current-order .field-afterPrint
{
border: #A6A6A6 solid 1px;
border-left: none;
border-right: none;
padding: 10px 15px;
margin: 10px 0 0;
}
form a#print-ticket {margin-left: 15px;}
form .b-close {margin-left: 20px;}
#current-order input#reserved {
margin-left: 0;}
/*Toltip*/
#easyTooltip{
padding:5px 10px;
border:1px solid #195fa4;
background:#195fa4 url(bg.gif) repeat-x;
color:#fff;
}
#easyTooltip2{
padding:5px 10px;
border:1px solid #5e5e5e;
background:#5e5e5e url(bg2.gif) repeat-x;
color:#fff;
width:250px;
}
#easyTooltip2 h4, #easyTooltip2 p{
margin:.25em 0;
}
.concert-list-item {
padding-bottom: 15px;
padding-top: 15px;
}
.block-concert-info img {
width: 100%;
height: auto;
margin: 10px 0;
}
/*Halls*/
.selling-info .label {
color: #000;
}
.content-wrapper,
.sidebar-wrapper,
.page-title-wrapper
{
}
.content-wrapper,
.sidebar-wrapper
{
}
.page-wrapper {
background-color: #fff;
/*
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
*/
/*border-right: none;
border-left: none;*/
display: inline-block;
padding-left: 25px !important;
padding-right: 25px !important;
padding-bottom: 25px !important;
}
/*Header*/
.header-wrapper {
min-height: 6px;
background:#F5F5F5 url('../images/funnyline.png') top repeat-x;
height: 110px;
}
/*Menu*/
.menu-wrapper {
margin: 0 auto;
padding: 13px 0;
overflow: hidden;
background: #52B3D4;
display: inline-block;
}
.main-menu {
float: left;
}
.main-menu ul li a {
color: #ffffff;
font-size: 16px;
padding: 16px;
-webkit-transition: background 0.2s ease-out 0s;
-moz-transition: background 0.2s ease-out 0s;
-o-transition: background 0.2s ease-out 0s;
transition: background 0.2s ease-out 0s;
}
.main-menu ul li a:hover,
.main-menu ul li a:active,
.main-menu ul li a.active,
.main-menu ul li a:focus {
color: #f5f5f5;
background: #3197B9;
text-decoration: none;
}
.user-menu {
float: right;
padding: 10px 0;
}
.user-menu li {
margin-left: 4px;
}
.user-menu ul li,
.main-menu ul li,
.admin-menu ul li
{
list-style: none;
float: left;
}
/*Admin menu*/
.admin-menu-wrapper {
background: #000;
display: inline-block;
width: 100%;
position: fixed;
top:0px;
z-index: 99;
}
.admin-menu {
display: inline-block;
}
.admin-menu ul li {
}
.admin-menu a {
color: #fff;
margin-right: 2px;
font-size: 12px;
padding: 7px 10px;
}
.admin-menu a i {
display: inherit;
}
.admin-menu a:hover,
.admin-menu a.active {
background: #444;
text-decoration: underline;
}
/*BOX styles*/
.hall-wrapper {
position: relative;
}
.box {
border: #c0c0c0 solid 1px;
position: relative;
display: inline-block;
padding: 5px;
}
.box-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
.row-label-wrapper {
position: absolute;
top: 23px;
left: 5px;
font-size: 10px;
}
.row-label {
height: 16px;
margin: 4px 0;
}
.seats-wrapper {
margin-top: 20px;
margin-left: 50px;
}
.row-wrapper {
display: block;
clear: both;
}
.seat {
color: #fff;
font-size: 12px;
font-family: monospace;
cursor: pointer;
text-align: center;
margin: 1px;
height: 18px;
width: 19px;
float: left;
}
.marker-show {
border: #989898 solid 1px;
background: #c0c0c0;
cursor: auto;
}
.marker-warning,
.marker-reserved
{
background-color: #FFC000;
background-repeat: no-repeat;
background-position: center;
text-indent: -9999px;
cursor: text;
}
.marker-warning {background-image:url("../images/warning-seat.png");}
.marker-reserved {background-image:url("../images/warning-reserve.png");}
.marker-sold {
background: #cacaca;
background: -moz-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #cacaca), color-stop(51%, #d1d1d1), color-stop(51%, #dbdbdb), color-stop(100%, #dbdbdb));
background: -webkit-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: -o-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: -ms-linear-gradient(top, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
background: linear-gradient(to bottom, #cacaca 0%, #d1d1d1 51%, #dbdbdb 51%, #dbdbdb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#dbdbdb', GradientType=0 );
cursor: text;
border: #B8B8B8 solid 1px;
text-indent: -9999px;
}
.marker-0 {background-color: #b5a300;}
.marker-1 {background-color: #0000FF;}
.marker-2 {background-color: #FF8E56;}
.marker-3 {background-color: #FF00FF;}
.marker-4 {background-color: #00AEEF;}
.marker-5 {background-color: #2F8C4A;}
.marker-6 {background-color: #FFD700;}
.marker-7 {background-color: #FF0000;}
.price-list-wrapper {
display: inline-block;
/* width: 100%; */
clear: both;
border: #c0c0c0 solid 1px;
padding:5px;
margin-bottom: 5px;
}
.price-list-wrapper .price-list-item {
float: left;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.price-list-wrapper .marker {
width: 19px;
height: 19px;
display: block;
float: left;
margin-right: 3px;
}
.price-list-wrapper .specific-markers {
display: inline-block;
clear: both;
width: 100%;
}
/*MBK*/
.hall-wrapper > .hall-mbk {
height: 710px;
}
.hall-mbk .box-balkon,
.hall-mbk .box-center,
.hall-mbk .box-left,
.hall-mbk .box-right
{
position: absolute;
}
.box-balkon .seats-wrapper {
margin-left: 59px;
}
.price-list-wrapper,
.hall-mbk .box-balkon {
width: 812px;
}
.hall-mbk .box-balkon {
top: 0;
left: 0px;
padding-left: 48px;
}
.hall-mbk .box-balkon .row-label-wrapper
{
left: 48px;
}
.hall-mbk .box-balkon .row-wrapper-1,
.hall-mbk .box-balkon .row-wrapper-2,
.hall-mbk .box-balkon .row-wrapper-3
{
padding-left: 54px;
}
/*CENTER*/
.hall-mbk .box-center {
top: 117px;
left: 65px;
width: 681px;
}
.hall-mbk .box-center .seat-14,
.hall-mbk .box-center .row-19.seat-13,
.hall-mbk .box-center .row-20.seat-12,
.hall-mbk .box-center .row-21.seat-12,
.hall-mbk .box-balkon .row-1.seat-12,
.hall-mbk .box-balkon .row-2.seat-12,
.hall-mbk .box-balkon .row-3.seat-12
{
margin-right: 32px;
}
.hall-mbk .box-center .row-11.seat-10,
.hall-mbk .box-center .row-12.seat-10
{
margin-right: 116px;
}
.hall-mbk .box-center .row-11.seat-14,
.hall-mbk .box-center .row-12.seat-14,
.hall-mbk .box-center .row-19.seat-14,
.hall-mbk .box-center .row-20.seat-14,
.hall-mbk .box-center .row-21.seat-14
{
margin-right: 1px;
}
.hall-mbk .box-center .row-wrapper-13,
.hall-mbk .box-center .row-wrapper-20 {
margin-bottom: 40px;
}
.hall-mbk .box-center .row-label-13,
.hall-mbk .box-center .row-label-20
{
margin-bottom: 25px;
}
.hall-mbk .box-center .row-19.seat-1
{
margin-left: 22px;
}
.hall-mbk .box-center .row-20.seat-1,
.hall-mbk .box-center .row-21.seat-1
{
margin-left: 42px;
}
/* LEFT */
.hall-mbk .box-left,
.hall-mbk .box-right
{
top: 117px;
width: 60px;
padding: 5px 20px;
}
.hall-mbk .box-left {
left: 0;
}
.hall-mbk .box-right {
left: 752px;
}
.hall-mbk .box-left .row-label-wrapper,
.hall-mbk .box-right .row-label-wrapper
{display: none;}
.hall-mbk .box-left .seats-wrapper,
.hall-mbk .box-right .seats-wrapper{
margin-left: 0;
margin-top: 38px;
}
.hall-mbk .box-left .seats-wrapper .seat {
float: none;
}
.hall-mbk .box-right {
}
.hall-mbk .box-scene {
top: 614px;
left: 64px;
width: 682px;
text-align: center;
}
header h1 {
float: left;
} | 0.221014 | 0.080755 |
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 0.85em;
}
h1 {
font-size: 2em;
margin-bottom: 0em;
}
h2 {
border-bottom: 1px solid black;
margin-top: 1em;
margin-bottom: .5em;
font-size: 1.5em;
}
h3 {
color: #FF6633;
font-size: 1.35em;
margin-top: .5em;
margin-bottom: 0em;
}
h5 {
font-size: 1.2em;
color: #99a;
margin: 0.5em 0em 0.25em 0em;
}
h6 {
color: #700000;
font-size: 1em;
margin: 1em 0em 0em 0em;
}
tt {
font-size: 1em;
}
table {
margin-bottom: 0.5em;
border: 1px solid #E0E0E0;
}
th {
text-align: left;
font-weight: normal;
font-size: 1em;
color: black;
background-color: #DDDDE6;
padding: 3px 6px;
border: 1px solid #B1B1B8;
}
td {
padding: 3px 6px;
vertical-align: top;
background-color: #F6F6FF;
font-size: 0.85em;
}
p {
margin-top: 0em;
margin-bottom: 0em;
}
#header {
width: 100%;
height: 6em;
margin: .5em;
}
#main {
clear: both;
width: 100%;
}
#resource-list {
float: left;
height: 80%;
width: 20em;
overflow: auto;
padding: 0 1em 0 1em;
background-color: #EEEEFF;
}
#resource-list ul {
list-style: none;
padding: 0;
}
#resource-details {
height: 80%;
width: 70%;
/* min-width: 600px; */
overflow: auto;
margin-left: 21em;
padding: 0 1em 0 1em;
}
.resourceDetailBlock{
padding: .5em;
border-bottom: 1pt solid #333333;
}
.method {
padding: .5em;
margin-bottom: 1em;
background-color: #EEEEEE;
border: 1px solid #DDDDE6;
}
.methodName {
font-weight: bold;
font-size: 1.3em;
border-bottom: 1pt solid #FFFFFF;
}
.request-listing {
/* placeholder */
}
.response-listing {
/* placeholder */
}
.infoBlockTitle {
margin-top: .75em;
font-size: 1em;
font-weight: bold;
font-style: italic;
}
.paramBlock {
/* placeholder */
}
.representationsBlock {
/* placeholder */
}
#footer {
clear: both;
position: fixed;
bottom: 0;
width: 100%;
height: 1em; /* shim */
} | sli/scaffold/src/main/doc/css/wadl.css | body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 0.85em;
}
h1 {
font-size: 2em;
margin-bottom: 0em;
}
h2 {
border-bottom: 1px solid black;
margin-top: 1em;
margin-bottom: .5em;
font-size: 1.5em;
}
h3 {
color: #FF6633;
font-size: 1.35em;
margin-top: .5em;
margin-bottom: 0em;
}
h5 {
font-size: 1.2em;
color: #99a;
margin: 0.5em 0em 0.25em 0em;
}
h6 {
color: #700000;
font-size: 1em;
margin: 1em 0em 0em 0em;
}
tt {
font-size: 1em;
}
table {
margin-bottom: 0.5em;
border: 1px solid #E0E0E0;
}
th {
text-align: left;
font-weight: normal;
font-size: 1em;
color: black;
background-color: #DDDDE6;
padding: 3px 6px;
border: 1px solid #B1B1B8;
}
td {
padding: 3px 6px;
vertical-align: top;
background-color: #F6F6FF;
font-size: 0.85em;
}
p {
margin-top: 0em;
margin-bottom: 0em;
}
#header {
width: 100%;
height: 6em;
margin: .5em;
}
#main {
clear: both;
width: 100%;
}
#resource-list {
float: left;
height: 80%;
width: 20em;
overflow: auto;
padding: 0 1em 0 1em;
background-color: #EEEEFF;
}
#resource-list ul {
list-style: none;
padding: 0;
}
#resource-details {
height: 80%;
width: 70%;
/* min-width: 600px; */
overflow: auto;
margin-left: 21em;
padding: 0 1em 0 1em;
}
.resourceDetailBlock{
padding: .5em;
border-bottom: 1pt solid #333333;
}
.method {
padding: .5em;
margin-bottom: 1em;
background-color: #EEEEEE;
border: 1px solid #DDDDE6;
}
.methodName {
font-weight: bold;
font-size: 1.3em;
border-bottom: 1pt solid #FFFFFF;
}
.request-listing {
/* placeholder */
}
.response-listing {
/* placeholder */
}
.infoBlockTitle {
margin-top: .75em;
font-size: 1em;
font-weight: bold;
font-style: italic;
}
.paramBlock {
/* placeholder */
}
.representationsBlock {
/* placeholder */
}
#footer {
clear: both;
position: fixed;
bottom: 0;
width: 100%;
height: 1em; /* shim */
} | 0.378 | 0.171373 |
@import url('https://fonts.googleapis.com/css?family=Sen&display=swap');
* {
margin: 0;
padding: 0;
}
.first-content {
width: 100%;
height: 400px;
background: linear-gradient(90deg, orange, #f5d97f);
color: white
}
.second-content {
width: 100%;
height: 70px;
background-color: white;
transform: skew(0deg, -2deg) translate(0, -24px);
}
.second-content-copy {
width: 100%;
height: 70px;
background-color: white;
transform: skew(0deg, 2deg) translate(0, -24px);
}
.welcome {
font-size: 50px;
font-family: 'sen', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding: 30px 0px;
color: white;
}
.content {
font-size: 26px;
font-family: 'Sen', 'Courier New', Courier, monospace;
word-spacing: 0px;
text-align: center;
line-height: 46px;
}
.block-down {
position: relative;
display: flex;
justify-content: center;
margin: 0;
}
.down {
bottom: 30%;
width: 86px;
height: 86px;
opacity: 0.7;
position: relative;
}
.enddiv {
text-align: center;
margin: 60px;
}
.enddiv a {
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
border-radius: 8px;
color: black;
text-decoration: none;
padding: 20px 18px;
background-color: white;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
}
.enddiv a:hover {
box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
color: rgb(235, 193, 104);
}
.footer {
margin-top: 0;
margin-bottom: 0;
width: 100%;
height: 400px;
background-color: orange;
}
.owner {
margin-bottom: 0;
background: rgb(243, 184, 73);
height: px;
color: white;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
font-family: 'sen', sans-serif;
}
.element {
display: flexbox;
flex-direction: column;
border-radius: 4px 4px 4px 4px;
background: white;
width: 320px;
height: 480px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.element:hover {
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.image-in-container {
width: 100%;
height: 260px;
}
.text-in-container {
font-family: sans-serif;
font-size: 20px;
text-align: center;
width: 100%;
height: 160px;
}
.link-in-container {
width: 100%;
height: 60px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: linear-gradient(30deg, orange, orange, orange);
border-radius: 0 0 4px 4px;
}
.link-in-container a {
text-decoration: none;
text-transform: uppercase;
font-family: 'sen', sans-serif;
font-weight: bold;
color: white;
padding: 20px 106px;
background: linear-gradient(30deg, orange, orange, rgb(248, 208, 78));
}
.link-in-container a:hover {
background: #f7d475;
transition-delay: 0.5s;
} | public/css/Design/home.css | @import url('https://fonts.googleapis.com/css?family=Sen&display=swap');
* {
margin: 0;
padding: 0;
}
.first-content {
width: 100%;
height: 400px;
background: linear-gradient(90deg, orange, #f5d97f);
color: white
}
.second-content {
width: 100%;
height: 70px;
background-color: white;
transform: skew(0deg, -2deg) translate(0, -24px);
}
.second-content-copy {
width: 100%;
height: 70px;
background-color: white;
transform: skew(0deg, 2deg) translate(0, -24px);
}
.welcome {
font-size: 50px;
font-family: 'sen', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding: 30px 0px;
color: white;
}
.content {
font-size: 26px;
font-family: 'Sen', 'Courier New', Courier, monospace;
word-spacing: 0px;
text-align: center;
line-height: 46px;
}
.block-down {
position: relative;
display: flex;
justify-content: center;
margin: 0;
}
.down {
bottom: 30%;
width: 86px;
height: 86px;
opacity: 0.7;
position: relative;
}
.enddiv {
text-align: center;
margin: 60px;
}
.enddiv a {
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
border-radius: 8px;
color: black;
text-decoration: none;
padding: 20px 18px;
background-color: white;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
}
.enddiv a:hover {
box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
color: rgb(235, 193, 104);
}
.footer {
margin-top: 0;
margin-bottom: 0;
width: 100%;
height: 400px;
background-color: orange;
}
.owner {
margin-bottom: 0;
background: rgb(243, 184, 73);
height: px;
color: white;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
font-family: 'sen', sans-serif;
}
.element {
display: flexbox;
flex-direction: column;
border-radius: 4px 4px 4px 4px;
background: white;
width: 320px;
height: 480px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.element:hover {
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.image-in-container {
width: 100%;
height: 260px;
}
.text-in-container {
font-family: sans-serif;
font-size: 20px;
text-align: center;
width: 100%;
height: 160px;
}
.link-in-container {
width: 100%;
height: 60px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: linear-gradient(30deg, orange, orange, orange);
border-radius: 0 0 4px 4px;
}
.link-in-container a {
text-decoration: none;
text-transform: uppercase;
font-family: 'sen', sans-serif;
font-weight: bold;
color: white;
padding: 20px 106px;
background: linear-gradient(30deg, orange, orange, rgb(248, 208, 78));
}
.link-in-container a:hover {
background: #f7d475;
transition-delay: 0.5s;
} | 0.527073 | 0.153613 |
.tdCen {
text-align: center;
}
.is-invalid, #is-invalid, #is-invalid-title, #is-invalid-url { border-style: solid; border-color: orangered; }
/* overlay zoom image */
#overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
/* background: white; */
top: 0%;
display: none;
text-align: center;
z-index: 2000;
}
#overlay img {
margin: 2.5%;
max-width: 100%;
max-height: 100%;
width: 89vh;
}
.tumb-image {
overflow-x: scroll;
overflow-y: hidden;
}
img.lazy {
/* display: block; */
/* width: ; */
/* optional way, set loading as background */
/* background-image: url('../img/rowew.gif') ; */
background-repeat: no-repeat;
/* background-position: 50% 50%; */
/* width: 116vh;
height: 94vh; */
}
/* test */
/* message */
.imgMessageClass {
border-style: groove;
background: white;
padding: 10px;
width: auto;
border-color: aliceblue;
border-block-start-style: none;
border-block-end-width: 0.1px;
border-left-width: 0.1px;
border-right-width: 0.1px;
}
/* action header */
.action-hedaer {
float: right;
margin-right: 1vw;
}
.header-action-right {
margin-bottom: 37px;
}
.drop-action {
color: palevioletred;
}
.alter-action {
color: royalblue;
}
.create-action {
color: skyblue;
}
.actions {
margin-bottom: 38px;
}
.label-parent{ font-size: 18px; }
.label-child{ padding-left: 10px; }
.label-child::before{ content: '-- '; }
.pointer{ cursor: pointer; }
.form-control,.form-control.date-picker,.select2-container--default .select2-selection--multiple{ background-color: #1e2a31; }
.select2-container--default .select2-selection--single .select2-selection__rendered{ padding: .2rem 1rem; background-color: #1e2a31; border-radius: .25rem; }
.table tr th .checkbox__label, .table tr th .radio__label{ margin-bottom: 0; }
.table tr td > .badge{ padding: 5px 10px; margin: 0 5px; }
.table.table-bordered tr th.row-colspan{ border-bottom: solid 1px #2b3c46;}
.badge-warning { color: #2b3c46; }
.badge-orange {
color: #fff;
background-color: #ff5722;
}
.control-input-content {
display: contents;
}
.switch {
position: relative;
display: inline-block;
width: 49px;
height: 21px;
margin: 0px 8px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 13px;
width: 14px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
/* input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
} */
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.toggle-switch-primary:checked + .slider {
background-color: #2196F3;
}
.toggle-switch-primary:focus + .slider {
box-shadow: 0 0 1px rgb(9, 102, 224);
}
.toggle-switch-success:checked + .slider {
background-color: rgb(71, 197, 32);
}
.toggle-switch-success:focus + .slider {
box-shadow: 0 0 1px rgb(71, 197, 32);
}
.toggle-switch-warning:checked + .slider {
background-color: rgb(255, 209, 3);
}
.toggle-switch-warning:focus + .slider {
box-shadow: 0 0 1px rgb(255, 209, 3);
}
.toggle-switch-info:checked + .slider {
background-color: rgb(50, 202, 202);
}
.toggle-switch-info:focus + .slider {
box-shadow: 0 0 1px rgb(50, 202, 202);
}
.toggle-switch-danger:checked + .slider {
background-color: rgb(212, 24, 11);
}
.toggle-switch-danger:focus + .slider {
box-shadow: 0 0 1px rgb(212, 24, 11);
}
.toggle-switch-secondary:checked + .slider {
background-color: rgb(99, 124, 153);
}
.toggle-switch-secondary:focus + .slider {
box-shadow: 0 0 1px rgb(99, 124, 153);
}
.toggle-switch-dark:checked + .slider {
background-color: rgb(5, 5, 5);
}
.toggle-switch-dark:focus + .slider {
box-shadow: 0 0 1px rgb(5, 5, 5);
}
.radio-netral-thead { border-style: groove; padding: 0px 3px 0px 3px; border-width: thin; }
.invalid-feedback {
color: orangered;
}
.required-text {
color: orangered;
}
.span-bottom { font-size: smaller; font-style: oblique }
/* .active {
background-color: #27a9e3;
color: #fff;
} */
.export_ex {
float: right;
margin-right: 9px;
margin-bottom: 12px;
/* margin-top: 8px; */
}
.center {
text-align:center;
}
.lable-categori {
padding: 4px;
font-style: oblique;
font-size: x-small;
}
.rounded {
border-radius: 55px;
}
.order_status {
width: 107px;
margin-top: 5px;
margin-left: 13px;
}
#picked_date {
width: 198px;
margin-top: 4px;
margin-left: 30px;
}
.btn-search-periode {
margin-bottom: 6px;
margin-left: 14px;
}
.label-dangers {
color: red;
}
.label-dangers::after {
content: '* ';
}
.responsif-costume {
position: inherit;
overflow-x: auto;
max-height: none;
}
.fg-toolbar {
min-width: 1219px;
}
.widget-title, .dataTables_paginate, .nopadding {
min-width: 1219px;
}
/* .responsif-costume-spn6 {
position: inherit;
overflow-x: auto;
max-height: none;
} */
.min-width-cstm {
min-width: 488px;
}
.banner-image-old {
width: 408px;
height: 121px;
border: solid;
border-style: double;
}
.actions-prod {
float: left;
margin-bottom: 6px;
display: inline-flex
}
.video-prod {
border-style: solid;border-color: darkred; width:217px; height:185px;
}
.empty-conten-message {
margin-left: 38%;
margin-top: 13%;
padding: 12px;
background-color: #d4d2d2;
color: #3a3a3a;
font-size: inherit;
}
.empty-content-msg {
text-align: center;
position: absolute;
bottom: 0;
left: 41%;
}
.text-joined, .text-conten {
background-color: #d2d2d2;
color: #313131;
margin-top: 5px;
padding: 10px;
font-size: smaller;
}
.bold-lable {
font-weight: 900;
}
.search-periode-fluids {
display: inline-block;
position: relative;
}
.close-search-periode {
padding: 0px 4px 0 4px;
position: absolute;
top: 9px;
right: 9px;
cursor: pointer;
}
.close-search-periode:hover {
color: #ca1313;
} | public/css/backend_css/custom.css | .tdCen {
text-align: center;
}
.is-invalid, #is-invalid, #is-invalid-title, #is-invalid-url { border-style: solid; border-color: orangered; }
/* overlay zoom image */
#overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
/* background: white; */
top: 0%;
display: none;
text-align: center;
z-index: 2000;
}
#overlay img {
margin: 2.5%;
max-width: 100%;
max-height: 100%;
width: 89vh;
}
.tumb-image {
overflow-x: scroll;
overflow-y: hidden;
}
img.lazy {
/* display: block; */
/* width: ; */
/* optional way, set loading as background */
/* background-image: url('../img/rowew.gif') ; */
background-repeat: no-repeat;
/* background-position: 50% 50%; */
/* width: 116vh;
height: 94vh; */
}
/* test */
/* message */
.imgMessageClass {
border-style: groove;
background: white;
padding: 10px;
width: auto;
border-color: aliceblue;
border-block-start-style: none;
border-block-end-width: 0.1px;
border-left-width: 0.1px;
border-right-width: 0.1px;
}
/* action header */
.action-hedaer {
float: right;
margin-right: 1vw;
}
.header-action-right {
margin-bottom: 37px;
}
.drop-action {
color: palevioletred;
}
.alter-action {
color: royalblue;
}
.create-action {
color: skyblue;
}
.actions {
margin-bottom: 38px;
}
.label-parent{ font-size: 18px; }
.label-child{ padding-left: 10px; }
.label-child::before{ content: '-- '; }
.pointer{ cursor: pointer; }
.form-control,.form-control.date-picker,.select2-container--default .select2-selection--multiple{ background-color: #1e2a31; }
.select2-container--default .select2-selection--single .select2-selection__rendered{ padding: .2rem 1rem; background-color: #1e2a31; border-radius: .25rem; }
.table tr th .checkbox__label, .table tr th .radio__label{ margin-bottom: 0; }
.table tr td > .badge{ padding: 5px 10px; margin: 0 5px; }
.table.table-bordered tr th.row-colspan{ border-bottom: solid 1px #2b3c46;}
.badge-warning { color: #2b3c46; }
.badge-orange {
color: #fff;
background-color: #ff5722;
}
.control-input-content {
display: contents;
}
.switch {
position: relative;
display: inline-block;
width: 49px;
height: 21px;
margin: 0px 8px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 13px;
width: 14px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
/* input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
} */
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.toggle-switch-primary:checked + .slider {
background-color: #2196F3;
}
.toggle-switch-primary:focus + .slider {
box-shadow: 0 0 1px rgb(9, 102, 224);
}
.toggle-switch-success:checked + .slider {
background-color: rgb(71, 197, 32);
}
.toggle-switch-success:focus + .slider {
box-shadow: 0 0 1px rgb(71, 197, 32);
}
.toggle-switch-warning:checked + .slider {
background-color: rgb(255, 209, 3);
}
.toggle-switch-warning:focus + .slider {
box-shadow: 0 0 1px rgb(255, 209, 3);
}
.toggle-switch-info:checked + .slider {
background-color: rgb(50, 202, 202);
}
.toggle-switch-info:focus + .slider {
box-shadow: 0 0 1px rgb(50, 202, 202);
}
.toggle-switch-danger:checked + .slider {
background-color: rgb(212, 24, 11);
}
.toggle-switch-danger:focus + .slider {
box-shadow: 0 0 1px rgb(212, 24, 11);
}
.toggle-switch-secondary:checked + .slider {
background-color: rgb(99, 124, 153);
}
.toggle-switch-secondary:focus + .slider {
box-shadow: 0 0 1px rgb(99, 124, 153);
}
.toggle-switch-dark:checked + .slider {
background-color: rgb(5, 5, 5);
}
.toggle-switch-dark:focus + .slider {
box-shadow: 0 0 1px rgb(5, 5, 5);
}
.radio-netral-thead { border-style: groove; padding: 0px 3px 0px 3px; border-width: thin; }
.invalid-feedback {
color: orangered;
}
.required-text {
color: orangered;
}
.span-bottom { font-size: smaller; font-style: oblique }
/* .active {
background-color: #27a9e3;
color: #fff;
} */
.export_ex {
float: right;
margin-right: 9px;
margin-bottom: 12px;
/* margin-top: 8px; */
}
.center {
text-align:center;
}
.lable-categori {
padding: 4px;
font-style: oblique;
font-size: x-small;
}
.rounded {
border-radius: 55px;
}
.order_status {
width: 107px;
margin-top: 5px;
margin-left: 13px;
}
#picked_date {
width: 198px;
margin-top: 4px;
margin-left: 30px;
}
.btn-search-periode {
margin-bottom: 6px;
margin-left: 14px;
}
.label-dangers {
color: red;
}
.label-dangers::after {
content: '* ';
}
.responsif-costume {
position: inherit;
overflow-x: auto;
max-height: none;
}
.fg-toolbar {
min-width: 1219px;
}
.widget-title, .dataTables_paginate, .nopadding {
min-width: 1219px;
}
/* .responsif-costume-spn6 {
position: inherit;
overflow-x: auto;
max-height: none;
} */
.min-width-cstm {
min-width: 488px;
}
.banner-image-old {
width: 408px;
height: 121px;
border: solid;
border-style: double;
}
.actions-prod {
float: left;
margin-bottom: 6px;
display: inline-flex
}
.video-prod {
border-style: solid;border-color: darkred; width:217px; height:185px;
}
.empty-conten-message {
margin-left: 38%;
margin-top: 13%;
padding: 12px;
background-color: #d4d2d2;
color: #3a3a3a;
font-size: inherit;
}
.empty-content-msg {
text-align: center;
position: absolute;
bottom: 0;
left: 41%;
}
.text-joined, .text-conten {
background-color: #d2d2d2;
color: #313131;
margin-top: 5px;
padding: 10px;
font-size: smaller;
}
.bold-lable {
font-weight: 900;
}
.search-periode-fluids {
display: inline-block;
position: relative;
}
.close-search-periode {
padding: 0px 4px 0 4px;
position: absolute;
top: 9px;
right: 9px;
cursor: pointer;
}
.close-search-periode:hover {
color: #ca1313;
} | 0.467089 | 0.094678 |
html,
body,
body{
background: white;
}
#css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("img/download.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
}
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {#css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
} }
// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { #css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
} }
// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { #css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
}}
// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { #css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
} }
// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width | css/style.css | html,
body,
body{
background: white;
}
#css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("img/download.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
}
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {#css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
} }
// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { #css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
} }
// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { #css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
}}
// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { #css{
text-align: left;
font-size: 15px
}
#awards{
text-align: center;
font-size: 60px;
margin-left: 250px;
margin-right: 250px;
}
#lzd{
text-align: center;
font-size: 25px;
margin-left: 440px;
margin-right: 290px;
}
#twenty{
font-size: 15px;
text-align: left;
margin-left: 150px;
}
#solo{
background: url("/img/beatriz-perez-moya-513499.jpg")no-repeat center center
fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height: 70vh;
width: 100vh;
margin-left: 130px;
}
#olo{
font-size: 40px;
color: black;
margin-top: 160px;
margin-left: 30px;
margin-right: 50px;
margin-bottom: 8px;
}
#yoow{
color: black;
font-size: 60px;
text-align: center;
}
#woow{
margin-left: 50px;
margin-right: 200px;
}
#later{
color: black;
font-size: 16px;
text-align: center;
} }
// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width | 0.37502 | 0.056809 |
header {
background-color: rgba(98, 92, 92, 0.714);
text-align: center;
padding: 2%;
border: rgba(98, 92, 92, 0.714);
box-shadow: rgb(54, 53, 53) 10px 10px 10px;
}
header nav {
display: flex;
width: 50%;
margin-left: auto;
margin-right: auto;
background-color: rgb(27, 27, 26);
border-color: rgb(27, 27, 26);
box-shadow: rgb(68, 65, 65) 5px 5px 5px;
padding: .5%;
}
header h2 {
font-size: 3em;
color: white;
}
header h3 {
font-size: 2em;
color: white;
}
header nav li {
list-style: none;
margin-left: auto;
margin-right: auto;
}
header nav li a {
font-size: 2em;
text-align: center;
color: rgb(248, 238, 238);
text-decoration: none;
}
div {
border: rgba(213, 213, 213, 0.612);
border-radius: 5%;
box-shadow: rgb(32, 31, 31) 20px 20px 20px;
background-color: rgba(213, 213, 213, 0.612);
width: 60%;
margin-top: 8%;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 3%;
}
div a {
text-decoration: none;
background-color: black;
color: white;
padding: 2%;
border-radius: 15%;
}
div h2 {
color: black;
font-size: 2em;
padding: 4%;
}
div h3 {
color: black;
font-size: 1.5em;
}
div p:nth-of-type(1) {
color: black;
font-size: 1.3em;
overflow: visible;
}
div p:nth-of-type(2) {
color: black;
font-size: .9em;
margin-bottom: 5%;
}
footer {
padding: 2%;
display: flex;
margin-top: 10%;
background-color: rgba(98, 92, 92, 0.714);
border: rgba(98, 92, 92, 0.714);
}
footer img {
width: 4%;
height: 4%;
margin-left: auto;
margin-right: auto;
}
/* ----------------------------------------------------------------------------------- */
/* Search page CSS */
#searchForm {
margin-top: 2%;
text-align: center;
width: 70%;
margin-left: auto;
margin-right: auto;
box-shadow: rgb(32, 31, 31) 20px 20px 20px;
background-color: rgba(213, 213, 213, 0.612);
border: rgba(213, 213, 213, 0.612);
border-radius: 2%;
}
#searchForm label {
font-size: 2em;
display: block;
margin-top: 2%;
margin-bottom: 2%;
}
#searchForm fieldset {
border: none;
}
#searchForm input {
padding: 2%;
border: black solid;
}
#searchForm #userInput {
width: 70%;
}
#searchForm button {
padding: 2%;
width: 50%;
background-color: black;
margin-bottom: 8%;
color: white;
}
#saveBookForm #saveBook {
display: block;
width: 40%;
padding: 2.5%;
margin-left: auto;
margin-right: auto;
background-color: black;
margin-bottom: 8%;
color: white;
margin-top: 2%;
font-size: 1.3em;
}
/* ----------------------------------------------------------------------------------- */
#formUpdate {
background-color: grey;
display: flex;
width: 80%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#formUpdate fieldset {
border: hidden;
}
#update_details_button,
#delete_button,
#formUpdate fieldset #updatebutton2 {
display: block;
width: 15%;
padding: .5%;
margin-left: auto;
margin-right: auto;
background-color: black;
margin-bottom: 1%;
color: white;
margin-top: 1%;
font-size: 1.4em;
text-align: center;
}
#formUpdate fieldset input,
#formUpdate fieldset textarea {
display: block;
background-color: white;
color: black;
width: 80%;
padding: 1%;
margin: .2% auto .2% auto;
border: black;
border-style: solid;
font-size: 1em;
text-align: left;
}
#formUpdate fieldset label {
font-size: 1.5em;
font-weight: bold;
color: black;
margin-bottom: 1%;
} | public/styles/modules.css |
header {
background-color: rgba(98, 92, 92, 0.714);
text-align: center;
padding: 2%;
border: rgba(98, 92, 92, 0.714);
box-shadow: rgb(54, 53, 53) 10px 10px 10px;
}
header nav {
display: flex;
width: 50%;
margin-left: auto;
margin-right: auto;
background-color: rgb(27, 27, 26);
border-color: rgb(27, 27, 26);
box-shadow: rgb(68, 65, 65) 5px 5px 5px;
padding: .5%;
}
header h2 {
font-size: 3em;
color: white;
}
header h3 {
font-size: 2em;
color: white;
}
header nav li {
list-style: none;
margin-left: auto;
margin-right: auto;
}
header nav li a {
font-size: 2em;
text-align: center;
color: rgb(248, 238, 238);
text-decoration: none;
}
div {
border: rgba(213, 213, 213, 0.612);
border-radius: 5%;
box-shadow: rgb(32, 31, 31) 20px 20px 20px;
background-color: rgba(213, 213, 213, 0.612);
width: 60%;
margin-top: 8%;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 3%;
}
div a {
text-decoration: none;
background-color: black;
color: white;
padding: 2%;
border-radius: 15%;
}
div h2 {
color: black;
font-size: 2em;
padding: 4%;
}
div h3 {
color: black;
font-size: 1.5em;
}
div p:nth-of-type(1) {
color: black;
font-size: 1.3em;
overflow: visible;
}
div p:nth-of-type(2) {
color: black;
font-size: .9em;
margin-bottom: 5%;
}
footer {
padding: 2%;
display: flex;
margin-top: 10%;
background-color: rgba(98, 92, 92, 0.714);
border: rgba(98, 92, 92, 0.714);
}
footer img {
width: 4%;
height: 4%;
margin-left: auto;
margin-right: auto;
}
/* ----------------------------------------------------------------------------------- */
/* Search page CSS */
#searchForm {
margin-top: 2%;
text-align: center;
width: 70%;
margin-left: auto;
margin-right: auto;
box-shadow: rgb(32, 31, 31) 20px 20px 20px;
background-color: rgba(213, 213, 213, 0.612);
border: rgba(213, 213, 213, 0.612);
border-radius: 2%;
}
#searchForm label {
font-size: 2em;
display: block;
margin-top: 2%;
margin-bottom: 2%;
}
#searchForm fieldset {
border: none;
}
#searchForm input {
padding: 2%;
border: black solid;
}
#searchForm #userInput {
width: 70%;
}
#searchForm button {
padding: 2%;
width: 50%;
background-color: black;
margin-bottom: 8%;
color: white;
}
#saveBookForm #saveBook {
display: block;
width: 40%;
padding: 2.5%;
margin-left: auto;
margin-right: auto;
background-color: black;
margin-bottom: 8%;
color: white;
margin-top: 2%;
font-size: 1.3em;
}
/* ----------------------------------------------------------------------------------- */
#formUpdate {
background-color: grey;
display: flex;
width: 80%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#formUpdate fieldset {
border: hidden;
}
#update_details_button,
#delete_button,
#formUpdate fieldset #updatebutton2 {
display: block;
width: 15%;
padding: .5%;
margin-left: auto;
margin-right: auto;
background-color: black;
margin-bottom: 1%;
color: white;
margin-top: 1%;
font-size: 1.4em;
text-align: center;
}
#formUpdate fieldset input,
#formUpdate fieldset textarea {
display: block;
background-color: white;
color: black;
width: 80%;
padding: 1%;
margin: .2% auto .2% auto;
border: black;
border-style: solid;
font-size: 1em;
text-align: left;
}
#formUpdate fieldset label {
font-size: 1.5em;
font-weight: bold;
color: black;
margin-bottom: 1%;
} | 0.627495 | 0.102394 |
.type-411 .cover-bg,
.type-411 .cover-bg:after {
top: 0;
width: 100%;
height: 100%;
left: 0;
}
.type-411 .cover-bg {
background: url(../images/signup-bg.jpg) 50% 50% no-repeat;
background-size: cover;
z-index: -10;
position: fixed;
}
.type-411 .cover-bg:after {
content: "";
position: absolute;
display: block;
background: rgba(81,83,94,0.65);
}
.type-411 .top-links {
float: right;
padding-top: 20px;
}
.type-411 .top-links a {
display: inline-block;
padding: 9px 44px;
margin-left: 22px;
border-radius: 2px;
border: 1px solid #fff;
font-size: 1.5rem;
color: #fff;
text-decoration: none;
}
.type-411 .top-links span {
font-size: 1.5rem;
color: #fff;
}
.type-411 .logo {
display: block;
margin-top: 100px;
text-align: center;
}
.type-411 .logo img {
width: 150px;
display: inline-block;
}
.type-411 .account-container {
width: 440px;
display: block;
margin: 0 auto;
}
.type-411 .account-container h1 {
text-align: center;
font-size: 1.7rem;
color: #fff;
margin-bottom: 30px;
font-weight: 400;
line-height: 2.6rem;
}
.type-411 .account-container main {
background: #fff;
border-radius: 2px;
overflow: visible;
}
.type-411 .account-container .simple-input {
border: 0;
font-size: 1.3rem;
display: block;
width: 100%;
padding: 20px 0 0 20px;
}
.type-411 .account-container .submit-button {
width: 100%;
display: block;
color: #fff;
font-size: 1.5rem;
border-radius: 2px;
padding: 16px 0;
margin-top: 14px;
transition: .15s ease-out;
border: none;
}
.type-411 .account-container .submit-button.black {
background: #292F34;
}
.type-411 .account-container .submit-button.black:hover {
background: #22272b;
}
.type-411 hr {
color: #DFDFDF;
margin-bottom: 0;
}
.type-411 .specialty-select {
padding: 18px 20px 4px;
}
.type-411 .basic-select-menu {
width: 100%;
display: block;
margin-bottom: 14px;
position: relative;
border-radius: 2px;
background: #EEE;
}
.type-411 .basic-select-menu select {
display: block;
width: 100%;
color: #7E7F8D;
font-size: 1.3rem;
padding: 12px 20px;
border: 0;
background: 0 0;
-webkit-appearance: none;
}
.type-411 .basic-select-menu svg {
position: absolute;
fill: #7E7F8D;
right: 20px;
top: 15px;
width: 12px;
height: 12px;
}
.type-411 .register-tos-confirm label {
font-size: 1.3rem;
font-weight: normal;
}
.type-411 .register-tos-confirm button {
margin: 0;
padding: 0;
color: #2E82C1;
font-size: inherit;
font-weight: inherit;
vertical-align: baseline;
border: 0;
background: none;
}
.type-411 .input-validation {
position: relative;
}
.type-411 input:focus {
outline: none;
}
.type-411 .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
}
.type-411 .checkbox label {
position: relative;
border: 1px solid;
width: 14px;
height: 14px;
display: inline-block;
border-radius: 1px;
background: 0 0;
cursor: auto;
}
.type-411 .checkbox input {
-webkit-appearance: none;
}
.type-411 .checkbox.grey label {
border-color: #7E7F8D;
}
.type-411 .checkbox.grey input:checked+.box:after {
background: #2E82C1;
}
.type-411 .checkbox label.box:after {
transition: background-color .2s ease;
display: inline-block;
content: "";
position: absolute;
border-radius: 1px;
top: 1px;
left: 1px;
width: 10px;
height: 10px;
}
.type-411 .checkbox input[type="checkbox"] {
float: left;
margin: 0px;
}
.type-411 .submit-button {
width: 100%;
display: block;
color: #fff;
font-size: 1.5rem;
border-radius: 2px;
padding: 16px 0;
margin-top: 14px;
transition: .15s ease-out;
}
.type-411 .submit-button.blue {
background: #2E82C1;
}
.type-411 .submit-button.blue:hover {
background: #2b7ab5;
}
@media (max-width: 768px) {
.type-411 .logo {
width: 100%;
text-align: center;
}
}
@media (max-width: 480px) {
.type-411 .top-links {
position: absolute;
right: 5px;
text-align: center;
}
.type-411 .account-container {
width: 100%;
}
} | blocks/411/css/type-411.css | .type-411 .cover-bg,
.type-411 .cover-bg:after {
top: 0;
width: 100%;
height: 100%;
left: 0;
}
.type-411 .cover-bg {
background: url(../images/signup-bg.jpg) 50% 50% no-repeat;
background-size: cover;
z-index: -10;
position: fixed;
}
.type-411 .cover-bg:after {
content: "";
position: absolute;
display: block;
background: rgba(81,83,94,0.65);
}
.type-411 .top-links {
float: right;
padding-top: 20px;
}
.type-411 .top-links a {
display: inline-block;
padding: 9px 44px;
margin-left: 22px;
border-radius: 2px;
border: 1px solid #fff;
font-size: 1.5rem;
color: #fff;
text-decoration: none;
}
.type-411 .top-links span {
font-size: 1.5rem;
color: #fff;
}
.type-411 .logo {
display: block;
margin-top: 100px;
text-align: center;
}
.type-411 .logo img {
width: 150px;
display: inline-block;
}
.type-411 .account-container {
width: 440px;
display: block;
margin: 0 auto;
}
.type-411 .account-container h1 {
text-align: center;
font-size: 1.7rem;
color: #fff;
margin-bottom: 30px;
font-weight: 400;
line-height: 2.6rem;
}
.type-411 .account-container main {
background: #fff;
border-radius: 2px;
overflow: visible;
}
.type-411 .account-container .simple-input {
border: 0;
font-size: 1.3rem;
display: block;
width: 100%;
padding: 20px 0 0 20px;
}
.type-411 .account-container .submit-button {
width: 100%;
display: block;
color: #fff;
font-size: 1.5rem;
border-radius: 2px;
padding: 16px 0;
margin-top: 14px;
transition: .15s ease-out;
border: none;
}
.type-411 .account-container .submit-button.black {
background: #292F34;
}
.type-411 .account-container .submit-button.black:hover {
background: #22272b;
}
.type-411 hr {
color: #DFDFDF;
margin-bottom: 0;
}
.type-411 .specialty-select {
padding: 18px 20px 4px;
}
.type-411 .basic-select-menu {
width: 100%;
display: block;
margin-bottom: 14px;
position: relative;
border-radius: 2px;
background: #EEE;
}
.type-411 .basic-select-menu select {
display: block;
width: 100%;
color: #7E7F8D;
font-size: 1.3rem;
padding: 12px 20px;
border: 0;
background: 0 0;
-webkit-appearance: none;
}
.type-411 .basic-select-menu svg {
position: absolute;
fill: #7E7F8D;
right: 20px;
top: 15px;
width: 12px;
height: 12px;
}
.type-411 .register-tos-confirm label {
font-size: 1.3rem;
font-weight: normal;
}
.type-411 .register-tos-confirm button {
margin: 0;
padding: 0;
color: #2E82C1;
font-size: inherit;
font-weight: inherit;
vertical-align: baseline;
border: 0;
background: none;
}
.type-411 .input-validation {
position: relative;
}
.type-411 input:focus {
outline: none;
}
.type-411 .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
}
.type-411 .checkbox label {
position: relative;
border: 1px solid;
width: 14px;
height: 14px;
display: inline-block;
border-radius: 1px;
background: 0 0;
cursor: auto;
}
.type-411 .checkbox input {
-webkit-appearance: none;
}
.type-411 .checkbox.grey label {
border-color: #7E7F8D;
}
.type-411 .checkbox.grey input:checked+.box:after {
background: #2E82C1;
}
.type-411 .checkbox label.box:after {
transition: background-color .2s ease;
display: inline-block;
content: "";
position: absolute;
border-radius: 1px;
top: 1px;
left: 1px;
width: 10px;
height: 10px;
}
.type-411 .checkbox input[type="checkbox"] {
float: left;
margin: 0px;
}
.type-411 .submit-button {
width: 100%;
display: block;
color: #fff;
font-size: 1.5rem;
border-radius: 2px;
padding: 16px 0;
margin-top: 14px;
transition: .15s ease-out;
}
.type-411 .submit-button.blue {
background: #2E82C1;
}
.type-411 .submit-button.blue:hover {
background: #2b7ab5;
}
@media (max-width: 768px) {
.type-411 .logo {
width: 100%;
text-align: center;
}
}
@media (max-width: 480px) {
.type-411 .top-links {
position: absolute;
right: 5px;
text-align: center;
}
.type-411 .account-container {
width: 100%;
}
} | 0.384912 | 0.083778 |
WalletFrame {
border-image: url(":/images/walletFrame") 0 0 0 0 stretch stretch !important;
border-top: 0px solid #ffc74d;
margin: 0;
padding: 0;
}
QStatusBar {
background-color: #ffc74d;
color: #010101;
border: 0;
padding: 5px;
}
.QFrame {
background-color: transparent;
border: 0px;
}
QFrame {
background-color: transparent;
border: 0px;
}
QMenuBar {
background-color: #ffc74d;
}
QMenuBar::item {
background-color: #ffc74d;
color: #333;
}
QMenuBar::item:selected {
background-color: #ffc852;
}
QMenu {
background-color: #ffc74d;
}
QMenu::item {
color: #333;
}
QMenu::item:selected {
background-color: #fcac00;
color: #333;
}
QToolBar {
background-color: #ffc74d;
border: 0px solid #ffae00;
padding: 0px;
margin: 0;
spacing: 0;
}
QToolBar > QToolButton {
background-color: #ffc74d;
border: 0px solid transparent;
min-height: 2.75em;
font-weight: 100;
color: #000000;
width: 100%;
opacity: 0.75;
padding: 6px 0 6px;
box-sizing: border-box;
margin-bottom: 18px;
/* border-image: url(':/images/downArrow') 0 0 0 0 stretch stretch; */
}
QToolBar > QToolButton:checked {
background-color: #ffc74d;
color: #333;
font-weight: bold;
}
QIcon {
opacity: 0.2;
border: none;
display: none;
background: none;
border: 0;
margin-bottom: 10px;
}
QToolBar > QToolButton > img {
display: none;
opacity: .2;
}
QToolBar > QToolButton:hover {
background-color: #ffc74d;
color: #333;
}
QMessageBox {
background-color: #ffc74d;
color: #333;
}
QProgressBar {
color: #533300;
border: 0px;
border-radius: 10px;
background-color: #ffae00;
overflow: hidden;
margin: 4px;
color: #010101;
border: 1px solid rgba(254, 180, 46, 1);
background-color: rgb(244, 177, 80);
border: 0;
}
QProgressBar::chunk {
background-color: #fd9c02;
background-color: rgb(251, 86, 10);
width: 100%;
border-radius: 10px;
}
QLabel#progressBarLabel {
background-color: #533300;
color: #000000;
padding-left: 5px;
padding-right: 5px;
}
QTabWidget {
background-color: #ffc74d;
}
QTabWidget::pane {
background-color: #f2f2f2;
border: 1px solid #c2c2c2;
}
QTabBar {
background-color: #ffc74d;
color: #333;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
letter-spacing: 1px;
font-size: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
QTabBar::tab:hover:!selected {
background-color: #ffae00;
color: #333;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
letter-spacing: 1px;
font-size: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
QTabBar::tab:selected {
border-bottom: 3px solid #ffae00;
background-color:transparent;
}
QTabBar::tab:pressed {
outline:0;
}
QWidget {
selection-background-color: #000000; /* Object highlight color */
selection-color: #ffc74d;
outline: 0; /* Remove Annoying Focus Rectangle */
}
QGroupBox {
background-color: #ffc74d;
color: #333;
}
QToolTip {
background-color: #ffc74d;
color: #333;
border-style: none;
}
/****************************************************************************************/
QLabel {
/* Base Text Size & Color */
font-size: 12px;
color: #333333;
margin-bottom: 1.5rem;
padding-top: 2rem;
padding-bottom: 2rem;
font-family: "Hind";
font-weight: normal;
}
QRadioButton {
/* Radio Button Labels */
color: #333333;
}
QCheckBox {
/* Checkbox Labels */
color: #333333;
}
QCheckBox:hover {
}
QValidatedLineEdit,
QLineEdit,
QTextEdit {
font-size: 12px;
min-height: 25px;
outline: 0;
padding: 3px;
border: 1px;
color: #333;
background-color: #ffffff;
border-radius: 15px;
}
qvalidatedlineedit: !focus {
color: #333;
background-color: #e7e7e7;
}
qlineedit: !focus {
color: #333;
background-color: #e7e7e7;
}
qtextedit: !focus {
color: #333;
background-color: #e7e7e7;
}
/* .QValidatedLineEdit:checked, .QLineEdit:checked */
QValidatedLineEdit:disabled,
.QLineEdit:disabled,
.QTextEdit:disabled {
color: #333;
background-color: #f2f2f2;
}
.QPlainTextEdit {
background-color: #f2f2f2;
}
/***************************** Global Qt Objects ***********************************************************/
/* Global Button Style */
QPushButton {
background-color: #fdc14f;
padding: 0.85em 2em;
letter-spacing: 1px;
color: #000000;
font-size: 12px;
border-radius: 20px;
}
QPushButton:hover {
background-color: #fb9803;
}
QPushButton:focus {
border: none;
outline: none;
}
QPushButton:pressed {
border: 1px solid #ff7300;
}
QPushButton:disabled {
border: 1px solid #aaaaaa;
background-color: #bbbbbb;
}
/* Special handling for statusbar-icons (which are partly QPushButtons) */
QPushButton#labelEncryptionIcon,
QPushButton#labelConnectionsIcon {
border: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}
/* QSpinBox::up-arrow:hover */
/* QSpinBox::down-arrow:hover */
QSpinBox {
border: 1px solid #333;
padding: 3px 5px 3px 5px;
background: #fcfcfc;
border-radius: 18px;
}
QSpinBox::up-button:hover {
background-color: #ffffff;
}
QSpinBox::down-button:hover {
background-color: #f2f2f2;
}
QComboBox {
/* Dropdown Menus */
border: 1px solid #333;
padding: 3px 5px 3px 5px;
background: #fcfcfc;
border-radius: 18px;
min-height: 25px;
color: #818181;
}
QComboBox:checked {
background: #f2f2f2;
}
QComboBox:editable {
background: #000000;
color: #616161;
border-radius: 18px;
border: 0px solid transparent;
}
QComboBox::drop-down {
width: 25px;
border: 0px;
}
QComboBox::down-arrow {
border-image: url(":/images/downArrow_small") 0 0 0 0 stretch stretch;
}
QComboBox QListView {
background: #ffc74d;
border: 1px solid #333;
padding-right: 1px;
border-radius: 18px;
padding-left: 1px;
color: #818181;
}
QComboBox QAbstractItemView::item {
margin: 4px;
}
QComboBox::item {
color: #818181;
}
QComboBox::item:alternate {
background: #ffc74d;
}
QComboBox::item:selected {
border: 0px solid transparent;
background: #f2f2f2;
}
QComboBox::indicator {
background-color: transparent;
selection-background-color: transparent;
color: transparent;
selection-color: transparent;
}
QAbstractSpinBox {
padding: 3px 5px 3px 5px;
background: #fcfcfc;
font-size: 12px;
min-height: 25px;
outline: 0;
padding: 3px;
border: 0px;
color: #333;
background-color: #fafafa;
}
QAbstractSpinBox::up-button {
subcontrol-origin: border;
subcontrol-position: top right;
width: 21px;
background: #fafafa; /* Remove this to get 3D rendered buttons */
padding-right: 1px;
padding-left: 5px;
padding-top: 2px;
}
QAbstractSpinBox::up-arrow {
image: url(":/images/upArrow_small");
}
QAbstractSpinBox::down-button {
subcontrol-origin: border;
subcontrol-position: bottom right;
width: 21px;
background: #fafafa; /* Remove this to get 3D rendered buttons */
padding-right: 1px;
padding-left: 5px;
padding-bottom: 2px;
}
QAbstractSpinBox::down-arrow {
image: url(":/images/downArrow_small");
}
QValueComboBox {
padding: 3px 5px 3px 5px;
background: #fcfcfc;
font-size: 12px;
min-height: 25px;
outline: 0;
padding: 3px;
border: 0px;
color: #333;
background-color: #f2f2f2;
border-radius: 10px;
}
qvaluecombobox: !focus {
color: #5c4c7c;
background-color: #e7e7e7;
}
/****************************************************************************************/
QHeaderView {
/* Table Header */
background-color: transparent;
outline: 0;
}
QHeaderView::section {
/* Table Header Sections */
qproperty-alignment: center;
background-color: #000000;
color: #ffc74d;
min-height: 25px;
font-weight: bold;
font-size: 11px;
border: 0;
border-right: 1px solid #ffc74d;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}
QHeaderView::down-arrow {
image: url(":/images/downArrow_small_white");
}
QHeaderView::up-arrow {
image: url(":/images/upArrow_small_white");
}
QHeaderView::section:last {
border-right: 0;
}
.QScrollArea {
background: transparent;
border: 0;
}
.QTableView {
/* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
background: transparent;
border: 1px solid #333;
}
QTableView::item {
/* Table Item */
background-color: #fcfcfc;
font-size: 12px;
}
QTableView::item:selected {
/* Table Item Selected */
background-color: #000000;
color: #ffc74d;
}
QTableWidget {
/* Table Background */
background-color: transparent;
alternate-background-color: yellow;
border: 1px solid #333;
}
QTableWidget:focus,
QTableView,
QTableView:focus {
/* Remove focus outline */
outline: 0;
background: transparent;
}
QTreeWidget {
/* Tree Background */
background-color: #fcfcfc;
alternate-background-color: #f2f2f2;
color: #333;
}
QScrollBar {
/* Scroll Bar */
}
QScrollBar:vertical {
/* Vertical Scroll Bar Attributes */
border: 0;
background: #ffc74d;
width: 18px;
margin: 18px 0px 18px 0px;
}
QScrollBar::handle:vertical {
/* Scroll Bar Slider - vertical */
background: #e0e0e0;
min-height: 10px;
}
QScrollBar::handle:vertical:pressed {
/* Scroll Bar Slider - vertical */
background: #000000;
min-height: 10px;
}
QScrollBar:horizontal {
/* Horizontal Scroll Bar Attributes */
border: 0;
background: #ffc74d;
height: 18px;
margin: 0px 18px 0px 18px;
}
QScrollBar::handle:horizontal {
/* Scroll Bar Slider - horizontal */
background: #e0e0e0;
min-width: 10px;
}
QScrollBar::handle:horizontal:pressed {
/* Scroll Bar Slider - horizontal */
background: #000000;
min-width: 10px;
}
QScrollBar::add-page,
QScrollBar::sub-page {
/* Scroll Bar Background */
background: #f8f6f6;
}
QScrollBar::add-line:vertical,
QScrollBar::sub-line:vertical,
QScrollBar::add-line:horizontal,
QScrollBar::sub-line:horizontal {
/* Define Arrow Button Dimensions */
background-color: #f8f6f6;
border: 1px solid #f2f0f0;
width: 16px;
height: 16px;
}
QScrollBar::add-line:vertical:pressed,
QScrollBar::sub-line:vertical:pressed,
QScrollBar::add-line:horizontal:pressed,
QScrollBar::sub-line:horizontal:pressed {
background-color: #e0e0e0;
}
QScrollBar::sub-line:vertical {
/* Vertical - top button position */
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical {
/* Vertical - bottom button position */
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal {
/* Vertical - left button position */
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::add-line:horizontal {
/* Vertical - right button position */
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar:up-arrow,
QScrollBar:down-arrow,
QScrollBar:left-arrow,
QScrollBar:right-arrow {
/* Arrows Icon */
width: 10px;
height: 10px;
}
QScrollBar:up-arrow {
background-image: url(":/images/upArrow_small");
}
QScrollBar:down-arrow {
background-image: url(":/images/downArrow_small");
}
QScrollBar:left-arrow {
background-image: url(":/images/leftArrow_small");
}
QScrollBar:right-arrow {
background-image: url(":/images/rightArrow_small");
}
QSlider::groove:horizontal {
border: 1px solid #bbb;
background: white;
height: 6px;
border-radius: 4px;
}
QSlider::sub-page:horizontal {
background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa500, stop: 1 #e59400);
border: 1px solid #333;
height: 10px;
border-radius: 4px;
}
QSlider::add-page:horizontal {
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #000000, stop: 1 #ffa500);
border: 1px solid #333;
height: 10px;
border-radius: 4px;
}
QSlider::handle:horizontal {
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #ffc74d, stop: 1 #f8f6f6);
border: 1px solid #333;
width: 18px;
height: 18px;
margin-top: -6px;
margin-bottom: -6px;
border-radius: 9px;
}
QSlider::handle:horizontal:hover {
background-color: #000000;
border: 2px solid #333;
width: 16px;
height: 16px;
margin-top: -6px;
margin-bottom: -6px;
border-radius: 8px;
}
/**************************** DIALOG BOXES **********************************************/
QDialog {
background-color: transparent !important;
color: #050044;
}
AskPassphraseDialog {
background-color: #ffc74d;
color: #050044;
}
QDialog .QTabWidget {
border-radius: 6px;
}
QDialog .QTabWidget::pane {
border: 1px solid #d7d7d7;
border-radius: 6px;
}
QDialog .QTabWidget QTabBar::tab {
background-color: #ffc74d;
color: #333;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid #fab726;
border-radius: 6px;
}
QDialog .QTabWidget QTabBar::tab:first {
border-left: 1px solid #d7d7d7;
}
QDialog .QTabWidget QTabBar::tab:last {
border-right: 1px solid #d7d7d7;
}
QDialog .QTabWidget QTabBar::tab:selected,
QDialog .QTabWidget QTabBar::tab:hover {
background-color: #ffc74d;
color: #333;
}
QDialog .QTabWidget .QWidget {
background-color: #ffc74d;
color: #333;
}
QDialog .QTabWidget .QWidget QAbstractSpinBox {
min-height: 15px;
}
QDialog .QTabWidget .QWidget QAbstractSpinBox::down-button {
width: 15px;
}
QDialog .QTabWidget .QWidget QAbstractSpinBox::up-button {
width: 15px;
}
QDialog .QTabWidget .QWidget QComboBox {
min-height: 15px;
}
/**************************** FILE MENU *************************************************/
/* Dialog: Open URI */
QDialog#OpenURIDialog QLabel#label {
/* URI Label */
font-weight: bold;
}
QDialog#OpenURIDialog QPushButton#selectFileButton {
/* ... Button */
border: 1px solid #d2d2d2;
padding-left: 10px;
padding-right: 10px;
background-color: #fdc14f;
padding: 0.85em 2em;
letter-spacing: 1px;
color: #000000;
font-size: 12px;
border-radius: 20px;
}
QDialog#OpenURIDialog QPushButton#selectFileButton:hover {
background-color: #fdc14f;
color: #333;
}
QDialog#OpenURIDialog QPushButton#selectFileButton:pressed {
border: 1px solid #9e9e9e;
}
/**************************** SIGN/ VERIFY MESSAGE DIALOG *******************************/
/* QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_SM { /* Address Book Button */
/* QDialog#SignVerifyMessageDialog QPlainTextEdit { /* Message Signing Text */
/* QDialog#SignVerifyMessageDialog QPushButton#pasteButton_SM { /* Paste Button */
/* QDialog#SignVerifyMessageDialog QLineEdit:!focus { /* Font Hack */
/* QDialog#SignVerifyMessageDialog QPushButton#copySignatureButton_SM { /* Copy Button */
/* QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM { /* Clear Button */
/* QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_VM { /* Verify Message - Address Book Button */
/* QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM { /* Verify Message - Clear Button */
/**************************** SEND AND RECEIVE ADDRESSES DIALOG *****************************/
QWidget#AddressBookPage {
background-color: transparent;
color: #333;
}
/* QWidget#AddressBookPage QPushButton#newAddress { /* New Address Button */
/* QWidget#AddressBookPage QPushButton#copyAddress { /* Copy Address Button */
/* QWidget#AddressBookPage QPushButton#deleteAddress { /* Delete Address Button */
QWidget#AddressBookPage QTableView {
/* Address Listing */
font-size: 12px;
color: #333;
}
QWidget#AddressBookPage QHeaderView::section {
/* Min width for Windows fix */
min-width: 260px;
color: #333;
}
/**************************** MultiSig Dialog *******************************************/
/* QDialog#MultisigDialog QPushButton { */
/* QDialog#MultisigDialog QFrame#addressFrame { */
/**************************** SETTINGS MENU *********************************************/
/* Encrypt Wallet and Change Passphrase Dialog */
QDialog#AskPassphraseDialog QPushButton QLabel#passLabel1,
QDialog#AskPassphraseDialog QPushButton QLabel#passLabel2,
QDialog#AskPassphraseDialog QPushButton QLabel#passLabel3 {
qproperty-alignment: "AlignVCenter | AlignRight";
}
/* Options Dialog */
QDialog#OptionsDialog QPushButton,
QDialog#OptionsDialog QValueComboBox,
QDialog#OptionsDialog QSpinBox {
margin-top: 5px;
margin-bottom: 5px;
}
QDialog#OptionsDialog QValidatedLineEdit,
QDialog#OptionsDialog QValidatedLineEdit:disabled,
QDialog#OptionsDialog QLineEdit,
QDialog#OptionsDialog QLineEdit:disabled {
qproperty-alignment: "AlignVCenter | AlignLeft";
min-height: 20px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
QDialog#OptionsDialog > QLabel {
qproperty-alignment: "AlignVCenter";
min-height: 20px;
}
QDialog#OptionsDialog QWidget#tabDisplay QValueComboBox {
margin-top: 0px;
margin-bottom: 0px;
}
QDialog#OptionsDialog QLabel#label_3 {
/* Translations Missing? Label */
qproperty-alignment: "AlignVCenter | AlignCenter";
color: #818181;
padding-bottom: 8px;
}
QDialog#OptionsDialog QCheckBox {
min-height: 20px;
}
QDialog#OptionsDialog QCheckBox#displayAddresses {
min-height: 33px;
}
QDialog#OptionsDialog QLabel#labelStakeSplitThresholdText {
font-size: 16px;
}
/**************************** TOOLS MENU ************************************************/
QDialog#RPCConsole QWidget#tab_info QLabel#label_11,
QDialog#RPCConsole QWidget#tab_info QLabel#label_10 {
/* Margin between Network and Block Chain headers */
qproperty-alignment: "AlignBottom";
min-height: 25px;
min-width: 180px;
}
QDialog#RPCConsole QWidget#tab_peers QLabel#peerHeading {
/* Peers Info Header */
color: #000000;
}
QDialog#RPCConsole QTableView#peerWidget::item {
/* Peers Table Items */
color: #333;
}
QDialog#RPCConsole QPushButton#openDebugLogfileButton {
max-width: 60px;
}
QDialog#RPCConsole QTextEdit#messagesWidget {
/* Console Messages Window */
border: 0;
background-color: #fcfcfc;
color: #333;
}
QDialog#RPCConsole QLineEdit#lineEdit {
/* Console Input */
margin-right: 5px;
}
QDialog#RPCConsole QPushButton#clearButton {
/* Console Clear Button */
background-color: transparent;
padding-left: 10px;
padding-right: 10px;
}
QDialog#RPCConsole .QGroupBox #line {
/* Network In Line */
background-color: #23003a;
}
QDialog#RPCConsole .QGroupBox #line_2 {
/* Network Out Line */
background: #15ff63;
}
/**************************** HELP MENU *************************************************/
/* Command Line Options Dialog */
QDialog#HelpMessageDialog QScrollArea * {
background-color: #ffc74d;
}
QDialog#HelpMessageDialog QScrollBar:vertical,
QDialog#HelpMessageDialog QScrollBar:horizontal {
background-color: #ffc74d;
border: 0;
}
/* About LiteGenX Dialog */
QDialog#AboutDialog {
background-color: #ffc74d;
color: #050044;
}
QDialog#AboutDialog QLabel#label,
QDialog#AboutDialog QLabel#copyrightLabel,
QDialog#AboutDialog QLabel#label_2 {
/* About LiteGenX Contents */
margin-left: 10px;
}
QDialog#AboutDialog QLabel#label_2 {
/* Margin for About LiteGenX text */
margin-right: 10px;
}
/* Edit Address Dialog */
QDialog#EditAddressDialog QLabel {
qproperty-alignment: "AlignVCenter | AlignRight";
min-height: 27px;
font-weight: normal;
padding-right: 5px;
}
/* Header design for ALL tabs/pages *****************************************************/
/* Horizontal lines */
QFrame[frameShape="4"] {
/* QFrame::HLine == 0x0004 */
border: 1px solid #372f44;
}
/* Headers */
QLabel#labelOverviewHeaderLeft {
font-weight: bold;
font-size: 20px;
background-color: #ffc74d;
}
QLabel#labelOverviewHeaderRight {
qproperty-alignment: "AlignVCenter | AlignRight";
background-image: url(":/images/LiteGenX_logo_horizontal");
background-repeat: no-repeat;
}
QWidget .QFrame#frame_Header {
/* Header with Page-Title and PIVX-image */
min-width: 400px;
background-color: #ffc74d;
}
QWidget .QFrame#frame_BG {
/* Background */
min-width: 400px;
/* background-color:#ffc74d; */
}
/**************************** OVERVIEW SCREEN *******************************************/
QWidget .QFrame#frame_Space {
/* Space between Header and Content */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frame_Content {
/* Actual Content */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frameBalances {
/* Upper left side */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frame_RecentTransactions {
/* Right side */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frameBalances > .QLabel {
min-width: 190px;
font-weight: normal;
}
QWidget .QFrame#frameBalances .QLabel#labelWalletStatus {
/* Wallet Sync Status */
qproperty-alignment: "AlignVCenter | AlignLeft";
margin-left: 3px;
}
QWidget .QFrame#frameBalances .QLabel#labelPending, /* Pending Balance */
QWidget .QFrame#frameBalances .QLabel#labelImmature {
/* Immature Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 14px;
font-weight: normal;
color: red;
}
QWidget .QFrame#frameBalances .QLabel#labelWatchPending, /* Watch-only Pending Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchImmature, /* Watch-only Immature Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchAvailable, /* Watch-only Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchLocked, /* Watch-only Locked Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchonly, /* Watch-only Header */
QWidget .QFrame#frameBalances .QLabel#labelSpendable {
/* Spendable Header */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 12px;
margin-left: 16px;
}
QWidget .QFrame#frameBalances .QLabel#labelImmatureText, /* Immature Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelTotalText, /* Total Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelPendingText, /* Pending Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelAvailableText, /* Available Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelLockedText, /* Locked Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelBalances {
/* BGX Balances Header Label */
qproperty-alignment: "AlignVCenter | AlignLeft";
min-width: 160px;
color: #333333;
margin-right: 5px;
padding-right: 5px;
font-size: 14px;
}
QWidget .QFrame#frameBalances .QLabel#labelBalances {
/* BGX Balances Header Label */
font-weight: bold;
}
QWidget .QFrame#frameBalances #lineBalances {
/* BGX Balances Line separator */
background-color: #000000;
}
QWidget .QFrame#frameBalances .QLabel#labelTotal, /* Total Balance */
QWidget .QFrame#frameBalances .QLabel#labelAvailable {
/* Available Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 14px;
font-weight: normal;
color: #000000;
}
QWidget .QFrame#frameBalances .QLabel#labelLocked {
/* Locked Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 14px;
font-weight: normal;
color: #000000;
}
QWidget .QFrame#frameBalances .QLabel#labelWatchTotal {
/* Watch-only Total Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 12px;
margin-left: 14px;
}
/**************************** RECENT TRANSACTIONS ***************************************/
QWidget .QFrame#frame_RecentTransactions {
/* Transactions Widget */
min-width: 410px;
min-height: 100px;
margin-left: 0;
margin-top: 0;
}
QWidget .QFrame#frame_RecentTransactions .QLabel#labelRecentTransactions {
/* Recent Transactions Label */
qproperty-alignment: "AlignVCenter | AlignLeft";
min-width: 180px;
background-color: transparent;
color: #333333;
font-weight: bold;
font-size: 14px;
margin-right: 5px;
padding-right: 5px;
}
QWidget .QFrame#frame_RecentTransactions .QLabel#labelTransactionsStatus {
/* Recent Transactions Sync Status */
qproperty-alignment: "AlignVCenter | AlignLeft";
margin-left: 3px;
}
QWidget .QFrame#frame_RecentTransactions QListView {
/* Transaction List */
font-weight: normal;
font-size: 12px;
max-width: 369px;
margin-top: 12px;
margin-left: 0px; /* CSS Voodoo - set to -66px to hide default transaction icons */
}
/**************************** SEND DIALOG ***********************************************/
QDialog#SendCoinsDialog {
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl {
/* Coin Control Section */
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QFrame#frameFee {
/* Coin Control Section */
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QFrame#frame_Send {
/* Coin Control Section */
background-color: #ffc74d;
margin-bottom: 6px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl {
/* Coin Control Section */
/* background-color:#ffc74df00; */
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl > .QLabel {
/* Default Font Color and Size */
font-weight: normal;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QPushButton#pushButtonCoinControl {
/* Coin Control Inputs Button */
padding-left: 10px;
padding-right: 10px;
min-height: 25px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeatures {
/* Coin Control Header */
qproperty-alignment: "AlignVCenter | AlignLeft";
min-width: 160px;
background-color: transparent;
color: #333333;
font-weight: bold;
font-size: 20px;
margin-right: 5px;
padding-right: 5px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl {
/* Coin Control Inputs */
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl > .QLabel {
/* Coin Control Inputs Labels */
padding: 2px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlChangeLabel {
/* Custom Change Address Validation Label */
font-weight: normal;
}
QDialog#SendCoinsDialog .QScrollArea#scrollArea .QWidget#scrollAreaWidgetContents {
/* Send To Widget */
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QCheckBox#checkSwiftTX {
/* SwiftTX Checkbox */
color: #616161;
font-weight: bold;
border-radius: 5px;
padding-top: 20px;
padding-bottom: 18px;
margin-left: 10px;
margin-right: 20px;
}
/* This QLabel uses name = "label" which conflicts with Address Book -> New Address */
/* To maximize backwards compatibility this formatting has been removed */
QDialog#SendCoinsDialog QLabel#label {
min-height: 27px;
}
QDialog#SendCoinsDialog QLabel#labelBalance {
margin-left: 0px;
padding-left: 0px;
color: #333333;
min-height: 27px;
}
/**************************** SEND COINS ENTRY ******************************************/
QStackedWidget#SendCoinsEntry .QFrame#SendCoins > .QLabel {
/* Send Coin Entry Labels */
min-width: 10px;
font-weight: bold;
min-height: 25px;
margin-right: 5px;
padding-right: 5px;
}
/* QStackedWidget#SendCoinsEntry .QValidatedLineEdit#payTo { /* Pay To Input Field */
/* QStackedWidget#SendCoinsEntry .QValidatedLineEdit#payTo:!focus { /* Pay To Input Field */
QStackedWidget#SendCoinsEntry .QToolButton, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton,
QDialog#MultiSendDialog .QToolButton,
QDialog#SignVerifyMessageDialog .QToolButton,
QDialog#MultisigDialog .QToolButton {
background-color: #ffc74d;
border-width: 1px;
border-style: outset;
border-color: #ffa500;
border-radius: 8px;
color: #000000;
font-size: 12px;
font-weight: bold;
margin: 2px;
}
QStackedWidget#SendCoinsEntry .QToolButton:hover, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton:hover,
QDialog#MultiSendDialog .QToolButton:hover,
QDialog#SignVerifyMessageDialog .QToolButton:hover {
background-color: #ffa500;
}
QStackedWidget#SendCoinsEntry .QToolButton:focus, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton:focus,
QDialog#MultiSendDialog .QToolButton:focus,
QDialog#SignVerifyMessageDialog .QToolButton:focus,
QDialog#MultisigDialog .QToolButton:hover {
}
QStackedWidget#SendCoinsEntry .QToolButton:pressed, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton:pressed,
QDialog#MultiSendDialog .QToolButton:pressed,
QDialog#SignVerifyMessageDialog .QToolButton:pressed,
QDialog#MultisigDialog .QToolButton:pressed {
}
/* QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { /* Address Book Button */
/* QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { */
/* QStackedWidget#SendCoinsEntry .QToolButton#pasteButton { */
/* QStackedWidget#SendCoinsEntry .QToolButton#deleteButton { */
/* QStackedWidget#SendCoinsEntry .QLineEdit#addAsLabel { /* Pay To Input Field */
/* QStackedWidget#SendCoinsEntry .QLineEdit#addAsLabel:!focus { /* Pay To Input Field */
/**************************** COIN CONTROL POPUP ****************************************/
QDialog#CoinControlDialog .QLabel#labelCoinControlQuantityText {
/* Coin Control Quantity Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlQuantity {
/* Coin Control Quantity */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlBytesText {
/* Coin Control Bytes Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlBytes {
/* Coin Control Bytes */
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAmountText {
/* Coin Control Amount Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAmount {
/* Coin Control Amount */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlPriorityText {
/* Coin Control Priority Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlPriority {
/* Coin Control Priority */
}
QDialog#CoinControlDialog .QLabel#labelCoinControlFeeText {
/* Coin Control Fee Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlFee {
/* Coin Control Fee */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutputText {
/* Coin Control Low Output Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutput {
/* Coin Control Low Output */
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFeeText {
/* Coin Control After Fee Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFee {
/* Coin Control After Fee */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlChangeText {
/* Coin Control Change Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlChange {
/* Coin Control Change */
}
QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonSelectAll {
/* (un)select all button */
padding-left: 10px;
padding-right: 10px;
min-height: 25px;
}
QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonToggleLock {
/* Toggle lock state button */
padding-left: 10px;
padding-right: 10px;
min-height: 25px;
}
QDialog#CoinControlDialog .QDialogButtonBox#buttonBox QPushButton {
/* Coin Control 'OK' button */
}
QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioTreeMode {
/* Coin Control Tree Mode Selector */
color: #818181;
background-color: transparent;
}
QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioListMode {
/* Coin Control List Mode Selector */
color: #818181;
background-color: transparent;
}
QDialog#CoinControlDialog QHeaderView::section:first {
/* Bug Fix: the number "1" displays in this table for some reason... */
color: transparent;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget {
/* Coin Control Widget Container */
outline: 0;
background-color: #ffc74d;
border: 1px solid #333;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item {
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected {
/* Coin Control Item (selected) */
background-color: #000000;
color: #ffc74d;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:checked {
/* Coin Control Item (checked) */
background-color: #f7f7f7;
color: #ffc74d;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:selected {
/* Coin Control Branch Icon */
background-image: url(":/images/qtreeview_selected");
background-repeat: no-repeat;
background-position: center;
background-color: #f7f7f7;
color: #333;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:checked {
/* Coin Control Branch Icon */
background-image: url(":/images/qtreeview_selected");
background-repeat: no-repeat;
background-position: center;
background-color: #f7f7f7;
color: #333;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::seperator {
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::indicator {
/* Coin Control Widget Checkbox */
}
/**************************** RECEIVE COINS *********************************************/
QWidget#ReceiveCoinsDialog {
background-color: #ffc74d;
}
QWidget#ReceiveCoinsDialog .QFrame#frame {
background-color: #ffc74d;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 {
background-color: #ffc74d;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 > .QLabel {
/* Receive Coin Labels */
min-width: 10px;
font-weight: bold;
min-height: 25px;
margin-right: 5px;
padding-right: 5px;
}
/* QWidget#ReceiveCoinsDialog .QFrame#frame2 > .QLineEdit { /* Receive Coin LineEdits */
/* QWidget#ReceiveCoinsDialog .QFrame#frame2 > .QLineEdit:!focus { /* Receive Coin LineEdits */
QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton {
/* Clear Button */
padding-left: 10px;
padding-right: 10px;
}
QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton:pressed {
border: 1px solid #9e9e9e;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton {
/* Clear Button */
padding-left: 10px;
padding-right: 10px;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton:pressed {
border: 1px solid #9e9e9e;
}
QWidget#ReceiveCoinsDialog .QFrame#frame .QLabel#label_6 {
/* Requested Payments History Label */
color: #000000;
font-weight: bold;
font-size: 14px;
}
/**************************** RECEIVE COINS DIALOG **************************************/
QDialog#ReceiveRequestDialog QTextEdit {
/* Contents of Receive Coin Dialog */
border: 1px solid #d7d7d7;
}
/**************************** TRANSACTIONS PAGE *****************************************/
TransactionView QLineEdit {
/* Address Filter */
margin-bottom: 2px;
margin-right: 1px;
min-width: 111px;
text-align: center;
}
TransactionView QComboBox {
margin-bottom: 1px;
margin-right: 1px;
}
QLabel#transactionSumLabel {
/* Example of setObjectName for widgets without name */
color: #333333;
font-weight: bold;
}
QLabel#transactionSum {
/* Example of setObjectName for widgets without name */
color: #333333;
}
/**************************** TRANSACTION DETAILS DIALOG ********************************/
QDialog#TransactionDescDialog QTextEdit {
/* Contents of Receive Coin Dialog */
border: 1px solid #d7d7d7;
}
/**************************** MASTERNODE LIST *******************************************/
QWidget#MasternodeList {
background-color: #ffc74d;
}
QWidget#MasternodeList .QFrame#frameList {
background-color: #ffc74d;
}
/********************************* CALENDAR WIDGET **************************************/
QCalendarView {
border: 1px solid #333;
}
QCalendarWidget QWidget#qt_calendar_navigationbar {
/* Calendar widget navigation bar */
background-color: #000000;
font-weight: bold;
}
QCalendarWidget QAbstractItemView {
/* Calendar widget days */
alternate-background-color: #dedbe5;
background-color: #ffc74d;
}
QCalendarWidget QAbstractItemView:enabled {
/* Calendar widget weekdays in month */
color: #333;
}
QCalendarWidget QAbstractItemView:disabled {
/* Calendar widget days not in month */
color: #818181;
} | src/qt/res/css/default.css | WalletFrame {
border-image: url(":/images/walletFrame") 0 0 0 0 stretch stretch !important;
border-top: 0px solid #ffc74d;
margin: 0;
padding: 0;
}
QStatusBar {
background-color: #ffc74d;
color: #010101;
border: 0;
padding: 5px;
}
.QFrame {
background-color: transparent;
border: 0px;
}
QFrame {
background-color: transparent;
border: 0px;
}
QMenuBar {
background-color: #ffc74d;
}
QMenuBar::item {
background-color: #ffc74d;
color: #333;
}
QMenuBar::item:selected {
background-color: #ffc852;
}
QMenu {
background-color: #ffc74d;
}
QMenu::item {
color: #333;
}
QMenu::item:selected {
background-color: #fcac00;
color: #333;
}
QToolBar {
background-color: #ffc74d;
border: 0px solid #ffae00;
padding: 0px;
margin: 0;
spacing: 0;
}
QToolBar > QToolButton {
background-color: #ffc74d;
border: 0px solid transparent;
min-height: 2.75em;
font-weight: 100;
color: #000000;
width: 100%;
opacity: 0.75;
padding: 6px 0 6px;
box-sizing: border-box;
margin-bottom: 18px;
/* border-image: url(':/images/downArrow') 0 0 0 0 stretch stretch; */
}
QToolBar > QToolButton:checked {
background-color: #ffc74d;
color: #333;
font-weight: bold;
}
QIcon {
opacity: 0.2;
border: none;
display: none;
background: none;
border: 0;
margin-bottom: 10px;
}
QToolBar > QToolButton > img {
display: none;
opacity: .2;
}
QToolBar > QToolButton:hover {
background-color: #ffc74d;
color: #333;
}
QMessageBox {
background-color: #ffc74d;
color: #333;
}
QProgressBar {
color: #533300;
border: 0px;
border-radius: 10px;
background-color: #ffae00;
overflow: hidden;
margin: 4px;
color: #010101;
border: 1px solid rgba(254, 180, 46, 1);
background-color: rgb(244, 177, 80);
border: 0;
}
QProgressBar::chunk {
background-color: #fd9c02;
background-color: rgb(251, 86, 10);
width: 100%;
border-radius: 10px;
}
QLabel#progressBarLabel {
background-color: #533300;
color: #000000;
padding-left: 5px;
padding-right: 5px;
}
QTabWidget {
background-color: #ffc74d;
}
QTabWidget::pane {
background-color: #f2f2f2;
border: 1px solid #c2c2c2;
}
QTabBar {
background-color: #ffc74d;
color: #333;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
letter-spacing: 1px;
font-size: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
QTabBar::tab:hover:!selected {
background-color: #ffae00;
color: #333;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
letter-spacing: 1px;
font-size: 12px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
}
QTabBar::tab:selected {
border-bottom: 3px solid #ffae00;
background-color:transparent;
}
QTabBar::tab:pressed {
outline:0;
}
QWidget {
selection-background-color: #000000; /* Object highlight color */
selection-color: #ffc74d;
outline: 0; /* Remove Annoying Focus Rectangle */
}
QGroupBox {
background-color: #ffc74d;
color: #333;
}
QToolTip {
background-color: #ffc74d;
color: #333;
border-style: none;
}
/****************************************************************************************/
QLabel {
/* Base Text Size & Color */
font-size: 12px;
color: #333333;
margin-bottom: 1.5rem;
padding-top: 2rem;
padding-bottom: 2rem;
font-family: "Hind";
font-weight: normal;
}
QRadioButton {
/* Radio Button Labels */
color: #333333;
}
QCheckBox {
/* Checkbox Labels */
color: #333333;
}
QCheckBox:hover {
}
QValidatedLineEdit,
QLineEdit,
QTextEdit {
font-size: 12px;
min-height: 25px;
outline: 0;
padding: 3px;
border: 1px;
color: #333;
background-color: #ffffff;
border-radius: 15px;
}
qvalidatedlineedit: !focus {
color: #333;
background-color: #e7e7e7;
}
qlineedit: !focus {
color: #333;
background-color: #e7e7e7;
}
qtextedit: !focus {
color: #333;
background-color: #e7e7e7;
}
/* .QValidatedLineEdit:checked, .QLineEdit:checked */
QValidatedLineEdit:disabled,
.QLineEdit:disabled,
.QTextEdit:disabled {
color: #333;
background-color: #f2f2f2;
}
.QPlainTextEdit {
background-color: #f2f2f2;
}
/***************************** Global Qt Objects ***********************************************************/
/* Global Button Style */
QPushButton {
background-color: #fdc14f;
padding: 0.85em 2em;
letter-spacing: 1px;
color: #000000;
font-size: 12px;
border-radius: 20px;
}
QPushButton:hover {
background-color: #fb9803;
}
QPushButton:focus {
border: none;
outline: none;
}
QPushButton:pressed {
border: 1px solid #ff7300;
}
QPushButton:disabled {
border: 1px solid #aaaaaa;
background-color: #bbbbbb;
}
/* Special handling for statusbar-icons (which are partly QPushButtons) */
QPushButton#labelEncryptionIcon,
QPushButton#labelConnectionsIcon {
border: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}
/* QSpinBox::up-arrow:hover */
/* QSpinBox::down-arrow:hover */
QSpinBox {
border: 1px solid #333;
padding: 3px 5px 3px 5px;
background: #fcfcfc;
border-radius: 18px;
}
QSpinBox::up-button:hover {
background-color: #ffffff;
}
QSpinBox::down-button:hover {
background-color: #f2f2f2;
}
QComboBox {
/* Dropdown Menus */
border: 1px solid #333;
padding: 3px 5px 3px 5px;
background: #fcfcfc;
border-radius: 18px;
min-height: 25px;
color: #818181;
}
QComboBox:checked {
background: #f2f2f2;
}
QComboBox:editable {
background: #000000;
color: #616161;
border-radius: 18px;
border: 0px solid transparent;
}
QComboBox::drop-down {
width: 25px;
border: 0px;
}
QComboBox::down-arrow {
border-image: url(":/images/downArrow_small") 0 0 0 0 stretch stretch;
}
QComboBox QListView {
background: #ffc74d;
border: 1px solid #333;
padding-right: 1px;
border-radius: 18px;
padding-left: 1px;
color: #818181;
}
QComboBox QAbstractItemView::item {
margin: 4px;
}
QComboBox::item {
color: #818181;
}
QComboBox::item:alternate {
background: #ffc74d;
}
QComboBox::item:selected {
border: 0px solid transparent;
background: #f2f2f2;
}
QComboBox::indicator {
background-color: transparent;
selection-background-color: transparent;
color: transparent;
selection-color: transparent;
}
QAbstractSpinBox {
padding: 3px 5px 3px 5px;
background: #fcfcfc;
font-size: 12px;
min-height: 25px;
outline: 0;
padding: 3px;
border: 0px;
color: #333;
background-color: #fafafa;
}
QAbstractSpinBox::up-button {
subcontrol-origin: border;
subcontrol-position: top right;
width: 21px;
background: #fafafa; /* Remove this to get 3D rendered buttons */
padding-right: 1px;
padding-left: 5px;
padding-top: 2px;
}
QAbstractSpinBox::up-arrow {
image: url(":/images/upArrow_small");
}
QAbstractSpinBox::down-button {
subcontrol-origin: border;
subcontrol-position: bottom right;
width: 21px;
background: #fafafa; /* Remove this to get 3D rendered buttons */
padding-right: 1px;
padding-left: 5px;
padding-bottom: 2px;
}
QAbstractSpinBox::down-arrow {
image: url(":/images/downArrow_small");
}
QValueComboBox {
padding: 3px 5px 3px 5px;
background: #fcfcfc;
font-size: 12px;
min-height: 25px;
outline: 0;
padding: 3px;
border: 0px;
color: #333;
background-color: #f2f2f2;
border-radius: 10px;
}
qvaluecombobox: !focus {
color: #5c4c7c;
background-color: #e7e7e7;
}
/****************************************************************************************/
QHeaderView {
/* Table Header */
background-color: transparent;
outline: 0;
}
QHeaderView::section {
/* Table Header Sections */
qproperty-alignment: center;
background-color: #000000;
color: #ffc74d;
min-height: 25px;
font-weight: bold;
font-size: 11px;
border: 0;
border-right: 1px solid #ffc74d;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}
QHeaderView::down-arrow {
image: url(":/images/downArrow_small_white");
}
QHeaderView::up-arrow {
image: url(":/images/upArrow_small_white");
}
QHeaderView::section:last {
border-right: 0;
}
.QScrollArea {
background: transparent;
border: 0;
}
.QTableView {
/* Table - has to be selected as a class otherwise it throws off QCalendarWidget */
background: transparent;
border: 1px solid #333;
}
QTableView::item {
/* Table Item */
background-color: #fcfcfc;
font-size: 12px;
}
QTableView::item:selected {
/* Table Item Selected */
background-color: #000000;
color: #ffc74d;
}
QTableWidget {
/* Table Background */
background-color: transparent;
alternate-background-color: yellow;
border: 1px solid #333;
}
QTableWidget:focus,
QTableView,
QTableView:focus {
/* Remove focus outline */
outline: 0;
background: transparent;
}
QTreeWidget {
/* Tree Background */
background-color: #fcfcfc;
alternate-background-color: #f2f2f2;
color: #333;
}
QScrollBar {
/* Scroll Bar */
}
QScrollBar:vertical {
/* Vertical Scroll Bar Attributes */
border: 0;
background: #ffc74d;
width: 18px;
margin: 18px 0px 18px 0px;
}
QScrollBar::handle:vertical {
/* Scroll Bar Slider - vertical */
background: #e0e0e0;
min-height: 10px;
}
QScrollBar::handle:vertical:pressed {
/* Scroll Bar Slider - vertical */
background: #000000;
min-height: 10px;
}
QScrollBar:horizontal {
/* Horizontal Scroll Bar Attributes */
border: 0;
background: #ffc74d;
height: 18px;
margin: 0px 18px 0px 18px;
}
QScrollBar::handle:horizontal {
/* Scroll Bar Slider - horizontal */
background: #e0e0e0;
min-width: 10px;
}
QScrollBar::handle:horizontal:pressed {
/* Scroll Bar Slider - horizontal */
background: #000000;
min-width: 10px;
}
QScrollBar::add-page,
QScrollBar::sub-page {
/* Scroll Bar Background */
background: #f8f6f6;
}
QScrollBar::add-line:vertical,
QScrollBar::sub-line:vertical,
QScrollBar::add-line:horizontal,
QScrollBar::sub-line:horizontal {
/* Define Arrow Button Dimensions */
background-color: #f8f6f6;
border: 1px solid #f2f0f0;
width: 16px;
height: 16px;
}
QScrollBar::add-line:vertical:pressed,
QScrollBar::sub-line:vertical:pressed,
QScrollBar::add-line:horizontal:pressed,
QScrollBar::sub-line:horizontal:pressed {
background-color: #e0e0e0;
}
QScrollBar::sub-line:vertical {
/* Vertical - top button position */
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical {
/* Vertical - bottom button position */
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal {
/* Vertical - left button position */
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::add-line:horizontal {
/* Vertical - right button position */
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar:up-arrow,
QScrollBar:down-arrow,
QScrollBar:left-arrow,
QScrollBar:right-arrow {
/* Arrows Icon */
width: 10px;
height: 10px;
}
QScrollBar:up-arrow {
background-image: url(":/images/upArrow_small");
}
QScrollBar:down-arrow {
background-image: url(":/images/downArrow_small");
}
QScrollBar:left-arrow {
background-image: url(":/images/leftArrow_small");
}
QScrollBar:right-arrow {
background-image: url(":/images/rightArrow_small");
}
QSlider::groove:horizontal {
border: 1px solid #bbb;
background: white;
height: 6px;
border-radius: 4px;
}
QSlider::sub-page:horizontal {
background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa500, stop: 1 #e59400);
border: 1px solid #333;
height: 10px;
border-radius: 4px;
}
QSlider::add-page:horizontal {
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #000000, stop: 1 #ffa500);
border: 1px solid #333;
height: 10px;
border-radius: 4px;
}
QSlider::handle:horizontal {
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #ffc74d, stop: 1 #f8f6f6);
border: 1px solid #333;
width: 18px;
height: 18px;
margin-top: -6px;
margin-bottom: -6px;
border-radius: 9px;
}
QSlider::handle:horizontal:hover {
background-color: #000000;
border: 2px solid #333;
width: 16px;
height: 16px;
margin-top: -6px;
margin-bottom: -6px;
border-radius: 8px;
}
/**************************** DIALOG BOXES **********************************************/
QDialog {
background-color: transparent !important;
color: #050044;
}
AskPassphraseDialog {
background-color: #ffc74d;
color: #050044;
}
QDialog .QTabWidget {
border-radius: 6px;
}
QDialog .QTabWidget::pane {
border: 1px solid #d7d7d7;
border-radius: 6px;
}
QDialog .QTabWidget QTabBar::tab {
background-color: #ffc74d;
color: #333;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid #fab726;
border-radius: 6px;
}
QDialog .QTabWidget QTabBar::tab:first {
border-left: 1px solid #d7d7d7;
}
QDialog .QTabWidget QTabBar::tab:last {
border-right: 1px solid #d7d7d7;
}
QDialog .QTabWidget QTabBar::tab:selected,
QDialog .QTabWidget QTabBar::tab:hover {
background-color: #ffc74d;
color: #333;
}
QDialog .QTabWidget .QWidget {
background-color: #ffc74d;
color: #333;
}
QDialog .QTabWidget .QWidget QAbstractSpinBox {
min-height: 15px;
}
QDialog .QTabWidget .QWidget QAbstractSpinBox::down-button {
width: 15px;
}
QDialog .QTabWidget .QWidget QAbstractSpinBox::up-button {
width: 15px;
}
QDialog .QTabWidget .QWidget QComboBox {
min-height: 15px;
}
/**************************** FILE MENU *************************************************/
/* Dialog: Open URI */
QDialog#OpenURIDialog QLabel#label {
/* URI Label */
font-weight: bold;
}
QDialog#OpenURIDialog QPushButton#selectFileButton {
/* ... Button */
border: 1px solid #d2d2d2;
padding-left: 10px;
padding-right: 10px;
background-color: #fdc14f;
padding: 0.85em 2em;
letter-spacing: 1px;
color: #000000;
font-size: 12px;
border-radius: 20px;
}
QDialog#OpenURIDialog QPushButton#selectFileButton:hover {
background-color: #fdc14f;
color: #333;
}
QDialog#OpenURIDialog QPushButton#selectFileButton:pressed {
border: 1px solid #9e9e9e;
}
/**************************** SIGN/ VERIFY MESSAGE DIALOG *******************************/
/* QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_SM { /* Address Book Button */
/* QDialog#SignVerifyMessageDialog QPlainTextEdit { /* Message Signing Text */
/* QDialog#SignVerifyMessageDialog QPushButton#pasteButton_SM { /* Paste Button */
/* QDialog#SignVerifyMessageDialog QLineEdit:!focus { /* Font Hack */
/* QDialog#SignVerifyMessageDialog QPushButton#copySignatureButton_SM { /* Copy Button */
/* QDialog#SignVerifyMessageDialog QPushButton#clearButton_SM { /* Clear Button */
/* QDialog#SignVerifyMessageDialog QPushButton#addressBookButton_VM { /* Verify Message - Address Book Button */
/* QDialog#SignVerifyMessageDialog QPushButton#clearButton_VM { /* Verify Message - Clear Button */
/**************************** SEND AND RECEIVE ADDRESSES DIALOG *****************************/
QWidget#AddressBookPage {
background-color: transparent;
color: #333;
}
/* QWidget#AddressBookPage QPushButton#newAddress { /* New Address Button */
/* QWidget#AddressBookPage QPushButton#copyAddress { /* Copy Address Button */
/* QWidget#AddressBookPage QPushButton#deleteAddress { /* Delete Address Button */
QWidget#AddressBookPage QTableView {
/* Address Listing */
font-size: 12px;
color: #333;
}
QWidget#AddressBookPage QHeaderView::section {
/* Min width for Windows fix */
min-width: 260px;
color: #333;
}
/**************************** MultiSig Dialog *******************************************/
/* QDialog#MultisigDialog QPushButton { */
/* QDialog#MultisigDialog QFrame#addressFrame { */
/**************************** SETTINGS MENU *********************************************/
/* Encrypt Wallet and Change Passphrase Dialog */
QDialog#AskPassphraseDialog QPushButton QLabel#passLabel1,
QDialog#AskPassphraseDialog QPushButton QLabel#passLabel2,
QDialog#AskPassphraseDialog QPushButton QLabel#passLabel3 {
qproperty-alignment: "AlignVCenter | AlignRight";
}
/* Options Dialog */
QDialog#OptionsDialog QPushButton,
QDialog#OptionsDialog QValueComboBox,
QDialog#OptionsDialog QSpinBox {
margin-top: 5px;
margin-bottom: 5px;
}
QDialog#OptionsDialog QValidatedLineEdit,
QDialog#OptionsDialog QValidatedLineEdit:disabled,
QDialog#OptionsDialog QLineEdit,
QDialog#OptionsDialog QLineEdit:disabled {
qproperty-alignment: "AlignVCenter | AlignLeft";
min-height: 20px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
QDialog#OptionsDialog > QLabel {
qproperty-alignment: "AlignVCenter";
min-height: 20px;
}
QDialog#OptionsDialog QWidget#tabDisplay QValueComboBox {
margin-top: 0px;
margin-bottom: 0px;
}
QDialog#OptionsDialog QLabel#label_3 {
/* Translations Missing? Label */
qproperty-alignment: "AlignVCenter | AlignCenter";
color: #818181;
padding-bottom: 8px;
}
QDialog#OptionsDialog QCheckBox {
min-height: 20px;
}
QDialog#OptionsDialog QCheckBox#displayAddresses {
min-height: 33px;
}
QDialog#OptionsDialog QLabel#labelStakeSplitThresholdText {
font-size: 16px;
}
/**************************** TOOLS MENU ************************************************/
QDialog#RPCConsole QWidget#tab_info QLabel#label_11,
QDialog#RPCConsole QWidget#tab_info QLabel#label_10 {
/* Margin between Network and Block Chain headers */
qproperty-alignment: "AlignBottom";
min-height: 25px;
min-width: 180px;
}
QDialog#RPCConsole QWidget#tab_peers QLabel#peerHeading {
/* Peers Info Header */
color: #000000;
}
QDialog#RPCConsole QTableView#peerWidget::item {
/* Peers Table Items */
color: #333;
}
QDialog#RPCConsole QPushButton#openDebugLogfileButton {
max-width: 60px;
}
QDialog#RPCConsole QTextEdit#messagesWidget {
/* Console Messages Window */
border: 0;
background-color: #fcfcfc;
color: #333;
}
QDialog#RPCConsole QLineEdit#lineEdit {
/* Console Input */
margin-right: 5px;
}
QDialog#RPCConsole QPushButton#clearButton {
/* Console Clear Button */
background-color: transparent;
padding-left: 10px;
padding-right: 10px;
}
QDialog#RPCConsole .QGroupBox #line {
/* Network In Line */
background-color: #23003a;
}
QDialog#RPCConsole .QGroupBox #line_2 {
/* Network Out Line */
background: #15ff63;
}
/**************************** HELP MENU *************************************************/
/* Command Line Options Dialog */
QDialog#HelpMessageDialog QScrollArea * {
background-color: #ffc74d;
}
QDialog#HelpMessageDialog QScrollBar:vertical,
QDialog#HelpMessageDialog QScrollBar:horizontal {
background-color: #ffc74d;
border: 0;
}
/* About LiteGenX Dialog */
QDialog#AboutDialog {
background-color: #ffc74d;
color: #050044;
}
QDialog#AboutDialog QLabel#label,
QDialog#AboutDialog QLabel#copyrightLabel,
QDialog#AboutDialog QLabel#label_2 {
/* About LiteGenX Contents */
margin-left: 10px;
}
QDialog#AboutDialog QLabel#label_2 {
/* Margin for About LiteGenX text */
margin-right: 10px;
}
/* Edit Address Dialog */
QDialog#EditAddressDialog QLabel {
qproperty-alignment: "AlignVCenter | AlignRight";
min-height: 27px;
font-weight: normal;
padding-right: 5px;
}
/* Header design for ALL tabs/pages *****************************************************/
/* Horizontal lines */
QFrame[frameShape="4"] {
/* QFrame::HLine == 0x0004 */
border: 1px solid #372f44;
}
/* Headers */
QLabel#labelOverviewHeaderLeft {
font-weight: bold;
font-size: 20px;
background-color: #ffc74d;
}
QLabel#labelOverviewHeaderRight {
qproperty-alignment: "AlignVCenter | AlignRight";
background-image: url(":/images/LiteGenX_logo_horizontal");
background-repeat: no-repeat;
}
QWidget .QFrame#frame_Header {
/* Header with Page-Title and PIVX-image */
min-width: 400px;
background-color: #ffc74d;
}
QWidget .QFrame#frame_BG {
/* Background */
min-width: 400px;
/* background-color:#ffc74d; */
}
/**************************** OVERVIEW SCREEN *******************************************/
QWidget .QFrame#frame_Space {
/* Space between Header and Content */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frame_Content {
/* Actual Content */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frameBalances {
/* Upper left side */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frame_RecentTransactions {
/* Right side */
min-width: 400px;
/* background-color:#ffc74d; */
}
QWidget .QFrame#frameBalances > .QLabel {
min-width: 190px;
font-weight: normal;
}
QWidget .QFrame#frameBalances .QLabel#labelWalletStatus {
/* Wallet Sync Status */
qproperty-alignment: "AlignVCenter | AlignLeft";
margin-left: 3px;
}
QWidget .QFrame#frameBalances .QLabel#labelPending, /* Pending Balance */
QWidget .QFrame#frameBalances .QLabel#labelImmature {
/* Immature Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 14px;
font-weight: normal;
color: red;
}
QWidget .QFrame#frameBalances .QLabel#labelWatchPending, /* Watch-only Pending Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchImmature, /* Watch-only Immature Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchAvailable, /* Watch-only Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchLocked, /* Watch-only Locked Balance */
QWidget .QFrame#frameBalances .QLabel#labelWatchonly, /* Watch-only Header */
QWidget .QFrame#frameBalances .QLabel#labelSpendable {
/* Spendable Header */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 12px;
margin-left: 16px;
}
QWidget .QFrame#frameBalances .QLabel#labelImmatureText, /* Immature Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelTotalText, /* Total Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelPendingText, /* Pending Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelAvailableText, /* Available Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelLockedText, /* Locked Balance Label */
QWidget .QFrame#frameBalances .QLabel#labelBalances {
/* BGX Balances Header Label */
qproperty-alignment: "AlignVCenter | AlignLeft";
min-width: 160px;
color: #333333;
margin-right: 5px;
padding-right: 5px;
font-size: 14px;
}
QWidget .QFrame#frameBalances .QLabel#labelBalances {
/* BGX Balances Header Label */
font-weight: bold;
}
QWidget .QFrame#frameBalances #lineBalances {
/* BGX Balances Line separator */
background-color: #000000;
}
QWidget .QFrame#frameBalances .QLabel#labelTotal, /* Total Balance */
QWidget .QFrame#frameBalances .QLabel#labelAvailable {
/* Available Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 14px;
font-weight: normal;
color: #000000;
}
QWidget .QFrame#frameBalances .QLabel#labelLocked {
/* Locked Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 14px;
font-weight: normal;
color: #000000;
}
QWidget .QFrame#frameBalances .QLabel#labelWatchTotal {
/* Watch-only Total Balance */
qproperty-alignment: "AlignVCenter | AlignLeft";
font-size: 12px;
margin-left: 14px;
}
/**************************** RECENT TRANSACTIONS ***************************************/
QWidget .QFrame#frame_RecentTransactions {
/* Transactions Widget */
min-width: 410px;
min-height: 100px;
margin-left: 0;
margin-top: 0;
}
QWidget .QFrame#frame_RecentTransactions .QLabel#labelRecentTransactions {
/* Recent Transactions Label */
qproperty-alignment: "AlignVCenter | AlignLeft";
min-width: 180px;
background-color: transparent;
color: #333333;
font-weight: bold;
font-size: 14px;
margin-right: 5px;
padding-right: 5px;
}
QWidget .QFrame#frame_RecentTransactions .QLabel#labelTransactionsStatus {
/* Recent Transactions Sync Status */
qproperty-alignment: "AlignVCenter | AlignLeft";
margin-left: 3px;
}
QWidget .QFrame#frame_RecentTransactions QListView {
/* Transaction List */
font-weight: normal;
font-size: 12px;
max-width: 369px;
margin-top: 12px;
margin-left: 0px; /* CSS Voodoo - set to -66px to hide default transaction icons */
}
/**************************** SEND DIALOG ***********************************************/
QDialog#SendCoinsDialog {
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl {
/* Coin Control Section */
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QFrame#frameFee {
/* Coin Control Section */
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QFrame#frame_Send {
/* Coin Control Section */
background-color: #ffc74d;
margin-bottom: 6px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl {
/* Coin Control Section */
/* background-color:#ffc74df00; */
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl > .QLabel {
/* Default Font Color and Size */
font-weight: normal;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QPushButton#pushButtonCoinControl {
/* Coin Control Inputs Button */
padding-left: 10px;
padding-right: 10px;
min-height: 25px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlFeatures {
/* Coin Control Header */
qproperty-alignment: "AlignVCenter | AlignLeft";
min-width: 160px;
background-color: transparent;
color: #333333;
font-weight: bold;
font-size: 20px;
margin-right: 5px;
padding-right: 5px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl {
/* Coin Control Inputs */
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QWidget#widgetCoinControl > .QLabel {
/* Coin Control Inputs Labels */
padding: 2px;
}
QDialog#SendCoinsDialog .QFrame#frameCoinControl .QLabel#labelCoinControlChangeLabel {
/* Custom Change Address Validation Label */
font-weight: normal;
}
QDialog#SendCoinsDialog .QScrollArea#scrollArea .QWidget#scrollAreaWidgetContents {
/* Send To Widget */
background-color: #ffc74d;
}
QDialog#SendCoinsDialog .QCheckBox#checkSwiftTX {
/* SwiftTX Checkbox */
color: #616161;
font-weight: bold;
border-radius: 5px;
padding-top: 20px;
padding-bottom: 18px;
margin-left: 10px;
margin-right: 20px;
}
/* This QLabel uses name = "label" which conflicts with Address Book -> New Address */
/* To maximize backwards compatibility this formatting has been removed */
QDialog#SendCoinsDialog QLabel#label {
min-height: 27px;
}
QDialog#SendCoinsDialog QLabel#labelBalance {
margin-left: 0px;
padding-left: 0px;
color: #333333;
min-height: 27px;
}
/**************************** SEND COINS ENTRY ******************************************/
QStackedWidget#SendCoinsEntry .QFrame#SendCoins > .QLabel {
/* Send Coin Entry Labels */
min-width: 10px;
font-weight: bold;
min-height: 25px;
margin-right: 5px;
padding-right: 5px;
}
/* QStackedWidget#SendCoinsEntry .QValidatedLineEdit#payTo { /* Pay To Input Field */
/* QStackedWidget#SendCoinsEntry .QValidatedLineEdit#payTo:!focus { /* Pay To Input Field */
QStackedWidget#SendCoinsEntry .QToolButton, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton,
QDialog#MultiSendDialog .QToolButton,
QDialog#SignVerifyMessageDialog .QToolButton,
QDialog#MultisigDialog .QToolButton {
background-color: #ffc74d;
border-width: 1px;
border-style: outset;
border-color: #ffa500;
border-radius: 8px;
color: #000000;
font-size: 12px;
font-weight: bold;
margin: 2px;
}
QStackedWidget#SendCoinsEntry .QToolButton:hover, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton:hover,
QDialog#MultiSendDialog .QToolButton:hover,
QDialog#SignVerifyMessageDialog .QToolButton:hover {
background-color: #ffa500;
}
QStackedWidget#SendCoinsEntry .QToolButton:focus, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton:focus,
QDialog#MultiSendDialog .QToolButton:focus,
QDialog#SignVerifyMessageDialog .QToolButton:focus,
QDialog#MultisigDialog .QToolButton:hover {
}
QStackedWidget#SendCoinsEntry .QToolButton:pressed, /* General Settings for Pay To Icons */
QDialog#Bip38ToolDialog .QToolButton:pressed,
QDialog#MultiSendDialog .QToolButton:pressed,
QDialog#SignVerifyMessageDialog .QToolButton:pressed,
QDialog#MultisigDialog .QToolButton:pressed {
}
/* QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { /* Address Book Button */
/* QStackedWidget#SendCoinsEntry .QToolButton#addressBookButton { */
/* QStackedWidget#SendCoinsEntry .QToolButton#pasteButton { */
/* QStackedWidget#SendCoinsEntry .QToolButton#deleteButton { */
/* QStackedWidget#SendCoinsEntry .QLineEdit#addAsLabel { /* Pay To Input Field */
/* QStackedWidget#SendCoinsEntry .QLineEdit#addAsLabel:!focus { /* Pay To Input Field */
/**************************** COIN CONTROL POPUP ****************************************/
QDialog#CoinControlDialog .QLabel#labelCoinControlQuantityText {
/* Coin Control Quantity Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlQuantity {
/* Coin Control Quantity */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlBytesText {
/* Coin Control Bytes Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlBytes {
/* Coin Control Bytes */
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAmountText {
/* Coin Control Amount Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAmount {
/* Coin Control Amount */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlPriorityText {
/* Coin Control Priority Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlPriority {
/* Coin Control Priority */
}
QDialog#CoinControlDialog .QLabel#labelCoinControlFeeText {
/* Coin Control Fee Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlFee {
/* Coin Control Fee */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutputText {
/* Coin Control Low Output Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlLowOutput {
/* Coin Control Low Output */
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFeeText {
/* Coin Control After Fee Label */
min-height: 30px;
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlAfterFee {
/* Coin Control After Fee */
min-height: 30px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlChangeText {
/* Coin Control Change Label */
padding-left: 15px;
}
QDialog#CoinControlDialog .QLabel#labelCoinControlChange {
/* Coin Control Change */
}
QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonSelectAll {
/* (un)select all button */
padding-left: 10px;
padding-right: 10px;
min-height: 25px;
}
QDialog#CoinControlDialog .QFrame#frame .QPushButton#pushButtonToggleLock {
/* Toggle lock state button */
padding-left: 10px;
padding-right: 10px;
min-height: 25px;
}
QDialog#CoinControlDialog .QDialogButtonBox#buttonBox QPushButton {
/* Coin Control 'OK' button */
}
QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioTreeMode {
/* Coin Control Tree Mode Selector */
color: #818181;
background-color: transparent;
}
QDialog#CoinControlDialog .QFrame#frame .QRadioButton#radioListMode {
/* Coin Control List Mode Selector */
color: #818181;
background-color: transparent;
}
QDialog#CoinControlDialog QHeaderView::section:first {
/* Bug Fix: the number "1" displays in this table for some reason... */
color: transparent;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget {
/* Coin Control Widget Container */
outline: 0;
background-color: #ffc74d;
border: 1px solid #333;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item {
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:selected {
/* Coin Control Item (selected) */
background-color: #000000;
color: #ffc74d;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::item:checked {
/* Coin Control Item (checked) */
background-color: #f7f7f7;
color: #ffc74d;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:selected {
/* Coin Control Branch Icon */
background-image: url(":/images/qtreeview_selected");
background-repeat: no-repeat;
background-position: center;
background-color: #f7f7f7;
color: #333;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::branch:checked {
/* Coin Control Branch Icon */
background-image: url(":/images/qtreeview_selected");
background-repeat: no-repeat;
background-position: center;
background-color: #f7f7f7;
color: #333;
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::seperator {
}
QDialog#CoinControlDialog .CoinControlTreeWidget#treeWidget::indicator {
/* Coin Control Widget Checkbox */
}
/**************************** RECEIVE COINS *********************************************/
QWidget#ReceiveCoinsDialog {
background-color: #ffc74d;
}
QWidget#ReceiveCoinsDialog .QFrame#frame {
background-color: #ffc74d;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 {
background-color: #ffc74d;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 > .QLabel {
/* Receive Coin Labels */
min-width: 10px;
font-weight: bold;
min-height: 25px;
margin-right: 5px;
padding-right: 5px;
}
/* QWidget#ReceiveCoinsDialog .QFrame#frame2 > .QLineEdit { /* Receive Coin LineEdits */
/* QWidget#ReceiveCoinsDialog .QFrame#frame2 > .QLineEdit:!focus { /* Receive Coin LineEdits */
QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton {
/* Clear Button */
padding-left: 10px;
padding-right: 10px;
}
QWidget#ReceiveCoinsDialog .QFrame#frame QPushButton:pressed {
border: 1px solid #9e9e9e;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton {
/* Clear Button */
padding-left: 10px;
padding-right: 10px;
}
QWidget#ReceiveCoinsDialog .QFrame#frame2 QPushButton:pressed {
border: 1px solid #9e9e9e;
}
QWidget#ReceiveCoinsDialog .QFrame#frame .QLabel#label_6 {
/* Requested Payments History Label */
color: #000000;
font-weight: bold;
font-size: 14px;
}
/**************************** RECEIVE COINS DIALOG **************************************/
QDialog#ReceiveRequestDialog QTextEdit {
/* Contents of Receive Coin Dialog */
border: 1px solid #d7d7d7;
}
/**************************** TRANSACTIONS PAGE *****************************************/
TransactionView QLineEdit {
/* Address Filter */
margin-bottom: 2px;
margin-right: 1px;
min-width: 111px;
text-align: center;
}
TransactionView QComboBox {
margin-bottom: 1px;
margin-right: 1px;
}
QLabel#transactionSumLabel {
/* Example of setObjectName for widgets without name */
color: #333333;
font-weight: bold;
}
QLabel#transactionSum {
/* Example of setObjectName for widgets without name */
color: #333333;
}
/**************************** TRANSACTION DETAILS DIALOG ********************************/
QDialog#TransactionDescDialog QTextEdit {
/* Contents of Receive Coin Dialog */
border: 1px solid #d7d7d7;
}
/**************************** MASTERNODE LIST *******************************************/
QWidget#MasternodeList {
background-color: #ffc74d;
}
QWidget#MasternodeList .QFrame#frameList {
background-color: #ffc74d;
}
/********************************* CALENDAR WIDGET **************************************/
QCalendarView {
border: 1px solid #333;
}
QCalendarWidget QWidget#qt_calendar_navigationbar {
/* Calendar widget navigation bar */
background-color: #000000;
font-weight: bold;
}
QCalendarWidget QAbstractItemView {
/* Calendar widget days */
alternate-background-color: #dedbe5;
background-color: #ffc74d;
}
QCalendarWidget QAbstractItemView:enabled {
/* Calendar widget weekdays in month */
color: #333;
}
QCalendarWidget QAbstractItemView:disabled {
/* Calendar widget days not in month */
color: #818181;
} | 0.299208 | 0.147863 |
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
*,
*::before,
*::after {
border: 0;
margin: 0;
padding: 0;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
}
#app {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100vh;
background: #131417;
overflow: hidden;
font-family: 'Inter', sans-serif;
font-weight: 500;
letter-spacing: 0.2mm;
color: #fff;
}
.text-bold {
font-weight: 700;
}
.wrapper {
position: relative;
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;
max-height: 600px;
-webkit-filter: blur(0.2px);
filter: blur(0.2px);
height: 90vh;
max-width: 500px;
width: 90%;
}
.wrapper::before, .wrapper::after {
content: "";
position: absolute;
-webkit-filter: blur(1px);
filter: blur(1px);
border-radius: 50%;
}
.wrapper::before {
width: 150px;
height: 150px;
top: 45px;
right: -30px;
background: -webkit-gradient(linear, left top, right top, from(#00d2ff), to(#3a47d5));
background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
}
.wrapper::after {
width: 300px;
height: 300px;
bottom: -100px;
left: -100px;
background: -webkit-gradient(linear, left top, right top, from(#FC466B), to(#3F5EFB));
background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
}
.card {
position: relative;
padding: 48px 24px;
z-index: 4;
max-height: 600px;
height: 90vh;
max-width: 500px;
width: 90%;
overflow-x: hidden;
overflow-y: auto;
border-radius: 20px;
background: rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
border: 2px solid rgba(255, 255, 255, 0.3);
}
.card .header {
margin-bottom: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.card .header .title {
font-size: 24px;
}
.card .header .title .fa-times-circle {
color: rgba(255, 255, 255, 0.3);
font-size: 20px;
display: inline-block;
position: relative;
top: -1px;
border-radius: 2px;
margin-right: 8px;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .header .title .fa-times-circle:hover {
color: #fff;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .header .rating {
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: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
gap: 2px;
}
.card .header .rating .fa-star {
color: #fff;
cursor: pointer;
font-size: 16px;
opacity: 0.6;
-webkit-transition: 0.75s cubic-bezier(0.55, 0, 0.1, 1);
transition: 0.75s cubic-bezier(0.55, 0, 0.1, 1);
}
.card .header .rating .stars {
width: 0;
height: 0;
}
.card .header .rating .stars:checked + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star + .stars + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star + .stars + .fa-star + .stars + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star + .stars + .fa-star + .stars + .fa-star + .stars + .fa-star {
color: #f7bb00;
opacity: 1;
-webkit-filter: drop-shadow(0 0 10px rgba(247, 255, 0, 0.5));
filter: drop-shadow(0 0 10px rgba(247, 255, 0, 0.5));
}
.card .content .input-group + .input-group {
margin-top: 12px;
}
.card .content .input-group {
position: relative;
width: 100%;
}
.card .content .input-group .input-text, .card .content .input-group .textarea {
font-size: 14px;
position: relative;
width: 100%;
background: rgba(15, 17, 23, 0.6);
border-radius: 8px;
border: 2px solid transparent;
color: #fff;
-webkit-transition: .75s ease;
transition: .75s ease;
padding: 18px 12px;
}
.card .content .input-group .input-text:focus, .card .content .input-group .textarea:focus {
border-color: #2f5dd7;
-webkit-filter: drop-shadow(0 0 2px #2f5dd7);
filter: drop-shadow(0 0 2px #2f5dd7);
}
.card .content .input-group .input-text:focus + .input-placeholder,
.card .content .input-group .textarea:focus + .textarea-placeholder {
top: 6px;
font-size: 10px;
color: #3597ec;
-webkit-transition: .1s ease;
transition: .1s ease;
opacity: 1;
}
.card .content .input-group .input-text:valid + .input-placeholder,
.card .content .input-group .textarea:valid + .textarea-placeholder {
opacity: 0;
-webkit-transition: .75s ease;
transition: .75s ease;
}
.card .content .input-group .input-placeholder, .card .content .input-group .textarea-placeholder {
position: absolute;
font-size: 14px;
top: 20px;
left: 14px;
color: #fff;
letter-spacing: 0.1mm;
opacity: 0.8;
-webkit-transition: .1s ease;
transition: .1s ease;
cursor: auto;
}
.card .content .input-group .textarea {
height: 140px;
resize: none;
padding: 18px 12px;
}
.card .content .upload-submit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.card .content .upload-submit .file-upload {
width: 70%;
padding: 14px;
letter-spacing: 0.4mm;
font-size: 14px;
background: rgba(15, 17, 23, 0.6);
border: 2px solid transparent;
border-radius: 8px;
margin-right: 16px;
cursor: pointer;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card .content .upload-submit .file-upload input {
display: none;
}
.card .content .upload-submit .file-upload .custom-upload {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
opacity: 0.8;
}
.card .content .upload-submit .file-upload .custom-upload .fa-camera {
margin-top: 1px;
}
.card .content .upload-submit .file-upload:hover, .card .content .upload-submit .file-upload:focus {
-webkit-transition: .2s ease;
transition: .2s ease;
border-color: #2f5dd7;
-webkit-filter: drop-shadow(0 0 2px #2f5dd7);
filter: drop-shadow(0 0 2px #2f5dd7);
}
.card .content .upload-submit .file-upload:hover > .custom-upload, .card .content .upload-submit .file-upload:focus > .custom-upload {
opacity: 1;
}
.card .content .upload-submit .btn-submit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #fff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.4mm;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #2f5dd7;
-webkit-transition: .75s ease;
transition: .75s ease;
border: 2px solid transparent;
font-size: 14px;
cursor: pointer;
width: 30%;
-webkit-transition: .2s ease;
transition: .2s ease;
border-radius: 8px;
}
.card .content .upload-submit .btn-submit:hover, .card .content .upload-submit .btn-submit:focus {
-webkit-filter: drop-shadow(0 0 4px #2f5dd7);
filter: drop-shadow(0 0 4px #2f5dd7);
}
.card .content .upload-submit .btn-submit .fa-arrow-right {
margin-top: 1px;
-webkit-animation: arrow-right .7s infinite;
animation: arrow-right .7s infinite;
}
.card .content .upload-submit .btn-store {
padding: 14px 20px;
}
.card .content .upload-submit .btn-update {
padding: 14px;
}
.card .line-break {
margin: 48px 0;
width: 100%;
height: 4px;
border-radius: 2px;
background: rgba(255, 255, 255, 0.3);
}
.card .other-review + .other-review {
margin-top: 12px;
}
.card .other-review {
position: relative;
width: 100%;
background: rgba(15, 17, 23, 0.6);
padding: 28px 14px;
border-radius: 10px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
}
.card .other-review .profile-picture {
position: relative;
width: 45px;
height: 45px;
border-radius: 50%;
overflow: hidden;
}
.card .other-review .profile-picture img {
height: 45px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.card .other-review .review-detail {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.card .other-review .review-detail .review-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 4px 0 2px 0;
}
.card .other-review .review-detail .review-name .full-name {
max-width: 260px;
font-size: 14px;
}
.card .other-review .review-detail .review-name .action .action-list-open {
list-style: none;
}
.card .other-review .review-detail .review-name .action .action-list-open .fa-ellipsis-h {
cursor: pointer;
position: relative;
z-index: 10;
}
.card .other-review .review-detail .review-name .action .action-list-open::-webkit-details-marker {
display: none;
}
.card .other-review .review-detail .review-name .action .action-list {
-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
z-index: 9;
right: 0;
top: 25px;
border-radius: 4px;
position: absolute;
width: 100px;
background: rgba(15, 17, 23, 0.6);
-webkit-transform-origin: top right;
transform-origin: top right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 8px;
}
.card .other-review .review-detail .review-name .action .action-list-item {
padding: 8px;
display: block;
border-radius: 2px;
font-size: 12px;
cursor: pointer;
}
.card .other-review .review-detail .review-name .action .action-list-item:hover:nth-child(1) {
background: #2f5dd7;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .other-review .review-detail .review-name .action .action-list-item:hover:nth-child(2) {
background: #b84b95;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .other-review .review-detail .review-name .action[open] .action-list {
-webkit-animation: scale 0.25s ease;
animation: scale 0.25s ease;
}
.card .other-review .review-detail .review-date {
font-size: 12px;
opacity: 0.7;
}
.card .other-review .review-detail .review-rating {
margin: 6px 0 28px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #fff;
font-size: 10px;
gap: 2px;
}
.card .other-review .review-detail .review-rating .yellow-star {
color: #f7bb00;
-webkit-filter: drop-shadow(0 0 5px rgba(247, 255, 0, 0.5));
filter: drop-shadow(0 0 5px rgba(247, 255, 0, 0.5));
}
.card .other-review .review-detail .review-rating .white-star {
opacity: 0.6;
}
.card .other-review .review-detail .review-comment {
font-size: 12px;
max-width: 260px;
line-height: 5mm;
}
.card .other-review .review-detail .review-image {
margin-top: 28px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.card .other-review .review-detail .review-image .img-wrapper {
cursor: pointer;
position: relative;
border-radius: 5px;
width: 80px;
height: 80px;
background: rgba(15, 17, 23, 0.6);
overflow: hidden;
}
.card .other-review .review-detail .review-image .img-wrapper img {
position: absolute;
height: 80px;
top: 50%;
height: 80px;
text-indent: 100%;
z-index: 11;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.card .other-review .review-detail .review-image .display-image::before, .card .other-review .review-detail .review-image .no-image::before {
position: absolute;
opacity: 0.8;
z-index: 10;
letter-spacing: 0.4mm;
font-size: 12px;
text-align: center;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.card .other-review .review-detail .review-image .display-image::before {
content: "IMAGE";
}
.card .other-review .review-detail .review-image .no-image::before {
content: "NO IMAGE";
}
@-webkit-keyframes arrow-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
25% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
75% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes arrow-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
25% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
75% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: rgba(21, 20, 26, 0.55);
border-top: 24px solid transparent;
border-right: 4px solid transparent;
border-bottom: 24px solid transparent;
background-clip: padding-box;
}
/*# sourceMappingURL=main.css.map */ | src/assets/css/main.css | @import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
*,
*::before,
*::after {
border: 0;
margin: 0;
padding: 0;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
}
#app {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100vh;
background: #131417;
overflow: hidden;
font-family: 'Inter', sans-serif;
font-weight: 500;
letter-spacing: 0.2mm;
color: #fff;
}
.text-bold {
font-weight: 700;
}
.wrapper {
position: relative;
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;
max-height: 600px;
-webkit-filter: blur(0.2px);
filter: blur(0.2px);
height: 90vh;
max-width: 500px;
width: 90%;
}
.wrapper::before, .wrapper::after {
content: "";
position: absolute;
-webkit-filter: blur(1px);
filter: blur(1px);
border-radius: 50%;
}
.wrapper::before {
width: 150px;
height: 150px;
top: 45px;
right: -30px;
background: -webkit-gradient(linear, left top, right top, from(#00d2ff), to(#3a47d5));
background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
}
.wrapper::after {
width: 300px;
height: 300px;
bottom: -100px;
left: -100px;
background: -webkit-gradient(linear, left top, right top, from(#FC466B), to(#3F5EFB));
background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
}
.card {
position: relative;
padding: 48px 24px;
z-index: 4;
max-height: 600px;
height: 90vh;
max-width: 500px;
width: 90%;
overflow-x: hidden;
overflow-y: auto;
border-radius: 20px;
background: rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
border: 2px solid rgba(255, 255, 255, 0.3);
}
.card .header {
margin-bottom: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.card .header .title {
font-size: 24px;
}
.card .header .title .fa-times-circle {
color: rgba(255, 255, 255, 0.3);
font-size: 20px;
display: inline-block;
position: relative;
top: -1px;
border-radius: 2px;
margin-right: 8px;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .header .title .fa-times-circle:hover {
color: #fff;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .header .rating {
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: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
gap: 2px;
}
.card .header .rating .fa-star {
color: #fff;
cursor: pointer;
font-size: 16px;
opacity: 0.6;
-webkit-transition: 0.75s cubic-bezier(0.55, 0, 0.1, 1);
transition: 0.75s cubic-bezier(0.55, 0, 0.1, 1);
}
.card .header .rating .stars {
width: 0;
height: 0;
}
.card .header .rating .stars:checked + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star + .stars + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star + .stars + .fa-star + .stars + .fa-star,
.card .header .rating .stars:checked + .fa-star + .stars + .fa-star + .stars + .fa-star + .stars + .fa-star + .stars + .fa-star {
color: #f7bb00;
opacity: 1;
-webkit-filter: drop-shadow(0 0 10px rgba(247, 255, 0, 0.5));
filter: drop-shadow(0 0 10px rgba(247, 255, 0, 0.5));
}
.card .content .input-group + .input-group {
margin-top: 12px;
}
.card .content .input-group {
position: relative;
width: 100%;
}
.card .content .input-group .input-text, .card .content .input-group .textarea {
font-size: 14px;
position: relative;
width: 100%;
background: rgba(15, 17, 23, 0.6);
border-radius: 8px;
border: 2px solid transparent;
color: #fff;
-webkit-transition: .75s ease;
transition: .75s ease;
padding: 18px 12px;
}
.card .content .input-group .input-text:focus, .card .content .input-group .textarea:focus {
border-color: #2f5dd7;
-webkit-filter: drop-shadow(0 0 2px #2f5dd7);
filter: drop-shadow(0 0 2px #2f5dd7);
}
.card .content .input-group .input-text:focus + .input-placeholder,
.card .content .input-group .textarea:focus + .textarea-placeholder {
top: 6px;
font-size: 10px;
color: #3597ec;
-webkit-transition: .1s ease;
transition: .1s ease;
opacity: 1;
}
.card .content .input-group .input-text:valid + .input-placeholder,
.card .content .input-group .textarea:valid + .textarea-placeholder {
opacity: 0;
-webkit-transition: .75s ease;
transition: .75s ease;
}
.card .content .input-group .input-placeholder, .card .content .input-group .textarea-placeholder {
position: absolute;
font-size: 14px;
top: 20px;
left: 14px;
color: #fff;
letter-spacing: 0.1mm;
opacity: 0.8;
-webkit-transition: .1s ease;
transition: .1s ease;
cursor: auto;
}
.card .content .input-group .textarea {
height: 140px;
resize: none;
padding: 18px 12px;
}
.card .content .upload-submit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.card .content .upload-submit .file-upload {
width: 70%;
padding: 14px;
letter-spacing: 0.4mm;
font-size: 14px;
background: rgba(15, 17, 23, 0.6);
border: 2px solid transparent;
border-radius: 8px;
margin-right: 16px;
cursor: pointer;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card .content .upload-submit .file-upload input {
display: none;
}
.card .content .upload-submit .file-upload .custom-upload {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
opacity: 0.8;
}
.card .content .upload-submit .file-upload .custom-upload .fa-camera {
margin-top: 1px;
}
.card .content .upload-submit .file-upload:hover, .card .content .upload-submit .file-upload:focus {
-webkit-transition: .2s ease;
transition: .2s ease;
border-color: #2f5dd7;
-webkit-filter: drop-shadow(0 0 2px #2f5dd7);
filter: drop-shadow(0 0 2px #2f5dd7);
}
.card .content .upload-submit .file-upload:hover > .custom-upload, .card .content .upload-submit .file-upload:focus > .custom-upload {
opacity: 1;
}
.card .content .upload-submit .btn-submit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #fff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.4mm;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #2f5dd7;
-webkit-transition: .75s ease;
transition: .75s ease;
border: 2px solid transparent;
font-size: 14px;
cursor: pointer;
width: 30%;
-webkit-transition: .2s ease;
transition: .2s ease;
border-radius: 8px;
}
.card .content .upload-submit .btn-submit:hover, .card .content .upload-submit .btn-submit:focus {
-webkit-filter: drop-shadow(0 0 4px #2f5dd7);
filter: drop-shadow(0 0 4px #2f5dd7);
}
.card .content .upload-submit .btn-submit .fa-arrow-right {
margin-top: 1px;
-webkit-animation: arrow-right .7s infinite;
animation: arrow-right .7s infinite;
}
.card .content .upload-submit .btn-store {
padding: 14px 20px;
}
.card .content .upload-submit .btn-update {
padding: 14px;
}
.card .line-break {
margin: 48px 0;
width: 100%;
height: 4px;
border-radius: 2px;
background: rgba(255, 255, 255, 0.3);
}
.card .other-review + .other-review {
margin-top: 12px;
}
.card .other-review {
position: relative;
width: 100%;
background: rgba(15, 17, 23, 0.6);
padding: 28px 14px;
border-radius: 10px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
}
.card .other-review .profile-picture {
position: relative;
width: 45px;
height: 45px;
border-radius: 50%;
overflow: hidden;
}
.card .other-review .profile-picture img {
height: 45px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.card .other-review .review-detail {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.card .other-review .review-detail .review-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 4px 0 2px 0;
}
.card .other-review .review-detail .review-name .full-name {
max-width: 260px;
font-size: 14px;
}
.card .other-review .review-detail .review-name .action .action-list-open {
list-style: none;
}
.card .other-review .review-detail .review-name .action .action-list-open .fa-ellipsis-h {
cursor: pointer;
position: relative;
z-index: 10;
}
.card .other-review .review-detail .review-name .action .action-list-open::-webkit-details-marker {
display: none;
}
.card .other-review .review-detail .review-name .action .action-list {
-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
z-index: 9;
right: 0;
top: 25px;
border-radius: 4px;
position: absolute;
width: 100px;
background: rgba(15, 17, 23, 0.6);
-webkit-transform-origin: top right;
transform-origin: top right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 8px;
}
.card .other-review .review-detail .review-name .action .action-list-item {
padding: 8px;
display: block;
border-radius: 2px;
font-size: 12px;
cursor: pointer;
}
.card .other-review .review-detail .review-name .action .action-list-item:hover:nth-child(1) {
background: #2f5dd7;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .other-review .review-detail .review-name .action .action-list-item:hover:nth-child(2) {
background: #b84b95;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.card .other-review .review-detail .review-name .action[open] .action-list {
-webkit-animation: scale 0.25s ease;
animation: scale 0.25s ease;
}
.card .other-review .review-detail .review-date {
font-size: 12px;
opacity: 0.7;
}
.card .other-review .review-detail .review-rating {
margin: 6px 0 28px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #fff;
font-size: 10px;
gap: 2px;
}
.card .other-review .review-detail .review-rating .yellow-star {
color: #f7bb00;
-webkit-filter: drop-shadow(0 0 5px rgba(247, 255, 0, 0.5));
filter: drop-shadow(0 0 5px rgba(247, 255, 0, 0.5));
}
.card .other-review .review-detail .review-rating .white-star {
opacity: 0.6;
}
.card .other-review .review-detail .review-comment {
font-size: 12px;
max-width: 260px;
line-height: 5mm;
}
.card .other-review .review-detail .review-image {
margin-top: 28px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.card .other-review .review-detail .review-image .img-wrapper {
cursor: pointer;
position: relative;
border-radius: 5px;
width: 80px;
height: 80px;
background: rgba(15, 17, 23, 0.6);
overflow: hidden;
}
.card .other-review .review-detail .review-image .img-wrapper img {
position: absolute;
height: 80px;
top: 50%;
height: 80px;
text-indent: 100%;
z-index: 11;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.card .other-review .review-detail .review-image .display-image::before, .card .other-review .review-detail .review-image .no-image::before {
position: absolute;
opacity: 0.8;
z-index: 10;
letter-spacing: 0.4mm;
font-size: 12px;
text-align: center;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.card .other-review .review-detail .review-image .display-image::before {
content: "IMAGE";
}
.card .other-review .review-detail .review-image .no-image::before {
content: "NO IMAGE";
}
@-webkit-keyframes arrow-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
25% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
75% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes arrow-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
25% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
75% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: rgba(21, 20, 26, 0.55);
border-top: 24px solid transparent;
border-right: 4px solid transparent;
border-bottom: 24px solid transparent;
background-clip: padding-box;
}
/*# sourceMappingURL=main.css.map */ | 0.289773 | 0.064683 |
cropme {
display: block;
width: 100%;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
/* line 23, styles/cropme.scss */
cropme .step-1 {
font-family: helvetica, arial, sans-serif;
position: relative;
display: block;
background-color: #f0f0f0;
border: 4px dashed #ccc;
letter-spacing: 1px;
font-size: 15px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 33, styles/cropme.scss */
cropme .cropme-file-input {
position: absolute;
top: 20%;
left: 50%;
width: 0;
}
/* line 39, styles/cropme.scss */
cropme input[type=file] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
}
/* line 46, styles/cropme.scss */
cropme .cropme-button {
font-weight: bold;
cursor: pointer;
text-align: center;
color: #444;
height: 50px;
width: 250px;
margin-left: -125px;
line-height: 50px;
}
/* line 55, styles/cropme.scss */
cropme .cropme-button.deactivated {
opacity: 0.5;
pointer-events: none;
}
/* line 60, styles/cropme.scss */
cropme .cropme-button-decorated {
color: #fff;
background: #3ba5b3;
-moz-box-shadow: #ccc 2px 2px 1px 0, #328d99 0 0 2px 2px inset;
-webkit-box-shadow: #ccc 2px 2px 1px 0, #328d99 0 0 2px 2px inset;
box-shadow: #ccc 2px 2px 1px 0, #328d99 0 0 2px 2px inset;
}
/* line 64, styles/cropme.scss */
cropme .cropme-button-decorated:hover {
background: #3799a6;
color: #e6fafc;
}
/* line 69, styles/cropme.scss */
cropme .cropme-or {
pointer-events: none;
text-align: center;
color: #ccc;
margin-top: 25px;
width: 20px;
margin-left: -10px;
}
/* line 77, styles/cropme.scss */
cropme .cropme-label {
margin-top: 25px;
width: 150px;
margin-left: -75px;
pointer-events: none;
text-align: center;
color: #444;
}
/* line 85, styles/cropme.scss */
cropme .cropme-error {
margin-top: 10px;
text-align: center;
color: #da4b3e;
position: relative;
}
/* line 91, styles/cropme.scss */
cropme dropbox {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* line 98, styles/cropme.scss */
cropme dropbox.not-available {
background-color: #fff0f0;
}
/* line 101, styles/cropme.scss */
cropme dropbox.over {
background-color: #e5ffea;
}
/* line 104, styles/cropme.scss */
cropme dropbox.loading {
background-color: #aaffaa;
}
/* line 108, styles/cropme.scss */
cropme .overlay-tile {
position: absolute;
opacity: 0.5;
background-color: #000;
}
/* line 113, styles/cropme.scss */
cropme .overlay-border {
position: absolute;
border: 2px solid #328d99;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 118, styles/cropme.scss */
cropme .step-2 {
position: relative;
cursor: move;
overflow: hidden;
}
/* line 123, styles/cropme.scss */
cropme img {
float: left;
}
/* line 124, styles/cropme.scss */
cropme canvas {
display: none;
} | ArtyV2/www/css/cropme.css | cropme {
display: block;
width: 100%;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
/* line 23, styles/cropme.scss */
cropme .step-1 {
font-family: helvetica, arial, sans-serif;
position: relative;
display: block;
background-color: #f0f0f0;
border: 4px dashed #ccc;
letter-spacing: 1px;
font-size: 15px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 33, styles/cropme.scss */
cropme .cropme-file-input {
position: absolute;
top: 20%;
left: 50%;
width: 0;
}
/* line 39, styles/cropme.scss */
cropme input[type=file] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
}
/* line 46, styles/cropme.scss */
cropme .cropme-button {
font-weight: bold;
cursor: pointer;
text-align: center;
color: #444;
height: 50px;
width: 250px;
margin-left: -125px;
line-height: 50px;
}
/* line 55, styles/cropme.scss */
cropme .cropme-button.deactivated {
opacity: 0.5;
pointer-events: none;
}
/* line 60, styles/cropme.scss */
cropme .cropme-button-decorated {
color: #fff;
background: #3ba5b3;
-moz-box-shadow: #ccc 2px 2px 1px 0, #328d99 0 0 2px 2px inset;
-webkit-box-shadow: #ccc 2px 2px 1px 0, #328d99 0 0 2px 2px inset;
box-shadow: #ccc 2px 2px 1px 0, #328d99 0 0 2px 2px inset;
}
/* line 64, styles/cropme.scss */
cropme .cropme-button-decorated:hover {
background: #3799a6;
color: #e6fafc;
}
/* line 69, styles/cropme.scss */
cropme .cropme-or {
pointer-events: none;
text-align: center;
color: #ccc;
margin-top: 25px;
width: 20px;
margin-left: -10px;
}
/* line 77, styles/cropme.scss */
cropme .cropme-label {
margin-top: 25px;
width: 150px;
margin-left: -75px;
pointer-events: none;
text-align: center;
color: #444;
}
/* line 85, styles/cropme.scss */
cropme .cropme-error {
margin-top: 10px;
text-align: center;
color: #da4b3e;
position: relative;
}
/* line 91, styles/cropme.scss */
cropme dropbox {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* line 98, styles/cropme.scss */
cropme dropbox.not-available {
background-color: #fff0f0;
}
/* line 101, styles/cropme.scss */
cropme dropbox.over {
background-color: #e5ffea;
}
/* line 104, styles/cropme.scss */
cropme dropbox.loading {
background-color: #aaffaa;
}
/* line 108, styles/cropme.scss */
cropme .overlay-tile {
position: absolute;
opacity: 0.5;
background-color: #000;
}
/* line 113, styles/cropme.scss */
cropme .overlay-border {
position: absolute;
border: 2px solid #328d99;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 118, styles/cropme.scss */
cropme .step-2 {
position: relative;
cursor: move;
overflow: hidden;
}
/* line 123, styles/cropme.scss */
cropme img {
float: left;
}
/* line 124, styles/cropme.scss */
cropme canvas {
display: none;
} | 0.236604 | 0.045713 |
.mighty-before-after {
text-align: center;
}
.mighty-before-after img {
width: 100%;
}
.mighty-before-after.show-label-normal .twentytwenty-overlay .twentytwenty-before-label,
.mighty-before-after.show-label-normal .twentytwenty-overlay .twentytwenty-after-label {
opacity: 1;
}
.mighty-before-after.show-label-normal .twentytwenty-overlay:hover .twentytwenty-before-label,
.mighty-before-after.show-label-normal .twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 0;
}
.mighty-before-after.show-label-normal .inverted-overlay .twentytwenty-before-label,
.mighty-before-after.show-label-normal .inverted-overlay .twentytwenty-after-label {
opacity: 1;
}
.mighty-before-after.show-label-normal .inverted-overlay:hover .twentytwenty-before-label,
.mighty-before-after.show-label-normal .inverted-overlay:hover .twentytwenty-after-label {
opacity: 0;
}
.mighty-before-after.show-label-always .twentytwenty-before-label,
.mighty-before-after.show-label-always .twentytwenty-after-label {
opacity: 1;
}
.mighty-before-after.show-label-always .twentytwenty-before-label:hover,
.mighty-before-after.show-label-always .twentytwenty-after-label:hover {
opacity: 1;
}
.mighty-before-after.show-label-hover .inverted-overlay:hover .twentytwenty-before-label,
.mighty-before-after.show-label-hover .inverted-overlay:hover .twentytwenty-after-label {
opacity: 0;
}
/* Horizontal Label Alignment */
.twentytwenty-horizontal .label-h-top .twentytwenty-before-label:before,
.twentytwenty-horizontal .label-h-top .twentytwenty-after-label:before {
top: 10px;
}
.twentytwenty-horizontal .label-h-bottom .twentytwenty-before-label:before,
.twentytwenty-horizontal .label-h-bottom .twentytwenty-after-label:before {
bottom: 10px;
}
.twentytwenty-horizontal .label-h-middle .twentytwenty-before-label:before,
.twentytwenty-horizontal .label-h-middle .twentytwenty-after-label:before {
top: 50%;
}
/* Vertical Label Alignment */
.twentytwenty-vertical .label-v-left .twentytwenty-before-label:before,
.twentytwenty-vertical .label-v-left .twentytwenty-after-label:before {
left: 10px;
}
.twentytwenty-vertical .label-v-center .twentytwenty-before-label:before,
.twentytwenty-vertical .label-v-center .twentytwenty-after-label:before {
left: 50%;
}
.twentytwenty-vertical .label-v-right .twentytwenty-before-label:before,
.twentytwenty-vertical .label-v-right .twentytwenty-after-label:before {
right: 10px;
}
/* Inverted overlay */
.twentytwenty-before-label,
.twentytwenty-after-label,
.inverted-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.inverted-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25;
}
/* Arrows */
.mighty-before-after .twentytwenty-handle i {
font-size: 20px;
color: white;
vertical-align: -webkit-baseline-middle;
padding: 0 5px;
}
.mighty-before-after .twentytwenty-vertical .mighty-before-after .twentytwenty-handle {
display: flex;
border-color: #fff;
flex-direction: column;
justify-content: space-evenly;
}
.mighty-before-after .twentytwenty-vertical .mighty-before-after .twentytwenty-handle i {
transform: rotate(90deg);
}
.mighty-before-after .twentytwenty-handle:before,
.mighty-before-after .twentytwenty-handle:after {
background: #fff;
box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.twentytwenty-vertical .twentytwenty-handle i {
transform: rotate(90deg);
}
.twentytwenty-horizontal .twentytwenty-handle {
display: flex;
align-items: center;
justify-content: space-evenly;
} | www/wp-content/plugins/mighty-addons/assets/css/before-after.css | .mighty-before-after {
text-align: center;
}
.mighty-before-after img {
width: 100%;
}
.mighty-before-after.show-label-normal .twentytwenty-overlay .twentytwenty-before-label,
.mighty-before-after.show-label-normal .twentytwenty-overlay .twentytwenty-after-label {
opacity: 1;
}
.mighty-before-after.show-label-normal .twentytwenty-overlay:hover .twentytwenty-before-label,
.mighty-before-after.show-label-normal .twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 0;
}
.mighty-before-after.show-label-normal .inverted-overlay .twentytwenty-before-label,
.mighty-before-after.show-label-normal .inverted-overlay .twentytwenty-after-label {
opacity: 1;
}
.mighty-before-after.show-label-normal .inverted-overlay:hover .twentytwenty-before-label,
.mighty-before-after.show-label-normal .inverted-overlay:hover .twentytwenty-after-label {
opacity: 0;
}
.mighty-before-after.show-label-always .twentytwenty-before-label,
.mighty-before-after.show-label-always .twentytwenty-after-label {
opacity: 1;
}
.mighty-before-after.show-label-always .twentytwenty-before-label:hover,
.mighty-before-after.show-label-always .twentytwenty-after-label:hover {
opacity: 1;
}
.mighty-before-after.show-label-hover .inverted-overlay:hover .twentytwenty-before-label,
.mighty-before-after.show-label-hover .inverted-overlay:hover .twentytwenty-after-label {
opacity: 0;
}
/* Horizontal Label Alignment */
.twentytwenty-horizontal .label-h-top .twentytwenty-before-label:before,
.twentytwenty-horizontal .label-h-top .twentytwenty-after-label:before {
top: 10px;
}
.twentytwenty-horizontal .label-h-bottom .twentytwenty-before-label:before,
.twentytwenty-horizontal .label-h-bottom .twentytwenty-after-label:before {
bottom: 10px;
}
.twentytwenty-horizontal .label-h-middle .twentytwenty-before-label:before,
.twentytwenty-horizontal .label-h-middle .twentytwenty-after-label:before {
top: 50%;
}
/* Vertical Label Alignment */
.twentytwenty-vertical .label-v-left .twentytwenty-before-label:before,
.twentytwenty-vertical .label-v-left .twentytwenty-after-label:before {
left: 10px;
}
.twentytwenty-vertical .label-v-center .twentytwenty-before-label:before,
.twentytwenty-vertical .label-v-center .twentytwenty-after-label:before {
left: 50%;
}
.twentytwenty-vertical .label-v-right .twentytwenty-before-label:before,
.twentytwenty-vertical .label-v-right .twentytwenty-after-label:before {
right: 10px;
}
/* Inverted overlay */
.twentytwenty-before-label,
.twentytwenty-after-label,
.inverted-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.inverted-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25;
}
/* Arrows */
.mighty-before-after .twentytwenty-handle i {
font-size: 20px;
color: white;
vertical-align: -webkit-baseline-middle;
padding: 0 5px;
}
.mighty-before-after .twentytwenty-vertical .mighty-before-after .twentytwenty-handle {
display: flex;
border-color: #fff;
flex-direction: column;
justify-content: space-evenly;
}
.mighty-before-after .twentytwenty-vertical .mighty-before-after .twentytwenty-handle i {
transform: rotate(90deg);
}
.mighty-before-after .twentytwenty-handle:before,
.mighty-before-after .twentytwenty-handle:after {
background: #fff;
box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.twentytwenty-vertical .twentytwenty-handle i {
transform: rotate(90deg);
}
.twentytwenty-horizontal .twentytwenty-handle {
display: flex;
align-items: center;
justify-content: space-evenly;
} | 0.587233 | 0.317942 |
html,body
{
overflow-x: hidden;
}
.navbar-custom{
background: #232530;
width:100%;
}
.navbar-brand{
color:#25b2bc;
font-family: "Raleway", sans-serif;
font-weight: bold;
}
.navbar-brand:hover{
color:#fac29a;
}
.nav-link{
color:#d5d8da;
font-family: "Roboto", sans-serif;
}
.nav-link:hover{
color:#d5d8da;
/*This is to simply UNSET Bootstrap's default hover effect, so that I can use my custom hover effect, implemented manually in JS as asked in the assignment doc.*/
}
#indexbody{
width:100%;
}
#myjumbo{
padding-top:10%;
padding-left: 15%;
background:#16161c;
margin-bottom: 0;
}
#myphoto{
max-height:400px;
vertical-align: middle;
margin-top: 1%;
border: 5px solid #25b2bc;
border-radius: 100%;
display: inline-block;
}
#introline{
font-family:"Raleway", sans-serif;
font-weight: 900;
color:#25b2bc;
}
#subhed{
font-family: "Roboto", sans-serif;
color:#d5d8da;
}
#clglink{
color:#fac29a;
text-decoration: underline;
}
#aboutme{
padding-top:5%;
padding-left: 5%;
background: #1c1e26;
color:#d5d8da;
}
#interhed{
font-family:"Raleway", sans-serif;
font-weight: 900;
color:#25b2bc;
}
#interests{
font-family: "Roboto";
padding-right: 5%;
}
#maglink{
color:#fac29a;
text-decoration: underline;
}
#myjumbo2{
margin-right: 5%;
background:#16161c;
}
#mycarousel{
display: block;
max-height:400px;
margin-left: auto;
margin-right: auto;
}
#caroucaptions{
padding-top: 9%;
padding-right:10%
}
#davidimg{
display: block;
margin-left: auto;
margin-right: auto;
}
#uniphantimg{
display: block;
margin-left: auto;
margin-right: auto;
}
#skillbody{
background: #1c1e26;
font-family: "Roboto", sans-serif;
}
#mycontent{
padding:5%;
}
.form-row{
color: #d5d8da;
}
.form-control{
background: #232530;
color: #d5d8da;
border-color: #25b2bc;
border-width: 2px;
}
.form-control:focus {
border-color:#fac29a;
border-width: 2px;
color:#d5d8da;
background: #2e303e;
box-shadow: none;
}
#btnrow{
padding-top: 1%;
justify-content: center;
margin-bottom: 5%;
}
#skillformsubbtn{
color: #1c1e26;
background: #25b2bc;
border-width: 0px;
}
table.table-bordered{
border:2px solid #25b2bc;
margin-top:20px;
}
table.table-bordered > thead > tr > th{
border:2px solid #25b2bc;
}
table.table-bordered > tbody > tr > td{
border:2px solid #25b2bc;
color: #d5d8da;
}
.mythead{
background:#232530;
color:#25b2bc;
}
#fancydisc{
color:#d5d8da;
}
#contactbody{
background: #1c1e26;
font-family: "Roboto", sans-serif;
color:#d5d8da;
}
#contactcontent{
padding:5%;
}
#socials{
align-items: center;
display: flex;
justify-content: center;
}
#soc{
padding: 2%;
} | css/styles.css | html,body
{
overflow-x: hidden;
}
.navbar-custom{
background: #232530;
width:100%;
}
.navbar-brand{
color:#25b2bc;
font-family: "Raleway", sans-serif;
font-weight: bold;
}
.navbar-brand:hover{
color:#fac29a;
}
.nav-link{
color:#d5d8da;
font-family: "Roboto", sans-serif;
}
.nav-link:hover{
color:#d5d8da;
/*This is to simply UNSET Bootstrap's default hover effect, so that I can use my custom hover effect, implemented manually in JS as asked in the assignment doc.*/
}
#indexbody{
width:100%;
}
#myjumbo{
padding-top:10%;
padding-left: 15%;
background:#16161c;
margin-bottom: 0;
}
#myphoto{
max-height:400px;
vertical-align: middle;
margin-top: 1%;
border: 5px solid #25b2bc;
border-radius: 100%;
display: inline-block;
}
#introline{
font-family:"Raleway", sans-serif;
font-weight: 900;
color:#25b2bc;
}
#subhed{
font-family: "Roboto", sans-serif;
color:#d5d8da;
}
#clglink{
color:#fac29a;
text-decoration: underline;
}
#aboutme{
padding-top:5%;
padding-left: 5%;
background: #1c1e26;
color:#d5d8da;
}
#interhed{
font-family:"Raleway", sans-serif;
font-weight: 900;
color:#25b2bc;
}
#interests{
font-family: "Roboto";
padding-right: 5%;
}
#maglink{
color:#fac29a;
text-decoration: underline;
}
#myjumbo2{
margin-right: 5%;
background:#16161c;
}
#mycarousel{
display: block;
max-height:400px;
margin-left: auto;
margin-right: auto;
}
#caroucaptions{
padding-top: 9%;
padding-right:10%
}
#davidimg{
display: block;
margin-left: auto;
margin-right: auto;
}
#uniphantimg{
display: block;
margin-left: auto;
margin-right: auto;
}
#skillbody{
background: #1c1e26;
font-family: "Roboto", sans-serif;
}
#mycontent{
padding:5%;
}
.form-row{
color: #d5d8da;
}
.form-control{
background: #232530;
color: #d5d8da;
border-color: #25b2bc;
border-width: 2px;
}
.form-control:focus {
border-color:#fac29a;
border-width: 2px;
color:#d5d8da;
background: #2e303e;
box-shadow: none;
}
#btnrow{
padding-top: 1%;
justify-content: center;
margin-bottom: 5%;
}
#skillformsubbtn{
color: #1c1e26;
background: #25b2bc;
border-width: 0px;
}
table.table-bordered{
border:2px solid #25b2bc;
margin-top:20px;
}
table.table-bordered > thead > tr > th{
border:2px solid #25b2bc;
}
table.table-bordered > tbody > tr > td{
border:2px solid #25b2bc;
color: #d5d8da;
}
.mythead{
background:#232530;
color:#25b2bc;
}
#fancydisc{
color:#d5d8da;
}
#contactbody{
background: #1c1e26;
font-family: "Roboto", sans-serif;
color:#d5d8da;
}
#contactcontent{
padding:5%;
}
#socials{
align-items: center;
display: flex;
justify-content: center;
}
#soc{
padding: 2%;
} | 0.206214 | 0.060668 |
.close-file-picker {
display: none;
}
.file-picker-bg {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
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;
overflow: auto;
}
.file-picker {
width: 80vw;
height: 80vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1.2rem;
-webkit-box-shadow: 3px 2px 19px -4px rgba(0, 0, 0, 0.75);
box-shadow: 3px 2px 19px -4px rgba(0, 0, 0, 0.75);
background-color: #f5f6f7;
min-width: 360px;
}
.address-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 0.4rem;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.address-field {
width: calc(80vw * 0.92);
border: 1px solid #d9d9d9;
padding: 4px 7px;
background-color: white;
color: gray;
margin-left: 0.3rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.nav-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0;
padding: 0;
width: calc(80vw * 0.06);
}
.nav-button {
border-collapse: collapse;
border: none;
outline: none;
padding: 4px 7px;
background-color: inherit;
width: 22px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.nav-button:not(.nav-button-inactive):hover {
color: #007bff;
}
.nav-button.left {
margin-right: 0.3rem;
}
.nav-button-inactive {
color: #e0d6d6;
}
.file-list {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 1px solid #d9d9d9;
height: 92%;
padding: 0.3rem;
overflow: auto;
background-color: white;
}
.dirent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 6px 9px;
border-bottom: 1px solid #efe9e9;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: context-menu;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.dirent:not(.dirent-active):hover {
background-color: #e5f3ff;
}
.dirent svg {
color: #635c5c;
}
.dirent.dir {
color: #383aaa;
}
.dirent-dir-icon {
color: #ffe894 !important;
}
.dirent-file-icon {
color: #51a0eb !important;
}
.dirent-active {
background-color: #cce8ff;
}
.action-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.action-button {
border-collapse: collapse;
outline: none;
padding: 7px 14px;
background-color: white;
}
.action-button.select-button {
background-color: #007bff;
color: white;
border: 1px solid #106aca;
border-radius: 0.1rem;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.action-button.select-button:hover {
background-color: #106aca;
border: 1px solid #007bff;
}
.action-button.close-button {
background-color: #dc3545;
color: white;
border: 1px solid #cc2b3c;
border-radius: 0.1rem;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.action-button.close-button:hover {
background-color: #cc2b3c;
border: 1px solid #dc3545;
}
.mr-3 {
margin-right: 0.45rem;
}
@media screen and (max-width: 936px) {
.address-field {
width: calc(80vw * 0.9);
}
.nav-buttons {
width: calc(80vw * 0.08);
}
}
@media screen and (max-width: 740px) {
.address-field {
width: calc(80vw * 0.85);
}
.nav-buttons {
width: calc(80vw * 0.13);
}
}
@media screen and (max-width: 450px) {
.address-field {
width: calc(80vw * 0.82);
}
.nav-buttons {
width: calc(80vw * 0.15);
}
}
/*# sourceMappingURL=index.css.map */ | src/index.css | .close-file-picker {
display: none;
}
.file-picker-bg {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
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;
overflow: auto;
}
.file-picker {
width: 80vw;
height: 80vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1.2rem;
-webkit-box-shadow: 3px 2px 19px -4px rgba(0, 0, 0, 0.75);
box-shadow: 3px 2px 19px -4px rgba(0, 0, 0, 0.75);
background-color: #f5f6f7;
min-width: 360px;
}
.address-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 0.4rem;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.address-field {
width: calc(80vw * 0.92);
border: 1px solid #d9d9d9;
padding: 4px 7px;
background-color: white;
color: gray;
margin-left: 0.3rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.nav-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0;
padding: 0;
width: calc(80vw * 0.06);
}
.nav-button {
border-collapse: collapse;
border: none;
outline: none;
padding: 4px 7px;
background-color: inherit;
width: 22px;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.nav-button:not(.nav-button-inactive):hover {
color: #007bff;
}
.nav-button.left {
margin-right: 0.3rem;
}
.nav-button-inactive {
color: #e0d6d6;
}
.file-list {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: 1px solid #d9d9d9;
height: 92%;
padding: 0.3rem;
overflow: auto;
background-color: white;
}
.dirent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 6px 9px;
border-bottom: 1px solid #efe9e9;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: context-menu;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.dirent:not(.dirent-active):hover {
background-color: #e5f3ff;
}
.dirent svg {
color: #635c5c;
}
.dirent.dir {
color: #383aaa;
}
.dirent-dir-icon {
color: #ffe894 !important;
}
.dirent-file-icon {
color: #51a0eb !important;
}
.dirent-active {
background-color: #cce8ff;
}
.action-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.action-button {
border-collapse: collapse;
outline: none;
padding: 7px 14px;
background-color: white;
}
.action-button.select-button {
background-color: #007bff;
color: white;
border: 1px solid #106aca;
border-radius: 0.1rem;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.action-button.select-button:hover {
background-color: #106aca;
border: 1px solid #007bff;
}
.action-button.close-button {
background-color: #dc3545;
color: white;
border: 1px solid #cc2b3c;
border-radius: 0.1rem;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.action-button.close-button:hover {
background-color: #cc2b3c;
border: 1px solid #dc3545;
}
.mr-3 {
margin-right: 0.45rem;
}
@media screen and (max-width: 936px) {
.address-field {
width: calc(80vw * 0.9);
}
.nav-buttons {
width: calc(80vw * 0.08);
}
}
@media screen and (max-width: 740px) {
.address-field {
width: calc(80vw * 0.85);
}
.nav-buttons {
width: calc(80vw * 0.13);
}
}
@media screen and (max-width: 450px) {
.address-field {
width: calc(80vw * 0.82);
}
.nav-buttons {
width: calc(80vw * 0.15);
}
}
/*# sourceMappingURL=index.css.map */ | 0.362179 | 0.044431 |
@media screen and (max-width: 1440px) {
.imgBirth{width: 100%; height: 322px; object-fit: cover; border-radius: 10px}
.navBtn{ display: none; }
#corpo #box-menu{ position: static; left: 0; height: auto; }
}
@media screen and (max-width: 1024px) {
.navBtn{ display: none; }
#corpo #box-menu{ position: static; left: 0; height: auto; }
}
@media screen and (max-width: 980px) {
.navBtn{ display: block !important; cursor: pointer; }
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; margin-top: 0px;}
#header #info h2{ font-size: 12px !important; }
#header #box-user #nome{ display: none; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
}
@media screen and (max-width: 775px) {
.navBtn{ display: block !important; cursor: pointer; }
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; margin-top: 0px;}
#header #info h2{ font-size: 12px !important; }
#header #box-user #nome{ display: none; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
.form form fieldset{ width: 100% !important; }
}
@media screen and (max-width: 600px) {
.navBtn{ display: block !important; cursor: pointer; }
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; margin-top: 0px;}
#header #info h2{ font-size: 12px !important; }
#header #box-user #nome{ display: none; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
.form form fieldset{ width: 100% !important; }
}
@media screen and (max-width: 425px) {
.navBtn{ display: block !important; cursor: pointer; }
.imgBirth{width: 100%; height: 280px; object-fit: cover; border-radius: 10px}
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; height: auto; overflow-y: scroll; margin-top: 0px;}
#header #box-user #nome{ display: none; }
#header #info h2{ font-size: 12px !important; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
.form form fieldset{ width: 100% !important; }
} | login/users/css/media-queries_1.css | @media screen and (max-width: 1440px) {
.imgBirth{width: 100%; height: 322px; object-fit: cover; border-radius: 10px}
.navBtn{ display: none; }
#corpo #box-menu{ position: static; left: 0; height: auto; }
}
@media screen and (max-width: 1024px) {
.navBtn{ display: none; }
#corpo #box-menu{ position: static; left: 0; height: auto; }
}
@media screen and (max-width: 980px) {
.navBtn{ display: block !important; cursor: pointer; }
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; margin-top: 0px;}
#header #info h2{ font-size: 12px !important; }
#header #box-user #nome{ display: none; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
}
@media screen and (max-width: 775px) {
.navBtn{ display: block !important; cursor: pointer; }
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; margin-top: 0px;}
#header #info h2{ font-size: 12px !important; }
#header #box-user #nome{ display: none; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
.form form fieldset{ width: 100% !important; }
}
@media screen and (max-width: 600px) {
.navBtn{ display: block !important; cursor: pointer; }
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; margin-top: 0px;}
#header #info h2{ font-size: 12px !important; }
#header #box-user #nome{ display: none; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
.form form fieldset{ width: 100% !important; }
}
@media screen and (max-width: 425px) {
.navBtn{ display: block !important; cursor: pointer; }
.imgBirth{width: 100%; height: 280px; object-fit: cover; border-radius: 10px}
#menu-btn{ display: block !important; cursor: pointer; }
#corpo #box-menu{ width: 270px; height: auto; overflow-y: scroll; margin-top: 0px;}
#header #box-user #nome{ display: none; }
#header #info h2{ font-size: 12px !important; }
#header #box-user{ margin-right: 0px; padding-right: 5px; }
#corpo #content{ width: 100%; }
#corpo #content #conteudo{ margin: 0; float: right; width: 100%;}
#editar-ativ{ width: 100%; }
.form form fieldset{ width: 100% !important; }
} | 0.240685 | 0.121816 |
.mainDiv{
/* width: 1860px;*/
height: auto;
margin: 0px auto;
float: left;
}
/*这里是bodyDiv及其子标签的样式*/
.bodyDiv{
width: 1600px;
/*background: rgb(245,245,245);*/
height: auto;
margin: 0px auto;
float: left;
padding-left: 20px;
}
.bodyDiv .mainTitle{
width: 1600px;
float: left;
}
.bodyDiv .mainTitle .title{
height: 60px;
margin-right: 1030px;
float: left;
font-family: "微软雅黑";
font-size: 33px;
font-weight: 900;
line-height: 60px;
}
.bodyDiv .mainTitle .detail{
margin-right: 200px;
float: right;
}
.bodyDiv .mainTitle .detail .totalCount{
margin-right: 20px;
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .mainTitle .detail .totalPrice{
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .mainTitle .detail .total{
color: rgb(20,159,215);
font: "微软雅黑" 20px;
font-weight: bold;
height: 60px;
line-height: 60px;
}
.bodyDiv .cartHead{
width: 1460px;
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
background-color: rgb(238,236,237);
}
/*有重复的allSelectDiv,因此提取独立出来使用*/
.allSelectDiv{
width: 100px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.allSelectDiv input{
width: 20px;
height: 20px;
}
.bodyDiv .cartHead .goodsDiv{
width: 530px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartHead .propertyDiv{
width: 200px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartTable{
width: 1460px;
height: auto;
float: left;
}
.bodyDiv .cartTable .goodItem{
width: 1460px;
height: 160px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
background-color: white;
border:1px solid rgb(180,180,180);
}
.bodyDiv .cartTable .goodItem .selectDiv{
width: 100px;
height: 150px;
text-align: center;
line-height: 150px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartTable .goodItem .selectDiv input{
width: 20px;
height: 20px;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv{
width: 530px;
height: 150px;
float: left;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsPectureDiv{
width: 150px;
height: 150px;
text-align: center;
line-height: 150px;
float: left;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsPectureDiv img{
width: 140px;
height: 150px;
text-align: center;
margin: 5px 0px;
float: left;
vertical-align: middle;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsDeatil{
width: 350px;
height: 150px;
margin-top:10px;
margin-left:30px;
text-align: left;
float: left;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsDeatil .goods{
width: 380px;
height: 60px;
font-family: "微软雅黑";
font-size: 20px;
color: rgb(119,119,119);
margin-top:10px ;
line-height: 30px;
margin-left: auto;
margin-right: auto;
word-wrap:break-word;
word-break:break-all;
overflow: hidden;
}
.bodyDiv .cartTable .goodItem .othersDiv{
width: 200px;
height: 150px;
text-align: center;
line-height: 150px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartTable .goodItem .othersDiv .countInput{
width: 40px;
height: 40px;
text-align: center;
margin: auto 0px;
}
.bodyDiv .cartFoot{
width: 1460px;
height: 80px;
float: left;
margin-top: 10px;
background-color: rgb(241,241,241);
}
.bodyDiv .cartFoot .detail{
margin-left:800px;
float: left;
line-height: 80px;
}
.bodyDiv .cartFoot .detail .totalCount{
margin-right: 20px;
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .cartFoot .detail .totalPrice{
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .cartFoot .detail .total{
color: rgb(20,159,215);
font: "微软雅黑" 20px;
font-weight: bold;
height: 60px;
line-height: 60px;
}
.bodyDiv .cartFoot .submitButton{
width: 200px;
height: 80px;
float: right;
line-height: 80px;
}
.bodyDiv .cartFoot .submitButton input{
width: 200px;
height: 80px;
color: white;
background-color: rgb(29,170,242);
border: none;
} | public/front_static/css/cart.css | .mainDiv{
/* width: 1860px;*/
height: auto;
margin: 0px auto;
float: left;
}
/*这里是bodyDiv及其子标签的样式*/
.bodyDiv{
width: 1600px;
/*background: rgb(245,245,245);*/
height: auto;
margin: 0px auto;
float: left;
padding-left: 20px;
}
.bodyDiv .mainTitle{
width: 1600px;
float: left;
}
.bodyDiv .mainTitle .title{
height: 60px;
margin-right: 1030px;
float: left;
font-family: "微软雅黑";
font-size: 33px;
font-weight: 900;
line-height: 60px;
}
.bodyDiv .mainTitle .detail{
margin-right: 200px;
float: right;
}
.bodyDiv .mainTitle .detail .totalCount{
margin-right: 20px;
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .mainTitle .detail .totalPrice{
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .mainTitle .detail .total{
color: rgb(20,159,215);
font: "微软雅黑" 20px;
font-weight: bold;
height: 60px;
line-height: 60px;
}
.bodyDiv .cartHead{
width: 1460px;
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
background-color: rgb(238,236,237);
}
/*有重复的allSelectDiv,因此提取独立出来使用*/
.allSelectDiv{
width: 100px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.allSelectDiv input{
width: 20px;
height: 20px;
}
.bodyDiv .cartHead .goodsDiv{
width: 530px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartHead .propertyDiv{
width: 200px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartTable{
width: 1460px;
height: auto;
float: left;
}
.bodyDiv .cartTable .goodItem{
width: 1460px;
height: 160px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
background-color: white;
border:1px solid rgb(180,180,180);
}
.bodyDiv .cartTable .goodItem .selectDiv{
width: 100px;
height: 150px;
text-align: center;
line-height: 150px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartTable .goodItem .selectDiv input{
width: 20px;
height: 20px;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv{
width: 530px;
height: 150px;
float: left;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsPectureDiv{
width: 150px;
height: 150px;
text-align: center;
line-height: 150px;
float: left;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsPectureDiv img{
width: 140px;
height: 150px;
text-align: center;
margin: 5px 0px;
float: left;
vertical-align: middle;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsDeatil{
width: 350px;
height: 150px;
margin-top:10px;
margin-left:30px;
text-align: left;
float: left;
}
.bodyDiv .cartTable .goodItem .goodsInformationDiv .goodsDeatil .goods{
width: 380px;
height: 60px;
font-family: "微软雅黑";
font-size: 20px;
color: rgb(119,119,119);
margin-top:10px ;
line-height: 30px;
margin-left: auto;
margin-right: auto;
word-wrap:break-word;
word-break:break-all;
overflow: hidden;
}
.bodyDiv .cartTable .goodItem .othersDiv{
width: 200px;
height: 150px;
text-align: center;
line-height: 150px;
font-size: 18px;
font-family: "微软雅黑" ;
font-size: 20px;
color: rgb(119,119,119);
float: left;
}
.bodyDiv .cartTable .goodItem .othersDiv .countInput{
width: 40px;
height: 40px;
text-align: center;
margin: auto 0px;
}
.bodyDiv .cartFoot{
width: 1460px;
height: 80px;
float: left;
margin-top: 10px;
background-color: rgb(241,241,241);
}
.bodyDiv .cartFoot .detail{
margin-left:800px;
float: left;
line-height: 80px;
}
.bodyDiv .cartFoot .detail .totalCount{
margin-right: 20px;
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .cartFoot .detail .totalPrice{
font: "微软雅黑" 20px;
color: rgb(119,119,119);
height: 60px;
line-height: 60px;
}
.bodyDiv .cartFoot .detail .total{
color: rgb(20,159,215);
font: "微软雅黑" 20px;
font-weight: bold;
height: 60px;
line-height: 60px;
}
.bodyDiv .cartFoot .submitButton{
width: 200px;
height: 80px;
float: right;
line-height: 80px;
}
.bodyDiv .cartFoot .submitButton input{
width: 200px;
height: 80px;
color: white;
background-color: rgb(29,170,242);
border: none;
} | 0.271445 | 0.039048 |
background-color: #f8f8f8;
padding: 0;
padding-top: 4%;
margin: 0;
}
#container-checkout {
background-color: white;
padding: 0 !important;
}
@media only screen and (max-width: 768px) {
#container-checkout {
margin: 0 !important;
}
}
.shopping-cart-header {
font-weight: bold;
font-size: 18px;
text-align: center;
}
@media screen and (min-width: 992px) {
.shopping-cart-header {
font-size: 22px;
}
}
.checkout-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: 90px;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
padding-top: 2%;
}
@media screen and (min-width: 768px) {
.checkout-content {
height: 210px;
padding: 2% 2%;
}
}
.checkout-content .checkout-content-first img {
width: 75px;
height: 75px;
}
@media screen and (min-width: 768px) {
.checkout-content .checkout-content-first img {
width: 175px;
height: 175px;
}
}
.checkout-content .checkout-content-second {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
margin-left: 3%;
height: 100%;
position: relative;
}
@media screen and (min-width: 768px) {
.checkout-content .checkout-content-second {
margin-left: 10%;
}
}
@media screen and (min-width: 768px) {
.checkout-content .checkout-content-second .checkout-content-title {
font-size: 16px;
}
}
.checkout-content .checkout-content-second .checkout-size {
display: none;
color: #6c757d !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 4;
}
@media screen and (min-width: 992px) {
.checkout-content .checkout-content-second .checkout-size {
display: block;
}
}
.checkout-content .checkout-content-second .checkout-size b {
color: black;
}
.checkout-content .checkout-content-second .text-muted {
line-height: 0;
}
.checkout-content .checkout-content-second .checkout-quantity {
position: absolute;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.checkout-content .checkout-content-second .checkout-quantity p {
margin-top: 13%;
}
.checkout-content .checkout-content-second .checkout-quantity input {
margin-left: 10%;
}
.checkout-content .checkout-content-third {
height: 100%;
}
.checkout-content .checkout-content-third form {
-ms-flex-item-align: end;
align-self: flex-end;
}
#container-checkout-total {
margin-top: 3% ;
padding: 0 !important;
}
.checkout-total {
background-color: #bbcedd42;
overflow: hidden;
padding: 2%;
}
@media screen and (min-width: 768px) {
.checkout-total {
border-top-right-radius: 45px;
border-bottom-left-radius: 45px;
}
}
.checkout-total .checkout-total-left {
display: inline-block;
float: left;
}
.checkout-total .checkout-total-right {
display: inline-block;
float: right;
}
.checkout-buttons {
margin-top: 2%;
}
.checkout-buttons .checkout-btn-checkout {
width: 100%;
background: #ffb03b;
border-color: #ffb03b;
color: #212529;
font-weight: bold;
}
@media screen and (min-width: 768px) {
.checkout-buttons .checkout-btn-checkout {
width: 30%;
float: right;
}
}
@media screen and (min-width: 992px) {
.checkout-buttons .checkout-btn-checkout {
width: 25%;
}
}
@media screen and (min-width: 1200px) {
.checkout-buttons .checkout-btn-checkout {
width: 20%;
}
} | public/css/shoppingcart.css | background-color: #f8f8f8;
padding: 0;
padding-top: 4%;
margin: 0;
}
#container-checkout {
background-color: white;
padding: 0 !important;
}
@media only screen and (max-width: 768px) {
#container-checkout {
margin: 0 !important;
}
}
.shopping-cart-header {
font-weight: bold;
font-size: 18px;
text-align: center;
}
@media screen and (min-width: 992px) {
.shopping-cart-header {
font-size: 22px;
}
}
.checkout-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: 90px;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
padding-top: 2%;
}
@media screen and (min-width: 768px) {
.checkout-content {
height: 210px;
padding: 2% 2%;
}
}
.checkout-content .checkout-content-first img {
width: 75px;
height: 75px;
}
@media screen and (min-width: 768px) {
.checkout-content .checkout-content-first img {
width: 175px;
height: 175px;
}
}
.checkout-content .checkout-content-second {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
margin-left: 3%;
height: 100%;
position: relative;
}
@media screen and (min-width: 768px) {
.checkout-content .checkout-content-second {
margin-left: 10%;
}
}
@media screen and (min-width: 768px) {
.checkout-content .checkout-content-second .checkout-content-title {
font-size: 16px;
}
}
.checkout-content .checkout-content-second .checkout-size {
display: none;
color: #6c757d !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 4;
}
@media screen and (min-width: 992px) {
.checkout-content .checkout-content-second .checkout-size {
display: block;
}
}
.checkout-content .checkout-content-second .checkout-size b {
color: black;
}
.checkout-content .checkout-content-second .text-muted {
line-height: 0;
}
.checkout-content .checkout-content-second .checkout-quantity {
position: absolute;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.checkout-content .checkout-content-second .checkout-quantity p {
margin-top: 13%;
}
.checkout-content .checkout-content-second .checkout-quantity input {
margin-left: 10%;
}
.checkout-content .checkout-content-third {
height: 100%;
}
.checkout-content .checkout-content-third form {
-ms-flex-item-align: end;
align-self: flex-end;
}
#container-checkout-total {
margin-top: 3% ;
padding: 0 !important;
}
.checkout-total {
background-color: #bbcedd42;
overflow: hidden;
padding: 2%;
}
@media screen and (min-width: 768px) {
.checkout-total {
border-top-right-radius: 45px;
border-bottom-left-radius: 45px;
}
}
.checkout-total .checkout-total-left {
display: inline-block;
float: left;
}
.checkout-total .checkout-total-right {
display: inline-block;
float: right;
}
.checkout-buttons {
margin-top: 2%;
}
.checkout-buttons .checkout-btn-checkout {
width: 100%;
background: #ffb03b;
border-color: #ffb03b;
color: #212529;
font-weight: bold;
}
@media screen and (min-width: 768px) {
.checkout-buttons .checkout-btn-checkout {
width: 30%;
float: right;
}
}
@media screen and (min-width: 992px) {
.checkout-buttons .checkout-btn-checkout {
width: 25%;
}
}
@media screen and (min-width: 1200px) {
.checkout-buttons .checkout-btn-checkout {
width: 20%;
}
} | 0.333286 | 0.060724 |
/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i&display=swap');
/*Default style*/
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #000000;
background: #F1F1F1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh;
overflow: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
.content-wrapper {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.content-wrapper[data-simplebar] {
overflow: auto;
height: 1px;
width: 100%;
}
.content-wrapper .simplebar-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.content-wrapper .simplebar-content > .container , .section-manager {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.white-card {
border: solid 1px #e9e9e9;
background-color: #ffffff;
}
button:focus {
outline: none;
}
a:hover {
text-decoration: none;
}
/*btn*/
.btn {
font-size: 16px;
font-weight: 600;
/* border-radius: 10px; */
border-radius: 5px;
padding: 10px 30px;
}
.btn-primary {
border-color: #F6F5FA;
background-color: #F9F9FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.btn-primary:hover {
color: #2A254C;
background-color: #e5e4e8;
border-color: #e5e4e8;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #2A254C;
background-color: #e5e4e8;
border-color: #e5e4e8;
}
.btn-outline-secondary {
border: solid 3px #e9e9e9;
background-color: #fafafb;
}
.btn-outline-secondary:hover {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
color: #000;
background-color: #eaeaea;
border-color: #eaeaea;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-black {
background-color: #070707;
border-color: #070707;
color: #FFFFFF;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.table td a.btn-black {
color: #ffffff
}
.table td a.btn-black:hover ,
.btn-black:hover {
color: #fff;
background-color: #000;
border-color: #000;
}
.btn-black:focus,
.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show>.btn-black.dropdown-toggle {
color: #fff;
background-color: #000;
border-color: #000;
}
.btn-black.focus, .btn-black:focus,
.btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus, .show>.btn-black.dropdown-toggle:focus,
.btn-outline-success.focus, .btn-outline-success:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus ,
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus,
.btn.focus, .btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-outline-success {
border: solid 3px #11b443;
background-color: #ffffff;
color: #000;
}
.btn-outline-success:hover {
color: #fff;
background-color: #11b443;
border-color: #11b443;
}
.btn-yellow {
background-color: #FFDA84;
border-color: #FFDA84;
color: #070707;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.btn-yellow:hover {
color: #070707;
background-color: #F9CF6D;
border-color: #F9CF6D;
}
.btn-yellow:focus,
.btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active, .show>.btn-yellow.dropdown-toggle {
color: #070707;
background-color: #F9CF6D;
border-color: #F9CF6D;
}
.btn-blue {
background-color: #69B1D3;
border-color: #69B1D3;
color: #FFFFFF;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.btn-blue:hover {
color: #FFFFFF;
background-color: #52A6CE;
border-color: #52A6CE;
}
.btn-blue:focus,
.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
color: #FFFFFF;
background-color: #52A6CE;
border-color: #52A6CE;
}
.btn-navy-blue {
background-color: #3d4166;
color: #fff;
padding: 6px 10px;
font-size: 16px;
line-height: 29px;
margin-top: 30px;
}
.btn-navy-blue:hover ,
.btn-navy-blue:focus {
color: #fff;
border-color: #323556;
background-color: #323556;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-outline-dark {
border: solid 1px #3d4166;
-webkit-box-shadow: 0px 3px 7px 0px rgba( 0, 0, 0, 0.16 );
box-shadow: 0px 3px 7px 0px rgba( 0, 0, 0, 0.16 );
color: #020202;
}
.btn-outline-dark:hover ,
.btn-outline-dark.focus, .btn-outline-dark:focus{
border: solid 1px #3d4166;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
background-color: #3d4166;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
color: #fff;
border-color: #323556;
background-color: #323556;
}
.btn-outline-dark.focus, .btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
/* custom checkbox*/
.custom-control {
padding-left: 50px;
}
table .custom-control.custom-checkbox {
padding-left: 25px;
}
.custom-control-label {
font-size: 24px;
font-weight: 500;
line-height: 30px;
cursor: pointer;
}
.custom-control-label::before {
left: -50px;
width: 25px;
height: 25px;
border: #000 solid 2px;
top: 3px;
}
table .custom-control.custom-checkbox .custom-control-label::before {
left: -25px;
width: 22px;
height: 22px;
}
table .custom-control.custom-checkbox .custom-control-label::after {
top: 2px;
width: 22px;
height: 22px;
}
.custom-control-input:checked~.custom-control-label::before {
color: #000;
border-color: #000000;
background-color: #fff;
}
.custom-control-label::after {
position: absolute;
content: "";
top: 9px;
left: -44px;
display: block;
width: 13px;
height: 13px;
border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
background-color: #000;
background-image: none;
}
.custom-control-input:focus~.custom-control-label::before {
-webkit-box-shadow: none;
box-shadow: none;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: transparent;
border-color: #000;
}
.custom-checkbox .custom-control-label::before {
border: solid 2px #cccccc;
top: 0;
}
.custom-checkbox .custom-control-label::after {
width: 25px;
height: 25px;
left: -25px;
top: 0;
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url(../images/check.svg);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
border-color: #cccccc;
}
.check-input .custom-control {
margin-right: 0px;
}
.clear-control {
border: none;
color: #41697b;
font-weight: 600;
background-color: transparent;
}
/*custom checkbox end*/
.h-100-vh{
height: 100vh;
}
.file-group {
position: relative;
}
.file-group label {
position: relative;
z-index: 1
}
.file-upload {
display: block;
text-align: center;
font-weight: 700;
}
.file-upload .file-select {
display: block;
color: #34495e;
cursor: pointer;
text-align: left;
background: transparent;
overflow: hidden;
position: relative;
}
.file-upload .file-select .file-select-button {
background: #f6f5fa;
padding: 4px 22px;
display: inline-block;
color: #2A254C;
border-radius: 3px;
font-size: 16px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.file-upload .file-select .file-select-name {
line-height: 50px;
display: inline-block;
padding: 0 10px;
font-size: 16px;
}
.file-upload .file-select:hover {
border-color: #e5e4e8;
}
.file-upload .file-select:hover .file-select-button {
color: #2A254C;
background-color: #e5e4e8;
}
.file-upload.active .file-select {
border-color: #e5e4e8;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
color: #2A254C;
background-color: #e5e4e8;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
z-index: 100;
cursor: pointer;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
bottom: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
cursor: default;
display: block;
border: 2px solid #e5e4e8;
color: #2A254C;
cursor: pointer;
height: 40px;
line-height: 40px;
margin-top: 5px;
text-align: left;
background: #ffffff;
overflow: hidden;
position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
background: #dce4ec;
color: #666666;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
line-height: 40px;
display: inline-block;
padding: 0 10px;
}
/*Slider*/
/*Header Start*/
.main-header {
padding: 14px 0px;
/* background: #fff; */
/* -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16); */
/* box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16); */
z-index: 5;
position: relative;
}
.navbar {
padding: 0px;
}
.navbar-brand {
margin-right: auto;
margin-left: 0;
font-size: 16px;
font-weight: 700;
color: #2A254C;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-brand:hover {
color: #000;
}
.navbar-brand img {
width: 39px;
}
.navbar-title {
color: #2F313E;
font-size: 16px;
margin-bottom: 0px;
font-weight: 600;
}
.header-page__title {
margin-left: 10px;
}
.header-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 0px;
color: #000000;
}
.btn-menu {
width: 203px;
}
.btn-logout {
width: 150px;
padding: 5px 30px;
background-color: #2B2452;
color: #FFFFFF;
border-color: #2B2452;
}
.navber__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navber__right .name {
font-size: 16px;
font-weight: 600;
font-style: normal;
margin-right: 30px;
color: #2A254C;
}
/*Header End*/
/*Content Start*/
/*login start*/
.admin-wrapper {
padding-top: 50px;
padding-bottom: 50px;
min-height: 100vh;
background-color: #F0F3F5;
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;
}
.card-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.row-login {
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;
}
.card-login {
margin: auto;
border-radius: 0;
border: none;
background-color: #F9F9FA;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
width: 930px;
margin: auto;
}
.card-login .card-header {
border-right: 1px solid #CECECE;
border-bottom: 0;
background: #F9F9FA;
width: 383px;
padding: 40px 40px;
background-image: url(../images/onboarding.png);
background-size: 144px;
background-position: top -20px left -30px;
background-repeat: no-repeat;
}
.card-login .card-body {
padding: 56px 80px;
width: 552px;
}
.started-list li {
font-size: 14px;
margin-bottom: 5px;
font-weight: 600;
color: #2A254F;
opacity: 0.7;
}
.started-list li.active {
opacity: 1;
}
.active-disc {
margin-bottom: 0;
font-size: 14px;
text-align: center;
font-weight: 500;
color: #9D9B9B;
}
.card-login .card-title {
text-align: center;
color: #2A254F;
margin-top: 70px;
font-weight: 700;
font-size: 20px;
line-height: 32px;
}
.form-group {
margin-bottom: 20px;
position: relative;
}
.form-label {
font-weight: 600;
color: #2A254C;
font-size: 16px;
margin-bottom: 5px;
}
.form-control {
border: solid 1px #E4E4E4;
background-color: #ffffff;
font-weight: 600;
border-radius: 0;
height: unset;
padding: 4px 12px;
color: rgba(0, 0, 0, 0.62);
font-size: 14px;
line-height: 24px;
}
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border-color: #707070;
}
textarea.form-control {
height: 150px;
}
.forgot-link {
display: block;
text-align: center;
color: #2A254F;
font-size: 14px;
font-weight: 600;
margin-top: 32px;
}
.forgot-link:hover {
color: #000;
}
.card-login .note {
margin-top: 30px;
}
.card-login .card-footer {
padding: 30px 22px;
text-align: center;
background-color: #f9fafb;
border-top-color: #d7d8d9;
border-radius: 0 0 11px 11px;
}
.card-login .btn-outline-dark {
font-size: 16px;
padding: 8px 10px;
margin-bottom: 15px;
}
.card-login .btn {
width: 150px;
}
.note {
display: block;
font-size: 14px;
text-align: center;
color: #9D9B9B;
font-weight: 500;
}
.note a {
color: #2A254C;
font-size: 14px;
font-weight: 600;
margin-left: 5px;
display: inline-block;
}
.note a:hover {
color: #000;
}
.card-login .custom-control {
padding-left: 30px;
margin-bottom: 30px;
}
.card-login .custom-control-label {
font-size: 16px;
line-height: 20px;
color: #2A254C;
font-weight: 600;
}
.card-login .custom-checkbox .custom-control-label::after {
background-size: 12px;
}
.card-login .custom-checkbox .custom-control-label::before, .card-login .custom-checkbox .custom-control-label::after {
left: -30px;
width: 20px;
height: 20px;
}
/*login end*/
.course-card {
padding: 70px;
height: 100%;
}
.course-content h3 {
font-size: 36px;
font-weight: 700;
margin-bottom: 50px;
}
.course-content p {
font-size: 28px;
font-weight: 500;
margin-bottom: 0px;
}
.page-title {
margin-top: 40px;
margin-bottom: 20px;
}
.page-title h1 {
font-size: 20px;
font-weight: 700;
border-bottom: solid 1px rgba(112, 112, 112, 0.60);
padding-bottom: 10px;
margin-bottom: 15px;
}
.page-title p {
color: #626161;
font-size: 14px;
line-height: 18px;
font-weight: 600;
}
.nav-tabs {
background: transparent;
border-bottom: 0;
margin-top: -1px;
}
.nav-tabs .nav-link {
background-color: #EFEDED;
padding: 12px 50px;
border-radius: 0;
font-size: 16px;
color: #2A254C;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-color: transparent transparent;
color: #2A254C;
}
.nav-tabs .nav-link:hover {
border-color: transparent;
}
.section-manager__content {
background-color: #F9F9FA;
margin-top: 60px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.table-card {
padding: 30px 40px 40px;
min-height: 300px;
}
.table-card .table-responsive {
min-height: 300px;
}
.table-control--top {
margin-bottom: 30px;
}
.table-control__inner {
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;
}
.section-manager__content .tab-content {
background-color: #F9F9FA;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.table-control__inner .dropdown .btn {
margin-right: 0 !important;
}
.dropdown-toggle::after {
vertical-align: middle;
}
.dropdown-menu {
background-color: #F6F5FA;
border: none;
width: 100%;
min-width: unset;
text-align: center;
-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.dropdown-menu li .dropdown-item {
color: #2A244F;
font-size: 12px;
font-weight: 700;
padding: 6px;
}
/*Content End*/
/*Footer Start*/
.main-footer {
padding: 20px 0px;
position: relative;
z-index: 5;
}
.copy-right {
text-align: right;
margin-bottom: 0;
font-size: 12px;
font-weight: 700;
color: #D3D2D6;
}
.copy-right svg {
margin-right: 5px;
}
.main-footer__inner {
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;
}
/*Footer End*/
/*register start*/
.card-register{
max-width: 490px;
margin: auto;
border: 1px solid #707070;
border-radius: 10px;
}
.card-register .form-control,
.card-forgot .form-control {
background-color: #f4f6f8;
border-radius: 6px;
}
.card-register .card-header ,
.card-forgot .card-header{
text-align: center;
padding-top: 28px;
padding-bottom: 14px;
}
.card-register .card-title{
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
}
.card-register .card-footer a{
color: #3c56c6;
font-weight: 700;
}
.card-register .custom-control-label{
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
font-size: 16px;
}
.card-register .custom-control-label::after{
}
.card-register .custom-control-label::before ,
.card-register .custom-control-label::after {
width: 25px;
height: 25px;
border: 1px solid;
border-radius: 5px;
top: 3px;
left: -2rem;
}
.card-register .custom-checkbox{
padding-left: 2rem;
}
.card-register
.custom-control-input:not(:disabled):active~.custom-control-label::before {
background-color: #707070 ;
border-color: #707070 ;
}
.card-register
.custom-control-input:checked~.custom-control-label::before {
border-color: #707070;
background-color: #707070;
}
.card-register .btn-navy-blue{
margin-top: 40px;
}
.card-register .card-footer:last-child{
text-align: center;
border-top: none;
background-color: transparent;
padding: 20px 0 40px 0;
}
/*register end*/
/*FORGOT*/
.card-forgot{
max-width: 378px;
margin: auto;
border: 1px solid #707070;
border-radius: 10px;
}
.card-forgot .card-body-text{
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
margin-bottom: 40px;
}
.card-forgot .card-title{
font-size: 24px;
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
}
.card-forgot .card-footer {
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.card-forgot .card-footer .note{
font-weight: 700;
}
.card-forgot .btn-navy-blue {
margin-top: 20px;
}
/*forgot end*/
/*iframe step start*/
.owl-item {
overflow: hidden;
}
.fxSwipe .owl-stage, .fxPushReveal .owl-stage, .fxSnapIn .owl-stage, .fxLetMeIn .owl-stage, .fxStickIt .owl-stage, .fxSlideBehind .owl-stage {
-webkit-transform: none !important;
transform: none !important;
width: 100% !important;
position: relative;
height: 0;
border: none;
overflow: hidden;
display: block;
padding-top: 31.25%;
}
.fxSwipe .owl-item, .fxPushReveal .owl-item, .fxSnapIn .owl-item, .fxLetMeIn .owl-item, .fxStickIt .owl-item, .fxSlideBehind .owl-item {
width: 100%;
height: 100%;
position: absolute;
top: 0 !important;
left: 0 !important;
opacity: 0;
z-index: 10;
}
.fxSwipe .owl-item.active, .fxPushReveal .owl-item.active, .fxSnapIn .owl-item.active, .fxLetMeIn .owl-item.active, .fxStickIt .owl-item.active, .fxSlideBehind .owl-item.active {
z-index: 20;
opacity: 1;
}
.fxSwipe .owl-item.owl-animated-out, .fxPushReveal .owl-item.owl-animated-out, .fxSnapIn .owl-item.owl-animated-out, .fxLetMeIn .owl-item.owl-animated-out, .fxStickIt .owl-item.owl-animated-out, .fxSlideBehind .owl-item.owl-animated-out {
opacity: 1;
}
.fxSwipe .owl-item.owl-animated-in, .fxPushReveal .owl-item.owl-animated-in, .fxSnapIn .owl-item.owl-animated-in, .fxLetMeIn .owl-item.owl-animated-in, .fxStickIt .owl-item.owl-animated-in, .fxSlideBehind .owl-item.owl-animated-in {
opacity: 0;
}
/*****************************************/
/* Press away */
/*****************************************/
.fxPressAway .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.fxPressAwayOutNext {
-webkit-animation-name: slideOutScaleRight;
animation-name: slideOutScaleRight;
}
.fxPressAwayInNext {
-webkit-animation-name: slideInFromLeft;
animation-name: slideInFromLeft;
}
.fxPressAwayOutPrev {
-webkit-animation-name: slideOutScaleLeft;
animation-name: slideOutScaleLeft;
}
.fxPressAwayInPrev {
-webkit-animation-name: slideInFromRight;
animation-name: slideInFromRight;
}
@-webkit-keyframes slideOutScaleRight {
to {
-webkit-transform: translateX(100%) scale(1);
transform: translateX(100%) scale(1);
opacity: 0;
}
}
@keyframes slideOutScaleRight {
to {
-webkit-transform: translateX(100%) scale(1);
transform: translateX(100%) scale(1);
opacity: 0;
}
}
@-webkit-keyframes slideInFromLeft {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInFromLeft {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideOutScaleLeft {
to {
-webkit-transform: translateX(-100%) scale(1);
transform: translateX(-100%) scale(1);
opacity: 0;
}
}
@keyframes slideOutScaleLeft {
to {
-webkit-transform: translateX(-100%) scale(1);
transform: translateX(-100%) scale(1);
opacity: 0;
}
}
@-webkit-keyframes slideInFromRight {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInFromRight {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.iframe-wrapper {
/* margin-top: 40px; */
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 55;
}
.iframe-wrapper > .container {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
position: relative;
}
.iframe-card {
width: 100%;
background-color: #ffffff;
/* -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
-webkit-box-shadow: 0 .125rem .75rem 0 rgba(0,0,0,.24);
/* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
box-shadow: 0 .125rem .75rem 0 rgba(0,0,0,.24);
border-radius: 10px;
overflow : hidden;
}
.iframe-card iframe {
width: 100%;
height: calc(100vh - 205px);
border: none;
}
.iframe-carousel .owl-nav {
position: absolute;
bottom: -27px;
left: 50%;
margin: auto;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-width: 220px;
background-color: #FFFFFF;
border-radius: 10px;
border: solid 1px #E8E4E4;
padding: 12px 12px;
-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
z-index: 555;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.iframe-carousel .owl-nav button.owl-prev, .iframe-carousel .owl-nav button.owl-next {
border: none;
background-color: transparent;
min-width: 30px;
height: 30px;
color: #9D9B9B;
font-size: 25px;
line-height: 30px;
padding: 0;
text-align: center;
width: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-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;
z-index: 5555;
margin: 0 5px;
}
.iframe-carousel .owl-nav button.owl-prev.disabled, .iframe-carousel .owl-nav button.owl-next.disabled {
color: #D6D6D6;
}
.simplebar-vertical .simplebar-scrollbar {
top: 5%;
max-height: calc(100% - 10%);
}
/*iframe step end*/
/*Staff Course start*/
.card-staff {
border-radius: 3px;
margin-bottom: 65px;
border: none;
-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
overflow: hidden;
}
.card-staff .card-body {
padding: 20px 25px;
}
.card-staff__img {
height: 215px;
}
.card-staff__img img {
height: 100%;
width: 100%;
border-radius: 3px 3px 0 0;
-o-object-fit: cover;
object-fit: cover;
}
.card-staff .card-body h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}
.card-staff .card-body p {
color: #000000;
font-size: 18px;
font-weight: 500;
line-height: normal;
margin-bottom: 25px;
}
.lessons-table {
width: 100%;
}
.table.lessons-table td, .table.lessons-table tbody th {
padding: 10px 20px;
height: auto;
}
.table.lessons-table tr:last-child td {
border: none;
}
.single-staff-card {
border-radius: 0;
background-color: #FFFFFF;
margin-top: 40px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
border: none;
}
.single-staff-card__header {
padding: 30px 40px 0;
}
.course-name {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #E4E4E4;
font-weight: 700;
font-size: 20px;
color: #2A254C;
}
.course-duration {
font-size: 20px;
font-weight: 700;
margin-bottom: 0px;
color: #030303;
}
.course-duration span {
font-weight: 500;
margin-left: 15px;
}
.single-staff-card .card-body {
padding: 20px 40px;
}
.single-staff-card .card-body p {
font-size: 18px;
font-weight: 500;
}
.single-staff__label {
font-size: 20px;
margin-bottom: 15px;
}
.single-staff-detail {
margin-top: 40px;
}
.lessons-box {
margin-top: 30px;
}
.single-staff-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 700px;
}
.single-staff-list li {
color: rgba(0, 0, 0, 0.62);
margin-bottom: 10px;
width: 50%;
font-size: 18px;
font-weight: 600;
}
.single-staff-list li i {
color: #08af81;
margin-right: 10px;
}
.lessons-table td {
vertical-align: middle;
color: rgba(0, 0, 0, 0.62);
font-size: 20px;
font-weight: 500;
padding: 8px 0;
}
.lessons-table td i {
color: #08af81;
margin-right: 10px;
}
/*Manager Page Start*/
.dropdown-employees {
margin-right: 25px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #FAFAFB;
}
.table thead th {
border-top: none;
border-bottom: none;
padding: 10px 20px;
white-space: nowrap;
}
.table-control__inner .btn:not(:last-child) {
margin-right: 25px;
}
.table-control__inner .btn {
min-width: 150px;
}
table.dataTable {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.table tbody td, .table tbody th {
border-top-color: #E4E4E4;
}
.table tbody tr:last-child td , .table tbody tr:last-child th {
border-bottom: 1px solid #E4E4E4;
}
table.dataTable thead th, table.dataTable thead td {
padding: 8px 20px;
}
.manager-table tbody td:last-child {
text-align: right;
}
.manager-detail .date-group{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: calc(100% - 225px);
}
.date-group .form-control:not(:last-child) {
margin-right: 15px;
}
table.dataTable thead th,
table.dataTable thead td {
border-bottom: transparent;
}
table.dataTable.no-footer {
border-bottom-color: #dddddd;
}
.dataTables_wrapper {
padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate {
padding: 15px 10px 0px;
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;
float: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
border-radius: 5px;
font-weight: bold;
padding: 3px 14px;
margin: 0 4px;
border-color: #F6F5FA;
background-color: #F6F5FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover ,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
background: -webkit-gradient(linear, left top, left bottom, from(#F6F5FA), to(#F6F5FA));
background: -o-linear-gradient(top, #F6F5FA 0%, #F6F5FA 100%);
background: linear-gradient(to bottom, #F6F5FA 0%, #F6F5FA 100%);
border-color: #F6F5FA;
background-color: #F6F5FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
border-color: #F6F5FA;
background-color: #F6F5FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
opacity: 0.5;
}
.modal-theme .btn {
padding: 5px 23px;
font-size: 16px;
font-weight: 600;
}
.modal-theme .modal-content {
border: none;
border-radius: 7px;
}
.modal-theme .close {
font-size: 38px;
text-shadow: none;
font-weight: 500;
line-height: 22px;
}
.modal-theme .close span {
display: inline-block;
line-height: 18px;
}
/*Manager Page End*/
/*table start*/
.table td, .table th {
font-size: 16px;
color: #2A254C;
vertical-align: middle;
line-height: normal;
}
.table td, .table tbody th {
padding: 3px 20px;
font-weight: 600;
height: 35px;
}
.table td a:not(.btn), .table td a:not(.btn):hover {
color: #2a254c;
}
.b-top{
border-top: none;
}
.table-control {
margin-top: 30px;
}
.section-manager__content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-color: transparent transparent;
color: #2A254C;
font-weight: 600;
background-color: #F9F9FA;
}
.section-manager__content .nav-tabs .nav-link {
font-weight: 600;
}
/*add Administrator start*/
.administrator .table td a,
.administrator .table td a:hover{
color: #fff;
}
.form-card {
padding-top: 0;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px;
}
.form-card .form-body{
padding-top: 30px;
}
.form-card .form-header {
padding-top: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #E4E4E4;
}
.form-card .form-header h2 {
font-weight: 700;
margin-bottom: 0;
font-size: 20px;
color: #2A254C;
}
.form-admin .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.file-upload.form-group {
margin-bottom: 0;
}
.form-admin .form-lable {
display: inline-block;
font-size: 16px;
font-weight: 600;
color: #2A254C;
width: 180px;
margin-bottom: 0px;
margin-top: 7px;
}
.form-admin .form-control {
font-size: 14px;
width: calc(100% - 180px);
border: solid 1px #E4E4E4;
background-color: #ffffff;
font-weight: 600;
border-radius: 0;
}
.form-admin .check-input .form-control {
width: calc(100% - 230px);
}
.form-admin input::-webkit-input-placeholder ,
.form-admin textarea::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-admin input::-moz-placeholder ,
.form-admin textarea::-moz-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-admin input:-ms-input-placeholder ,
.form-admin textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-admin input:-moz-placeholder ,
.form-admin textarea:-moz-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-card .table-control{
margin-bottom: 0;
margin-top: 50px;
}
.form-card .button-left{
margin-right: auto;
}
/*add Administrator end*/
/*add-course start*/
.add-course input::-webkit-input-placeholder ,
.add-course textarea::-webkit-input-placeholder {
color: #4a687a;
}
.add-course input::-moz-placeholder ,
.add-course textarea::-moz-placeholder {
color: #4a687a;
}
.add-course input:-ms-input-placeholder ,
.add-course textarea:-ms-input-placeholder {
color: #4a687a;
}
.add-course input:-moz-placeholder ,
.add-course textarea:-moz-placeholder {
color: #4a687a;
}
.add-course .button-left{
margin-right: auto;
}
.add-course .table tr td:last-child{
text-align: right;
}
/*add-course end*/
/*add-lesson end*/
.add-lesson .table-card__title{
margin-bottom: 30px;
margin-top: 53px;
}
.add-lesson .form-body {
margin-top: 0;
}
.ui-sortable-handle {
cursor: -webkit-grab;
cursor: grab;
}
.ui-sortable-handle.ui-sortable-helper {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.add-lesson .slide-box{
padding: 75px 0;
text-align: center;
-webkit-box-shadow: 1px 1px 15px #e6e4e4;
box-shadow: 1px 1px 15px #e6e4e4;
border-radius: 5px;
margin-bottom: 30px;
background-color: #fff;
}
.add-lesson .slide-box h6{
margin-bottom: 0;
color: #8b8b8b;
}
.add-lesson .table-control {
margin-top: 30px;
}
/*add-lesson end*/
/*add-slide start*/
.grey-radio .custom-control-label::after {
left: -19px;
}
.grey-radio .custom-control-label::before {
left: -25px;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #253f50;
border-color: #253f50;
}
.add-slide .drop-select {
width: calc(100% - 180px);
}
.course-admin .button-left {
margin-right: auto;
}
.course-admin .section-manager__content {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
/*course-admin end*/
.add-slide .custom-control-input:checked~.add-slide .custom-control-label::before,
.add-course .custom-control-input:checked~.add-course .custom-control-label::before {
color: #2A254C !important;
border-color: #2A254C !important;
}
.add-slide .custom-control-label,
.add-course .custom-control-label {
font-size: 16px;
font-weight: 600;
line-height: 22px;
color: #2A254C;
cursor: pointer;
}
.add-slide .custom-control-label::before,
.add-course .custom-control-label::before {
top: 3px;
left: -25px;
width: 18px;
height: 18px;
}
.add-slide .custom-control-label::after, .add-course .custom-control-label::after {
top: 7px;
left: -21px;
width: 10px;
height: 10px;
background-size: contain;
}
.add-slide .custom-control,
.add-course .custom-control {
padding-left: 25px;
}
.add-slide .grey-radio{
padding-left: 50px;
}
.add-slide .custom-control-label::before, .add-course .custom-control-label::before {
border: 1px solid #2A254C;
}
.add-slide .custom-radio .custom-control-input:checked~.custom-control-label::after,
.add-course .custom-radio .custom-control-input:checked~.custom-control-label::after {
background-color: #2A254C;
}
.add-slide .custom-control-input:checked~.custom-control-label::before,
.add-course .custom-control-input:checked~.custom-control-label::before {
color: #2A254C;
border-color: #2A254C;
}
/*manger start*/
.section-manager__content .settings{
min-height: 300px;
}
/*manger end*/
/*manager-details - start*/
.manager-detail .bottom-con .button-left {
margin-right: auto;
}
.manager-detail .table tr th:not(:first-child),
.manager-detail .table tr td:not(:first-child){
text-align: center;
}
table.dataTable tbody tr {
background-color: transparent;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
bottom: 10px;
}
/*manager-details - end*/
/*Navigation Start*/
/*Desktop Nav*/
.iframe_nav {
position: absolute;
bottom: -28px;
left: 50%;
margin: auto;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #FFFFFF;
border-radius: 10px;
border: solid 1px #E8E4E4;
padding: 7px 7px;
-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
z-index: 555;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.iframe_nav__inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.iframe_nav .btn {
width: 155px;
text-transform: uppercase;
padding-left: 10px;
padding-right: 10px;
}
.iframe_nav .btn i {
display: none;
}
.slide-nav .btn-icon:hover {
text-decoration: none;
}
.slide-count {
display: inline-block;
margin-left: 10px;
font-size: 16px;
font-weight: 600;
color: #2A254C;
line-height: 27px;
word-spacing: 3px;
margin-right: 10px;
width: 120px;
}
/*Tablet Pro Nav*/
@media (max-width: 1199.98px) {
.iframe_nav {
bottom: 60px;
}
.iframe-card {
width: calc(100% + 30px);
margin: 0 -15px;
height: calc(100vh - 150px);
box-shadow: none;
}
.main-footer {
display: none;
}
}
/*Tablet Mini Nav*/
@media (max-width: 991.98px) {
.iframe_nav {
bottom: 30px;
position: fixed;
}
}
/*Mobile Nav*/
@media (max-width: 767.98px) {
.iframe_nav {
/* bottom: 15px; */
/* padding: 7px 0px; */
bottom: 25px;
padding: 5px 0px;
}
.iframe_nav .btn {
border: none;
min-width: 30px;
/* height: 45px; */
height: 55px;
font-size: 0;
line-height: 30px;
padding: 0;
text-align: center;
/* width: 55px; */
width: 80px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-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;
z-index: 5555;
/* margin: 0 10px; */
margin: 0 5px;
color: #AFAEAF;
background-color: #F8F8FB;
-webkit-box-shadow: none;
box-shadow: none;
}
.iframe_nav .btn i {
font-size: 24px;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
}
.iframe_nav .slide-count {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
width: auto;
color: #9D9B9B;
font-size: 30px;
margin-right: 20px;
margin-left: 8px;
white-space: nowrap;
}
}
/*Navigation End*/
@media (min-width: 768px) {
.container {
max-width: 100%;
}
}
@media (min-width: 992px) {
.container {
max-width: 100%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
@media (min-width: 1500px) {
.container {
max-width: 1230px;
}
}
@media (max-width: 1199.98px) {
.iframe-wrapper {
margin-top: 0px;
background-color: #f1f1f1;
}
.iframe-card {
border-radius: 0px;
}
}
@media (max-width: 991.98px) {
.main-header {
padding: 20px 10px;
}
.iframe-card {
height: calc(100vh - 84px);
}
.btn-menu {
font-size: 0 !important;
background-image: url(../images/menu.svg);
background-color: transparent;
border: none;
max-width: 40px;
height: 32px;
background-size: cover;
background-position: center;
border-radius: 0;
padding: 0;
display: none;
}
.btn-menu:focus {
background-color: transparent;
border-color: transparent;
}
.navber__right .name {
display: none;
}
.simplebar-scrollbar {
right: 12px;
}
.navbar-brand .header-page__title {
display: none;
}
.btn-menu {
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
}
.btn-menu:hover , .btn-menu:focus , .btn-menu:focus, .btn-menu:not(:disabled):not(.disabled).active, .btn-menu:not(:disabled):not(.disabled):active, .show>.btn-menu.dropdown-toggle {
background-color: transparent;
}
.iframe-wrapper {
margin-top: 0px;
}
.btn {
padding: 10px 15px;
}
.card-staff {
margin-bottom: 40px;
}
.card-staff .card-body {
padding: 15px 15px;
}
.card-staff .card-body h3 {
font-size: 18px;
}
.table.lessons-table td, .table.lessons-table tbody th {
padding: 10px 20px;
height: auto;
width: 50%;
}
.card-login .card-body {
padding: 50px 50px;
}
.card-login .card-header {
padding: 40px 20px;
}
.navbar-title {
display: none;
}
}
@media (max-width: 767.98px) {
.btn {
font-size: 16px;
padding: 5px 15px;
}
.main-header {
padding: 12px 0px;
}
.navbar-brand {
margin-right: 0;
font-size: 20px;
}
.simplebar-scrollbar {
right: 8px;
}
textarea.form-control {
height: 100px;
}
.page-title {
margin-top: 25px;
}
.card-login .card-title {
font-size: 22px;
margin-bottom: 30px;
margin-top: 10px;
}
.card-login .card-footer .note {
font-size: 13px ;
}
.card-login .card-body {
padding: 35px 15px;
}
.card-login .card-footer {
padding: 30px 15px;
}
.header-title {
font-size: 20px ;
}
.page-title h1 {
font-size: 28px ;
}
.single-staff-card__header{
padding: 30px 15px 15px 15px;
}
.course-name {
font-size: 23px;
}
.course-duration {
font-size: 18px;
}
.single-staff__label {
font-size: 18px;
}
.single-staff-card .card-body {
padding: 15px 15px 20px 15px;
}
.single-staff-card .card-body p {
font-size: 16px;
}
.single-staff-list li {
width: 100%;
font-size: 18px;
}
.lessons-table tbody {
display: block;
}
.lessons-table tr {
border-bottom: solid 1px #ccc;
width: 100%;
display: block;
}
.lessons-table tbody td {
display: block;
padding-top: 10px;
}
.table-card {
padding: 17px 15px;
}
.nav-tabs .nav-link {
padding: 5px 10px;
font-size: 14px ;
}
.table-control__inner .btn {
padding: 4px 10px;
width: auto;
min-width: auto;
}
.btn {
font-size: 14px;
}
.table-control {
margin-bottom: 0px;
}
.table-control--top {
margin-bottom: 15px;
}
.form-card {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
}
.form-admin .form-group {
display: block ;
position: relative;
margin-bottom: 15px;
}
.form-admin .form-lable {
width: 100% ;
display: block ;
font-size: 14px;
margin-top: 0px;
}
.form-admin .form-control {
width: 100% ;
display: block ;
}
.form-card .form-header {
padding-top: 20px;
padding-bottom: 15px;
}
.form-card .table-control {
margin-top: 20px;
}
.custom-control {
padding-left: 30px;
}
.add-slide .btn {
padding: 0px 16px;
}
.add-slide .custom-control-label {
color: #2c6ba2;
font-size: 16px;
}
.custom-control-label::before {
left: -30px;
width: 20px;
height: 20px;
top: 6px;
}
.custom-control-label::after {
top: 10px;
left: -26px;
height: 12px;
width: 12px;
}
.grey-radio {
position: absolute;
top: 40px;
right: -15px;
}
.grey-radio .custom-control-label::after {
left: -21px;
}
.check-input .form-control{
width: calc(100% - 30px);
}
.table-control__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.table-control__inner .dropdown{
width: 100%;
margin-top: 0px !important;
text-align: center;
margin-bottom: 5px;
}
.dropdown-employees {
margin-right: 0px;
}
.table-control__inner > .btn {
margin-left: 0px;
}
.add-man .button_right{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.table-control__inner .top{
border: none;
width: 100%;
padding: 0;
margin-top: 0 !important;
}
.manager .btn{
margin-top: 5px;
max-width: 260px;
}
.manager-detail .date-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.add-ministrator .table-control__inner .btn,
.add-course .table-control__inner .btn,
.man-details .btn {
width: auto;
}
.add-ministrator .table-control__inner .btn {
padding: 0px 8px;
}
.table-control__inner .btn {
width: auto;
}
.form-control {
padding: 6px 10px ;
}
.table-control__inner .btn:not(:last-child) {
margin-right: 5px;
}
.custom-control {
padding-left: 35px;
}
.custom-control-label::before {
left: -35px;
}
.custom-control-label::after {
left: -31px;
}
.iframe-card iframe {
height: calc(100vh - 62px);
}
.simplebar-scrollbar:before {
width: 100%;
}
.simplebar-track {
right: 0px;
}
.form-card .form-body {
padding-top: 20px;
}
.section-manager__content {
margin-top: 20px;
margin-bottom: 20px;
}
table.dataTable thead th, table.dataTable thead td {
padding: 8px 10px;
}
.table td {
padding: 3px 10px;
}
.table-control {
margin-top: 20px;
}
.table td, .table th {
font-size: 14px;
}
.card-horizontal {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.card-login .card-header {
padding: 20px 20px;
width: 100%;
border-right: 0px;
background-image: none;
}
.started-list {
margin-bottom: 0px;
}
.card-login .card-body {
width: 100%;
padding: 10px 20px 30px;
}
.admin-wrapper .h-100 {
height: auto !important;
}
.iframe-carousel .owl-nav {
bottom: 20px;
}
.card-staff {
margin-bottom: 30px;
}
.card-staff .card-body {
padding: 20px 25px;
}
.card-staff .card-body h3 {
font-size: 20px;
}
.btn-menu {
max-width: 35px;
padding: 0 !important;
}
.dropdown-menu {
width: auto;
}
.table.lessons-table td, .table.lessons-table tbody th {
width: 100%;
padding: 6px 20px;
}
.btn-logout {
width: 120px;
}
} | public/assets/css/style2.css |
/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i&display=swap');
/*Default style*/
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #000000;
background: #F1F1F1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh;
overflow: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
.content-wrapper {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.content-wrapper[data-simplebar] {
overflow: auto;
height: 1px;
width: 100%;
}
.content-wrapper .simplebar-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.content-wrapper .simplebar-content > .container , .section-manager {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.white-card {
border: solid 1px #e9e9e9;
background-color: #ffffff;
}
button:focus {
outline: none;
}
a:hover {
text-decoration: none;
}
/*btn*/
.btn {
font-size: 16px;
font-weight: 600;
/* border-radius: 10px; */
border-radius: 5px;
padding: 10px 30px;
}
.btn-primary {
border-color: #F6F5FA;
background-color: #F9F9FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.btn-primary:hover {
color: #2A254C;
background-color: #e5e4e8;
border-color: #e5e4e8;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #2A254C;
background-color: #e5e4e8;
border-color: #e5e4e8;
}
.btn-outline-secondary {
border: solid 3px #e9e9e9;
background-color: #fafafb;
}
.btn-outline-secondary:hover {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
color: #000;
background-color: #eaeaea;
border-color: #eaeaea;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-black {
background-color: #070707;
border-color: #070707;
color: #FFFFFF;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.table td a.btn-black {
color: #ffffff
}
.table td a.btn-black:hover ,
.btn-black:hover {
color: #fff;
background-color: #000;
border-color: #000;
}
.btn-black:focus,
.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show>.btn-black.dropdown-toggle {
color: #fff;
background-color: #000;
border-color: #000;
}
.btn-black.focus, .btn-black:focus,
.btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus, .show>.btn-black.dropdown-toggle:focus,
.btn-outline-success.focus, .btn-outline-success:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus ,
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus,
.btn.focus, .btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-outline-success {
border: solid 3px #11b443;
background-color: #ffffff;
color: #000;
}
.btn-outline-success:hover {
color: #fff;
background-color: #11b443;
border-color: #11b443;
}
.btn-yellow {
background-color: #FFDA84;
border-color: #FFDA84;
color: #070707;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.btn-yellow:hover {
color: #070707;
background-color: #F9CF6D;
border-color: #F9CF6D;
}
.btn-yellow:focus,
.btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active, .show>.btn-yellow.dropdown-toggle {
color: #070707;
background-color: #F9CF6D;
border-color: #F9CF6D;
}
.btn-blue {
background-color: #69B1D3;
border-color: #69B1D3;
color: #FFFFFF;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.btn-blue:hover {
color: #FFFFFF;
background-color: #52A6CE;
border-color: #52A6CE;
}
.btn-blue:focus,
.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
color: #FFFFFF;
background-color: #52A6CE;
border-color: #52A6CE;
}
.btn-navy-blue {
background-color: #3d4166;
color: #fff;
padding: 6px 10px;
font-size: 16px;
line-height: 29px;
margin-top: 30px;
}
.btn-navy-blue:hover ,
.btn-navy-blue:focus {
color: #fff;
border-color: #323556;
background-color: #323556;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-outline-dark {
border: solid 1px #3d4166;
-webkit-box-shadow: 0px 3px 7px 0px rgba( 0, 0, 0, 0.16 );
box-shadow: 0px 3px 7px 0px rgba( 0, 0, 0, 0.16 );
color: #020202;
}
.btn-outline-dark:hover ,
.btn-outline-dark.focus, .btn-outline-dark:focus{
border: solid 1px #3d4166;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
background-color: #3d4166;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
color: #fff;
border-color: #323556;
background-color: #323556;
}
.btn-outline-dark.focus, .btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
/* custom checkbox*/
.custom-control {
padding-left: 50px;
}
table .custom-control.custom-checkbox {
padding-left: 25px;
}
.custom-control-label {
font-size: 24px;
font-weight: 500;
line-height: 30px;
cursor: pointer;
}
.custom-control-label::before {
left: -50px;
width: 25px;
height: 25px;
border: #000 solid 2px;
top: 3px;
}
table .custom-control.custom-checkbox .custom-control-label::before {
left: -25px;
width: 22px;
height: 22px;
}
table .custom-control.custom-checkbox .custom-control-label::after {
top: 2px;
width: 22px;
height: 22px;
}
.custom-control-input:checked~.custom-control-label::before {
color: #000;
border-color: #000000;
background-color: #fff;
}
.custom-control-label::after {
position: absolute;
content: "";
top: 9px;
left: -44px;
display: block;
width: 13px;
height: 13px;
border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
background-color: #000;
background-image: none;
}
.custom-control-input:focus~.custom-control-label::before {
-webkit-box-shadow: none;
box-shadow: none;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: transparent;
border-color: #000;
}
.custom-checkbox .custom-control-label::before {
border: solid 2px #cccccc;
top: 0;
}
.custom-checkbox .custom-control-label::after {
width: 25px;
height: 25px;
left: -25px;
top: 0;
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url(../images/check.svg);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
border-color: #cccccc;
}
.check-input .custom-control {
margin-right: 0px;
}
.clear-control {
border: none;
color: #41697b;
font-weight: 600;
background-color: transparent;
}
/*custom checkbox end*/
.h-100-vh{
height: 100vh;
}
.file-group {
position: relative;
}
.file-group label {
position: relative;
z-index: 1
}
.file-upload {
display: block;
text-align: center;
font-weight: 700;
}
.file-upload .file-select {
display: block;
color: #34495e;
cursor: pointer;
text-align: left;
background: transparent;
overflow: hidden;
position: relative;
}
.file-upload .file-select .file-select-button {
background: #f6f5fa;
padding: 4px 22px;
display: inline-block;
color: #2A254C;
border-radius: 3px;
font-size: 16px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.file-upload .file-select .file-select-name {
line-height: 50px;
display: inline-block;
padding: 0 10px;
font-size: 16px;
}
.file-upload .file-select:hover {
border-color: #e5e4e8;
}
.file-upload .file-select:hover .file-select-button {
color: #2A254C;
background-color: #e5e4e8;
}
.file-upload.active .file-select {
border-color: #e5e4e8;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
color: #2A254C;
background-color: #e5e4e8;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
z-index: 100;
cursor: pointer;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
bottom: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
cursor: default;
display: block;
border: 2px solid #e5e4e8;
color: #2A254C;
cursor: pointer;
height: 40px;
line-height: 40px;
margin-top: 5px;
text-align: left;
background: #ffffff;
overflow: hidden;
position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
background: #dce4ec;
color: #666666;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
line-height: 40px;
display: inline-block;
padding: 0 10px;
}
/*Slider*/
/*Header Start*/
.main-header {
padding: 14px 0px;
/* background: #fff; */
/* -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16); */
/* box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16); */
z-index: 5;
position: relative;
}
.navbar {
padding: 0px;
}
.navbar-brand {
margin-right: auto;
margin-left: 0;
font-size: 16px;
font-weight: 700;
color: #2A254C;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-brand:hover {
color: #000;
}
.navbar-brand img {
width: 39px;
}
.navbar-title {
color: #2F313E;
font-size: 16px;
margin-bottom: 0px;
font-weight: 600;
}
.header-page__title {
margin-left: 10px;
}
.header-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 0px;
color: #000000;
}
.btn-menu {
width: 203px;
}
.btn-logout {
width: 150px;
padding: 5px 30px;
background-color: #2B2452;
color: #FFFFFF;
border-color: #2B2452;
}
.navber__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navber__right .name {
font-size: 16px;
font-weight: 600;
font-style: normal;
margin-right: 30px;
color: #2A254C;
}
/*Header End*/
/*Content Start*/
/*login start*/
.admin-wrapper {
padding-top: 50px;
padding-bottom: 50px;
min-height: 100vh;
background-color: #F0F3F5;
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;
}
.card-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.row-login {
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;
}
.card-login {
margin: auto;
border-radius: 0;
border: none;
background-color: #F9F9FA;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
width: 930px;
margin: auto;
}
.card-login .card-header {
border-right: 1px solid #CECECE;
border-bottom: 0;
background: #F9F9FA;
width: 383px;
padding: 40px 40px;
background-image: url(../images/onboarding.png);
background-size: 144px;
background-position: top -20px left -30px;
background-repeat: no-repeat;
}
.card-login .card-body {
padding: 56px 80px;
width: 552px;
}
.started-list li {
font-size: 14px;
margin-bottom: 5px;
font-weight: 600;
color: #2A254F;
opacity: 0.7;
}
.started-list li.active {
opacity: 1;
}
.active-disc {
margin-bottom: 0;
font-size: 14px;
text-align: center;
font-weight: 500;
color: #9D9B9B;
}
.card-login .card-title {
text-align: center;
color: #2A254F;
margin-top: 70px;
font-weight: 700;
font-size: 20px;
line-height: 32px;
}
.form-group {
margin-bottom: 20px;
position: relative;
}
.form-label {
font-weight: 600;
color: #2A254C;
font-size: 16px;
margin-bottom: 5px;
}
.form-control {
border: solid 1px #E4E4E4;
background-color: #ffffff;
font-weight: 600;
border-radius: 0;
height: unset;
padding: 4px 12px;
color: rgba(0, 0, 0, 0.62);
font-size: 14px;
line-height: 24px;
}
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border-color: #707070;
}
textarea.form-control {
height: 150px;
}
.forgot-link {
display: block;
text-align: center;
color: #2A254F;
font-size: 14px;
font-weight: 600;
margin-top: 32px;
}
.forgot-link:hover {
color: #000;
}
.card-login .note {
margin-top: 30px;
}
.card-login .card-footer {
padding: 30px 22px;
text-align: center;
background-color: #f9fafb;
border-top-color: #d7d8d9;
border-radius: 0 0 11px 11px;
}
.card-login .btn-outline-dark {
font-size: 16px;
padding: 8px 10px;
margin-bottom: 15px;
}
.card-login .btn {
width: 150px;
}
.note {
display: block;
font-size: 14px;
text-align: center;
color: #9D9B9B;
font-weight: 500;
}
.note a {
color: #2A254C;
font-size: 14px;
font-weight: 600;
margin-left: 5px;
display: inline-block;
}
.note a:hover {
color: #000;
}
.card-login .custom-control {
padding-left: 30px;
margin-bottom: 30px;
}
.card-login .custom-control-label {
font-size: 16px;
line-height: 20px;
color: #2A254C;
font-weight: 600;
}
.card-login .custom-checkbox .custom-control-label::after {
background-size: 12px;
}
.card-login .custom-checkbox .custom-control-label::before, .card-login .custom-checkbox .custom-control-label::after {
left: -30px;
width: 20px;
height: 20px;
}
/*login end*/
.course-card {
padding: 70px;
height: 100%;
}
.course-content h3 {
font-size: 36px;
font-weight: 700;
margin-bottom: 50px;
}
.course-content p {
font-size: 28px;
font-weight: 500;
margin-bottom: 0px;
}
.page-title {
margin-top: 40px;
margin-bottom: 20px;
}
.page-title h1 {
font-size: 20px;
font-weight: 700;
border-bottom: solid 1px rgba(112, 112, 112, 0.60);
padding-bottom: 10px;
margin-bottom: 15px;
}
.page-title p {
color: #626161;
font-size: 14px;
line-height: 18px;
font-weight: 600;
}
.nav-tabs {
background: transparent;
border-bottom: 0;
margin-top: -1px;
}
.nav-tabs .nav-link {
background-color: #EFEDED;
padding: 12px 50px;
border-radius: 0;
font-size: 16px;
color: #2A254C;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-color: transparent transparent;
color: #2A254C;
}
.nav-tabs .nav-link:hover {
border-color: transparent;
}
.section-manager__content {
background-color: #F9F9FA;
margin-top: 60px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.table-card {
padding: 30px 40px 40px;
min-height: 300px;
}
.table-card .table-responsive {
min-height: 300px;
}
.table-control--top {
margin-bottom: 30px;
}
.table-control__inner {
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;
}
.section-manager__content .tab-content {
background-color: #F9F9FA;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.table-control__inner .dropdown .btn {
margin-right: 0 !important;
}
.dropdown-toggle::after {
vertical-align: middle;
}
.dropdown-menu {
background-color: #F6F5FA;
border: none;
width: 100%;
min-width: unset;
text-align: center;
-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.dropdown-menu li .dropdown-item {
color: #2A244F;
font-size: 12px;
font-weight: 700;
padding: 6px;
}
/*Content End*/
/*Footer Start*/
.main-footer {
padding: 20px 0px;
position: relative;
z-index: 5;
}
.copy-right {
text-align: right;
margin-bottom: 0;
font-size: 12px;
font-weight: 700;
color: #D3D2D6;
}
.copy-right svg {
margin-right: 5px;
}
.main-footer__inner {
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;
}
/*Footer End*/
/*register start*/
.card-register{
max-width: 490px;
margin: auto;
border: 1px solid #707070;
border-radius: 10px;
}
.card-register .form-control,
.card-forgot .form-control {
background-color: #f4f6f8;
border-radius: 6px;
}
.card-register .card-header ,
.card-forgot .card-header{
text-align: center;
padding-top: 28px;
padding-bottom: 14px;
}
.card-register .card-title{
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
}
.card-register .card-footer a{
color: #3c56c6;
font-weight: 700;
}
.card-register .custom-control-label{
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
font-size: 16px;
}
.card-register .custom-control-label::after{
}
.card-register .custom-control-label::before ,
.card-register .custom-control-label::after {
width: 25px;
height: 25px;
border: 1px solid;
border-radius: 5px;
top: 3px;
left: -2rem;
}
.card-register .custom-checkbox{
padding-left: 2rem;
}
.card-register
.custom-control-input:not(:disabled):active~.custom-control-label::before {
background-color: #707070 ;
border-color: #707070 ;
}
.card-register
.custom-control-input:checked~.custom-control-label::before {
border-color: #707070;
background-color: #707070;
}
.card-register .btn-navy-blue{
margin-top: 40px;
}
.card-register .card-footer:last-child{
text-align: center;
border-top: none;
background-color: transparent;
padding: 20px 0 40px 0;
}
/*register end*/
/*FORGOT*/
.card-forgot{
max-width: 378px;
margin: auto;
border: 1px solid #707070;
border-radius: 10px;
}
.card-forgot .card-body-text{
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
margin-bottom: 40px;
}
.card-forgot .card-title{
font-size: 24px;
font-weight: 700;
color: rgba(0, 0, 0, 0.62);
}
.card-forgot .card-footer {
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.card-forgot .card-footer .note{
font-weight: 700;
}
.card-forgot .btn-navy-blue {
margin-top: 20px;
}
/*forgot end*/
/*iframe step start*/
.owl-item {
overflow: hidden;
}
.fxSwipe .owl-stage, .fxPushReveal .owl-stage, .fxSnapIn .owl-stage, .fxLetMeIn .owl-stage, .fxStickIt .owl-stage, .fxSlideBehind .owl-stage {
-webkit-transform: none !important;
transform: none !important;
width: 100% !important;
position: relative;
height: 0;
border: none;
overflow: hidden;
display: block;
padding-top: 31.25%;
}
.fxSwipe .owl-item, .fxPushReveal .owl-item, .fxSnapIn .owl-item, .fxLetMeIn .owl-item, .fxStickIt .owl-item, .fxSlideBehind .owl-item {
width: 100%;
height: 100%;
position: absolute;
top: 0 !important;
left: 0 !important;
opacity: 0;
z-index: 10;
}
.fxSwipe .owl-item.active, .fxPushReveal .owl-item.active, .fxSnapIn .owl-item.active, .fxLetMeIn .owl-item.active, .fxStickIt .owl-item.active, .fxSlideBehind .owl-item.active {
z-index: 20;
opacity: 1;
}
.fxSwipe .owl-item.owl-animated-out, .fxPushReveal .owl-item.owl-animated-out, .fxSnapIn .owl-item.owl-animated-out, .fxLetMeIn .owl-item.owl-animated-out, .fxStickIt .owl-item.owl-animated-out, .fxSlideBehind .owl-item.owl-animated-out {
opacity: 1;
}
.fxSwipe .owl-item.owl-animated-in, .fxPushReveal .owl-item.owl-animated-in, .fxSnapIn .owl-item.owl-animated-in, .fxLetMeIn .owl-item.owl-animated-in, .fxStickIt .owl-item.owl-animated-in, .fxSlideBehind .owl-item.owl-animated-in {
opacity: 0;
}
/*****************************************/
/* Press away */
/*****************************************/
.fxPressAway .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.fxPressAwayOutNext {
-webkit-animation-name: slideOutScaleRight;
animation-name: slideOutScaleRight;
}
.fxPressAwayInNext {
-webkit-animation-name: slideInFromLeft;
animation-name: slideInFromLeft;
}
.fxPressAwayOutPrev {
-webkit-animation-name: slideOutScaleLeft;
animation-name: slideOutScaleLeft;
}
.fxPressAwayInPrev {
-webkit-animation-name: slideInFromRight;
animation-name: slideInFromRight;
}
@-webkit-keyframes slideOutScaleRight {
to {
-webkit-transform: translateX(100%) scale(1);
transform: translateX(100%) scale(1);
opacity: 0;
}
}
@keyframes slideOutScaleRight {
to {
-webkit-transform: translateX(100%) scale(1);
transform: translateX(100%) scale(1);
opacity: 0;
}
}
@-webkit-keyframes slideInFromLeft {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInFromLeft {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideOutScaleLeft {
to {
-webkit-transform: translateX(-100%) scale(1);
transform: translateX(-100%) scale(1);
opacity: 0;
}
}
@keyframes slideOutScaleLeft {
to {
-webkit-transform: translateX(-100%) scale(1);
transform: translateX(-100%) scale(1);
opacity: 0;
}
}
@-webkit-keyframes slideInFromRight {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInFromRight {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.iframe-wrapper {
/* margin-top: 40px; */
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 55;
}
.iframe-wrapper > .container {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
position: relative;
}
.iframe-card {
width: 100%;
background-color: #ffffff;
/* -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
-webkit-box-shadow: 0 .125rem .75rem 0 rgba(0,0,0,.24);
/* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
box-shadow: 0 .125rem .75rem 0 rgba(0,0,0,.24);
border-radius: 10px;
overflow : hidden;
}
.iframe-card iframe {
width: 100%;
height: calc(100vh - 205px);
border: none;
}
.iframe-carousel .owl-nav {
position: absolute;
bottom: -27px;
left: 50%;
margin: auto;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-width: 220px;
background-color: #FFFFFF;
border-radius: 10px;
border: solid 1px #E8E4E4;
padding: 12px 12px;
-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
z-index: 555;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.iframe-carousel .owl-nav button.owl-prev, .iframe-carousel .owl-nav button.owl-next {
border: none;
background-color: transparent;
min-width: 30px;
height: 30px;
color: #9D9B9B;
font-size: 25px;
line-height: 30px;
padding: 0;
text-align: center;
width: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-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;
z-index: 5555;
margin: 0 5px;
}
.iframe-carousel .owl-nav button.owl-prev.disabled, .iframe-carousel .owl-nav button.owl-next.disabled {
color: #D6D6D6;
}
.simplebar-vertical .simplebar-scrollbar {
top: 5%;
max-height: calc(100% - 10%);
}
/*iframe step end*/
/*Staff Course start*/
.card-staff {
border-radius: 3px;
margin-bottom: 65px;
border: none;
-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
overflow: hidden;
}
.card-staff .card-body {
padding: 20px 25px;
}
.card-staff__img {
height: 215px;
}
.card-staff__img img {
height: 100%;
width: 100%;
border-radius: 3px 3px 0 0;
-o-object-fit: cover;
object-fit: cover;
}
.card-staff .card-body h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}
.card-staff .card-body p {
color: #000000;
font-size: 18px;
font-weight: 500;
line-height: normal;
margin-bottom: 25px;
}
.lessons-table {
width: 100%;
}
.table.lessons-table td, .table.lessons-table tbody th {
padding: 10px 20px;
height: auto;
}
.table.lessons-table tr:last-child td {
border: none;
}
.single-staff-card {
border-radius: 0;
background-color: #FFFFFF;
margin-top: 40px;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
border: none;
}
.single-staff-card__header {
padding: 30px 40px 0;
}
.course-name {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #E4E4E4;
font-weight: 700;
font-size: 20px;
color: #2A254C;
}
.course-duration {
font-size: 20px;
font-weight: 700;
margin-bottom: 0px;
color: #030303;
}
.course-duration span {
font-weight: 500;
margin-left: 15px;
}
.single-staff-card .card-body {
padding: 20px 40px;
}
.single-staff-card .card-body p {
font-size: 18px;
font-weight: 500;
}
.single-staff__label {
font-size: 20px;
margin-bottom: 15px;
}
.single-staff-detail {
margin-top: 40px;
}
.lessons-box {
margin-top: 30px;
}
.single-staff-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 700px;
}
.single-staff-list li {
color: rgba(0, 0, 0, 0.62);
margin-bottom: 10px;
width: 50%;
font-size: 18px;
font-weight: 600;
}
.single-staff-list li i {
color: #08af81;
margin-right: 10px;
}
.lessons-table td {
vertical-align: middle;
color: rgba(0, 0, 0, 0.62);
font-size: 20px;
font-weight: 500;
padding: 8px 0;
}
.lessons-table td i {
color: #08af81;
margin-right: 10px;
}
/*Manager Page Start*/
.dropdown-employees {
margin-right: 25px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #FAFAFB;
}
.table thead th {
border-top: none;
border-bottom: none;
padding: 10px 20px;
white-space: nowrap;
}
.table-control__inner .btn:not(:last-child) {
margin-right: 25px;
}
.table-control__inner .btn {
min-width: 150px;
}
table.dataTable {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.table tbody td, .table tbody th {
border-top-color: #E4E4E4;
}
.table tbody tr:last-child td , .table tbody tr:last-child th {
border-bottom: 1px solid #E4E4E4;
}
table.dataTable thead th, table.dataTable thead td {
padding: 8px 20px;
}
.manager-table tbody td:last-child {
text-align: right;
}
.manager-detail .date-group{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: calc(100% - 225px);
}
.date-group .form-control:not(:last-child) {
margin-right: 15px;
}
table.dataTable thead th,
table.dataTable thead td {
border-bottom: transparent;
}
table.dataTable.no-footer {
border-bottom-color: #dddddd;
}
.dataTables_wrapper {
padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate {
padding: 15px 10px 0px;
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;
float: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
border-radius: 5px;
font-weight: bold;
padding: 3px 14px;
margin: 0 4px;
border-color: #F6F5FA;
background-color: #F6F5FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover ,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
background: -webkit-gradient(linear, left top, left bottom, from(#F6F5FA), to(#F6F5FA));
background: -o-linear-gradient(top, #F6F5FA 0%, #F6F5FA 100%);
background: linear-gradient(to bottom, #F6F5FA 0%, #F6F5FA 100%);
border-color: #F6F5FA;
background-color: #F6F5FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
border-color: #F6F5FA;
background-color: #F6F5FA;
color: #2A254C;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
opacity: 0.5;
}
.modal-theme .btn {
padding: 5px 23px;
font-size: 16px;
font-weight: 600;
}
.modal-theme .modal-content {
border: none;
border-radius: 7px;
}
.modal-theme .close {
font-size: 38px;
text-shadow: none;
font-weight: 500;
line-height: 22px;
}
.modal-theme .close span {
display: inline-block;
line-height: 18px;
}
/*Manager Page End*/
/*table start*/
.table td, .table th {
font-size: 16px;
color: #2A254C;
vertical-align: middle;
line-height: normal;
}
.table td, .table tbody th {
padding: 3px 20px;
font-weight: 600;
height: 35px;
}
.table td a:not(.btn), .table td a:not(.btn):hover {
color: #2a254c;
}
.b-top{
border-top: none;
}
.table-control {
margin-top: 30px;
}
.section-manager__content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-color: transparent transparent;
color: #2A254C;
font-weight: 600;
background-color: #F9F9FA;
}
.section-manager__content .nav-tabs .nav-link {
font-weight: 600;
}
/*add Administrator start*/
.administrator .table td a,
.administrator .table td a:hover{
color: #fff;
}
.form-card {
padding-top: 0;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px;
}
.form-card .form-body{
padding-top: 30px;
}
.form-card .form-header {
padding-top: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #E4E4E4;
}
.form-card .form-header h2 {
font-weight: 700;
margin-bottom: 0;
font-size: 20px;
color: #2A254C;
}
.form-admin .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.file-upload.form-group {
margin-bottom: 0;
}
.form-admin .form-lable {
display: inline-block;
font-size: 16px;
font-weight: 600;
color: #2A254C;
width: 180px;
margin-bottom: 0px;
margin-top: 7px;
}
.form-admin .form-control {
font-size: 14px;
width: calc(100% - 180px);
border: solid 1px #E4E4E4;
background-color: #ffffff;
font-weight: 600;
border-radius: 0;
}
.form-admin .check-input .form-control {
width: calc(100% - 230px);
}
.form-admin input::-webkit-input-placeholder ,
.form-admin textarea::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-admin input::-moz-placeholder ,
.form-admin textarea::-moz-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-admin input:-ms-input-placeholder ,
.form-admin textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-admin input:-moz-placeholder ,
.form-admin textarea:-moz-placeholder {
color: rgba(0, 0, 0, 0.40);
}
.form-card .table-control{
margin-bottom: 0;
margin-top: 50px;
}
.form-card .button-left{
margin-right: auto;
}
/*add Administrator end*/
/*add-course start*/
.add-course input::-webkit-input-placeholder ,
.add-course textarea::-webkit-input-placeholder {
color: #4a687a;
}
.add-course input::-moz-placeholder ,
.add-course textarea::-moz-placeholder {
color: #4a687a;
}
.add-course input:-ms-input-placeholder ,
.add-course textarea:-ms-input-placeholder {
color: #4a687a;
}
.add-course input:-moz-placeholder ,
.add-course textarea:-moz-placeholder {
color: #4a687a;
}
.add-course .button-left{
margin-right: auto;
}
.add-course .table tr td:last-child{
text-align: right;
}
/*add-course end*/
/*add-lesson end*/
.add-lesson .table-card__title{
margin-bottom: 30px;
margin-top: 53px;
}
.add-lesson .form-body {
margin-top: 0;
}
.ui-sortable-handle {
cursor: -webkit-grab;
cursor: grab;
}
.ui-sortable-handle.ui-sortable-helper {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.add-lesson .slide-box{
padding: 75px 0;
text-align: center;
-webkit-box-shadow: 1px 1px 15px #e6e4e4;
box-shadow: 1px 1px 15px #e6e4e4;
border-radius: 5px;
margin-bottom: 30px;
background-color: #fff;
}
.add-lesson .slide-box h6{
margin-bottom: 0;
color: #8b8b8b;
}
.add-lesson .table-control {
margin-top: 30px;
}
/*add-lesson end*/
/*add-slide start*/
.grey-radio .custom-control-label::after {
left: -19px;
}
.grey-radio .custom-control-label::before {
left: -25px;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #253f50;
border-color: #253f50;
}
.add-slide .drop-select {
width: calc(100% - 180px);
}
.course-admin .button-left {
margin-right: auto;
}
.course-admin .section-manager__content {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
/*course-admin end*/
.add-slide .custom-control-input:checked~.add-slide .custom-control-label::before,
.add-course .custom-control-input:checked~.add-course .custom-control-label::before {
color: #2A254C !important;
border-color: #2A254C !important;
}
.add-slide .custom-control-label,
.add-course .custom-control-label {
font-size: 16px;
font-weight: 600;
line-height: 22px;
color: #2A254C;
cursor: pointer;
}
.add-slide .custom-control-label::before,
.add-course .custom-control-label::before {
top: 3px;
left: -25px;
width: 18px;
height: 18px;
}
.add-slide .custom-control-label::after, .add-course .custom-control-label::after {
top: 7px;
left: -21px;
width: 10px;
height: 10px;
background-size: contain;
}
.add-slide .custom-control,
.add-course .custom-control {
padding-left: 25px;
}
.add-slide .grey-radio{
padding-left: 50px;
}
.add-slide .custom-control-label::before, .add-course .custom-control-label::before {
border: 1px solid #2A254C;
}
.add-slide .custom-radio .custom-control-input:checked~.custom-control-label::after,
.add-course .custom-radio .custom-control-input:checked~.custom-control-label::after {
background-color: #2A254C;
}
.add-slide .custom-control-input:checked~.custom-control-label::before,
.add-course .custom-control-input:checked~.custom-control-label::before {
color: #2A254C;
border-color: #2A254C;
}
/*manger start*/
.section-manager__content .settings{
min-height: 300px;
}
/*manger end*/
/*manager-details - start*/
.manager-detail .bottom-con .button-left {
margin-right: auto;
}
.manager-detail .table tr th:not(:first-child),
.manager-detail .table tr td:not(:first-child){
text-align: center;
}
table.dataTable tbody tr {
background-color: transparent;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
bottom: 10px;
}
/*manager-details - end*/
/*Navigation Start*/
/*Desktop Nav*/
.iframe_nav {
position: absolute;
bottom: -28px;
left: 50%;
margin: auto;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #FFFFFF;
border-radius: 10px;
border: solid 1px #E8E4E4;
padding: 7px 7px;
-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
box-shadow: 10px 10px 15px rgba(0,0,0,0.16);
z-index: 555;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.iframe_nav__inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.iframe_nav .btn {
width: 155px;
text-transform: uppercase;
padding-left: 10px;
padding-right: 10px;
}
.iframe_nav .btn i {
display: none;
}
.slide-nav .btn-icon:hover {
text-decoration: none;
}
.slide-count {
display: inline-block;
margin-left: 10px;
font-size: 16px;
font-weight: 600;
color: #2A254C;
line-height: 27px;
word-spacing: 3px;
margin-right: 10px;
width: 120px;
}
/*Tablet Pro Nav*/
@media (max-width: 1199.98px) {
.iframe_nav {
bottom: 60px;
}
.iframe-card {
width: calc(100% + 30px);
margin: 0 -15px;
height: calc(100vh - 150px);
box-shadow: none;
}
.main-footer {
display: none;
}
}
/*Tablet Mini Nav*/
@media (max-width: 991.98px) {
.iframe_nav {
bottom: 30px;
position: fixed;
}
}
/*Mobile Nav*/
@media (max-width: 767.98px) {
.iframe_nav {
/* bottom: 15px; */
/* padding: 7px 0px; */
bottom: 25px;
padding: 5px 0px;
}
.iframe_nav .btn {
border: none;
min-width: 30px;
/* height: 45px; */
height: 55px;
font-size: 0;
line-height: 30px;
padding: 0;
text-align: center;
/* width: 55px; */
width: 80px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-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;
z-index: 5555;
/* margin: 0 10px; */
margin: 0 5px;
color: #AFAEAF;
background-color: #F8F8FB;
-webkit-box-shadow: none;
box-shadow: none;
}
.iframe_nav .btn i {
font-size: 24px;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
}
.iframe_nav .slide-count {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
width: auto;
color: #9D9B9B;
font-size: 30px;
margin-right: 20px;
margin-left: 8px;
white-space: nowrap;
}
}
/*Navigation End*/
@media (min-width: 768px) {
.container {
max-width: 100%;
}
}
@media (min-width: 992px) {
.container {
max-width: 100%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
@media (min-width: 1500px) {
.container {
max-width: 1230px;
}
}
@media (max-width: 1199.98px) {
.iframe-wrapper {
margin-top: 0px;
background-color: #f1f1f1;
}
.iframe-card {
border-radius: 0px;
}
}
@media (max-width: 991.98px) {
.main-header {
padding: 20px 10px;
}
.iframe-card {
height: calc(100vh - 84px);
}
.btn-menu {
font-size: 0 !important;
background-image: url(../images/menu.svg);
background-color: transparent;
border: none;
max-width: 40px;
height: 32px;
background-size: cover;
background-position: center;
border-radius: 0;
padding: 0;
display: none;
}
.btn-menu:focus {
background-color: transparent;
border-color: transparent;
}
.navber__right .name {
display: none;
}
.simplebar-scrollbar {
right: 12px;
}
.navbar-brand .header-page__title {
display: none;
}
.btn-menu {
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
}
.btn-menu:hover , .btn-menu:focus , .btn-menu:focus, .btn-menu:not(:disabled):not(.disabled).active, .btn-menu:not(:disabled):not(.disabled):active, .show>.btn-menu.dropdown-toggle {
background-color: transparent;
}
.iframe-wrapper {
margin-top: 0px;
}
.btn {
padding: 10px 15px;
}
.card-staff {
margin-bottom: 40px;
}
.card-staff .card-body {
padding: 15px 15px;
}
.card-staff .card-body h3 {
font-size: 18px;
}
.table.lessons-table td, .table.lessons-table tbody th {
padding: 10px 20px;
height: auto;
width: 50%;
}
.card-login .card-body {
padding: 50px 50px;
}
.card-login .card-header {
padding: 40px 20px;
}
.navbar-title {
display: none;
}
}
@media (max-width: 767.98px) {
.btn {
font-size: 16px;
padding: 5px 15px;
}
.main-header {
padding: 12px 0px;
}
.navbar-brand {
margin-right: 0;
font-size: 20px;
}
.simplebar-scrollbar {
right: 8px;
}
textarea.form-control {
height: 100px;
}
.page-title {
margin-top: 25px;
}
.card-login .card-title {
font-size: 22px;
margin-bottom: 30px;
margin-top: 10px;
}
.card-login .card-footer .note {
font-size: 13px ;
}
.card-login .card-body {
padding: 35px 15px;
}
.card-login .card-footer {
padding: 30px 15px;
}
.header-title {
font-size: 20px ;
}
.page-title h1 {
font-size: 28px ;
}
.single-staff-card__header{
padding: 30px 15px 15px 15px;
}
.course-name {
font-size: 23px;
}
.course-duration {
font-size: 18px;
}
.single-staff__label {
font-size: 18px;
}
.single-staff-card .card-body {
padding: 15px 15px 20px 15px;
}
.single-staff-card .card-body p {
font-size: 16px;
}
.single-staff-list li {
width: 100%;
font-size: 18px;
}
.lessons-table tbody {
display: block;
}
.lessons-table tr {
border-bottom: solid 1px #ccc;
width: 100%;
display: block;
}
.lessons-table tbody td {
display: block;
padding-top: 10px;
}
.table-card {
padding: 17px 15px;
}
.nav-tabs .nav-link {
padding: 5px 10px;
font-size: 14px ;
}
.table-control__inner .btn {
padding: 4px 10px;
width: auto;
min-width: auto;
}
.btn {
font-size: 14px;
}
.table-control {
margin-bottom: 0px;
}
.table-control--top {
margin-bottom: 15px;
}
.form-card {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
}
.form-admin .form-group {
display: block ;
position: relative;
margin-bottom: 15px;
}
.form-admin .form-lable {
width: 100% ;
display: block ;
font-size: 14px;
margin-top: 0px;
}
.form-admin .form-control {
width: 100% ;
display: block ;
}
.form-card .form-header {
padding-top: 20px;
padding-bottom: 15px;
}
.form-card .table-control {
margin-top: 20px;
}
.custom-control {
padding-left: 30px;
}
.add-slide .btn {
padding: 0px 16px;
}
.add-slide .custom-control-label {
color: #2c6ba2;
font-size: 16px;
}
.custom-control-label::before {
left: -30px;
width: 20px;
height: 20px;
top: 6px;
}
.custom-control-label::after {
top: 10px;
left: -26px;
height: 12px;
width: 12px;
}
.grey-radio {
position: absolute;
top: 40px;
right: -15px;
}
.grey-radio .custom-control-label::after {
left: -21px;
}
.check-input .form-control{
width: calc(100% - 30px);
}
.table-control__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.table-control__inner .dropdown{
width: 100%;
margin-top: 0px !important;
text-align: center;
margin-bottom: 5px;
}
.dropdown-employees {
margin-right: 0px;
}
.table-control__inner > .btn {
margin-left: 0px;
}
.add-man .button_right{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.table-control__inner .top{
border: none;
width: 100%;
padding: 0;
margin-top: 0 !important;
}
.manager .btn{
margin-top: 5px;
max-width: 260px;
}
.manager-detail .date-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.add-ministrator .table-control__inner .btn,
.add-course .table-control__inner .btn,
.man-details .btn {
width: auto;
}
.add-ministrator .table-control__inner .btn {
padding: 0px 8px;
}
.table-control__inner .btn {
width: auto;
}
.form-control {
padding: 6px 10px ;
}
.table-control__inner .btn:not(:last-child) {
margin-right: 5px;
}
.custom-control {
padding-left: 35px;
}
.custom-control-label::before {
left: -35px;
}
.custom-control-label::after {
left: -31px;
}
.iframe-card iframe {
height: calc(100vh - 62px);
}
.simplebar-scrollbar:before {
width: 100%;
}
.simplebar-track {
right: 0px;
}
.form-card .form-body {
padding-top: 20px;
}
.section-manager__content {
margin-top: 20px;
margin-bottom: 20px;
}
table.dataTable thead th, table.dataTable thead td {
padding: 8px 10px;
}
.table td {
padding: 3px 10px;
}
.table-control {
margin-top: 20px;
}
.table td, .table th {
font-size: 14px;
}
.card-horizontal {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.card-login .card-header {
padding: 20px 20px;
width: 100%;
border-right: 0px;
background-image: none;
}
.started-list {
margin-bottom: 0px;
}
.card-login .card-body {
width: 100%;
padding: 10px 20px 30px;
}
.admin-wrapper .h-100 {
height: auto !important;
}
.iframe-carousel .owl-nav {
bottom: 20px;
}
.card-staff {
margin-bottom: 30px;
}
.card-staff .card-body {
padding: 20px 25px;
}
.card-staff .card-body h3 {
font-size: 20px;
}
.btn-menu {
max-width: 35px;
padding: 0 !important;
}
.dropdown-menu {
width: auto;
}
.table.lessons-table td, .table.lessons-table tbody th {
width: 100%;
padding: 6px 20px;
}
.btn-logout {
width: 120px;
}
} | 0.229794 | 0.046943 |
.stack * + * {
margin-top: 1.5rem;
}
.cagov-p-2 {
padding: 2rem;
}
.cagov-border {
border: solid 1px;
}
/* homepage specific rules */
.cagov-featured-sidebar {
max-width: 360px;
}
.cagov-featured-section {
max-height: 360px;
margin-bottom: 1rem;
}
.cagov-featured-image {
object-fit: cover;
width: 100%;
display: block;
height: 100%;
}
/* editor override */
.editor-styles-wrapper img.cagov-featured-image, .block-editor__container img.cagov-featured-image {
height: 100%;
}
/* editor override */
.editor-styles-wrapper .wp-block a.cagov-action-link {
color: #fff;
}
.cagov-featured-section .components-button.image-button {
display: block;
height: 100%;
margin: 0;
padding: 0;
}
/* editor override */
.cagov-hero-body-content .wp-block-button.block-editor-block-list__block {
background-color: #33705B;
color: white;
border-radius: .3rem;
font-weight: bold;
display: inline-block;
}
/* editor override */
.editor-styles-wrapper .cagov-hero-body-content .block-editor-rich-text__editable.wp-block-button__link {
background-color: transparent;
padding: 0;
}
/* editor override */
.editor-styles-wrapper .cagov-hero-body-content .block-editor-rich-text__editable.wp-block-button__link:not(:hover):not(:active) {
background-color: transparent;
padding: 0;
}
/* editor override */
.editor-styles-wrapper .cagov-hero-body-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
background-color: transparent;
}
/* this is some hacky css, need to figure out how to control the applied classes in the generated InnerBlocks */
.cagov-hero-body-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
background-color: #33705B;
color: white;
padding: 1rem;
border-radius: .5rem;
font-weight: bold;
display: inline-block;
border: none;
}
.cagov-hero-body-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: #33705B !important;
color: #fff !important;
padding: 1rem;
border-radius: .5rem !important;
font-weight: bold;
display: inline-block;
border: none;
}
/* sidebar layout */
.cagov-with-sidebar {
overflow: hidden;
}
.cagov-with-sidebar > * {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.cagov-with-sidebar > * > * {
margin: 0;
flex-grow: 1;
}
.cagov-with-sidebar-left > * > :last-child {
flex-basis: 0;
flex-grow: 999;
min-width: calc(30% - var(0px));
}
.cagov-with-sidebar-right > * > :first-child {
flex-basis: 0;
flex-grow: 999;
min-width: calc(30% - 0px);
} | blocks/hero/style.css | .stack * + * {
margin-top: 1.5rem;
}
.cagov-p-2 {
padding: 2rem;
}
.cagov-border {
border: solid 1px;
}
/* homepage specific rules */
.cagov-featured-sidebar {
max-width: 360px;
}
.cagov-featured-section {
max-height: 360px;
margin-bottom: 1rem;
}
.cagov-featured-image {
object-fit: cover;
width: 100%;
display: block;
height: 100%;
}
/* editor override */
.editor-styles-wrapper img.cagov-featured-image, .block-editor__container img.cagov-featured-image {
height: 100%;
}
/* editor override */
.editor-styles-wrapper .wp-block a.cagov-action-link {
color: #fff;
}
.cagov-featured-section .components-button.image-button {
display: block;
height: 100%;
margin: 0;
padding: 0;
}
/* editor override */
.cagov-hero-body-content .wp-block-button.block-editor-block-list__block {
background-color: #33705B;
color: white;
border-radius: .3rem;
font-weight: bold;
display: inline-block;
}
/* editor override */
.editor-styles-wrapper .cagov-hero-body-content .block-editor-rich-text__editable.wp-block-button__link {
background-color: transparent;
padding: 0;
}
/* editor override */
.editor-styles-wrapper .cagov-hero-body-content .block-editor-rich-text__editable.wp-block-button__link:not(:hover):not(:active) {
background-color: transparent;
padding: 0;
}
/* editor override */
.editor-styles-wrapper .cagov-hero-body-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
background-color: transparent;
}
/* this is some hacky css, need to figure out how to control the applied classes in the generated InnerBlocks */
.cagov-hero-body-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
background-color: #33705B;
color: white;
padding: 1rem;
border-radius: .5rem;
font-weight: bold;
display: inline-block;
border: none;
}
.cagov-hero-body-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: #33705B !important;
color: #fff !important;
padding: 1rem;
border-radius: .5rem !important;
font-weight: bold;
display: inline-block;
border: none;
}
/* sidebar layout */
.cagov-with-sidebar {
overflow: hidden;
}
.cagov-with-sidebar > * {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.cagov-with-sidebar > * > * {
margin: 0;
flex-grow: 1;
}
.cagov-with-sidebar-left > * > :last-child {
flex-basis: 0;
flex-grow: 999;
min-width: calc(30% - var(0px));
}
.cagov-with-sidebar-right > * > :first-child {
flex-basis: 0;
flex-grow: 999;
min-width: calc(30% - 0px);
} | 0.375936 | 0.070464 |
.header-placeholder {
height: 50px;
@media (--980) {
height: 100px;
}
}
.header {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #000;
/* outline: 1px dashed red; */
width:100%;
/* height:100px; */
/* line-height: 100px; */
position: fixed;left: 0;top: 0;z-index: 2;
background: #fff;
color: #000;
/* text-shadow: 0 0 2px #fff; */
box-sizing: border-box;
transition: 250ms;
will-change: height, line-height;
& .inner {
height: 50px;
}
@media (--980) {
height: 100px;
line-height: 100px;
}
&__hamburger {
width: 50px;
height: 50px;
line-height: 50px;
margin-right: -10px;
font-size: 20px;
float: right;
padding: 0;
text-align: center;
border: none;
background: none;
appearance:none;
font-weight: bold;
@media (--980) {
display: none;
}
}
&--fixed {
height: 50px !important;
line-height: 50px !important;
& .logo--header .logo__icon {
/* height: 50px; */
transform: scale(1);
@media (--980) {
transform: scale(0.5);
}
}
& .header__top-line {
/* display: none; */
border: none;
}
/* & .header__bottom-line {
display: none;
} */
}
&__top-line {
border-bottom: 1px solid #000;
text-align: right;
}
&__bottom-line {
}
&__try-btn {
vertical-align: middle;
}
&__info {
/* height: 100px; */
/* line-height: 50px; */
float: right;
& a {
color: #000;
text-decoration: none;
}
}
&__tel {
margin-right: 10px;
transition: color 250ms;
vertical-align: middle;
&:hover {
color:var(--color-orange)
}
}
& .social__item {
vertical-align: middle;
}
&-nav {
display: none;
@media (--980) {
display: block;
}
&__item {
display: inline-block;
/* margin-right: 30px; */
font-size: 15px;
}
&__link {
display: inline-block;
transition: 250ms color;
padding: 0 15px;
&:hover {
color: var(--color-orange)
}
}
}
}
.logo {
float: left;
&__icon {
display: inline-block;
width: auto;
height: 46px;
transition: 250ms;
transform-origin: top left;
@media (--980) {
width: 200px;
height: 100px;
}
}
}
.social {
display: inline-block;
line-height: 1;
white-space: nowrap;
margin-left: 20px;
&__item {
display: inline-block;
}
&__link {
padding: 0 5px;
&:hover .social__icon {
fill:var(--color-orange)
}
}
&__icon {
fill:#000;
/* &:hover {
fill:var(--color-orange)
} */
}
}
.mobile-menu {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
position: fixed;left: 0;top: 00px;z-index: 1;
transition: 250ms;
overflow: auto;
will-change: transform;
transform: translateY(-100%);
padding-top: 50px;
box-sizing: border-box;
&__ul {
}
&__li {
padding: 0 10px;
text-align: center;
}
&__link {
display: block;
color: #fff;
text-decoration: none !important;
font-size: 18px;
}
&--active {
transform: translateY(0%);
}
}
.mobile-menu__close {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: absolute;top: 0;right: 0;
color: #fff;
border: none;
background: none;
appearance:none;
font-weight: bold;
font-size: 40px;
}
.try-popup {
text-align: center;
font-size: 16px;
background: #fff;
display: inline-block;
padding: 20px;
& .form-line {
margin-bottom: 20px;
}
&__title {
font-weight: bold;
font-size: 30px;
margin-bottom: 20px;
}
&__label {
display: inline-block;
/* font-style: italic; */
margin-bottom: 10px;
font-size: 16px;
}
& .input, & .select {
min-width: 200px;
font-size: 14px;
width:100%;
}
&__submit {
border-color: #000;
margin-top: 40px;
color: #000;
}
}
.js-try-popup-el .mfp-content {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.try-thanks {
text-align: center;
font-size: 16px;
background: #fff;
display: inline-block;
padding: 20px;
}
.header-nav__link.phone {
transition: transform 300ms;
&:hover {
transform:scale(1.2);
}
}
.go-top {
outline: none !important;
width: 50px;
height: 50px;
position: fixed;right: 50px;bottom: 50px;z-index: 1;
transform:rotate(180deg);
display: none;
@media (--md) {
display: block;
}
} | src/components/header2/header2.css | .header-placeholder {
height: 50px;
@media (--980) {
height: 100px;
}
}
.header {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #000;
/* outline: 1px dashed red; */
width:100%;
/* height:100px; */
/* line-height: 100px; */
position: fixed;left: 0;top: 0;z-index: 2;
background: #fff;
color: #000;
/* text-shadow: 0 0 2px #fff; */
box-sizing: border-box;
transition: 250ms;
will-change: height, line-height;
& .inner {
height: 50px;
}
@media (--980) {
height: 100px;
line-height: 100px;
}
&__hamburger {
width: 50px;
height: 50px;
line-height: 50px;
margin-right: -10px;
font-size: 20px;
float: right;
padding: 0;
text-align: center;
border: none;
background: none;
appearance:none;
font-weight: bold;
@media (--980) {
display: none;
}
}
&--fixed {
height: 50px !important;
line-height: 50px !important;
& .logo--header .logo__icon {
/* height: 50px; */
transform: scale(1);
@media (--980) {
transform: scale(0.5);
}
}
& .header__top-line {
/* display: none; */
border: none;
}
/* & .header__bottom-line {
display: none;
} */
}
&__top-line {
border-bottom: 1px solid #000;
text-align: right;
}
&__bottom-line {
}
&__try-btn {
vertical-align: middle;
}
&__info {
/* height: 100px; */
/* line-height: 50px; */
float: right;
& a {
color: #000;
text-decoration: none;
}
}
&__tel {
margin-right: 10px;
transition: color 250ms;
vertical-align: middle;
&:hover {
color:var(--color-orange)
}
}
& .social__item {
vertical-align: middle;
}
&-nav {
display: none;
@media (--980) {
display: block;
}
&__item {
display: inline-block;
/* margin-right: 30px; */
font-size: 15px;
}
&__link {
display: inline-block;
transition: 250ms color;
padding: 0 15px;
&:hover {
color: var(--color-orange)
}
}
}
}
.logo {
float: left;
&__icon {
display: inline-block;
width: auto;
height: 46px;
transition: 250ms;
transform-origin: top left;
@media (--980) {
width: 200px;
height: 100px;
}
}
}
.social {
display: inline-block;
line-height: 1;
white-space: nowrap;
margin-left: 20px;
&__item {
display: inline-block;
}
&__link {
padding: 0 5px;
&:hover .social__icon {
fill:var(--color-orange)
}
}
&__icon {
fill:#000;
/* &:hover {
fill:var(--color-orange)
} */
}
}
.mobile-menu {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
position: fixed;left: 0;top: 00px;z-index: 1;
transition: 250ms;
overflow: auto;
will-change: transform;
transform: translateY(-100%);
padding-top: 50px;
box-sizing: border-box;
&__ul {
}
&__li {
padding: 0 10px;
text-align: center;
}
&__link {
display: block;
color: #fff;
text-decoration: none !important;
font-size: 18px;
}
&--active {
transform: translateY(0%);
}
}
.mobile-menu__close {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: absolute;top: 0;right: 0;
color: #fff;
border: none;
background: none;
appearance:none;
font-weight: bold;
font-size: 40px;
}
.try-popup {
text-align: center;
font-size: 16px;
background: #fff;
display: inline-block;
padding: 20px;
& .form-line {
margin-bottom: 20px;
}
&__title {
font-weight: bold;
font-size: 30px;
margin-bottom: 20px;
}
&__label {
display: inline-block;
/* font-style: italic; */
margin-bottom: 10px;
font-size: 16px;
}
& .input, & .select {
min-width: 200px;
font-size: 14px;
width:100%;
}
&__submit {
border-color: #000;
margin-top: 40px;
color: #000;
}
}
.js-try-popup-el .mfp-content {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.try-thanks {
text-align: center;
font-size: 16px;
background: #fff;
display: inline-block;
padding: 20px;
}
.header-nav__link.phone {
transition: transform 300ms;
&:hover {
transform:scale(1.2);
}
}
.go-top {
outline: none !important;
width: 50px;
height: 50px;
position: fixed;right: 50px;bottom: 50px;z-index: 1;
transform:rotate(180deg);
display: none;
@media (--md) {
display: block;
}
} | 0.23092 | 0.078642 |
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
html,
body {
height: 100%;
}
body {
background: linear-gradient(90deg, #fff 0%,#fff 40%,#b32711 40%,#da3a21 100%);
}
h1 {
font-family: 'Karla', sans-serif;
color: #525252;
font-size: 32px;
font-weight: 400;
line-height: 0.8;
margin: 0 0 3px;
letter-spacing: -2px;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.container-form {
background: #fff;
width: 410px;
border-radius: 12px;
padding: 25px;
margin: 0 15px;
box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2), 0 7px 4px rgba(0, 0, 0, 0.05);
}
.container-form-form {
margin-top: 25px;
}
.container-form-description {
font-size: 11px;
font-family: 'Karla', sans-serif;
color: #7b7b7b;
}
.container-form-item {
margin-bottom: 15px;
}
.container-form-item:last-child {
margin-bottom: 0;
}
.container-form-label,
.container-form-leyend {
font-family: 'Karla', sans-serif;
font-weight: 700;
font-size: 14px;
color: #6b6b6b;
margin-bottom: 9px;
display: block;
}
.container-form-input {
box-sizing: border-box;
display: block;
width: 100%;
background: #f5f5f5;
border: 1px solid #eaeaea;
min-height: 38px;
padding: 0px 10px;
border-radius: 3px;
font-family: 'Karla', sans-serif;
font-size: 14px;
color: #505050;
}
.container-form-dropdown {
font-family: 'Karla', sans-serif;
font-size: 14px;
color: #505050;
height: 38px;
border: 1px solid #eaeaea;
width: 100%;
}
fieldset {
border: 0;
padding: 0;
}
.container-form-checkbox {
font-family: 'Karla', sans-serif;
font-size: 14px;
color: #505050;
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.container-form-input--textarea {
min-height: 76px;
padding: 10px;
}
.container-form-submit {
border-radius: 2px;
border: 0;
color: #fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background: #d74015;
padding: 10px 16px;
font-size: 16px;
text-align: center;
font-family: 'Karla', sans-serif;
margin: 18px 0 0;
cursor: pointer;
}
.container-form-submit:hover {
animation-name: dark-color;
animation-duration: 500ms;
animation-iteration-count: infinite;
}
@keyframes dark-color {
100% {
background: #b22d03;
}
} | css/style.css | @import url('https://fonts.googleapis.com/css?family=Karla:400,700');
html,
body {
height: 100%;
}
body {
background: linear-gradient(90deg, #fff 0%,#fff 40%,#b32711 40%,#da3a21 100%);
}
h1 {
font-family: 'Karla', sans-serif;
color: #525252;
font-size: 32px;
font-weight: 400;
line-height: 0.8;
margin: 0 0 3px;
letter-spacing: -2px;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.container-form {
background: #fff;
width: 410px;
border-radius: 12px;
padding: 25px;
margin: 0 15px;
box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2), 0 7px 4px rgba(0, 0, 0, 0.05);
}
.container-form-form {
margin-top: 25px;
}
.container-form-description {
font-size: 11px;
font-family: 'Karla', sans-serif;
color: #7b7b7b;
}
.container-form-item {
margin-bottom: 15px;
}
.container-form-item:last-child {
margin-bottom: 0;
}
.container-form-label,
.container-form-leyend {
font-family: 'Karla', sans-serif;
font-weight: 700;
font-size: 14px;
color: #6b6b6b;
margin-bottom: 9px;
display: block;
}
.container-form-input {
box-sizing: border-box;
display: block;
width: 100%;
background: #f5f5f5;
border: 1px solid #eaeaea;
min-height: 38px;
padding: 0px 10px;
border-radius: 3px;
font-family: 'Karla', sans-serif;
font-size: 14px;
color: #505050;
}
.container-form-dropdown {
font-family: 'Karla', sans-serif;
font-size: 14px;
color: #505050;
height: 38px;
border: 1px solid #eaeaea;
width: 100%;
}
fieldset {
border: 0;
padding: 0;
}
.container-form-checkbox {
font-family: 'Karla', sans-serif;
font-size: 14px;
color: #505050;
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.container-form-input--textarea {
min-height: 76px;
padding: 10px;
}
.container-form-submit {
border-radius: 2px;
border: 0;
color: #fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background: #d74015;
padding: 10px 16px;
font-size: 16px;
text-align: center;
font-family: 'Karla', sans-serif;
margin: 18px 0 0;
cursor: pointer;
}
.container-form-submit:hover {
animation-name: dark-color;
animation-duration: 500ms;
animation-iteration-count: infinite;
}
@keyframes dark-color {
100% {
background: #b22d03;
}
} | 0.420838 | 0.082033 |
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600;700;800&family=Leckerli+One&family=Merriweather:wght@400;700;900&family=Montserrat:wght@100;200;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Global css style code */
h1{
font-size: 6.5vw;
}
h3{
font-family: 'Merriweather', serif;
font-size: 1.3rem;
font-weight: 700;
}
h4{
font-size: 1.1rem;
font-family: 'Merriweather', serif;
font-weight: 700;
word-spacing: 0.4vw;
}
h6{
font-size: 0.9rem;
font-weight: 700;
color: #6CAA7F;
}
p{
font-size: 1rem;
font-family: 'Karla', sans-serif;
line-height: 1.5rem;
}
button{
background-color: #6CAA7F;
border-style: none;
padding: 0.7rem 1.3rem;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}
hr{
background-color: #27ae60;
color: #27ae60;
height: 0.1rem;
}
/* body css style code */
body{
font-family: 'Montserrat', sans-serif;
}
/* header section css style code staring here */
header .intro{
position: relative;
}
header .intro .head{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
header .intro .head h1{
font-family: 'Leckerli One', cursive;
color: #000;
}
header .intro .head h6{
color: #27ae60;
letter-spacing: 0.3rem;
}
header .intro .head p{
}
header .navbar .navbar-nav .nav-link::after{
content: "";
display: block;
width: 0;
height: 2px;
background-color: #2ecc71;
transition: width 0.3s;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
-ms-transition: width 0.3s;
-o-transition: width 0.3s;
}
header .navbar .navbar-nav .nav-link:hover:after{
width: 65%;
height: 3px;
background-color: #2ecc71;
transition: width 0.3s;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
-ms-transition: width 0.3s;
-o-transition: width 0.3s;
border-radius: 2px solid #27ae60;
-webkit-border-radius: 2px solid #27ae60;
-moz-border-radius: 2px solid #27ae60;
-ms-border-radius: 2px solid #27ae60;
-o-border-radius: 2px solid #27ae60;
}
header .navbar .navbar-nav i{
font-size: 1.2rem;
color: #7aca8d;
cursor: pointer;
}
/* header section css style code end here */
/* featured section css style code starting here */
.featured .row .one{
height: 300px;
}
.featured .row .one img{
width: 100%;
height: 100%;
background-size: cover;
box-sizing: border-box;
object-fit: cover;
}
.featured .row .one .text{
background-color: rgba(0,0,0,0.5);;
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
}
.featured .row .one .text p{
letter-spacing: 0.2rem;
font-weight: 400;
line-height: 2px;
color: #77e9a6;
}
.featured .row .one .text a{
text-decoration: none;
border-style: none;
color: #fff;
font-size: 0.9rem;
}
.featured .row .one .text a::after{
content: "";
display: block;
width: 32%;
height: 2px;
background-color: #2ecc71;
}
/* featured section css style code end here */
/* subscription section css style code starting here */
.subscription .container{
background-color: #defadb;
}
.subscription .row .sub input{
outline: none;
border: 1px solid #6caa7f;
}
.subscription .row .sub input::placeholder{
font-size: 0.9rem;
}
/* subscription section css style code end here */
/* blog section css style code starting here */
.blog .row .post a{
font-size: 0.9rem;
color: #27ae60;
font-weight: bold;
text-decoration: none;
border-style: none;
}
.blog .row .sidebar .side2 .row .sidetext h4{
font-size: 1rem;
}
.blog .row .sidebar .side2 .row .sidetext a{
text-decoration: none;
border-style: none;
color: #6caa7f;
font-size: 0.8rem;
font-weight: 600;
}
.blog .row .sidebar .side3 .one{
height: 250px;
position: relative;
}
.blog .row .sidebar .side3 .one img{
width: 100%;
height: 100%;
background-size: cover;
box-sizing: border-box;
object-fit: cover;
}
.blog .row .sidebar .side3 .one .text{
background-color: rgba(0,0,0,0.5);;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 6rem 1.1rem 0 1.1rem;
}
/* blog section css style code end here */
/* footer section css style code starting here */
footer .upperfooter{
background-color: #2ecc71;
}
/* footer section css style code end here */ | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600;700;800&family=Leckerli+One&family=Merriweather:wght@400;700;900&family=Montserrat:wght@100;200;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Global css style code */
h1{
font-size: 6.5vw;
}
h3{
font-family: 'Merriweather', serif;
font-size: 1.3rem;
font-weight: 700;
}
h4{
font-size: 1.1rem;
font-family: 'Merriweather', serif;
font-weight: 700;
word-spacing: 0.4vw;
}
h6{
font-size: 0.9rem;
font-weight: 700;
color: #6CAA7F;
}
p{
font-size: 1rem;
font-family: 'Karla', sans-serif;
line-height: 1.5rem;
}
button{
background-color: #6CAA7F;
border-style: none;
padding: 0.7rem 1.3rem;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
}
hr{
background-color: #27ae60;
color: #27ae60;
height: 0.1rem;
}
/* body css style code */
body{
font-family: 'Montserrat', sans-serif;
}
/* header section css style code staring here */
header .intro{
position: relative;
}
header .intro .head{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
header .intro .head h1{
font-family: 'Leckerli One', cursive;
color: #000;
}
header .intro .head h6{
color: #27ae60;
letter-spacing: 0.3rem;
}
header .intro .head p{
}
header .navbar .navbar-nav .nav-link::after{
content: "";
display: block;
width: 0;
height: 2px;
background-color: #2ecc71;
transition: width 0.3s;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
-ms-transition: width 0.3s;
-o-transition: width 0.3s;
}
header .navbar .navbar-nav .nav-link:hover:after{
width: 65%;
height: 3px;
background-color: #2ecc71;
transition: width 0.3s;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
-ms-transition: width 0.3s;
-o-transition: width 0.3s;
border-radius: 2px solid #27ae60;
-webkit-border-radius: 2px solid #27ae60;
-moz-border-radius: 2px solid #27ae60;
-ms-border-radius: 2px solid #27ae60;
-o-border-radius: 2px solid #27ae60;
}
header .navbar .navbar-nav i{
font-size: 1.2rem;
color: #7aca8d;
cursor: pointer;
}
/* header section css style code end here */
/* featured section css style code starting here */
.featured .row .one{
height: 300px;
}
.featured .row .one img{
width: 100%;
height: 100%;
background-size: cover;
box-sizing: border-box;
object-fit: cover;
}
.featured .row .one .text{
background-color: rgba(0,0,0,0.5);;
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
}
.featured .row .one .text p{
letter-spacing: 0.2rem;
font-weight: 400;
line-height: 2px;
color: #77e9a6;
}
.featured .row .one .text a{
text-decoration: none;
border-style: none;
color: #fff;
font-size: 0.9rem;
}
.featured .row .one .text a::after{
content: "";
display: block;
width: 32%;
height: 2px;
background-color: #2ecc71;
}
/* featured section css style code end here */
/* subscription section css style code starting here */
.subscription .container{
background-color: #defadb;
}
.subscription .row .sub input{
outline: none;
border: 1px solid #6caa7f;
}
.subscription .row .sub input::placeholder{
font-size: 0.9rem;
}
/* subscription section css style code end here */
/* blog section css style code starting here */
.blog .row .post a{
font-size: 0.9rem;
color: #27ae60;
font-weight: bold;
text-decoration: none;
border-style: none;
}
.blog .row .sidebar .side2 .row .sidetext h4{
font-size: 1rem;
}
.blog .row .sidebar .side2 .row .sidetext a{
text-decoration: none;
border-style: none;
color: #6caa7f;
font-size: 0.8rem;
font-weight: 600;
}
.blog .row .sidebar .side3 .one{
height: 250px;
position: relative;
}
.blog .row .sidebar .side3 .one img{
width: 100%;
height: 100%;
background-size: cover;
box-sizing: border-box;
object-fit: cover;
}
.blog .row .sidebar .side3 .one .text{
background-color: rgba(0,0,0,0.5);;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 6rem 1.1rem 0 1.1rem;
}
/* blog section css style code end here */
/* footer section css style code starting here */
footer .upperfooter{
background-color: #2ecc71;
}
/* footer section css style code end here */ | 0.279533 | 0.04531 |
label {
cursor: pointer;
}
.hidden {
display: none;
}
.page-title {
display: block;
font-size: 24px;
letter-spacing: -1px;
}
.section {
clear: both;
margin: 0 0 15px;
padding: 0 10px 0 0;
}
.section:before, .section:after {
content: "";
display: table;
}
.section:after {
clear: both;
}
.ie6 .section, .ie7 .section {
}
.section .description {
display: block;
font-size: 20px;
letter-spacing: -1px;
margin: 0 0 15px;
height: 22px;
line-height: 13px;
}
.section .content {
padding: 0 0 0 10px;
}
.underline {
text-decoration: underline;
}
.airlines-content {
line-height: 28px;
}
.airlines-content:before, .airlines-content:after {
content: "";
display: table;
}
.airlines-content:after {
clear: both;
}
.ie6 .airlines-content, .ie7 .airlines-content {
}
.airlines-content .icon {
float: left;
line-height: 0;
}
.airlines-content .name {
float: left;
margin: 0 0 0 5px;
}
.airlines-content .icon-plus {
float: left;
margin: 10px 5px 0;
}
.main-sprite {
display: block;
}
.notification-box {
margin: 0 0 20px;
}
.notification-box .notification-box-wrp {
padding: 20px;
}
.notification-box .notification-box-wrp:before, .notification-box .notification-box-wrp:after {
content: "";
display: table;
}
.notification-box .notification-box-wrp:after {
clear: both;
}
.ie6 .notification-box .notification-box-wrp, .ie7 .notification-box .notification-box-wrp {
}
.notification-box .notification-box-wrp .warning-icon {
float: left;
margin: 0 20px 0 0;
}
.notification-box .notification-box-wrp .text {
float: left;
width: 88%;
word-wrap: break-word;
}
.notification-box .notification-box-wrp .text .box-title {
display: block;
font-size: 16px;
margin: 0 0 5px;
}
.notification-box .notification-box-wrp .text .box-title:last-child {
margin: 0;
}
.notification-box .notification-box-wrp .text .box-description {
font-size: 13px;
}
.transition {
display: none;
text-align: center;
}
.transition.checkout-transition {
padding: 20px 40px 0px 40px;
}
.transition.checkout-transition .title {
display: block;
font-size: 16px;
margin: 0 0 10px;
}
.transition.checkout-transition .text {
display: block;
font-size: 13px;
margin: 0 0 15px;
}
.transition.checkout-transition .text .paragraph {
margin: 0 0 5px;
}
.template {
display: none;
}
#popup-initial-transition {
display: block;
height: 110px;
left: 0;
padding: 10px 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 1002;
}
.checkout-popup {
font-size: 11px;
}
.checkout-popup .popup-content {
padding: 10px;
}
.checkout-popup .popup-content:before, .checkout-popup .popup-content:after {
content: "";
display: table;
}
.checkout-popup .popup-content:after {
clear: both;
}
.ie6 .checkout-popup .popup-content, .ie7 .checkout-popup .popup-content {
}
.modal {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 1001;
margin-left: 0px;
border-radius: 0px;
}
.modal-popup {
z-index: 1002 !important;
}
.front-popup {
z-index: 1005 !important;
}
.btctrip {
color: #222222;
}
.btctrip .page-title {
color: #ff9900;
}
.btctrip .section .description {
border-bottom: 1px solid #D92594;
color: #ff9900;
text-align: left;
}
.btctrip .bold {
font-weight: bold;
}
.btctrip .notification-box.warn-box {
background: none repeat scroll 0 0 #FFFFE1;
border: 1px solid #FFCC33;
}
.btctrip .notification-box.warn-box .box-title {
color: #013D93;
}
.btctrip .notification-box.error-box {
background: none repeat scroll 0 0 #FFE6E6;
border: 1px solid red;
}
.btctrip .notification-box.error-box .box-title {
color: red;
}
.btctrip .notification-box .box-title {
color: #013D93;
}
.btctrip .notification-box .box-description {
color: #444444;
}
.btctrip .transition.checkout-transition .title {
color: #013D93;
}
.btctrip .transition.checkout-transition .text {
color: #222222;
}
.btctrip .modal {
background: none repeat scroll 0 0 black;
opacity: 0.6;
}
.btctrip .popUpContent {
color: black;
}
.btctrip #popup-initial-transition {
background: none repeat scroll 0 0 white;
opacity: 0.9;
}
.icon-sprite, .icon-arrow, .icon-best-price-small-es, .icon-best-price-small-pt, .icon-bradesco-cartoes-small, .icon-bradesco-cartoes, .icon-bus, .icon-circle, .icon-clock-HIGH, .icon-clock-LOW, .icon-clock-MEDIUM, .icon-decolar-promo, .icon-eco-flight, .icon-empty-leaf, .icon-error, .icon-facebook, .icon-full-leaf, .icon-green-indicator, .icon-hot-offers, .icon-hotels-logo, .icon-lock, .icon-plane-inbound, .icon-plane-outbound, .icon-plus, .icon-pre-compensa, .icon-security-code-amex, .icon-security-code, .icon-star, .icon-vip {
background: url("../../despegar/images/icon-sd50893ab6f.png") no-repeat scroll 0 0 transparent;
}
.icon-arrow {
background-position: 0 -321px;
height: 10px;
width: 12px;
}
.icon-best-price-small-es {
background-position: 0 0;
height: 47px;
width: 46px;
}
.icon-best-price-small-pt {
background-position: 0 -585px;
height: 47px;
width: 47px;
}
.icon-bradesco-cartoes-small {
background-position: 0 -242px;
height: 24px;
width: 86px;
}
.icon-bradesco-cartoes {
background-position: 0 -185px;
height: 29px;
width: 106px;
}
.icon-bus {
background-position: 0 -337px;
height: 16px;
width: 13px;
}
.icon-circle {
background-position: 0 -266px;
height: 7px;
width: 7px;
}
.icon-clock-HIGH {
background-position: 0 -695px;
height: 10px;
width: 10px;
}
.icon-clock-LOW {
background-position: 0 -675px;
height: 10px;
width: 10px;
}
.icon-clock-MEDIUM {
background-position: 0 -685px;
height: 10px;
width: 10px;
}
.icon-decolar-promo {
background-position: 0 -81px;
height: 43px;
width: 144px;
}
.icon-eco-flight {
background-position: 0 -723px;
height: 16px;
width: 15px;
}
.icon-empty-leaf {
background-position: 0 -705px;
height: 18px;
width: 103px;
}
.icon-error {
background-position: 0 -393px;
height: 10px;
width: 10px;
}
.icon-facebook {
background-position: 0 -379px;
height: 14px;
width: 14px;
}
.icon-full-leaf {
background-position: 0 -632px;
height: 18px;
width: 103px;
}
.icon-green-indicator {
background-position: 0 -214px;
height: 10px;
width: 10px;
}
.icon-hot-offers {
background-position: 0 -650px;
height: 25px;
width: 18px;
}
.icon-hotels-logo {
background-position: 0 -47px;
height: 34px;
width: 25px;
}
.icon-lock {
background-position: 0 -273px;
height: 48px;
width: 38px;
}
.icon-plane-inbound {
background-position: 0 -366px;
height: 13px;
width: 15px;
}
.icon-plane-outbound {
background-position: 0 -353px;
height: 13px;
width: 15px;
}
.icon-plus {
background-position: 0 -331px;
height: 6px;
width: 6px;
}
.icon-pre-compensa {
background-position: 0 -224px;
height: 18px;
width: 123px;
}
.icon-security-code-amex {
background-position: 0 -418px;
height: 84px;
width: 203px;
}
.icon-security-code {
background-position: 0 -502px;
height: 83px;
width: 200px;
}
.icon-star {
background-position: 0 -403px;
height: 15px;
width: 16px;
}
.icon-vip {
background-position: 0 -124px;
height: 61px;
width: 35px;
}
input.checkout-textfield {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-box-sizing: border-box;
border-color: gray #CCCCCC #CCCCCC;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #CCCCCC;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
color: black;
font-size: 13px;
height: 30px !important;
line-height: 16px !important;
padding: 0px;
text-indent:4px;
width: auto;
}
input.checkout-textfield:focus {
border: 1px solid blue;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset, 0 0 2px 0 #FACD46;
outline: 0 none;
}
select.checkout-select {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-box-sizing: border-box;
border-color: gray #CCCCCC #CCCCCC;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #CCCCCC;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
color: black;
font-size: 13px;
height: 30px !important;
line-height: 30px !important;
padding: 1px;
width: auto;
}
select.checkout-select:focus {
border: 1px solid blue;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset, 0 0 2px 0 #FACD46;
outline: 0 none;
}
textarea.checkout-textarea {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-box-sizing: border-box;
border-color: gray #CCCCCC #CCCCCC;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #CCCCCC;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
color: black;
font-size: 13px;
height: auto;
padding: 1px;
width: auto;
}
textarea.checkout-textarea:focus {
border: 1px solid blue;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset, 0 0 2px 0 #FACD46;
outline: 0 none;
}
a.checkout-button {
border: 1px solid #C00811;
border-radius: 0.4em 0.4em 0.4em 0.4em;
color: white;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 13px;
line-height: 2.2em;
overflow: hidden;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 black;
}
a.checkout-button:active {
position: relative;
top: 1px;
}
a.checkout-button.disabled:active {
position: static;
}
a.checkout-button span {
display: block;
padding: 0 13px;
}
a.checkout-button:visited {
color: white;
}
a.checkout-button:hover {
color: white;
text-decoration: none;
}
a.checkout-button span {
background-color: #FF5500;
background-image: linear-gradient(#FF5500, #FF9900);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset;
}
a.checkout-button span:hover {
background-color: #FF5500;
background-image: linear-gradient(rgba(255, 255, 255, 0), #FF9900);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset, 0 0 1em #FF9900 inset;
}
a.checkout-button span:active {
background-image: linear-gradient(#FF5500, #FF9900);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.5) inset, 0 0.1em 0 rgba(0, 0, 0, 0.1) inset, 0 0 1em rgba(0, 0, 0, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
a.checkout-button.disabled {
border: 1px solid #755354;
color: white;
cursor: not-allowed;
}
a.checkout-button.disabled span, a.checkout-button.disabled span:hover, a.checkout-button.disabled span:active {
background-image: linear-gradient(#E9E9E9, #797979);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.25) inset, 0 0 1em rgba(155, 154, 154, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
.ie7 a.checkout-button span, .ie8 a.checkout-button span, .ie9 a.checkout-button span {
}
.ie7 a.checkout-button span:hover, .ie8 a.checkout-button span:hover, .ie9 a.checkout-button span:hover {
}
.ie7 a.checkout-button span:active, .ie8 a.checkout-button span:active, .ie9 a.checkout-button span:active {
}
.ie7 a.checkout-button.disabled span, .ie7 a.checkout-button.disabled span:hover, .ie7 a.checkout-button.disabled span:active, .ie8 a.checkout-button.disabled span, .ie8 a.checkout-button.disabled span:hover, .ie8 a.checkout-button.disabled span:active, .ie9 a.checkout-button.disabled span, .ie9 a.checkout-button.disabled span:hover, .ie9 a.checkout-button.disabled span:active {
}
a.checkout-second-button {
border: 1px solid #004466;
border-radius: 0.4em 0.4em 0.4em 0.4em;
color: white;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 13px;
line-height: 2.2em;
overflow: hidden;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 black;
}
a.checkout-second-button:active {
position: relative;
top: 1px;
}
a.checkout-second-button.disabled:active {
position: static;
}
a.checkout-second-button span {
display: block;
padding: 0 13px;
}
a.checkout-second-button:visited {
color: white;
}
a.checkout-second-button:hover {
color: white;
text-decoration: none;
}
a.checkout-second-button span {
background-color: #0088CC;
background-image: linear-gradient(#0088CC, #002233);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset;
}
a.checkout-second-button span:hover {
background-color: #0088CC;
background-image: linear-gradient(rgba(255, 255, 255, 0), #004466);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset, 0 0 1em #0088CC inset;
}
a.checkout-second-button span:active {
background-image: linear-gradient(#0088CC, #002233);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.5) inset, 0 0.1em 0 rgba(0, 0, 0, 0.1) inset, 0 0 1em rgba(0, 0, 0, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
a.checkout-second-button.disabled {
border: 1px solid #755354;
color: white;
cursor: not-allowed;
}
a.checkout-second-button.disabled span, a.checkout-second-button.disabled span:hover, a.checkout-second-button.disabled span:active {
background-image: linear-gradient(#979797, #4B4B4B);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.25) inset, 0 0 1em rgba(0, 0, 0, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
.ie7 a.checkout-second-button span, .ie8 a.checkout-second-button span, .ie9 a.checkout-second-button span {
}
.ie7 a.checkout-second-button span:hover, .ie8 a.checkout-second-button span:hover, .ie9 a.checkout-second-button span:hover {
}
.ie7 a.checkout-second-button span:active, .ie8 a.checkout-second-button span:active, .ie9 a.checkout-second-button span:active {
}
.ie7 a.checkout-second-button.disabled span, .ie7 a.checkout-second-button.disabled span:hover, .ie7 a.checkout-second-button.disabled span:active, .ie8 a.checkout-second-button.disabled span, .ie8 a.checkout-second-button.disabled span:hover, .ie8 a.checkout-second-button.disabled span:active, .ie9 a.checkout-second-button.disabled span, .ie9 a.checkout-second-button.disabled span:hover, .ie9 a.checkout-second-button.disabled span:active {
}
.checkout-popup {
padding: 10px;
position: absolute;
}
.checkout-popup:after, .ie7 .checkout-popup .after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.checkout-popup .popup-header h4 {
line-height: 20px;
padding: 10px;
}
.checkout-popup .popup-container {
position: relative;
z-index: 1;
}
.checkout-popup .popup-arrow {
height: 0;
position: absolute;
width: 0;
}
.checkout-popup .popup-arrow-bottom {
bottom: -10px;
left: 10px;
}
.checkout-popup .popup-arrow-top {
left: 10px;
top: -10px;
}
.checkout-popup .popup-arrow-left {
left: -10px;
top: 10px;
}
.checkout-popup .popup-arrow-right {
right: -10px;
top: 10px;
}
.checkout-popup .popup-close {
height: 20px;
line-height: 17px;
position: absolute;
right: -13px;
text-align: center;
top: -13px;
width: 20px;
z-index: 10;
}
.ie7 .checkout-popup .popup-close, .ie8 .checkout-popup .popup-close {
height: 26px;
line-height: 23px;
right: -13px;
top: -13px;
width: 26px;
}
.ie7 .checkout-popup {
}
.checkout-popup:after, .ie7 .checkout-popup .after {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.checkout-popup .popup-header {
background: none repeat scroll 0 0 #F7F7F7;
display: block;
}
.checkout-popup .popup-header h4 {
color: #FA890E;
font-family: sans-serif;
font-size: 16px;
font-weight: normal;
margin: 0;
}
.checkout-popup .popup-content {
background: none repeat scroll 0 0 white;
border: 1px solid transparent;
width: initial;
height: initial;
}
.checkout-popup .popup-arrow-bottom {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0, 0, 0, 0.7);
}
.checkout-popup .popup-arrow-top {
border-bottom: 10px solid rgba(0, 0, 0, 0.7);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.checkout-popup .popup-arrow-left {
border-bottom: 10px solid transparent;
border-right: 10px solid rgba(0, 0, 0, 0.7);
border-top: 10px solid transparent;
}
.checkout-popup .popup-arrow-right {
border-bottom: 10px solid transparent;
border-left: 10px solid rgba(0, 0, 0, 0.7);
border-top: 10px solid transparent;
}
.checkout-popup .popup-close {
background: none repeat scroll 0 0 #ffaa00;
border: 3px solid white;
border-radius: 20px 20px 20px 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
color: white;
cursor: pointer;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
}
.ie7 .checkout-popup:after, .ie7 .checkout-popup .after, .ie8 .checkout-popup:after, .ie8 .checkout-popup .after {
background: none repeat scroll 0 0 black;
}
.ie7 .checkout-popup .popup-arrow, .ie8 .checkout-popup .popup-arrow {
}
.ie7 .checkout-popup .popup-arrow-bottom, .ie8 .checkout-popup .popup-arrow-bottom {
border-top: 10px solid black;
}
.ie7 .checkout-popup .popup-arrow-top, .ie8 .checkout-popup .popup-arrow-top {
border-bottom: 10px solid black;
}
.ie7 .checkout-popup .popup-arrow-left, .ie8 .checkout-popup .popup-arrow-left {
border-right: 10px solid black;
}
.ie7 .checkout-popup .popup-arrow-right, .ie8 .checkout-popup .popup-arrow-right {
border-left: 10px solid black;
}
.ie7 .checkout-popup .popup-close, .ie8 .checkout-popup .popup-close {
background: url("../../despegar/img/picasso/popup.png") repeat scroll 0 -1px transparent;
border-width: 0;
}
.checkout-list-grid:before, .checkout-list-grid:after {
content: "";
display: table;
}
.checkout-list-grid:after {
clear: both;
}
.ie6 .checkout-list-grid, .ie7 .checkout-list-grid {
}
.checkout-list-grid ul {
float: left;
margin: 0;
padding: 0;
width: 130px;
}
.checkout-list-grid ul li {
height: 30px;
line-height: 30px;
padding-left: 10px;
padding-right: 10px;
}
.checkout-list-grid ul {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
list-style: none outside none;
}
.checkout-list-grid ul:first-child {
border-left: 1px solid #CCCCCC;
}
.checkout-list-grid ul li {
border: 1px solid transparent;
text-align: center;
}
.checkout-list-grid ul li:first-child {
border-bottom: 1px solid #CCCCCC;
}
.checkout-list-grid ul li:nth-child(2n+1) {
background: none repeat scroll 0 0 #EEEEEE;
}
.checkout-list-grid ul li:nth-child(2n) {
background: none repeat scroll 0 0 white;
}
.checkout-list-grid ul li.cell-hover:hover {
background: none repeat scroll 0 0 #F4FAFD;
border: 1px solid #319FDA;
cursor: pointer;
}
.ie7 .checkout-list-grid ul li:first-child, .ie8 .checkout-list-grid ul li:first-child {
background: none repeat scroll 0 0 #EEEEEE;
}
.ie7 .checkout-list-grid ul li.even, .ie8 .checkout-list-grid ul li.even {
background: none repeat scroll 0 0 white;
}
.ie7 .checkout-list-grid ul li.odd, .ie8 .checkout-list-grid ul li.odd {
background: none repeat scroll 0 0 #EEEEEE;
} | web/bundles/btctrip/styles/common.css | label {
cursor: pointer;
}
.hidden {
display: none;
}
.page-title {
display: block;
font-size: 24px;
letter-spacing: -1px;
}
.section {
clear: both;
margin: 0 0 15px;
padding: 0 10px 0 0;
}
.section:before, .section:after {
content: "";
display: table;
}
.section:after {
clear: both;
}
.ie6 .section, .ie7 .section {
}
.section .description {
display: block;
font-size: 20px;
letter-spacing: -1px;
margin: 0 0 15px;
height: 22px;
line-height: 13px;
}
.section .content {
padding: 0 0 0 10px;
}
.underline {
text-decoration: underline;
}
.airlines-content {
line-height: 28px;
}
.airlines-content:before, .airlines-content:after {
content: "";
display: table;
}
.airlines-content:after {
clear: both;
}
.ie6 .airlines-content, .ie7 .airlines-content {
}
.airlines-content .icon {
float: left;
line-height: 0;
}
.airlines-content .name {
float: left;
margin: 0 0 0 5px;
}
.airlines-content .icon-plus {
float: left;
margin: 10px 5px 0;
}
.main-sprite {
display: block;
}
.notification-box {
margin: 0 0 20px;
}
.notification-box .notification-box-wrp {
padding: 20px;
}
.notification-box .notification-box-wrp:before, .notification-box .notification-box-wrp:after {
content: "";
display: table;
}
.notification-box .notification-box-wrp:after {
clear: both;
}
.ie6 .notification-box .notification-box-wrp, .ie7 .notification-box .notification-box-wrp {
}
.notification-box .notification-box-wrp .warning-icon {
float: left;
margin: 0 20px 0 0;
}
.notification-box .notification-box-wrp .text {
float: left;
width: 88%;
word-wrap: break-word;
}
.notification-box .notification-box-wrp .text .box-title {
display: block;
font-size: 16px;
margin: 0 0 5px;
}
.notification-box .notification-box-wrp .text .box-title:last-child {
margin: 0;
}
.notification-box .notification-box-wrp .text .box-description {
font-size: 13px;
}
.transition {
display: none;
text-align: center;
}
.transition.checkout-transition {
padding: 20px 40px 0px 40px;
}
.transition.checkout-transition .title {
display: block;
font-size: 16px;
margin: 0 0 10px;
}
.transition.checkout-transition .text {
display: block;
font-size: 13px;
margin: 0 0 15px;
}
.transition.checkout-transition .text .paragraph {
margin: 0 0 5px;
}
.template {
display: none;
}
#popup-initial-transition {
display: block;
height: 110px;
left: 0;
padding: 10px 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 1002;
}
.checkout-popup {
font-size: 11px;
}
.checkout-popup .popup-content {
padding: 10px;
}
.checkout-popup .popup-content:before, .checkout-popup .popup-content:after {
content: "";
display: table;
}
.checkout-popup .popup-content:after {
clear: both;
}
.ie6 .checkout-popup .popup-content, .ie7 .checkout-popup .popup-content {
}
.modal {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 1001;
margin-left: 0px;
border-radius: 0px;
}
.modal-popup {
z-index: 1002 !important;
}
.front-popup {
z-index: 1005 !important;
}
.btctrip {
color: #222222;
}
.btctrip .page-title {
color: #ff9900;
}
.btctrip .section .description {
border-bottom: 1px solid #D92594;
color: #ff9900;
text-align: left;
}
.btctrip .bold {
font-weight: bold;
}
.btctrip .notification-box.warn-box {
background: none repeat scroll 0 0 #FFFFE1;
border: 1px solid #FFCC33;
}
.btctrip .notification-box.warn-box .box-title {
color: #013D93;
}
.btctrip .notification-box.error-box {
background: none repeat scroll 0 0 #FFE6E6;
border: 1px solid red;
}
.btctrip .notification-box.error-box .box-title {
color: red;
}
.btctrip .notification-box .box-title {
color: #013D93;
}
.btctrip .notification-box .box-description {
color: #444444;
}
.btctrip .transition.checkout-transition .title {
color: #013D93;
}
.btctrip .transition.checkout-transition .text {
color: #222222;
}
.btctrip .modal {
background: none repeat scroll 0 0 black;
opacity: 0.6;
}
.btctrip .popUpContent {
color: black;
}
.btctrip #popup-initial-transition {
background: none repeat scroll 0 0 white;
opacity: 0.9;
}
.icon-sprite, .icon-arrow, .icon-best-price-small-es, .icon-best-price-small-pt, .icon-bradesco-cartoes-small, .icon-bradesco-cartoes, .icon-bus, .icon-circle, .icon-clock-HIGH, .icon-clock-LOW, .icon-clock-MEDIUM, .icon-decolar-promo, .icon-eco-flight, .icon-empty-leaf, .icon-error, .icon-facebook, .icon-full-leaf, .icon-green-indicator, .icon-hot-offers, .icon-hotels-logo, .icon-lock, .icon-plane-inbound, .icon-plane-outbound, .icon-plus, .icon-pre-compensa, .icon-security-code-amex, .icon-security-code, .icon-star, .icon-vip {
background: url("../../despegar/images/icon-sd50893ab6f.png") no-repeat scroll 0 0 transparent;
}
.icon-arrow {
background-position: 0 -321px;
height: 10px;
width: 12px;
}
.icon-best-price-small-es {
background-position: 0 0;
height: 47px;
width: 46px;
}
.icon-best-price-small-pt {
background-position: 0 -585px;
height: 47px;
width: 47px;
}
.icon-bradesco-cartoes-small {
background-position: 0 -242px;
height: 24px;
width: 86px;
}
.icon-bradesco-cartoes {
background-position: 0 -185px;
height: 29px;
width: 106px;
}
.icon-bus {
background-position: 0 -337px;
height: 16px;
width: 13px;
}
.icon-circle {
background-position: 0 -266px;
height: 7px;
width: 7px;
}
.icon-clock-HIGH {
background-position: 0 -695px;
height: 10px;
width: 10px;
}
.icon-clock-LOW {
background-position: 0 -675px;
height: 10px;
width: 10px;
}
.icon-clock-MEDIUM {
background-position: 0 -685px;
height: 10px;
width: 10px;
}
.icon-decolar-promo {
background-position: 0 -81px;
height: 43px;
width: 144px;
}
.icon-eco-flight {
background-position: 0 -723px;
height: 16px;
width: 15px;
}
.icon-empty-leaf {
background-position: 0 -705px;
height: 18px;
width: 103px;
}
.icon-error {
background-position: 0 -393px;
height: 10px;
width: 10px;
}
.icon-facebook {
background-position: 0 -379px;
height: 14px;
width: 14px;
}
.icon-full-leaf {
background-position: 0 -632px;
height: 18px;
width: 103px;
}
.icon-green-indicator {
background-position: 0 -214px;
height: 10px;
width: 10px;
}
.icon-hot-offers {
background-position: 0 -650px;
height: 25px;
width: 18px;
}
.icon-hotels-logo {
background-position: 0 -47px;
height: 34px;
width: 25px;
}
.icon-lock {
background-position: 0 -273px;
height: 48px;
width: 38px;
}
.icon-plane-inbound {
background-position: 0 -366px;
height: 13px;
width: 15px;
}
.icon-plane-outbound {
background-position: 0 -353px;
height: 13px;
width: 15px;
}
.icon-plus {
background-position: 0 -331px;
height: 6px;
width: 6px;
}
.icon-pre-compensa {
background-position: 0 -224px;
height: 18px;
width: 123px;
}
.icon-security-code-amex {
background-position: 0 -418px;
height: 84px;
width: 203px;
}
.icon-security-code {
background-position: 0 -502px;
height: 83px;
width: 200px;
}
.icon-star {
background-position: 0 -403px;
height: 15px;
width: 16px;
}
.icon-vip {
background-position: 0 -124px;
height: 61px;
width: 35px;
}
input.checkout-textfield {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-box-sizing: border-box;
border-color: gray #CCCCCC #CCCCCC;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #CCCCCC;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
color: black;
font-size: 13px;
height: 30px !important;
line-height: 16px !important;
padding: 0px;
text-indent:4px;
width: auto;
}
input.checkout-textfield:focus {
border: 1px solid blue;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset, 0 0 2px 0 #FACD46;
outline: 0 none;
}
select.checkout-select {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-box-sizing: border-box;
border-color: gray #CCCCCC #CCCCCC;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #CCCCCC;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
color: black;
font-size: 13px;
height: 30px !important;
line-height: 30px !important;
padding: 1px;
width: auto;
}
select.checkout-select:focus {
border: 1px solid blue;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset, 0 0 2px 0 #FACD46;
outline: 0 none;
}
textarea.checkout-textarea {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-box-sizing: border-box;
border-color: gray #CCCCCC #CCCCCC;
border-image: none;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #CCCCCC;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
color: black;
font-size: 13px;
height: auto;
padding: 1px;
width: auto;
}
textarea.checkout-textarea:focus {
border: 1px solid blue;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset, 0 0 2px 0 #FACD46;
outline: 0 none;
}
a.checkout-button {
border: 1px solid #C00811;
border-radius: 0.4em 0.4em 0.4em 0.4em;
color: white;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 13px;
line-height: 2.2em;
overflow: hidden;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 black;
}
a.checkout-button:active {
position: relative;
top: 1px;
}
a.checkout-button.disabled:active {
position: static;
}
a.checkout-button span {
display: block;
padding: 0 13px;
}
a.checkout-button:visited {
color: white;
}
a.checkout-button:hover {
color: white;
text-decoration: none;
}
a.checkout-button span {
background-color: #FF5500;
background-image: linear-gradient(#FF5500, #FF9900);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset;
}
a.checkout-button span:hover {
background-color: #FF5500;
background-image: linear-gradient(rgba(255, 255, 255, 0), #FF9900);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset, 0 0 1em #FF9900 inset;
}
a.checkout-button span:active {
background-image: linear-gradient(#FF5500, #FF9900);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.5) inset, 0 0.1em 0 rgba(0, 0, 0, 0.1) inset, 0 0 1em rgba(0, 0, 0, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
a.checkout-button.disabled {
border: 1px solid #755354;
color: white;
cursor: not-allowed;
}
a.checkout-button.disabled span, a.checkout-button.disabled span:hover, a.checkout-button.disabled span:active {
background-image: linear-gradient(#E9E9E9, #797979);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.25) inset, 0 0 1em rgba(155, 154, 154, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
.ie7 a.checkout-button span, .ie8 a.checkout-button span, .ie9 a.checkout-button span {
}
.ie7 a.checkout-button span:hover, .ie8 a.checkout-button span:hover, .ie9 a.checkout-button span:hover {
}
.ie7 a.checkout-button span:active, .ie8 a.checkout-button span:active, .ie9 a.checkout-button span:active {
}
.ie7 a.checkout-button.disabled span, .ie7 a.checkout-button.disabled span:hover, .ie7 a.checkout-button.disabled span:active, .ie8 a.checkout-button.disabled span, .ie8 a.checkout-button.disabled span:hover, .ie8 a.checkout-button.disabled span:active, .ie9 a.checkout-button.disabled span, .ie9 a.checkout-button.disabled span:hover, .ie9 a.checkout-button.disabled span:active {
}
a.checkout-second-button {
border: 1px solid #004466;
border-radius: 0.4em 0.4em 0.4em 0.4em;
color: white;
cursor: pointer;
display: inline-block;
font-family: sans-serif;
font-size: 13px;
line-height: 2.2em;
overflow: hidden;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 black;
}
a.checkout-second-button:active {
position: relative;
top: 1px;
}
a.checkout-second-button.disabled:active {
position: static;
}
a.checkout-second-button span {
display: block;
padding: 0 13px;
}
a.checkout-second-button:visited {
color: white;
}
a.checkout-second-button:hover {
color: white;
text-decoration: none;
}
a.checkout-second-button span {
background-color: #0088CC;
background-image: linear-gradient(#0088CC, #002233);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset;
}
a.checkout-second-button span:hover {
background-color: #0088CC;
background-image: linear-gradient(rgba(255, 255, 255, 0), #004466);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.5) inset, 0 0 1em #0088CC inset;
}
a.checkout-second-button span:active {
background-image: linear-gradient(#0088CC, #002233);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.5) inset, 0 0.1em 0 rgba(0, 0, 0, 0.1) inset, 0 0 1em rgba(0, 0, 0, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
a.checkout-second-button.disabled {
border: 1px solid #755354;
color: white;
cursor: not-allowed;
}
a.checkout-second-button.disabled span, a.checkout-second-button.disabled span:hover, a.checkout-second-button.disabled span:active {
background-image: linear-gradient(#979797, #4B4B4B);
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5), 0 0.1em 0 rgba(255, 255, 255, 0.25) inset, 0 0 1em rgba(0, 0, 0, 0.75) inset;
text-shadow: 0 -1px 0 black;
}
.ie7 a.checkout-second-button span, .ie8 a.checkout-second-button span, .ie9 a.checkout-second-button span {
}
.ie7 a.checkout-second-button span:hover, .ie8 a.checkout-second-button span:hover, .ie9 a.checkout-second-button span:hover {
}
.ie7 a.checkout-second-button span:active, .ie8 a.checkout-second-button span:active, .ie9 a.checkout-second-button span:active {
}
.ie7 a.checkout-second-button.disabled span, .ie7 a.checkout-second-button.disabled span:hover, .ie7 a.checkout-second-button.disabled span:active, .ie8 a.checkout-second-button.disabled span, .ie8 a.checkout-second-button.disabled span:hover, .ie8 a.checkout-second-button.disabled span:active, .ie9 a.checkout-second-button.disabled span, .ie9 a.checkout-second-button.disabled span:hover, .ie9 a.checkout-second-button.disabled span:active {
}
.checkout-popup {
padding: 10px;
position: absolute;
}
.checkout-popup:after, .ie7 .checkout-popup .after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.checkout-popup .popup-header h4 {
line-height: 20px;
padding: 10px;
}
.checkout-popup .popup-container {
position: relative;
z-index: 1;
}
.checkout-popup .popup-arrow {
height: 0;
position: absolute;
width: 0;
}
.checkout-popup .popup-arrow-bottom {
bottom: -10px;
left: 10px;
}
.checkout-popup .popup-arrow-top {
left: 10px;
top: -10px;
}
.checkout-popup .popup-arrow-left {
left: -10px;
top: 10px;
}
.checkout-popup .popup-arrow-right {
right: -10px;
top: 10px;
}
.checkout-popup .popup-close {
height: 20px;
line-height: 17px;
position: absolute;
right: -13px;
text-align: center;
top: -13px;
width: 20px;
z-index: 10;
}
.ie7 .checkout-popup .popup-close, .ie8 .checkout-popup .popup-close {
height: 26px;
line-height: 23px;
right: -13px;
top: -13px;
width: 26px;
}
.ie7 .checkout-popup {
}
.checkout-popup:after, .ie7 .checkout-popup .after {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.checkout-popup .popup-header {
background: none repeat scroll 0 0 #F7F7F7;
display: block;
}
.checkout-popup .popup-header h4 {
color: #FA890E;
font-family: sans-serif;
font-size: 16px;
font-weight: normal;
margin: 0;
}
.checkout-popup .popup-content {
background: none repeat scroll 0 0 white;
border: 1px solid transparent;
width: initial;
height: initial;
}
.checkout-popup .popup-arrow-bottom {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0, 0, 0, 0.7);
}
.checkout-popup .popup-arrow-top {
border-bottom: 10px solid rgba(0, 0, 0, 0.7);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.checkout-popup .popup-arrow-left {
border-bottom: 10px solid transparent;
border-right: 10px solid rgba(0, 0, 0, 0.7);
border-top: 10px solid transparent;
}
.checkout-popup .popup-arrow-right {
border-bottom: 10px solid transparent;
border-left: 10px solid rgba(0, 0, 0, 0.7);
border-top: 10px solid transparent;
}
.checkout-popup .popup-close {
background: none repeat scroll 0 0 #ffaa00;
border: 3px solid white;
border-radius: 20px 20px 20px 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
color: white;
cursor: pointer;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
}
.ie7 .checkout-popup:after, .ie7 .checkout-popup .after, .ie8 .checkout-popup:after, .ie8 .checkout-popup .after {
background: none repeat scroll 0 0 black;
}
.ie7 .checkout-popup .popup-arrow, .ie8 .checkout-popup .popup-arrow {
}
.ie7 .checkout-popup .popup-arrow-bottom, .ie8 .checkout-popup .popup-arrow-bottom {
border-top: 10px solid black;
}
.ie7 .checkout-popup .popup-arrow-top, .ie8 .checkout-popup .popup-arrow-top {
border-bottom: 10px solid black;
}
.ie7 .checkout-popup .popup-arrow-left, .ie8 .checkout-popup .popup-arrow-left {
border-right: 10px solid black;
}
.ie7 .checkout-popup .popup-arrow-right, .ie8 .checkout-popup .popup-arrow-right {
border-left: 10px solid black;
}
.ie7 .checkout-popup .popup-close, .ie8 .checkout-popup .popup-close {
background: url("../../despegar/img/picasso/popup.png") repeat scroll 0 -1px transparent;
border-width: 0;
}
.checkout-list-grid:before, .checkout-list-grid:after {
content: "";
display: table;
}
.checkout-list-grid:after {
clear: both;
}
.ie6 .checkout-list-grid, .ie7 .checkout-list-grid {
}
.checkout-list-grid ul {
float: left;
margin: 0;
padding: 0;
width: 130px;
}
.checkout-list-grid ul li {
height: 30px;
line-height: 30px;
padding-left: 10px;
padding-right: 10px;
}
.checkout-list-grid ul {
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
list-style: none outside none;
}
.checkout-list-grid ul:first-child {
border-left: 1px solid #CCCCCC;
}
.checkout-list-grid ul li {
border: 1px solid transparent;
text-align: center;
}
.checkout-list-grid ul li:first-child {
border-bottom: 1px solid #CCCCCC;
}
.checkout-list-grid ul li:nth-child(2n+1) {
background: none repeat scroll 0 0 #EEEEEE;
}
.checkout-list-grid ul li:nth-child(2n) {
background: none repeat scroll 0 0 white;
}
.checkout-list-grid ul li.cell-hover:hover {
background: none repeat scroll 0 0 #F4FAFD;
border: 1px solid #319FDA;
cursor: pointer;
}
.ie7 .checkout-list-grid ul li:first-child, .ie8 .checkout-list-grid ul li:first-child {
background: none repeat scroll 0 0 #EEEEEE;
}
.ie7 .checkout-list-grid ul li.even, .ie8 .checkout-list-grid ul li.even {
background: none repeat scroll 0 0 white;
}
.ie7 .checkout-list-grid ul li.odd, .ie8 .checkout-list-grid ul li.odd {
background: none repeat scroll 0 0 #EEEEEE;
} | 0.398992 | 0.093761 |
.ani_box01{
animation-name: updown;
animation-duration: 1.5s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: forwards;
animation-play-state: running;
}
@keyframes updown{
0% {
height:2px;
}
10% {
height:5px;
}
20% {
height:20px;
}
30% {
height:10px;
}
40% {
height:5px;
}
50% {
height:20px;
}
60% {
height:14px;
}
70% {
height:10px;
}
80% {
height:6px;
}
90% {
height:17px;
}
100% {
height:0px;
}
}
.ani_box02{
animation-name: updown02;
animation-duration: 1.5s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: forwards;
animation-play-state: running;
}
@keyframes updown02{
0% {
height:3px;
}
10% {
height:15px;
}
20% {
height:5px;
}
30% {
height:15px;
}
40% {
height:4px;
}
50% {
height:14px;
}
60% {
height:4px;
}
70% {
height:18px;
}
80% {
height:6px;
}
90% {
height:9px;
}
100% {
height:0px;
}
}
.ani_box03{
animation-name: updown03;
animation-duration: 1.5s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: reverse;
animation-fill-mode: forwards;
animation-play-state: running;
}
@keyframes updown03{
0% {
height:7px;
transform: translateY(-10px);
}
10% {
height:15px;
transform: translateY(-15px);
}
20% {
height:15px;
transform: translateY(-15px);
}
30% {
height:20px;
transform: translateY(-20px);
}
40% {
height:18px;
transform: translateY(-18px);
}
50% {
height:16px;
transform: translateY(-16px);
}
60% {
height:15px;
transform: translateY(-15px);
}
70% {
height:12px;
transform: translateY(-12px);
}
80% {
height:17px;
transform: translateY(-17px);
}
90% {
height:15px;
transform: translateY(-15px);
}
100% {
height:8px;
transform: translateY(-8px);
}
90% {
height:15px;
transform: translateY(-15px);
}
} | css/animation.css | .ani_box01{
animation-name: updown;
animation-duration: 1.5s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: forwards;
animation-play-state: running;
}
@keyframes updown{
0% {
height:2px;
}
10% {
height:5px;
}
20% {
height:20px;
}
30% {
height:10px;
}
40% {
height:5px;
}
50% {
height:20px;
}
60% {
height:14px;
}
70% {
height:10px;
}
80% {
height:6px;
}
90% {
height:17px;
}
100% {
height:0px;
}
}
.ani_box02{
animation-name: updown02;
animation-duration: 1.5s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: forwards;
animation-play-state: running;
}
@keyframes updown02{
0% {
height:3px;
}
10% {
height:15px;
}
20% {
height:5px;
}
30% {
height:15px;
}
40% {
height:4px;
}
50% {
height:14px;
}
60% {
height:4px;
}
70% {
height:18px;
}
80% {
height:6px;
}
90% {
height:9px;
}
100% {
height:0px;
}
}
.ani_box03{
animation-name: updown03;
animation-duration: 1.5s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: reverse;
animation-fill-mode: forwards;
animation-play-state: running;
}
@keyframes updown03{
0% {
height:7px;
transform: translateY(-10px);
}
10% {
height:15px;
transform: translateY(-15px);
}
20% {
height:15px;
transform: translateY(-15px);
}
30% {
height:20px;
transform: translateY(-20px);
}
40% {
height:18px;
transform: translateY(-18px);
}
50% {
height:16px;
transform: translateY(-16px);
}
60% {
height:15px;
transform: translateY(-15px);
}
70% {
height:12px;
transform: translateY(-12px);
}
80% {
height:17px;
transform: translateY(-17px);
}
90% {
height:15px;
transform: translateY(-15px);
}
100% {
height:8px;
transform: translateY(-8px);
}
90% {
height:15px;
transform: translateY(-15px);
}
} | 0.545286 | 0.116613 |
body {
margin-top: 100px;
font-family: Arial, Helvetica, sans-serif;
width: 50%;
margin: 0;
background-image: url("https://wallpaperboat.com/wp-content/uploads/2020/06/03/42361/aesthetic-anime-01.jpg");
background-repeat: no-repeat;
background-position: auto;
background-size: auto;
background-attachment: fixed;
}
#page-container {
position: relative;
min-height: 100vh;
}
#container {
display:grid;
grid-template-rows: auto;
grid-auto-columns: 100vw;
grid-template-areas:
"nav"
"main"
"space"
"footer";
}
#flash-message {
background-color: lightblue;
position: fixed;
left: 50%;
top: 25%;
transform: translate(-50%,0);
z-index: 9999;
}
#flash-message div {
text-align: center;
}
#flash-message div.alert-danger {
color: red;
}
#flash-message div.alert-success {
color: darkgreen;
}
nav{
grid-area: nav;
position: relative;
z-index: 10;
left:0;
right:0;
font-family: "Montserrat", sans-serif;
height: 80px;
background-color: cornflowerblue;
}
nav #banner .logo {
float: left;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: right;
font-size: auto;
color: white;
}
nav .home-link {
float:left;
padding: 0;
margin: auto;
width: 10%;
height:100%;
display:flex;
justify-content: space-around;
align-items: center;
list-style: none;
}
nav .home-link a{
display:block;
font-size: 25px;
color:black;
text-decoration: none;
font-weight: bold;
}
nav .search-bar{
float: left;
width: 50%;
height: 100%;
display: flex;
align-items: center;
color: white;
}
nav .search-bar input {
width:90%;
font-size: 25px;
color:black;
border-radius: 5px;
margin-right:10px;
}
nav .search-bar #search-button {
width:10%;
font-size: 25px;
background-image: url("https://www.google.com/url?sa=i&url=https%3A%2F%2Fthenounproject.com%2Fterm%2Fsearch%2F&psig=AOvVaw1x4YpXIvLeSp5UIe5fphcP&ust=1638830700482000&source=images&cd=vfe&ved=0CAsQjRxqFwoTCNjcgaDezfQCFQAAAAAdAAAAABAD");
border-radius: 5px;
}
nav .links {
float:right;
padding: 0;
margin: 0;
width: 40%;
height:100%;
display:flex;
justify-content: space-around;
align-items: center;
}
nav .links li {
list-style: none;
}
nav .links a {
display:block;
padding: 10px;
color:black;
text-decoration: none;
font-weight: bold;
font-size: 25px;
}
/* #nav-toggle {
position:absolute;
opacity: 0;
}
nav .icon-burger {
position: absolute;
right:5%;
top:50%;
transform:translate(-50%);
}
nav .icon-burger .line{
width:30px;
height: 5px;
background-color: white;
margin: 5px;
border-radius: 3px;
}
@media screen and (max-width:768px){
nav .links{
display: none;
float: none;
width: auto;
z-index: 9;
left:0;
top:100px;
bottom: 0;
width:auto;
flex-direction: column;
height: auto;
background-color: rgba(0,0,0,.8);
overflow:hidden;
transition: all .5s ease-in-out;
}
nav .links a {
font-size: 20px;
}
nav :checked ~ .links {
bottom:0;
}
nav .icon-burger{
display:block;
}
nav .icon-burger .line {
width:30px;
height: 5px;
background-color: white;
margin: 5px;
border-radius: 3px;
}
nav :checked ~ .icon-burger .line {
transform:translateY(10px);
}
} */
footer {
background: transparent;
color:black;
position: absolute;
bottom: auto;
font-size: auto;
font-weight: bold;
padding-left:5%;
} | application/public/css/index.css | body {
margin-top: 100px;
font-family: Arial, Helvetica, sans-serif;
width: 50%;
margin: 0;
background-image: url("https://wallpaperboat.com/wp-content/uploads/2020/06/03/42361/aesthetic-anime-01.jpg");
background-repeat: no-repeat;
background-position: auto;
background-size: auto;
background-attachment: fixed;
}
#page-container {
position: relative;
min-height: 100vh;
}
#container {
display:grid;
grid-template-rows: auto;
grid-auto-columns: 100vw;
grid-template-areas:
"nav"
"main"
"space"
"footer";
}
#flash-message {
background-color: lightblue;
position: fixed;
left: 50%;
top: 25%;
transform: translate(-50%,0);
z-index: 9999;
}
#flash-message div {
text-align: center;
}
#flash-message div.alert-danger {
color: red;
}
#flash-message div.alert-success {
color: darkgreen;
}
nav{
grid-area: nav;
position: relative;
z-index: 10;
left:0;
right:0;
font-family: "Montserrat", sans-serif;
height: 80px;
background-color: cornflowerblue;
}
nav #banner .logo {
float: left;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: right;
font-size: auto;
color: white;
}
nav .home-link {
float:left;
padding: 0;
margin: auto;
width: 10%;
height:100%;
display:flex;
justify-content: space-around;
align-items: center;
list-style: none;
}
nav .home-link a{
display:block;
font-size: 25px;
color:black;
text-decoration: none;
font-weight: bold;
}
nav .search-bar{
float: left;
width: 50%;
height: 100%;
display: flex;
align-items: center;
color: white;
}
nav .search-bar input {
width:90%;
font-size: 25px;
color:black;
border-radius: 5px;
margin-right:10px;
}
nav .search-bar #search-button {
width:10%;
font-size: 25px;
background-image: url("https://www.google.com/url?sa=i&url=https%3A%2F%2Fthenounproject.com%2Fterm%2Fsearch%2F&psig=AOvVaw1x4YpXIvLeSp5UIe5fphcP&ust=1638830700482000&source=images&cd=vfe&ved=0CAsQjRxqFwoTCNjcgaDezfQCFQAAAAAdAAAAABAD");
border-radius: 5px;
}
nav .links {
float:right;
padding: 0;
margin: 0;
width: 40%;
height:100%;
display:flex;
justify-content: space-around;
align-items: center;
}
nav .links li {
list-style: none;
}
nav .links a {
display:block;
padding: 10px;
color:black;
text-decoration: none;
font-weight: bold;
font-size: 25px;
}
/* #nav-toggle {
position:absolute;
opacity: 0;
}
nav .icon-burger {
position: absolute;
right:5%;
top:50%;
transform:translate(-50%);
}
nav .icon-burger .line{
width:30px;
height: 5px;
background-color: white;
margin: 5px;
border-radius: 3px;
}
@media screen and (max-width:768px){
nav .links{
display: none;
float: none;
width: auto;
z-index: 9;
left:0;
top:100px;
bottom: 0;
width:auto;
flex-direction: column;
height: auto;
background-color: rgba(0,0,0,.8);
overflow:hidden;
transition: all .5s ease-in-out;
}
nav .links a {
font-size: 20px;
}
nav :checked ~ .links {
bottom:0;
}
nav .icon-burger{
display:block;
}
nav .icon-burger .line {
width:30px;
height: 5px;
background-color: white;
margin: 5px;
border-radius: 3px;
}
nav :checked ~ .icon-burger .line {
transform:translateY(10px);
}
} */
footer {
background: transparent;
color:black;
position: absolute;
bottom: auto;
font-size: auto;
font-weight: bold;
padding-left:5%;
} | 0.5769 | 0.100879 |
@import url("https://fonts.googleapis.com/css?family=VT323");
body {
background-color: white; }
.navbar {
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -6px #999; }
.flex-fill {
flex: 1; }
a {
font-family: 'Istok Web', sans-serif;
font-size: 14px; }
footer.footer {
padding-top: 4rem;
padding-bottom: 4rem; }
li.list-inline-item a {
color: #fff;
text-decoration: none; }
/* Cards */
#team {
background: white !important; }
section {
padding: 40px 0; }
.img-card {
border-style: solid;
border-width: 1px; }
.font-in {
padding: 5px;
background-color: black;
font-family: 'VT323', monospace;
color: white; }
#team .card {
-webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
-moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
box-shadow: 5px 7px 9px -4px #9e9e9e; }
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: .25rem; }
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg); }
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative; }
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px; }
.backside {
position: absolute;
top: 0;
left: 0;
background: #000;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
-moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
box-shadow: 5px 7px 9px -4px #9e9e9e; }
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d; }
.frontside .card,
.backside .card {
height: 330px;
width: 270px; }
.frontside .card .card-title,
.backside .card .card-title {
color: #fff !important; }
.frontside .card .card-body img {
width: 110px;
height: 110px;
border-radius: 50%; }
button.back-to-top {
margin: 0 !important;
padding: 0 !important;
background: #000;
height: 0px;
width: 0px;
overflow: hidden;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
color: transparent;
clear: both;
visibility: hidden;
position: fixed;
cursor: pointer;
display: block;
border: none;
right: 50px;
bottom: 75px;
font-size: 0px;
outline: 0 !important;
z-index: 99;
transition: all .3s ease-in-out; }
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
outline: 0 !important; }
button.back-to-top::before {
content: "";
font-family: "FontAwesome";
display: block;
vertical-align: middle;
margin: -5px 0 auto; }
button.back-to-top.show {
display: block;
background: #000;
color: #00ab6c;
font-size: 25px;
right: 25px;
bottom: 50px;
height: 50px;
width: 50px;
visibility: visible;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25); }
button.back-to-top.show:active {
box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25); }
.single_catagory_area {
padding: 100px; }
.cta-area {
position: relative;
z-index: 1; }
/*# sourceMappingURL=style.css.map */ | admin/node_modules/bootstrap/compiler/style.css | @import url("https://fonts.googleapis.com/css?family=VT323");
body {
background-color: white; }
.navbar {
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -6px #999; }
.flex-fill {
flex: 1; }
a {
font-family: 'Istok Web', sans-serif;
font-size: 14px; }
footer.footer {
padding-top: 4rem;
padding-bottom: 4rem; }
li.list-inline-item a {
color: #fff;
text-decoration: none; }
/* Cards */
#team {
background: white !important; }
section {
padding: 40px 0; }
.img-card {
border-style: solid;
border-width: 1px; }
.font-in {
padding: 5px;
background-color: black;
font-family: 'VT323', monospace;
color: white; }
#team .card {
-webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
-moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
box-shadow: 5px 7px 9px -4px #9e9e9e; }
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: .25rem; }
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg); }
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative; }
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px; }
.backside {
position: absolute;
top: 0;
left: 0;
background: #000;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
-moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
box-shadow: 5px 7px 9px -4px #9e9e9e; }
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d; }
.frontside .card,
.backside .card {
height: 330px;
width: 270px; }
.frontside .card .card-title,
.backside .card .card-title {
color: #fff !important; }
.frontside .card .card-body img {
width: 110px;
height: 110px;
border-radius: 50%; }
button.back-to-top {
margin: 0 !important;
padding: 0 !important;
background: #000;
height: 0px;
width: 0px;
overflow: hidden;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
color: transparent;
clear: both;
visibility: hidden;
position: fixed;
cursor: pointer;
display: block;
border: none;
right: 50px;
bottom: 75px;
font-size: 0px;
outline: 0 !important;
z-index: 99;
transition: all .3s ease-in-out; }
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
outline: 0 !important; }
button.back-to-top::before {
content: "";
font-family: "FontAwesome";
display: block;
vertical-align: middle;
margin: -5px 0 auto; }
button.back-to-top.show {
display: block;
background: #000;
color: #00ab6c;
font-size: 25px;
right: 25px;
bottom: 50px;
height: 50px;
width: 50px;
visibility: visible;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25); }
button.back-to-top.show:active {
box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25); }
.single_catagory_area {
padding: 100px; }
.cta-area {
position: relative;
z-index: 1; }
/*# sourceMappingURL=style.css.map */ | 0.31732 | 0.073132 |
Created on : 24/11/2018, 12:39:44 AM
Author : jconde
*/
body{
background-color: #9FC5F8
}
form {
/* Sólo para centrar el formulario a la página */
margin: 100px auto;
width: 800px;
/* Para ver el borde del formulario */
padding: 1em;
border: 1px solid #000000;
border-radius: 1em;
font-size: 13;
background: #FFFFFF;
}
form div + div {
/* distancia entre div */
margin-top: 1em;
}
label {
/* Para asegurarse que todos los labels tienen el mismo tamaño y están alineados correctamente */
display: inline-block;
width: 90px;
text-align: right;
}
input, textarea {
/* Para asegurarse de que todos los campos de texto tienen las mismas propiedades de fuente
Por defecto, las areas de texto tienen una fuente con monospace */
font: 1em sans-serif;
/* Para darle el mismo tamaño a todos los campos de texto */
width: 300px;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* Para armonizar el look&feel del borde en los campos de texto */
border: 1px solid #999;
}
input:focus, textarea:focus {
/* Para dar un pequeño destaque en elementos activos*/
border-color: #000;
}
/* Las Clases de los input */
.input-marca{
width: 100px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-modelo{
width: 100px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-fecha{
width: 140px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-tiempo{
width: 140px;
color:red;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-numero{
width: 80px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-favance{
width: 300px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-avance{
width: 300px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-estado{
width: 100px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-accion{
width: 50px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-tipo{
width: 50px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
} | src/main/resources/public/stylesheets/repartecnico.css | Created on : 24/11/2018, 12:39:44 AM
Author : jconde
*/
body{
background-color: #9FC5F8
}
form {
/* Sólo para centrar el formulario a la página */
margin: 100px auto;
width: 800px;
/* Para ver el borde del formulario */
padding: 1em;
border: 1px solid #000000;
border-radius: 1em;
font-size: 13;
background: #FFFFFF;
}
form div + div {
/* distancia entre div */
margin-top: 1em;
}
label {
/* Para asegurarse que todos los labels tienen el mismo tamaño y están alineados correctamente */
display: inline-block;
width: 90px;
text-align: right;
}
input, textarea {
/* Para asegurarse de que todos los campos de texto tienen las mismas propiedades de fuente
Por defecto, las areas de texto tienen una fuente con monospace */
font: 1em sans-serif;
/* Para darle el mismo tamaño a todos los campos de texto */
width: 300px;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* Para armonizar el look&feel del borde en los campos de texto */
border: 1px solid #999;
}
input:focus, textarea:focus {
/* Para dar un pequeño destaque en elementos activos*/
border-color: #000;
}
/* Las Clases de los input */
.input-marca{
width: 100px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-modelo{
width: 100px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-fecha{
width: 140px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-tiempo{
width: 140px;
color:red;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-numero{
width: 80px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-favance{
width: 300px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-avance{
width: 300px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-estado{
width: 100px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-accion{
width: 50px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
}
.input-tipo{
width: 50px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
} | 0.250913 | 0.262889 |
:root { /* purple */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 190,78,180; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
:root { /* red */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 200,50,50; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_red.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
:root { /* green */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 50,150,50; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_green.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
:root { /* blue */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 50,50,200; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_blue.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
} | Themes/BasicBackground/_res/cover_configs.css | :root { /* purple */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 190,78,180; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
:root { /* red */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 200,50,50; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_red.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
:root { /* green */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 50,150,50; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_green.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
:root { /* blue */
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 50,50,200; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_blue.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
--popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */
--popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
--backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
} | 0.31732 | 0.066206 |
display: grid;
grid-template-columns: 200px auto;
justify-content: center;
max-width: 900px;
margin: 40px auto;
height: 50px;
}
.floating-label {
position: relative;
margin-bottom: 20px;
}
.floating-input {
padding: 4px 4px;
display: block;
width: 100%;
height: 30px;
background-color: transparent;
border: none;
border-bottom: 3px solid #7ba7bc;
cursor: pointer;
color: #8f272f;
}
.floating-input:focus {
outline: none;
border-bottom: 5px solid #644566;
}
.floating-label > label {
color: #644566;
font-weight: normal;
position: absolute;
left: 5px;
top: 0px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
cursor: pointer;
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
top: -18px;
color: #644566;
}
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after {
width: 50%;
}
.highlight {
position: absolute;
height: 50%;
width: 100%;
top: 15%;
left: 0;
pointer-events: none;
opacity: 0.5;
}
.floating-input:focus ~ .highlight {
-webkit-animation: inputHighlighter 0.3s ease;
-moz-animation: inputHighlighter 0.3s ease;
animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
from {
background: #644566;
}
to {
width: 0;
background: transparent;
}
}
@-moz-keyframes inputHighlighter {
from {
background: #644566;
}
to {
width: 0;
background: transparent;
}
}
@keyframes inputHighlighter {
from {
background: #644566;
}
to {
width: 0;
background: transparent;
}
}
.btn {
color: #644566;
text-decoration: none;
margin: 0 1em;
background-color: #fedc2a;
box-shadow: 0 0 0 0 #444 inset, 0.3em 0.2em 0 0 #7ba7bc;
border: 0.2em solid #444;
padding: 0.8em;
text-align: center;
transition: 0.25s box-shadow, 0.25s -webkit-transform;
height: 40px;
cursor: pointer;
font-weight: bold;
}
.btn-small {
padding: 0.7em;
}
.btn:hover {
box-shadow: 0 4em 0 0 #7ba7bc inset, 0em 0em 0 0 #444;
transform: translate(0.3em, 0.2em);
-webkit-transform: translate(0.3em, 0.2em);
color: #fedc2a;
}
.disabled {
pointer-events: none;
}
#game-control-container {
display: grid;
grid-template-rows: repeat(auto-fit, 30px);
grid-template-columns: repeat(auto-fit, 200px);
grid-gap: 10px;
padding: 5px 20px;
margin: 15px auto;
max-width: 900px;
justify-content: center;
text-align: center;
font-weight: bolder;
font-size: 17px;
}
#game-control-container > span {
width: 200px;
height: 30px;
}
#description {
max-width: 900px;
margin: 30px auto;
text-align: center;
}
#scrambled-word-container {
max-width: 900px;
margin: 25px auto;
font-weight: bolder;
min-height: 100px;
text-align: center;
color: #644566;
}
#scrambled-word {
font-size: 35px;
letter-spacing: 5px;
word-wrap: break-word;
}
#level-container {
display: grid;
grid-template-rows: repeat(auto-fit, 30px);
grid-template-columns: repeat(auto-fit, 120px);
grid-gap: 10px;
padding: 5px;
margin: 15px auto;
max-width: 250px;
justify-items: center;
text-align: center;
font-weight: bolder;
font-size: 20px;
justify-content: center;
}
.level {
border: 3px solid #333;
padding: 2px;
background: #476e81;
border-radius: 5px;
color: aliceblue;
height: 25px;
width: 75px;
cursor: pointer;
}
.level:hover {
background: #8bc3e5;
}
.level > label {
cursor: pointer;
}
#level-header-container {
max-width: 175px;
margin: 15px auto;
display: flex;
font-size: 18px;
justify-content: center;
} | src/GameBoard.css | display: grid;
grid-template-columns: 200px auto;
justify-content: center;
max-width: 900px;
margin: 40px auto;
height: 50px;
}
.floating-label {
position: relative;
margin-bottom: 20px;
}
.floating-input {
padding: 4px 4px;
display: block;
width: 100%;
height: 30px;
background-color: transparent;
border: none;
border-bottom: 3px solid #7ba7bc;
cursor: pointer;
color: #8f272f;
}
.floating-input:focus {
outline: none;
border-bottom: 5px solid #644566;
}
.floating-label > label {
color: #644566;
font-weight: normal;
position: absolute;
left: 5px;
top: 0px;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
cursor: pointer;
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
top: -18px;
color: #644566;
}
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after {
width: 50%;
}
.highlight {
position: absolute;
height: 50%;
width: 100%;
top: 15%;
left: 0;
pointer-events: none;
opacity: 0.5;
}
.floating-input:focus ~ .highlight {
-webkit-animation: inputHighlighter 0.3s ease;
-moz-animation: inputHighlighter 0.3s ease;
animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
from {
background: #644566;
}
to {
width: 0;
background: transparent;
}
}
@-moz-keyframes inputHighlighter {
from {
background: #644566;
}
to {
width: 0;
background: transparent;
}
}
@keyframes inputHighlighter {
from {
background: #644566;
}
to {
width: 0;
background: transparent;
}
}
.btn {
color: #644566;
text-decoration: none;
margin: 0 1em;
background-color: #fedc2a;
box-shadow: 0 0 0 0 #444 inset, 0.3em 0.2em 0 0 #7ba7bc;
border: 0.2em solid #444;
padding: 0.8em;
text-align: center;
transition: 0.25s box-shadow, 0.25s -webkit-transform;
height: 40px;
cursor: pointer;
font-weight: bold;
}
.btn-small {
padding: 0.7em;
}
.btn:hover {
box-shadow: 0 4em 0 0 #7ba7bc inset, 0em 0em 0 0 #444;
transform: translate(0.3em, 0.2em);
-webkit-transform: translate(0.3em, 0.2em);
color: #fedc2a;
}
.disabled {
pointer-events: none;
}
#game-control-container {
display: grid;
grid-template-rows: repeat(auto-fit, 30px);
grid-template-columns: repeat(auto-fit, 200px);
grid-gap: 10px;
padding: 5px 20px;
margin: 15px auto;
max-width: 900px;
justify-content: center;
text-align: center;
font-weight: bolder;
font-size: 17px;
}
#game-control-container > span {
width: 200px;
height: 30px;
}
#description {
max-width: 900px;
margin: 30px auto;
text-align: center;
}
#scrambled-word-container {
max-width: 900px;
margin: 25px auto;
font-weight: bolder;
min-height: 100px;
text-align: center;
color: #644566;
}
#scrambled-word {
font-size: 35px;
letter-spacing: 5px;
word-wrap: break-word;
}
#level-container {
display: grid;
grid-template-rows: repeat(auto-fit, 30px);
grid-template-columns: repeat(auto-fit, 120px);
grid-gap: 10px;
padding: 5px;
margin: 15px auto;
max-width: 250px;
justify-items: center;
text-align: center;
font-weight: bolder;
font-size: 20px;
justify-content: center;
}
.level {
border: 3px solid #333;
padding: 2px;
background: #476e81;
border-radius: 5px;
color: aliceblue;
height: 25px;
width: 75px;
cursor: pointer;
}
.level:hover {
background: #8bc3e5;
}
.level > label {
cursor: pointer;
}
#level-header-container {
max-width: 175px;
margin: 15px auto;
display: flex;
font-size: 18px;
justify-content: center;
} | 0.276691 | 0.069479 |
body {
margin-left:20%;
margin-right:20%;
width:60%;
}
h1 {
display:inline-block;
font-size:40px;
font-family: "Indie Flower", cursive;
position:relative;
margin-left:-130px;
margin-top:10px;
}
#topPage img {
float:left;
}
#topPage h6 {
font-size:10px;
float:left;
display:block;
}
#logoImages img{
float:right;
}
#topPage {
font-family: "Oswald", sans-serif;
padding:10px;
border-bottom:lightGrey solid 6px;
}
#pizzaPic {
margin-top:45px;
}
#pizzaPic h2 {
font-family:"Oswald", sans-serif;
font-size:32px;
font-weight:bold;
margin-bottom:10px;
}
#pizzaPic h5, #pizzaPic h6 {
font-family:"Oswald", sans-serif;
font-size:14px;
color:lightGrey;
display:inline;
}
#pizzaPicd span img {
width:100%;
height:auto;
}
#pizzaPic img{
max-width:100%;
height: auto;
}
#subheader {
margin-bottom:20px;
}
h6 {
float:right;
}
#paras p{
text-indent:20px;
}
#paras {
font-size:17px;
margin-top:20px;
margin-bottom:20px;
line-height:1.3;
}
#lists {
display:block;
}
#lists ul{
list-style:square inside;
font-size:18px;
line-height:1.4;
font-family:"Indie Flower", cursive;
background-image: url("images/list-bg.png");
float:left;
padding:30px;
width:50%;
box-sizing:border-box;
margin-bottom:20px;
}
#footer {
display:block;
float:left;
border-top:lightGrey solid 6px;
padding-top:20px;
margin-top:20x;
width:100%;
margin-bottom:100px;
}
#footer img {
float:left;
}
#footer h4 {
float:left;
font-size:20px;
font-weight:bold;
padding:10px;
padding-top:0px;
}
#footer h5 {
width:75%;
padding:10px;
float:left;
box-sizing:border-box;
}
#button2 {
float:right;
}
#button2 input {
font-family: "Oswald", sans-serif;
margin-top:-15px;
background-color:rgb(235, 113, 26);
color:rgb(225,225,225);
border:none;
padding:10px 15px 10px 15px;
box-sizing:border-box;
} | style.css | body {
margin-left:20%;
margin-right:20%;
width:60%;
}
h1 {
display:inline-block;
font-size:40px;
font-family: "Indie Flower", cursive;
position:relative;
margin-left:-130px;
margin-top:10px;
}
#topPage img {
float:left;
}
#topPage h6 {
font-size:10px;
float:left;
display:block;
}
#logoImages img{
float:right;
}
#topPage {
font-family: "Oswald", sans-serif;
padding:10px;
border-bottom:lightGrey solid 6px;
}
#pizzaPic {
margin-top:45px;
}
#pizzaPic h2 {
font-family:"Oswald", sans-serif;
font-size:32px;
font-weight:bold;
margin-bottom:10px;
}
#pizzaPic h5, #pizzaPic h6 {
font-family:"Oswald", sans-serif;
font-size:14px;
color:lightGrey;
display:inline;
}
#pizzaPicd span img {
width:100%;
height:auto;
}
#pizzaPic img{
max-width:100%;
height: auto;
}
#subheader {
margin-bottom:20px;
}
h6 {
float:right;
}
#paras p{
text-indent:20px;
}
#paras {
font-size:17px;
margin-top:20px;
margin-bottom:20px;
line-height:1.3;
}
#lists {
display:block;
}
#lists ul{
list-style:square inside;
font-size:18px;
line-height:1.4;
font-family:"Indie Flower", cursive;
background-image: url("images/list-bg.png");
float:left;
padding:30px;
width:50%;
box-sizing:border-box;
margin-bottom:20px;
}
#footer {
display:block;
float:left;
border-top:lightGrey solid 6px;
padding-top:20px;
margin-top:20x;
width:100%;
margin-bottom:100px;
}
#footer img {
float:left;
}
#footer h4 {
float:left;
font-size:20px;
font-weight:bold;
padding:10px;
padding-top:0px;
}
#footer h5 {
width:75%;
padding:10px;
float:left;
box-sizing:border-box;
}
#button2 {
float:right;
}
#button2 input {
font-family: "Oswald", sans-serif;
margin-top:-15px;
background-color:rgb(235, 113, 26);
color:rgb(225,225,225);
border:none;
padding:10px 15px 10px 15px;
box-sizing:border-box;
} | 0.37502 | 0.095013 |
@keyframes chromasync {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
/* global */
html,
body {
background-color: #666;
/*background-color: #fff;*/
color: #ccc;
min-width: 1024px;
min-height: 730px;
width: 100%;
max-width: 1920px;
height: 100%;
overflow: hidden;
font-family: 'Roboto', sans-serif;
font-size: 16px;
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
margin: 0;
}
div {
box-sizing: border-box; /* Opera/IE 8+ */
}
::selection {
background: rgba(68, 214, 44, 0.3);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
.dim {
color: #707070;
}
.ml10 {
margin-left: 10px;
}
.mt20 {
margin-top: 20px;
}
.mb20 {
margin-bottom: 20px;
}
.warning {
padding-left: 30px;
position: relative;
}
.warning::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url(../img_ui/warning.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: 0;
}
.dismiss {
font-size: 14px;
color: #999999;
text-align: center;
line-height: 16px;
text-decoration: underline;
text-transform: capitalize;
will-change: color, opacity;
transition: color 0.3s, opacity 0.3s;
}
.dismiss:hover {
color: #44d62c;
cursor: pointer;
}
.dismiss:active {
opacity: 0.7;
}
/* flex */
div.flex {
display: flex;
}
div.flex > div {
flex: auto;
}
div.flex-v {
flex-direction: column;
}
div.flex-0 {
flex: 0 0 auto !important;
}
div.flex-end {
align-items: flex-end !important;
}
.flex-row-20 {
min-width: 20px;
max-width: 20px;
height: 5px;
}
.flex-col-30 {
min-height: 30px;
max-height: 30px;
width: 5px;
}
.flex-row-flex {
flex: 1 0 20px !important;
max-width: 120px;
height: 5px;
}
/* container */
.main-container {
min-width: 1024px;
min-height: 730px;
height: 100%;
width: 100%;
background-color: #222;
position: relative;
}
.body-wrapper {
max-width: 1920px;
min-height: 652px;
position: fixed;
width: 100%;
min-width: 1024px;
top: 48px;
bottom: 30px;
padding: 20px;
overflow-y: auto;
}
.name-bar {
position: absolute;
bottom: 0px;
width: 100%;
min-width: 1024px;
background-color: #2b2b2b;
max-height: 1.875rem;
height: 1.875rem;
font-family: RazerF5;
font-weight: 300;
text-transform: uppercase;
font-size: 0.875rem;
padding: 0.5rem 0;
text-align: center;
color: #707070;
}
.insert-ref {
display: none;
}
/* button style */
.thx-btn {
text-transform: uppercase;
border-radius: 3px;
/*background-color: #28aadc;*/
background-color: #44d62c;
color: #000;
display: inline-block;
width: auto;
padding: 0.5rem 1.5rem;
/*margin-top: 3rem;*/
user-select: none;
text-align: center;
will-change: opacity;
transition: opacity 0.3s;
}
.thx-btn:hover {
cursor: pointer;
opacity: 0.8;
}
.thx-btn:active {
cursor: pointer;
opacity: 0.6;
}
.thx-btn.sm {
height: 27px;
width: 90px;
font-size: 12px;
line-height: 11px;
display: block !important;
margin: auto;
margin-top: 20px;
}
.thx-btn.inline {
height: 27px;
max-width: 90px;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, 0.3);
line-height: 12px;
display: block !important;
margin: auto;
padding: 7px 0 6px 0;
}
.thx-btn.test {
background-color: #707070;
border: 1px solid rgba(0, 0, 0, 0.3);
color: #fff;
display: block !important;
margin: auto;
}
.thx-btn.disabled,
.thx-btn.disabled:hover,
.thx-btn.disabled:hover {
opacity: 0.3;
cursor: default;
}
.thx-btn.secondary {
background-color: #707070;
color: #fff;
display: block !important;
margin: auto;
}
.chroma-studio {
height: 27px;
min-width: 150px;
background-color: #111111;
border: 1px solid #737373;
border-radius: 3px;
position: relative;
text-transform: uppercase;
line-height: 17px;
padding: 5px 8px;
padding-left: 31px;
will-change: border-color, background-color;
transition: border-color 0.3s, background-color 0.3s;
}
.chroma-studio::before {
content: '';
height: 18px;
width: 18px;
background-image: url(../img_ui/chroma_studio.svg);
display: inline-block;
position: absolute;
top: 4px;
left: 8px;
}
.chroma-studio-animate {
height: 27px;
width: 34px;
background-color: #111111;
border: 1px solid #737373;
border-radius: 3px;
background-repeat: no-repeat;
background-size: 18px;
background-position: center;
position: relative;
margin-right: 10px;
will-change: border-color, background-color;
transition: border-color 0.3s, background-color 0.3s;
}
.chroma-studio-animate::before {
content: '';
height: 18px;
width: 18px;
background-image: url(../img_ui/chroma_sync.svg);
display: inline-block;
position: absolute;
top: 4px;
left: 8px;
}
.chroma-studio:hover,
.chroma-studio-animate:hover {
border-color: #44d62c;
cursor: pointer;
}
.chroma-studio:active,
.chroma-studio-animate:active {
background-color: rgba(255, 255, 255, 0.1);
}
.chroma-studio-animate.turn::before {
animation: chromasync 0.3s linear 0s 3;
}
.chroma-studio-animate.off:hover,
.chroma-studio-animate.off:active {
border-color: #737373;
cursor: default;
background-color: #111111;
}
/* title style */
.main-title {
color: #44d62c;
font-family: RazerF5;
text-transform: uppercase;
font-size: 20px;
line-height: 24px;
font-weight: normal;
max-height: 24px;
margin-bottom: 20px;
}
.sub-title {
width: 100%;
padding: 0 50px;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sub-title > h1 {
color: #ccc;
font-weight: normal;
font-size: 18px;
line-height: 22px;
margin: 0;
margin-bottom: 20px;
}
/* body */
.t-center {
text-align: center;
}
.body-text {
font-size: 14px;
color: #ccc;
line-height: 17px;
margin-bottom: 30px;
}
.t-center {
text-align: center;
}
.img-text .windows {
width: 44px;
height: 44px;
max-width: 44px;
/*background-color: orange;*/
background-image: url('../img_ui/windows_logo.svg');
background-position: center;
background-repeat: no-repeat;
margin-right: 20px;
}
.img-text .external {
font-size: 14px;
color: #ccc;
line-height: 17px;
text-decoration: underline;
text-transform: capitalize;
line-height: 44px;
will-change: color, opacity;
transition: color 0.3s, opacity 0.3s;
}
.img-text .external:hover {
color: #44d62c;
cursor: pointer;
}
.img-text .external:active {
opacity: 0.7;
}
/* scroll bar */
#profileList {
max-height: 204px;
}
.scrollable {
overflow-y: auto;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-radius: 4px;*/
/*background-clip: padding-box;*/
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-left: 2px solid rgba(0,0,0,0);*/
/*border-right: 2px solid rgba(0,0,0,0);*/
}
::-webkit-scrollbar-corner {
background-color: #222;
}
::-webkit-scrollbar-track {
background-color: #222;
height: 8px;
width: 8px;
}
::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.3);
border-radius: 4px;
width: 6px;
height: 6px;
border: 1px solid rgba(0, 0, 0, 0);
box-sizing: border-box;
/*border-top: 2px solid rgba(0,0,0,0);*/
/*border-bottom: 2px solid rgba(0,0,0,0);*/
background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
background: #44d62c;
border: 1px solid rgba(0, 0, 0, 0);
/*border-radius: 4px;*/
/*width: 6px;*/
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-top: 2px solid rgba(0,0,0,0);*/
/*border-bottom: 2px solid rgba(0,0,0,0);*/
background-clip: padding-box;
/*background-clip: padding-box;*/
}
::-webkit-scrollbar-thumb:active {
background: #2f941e;
border: 1px solid rgba(0, 0, 0, 0);
/*border-radius: 4px;*/
/*width: 6px;*/
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-top: 2px solid rgba(0,0,0,0);*/
/*border-bottom: 2px solid rgba(0,0,0,0);*/
background-clip: padding-box;
/*background-clip: padding-box;*/
} | public/assets/css/main.css | @keyframes chromasync {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
/* global */
html,
body {
background-color: #666;
/*background-color: #fff;*/
color: #ccc;
min-width: 1024px;
min-height: 730px;
width: 100%;
max-width: 1920px;
height: 100%;
overflow: hidden;
font-family: 'Roboto', sans-serif;
font-size: 16px;
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
margin: 0;
}
div {
box-sizing: border-box; /* Opera/IE 8+ */
}
::selection {
background: rgba(68, 214, 44, 0.3);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
.dim {
color: #707070;
}
.ml10 {
margin-left: 10px;
}
.mt20 {
margin-top: 20px;
}
.mb20 {
margin-bottom: 20px;
}
.warning {
padding-left: 30px;
position: relative;
}
.warning::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url(../img_ui/warning.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: 0;
}
.dismiss {
font-size: 14px;
color: #999999;
text-align: center;
line-height: 16px;
text-decoration: underline;
text-transform: capitalize;
will-change: color, opacity;
transition: color 0.3s, opacity 0.3s;
}
.dismiss:hover {
color: #44d62c;
cursor: pointer;
}
.dismiss:active {
opacity: 0.7;
}
/* flex */
div.flex {
display: flex;
}
div.flex > div {
flex: auto;
}
div.flex-v {
flex-direction: column;
}
div.flex-0 {
flex: 0 0 auto !important;
}
div.flex-end {
align-items: flex-end !important;
}
.flex-row-20 {
min-width: 20px;
max-width: 20px;
height: 5px;
}
.flex-col-30 {
min-height: 30px;
max-height: 30px;
width: 5px;
}
.flex-row-flex {
flex: 1 0 20px !important;
max-width: 120px;
height: 5px;
}
/* container */
.main-container {
min-width: 1024px;
min-height: 730px;
height: 100%;
width: 100%;
background-color: #222;
position: relative;
}
.body-wrapper {
max-width: 1920px;
min-height: 652px;
position: fixed;
width: 100%;
min-width: 1024px;
top: 48px;
bottom: 30px;
padding: 20px;
overflow-y: auto;
}
.name-bar {
position: absolute;
bottom: 0px;
width: 100%;
min-width: 1024px;
background-color: #2b2b2b;
max-height: 1.875rem;
height: 1.875rem;
font-family: RazerF5;
font-weight: 300;
text-transform: uppercase;
font-size: 0.875rem;
padding: 0.5rem 0;
text-align: center;
color: #707070;
}
.insert-ref {
display: none;
}
/* button style */
.thx-btn {
text-transform: uppercase;
border-radius: 3px;
/*background-color: #28aadc;*/
background-color: #44d62c;
color: #000;
display: inline-block;
width: auto;
padding: 0.5rem 1.5rem;
/*margin-top: 3rem;*/
user-select: none;
text-align: center;
will-change: opacity;
transition: opacity 0.3s;
}
.thx-btn:hover {
cursor: pointer;
opacity: 0.8;
}
.thx-btn:active {
cursor: pointer;
opacity: 0.6;
}
.thx-btn.sm {
height: 27px;
width: 90px;
font-size: 12px;
line-height: 11px;
display: block !important;
margin: auto;
margin-top: 20px;
}
.thx-btn.inline {
height: 27px;
max-width: 90px;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, 0.3);
line-height: 12px;
display: block !important;
margin: auto;
padding: 7px 0 6px 0;
}
.thx-btn.test {
background-color: #707070;
border: 1px solid rgba(0, 0, 0, 0.3);
color: #fff;
display: block !important;
margin: auto;
}
.thx-btn.disabled,
.thx-btn.disabled:hover,
.thx-btn.disabled:hover {
opacity: 0.3;
cursor: default;
}
.thx-btn.secondary {
background-color: #707070;
color: #fff;
display: block !important;
margin: auto;
}
.chroma-studio {
height: 27px;
min-width: 150px;
background-color: #111111;
border: 1px solid #737373;
border-radius: 3px;
position: relative;
text-transform: uppercase;
line-height: 17px;
padding: 5px 8px;
padding-left: 31px;
will-change: border-color, background-color;
transition: border-color 0.3s, background-color 0.3s;
}
.chroma-studio::before {
content: '';
height: 18px;
width: 18px;
background-image: url(../img_ui/chroma_studio.svg);
display: inline-block;
position: absolute;
top: 4px;
left: 8px;
}
.chroma-studio-animate {
height: 27px;
width: 34px;
background-color: #111111;
border: 1px solid #737373;
border-radius: 3px;
background-repeat: no-repeat;
background-size: 18px;
background-position: center;
position: relative;
margin-right: 10px;
will-change: border-color, background-color;
transition: border-color 0.3s, background-color 0.3s;
}
.chroma-studio-animate::before {
content: '';
height: 18px;
width: 18px;
background-image: url(../img_ui/chroma_sync.svg);
display: inline-block;
position: absolute;
top: 4px;
left: 8px;
}
.chroma-studio:hover,
.chroma-studio-animate:hover {
border-color: #44d62c;
cursor: pointer;
}
.chroma-studio:active,
.chroma-studio-animate:active {
background-color: rgba(255, 255, 255, 0.1);
}
.chroma-studio-animate.turn::before {
animation: chromasync 0.3s linear 0s 3;
}
.chroma-studio-animate.off:hover,
.chroma-studio-animate.off:active {
border-color: #737373;
cursor: default;
background-color: #111111;
}
/* title style */
.main-title {
color: #44d62c;
font-family: RazerF5;
text-transform: uppercase;
font-size: 20px;
line-height: 24px;
font-weight: normal;
max-height: 24px;
margin-bottom: 20px;
}
.sub-title {
width: 100%;
padding: 0 50px;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sub-title > h1 {
color: #ccc;
font-weight: normal;
font-size: 18px;
line-height: 22px;
margin: 0;
margin-bottom: 20px;
}
/* body */
.t-center {
text-align: center;
}
.body-text {
font-size: 14px;
color: #ccc;
line-height: 17px;
margin-bottom: 30px;
}
.t-center {
text-align: center;
}
.img-text .windows {
width: 44px;
height: 44px;
max-width: 44px;
/*background-color: orange;*/
background-image: url('../img_ui/windows_logo.svg');
background-position: center;
background-repeat: no-repeat;
margin-right: 20px;
}
.img-text .external {
font-size: 14px;
color: #ccc;
line-height: 17px;
text-decoration: underline;
text-transform: capitalize;
line-height: 44px;
will-change: color, opacity;
transition: color 0.3s, opacity 0.3s;
}
.img-text .external:hover {
color: #44d62c;
cursor: pointer;
}
.img-text .external:active {
opacity: 0.7;
}
/* scroll bar */
#profileList {
max-height: 204px;
}
.scrollable {
overflow-y: auto;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-radius: 4px;*/
/*background-clip: padding-box;*/
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-left: 2px solid rgba(0,0,0,0);*/
/*border-right: 2px solid rgba(0,0,0,0);*/
}
::-webkit-scrollbar-corner {
background-color: #222;
}
::-webkit-scrollbar-track {
background-color: #222;
height: 8px;
width: 8px;
}
::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.3);
border-radius: 4px;
width: 6px;
height: 6px;
border: 1px solid rgba(0, 0, 0, 0);
box-sizing: border-box;
/*border-top: 2px solid rgba(0,0,0,0);*/
/*border-bottom: 2px solid rgba(0,0,0,0);*/
background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
background: #44d62c;
border: 1px solid rgba(0, 0, 0, 0);
/*border-radius: 4px;*/
/*width: 6px;*/
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-top: 2px solid rgba(0,0,0,0);*/
/*border-bottom: 2px solid rgba(0,0,0,0);*/
background-clip: padding-box;
/*background-clip: padding-box;*/
}
::-webkit-scrollbar-thumb:active {
background: #2f941e;
border: 1px solid rgba(0, 0, 0, 0);
/*border-radius: 4px;*/
/*width: 6px;*/
/*border: 1px solid rgba(0, 0, 0, 0);*/
/*border-top: 2px solid rgba(0,0,0,0);*/
/*border-bottom: 2px solid rgba(0,0,0,0);*/
background-clip: padding-box;
/*background-clip: padding-box;*/
} | 0.40251 | 0.067762 |
#calendar {
-moz-user-select: none;
border: 1px solid #EEEEEE;
border-radius: 6px 6px 6px 6px;
color: #333333;
font-family: Arial,sans-serif;
font-size: 1.1em;
margin: 10px auto;
padding: 0.4em;
width: 100%; /* 90% */
}
#calendar .navigation {
background-color: #CC0000;
border: 1px solid #E3A1A1;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
position: relative;
}
#calendar .navigation .title {
background: none repeat scroll 0 0 transparent;
border-color: rgba(0, 0, 0, 0);
color: inherit;
line-height: 1.8em;
margin: 0 2.3em;
text-align: center;
}
#calendar .navigation .prev, #calendar .navigation .next {
background-image: url(../images/nav.png);
height: 24px;
opacity: 0.9;
position: absolute;
top: 4px;
width: 24px;
}
#calendar .navigation .prev {
background-position: 0 0;
left: 4px;
}
#calendar .navigation .next {
background-position: -24px 0;
right: 4px;
}
#calendar .navigation .prev:hover, #calendar .navigation .next:hover {
opacity: 1;
}
#calendar table {
border-collapse: collapse;
font-size: 0.9em;
table-layout: fixed;
width: 100%;
}
#calendar table th {
border: 0 none;
font-weight: bold;
padding: 0.7em 0.3em;
text-align: center;
}
#calendar table td {
border: 0 none;
padding: 1px;
}
#calendar table td a {
background-color: #EEEEEE;
border: 1px solid #D8DCDF;
color: #004276;
display: block;
font-weight: normal;
opacity: 0.7;
padding: 0.2em;
text-align: right;
text-decoration: none;
}
#calendar table td a:hover {
background-color: #F6F6F6;
border: 1px solid #CDD5DA;
color: #111111;
}
#calendar table td.current a {
font-weight: bold;
opacity: 1;
}
#calendar table td.currentreserved a {
background-color: #D2CFC6;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.today a {
background-color: #FBF8EE;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.todayreservedtoday a {
background-color: #DED9C8;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.project a {
background-color: #268bd2;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.projectreserved a {
background-color: #1B6192;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.projecttoday a {
background-color: #4DB1F7;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.projecttodayreservedtoday a {
background-color: #0D4F7D;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgent a {
background-color: #d33682;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgentreserved a {
background-color: #B8236B;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgenttoday a {
background-color: #F81985;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgenttodayreservedtoday a {
background-color: #9B1053;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.important a {
background-color: #b58900;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.importantreserved a {
background-color: #997401;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.importanttoday a {
background-color: #D8A401;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.importanttodayreservedtoday a {
background-color: #846401;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
} | calendar/css/acal.css | #calendar {
-moz-user-select: none;
border: 1px solid #EEEEEE;
border-radius: 6px 6px 6px 6px;
color: #333333;
font-family: Arial,sans-serif;
font-size: 1.1em;
margin: 10px auto;
padding: 0.4em;
width: 100%; /* 90% */
}
#calendar .navigation {
background-color: #CC0000;
border: 1px solid #E3A1A1;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
position: relative;
}
#calendar .navigation .title {
background: none repeat scroll 0 0 transparent;
border-color: rgba(0, 0, 0, 0);
color: inherit;
line-height: 1.8em;
margin: 0 2.3em;
text-align: center;
}
#calendar .navigation .prev, #calendar .navigation .next {
background-image: url(../images/nav.png);
height: 24px;
opacity: 0.9;
position: absolute;
top: 4px;
width: 24px;
}
#calendar .navigation .prev {
background-position: 0 0;
left: 4px;
}
#calendar .navigation .next {
background-position: -24px 0;
right: 4px;
}
#calendar .navigation .prev:hover, #calendar .navigation .next:hover {
opacity: 1;
}
#calendar table {
border-collapse: collapse;
font-size: 0.9em;
table-layout: fixed;
width: 100%;
}
#calendar table th {
border: 0 none;
font-weight: bold;
padding: 0.7em 0.3em;
text-align: center;
}
#calendar table td {
border: 0 none;
padding: 1px;
}
#calendar table td a {
background-color: #EEEEEE;
border: 1px solid #D8DCDF;
color: #004276;
display: block;
font-weight: normal;
opacity: 0.7;
padding: 0.2em;
text-align: right;
text-decoration: none;
}
#calendar table td a:hover {
background-color: #F6F6F6;
border: 1px solid #CDD5DA;
color: #111111;
}
#calendar table td.current a {
font-weight: bold;
opacity: 1;
}
#calendar table td.currentreserved a {
background-color: #D2CFC6;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.today a {
background-color: #FBF8EE;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.todayreservedtoday a {
background-color: #DED9C8;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.project a {
background-color: #268bd2;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.projectreserved a {
background-color: #1B6192;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.projecttoday a {
background-color: #4DB1F7;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.projecttodayreservedtoday a {
background-color: #0D4F7D;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgent a {
background-color: #d33682;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgentreserved a {
background-color: #B8236B;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgenttoday a {
background-color: #F81985;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.urgenttodayreservedtoday a {
background-color: #9B1053;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.important a {
background-color: #b58900;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.importantreserved a {
background-color: #997401;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.importanttoday a {
background-color: #D8A401;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
}
#calendar table td.importanttodayreservedtoday a {
background-color: #846401;
border: 1px solid #FCD3A1;
color: #444444;
font-weight: bold;
opacity: 1;
} | 0.332852 | 0.107719 |
/* name in navbar */
.navbar-brand {
color: #ffffff !important;
background-color: #1B9AAA;
font-family: 'Georgia', Times, 'Times New Roman', serif;
font-weight: bold;
height: 80px;
font-size: 40px;
padding: 10px 20px;
margin-left: 30 !important;
margin: 0px 16px 0px 237px;
}
.nav-link {
color: #1B9AAA !important;
font-weight: bold;
}
.navbar-nav {
margin-right: 250px;
}
a:active {
background-color: #1B9AAA;
color: #ffffff;
}
ul {
/* margin-right: 270px; */
float: right;
}
/* .navbar-toggler { */
/* color: red; */
/* } */
/* .header { */
/* color: red; */
/* } */
/* button, input {} */
/* links */
#navbarNavAltMarkup {
color: #707675;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
font-size: 16px;
}
h2 {
color: #1B9AAA;
font-weight: bolder;
font-size: 35px;
margin-left: 20px;
}
hr {
height: 1px;
border-top: 1px solid #707675;
}
img {
border: 2px solid #1B9AAA;
margin-top: 25px;
}
.footer {
background-color: #707675;
color: #ffffff;
position: absolute;
bottom: 0;
width: 100%;
border-top: 4px solid #1B9AAA;
height: 60px;
font-size: 4px;
padding: 25px;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
/* Portfolio elements*/
.body-projects {
padding: 10px 200px;
}
.col-md-6 p {
background-color: #1B9AAA;
position: absolute;
top: 85%;
left: 0;
right: 0%;
transform: translate(0, -75%);
text-align: center;
color: white;
padding: 10px;
width: 225px;
margin-left: 17px;
}
/* Contact */
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: .5px solid #707675;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 6px;
resize: vertical;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=submit] {
background-color: #1B9AAA;
color: white;
padding: 12px 20px;
border: none;
cursor: pointer;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=submit]:hover {
background-color: #707675;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
.col-md-12 {
margin: 0 auto;
}
/* Media Queries */
@media (max-width: 768px) {
.body-projects {
padding: 100px;
width: 50%;
height: auto;
}
.navbar-toggler-icon {
width: 47px;
height: 34px;
/* background-color: #1B9AAA; */
}
.navbar-brand {
margin: 0 !important;
float: left;
size: 50%;
}
.nav-link {
text-align: left;
}
button.navbar-toggler {
background-color: #1B9AAA;
}
/* .col-md-6 { */
/* padding: 50px; */
/* margin-right: 200px; */
} | assets/css/style.css |
/* name in navbar */
.navbar-brand {
color: #ffffff !important;
background-color: #1B9AAA;
font-family: 'Georgia', Times, 'Times New Roman', serif;
font-weight: bold;
height: 80px;
font-size: 40px;
padding: 10px 20px;
margin-left: 30 !important;
margin: 0px 16px 0px 237px;
}
.nav-link {
color: #1B9AAA !important;
font-weight: bold;
}
.navbar-nav {
margin-right: 250px;
}
a:active {
background-color: #1B9AAA;
color: #ffffff;
}
ul {
/* margin-right: 270px; */
float: right;
}
/* .navbar-toggler { */
/* color: red; */
/* } */
/* .header { */
/* color: red; */
/* } */
/* button, input {} */
/* links */
#navbarNavAltMarkup {
color: #707675;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
font-size: 16px;
}
h2 {
color: #1B9AAA;
font-weight: bolder;
font-size: 35px;
margin-left: 20px;
}
hr {
height: 1px;
border-top: 1px solid #707675;
}
img {
border: 2px solid #1B9AAA;
margin-top: 25px;
}
.footer {
background-color: #707675;
color: #ffffff;
position: absolute;
bottom: 0;
width: 100%;
border-top: 4px solid #1B9AAA;
height: 60px;
font-size: 4px;
padding: 25px;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
/* Portfolio elements*/
.body-projects {
padding: 10px 200px;
}
.col-md-6 p {
background-color: #1B9AAA;
position: absolute;
top: 85%;
left: 0;
right: 0%;
transform: translate(0, -75%);
text-align: center;
color: white;
padding: 10px;
width: 225px;
margin-left: 17px;
}
/* Contact */
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: .5px solid #707675;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 6px;
resize: vertical;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=submit] {
background-color: #1B9AAA;
color: white;
padding: 12px 20px;
border: none;
cursor: pointer;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=submit]:hover {
background-color: #707675;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
.col-md-12 {
margin: 0 auto;
}
/* Media Queries */
@media (max-width: 768px) {
.body-projects {
padding: 100px;
width: 50%;
height: auto;
}
.navbar-toggler-icon {
width: 47px;
height: 34px;
/* background-color: #1B9AAA; */
}
.navbar-brand {
margin: 0 !important;
float: left;
size: 50%;
}
.nav-link {
text-align: left;
}
button.navbar-toggler {
background-color: #1B9AAA;
}
/* .col-md-6 { */
/* padding: 50px; */
/* margin-right: 200px; */
} | 0.256273 | 0.076649 |
@font-face {
font-family: 'ProximaNova';
src: url(./fonts/ProximaNovaRegular.otf);
font-weight: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url(./fonts/ProximaNovaBold.otf);
font-weight: bold;
}
@font-face {
font-family: 'SourceSansPro';
src: url(./fonts/SourceSansPro-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: 'SourceSansPro';
src: url(./fonts/SourceSansPro-Bold.ttf);
font-weight: bold;
}
body {
margin: 0px;
padding: 0px;
overflow-x: hidden;
font-family: 'SourceSansPro', serif;
}
:hover {
cursor: url("./images/pointinghand.png"), auto;
}
header {
background: url('./images/bg.png') bottom center no-repeat;
background-size: cover;
height: 480px;
}
/* TOP BAR ---- LEFT*/
#topbar {
height: 10px;
position: relative;
}
#topbar_menu_left {
width: 300px;
height: 43px;
position: absolute;
left: 255px;
top: 14px;
}
#topbar_menu_left img {
margin-right: 5px;
}
#topbar p {
margin: 0px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
letter-spacing: 2px;
color: #FFFFFF;
margin-left: 26px;
}
#topbar h2 {
margin: 0px;
font-family: 'ProximaNova';
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 32px;
color: #FFFFFF;
}
#topbar_time {
position: relative;
height: 44px;
margin: 0px;
float: left;
margin-right: 20px;
}
#topbar_weather{
position: relative;
width: 99px;
height: 44px;
margin: auto;
float: left;
}
#optacity_fix {
mix-blend-mode: normal;
opacity: 0.4;
}
/* TOP BAR RIGHT */
#topbar_menu_right {
width: 300px;
height: 24px;
position: absolute;
right: 70px;
top: 23px;
display: none;
}
#topbar_language {
float: right;
width: 46px;
height: 22px;
margin: 0px;
position: relative;
}
#down_icon {
position: absolute;
top: 5px;
right: -3px;
}
#flag {
position: absolute;
top: 4px;
right: 15px;
}
#sign_in {
position: relative;
width: 254px;
height: 24px;
}
#sign_in h3 {
margin: 0;
float: right;
position: absolute;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
top: 3px;
right: 40.5px;
height: 20px;
}
#user_icon {
position: absolute;
right: 164px;
}
/* TOP BAR END */
#logo {
display: block;
border-radius: 100%;
}
#logo img{
display: block;
width: 180px;
height: 180px;
}
#header_PAF {
position: absolute;
top: 80px;
left: 247px;
}
nav#main {
height: 60px;
border-radius: 4px;
position: relative;
display: flex;
justify-content: center;
}
#main-menu{
margin: 0;
padding: 0 15px 0 270px;
display: none;
align-items: center;
height: 60px;
list-style: none;
justify-content: space-between;
}
#main-menu a{
color: #002868;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#main-menu a:hover{
color: #BF0A30;
}
#menu_mail_icon{
vertical-align: middle;
}
#featured {
background: url('./images/circle.png') 0 0 no-repeat;
background-size: cover;
height: 410px;
width: 410px;
margin: 70px auto 90px;
border: 6px solid white;
border-radius: 100%;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
text-align: center;
color: white;
padding: 25px;
}
#featured svg {
margin-top: 16px;
}
#featured h3 {
margin: 10px 0 30px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
letter-spacing: 2px;
}
#featured h2 {
margin: 0 0 35px;
}
#featured p {
font-size: 16px;
margin-right: 32px;
margin-left: 30px;
line-height: 25px;
width: 352px;
height: 130px;
}
#featured a {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
width: 200px;
height: 50px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
margin-top: 15px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
line-height: 18px;
}
#featured a:hover {
background-color: #BF0A30;
}
#text_mobile_res { display: none; }
.sidenav {
height: 600px;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color:white;
overflow-x: hidden;
transition: 0.5s;
background: #FFFFFF;
box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 640px) {
header {
background: url('./images/bg.png') bottom center no-repeat;
background-size: cover;
height: 750px;
}
.sidenav {
height: 750px;
}
#logo-mobile {
display: none;
}
#topbar_weather > h2 > svg {
width: 20px;
height: 20px;
}
}
@media (max-width: 640px) {
#logo > img {
width: 100px;
height: 100px;
}
#header {
background: url('./images/bg-mobile.png') bottom center no-repeat;
background-size: cover;
height: 480px;
}
#featured {
height: 227px;
width: 227px;
margin: 100px auto 90px;
border: 2px solid white;
}
#featured > svg {
margin-top: -7px;
width: 18px;
height: 18px;
}
#featured > h3 {
margin-top: 4px;
margin-left: 3px;
margin-bottom: 14px;
}
#featured > h2 {
width: 180px;
height: 20px;
margin-left: 23.5px;
font-size: 17.5px;
letter-spacing: 0.3px;
margin-bottom: 16.36px;
}
#featured > p {
width: 218px;
height: 71px;
display: none;
}
#featured > span > p {
width: 218px;
height: 71px;
margin-left: 0px;
margin-top: 0px;
font-size: 14px;
line-height: 18px;
}
#featured > span {
margin-left: 5px;
margin-bottom: 28px;
}
#featured > a {
width: 138px;
height: 38px;
line-height: 18px;
margin-top: 0px;
}
#header_PAF {
position:relative;
width: 227.83px;
height: 20px;
top: 110px;
left: -35px;
}
#text_mobile_res { display: block; }
#text_full_ress { display: none; }
#topbar_menu_left {
position: relative;
left: auto;
right: auto;
width: auto;
height: 80px;
margin: 0 auto
}
#main {
position: relative;
width: 0;
height: 0;
margin: 0 auto;
}
#logo-mobile {
left: 128px;
position: relative;
}
#logo {
display: none;
}
#topbar_weather {
position: relative;
width: 80px;
height: 34px;
margin: 0 auto;
float: none;
left: 108px;
top: -2px
}
#topbar_weather > p {
font-size: 9.5px;
margin-left: 0px;
line-height: 10px;
padding-left: 21px;
padding-top: 2px;
letter-spacing: 1px;
height: 10px;
}
#topbar_weather > h2 > svg {
width: 16px;
height: 16px;
padding-left: 2px;
}
#topbar_weather > h2 {
font-size: 18px;
vertical-align: text-top;
}
#topbar_time {
position: relative;
top: 30px;
width: 66px;
height: 34px;
margin: 0 auto;
float: none;
left: -105px
}
#topbar_time > p {
font-size: 9.5px;
margin-left: 0px;
line-height: 10px;
padding-left: 21px;
padding-top: 2px;
letter-spacing: 1px;
height: 10px;
}
#topbar_time > h2 {
font-size: 18px;
}
#topbar h2 {
line-height: 12px;
}
#topbar_time > h2 > img {
width: 16px;
height: 16px;
}
#topbar_menu_left img {
margin: 0px;
}
#mobile-clock-fix {
padding-right: 5px;
}
}
@media (min-width: 640px) and (max-width: 959px) {
#topbar_menu_left {
position: relative;
left: auto;
right: auto;
width: auto;
height: 80px;
margin: 0 auto
}
#topbar_menu_left img {
margin-right: 0px;
}
#featured {
margin-top: 170px;
}
#topbar_weather {
position: relative;
margin: 0 auto;
float: none;
left: 165px;
top: 15px;
}
#topbar_time {
position: relative;
top: 59px;
margin: 0 auto;
float: none;
width: 85px;
height: 44px;
left: -155;
}
#header_PAF {
position:relative;
width: 262px;
height: 23px;
top: 190px;
left: -70px;
}
#logo {
position: relative;
left: 145px;
}
#mobile-clock-fix {
padding-right: 5px;
}
}
@media (max-width: 960px) {
/* SideNav */
.sidenav span:hover {
color: #BF0A30;
cursor: url("./images/pointinghandsidenav.png") 0 10, auto;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.sidenav .closebtn {
position: absolute;
padding-left: 10px;
padding-top: 10px;
}
#menu-open {
position: relative;
float: right;
right: 7px;
top: -5px;
}
#menu-open:hover {
cursor: url("./images/pointinghand.png"), auto;
}
#sidenav-top {
height: 45px;
position: relative;
stroke: #979797;
justify-content: center;
fill: #F8F8F8;
background: #F8F8F8;
}
#sidenav-top >img {
position: absolute;
right: 10px;
top: 13px;
}
#sidenav-login {
height: 46px;
text-align: center;
position: relative;
}
#sidenav-login-text {
font-family: 'SourceSansPro';
font-weight: bold;
color: #002868;
font-size: 14px;
line-height: 18px;
height: 24px;
margin: 0;
position: absolute;
left: 104px;
top: 13px;
}
#sidenav-user-icon {
position: absolute;
left: 75px;
top: 11px;
}
#dividersubnav {
height: 1px;
background: #EEEEEE;
border: #979797;
position: absolute;
width: 300px;
top: 45px;
margin-top: 0px;
margin-bottom: 10px;
}
.sidenav-menu1 {
padding-left: 20px;
height: 258px;
}
.sidenav-menu1 > a {
font-weight: bold;
text-decoration: none;
font-size: 14px;
color:#002868;
}
.sidenav-menu1 > a > span > p {
margin-bottom: 20px;
}
#sidenav-leader {
margin-top: 20px;
}
.sidenav-menu1 > a > span > p > img {
float: right;
padding-right: 10px;
}
/* SideNav2 */
.sidenav2 {
height: 600px;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
overflow-x: hidden;
transition: 0.5s;
background: #F8F8F8;
}
.sidenav2 a:hover {
color: #BF0A30;
cursor: url("./images/pointinghandsidenav.png"), auto;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#return-sidenav {
height: 60px;
}
.sidenav2 .closebtn2 {
padding-left: 9px;
padding-top: 10px;
position: absolute;
}
.sidenav-menu2 {
padding-left: 19.5px;
}
.sidenav-menu2 > a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #002868;
text-decoration: none;
display: block;
}
.sidenav-menu2 > a > span > p {
margin-bottom: 20px;
}
#sidenav2-leader {
margin-top: 0px;
}
}
@media (min-width: 960px) {
#logo-mobile {
display: none;
}
#menu-open {
display: none;
}
.sidenav {
display: none;
}
.sidenav2 {
display: none;
}
.container {
width: 920px;
margin: 0 auto;
}
#topbar {
height: 70px;
position: relative;
}
#main-menu li {
margin: 0 10px;
}
#main-menu {
display: flex;
}
nav#main {
background: white;
margin-left: 10px;
margin-right: 30px;
}
#logo {
position: absolute;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
left: 50px;
top: 50%;
transform: translateY(-50%);
}
/* TOP BAR ---- LEFT*/
#topbar_menu_left {
width: 300px;
height: 43px;
position: absolute;
left: 255px;
top: 14px;
}
#topbar_menu_left img {
margin-right: 5px;
}
#topbar p {
margin: 0px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
letter-spacing: 2px;
color: #FFFFFF;
margin-left: 26px;
}
#topbar h2 {
margin: 0px;
font-family: 'ProximaNova';
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 32px;
color: #FFFFFF;
}
#topbar_time {
position: relative;
height: 44px;
margin: 0px;
float: left;
margin-right: 20px;
}
#topbar_weather {
position: relative;
width: 99px;
height: 44px;
margin: auto;
float: left;
}
#optacity_fix {
mix-blend-mode: normal;
opacity: 0.4;
}
/* TOP BAR RIGHT */
#topbar_menu_right {
width: 300px;
height: 24px;
position: absolute;
right: 70px;
top: 23px;
display: block;
}
#topbar_language {
float: right;
width: 46px;
height: 22px;
margin: 0px;
position: relative;
}
#down_icon {
position: absolute;
top: 5px;
right: -3px;
}
#flag {
position: absolute;
top: 4px;
right: 15px;
}
#sign_in {
position: relative;
width: 254px;
height: 24px;
}
#sign_in h3 {
margin: 0;
float: right;
position: absolute;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
top: 3px;
right: 40.5px;
height: 20px;
}
#user_icon {
position: absolute;
right: 164px;
}
/* TOP BAR END */
#dropdown {
position: absolute;
width: 275px;
height: 365px;
top: 70px;
left: 270px;
border-radius: 4px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #FFFFFF;
width: 275px;
height: 365px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-radius: 4px;
z-index: 1;
list-style: none;
padding-left: 0px;
}
.dropdown-content a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 18px;
color: #002868;
text-decoration: none;
display: block;
margin-left: 20px;
padding-bottom: 10px;
}
#leader {
margin-top: 16px;
}
.dropdown-content a:hover {
color: #BF0A30;
}
#submenu:hover .dropdown-content {
display: block;
}
}
@media (min-width: 1420px) {
.container {
width: 1400px;
margin: 0 auto;
}
header {
width: 1460px;
margin: auto;
}
#topbar {
height: 70px;
width: 1400px;
position: relative;
}
#main-menu a {
font-size: 14px;
}
#main-menu{
margin: 0px;
padding: 0 40px 0 283px;
display: flex;
align-items: center;
height: 60px;
list-style-type: none;
justify-content: space-between;
width: 1038px;
}
#main-menu li {
margin: 0px;
}
nav#main {
background: white;
margin-left: 10px;
margin-right: 30px;
}
#logo {
position: absolute;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
left: 50px;
top: 50%;
transform: translateY(-50%);
}
#dropdown {
position: absolute;
display: inline-block;
width: 275px;
height: 365px;
top: 70px;
left: 270px;
border-radius: 4px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #FFFFFF;
width: 275px;
height: 365px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-radius: 4px;
z-index: 1;
list-style: none;
padding-left: 0px;
}
.dropdown-content a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #002868;
text-decoration: none;
display: block;
margin-left: 20px;
padding-bottom: 10px;
}
#leader {
margin-top: 16px;
}
.dropdown-content a:hover {
color: #BF0A30;
}
#submenu:hover .dropdown-content {
display: block;
}
}
/* APOGRAFI */
#apografi {
height: 750px;
position: relative;
display: flex;
justify-content: center;
background-color: #F8F8F8;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 34px;
line-height: 43px;
text-align: center;
margin: 30px 0 0 0;
width: 320px;
margin-left: 570px;
}
#logotree {
width: 219px;
height: 116px;
position: relative;
}
#logo-holder {
margin: 0 auto;
position: relative;
width: 940;
text-align: center;
margin-top: 30px;
}
#parent {
width: 1460px;
height: auto;
position: relative;
}
/* Left Text */
#child_left {
float: left;
width: 463px;
height: 245px;
position: absolute;
margin-top: 14px;
margin-left: 500px;
text-align: center;
}
#child_left h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
height: auto;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 20px;
width: 270px;
text-align: center;
margin-left: 97.5px;
}
#pleft1 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 270px;
height: 80px;
padding-left: 4px;
margin-bottom: 12px;
margin-top: 0;
margin-left: 89px;
}
#child_highlight {
margin-left: 4px;
margin-top: 0;
margin-bottom: 10px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 16px;
color: #333333;
width: 270px;
height: 45px;
margin-left: 93.5px;
}
#pleft2 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 270px;
height: 55px;
margin: 0 0 0 92px;
overflow: hidden;
}
#child_right {
display: none;
}
/* Ceremony Date-Time */
#ceremony {
left: 516px;
margin-top: auto;
position: relative;
text-align: center;
top: 315px;
width: 440px;
height: 97px;
bottom: 60px;
}
#ceremony h2 {
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
line-height: 20px;
margin-top: 0px;
margin-bottom: 9px;
margin-left: -11px;
color: #BF0A30;
}
#ceremony h1 {
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 24px;
text-align: center;
margin-top: 0px;
margin-bottom: 10px;
color: #002868;
height: 60px;
width: 182px;
margin-left: 122px;
}
@media (max-width: 639px) {
#content1::after {
content: "\a";
white-space: pre;
}
#content2::before {
content: "\a";
}
}
#ceremony h3 {
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
line-height: 20px;
text-align: center;
color: #002868;
margin-top: 0px;
margin-bottom: 0px;
margin-left: -13px;
}
@media (min-width: 640px) {
#apografi {
background: url('./images/bgtree.png') top center no-repeat;
margin: auto;
position: relative;
width: auto;
}
#logotree {
width: 255px;
height: 142px;
}
#parent {
height: auto;
position: relative;
margin: auto 0;
}
#child_left {
margin-top: 40px;
}
#child_left h3 {
width: 463px;
margin-left: 0px;
}
#apografi {
height: 744px;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 50px;
text-align: center;
margin: 40px 0 0 0;
width: auto;
}
#pleft1 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 80px;
padding-left: 4px;
margin-bottom: 12px;
margin-top: 0;
margin-left: 0px;
}
#child_highlight {
margin-left: 4px;
margin-top: 0;
margin-bottom: 13px;
font-family: 'SourceSansPro';
font-weight: bold;
color: #333333;
width: 460px;
height: 25px;
margin-left: 0px;
}
#pleft2 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 55px;
margin: 0 0 0 4;
}
#ceremony {
left: 516px;
}
#ceremony h2 {
margin-bottom: 5px;
margin-left: 0px;
}
#ceremony h3 {
margin-left: 0px;
}
#ceremony h1{
font-size: 34px;
width: auto;
height: auto;
margin-left: 0px;
}
#bullet {
margin: 0 0 10px 0;
}
#bullet2 {
margin: 0 0 5px 0;
}
#bullet3 {
margin: 0 0 2px 0;
}
#logo-holder {
margin-top: 40px;
}
#title {
margin: 40 0 0 0;
}
}
@media (min-width: 960px) {
#apografi {
background: url('./images/bgtree.png') top center no-repeat;
margin: auto 0;
position: relative;
width: auto;
justify-content: center;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 50px;
text-align: center;
margin: 40px 0 0 0;
}
#logotree {
width: 255px;
height: 142px;
}
#logo-holder {
margin-top: 40px;
}
#parent {
height: auto;
position: relative;
margin: auto 0;
}
#child_left {
float: left;
width: 463px;
height: 245px;
position: absolute;
margin-top: 40px;
margin-left: 260px;
margin-right: 40px;
text-align: left;
}
#pleft1 {
font-size: 16px;
}
#pleft2 {
font-size: 16px;
}
/* Right Text */
#child_right {
float: left;
width: 475px;
height: 235px;
margin-top: 40px;
margin-left: 750px;
position: absolute;
display: block;
}
#child_right h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
width: 463px;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 40px;
}
#listright {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
text-align: left;
list-style-image: url('./images/bulletarrow.png');
padding-left: 0px;
width: 475px;
height: auto;
}
#child_left h3 {
text-align: left;
}
#bullet {
margin: 0 0 10px 0;
}
#bullet2 {
margin: 0 0 5px 0;
}
#bullet3 {
margin: 0 0 2px 0;
}
}
@media (min-width: 1280px) {
#apografi {
background: url('./images/bgtree.png') top center no-repeat;
width: 1460px;
height: 744px;
margin: auto;
position: relative;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 50px;
text-align: center;
margin: 40px 0 0 0;
}
#logo-holder {
margin: 0 auto;
position: relative;
width: 1460;
text-align: center;
margin-top: 40px;
}
#logotree {
width: 255px;
height: 142px;
position: relative;
}
#parent {
width: 1460px;
height: auto;
position: absolute;
}
/* Left Text */
#child_left {
float: left;
width: 463px;
height: 245px;
position: absolute;
margin-top: 40px;
margin-left: 232px;
margin-right: 65px;
text-align: left;
}
#child_left h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
height: auto;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 20px;
width: 463px;
text-align: left;
}
#pleft1 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 80px;
padding-left: 4px;
margin-bottom: 12px;
margin-top: 0;
}
#child_highlight {
margin-left: 4px;
margin-top: 0;
margin-bottom: 13px;
font-family: 'SourceSansPro';
font-weight: bold;
color: #333333;
width: 460px;
height: 25px;
}
#pleft2 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 55px;
margin: 0 0 0 4;
}
#child_right {
display: none;
}
/* Right Text */
#child_right {
float: left;
width: 475px;
height: 235px;
margin-top: 40px;
margin-left: 760px;
position: absolute;
display: block;
}
#child_right h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
width: auto;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 40px;
}
#listright {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
text-align: left;
list-style-image: url('./images/bulletarrow.png');
padding-left: 12px;
width: 475px;
height: auto;
}
#bullet {
margin: 0 0 10px 0;
}
#bullet2 {
margin: 0 0 5px 0;
}
#bullet3 {
margin: 0 0 2px 0;
}
}
/* ERGA */
#erga {
height: 640px;
margin: 0 auto;
background-color: #002868;
}
#erga_title {
position: relative;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
margin: 0 auto;
}
/* gallery */
#wrapper {
position: relative;
display: grid;
height: 417px;
grid-template-columns: 250px 250px;
column-gap: 20px;
overflow: hidden;
margin: 0 auto;
justify-content: center;
}
@media (max-width:800px) {
.gallery_image {
width: 260;
height: 200px;
}
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
line-height: 18px;
margin-top: 28px;
width: 198px;
height: 48px;
}
}
@media (max-width:580px) {
#grid1 > img {
width: 260px;
height: 200px;
}
#gridd2 > img {
width: 260px;
height: 200px;
}
#wrapper {
grid-template-columns: 260px 260px ;
column-gap: 20px;
overflow: hidden;
height: 417px;
margin-left: 0px;
}
#grid1 {
padding-left: 130px;
}
#gridd2 {
padding-left: 130px;
}
#wrapper p {
font-size: 16px;
line-height: 25px;
width: 234px;
height: 94px;
}
#wrapper h2 {
width: 187px;
height: 40px;
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
margin-bottom: 12px;
line-height: 20px;
}
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
width: 280px;
height: 50px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
}
}
#grid2_fix{
width: 300px;
margin-right: 20px;
line-height: 30px;
letter-spacing: -0.25px;
}
#wrapper p {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
width: 234px;
height: 94px;
}
#wrapper a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: white;
width: 150px;
height: 46px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: left;
margin-top: 5px;
margin-left: 5px;
}
#wrapper a:hover {
border-radius: 4px;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
background: #BF0A30;
}
#redline_space {
float: left;
padding-right: 5px;
}
/* Gallery end */
#more_button_div {
padding-top: 30px;
}
@media (max-width: 1379px) {
#more_button_div {
position: relative;
margin: 0 auto;
text-align: center;
}
}
#more_button:hover {
background-color: #BF0A30;
}
/* gallery */
#erga_title {
padding-top: 40px;
padding-bottom: 30px;
}
#wrapper img {
margin-bottom: 0px;
}
#wrapper h2 {
width: 187px;
height: 40px;
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
margin-bottom: 12px;
line-height: 20px;
color: #FFFFFF;
}
#grid2_fix{
width: 300px;
margin-right: 20px;
line-height: 30px;
letter-spacing: -0.25px;
}
#wrapper a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: white;
width: 150px;
height: 46px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: left;
margin-top: 5px;
margin-left: 5px;
}
#wrapper a:hover {
border-radius: 4px;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
background: #BF0A30;
}
#redline_space {
float: left;
padding-right: 5px;
}
#more_button_div {
padding-top: 0px;
}
@media (min-width: 800px) {
#wrapper {
grid-template-columns: 250px 250px 250px;
overflow: hidden;
height: 383px;
}
#wrapper h2 {
width: 187px;
height: 40px;
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
margin-bottom: 12px;
line-height: 20px;
}
#wrapper p {
font-size: 16px;
line-height: 25px;
width: 234px;
height: 94px;
}
.gallery_image {
width: 250px;
}
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
line-height: 18px;
margin-top: 28px;
width: 198px;
height: 48px;
}
}
@media (min-width: 1380px) {
.gallery_image {
width: 300px;
}
#erga {
width: 1460px;
height: 650px;
margin: auto;
}
#erga_title {
position: absolute;
width: 178px;
height: 49px;
text-align: center;
margin-top: 40px;
margin-left: 641px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
/* gallery */
#wrapper {
position: absolute;
display: grid;
grid-template-columns: 300px 300px 300px 300px;
top: 1613px;
margin-left: 100px;
column-gap: 20px;
height: 417px;
}
#wrapper img {
margin-bottom: 0px;
}
#wrapper h2 {
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 24px;
text-align: left;
color: #FFFFFF;
margin-bottom: 12px;
width: 300px;
line-height: 30px;
height: auto;
}
#grid2_fix{
width: 300px;
margin-right: 20px;
line-height: 30px;
letter-spacing: -0.25px;
}
#wrapper p {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
width: 300px;
height: 70px;
}
#wrapper a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: white;
width: 150px;
height: 46px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: left;
margin-top: 5px;
margin-left: 5px;
}
#wrapper a:hover {
border-radius: 4px;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
background: #BF0A30;
}
#redline_space {
float: left;
padding-right: 5px;
}
/* Gallery end */
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
width: 198px;
height: 48px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
margin-top: 560px;
margin-left: 630px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
margin-bottom: 40px;
}
#more_button_div {
padding-top: 0px;
}
}
/* ERGA End */
/* Contact Us */
#contact_us_container {
position: relative;
height: 581px;
margin: 0 auto;
}
#contact_us {
height: 581px;
position: relative;
margin: 0 auto;
margin-top: 32px;
}
#contact_us h3 {
color: #002868;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
letter-spacing: 2px;
margin: auto;
text-align: center;
padding-left: 3px;
}
#divider1 {
width: 740px;
height: 1px;
background: #EEEEEE;
border: #EEEEEE;
margin-top: 20px;
margin-bottom: 14px;
display: none;
}
/* Form */
#contact_us_form {
width: 280px;
height: 378px;
position: relative;
margin: 0 auto;
margin-top: 34px;
}
.form_text {
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 12px;
letter-spacing: -0.15px;
text-align: left;
line-height: auto;
}
.input_field_wlogo {
width: 280px;
height: 46px;
margin-bottom: 15px;
margin-top: 4px;
border-color: #B6B6B6;
border-radius: 4px;
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 25px;
color: #999999;
box-sizing: border-box;
border: 1px solid;
padding-left: 31px;
padding-top: 11px;
padding-bottom: 10px;
}
#input_field {
width: 280px;
height: 46px;
margin-bottom: 15px;
margin-top: 4px;
border-color: #B6B6B6;
border-radius: 4px;
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 25px;
color: #999999;
box-sizing: border-box;
border: 1px solid;
padding-left: 10px;
padding-top: 11px;
padding-bottom: 10px;
}
#input_message {
width: 280px;
height: 119px;
margin-top: 4px;
border-color: #B6B6B6;
border-radius: 4px;
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 25px;
color: #999999;
box-sizing: border-box;
border: 1px solid;
padding-left: 10px;
padding-top: 11px;
padding-bottom: 83px;
}
#image_phone {
position: absolute;
margin-left: 10px;
margin-top: 20px;
}
#image_mail {
position: absolute;
margin-left: 9px;
margin-top: 33px;
}
#divider2 {
width: 320px;
height: 1px;
background: #EEEEEE;
border: #EEEEEE;
margin-top: 30px;
margin-bottom: 21px;
margin-left: -19.5px;
}
#submit_button {
width: 130px;
height: 50px;
background-color: #002868;
position: relative;
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
border: 1px solid;
border-radius: 4px;
float: right;
text-decoration: none;
display: flex;
align-items: center;
margin-top: 16px;
}
#submit_button:hover {
background-color: #BF0A30;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
}
#submit_pointer {
position: relative;
margin: auto;
vertical-align: middle;
margin-top: 13px;
margin-bottom: 13px;
margin-left: -2px;
margin-right: 3px;
}
#submit_button p {
position: relative;
width: 216px;
height: 18px;
margin-left: 25px;
}
@media (min-width: 640px) {
#contact_us_container {
height: 581px;
}
#contact_us_form {
width: 619px;
height: 379px;
position: relative;
margin: 0 auto;
}
#contact_us {
margin-top: 62px;
}
#divider2 {
width: 740px;
margin-top: 27px;
margin-left: -62px;
}
#divider1 {
display: block;
}
#submit_button {
width: 240px;
height: 50px;
margin-right: 0px;
margin-top: 0px;
}
#input_field {
width: 580px;
}
.input_field_wlogo {
width: 580px;
}
#input_message {
width: 580px;
}
#contact_us_form {
margin-left: 1rem;
}
#submit_button {
margin-right: 2rem;
}
#submit_button p {
margin-left: 30px;
}
#submit_pointer {
margin-left: 3px;
}
}
@media (min-width: 661px) {
#input_field {
width: 619px;
}
.input_field_wlogo {
width: 619px;
}
#input_message {
width: 619px;
}
#contact_us_form {
margin-left: auto;
}
#submit_button {
margin-right: 0px;
}
}
@media (min-width: 1280px) {
#contact_us_container {
position: relative;
width: 1460px;
height: 581px;
margin: auto;
}
#contact_us {
width: 740px;
height: 581px;
position: relative;
margin: 62px 360px 0px 360px;
}
#contact_us_form {
width: 619px;
height: 379px;
position: relative;
margin: auto;
}
}
/* FORM END*/
/* Footer Start*/
#footer {
position: relative;
height: 630px;
margin: 0 auto;
}
#footer_section {
position: relative;
height: 630px;
background-color: #002868;
margin-top: 22px;
}
#footer_logo_section {
position: relative;
padding-top: 30px;
margin: 0 auto;
display: flexbox;
text-align: center;
}
#footer_logo {
position: relative;
display: block;
}
#footer_logo > img {
width: 140px;
height: 140px;
}
#footer_PAF {
position: relative;
margin-top: 20px;
}
#social_div {
display: flex;
justify-content: center;
margin-top: 30px;
}
#social {
margin: 0;
display: flex;
text-align: center;
list-style-type: none;
height: 40px;
list-style: none;
justify-content: space-between;
align-items: center;
padding-left: 0px;
width: 280px;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 30px;
}
#footer_menu {
margin: 0;
position: relative;
text-align: center;
align-items: center;
list-style-type: none;
justify-content: space-between;
padding-left: 0px;
}
#footer_menu a:hover{
color: #BF0A30;
}
@media (max-width: 959px) {
#footer_menu > li {
padding-bottom: 19px;
}
#footer_menu a{
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
#footer_section p {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
text-align: center;
mix-blend-mode: normal;
opacity: 0.5;
position: inherit;
margin-top: 0px;
margin-left: 40px;
}
#to_top_mobile {
position: relative;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
background-color: #AB0427;
float: right;
right: 10px;
bottom: 56px;
}
#padfix2 {
padding-bottom: 0px;
}
#to_top {
display: none;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 25px;
}
}
@media (min-width: 640px) {
#social {
width: 320px;
}
}
@media (min-width: 960px) {
#to_top {
position: relative;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
background-color: #AB0427;
float: right;
margin-right: 100px;
margin-top: -22px;
}
#social {
margin: 0;
display: flex;
align-items: center;
height: 40px;
list-style-type: none;
justify-content: space-between;
padding-left: 0px;
}
#social_div {
margin-top: 30px;
}
#footer {
height: 442px;
}
#footer_section {
height: 442px;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 20px;
}
#footer_menu {
margin: 0;
display: flex;
position: relative;
text-align: center;
align-items: center;
height: 30px;
list-style-type: none;
justify-content: space-between;
width: 880px;
padding-left: 0px;
}
#footer_menu a{
font-size: 12px;
}
nav#bottom {
margin-top: 20px;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 20px;
}
#footer_logo > img {
width: 180px;
height: 180px;
}
#footer_section p {
margin-top: 15px;
margin-left: 2px;
}
#to_top_mobile {
display: none;
}
#footer_logo_section {
padding-top: 30px;
}
#footer_menu a{
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#footer_section p {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
text-align: center;
mix-blend-mode: normal;
opacity: 0.5;
position: inherit;
margin-top: 15px;
}
}
@media (min-width: 1280px) {
#padfix {
margin-left: -5px;
}
#footer_menu {
margin: 0;
display: flex;
position: relative;
text-align: center;
align-items: center;
height: 30px;
list-style-type: none;
justify-content: space-between;
width: 1101px;
padding-left: 0px;
}
#footer_menu a{
font-size: 14px;
}
}
@media (min-width: 1378px) {
footer {
height: 442px;
width: 1460px;
margin: auto;
}
#footer_section {
height: 442px;
width: 1460px;
margin-top: 22px;
}
} | app.css | @font-face {
font-family: 'ProximaNova';
src: url(./fonts/ProximaNovaRegular.otf);
font-weight: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url(./fonts/ProximaNovaBold.otf);
font-weight: bold;
}
@font-face {
font-family: 'SourceSansPro';
src: url(./fonts/SourceSansPro-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: 'SourceSansPro';
src: url(./fonts/SourceSansPro-Bold.ttf);
font-weight: bold;
}
body {
margin: 0px;
padding: 0px;
overflow-x: hidden;
font-family: 'SourceSansPro', serif;
}
:hover {
cursor: url("./images/pointinghand.png"), auto;
}
header {
background: url('./images/bg.png') bottom center no-repeat;
background-size: cover;
height: 480px;
}
/* TOP BAR ---- LEFT*/
#topbar {
height: 10px;
position: relative;
}
#topbar_menu_left {
width: 300px;
height: 43px;
position: absolute;
left: 255px;
top: 14px;
}
#topbar_menu_left img {
margin-right: 5px;
}
#topbar p {
margin: 0px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
letter-spacing: 2px;
color: #FFFFFF;
margin-left: 26px;
}
#topbar h2 {
margin: 0px;
font-family: 'ProximaNova';
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 32px;
color: #FFFFFF;
}
#topbar_time {
position: relative;
height: 44px;
margin: 0px;
float: left;
margin-right: 20px;
}
#topbar_weather{
position: relative;
width: 99px;
height: 44px;
margin: auto;
float: left;
}
#optacity_fix {
mix-blend-mode: normal;
opacity: 0.4;
}
/* TOP BAR RIGHT */
#topbar_menu_right {
width: 300px;
height: 24px;
position: absolute;
right: 70px;
top: 23px;
display: none;
}
#topbar_language {
float: right;
width: 46px;
height: 22px;
margin: 0px;
position: relative;
}
#down_icon {
position: absolute;
top: 5px;
right: -3px;
}
#flag {
position: absolute;
top: 4px;
right: 15px;
}
#sign_in {
position: relative;
width: 254px;
height: 24px;
}
#sign_in h3 {
margin: 0;
float: right;
position: absolute;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
top: 3px;
right: 40.5px;
height: 20px;
}
#user_icon {
position: absolute;
right: 164px;
}
/* TOP BAR END */
#logo {
display: block;
border-radius: 100%;
}
#logo img{
display: block;
width: 180px;
height: 180px;
}
#header_PAF {
position: absolute;
top: 80px;
left: 247px;
}
nav#main {
height: 60px;
border-radius: 4px;
position: relative;
display: flex;
justify-content: center;
}
#main-menu{
margin: 0;
padding: 0 15px 0 270px;
display: none;
align-items: center;
height: 60px;
list-style: none;
justify-content: space-between;
}
#main-menu a{
color: #002868;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#main-menu a:hover{
color: #BF0A30;
}
#menu_mail_icon{
vertical-align: middle;
}
#featured {
background: url('./images/circle.png') 0 0 no-repeat;
background-size: cover;
height: 410px;
width: 410px;
margin: 70px auto 90px;
border: 6px solid white;
border-radius: 100%;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
text-align: center;
color: white;
padding: 25px;
}
#featured svg {
margin-top: 16px;
}
#featured h3 {
margin: 10px 0 30px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
letter-spacing: 2px;
}
#featured h2 {
margin: 0 0 35px;
}
#featured p {
font-size: 16px;
margin-right: 32px;
margin-left: 30px;
line-height: 25px;
width: 352px;
height: 130px;
}
#featured a {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
width: 200px;
height: 50px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
margin-top: 15px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
line-height: 18px;
}
#featured a:hover {
background-color: #BF0A30;
}
#text_mobile_res { display: none; }
.sidenav {
height: 600px;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color:white;
overflow-x: hidden;
transition: 0.5s;
background: #FFFFFF;
box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 640px) {
header {
background: url('./images/bg.png') bottom center no-repeat;
background-size: cover;
height: 750px;
}
.sidenav {
height: 750px;
}
#logo-mobile {
display: none;
}
#topbar_weather > h2 > svg {
width: 20px;
height: 20px;
}
}
@media (max-width: 640px) {
#logo > img {
width: 100px;
height: 100px;
}
#header {
background: url('./images/bg-mobile.png') bottom center no-repeat;
background-size: cover;
height: 480px;
}
#featured {
height: 227px;
width: 227px;
margin: 100px auto 90px;
border: 2px solid white;
}
#featured > svg {
margin-top: -7px;
width: 18px;
height: 18px;
}
#featured > h3 {
margin-top: 4px;
margin-left: 3px;
margin-bottom: 14px;
}
#featured > h2 {
width: 180px;
height: 20px;
margin-left: 23.5px;
font-size: 17.5px;
letter-spacing: 0.3px;
margin-bottom: 16.36px;
}
#featured > p {
width: 218px;
height: 71px;
display: none;
}
#featured > span > p {
width: 218px;
height: 71px;
margin-left: 0px;
margin-top: 0px;
font-size: 14px;
line-height: 18px;
}
#featured > span {
margin-left: 5px;
margin-bottom: 28px;
}
#featured > a {
width: 138px;
height: 38px;
line-height: 18px;
margin-top: 0px;
}
#header_PAF {
position:relative;
width: 227.83px;
height: 20px;
top: 110px;
left: -35px;
}
#text_mobile_res { display: block; }
#text_full_ress { display: none; }
#topbar_menu_left {
position: relative;
left: auto;
right: auto;
width: auto;
height: 80px;
margin: 0 auto
}
#main {
position: relative;
width: 0;
height: 0;
margin: 0 auto;
}
#logo-mobile {
left: 128px;
position: relative;
}
#logo {
display: none;
}
#topbar_weather {
position: relative;
width: 80px;
height: 34px;
margin: 0 auto;
float: none;
left: 108px;
top: -2px
}
#topbar_weather > p {
font-size: 9.5px;
margin-left: 0px;
line-height: 10px;
padding-left: 21px;
padding-top: 2px;
letter-spacing: 1px;
height: 10px;
}
#topbar_weather > h2 > svg {
width: 16px;
height: 16px;
padding-left: 2px;
}
#topbar_weather > h2 {
font-size: 18px;
vertical-align: text-top;
}
#topbar_time {
position: relative;
top: 30px;
width: 66px;
height: 34px;
margin: 0 auto;
float: none;
left: -105px
}
#topbar_time > p {
font-size: 9.5px;
margin-left: 0px;
line-height: 10px;
padding-left: 21px;
padding-top: 2px;
letter-spacing: 1px;
height: 10px;
}
#topbar_time > h2 {
font-size: 18px;
}
#topbar h2 {
line-height: 12px;
}
#topbar_time > h2 > img {
width: 16px;
height: 16px;
}
#topbar_menu_left img {
margin: 0px;
}
#mobile-clock-fix {
padding-right: 5px;
}
}
@media (min-width: 640px) and (max-width: 959px) {
#topbar_menu_left {
position: relative;
left: auto;
right: auto;
width: auto;
height: 80px;
margin: 0 auto
}
#topbar_menu_left img {
margin-right: 0px;
}
#featured {
margin-top: 170px;
}
#topbar_weather {
position: relative;
margin: 0 auto;
float: none;
left: 165px;
top: 15px;
}
#topbar_time {
position: relative;
top: 59px;
margin: 0 auto;
float: none;
width: 85px;
height: 44px;
left: -155;
}
#header_PAF {
position:relative;
width: 262px;
height: 23px;
top: 190px;
left: -70px;
}
#logo {
position: relative;
left: 145px;
}
#mobile-clock-fix {
padding-right: 5px;
}
}
@media (max-width: 960px) {
/* SideNav */
.sidenav span:hover {
color: #BF0A30;
cursor: url("./images/pointinghandsidenav.png") 0 10, auto;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.sidenav .closebtn {
position: absolute;
padding-left: 10px;
padding-top: 10px;
}
#menu-open {
position: relative;
float: right;
right: 7px;
top: -5px;
}
#menu-open:hover {
cursor: url("./images/pointinghand.png"), auto;
}
#sidenav-top {
height: 45px;
position: relative;
stroke: #979797;
justify-content: center;
fill: #F8F8F8;
background: #F8F8F8;
}
#sidenav-top >img {
position: absolute;
right: 10px;
top: 13px;
}
#sidenav-login {
height: 46px;
text-align: center;
position: relative;
}
#sidenav-login-text {
font-family: 'SourceSansPro';
font-weight: bold;
color: #002868;
font-size: 14px;
line-height: 18px;
height: 24px;
margin: 0;
position: absolute;
left: 104px;
top: 13px;
}
#sidenav-user-icon {
position: absolute;
left: 75px;
top: 11px;
}
#dividersubnav {
height: 1px;
background: #EEEEEE;
border: #979797;
position: absolute;
width: 300px;
top: 45px;
margin-top: 0px;
margin-bottom: 10px;
}
.sidenav-menu1 {
padding-left: 20px;
height: 258px;
}
.sidenav-menu1 > a {
font-weight: bold;
text-decoration: none;
font-size: 14px;
color:#002868;
}
.sidenav-menu1 > a > span > p {
margin-bottom: 20px;
}
#sidenav-leader {
margin-top: 20px;
}
.sidenav-menu1 > a > span > p > img {
float: right;
padding-right: 10px;
}
/* SideNav2 */
.sidenav2 {
height: 600px;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
overflow-x: hidden;
transition: 0.5s;
background: #F8F8F8;
}
.sidenav2 a:hover {
color: #BF0A30;
cursor: url("./images/pointinghandsidenav.png"), auto;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#return-sidenav {
height: 60px;
}
.sidenav2 .closebtn2 {
padding-left: 9px;
padding-top: 10px;
position: absolute;
}
.sidenav-menu2 {
padding-left: 19.5px;
}
.sidenav-menu2 > a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #002868;
text-decoration: none;
display: block;
}
.sidenav-menu2 > a > span > p {
margin-bottom: 20px;
}
#sidenav2-leader {
margin-top: 0px;
}
}
@media (min-width: 960px) {
#logo-mobile {
display: none;
}
#menu-open {
display: none;
}
.sidenav {
display: none;
}
.sidenav2 {
display: none;
}
.container {
width: 920px;
margin: 0 auto;
}
#topbar {
height: 70px;
position: relative;
}
#main-menu li {
margin: 0 10px;
}
#main-menu {
display: flex;
}
nav#main {
background: white;
margin-left: 10px;
margin-right: 30px;
}
#logo {
position: absolute;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
left: 50px;
top: 50%;
transform: translateY(-50%);
}
/* TOP BAR ---- LEFT*/
#topbar_menu_left {
width: 300px;
height: 43px;
position: absolute;
left: 255px;
top: 14px;
}
#topbar_menu_left img {
margin-right: 5px;
}
#topbar p {
margin: 0px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 15px;
letter-spacing: 2px;
color: #FFFFFF;
margin-left: 26px;
}
#topbar h2 {
margin: 0px;
font-family: 'ProximaNova';
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 32px;
color: #FFFFFF;
}
#topbar_time {
position: relative;
height: 44px;
margin: 0px;
float: left;
margin-right: 20px;
}
#topbar_weather {
position: relative;
width: 99px;
height: 44px;
margin: auto;
float: left;
}
#optacity_fix {
mix-blend-mode: normal;
opacity: 0.4;
}
/* TOP BAR RIGHT */
#topbar_menu_right {
width: 300px;
height: 24px;
position: absolute;
right: 70px;
top: 23px;
display: block;
}
#topbar_language {
float: right;
width: 46px;
height: 22px;
margin: 0px;
position: relative;
}
#down_icon {
position: absolute;
top: 5px;
right: -3px;
}
#flag {
position: absolute;
top: 4px;
right: 15px;
}
#sign_in {
position: relative;
width: 254px;
height: 24px;
}
#sign_in h3 {
margin: 0;
float: right;
position: absolute;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
top: 3px;
right: 40.5px;
height: 20px;
}
#user_icon {
position: absolute;
right: 164px;
}
/* TOP BAR END */
#dropdown {
position: absolute;
width: 275px;
height: 365px;
top: 70px;
left: 270px;
border-radius: 4px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #FFFFFF;
width: 275px;
height: 365px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-radius: 4px;
z-index: 1;
list-style: none;
padding-left: 0px;
}
.dropdown-content a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 18px;
color: #002868;
text-decoration: none;
display: block;
margin-left: 20px;
padding-bottom: 10px;
}
#leader {
margin-top: 16px;
}
.dropdown-content a:hover {
color: #BF0A30;
}
#submenu:hover .dropdown-content {
display: block;
}
}
@media (min-width: 1420px) {
.container {
width: 1400px;
margin: 0 auto;
}
header {
width: 1460px;
margin: auto;
}
#topbar {
height: 70px;
width: 1400px;
position: relative;
}
#main-menu a {
font-size: 14px;
}
#main-menu{
margin: 0px;
padding: 0 40px 0 283px;
display: flex;
align-items: center;
height: 60px;
list-style-type: none;
justify-content: space-between;
width: 1038px;
}
#main-menu li {
margin: 0px;
}
nav#main {
background: white;
margin-left: 10px;
margin-right: 30px;
}
#logo {
position: absolute;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
left: 50px;
top: 50%;
transform: translateY(-50%);
}
#dropdown {
position: absolute;
display: inline-block;
width: 275px;
height: 365px;
top: 70px;
left: 270px;
border-radius: 4px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #FFFFFF;
width: 275px;
height: 365px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-radius: 4px;
z-index: 1;
list-style: none;
padding-left: 0px;
}
.dropdown-content a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #002868;
text-decoration: none;
display: block;
margin-left: 20px;
padding-bottom: 10px;
}
#leader {
margin-top: 16px;
}
.dropdown-content a:hover {
color: #BF0A30;
}
#submenu:hover .dropdown-content {
display: block;
}
}
/* APOGRAFI */
#apografi {
height: 750px;
position: relative;
display: flex;
justify-content: center;
background-color: #F8F8F8;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 34px;
line-height: 43px;
text-align: center;
margin: 30px 0 0 0;
width: 320px;
margin-left: 570px;
}
#logotree {
width: 219px;
height: 116px;
position: relative;
}
#logo-holder {
margin: 0 auto;
position: relative;
width: 940;
text-align: center;
margin-top: 30px;
}
#parent {
width: 1460px;
height: auto;
position: relative;
}
/* Left Text */
#child_left {
float: left;
width: 463px;
height: 245px;
position: absolute;
margin-top: 14px;
margin-left: 500px;
text-align: center;
}
#child_left h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
height: auto;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 20px;
width: 270px;
text-align: center;
margin-left: 97.5px;
}
#pleft1 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 270px;
height: 80px;
padding-left: 4px;
margin-bottom: 12px;
margin-top: 0;
margin-left: 89px;
}
#child_highlight {
margin-left: 4px;
margin-top: 0;
margin-bottom: 10px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 16px;
color: #333333;
width: 270px;
height: 45px;
margin-left: 93.5px;
}
#pleft2 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 270px;
height: 55px;
margin: 0 0 0 92px;
overflow: hidden;
}
#child_right {
display: none;
}
/* Ceremony Date-Time */
#ceremony {
left: 516px;
margin-top: auto;
position: relative;
text-align: center;
top: 315px;
width: 440px;
height: 97px;
bottom: 60px;
}
#ceremony h2 {
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
line-height: 20px;
margin-top: 0px;
margin-bottom: 9px;
margin-left: -11px;
color: #BF0A30;
}
#ceremony h1 {
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 24px;
text-align: center;
margin-top: 0px;
margin-bottom: 10px;
color: #002868;
height: 60px;
width: 182px;
margin-left: 122px;
}
@media (max-width: 639px) {
#content1::after {
content: "\a";
white-space: pre;
}
#content2::before {
content: "\a";
}
}
#ceremony h3 {
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
line-height: 20px;
text-align: center;
color: #002868;
margin-top: 0px;
margin-bottom: 0px;
margin-left: -13px;
}
@media (min-width: 640px) {
#apografi {
background: url('./images/bgtree.png') top center no-repeat;
margin: auto;
position: relative;
width: auto;
}
#logotree {
width: 255px;
height: 142px;
}
#parent {
height: auto;
position: relative;
margin: auto 0;
}
#child_left {
margin-top: 40px;
}
#child_left h3 {
width: 463px;
margin-left: 0px;
}
#apografi {
height: 744px;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 50px;
text-align: center;
margin: 40px 0 0 0;
width: auto;
}
#pleft1 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 80px;
padding-left: 4px;
margin-bottom: 12px;
margin-top: 0;
margin-left: 0px;
}
#child_highlight {
margin-left: 4px;
margin-top: 0;
margin-bottom: 13px;
font-family: 'SourceSansPro';
font-weight: bold;
color: #333333;
width: 460px;
height: 25px;
margin-left: 0px;
}
#pleft2 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 55px;
margin: 0 0 0 4;
}
#ceremony {
left: 516px;
}
#ceremony h2 {
margin-bottom: 5px;
margin-left: 0px;
}
#ceremony h3 {
margin-left: 0px;
}
#ceremony h1{
font-size: 34px;
width: auto;
height: auto;
margin-left: 0px;
}
#bullet {
margin: 0 0 10px 0;
}
#bullet2 {
margin: 0 0 5px 0;
}
#bullet3 {
margin: 0 0 2px 0;
}
#logo-holder {
margin-top: 40px;
}
#title {
margin: 40 0 0 0;
}
}
@media (min-width: 960px) {
#apografi {
background: url('./images/bgtree.png') top center no-repeat;
margin: auto 0;
position: relative;
width: auto;
justify-content: center;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 50px;
text-align: center;
margin: 40px 0 0 0;
}
#logotree {
width: 255px;
height: 142px;
}
#logo-holder {
margin-top: 40px;
}
#parent {
height: auto;
position: relative;
margin: auto 0;
}
#child_left {
float: left;
width: 463px;
height: 245px;
position: absolute;
margin-top: 40px;
margin-left: 260px;
margin-right: 40px;
text-align: left;
}
#pleft1 {
font-size: 16px;
}
#pleft2 {
font-size: 16px;
}
/* Right Text */
#child_right {
float: left;
width: 475px;
height: 235px;
margin-top: 40px;
margin-left: 750px;
position: absolute;
display: block;
}
#child_right h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
width: 463px;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 40px;
}
#listright {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
text-align: left;
list-style-image: url('./images/bulletarrow.png');
padding-left: 0px;
width: 475px;
height: auto;
}
#child_left h3 {
text-align: left;
}
#bullet {
margin: 0 0 10px 0;
}
#bullet2 {
margin: 0 0 5px 0;
}
#bullet3 {
margin: 0 0 2px 0;
}
}
@media (min-width: 1280px) {
#apografi {
background: url('./images/bgtree.png') top center no-repeat;
width: 1460px;
height: 744px;
margin: auto;
position: relative;
}
#title {
color: #BF0A30;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 50px;
text-align: center;
margin: 40px 0 0 0;
}
#logo-holder {
margin: 0 auto;
position: relative;
width: 1460;
text-align: center;
margin-top: 40px;
}
#logotree {
width: 255px;
height: 142px;
position: relative;
}
#parent {
width: 1460px;
height: auto;
position: absolute;
}
/* Left Text */
#child_left {
float: left;
width: 463px;
height: 245px;
position: absolute;
margin-top: 40px;
margin-left: 232px;
margin-right: 65px;
text-align: left;
}
#child_left h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
height: auto;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 20px;
width: 463px;
text-align: left;
}
#pleft1 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 80px;
padding-left: 4px;
margin-bottom: 12px;
margin-top: 0;
}
#child_highlight {
margin-left: 4px;
margin-top: 0;
margin-bottom: 13px;
font-family: 'SourceSansPro';
font-weight: bold;
color: #333333;
width: 460px;
height: 25px;
}
#pleft2 {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
width: 460px;
height: 55px;
margin: 0 0 0 4;
}
#child_right {
display: none;
}
/* Right Text */
#child_right {
float: left;
width: 475px;
height: 235px;
margin-top: 40px;
margin-left: 760px;
position: absolute;
display: block;
}
#child_right h3 {
margin-top: 0;
color: #002868;
line-height: 20px;
font-size: 18px;
width: auto;
text-align: left;
font-family: 'SourceSansPro';
font-weight: bold;
margin-bottom: 40px;
}
#listright {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
text-align: left;
list-style-image: url('./images/bulletarrow.png');
padding-left: 12px;
width: 475px;
height: auto;
}
#bullet {
margin: 0 0 10px 0;
}
#bullet2 {
margin: 0 0 5px 0;
}
#bullet3 {
margin: 0 0 2px 0;
}
}
/* ERGA */
#erga {
height: 640px;
margin: 0 auto;
background-color: #002868;
}
#erga_title {
position: relative;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
margin: 0 auto;
}
/* gallery */
#wrapper {
position: relative;
display: grid;
height: 417px;
grid-template-columns: 250px 250px;
column-gap: 20px;
overflow: hidden;
margin: 0 auto;
justify-content: center;
}
@media (max-width:800px) {
.gallery_image {
width: 260;
height: 200px;
}
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
line-height: 18px;
margin-top: 28px;
width: 198px;
height: 48px;
}
}
@media (max-width:580px) {
#grid1 > img {
width: 260px;
height: 200px;
}
#gridd2 > img {
width: 260px;
height: 200px;
}
#wrapper {
grid-template-columns: 260px 260px ;
column-gap: 20px;
overflow: hidden;
height: 417px;
margin-left: 0px;
}
#grid1 {
padding-left: 130px;
}
#gridd2 {
padding-left: 130px;
}
#wrapper p {
font-size: 16px;
line-height: 25px;
width: 234px;
height: 94px;
}
#wrapper h2 {
width: 187px;
height: 40px;
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
margin-bottom: 12px;
line-height: 20px;
}
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
width: 280px;
height: 50px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
}
}
#grid2_fix{
width: 300px;
margin-right: 20px;
line-height: 30px;
letter-spacing: -0.25px;
}
#wrapper p {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
width: 234px;
height: 94px;
}
#wrapper a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: white;
width: 150px;
height: 46px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: left;
margin-top: 5px;
margin-left: 5px;
}
#wrapper a:hover {
border-radius: 4px;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
background: #BF0A30;
}
#redline_space {
float: left;
padding-right: 5px;
}
/* Gallery end */
#more_button_div {
padding-top: 30px;
}
@media (max-width: 1379px) {
#more_button_div {
position: relative;
margin: 0 auto;
text-align: center;
}
}
#more_button:hover {
background-color: #BF0A30;
}
/* gallery */
#erga_title {
padding-top: 40px;
padding-bottom: 30px;
}
#wrapper img {
margin-bottom: 0px;
}
#wrapper h2 {
width: 187px;
height: 40px;
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
margin-bottom: 12px;
line-height: 20px;
color: #FFFFFF;
}
#grid2_fix{
width: 300px;
margin-right: 20px;
line-height: 30px;
letter-spacing: -0.25px;
}
#wrapper a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: white;
width: 150px;
height: 46px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: left;
margin-top: 5px;
margin-left: 5px;
}
#wrapper a:hover {
border-radius: 4px;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
background: #BF0A30;
}
#redline_space {
float: left;
padding-right: 5px;
}
#more_button_div {
padding-top: 0px;
}
@media (min-width: 800px) {
#wrapper {
grid-template-columns: 250px 250px 250px;
overflow: hidden;
height: 383px;
}
#wrapper h2 {
width: 187px;
height: 40px;
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 18px;
margin-bottom: 12px;
line-height: 20px;
}
#wrapper p {
font-size: 16px;
line-height: 25px;
width: 234px;
height: 94px;
}
.gallery_image {
width: 250px;
}
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
line-height: 18px;
margin-top: 28px;
width: 198px;
height: 48px;
}
}
@media (min-width: 1380px) {
.gallery_image {
width: 300px;
}
#erga {
width: 1460px;
height: 650px;
margin: auto;
}
#erga_title {
position: absolute;
width: 178px;
height: 49px;
text-align: center;
margin-top: 40px;
margin-left: 641px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
/* gallery */
#wrapper {
position: absolute;
display: grid;
grid-template-columns: 300px 300px 300px 300px;
top: 1613px;
margin-left: 100px;
column-gap: 20px;
height: 417px;
}
#wrapper img {
margin-bottom: 0px;
}
#wrapper h2 {
margin-top: 20px;
font-family: 'SourceSansPro';
font-weight: bold;
font-size: 24px;
text-align: left;
color: #FFFFFF;
margin-bottom: 12px;
width: 300px;
line-height: 30px;
height: auto;
}
#grid2_fix{
width: 300px;
margin-right: 20px;
line-height: 30px;
letter-spacing: -0.25px;
}
#wrapper p {
font-family: 'SourceSansPro';
font-weight: normal;
font-size: 16px;
line-height: 25px;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
width: 300px;
height: 70px;
}
#wrapper a {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: white;
width: 150px;
height: 46px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: left;
margin-top: 5px;
margin-left: 5px;
}
#wrapper a:hover {
border-radius: 4px;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
background: #BF0A30;
}
#redline_space {
float: left;
padding-right: 5px;
}
/* Gallery end */
#more_button {
border-radius: 4px;
border: 1px solid;
font-size: 14px;
color: white;
width: 198px;
height: 48px;
display: inline-flex;
align-items: center;
text-decoration: none;
justify-content: center;
position: relative;
margin-top: 560px;
margin-left: 630px;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
margin-bottom: 40px;
}
#more_button_div {
padding-top: 0px;
}
}
/* ERGA End */
/* Contact Us */
#contact_us_container {
position: relative;
height: 581px;
margin: 0 auto;
}
#contact_us {
height: 581px;
position: relative;
margin: 0 auto;
margin-top: 32px;
}
#contact_us h3 {
color: #002868;
font-family: 'SourceSansPro';
font-style: normal;
font-weight: bold;
font-size: 12px;
letter-spacing: 2px;
margin: auto;
text-align: center;
padding-left: 3px;
}
#divider1 {
width: 740px;
height: 1px;
background: #EEEEEE;
border: #EEEEEE;
margin-top: 20px;
margin-bottom: 14px;
display: none;
}
/* Form */
#contact_us_form {
width: 280px;
height: 378px;
position: relative;
margin: 0 auto;
margin-top: 34px;
}
.form_text {
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 12px;
letter-spacing: -0.15px;
text-align: left;
line-height: auto;
}
.input_field_wlogo {
width: 280px;
height: 46px;
margin-bottom: 15px;
margin-top: 4px;
border-color: #B6B6B6;
border-radius: 4px;
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 25px;
color: #999999;
box-sizing: border-box;
border: 1px solid;
padding-left: 31px;
padding-top: 11px;
padding-bottom: 10px;
}
#input_field {
width: 280px;
height: 46px;
margin-bottom: 15px;
margin-top: 4px;
border-color: #B6B6B6;
border-radius: 4px;
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 25px;
color: #999999;
box-sizing: border-box;
border: 1px solid;
padding-left: 10px;
padding-top: 11px;
padding-bottom: 10px;
}
#input_message {
width: 280px;
height: 119px;
margin-top: 4px;
border-color: #B6B6B6;
border-radius: 4px;
font-family: 'SourceSansPro';
font-weight: normal;
font-style: normal;
font-size: 16px;
line-height: 25px;
color: #999999;
box-sizing: border-box;
border: 1px solid;
padding-left: 10px;
padding-top: 11px;
padding-bottom: 83px;
}
#image_phone {
position: absolute;
margin-left: 10px;
margin-top: 20px;
}
#image_mail {
position: absolute;
margin-left: 9px;
margin-top: 33px;
}
#divider2 {
width: 320px;
height: 1px;
background: #EEEEEE;
border: #EEEEEE;
margin-top: 30px;
margin-bottom: 21px;
margin-left: -19.5px;
}
#submit_button {
width: 130px;
height: 50px;
background-color: #002868;
position: relative;
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
border: 1px solid;
border-radius: 4px;
float: right;
text-decoration: none;
display: flex;
align-items: center;
margin-top: 16px;
}
#submit_button:hover {
background-color: #BF0A30;
border: 1px solid #BF0A30;
box-sizing: border-box;
border-radius: 4px;
}
#submit_pointer {
position: relative;
margin: auto;
vertical-align: middle;
margin-top: 13px;
margin-bottom: 13px;
margin-left: -2px;
margin-right: 3px;
}
#submit_button p {
position: relative;
width: 216px;
height: 18px;
margin-left: 25px;
}
@media (min-width: 640px) {
#contact_us_container {
height: 581px;
}
#contact_us_form {
width: 619px;
height: 379px;
position: relative;
margin: 0 auto;
}
#contact_us {
margin-top: 62px;
}
#divider2 {
width: 740px;
margin-top: 27px;
margin-left: -62px;
}
#divider1 {
display: block;
}
#submit_button {
width: 240px;
height: 50px;
margin-right: 0px;
margin-top: 0px;
}
#input_field {
width: 580px;
}
.input_field_wlogo {
width: 580px;
}
#input_message {
width: 580px;
}
#contact_us_form {
margin-left: 1rem;
}
#submit_button {
margin-right: 2rem;
}
#submit_button p {
margin-left: 30px;
}
#submit_pointer {
margin-left: 3px;
}
}
@media (min-width: 661px) {
#input_field {
width: 619px;
}
.input_field_wlogo {
width: 619px;
}
#input_message {
width: 619px;
}
#contact_us_form {
margin-left: auto;
}
#submit_button {
margin-right: 0px;
}
}
@media (min-width: 1280px) {
#contact_us_container {
position: relative;
width: 1460px;
height: 581px;
margin: auto;
}
#contact_us {
width: 740px;
height: 581px;
position: relative;
margin: 62px 360px 0px 360px;
}
#contact_us_form {
width: 619px;
height: 379px;
position: relative;
margin: auto;
}
}
/* FORM END*/
/* Footer Start*/
#footer {
position: relative;
height: 630px;
margin: 0 auto;
}
#footer_section {
position: relative;
height: 630px;
background-color: #002868;
margin-top: 22px;
}
#footer_logo_section {
position: relative;
padding-top: 30px;
margin: 0 auto;
display: flexbox;
text-align: center;
}
#footer_logo {
position: relative;
display: block;
}
#footer_logo > img {
width: 140px;
height: 140px;
}
#footer_PAF {
position: relative;
margin-top: 20px;
}
#social_div {
display: flex;
justify-content: center;
margin-top: 30px;
}
#social {
margin: 0;
display: flex;
text-align: center;
list-style-type: none;
height: 40px;
list-style: none;
justify-content: space-between;
align-items: center;
padding-left: 0px;
width: 280px;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 30px;
}
#footer_menu {
margin: 0;
position: relative;
text-align: center;
align-items: center;
list-style-type: none;
justify-content: space-between;
padding-left: 0px;
}
#footer_menu a:hover{
color: #BF0A30;
}
@media (max-width: 959px) {
#footer_menu > li {
padding-bottom: 19px;
}
#footer_menu a{
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
#footer_section p {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
text-align: center;
mix-blend-mode: normal;
opacity: 0.5;
position: inherit;
margin-top: 0px;
margin-left: 40px;
}
#to_top_mobile {
position: relative;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
background-color: #AB0427;
float: right;
right: 10px;
bottom: 56px;
}
#padfix2 {
padding-bottom: 0px;
}
#to_top {
display: none;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 25px;
}
}
@media (min-width: 640px) {
#social {
width: 320px;
}
}
@media (min-width: 960px) {
#to_top {
position: relative;
display: block;
border: 10px solid #AB0427;
border-radius: 100%;
background-color: #AB0427;
float: right;
margin-right: 100px;
margin-top: -22px;
}
#social {
margin: 0;
display: flex;
align-items: center;
height: 40px;
list-style-type: none;
justify-content: space-between;
padding-left: 0px;
}
#social_div {
margin-top: 30px;
}
#footer {
height: 442px;
}
#footer_section {
height: 442px;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 20px;
}
#footer_menu {
margin: 0;
display: flex;
position: relative;
text-align: center;
align-items: center;
height: 30px;
list-style-type: none;
justify-content: space-between;
width: 880px;
padding-left: 0px;
}
#footer_menu a{
font-size: 12px;
}
nav#bottom {
margin-top: 20px;
}
nav#bottom {
position: relative;
display: flex;
justify-content: center;
margin-top: 20px;
}
#footer_logo > img {
width: 180px;
height: 180px;
}
#footer_section p {
margin-top: 15px;
margin-left: 2px;
}
#to_top_mobile {
display: none;
}
#footer_logo_section {
padding-top: 30px;
}
#footer_menu a{
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#footer_section p {
font-family: 'SourceSansPro';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
text-align: center;
mix-blend-mode: normal;
opacity: 0.5;
position: inherit;
margin-top: 15px;
}
}
@media (min-width: 1280px) {
#padfix {
margin-left: -5px;
}
#footer_menu {
margin: 0;
display: flex;
position: relative;
text-align: center;
align-items: center;
height: 30px;
list-style-type: none;
justify-content: space-between;
width: 1101px;
padding-left: 0px;
}
#footer_menu a{
font-size: 14px;
}
}
@media (min-width: 1378px) {
footer {
height: 442px;
width: 1460px;
margin: auto;
}
#footer_section {
height: 442px;
width: 1460px;
margin-top: 22px;
}
} | 0.328745 | 0.134861 |
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2)
format("woff2");
unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2)
format("woff2");
unicode-range: u+0100-024f, u+0259, U+1E00-1EFF, u+2020, u+20a0-20ab,
u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2)
format("woff2");
unicode-range: U+0000-00FF, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
u+feff, u+fffd;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB85iU1EQVg.woff2)
format("woff2");
unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB85jU1EQVg.woff2)
format("woff2");
unicode-range: u+0100-024f, u+0259, U+1E00-1EFF, u+2020, u+20a0-20ab,
u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB85tU1E.woff2)
format("woff2");
unicode-range: U+0000-00FF, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
u+feff, u+fffd;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local("Nunito Sans Bold"), local("NunitoSans-Bold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2)
format("woff2");
unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local("Nunito Sans Bold"), local("NunitoSans-Bold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2)
format("woff2");
unicode-range: u+0100-024f, u+0259, U+1E00-1EFF, u+2020, u+20a0-20ab,
u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local("Nunito Sans Bold"), local("NunitoSans-Bold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2)
format("woff2");
unicode-range: U+0000-00FF, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
u+feff, u+fffd;
}
.bp-arrow {
box-sizing: border-box;
display: block;
width: 0;
height: 0;
border-style: solid;
border-color: #a8bfc4;
}
.bp-arrow.bp-arrow--selected {
border-color: #738192;
}
.bp-arrow.bp-arrow--up {
border-top-color: transparent;
}
.bp-arrow.bp-arrow--down,
.bp-arrow.bp-arrow--up {
border-top-width: 0.325em;
border-right-width: 0.35em;
border-bottom-width: 0.325em;
border-left-width: 0.35em;
border-right-color: transparent;
border-left-color: transparent;
}
.bp-arrow.bp-arrow--down {
border-bottom-color: transparent;
}
.bp-arrow.bp-arrow--left {
border-left-color: transparent;
}
.bp-arrow.bp-arrow--left,
.bp-arrow.bp-arrow--right {
border-top-width: 0.35em;
border-right-width: 0.325em;
border-bottom-width: 0.35em;
border-left-width: 0.325em;
border-top-color: transparent;
border-bottom-color: transparent;
}
.bp-arrow.bp-arrow--right {
border-right-color: transparent;
}
.bp-badge {
box-sizing: border-box;
display: inline-block;
vertical-align: bottom;
text-align: center;
border-radius: 1em;
padding: 0 0.5em;
min-width: 1.7em;
min-height: 1.7em;
line-height: 1.7em;
}
.bp-badge:not([class*="bp-bg-"]) {
background-color: #0cc8cc;
}
.bp-badge:not([class*="bp-c-"]) {
color: #fff;
}
.bp-badge.bp-badge--no-text {
min-width: auto;
min-height: auto;
width: 1em;
height: 1em;
line-height: 0;
padding: 0;
}
.bp-btn {
box-sizing: border-box;
display: inline-block;
cursor: pointer;
min-width: 10rem;
height: 2.625rem;
line-height: 2.375rem;
margin: 0;
padding: 0 1.25rem;
border-width: 0;
border-radius: 3px;
overflow: hidden;
text-align: center;
white-space: nowrap;
font-family: Nunito Sans, Helvetica, sans-serif;
font-size: 0.875rem;
font-weight: 600;
outline: none;
text-decoration: none;
color: #fff;
background-color: #c9dfe4;
}
.bp-btn,
.bp-btn > * {
vertical-align: middle;
}
.bp-btn:active,
.bp-btn:disabled,
.bp-btn:focus,
.bp-btn:hover,
.bp-btn:visited {
outline: none;
text-decoration: none;
}
.bp-btn:disabled {
cursor: default;
background-color: gray;
}
.bp-btn.bp-btn--arrow {
overflow: visible;
position: relative;
}
.bp-btn.bp-btn--arrow:after {
content: " ";
width: 30px;
height: 30px;
position: absolute;
right: -14px;
top: 6px;
transform: rotate(45deg);
border-radius: 3px;
}
.bp-btn.bp-btn--arrow:disabled:after {
cursor: default;
}
.bp-btn.bp-btn--icon {
min-width: 0;
height: auto;
line-height: 0;
padding: 0;
}
.bp-btn.bp-btn--icon,
.bp-btn.bp-btn--icon:disabled,
.bp-btn.bp-btn--icon:hover {
background-color: transparent;
}
.bp-btn.bp-btn--icon:disabled,
.bp-btn.bp-btn--icon:disabled use {
fill-opacity: 0.5;
}
.bp-btn:hover {
background-color: #b1d1d8;
}
.bp-btn:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--dashed,
.bp-btn.bp-btn--flat {
color: #c9dfe4;
background-color: transparent;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--dashed:hover,
.bp-btn.bp-btn--flat:hover {
background-color: transparent;
border-color: #b1d1d8;
color: #b1d1d8;
}
.bp-btn.bp-btn--dashed:disabled,
.bp-btn.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--arrow:after {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--arrow:hover:after {
border-color: #b1d1d8;
background-color: #b1d1d8;
}
.bp-btn.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #b1d1d8;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--text-only:hover {
background-color: transparent;
color: #b1d1d8;
}
.bp-btn.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--small {
min-width: 120px;
}
.bp-btn.bp-btn--medium {
min-width: 160px;
}
.bp-btn.bp-btn--large {
min-width: 240px;
}
.bp-btn.bp-btn--rounded {
border-radius: 8px;
}
.bp-btn.bp-btn--bot {
color: #fff;
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bot:hover {
background-color: #25a9b9;
}
.bp-btn.bp-btn--bot:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--bot.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--bot.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--bot.bp-btn--dashed,
.bp-btn.bp-btn--bot.bp-btn--flat {
color: #2cc3d5;
background-color: transparent;
border-width: 2px;
border-color: #2cc3d5;
}
.bp-btn.bp-btn--bot.bp-btn--dashed:hover,
.bp-btn.bp-btn--bot.bp-btn--flat:hover {
background-color: transparent;
border-color: #25a9b9;
color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--dashed:disabled,
.bp-btn.bp-btn--bot.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--bot.bp-btn--arrow:after {
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bot.bp-btn--arrow:hover:after {
border-color: #25a9b9;
background-color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #2cc3d5;
background-color: transparent;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--bot.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #2cc3d5;
background-color: transparent;
}
.bp-btn.bp-btn--bot.bp-btn--text-only:hover {
background-color: transparent;
color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-bot {
color: #2cc3d5;
}
.bp-btn.bp-btn--c-bot:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-bot.bp-btn--flat,
.bp-btn.bp-btn--c-bot.bp-btn--text-only {
color: #2cc3d5;
}
.bp-btn.bp-btn--c-bot.bp-btn--flat:hover,
.bp-btn.bp-btn--c-bot.bp-btn--text-only:hover {
color: #25a9b9;
}
.bp-btn.bp-btn--c-bot.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-bot.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-bot.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-bot.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-bot {
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bg-bot:hover {
background-color: #25a9b9;
}
.bp-btn.bp-btn--bg-bot:disabled,
.bp-btn.bp-btn--bg-bot:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-bot.bp-btn--arrow:after {
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bg-bot.bp-btn--arrow:hover:after {
border-color: #25a9b9;
background-color: #25a9b9;
}
.bp-btn.bp-btn--bg-bot.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-light {
color: #fff;
background-color: #0cc8cc;
}
.bp-btn.bp-btn--blip-light:hover {
background-color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-light.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed,
.bp-btn.bp-btn--blip-light.bp-btn--flat {
color: #0cc8cc;
background-color: transparent;
border-width: 2px;
border-color: #0cc8cc;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed:hover,
.bp-btn.bp-btn--blip-light.bp-btn--flat:hover {
background-color: transparent;
border-color: #0aa7aa;
color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-light.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow:after {
background-color: #0cc8cc;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow:hover:after {
border-color: #0aa7aa;
background-color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #0cc8cc;
background-color: transparent;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-light.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #0cc8cc;
background-color: transparent;
}
.bp-btn.bp-btn--blip-light.bp-btn--text-only:hover {
background-color: transparent;
color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-blip-light {
color: #0cc8cc;
}
.bp-btn.bp-btn--c-blip-light:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-blip-light.bp-btn--flat,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only {
color: #0cc8cc;
}
.bp-btn.bp-btn--c-blip-light.bp-btn--flat:hover,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only:hover {
color: #0aa7aa;
}
.bp-btn.bp-btn--c-blip-light.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-blip-light.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-light {
background-color: #0cc8cc;
}
.bp-btn.bp-btn--bg-blip-light:hover {
background-color: #0aa7aa;
}
.bp-btn.bp-btn--bg-blip-light:disabled,
.bp-btn.bp-btn--bg-blip-light:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-light.bp-btn--arrow:after {
background-color: #0cc8cc;
}
.bp-btn.bp-btn--bg-blip-light.bp-btn--arrow:hover:after {
border-color: #0aa7aa;
background-color: #0aa7aa;
}
.bp-btn.bp-btn--bg-blip-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-dark {
color: #fff;
background-color: #15afb2;
}
.bp-btn.bp-btn--blip-dark:hover {
background-color: #119092;
}
.bp-btn.bp-btn--blip-dark:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-dark.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed,
.bp-btn.bp-btn--blip-dark.bp-btn--flat {
color: #15afb2;
background-color: transparent;
border-width: 2px;
border-color: #15afb2;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed:hover,
.bp-btn.bp-btn--blip-dark.bp-btn--flat:hover {
background-color: transparent;
border-color: #119092;
color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-dark.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow:after {
background-color: #15afb2;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow:hover:after {
border-color: #119092;
background-color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #15afb2;
background-color: transparent;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-dark.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #15afb2;
background-color: transparent;
}
.bp-btn.bp-btn--blip-dark.bp-btn--text-only:hover {
background-color: transparent;
color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-blip-dark {
color: #15afb2;
}
.bp-btn.bp-btn--c-blip-dark:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only {
color: #15afb2;
}
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat:hover,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only:hover {
color: #119092;
}
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-dark {
background-color: #15afb2;
}
.bp-btn.bp-btn--bg-blip-dark:hover {
background-color: #119092;
}
.bp-btn.bp-btn--bg-blip-dark:disabled,
.bp-btn.bp-btn--bg-blip-dark:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-dark.bp-btn--arrow:after {
background-color: #15afb2;
}
.bp-btn.bp-btn--bg-blip-dark.bp-btn--arrow:hover:after {
border-color: #119092;
background-color: #119092;
}
.bp-btn.bp-btn--bg-blip-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--true {
color: #fff;
background-color: #4dcb7b;
}
.bp-btn.bp-btn--true:hover {
background-color: #37bd68;
}
.bp-btn.bp-btn--true:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--true.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--true.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--true.bp-btn--dashed,
.bp-btn.bp-btn--true.bp-btn--flat {
color: #4dcb7b;
background-color: transparent;
border-width: 2px;
border-color: #4dcb7b;
}
.bp-btn.bp-btn--true.bp-btn--dashed:hover,
.bp-btn.bp-btn--true.bp-btn--flat:hover {
background-color: transparent;
border-color: #37bd68;
color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--dashed:disabled,
.bp-btn.bp-btn--true.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--true.bp-btn--arrow:after {
background-color: #4dcb7b;
}
.bp-btn.bp-btn--true.bp-btn--arrow:hover:after {
border-color: #37bd68;
background-color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #4dcb7b;
background-color: transparent;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--true.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #4dcb7b;
background-color: transparent;
}
.bp-btn.bp-btn--true.bp-btn--text-only:hover {
background-color: transparent;
color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-true {
color: #4dcb7b;
}
.bp-btn.bp-btn--c-true:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-true.bp-btn--flat,
.bp-btn.bp-btn--c-true.bp-btn--text-only {
color: #4dcb7b;
}
.bp-btn.bp-btn--c-true.bp-btn--flat:hover,
.bp-btn.bp-btn--c-true.bp-btn--text-only:hover {
color: #37bd68;
}
.bp-btn.bp-btn--c-true.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-true.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-true.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-true.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-true {
background-color: #4dcb7b;
}
.bp-btn.bp-btn--bg-true:hover {
background-color: #37bd68;
}
.bp-btn.bp-btn--bg-true:disabled,
.bp-btn.bp-btn--bg-true:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-true.bp-btn--arrow:after {
background-color: #4dcb7b;
}
.bp-btn.bp-btn--bg-true.bp-btn--arrow:hover:after {
border-color: #37bd68;
background-color: #37bd68;
}
.bp-btn.bp-btn--bg-true.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--delete {
color: #fff;
background-color: #fb7a6d;
}
.bp-btn.bp-btn--delete:hover {
background-color: #fa5a4a;
}
.bp-btn.bp-btn--delete:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--delete.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--delete.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--delete.bp-btn--dashed,
.bp-btn.bp-btn--delete.bp-btn--flat {
color: #fb7a6d;
background-color: transparent;
border-width: 2px;
border-color: #fb7a6d;
}
.bp-btn.bp-btn--delete.bp-btn--dashed:hover,
.bp-btn.bp-btn--delete.bp-btn--flat:hover {
background-color: transparent;
border-color: #fa5a4a;
color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--dashed:disabled,
.bp-btn.bp-btn--delete.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--delete.bp-btn--arrow:after {
background-color: #fb7a6d;
}
.bp-btn.bp-btn--delete.bp-btn--arrow:hover:after {
border-color: #fa5a4a;
background-color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #fb7a6d;
background-color: transparent;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--delete.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #fb7a6d;
background-color: transparent;
}
.bp-btn.bp-btn--delete.bp-btn--text-only:hover {
background-color: transparent;
color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-delete {
color: #fb7a6d;
}
.bp-btn.bp-btn--c-delete:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-delete.bp-btn--flat,
.bp-btn.bp-btn--c-delete.bp-btn--text-only {
color: #fb7a6d;
}
.bp-btn.bp-btn--c-delete.bp-btn--flat:hover,
.bp-btn.bp-btn--c-delete.bp-btn--text-only:hover {
color: #fa5a4a;
}
.bp-btn.bp-btn--c-delete.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-delete.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-delete.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-delete.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-delete {
background-color: #fb7a6d;
}
.bp-btn.bp-btn--bg-delete:hover {
background-color: #fa5a4a;
}
.bp-btn.bp-btn--bg-delete:disabled,
.bp-btn.bp-btn--bg-delete:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-delete.bp-btn--arrow:after {
background-color: #fb7a6d;
}
.bp-btn.bp-btn--bg-delete.bp-btn--arrow:hover:after {
border-color: #fa5a4a;
background-color: #fa5a4a;
}
.bp-btn.bp-btn--bg-delete.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--warning {
color: #fff;
background-color: #f76556;
}
.bp-btn.bp-btn--warning:hover {
background-color: #f54634;
}
.bp-btn.bp-btn--warning:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--warning.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--warning.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--warning.bp-btn--dashed,
.bp-btn.bp-btn--warning.bp-btn--flat {
color: #f76556;
background-color: transparent;
border-width: 2px;
border-color: #f76556;
}
.bp-btn.bp-btn--warning.bp-btn--dashed:hover,
.bp-btn.bp-btn--warning.bp-btn--flat:hover {
background-color: transparent;
border-color: #f54634;
color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--dashed:disabled,
.bp-btn.bp-btn--warning.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--warning.bp-btn--arrow:after {
background-color: #f76556;
}
.bp-btn.bp-btn--warning.bp-btn--arrow:hover:after {
border-color: #f54634;
background-color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #f76556;
background-color: transparent;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--warning.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #f76556;
background-color: transparent;
}
.bp-btn.bp-btn--warning.bp-btn--text-only:hover {
background-color: transparent;
color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-warning {
color: #f76556;
}
.bp-btn.bp-btn--c-warning:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-warning.bp-btn--flat,
.bp-btn.bp-btn--c-warning.bp-btn--text-only {
color: #f76556;
}
.bp-btn.bp-btn--c-warning.bp-btn--flat:hover,
.bp-btn.bp-btn--c-warning.bp-btn--text-only:hover {
color: #f54634;
}
.bp-btn.bp-btn--c-warning.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-warning.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-warning.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-warning.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-warning {
background-color: #f76556;
}
.bp-btn.bp-btn--bg-warning:hover {
background-color: #f54634;
}
.bp-btn.bp-btn--bg-warning:disabled,
.bp-btn.bp-btn--bg-warning:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-warning.bp-btn--arrow:after {
background-color: #f76556;
}
.bp-btn.bp-btn--bg-warning.bp-btn--arrow:hover:after {
border-color: #f54634;
background-color: #f54634;
}
.bp-btn.bp-btn--bg-warning.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--piano {
color: #fff;
background-color: #191919;
}
.bp-btn.bp-btn--piano:hover {
background-color: #070707;
}
.bp-btn.bp-btn--piano:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--piano.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--piano.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--piano.bp-btn--dashed,
.bp-btn.bp-btn--piano.bp-btn--flat {
color: #191919;
background-color: transparent;
border-width: 2px;
border-color: #191919;
}
.bp-btn.bp-btn--piano.bp-btn--dashed:hover,
.bp-btn.bp-btn--piano.bp-btn--flat:hover {
background-color: transparent;
border-color: #070707;
color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--dashed:disabled,
.bp-btn.bp-btn--piano.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--piano.bp-btn--arrow:after {
background-color: #191919;
}
.bp-btn.bp-btn--piano.bp-btn--arrow:hover:after {
border-color: #070707;
background-color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #191919;
background-color: transparent;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--piano.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #191919;
background-color: transparent;
}
.bp-btn.bp-btn--piano.bp-btn--text-only:hover {
background-color: transparent;
color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-piano {
color: #191919;
}
.bp-btn.bp-btn--c-piano:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-piano.bp-btn--flat,
.bp-btn.bp-btn--c-piano.bp-btn--text-only {
color: #191919;
}
.bp-btn.bp-btn--c-piano.bp-btn--flat:hover,
.bp-btn.bp-btn--c-piano.bp-btn--text-only:hover {
color: #070707;
}
.bp-btn.bp-btn--c-piano.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-piano.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-piano.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-piano.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-piano {
background-color: #191919;
}
.bp-btn.bp-btn--bg-piano:hover {
background-color: #070707;
}
.bp-btn.bp-btn--bg-piano:disabled,
.bp-btn.bp-btn--bg-piano:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-piano.bp-btn--arrow:after {
background-color: #191919;
}
.bp-btn.bp-btn--bg-piano.bp-btn--arrow:hover:after {
border-color: #070707;
background-color: #070707;
}
.bp-btn.bp-btn--bg-piano.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--elevator {
color: #fff;
background-color: #333;
}
.bp-btn.bp-btn--elevator:hover {
background-color: #212121;
}
.bp-btn.bp-btn--elevator:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--elevator.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed,
.bp-btn.bp-btn--elevator.bp-btn--flat {
color: #333;
background-color: transparent;
border-width: 2px;
border-color: #333;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed:hover,
.bp-btn.bp-btn--elevator.bp-btn--flat:hover {
background-color: transparent;
border-color: #212121;
color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed:disabled,
.bp-btn.bp-btn--elevator.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow:after {
background-color: #333;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow:hover:after {
border-color: #212121;
background-color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #333;
background-color: transparent;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--elevator.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #333;
background-color: transparent;
}
.bp-btn.bp-btn--elevator.bp-btn--text-only:hover {
background-color: transparent;
color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-elevator {
color: #333;
}
.bp-btn.bp-btn--c-elevator:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-elevator.bp-btn--flat,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only {
color: #333;
}
.bp-btn.bp-btn--c-elevator.bp-btn--flat:hover,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only:hover {
color: #212121;
}
.bp-btn.bp-btn--c-elevator.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-elevator.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-elevator {
background-color: #333;
}
.bp-btn.bp-btn--bg-elevator:hover {
background-color: #212121;
}
.bp-btn.bp-btn--bg-elevator:disabled,
.bp-btn.bp-btn--bg-elevator:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-elevator.bp-btn--arrow:after {
background-color: #333;
}
.bp-btn.bp-btn--bg-elevator.bp-btn--arrow:hover:after {
border-color: #212121;
background-color: #212121;
}
.bp-btn.bp-btn--bg-elevator.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--console {
color: #fff;
background-color: #1d1d1d;
}
.bp-btn.bp-btn--console:hover {
background-color: #0b0b0b;
}
.bp-btn.bp-btn--console:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--console.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--console.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--console.bp-btn--dashed,
.bp-btn.bp-btn--console.bp-btn--flat {
color: #1d1d1d;
background-color: transparent;
border-width: 2px;
border-color: #1d1d1d;
}
.bp-btn.bp-btn--console.bp-btn--dashed:hover,
.bp-btn.bp-btn--console.bp-btn--flat:hover {
background-color: transparent;
border-color: #0b0b0b;
color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--dashed:disabled,
.bp-btn.bp-btn--console.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--console.bp-btn--arrow:after {
background-color: #1d1d1d;
}
.bp-btn.bp-btn--console.bp-btn--arrow:hover:after {
border-color: #0b0b0b;
background-color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #1d1d1d;
background-color: transparent;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--console.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #1d1d1d;
background-color: transparent;
}
.bp-btn.bp-btn--console.bp-btn--text-only:hover {
background-color: transparent;
color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-console {
color: #1d1d1d;
}
.bp-btn.bp-btn--c-console:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-console.bp-btn--flat,
.bp-btn.bp-btn--c-console.bp-btn--text-only {
color: #1d1d1d;
}
.bp-btn.bp-btn--c-console.bp-btn--flat:hover,
.bp-btn.bp-btn--c-console.bp-btn--text-only:hover {
color: #0b0b0b;
}
.bp-btn.bp-btn--c-console.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-console.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-console.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-console.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-console {
background-color: #1d1d1d;
}
.bp-btn.bp-btn--bg-console:hover {
background-color: #0b0b0b;
}
.bp-btn.bp-btn--bg-console:disabled,
.bp-btn.bp-btn--bg-console:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-console.bp-btn--arrow:after {
background-color: #1d1d1d;
}
.bp-btn.bp-btn--bg-console.bp-btn--arrow:hover:after {
border-color: #0b0b0b;
background-color: #0b0b0b;
}
.bp-btn.bp-btn--bg-console.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--obsidian {
color: #fff;
background-color: #1a272f;
}
.bp-btn.bp-btn--obsidian:hover {
background-color: #0d1418;
}
.bp-btn.bp-btn--obsidian:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--obsidian.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed,
.bp-btn.bp-btn--obsidian.bp-btn--flat {
color: #1a272f;
background-color: transparent;
border-width: 2px;
border-color: #1a272f;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed:hover,
.bp-btn.bp-btn--obsidian.bp-btn--flat:hover {
background-color: transparent;
border-color: #0d1418;
color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed:disabled,
.bp-btn.bp-btn--obsidian.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow:after {
background-color: #1a272f;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow:hover:after {
border-color: #0d1418;
background-color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #1a272f;
background-color: transparent;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--obsidian.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #1a272f;
background-color: transparent;
}
.bp-btn.bp-btn--obsidian.bp-btn--text-only:hover {
background-color: transparent;
color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-obsidian {
color: #1a272f;
}
.bp-btn.bp-btn--c-obsidian:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-obsidian.bp-btn--flat,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only {
color: #1a272f;
}
.bp-btn.bp-btn--c-obsidian.bp-btn--flat:hover,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only:hover {
color: #0d1418;
}
.bp-btn.bp-btn--c-obsidian.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-obsidian.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-obsidian {
background-color: #1a272f;
}
.bp-btn.bp-btn--bg-obsidian:hover {
background-color: #0d1418;
}
.bp-btn.bp-btn--bg-obsidian:disabled,
.bp-btn.bp-btn--bg-obsidian:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-obsidian.bp-btn--arrow:after {
background-color: #1a272f;
}
.bp-btn.bp-btn--bg-obsidian.bp-btn--arrow:hover:after {
border-color: #0d1418;
background-color: #0d1418;
}
.bp-btn.bp-btn--bg-obsidian.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--onix {
color: #fff;
background-color: #242b36;
}
.bp-btn.bp-btn--onix:hover {
background-color: #161a21;
}
.bp-btn.bp-btn--onix:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--onix.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--onix.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--onix.bp-btn--dashed,
.bp-btn.bp-btn--onix.bp-btn--flat {
color: #242b36;
background-color: transparent;
border-width: 2px;
border-color: #242b36;
}
.bp-btn.bp-btn--onix.bp-btn--dashed:hover,
.bp-btn.bp-btn--onix.bp-btn--flat:hover {
background-color: transparent;
border-color: #161a21;
color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--dashed:disabled,
.bp-btn.bp-btn--onix.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--onix.bp-btn--arrow:after {
background-color: #242b36;
}
.bp-btn.bp-btn--onix.bp-btn--arrow:hover:after {
border-color: #161a21;
background-color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #242b36;
background-color: transparent;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--onix.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #242b36;
background-color: transparent;
}
.bp-btn.bp-btn--onix.bp-btn--text-only:hover {
background-color: transparent;
color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-onix {
color: #242b36;
}
.bp-btn.bp-btn--c-onix:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-onix.bp-btn--flat,
.bp-btn.bp-btn--c-onix.bp-btn--text-only {
color: #242b36;
}
.bp-btn.bp-btn--c-onix.bp-btn--flat:hover,
.bp-btn.bp-btn--c-onix.bp-btn--text-only:hover {
color: #161a21;
}
.bp-btn.bp-btn--c-onix.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-onix.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-onix.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-onix.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-onix {
background-color: #242b36;
}
.bp-btn.bp-btn--bg-onix:hover {
background-color: #161a21;
}
.bp-btn.bp-btn--bg-onix:disabled,
.bp-btn.bp-btn--bg-onix:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-onix.bp-btn--arrow:after {
background-color: #242b36;
}
.bp-btn.bp-btn--bg-onix.bp-btn--arrow:hover:after {
border-color: #161a21;
background-color: #161a21;
}
.bp-btn.bp-btn--bg-onix.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--suit {
color: #fff;
background-color: #3d4554;
}
.bp-btn.bp-btn--suit:hover {
background-color: #2e343f;
}
.bp-btn.bp-btn--suit:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--suit.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--suit.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--suit.bp-btn--dashed,
.bp-btn.bp-btn--suit.bp-btn--flat {
color: #3d4554;
background-color: transparent;
border-width: 2px;
border-color: #3d4554;
}
.bp-btn.bp-btn--suit.bp-btn--dashed:hover,
.bp-btn.bp-btn--suit.bp-btn--flat:hover {
background-color: transparent;
border-color: #2e343f;
color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--dashed:disabled,
.bp-btn.bp-btn--suit.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--suit.bp-btn--arrow:after {
background-color: #3d4554;
}
.bp-btn.bp-btn--suit.bp-btn--arrow:hover:after {
border-color: #2e343f;
background-color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #3d4554;
background-color: transparent;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--suit.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #3d4554;
background-color: transparent;
}
.bp-btn.bp-btn--suit.bp-btn--text-only:hover {
background-color: transparent;
color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-suit {
color: #3d4554;
}
.bp-btn.bp-btn--c-suit:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-suit.bp-btn--flat,
.bp-btn.bp-btn--c-suit.bp-btn--text-only {
color: #3d4554;
}
.bp-btn.bp-btn--c-suit.bp-btn--flat:hover,
.bp-btn.bp-btn--c-suit.bp-btn--text-only:hover {
color: #2e343f;
}
.bp-btn.bp-btn--c-suit.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-suit.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-suit.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-suit.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-suit {
background-color: #3d4554;
}
.bp-btn.bp-btn--bg-suit:hover {
background-color: #2e343f;
}
.bp-btn.bp-btn--bg-suit:disabled,
.bp-btn.bp-btn--bg-suit:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-suit.bp-btn--arrow:after {
background-color: #3d4554;
}
.bp-btn.bp-btn--bg-suit.bp-btn--arrow:hover:after {
border-color: #2e343f;
background-color: #2e343f;
}
.bp-btn.bp-btn--bg-suit.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city {
color: #fff;
background-color: #52636c;
}
.bp-btn.bp-btn--city:hover {
background-color: #435058;
}
.bp-btn.bp-btn--city:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--city.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--city.bp-btn--dashed,
.bp-btn.bp-btn--city.bp-btn--flat {
color: #52636c;
background-color: transparent;
border-width: 2px;
border-color: #52636c;
}
.bp-btn.bp-btn--city.bp-btn--dashed:hover,
.bp-btn.bp-btn--city.bp-btn--flat:hover {
background-color: transparent;
border-color: #435058;
color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city.bp-btn--arrow:after {
background-color: #52636c;
}
.bp-btn.bp-btn--city.bp-btn--arrow:hover:after {
border-color: #435058;
background-color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #52636c;
background-color: transparent;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #52636c;
background-color: transparent;
}
.bp-btn.bp-btn--city.bp-btn--text-only:hover {
background-color: transparent;
color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-city {
color: #52636c;
}
.bp-btn.bp-btn--c-city:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-city.bp-btn--flat,
.bp-btn.bp-btn--c-city.bp-btn--text-only {
color: #52636c;
}
.bp-btn.bp-btn--c-city.bp-btn--flat:hover,
.bp-btn.bp-btn--c-city.bp-btn--text-only:hover {
color: #435058;
}
.bp-btn.bp-btn--c-city.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-city.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-city.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-city.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city {
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city:hover {
background-color: #435058;
}
.bp-btn.bp-btn--bg-city:disabled,
.bp-btn.bp-btn--bg-city:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city.bp-btn--arrow:after {
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city.bp-btn--arrow:hover:after {
border-color: #435058;
background-color: #435058;
}
.bp-btn.bp-btn--bg-city.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-dark {
color: #fff;
background-color: #435058;
}
.bp-btn.bp-btn--city-dark:hover {
background-color: #333e43;
}
.bp-btn.bp-btn--city-dark:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-dark.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed,
.bp-btn.bp-btn--city-dark.bp-btn--flat {
color: #435058;
background-color: transparent;
border-width: 2px;
border-color: #435058;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed:hover,
.bp-btn.bp-btn--city-dark.bp-btn--flat:hover {
background-color: transparent;
border-color: #333e43;
color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-dark.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow:after {
background-color: #435058;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow:hover:after {
border-color: #333e43;
background-color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #435058;
background-color: transparent;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-dark.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #435058;
background-color: transparent;
}
.bp-btn.bp-btn--city-dark.bp-btn--text-only:hover {
background-color: transparent;
color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-city-dark {
color: #435058;
}
.bp-btn.bp-btn--c-city-dark:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-city-dark.bp-btn--flat,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only {
color: #435058;
}
.bp-btn.bp-btn--c-city-dark.bp-btn--flat:hover,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only:hover {
color: #333e43;
}
.bp-btn.bp-btn--c-city-dark.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-city-dark.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-dark {
background-color: #435058;
}
.bp-btn.bp-btn--bg-city-dark:hover {
background-color: #333e43;
}
.bp-btn.bp-btn--bg-city-dark:disabled,
.bp-btn.bp-btn--bg-city-dark:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-dark.bp-btn--arrow:after {
background-color: #435058;
}
.bp-btn.bp-btn--bg-city-dark.bp-btn--arrow:hover:after {
border-color: #333e43;
background-color: #333e43;
}
.bp-btn.bp-btn--bg-city-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-light {
color: #fff;
background-color: #617680;
}
.bp-btn.bp-btn--city-light:hover {
background-color: #52636c;
}
.bp-btn.bp-btn--city-light:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-light.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed,
.bp-btn.bp-btn--city-light.bp-btn--flat {
color: #617680;
background-color: transparent;
border-width: 2px;
border-color: #617680;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed:hover,
.bp-btn.bp-btn--city-light.bp-btn--flat:hover {
background-color: transparent;
border-color: #52636c;
color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-light.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow:after {
background-color: #617680;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow:hover:after {
border-color: #52636c;
background-color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #617680;
background-color: transparent;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-light.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #617680;
background-color: transparent;
}
.bp-btn.bp-btn--city-light.bp-btn--text-only:hover {
background-color: transparent;
color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-city-light {
color: #617680;
}
.bp-btn.bp-btn--c-city-light:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-city-light.bp-btn--flat,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only {
color: #617680;
}
.bp-btn.bp-btn--c-city-light.bp-btn--flat:hover,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only:hover {
color: #52636c;
}
.bp-btn.bp-btn--c-city-light.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-city-light.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-light {
background-color: #617680;
}
.bp-btn.bp-btn--bg-city-light:hover {
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city-light:disabled,
.bp-btn.bp-btn--bg-city-light:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-light.bp-btn--arrow:after {
background-color: #617680;
}
.bp-btn.bp-btn--bg-city-light.bp-btn--arrow:hover:after {
border-color: #52636c;
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--desk {
color: #fff;
background-color: #607b99;
}
.bp-btn.bp-btn--desk:hover {
background-color: #526983;
}
.bp-btn.bp-btn--desk:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--desk.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--desk.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--desk.bp-btn--dashed,
.bp-btn.bp-btn--desk.bp-btn--flat {
color: #607b99;
background-color: transparent;
border-width: 2px;
border-color: #607b99;
}
.bp-btn.bp-btn--desk.bp-btn--dashed:hover,
.bp-btn.bp-btn--desk.bp-btn--flat:hover {
background-color: transparent;
border-color: #526983;
color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--dashed:disabled,
.bp-btn.bp-btn--desk.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--desk.bp-btn--arrow:after {
background-color: #607b99;
}
.bp-btn.bp-btn--desk.bp-btn--arrow:hover:after {
border-color: #526983;
background-color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #607b99;
background-color: transparent;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--desk.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #607b99;
background-color: transparent;
}
.bp-btn.bp-btn--desk.bp-btn--text-only:hover {
background-color: transparent;
color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-desk {
color: #607b99;
}
.bp-btn.bp-btn--c-desk:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-desk.bp-btn--flat,
.bp-btn.bp-btn--c-desk.bp-btn--text-only {
color: #607b99;
}
.bp-btn.bp-btn--c-desk.bp-btn--flat:hover,
.bp-btn.bp-btn--c-desk.bp-btn--text-only:hover {
color: #526983;
}
.bp-btn.bp-btn--c-desk.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-desk.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-desk.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-desk.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-desk {
background-color: #607b99;
}
.bp-btn.bp-btn--bg-desk:hover {
background-color: #526983;
}
.bp-btn.bp-btn--bg-desk:disabled,
.bp-btn.bp-btn--bg-desk:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-desk.bp-btn--arrow:after {
background-color: #607b99;
}
.bp-btn.bp-btn--bg-desk.bp-btn--arrow:hover:after {
border-color: #526983;
background-color: #526983;
}
.bp-btn.bp-btn--bg-desk.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--rooftop {
color: #fff;
background-color: #738192;
}
.bp-btn.bp-btn--rooftop:hover {
background-color: #636f7f;
}
.bp-btn.bp-btn--rooftop:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--rooftop.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed,
.bp-btn.bp-btn--rooftop.bp-btn--flat {
color: #738192;
background-color: transparent;
border-width: 2px;
border-color: #738192;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed:hover,
.bp-btn.bp-btn--rooftop.bp-btn--flat:hover {
background-color: transparent;
border-color: #636f7f;
color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed:disabled,
.bp-btn.bp-btn--rooftop.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow:after {
background-color: #738192;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow:hover:after {
border-color: #636f7f;
background-color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #738192;
background-color: transparent;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--rooftop.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #738192;
background-color: transparent;
}
.bp-btn.bp-btn--rooftop.bp-btn--text-only:hover {
background-color: transparent;
color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-rooftop {
color: #738192;
}
.bp-btn.bp-btn--c-rooftop:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-rooftop.bp-btn--flat,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only {
color: #738192;
}
.bp-btn.bp-btn--c-rooftop.bp-btn--flat:hover,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only:hover {
color: #636f7f;
}
.bp-btn.bp-btn--c-rooftop.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-rooftop.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-rooftop {
background-color: #738192;
}
.bp-btn.bp-btn--bg-rooftop:hover {
background-color: #636f7f;
}
.bp-btn.bp-btn--bg-rooftop:disabled,
.bp-btn.bp-btn--bg-rooftop:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-rooftop.bp-btn--arrow:after {
background-color: #738192;
}
.bp-btn.bp-btn--bg-rooftop.bp-btn--arrow:hover:after {
border-color: #636f7f;
background-color: #636f7f;
}
.bp-btn.bp-btn--bg-rooftop.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--cloud {
color: #fff;
background-color: #8ca0b3;
}
.bp-btn.bp-btn--cloud:hover {
background-color: #778ea5;
}
.bp-btn.bp-btn--cloud:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--cloud.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed,
.bp-btn.bp-btn--cloud.bp-btn--flat {
color: #8ca0b3;
background-color: transparent;
border-width: 2px;
border-color: #8ca0b3;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed:hover,
.bp-btn.bp-btn--cloud.bp-btn--flat:hover {
background-color: transparent;
border-color: #778ea5;
color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed:disabled,
.bp-btn.bp-btn--cloud.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow:after {
background-color: #8ca0b3;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow:hover:after {
border-color: #778ea5;
background-color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #8ca0b3;
background-color: transparent;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--cloud.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #8ca0b3;
background-color: transparent;
}
.bp-btn.bp-btn--cloud.bp-btn--text-only:hover {
background-color: transparent;
color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-cloud {
color: #8ca0b3;
}
.bp-btn.bp-btn--c-cloud:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-cloud.bp-btn--flat,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only {
color: #8ca0b3;
}
.bp-btn.bp-btn--c-cloud.bp-btn--flat:hover,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only:hover {
color: #778ea5;
}
.bp-btn.bp-btn--c-cloud.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-cloud.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-cloud {
background-color: #8ca0b3;
}
.bp-btn.bp-btn--bg-cloud:hover {
background-color: #778ea5;
}
.bp-btn.bp-btn--bg-cloud:disabled,
.bp-btn.bp-btn--bg-cloud:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-cloud.bp-btn--arrow:after {
background-color: #8ca0b3;
}
.bp-btn.bp-btn--bg-cloud.bp-btn--arrow:hover:after {
border-color: #778ea5;
background-color: #778ea5;
}
.bp-btn.bp-btn--bg-cloud.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--silver {
color: #fff;
background-color: #94a3ab;
}
.bp-btn.bp-btn--silver:hover {
background-color: #80929b;
}
.bp-btn.bp-btn--silver:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--silver.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--silver.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--silver.bp-btn--dashed,
.bp-btn.bp-btn--silver.bp-btn--flat {
color: #94a3ab;
background-color: transparent;
border-width: 2px;
border-color: #94a3ab;
}
.bp-btn.bp-btn--silver.bp-btn--dashed:hover,
.bp-btn.bp-btn--silver.bp-btn--flat:hover {
background-color: transparent;
border-color: #80929b;
color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--dashed:disabled,
.bp-btn.bp-btn--silver.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--silver.bp-btn--arrow:after {
background-color: #94a3ab;
}
.bp-btn.bp-btn--silver.bp-btn--arrow:hover:after {
border-color: #80929b;
background-color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #94a3ab;
background-color: transparent;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--silver.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #94a3ab;
background-color: transparent;
}
.bp-btn.bp-btn--silver.bp-btn--text-only:hover {
background-color: transparent;
color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-silver {
color: #94a3ab;
}
.bp-btn.bp-btn--c-silver:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-silver.bp-btn--flat,
.bp-btn.bp-btn--c-silver.bp-btn--text-only {
color: #94a3ab;
}
.bp-btn.bp-btn--c-silver.bp-btn--flat:hover,
.bp-btn.bp-btn--c-silver.bp-btn--text-only:hover {
color: #80929b;
}
.bp-btn.bp-btn--c-silver.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-silver.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-silver.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-silver.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-silver {
background-color: #94a3ab;
}
.bp-btn.bp-btn--bg-silver:hover {
background-color: #80929b;
}
.bp-btn.bp-btn--bg-silver:disabled,
.bp-btn.bp-btn--bg-silver:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-silver.bp-btn--arrow:after {
background-color: #94a3ab;
}
.bp-btn.bp-btn--bg-silver.bp-btn--arrow:hover:after {
border-color: #80929b;
background-color: #80929b;
}
.bp-btn.bp-btn--bg-silver.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--time {
color: #fff;
background-color: #a8bfc4;
}
.bp-btn.bp-btn--time:hover {
background-color: #93afb6;
}
.bp-btn.bp-btn--time:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--time.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--time.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--time.bp-btn--dashed,
.bp-btn.bp-btn--time.bp-btn--flat {
color: #a8bfc4;
background-color: transparent;
border-width: 2px;
border-color: #a8bfc4;
}
.bp-btn.bp-btn--time.bp-btn--dashed:hover,
.bp-btn.bp-btn--time.bp-btn--flat:hover {
background-color: transparent;
border-color: #93afb6;
color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--dashed:disabled,
.bp-btn.bp-btn--time.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--time.bp-btn--arrow:after {
background-color: #a8bfc4;
}
.bp-btn.bp-btn--time.bp-btn--arrow:hover:after {
border-color: #93afb6;
background-color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #a8bfc4;
background-color: transparent;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--time.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #a8bfc4;
background-color: transparent;
}
.bp-btn.bp-btn--time.bp-btn--text-only:hover {
background-color: transparent;
color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-time {
color: #a8bfc4;
}
.bp-btn.bp-btn--c-time:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-time.bp-btn--flat,
.bp-btn.bp-btn--c-time.bp-btn--text-only {
color: #a8bfc4;
}
.bp-btn.bp-btn--c-time.bp-btn--flat:hover,
.bp-btn.bp-btn--c-time.bp-btn--text-only:hover {
color: #93afb6;
}
.bp-btn.bp-btn--c-time.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-time.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-time.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-time.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-time {
background-color: #a8bfc4;
}
.bp-btn.bp-btn--bg-time:hover {
background-color: #93afb6;
}
.bp-btn.bp-btn--bg-time:disabled,
.bp-btn.bp-btn--bg-time:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-time.bp-btn--arrow:after {
background-color: #a8bfc4;
}
.bp-btn.bp-btn--bg-time.bp-btn--arrow:hover:after {
border-color: #93afb6;
background-color: #93afb6;
}
.bp-btn.bp-btn--bg-time.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--breeze {
color: #fff;
background-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze:hover {
background-color: #b1d1d8;
}
.bp-btn.bp-btn--breeze:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--breeze.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed,
.bp-btn.bp-btn--breeze.bp-btn--flat {
color: #c9dfe4;
background-color: transparent;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed:hover,
.bp-btn.bp-btn--breeze.bp-btn--flat:hover {
background-color: transparent;
border-color: #b1d1d8;
color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed:disabled,
.bp-btn.bp-btn--breeze.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow:after {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow:hover:after {
border-color: #b1d1d8;
background-color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--breeze.bp-btn--text-only:hover {
background-color: transparent;
color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-breeze {
color: #c9dfe4;
}
.bp-btn.bp-btn--c-breeze:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-breeze.bp-btn--flat,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only {
color: #c9dfe4;
}
.bp-btn.bp-btn--c-breeze.bp-btn--flat:hover,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only:hover {
color: #b1d1d8;
}
.bp-btn.bp-btn--c-breeze.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-breeze.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-breeze {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-breeze:hover {
background-color: #b1d1d8;
}
.bp-btn.bp-btn--bg-breeze.bp-btn--arrow:after,
.bp-btn.bp-btn--bg-breeze:disabled,
.bp-btn.bp-btn--bg-breeze:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-breeze.bp-btn--arrow:hover:after {
border-color: #b1d1d8;
background-color: #b1d1d8;
}
.bp-btn.bp-btn--bg-breeze.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--sky {
color: #fff;
background-color: #daf2f4;
}
.bp-btn.bp-btn--sky:hover {
background-color: #bee8ec;
}
.bp-btn.bp-btn--sky:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--sky.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--sky.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--sky.bp-btn--dashed,
.bp-btn.bp-btn--sky.bp-btn--flat {
color: #daf2f4;
background-color: transparent;
border-width: 2px;
border-color: #daf2f4;
}
.bp-btn.bp-btn--sky.bp-btn--dashed:hover,
.bp-btn.bp-btn--sky.bp-btn--flat:hover {
background-color: transparent;
border-color: #bee8ec;
color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--dashed:disabled,
.bp-btn.bp-btn--sky.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--sky.bp-btn--arrow:after {
background-color: #daf2f4;
}
.bp-btn.bp-btn--sky.bp-btn--arrow:hover:after {
border-color: #bee8ec;
background-color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #daf2f4;
background-color: transparent;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--sky.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #daf2f4;
background-color: transparent;
}
.bp-btn.bp-btn--sky.bp-btn--text-only:hover {
background-color: transparent;
color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-sky {
color: #daf2f4;
}
.bp-btn.bp-btn--c-sky:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-sky.bp-btn--flat,
.bp-btn.bp-btn--c-sky.bp-btn--text-only {
color: #daf2f4;
}
.bp-btn.bp-btn--c-sky.bp-btn--flat:hover,
.bp-btn.bp-btn--c-sky.bp-btn--text-only:hover {
color: #bee8ec;
}
.bp-btn.bp-btn--c-sky.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-sky.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-sky.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-sky.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-sky {
background-color: #daf2f4;
}
.bp-btn.bp-btn--bg-sky:hover {
background-color: #bee8ec;
}
.bp-btn.bp-btn--bg-sky:disabled,
.bp-btn.bp-btn--bg-sky:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-sky.bp-btn--arrow:after {
background-color: #daf2f4;
}
.bp-btn.bp-btn--bg-sky.bp-btn--arrow:hover:after {
border-color: #bee8ec;
background-color: #bee8ec;
}
.bp-btn.bp-btn--bg-sky.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--offwhite {
color: #fff;
background-color: #eaeeee;
}
.bp-btn.bp-btn--offwhite:hover {
background-color: #d6dede;
}
.bp-btn.bp-btn--offwhite:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--offwhite.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed,
.bp-btn.bp-btn--offwhite.bp-btn--flat {
color: #eaeeee;
background-color: transparent;
border-width: 2px;
border-color: #eaeeee;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed:hover,
.bp-btn.bp-btn--offwhite.bp-btn--flat:hover {
background-color: transparent;
border-color: #d6dede;
color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed:disabled,
.bp-btn.bp-btn--offwhite.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow:after {
background-color: #eaeeee;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow:hover:after {
border-color: #d6dede;
background-color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #eaeeee;
background-color: transparent;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--offwhite.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #eaeeee;
background-color: transparent;
}
.bp-btn.bp-btn--offwhite.bp-btn--text-only:hover {
background-color: transparent;
color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-offwhite {
color: #eaeeee;
}
.bp-btn.bp-btn--c-offwhite:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-offwhite.bp-btn--flat,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only {
color: #eaeeee;
}
.bp-btn.bp-btn--c-offwhite.bp-btn--flat:hover,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only:hover {
color: #d6dede;
}
.bp-btn.bp-btn--c-offwhite.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-offwhite.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-offwhite {
background-color: #eaeeee;
}
.bp-btn.bp-btn--bg-offwhite:hover {
background-color: #d6dede;
}
.bp-btn.bp-btn--bg-offwhite:disabled,
.bp-btn.bp-btn--bg-offwhite:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-offwhite.bp-btn--arrow:after {
background-color: #eaeeee;
}
.bp-btn.bp-btn--bg-offwhite.bp-btn--arrow:hover:after {
border-color: #d6dede;
background-color: #d6dede;
}
.bp-btn.bp-btn--bg-offwhite.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--whisper {
color: #fff;
background-color: #f5f8f9;
}
.bp-btn.bp-btn--whisper:hover {
background-color: #dfe8ec;
}
.bp-btn.bp-btn--whisper:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--whisper.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed,
.bp-btn.bp-btn--whisper.bp-btn--flat {
color: #f5f8f9;
background-color: transparent;
border-width: 2px;
border-color: #f5f8f9;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed:hover,
.bp-btn.bp-btn--whisper.bp-btn--flat:hover {
background-color: transparent;
border-color: #dfe8ec;
color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed:disabled,
.bp-btn.bp-btn--whisper.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow:after {
background-color: #f5f8f9;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow:hover:after {
border-color: #dfe8ec;
background-color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #f5f8f9;
background-color: transparent;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--whisper.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #f5f8f9;
background-color: transparent;
}
.bp-btn.bp-btn--whisper.bp-btn--text-only:hover {
background-color: transparent;
color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-whisper {
color: #f5f8f9;
}
.bp-btn.bp-btn--c-whisper:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-whisper.bp-btn--flat,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only {
color: #f5f8f9;
}
.bp-btn.bp-btn--c-whisper.bp-btn--flat:hover,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only:hover {
color: #dfe8ec;
}
.bp-btn.bp-btn--c-whisper.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-whisper.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-whisper {
background-color: #f5f8f9;
}
.bp-btn.bp-btn--bg-whisper:hover {
background-color: #dfe8ec;
}
.bp-btn.bp-btn--bg-whisper:disabled,
.bp-btn.bp-btn--bg-whisper:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-whisper.bp-btn--arrow:after {
background-color: #f5f8f9;
}
.bp-btn.bp-btn--bg-whisper.bp-btn--arrow:hover:after {
border-color: #dfe8ec;
background-color: #dfe8ec;
}
.bp-btn.bp-btn--bg-whisper.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--white {
color: #fff;
background-color: #fff;
}
.bp-btn.bp-btn--white:hover {
background-color: #ededed;
}
.bp-btn.bp-btn--white:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--white.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--white.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--white.bp-btn--dashed,
.bp-btn.bp-btn--white.bp-btn--flat {
color: #fff;
background-color: transparent;
border-width: 2px;
border-color: #fff;
}
.bp-btn.bp-btn--white.bp-btn--dashed:hover,
.bp-btn.bp-btn--white.bp-btn--flat:hover {
background-color: transparent;
border-color: #ededed;
color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--dashed:disabled,
.bp-btn.bp-btn--white.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--white.bp-btn--arrow:after {
background-color: #fff;
}
.bp-btn.bp-btn--white.bp-btn--arrow:hover:after {
border-color: #ededed;
background-color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #fff;
background-color: transparent;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--white.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #fff;
background-color: transparent;
}
.bp-btn.bp-btn--white.bp-btn--text-only:hover {
background-color: transparent;
color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-white,
.bp-btn.bp-btn--c-white.bp-btn--flat,
.bp-btn.bp-btn--c-white.bp-btn--text-only,
.bp-btn.bp-btn--c-white:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-white.bp-btn--flat:hover,
.bp-btn.bp-btn--c-white.bp-btn--text-only:hover {
color: #ededed;
}
.bp-btn.bp-btn--c-white.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-white.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-white.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-white.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-white {
background-color: #fff;
}
.bp-btn.bp-btn--bg-white:hover {
background-color: #ededed;
}
.bp-btn.bp-btn--bg-white:disabled,
.bp-btn.bp-btn--bg-white:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-white.bp-btn--arrow:after {
background-color: #fff;
}
.bp-btn.bp-btn--bg-white.bp-btn--arrow:hover:after {
border-color: #ededed;
background-color: #ededed;
}
.bp-btn.bp-btn--bg-white.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--black {
color: #fff;
background-color: #000;
}
.bp-btn.bp-btn--black:hover {
background-color: #000;
}
.bp-btn.bp-btn--black:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--black.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--black.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--black.bp-btn--dashed,
.bp-btn.bp-btn--black.bp-btn--flat {
color: #000;
background-color: transparent;
border-width: 2px;
border-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--dashed:hover,
.bp-btn.bp-btn--black.bp-btn--flat:hover {
background-color: transparent;
border-color: #000;
color: #000;
}
.bp-btn.bp-btn--black.bp-btn--dashed:disabled,
.bp-btn.bp-btn--black.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--black.bp-btn--arrow:after {
background-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--arrow:hover:after {
border-color: #000;
background-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #000;
background-color: transparent;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--black.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #000;
background-color: transparent;
}
.bp-btn.bp-btn--black.bp-btn--text-only:hover {
background-color: transparent;
color: #000;
}
.bp-btn.bp-btn--black.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-black {
color: #000;
}
.bp-btn.bp-btn--c-black:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-black.bp-btn--flat,
.bp-btn.bp-btn--c-black.bp-btn--flat:hover,
.bp-btn.bp-btn--c-black.bp-btn--text-only,
.bp-btn.bp-btn--c-black.bp-btn--text-only:hover {
color: #000;
}
.bp-btn.bp-btn--c-black.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-black.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-black.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-black.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-black,
.bp-btn.bp-btn--bg-black:hover {
background-color: #000;
}
.bp-btn.bp-btn--bg-black:disabled,
.bp-btn.bp-btn--bg-black:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-black.bp-btn--arrow:after {
background-color: #000;
}
.bp-btn.bp-btn--bg-black.bp-btn--arrow:hover:after {
border-color: #000;
background-color: #000;
}
.bp-btn.bp-btn--bg-black.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-divider-h {
background-color: #c9dfe4;
height: 1px;
width: 100%;
}
.bp-divider-h.bp-divider--medium {
height: 2px;
}
.bp-divider-h.bp-divider--large {
height: 3px;
}
.bp-divider-v {
background-color: #c9dfe4;
width: 1px;
height: 100%;
}
.bp-divider-v.bp-divider--medium {
width: 2px;
}
.bp-divider-v.bp-divider--large {
width: 3px;
}
.bp-dropdown {
box-sizing: border-box;
position: absolute;
display: inline-block;
z-index: 100;
min-width: 3.125rem;
min-height: 1.125rem;
margin-top: 0.3125rem;
padding: 0.625rem 0;
top: 130%;
background: #fff;
border-radius: 2px;
transition: 0.4s;
box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
-o-box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
-moz-box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
}
.bp-dropdown::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.bp-dropdown::-webkit-scrollbar-track {
background: none;
}
.bp-dropdown::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.bp-dropdown:before {
position: absolute;
content: " ";
width: 0.9375rem;
height: 0.9375rem;
top: -8px;
background: #fff;
transform: rotate(45deg);
box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
-o-box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
-webkit-box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
-moz-box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
}
.bp-dropdown.bp-dropdown--right {
right: -10px;
}
.bp-dropdown.bp-dropdown--right:before {
right: 10px;
}
.bp-dropdown.bp-dropdown--left {
left: -10px;
}
.bp-dropdown.bp-dropdown--left:before {
left: 10px;
}
.bp-dropdown.bp-dropdown--show {
opacity: 1;
visibility: visible;
}
.bp-dropdown.bp-dropdown--hide {
opacity: 0;
visibility: hidden;
}
.bp-input,
.bp-input[disabled],
.bp-input[readonly],
.bp-input[type="email"],
.bp-input[type="email"][disabled],
.bp-input[type="email"][readonly],
.bp-input[type="number"],
.bp-input[type="number"][disabled],
.bp-input[type="number"][readonly],
.bp-input[type="password"],
.bp-input[type="password"][disabled],
.bp-input[type="password"][readonly],
.bp-input[type="search"],
.bp-input[type="search"][disabled],
.bp-input[type="search"][readonly],
.bp-input[type="tel"],
.bp-input[type="tel"][disabled],
.bp-input[type="tel"][readonly],
.bp-input[type="text"],
.bp-input[type="text"][disabled],
.bp-input[type="text"][readonly],
.bp-input[type="url"],
.bp-input[type="url"][disabled],
.bp-input[type="url"][readonly] {
border: none;
font-size: 0.875rem;
background: #fff;
margin-top: 0.125rem;
width: 100%;
margin-right: 0.625rem;
height: 1.1875rem;
line-height: 1.1875rem;
padding: 0;
}
.bp-input::-webkit-input-placeholder,
.bp-input[disabled]::-webkit-input-placeholder,
.bp-input[readonly]::-webkit-input-placeholder,
.bp-input[type="email"]::-webkit-input-placeholder,
.bp-input[type="email"][disabled]::-webkit-input-placeholder,
.bp-input[type="email"][readonly]::-webkit-input-placeholder,
.bp-input[type="number"]::-webkit-input-placeholder,
.bp-input[type="number"][disabled]::-webkit-input-placeholder,
.bp-input[type="number"][readonly]::-webkit-input-placeholder,
.bp-input[type="password"]::-webkit-input-placeholder,
.bp-input[type="password"][disabled]::-webkit-input-placeholder,
.bp-input[type="password"][readonly]::-webkit-input-placeholder,
.bp-input[type="search"]::-webkit-input-placeholder,
.bp-input[type="search"][disabled]::-webkit-input-placeholder,
.bp-input[type="search"][readonly]::-webkit-input-placeholder,
.bp-input[type="tel"]::-webkit-input-placeholder,
.bp-input[type="tel"][disabled]::-webkit-input-placeholder,
.bp-input[type="tel"][readonly]::-webkit-input-placeholder,
.bp-input[type="text"]::-webkit-input-placeholder,
.bp-input[type="text"][disabled]::-webkit-input-placeholder,
.bp-input[type="text"][readonly]::-webkit-input-placeholder,
.bp-input[type="url"]::-webkit-input-placeholder,
.bp-input[type="url"][disabled]::-webkit-input-placeholder,
.bp-input[type="url"][readonly]::-webkit-input-placeholder {
color: #8ca0b3;
}
.bp-input::-moz-placeholder,
.bp-input[disabled]::-moz-placeholder,
.bp-input[readonly]::-moz-placeholder,
.bp-input[type="email"]::-moz-placeholder,
.bp-input[type="email"][disabled]::-moz-placeholder,
.bp-input[type="email"][readonly]::-moz-placeholder,
.bp-input[type="number"]::-moz-placeholder,
.bp-input[type="number"][disabled]::-moz-placeholder,
.bp-input[type="number"][readonly]::-moz-placeholder,
.bp-input[type="password"]::-moz-placeholder,
.bp-input[type="password"][disabled]::-moz-placeholder,
.bp-input[type="password"][readonly]::-moz-placeholder,
.bp-input[type="search"]::-moz-placeholder,
.bp-input[type="search"][disabled]::-moz-placeholder,
.bp-input[type="search"][readonly]::-moz-placeholder,
.bp-input[type="tel"]::-moz-placeholder,
.bp-input[type="tel"][disabled]::-moz-placeholder,
.bp-input[type="tel"][readonly]::-moz-placeholder,
.bp-input[type="text"]::-moz-placeholder,
.bp-input[type="text"][disabled]::-moz-placeholder,
.bp-input[type="text"][readonly]::-moz-placeholder,
.bp-input[type="url"]::-moz-placeholder,
.bp-input[type="url"][disabled]::-moz-placeholder,
.bp-input[type="url"][readonly]::-moz-placeholder {
color: #8ca0b3;
}
.bp-input:-ms-input-placeholder,
.bp-input[disabled]:-ms-input-placeholder,
.bp-input[readonly]:-ms-input-placeholder,
.bp-input[type="email"]:-ms-input-placeholder,
.bp-input[type="email"][disabled]:-ms-input-placeholder,
.bp-input[type="email"][readonly]:-ms-input-placeholder,
.bp-input[type="number"]:-ms-input-placeholder,
.bp-input[type="number"][disabled]:-ms-input-placeholder,
.bp-input[type="number"][readonly]:-ms-input-placeholder,
.bp-input[type="password"]:-ms-input-placeholder,
.bp-input[type="password"][disabled]:-ms-input-placeholder,
.bp-input[type="password"][readonly]:-ms-input-placeholder,
.bp-input[type="search"]:-ms-input-placeholder,
.bp-input[type="search"][disabled]:-ms-input-placeholder,
.bp-input[type="search"][readonly]:-ms-input-placeholder,
.bp-input[type="tel"]:-ms-input-placeholder,
.bp-input[type="tel"][disabled]:-ms-input-placeholder,
.bp-input[type="tel"][readonly]:-ms-input-placeholder,
.bp-input[type="text"]:-ms-input-placeholder,
.bp-input[type="text"][disabled]:-ms-input-placeholder,
.bp-input[type="text"][readonly]:-ms-input-placeholder,
.bp-input[type="url"]:-ms-input-placeholder,
.bp-input[type="url"][disabled]:-ms-input-placeholder,
.bp-input[type="url"][readonly]:-ms-input-placeholder {
color: #8ca0b3;
}
.bp-input:-moz-placeholder,
.bp-input[disabled]:-moz-placeholder,
.bp-input[readonly]:-moz-placeholder,
.bp-input[type="email"]:-moz-placeholder,
.bp-input[type="email"][disabled]:-moz-placeholder,
.bp-input[type="email"][readonly]:-moz-placeholder,
.bp-input[type="number"]:-moz-placeholder,
.bp-input[type="number"][disabled]:-moz-placeholder,
.bp-input[type="number"][readonly]:-moz-placeholder,
.bp-input[type="password"]:-moz-placeholder,
.bp-input[type="password"][disabled]:-moz-placeholder,
.bp-input[type="password"][readonly]:-moz-placeholder,
.bp-input[type="search"]:-moz-placeholder,
.bp-input[type="search"][disabled]:-moz-placeholder,
.bp-input[type="search"][readonly]:-moz-placeholder,
.bp-input[type="tel"]:-moz-placeholder,
.bp-input[type="tel"][disabled]:-moz-placeholder,
.bp-input[type="tel"][readonly]:-moz-placeholder,
.bp-input[type="text"]:-moz-placeholder,
.bp-input[type="text"][disabled]:-moz-placeholder,
.bp-input[type="text"][readonly]:-moz-placeholder,
.bp-input[type="url"]:-moz-placeholder,
.bp-input[type="url"][disabled]:-moz-placeholder,
.bp-input[type="url"][readonly]:-moz-placeholder {
color: #8ca0b3;
}
.bp-input:focus,
.bp-input[disabled]:focus,
.bp-input[readonly]:focus,
.bp-input[type="email"]:focus,
.bp-input[type="email"][disabled]:focus,
.bp-input[type="email"][readonly]:focus,
.bp-input[type="number"]:focus,
.bp-input[type="number"][disabled]:focus,
.bp-input[type="number"][readonly]:focus,
.bp-input[type="password"]:focus,
.bp-input[type="password"][disabled]:focus,
.bp-input[type="password"][readonly]:focus,
.bp-input[type="search"]:focus,
.bp-input[type="search"][disabled]:focus,
.bp-input[type="search"][readonly]:focus,
.bp-input[type="tel"]:focus,
.bp-input[type="tel"][disabled]:focus,
.bp-input[type="tel"][readonly]:focus,
.bp-input[type="text"]:focus,
.bp-input[type="text"][disabled]:focus,
.bp-input[type="text"][readonly]:focus,
.bp-input[type="url"]:focus,
.bp-input[type="url"][disabled]:focus,
.bp-input[type="url"][readonly]:focus {
border: none;
outline: none;
}
.bp-input[disabled],
.bp-input[type="email"][disabled],
.bp-input[type="number"][disabled],
.bp-input[type="password"][disabled],
.bp-input[type="search"][disabled],
.bp-input[type="tel"][disabled],
.bp-input[type="text"][disabled],
.bp-input[type="url"][disabled] {
background-color: #eaeeee;
}
.bp-input[type="number"]::-webkit-inner-spin-button,
.bp-input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.bp-input[type="number"] {
-moz-appearance: textfield;
}
.bp-input__password-strength {
position: absolute;
right: 10px;
top: 5px;
}
.bp-input__password-strength .str-lvl {
height: 7px !important;
width: 16px !important;
background: #d3d3d3;
border-radius: 3.5px;
display: inline-block;
}
.bp-input__password-strength .str-lvl.lvl-one.weak {
background-color: #f76556;
}
.bp-input__password-strength .str-lvl.lvl-one.medium {
background-color: #ffcf33;
}
.bp-input__password-strength .str-lvl.lvl-one.strong {
background-color: #4dcb7b;
}
.bp-input__password-strength .str-lvl.lvl-two.medium {
background-color: #ffcf33;
}
.bp-input__password-strength .str-lvl.lvl-three.strong,
.bp-input__password-strength .str-lvl.lvl-two.strong {
background-color: #4dcb7b;
}
.bp-input--check--wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
font-size: 0.875rem;
line-height: 1.5rem;
}
.bp-input[type="checkbox"],
.bp-input[type="radio"] {
display: none;
}
.bp-input--checkbox,
.bp-input--radio {
cursor: default;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
color: transparent;
text-align: center;
margin-right: 0.5rem;
flex-shrink: 0;
font-size: 0.875rem;
line-height: 1.5rem;
border: 0.0625rem solid #a8bfc4;
transition: all 0.5s;
}
.bp-input--checkbox:hover,
.bp-input--radio:hover {
border-color: #0cc8cc;
}
.bp-input--checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.125rem;
width: 1.3125rem;
height: 1.3125rem;
}
.bp-input--radio {
width: 1.3125rem;
height: 1.3125rem;
border-radius: 1.25rem;
padding: 0.25rem;
background-clip: content-box;
}
.bp-input[type="checkbox"]:checked ~ .bp-input--checkbox,
.bp-input[type="radio"]:checked ~ .bp-input--radio {
color: #fff;
background-color: #0cc8cc;
border-color: #0cc8cc;
}
.bp-input[type="checkbox"]:checked ~ .bp-input--checkbox:hover,
.bp-input[type="radio"]:checked ~ .bp-input--radio:hover {
background-color: #0aa7aa;
border-color: #0aa7aa;
}
.bp-input[type="checkbox"]:checked:not(:disabled) ~ .bp-input--checkbox,
.bp-input[type="radio"]:checked:not(:disabled) ~ .bp-input--radio {
animation: checkbox 0.6s ease;
}
@-webkit-keyframes checkbox {
0% {
transform: scale(1);
}
30% {
transform: scale(1.25, 0.75);
}
40% {
transform: scale(0.75, 1.25);
}
50% {
transform: scale(1.15, 0.85);
}
65% {
transform: scale(0.95, 1.05);
}
75% {
transform: scale(1.05, 0.95);
}
to {
transform: scale(1);
}
}
@-moz-keyframes checkbox {
0% {
transform: scale(1);
}
30% {
transform: scale(1.25, 0.75);
}
40% {
transform: scale(0.75, 1.25);
}
50% {
transform: scale(1.15, 0.85);
}
65% {
transform: scale(0.95, 1.05);
}
75% {
transform: scale(1.05, 0.95);
}
to {
transform: scale(1);
}
}
@keyframes checkbox {
0% {
transform: scale(1);
}
30% {
transform: scale(1.25, 0.75);
}
40% {
transform: scale(0.75, 1.25);
}
50% {
transform: scale(1.15, 0.85);
}
65% {
transform: scale(0.95, 1.05);
}
75% {
transform: scale(1.05, 0.95);
}
to {
transform: scale(1);
}
}
.bp-input[type="checkbox"]:disabled ~ .bp-input--checkbox,
.bp-input[type="checkbox"]:disabled ~ .bp-input--checkbox:hover,
.bp-input[type="radio"]:disabled ~ .bp-input--radio,
.bp-input[type="radio"]:disabled ~ .bp-input--radio:hover {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.bp-input[type="radio"]:disabled:not(:checked) ~ .bp-input--radio {
padding: 0;
}
.bp-input-wrapper {
height: 2.9375rem;
border: 0.0625rem solid #c9dfe4;
border-radius: 0.25rem;
padding: 0.3125rem;
position: relative;
background-color: #fff;
}
.bp-input--with-bullet:after {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #607b99;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.bp-input-wrapper--disabled {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.bp-input-wrapper--focus {
box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
border-color: #0cc8cc;
transition: box-shadow 0.5s ease-in;
}
.bp-input-wrapper--invalid {
border-color: #fb7a6d;
}
.bp-input-wrapper--valid {
border-color: #4dcb7b;
}
.bp-input-check {
position: absolute;
right: 0;
bottom: 0;
background-color: #fff;
font-size: 1.1875rem;
line-height: 0.3125rem;
padding-left: 5px;
}
.bp-label {
margin: 0;
font-size: 0.75rem;
height: 1rem;
line-height: 1rem;
font-weight: 600;
display: block;
}
.blip-select {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.blip-select.bp-input-wrapper {
background-color: #fff;
}
.blip-select.bp-select-wrapper--invalid {
border-color: #fb7a6d;
background-color: #fbeaea;
}
.blip-select.bp-select-wrapper--invalid.bp-input-wrapper--focus label {
color: #fb7a6d;
}
.blip-select.bp-select-wrapper--disabled {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.blip-select__input {
cursor: pointer;
display: block;
border: 0;
background-color: transparent;
outline: none;
width: 100%;
height: 1.1875rem;
margin-top: 0.125rem;
font-family: Nunito Sans, Helvetica, sans-serif;
font-size: 0.875rem;
align-self: center;
position: relative;
z-index: 1;
}
.blip-select__input::-webkit-input-placeholder {
color: #8ca0b3;
}
.blip-select__input::-moz-placeholder {
color: #8ca0b3;
}
.blip-select__input:-ms-input-placeholder {
color: #8ca0b3;
}
.blip-select__input:-moz-placeholder {
color: #8ca0b3;
}
.blip-select__input:focus {
outline: none;
}
.blip-select__options {
background: #fff;
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 500px;
border: 0.0625rem solid #c9dfe4;
border-radius: 0.1875rem;
box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
transform-origin: 0 0;
transform: scale(0);
display: none;
opacity: 0;
transition: 0.2s;
overflow-y: auto;
z-index: 2;
}
.blip-select__options::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.blip-select__options::-webkit-scrollbar-track {
background: none;
}
.blip-select__options::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.blip-select__options ul {
padding: 0;
margin: 0;
list-style: none;
}
.blip-select__options--open-top {
top: auto;
bottom: 100%;
}
.blip-select__option {
padding: 0.5rem 1.0625rem;
color: #52636c;
margin-bottom: 0;
cursor: pointer;
word-break: break-word;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
}
.blip-select__option:focus,
.blip-select__option:hover {
background: #eaeeee;
outline: 0;
}
.blip-select__option.blip-select__empty-option {
cursor: default;
}
.blip-select__option .blip-select__option__label:not(:only-child) {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.blip-select__option .blip-select__option__description {
margin-left: auto;
flex-shrink: 0;
font-size: 0.75rem;
color: #738192;
line-height: 100%;
}
.blip-select__add-option small {
margin-right: 0.3125rem;
color: #fff;
}
.blip-select__add-option div.blip-new-option-text {
margin-top: -0.1875rem;
}
.blip-select__option--selected {
background: #eaeeee;
}
.bp-table,
.bp-table-chart table {
display: table;
table-layout: fixed;
font-family: Nunito Sans, Helvetica, sans-serif;
color: #52636c;
background-color: #fff;
border: 0;
border-collapse: collapse;
border-spacing: 0;
cursor: default;
text-align: center;
align-items: center;
margin: auto;
}
.bp-table-chart table thead,
.bp-table thead {
border-bottom: 0.125rem solid #eaeeee;
}
.bp-table-chart table thead tr,
.bp-table thead tr {
background-color: #fff;
}
.bp-table-chart table thead th,
.bp-table thead th {
height: 3.75rem;
padding: 1.25rem 0.625rem;
font-size: 0.875rem;
line-height: 160%;
font-weight: 600;
border: none;
}
.bp-table-chart table thead th:first-of-type,
.bp-table thead th:first-of-type {
padding-left: 1.5625rem;
}
.bp-table-chart table thead th:last-of-type,
.bp-table thead th:last-of-type {
padding-right: 1.5625rem;
}
.bp-table-chart table tbody tr:nth-child(odd),
.bp-table tbody tr:nth-child(odd) {
background-color: #fff;
}
.bp-table-chart table tbody tr:nth-child(2n),
.bp-table tbody tr:nth-child(2n) {
background-color: #f5f8f9;
}
.bp-table-chart table tbody td,
.bp-table tbody td {
height: 2.9375rem;
padding: 0.625rem;
font-size: 0.875rem;
line-height: 160%;
font-weight: 400;
border: none;
}
.bp-table-chart table tbody td:first-of-type,
.bp-table tbody td:first-of-type {
padding-left: 1.5625rem;
}
.bp-table-chart table tbody td:last-of-type,
.bp-table tbody td:last-of-type {
padding-right: 1.5625rem;
}
.bp-table-chart.bp-table-chart--scroll-y table,
.bp-table.bp-table--scroll-y {
display: flex;
flex-direction: column;
}
.bp-table-chart.bp-table-chart--scroll-y table thead,
.bp-table.bp-table--scroll-y thead {
flex: 0 0 auto;
display: block;
}
.bp-table-chart.bp-table-chart--scroll-y table thead tr,
.bp-table.bp-table--scroll-y thead tr {
width: calc(100% - 1.7 * 0.625rem);
margin-left: auto;
margin-right: auto;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody,
.bp-table.bp-table--scroll-y tbody {
flex: 1 1 auto;
display: block;
overflow-y: auto;
overflow-x: hidden;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody tr,
.bp-table.bp-table--scroll-y tbody tr {
width: 100%;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody::-webkit-scrollbar,
.bp-table.bp-table--scroll-y tbody::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody::-webkit-scrollbar-track,
.bp-table.bp-table--scroll-y tbody::-webkit-scrollbar-track {
background: none;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody::-webkit-scrollbar-thumb,
.bp-table.bp-table--scroll-y tbody::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody tr,
.bp-table-chart.bp-table-chart--scroll-y table thead tr,
.bp-table.bp-table--scroll-y tbody tr,
.bp-table.bp-table--scroll-y thead tr {
display: table;
table-layout: fixed;
}
.bp-table-chart.bp-table-chart--sort table th,
.bp-table.bp-table-chart--sort th {
cursor: pointer;
}
.bp-table-chart.bp-table-chart--sort table th:focus,
.bp-table.bp-table-chart--sort th:focus {
outline: 0;
}
.blip-tag-wrapper {
margin-right: 5px;
position: relative;
font-weight: 400;
display: inline-block;
outline: 0;
max-width: 100%;
}
.blip-tag-select-color,
.blip-tag-wrapper,
.blip-tag__label,
.blip-tag__remove {
font-size: 0.875rem;
line-height: 100%;
}
.blip-tag-select-color {
background: #fff;
box-shadow: 0 1px 12px 0 hsla(195, 8%, 70%, 0.29);
padding: 14px;
margin: 0;
width: 149px;
position: absolute;
top: 160%;
border-radius: 3px;
transform-origin: 0 0;
transition: 0.3s;
list-style: none;
z-index: 2;
box-sizing: border-box;
}
.blip-tag-select-color:focus {
outline: 0;
}
.blip-tag-select-color:before {
content: " ";
position: absolute;
left: 20px;
top: -16px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 16px solid #fff;
}
.blip-tag {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding: 3px 12px;
margin: 0;
border-radius: 20px;
background: #2cc3d5;
max-width: 300px;
transition: max-width 1.2s, max-height 1s cubic-bezier(0, 1, 0, 1);
cursor: pointer;
color: #fff;
}
.blip-tag:focus {
outline: 0;
}
.blip-tag--can-remove .blip-tag:focus {
background: #738192 !important;
}
.blip-tag--compact .blip-tag__remove {
display: none;
}
.blip-tag--compact .blip-tag {
max-width: 15px;
max-height: 15px;
min-width: 15px;
min-height: 15px;
padding: 0;
transition: max-width 0.6s, max-height 0.5s, min-width 0.6s, min-height 0.6s,
padding 0.6s cubic-bezier(0, 1, 0, 1);
}
.blip-tag--compact .blip-tag .blip-tag__label {
opacity: 0;
transition: 60ms;
}
.blip-tag__label {
opacity: 1;
transition: opacity 1.2s;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
word-break: normal;
}
.blip-tag--on-list {
margin: 6px 0;
}
.blip-tag__remove {
display: inline-block;
background: transparent;
border: 0;
cursor: pointer;
height: auto;
min-width: auto;
padding: 0;
margin-left: 0.5rem;
color: #fff;
}
.blip-tag__remove:focus {
outline: none;
}
.blip-tag-color-option {
width: 1.5rem;
height: 1.5rem;
margin: 0.1875rem;
border-radius: 4px;
cursor: pointer;
display: inline-block;
}
.blip-tags {
border: 1px solid #52636c;
border-radius: 3px;
padding: 4px 5px;
position: relative;
cursor: pointer;
display: block;
text-align: left;
}
.blip-tags:hover {
border-color: #738192;
}
.blip-tags .blip-select {
min-width: 85px;
display: inline-flex;
flex: 2 0;
}
.blip-tags .blip-select.bp-input-wrapper--focus {
box-shadow: none;
}
.blip-tags .blip-select .blip-select__input {
cursor: pointer;
}
.blip-tags .bp-input-wrapper {
height: 1.625rem;
border: 0;
padding: 0;
margin-top: 3px;
position: static;
}
.blip-tags.bp-input-wrapper--focus {
box-shadow: none;
border-color: #0cc8cc;
}
.blip-tags .blip-select__options {
border: 0;
}
.blip-select__add-option {
background: #0cc8cc;
border: 0;
color: #fff;
}
.blip-select__add-option:focus,
.blip-select__add-option:hover {
background: #0cc8cc;
outline: 0;
}
.blip-tags--compact-mode {
border: 0;
}
.blip-tag-container .blip-tag {
margin-right: 5px;
}
.blip-tags-list {
display: inline-block;
}
.blip-tag__label-option {
border-radius: 20px;
color: #fff;
display: inline-block;
padding: 3px 12px;
font-size: 0.875rem;
}
.bp-textarea-wrapper {
min-height: 2.9375rem;
border: 0.0625rem solid #c9dfe4;
border-radius: 0.25rem;
padding: 0.1875rem 0.3125rem;
position: relative;
background-color: #fff;
}
.bp-textarea-wrapper--focus {
box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
border-color: #0cc8cc;
transition: box-shadow 0.5s ease-in;
}
.bp-textarea-wrapper--disabled {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.bp-textarea-wrapper--invalid {
border-color: #fb7a6d;
}
.bp-textarea,
.bp-textarea[disabled],
.bp-textarea[readonly] {
resize: none;
border: none;
font-size: 0.875rem;
padding: 0;
overflow-y: auto;
width: 100%;
height: 4.5rem;
line-height: 1.5rem;
display: block;
margin-top: 0.125rem;
}
.bp-textarea::-webkit-input-placeholder,
.bp-textarea[disabled]::-webkit-input-placeholder,
.bp-textarea[readonly]::-webkit-input-placeholder {
color: #8ca0b3;
}
.bp-textarea::-moz-placeholder,
.bp-textarea[disabled]::-moz-placeholder,
.bp-textarea[readonly]::-moz-placeholder {
color: #8ca0b3;
}
.bp-textarea:-ms-input-placeholder,
.bp-textarea[disabled]:-ms-input-placeholder,
.bp-textarea[readonly]:-ms-input-placeholder {
color: #8ca0b3;
}
.bp-textarea:-moz-placeholder,
.bp-textarea[disabled]:-moz-placeholder,
.bp-textarea[readonly]:-moz-placeholder {
color: #8ca0b3;
}
.bp-textarea::-webkit-scrollbar,
.bp-textarea[disabled]::-webkit-scrollbar,
.bp-textarea[readonly]::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.bp-textarea::-webkit-scrollbar-track,
.bp-textarea[disabled]::-webkit-scrollbar-track,
.bp-textarea[readonly]::-webkit-scrollbar-track {
background: none;
}
.bp-textarea::-webkit-scrollbar-thumb,
.bp-textarea[disabled]::-webkit-scrollbar-thumb,
.bp-textarea[readonly]::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.bp-textarea:focus,
.bp-textarea[disabled]:focus,
.bp-textarea[readonly]:focus {
border: none;
outline: none;
}
.bp-textarea,
.bp-textarea[readonly] {
background: #fff;
}
.bp-textarea[disabled] {
background: #eaeeee;
}
.bp-loading {
margin-left: auto;
margin-right: auto;
position: relative;
width: 40px;
height: 40px;
}
.bp-loading--small {
width: 25px;
height: 25px;
}
.bp-loading .bp-loading__circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.bp-loading .bp-loading__circle:before {
content: "";
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #c9dfe4;
border-radius: 100%;
-webkit-animation: bp-loadingBounceDelay 1.2s infinite ease-in-out both;
animation: bp-loadingBounceDelay 1.2s infinite ease-in-out both;
}
.bp-loading.dark-background .bp-loading__circle:before {
background-color: #fff;
}
.bp-loading .bp-loading2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.bp-loading .bp-loading3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.bp-loading .bp-loading4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.bp-loading .bp-loading5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.bp-loading .bp-loading6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.bp-loading .bp-loading7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.bp-loading .bp-loading8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.bp-loading .bp-loading9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.bp-loading .bp-loading10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.bp-loading .bp-loading11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.bp-loading .bp-loading12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.bp-loading .bp-loading2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.bp-loading .bp-loading3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.bp-loading .bp-loading4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.bp-loading .bp-loading5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.bp-loading .bp-loading6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.bp-loading .bp-loading7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.bp-loading .bp-loading8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.bp-loading .bp-loading9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.bp-loading .bp-loading10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.bp-loading .bp-loading11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.bp-loading .bp-loading12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes bp-loadingBounceDelay {
0%,
80%,
to {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bp-loadingBounceDelay {
0%,
80%,
to {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.bp-modal {
position: fixed;
z-index: 1000;
}
.bp-modal,
.bp-modal__overlay {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bp-modal__overlay {
position: absolute;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}
.bp-modal__container {
position: relative;
z-index: 2;
background: #fff;
margin: 0 auto;
padding: 2.8125rem 1.25rem;
top: 50%;
transform: translateY(-50%);
max-width: 90%;
}
@media screen and (min-width: 992px) {
.bp-modal__container {
max-width: 70%;
}
}
@media screen and (min-width: 1200px) {
.bp-modal__container {
max-width: 40%;
}
}
.bp-modal__container__footer {
text-align: right;
}
.bp-modal__container__body,
.bp-modal__container__footer {
padding: 0 4.375rem;
}
.bp-modal__cancel-button {
margin-right: 0.9375rem;
}
.bp-modal-template {
display: none;
}
.bp-tabs-container {
display: flex;
flex-direction: column;
}
.bp-tabs-container ul.bp-tab-nav {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: nowrap;
overflow: visible;
border-bottom: thin solid #ccc;
}
.bp-tabs-container ul.bp-tab-nav li {
position: relative;
bottom: -1px;
padding: 10px 20px;
margin: 0 5px;
white-space: nowrap;
}
.bp-tabs-container ul.bp-tab-nav li:first-child {
margin-left: 0;
}
.bp-tabs-container ul.bp-tab-nav li:last-child {
margin-right: 0;
}
.bp-tabs-container ul.bp-tab-nav li a {
color: inherit;
text-decoration: none;
font-size: 15px;
font-weight: 600;
line-height: 1.5rem;
}
.bp-tabs-container ul.bp-tab-nav li.bp-tab-active {
border-bottom: 4px solid;
border-image: linear-gradient(90deg, #51dbe3 0, #28b4c3);
border-image-slice: 1;
}
.bp-tabs-container ul.bp-tab-nav li.bp-tab-active a {
color: #2cc3d5;
}
.bp-tabs-container .bp-tab-content {
display: none;
padding: 45px 10px 10px;
}
.bp-tabs-container .bp-tab-content.bp-tab-content-visible {
display: block;
}
.bp-navbar {
box-sizing: border-box;
min-height: 5rem;
padding: 1.25rem 3.4375rem;
display: flex;
justify-content: space-between;
}
.bp-navbar .bp-navbar__left {
display: flex;
align-items: center;
}
.bp-navbar .bp-navbar__left .bp-navbar__logo {
width: 38px;
height: 38px;
padding-right: 1.875rem;
}
.bp-navbar .bp-navbar__left nav {
text-transform: uppercase;
font-size: 0.75rem;
font-weight: 600;
padding-left: 1rem;
}
.bp-navbar .bp-navbar__left nav a {
display: inline-block;
color: #dce6ec;
text-decoration: none;
padding: 0 0.5rem;
}
.bp-navbar .bp-navbar__right {
display: flex;
align-items: center;
}
.bp-card {
box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
-o-box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
-webkit-box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
-moz-box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
padding: 2.5rem 3.75rem;
position: relative;
background-color: #fff;
margin-top: 0.9375rem;
}
.bp-card.bp-card--left-arrow:after {
margin-left: -0.46875rem;
left: 2.5rem;
}
.bp-card.bp-card--left-arrow:after,
.bp-card.bp-card--right-arrow:after {
content: "";
position: absolute;
width: 0;
height: 0;
top: 0;
box-sizing: border-box;
border: 0.46875rem solid #000;
border-color: #fff #fff transparent transparent;
transform-origin: 0 0;
transform: rotate(-45deg);
box-shadow: 3px -3px 3px 0 rgba(181, 205, 211, 0.03);
}
.bp-card.bp-card--right-arrow:after {
margin-right: -0.46875rem;
right: 2.5rem;
}
.bp-toasts {
display: flex;
flex-flow: column;
align-items: flex-start;
position: fixed;
width: 100%;
bottom: 20px;
z-index: 100;
margin: 0 10px 10px 5px;
}
.bp-toasts .bp-toast {
position: relative;
max-width: 30%;
white-space: pre-wrap;
border-radius: 10px;
padding: 9px 5px;
font-size: 0.875rem;
margin: 5px;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
top: 100px;
opacity: 0;
}
.bp-toasts .bp-toast.bp-toast--info {
background-image: linear-gradient(90deg, #00bafe, #00d0ed);
}
.bp-toasts .bp-toast.bp-toast--success {
background-image: linear-gradient(90deg, #00e4e8, #00d3be);
}
.bp-toasts .bp-toast.bp-toast--warning {
background-image: linear-gradient(90deg, #ffbd4e, #ffb04f);
}
.bp-toasts .bp-toast.bp-toast--danger {
background-image: linear-gradient(90deg, #ff654b, #ff807f);
}
.bp-toasts .bp-toast.bp-toast--refresh {
background-image: linear-gradient(90deg, #03a7ea, #006ffe);
}
.bp-toasts .bp-toast svg {
width: 24px;
fill: #fff;
padding: 0.5rem 0.625rem;
}
.bp-toasts .bp-toast p {
flex-grow: 1;
padding: 0 10px;
text-align: center;
}
.bp-toasts .bp-toast__show {
transform: translateY(-100px);
opacity: 1;
transition: transform 0.8s, opacity 0.8s;
}
.bp-carousel {
display: flex;
width: 100%;
align-items: center;
}
.bp-carousel button {
all: unset;
border: none;
cursor: pointer;
overflow: visible;
background-color: transparent !important;
}
.bp-carousel button:disabled {
opacity: 0.5;
background-color: transparent !important;
cursor: not-allowed;
}
.bp-carousel button:disabled svg {
cursor: not-allowed !important;
}
.bp-carousel button:focus {
outline: none;
}
.bp-carousel button svg {
width: 30px;
fill: #c9dfe4;
}
.bp-carousel .bp-carousel-container {
padding: 0 20px;
flex-grow: 1;
display: flex;
flex-wrap: nowrap;
overflow: hidden;
scroll-behavior: smooth;
}
.bp-carousel .bp-carousel-container .bp-carousel-item {
flex-shrink: 0;
}
.bp-c-bot {
color: #2cc3d5;
}
.bp-bc-bot {
border-color: #2cc3d5;
}
.bp-bg-bot {
background-color: #2cc3d5;
}
.bp-fill-bot,
.bp-fill-bot--active:active,
.bp-fill-bot--active:active use,
.bp-fill-bot--disabled:disabled,
.bp-fill-bot--disabled:disabled:active,
.bp-fill-bot--disabled:disabled:active use,
.bp-fill-bot--disabled:disabled:hover,
.bp-fill-bot--disabled:disabled:hover use,
.bp-fill-bot--disabled:disabled use,
.bp-fill-bot--hover:hover,
.bp-fill-bot--hover:hover use,
.bp-fill-bot use {
fill: #2cc3d5;
}
.bp-c-blip-light {
color: #0cc8cc;
}
.bp-bc-blip-light {
border-color: #0cc8cc;
}
.bp-bg-blip-light {
background-color: #0cc8cc;
}
.bp-fill-blip-light,
.bp-fill-blip-light--active:active,
.bp-fill-blip-light--active:active use,
.bp-fill-blip-light--disabled:disabled,
.bp-fill-blip-light--disabled:disabled:active,
.bp-fill-blip-light--disabled:disabled:active use,
.bp-fill-blip-light--disabled:disabled:hover,
.bp-fill-blip-light--disabled:disabled:hover use,
.bp-fill-blip-light--disabled:disabled use,
.bp-fill-blip-light--hover:hover,
.bp-fill-blip-light--hover:hover use,
.bp-fill-blip-light use {
fill: #0cc8cc;
}
.bp-c-blip-dark {
color: #15afb2;
}
.bp-bc-blip-dark {
border-color: #15afb2;
}
.bp-bg-blip-dark {
background-color: #15afb2;
}
.bp-fill-blip-dark,
.bp-fill-blip-dark--active:active,
.bp-fill-blip-dark--active:active use,
.bp-fill-blip-dark--disabled:disabled,
.bp-fill-blip-dark--disabled:disabled:active,
.bp-fill-blip-dark--disabled:disabled:active use,
.bp-fill-blip-dark--disabled:disabled:hover,
.bp-fill-blip-dark--disabled:disabled:hover use,
.bp-fill-blip-dark--disabled:disabled use,
.bp-fill-blip-dark--hover:hover,
.bp-fill-blip-dark--hover:hover use,
.bp-fill-blip-dark use {
fill: #15afb2;
}
.bp-c-wind {
color: #ade7ee;
}
.bp-bc-wind {
border-color: #ade7ee;
}
.bp-bg-wind {
background-color: #ade7ee;
}
.bp-fill-wind,
.bp-fill-wind--active:active,
.bp-fill-wind--active:active use,
.bp-fill-wind--disabled:disabled,
.bp-fill-wind--disabled:disabled:active,
.bp-fill-wind--disabled:disabled:active use,
.bp-fill-wind--disabled:disabled:hover,
.bp-fill-wind--disabled:disabled:hover use,
.bp-fill-wind--disabled:disabled use,
.bp-fill-wind--hover:hover,
.bp-fill-wind--hover:hover use,
.bp-fill-wind use {
fill: #ade7ee;
}
.bp-c-smurf {
color: #55cfff;
}
.bp-bc-smurf {
border-color: #55cfff;
}
.bp-bg-smurf {
background-color: #55cfff;
}
.bp-fill-smurf,
.bp-fill-smurf--active:active,
.bp-fill-smurf--active:active use,
.bp-fill-smurf--disabled:disabled,
.bp-fill-smurf--disabled:disabled:active,
.bp-fill-smurf--disabled:disabled:active use,
.bp-fill-smurf--disabled:disabled:hover,
.bp-fill-smurf--disabled:disabled:hover use,
.bp-fill-smurf--disabled:disabled use,
.bp-fill-smurf--hover:hover,
.bp-fill-smurf--hover:hover use,
.bp-fill-smurf use {
fill: #55cfff;
}
.bp-c-sea {
color: #517bf2;
}
.bp-bc-sea {
border-color: #517bf2;
}
.bp-bg-sea {
background-color: #517bf2;
}
.bp-fill-sea,
.bp-fill-sea--active:active,
.bp-fill-sea--active:active use,
.bp-fill-sea--disabled:disabled,
.bp-fill-sea--disabled:disabled:active,
.bp-fill-sea--disabled:disabled:active use,
.bp-fill-sea--disabled:disabled:hover,
.bp-fill-sea--disabled:disabled:hover use,
.bp-fill-sea--disabled:disabled use,
.bp-fill-sea--hover:hover,
.bp-fill-sea--hover:hover use,
.bp-fill-sea use {
fill: #517bf2;
}
.bp-c-blue-jeans {
color: #2c2a46;
}
.bp-bc-blue-jeans {
border-color: #2c2a46;
}
.bp-bg-blue-jeans {
background-color: #2c2a46;
}
.bp-fill-blue-jeans,
.bp-fill-blue-jeans--active:active,
.bp-fill-blue-jeans--active:active use,
.bp-fill-blue-jeans--disabled:disabled,
.bp-fill-blue-jeans--disabled:disabled:active,
.bp-fill-blue-jeans--disabled:disabled:active use,
.bp-fill-blue-jeans--disabled:disabled:hover,
.bp-fill-blue-jeans--disabled:disabled:hover use,
.bp-fill-blue-jeans--disabled:disabled use,
.bp-fill-blue-jeans--hover:hover,
.bp-fill-blue-jeans--hover:hover use,
.bp-fill-blue-jeans use {
fill: #2c2a46;
}
.bp-c-true {
color: #4dcb7b;
}
.bp-bc-true {
border-color: #4dcb7b;
}
.bp-bg-true {
background-color: #4dcb7b;
}
.bp-fill-true,
.bp-fill-true--active:active,
.bp-fill-true--active:active use,
.bp-fill-true--disabled:disabled,
.bp-fill-true--disabled:disabled:active,
.bp-fill-true--disabled:disabled:active use,
.bp-fill-true--disabled:disabled:hover,
.bp-fill-true--disabled:disabled:hover use,
.bp-fill-true--disabled:disabled use,
.bp-fill-true--hover:hover,
.bp-fill-true--hover:hover use,
.bp-fill-true use {
fill: #4dcb7b;
}
.bp-c-true-dark {
color: #37bd68;
}
.bp-bc-true-dark {
border-color: #37bd68;
}
.bp-bg-true-dark {
background-color: #37bd68;
}
.bp-fill-true-dark,
.bp-fill-true-dark--active:active,
.bp-fill-true-dark--active:active use,
.bp-fill-true-dark--disabled:disabled,
.bp-fill-true-dark--disabled:disabled:active,
.bp-fill-true-dark--disabled:disabled:active use,
.bp-fill-true-dark--disabled:disabled:hover,
.bp-fill-true-dark--disabled:disabled:hover use,
.bp-fill-true-dark--disabled:disabled use,
.bp-fill-true-dark--hover:hover,
.bp-fill-true-dark--hover:hover use,
.bp-fill-true-dark use {
fill: #37bd68;
}
.bp-c-warning-yellow {
color: #ffcf33;
}
.bp-bc-warning-yellow {
border-color: #ffcf33;
}
.bp-bg-warning-yellow {
background-color: #ffcf33;
}
.bp-fill-warning-yellow,
.bp-fill-warning-yellow--active:active,
.bp-fill-warning-yellow--active:active use,
.bp-fill-warning-yellow--disabled:disabled,
.bp-fill-warning-yellow--disabled:disabled:active,
.bp-fill-warning-yellow--disabled:disabled:active use,
.bp-fill-warning-yellow--disabled:disabled:hover,
.bp-fill-warning-yellow--disabled:disabled:hover use,
.bp-fill-warning-yellow--disabled:disabled use,
.bp-fill-warning-yellow--hover:hover,
.bp-fill-warning-yellow--hover:hover use,
.bp-fill-warning-yellow use {
fill: #ffcf33;
}
.bp-c-cheetos {
color: #f9b42f;
}
.bp-bc-cheetos {
border-color: #f9b42f;
}
.bp-bg-cheetos {
background-color: #f9b42f;
}
.bp-fill-cheetos,
.bp-fill-cheetos--active:active,
.bp-fill-cheetos--active:active use,
.bp-fill-cheetos--disabled:disabled,
.bp-fill-cheetos--disabled:disabled:active,
.bp-fill-cheetos--disabled:disabled:active use,
.bp-fill-cheetos--disabled:disabled:hover,
.bp-fill-cheetos--disabled:disabled:hover use,
.bp-fill-cheetos--disabled:disabled use,
.bp-fill-cheetos--hover:hover,
.bp-fill-cheetos--hover:hover use,
.bp-fill-cheetos use {
fill: #f9b42f;
}
.bp-c-doritos {
color: #f99b45;
}
.bp-bc-doritos {
border-color: #f99b45;
}
.bp-bg-doritos {
background-color: #f99b45;
}
.bp-fill-doritos,
.bp-fill-doritos--active:active,
.bp-fill-doritos--active:active use,
.bp-fill-doritos--disabled:disabled,
.bp-fill-doritos--disabled:disabled:active,
.bp-fill-doritos--disabled:disabled:active use,
.bp-fill-doritos--disabled:disabled:hover,
.bp-fill-doritos--disabled:disabled:hover use,
.bp-fill-doritos--disabled:disabled use,
.bp-fill-doritos--hover:hover,
.bp-fill-doritos--hover:hover use,
.bp-fill-doritos use {
fill: #f99b45;
}
.bp-c-warning-light {
color: #fbeaea;
}
.bp-bc-warning-light {
border-color: #fbeaea;
}
.bp-bg-warning-light {
background-color: #fbeaea;
}
.bp-fill-warning-light,
.bp-fill-warning-light--active:active,
.bp-fill-warning-light--active:active use,
.bp-fill-warning-light--disabled:disabled,
.bp-fill-warning-light--disabled:disabled:active,
.bp-fill-warning-light--disabled:disabled:active use,
.bp-fill-warning-light--disabled:disabled:hover,
.bp-fill-warning-light--disabled:disabled:hover use,
.bp-fill-warning-light--disabled:disabled use,
.bp-fill-warning-light--hover:hover,
.bp-fill-warning-light--hover:hover use,
.bp-fill-warning-light use {
fill: #fbeaea;
}
.bp-c-delete {
color: #fb7a6d;
}
.bp-bc-delete {
border-color: #fb7a6d;
}
.bp-bg-delete {
background-color: #fb7a6d;
}
.bp-fill-delete,
.bp-fill-delete--active:active,
.bp-fill-delete--active:active use,
.bp-fill-delete--disabled:disabled,
.bp-fill-delete--disabled:disabled:active,
.bp-fill-delete--disabled:disabled:active use,
.bp-fill-delete--disabled:disabled:hover,
.bp-fill-delete--disabled:disabled:hover use,
.bp-fill-delete--disabled:disabled use,
.bp-fill-delete--hover:hover,
.bp-fill-delete--hover:hover use,
.bp-fill-delete use {
fill: #fb7a6d;
}
.bp-c-delete-dark {
color: #fa5a4a;
}
.bp-bc-delete-dark {
border-color: #fa5a4a;
}
.bp-bg-delete-dark {
background-color: #fa5a4a;
}
.bp-fill-delete-dark,
.bp-fill-delete-dark--active:active,
.bp-fill-delete-dark--active:active use,
.bp-fill-delete-dark--disabled:disabled,
.bp-fill-delete-dark--disabled:disabled:active,
.bp-fill-delete-dark--disabled:disabled:active use,
.bp-fill-delete-dark--disabled:disabled:hover,
.bp-fill-delete-dark--disabled:disabled:hover use,
.bp-fill-delete-dark--disabled:disabled use,
.bp-fill-delete-dark--hover:hover,
.bp-fill-delete-dark--hover:hover use,
.bp-fill-delete-dark use {
fill: #fa5a4a;
}
.bp-c-warning {
color: #f76556;
}
.bp-bc-warning {
border-color: #f76556;
}
.bp-bg-warning {
background-color: #f76556;
}
.bp-fill-warning,
.bp-fill-warning--active:active,
.bp-fill-warning--active:active use,
.bp-fill-warning--disabled:disabled,
.bp-fill-warning--disabled:disabled:active,
.bp-fill-warning--disabled:disabled:active use,
.bp-fill-warning--disabled:disabled:hover,
.bp-fill-warning--disabled:disabled:hover use,
.bp-fill-warning--disabled:disabled use,
.bp-fill-warning--hover:hover,
.bp-fill-warning--hover:hover use,
.bp-fill-warning use {
fill: #f76556;
}
.bp-c-watermelon {
color: #f66689;
}
.bp-bc-watermelon {
border-color: #f66689;
}
.bp-bg-watermelon {
background-color: #f66689;
}
.bp-fill-watermelon,
.bp-fill-watermelon--active:active,
.bp-fill-watermelon--active:active use,
.bp-fill-watermelon--disabled:disabled,
.bp-fill-watermelon--disabled:disabled:active,
.bp-fill-watermelon--disabled:disabled:active use,
.bp-fill-watermelon--disabled:disabled:hover,
.bp-fill-watermelon--disabled:disabled:hover use,
.bp-fill-watermelon--disabled:disabled use,
.bp-fill-watermelon--hover:hover,
.bp-fill-watermelon--hover:hover use,
.bp-fill-watermelon use {
fill: #f66689;
}
.bp-c-piano {
color: #191919;
}
.bp-bc-piano {
border-color: #191919;
}
.bp-bg-piano {
background-color: #191919;
}
.bp-fill-piano,
.bp-fill-piano--active:active,
.bp-fill-piano--active:active use,
.bp-fill-piano--disabled:disabled,
.bp-fill-piano--disabled:disabled:active,
.bp-fill-piano--disabled:disabled:active use,
.bp-fill-piano--disabled:disabled:hover,
.bp-fill-piano--disabled:disabled:hover use,
.bp-fill-piano--disabled:disabled use,
.bp-fill-piano--hover:hover,
.bp-fill-piano--hover:hover use,
.bp-fill-piano use {
fill: #191919;
}
.bp-c-elevator {
color: #333;
}
.bp-bc-elevator {
border-color: #333;
}
.bp-bg-elevator {
background-color: #333;
}
.bp-fill-elevator,
.bp-fill-elevator--active:active,
.bp-fill-elevator--active:active use,
.bp-fill-elevator--disabled:disabled,
.bp-fill-elevator--disabled:disabled:active,
.bp-fill-elevator--disabled:disabled:active use,
.bp-fill-elevator--disabled:disabled:hover,
.bp-fill-elevator--disabled:disabled:hover use,
.bp-fill-elevator--disabled:disabled use,
.bp-fill-elevator--hover:hover,
.bp-fill-elevator--hover:hover use,
.bp-fill-elevator use {
fill: #333;
}
.bp-c-console {
color: #1d1d1d;
}
.bp-bc-console {
border-color: #1d1d1d;
}
.bp-bg-console {
background-color: #1d1d1d;
}
.bp-fill-console,
.bp-fill-console--active:active,
.bp-fill-console--active:active use,
.bp-fill-console--disabled:disabled,
.bp-fill-console--disabled:disabled:active,
.bp-fill-console--disabled:disabled:active use,
.bp-fill-console--disabled:disabled:hover,
.bp-fill-console--disabled:disabled:hover use,
.bp-fill-console--disabled:disabled use,
.bp-fill-console--hover:hover,
.bp-fill-console--hover:hover use,
.bp-fill-console use {
fill: #1d1d1d;
}
.bp-c-obsidian {
color: #1a272f;
}
.bp-bc-obsidian {
border-color: #1a272f;
}
.bp-bg-obsidian {
background-color: #1a272f;
}
.bp-fill-obsidian,
.bp-fill-obsidian--active:active,
.bp-fill-obsidian--active:active use,
.bp-fill-obsidian--disabled:disabled,
.bp-fill-obsidian--disabled:disabled:active,
.bp-fill-obsidian--disabled:disabled:active use,
.bp-fill-obsidian--disabled:disabled:hover,
.bp-fill-obsidian--disabled:disabled:hover use,
.bp-fill-obsidian--disabled:disabled use,
.bp-fill-obsidian--hover:hover,
.bp-fill-obsidian--hover:hover use,
.bp-fill-obsidian use {
fill: #1a272f;
}
.bp-c-onix {
color: #242b36;
}
.bp-bc-onix {
border-color: #242b36;
}
.bp-bg-onix {
background-color: #242b36;
}
.bp-fill-onix,
.bp-fill-onix--active:active,
.bp-fill-onix--active:active use,
.bp-fill-onix--disabled:disabled,
.bp-fill-onix--disabled:disabled:active,
.bp-fill-onix--disabled:disabled:active use,
.bp-fill-onix--disabled:disabled:hover,
.bp-fill-onix--disabled:disabled:hover use,
.bp-fill-onix--disabled:disabled use,
.bp-fill-onix--hover:hover,
.bp-fill-onix--hover:hover use,
.bp-fill-onix use {
fill: #242b36;
}
.bp-c-suit {
color: #3d4554;
}
.bp-bc-suit {
border-color: #3d4554;
}
.bp-bg-suit {
background-color: #3d4554;
}
.bp-fill-suit,
.bp-fill-suit--active:active,
.bp-fill-suit--active:active use,
.bp-fill-suit--disabled:disabled,
.bp-fill-suit--disabled:disabled:active,
.bp-fill-suit--disabled:disabled:active use,
.bp-fill-suit--disabled:disabled:hover,
.bp-fill-suit--disabled:disabled:hover use,
.bp-fill-suit--disabled:disabled use,
.bp-fill-suit--hover:hover,
.bp-fill-suit--hover:hover use,
.bp-fill-suit use {
fill: #3d4554;
}
.bp-c-city {
color: #52636c;
}
.bp-bc-city {
border-color: #52636c;
}
.bp-bg-city {
background-color: #52636c;
}
.bp-fill-city,
.bp-fill-city--active:active,
.bp-fill-city--active:active use,
.bp-fill-city--disabled:disabled,
.bp-fill-city--disabled:disabled:active,
.bp-fill-city--disabled:disabled:active use,
.bp-fill-city--disabled:disabled:hover,
.bp-fill-city--disabled:disabled:hover use,
.bp-fill-city--disabled:disabled use,
.bp-fill-city--hover:hover,
.bp-fill-city--hover:hover use,
.bp-fill-city use {
fill: #52636c;
}
.bp-c-city-dark {
color: #435058;
}
.bp-bc-city-dark {
border-color: #435058;
}
.bp-bg-city-dark {
background-color: #435058;
}
.bp-fill-city-dark,
.bp-fill-city-dark--active:active,
.bp-fill-city-dark--active:active use,
.bp-fill-city-dark--disabled:disabled,
.bp-fill-city-dark--disabled:disabled:active,
.bp-fill-city-dark--disabled:disabled:active use,
.bp-fill-city-dark--disabled:disabled:hover,
.bp-fill-city-dark--disabled:disabled:hover use,
.bp-fill-city-dark--disabled:disabled use,
.bp-fill-city-dark--hover:hover,
.bp-fill-city-dark--hover:hover use,
.bp-fill-city-dark use {
fill: #435058;
}
.bp-c-city-light {
color: #617680;
}
.bp-bc-city-light {
border-color: #617680;
}
.bp-bg-city-light {
background-color: #617680;
}
.bp-fill-city-light,
.bp-fill-city-light--active:active,
.bp-fill-city-light--active:active use,
.bp-fill-city-light--disabled:disabled,
.bp-fill-city-light--disabled:disabled:active,
.bp-fill-city-light--disabled:disabled:active use,
.bp-fill-city-light--disabled:disabled:hover,
.bp-fill-city-light--disabled:disabled:hover use,
.bp-fill-city-light--disabled:disabled use,
.bp-fill-city-light--hover:hover,
.bp-fill-city-light--hover:hover use,
.bp-fill-city-light use {
fill: #617680;
}
.bp-c-desk {
color: #607b99;
}
.bp-bc-desk {
border-color: #607b99;
}
.bp-bg-desk {
background-color: #607b99;
}
.bp-fill-desk,
.bp-fill-desk--active:active,
.bp-fill-desk--active:active use,
.bp-fill-desk--disabled:disabled,
.bp-fill-desk--disabled:disabled:active,
.bp-fill-desk--disabled:disabled:active use,
.bp-fill-desk--disabled:disabled:hover,
.bp-fill-desk--disabled:disabled:hover use,
.bp-fill-desk--disabled:disabled use,
.bp-fill-desk--hover:hover,
.bp-fill-desk--hover:hover use,
.bp-fill-desk use {
fill: #607b99;
}
.bp-c-rooftop {
color: #738192;
}
.bp-bc-rooftop {
border-color: #738192;
}
.bp-bg-rooftop {
background-color: #738192;
}
.bp-fill-rooftop,
.bp-fill-rooftop--active:active,
.bp-fill-rooftop--active:active use,
.bp-fill-rooftop--disabled:disabled,
.bp-fill-rooftop--disabled:disabled:active,
.bp-fill-rooftop--disabled:disabled:active use,
.bp-fill-rooftop--disabled:disabled:hover,
.bp-fill-rooftop--disabled:disabled:hover use,
.bp-fill-rooftop--disabled:disabled use,
.bp-fill-rooftop--hover:hover,
.bp-fill-rooftop--hover:hover use,
.bp-fill-rooftop use {
fill: #738192;
}
.bp-c-cloud {
color: #8ca0b3;
}
.bp-bc-cloud {
border-color: #8ca0b3;
}
.bp-bg-cloud {
background-color: #8ca0b3;
}
.bp-fill-cloud,
.bp-fill-cloud--active:active,
.bp-fill-cloud--active:active use,
.bp-fill-cloud--disabled:disabled,
.bp-fill-cloud--disabled:disabled:active,
.bp-fill-cloud--disabled:disabled:active use,
.bp-fill-cloud--disabled:disabled:hover,
.bp-fill-cloud--disabled:disabled:hover use,
.bp-fill-cloud--disabled:disabled use,
.bp-fill-cloud--hover:hover,
.bp-fill-cloud--hover:hover use,
.bp-fill-cloud use {
fill: #8ca0b3;
}
.bp-c-silver {
color: #94a3ab;
}
.bp-bc-silver {
border-color: #94a3ab;
}
.bp-bg-silver {
background-color: #94a3ab;
}
.bp-fill-silver,
.bp-fill-silver--active:active,
.bp-fill-silver--active:active use,
.bp-fill-silver--disabled:disabled,
.bp-fill-silver--disabled:disabled:active,
.bp-fill-silver--disabled:disabled:active use,
.bp-fill-silver--disabled:disabled:hover,
.bp-fill-silver--disabled:disabled:hover use,
.bp-fill-silver--disabled:disabled use,
.bp-fill-silver--hover:hover,
.bp-fill-silver--hover:hover use,
.bp-fill-silver use {
fill: #94a3ab;
}
.bp-c-time {
color: #a8bfc4;
}
.bp-bc-time {
border-color: #a8bfc4;
}
.bp-bg-time {
background-color: #a8bfc4;
}
.bp-fill-time,
.bp-fill-time--active:active,
.bp-fill-time--active:active use,
.bp-fill-time--disabled:disabled,
.bp-fill-time--disabled:disabled:active,
.bp-fill-time--disabled:disabled:active use,
.bp-fill-time--disabled:disabled:hover,
.bp-fill-time--disabled:disabled:hover use,
.bp-fill-time--disabled:disabled use,
.bp-fill-time--hover:hover,
.bp-fill-time--hover:hover use,
.bp-fill-time use {
fill: #a8bfc4;
}
.bp-c-breeze {
color: #c9dfe4;
}
.bp-bc-breeze {
border-color: #c9dfe4;
}
.bp-bg-breeze {
background-color: #c9dfe4;
}
.bp-fill-breeze,
.bp-fill-breeze--active:active,
.bp-fill-breeze--active:active use,
.bp-fill-breeze--disabled:disabled,
.bp-fill-breeze--disabled:disabled:active,
.bp-fill-breeze--disabled:disabled:active use,
.bp-fill-breeze--disabled:disabled:hover,
.bp-fill-breeze--disabled:disabled:hover use,
.bp-fill-breeze--disabled:disabled use,
.bp-fill-breeze--hover:hover,
.bp-fill-breeze--hover:hover use,
.bp-fill-breeze use {
fill: #c9dfe4;
}
.bp-c-sky {
color: #daf2f4;
}
.bp-bc-sky {
border-color: #daf2f4;
}
.bp-bg-sky {
background-color: #daf2f4;
}
.bp-fill-sky,
.bp-fill-sky--active:active,
.bp-fill-sky--active:active use,
.bp-fill-sky--disabled:disabled,
.bp-fill-sky--disabled:disabled:active,
.bp-fill-sky--disabled:disabled:active use,
.bp-fill-sky--disabled:disabled:hover,
.bp-fill-sky--disabled:disabled:hover use,
.bp-fill-sky--disabled:disabled use,
.bp-fill-sky--hover:hover,
.bp-fill-sky--hover:hover use,
.bp-fill-sky use {
fill: #daf2f4;
}
.bp-c-offwhite {
color: #eaeeee;
}
.bp-bc-offwhite {
border-color: #eaeeee;
}
.bp-bg-offwhite {
background-color: #eaeeee;
}
.bp-fill-offwhite,
.bp-fill-offwhite--active:active,
.bp-fill-offwhite--active:active use,
.bp-fill-offwhite--disabled:disabled,
.bp-fill-offwhite--disabled:disabled:active,
.bp-fill-offwhite--disabled:disabled:active use,
.bp-fill-offwhite--disabled:disabled:hover,
.bp-fill-offwhite--disabled:disabled:hover use,
.bp-fill-offwhite--disabled:disabled use,
.bp-fill-offwhite--hover:hover,
.bp-fill-offwhite--hover:hover use,
.bp-fill-offwhite use {
fill: #eaeeee;
}
.bp-c-whisper {
color: #f5f8f9;
}
.bp-bc-whisper {
border-color: #f5f8f9;
}
.bp-bg-whisper {
background-color: #f5f8f9;
}
.bp-fill-whisper,
.bp-fill-whisper--active:active,
.bp-fill-whisper--active:active use,
.bp-fill-whisper--disabled:disabled,
.bp-fill-whisper--disabled:disabled:active,
.bp-fill-whisper--disabled:disabled:active use,
.bp-fill-whisper--disabled:disabled:hover,
.bp-fill-whisper--disabled:disabled:hover use,
.bp-fill-whisper--disabled:disabled use,
.bp-fill-whisper--hover:hover,
.bp-fill-whisper--hover:hover use,
.bp-fill-whisper use {
fill: #f5f8f9;
}
.bp-c-white {
color: #fff;
}
.bp-bc-white {
border-color: #fff;
}
.bp-bg-white {
background-color: #fff;
}
.bp-fill-white,
.bp-fill-white--active:active,
.bp-fill-white--active:active use,
.bp-fill-white--disabled:disabled,
.bp-fill-white--disabled:disabled:active,
.bp-fill-white--disabled:disabled:active use,
.bp-fill-white--disabled:disabled:hover,
.bp-fill-white--disabled:disabled:hover use,
.bp-fill-white--disabled:disabled use,
.bp-fill-white--hover:hover,
.bp-fill-white--hover:hover use,
.bp-fill-white use {
fill: #fff;
}
.bp-c-black {
color: #000;
}
.bp-bc-black {
border-color: #000;
}
.bp-bg-black {
background-color: #000;
}
.bp-fill-black,
.bp-fill-black--active:active,
.bp-fill-black--active:active use,
.bp-fill-black--disabled:disabled,
.bp-fill-black--disabled:disabled:active,
.bp-fill-black--disabled:disabled:active use,
.bp-fill-black--disabled:disabled:hover,
.bp-fill-black--disabled:disabled:hover use,
.bp-fill-black--disabled:disabled use,
.bp-fill-black--hover:hover,
.bp-fill-black--hover:hover use,
.bp-fill-black use {
fill: #000;
}
.bp-c-transparent {
color: transparent;
}
.bp-bc-transparent {
border-color: transparent;
}
.bp-bg-transparent {
background-color: transparent;
}
.bp-fill-transparent,
.bp-fill-transparent--active:active,
.bp-fill-transparent--active:active use,
.bp-fill-transparent--disabled:disabled,
.bp-fill-transparent--disabled:disabled:active,
.bp-fill-transparent--disabled:disabled:active use,
.bp-fill-transparent--disabled:disabled:hover,
.bp-fill-transparent--disabled:disabled:hover use,
.bp-fill-transparent--disabled:disabled use,
.bp-fill-transparent--hover:hover,
.bp-fill-transparent--hover:hover use,
.bp-fill-transparent use {
fill: transparent;
}
.bp-ff-nunito {
font-family: Nunito Sans, Helvetica, sans-serif;
}
.bp-fs-1 {
font-size: 3rem;
}
.bp-fs-2 {
font-size: 2rem;
}
.bp-fs-3 {
font-size: 1.5rem;
}
.bp-fs-4 {
font-size: 1.25rem;
}
.bp-fs-5 {
font-size: 1rem;
}
.bp-fs-6 {
font-size: 0.875rem;
}
.bp-fs-7 {
font-size: 0.75rem;
}
.bp-fs-8 {
font-size: 0.625rem;
}
.bp-fw-regular {
font-weight: 400;
}
.bp-fw-bold {
font-weight: 600;
}
.bp-fw-extra-bold {
font-weight: 700;
}
.bp-grad-shine {
background-image: linear-gradient(180deg, #f9fbfc, #ecf1f3);
}
.bp-grad-bot {
background-image: linear-gradient(90deg, #51dbe3, #28b4c3);
}
.bp-grad-blip {
background-image: linear-gradient(
137.45deg,
#1bd6e7,
#0fc3f8 56.17%,
#0abcff
);
}
.bp-grad-suit {
background-image: linear-gradient(90deg, #3d4554, #2f3747);
}
.bp-grad-business {
background-image: linear-gradient(90deg, #202f3f, #102834);
}
.bp-grad-enterprise {
background-image: linear-gradient(90deg, #2e3237, #1f2018);
}
.bp-lh-zero {
line-height: 0;
}
.bp-lh-simple {
line-height: 100%;
}
.bp-lh-plus {
line-height: 150%;
}
.bp-lh-double {
line-height: 200%;
}
.bp-lh-1 {
line-height: 5.25rem;
}
.bp-lh-2 {
line-height: 3.5rem;
}
.bp-lh-3 {
line-height: 2.625rem;
}
.bp-lh-4 {
line-height: 2.1875rem;
}
.bp-lh-5 {
line-height: 1.75rem;
}
.bp-lh-6 {
line-height: 1.5rem;
}
.bp-lh-7 {
line-height: 1.3125rem;
}
.bp-lh-8 {
line-height: 1.0625rem;
}
.rectangle-main {
width: 100%;
height: fit-content;
left: 100%;
background: linear-gradient(
192deg,
#3d4554 -10.36%,
#242b36 45.63%,
#1d1d1d 117.21%
);
}
.rectangle-main .main-logo {
display: block;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0%;
width: 150px;
}
.rectangle-main .main-title {
font-family: Nunito Sans;
font-style: normal;
font-weight: 800;
margin-top: 26px;
margin-bottom: 0;
font-size: 40px;
text-align: center;
color: #2cc3d5;
}
.rectangle-main .main-subtitle {
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #ffffff;
font-size: 1.25rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.input-token {
border: 1px solid #d2dfe6;
box-sizing: border-box;
font-size: 0.75rem;
background-color: #ffffff;
padding: 12px 20px 13px 40px;
width: 30%;
text-align: center;
}
.input-token::placeholder {
font-family: Nunito Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
align-items: center;
color: #8ca0b3;
}
.label-token {
margin-left: -35%;
font-family: Nunito Sans;
font-style: normal;
font-weight: 200;
color: #ffffff;
}
.form-date {
text-align: center;
}
.input-date:nth-of-type(1) {
border: 1px solid #d2dfe6;
box-sizing: border-box;
font-size: 1.05rem;
color: #8ca0b3;
background-color: #ffffff;
padding: 12px 20px 13px 40px;
width: 16%;
text-align: center;
margin-right: 2%;
}
.input-date:nth-of-type(2) {
border: 1px solid #d2dfe6;
box-sizing: border-box;
font-size: 1.05rem;
color: #8ca0b3;
background-color: #ffffff;
padding: 12px 20px 13px 40px;
width: 16%;
text-align: center;
margin-left: 2%;
margin-right: 2%;
}
.export-button {
width: 84%;
margin-top: 30px;
margin-bottom: 30px;
text-align: right;
}
body {
display: block;
margin: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
#loader {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
width: 150px;
height: 150px;
margin: 0px 0 0 -50px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#page-content {
display: none;
text-align: center;
}
.filter-label {
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #52636c;
font-size: 1.25rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.filter-label {
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #52636c;
font-size: 1.10rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.clickPageNumber{
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #00d0ed;
font-size: 1.25rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.clickPageNumber:hover{
color: #000000;
cursor: pointer;
} | Conversation Viewer/custom.css | @font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2)
format("woff2");
unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2)
format("woff2");
unicode-range: u+0100-024f, u+0259, U+1E00-1EFF, u+2020, u+20a0-20ab,
u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Nunito Sans Regular"), local("NunitoSans-Regular"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2)
format("woff2");
unicode-range: U+0000-00FF, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
u+feff, u+fffd;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB85iU1EQVg.woff2)
format("woff2");
unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB85jU1EQVg.woff2)
format("woff2");
unicode-range: u+0100-024f, u+0259, U+1E00-1EFF, u+2020, u+20a0-20ab,
u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc9iB85tU1E.woff2)
format("woff2");
unicode-range: U+0000-00FF, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
u+feff, u+fffd;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local("Nunito Sans Bold"), local("NunitoSans-Bold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2)
format("woff2");
unicode-range: u+0102-0103, u+0110-0111, u+1ea0-1ef9, u+20ab;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local("Nunito Sans Bold"), local("NunitoSans-Bold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2)
format("woff2");
unicode-range: u+0100-024f, u+0259, U+1E00-1EFF, u+2020, u+20a0-20ab,
u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
font-family: Nunito Sans;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local("Nunito Sans Bold"), local("NunitoSans-Bold"),
url(https://fonts.gstatic.com/s/nunitosans/v4/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2)
format("woff2");
unicode-range: U+0000-00FF, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
u+feff, u+fffd;
}
.bp-arrow {
box-sizing: border-box;
display: block;
width: 0;
height: 0;
border-style: solid;
border-color: #a8bfc4;
}
.bp-arrow.bp-arrow--selected {
border-color: #738192;
}
.bp-arrow.bp-arrow--up {
border-top-color: transparent;
}
.bp-arrow.bp-arrow--down,
.bp-arrow.bp-arrow--up {
border-top-width: 0.325em;
border-right-width: 0.35em;
border-bottom-width: 0.325em;
border-left-width: 0.35em;
border-right-color: transparent;
border-left-color: transparent;
}
.bp-arrow.bp-arrow--down {
border-bottom-color: transparent;
}
.bp-arrow.bp-arrow--left {
border-left-color: transparent;
}
.bp-arrow.bp-arrow--left,
.bp-arrow.bp-arrow--right {
border-top-width: 0.35em;
border-right-width: 0.325em;
border-bottom-width: 0.35em;
border-left-width: 0.325em;
border-top-color: transparent;
border-bottom-color: transparent;
}
.bp-arrow.bp-arrow--right {
border-right-color: transparent;
}
.bp-badge {
box-sizing: border-box;
display: inline-block;
vertical-align: bottom;
text-align: center;
border-radius: 1em;
padding: 0 0.5em;
min-width: 1.7em;
min-height: 1.7em;
line-height: 1.7em;
}
.bp-badge:not([class*="bp-bg-"]) {
background-color: #0cc8cc;
}
.bp-badge:not([class*="bp-c-"]) {
color: #fff;
}
.bp-badge.bp-badge--no-text {
min-width: auto;
min-height: auto;
width: 1em;
height: 1em;
line-height: 0;
padding: 0;
}
.bp-btn {
box-sizing: border-box;
display: inline-block;
cursor: pointer;
min-width: 10rem;
height: 2.625rem;
line-height: 2.375rem;
margin: 0;
padding: 0 1.25rem;
border-width: 0;
border-radius: 3px;
overflow: hidden;
text-align: center;
white-space: nowrap;
font-family: Nunito Sans, Helvetica, sans-serif;
font-size: 0.875rem;
font-weight: 600;
outline: none;
text-decoration: none;
color: #fff;
background-color: #c9dfe4;
}
.bp-btn,
.bp-btn > * {
vertical-align: middle;
}
.bp-btn:active,
.bp-btn:disabled,
.bp-btn:focus,
.bp-btn:hover,
.bp-btn:visited {
outline: none;
text-decoration: none;
}
.bp-btn:disabled {
cursor: default;
background-color: gray;
}
.bp-btn.bp-btn--arrow {
overflow: visible;
position: relative;
}
.bp-btn.bp-btn--arrow:after {
content: " ";
width: 30px;
height: 30px;
position: absolute;
right: -14px;
top: 6px;
transform: rotate(45deg);
border-radius: 3px;
}
.bp-btn.bp-btn--arrow:disabled:after {
cursor: default;
}
.bp-btn.bp-btn--icon {
min-width: 0;
height: auto;
line-height: 0;
padding: 0;
}
.bp-btn.bp-btn--icon,
.bp-btn.bp-btn--icon:disabled,
.bp-btn.bp-btn--icon:hover {
background-color: transparent;
}
.bp-btn.bp-btn--icon:disabled,
.bp-btn.bp-btn--icon:disabled use {
fill-opacity: 0.5;
}
.bp-btn:hover {
background-color: #b1d1d8;
}
.bp-btn:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--dashed,
.bp-btn.bp-btn--flat {
color: #c9dfe4;
background-color: transparent;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--dashed:hover,
.bp-btn.bp-btn--flat:hover {
background-color: transparent;
border-color: #b1d1d8;
color: #b1d1d8;
}
.bp-btn.bp-btn--dashed:disabled,
.bp-btn.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--arrow:after {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--arrow:hover:after {
border-color: #b1d1d8;
background-color: #b1d1d8;
}
.bp-btn.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #b1d1d8;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--text-only:hover {
background-color: transparent;
color: #b1d1d8;
}
.bp-btn.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--small {
min-width: 120px;
}
.bp-btn.bp-btn--medium {
min-width: 160px;
}
.bp-btn.bp-btn--large {
min-width: 240px;
}
.bp-btn.bp-btn--rounded {
border-radius: 8px;
}
.bp-btn.bp-btn--bot {
color: #fff;
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bot:hover {
background-color: #25a9b9;
}
.bp-btn.bp-btn--bot:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--bot.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--bot.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--bot.bp-btn--dashed,
.bp-btn.bp-btn--bot.bp-btn--flat {
color: #2cc3d5;
background-color: transparent;
border-width: 2px;
border-color: #2cc3d5;
}
.bp-btn.bp-btn--bot.bp-btn--dashed:hover,
.bp-btn.bp-btn--bot.bp-btn--flat:hover {
background-color: transparent;
border-color: #25a9b9;
color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--dashed:disabled,
.bp-btn.bp-btn--bot.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--bot.bp-btn--arrow:after {
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bot.bp-btn--arrow:hover:after {
border-color: #25a9b9;
background-color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #2cc3d5;
background-color: transparent;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--bot.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--bot.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #2cc3d5;
background-color: transparent;
}
.bp-btn.bp-btn--bot.bp-btn--text-only:hover {
background-color: transparent;
color: #25a9b9;
}
.bp-btn.bp-btn--bot.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-bot {
color: #2cc3d5;
}
.bp-btn.bp-btn--c-bot:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-bot.bp-btn--flat,
.bp-btn.bp-btn--c-bot.bp-btn--text-only {
color: #2cc3d5;
}
.bp-btn.bp-btn--c-bot.bp-btn--flat:hover,
.bp-btn.bp-btn--c-bot.bp-btn--text-only:hover {
color: #25a9b9;
}
.bp-btn.bp-btn--c-bot.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-bot.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-bot.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-bot.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-bot {
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bg-bot:hover {
background-color: #25a9b9;
}
.bp-btn.bp-btn--bg-bot:disabled,
.bp-btn.bp-btn--bg-bot:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-bot.bp-btn--arrow:after {
background-color: #2cc3d5;
}
.bp-btn.bp-btn--bg-bot.bp-btn--arrow:hover:after {
border-color: #25a9b9;
background-color: #25a9b9;
}
.bp-btn.bp-btn--bg-bot.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-light {
color: #fff;
background-color: #0cc8cc;
}
.bp-btn.bp-btn--blip-light:hover {
background-color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-light.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed,
.bp-btn.bp-btn--blip-light.bp-btn--flat {
color: #0cc8cc;
background-color: transparent;
border-width: 2px;
border-color: #0cc8cc;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed:hover,
.bp-btn.bp-btn--blip-light.bp-btn--flat:hover {
background-color: transparent;
border-color: #0aa7aa;
color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-light.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow:after {
background-color: #0cc8cc;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow:hover:after {
border-color: #0aa7aa;
background-color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #0cc8cc;
background-color: transparent;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--blip-light.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-light.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #0cc8cc;
background-color: transparent;
}
.bp-btn.bp-btn--blip-light.bp-btn--text-only:hover {
background-color: transparent;
color: #0aa7aa;
}
.bp-btn.bp-btn--blip-light.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-blip-light {
color: #0cc8cc;
}
.bp-btn.bp-btn--c-blip-light:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-blip-light.bp-btn--flat,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only {
color: #0cc8cc;
}
.bp-btn.bp-btn--c-blip-light.bp-btn--flat:hover,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only:hover {
color: #0aa7aa;
}
.bp-btn.bp-btn--c-blip-light.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-blip-light.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-blip-light.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-light {
background-color: #0cc8cc;
}
.bp-btn.bp-btn--bg-blip-light:hover {
background-color: #0aa7aa;
}
.bp-btn.bp-btn--bg-blip-light:disabled,
.bp-btn.bp-btn--bg-blip-light:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-light.bp-btn--arrow:after {
background-color: #0cc8cc;
}
.bp-btn.bp-btn--bg-blip-light.bp-btn--arrow:hover:after {
border-color: #0aa7aa;
background-color: #0aa7aa;
}
.bp-btn.bp-btn--bg-blip-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-dark {
color: #fff;
background-color: #15afb2;
}
.bp-btn.bp-btn--blip-dark:hover {
background-color: #119092;
}
.bp-btn.bp-btn--blip-dark:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-dark.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed,
.bp-btn.bp-btn--blip-dark.bp-btn--flat {
color: #15afb2;
background-color: transparent;
border-width: 2px;
border-color: #15afb2;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed:hover,
.bp-btn.bp-btn--blip-dark.bp-btn--flat:hover {
background-color: transparent;
border-color: #119092;
color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-dark.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow:after {
background-color: #15afb2;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow:hover:after {
border-color: #119092;
background-color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #15afb2;
background-color: transparent;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--blip-dark.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--blip-dark.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #15afb2;
background-color: transparent;
}
.bp-btn.bp-btn--blip-dark.bp-btn--text-only:hover {
background-color: transparent;
color: #119092;
}
.bp-btn.bp-btn--blip-dark.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-blip-dark {
color: #15afb2;
}
.bp-btn.bp-btn--c-blip-dark:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only {
color: #15afb2;
}
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat:hover,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only:hover {
color: #119092;
}
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-blip-dark.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-blip-dark.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-dark {
background-color: #15afb2;
}
.bp-btn.bp-btn--bg-blip-dark:hover {
background-color: #119092;
}
.bp-btn.bp-btn--bg-blip-dark:disabled,
.bp-btn.bp-btn--bg-blip-dark:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-blip-dark.bp-btn--arrow:after {
background-color: #15afb2;
}
.bp-btn.bp-btn--bg-blip-dark.bp-btn--arrow:hover:after {
border-color: #119092;
background-color: #119092;
}
.bp-btn.bp-btn--bg-blip-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--true {
color: #fff;
background-color: #4dcb7b;
}
.bp-btn.bp-btn--true:hover {
background-color: #37bd68;
}
.bp-btn.bp-btn--true:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--true.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--true.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--true.bp-btn--dashed,
.bp-btn.bp-btn--true.bp-btn--flat {
color: #4dcb7b;
background-color: transparent;
border-width: 2px;
border-color: #4dcb7b;
}
.bp-btn.bp-btn--true.bp-btn--dashed:hover,
.bp-btn.bp-btn--true.bp-btn--flat:hover {
background-color: transparent;
border-color: #37bd68;
color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--dashed:disabled,
.bp-btn.bp-btn--true.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--true.bp-btn--arrow:after {
background-color: #4dcb7b;
}
.bp-btn.bp-btn--true.bp-btn--arrow:hover:after {
border-color: #37bd68;
background-color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #4dcb7b;
background-color: transparent;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--true.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--true.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #4dcb7b;
background-color: transparent;
}
.bp-btn.bp-btn--true.bp-btn--text-only:hover {
background-color: transparent;
color: #37bd68;
}
.bp-btn.bp-btn--true.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-true {
color: #4dcb7b;
}
.bp-btn.bp-btn--c-true:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-true.bp-btn--flat,
.bp-btn.bp-btn--c-true.bp-btn--text-only {
color: #4dcb7b;
}
.bp-btn.bp-btn--c-true.bp-btn--flat:hover,
.bp-btn.bp-btn--c-true.bp-btn--text-only:hover {
color: #37bd68;
}
.bp-btn.bp-btn--c-true.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-true.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-true.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-true.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-true {
background-color: #4dcb7b;
}
.bp-btn.bp-btn--bg-true:hover {
background-color: #37bd68;
}
.bp-btn.bp-btn--bg-true:disabled,
.bp-btn.bp-btn--bg-true:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-true.bp-btn--arrow:after {
background-color: #4dcb7b;
}
.bp-btn.bp-btn--bg-true.bp-btn--arrow:hover:after {
border-color: #37bd68;
background-color: #37bd68;
}
.bp-btn.bp-btn--bg-true.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--delete {
color: #fff;
background-color: #fb7a6d;
}
.bp-btn.bp-btn--delete:hover {
background-color: #fa5a4a;
}
.bp-btn.bp-btn--delete:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--delete.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--delete.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--delete.bp-btn--dashed,
.bp-btn.bp-btn--delete.bp-btn--flat {
color: #fb7a6d;
background-color: transparent;
border-width: 2px;
border-color: #fb7a6d;
}
.bp-btn.bp-btn--delete.bp-btn--dashed:hover,
.bp-btn.bp-btn--delete.bp-btn--flat:hover {
background-color: transparent;
border-color: #fa5a4a;
color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--dashed:disabled,
.bp-btn.bp-btn--delete.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--delete.bp-btn--arrow:after {
background-color: #fb7a6d;
}
.bp-btn.bp-btn--delete.bp-btn--arrow:hover:after {
border-color: #fa5a4a;
background-color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #fb7a6d;
background-color: transparent;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--delete.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--delete.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #fb7a6d;
background-color: transparent;
}
.bp-btn.bp-btn--delete.bp-btn--text-only:hover {
background-color: transparent;
color: #fa5a4a;
}
.bp-btn.bp-btn--delete.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-delete {
color: #fb7a6d;
}
.bp-btn.bp-btn--c-delete:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-delete.bp-btn--flat,
.bp-btn.bp-btn--c-delete.bp-btn--text-only {
color: #fb7a6d;
}
.bp-btn.bp-btn--c-delete.bp-btn--flat:hover,
.bp-btn.bp-btn--c-delete.bp-btn--text-only:hover {
color: #fa5a4a;
}
.bp-btn.bp-btn--c-delete.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-delete.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-delete.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-delete.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-delete {
background-color: #fb7a6d;
}
.bp-btn.bp-btn--bg-delete:hover {
background-color: #fa5a4a;
}
.bp-btn.bp-btn--bg-delete:disabled,
.bp-btn.bp-btn--bg-delete:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-delete.bp-btn--arrow:after {
background-color: #fb7a6d;
}
.bp-btn.bp-btn--bg-delete.bp-btn--arrow:hover:after {
border-color: #fa5a4a;
background-color: #fa5a4a;
}
.bp-btn.bp-btn--bg-delete.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--warning {
color: #fff;
background-color: #f76556;
}
.bp-btn.bp-btn--warning:hover {
background-color: #f54634;
}
.bp-btn.bp-btn--warning:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--warning.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--warning.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--warning.bp-btn--dashed,
.bp-btn.bp-btn--warning.bp-btn--flat {
color: #f76556;
background-color: transparent;
border-width: 2px;
border-color: #f76556;
}
.bp-btn.bp-btn--warning.bp-btn--dashed:hover,
.bp-btn.bp-btn--warning.bp-btn--flat:hover {
background-color: transparent;
border-color: #f54634;
color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--dashed:disabled,
.bp-btn.bp-btn--warning.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--warning.bp-btn--arrow:after {
background-color: #f76556;
}
.bp-btn.bp-btn--warning.bp-btn--arrow:hover:after {
border-color: #f54634;
background-color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #f76556;
background-color: transparent;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--warning.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--warning.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #f76556;
background-color: transparent;
}
.bp-btn.bp-btn--warning.bp-btn--text-only:hover {
background-color: transparent;
color: #f54634;
}
.bp-btn.bp-btn--warning.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-warning {
color: #f76556;
}
.bp-btn.bp-btn--c-warning:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-warning.bp-btn--flat,
.bp-btn.bp-btn--c-warning.bp-btn--text-only {
color: #f76556;
}
.bp-btn.bp-btn--c-warning.bp-btn--flat:hover,
.bp-btn.bp-btn--c-warning.bp-btn--text-only:hover {
color: #f54634;
}
.bp-btn.bp-btn--c-warning.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-warning.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-warning.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-warning.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-warning {
background-color: #f76556;
}
.bp-btn.bp-btn--bg-warning:hover {
background-color: #f54634;
}
.bp-btn.bp-btn--bg-warning:disabled,
.bp-btn.bp-btn--bg-warning:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-warning.bp-btn--arrow:after {
background-color: #f76556;
}
.bp-btn.bp-btn--bg-warning.bp-btn--arrow:hover:after {
border-color: #f54634;
background-color: #f54634;
}
.bp-btn.bp-btn--bg-warning.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--piano {
color: #fff;
background-color: #191919;
}
.bp-btn.bp-btn--piano:hover {
background-color: #070707;
}
.bp-btn.bp-btn--piano:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--piano.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--piano.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--piano.bp-btn--dashed,
.bp-btn.bp-btn--piano.bp-btn--flat {
color: #191919;
background-color: transparent;
border-width: 2px;
border-color: #191919;
}
.bp-btn.bp-btn--piano.bp-btn--dashed:hover,
.bp-btn.bp-btn--piano.bp-btn--flat:hover {
background-color: transparent;
border-color: #070707;
color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--dashed:disabled,
.bp-btn.bp-btn--piano.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--piano.bp-btn--arrow:after {
background-color: #191919;
}
.bp-btn.bp-btn--piano.bp-btn--arrow:hover:after {
border-color: #070707;
background-color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #191919;
background-color: transparent;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--piano.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--piano.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #191919;
background-color: transparent;
}
.bp-btn.bp-btn--piano.bp-btn--text-only:hover {
background-color: transparent;
color: #070707;
}
.bp-btn.bp-btn--piano.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-piano {
color: #191919;
}
.bp-btn.bp-btn--c-piano:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-piano.bp-btn--flat,
.bp-btn.bp-btn--c-piano.bp-btn--text-only {
color: #191919;
}
.bp-btn.bp-btn--c-piano.bp-btn--flat:hover,
.bp-btn.bp-btn--c-piano.bp-btn--text-only:hover {
color: #070707;
}
.bp-btn.bp-btn--c-piano.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-piano.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-piano.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-piano.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-piano {
background-color: #191919;
}
.bp-btn.bp-btn--bg-piano:hover {
background-color: #070707;
}
.bp-btn.bp-btn--bg-piano:disabled,
.bp-btn.bp-btn--bg-piano:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-piano.bp-btn--arrow:after {
background-color: #191919;
}
.bp-btn.bp-btn--bg-piano.bp-btn--arrow:hover:after {
border-color: #070707;
background-color: #070707;
}
.bp-btn.bp-btn--bg-piano.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--elevator {
color: #fff;
background-color: #333;
}
.bp-btn.bp-btn--elevator:hover {
background-color: #212121;
}
.bp-btn.bp-btn--elevator:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--elevator.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed,
.bp-btn.bp-btn--elevator.bp-btn--flat {
color: #333;
background-color: transparent;
border-width: 2px;
border-color: #333;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed:hover,
.bp-btn.bp-btn--elevator.bp-btn--flat:hover {
background-color: transparent;
border-color: #212121;
color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--dashed:disabled,
.bp-btn.bp-btn--elevator.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow:after {
background-color: #333;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow:hover:after {
border-color: #212121;
background-color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #333;
background-color: transparent;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--elevator.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--elevator.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #333;
background-color: transparent;
}
.bp-btn.bp-btn--elevator.bp-btn--text-only:hover {
background-color: transparent;
color: #212121;
}
.bp-btn.bp-btn--elevator.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-elevator {
color: #333;
}
.bp-btn.bp-btn--c-elevator:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-elevator.bp-btn--flat,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only {
color: #333;
}
.bp-btn.bp-btn--c-elevator.bp-btn--flat:hover,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only:hover {
color: #212121;
}
.bp-btn.bp-btn--c-elevator.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-elevator.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-elevator.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-elevator {
background-color: #333;
}
.bp-btn.bp-btn--bg-elevator:hover {
background-color: #212121;
}
.bp-btn.bp-btn--bg-elevator:disabled,
.bp-btn.bp-btn--bg-elevator:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-elevator.bp-btn--arrow:after {
background-color: #333;
}
.bp-btn.bp-btn--bg-elevator.bp-btn--arrow:hover:after {
border-color: #212121;
background-color: #212121;
}
.bp-btn.bp-btn--bg-elevator.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--console {
color: #fff;
background-color: #1d1d1d;
}
.bp-btn.bp-btn--console:hover {
background-color: #0b0b0b;
}
.bp-btn.bp-btn--console:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--console.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--console.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--console.bp-btn--dashed,
.bp-btn.bp-btn--console.bp-btn--flat {
color: #1d1d1d;
background-color: transparent;
border-width: 2px;
border-color: #1d1d1d;
}
.bp-btn.bp-btn--console.bp-btn--dashed:hover,
.bp-btn.bp-btn--console.bp-btn--flat:hover {
background-color: transparent;
border-color: #0b0b0b;
color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--dashed:disabled,
.bp-btn.bp-btn--console.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--console.bp-btn--arrow:after {
background-color: #1d1d1d;
}
.bp-btn.bp-btn--console.bp-btn--arrow:hover:after {
border-color: #0b0b0b;
background-color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #1d1d1d;
background-color: transparent;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--console.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--console.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #1d1d1d;
background-color: transparent;
}
.bp-btn.bp-btn--console.bp-btn--text-only:hover {
background-color: transparent;
color: #0b0b0b;
}
.bp-btn.bp-btn--console.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-console {
color: #1d1d1d;
}
.bp-btn.bp-btn--c-console:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-console.bp-btn--flat,
.bp-btn.bp-btn--c-console.bp-btn--text-only {
color: #1d1d1d;
}
.bp-btn.bp-btn--c-console.bp-btn--flat:hover,
.bp-btn.bp-btn--c-console.bp-btn--text-only:hover {
color: #0b0b0b;
}
.bp-btn.bp-btn--c-console.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-console.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-console.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-console.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-console {
background-color: #1d1d1d;
}
.bp-btn.bp-btn--bg-console:hover {
background-color: #0b0b0b;
}
.bp-btn.bp-btn--bg-console:disabled,
.bp-btn.bp-btn--bg-console:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-console.bp-btn--arrow:after {
background-color: #1d1d1d;
}
.bp-btn.bp-btn--bg-console.bp-btn--arrow:hover:after {
border-color: #0b0b0b;
background-color: #0b0b0b;
}
.bp-btn.bp-btn--bg-console.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--obsidian {
color: #fff;
background-color: #1a272f;
}
.bp-btn.bp-btn--obsidian:hover {
background-color: #0d1418;
}
.bp-btn.bp-btn--obsidian:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--obsidian.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed,
.bp-btn.bp-btn--obsidian.bp-btn--flat {
color: #1a272f;
background-color: transparent;
border-width: 2px;
border-color: #1a272f;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed:hover,
.bp-btn.bp-btn--obsidian.bp-btn--flat:hover {
background-color: transparent;
border-color: #0d1418;
color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--dashed:disabled,
.bp-btn.bp-btn--obsidian.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow:after {
background-color: #1a272f;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow:hover:after {
border-color: #0d1418;
background-color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #1a272f;
background-color: transparent;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--obsidian.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--obsidian.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #1a272f;
background-color: transparent;
}
.bp-btn.bp-btn--obsidian.bp-btn--text-only:hover {
background-color: transparent;
color: #0d1418;
}
.bp-btn.bp-btn--obsidian.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-obsidian {
color: #1a272f;
}
.bp-btn.bp-btn--c-obsidian:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-obsidian.bp-btn--flat,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only {
color: #1a272f;
}
.bp-btn.bp-btn--c-obsidian.bp-btn--flat:hover,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only:hover {
color: #0d1418;
}
.bp-btn.bp-btn--c-obsidian.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-obsidian.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-obsidian.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-obsidian {
background-color: #1a272f;
}
.bp-btn.bp-btn--bg-obsidian:hover {
background-color: #0d1418;
}
.bp-btn.bp-btn--bg-obsidian:disabled,
.bp-btn.bp-btn--bg-obsidian:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-obsidian.bp-btn--arrow:after {
background-color: #1a272f;
}
.bp-btn.bp-btn--bg-obsidian.bp-btn--arrow:hover:after {
border-color: #0d1418;
background-color: #0d1418;
}
.bp-btn.bp-btn--bg-obsidian.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--onix {
color: #fff;
background-color: #242b36;
}
.bp-btn.bp-btn--onix:hover {
background-color: #161a21;
}
.bp-btn.bp-btn--onix:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--onix.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--onix.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--onix.bp-btn--dashed,
.bp-btn.bp-btn--onix.bp-btn--flat {
color: #242b36;
background-color: transparent;
border-width: 2px;
border-color: #242b36;
}
.bp-btn.bp-btn--onix.bp-btn--dashed:hover,
.bp-btn.bp-btn--onix.bp-btn--flat:hover {
background-color: transparent;
border-color: #161a21;
color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--dashed:disabled,
.bp-btn.bp-btn--onix.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--onix.bp-btn--arrow:after {
background-color: #242b36;
}
.bp-btn.bp-btn--onix.bp-btn--arrow:hover:after {
border-color: #161a21;
background-color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #242b36;
background-color: transparent;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--onix.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--onix.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #242b36;
background-color: transparent;
}
.bp-btn.bp-btn--onix.bp-btn--text-only:hover {
background-color: transparent;
color: #161a21;
}
.bp-btn.bp-btn--onix.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-onix {
color: #242b36;
}
.bp-btn.bp-btn--c-onix:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-onix.bp-btn--flat,
.bp-btn.bp-btn--c-onix.bp-btn--text-only {
color: #242b36;
}
.bp-btn.bp-btn--c-onix.bp-btn--flat:hover,
.bp-btn.bp-btn--c-onix.bp-btn--text-only:hover {
color: #161a21;
}
.bp-btn.bp-btn--c-onix.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-onix.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-onix.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-onix.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-onix {
background-color: #242b36;
}
.bp-btn.bp-btn--bg-onix:hover {
background-color: #161a21;
}
.bp-btn.bp-btn--bg-onix:disabled,
.bp-btn.bp-btn--bg-onix:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-onix.bp-btn--arrow:after {
background-color: #242b36;
}
.bp-btn.bp-btn--bg-onix.bp-btn--arrow:hover:after {
border-color: #161a21;
background-color: #161a21;
}
.bp-btn.bp-btn--bg-onix.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--suit {
color: #fff;
background-color: #3d4554;
}
.bp-btn.bp-btn--suit:hover {
background-color: #2e343f;
}
.bp-btn.bp-btn--suit:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--suit.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--suit.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--suit.bp-btn--dashed,
.bp-btn.bp-btn--suit.bp-btn--flat {
color: #3d4554;
background-color: transparent;
border-width: 2px;
border-color: #3d4554;
}
.bp-btn.bp-btn--suit.bp-btn--dashed:hover,
.bp-btn.bp-btn--suit.bp-btn--flat:hover {
background-color: transparent;
border-color: #2e343f;
color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--dashed:disabled,
.bp-btn.bp-btn--suit.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--suit.bp-btn--arrow:after {
background-color: #3d4554;
}
.bp-btn.bp-btn--suit.bp-btn--arrow:hover:after {
border-color: #2e343f;
background-color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #3d4554;
background-color: transparent;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--suit.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--suit.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #3d4554;
background-color: transparent;
}
.bp-btn.bp-btn--suit.bp-btn--text-only:hover {
background-color: transparent;
color: #2e343f;
}
.bp-btn.bp-btn--suit.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-suit {
color: #3d4554;
}
.bp-btn.bp-btn--c-suit:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-suit.bp-btn--flat,
.bp-btn.bp-btn--c-suit.bp-btn--text-only {
color: #3d4554;
}
.bp-btn.bp-btn--c-suit.bp-btn--flat:hover,
.bp-btn.bp-btn--c-suit.bp-btn--text-only:hover {
color: #2e343f;
}
.bp-btn.bp-btn--c-suit.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-suit.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-suit.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-suit.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-suit {
background-color: #3d4554;
}
.bp-btn.bp-btn--bg-suit:hover {
background-color: #2e343f;
}
.bp-btn.bp-btn--bg-suit:disabled,
.bp-btn.bp-btn--bg-suit:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-suit.bp-btn--arrow:after {
background-color: #3d4554;
}
.bp-btn.bp-btn--bg-suit.bp-btn--arrow:hover:after {
border-color: #2e343f;
background-color: #2e343f;
}
.bp-btn.bp-btn--bg-suit.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city {
color: #fff;
background-color: #52636c;
}
.bp-btn.bp-btn--city:hover {
background-color: #435058;
}
.bp-btn.bp-btn--city:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--city.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--city.bp-btn--dashed,
.bp-btn.bp-btn--city.bp-btn--flat {
color: #52636c;
background-color: transparent;
border-width: 2px;
border-color: #52636c;
}
.bp-btn.bp-btn--city.bp-btn--dashed:hover,
.bp-btn.bp-btn--city.bp-btn--flat:hover {
background-color: transparent;
border-color: #435058;
color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city.bp-btn--arrow:after {
background-color: #52636c;
}
.bp-btn.bp-btn--city.bp-btn--arrow:hover:after {
border-color: #435058;
background-color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #52636c;
background-color: transparent;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--city.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #52636c;
background-color: transparent;
}
.bp-btn.bp-btn--city.bp-btn--text-only:hover {
background-color: transparent;
color: #435058;
}
.bp-btn.bp-btn--city.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-city {
color: #52636c;
}
.bp-btn.bp-btn--c-city:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-city.bp-btn--flat,
.bp-btn.bp-btn--c-city.bp-btn--text-only {
color: #52636c;
}
.bp-btn.bp-btn--c-city.bp-btn--flat:hover,
.bp-btn.bp-btn--c-city.bp-btn--text-only:hover {
color: #435058;
}
.bp-btn.bp-btn--c-city.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-city.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-city.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-city.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city {
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city:hover {
background-color: #435058;
}
.bp-btn.bp-btn--bg-city:disabled,
.bp-btn.bp-btn--bg-city:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city.bp-btn--arrow:after {
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city.bp-btn--arrow:hover:after {
border-color: #435058;
background-color: #435058;
}
.bp-btn.bp-btn--bg-city.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-dark {
color: #fff;
background-color: #435058;
}
.bp-btn.bp-btn--city-dark:hover {
background-color: #333e43;
}
.bp-btn.bp-btn--city-dark:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-dark.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed,
.bp-btn.bp-btn--city-dark.bp-btn--flat {
color: #435058;
background-color: transparent;
border-width: 2px;
border-color: #435058;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed:hover,
.bp-btn.bp-btn--city-dark.bp-btn--flat:hover {
background-color: transparent;
border-color: #333e43;
color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-dark.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow:after {
background-color: #435058;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow:hover:after {
border-color: #333e43;
background-color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #435058;
background-color: transparent;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--city-dark.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-dark.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #435058;
background-color: transparent;
}
.bp-btn.bp-btn--city-dark.bp-btn--text-only:hover {
background-color: transparent;
color: #333e43;
}
.bp-btn.bp-btn--city-dark.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-city-dark {
color: #435058;
}
.bp-btn.bp-btn--c-city-dark:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-city-dark.bp-btn--flat,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only {
color: #435058;
}
.bp-btn.bp-btn--c-city-dark.bp-btn--flat:hover,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only:hover {
color: #333e43;
}
.bp-btn.bp-btn--c-city-dark.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-city-dark.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-city-dark.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-dark {
background-color: #435058;
}
.bp-btn.bp-btn--bg-city-dark:hover {
background-color: #333e43;
}
.bp-btn.bp-btn--bg-city-dark:disabled,
.bp-btn.bp-btn--bg-city-dark:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-dark.bp-btn--arrow:after {
background-color: #435058;
}
.bp-btn.bp-btn--bg-city-dark.bp-btn--arrow:hover:after {
border-color: #333e43;
background-color: #333e43;
}
.bp-btn.bp-btn--bg-city-dark.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-light {
color: #fff;
background-color: #617680;
}
.bp-btn.bp-btn--city-light:hover {
background-color: #52636c;
}
.bp-btn.bp-btn--city-light:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-light.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed,
.bp-btn.bp-btn--city-light.bp-btn--flat {
color: #617680;
background-color: transparent;
border-width: 2px;
border-color: #617680;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed:hover,
.bp-btn.bp-btn--city-light.bp-btn--flat:hover {
background-color: transparent;
border-color: #52636c;
color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-light.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow:after {
background-color: #617680;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow:hover:after {
border-color: #52636c;
background-color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #617680;
background-color: transparent;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--city-light.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--city-light.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #617680;
background-color: transparent;
}
.bp-btn.bp-btn--city-light.bp-btn--text-only:hover {
background-color: transparent;
color: #52636c;
}
.bp-btn.bp-btn--city-light.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-city-light {
color: #617680;
}
.bp-btn.bp-btn--c-city-light:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-city-light.bp-btn--flat,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only {
color: #617680;
}
.bp-btn.bp-btn--c-city-light.bp-btn--flat:hover,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only:hover {
color: #52636c;
}
.bp-btn.bp-btn--c-city-light.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-city-light.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-city-light.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-light {
background-color: #617680;
}
.bp-btn.bp-btn--bg-city-light:hover {
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city-light:disabled,
.bp-btn.bp-btn--bg-city-light:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-city-light.bp-btn--arrow:after {
background-color: #617680;
}
.bp-btn.bp-btn--bg-city-light.bp-btn--arrow:hover:after {
border-color: #52636c;
background-color: #52636c;
}
.bp-btn.bp-btn--bg-city-light.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--desk {
color: #fff;
background-color: #607b99;
}
.bp-btn.bp-btn--desk:hover {
background-color: #526983;
}
.bp-btn.bp-btn--desk:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--desk.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--desk.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--desk.bp-btn--dashed,
.bp-btn.bp-btn--desk.bp-btn--flat {
color: #607b99;
background-color: transparent;
border-width: 2px;
border-color: #607b99;
}
.bp-btn.bp-btn--desk.bp-btn--dashed:hover,
.bp-btn.bp-btn--desk.bp-btn--flat:hover {
background-color: transparent;
border-color: #526983;
color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--dashed:disabled,
.bp-btn.bp-btn--desk.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--desk.bp-btn--arrow:after {
background-color: #607b99;
}
.bp-btn.bp-btn--desk.bp-btn--arrow:hover:after {
border-color: #526983;
background-color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #607b99;
background-color: transparent;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--desk.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--desk.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #607b99;
background-color: transparent;
}
.bp-btn.bp-btn--desk.bp-btn--text-only:hover {
background-color: transparent;
color: #526983;
}
.bp-btn.bp-btn--desk.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-desk {
color: #607b99;
}
.bp-btn.bp-btn--c-desk:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-desk.bp-btn--flat,
.bp-btn.bp-btn--c-desk.bp-btn--text-only {
color: #607b99;
}
.bp-btn.bp-btn--c-desk.bp-btn--flat:hover,
.bp-btn.bp-btn--c-desk.bp-btn--text-only:hover {
color: #526983;
}
.bp-btn.bp-btn--c-desk.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-desk.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-desk.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-desk.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-desk {
background-color: #607b99;
}
.bp-btn.bp-btn--bg-desk:hover {
background-color: #526983;
}
.bp-btn.bp-btn--bg-desk:disabled,
.bp-btn.bp-btn--bg-desk:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-desk.bp-btn--arrow:after {
background-color: #607b99;
}
.bp-btn.bp-btn--bg-desk.bp-btn--arrow:hover:after {
border-color: #526983;
background-color: #526983;
}
.bp-btn.bp-btn--bg-desk.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--rooftop {
color: #fff;
background-color: #738192;
}
.bp-btn.bp-btn--rooftop:hover {
background-color: #636f7f;
}
.bp-btn.bp-btn--rooftop:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--rooftop.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed,
.bp-btn.bp-btn--rooftop.bp-btn--flat {
color: #738192;
background-color: transparent;
border-width: 2px;
border-color: #738192;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed:hover,
.bp-btn.bp-btn--rooftop.bp-btn--flat:hover {
background-color: transparent;
border-color: #636f7f;
color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--dashed:disabled,
.bp-btn.bp-btn--rooftop.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow:after {
background-color: #738192;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow:hover:after {
border-color: #636f7f;
background-color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #738192;
background-color: transparent;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--rooftop.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--rooftop.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #738192;
background-color: transparent;
}
.bp-btn.bp-btn--rooftop.bp-btn--text-only:hover {
background-color: transparent;
color: #636f7f;
}
.bp-btn.bp-btn--rooftop.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-rooftop {
color: #738192;
}
.bp-btn.bp-btn--c-rooftop:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-rooftop.bp-btn--flat,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only {
color: #738192;
}
.bp-btn.bp-btn--c-rooftop.bp-btn--flat:hover,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only:hover {
color: #636f7f;
}
.bp-btn.bp-btn--c-rooftop.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-rooftop.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-rooftop.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-rooftop {
background-color: #738192;
}
.bp-btn.bp-btn--bg-rooftop:hover {
background-color: #636f7f;
}
.bp-btn.bp-btn--bg-rooftop:disabled,
.bp-btn.bp-btn--bg-rooftop:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-rooftop.bp-btn--arrow:after {
background-color: #738192;
}
.bp-btn.bp-btn--bg-rooftop.bp-btn--arrow:hover:after {
border-color: #636f7f;
background-color: #636f7f;
}
.bp-btn.bp-btn--bg-rooftop.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--cloud {
color: #fff;
background-color: #8ca0b3;
}
.bp-btn.bp-btn--cloud:hover {
background-color: #778ea5;
}
.bp-btn.bp-btn--cloud:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--cloud.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed,
.bp-btn.bp-btn--cloud.bp-btn--flat {
color: #8ca0b3;
background-color: transparent;
border-width: 2px;
border-color: #8ca0b3;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed:hover,
.bp-btn.bp-btn--cloud.bp-btn--flat:hover {
background-color: transparent;
border-color: #778ea5;
color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--dashed:disabled,
.bp-btn.bp-btn--cloud.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow:after {
background-color: #8ca0b3;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow:hover:after {
border-color: #778ea5;
background-color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #8ca0b3;
background-color: transparent;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--cloud.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--cloud.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #8ca0b3;
background-color: transparent;
}
.bp-btn.bp-btn--cloud.bp-btn--text-only:hover {
background-color: transparent;
color: #778ea5;
}
.bp-btn.bp-btn--cloud.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-cloud {
color: #8ca0b3;
}
.bp-btn.bp-btn--c-cloud:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-cloud.bp-btn--flat,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only {
color: #8ca0b3;
}
.bp-btn.bp-btn--c-cloud.bp-btn--flat:hover,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only:hover {
color: #778ea5;
}
.bp-btn.bp-btn--c-cloud.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-cloud.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-cloud.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-cloud {
background-color: #8ca0b3;
}
.bp-btn.bp-btn--bg-cloud:hover {
background-color: #778ea5;
}
.bp-btn.bp-btn--bg-cloud:disabled,
.bp-btn.bp-btn--bg-cloud:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-cloud.bp-btn--arrow:after {
background-color: #8ca0b3;
}
.bp-btn.bp-btn--bg-cloud.bp-btn--arrow:hover:after {
border-color: #778ea5;
background-color: #778ea5;
}
.bp-btn.bp-btn--bg-cloud.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--silver {
color: #fff;
background-color: #94a3ab;
}
.bp-btn.bp-btn--silver:hover {
background-color: #80929b;
}
.bp-btn.bp-btn--silver:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--silver.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--silver.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--silver.bp-btn--dashed,
.bp-btn.bp-btn--silver.bp-btn--flat {
color: #94a3ab;
background-color: transparent;
border-width: 2px;
border-color: #94a3ab;
}
.bp-btn.bp-btn--silver.bp-btn--dashed:hover,
.bp-btn.bp-btn--silver.bp-btn--flat:hover {
background-color: transparent;
border-color: #80929b;
color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--dashed:disabled,
.bp-btn.bp-btn--silver.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--silver.bp-btn--arrow:after {
background-color: #94a3ab;
}
.bp-btn.bp-btn--silver.bp-btn--arrow:hover:after {
border-color: #80929b;
background-color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #94a3ab;
background-color: transparent;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--silver.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--silver.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #94a3ab;
background-color: transparent;
}
.bp-btn.bp-btn--silver.bp-btn--text-only:hover {
background-color: transparent;
color: #80929b;
}
.bp-btn.bp-btn--silver.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-silver {
color: #94a3ab;
}
.bp-btn.bp-btn--c-silver:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-silver.bp-btn--flat,
.bp-btn.bp-btn--c-silver.bp-btn--text-only {
color: #94a3ab;
}
.bp-btn.bp-btn--c-silver.bp-btn--flat:hover,
.bp-btn.bp-btn--c-silver.bp-btn--text-only:hover {
color: #80929b;
}
.bp-btn.bp-btn--c-silver.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-silver.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-silver.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-silver.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-silver {
background-color: #94a3ab;
}
.bp-btn.bp-btn--bg-silver:hover {
background-color: #80929b;
}
.bp-btn.bp-btn--bg-silver:disabled,
.bp-btn.bp-btn--bg-silver:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-silver.bp-btn--arrow:after {
background-color: #94a3ab;
}
.bp-btn.bp-btn--bg-silver.bp-btn--arrow:hover:after {
border-color: #80929b;
background-color: #80929b;
}
.bp-btn.bp-btn--bg-silver.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--time {
color: #fff;
background-color: #a8bfc4;
}
.bp-btn.bp-btn--time:hover {
background-color: #93afb6;
}
.bp-btn.bp-btn--time:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--time.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--time.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--time.bp-btn--dashed,
.bp-btn.bp-btn--time.bp-btn--flat {
color: #a8bfc4;
background-color: transparent;
border-width: 2px;
border-color: #a8bfc4;
}
.bp-btn.bp-btn--time.bp-btn--dashed:hover,
.bp-btn.bp-btn--time.bp-btn--flat:hover {
background-color: transparent;
border-color: #93afb6;
color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--dashed:disabled,
.bp-btn.bp-btn--time.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--time.bp-btn--arrow:after {
background-color: #a8bfc4;
}
.bp-btn.bp-btn--time.bp-btn--arrow:hover:after {
border-color: #93afb6;
background-color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #a8bfc4;
background-color: transparent;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--time.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--time.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #a8bfc4;
background-color: transparent;
}
.bp-btn.bp-btn--time.bp-btn--text-only:hover {
background-color: transparent;
color: #93afb6;
}
.bp-btn.bp-btn--time.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-time {
color: #a8bfc4;
}
.bp-btn.bp-btn--c-time:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-time.bp-btn--flat,
.bp-btn.bp-btn--c-time.bp-btn--text-only {
color: #a8bfc4;
}
.bp-btn.bp-btn--c-time.bp-btn--flat:hover,
.bp-btn.bp-btn--c-time.bp-btn--text-only:hover {
color: #93afb6;
}
.bp-btn.bp-btn--c-time.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-time.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-time.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-time.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-time {
background-color: #a8bfc4;
}
.bp-btn.bp-btn--bg-time:hover {
background-color: #93afb6;
}
.bp-btn.bp-btn--bg-time:disabled,
.bp-btn.bp-btn--bg-time:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-time.bp-btn--arrow:after {
background-color: #a8bfc4;
}
.bp-btn.bp-btn--bg-time.bp-btn--arrow:hover:after {
border-color: #93afb6;
background-color: #93afb6;
}
.bp-btn.bp-btn--bg-time.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--breeze {
color: #fff;
background-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze:hover {
background-color: #b1d1d8;
}
.bp-btn.bp-btn--breeze:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--breeze.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed,
.bp-btn.bp-btn--breeze.bp-btn--flat {
color: #c9dfe4;
background-color: transparent;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed:hover,
.bp-btn.bp-btn--breeze.bp-btn--flat:hover {
background-color: transparent;
border-color: #b1d1d8;
color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--dashed:disabled,
.bp-btn.bp-btn--breeze.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow:after {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow:hover:after {
border-color: #b1d1d8;
background-color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--breeze.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--breeze.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #c9dfe4;
background-color: transparent;
}
.bp-btn.bp-btn--breeze.bp-btn--text-only:hover {
background-color: transparent;
color: #b1d1d8;
}
.bp-btn.bp-btn--breeze.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-breeze {
color: #c9dfe4;
}
.bp-btn.bp-btn--c-breeze:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-breeze.bp-btn--flat,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only {
color: #c9dfe4;
}
.bp-btn.bp-btn--c-breeze.bp-btn--flat:hover,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only:hover {
color: #b1d1d8;
}
.bp-btn.bp-btn--c-breeze.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-breeze.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-breeze.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-breeze {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-breeze:hover {
background-color: #b1d1d8;
}
.bp-btn.bp-btn--bg-breeze.bp-btn--arrow:after,
.bp-btn.bp-btn--bg-breeze:disabled,
.bp-btn.bp-btn--bg-breeze:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-breeze.bp-btn--arrow:hover:after {
border-color: #b1d1d8;
background-color: #b1d1d8;
}
.bp-btn.bp-btn--bg-breeze.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--sky {
color: #fff;
background-color: #daf2f4;
}
.bp-btn.bp-btn--sky:hover {
background-color: #bee8ec;
}
.bp-btn.bp-btn--sky:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--sky.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--sky.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--sky.bp-btn--dashed,
.bp-btn.bp-btn--sky.bp-btn--flat {
color: #daf2f4;
background-color: transparent;
border-width: 2px;
border-color: #daf2f4;
}
.bp-btn.bp-btn--sky.bp-btn--dashed:hover,
.bp-btn.bp-btn--sky.bp-btn--flat:hover {
background-color: transparent;
border-color: #bee8ec;
color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--dashed:disabled,
.bp-btn.bp-btn--sky.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--sky.bp-btn--arrow:after {
background-color: #daf2f4;
}
.bp-btn.bp-btn--sky.bp-btn--arrow:hover:after {
border-color: #bee8ec;
background-color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #daf2f4;
background-color: transparent;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--sky.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--sky.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #daf2f4;
background-color: transparent;
}
.bp-btn.bp-btn--sky.bp-btn--text-only:hover {
background-color: transparent;
color: #bee8ec;
}
.bp-btn.bp-btn--sky.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-sky {
color: #daf2f4;
}
.bp-btn.bp-btn--c-sky:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-sky.bp-btn--flat,
.bp-btn.bp-btn--c-sky.bp-btn--text-only {
color: #daf2f4;
}
.bp-btn.bp-btn--c-sky.bp-btn--flat:hover,
.bp-btn.bp-btn--c-sky.bp-btn--text-only:hover {
color: #bee8ec;
}
.bp-btn.bp-btn--c-sky.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-sky.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-sky.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-sky.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-sky {
background-color: #daf2f4;
}
.bp-btn.bp-btn--bg-sky:hover {
background-color: #bee8ec;
}
.bp-btn.bp-btn--bg-sky:disabled,
.bp-btn.bp-btn--bg-sky:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-sky.bp-btn--arrow:after {
background-color: #daf2f4;
}
.bp-btn.bp-btn--bg-sky.bp-btn--arrow:hover:after {
border-color: #bee8ec;
background-color: #bee8ec;
}
.bp-btn.bp-btn--bg-sky.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--offwhite {
color: #fff;
background-color: #eaeeee;
}
.bp-btn.bp-btn--offwhite:hover {
background-color: #d6dede;
}
.bp-btn.bp-btn--offwhite:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--offwhite.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed,
.bp-btn.bp-btn--offwhite.bp-btn--flat {
color: #eaeeee;
background-color: transparent;
border-width: 2px;
border-color: #eaeeee;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed:hover,
.bp-btn.bp-btn--offwhite.bp-btn--flat:hover {
background-color: transparent;
border-color: #d6dede;
color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--dashed:disabled,
.bp-btn.bp-btn--offwhite.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow:after {
background-color: #eaeeee;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow:hover:after {
border-color: #d6dede;
background-color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #eaeeee;
background-color: transparent;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--offwhite.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--offwhite.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #eaeeee;
background-color: transparent;
}
.bp-btn.bp-btn--offwhite.bp-btn--text-only:hover {
background-color: transparent;
color: #d6dede;
}
.bp-btn.bp-btn--offwhite.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-offwhite {
color: #eaeeee;
}
.bp-btn.bp-btn--c-offwhite:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-offwhite.bp-btn--flat,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only {
color: #eaeeee;
}
.bp-btn.bp-btn--c-offwhite.bp-btn--flat:hover,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only:hover {
color: #d6dede;
}
.bp-btn.bp-btn--c-offwhite.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-offwhite.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-offwhite.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-offwhite {
background-color: #eaeeee;
}
.bp-btn.bp-btn--bg-offwhite:hover {
background-color: #d6dede;
}
.bp-btn.bp-btn--bg-offwhite:disabled,
.bp-btn.bp-btn--bg-offwhite:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-offwhite.bp-btn--arrow:after {
background-color: #eaeeee;
}
.bp-btn.bp-btn--bg-offwhite.bp-btn--arrow:hover:after {
border-color: #d6dede;
background-color: #d6dede;
}
.bp-btn.bp-btn--bg-offwhite.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--whisper {
color: #fff;
background-color: #f5f8f9;
}
.bp-btn.bp-btn--whisper:hover {
background-color: #dfe8ec;
}
.bp-btn.bp-btn--whisper:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--whisper.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed,
.bp-btn.bp-btn--whisper.bp-btn--flat {
color: #f5f8f9;
background-color: transparent;
border-width: 2px;
border-color: #f5f8f9;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed:hover,
.bp-btn.bp-btn--whisper.bp-btn--flat:hover {
background-color: transparent;
border-color: #dfe8ec;
color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--dashed:disabled,
.bp-btn.bp-btn--whisper.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow:after {
background-color: #f5f8f9;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow:hover:after {
border-color: #dfe8ec;
background-color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #f5f8f9;
background-color: transparent;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--whisper.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--whisper.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #f5f8f9;
background-color: transparent;
}
.bp-btn.bp-btn--whisper.bp-btn--text-only:hover {
background-color: transparent;
color: #dfe8ec;
}
.bp-btn.bp-btn--whisper.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-whisper {
color: #f5f8f9;
}
.bp-btn.bp-btn--c-whisper:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-whisper.bp-btn--flat,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only {
color: #f5f8f9;
}
.bp-btn.bp-btn--c-whisper.bp-btn--flat:hover,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only:hover {
color: #dfe8ec;
}
.bp-btn.bp-btn--c-whisper.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-whisper.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-whisper.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-whisper {
background-color: #f5f8f9;
}
.bp-btn.bp-btn--bg-whisper:hover {
background-color: #dfe8ec;
}
.bp-btn.bp-btn--bg-whisper:disabled,
.bp-btn.bp-btn--bg-whisper:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-whisper.bp-btn--arrow:after {
background-color: #f5f8f9;
}
.bp-btn.bp-btn--bg-whisper.bp-btn--arrow:hover:after {
border-color: #dfe8ec;
background-color: #dfe8ec;
}
.bp-btn.bp-btn--bg-whisper.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--white {
color: #fff;
background-color: #fff;
}
.bp-btn.bp-btn--white:hover {
background-color: #ededed;
}
.bp-btn.bp-btn--white:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--white.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--white.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--white.bp-btn--dashed,
.bp-btn.bp-btn--white.bp-btn--flat {
color: #fff;
background-color: transparent;
border-width: 2px;
border-color: #fff;
}
.bp-btn.bp-btn--white.bp-btn--dashed:hover,
.bp-btn.bp-btn--white.bp-btn--flat:hover {
background-color: transparent;
border-color: #ededed;
color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--dashed:disabled,
.bp-btn.bp-btn--white.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--white.bp-btn--arrow:after {
background-color: #fff;
}
.bp-btn.bp-btn--white.bp-btn--arrow:hover:after {
border-color: #ededed;
background-color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #fff;
background-color: transparent;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--white.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--white.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #fff;
background-color: transparent;
}
.bp-btn.bp-btn--white.bp-btn--text-only:hover {
background-color: transparent;
color: #ededed;
}
.bp-btn.bp-btn--white.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-white,
.bp-btn.bp-btn--c-white.bp-btn--flat,
.bp-btn.bp-btn--c-white.bp-btn--text-only,
.bp-btn.bp-btn--c-white:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-white.bp-btn--flat:hover,
.bp-btn.bp-btn--c-white.bp-btn--text-only:hover {
color: #ededed;
}
.bp-btn.bp-btn--c-white.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-white.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-white.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-white.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-white {
background-color: #fff;
}
.bp-btn.bp-btn--bg-white:hover {
background-color: #ededed;
}
.bp-btn.bp-btn--bg-white:disabled,
.bp-btn.bp-btn--bg-white:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-white.bp-btn--arrow:after {
background-color: #fff;
}
.bp-btn.bp-btn--bg-white.bp-btn--arrow:hover:after {
border-color: #ededed;
background-color: #ededed;
}
.bp-btn.bp-btn--bg-white.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--black {
color: #fff;
background-color: #000;
}
.bp-btn.bp-btn--black:hover {
background-color: #000;
}
.bp-btn.bp-btn--black:disabled {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--black.bp-btn--flat {
border-style: solid;
}
.bp-btn.bp-btn--black.bp-btn--dashed {
border-style: dashed;
}
.bp-btn.bp-btn--black.bp-btn--dashed,
.bp-btn.bp-btn--black.bp-btn--flat {
color: #000;
background-color: transparent;
border-width: 2px;
border-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--dashed:hover,
.bp-btn.bp-btn--black.bp-btn--flat:hover {
background-color: transparent;
border-color: #000;
color: #000;
}
.bp-btn.bp-btn--black.bp-btn--dashed:disabled,
.bp-btn.bp-btn--black.bp-btn--flat:disabled {
background-color: transparent;
color: #c9dfe4;
border-width: 2px;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--black.bp-btn--arrow:after {
background-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--arrow:hover:after {
border-color: #000;
background-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:after {
width: 28px;
height: 28px;
border-style: solid;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:after {
width: 27px;
height: 27px;
border-style: dashed;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat {
border-right: none;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:after,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:after {
right: -14px;
top: 4px;
border-radius: 3px;
border-width: 2px 2px 0 0;
border-color: #000;
background-color: transparent;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:hover:after,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:hover:after {
background-color: transparent;
border-color: #000;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:disabled,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:disabled {
border-right: none;
}
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--dashed:disabled:after,
.bp-btn.bp-btn--black.bp-btn--arrow.bp-btn--flat:disabled:after {
background-color: transparent;
color: #c9dfe4;
border-width: 2px 2px 0 0;
border-color: #c9dfe4;
}
.bp-btn.bp-btn--black.bp-btn--text-only {
min-width: 0;
height: auto;
line-height: 1.125rem;
padding: 0.5rem 0.625rem;
color: #000;
background-color: transparent;
}
.bp-btn.bp-btn--black.bp-btn--text-only:hover {
background-color: transparent;
color: #000;
}
.bp-btn.bp-btn--black.bp-btn--text-only:disabled {
background-color: transparent;
color: #c9dfe4;
}
.bp-btn.bp-btn--c-black {
color: #000;
}
.bp-btn.bp-btn--c-black:disabled {
color: #fff;
}
.bp-btn.bp-btn--c-black.bp-btn--flat,
.bp-btn.bp-btn--c-black.bp-btn--flat:hover,
.bp-btn.bp-btn--c-black.bp-btn--text-only,
.bp-btn.bp-btn--c-black.bp-btn--text-only:hover {
color: #000;
}
.bp-btn.bp-btn--c-black.bp-btn--flat:disabled,
.bp-btn.bp-btn--c-black.bp-btn--flat:disabled:hover,
.bp-btn.bp-btn--c-black.bp-btn--text-only:disabled,
.bp-btn.bp-btn--c-black.bp-btn--text-only:disabled:hover {
color: #c9dfe4;
}
.bp-btn.bp-btn--bg-black,
.bp-btn.bp-btn--bg-black:hover {
background-color: #000;
}
.bp-btn.bp-btn--bg-black:disabled,
.bp-btn.bp-btn--bg-black:disabled:hover {
background-color: #c9dfe4;
}
.bp-btn.bp-btn--bg-black.bp-btn--arrow:after {
background-color: #000;
}
.bp-btn.bp-btn--bg-black.bp-btn--arrow:hover:after {
border-color: #000;
background-color: #000;
}
.bp-btn.bp-btn--bg-black.bp-btn--arrow:disabled:after {
background-color: #c9dfe4;
color: #fff;
border-width: 0;
}
.bp-divider-h {
background-color: #c9dfe4;
height: 1px;
width: 100%;
}
.bp-divider-h.bp-divider--medium {
height: 2px;
}
.bp-divider-h.bp-divider--large {
height: 3px;
}
.bp-divider-v {
background-color: #c9dfe4;
width: 1px;
height: 100%;
}
.bp-divider-v.bp-divider--medium {
width: 2px;
}
.bp-divider-v.bp-divider--large {
width: 3px;
}
.bp-dropdown {
box-sizing: border-box;
position: absolute;
display: inline-block;
z-index: 100;
min-width: 3.125rem;
min-height: 1.125rem;
margin-top: 0.3125rem;
padding: 0.625rem 0;
top: 130%;
background: #fff;
border-radius: 2px;
transition: 0.4s;
box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
-o-box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
-moz-box-shadow: 0 1px 6px 0 rgba(0, 60, 128, 0.14);
}
.bp-dropdown::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.bp-dropdown::-webkit-scrollbar-track {
background: none;
}
.bp-dropdown::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.bp-dropdown:before {
position: absolute;
content: " ";
width: 0.9375rem;
height: 0.9375rem;
top: -8px;
background: #fff;
transform: rotate(45deg);
box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
-o-box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
-webkit-box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
-moz-box-shadow: -3px -3px 10px 0 rgba(0, 60, 128, 0.1);
}
.bp-dropdown.bp-dropdown--right {
right: -10px;
}
.bp-dropdown.bp-dropdown--right:before {
right: 10px;
}
.bp-dropdown.bp-dropdown--left {
left: -10px;
}
.bp-dropdown.bp-dropdown--left:before {
left: 10px;
}
.bp-dropdown.bp-dropdown--show {
opacity: 1;
visibility: visible;
}
.bp-dropdown.bp-dropdown--hide {
opacity: 0;
visibility: hidden;
}
.bp-input,
.bp-input[disabled],
.bp-input[readonly],
.bp-input[type="email"],
.bp-input[type="email"][disabled],
.bp-input[type="email"][readonly],
.bp-input[type="number"],
.bp-input[type="number"][disabled],
.bp-input[type="number"][readonly],
.bp-input[type="password"],
.bp-input[type="password"][disabled],
.bp-input[type="password"][readonly],
.bp-input[type="search"],
.bp-input[type="search"][disabled],
.bp-input[type="search"][readonly],
.bp-input[type="tel"],
.bp-input[type="tel"][disabled],
.bp-input[type="tel"][readonly],
.bp-input[type="text"],
.bp-input[type="text"][disabled],
.bp-input[type="text"][readonly],
.bp-input[type="url"],
.bp-input[type="url"][disabled],
.bp-input[type="url"][readonly] {
border: none;
font-size: 0.875rem;
background: #fff;
margin-top: 0.125rem;
width: 100%;
margin-right: 0.625rem;
height: 1.1875rem;
line-height: 1.1875rem;
padding: 0;
}
.bp-input::-webkit-input-placeholder,
.bp-input[disabled]::-webkit-input-placeholder,
.bp-input[readonly]::-webkit-input-placeholder,
.bp-input[type="email"]::-webkit-input-placeholder,
.bp-input[type="email"][disabled]::-webkit-input-placeholder,
.bp-input[type="email"][readonly]::-webkit-input-placeholder,
.bp-input[type="number"]::-webkit-input-placeholder,
.bp-input[type="number"][disabled]::-webkit-input-placeholder,
.bp-input[type="number"][readonly]::-webkit-input-placeholder,
.bp-input[type="password"]::-webkit-input-placeholder,
.bp-input[type="password"][disabled]::-webkit-input-placeholder,
.bp-input[type="password"][readonly]::-webkit-input-placeholder,
.bp-input[type="search"]::-webkit-input-placeholder,
.bp-input[type="search"][disabled]::-webkit-input-placeholder,
.bp-input[type="search"][readonly]::-webkit-input-placeholder,
.bp-input[type="tel"]::-webkit-input-placeholder,
.bp-input[type="tel"][disabled]::-webkit-input-placeholder,
.bp-input[type="tel"][readonly]::-webkit-input-placeholder,
.bp-input[type="text"]::-webkit-input-placeholder,
.bp-input[type="text"][disabled]::-webkit-input-placeholder,
.bp-input[type="text"][readonly]::-webkit-input-placeholder,
.bp-input[type="url"]::-webkit-input-placeholder,
.bp-input[type="url"][disabled]::-webkit-input-placeholder,
.bp-input[type="url"][readonly]::-webkit-input-placeholder {
color: #8ca0b3;
}
.bp-input::-moz-placeholder,
.bp-input[disabled]::-moz-placeholder,
.bp-input[readonly]::-moz-placeholder,
.bp-input[type="email"]::-moz-placeholder,
.bp-input[type="email"][disabled]::-moz-placeholder,
.bp-input[type="email"][readonly]::-moz-placeholder,
.bp-input[type="number"]::-moz-placeholder,
.bp-input[type="number"][disabled]::-moz-placeholder,
.bp-input[type="number"][readonly]::-moz-placeholder,
.bp-input[type="password"]::-moz-placeholder,
.bp-input[type="password"][disabled]::-moz-placeholder,
.bp-input[type="password"][readonly]::-moz-placeholder,
.bp-input[type="search"]::-moz-placeholder,
.bp-input[type="search"][disabled]::-moz-placeholder,
.bp-input[type="search"][readonly]::-moz-placeholder,
.bp-input[type="tel"]::-moz-placeholder,
.bp-input[type="tel"][disabled]::-moz-placeholder,
.bp-input[type="tel"][readonly]::-moz-placeholder,
.bp-input[type="text"]::-moz-placeholder,
.bp-input[type="text"][disabled]::-moz-placeholder,
.bp-input[type="text"][readonly]::-moz-placeholder,
.bp-input[type="url"]::-moz-placeholder,
.bp-input[type="url"][disabled]::-moz-placeholder,
.bp-input[type="url"][readonly]::-moz-placeholder {
color: #8ca0b3;
}
.bp-input:-ms-input-placeholder,
.bp-input[disabled]:-ms-input-placeholder,
.bp-input[readonly]:-ms-input-placeholder,
.bp-input[type="email"]:-ms-input-placeholder,
.bp-input[type="email"][disabled]:-ms-input-placeholder,
.bp-input[type="email"][readonly]:-ms-input-placeholder,
.bp-input[type="number"]:-ms-input-placeholder,
.bp-input[type="number"][disabled]:-ms-input-placeholder,
.bp-input[type="number"][readonly]:-ms-input-placeholder,
.bp-input[type="password"]:-ms-input-placeholder,
.bp-input[type="password"][disabled]:-ms-input-placeholder,
.bp-input[type="password"][readonly]:-ms-input-placeholder,
.bp-input[type="search"]:-ms-input-placeholder,
.bp-input[type="search"][disabled]:-ms-input-placeholder,
.bp-input[type="search"][readonly]:-ms-input-placeholder,
.bp-input[type="tel"]:-ms-input-placeholder,
.bp-input[type="tel"][disabled]:-ms-input-placeholder,
.bp-input[type="tel"][readonly]:-ms-input-placeholder,
.bp-input[type="text"]:-ms-input-placeholder,
.bp-input[type="text"][disabled]:-ms-input-placeholder,
.bp-input[type="text"][readonly]:-ms-input-placeholder,
.bp-input[type="url"]:-ms-input-placeholder,
.bp-input[type="url"][disabled]:-ms-input-placeholder,
.bp-input[type="url"][readonly]:-ms-input-placeholder {
color: #8ca0b3;
}
.bp-input:-moz-placeholder,
.bp-input[disabled]:-moz-placeholder,
.bp-input[readonly]:-moz-placeholder,
.bp-input[type="email"]:-moz-placeholder,
.bp-input[type="email"][disabled]:-moz-placeholder,
.bp-input[type="email"][readonly]:-moz-placeholder,
.bp-input[type="number"]:-moz-placeholder,
.bp-input[type="number"][disabled]:-moz-placeholder,
.bp-input[type="number"][readonly]:-moz-placeholder,
.bp-input[type="password"]:-moz-placeholder,
.bp-input[type="password"][disabled]:-moz-placeholder,
.bp-input[type="password"][readonly]:-moz-placeholder,
.bp-input[type="search"]:-moz-placeholder,
.bp-input[type="search"][disabled]:-moz-placeholder,
.bp-input[type="search"][readonly]:-moz-placeholder,
.bp-input[type="tel"]:-moz-placeholder,
.bp-input[type="tel"][disabled]:-moz-placeholder,
.bp-input[type="tel"][readonly]:-moz-placeholder,
.bp-input[type="text"]:-moz-placeholder,
.bp-input[type="text"][disabled]:-moz-placeholder,
.bp-input[type="text"][readonly]:-moz-placeholder,
.bp-input[type="url"]:-moz-placeholder,
.bp-input[type="url"][disabled]:-moz-placeholder,
.bp-input[type="url"][readonly]:-moz-placeholder {
color: #8ca0b3;
}
.bp-input:focus,
.bp-input[disabled]:focus,
.bp-input[readonly]:focus,
.bp-input[type="email"]:focus,
.bp-input[type="email"][disabled]:focus,
.bp-input[type="email"][readonly]:focus,
.bp-input[type="number"]:focus,
.bp-input[type="number"][disabled]:focus,
.bp-input[type="number"][readonly]:focus,
.bp-input[type="password"]:focus,
.bp-input[type="password"][disabled]:focus,
.bp-input[type="password"][readonly]:focus,
.bp-input[type="search"]:focus,
.bp-input[type="search"][disabled]:focus,
.bp-input[type="search"][readonly]:focus,
.bp-input[type="tel"]:focus,
.bp-input[type="tel"][disabled]:focus,
.bp-input[type="tel"][readonly]:focus,
.bp-input[type="text"]:focus,
.bp-input[type="text"][disabled]:focus,
.bp-input[type="text"][readonly]:focus,
.bp-input[type="url"]:focus,
.bp-input[type="url"][disabled]:focus,
.bp-input[type="url"][readonly]:focus {
border: none;
outline: none;
}
.bp-input[disabled],
.bp-input[type="email"][disabled],
.bp-input[type="number"][disabled],
.bp-input[type="password"][disabled],
.bp-input[type="search"][disabled],
.bp-input[type="tel"][disabled],
.bp-input[type="text"][disabled],
.bp-input[type="url"][disabled] {
background-color: #eaeeee;
}
.bp-input[type="number"]::-webkit-inner-spin-button,
.bp-input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.bp-input[type="number"] {
-moz-appearance: textfield;
}
.bp-input__password-strength {
position: absolute;
right: 10px;
top: 5px;
}
.bp-input__password-strength .str-lvl {
height: 7px !important;
width: 16px !important;
background: #d3d3d3;
border-radius: 3.5px;
display: inline-block;
}
.bp-input__password-strength .str-lvl.lvl-one.weak {
background-color: #f76556;
}
.bp-input__password-strength .str-lvl.lvl-one.medium {
background-color: #ffcf33;
}
.bp-input__password-strength .str-lvl.lvl-one.strong {
background-color: #4dcb7b;
}
.bp-input__password-strength .str-lvl.lvl-two.medium {
background-color: #ffcf33;
}
.bp-input__password-strength .str-lvl.lvl-three.strong,
.bp-input__password-strength .str-lvl.lvl-two.strong {
background-color: #4dcb7b;
}
.bp-input--check--wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
font-size: 0.875rem;
line-height: 1.5rem;
}
.bp-input[type="checkbox"],
.bp-input[type="radio"] {
display: none;
}
.bp-input--checkbox,
.bp-input--radio {
cursor: default;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
color: transparent;
text-align: center;
margin-right: 0.5rem;
flex-shrink: 0;
font-size: 0.875rem;
line-height: 1.5rem;
border: 0.0625rem solid #a8bfc4;
transition: all 0.5s;
}
.bp-input--checkbox:hover,
.bp-input--radio:hover {
border-color: #0cc8cc;
}
.bp-input--checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.125rem;
width: 1.3125rem;
height: 1.3125rem;
}
.bp-input--radio {
width: 1.3125rem;
height: 1.3125rem;
border-radius: 1.25rem;
padding: 0.25rem;
background-clip: content-box;
}
.bp-input[type="checkbox"]:checked ~ .bp-input--checkbox,
.bp-input[type="radio"]:checked ~ .bp-input--radio {
color: #fff;
background-color: #0cc8cc;
border-color: #0cc8cc;
}
.bp-input[type="checkbox"]:checked ~ .bp-input--checkbox:hover,
.bp-input[type="radio"]:checked ~ .bp-input--radio:hover {
background-color: #0aa7aa;
border-color: #0aa7aa;
}
.bp-input[type="checkbox"]:checked:not(:disabled) ~ .bp-input--checkbox,
.bp-input[type="radio"]:checked:not(:disabled) ~ .bp-input--radio {
animation: checkbox 0.6s ease;
}
@-webkit-keyframes checkbox {
0% {
transform: scale(1);
}
30% {
transform: scale(1.25, 0.75);
}
40% {
transform: scale(0.75, 1.25);
}
50% {
transform: scale(1.15, 0.85);
}
65% {
transform: scale(0.95, 1.05);
}
75% {
transform: scale(1.05, 0.95);
}
to {
transform: scale(1);
}
}
@-moz-keyframes checkbox {
0% {
transform: scale(1);
}
30% {
transform: scale(1.25, 0.75);
}
40% {
transform: scale(0.75, 1.25);
}
50% {
transform: scale(1.15, 0.85);
}
65% {
transform: scale(0.95, 1.05);
}
75% {
transform: scale(1.05, 0.95);
}
to {
transform: scale(1);
}
}
@keyframes checkbox {
0% {
transform: scale(1);
}
30% {
transform: scale(1.25, 0.75);
}
40% {
transform: scale(0.75, 1.25);
}
50% {
transform: scale(1.15, 0.85);
}
65% {
transform: scale(0.95, 1.05);
}
75% {
transform: scale(1.05, 0.95);
}
to {
transform: scale(1);
}
}
.bp-input[type="checkbox"]:disabled ~ .bp-input--checkbox,
.bp-input[type="checkbox"]:disabled ~ .bp-input--checkbox:hover,
.bp-input[type="radio"]:disabled ~ .bp-input--radio,
.bp-input[type="radio"]:disabled ~ .bp-input--radio:hover {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.bp-input[type="radio"]:disabled:not(:checked) ~ .bp-input--radio {
padding: 0;
}
.bp-input-wrapper {
height: 2.9375rem;
border: 0.0625rem solid #c9dfe4;
border-radius: 0.25rem;
padding: 0.3125rem;
position: relative;
background-color: #fff;
}
.bp-input--with-bullet:after {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #607b99;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.bp-input-wrapper--disabled {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.bp-input-wrapper--focus {
box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
border-color: #0cc8cc;
transition: box-shadow 0.5s ease-in;
}
.bp-input-wrapper--invalid {
border-color: #fb7a6d;
}
.bp-input-wrapper--valid {
border-color: #4dcb7b;
}
.bp-input-check {
position: absolute;
right: 0;
bottom: 0;
background-color: #fff;
font-size: 1.1875rem;
line-height: 0.3125rem;
padding-left: 5px;
}
.bp-label {
margin: 0;
font-size: 0.75rem;
height: 1rem;
line-height: 1rem;
font-weight: 600;
display: block;
}
.blip-select {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.blip-select.bp-input-wrapper {
background-color: #fff;
}
.blip-select.bp-select-wrapper--invalid {
border-color: #fb7a6d;
background-color: #fbeaea;
}
.blip-select.bp-select-wrapper--invalid.bp-input-wrapper--focus label {
color: #fb7a6d;
}
.blip-select.bp-select-wrapper--disabled {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.blip-select__input {
cursor: pointer;
display: block;
border: 0;
background-color: transparent;
outline: none;
width: 100%;
height: 1.1875rem;
margin-top: 0.125rem;
font-family: Nunito Sans, Helvetica, sans-serif;
font-size: 0.875rem;
align-self: center;
position: relative;
z-index: 1;
}
.blip-select__input::-webkit-input-placeholder {
color: #8ca0b3;
}
.blip-select__input::-moz-placeholder {
color: #8ca0b3;
}
.blip-select__input:-ms-input-placeholder {
color: #8ca0b3;
}
.blip-select__input:-moz-placeholder {
color: #8ca0b3;
}
.blip-select__input:focus {
outline: none;
}
.blip-select__options {
background: #fff;
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 500px;
border: 0.0625rem solid #c9dfe4;
border-radius: 0.1875rem;
box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
transform-origin: 0 0;
transform: scale(0);
display: none;
opacity: 0;
transition: 0.2s;
overflow-y: auto;
z-index: 2;
}
.blip-select__options::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.blip-select__options::-webkit-scrollbar-track {
background: none;
}
.blip-select__options::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.blip-select__options ul {
padding: 0;
margin: 0;
list-style: none;
}
.blip-select__options--open-top {
top: auto;
bottom: 100%;
}
.blip-select__option {
padding: 0.5rem 1.0625rem;
color: #52636c;
margin-bottom: 0;
cursor: pointer;
word-break: break-word;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
}
.blip-select__option:focus,
.blip-select__option:hover {
background: #eaeeee;
outline: 0;
}
.blip-select__option.blip-select__empty-option {
cursor: default;
}
.blip-select__option .blip-select__option__label:not(:only-child) {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.blip-select__option .blip-select__option__description {
margin-left: auto;
flex-shrink: 0;
font-size: 0.75rem;
color: #738192;
line-height: 100%;
}
.blip-select__add-option small {
margin-right: 0.3125rem;
color: #fff;
}
.blip-select__add-option div.blip-new-option-text {
margin-top: -0.1875rem;
}
.blip-select__option--selected {
background: #eaeeee;
}
.bp-table,
.bp-table-chart table {
display: table;
table-layout: fixed;
font-family: Nunito Sans, Helvetica, sans-serif;
color: #52636c;
background-color: #fff;
border: 0;
border-collapse: collapse;
border-spacing: 0;
cursor: default;
text-align: center;
align-items: center;
margin: auto;
}
.bp-table-chart table thead,
.bp-table thead {
border-bottom: 0.125rem solid #eaeeee;
}
.bp-table-chart table thead tr,
.bp-table thead tr {
background-color: #fff;
}
.bp-table-chart table thead th,
.bp-table thead th {
height: 3.75rem;
padding: 1.25rem 0.625rem;
font-size: 0.875rem;
line-height: 160%;
font-weight: 600;
border: none;
}
.bp-table-chart table thead th:first-of-type,
.bp-table thead th:first-of-type {
padding-left: 1.5625rem;
}
.bp-table-chart table thead th:last-of-type,
.bp-table thead th:last-of-type {
padding-right: 1.5625rem;
}
.bp-table-chart table tbody tr:nth-child(odd),
.bp-table tbody tr:nth-child(odd) {
background-color: #fff;
}
.bp-table-chart table tbody tr:nth-child(2n),
.bp-table tbody tr:nth-child(2n) {
background-color: #f5f8f9;
}
.bp-table-chart table tbody td,
.bp-table tbody td {
height: 2.9375rem;
padding: 0.625rem;
font-size: 0.875rem;
line-height: 160%;
font-weight: 400;
border: none;
}
.bp-table-chart table tbody td:first-of-type,
.bp-table tbody td:first-of-type {
padding-left: 1.5625rem;
}
.bp-table-chart table tbody td:last-of-type,
.bp-table tbody td:last-of-type {
padding-right: 1.5625rem;
}
.bp-table-chart.bp-table-chart--scroll-y table,
.bp-table.bp-table--scroll-y {
display: flex;
flex-direction: column;
}
.bp-table-chart.bp-table-chart--scroll-y table thead,
.bp-table.bp-table--scroll-y thead {
flex: 0 0 auto;
display: block;
}
.bp-table-chart.bp-table-chart--scroll-y table thead tr,
.bp-table.bp-table--scroll-y thead tr {
width: calc(100% - 1.7 * 0.625rem);
margin-left: auto;
margin-right: auto;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody,
.bp-table.bp-table--scroll-y tbody {
flex: 1 1 auto;
display: block;
overflow-y: auto;
overflow-x: hidden;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody tr,
.bp-table.bp-table--scroll-y tbody tr {
width: 100%;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody::-webkit-scrollbar,
.bp-table.bp-table--scroll-y tbody::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody::-webkit-scrollbar-track,
.bp-table.bp-table--scroll-y tbody::-webkit-scrollbar-track {
background: none;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody::-webkit-scrollbar-thumb,
.bp-table.bp-table--scroll-y tbody::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.bp-table-chart.bp-table-chart--scroll-y table tbody tr,
.bp-table-chart.bp-table-chart--scroll-y table thead tr,
.bp-table.bp-table--scroll-y tbody tr,
.bp-table.bp-table--scroll-y thead tr {
display: table;
table-layout: fixed;
}
.bp-table-chart.bp-table-chart--sort table th,
.bp-table.bp-table-chart--sort th {
cursor: pointer;
}
.bp-table-chart.bp-table-chart--sort table th:focus,
.bp-table.bp-table-chart--sort th:focus {
outline: 0;
}
.blip-tag-wrapper {
margin-right: 5px;
position: relative;
font-weight: 400;
display: inline-block;
outline: 0;
max-width: 100%;
}
.blip-tag-select-color,
.blip-tag-wrapper,
.blip-tag__label,
.blip-tag__remove {
font-size: 0.875rem;
line-height: 100%;
}
.blip-tag-select-color {
background: #fff;
box-shadow: 0 1px 12px 0 hsla(195, 8%, 70%, 0.29);
padding: 14px;
margin: 0;
width: 149px;
position: absolute;
top: 160%;
border-radius: 3px;
transform-origin: 0 0;
transition: 0.3s;
list-style: none;
z-index: 2;
box-sizing: border-box;
}
.blip-tag-select-color:focus {
outline: 0;
}
.blip-tag-select-color:before {
content: " ";
position: absolute;
left: 20px;
top: -16px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 16px solid #fff;
}
.blip-tag {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding: 3px 12px;
margin: 0;
border-radius: 20px;
background: #2cc3d5;
max-width: 300px;
transition: max-width 1.2s, max-height 1s cubic-bezier(0, 1, 0, 1);
cursor: pointer;
color: #fff;
}
.blip-tag:focus {
outline: 0;
}
.blip-tag--can-remove .blip-tag:focus {
background: #738192 !important;
}
.blip-tag--compact .blip-tag__remove {
display: none;
}
.blip-tag--compact .blip-tag {
max-width: 15px;
max-height: 15px;
min-width: 15px;
min-height: 15px;
padding: 0;
transition: max-width 0.6s, max-height 0.5s, min-width 0.6s, min-height 0.6s,
padding 0.6s cubic-bezier(0, 1, 0, 1);
}
.blip-tag--compact .blip-tag .blip-tag__label {
opacity: 0;
transition: 60ms;
}
.blip-tag__label {
opacity: 1;
transition: opacity 1.2s;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
word-break: normal;
}
.blip-tag--on-list {
margin: 6px 0;
}
.blip-tag__remove {
display: inline-block;
background: transparent;
border: 0;
cursor: pointer;
height: auto;
min-width: auto;
padding: 0;
margin-left: 0.5rem;
color: #fff;
}
.blip-tag__remove:focus {
outline: none;
}
.blip-tag-color-option {
width: 1.5rem;
height: 1.5rem;
margin: 0.1875rem;
border-radius: 4px;
cursor: pointer;
display: inline-block;
}
.blip-tags {
border: 1px solid #52636c;
border-radius: 3px;
padding: 4px 5px;
position: relative;
cursor: pointer;
display: block;
text-align: left;
}
.blip-tags:hover {
border-color: #738192;
}
.blip-tags .blip-select {
min-width: 85px;
display: inline-flex;
flex: 2 0;
}
.blip-tags .blip-select.bp-input-wrapper--focus {
box-shadow: none;
}
.blip-tags .blip-select .blip-select__input {
cursor: pointer;
}
.blip-tags .bp-input-wrapper {
height: 1.625rem;
border: 0;
padding: 0;
margin-top: 3px;
position: static;
}
.blip-tags.bp-input-wrapper--focus {
box-shadow: none;
border-color: #0cc8cc;
}
.blip-tags .blip-select__options {
border: 0;
}
.blip-select__add-option {
background: #0cc8cc;
border: 0;
color: #fff;
}
.blip-select__add-option:focus,
.blip-select__add-option:hover {
background: #0cc8cc;
outline: 0;
}
.blip-tags--compact-mode {
border: 0;
}
.blip-tag-container .blip-tag {
margin-right: 5px;
}
.blip-tags-list {
display: inline-block;
}
.blip-tag__label-option {
border-radius: 20px;
color: #fff;
display: inline-block;
padding: 3px 12px;
font-size: 0.875rem;
}
.bp-textarea-wrapper {
min-height: 2.9375rem;
border: 0.0625rem solid #c9dfe4;
border-radius: 0.25rem;
padding: 0.1875rem 0.3125rem;
position: relative;
background-color: #fff;
}
.bp-textarea-wrapper--focus {
box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
border-color: #0cc8cc;
transition: box-shadow 0.5s ease-in;
}
.bp-textarea-wrapper--disabled {
background-color: #eaeeee;
border-color: #c9dfe4;
}
.bp-textarea-wrapper--invalid {
border-color: #fb7a6d;
}
.bp-textarea,
.bp-textarea[disabled],
.bp-textarea[readonly] {
resize: none;
border: none;
font-size: 0.875rem;
padding: 0;
overflow-y: auto;
width: 100%;
height: 4.5rem;
line-height: 1.5rem;
display: block;
margin-top: 0.125rem;
}
.bp-textarea::-webkit-input-placeholder,
.bp-textarea[disabled]::-webkit-input-placeholder,
.bp-textarea[readonly]::-webkit-input-placeholder {
color: #8ca0b3;
}
.bp-textarea::-moz-placeholder,
.bp-textarea[disabled]::-moz-placeholder,
.bp-textarea[readonly]::-moz-placeholder {
color: #8ca0b3;
}
.bp-textarea:-ms-input-placeholder,
.bp-textarea[disabled]:-ms-input-placeholder,
.bp-textarea[readonly]:-ms-input-placeholder {
color: #8ca0b3;
}
.bp-textarea:-moz-placeholder,
.bp-textarea[disabled]:-moz-placeholder,
.bp-textarea[readonly]:-moz-placeholder {
color: #8ca0b3;
}
.bp-textarea::-webkit-scrollbar,
.bp-textarea[disabled]::-webkit-scrollbar,
.bp-textarea[readonly]::-webkit-scrollbar {
width: 0.375rem;
height: 0.375rem;
}
.bp-textarea::-webkit-scrollbar-track,
.bp-textarea[disabled]::-webkit-scrollbar-track,
.bp-textarea[readonly]::-webkit-scrollbar-track {
background: none;
}
.bp-textarea::-webkit-scrollbar-thumb,
.bp-textarea[disabled]::-webkit-scrollbar-thumb,
.bp-textarea[readonly]::-webkit-scrollbar-thumb {
background-color: #a8bfc4;
}
.bp-textarea:focus,
.bp-textarea[disabled]:focus,
.bp-textarea[readonly]:focus {
border: none;
outline: none;
}
.bp-textarea,
.bp-textarea[readonly] {
background: #fff;
}
.bp-textarea[disabled] {
background: #eaeeee;
}
.bp-loading {
margin-left: auto;
margin-right: auto;
position: relative;
width: 40px;
height: 40px;
}
.bp-loading--small {
width: 25px;
height: 25px;
}
.bp-loading .bp-loading__circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.bp-loading .bp-loading__circle:before {
content: "";
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #c9dfe4;
border-radius: 100%;
-webkit-animation: bp-loadingBounceDelay 1.2s infinite ease-in-out both;
animation: bp-loadingBounceDelay 1.2s infinite ease-in-out both;
}
.bp-loading.dark-background .bp-loading__circle:before {
background-color: #fff;
}
.bp-loading .bp-loading2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.bp-loading .bp-loading3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.bp-loading .bp-loading4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.bp-loading .bp-loading5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.bp-loading .bp-loading6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.bp-loading .bp-loading7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.bp-loading .bp-loading8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.bp-loading .bp-loading9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.bp-loading .bp-loading10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.bp-loading .bp-loading11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.bp-loading .bp-loading12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.bp-loading .bp-loading2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.bp-loading .bp-loading3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.bp-loading .bp-loading4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.bp-loading .bp-loading5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.bp-loading .bp-loading6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.bp-loading .bp-loading7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.bp-loading .bp-loading8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.bp-loading .bp-loading9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.bp-loading .bp-loading10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.bp-loading .bp-loading11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.bp-loading .bp-loading12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes bp-loadingBounceDelay {
0%,
80%,
to {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bp-loadingBounceDelay {
0%,
80%,
to {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.bp-modal {
position: fixed;
z-index: 1000;
}
.bp-modal,
.bp-modal__overlay {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bp-modal__overlay {
position: absolute;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}
.bp-modal__container {
position: relative;
z-index: 2;
background: #fff;
margin: 0 auto;
padding: 2.8125rem 1.25rem;
top: 50%;
transform: translateY(-50%);
max-width: 90%;
}
@media screen and (min-width: 992px) {
.bp-modal__container {
max-width: 70%;
}
}
@media screen and (min-width: 1200px) {
.bp-modal__container {
max-width: 40%;
}
}
.bp-modal__container__footer {
text-align: right;
}
.bp-modal__container__body,
.bp-modal__container__footer {
padding: 0 4.375rem;
}
.bp-modal__cancel-button {
margin-right: 0.9375rem;
}
.bp-modal-template {
display: none;
}
.bp-tabs-container {
display: flex;
flex-direction: column;
}
.bp-tabs-container ul.bp-tab-nav {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: nowrap;
overflow: visible;
border-bottom: thin solid #ccc;
}
.bp-tabs-container ul.bp-tab-nav li {
position: relative;
bottom: -1px;
padding: 10px 20px;
margin: 0 5px;
white-space: nowrap;
}
.bp-tabs-container ul.bp-tab-nav li:first-child {
margin-left: 0;
}
.bp-tabs-container ul.bp-tab-nav li:last-child {
margin-right: 0;
}
.bp-tabs-container ul.bp-tab-nav li a {
color: inherit;
text-decoration: none;
font-size: 15px;
font-weight: 600;
line-height: 1.5rem;
}
.bp-tabs-container ul.bp-tab-nav li.bp-tab-active {
border-bottom: 4px solid;
border-image: linear-gradient(90deg, #51dbe3 0, #28b4c3);
border-image-slice: 1;
}
.bp-tabs-container ul.bp-tab-nav li.bp-tab-active a {
color: #2cc3d5;
}
.bp-tabs-container .bp-tab-content {
display: none;
padding: 45px 10px 10px;
}
.bp-tabs-container .bp-tab-content.bp-tab-content-visible {
display: block;
}
.bp-navbar {
box-sizing: border-box;
min-height: 5rem;
padding: 1.25rem 3.4375rem;
display: flex;
justify-content: space-between;
}
.bp-navbar .bp-navbar__left {
display: flex;
align-items: center;
}
.bp-navbar .bp-navbar__left .bp-navbar__logo {
width: 38px;
height: 38px;
padding-right: 1.875rem;
}
.bp-navbar .bp-navbar__left nav {
text-transform: uppercase;
font-size: 0.75rem;
font-weight: 600;
padding-left: 1rem;
}
.bp-navbar .bp-navbar__left nav a {
display: inline-block;
color: #dce6ec;
text-decoration: none;
padding: 0 0.5rem;
}
.bp-navbar .bp-navbar__right {
display: flex;
align-items: center;
}
.bp-card {
box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
-o-box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
-webkit-box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
-moz-box-shadow: 0 4px 29px 6px rgba(181, 205, 211, 0.29);
padding: 2.5rem 3.75rem;
position: relative;
background-color: #fff;
margin-top: 0.9375rem;
}
.bp-card.bp-card--left-arrow:after {
margin-left: -0.46875rem;
left: 2.5rem;
}
.bp-card.bp-card--left-arrow:after,
.bp-card.bp-card--right-arrow:after {
content: "";
position: absolute;
width: 0;
height: 0;
top: 0;
box-sizing: border-box;
border: 0.46875rem solid #000;
border-color: #fff #fff transparent transparent;
transform-origin: 0 0;
transform: rotate(-45deg);
box-shadow: 3px -3px 3px 0 rgba(181, 205, 211, 0.03);
}
.bp-card.bp-card--right-arrow:after {
margin-right: -0.46875rem;
right: 2.5rem;
}
.bp-toasts {
display: flex;
flex-flow: column;
align-items: flex-start;
position: fixed;
width: 100%;
bottom: 20px;
z-index: 100;
margin: 0 10px 10px 5px;
}
.bp-toasts .bp-toast {
position: relative;
max-width: 30%;
white-space: pre-wrap;
border-radius: 10px;
padding: 9px 5px;
font-size: 0.875rem;
margin: 5px;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
top: 100px;
opacity: 0;
}
.bp-toasts .bp-toast.bp-toast--info {
background-image: linear-gradient(90deg, #00bafe, #00d0ed);
}
.bp-toasts .bp-toast.bp-toast--success {
background-image: linear-gradient(90deg, #00e4e8, #00d3be);
}
.bp-toasts .bp-toast.bp-toast--warning {
background-image: linear-gradient(90deg, #ffbd4e, #ffb04f);
}
.bp-toasts .bp-toast.bp-toast--danger {
background-image: linear-gradient(90deg, #ff654b, #ff807f);
}
.bp-toasts .bp-toast.bp-toast--refresh {
background-image: linear-gradient(90deg, #03a7ea, #006ffe);
}
.bp-toasts .bp-toast svg {
width: 24px;
fill: #fff;
padding: 0.5rem 0.625rem;
}
.bp-toasts .bp-toast p {
flex-grow: 1;
padding: 0 10px;
text-align: center;
}
.bp-toasts .bp-toast__show {
transform: translateY(-100px);
opacity: 1;
transition: transform 0.8s, opacity 0.8s;
}
.bp-carousel {
display: flex;
width: 100%;
align-items: center;
}
.bp-carousel button {
all: unset;
border: none;
cursor: pointer;
overflow: visible;
background-color: transparent !important;
}
.bp-carousel button:disabled {
opacity: 0.5;
background-color: transparent !important;
cursor: not-allowed;
}
.bp-carousel button:disabled svg {
cursor: not-allowed !important;
}
.bp-carousel button:focus {
outline: none;
}
.bp-carousel button svg {
width: 30px;
fill: #c9dfe4;
}
.bp-carousel .bp-carousel-container {
padding: 0 20px;
flex-grow: 1;
display: flex;
flex-wrap: nowrap;
overflow: hidden;
scroll-behavior: smooth;
}
.bp-carousel .bp-carousel-container .bp-carousel-item {
flex-shrink: 0;
}
.bp-c-bot {
color: #2cc3d5;
}
.bp-bc-bot {
border-color: #2cc3d5;
}
.bp-bg-bot {
background-color: #2cc3d5;
}
.bp-fill-bot,
.bp-fill-bot--active:active,
.bp-fill-bot--active:active use,
.bp-fill-bot--disabled:disabled,
.bp-fill-bot--disabled:disabled:active,
.bp-fill-bot--disabled:disabled:active use,
.bp-fill-bot--disabled:disabled:hover,
.bp-fill-bot--disabled:disabled:hover use,
.bp-fill-bot--disabled:disabled use,
.bp-fill-bot--hover:hover,
.bp-fill-bot--hover:hover use,
.bp-fill-bot use {
fill: #2cc3d5;
}
.bp-c-blip-light {
color: #0cc8cc;
}
.bp-bc-blip-light {
border-color: #0cc8cc;
}
.bp-bg-blip-light {
background-color: #0cc8cc;
}
.bp-fill-blip-light,
.bp-fill-blip-light--active:active,
.bp-fill-blip-light--active:active use,
.bp-fill-blip-light--disabled:disabled,
.bp-fill-blip-light--disabled:disabled:active,
.bp-fill-blip-light--disabled:disabled:active use,
.bp-fill-blip-light--disabled:disabled:hover,
.bp-fill-blip-light--disabled:disabled:hover use,
.bp-fill-blip-light--disabled:disabled use,
.bp-fill-blip-light--hover:hover,
.bp-fill-blip-light--hover:hover use,
.bp-fill-blip-light use {
fill: #0cc8cc;
}
.bp-c-blip-dark {
color: #15afb2;
}
.bp-bc-blip-dark {
border-color: #15afb2;
}
.bp-bg-blip-dark {
background-color: #15afb2;
}
.bp-fill-blip-dark,
.bp-fill-blip-dark--active:active,
.bp-fill-blip-dark--active:active use,
.bp-fill-blip-dark--disabled:disabled,
.bp-fill-blip-dark--disabled:disabled:active,
.bp-fill-blip-dark--disabled:disabled:active use,
.bp-fill-blip-dark--disabled:disabled:hover,
.bp-fill-blip-dark--disabled:disabled:hover use,
.bp-fill-blip-dark--disabled:disabled use,
.bp-fill-blip-dark--hover:hover,
.bp-fill-blip-dark--hover:hover use,
.bp-fill-blip-dark use {
fill: #15afb2;
}
.bp-c-wind {
color: #ade7ee;
}
.bp-bc-wind {
border-color: #ade7ee;
}
.bp-bg-wind {
background-color: #ade7ee;
}
.bp-fill-wind,
.bp-fill-wind--active:active,
.bp-fill-wind--active:active use,
.bp-fill-wind--disabled:disabled,
.bp-fill-wind--disabled:disabled:active,
.bp-fill-wind--disabled:disabled:active use,
.bp-fill-wind--disabled:disabled:hover,
.bp-fill-wind--disabled:disabled:hover use,
.bp-fill-wind--disabled:disabled use,
.bp-fill-wind--hover:hover,
.bp-fill-wind--hover:hover use,
.bp-fill-wind use {
fill: #ade7ee;
}
.bp-c-smurf {
color: #55cfff;
}
.bp-bc-smurf {
border-color: #55cfff;
}
.bp-bg-smurf {
background-color: #55cfff;
}
.bp-fill-smurf,
.bp-fill-smurf--active:active,
.bp-fill-smurf--active:active use,
.bp-fill-smurf--disabled:disabled,
.bp-fill-smurf--disabled:disabled:active,
.bp-fill-smurf--disabled:disabled:active use,
.bp-fill-smurf--disabled:disabled:hover,
.bp-fill-smurf--disabled:disabled:hover use,
.bp-fill-smurf--disabled:disabled use,
.bp-fill-smurf--hover:hover,
.bp-fill-smurf--hover:hover use,
.bp-fill-smurf use {
fill: #55cfff;
}
.bp-c-sea {
color: #517bf2;
}
.bp-bc-sea {
border-color: #517bf2;
}
.bp-bg-sea {
background-color: #517bf2;
}
.bp-fill-sea,
.bp-fill-sea--active:active,
.bp-fill-sea--active:active use,
.bp-fill-sea--disabled:disabled,
.bp-fill-sea--disabled:disabled:active,
.bp-fill-sea--disabled:disabled:active use,
.bp-fill-sea--disabled:disabled:hover,
.bp-fill-sea--disabled:disabled:hover use,
.bp-fill-sea--disabled:disabled use,
.bp-fill-sea--hover:hover,
.bp-fill-sea--hover:hover use,
.bp-fill-sea use {
fill: #517bf2;
}
.bp-c-blue-jeans {
color: #2c2a46;
}
.bp-bc-blue-jeans {
border-color: #2c2a46;
}
.bp-bg-blue-jeans {
background-color: #2c2a46;
}
.bp-fill-blue-jeans,
.bp-fill-blue-jeans--active:active,
.bp-fill-blue-jeans--active:active use,
.bp-fill-blue-jeans--disabled:disabled,
.bp-fill-blue-jeans--disabled:disabled:active,
.bp-fill-blue-jeans--disabled:disabled:active use,
.bp-fill-blue-jeans--disabled:disabled:hover,
.bp-fill-blue-jeans--disabled:disabled:hover use,
.bp-fill-blue-jeans--disabled:disabled use,
.bp-fill-blue-jeans--hover:hover,
.bp-fill-blue-jeans--hover:hover use,
.bp-fill-blue-jeans use {
fill: #2c2a46;
}
.bp-c-true {
color: #4dcb7b;
}
.bp-bc-true {
border-color: #4dcb7b;
}
.bp-bg-true {
background-color: #4dcb7b;
}
.bp-fill-true,
.bp-fill-true--active:active,
.bp-fill-true--active:active use,
.bp-fill-true--disabled:disabled,
.bp-fill-true--disabled:disabled:active,
.bp-fill-true--disabled:disabled:active use,
.bp-fill-true--disabled:disabled:hover,
.bp-fill-true--disabled:disabled:hover use,
.bp-fill-true--disabled:disabled use,
.bp-fill-true--hover:hover,
.bp-fill-true--hover:hover use,
.bp-fill-true use {
fill: #4dcb7b;
}
.bp-c-true-dark {
color: #37bd68;
}
.bp-bc-true-dark {
border-color: #37bd68;
}
.bp-bg-true-dark {
background-color: #37bd68;
}
.bp-fill-true-dark,
.bp-fill-true-dark--active:active,
.bp-fill-true-dark--active:active use,
.bp-fill-true-dark--disabled:disabled,
.bp-fill-true-dark--disabled:disabled:active,
.bp-fill-true-dark--disabled:disabled:active use,
.bp-fill-true-dark--disabled:disabled:hover,
.bp-fill-true-dark--disabled:disabled:hover use,
.bp-fill-true-dark--disabled:disabled use,
.bp-fill-true-dark--hover:hover,
.bp-fill-true-dark--hover:hover use,
.bp-fill-true-dark use {
fill: #37bd68;
}
.bp-c-warning-yellow {
color: #ffcf33;
}
.bp-bc-warning-yellow {
border-color: #ffcf33;
}
.bp-bg-warning-yellow {
background-color: #ffcf33;
}
.bp-fill-warning-yellow,
.bp-fill-warning-yellow--active:active,
.bp-fill-warning-yellow--active:active use,
.bp-fill-warning-yellow--disabled:disabled,
.bp-fill-warning-yellow--disabled:disabled:active,
.bp-fill-warning-yellow--disabled:disabled:active use,
.bp-fill-warning-yellow--disabled:disabled:hover,
.bp-fill-warning-yellow--disabled:disabled:hover use,
.bp-fill-warning-yellow--disabled:disabled use,
.bp-fill-warning-yellow--hover:hover,
.bp-fill-warning-yellow--hover:hover use,
.bp-fill-warning-yellow use {
fill: #ffcf33;
}
.bp-c-cheetos {
color: #f9b42f;
}
.bp-bc-cheetos {
border-color: #f9b42f;
}
.bp-bg-cheetos {
background-color: #f9b42f;
}
.bp-fill-cheetos,
.bp-fill-cheetos--active:active,
.bp-fill-cheetos--active:active use,
.bp-fill-cheetos--disabled:disabled,
.bp-fill-cheetos--disabled:disabled:active,
.bp-fill-cheetos--disabled:disabled:active use,
.bp-fill-cheetos--disabled:disabled:hover,
.bp-fill-cheetos--disabled:disabled:hover use,
.bp-fill-cheetos--disabled:disabled use,
.bp-fill-cheetos--hover:hover,
.bp-fill-cheetos--hover:hover use,
.bp-fill-cheetos use {
fill: #f9b42f;
}
.bp-c-doritos {
color: #f99b45;
}
.bp-bc-doritos {
border-color: #f99b45;
}
.bp-bg-doritos {
background-color: #f99b45;
}
.bp-fill-doritos,
.bp-fill-doritos--active:active,
.bp-fill-doritos--active:active use,
.bp-fill-doritos--disabled:disabled,
.bp-fill-doritos--disabled:disabled:active,
.bp-fill-doritos--disabled:disabled:active use,
.bp-fill-doritos--disabled:disabled:hover,
.bp-fill-doritos--disabled:disabled:hover use,
.bp-fill-doritos--disabled:disabled use,
.bp-fill-doritos--hover:hover,
.bp-fill-doritos--hover:hover use,
.bp-fill-doritos use {
fill: #f99b45;
}
.bp-c-warning-light {
color: #fbeaea;
}
.bp-bc-warning-light {
border-color: #fbeaea;
}
.bp-bg-warning-light {
background-color: #fbeaea;
}
.bp-fill-warning-light,
.bp-fill-warning-light--active:active,
.bp-fill-warning-light--active:active use,
.bp-fill-warning-light--disabled:disabled,
.bp-fill-warning-light--disabled:disabled:active,
.bp-fill-warning-light--disabled:disabled:active use,
.bp-fill-warning-light--disabled:disabled:hover,
.bp-fill-warning-light--disabled:disabled:hover use,
.bp-fill-warning-light--disabled:disabled use,
.bp-fill-warning-light--hover:hover,
.bp-fill-warning-light--hover:hover use,
.bp-fill-warning-light use {
fill: #fbeaea;
}
.bp-c-delete {
color: #fb7a6d;
}
.bp-bc-delete {
border-color: #fb7a6d;
}
.bp-bg-delete {
background-color: #fb7a6d;
}
.bp-fill-delete,
.bp-fill-delete--active:active,
.bp-fill-delete--active:active use,
.bp-fill-delete--disabled:disabled,
.bp-fill-delete--disabled:disabled:active,
.bp-fill-delete--disabled:disabled:active use,
.bp-fill-delete--disabled:disabled:hover,
.bp-fill-delete--disabled:disabled:hover use,
.bp-fill-delete--disabled:disabled use,
.bp-fill-delete--hover:hover,
.bp-fill-delete--hover:hover use,
.bp-fill-delete use {
fill: #fb7a6d;
}
.bp-c-delete-dark {
color: #fa5a4a;
}
.bp-bc-delete-dark {
border-color: #fa5a4a;
}
.bp-bg-delete-dark {
background-color: #fa5a4a;
}
.bp-fill-delete-dark,
.bp-fill-delete-dark--active:active,
.bp-fill-delete-dark--active:active use,
.bp-fill-delete-dark--disabled:disabled,
.bp-fill-delete-dark--disabled:disabled:active,
.bp-fill-delete-dark--disabled:disabled:active use,
.bp-fill-delete-dark--disabled:disabled:hover,
.bp-fill-delete-dark--disabled:disabled:hover use,
.bp-fill-delete-dark--disabled:disabled use,
.bp-fill-delete-dark--hover:hover,
.bp-fill-delete-dark--hover:hover use,
.bp-fill-delete-dark use {
fill: #fa5a4a;
}
.bp-c-warning {
color: #f76556;
}
.bp-bc-warning {
border-color: #f76556;
}
.bp-bg-warning {
background-color: #f76556;
}
.bp-fill-warning,
.bp-fill-warning--active:active,
.bp-fill-warning--active:active use,
.bp-fill-warning--disabled:disabled,
.bp-fill-warning--disabled:disabled:active,
.bp-fill-warning--disabled:disabled:active use,
.bp-fill-warning--disabled:disabled:hover,
.bp-fill-warning--disabled:disabled:hover use,
.bp-fill-warning--disabled:disabled use,
.bp-fill-warning--hover:hover,
.bp-fill-warning--hover:hover use,
.bp-fill-warning use {
fill: #f76556;
}
.bp-c-watermelon {
color: #f66689;
}
.bp-bc-watermelon {
border-color: #f66689;
}
.bp-bg-watermelon {
background-color: #f66689;
}
.bp-fill-watermelon,
.bp-fill-watermelon--active:active,
.bp-fill-watermelon--active:active use,
.bp-fill-watermelon--disabled:disabled,
.bp-fill-watermelon--disabled:disabled:active,
.bp-fill-watermelon--disabled:disabled:active use,
.bp-fill-watermelon--disabled:disabled:hover,
.bp-fill-watermelon--disabled:disabled:hover use,
.bp-fill-watermelon--disabled:disabled use,
.bp-fill-watermelon--hover:hover,
.bp-fill-watermelon--hover:hover use,
.bp-fill-watermelon use {
fill: #f66689;
}
.bp-c-piano {
color: #191919;
}
.bp-bc-piano {
border-color: #191919;
}
.bp-bg-piano {
background-color: #191919;
}
.bp-fill-piano,
.bp-fill-piano--active:active,
.bp-fill-piano--active:active use,
.bp-fill-piano--disabled:disabled,
.bp-fill-piano--disabled:disabled:active,
.bp-fill-piano--disabled:disabled:active use,
.bp-fill-piano--disabled:disabled:hover,
.bp-fill-piano--disabled:disabled:hover use,
.bp-fill-piano--disabled:disabled use,
.bp-fill-piano--hover:hover,
.bp-fill-piano--hover:hover use,
.bp-fill-piano use {
fill: #191919;
}
.bp-c-elevator {
color: #333;
}
.bp-bc-elevator {
border-color: #333;
}
.bp-bg-elevator {
background-color: #333;
}
.bp-fill-elevator,
.bp-fill-elevator--active:active,
.bp-fill-elevator--active:active use,
.bp-fill-elevator--disabled:disabled,
.bp-fill-elevator--disabled:disabled:active,
.bp-fill-elevator--disabled:disabled:active use,
.bp-fill-elevator--disabled:disabled:hover,
.bp-fill-elevator--disabled:disabled:hover use,
.bp-fill-elevator--disabled:disabled use,
.bp-fill-elevator--hover:hover,
.bp-fill-elevator--hover:hover use,
.bp-fill-elevator use {
fill: #333;
}
.bp-c-console {
color: #1d1d1d;
}
.bp-bc-console {
border-color: #1d1d1d;
}
.bp-bg-console {
background-color: #1d1d1d;
}
.bp-fill-console,
.bp-fill-console--active:active,
.bp-fill-console--active:active use,
.bp-fill-console--disabled:disabled,
.bp-fill-console--disabled:disabled:active,
.bp-fill-console--disabled:disabled:active use,
.bp-fill-console--disabled:disabled:hover,
.bp-fill-console--disabled:disabled:hover use,
.bp-fill-console--disabled:disabled use,
.bp-fill-console--hover:hover,
.bp-fill-console--hover:hover use,
.bp-fill-console use {
fill: #1d1d1d;
}
.bp-c-obsidian {
color: #1a272f;
}
.bp-bc-obsidian {
border-color: #1a272f;
}
.bp-bg-obsidian {
background-color: #1a272f;
}
.bp-fill-obsidian,
.bp-fill-obsidian--active:active,
.bp-fill-obsidian--active:active use,
.bp-fill-obsidian--disabled:disabled,
.bp-fill-obsidian--disabled:disabled:active,
.bp-fill-obsidian--disabled:disabled:active use,
.bp-fill-obsidian--disabled:disabled:hover,
.bp-fill-obsidian--disabled:disabled:hover use,
.bp-fill-obsidian--disabled:disabled use,
.bp-fill-obsidian--hover:hover,
.bp-fill-obsidian--hover:hover use,
.bp-fill-obsidian use {
fill: #1a272f;
}
.bp-c-onix {
color: #242b36;
}
.bp-bc-onix {
border-color: #242b36;
}
.bp-bg-onix {
background-color: #242b36;
}
.bp-fill-onix,
.bp-fill-onix--active:active,
.bp-fill-onix--active:active use,
.bp-fill-onix--disabled:disabled,
.bp-fill-onix--disabled:disabled:active,
.bp-fill-onix--disabled:disabled:active use,
.bp-fill-onix--disabled:disabled:hover,
.bp-fill-onix--disabled:disabled:hover use,
.bp-fill-onix--disabled:disabled use,
.bp-fill-onix--hover:hover,
.bp-fill-onix--hover:hover use,
.bp-fill-onix use {
fill: #242b36;
}
.bp-c-suit {
color: #3d4554;
}
.bp-bc-suit {
border-color: #3d4554;
}
.bp-bg-suit {
background-color: #3d4554;
}
.bp-fill-suit,
.bp-fill-suit--active:active,
.bp-fill-suit--active:active use,
.bp-fill-suit--disabled:disabled,
.bp-fill-suit--disabled:disabled:active,
.bp-fill-suit--disabled:disabled:active use,
.bp-fill-suit--disabled:disabled:hover,
.bp-fill-suit--disabled:disabled:hover use,
.bp-fill-suit--disabled:disabled use,
.bp-fill-suit--hover:hover,
.bp-fill-suit--hover:hover use,
.bp-fill-suit use {
fill: #3d4554;
}
.bp-c-city {
color: #52636c;
}
.bp-bc-city {
border-color: #52636c;
}
.bp-bg-city {
background-color: #52636c;
}
.bp-fill-city,
.bp-fill-city--active:active,
.bp-fill-city--active:active use,
.bp-fill-city--disabled:disabled,
.bp-fill-city--disabled:disabled:active,
.bp-fill-city--disabled:disabled:active use,
.bp-fill-city--disabled:disabled:hover,
.bp-fill-city--disabled:disabled:hover use,
.bp-fill-city--disabled:disabled use,
.bp-fill-city--hover:hover,
.bp-fill-city--hover:hover use,
.bp-fill-city use {
fill: #52636c;
}
.bp-c-city-dark {
color: #435058;
}
.bp-bc-city-dark {
border-color: #435058;
}
.bp-bg-city-dark {
background-color: #435058;
}
.bp-fill-city-dark,
.bp-fill-city-dark--active:active,
.bp-fill-city-dark--active:active use,
.bp-fill-city-dark--disabled:disabled,
.bp-fill-city-dark--disabled:disabled:active,
.bp-fill-city-dark--disabled:disabled:active use,
.bp-fill-city-dark--disabled:disabled:hover,
.bp-fill-city-dark--disabled:disabled:hover use,
.bp-fill-city-dark--disabled:disabled use,
.bp-fill-city-dark--hover:hover,
.bp-fill-city-dark--hover:hover use,
.bp-fill-city-dark use {
fill: #435058;
}
.bp-c-city-light {
color: #617680;
}
.bp-bc-city-light {
border-color: #617680;
}
.bp-bg-city-light {
background-color: #617680;
}
.bp-fill-city-light,
.bp-fill-city-light--active:active,
.bp-fill-city-light--active:active use,
.bp-fill-city-light--disabled:disabled,
.bp-fill-city-light--disabled:disabled:active,
.bp-fill-city-light--disabled:disabled:active use,
.bp-fill-city-light--disabled:disabled:hover,
.bp-fill-city-light--disabled:disabled:hover use,
.bp-fill-city-light--disabled:disabled use,
.bp-fill-city-light--hover:hover,
.bp-fill-city-light--hover:hover use,
.bp-fill-city-light use {
fill: #617680;
}
.bp-c-desk {
color: #607b99;
}
.bp-bc-desk {
border-color: #607b99;
}
.bp-bg-desk {
background-color: #607b99;
}
.bp-fill-desk,
.bp-fill-desk--active:active,
.bp-fill-desk--active:active use,
.bp-fill-desk--disabled:disabled,
.bp-fill-desk--disabled:disabled:active,
.bp-fill-desk--disabled:disabled:active use,
.bp-fill-desk--disabled:disabled:hover,
.bp-fill-desk--disabled:disabled:hover use,
.bp-fill-desk--disabled:disabled use,
.bp-fill-desk--hover:hover,
.bp-fill-desk--hover:hover use,
.bp-fill-desk use {
fill: #607b99;
}
.bp-c-rooftop {
color: #738192;
}
.bp-bc-rooftop {
border-color: #738192;
}
.bp-bg-rooftop {
background-color: #738192;
}
.bp-fill-rooftop,
.bp-fill-rooftop--active:active,
.bp-fill-rooftop--active:active use,
.bp-fill-rooftop--disabled:disabled,
.bp-fill-rooftop--disabled:disabled:active,
.bp-fill-rooftop--disabled:disabled:active use,
.bp-fill-rooftop--disabled:disabled:hover,
.bp-fill-rooftop--disabled:disabled:hover use,
.bp-fill-rooftop--disabled:disabled use,
.bp-fill-rooftop--hover:hover,
.bp-fill-rooftop--hover:hover use,
.bp-fill-rooftop use {
fill: #738192;
}
.bp-c-cloud {
color: #8ca0b3;
}
.bp-bc-cloud {
border-color: #8ca0b3;
}
.bp-bg-cloud {
background-color: #8ca0b3;
}
.bp-fill-cloud,
.bp-fill-cloud--active:active,
.bp-fill-cloud--active:active use,
.bp-fill-cloud--disabled:disabled,
.bp-fill-cloud--disabled:disabled:active,
.bp-fill-cloud--disabled:disabled:active use,
.bp-fill-cloud--disabled:disabled:hover,
.bp-fill-cloud--disabled:disabled:hover use,
.bp-fill-cloud--disabled:disabled use,
.bp-fill-cloud--hover:hover,
.bp-fill-cloud--hover:hover use,
.bp-fill-cloud use {
fill: #8ca0b3;
}
.bp-c-silver {
color: #94a3ab;
}
.bp-bc-silver {
border-color: #94a3ab;
}
.bp-bg-silver {
background-color: #94a3ab;
}
.bp-fill-silver,
.bp-fill-silver--active:active,
.bp-fill-silver--active:active use,
.bp-fill-silver--disabled:disabled,
.bp-fill-silver--disabled:disabled:active,
.bp-fill-silver--disabled:disabled:active use,
.bp-fill-silver--disabled:disabled:hover,
.bp-fill-silver--disabled:disabled:hover use,
.bp-fill-silver--disabled:disabled use,
.bp-fill-silver--hover:hover,
.bp-fill-silver--hover:hover use,
.bp-fill-silver use {
fill: #94a3ab;
}
.bp-c-time {
color: #a8bfc4;
}
.bp-bc-time {
border-color: #a8bfc4;
}
.bp-bg-time {
background-color: #a8bfc4;
}
.bp-fill-time,
.bp-fill-time--active:active,
.bp-fill-time--active:active use,
.bp-fill-time--disabled:disabled,
.bp-fill-time--disabled:disabled:active,
.bp-fill-time--disabled:disabled:active use,
.bp-fill-time--disabled:disabled:hover,
.bp-fill-time--disabled:disabled:hover use,
.bp-fill-time--disabled:disabled use,
.bp-fill-time--hover:hover,
.bp-fill-time--hover:hover use,
.bp-fill-time use {
fill: #a8bfc4;
}
.bp-c-breeze {
color: #c9dfe4;
}
.bp-bc-breeze {
border-color: #c9dfe4;
}
.bp-bg-breeze {
background-color: #c9dfe4;
}
.bp-fill-breeze,
.bp-fill-breeze--active:active,
.bp-fill-breeze--active:active use,
.bp-fill-breeze--disabled:disabled,
.bp-fill-breeze--disabled:disabled:active,
.bp-fill-breeze--disabled:disabled:active use,
.bp-fill-breeze--disabled:disabled:hover,
.bp-fill-breeze--disabled:disabled:hover use,
.bp-fill-breeze--disabled:disabled use,
.bp-fill-breeze--hover:hover,
.bp-fill-breeze--hover:hover use,
.bp-fill-breeze use {
fill: #c9dfe4;
}
.bp-c-sky {
color: #daf2f4;
}
.bp-bc-sky {
border-color: #daf2f4;
}
.bp-bg-sky {
background-color: #daf2f4;
}
.bp-fill-sky,
.bp-fill-sky--active:active,
.bp-fill-sky--active:active use,
.bp-fill-sky--disabled:disabled,
.bp-fill-sky--disabled:disabled:active,
.bp-fill-sky--disabled:disabled:active use,
.bp-fill-sky--disabled:disabled:hover,
.bp-fill-sky--disabled:disabled:hover use,
.bp-fill-sky--disabled:disabled use,
.bp-fill-sky--hover:hover,
.bp-fill-sky--hover:hover use,
.bp-fill-sky use {
fill: #daf2f4;
}
.bp-c-offwhite {
color: #eaeeee;
}
.bp-bc-offwhite {
border-color: #eaeeee;
}
.bp-bg-offwhite {
background-color: #eaeeee;
}
.bp-fill-offwhite,
.bp-fill-offwhite--active:active,
.bp-fill-offwhite--active:active use,
.bp-fill-offwhite--disabled:disabled,
.bp-fill-offwhite--disabled:disabled:active,
.bp-fill-offwhite--disabled:disabled:active use,
.bp-fill-offwhite--disabled:disabled:hover,
.bp-fill-offwhite--disabled:disabled:hover use,
.bp-fill-offwhite--disabled:disabled use,
.bp-fill-offwhite--hover:hover,
.bp-fill-offwhite--hover:hover use,
.bp-fill-offwhite use {
fill: #eaeeee;
}
.bp-c-whisper {
color: #f5f8f9;
}
.bp-bc-whisper {
border-color: #f5f8f9;
}
.bp-bg-whisper {
background-color: #f5f8f9;
}
.bp-fill-whisper,
.bp-fill-whisper--active:active,
.bp-fill-whisper--active:active use,
.bp-fill-whisper--disabled:disabled,
.bp-fill-whisper--disabled:disabled:active,
.bp-fill-whisper--disabled:disabled:active use,
.bp-fill-whisper--disabled:disabled:hover,
.bp-fill-whisper--disabled:disabled:hover use,
.bp-fill-whisper--disabled:disabled use,
.bp-fill-whisper--hover:hover,
.bp-fill-whisper--hover:hover use,
.bp-fill-whisper use {
fill: #f5f8f9;
}
.bp-c-white {
color: #fff;
}
.bp-bc-white {
border-color: #fff;
}
.bp-bg-white {
background-color: #fff;
}
.bp-fill-white,
.bp-fill-white--active:active,
.bp-fill-white--active:active use,
.bp-fill-white--disabled:disabled,
.bp-fill-white--disabled:disabled:active,
.bp-fill-white--disabled:disabled:active use,
.bp-fill-white--disabled:disabled:hover,
.bp-fill-white--disabled:disabled:hover use,
.bp-fill-white--disabled:disabled use,
.bp-fill-white--hover:hover,
.bp-fill-white--hover:hover use,
.bp-fill-white use {
fill: #fff;
}
.bp-c-black {
color: #000;
}
.bp-bc-black {
border-color: #000;
}
.bp-bg-black {
background-color: #000;
}
.bp-fill-black,
.bp-fill-black--active:active,
.bp-fill-black--active:active use,
.bp-fill-black--disabled:disabled,
.bp-fill-black--disabled:disabled:active,
.bp-fill-black--disabled:disabled:active use,
.bp-fill-black--disabled:disabled:hover,
.bp-fill-black--disabled:disabled:hover use,
.bp-fill-black--disabled:disabled use,
.bp-fill-black--hover:hover,
.bp-fill-black--hover:hover use,
.bp-fill-black use {
fill: #000;
}
.bp-c-transparent {
color: transparent;
}
.bp-bc-transparent {
border-color: transparent;
}
.bp-bg-transparent {
background-color: transparent;
}
.bp-fill-transparent,
.bp-fill-transparent--active:active,
.bp-fill-transparent--active:active use,
.bp-fill-transparent--disabled:disabled,
.bp-fill-transparent--disabled:disabled:active,
.bp-fill-transparent--disabled:disabled:active use,
.bp-fill-transparent--disabled:disabled:hover,
.bp-fill-transparent--disabled:disabled:hover use,
.bp-fill-transparent--disabled:disabled use,
.bp-fill-transparent--hover:hover,
.bp-fill-transparent--hover:hover use,
.bp-fill-transparent use {
fill: transparent;
}
.bp-ff-nunito {
font-family: Nunito Sans, Helvetica, sans-serif;
}
.bp-fs-1 {
font-size: 3rem;
}
.bp-fs-2 {
font-size: 2rem;
}
.bp-fs-3 {
font-size: 1.5rem;
}
.bp-fs-4 {
font-size: 1.25rem;
}
.bp-fs-5 {
font-size: 1rem;
}
.bp-fs-6 {
font-size: 0.875rem;
}
.bp-fs-7 {
font-size: 0.75rem;
}
.bp-fs-8 {
font-size: 0.625rem;
}
.bp-fw-regular {
font-weight: 400;
}
.bp-fw-bold {
font-weight: 600;
}
.bp-fw-extra-bold {
font-weight: 700;
}
.bp-grad-shine {
background-image: linear-gradient(180deg, #f9fbfc, #ecf1f3);
}
.bp-grad-bot {
background-image: linear-gradient(90deg, #51dbe3, #28b4c3);
}
.bp-grad-blip {
background-image: linear-gradient(
137.45deg,
#1bd6e7,
#0fc3f8 56.17%,
#0abcff
);
}
.bp-grad-suit {
background-image: linear-gradient(90deg, #3d4554, #2f3747);
}
.bp-grad-business {
background-image: linear-gradient(90deg, #202f3f, #102834);
}
.bp-grad-enterprise {
background-image: linear-gradient(90deg, #2e3237, #1f2018);
}
.bp-lh-zero {
line-height: 0;
}
.bp-lh-simple {
line-height: 100%;
}
.bp-lh-plus {
line-height: 150%;
}
.bp-lh-double {
line-height: 200%;
}
.bp-lh-1 {
line-height: 5.25rem;
}
.bp-lh-2 {
line-height: 3.5rem;
}
.bp-lh-3 {
line-height: 2.625rem;
}
.bp-lh-4 {
line-height: 2.1875rem;
}
.bp-lh-5 {
line-height: 1.75rem;
}
.bp-lh-6 {
line-height: 1.5rem;
}
.bp-lh-7 {
line-height: 1.3125rem;
}
.bp-lh-8 {
line-height: 1.0625rem;
}
.rectangle-main {
width: 100%;
height: fit-content;
left: 100%;
background: linear-gradient(
192deg,
#3d4554 -10.36%,
#242b36 45.63%,
#1d1d1d 117.21%
);
}
.rectangle-main .main-logo {
display: block;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0%;
width: 150px;
}
.rectangle-main .main-title {
font-family: Nunito Sans;
font-style: normal;
font-weight: 800;
margin-top: 26px;
margin-bottom: 0;
font-size: 40px;
text-align: center;
color: #2cc3d5;
}
.rectangle-main .main-subtitle {
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #ffffff;
font-size: 1.25rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.input-token {
border: 1px solid #d2dfe6;
box-sizing: border-box;
font-size: 0.75rem;
background-color: #ffffff;
padding: 12px 20px 13px 40px;
width: 30%;
text-align: center;
}
.input-token::placeholder {
font-family: Nunito Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
align-items: center;
color: #8ca0b3;
}
.label-token {
margin-left: -35%;
font-family: Nunito Sans;
font-style: normal;
font-weight: 200;
color: #ffffff;
}
.form-date {
text-align: center;
}
.input-date:nth-of-type(1) {
border: 1px solid #d2dfe6;
box-sizing: border-box;
font-size: 1.05rem;
color: #8ca0b3;
background-color: #ffffff;
padding: 12px 20px 13px 40px;
width: 16%;
text-align: center;
margin-right: 2%;
}
.input-date:nth-of-type(2) {
border: 1px solid #d2dfe6;
box-sizing: border-box;
font-size: 1.05rem;
color: #8ca0b3;
background-color: #ffffff;
padding: 12px 20px 13px 40px;
width: 16%;
text-align: center;
margin-left: 2%;
margin-right: 2%;
}
.export-button {
width: 84%;
margin-top: 30px;
margin-bottom: 30px;
text-align: right;
}
body {
display: block;
margin: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
#loader {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
width: 150px;
height: 150px;
margin: 0px 0 0 -50px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#page-content {
display: none;
text-align: center;
}
.filter-label {
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #52636c;
font-size: 1.25rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.filter-label {
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #52636c;
font-size: 1.10rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.clickPageNumber{
font-family: Nunito Sans;
font-style: normal;
font-weight: bold;
color: #00d0ed;
font-size: 1.25rem;
line-height: 200%;
text-align: center;
margin-top: 10px;
}
.clickPageNumber:hover{
color: #000000;
cursor: pointer;
} | 0.477554 | 0.087213 |
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#facetview_filters h3{
margin:40px 0 20px 0;
}
#facetview_advanced{
float:left;
clear:left;
margin:10px;
padding:3px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #a1a1a1;
color:#a1a1a1;
overflow:hidden;
width:165px;
}
#facetview_advanced select{
width:160px;
background:#fff;
border:1px solid #a1a1a1;
color:#a1a1a1;
font-size:11px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#facetview_visualisation{
border:1px solid #ccc;
margin:10px 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#facetview_results{
table-layout: fixed;
width: 860px;
}
#facetview_results tbody tr td{
width: 860px;
}
#thumbslist{
overflow: auto;
width: 800px;
height: auto;
}
#facetview_results tr{
overflow-wrap: break-word;
width: 869px !important;
}
.scrollthumb{
width: 150px;
max-height: 170px;
display: inline-block;
float:left;
vertical-align: middle;
border: 1px solid #A9A9A9;
padding: 2px;
margin-left: 4px;
}
.highlight{
background: rgba(255, 230, 0, 0.5);
padding: 1px 1px;
border-radius: 1px;
display:inline-block;
}
.facetview_rangecontainer{
border:1px solid #ccc;
padding:5px;
margin-bottom:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.node{
cursor:pointer;
}
.facetview_filterchoice{
text-decoration:none;
color:#373737;
}
.facetview_filterselected{
}
.facetview_facetlogic{
}
.facetview_freetext_filterdiv{
float:left;
clear:both;
background:#eee;
padding:0;
color:green;
width:100%;
}
.facetview_advancedshow{
text-decoration:none;
color:#a1a1a1;
}
.facetview_resultactions a{
color:#353535;
font-weight:bold;
text-decoration:none;
margin:0 5px 0 5px;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node {
font: 10px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}
.frame {
width: 1200px;
height: 330px;
-ms-zoom: 0.70;
-moz-transform: scale(0.70);
-moz-transform-origin: 0 0;
-o-transform: scale(0.70);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.70);
-webkit-transform-origin: 0 0;
}
.box{
display: none;
height: 280px;
width: 100%;
}
/*a:hover + .box,.box:hover{
display: block;
position: relative;
z-index: 100;
}*/ | facetview_ads/css/facetview.css | -moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#facetview_filters h3{
margin:40px 0 20px 0;
}
#facetview_advanced{
float:left;
clear:left;
margin:10px;
padding:3px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #a1a1a1;
color:#a1a1a1;
overflow:hidden;
width:165px;
}
#facetview_advanced select{
width:160px;
background:#fff;
border:1px solid #a1a1a1;
color:#a1a1a1;
font-size:11px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#facetview_visualisation{
border:1px solid #ccc;
margin:10px 0 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#facetview_results{
table-layout: fixed;
width: 860px;
}
#facetview_results tbody tr td{
width: 860px;
}
#thumbslist{
overflow: auto;
width: 800px;
height: auto;
}
#facetview_results tr{
overflow-wrap: break-word;
width: 869px !important;
}
.scrollthumb{
width: 150px;
max-height: 170px;
display: inline-block;
float:left;
vertical-align: middle;
border: 1px solid #A9A9A9;
padding: 2px;
margin-left: 4px;
}
.highlight{
background: rgba(255, 230, 0, 0.5);
padding: 1px 1px;
border-radius: 1px;
display:inline-block;
}
.facetview_rangecontainer{
border:1px solid #ccc;
padding:5px;
margin-bottom:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.node{
cursor:pointer;
}
.facetview_filterchoice{
text-decoration:none;
color:#373737;
}
.facetview_filterselected{
}
.facetview_facetlogic{
}
.facetview_freetext_filterdiv{
float:left;
clear:both;
background:#eee;
padding:0;
color:green;
width:100%;
}
.facetview_advancedshow{
text-decoration:none;
color:#a1a1a1;
}
.facetview_resultactions a{
color:#353535;
font-weight:bold;
text-decoration:none;
margin:0 5px 0 5px;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node {
font: 10px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}
.frame {
width: 1200px;
height: 330px;
-ms-zoom: 0.70;
-moz-transform: scale(0.70);
-moz-transform-origin: 0 0;
-o-transform: scale(0.70);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.70);
-webkit-transform-origin: 0 0;
}
.box{
display: none;
height: 280px;
width: 100%;
}
/*a:hover + .box,.box:hover{
display: block;
position: relative;
z-index: 100;
}*/ | 0.253584 | 0.126677 |
.ui-actionsheet-commandbtn.destructive {
background: #843631 !important; /* Old browsers */
background: -moz-linear-gradient(top, #843631 0%, #964743 50%, #84312b 51%, #870a00 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#843631), color-stop(50%,#964743), color-stop(51%,#84312b), color-stop(100%,#870a00)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* W3C */
color: white;
text-shadow: none;
}
.ui-header a.actionsheet-toggle {
position: absolute;
top: 0.3em;
right: 10px;
background: transparent;
background-image: url(images/icons-36-white.png);
background-position: -577px -3px;
width: 31px;
height: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.ui-header a.actionsheet-toggle .ui-btn-corner-all {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.ui-actionsheet-wallpaper {
display: none;
background-color: black;
opacity: .3;
position: absolute;
top:0;
left: 0;
min-height: 100%;
height: auto;
width: 100%;
}
.ui-actionsheet-content {
background: -moz-linear-gradient(top, rgba(180,193,196,0.61) 0%, rgba(120,130,127,0.61) 5%, rgba(24,34,24,0.61) 8%, rgba(29,23,26,0.61) 97%, rgba(29,23,26,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,193,196,0.61)), color-stop(5%,rgba(120,130,127,0.61)), color-stop(8%,rgba(24,34,24,0.61)), color-stop(97%,rgba(29,23,26,0.61)), color-stop(100%,rgba(29,23,26,1)));
background: -webkit-linear-gradient(top, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
background: -o-linear-gradient(top, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
background: -ms-linear-gradient(top, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
background: linear-gradient(to bottom, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb4c1c4', endColorstr='#1d171a',GradientType=0 );
border-radius: 8px;
border: 1px solid black;
display: none;
height: auto;
position: absolute;
width: 230px;
z-index: 20;
box-shadow: 0px 0px 12px rgba(0,0,0,.6);
padding: 6px;
}
.ui-actionsheet-closebtn {
color: white;
text-shadow: none;
background: #5E6369; /* old browsers */
background: -moz-linear-gradient(top, #5E6369 0%, #52575D 1%, #40454E 46%, #141D26 50%, #252F38 98%, #303339 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E6369), color-stop(1%,#52575D), color-stop(46%,#40454E), color-stop(50%,#141D26), color-stop(98%,#252F38), color-stop(100%,#303339)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E6369', endColorstr='#303339',GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #5E6369 0%,#52575D 1%,#40454E 46%,#141D26 50%,#252F38 98%,#303339 100%); /* opera */
}
@-webkit-keyframes actionsheet-open-fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes actionsheet-close-fade {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes actionsheet-open-slideup {
0% {
-webkit-transform: translateY(1100px);
}
70% {
-webkit-transform: translateY(-20px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-webkit-keyframes actionsheet-close-slideup {
0% {
-webkit-transform: translateY(0);
}
30% {
-webkit-transform: translateY(-30px);
}
100% {
opacity: 0;
-webkit-transform: translateY(300px);
}
}
@-moz-keyframes actionsheet-open-slideup
{
0% {
-moz-transform: translateY(1100px);
}
70% {
-moz-transform: translateY(-20px);
}
100% {
-moz-transform: translateY(0);
}
}
@-moz-keyframes actionsheet-close-slideup {
0% {
-moz-transform: translateY(0);
}
30% {
-moz-transform: translateY(-30px);
}
100% {
opacity: 0;
-moz-transform: translateY(300px);
}
}
.ui-actionsheet-animateIn {
-webkit-animation-name: actionsheet-open-slideup;
-webkit-animation-delay: 0;
-webkit-animation-duration: 500ms;
-moz-animation-name: actionsheet-open-slideup;
-moz-animation-delay: 0;
-moz-animation-duration: 500ms;
}
.ui-actionsheet-animateOut {
-webkit-animation-name: actionsheet-close-slideup;
-webkit-animation-delay: 0;
-webkit-animation-duration: 500ms;
-moz-animation-name: actionsheet-close-slideup;
-moz-animation-delay: 0;
-moz-animation-duration: 500ms;
}
/* CMD Button */
.ui-actionsheet-commandbtn.ui-btn-up-a {
border: 1px solid #222;
background: #333333;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top,
#555555,
#333333);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #555555),
color-stop(1, #333333));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')";
}
.ui-btn-up-a a.ui-link-inherit.ui-actionsheet-commandbtn {
color: #fff;
}
.ui-actionsheet-commandbtn.ui-btn-hover-a {
border: 1px solid #000;
background: #444444;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top,
#666666,
#444444);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #666666),
color-stop(1, #444444));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#444444')";
}
.ui-btn-hover-a a.ui-link-inherit.ui-actionsheet-commandbtn {
color: #fff;
}
.ui-btn-down-a.ui-actionsheet-commandbtn {
border: 1px solid #000;
background: #3d3d3d;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top,
#333333,
#5a5a5a);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #333333),
color-stop(1, #5a5a5a));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#5a5a5a')";
}
.ui-btn-down-a a.ui-link-inherit.ui-actionsheet-commandbtn {
color: #fff;
}
.ui-btn-up-a.ui-actionsheet-commandbtn,
.ui-btn-hover-a.ui-actionsheet-commandbtn,
.ui-btn-down-a.ui-actionsheet-commandbtn {
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}
/* /CMD Button */ | app/assets/stylesheets/jquery.mobile.actionsheet.css | .ui-actionsheet-commandbtn.destructive {
background: #843631 !important; /* Old browsers */
background: -moz-linear-gradient(top, #843631 0%, #964743 50%, #84312b 51%, #870a00 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#843631), color-stop(50%,#964743), color-stop(51%,#84312b), color-stop(100%,#870a00)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, #843631 0%,#964743 50%,#84312b 51%,#870a00 100%) !important; /* W3C */
color: white;
text-shadow: none;
}
.ui-header a.actionsheet-toggle {
position: absolute;
top: 0.3em;
right: 10px;
background: transparent;
background-image: url(images/icons-36-white.png);
background-position: -577px -3px;
width: 31px;
height: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.ui-header a.actionsheet-toggle .ui-btn-corner-all {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.ui-actionsheet-wallpaper {
display: none;
background-color: black;
opacity: .3;
position: absolute;
top:0;
left: 0;
min-height: 100%;
height: auto;
width: 100%;
}
.ui-actionsheet-content {
background: -moz-linear-gradient(top, rgba(180,193,196,0.61) 0%, rgba(120,130,127,0.61) 5%, rgba(24,34,24,0.61) 8%, rgba(29,23,26,0.61) 97%, rgba(29,23,26,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,193,196,0.61)), color-stop(5%,rgba(120,130,127,0.61)), color-stop(8%,rgba(24,34,24,0.61)), color-stop(97%,rgba(29,23,26,0.61)), color-stop(100%,rgba(29,23,26,1)));
background: -webkit-linear-gradient(top, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
background: -o-linear-gradient(top, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
background: -ms-linear-gradient(top, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
background: linear-gradient(to bottom, rgba(180,193,196,0.61) 0%,rgba(120,130,127,0.61) 5%,rgba(24,34,24,0.61) 8%,rgba(29,23,26,0.61) 97%,rgba(29,23,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb4c1c4', endColorstr='#1d171a',GradientType=0 );
border-radius: 8px;
border: 1px solid black;
display: none;
height: auto;
position: absolute;
width: 230px;
z-index: 20;
box-shadow: 0px 0px 12px rgba(0,0,0,.6);
padding: 6px;
}
.ui-actionsheet-closebtn {
color: white;
text-shadow: none;
background: #5E6369; /* old browsers */
background: -moz-linear-gradient(top, #5E6369 0%, #52575D 1%, #40454E 46%, #141D26 50%, #252F38 98%, #303339 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E6369), color-stop(1%,#52575D), color-stop(46%,#40454E), color-stop(50%,#141D26), color-stop(98%,#252F38), color-stop(100%,#303339)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E6369', endColorstr='#303339',GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #5E6369 0%,#52575D 1%,#40454E 46%,#141D26 50%,#252F38 98%,#303339 100%); /* opera */
}
@-webkit-keyframes actionsheet-open-fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes actionsheet-close-fade {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes actionsheet-open-slideup {
0% {
-webkit-transform: translateY(1100px);
}
70% {
-webkit-transform: translateY(-20px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-webkit-keyframes actionsheet-close-slideup {
0% {
-webkit-transform: translateY(0);
}
30% {
-webkit-transform: translateY(-30px);
}
100% {
opacity: 0;
-webkit-transform: translateY(300px);
}
}
@-moz-keyframes actionsheet-open-slideup
{
0% {
-moz-transform: translateY(1100px);
}
70% {
-moz-transform: translateY(-20px);
}
100% {
-moz-transform: translateY(0);
}
}
@-moz-keyframes actionsheet-close-slideup {
0% {
-moz-transform: translateY(0);
}
30% {
-moz-transform: translateY(-30px);
}
100% {
opacity: 0;
-moz-transform: translateY(300px);
}
}
.ui-actionsheet-animateIn {
-webkit-animation-name: actionsheet-open-slideup;
-webkit-animation-delay: 0;
-webkit-animation-duration: 500ms;
-moz-animation-name: actionsheet-open-slideup;
-moz-animation-delay: 0;
-moz-animation-duration: 500ms;
}
.ui-actionsheet-animateOut {
-webkit-animation-name: actionsheet-close-slideup;
-webkit-animation-delay: 0;
-webkit-animation-duration: 500ms;
-moz-animation-name: actionsheet-close-slideup;
-moz-animation-delay: 0;
-moz-animation-duration: 500ms;
}
/* CMD Button */
.ui-actionsheet-commandbtn.ui-btn-up-a {
border: 1px solid #222;
background: #333333;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top,
#555555,
#333333);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #555555),
color-stop(1, #333333));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')";
}
.ui-btn-up-a a.ui-link-inherit.ui-actionsheet-commandbtn {
color: #fff;
}
.ui-actionsheet-commandbtn.ui-btn-hover-a {
border: 1px solid #000;
background: #444444;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top,
#666666,
#444444);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #666666),
color-stop(1, #444444));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#444444')";
}
.ui-btn-hover-a a.ui-link-inherit.ui-actionsheet-commandbtn {
color: #fff;
}
.ui-btn-down-a.ui-actionsheet-commandbtn {
border: 1px solid #000;
background: #3d3d3d;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top,
#333333,
#5a5a5a);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #333333),
color-stop(1, #5a5a5a));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#5a5a5a')";
}
.ui-btn-down-a a.ui-link-inherit.ui-actionsheet-commandbtn {
color: #fff;
}
.ui-btn-up-a.ui-actionsheet-commandbtn,
.ui-btn-hover-a.ui-actionsheet-commandbtn,
.ui-btn-down-a.ui-actionsheet-commandbtn {
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}
/* /CMD Button */ | 0.217587 | 0.061452 |
.bg-1 {
background-color: #59473c !important;
border-color: #59473c !important;
}
.bg-2 {
background-color: #b8733a;
color: white;
}
.aktif {
color: #b8733a;
}
.aktif::before {
content: " \25CF";
font-size: 15px;
}
.text {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* btn */
.btn-link-coklat {
background-color: #b8733a;
color: white !important;
font-family: "Poppins", sans-serif;
font-weight: 100;
border-radius: 3px;
}
.btn-link-coklat:hover {
background-color: #bb641e;
}
/* nav */
.btn-nav {
background-color: #b8733a;
color: white !important;
font-family: "Poppins", sans-serif;
border-radius: 30px;
display: inline;
padding: 6px 16px !important;
white-space: nowrap;
}
.btn-nav:hover {
background-color: #bb641e;
}
.btn-daftar,
.btn-masuk {
display: inline;
padding: 6px 16px !important;
white-space: nowrap;
}
/* Search Box */
.has-search .form-control {
padding-left: 2.375rem;
width: 630px;
height: 35px;
border-radius: 30px;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
/* Hero */
.hero {
background-image: url("http://onnocenter.or.id/images/bg/kontak_optimized.png");
background-size: cover;
font-family: "Poppins", sans-serif;
color: white;
padding-top: 10em !important;
padding-bottom: 12em !important;
position: relative;
z-index: 9999;
}
.hero::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #34302c;
opacity: 0.9;
z-index: -1;
}
/* card */
.card-judul {
font-family: "Poppins", sans-serif;
text-align: center !important;
font-size: 21px;
}
.card-img-top {
width: 120px;
height: 120px;
display: flex !important;
} | public/css/style.forum.css | .bg-1 {
background-color: #59473c !important;
border-color: #59473c !important;
}
.bg-2 {
background-color: #b8733a;
color: white;
}
.aktif {
color: #b8733a;
}
.aktif::before {
content: " \25CF";
font-size: 15px;
}
.text {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* btn */
.btn-link-coklat {
background-color: #b8733a;
color: white !important;
font-family: "Poppins", sans-serif;
font-weight: 100;
border-radius: 3px;
}
.btn-link-coklat:hover {
background-color: #bb641e;
}
/* nav */
.btn-nav {
background-color: #b8733a;
color: white !important;
font-family: "Poppins", sans-serif;
border-radius: 30px;
display: inline;
padding: 6px 16px !important;
white-space: nowrap;
}
.btn-nav:hover {
background-color: #bb641e;
}
.btn-daftar,
.btn-masuk {
display: inline;
padding: 6px 16px !important;
white-space: nowrap;
}
/* Search Box */
.has-search .form-control {
padding-left: 2.375rem;
width: 630px;
height: 35px;
border-radius: 30px;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
/* Hero */
.hero {
background-image: url("http://onnocenter.or.id/images/bg/kontak_optimized.png");
background-size: cover;
font-family: "Poppins", sans-serif;
color: white;
padding-top: 10em !important;
padding-bottom: 12em !important;
position: relative;
z-index: 9999;
}
.hero::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #34302c;
opacity: 0.9;
z-index: -1;
}
/* card */
.card-judul {
font-family: "Poppins", sans-serif;
text-align: center !important;
font-size: 21px;
}
.card-img-top {
width: 120px;
height: 120px;
display: flex !important;
} | 0.30767 | 0.112454 |
body {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
font-family: Arial, Helvetica, sans-serif;
}
p {
padding: 0;
margin: 0;
}
/* Canvas */
.canvas1, .canvas2, .canvas3 {
height: 100vh;
width: 100vw;
background-position: center;
background-size: cover;
display: flex;
align-items: center;
}
.canvas1, .canvas3 {
justify-content: center;
color: white;
text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
font-size: xx-large;
text-align: center;
}
.canvas1 {
background-image: url(../assets/img/background.jpg);
}
.canvas2 {
background-image: url(../assets/img/background_2.jpg);
flex-direction: column;
justify-content: space-between;
}
.canvas3 {
background-image: url(../assets/img/background_3.jpg);
}
/* "Navbar" and buttons */
/* Navbar */
.navbar {
width: 100vw;
display: grid;
grid-template-columns: repeat(12, 2fr);
align-items: center;
}
#settings {
grid-column-start: 11;
}
#manaCounter {
font-size: xx-large;
color: white;
text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
grid-column-start: 2;
grid-column-end: 8;
}
/* Buttons */
.buttons {
height: 4em;
width: 100vw;
margin-bottom: .5em;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
}
.buttons button {
border: .1rem solid black;
padding: 0;
margin: 0;
margin-left: 1.2rem;
width: 4rem;
overflow: visible;
background: rgba(255, 255, 255, 0.6);
color: black;
font: inherit;
font-size: small;
text-align: center;
line-height: normal;
outline: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.buttons button:hover {
background-color: white;
transform: scale(.95);
}
#spawn, .mana {
width: 3rem;
height: 3rem;
background-position: center;
background-repeat: no-repeat;
}
.mana {
background-image: url(../assets/img/mana_generator.png);
background-size: cover;
}
/* Towers */
#towerAlly, #towerEnemy {
height: 10em;
width: 5em;
position: absolute;
bottom: 5em;
display: flex;
align-items: flex-end;
}
#allyTowerHp, #enemyTowerHp {
height: 1em;
width: 5em;
background-color: rgba(255, 0, 0, 0.7);
}
#towerAlly {
left: 1em;
transform: scaleX(-1);
background-size: cover;
}
#towerEnemy {
right: 1em;
background-size: cover;
}
/* Tower Hp */
.positionHpAlly, .positionHpEnemy {
position: absolute;
bottom: 5em;
height: 1em;
width: 5em;
}
.positionHpAlly {
left: 1em;
}
.positionHpEnemy {
right: 1em;
}
.borderHp {
border-radius: 15em;
border: .1em solid black;
} | css/styles.css | body {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
font-family: Arial, Helvetica, sans-serif;
}
p {
padding: 0;
margin: 0;
}
/* Canvas */
.canvas1, .canvas2, .canvas3 {
height: 100vh;
width: 100vw;
background-position: center;
background-size: cover;
display: flex;
align-items: center;
}
.canvas1, .canvas3 {
justify-content: center;
color: white;
text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
font-size: xx-large;
text-align: center;
}
.canvas1 {
background-image: url(../assets/img/background.jpg);
}
.canvas2 {
background-image: url(../assets/img/background_2.jpg);
flex-direction: column;
justify-content: space-between;
}
.canvas3 {
background-image: url(../assets/img/background_3.jpg);
}
/* "Navbar" and buttons */
/* Navbar */
.navbar {
width: 100vw;
display: grid;
grid-template-columns: repeat(12, 2fr);
align-items: center;
}
#settings {
grid-column-start: 11;
}
#manaCounter {
font-size: xx-large;
color: white;
text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
grid-column-start: 2;
grid-column-end: 8;
}
/* Buttons */
.buttons {
height: 4em;
width: 100vw;
margin-bottom: .5em;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
}
.buttons button {
border: .1rem solid black;
padding: 0;
margin: 0;
margin-left: 1.2rem;
width: 4rem;
overflow: visible;
background: rgba(255, 255, 255, 0.6);
color: black;
font: inherit;
font-size: small;
text-align: center;
line-height: normal;
outline: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.buttons button:hover {
background-color: white;
transform: scale(.95);
}
#spawn, .mana {
width: 3rem;
height: 3rem;
background-position: center;
background-repeat: no-repeat;
}
.mana {
background-image: url(../assets/img/mana_generator.png);
background-size: cover;
}
/* Towers */
#towerAlly, #towerEnemy {
height: 10em;
width: 5em;
position: absolute;
bottom: 5em;
display: flex;
align-items: flex-end;
}
#allyTowerHp, #enemyTowerHp {
height: 1em;
width: 5em;
background-color: rgba(255, 0, 0, 0.7);
}
#towerAlly {
left: 1em;
transform: scaleX(-1);
background-size: cover;
}
#towerEnemy {
right: 1em;
background-size: cover;
}
/* Tower Hp */
.positionHpAlly, .positionHpEnemy {
position: absolute;
bottom: 5em;
height: 1em;
width: 5em;
}
.positionHpAlly {
left: 1em;
}
.positionHpEnemy {
right: 1em;
}
.borderHp {
border-radius: 15em;
border: .1em solid black;
} | 0.520009 | 0.167253 |
body {
font-family: "Roboto", sans-serif;
width: 100%;
overflow-x: hidden;
}
/** navbar custom styling **/
.navbar.navbar-custom {
border: 0;
background-color: #2F23AE;
background-image: linear-gradient(-134deg, #2F23AE 0%, #A11AD7 92%, #C86DD7 100%);
color: #fff;
height: 127px;
padding-top: 12px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.navbar.navbar-custom .navbar-header {
float: left !important;
/** make sure to alwasy float left **/
}
.navbar.navbar-custom .navbar-brand {
font-weight: 900;
/** make little bolder and heavier **/
font-size: 36px;
}
.navbar.navbar-custom .navbar-brand,
.navbar.navbar-custom .navbar-nav > li > a {
color: #fff;
}
.navbar.navbar-custom .navbar-form {
margin: 0;
padding: 0;
float: right !important;
/** make sure to have the form always float right **/
border: 0 !important;
/** hide annoying border on small screens **/
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar.navbar-custom .navbar-form .search-box {
position: absolute;
left: 100%;
top: 0;
z-index: 9999;
/** insanely big z-index to display it on top **/
width: 100%;
height: 50%;
padding: 15px;
background-color: #000;
display: none;
}
.navbar.navbar-custom .navbar-form .btn,
.navbar.navbar-custom .navbar-form .form-control {
background: transparent;
border-color: transparent;
padding-left: 0;
padding-right: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.navbar.navbar-custom .navbar-form .btn {
color: #ffff00;
font-size: 22px;
}
.navbar.navbar-custom .navbar-form .form-control {
font-size: 18px;
color: #fff;
}
.navbar.navbar-custom .navbar-form .form-control:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: #ffff00 1px solid;
}
/** Custom dropdown code **/
.has-dropdown-custom {
position: relative;
z-index: 999;
/** Pretty high z-index to make sure the dropdown comes on top **/
font-weight: 700;
/** make text a little bolder **/
}
.has-dropdown-custom > a span {
float: right;
margin-left: 10px;
color: #ffff00;
}
.has-dropdown-custom > a:after {
content: "";
background-color: #ffff00;
height: 4px;
position: absolute;
left: 15px;
right: 15px;
bottom: 5px;
}
.has-dropdown-custom:hover {
background-color: #000;
}
.has-dropdown-custom:hover > a {
color: #fff !important;
}
.has-dropdown-custom:hover > a:after {
display: none;
}
.has-dropdown-custom:hover .dropdown-custom {
display: block;
}
.dropdown-custom {
list-style: none;
background-color: #ffff00;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
display: none;
white-space: nowrap;
min-width: 100%;
}
.dropdown-custom.lefter {
left: 0;
right: auto;
}
.dropdown-custom.righter {
right: 0;
left: auto;
}
.dropdown-custom a {
display: block;
font-size: 14px;
display: block;
height: 40px;
line-height: 40px;
padding: 0 10px;
color: #000;
text-decoration: none;
}
.dropdown-custom a:hover {
color: #ffff00;
background-color: #000;
}
/** secondary navs */
.navs-secondary .navbar-nav {
margin-left: -12px;
margin-right: -12px;
font-weight: 700;
}
/** Aminating objects **/
.dropdown-custom a,
.navbar.navbar-custom .navbar-form .form-control {
webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
-o-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
}
.navbar-nav-primary {
float: none;
clear: both;
}
.navbar-nav-primary > li {
float: left;
width: 50%;
}
@media (min-width: 768px) {
.navbar.navbar-custom {
padding-top: 35px;
}
.navbar.navbar-custom .navbar-brand {
font-size: 52px;
}
.navbar-nav-primary {
clear: none;
margin-right: 50px;
margin-left: 210px;
}
}
@media (min-width: 992px) {
.navbar.navbar-custom {
padding-top: 20px;
}
.navbar.navbar-custom .navbar-form .search-box {
position: static;
padding: 0;
margin: 0;
background-color: transparent;
display: block !important;
}
.navbar.navbar-custom .navbar-form .form-control {
width: 110px;
}
.navbar.navbar-custom .navbar-form .form-control:focus {
width: 200px;
}
.navbar-nav-primary {
float: left;
margin-right: auto;
margin-left: auto;
}
.navbar-nav-primary > li {
width: auto;
}
.navbar-nav-primary > li.has-dropdown-custom {
min-width: 174px;
}
} | assets/style.css | body {
font-family: "Roboto", sans-serif;
width: 100%;
overflow-x: hidden;
}
/** navbar custom styling **/
.navbar.navbar-custom {
border: 0;
background-color: #2F23AE;
background-image: linear-gradient(-134deg, #2F23AE 0%, #A11AD7 92%, #C86DD7 100%);
color: #fff;
height: 127px;
padding-top: 12px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.navbar.navbar-custom .navbar-header {
float: left !important;
/** make sure to alwasy float left **/
}
.navbar.navbar-custom .navbar-brand {
font-weight: 900;
/** make little bolder and heavier **/
font-size: 36px;
}
.navbar.navbar-custom .navbar-brand,
.navbar.navbar-custom .navbar-nav > li > a {
color: #fff;
}
.navbar.navbar-custom .navbar-form {
margin: 0;
padding: 0;
float: right !important;
/** make sure to have the form always float right **/
border: 0 !important;
/** hide annoying border on small screens **/
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar.navbar-custom .navbar-form .search-box {
position: absolute;
left: 100%;
top: 0;
z-index: 9999;
/** insanely big z-index to display it on top **/
width: 100%;
height: 50%;
padding: 15px;
background-color: #000;
display: none;
}
.navbar.navbar-custom .navbar-form .btn,
.navbar.navbar-custom .navbar-form .form-control {
background: transparent;
border-color: transparent;
padding-left: 0;
padding-right: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.navbar.navbar-custom .navbar-form .btn {
color: #ffff00;
font-size: 22px;
}
.navbar.navbar-custom .navbar-form .form-control {
font-size: 18px;
color: #fff;
}
.navbar.navbar-custom .navbar-form .form-control:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: #ffff00 1px solid;
}
/** Custom dropdown code **/
.has-dropdown-custom {
position: relative;
z-index: 999;
/** Pretty high z-index to make sure the dropdown comes on top **/
font-weight: 700;
/** make text a little bolder **/
}
.has-dropdown-custom > a span {
float: right;
margin-left: 10px;
color: #ffff00;
}
.has-dropdown-custom > a:after {
content: "";
background-color: #ffff00;
height: 4px;
position: absolute;
left: 15px;
right: 15px;
bottom: 5px;
}
.has-dropdown-custom:hover {
background-color: #000;
}
.has-dropdown-custom:hover > a {
color: #fff !important;
}
.has-dropdown-custom:hover > a:after {
display: none;
}
.has-dropdown-custom:hover .dropdown-custom {
display: block;
}
.dropdown-custom {
list-style: none;
background-color: #ffff00;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
display: none;
white-space: nowrap;
min-width: 100%;
}
.dropdown-custom.lefter {
left: 0;
right: auto;
}
.dropdown-custom.righter {
right: 0;
left: auto;
}
.dropdown-custom a {
display: block;
font-size: 14px;
display: block;
height: 40px;
line-height: 40px;
padding: 0 10px;
color: #000;
text-decoration: none;
}
.dropdown-custom a:hover {
color: #ffff00;
background-color: #000;
}
/** secondary navs */
.navs-secondary .navbar-nav {
margin-left: -12px;
margin-right: -12px;
font-weight: 700;
}
/** Aminating objects **/
.dropdown-custom a,
.navbar.navbar-custom .navbar-form .form-control {
webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
-o-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
}
.navbar-nav-primary {
float: none;
clear: both;
}
.navbar-nav-primary > li {
float: left;
width: 50%;
}
@media (min-width: 768px) {
.navbar.navbar-custom {
padding-top: 35px;
}
.navbar.navbar-custom .navbar-brand {
font-size: 52px;
}
.navbar-nav-primary {
clear: none;
margin-right: 50px;
margin-left: 210px;
}
}
@media (min-width: 992px) {
.navbar.navbar-custom {
padding-top: 20px;
}
.navbar.navbar-custom .navbar-form .search-box {
position: static;
padding: 0;
margin: 0;
background-color: transparent;
display: block !important;
}
.navbar.navbar-custom .navbar-form .form-control {
width: 110px;
}
.navbar.navbar-custom .navbar-form .form-control:focus {
width: 200px;
}
.navbar-nav-primary {
float: left;
margin-right: auto;
margin-left: auto;
}
.navbar-nav-primary > li {
width: auto;
}
.navbar-nav-primary > li.has-dropdown-custom {
min-width: 174px;
}
} | 0.604632 | 0.063251 |
body {
background: #293f50;
color: #888;
font: 300 16px/22px "Lato", "Open Sans", "Helvetic Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
color: #648880;
}
h1 {
font-size: 36px;
line-height: 44px;
}
h2 {
font-size: 24px;
line-height: 44px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
color: #a9b2b9;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}
strong {
font-weight: 400;
}
cite, em {
font-style: italic;
}
/* Links */
a:hover {
color: #a9b2b9;
}
a {
color: #648880;
text-decoration: none;
}
p a {
border-bottom: 1px solid #dfe2e5;
}
.primary-footer a,
.primary-header a {
color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
color: #648880;
}
/* Grid */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container,
.grid {
margin: 0 auto;
width: 960px;
}
.container {
padding-left: 30px;
padding-right: 30px;
}
.col-1-3 {
width: 33.33%;
}
.col-2-3 {
width: 66.66%;
}
.col-1-3,
.col-2-3 {
display: inline-block;
vertical-align: top;
}
.grid,
.col-1-3,
.col-2-3 {
padding-left: 15px;
padding-right: 15px;
}
/* Clearfix */
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
clear: both;
*zoom: 1;
}
/* Rows */
.row,
.row-alt {
min-width: 960px;
}
.row {
background: #fff;
min-width: 960px;
padding: 66px 0 44px 0;
}
.row-alt {
background: #cbe2c1;
background: webkit -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
background: -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
background: linear-gradient(to right, #a1d3b0, #f6f1d3);
padding: 44px 0 22px 0;
}
/* Typography */
h1, h3, h4, h5, p {
margin-bottom: 22px;
}
/* Leads */
.lead {
text-align: center;
}
.lead p {
font-size: 21px;
line-height: 33px;
}
/* Primary header */
.logo {
border-top: 4px solid #648880;
float: left;
font-size: 48px;
font-weight: 100;
letter-spacing: 0.5px;
line-height: 44px;
padding: 40px 0 22px 0;
text-transform: uppercase;
}
.tagline {
margin: 66px 0 22px 0;
text-align: right;
}
.primary-nav {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* Primary footer */
.primary-footer {
color: #648880;
font-size: 14px;
padding-bottom: 44px;
padding-top: 44px;
}
.primary-footer small {
float: left;
font-weight: 400;
}
/* Buttons */
.btn {
border-radius: 5px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 400;
letter-spacing: 0.5px;
margin: 0;
text-transform: uppercase;
}
.btn-alt {
border: 1px solid #dfe2e5;
padding: 10px 30px;
}
.btn-alt:hover {
background: #fff;
color: #648880;
}
/* Home */
.hero {
color: #fff;
line-height: 44px;
padding: 22px 80px 66px 80px;
text-align: center;
}
.hero h2 {
font-size: 36px;
}
.hero p {
font-size: 24px;
font-weight: 100;
}
.teaser a:hover h3 {
color: #a9b2b9;
}
/* Navigation */
.nav {
text-align: right;
} | styles-conference/assets/stylesheets/main.css |
body {
background: #293f50;
color: #888;
font: 300 16px/22px "Lato", "Open Sans", "Helvetic Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
color: #648880;
}
h1 {
font-size: 36px;
line-height: 44px;
}
h2 {
font-size: 24px;
line-height: 44px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
color: #a9b2b9;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}
strong {
font-weight: 400;
}
cite, em {
font-style: italic;
}
/* Links */
a:hover {
color: #a9b2b9;
}
a {
color: #648880;
text-decoration: none;
}
p a {
border-bottom: 1px solid #dfe2e5;
}
.primary-footer a,
.primary-header a {
color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
color: #648880;
}
/* Grid */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container,
.grid {
margin: 0 auto;
width: 960px;
}
.container {
padding-left: 30px;
padding-right: 30px;
}
.col-1-3 {
width: 33.33%;
}
.col-2-3 {
width: 66.66%;
}
.col-1-3,
.col-2-3 {
display: inline-block;
vertical-align: top;
}
.grid,
.col-1-3,
.col-2-3 {
padding-left: 15px;
padding-right: 15px;
}
/* Clearfix */
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
clear: both;
*zoom: 1;
}
/* Rows */
.row,
.row-alt {
min-width: 960px;
}
.row {
background: #fff;
min-width: 960px;
padding: 66px 0 44px 0;
}
.row-alt {
background: #cbe2c1;
background: webkit -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
background: -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
background: linear-gradient(to right, #a1d3b0, #f6f1d3);
padding: 44px 0 22px 0;
}
/* Typography */
h1, h3, h4, h5, p {
margin-bottom: 22px;
}
/* Leads */
.lead {
text-align: center;
}
.lead p {
font-size: 21px;
line-height: 33px;
}
/* Primary header */
.logo {
border-top: 4px solid #648880;
float: left;
font-size: 48px;
font-weight: 100;
letter-spacing: 0.5px;
line-height: 44px;
padding: 40px 0 22px 0;
text-transform: uppercase;
}
.tagline {
margin: 66px 0 22px 0;
text-align: right;
}
.primary-nav {
font-size: 14px;
font-weight: 400;
letter-spacing: 0.5px;
text-transform: uppercase;
}
/* Primary footer */
.primary-footer {
color: #648880;
font-size: 14px;
padding-bottom: 44px;
padding-top: 44px;
}
.primary-footer small {
float: left;
font-weight: 400;
}
/* Buttons */
.btn {
border-radius: 5px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 400;
letter-spacing: 0.5px;
margin: 0;
text-transform: uppercase;
}
.btn-alt {
border: 1px solid #dfe2e5;
padding: 10px 30px;
}
.btn-alt:hover {
background: #fff;
color: #648880;
}
/* Home */
.hero {
color: #fff;
line-height: 44px;
padding: 22px 80px 66px 80px;
text-align: center;
}
.hero h2 {
font-size: 36px;
}
.hero p {
font-size: 24px;
font-weight: 100;
}
.teaser a:hover h3 {
color: #a9b2b9;
}
/* Navigation */
.nav {
text-align: right;
} | 0.361616 | 0.140808 |
.background_blueViolet8,
.hover_background_blueViolet8:hover,
.active_background_blueViolet8:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(77, 18, 132)), color-stop(100%, rgb(62, 14, 106)));
background-image: -webkit-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: -o-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: -ms-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: linear-gradient(to bottom, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1284', endColorstr='#3e0e6a',GradientType=0 );
}
.background_blueViolet8h,
.hover_background_blueViolet8h:hover,
.active_background_blueViolet8h:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(93, 22, 159)), color-stop(100%, rgb(74, 17, 127)));
background-image: -webkit-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: -o-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: -ms-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: linear-gradient(to bottom, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d169f', endColorstr='#4a117f',GradientType=0 );
}
.background_blueViolet8a,
.hover_background_blueViolet8a:hover,
.active_background_blueViolet8a:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(74, 17, 127)), color-stop(100%, rgb(93, 22, 159)));
background-image: -webkit-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: -o-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: -ms-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: linear-gradient(to bottom, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a117f', endColorstr='#5d169f',GradientType=0 );
}
.background_blueViolet8s,
.hover_background_blueViolet8s:hover,
.active_background_blueViolet8s:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(116, 27, 199)), color-stop(100%, rgb(93, 22, 159)));
background-image: -webkit-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: -o-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: -ms-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: linear-gradient(to bottom, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#741bc7', endColorstr='#5d169f',GradientType=0 );
}
.background_color_blueViolet8,
.hover_background_color_blueViolet8:hover,
.active_background_color_blueViolet8:active:hover {
background-color:#3e0e6a;
}
.background_first_color_blueViolet8,
.hover_background_first_color_blueViolet8:hover,
.active_background_first_color_blueViolet8:active:hover {
background-color:#4d1284;
}
.background_last_color_blueViolet8,
.hover_background_last_color_blueViolet8:hover,
.active_background_color_last_blueViolet8:active:hover {
background-color:#3e0e6a;
}
/* ------------------------------ color settings -------------------------------*/
.color_blueViolet8,
.hover_color_blueViolet8:hover,
.active_color_blueViolet8:active:hover {
color: #c8c8c8;
}
.color_blueViolet8h,
.hover_color_blueViolet8h:hover,
.active_color_blueViolet8h:active:hover {
color: #c8c8c8;
}
.color_blueViolet8a,
.hover_color_blueViolet8a:hover,
.active_color_blueViolet8a:active:hover {
color: #ff0;
}
.color_blueViolet8s,
.hover_color_blueViolet8s:hover,
.active_color_blueViolet8s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_blueViolet8,
.hover_border_blueViolet8:hover,
.active_border_blueViolet8:active:hover {
border-color: #3e0e6a #3e0e6a #3e0e6a #3e0e6a;
}
.border_blueViolet8h,
.hover_border_blueViolet8h:hover,
.active_border_blueViolet8h:active:hover {
border-color: #380d5f #380d5f #380d5f #380d5f;
}
.border_blueViolet8a,
.hover_border_blueViolet8a:hover,
.active_border_blueViolet8a:active:hover {
border-color: #320c55 #320c55 #320c55 #320c55;
}
.border_blueViolet8s,
.hover_border_blueViolet8s:hover,
.active_border_blueViolet8s:active:hover {
border-color: #5d169f #5d169f #5d169f #5d169f;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_blueViolet8,
.hover_shadow_expand_blueViolet8:hover,
.active_shadow_expand_blueViolet8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(62, 14, 106, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(62, 14, 106, .39);
box-shadow: 0em 0em 1em 0.25em rgba(62, 14, 106, .39);
}
.shadow_expand_blueViolet8h,
.hover_shadow_expand_blueViolet8h:hover,
.active_shadow_expand_blueViolet8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(74, 17, 127, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(74, 17, 127, .50);
box-shadow: 0em 0em 1em 0.25em rgba(74, 17, 127, .50);
}
.shadow_expand_blueViolet8a,
.hover_shadow_expand_blueViolet8a:hover,
.active_shadow_expand_blueViolet8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .63);
box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .63);
}
.shadow_expand_blueViolet8s,
.hover_shadow_expand_blueViolet8s:hover,
.active_shadow_expand_blueViolet8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .78);
box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_blueViolet8,
.hover_shadow_left_blueViolet8:hover,
.active_shadow_left_blueViolet8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_left_blueViolet8h,
.hover_shadow_left_blueViolet8h:hover,
.active_shadow_left_blueViolet8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_left_blueViolet8a,
.hover_shadow_left_blueViolet8a:hover,
.active_shadow_left_blueViolet8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_left_blueViolet8s,
.hover_shadow_left_blueViolet8s:hover,
.active_shadow_left_blueViolet8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_blueViolet8,
.hover_shadow_right_blueViolet8:hover,
.active_shadow_right_blueViolet8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(62, 14, 106, .39);
box-shadow: 0.5em 0em 1em rgba(62, 14, 106, .39);
}
.shadow_right_blueViolet8h,
.hover_shadow_right_blueViolet8h:hover,
.active_shadow_right_blueViolet8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(74, 17, 127, .50);
box-shadow: 0.5em 0em 1em rgba(74, 17, 127, .50);
}
.shadow_right_blueViolet8a,
.hover_shadow_right_blueViolet8a:hover,
.active_shadow_right_blueViolet8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .63);
box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .63);
}
.shadow_right_blueViolet8s,
.hover_shadow_right_blueViolet8s:hover,
.active_shadow_right_blueViolet8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .78);
box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_blueViolet8,
.hover_shadow_top_blueViolet8:hover,
.active_shadow_top_blueViolet8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_top_blueViolet8h,
.hover_shadow_top_blueViolet8h:hover,
.active_shadow_top_blueViolet8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_top_blueViolet8a,
.hover_shadow_top_blueViolet8a:hover,
.active_shadow_top_blueViolet8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_top_blueViolet8s,
.hover_shadow_top_blueViolet8s:hover,
.active_shadow_top_blueViolet8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_blueViolet8,
.hover_shadow_bottom_blueViolet8:hover,
.active_shadow_bottom_blueViolet8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0em 0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_bottom_blueViolet8h,
.hover_shadow_bottom_blueViolet8h:hover,
.active_shadow_bottom_blueViolet8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0em 0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_bottom_blueViolet8a,
.hover_shadow_bottom_blueViolet8a:hover,
.active_shadow_bottom_blueViolet8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_bottom_blueViolet8s,
.hover_shadow_bottom_blueViolet8s:hover,
.active_shadow_bottom_blueViolet8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_blueViolet8,
.hover_shadow_top_left_blueViolet8:hover,
.active_shadow_top_left_blueViolet8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_top_left_blueViolet8h,
.hover_shadow_top_left_blueViolet8h:hover,
.active_shadow_top_left_blueViolet8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_top_left_blueViolet8a,
.hover_shadow_top_left_blueViolet8a:hover,
.active_shadow_top_left_blueViolet8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_top_left_blueViolet8s,
.hover_shadow_top_left_blueViolet8s:hover,
.active_shadow_top_left_blueViolet8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_blueViolet8,
.hover_shadow_top_right_blueViolet8:hover,
.active_shadow_top_right_blueViolet8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0.5em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_top_right_blueViolet8h,
.hover_shadow_top_right_blueViolet8h:hover,
.active_shadow_top_right_blueViolet8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0.5em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_top_right_blueViolet8a,
.hover_shadow_top_right_blueViolet8a:hover,
.active_shadow_top_right_blueViolet8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_top_right_blueViolet8s,
.hover_shadow_top_right_blueViolet8s:hover,
.active_shadow_top_right_blueViolet8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_blueViolet8,
.hover_shadow_bottom_left_blueViolet8:hover,
.active_shadow_bottom_left_blueViolet8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(62, 14, 106, .39);
box-shadow: -0.5em 0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_bottom_left_blueViolet8h,
.hover_shadow_bottom_left_blueViolet8h:hover,
.active_shadow_bottom_left_blueViolet8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(74, 17, 127, .50);
box-shadow: -0.5em 0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_bottom_left_blueViolet8a,
.hover_shadow_bottom_left_blueViolet8a:hover,
.active_shadow_bottom_left_blueViolet8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .63);
box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_bottom_left_blueViolet8s,
.hover_shadow_bottom_left_blueViolet8s:hover,
.active_shadow_bottom_left_blueViolet8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .78);
box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_blueViolet8,
.hover_shadow_bottom_right_blueViolet8:hover,
.active_shadow_bottom_right_blueViolet8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0.5em 0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_bottom_right_blueViolet8h,
.hover_shadow_bottom_right_blueViolet8h:hover,
.active_shadow_bottom_right_blueViolet8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0.5em 0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_bottom_right_blueViolet8a,
.hover_shadow_bottom_right_blueViolet8a:hover,
.active_shadow_bottom_right_blueViolet8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_bottom_right_blueViolet8s,
.hover_shadow_bottom_right_blueViolet8s:hover,
.active_shadow_bottom_right_blueViolet8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .78);
} | widgets/common/assets/gradients/simple/blueViolet/blueViolet8.css | .background_blueViolet8,
.hover_background_blueViolet8:hover,
.active_background_blueViolet8:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(77, 18, 132)), color-stop(100%, rgb(62, 14, 106)));
background-image: -webkit-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: -o-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: -ms-linear-gradient(top, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
background-image: linear-gradient(to bottom, rgb(77, 18, 132) 0%, rgb(62, 14, 106) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1284', endColorstr='#3e0e6a',GradientType=0 );
}
.background_blueViolet8h,
.hover_background_blueViolet8h:hover,
.active_background_blueViolet8h:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(93, 22, 159)), color-stop(100%, rgb(74, 17, 127)));
background-image: -webkit-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: -o-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: -ms-linear-gradient(top, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
background-image: linear-gradient(to bottom, rgb(93, 22, 159) 0%, rgb(74, 17, 127) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d169f', endColorstr='#4a117f',GradientType=0 );
}
.background_blueViolet8a,
.hover_background_blueViolet8a:hover,
.active_background_blueViolet8a:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(74, 17, 127)), color-stop(100%, rgb(93, 22, 159)));
background-image: -webkit-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: -o-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: -ms-linear-gradient(top, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
background-image: linear-gradient(to bottom, rgb(74, 17, 127) 0%, rgb(93, 22, 159) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a117f', endColorstr='#5d169f',GradientType=0 );
}
.background_blueViolet8s,
.hover_background_blueViolet8s:hover,
.active_background_blueViolet8s:active:hover {
background: #3e0e6a;
background-image: -moz-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(116, 27, 199)), color-stop(100%, rgb(93, 22, 159)));
background-image: -webkit-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: -o-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: -ms-linear-gradient(top, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
background-image: linear-gradient(to bottom, rgb(116, 27, 199) 0%, rgb(93, 22, 159) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#741bc7', endColorstr='#5d169f',GradientType=0 );
}
.background_color_blueViolet8,
.hover_background_color_blueViolet8:hover,
.active_background_color_blueViolet8:active:hover {
background-color:#3e0e6a;
}
.background_first_color_blueViolet8,
.hover_background_first_color_blueViolet8:hover,
.active_background_first_color_blueViolet8:active:hover {
background-color:#4d1284;
}
.background_last_color_blueViolet8,
.hover_background_last_color_blueViolet8:hover,
.active_background_color_last_blueViolet8:active:hover {
background-color:#3e0e6a;
}
/* ------------------------------ color settings -------------------------------*/
.color_blueViolet8,
.hover_color_blueViolet8:hover,
.active_color_blueViolet8:active:hover {
color: #c8c8c8;
}
.color_blueViolet8h,
.hover_color_blueViolet8h:hover,
.active_color_blueViolet8h:active:hover {
color: #c8c8c8;
}
.color_blueViolet8a,
.hover_color_blueViolet8a:hover,
.active_color_blueViolet8a:active:hover {
color: #ff0;
}
.color_blueViolet8s,
.hover_color_blueViolet8s:hover,
.active_color_blueViolet8s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_blueViolet8,
.hover_border_blueViolet8:hover,
.active_border_blueViolet8:active:hover {
border-color: #3e0e6a #3e0e6a #3e0e6a #3e0e6a;
}
.border_blueViolet8h,
.hover_border_blueViolet8h:hover,
.active_border_blueViolet8h:active:hover {
border-color: #380d5f #380d5f #380d5f #380d5f;
}
.border_blueViolet8a,
.hover_border_blueViolet8a:hover,
.active_border_blueViolet8a:active:hover {
border-color: #320c55 #320c55 #320c55 #320c55;
}
.border_blueViolet8s,
.hover_border_blueViolet8s:hover,
.active_border_blueViolet8s:active:hover {
border-color: #5d169f #5d169f #5d169f #5d169f;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_blueViolet8,
.hover_shadow_expand_blueViolet8:hover,
.active_shadow_expand_blueViolet8:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(62, 14, 106, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(62, 14, 106, .39);
box-shadow: 0em 0em 1em 0.25em rgba(62, 14, 106, .39);
}
.shadow_expand_blueViolet8h,
.hover_shadow_expand_blueViolet8h:hover,
.active_shadow_expand_blueViolet8h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(74, 17, 127, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(74, 17, 127, .50);
box-shadow: 0em 0em 1em 0.25em rgba(74, 17, 127, .50);
}
.shadow_expand_blueViolet8a,
.hover_shadow_expand_blueViolet8a:hover,
.active_shadow_expand_blueViolet8a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .63);
box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .63);
}
.shadow_expand_blueViolet8s,
.hover_shadow_expand_blueViolet8s:hover,
.active_shadow_expand_blueViolet8s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .78);
box-shadow: 0em 0em 1em 0.25em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_blueViolet8,
.hover_shadow_left_blueViolet8:hover,
.active_shadow_left_blueViolet8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_left_blueViolet8h,
.hover_shadow_left_blueViolet8h:hover,
.active_shadow_left_blueViolet8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_left_blueViolet8a,
.hover_shadow_left_blueViolet8a:hover,
.active_shadow_left_blueViolet8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_left_blueViolet8s,
.hover_shadow_left_blueViolet8s:hover,
.active_shadow_left_blueViolet8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_blueViolet8,
.hover_shadow_right_blueViolet8:hover,
.active_shadow_right_blueViolet8:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(62, 14, 106, .39);
box-shadow: 0.5em 0em 1em rgba(62, 14, 106, .39);
}
.shadow_right_blueViolet8h,
.hover_shadow_right_blueViolet8h:hover,
.active_shadow_right_blueViolet8h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(74, 17, 127, .50);
box-shadow: 0.5em 0em 1em rgba(74, 17, 127, .50);
}
.shadow_right_blueViolet8a,
.hover_shadow_right_blueViolet8a:hover,
.active_shadow_right_blueViolet8a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .63);
box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .63);
}
.shadow_right_blueViolet8s,
.hover_shadow_right_blueViolet8s:hover,
.active_shadow_right_blueViolet8s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .78);
box-shadow: 0.5em 0em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_blueViolet8,
.hover_shadow_top_blueViolet8:hover,
.active_shadow_top_blueViolet8:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_top_blueViolet8h,
.hover_shadow_top_blueViolet8h:hover,
.active_shadow_top_blueViolet8h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_top_blueViolet8a,
.hover_shadow_top_blueViolet8a:hover,
.active_shadow_top_blueViolet8a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_top_blueViolet8s,
.hover_shadow_top_blueViolet8s:hover,
.active_shadow_top_blueViolet8s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_blueViolet8,
.hover_shadow_bottom_blueViolet8:hover,
.active_shadow_bottom_blueViolet8:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0em 0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_bottom_blueViolet8h,
.hover_shadow_bottom_blueViolet8h:hover,
.active_shadow_bottom_blueViolet8h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0em 0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_bottom_blueViolet8a,
.hover_shadow_bottom_blueViolet8a:hover,
.active_shadow_bottom_blueViolet8a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_bottom_blueViolet8s,
.hover_shadow_bottom_blueViolet8s:hover,
.active_shadow_bottom_blueViolet8s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0em 0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_blueViolet8,
.hover_shadow_top_left_blueViolet8:hover,
.active_shadow_top_left_blueViolet8:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: -0.5em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_top_left_blueViolet8h,
.hover_shadow_top_left_blueViolet8h:hover,
.active_shadow_top_left_blueViolet8h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: -0.5em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_top_left_blueViolet8a,
.hover_shadow_top_left_blueViolet8a:hover,
.active_shadow_top_left_blueViolet8a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_top_left_blueViolet8s,
.hover_shadow_top_left_blueViolet8s:hover,
.active_shadow_top_left_blueViolet8s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: -0.5em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_blueViolet8,
.hover_shadow_top_right_blueViolet8:hover,
.active_shadow_top_right_blueViolet8:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0.5em -0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_top_right_blueViolet8h,
.hover_shadow_top_right_blueViolet8h:hover,
.active_shadow_top_right_blueViolet8h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0.5em -0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_top_right_blueViolet8a,
.hover_shadow_top_right_blueViolet8a:hover,
.active_shadow_top_right_blueViolet8a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_top_right_blueViolet8s,
.hover_shadow_top_right_blueViolet8s:hover,
.active_shadow_top_right_blueViolet8s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0.5em -0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_blueViolet8,
.hover_shadow_bottom_left_blueViolet8:hover,
.active_shadow_bottom_left_blueViolet8:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(62, 14, 106, .39);
box-shadow: -0.5em 0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_bottom_left_blueViolet8h,
.hover_shadow_bottom_left_blueViolet8h:hover,
.active_shadow_bottom_left_blueViolet8h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(74, 17, 127, .50);
box-shadow: -0.5em 0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_bottom_left_blueViolet8a,
.hover_shadow_bottom_left_blueViolet8a:hover,
.active_shadow_bottom_left_blueViolet8a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .63);
box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_bottom_left_blueViolet8s,
.hover_shadow_bottom_left_blueViolet8s:hover,
.active_shadow_bottom_left_blueViolet8s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .78);
box-shadow: -0.5em 0.5em 1em rgba(93, 22, 159, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_blueViolet8,
.hover_shadow_bottom_right_blueViolet8:hover,
.active_shadow_bottom_right_blueViolet8:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(62, 14, 106, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(62, 14, 106, .39);
box-shadow: 0.5em 0.5em 1em rgba(62, 14, 106, .39);
}
.shadow_bottom_right_blueViolet8h,
.hover_shadow_bottom_right_blueViolet8h:hover,
.active_shadow_bottom_right_blueViolet8h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(74, 17, 127, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(74, 17, 127, .50);
box-shadow: 0.5em 0.5em 1em rgba(74, 17, 127, .50);
}
.shadow_bottom_right_blueViolet8a,
.hover_shadow_bottom_right_blueViolet8a:hover,
.active_shadow_bottom_right_blueViolet8a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .63);
box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .63);
}
.shadow_bottom_right_blueViolet8s,
.hover_shadow_bottom_right_blueViolet8s:hover,
.active_shadow_bottom_right_blueViolet8s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .78);
box-shadow: 0.5em 0.5em 1em rgba(93, 22, 159, .78);
} | 0.581541 | 0.14774 |
html,
body,
div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { height:100%; background: #d7d7d7; }
body { padding:20px; margin:0; height:100%; }
body > div {
position:relative; width:100%; height:100%; padding:30px 40px; overflow-y:auto;
border:1px solid #bbb; border-radius:7px; background: #fff;
-webkit-border-radius: 10px; border-radius: 10px;
-webkit-box-shadow: 2px 2px 8px 2px #aaa; -moz-box-shadow: 2px 2px 8px 2px #aaa; box-shadow: 2px 2px 8px 2px #aaa;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d3d6));
background-image: -moz-linear-gradient(top, #fff, #d6d3d6); background-image: -webkit-linear-gradient(top, #fff, #d6d3d6);
}
h1,
h2 { margin:0 0 30px; padding:0; font-family: UltraRegular,Georgia,serif; text-shadow: 1px 1px 3px #888; }
h2 { margin-top:30px; }
ul { margin:0 12px; padding:0; }
li { margin:5px 0; }
p,
li,
dt,
dd { font-size:125%; font-family:'Open Sans',Arial,sans-serif; padding: 3px 0; text-shadow: 1px 1px 2px #bbb; }
p { margin:15px 0 0; }
pre {
padding:3px 20px 0px; line-height:1.3; border:1px solid #bbb; border-radius:5px; background: #fff;
-webkit-box-shadow: inset 0px 1px 3px 0px #aaa; -moz-box-shadow: inset 0px 1px 3px 0px #aaa; box-shadow: inset 0px 1px 3px 0px #aaa;
}
pre > code { font-size:125%; display:block; margin:-1ex 0; }
code { font-family:courier; }
dt,
dd { border:1px solid #bbb; background: #fff; }
dt { padding:10px 15px 0px; font-weight:bold; border-width:1px 1px 0; border-radius:5px 5px 0 0; }
dd { padding:3px 15px 12px; border-width:0 1px 1px; border-radius:0 0 5px 5px; margin: 0 0 10px; }
nav { position:absolute; bottom:20px; right:40px; }
nav a { color:#888; font-weight:bold; text-decoration:none; }
nav a:hover { text-decoration:underline; }
.subtext { color:#888; font-size:85%; padding-left:.5ex; }
.centered { display:table; width:100%; height:100%; }
.centered h1 { display:table-cell; vertical-align:middle; width:100%; height:100%; font-size:500%; text-align:center; } | mojits/Preso/assets/preso.css | html,
body,
div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { height:100%; background: #d7d7d7; }
body { padding:20px; margin:0; height:100%; }
body > div {
position:relative; width:100%; height:100%; padding:30px 40px; overflow-y:auto;
border:1px solid #bbb; border-radius:7px; background: #fff;
-webkit-border-radius: 10px; border-radius: 10px;
-webkit-box-shadow: 2px 2px 8px 2px #aaa; -moz-box-shadow: 2px 2px 8px 2px #aaa; box-shadow: 2px 2px 8px 2px #aaa;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d3d6));
background-image: -moz-linear-gradient(top, #fff, #d6d3d6); background-image: -webkit-linear-gradient(top, #fff, #d6d3d6);
}
h1,
h2 { margin:0 0 30px; padding:0; font-family: UltraRegular,Georgia,serif; text-shadow: 1px 1px 3px #888; }
h2 { margin-top:30px; }
ul { margin:0 12px; padding:0; }
li { margin:5px 0; }
p,
li,
dt,
dd { font-size:125%; font-family:'Open Sans',Arial,sans-serif; padding: 3px 0; text-shadow: 1px 1px 2px #bbb; }
p { margin:15px 0 0; }
pre {
padding:3px 20px 0px; line-height:1.3; border:1px solid #bbb; border-radius:5px; background: #fff;
-webkit-box-shadow: inset 0px 1px 3px 0px #aaa; -moz-box-shadow: inset 0px 1px 3px 0px #aaa; box-shadow: inset 0px 1px 3px 0px #aaa;
}
pre > code { font-size:125%; display:block; margin:-1ex 0; }
code { font-family:courier; }
dt,
dd { border:1px solid #bbb; background: #fff; }
dt { padding:10px 15px 0px; font-weight:bold; border-width:1px 1px 0; border-radius:5px 5px 0 0; }
dd { padding:3px 15px 12px; border-width:0 1px 1px; border-radius:0 0 5px 5px; margin: 0 0 10px; }
nav { position:absolute; bottom:20px; right:40px; }
nav a { color:#888; font-weight:bold; text-decoration:none; }
nav a:hover { text-decoration:underline; }
.subtext { color:#888; font-size:85%; padding-left:.5ex; }
.centered { display:table; width:100%; height:100%; }
.centered h1 { display:table-cell; vertical-align:middle; width:100%; height:100%; font-size:500%; text-align:center; } | 0.360151 | 0.168139 |
body {
font-family: arial, verdana, sans-serif;
font-size: 14px;
margin: 10px;
}
a:link {text-decoration:none; color:#3333FF}
a:visited {text-decoration:none}
a:hover {text-decoration:underline}
a:active {text-decoration:none}
body#main_body {
background-image:url(../images/body_bg.gif);
}
td {
font-family: arial, verdana, sans-serif;
font-size: 14px;
empty-cells:show;
}
li {
margin-bottom:5px;
}
form {
font-family: arial, verdana, sans-serif;
font-size: 14px;
margin-bottom:0px;
margin-top:0px;
padding-bottom:0px;
padding-top:0px;
}
input, select {
font-size: 12px;
font-family: arial, verdana, sans-serif;
}
input:focus, textarea:focus{
background-color: #FFFFDD;
}
p {
font-family: arial, verdana, sans-serif;
margin-bottom:16px;
margin-top:16px;
padding-bottom:0px;
padding-top:0px;
}
td {
empty-cells:show;
}
h3{
font-family: arial, verdana, sans-serif;
font-size: 16px;
color:#990000;
margin-bottom:16px;
margin-top:18px;
padding-bottom:0px;
padding-top:0px;
}
h4{
margin-bottom: 4px;
padding-bottom: 4px;
}
hr {
height: 1px;
color: #BBBBBB;
background-color: #BBBBBB;
border: 0px;
}
textarea {
font-size: 12px;
font-family: arial, verdana, sans-serif;
overflow:auto;
}
img {
border:0px;
vertical-align:text-bottom;
}
.welcome {
font-weight: bold;
font-size: 16px;
color: #990000;
margin-top: 4px;
padding-top: 0px;
margin-bottom: 15px;
}
.h3gray {
font-weight: bold;
font-size: 14px;
color: #333333;
}
.styleLeftColumn {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-weight: bold;
font-size: 12px;
color: #112233;
}
.styleLeftColumn1 {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-weight: bold;
font-size: 13px;
color: #FFFFFF;
}
.styleLeftColumn2 {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-weight: bold;
font-size: 13px;
color: #990000;
}
.boldDarkGrey {
font-weight: bold;
font-size: 12px;
color: #112233;
}
.tdData {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-size: 12px;
font-family: arial, verdana, sans-serif;
}
.styleSubject {
color: #FFFFFF;
font-weight: bold;
}
.block_generic {
margin-left: 16px;
padding-left: 0px;
margin-top: 4px;
padding-top: 0px;
margin-right: 0px;
padding-right: 0px;
margin-bottom: 4px;
padding-bottom: 0px;
}
.block_search_groups {
margin-left: 16px;
padding-left: 16px;
margin-top: 0px;
padding-top: 0px;
margin-right: 0px;
padding-right: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.block_references {
font-size: 12px;
margin-left: 2px;
padding-left: 0px;
margin-top: 4px;
padding-top: 0px;
margin-right: 0px;
padding-right: 0px;
margin-bottom: 6px;
padding-bottom: 0px;
border-top: none;
}
.midContent {
font-size: 13px;
}
.smallContent {
font-size: 12px;
}
.xsmallContent {font-size: 11px;}
.subhead {
font-size: 16px;
line-height: 18px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
.temphead {font-size: 18px; line-height: 18px; color: #ffffff; margin-left:16px; margin-right:16px;}
.footerlink {font-size: 12px; line-height: 22px; font-weight:bold; padding-right: 10px; padding-left: 10px; text-decoration:none}
a.footerlink:link {color: #000066;}
a.footerlink:visited {color: #000066;}
a.footerlink:hover {color: #003366;}
a.footerlink:active {color: #000066;}
.topnav {font-size: 12px; font-weight:bold; line-height: 14px; margin-top:10px; margin-bottom:4px; color:#993333; text-decoration:none}
.topnav1a {font-size: 13px; line-height: 15px; text-decoration:none;}
a.topnav1a:link {color: #000099;}
a.topnav1a:visited {color: #000099;}
a.topnav1a:hover {color: #888800;}
a.topnav1a:active {color: #000099;}
.topnav2 {font-size: 12px; line-height: 12px; margin-left: 12px; text-decoration:none; margin-bottom:4px; }
a.topnav2a:link {color: #000099;}
a.topnav2a:visited {color: #000099;}
a.topnav2a:hover {color: #888800;}
a.topnav2a:active {color: #000099;}
.mainheadblue {
font-size: 16px;
line-height: 20px;
color: #333333;
font-weight: bold;
text-decoration: none;
}
div#msgbox {
width:500px;
margin-left:auto;
margin-right:auto;
margin-top: 60px;
}
div#msgbox_caption {
font-weight:bold;
}
ul#msgbox_operations {
}
.msgbox_operation {
margin-top: 10px;
margin-bottom:10px;
}
div#errbox {
width:500px;
margin-left:auto;
margin-right:auto;
margin-top: 20px;
}
div#errbox_caption {
font-weight:bold;
margin-top: 10px;
margin-bottom:10px;
}
div#errbox_msg {
color:#FF0000;
margin-top: 10px;
margin-bottom:10px;
}
div#errbox_header {
color:#990000;
margin-top: 10px;
margin-bottom:10px;
}
div#errbox_operation {
margin-top: 10px;
margin-bottom:10px;
}
A.NCBIProteinGI {
background-color:#EE9999;
padding:0px 2px 0px 2px;
margin:0px 2px 0px 2px;
font-weight:bold;
text-decoration:none;
}
.deletedRecord {
background-color:#EE9999;
color:#990000;
}
.buttonCancel {
margin-left: 60px;
}
.titlePane1 {
background-color:#2A4184;
margin: 7px 5px 2px 5px;
}
.titlePane2 {
background-color:#E4E4E4;
margin: 2px 5px 2px 5px;
}
.detailPane1 {
font-size: 12px;
margin: 2px 5px 2px 5px;
}
.styleSubject2 {
font-weight: bold;
}
.toc { font-size: 12px;}
a.toc:link {color: #111111;}
a.toc:visited {color: #111111;}
a.toc:hover {color: #111111; background-color:#DDDDDD}
a.toc:active {color: #111111;}
.homeIcon {
background-image: url(/images/logo_s.gif);
background-repeat: no-repeat;
width: 24px;
height: 20px;
}
.fasta {
font-family:"Courier New", Courier, monospace;
}
.darkred {
color:#990000;
} | public/css/bmain.css | body {
font-family: arial, verdana, sans-serif;
font-size: 14px;
margin: 10px;
}
a:link {text-decoration:none; color:#3333FF}
a:visited {text-decoration:none}
a:hover {text-decoration:underline}
a:active {text-decoration:none}
body#main_body {
background-image:url(../images/body_bg.gif);
}
td {
font-family: arial, verdana, sans-serif;
font-size: 14px;
empty-cells:show;
}
li {
margin-bottom:5px;
}
form {
font-family: arial, verdana, sans-serif;
font-size: 14px;
margin-bottom:0px;
margin-top:0px;
padding-bottom:0px;
padding-top:0px;
}
input, select {
font-size: 12px;
font-family: arial, verdana, sans-serif;
}
input:focus, textarea:focus{
background-color: #FFFFDD;
}
p {
font-family: arial, verdana, sans-serif;
margin-bottom:16px;
margin-top:16px;
padding-bottom:0px;
padding-top:0px;
}
td {
empty-cells:show;
}
h3{
font-family: arial, verdana, sans-serif;
font-size: 16px;
color:#990000;
margin-bottom:16px;
margin-top:18px;
padding-bottom:0px;
padding-top:0px;
}
h4{
margin-bottom: 4px;
padding-bottom: 4px;
}
hr {
height: 1px;
color: #BBBBBB;
background-color: #BBBBBB;
border: 0px;
}
textarea {
font-size: 12px;
font-family: arial, verdana, sans-serif;
overflow:auto;
}
img {
border:0px;
vertical-align:text-bottom;
}
.welcome {
font-weight: bold;
font-size: 16px;
color: #990000;
margin-top: 4px;
padding-top: 0px;
margin-bottom: 15px;
}
.h3gray {
font-weight: bold;
font-size: 14px;
color: #333333;
}
.styleLeftColumn {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-weight: bold;
font-size: 12px;
color: #112233;
}
.styleLeftColumn1 {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-weight: bold;
font-size: 13px;
color: #FFFFFF;
}
.styleLeftColumn2 {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-weight: bold;
font-size: 13px;
color: #990000;
}
.boldDarkGrey {
font-weight: bold;
font-size: 12px;
color: #112233;
}
.tdData {
border-right:1px solid #DFEBFF;
border-bottom:1px solid #DFEBFF;
font-size: 12px;
font-family: arial, verdana, sans-serif;
}
.styleSubject {
color: #FFFFFF;
font-weight: bold;
}
.block_generic {
margin-left: 16px;
padding-left: 0px;
margin-top: 4px;
padding-top: 0px;
margin-right: 0px;
padding-right: 0px;
margin-bottom: 4px;
padding-bottom: 0px;
}
.block_search_groups {
margin-left: 16px;
padding-left: 16px;
margin-top: 0px;
padding-top: 0px;
margin-right: 0px;
padding-right: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.block_references {
font-size: 12px;
margin-left: 2px;
padding-left: 0px;
margin-top: 4px;
padding-top: 0px;
margin-right: 0px;
padding-right: 0px;
margin-bottom: 6px;
padding-bottom: 0px;
border-top: none;
}
.midContent {
font-size: 13px;
}
.smallContent {
font-size: 12px;
}
.xsmallContent {font-size: 11px;}
.subhead {
font-size: 16px;
line-height: 18px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
.temphead {font-size: 18px; line-height: 18px; color: #ffffff; margin-left:16px; margin-right:16px;}
.footerlink {font-size: 12px; line-height: 22px; font-weight:bold; padding-right: 10px; padding-left: 10px; text-decoration:none}
a.footerlink:link {color: #000066;}
a.footerlink:visited {color: #000066;}
a.footerlink:hover {color: #003366;}
a.footerlink:active {color: #000066;}
.topnav {font-size: 12px; font-weight:bold; line-height: 14px; margin-top:10px; margin-bottom:4px; color:#993333; text-decoration:none}
.topnav1a {font-size: 13px; line-height: 15px; text-decoration:none;}
a.topnav1a:link {color: #000099;}
a.topnav1a:visited {color: #000099;}
a.topnav1a:hover {color: #888800;}
a.topnav1a:active {color: #000099;}
.topnav2 {font-size: 12px; line-height: 12px; margin-left: 12px; text-decoration:none; margin-bottom:4px; }
a.topnav2a:link {color: #000099;}
a.topnav2a:visited {color: #000099;}
a.topnav2a:hover {color: #888800;}
a.topnav2a:active {color: #000099;}
.mainheadblue {
font-size: 16px;
line-height: 20px;
color: #333333;
font-weight: bold;
text-decoration: none;
}
div#msgbox {
width:500px;
margin-left:auto;
margin-right:auto;
margin-top: 60px;
}
div#msgbox_caption {
font-weight:bold;
}
ul#msgbox_operations {
}
.msgbox_operation {
margin-top: 10px;
margin-bottom:10px;
}
div#errbox {
width:500px;
margin-left:auto;
margin-right:auto;
margin-top: 20px;
}
div#errbox_caption {
font-weight:bold;
margin-top: 10px;
margin-bottom:10px;
}
div#errbox_msg {
color:#FF0000;
margin-top: 10px;
margin-bottom:10px;
}
div#errbox_header {
color:#990000;
margin-top: 10px;
margin-bottom:10px;
}
div#errbox_operation {
margin-top: 10px;
margin-bottom:10px;
}
A.NCBIProteinGI {
background-color:#EE9999;
padding:0px 2px 0px 2px;
margin:0px 2px 0px 2px;
font-weight:bold;
text-decoration:none;
}
.deletedRecord {
background-color:#EE9999;
color:#990000;
}
.buttonCancel {
margin-left: 60px;
}
.titlePane1 {
background-color:#2A4184;
margin: 7px 5px 2px 5px;
}
.titlePane2 {
background-color:#E4E4E4;
margin: 2px 5px 2px 5px;
}
.detailPane1 {
font-size: 12px;
margin: 2px 5px 2px 5px;
}
.styleSubject2 {
font-weight: bold;
}
.toc { font-size: 12px;}
a.toc:link {color: #111111;}
a.toc:visited {color: #111111;}
a.toc:hover {color: #111111; background-color:#DDDDDD}
a.toc:active {color: #111111;}
.homeIcon {
background-image: url(/images/logo_s.gif);
background-repeat: no-repeat;
width: 24px;
height: 20px;
}
.fasta {
font-family:"Courier New", Courier, monospace;
}
.darkred {
color:#990000;
} | 0.168754 | 0.051726 |
.icon {
background-image: url('sprite-communication-white.png');
}
.icon-ic_invert_colors_on_white_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}
.icon-ic_business_white_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
}
.icon-ic_call_made_white_24dp {
background-position: -5px -39px;
width: 24px;
height: 24px;
}
.icon-ic_call_merge_white_24dp {
background-position: -39px -39px;
width: 24px;
height: 24px;
}
.icon-ic_call_missed_white_24dp {
background-position: -73px -5px;
width: 24px;
height: 24px;
}
.icon-ic_call_received_white_24dp {
background-position: -73px -39px;
width: 24px;
height: 24px;
}
.icon-ic_call_split_white_24dp {
background-position: -5px -73px;
width: 24px;
height: 24px;
}
.icon-ic_call_white_24dp {
background-position: -39px -73px;
width: 24px;
height: 24px;
}
.icon-ic_chat_white_24dp {
background-position: -73px -73px;
width: 24px;
height: 24px;
}
.icon-ic_clear_all_white_24dp {
background-position: -107px -5px;
width: 24px;
height: 24px;
}
.icon-ic_comment_white_24dp {
background-position: -107px -39px;
width: 24px;
height: 24px;
}
.icon-ic_contacts_white_24dp {
background-position: -107px -73px;
width: 24px;
height: 24px;
}
.icon-ic_dialer_sip_white_24dp {
background-position: -5px -107px;
width: 24px;
height: 24px;
}
.icon-ic_dialpad_white_24dp {
background-position: -39px -107px;
width: 24px;
height: 24px;
}
.icon-ic_dnd_on_white_24dp {
background-position: -73px -107px;
width: 24px;
height: 24px;
}
.icon-ic_email_white_24dp {
background-position: -107px -107px;
width: 24px;
height: 24px;
}
.icon-ic_forum_white_24dp {
background-position: -141px -5px;
width: 24px;
height: 24px;
}
.icon-ic_import_export_white_24dp {
background-position: -141px -39px;
width: 24px;
height: 24px;
}
.icon-ic_invert_colors_off_white_24dp {
background-position: -141px -73px;
width: 24px;
height: 24px;
}
.icon-ic_call_end_white_24dp {
background-position: -141px -107px;
width: 24px;
height: 24px;
}
.icon-ic_live_help_white_24dp {
background-position: -5px -141px;
width: 24px;
height: 24px;
}
.icon-ic_location_off_white_24dp {
background-position: -39px -141px;
width: 24px;
height: 24px;
}
.icon-ic_location_on_white_24dp {
background-position: -73px -141px;
width: 24px;
height: 24px;
}
.icon-ic_message_white_24dp {
background-position: -107px -141px;
width: 24px;
height: 24px;
}
.icon-ic_messenger_white_24dp {
background-position: -141px -141px;
width: 24px;
height: 24px;
}
.icon-ic_no_sim_white_24dp {
background-position: -175px -5px;
width: 24px;
height: 24px;
}
.icon-ic_phone_white_24dp {
background-position: -175px -39px;
width: 24px;
height: 24px;
}
.icon-ic_portable_wifi_off_white_24dp {
background-position: -175px -73px;
width: 24px;
height: 24px;
}
.icon-ic_quick_contacts_dialer_white_24dp {
background-position: -175px -107px;
width: 24px;
height: 24px;
}
.icon-ic_quick_contacts_mail_white_24dp {
background-position: -175px -141px;
width: 24px;
height: 24px;
}
.icon-ic_ring_volume_white_24dp {
background-position: -5px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_current_landscape_white_24dp {
background-position: -39px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_current_portrait_white_24dp {
background-position: -73px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_primary_landscape_white_24dp {
background-position: -107px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_primary_portrait_white_24dp {
background-position: -141px -175px;
width: 24px;
height: 24px;
}
.icon-ic_swap_calls_white_24dp {
background-position: -175px -175px;
width: 24px;
height: 24px;
}
.icon-ic_textsms_white_24dp {
background-position: -209px -5px;
width: 24px;
height: 24px;
}
.icon-ic_voicemail_white_24dp {
background-position: -209px -39px;
width: 24px;
height: 24px;
}
.icon-ic_vpn_key_white_24dp {
background-position: -209px -73px;
width: 24px;
height: 24px;
} | material-design-icons-1.0.0/sprites/css-sprite/sprite-communication-white.css | .icon {
background-image: url('sprite-communication-white.png');
}
.icon-ic_invert_colors_on_white_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}
.icon-ic_business_white_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
}
.icon-ic_call_made_white_24dp {
background-position: -5px -39px;
width: 24px;
height: 24px;
}
.icon-ic_call_merge_white_24dp {
background-position: -39px -39px;
width: 24px;
height: 24px;
}
.icon-ic_call_missed_white_24dp {
background-position: -73px -5px;
width: 24px;
height: 24px;
}
.icon-ic_call_received_white_24dp {
background-position: -73px -39px;
width: 24px;
height: 24px;
}
.icon-ic_call_split_white_24dp {
background-position: -5px -73px;
width: 24px;
height: 24px;
}
.icon-ic_call_white_24dp {
background-position: -39px -73px;
width: 24px;
height: 24px;
}
.icon-ic_chat_white_24dp {
background-position: -73px -73px;
width: 24px;
height: 24px;
}
.icon-ic_clear_all_white_24dp {
background-position: -107px -5px;
width: 24px;
height: 24px;
}
.icon-ic_comment_white_24dp {
background-position: -107px -39px;
width: 24px;
height: 24px;
}
.icon-ic_contacts_white_24dp {
background-position: -107px -73px;
width: 24px;
height: 24px;
}
.icon-ic_dialer_sip_white_24dp {
background-position: -5px -107px;
width: 24px;
height: 24px;
}
.icon-ic_dialpad_white_24dp {
background-position: -39px -107px;
width: 24px;
height: 24px;
}
.icon-ic_dnd_on_white_24dp {
background-position: -73px -107px;
width: 24px;
height: 24px;
}
.icon-ic_email_white_24dp {
background-position: -107px -107px;
width: 24px;
height: 24px;
}
.icon-ic_forum_white_24dp {
background-position: -141px -5px;
width: 24px;
height: 24px;
}
.icon-ic_import_export_white_24dp {
background-position: -141px -39px;
width: 24px;
height: 24px;
}
.icon-ic_invert_colors_off_white_24dp {
background-position: -141px -73px;
width: 24px;
height: 24px;
}
.icon-ic_call_end_white_24dp {
background-position: -141px -107px;
width: 24px;
height: 24px;
}
.icon-ic_live_help_white_24dp {
background-position: -5px -141px;
width: 24px;
height: 24px;
}
.icon-ic_location_off_white_24dp {
background-position: -39px -141px;
width: 24px;
height: 24px;
}
.icon-ic_location_on_white_24dp {
background-position: -73px -141px;
width: 24px;
height: 24px;
}
.icon-ic_message_white_24dp {
background-position: -107px -141px;
width: 24px;
height: 24px;
}
.icon-ic_messenger_white_24dp {
background-position: -141px -141px;
width: 24px;
height: 24px;
}
.icon-ic_no_sim_white_24dp {
background-position: -175px -5px;
width: 24px;
height: 24px;
}
.icon-ic_phone_white_24dp {
background-position: -175px -39px;
width: 24px;
height: 24px;
}
.icon-ic_portable_wifi_off_white_24dp {
background-position: -175px -73px;
width: 24px;
height: 24px;
}
.icon-ic_quick_contacts_dialer_white_24dp {
background-position: -175px -107px;
width: 24px;
height: 24px;
}
.icon-ic_quick_contacts_mail_white_24dp {
background-position: -175px -141px;
width: 24px;
height: 24px;
}
.icon-ic_ring_volume_white_24dp {
background-position: -5px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_current_landscape_white_24dp {
background-position: -39px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_current_portrait_white_24dp {
background-position: -73px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_primary_landscape_white_24dp {
background-position: -107px -175px;
width: 24px;
height: 24px;
}
.icon-ic_stay_primary_portrait_white_24dp {
background-position: -141px -175px;
width: 24px;
height: 24px;
}
.icon-ic_swap_calls_white_24dp {
background-position: -175px -175px;
width: 24px;
height: 24px;
}
.icon-ic_textsms_white_24dp {
background-position: -209px -5px;
width: 24px;
height: 24px;
}
.icon-ic_voicemail_white_24dp {
background-position: -209px -39px;
width: 24px;
height: 24px;
}
.icon-ic_vpn_key_white_24dp {
background-position: -209px -73px;
width: 24px;
height: 24px;
} | 0.415136 | 0.051391 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Lato", sans-serif;
line-height: 1.6;
text-decoration: none !important;
}
h1,
h2 {
font-weight: 300;
line-height: 1.2;
margin: 10px 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
/*NAVBAR*/
.ml-auto {
margin-left: auto !important;
}
.mr-auto {
margin-right: auto !important;
}
.myCard {
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
padding: 20px;
margin: 10px;
}
.navbar {
color: #fff;
height: 70px;
}
.navbar ul {
display: flex;
}
.navbar a {
color: #fff;
padding: 10px;
margin: 0 5px;
}
.navbar a:hover {
border-bottom: 2px #fff solid;
color: white !important;
}
.navbar.flex {
justify-content: space-between;
}
.bolum1::after,
.bolum1::before {
bottom: 0px !important;
}
/*BÖLÜM 1*/
.bolum1 {
height: 400px;
}
.bolum1 .row {
align-items: center;
justify-content: center;
height: 60vh;
}
.bolum1 h3 {
font-size: 40px;
font-weight: 300;
}
.bolum1 .leftside {
animation: slideInFromLeft 1s ease-in;
}
.bolum1 .right-side {
position: relative;
border-radius: 10px;
height: 350px;
padding: 40px;
width: 400px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
z-index: 1;
top: 20px;
animation: slideInFromRight 1s ease-in;
}
.bolum1 .btn {
padding: 10px 30px !important;
cursor: pointer;
text-align: center;
display: inline-block;
}
.form-control {
margin: 30px 0;
}
.form-control {
border: 0 !important;
}
.right-side input[type="text"],
.right-side input[type="email"] {
border: 0;
border-bottom: 1px solid #b4becb;
width: 100%;
padding: 3x;
font-size: 16px;
}
/*BÖLÜM 2 */
.bolum2 {
margin-top: 100px;
animation: slideInFromTop 1s ease-in;
}
/*BÖLÜM 3*/
.bolum3.myCard {
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
padding: 10px;
margin: 10px;
}
.bolum3 .card2 {
margin-top: 5rem;
}
.bolum3 img {
width: 100%;
margin-top: 10px;
}
.bolum3 .myCard .card-text {
font-size: 24px;
}
/*BÖLÜM4*/
.bolum4 img {
max-width: 70% !important;
}
.bolum4 .btn {
padding: 10px 30px;
cursor: pointer;
}
/*BÖLÜM5*/
.bolum5 .myCard {
text-align: center;
margin: 18px 10px 40px;
}
.bolum5 .card-text {
font-weight: 700;
margin-bottom: 12px;
font-size: 24px;
}
/*FOOTER*/
footer {
background-color: #002240;
}
footer ul {
list-style: none;
}
footer .social-icons a {
color: #fff !important;
}
/*-----FEATURES-----*/
.features1 .head {
font-size: 4rem;
}
.features1 img {
width: 200px;
justify-self: flex-end;
}
/*FEATURES 2*/
.features2 img {
width: 300px;
justify-self: flex-end;
}
/*FEATURES 3*/
.features3 {
padding: 30px;
}
.features3 .myCard {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
padding: 25px;
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
margin: 10px;
}
.features3 .myCard i {
margin-right: 20px;
}
/*DOCS1*/
.docs1 .head {
font-size: 4rem;
}
.docs1 img {
width: 200px;
justify-self: flex-end;
}
/*DOCS2*/
.docs2 .myCard {
align-items: center;
padding: 10px 20px;
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
margin: 10px;
}
.docs2 .myCard ul {
padding-left: 0.6rem !important;
}
.docs2 .myCard a {
display: block;
text-decoration: none !important;
color: #333;
border-bottom: 1px #ccc solid;
font-size: 17px;
padding-bottom: 5px;
margin-bottom: 5px;
}
.docs2 .myCard a:hover {
color: black;
font-weight: 900;
}
.docs2 h3,
h4 {
font-weight: bold !important;
font-size: 1.17em !important;
}
.docs2 h3 {
margin-bottom: 20px !important;
}
#card2 {
padding-top: 20px !important;
}
#card2 .alert-success {
background-color: #5cb85c !important;
padding: 5px 5px !important;
font-weight: bold;
margin: 15px 0;
border-radius: 0 !important;
}
.docs2 .btn {
margin: 10px 10px 10px 0;
padding: 10px 30px;
}
#card2 .alert-dark {
background-color: #333;
padding: 5px 5px !important;
font-weight: bold;
margin: 15px 0;
border-radius: 0 !important;
}
#card2 .alert-dark code {
color: #fff;
padding: 10px;
}
/*MEDİA*/
@media (max-width: 500px) {
.bolum1::after,
.bolum1::before {
content: "";
position: absolute;
height: 100px;
bottom: 10px;
right: 0;
left: 0;
background: white;
transform: skewY(-3deg);
}
.navbar .flex {
flex-direction: column;
}
.navbar ul {
padding: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
.bolum1 .leftside {
margin-top: 40px !important;
}
.bolum1 .right-side {
margin-top: 10px;
}
}
@media only screen and (max-width: 992px) {
.right-side {
margin: auto;
margin-top: 60px;
}
.bolum1 {
height: 600px;
}
.bolum1::after,
.bolum1::before {
bottom: -20px !important;
}
.bolum1 .leftside {
text-align: center;
}
}
/*ANİMATİONS*/
@keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromRight {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
} | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Lato", sans-serif;
line-height: 1.6;
text-decoration: none !important;
}
h1,
h2 {
font-weight: 300;
line-height: 1.2;
margin: 10px 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
/*NAVBAR*/
.ml-auto {
margin-left: auto !important;
}
.mr-auto {
margin-right: auto !important;
}
.myCard {
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
padding: 20px;
margin: 10px;
}
.navbar {
color: #fff;
height: 70px;
}
.navbar ul {
display: flex;
}
.navbar a {
color: #fff;
padding: 10px;
margin: 0 5px;
}
.navbar a:hover {
border-bottom: 2px #fff solid;
color: white !important;
}
.navbar.flex {
justify-content: space-between;
}
.bolum1::after,
.bolum1::before {
bottom: 0px !important;
}
/*BÖLÜM 1*/
.bolum1 {
height: 400px;
}
.bolum1 .row {
align-items: center;
justify-content: center;
height: 60vh;
}
.bolum1 h3 {
font-size: 40px;
font-weight: 300;
}
.bolum1 .leftside {
animation: slideInFromLeft 1s ease-in;
}
.bolum1 .right-side {
position: relative;
border-radius: 10px;
height: 350px;
padding: 40px;
width: 400px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
z-index: 1;
top: 20px;
animation: slideInFromRight 1s ease-in;
}
.bolum1 .btn {
padding: 10px 30px !important;
cursor: pointer;
text-align: center;
display: inline-block;
}
.form-control {
margin: 30px 0;
}
.form-control {
border: 0 !important;
}
.right-side input[type="text"],
.right-side input[type="email"] {
border: 0;
border-bottom: 1px solid #b4becb;
width: 100%;
padding: 3x;
font-size: 16px;
}
/*BÖLÜM 2 */
.bolum2 {
margin-top: 100px;
animation: slideInFromTop 1s ease-in;
}
/*BÖLÜM 3*/
.bolum3.myCard {
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
padding: 10px;
margin: 10px;
}
.bolum3 .card2 {
margin-top: 5rem;
}
.bolum3 img {
width: 100%;
margin-top: 10px;
}
.bolum3 .myCard .card-text {
font-size: 24px;
}
/*BÖLÜM4*/
.bolum4 img {
max-width: 70% !important;
}
.bolum4 .btn {
padding: 10px 30px;
cursor: pointer;
}
/*BÖLÜM5*/
.bolum5 .myCard {
text-align: center;
margin: 18px 10px 40px;
}
.bolum5 .card-text {
font-weight: 700;
margin-bottom: 12px;
font-size: 24px;
}
/*FOOTER*/
footer {
background-color: #002240;
}
footer ul {
list-style: none;
}
footer .social-icons a {
color: #fff !important;
}
/*-----FEATURES-----*/
.features1 .head {
font-size: 4rem;
}
.features1 img {
width: 200px;
justify-self: flex-end;
}
/*FEATURES 2*/
.features2 img {
width: 300px;
justify-self: flex-end;
}
/*FEATURES 3*/
.features3 {
padding: 30px;
}
.features3 .myCard {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
padding: 25px;
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
margin: 10px;
}
.features3 .myCard i {
margin-right: 20px;
}
/*DOCS1*/
.docs1 .head {
font-size: 4rem;
}
.docs1 img {
width: 200px;
justify-self: flex-end;
}
/*DOCS2*/
.docs2 .myCard {
align-items: center;
padding: 10px 20px;
background-color: #fff;
color: #333;
border-radius: 10px;
box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
margin: 10px;
}
.docs2 .myCard ul {
padding-left: 0.6rem !important;
}
.docs2 .myCard a {
display: block;
text-decoration: none !important;
color: #333;
border-bottom: 1px #ccc solid;
font-size: 17px;
padding-bottom: 5px;
margin-bottom: 5px;
}
.docs2 .myCard a:hover {
color: black;
font-weight: 900;
}
.docs2 h3,
h4 {
font-weight: bold !important;
font-size: 1.17em !important;
}
.docs2 h3 {
margin-bottom: 20px !important;
}
#card2 {
padding-top: 20px !important;
}
#card2 .alert-success {
background-color: #5cb85c !important;
padding: 5px 5px !important;
font-weight: bold;
margin: 15px 0;
border-radius: 0 !important;
}
.docs2 .btn {
margin: 10px 10px 10px 0;
padding: 10px 30px;
}
#card2 .alert-dark {
background-color: #333;
padding: 5px 5px !important;
font-weight: bold;
margin: 15px 0;
border-radius: 0 !important;
}
#card2 .alert-dark code {
color: #fff;
padding: 10px;
}
/*MEDİA*/
@media (max-width: 500px) {
.bolum1::after,
.bolum1::before {
content: "";
position: absolute;
height: 100px;
bottom: 10px;
right: 0;
left: 0;
background: white;
transform: skewY(-3deg);
}
.navbar .flex {
flex-direction: column;
}
.navbar ul {
padding: 10px;
background-color: rgba(0, 0, 0, 0.1);
}
.bolum1 .leftside {
margin-top: 40px !important;
}
.bolum1 .right-side {
margin-top: 10px;
}
}
@media only screen and (max-width: 992px) {
.right-side {
margin: auto;
margin-top: 60px;
}
.bolum1 {
height: 600px;
}
.bolum1::after,
.bolum1::before {
bottom: -20px !important;
}
.bolum1 .leftside {
text-align: center;
}
}
/*ANİMATİONS*/
@keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromRight {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
} | 0.245537 | 0.066236 |
@media screen, projection {
body {
margin: 0px;
padding: 0px;
border: 0px;
line-height: 1.3em;
min-width: 1000px;
background-color: #D0D0D0;
color:#000;
}
img {
border: none;
}
p {
margin-top: 0.5em;
}
p.error {
color: #C00000;
margin-top: 0;
padding-top: 4px;
padding-bottom: 0px;
line-height: 12px;
text-align: center;
}
p.errorLeft {
color: #C00000;
margin-top: 0;
padding-top: 4px;
padding-bottom: 0px;
line-height: 12px;
text-align: left;
}
hr {
margin-top: 10px;
margin-right: 7px;
height: 2px;
color: #CCCCCC;
}
/* ---------- main page layout ------- */
div#wrap, div#wrapNewWindow {
font-family: Verdana, sans-serif;
font-size: 75%;
line-height: 1.3em;
margin: 0 auto;
padding-top: 15px;
padding-bottom: 1em;
background-color: #E8E8E8;
overflow: auto; /* Fix Moz bug */
}
div#wrap {
width: 1000px;
}
div#wrapNewWindow {
padding: 10px;
}
div.menu {
background: #F0F0F0;
padding: 10px;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #808080;
float: left;
width: 150px;
}
div.main {
float: right;
width: 785px;
padding-right: 10px;
padding-top: 10px;
}
/* ---------- h1, h2, h3, h4, h5, hr ---------- */
h1 {
font-family: arial, sans-serif;
font-weight: bold;
/* color: #669933; */
font-size: 200%;
display: block;
margin-top: 0px;
margin-bottom: 15px;
}
h2 {
font-family: arial, sans-serif;
font-weight: bold;
/* color: #669933; */
font-size: 140%;
display: block;
margin-top: 15px;
margin-bottom: 10px;
}
h3 {
font-weight: bold;
font-family: arial, sans-serif;
font-size: 120%;
display: block;
margin-top: 15px;
margin-bottom: 10px;
}
div.menu h3 {
margin-top: 0px;
}
h4 {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 110%;
color: #669933;
display: block;
margin-top: 10px;
}
table.menu h4 {
color: #202020;
font-style: italic;
}
h5 {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 100%;
margin-top: 0.5em;
}
/* ---------- tables --------------- */
table {
font-size: 1em; /* Fix IE screw up (not inheriting body font styles */
}
table.oddEven {
padding: 1em;
border-collapse: collapse;
}
table.oddEven td, th {
text-align: left;
border: 1px solid white;
padding-left: 3px;
padding-right: 3px;
}
table.oddEven tr.odd {
background-color: #F4f4F4;
}
table#memberSelect, table#membershipSelect {
table-layout: fixed;
width: 98%;
}
table#memberSelect col.col1 { width: 9%; }
table#memberSelect col.col2 { width: 18%; }
table#memberSelect col.col3 { width: 15%; }
table#memberSelect col.col4 { width: 45%; }
table#memberSelect col.col5 { width: 13%; }
table#memberSelect td:first-child { text-align: center; }
table#membershipSelect th { text-align: left; }
table#membershipSelect col.col1 { width: 9%; }
table#membershipSelect col.col2 { width: 6%; }
table#membershipSelect col.col3 { width: 33%; }
table#membershipSelect col.col4 { width: 52%; }
table#membershipSelect td:first-child { text-align: center; }
table.memberDataForm {
table-layout: fixed;
width: 70%;
}
table.memberDataForm td:first-child {
width: 31%;
}
table.memberDataForm textarea{
width: 97%;
}
table#textAreaInputs col.col1 { width: 20%;}
table.MemberInNewCouple {
width: 100%;
}
table#NewCoupleMembers {
width: 97%;
}
table.MemberInNewCouple col.col1 {
width: 35%;
}
table.MemberInNewCouple input, table.MemberInNewCouple textarea {
width: 96%;
}
table.MemberInNewCouple input.dateinput {
width: 60%;
}
table.MemberInNewCouple td.label {
padding-left: 12px;
}
table#NewCoupleMembershipFields {
table-layout: fixed;
width: 80%;
}
table#NewCoupleMembershipFields col.col1 {
width: 30%;
}
table#NewCoupleMembershipFields input, textarea {
width: 70%;
}
table#NewCoupleMembershipAreas {
width: 80%;
}
td.MenuSubhead {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 110%;
color: black;
padding-top: 15px;
padding-bottom: 8px;
}
table.QueryForm {
table-layout: fixed;
width: 100%;
}
table.QueryForm col.col1 { width: 13%; }
table.QueryForm col.col2 { width: 87%; }
table.tripNotificationsTable tr th:first-child { width: 20%; }
table.tripNotificationsTable td {
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}
/* ---------- navigation ---------- */
a {
color: #558822;
text-decoration: underline;
}
a.thumb img {
border: #558822 solid 2px;
}
a:hover {
color: black;
text-decoration: none;
}
td a {
line-height: 130%; /* Space out tables of anchors */
}
li {
margin-top: 0.3em;
margin-left: 3em;
}
ul {
margin-bottom: 0.5em;
}
/*-----forms----- */
.back_button {
padding-top: 8px;
margin-top: 8px;
}
textarea {
border: 1px solid #666666;
padding: 5px;
width: 70%;
font-family: Verdana, sans-serif;
font-size: 100%;
}
input[type=submit] {
width:80px;
}
textarea.UserQueryFormTA { width: 95%;}
/*----- footer ----- */
div.footer {
text-align: center;
padding-top:12px;
font-size: 70%;
}
} | public/css/ctcdbstyle.css |
@media screen, projection {
body {
margin: 0px;
padding: 0px;
border: 0px;
line-height: 1.3em;
min-width: 1000px;
background-color: #D0D0D0;
color:#000;
}
img {
border: none;
}
p {
margin-top: 0.5em;
}
p.error {
color: #C00000;
margin-top: 0;
padding-top: 4px;
padding-bottom: 0px;
line-height: 12px;
text-align: center;
}
p.errorLeft {
color: #C00000;
margin-top: 0;
padding-top: 4px;
padding-bottom: 0px;
line-height: 12px;
text-align: left;
}
hr {
margin-top: 10px;
margin-right: 7px;
height: 2px;
color: #CCCCCC;
}
/* ---------- main page layout ------- */
div#wrap, div#wrapNewWindow {
font-family: Verdana, sans-serif;
font-size: 75%;
line-height: 1.3em;
margin: 0 auto;
padding-top: 15px;
padding-bottom: 1em;
background-color: #E8E8E8;
overflow: auto; /* Fix Moz bug */
}
div#wrap {
width: 1000px;
}
div#wrapNewWindow {
padding: 10px;
}
div.menu {
background: #F0F0F0;
padding: 10px;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #808080;
float: left;
width: 150px;
}
div.main {
float: right;
width: 785px;
padding-right: 10px;
padding-top: 10px;
}
/* ---------- h1, h2, h3, h4, h5, hr ---------- */
h1 {
font-family: arial, sans-serif;
font-weight: bold;
/* color: #669933; */
font-size: 200%;
display: block;
margin-top: 0px;
margin-bottom: 15px;
}
h2 {
font-family: arial, sans-serif;
font-weight: bold;
/* color: #669933; */
font-size: 140%;
display: block;
margin-top: 15px;
margin-bottom: 10px;
}
h3 {
font-weight: bold;
font-family: arial, sans-serif;
font-size: 120%;
display: block;
margin-top: 15px;
margin-bottom: 10px;
}
div.menu h3 {
margin-top: 0px;
}
h4 {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 110%;
color: #669933;
display: block;
margin-top: 10px;
}
table.menu h4 {
color: #202020;
font-style: italic;
}
h5 {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 100%;
margin-top: 0.5em;
}
/* ---------- tables --------------- */
table {
font-size: 1em; /* Fix IE screw up (not inheriting body font styles */
}
table.oddEven {
padding: 1em;
border-collapse: collapse;
}
table.oddEven td, th {
text-align: left;
border: 1px solid white;
padding-left: 3px;
padding-right: 3px;
}
table.oddEven tr.odd {
background-color: #F4f4F4;
}
table#memberSelect, table#membershipSelect {
table-layout: fixed;
width: 98%;
}
table#memberSelect col.col1 { width: 9%; }
table#memberSelect col.col2 { width: 18%; }
table#memberSelect col.col3 { width: 15%; }
table#memberSelect col.col4 { width: 45%; }
table#memberSelect col.col5 { width: 13%; }
table#memberSelect td:first-child { text-align: center; }
table#membershipSelect th { text-align: left; }
table#membershipSelect col.col1 { width: 9%; }
table#membershipSelect col.col2 { width: 6%; }
table#membershipSelect col.col3 { width: 33%; }
table#membershipSelect col.col4 { width: 52%; }
table#membershipSelect td:first-child { text-align: center; }
table.memberDataForm {
table-layout: fixed;
width: 70%;
}
table.memberDataForm td:first-child {
width: 31%;
}
table.memberDataForm textarea{
width: 97%;
}
table#textAreaInputs col.col1 { width: 20%;}
table.MemberInNewCouple {
width: 100%;
}
table#NewCoupleMembers {
width: 97%;
}
table.MemberInNewCouple col.col1 {
width: 35%;
}
table.MemberInNewCouple input, table.MemberInNewCouple textarea {
width: 96%;
}
table.MemberInNewCouple input.dateinput {
width: 60%;
}
table.MemberInNewCouple td.label {
padding-left: 12px;
}
table#NewCoupleMembershipFields {
table-layout: fixed;
width: 80%;
}
table#NewCoupleMembershipFields col.col1 {
width: 30%;
}
table#NewCoupleMembershipFields input, textarea {
width: 70%;
}
table#NewCoupleMembershipAreas {
width: 80%;
}
td.MenuSubhead {
font-family: arial, sans-serif;
font-weight: bold;
font-size: 110%;
color: black;
padding-top: 15px;
padding-bottom: 8px;
}
table.QueryForm {
table-layout: fixed;
width: 100%;
}
table.QueryForm col.col1 { width: 13%; }
table.QueryForm col.col2 { width: 87%; }
table.tripNotificationsTable tr th:first-child { width: 20%; }
table.tripNotificationsTable td {
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}
/* ---------- navigation ---------- */
a {
color: #558822;
text-decoration: underline;
}
a.thumb img {
border: #558822 solid 2px;
}
a:hover {
color: black;
text-decoration: none;
}
td a {
line-height: 130%; /* Space out tables of anchors */
}
li {
margin-top: 0.3em;
margin-left: 3em;
}
ul {
margin-bottom: 0.5em;
}
/*-----forms----- */
.back_button {
padding-top: 8px;
margin-top: 8px;
}
textarea {
border: 1px solid #666666;
padding: 5px;
width: 70%;
font-family: Verdana, sans-serif;
font-size: 100%;
}
input[type=submit] {
width:80px;
}
textarea.UserQueryFormTA { width: 95%;}
/*----- footer ----- */
div.footer {
text-align: center;
padding-top:12px;
font-size: 70%;
}
} | 0.289171 | 0.052425 |
body{
font-family: "Open Sans", sans-serif;
color: #5a656e;
}
header{
background-color: #FAFBFC;
}
.date{
color:#F3F5FB;
font-size: 14px;
}
.logo-bg img{
width:8%;
}
.logo-bg span{
position: relative;
top:10px;
font-size: 40px;
font-family: fantasy;
}
/*Navigation*/
.menu{
background-color:#ffffff;
/* box-shadow: 0 5px 10px rgba(0,0,0,.2); */
}
.menu .title{
display: none;
font-family: sans-serif;
}
.menu .menu_search{
display: none;
}
.menu .navbar-nav .nav-item .nav-link {
padding: 0 1rem;
font-size: 1.1rem;
color: #000;
}
.menu .navbar-nav .nav-item .nav-link:hover {
transition: 0.3s;
color: blue;
}
.menu .navbar-nav .nav-item:last-child .nav-link {
padding-right: 0;
}
.menu .navbar-nav .nav-item .nav-link:before {
content: '';
position:absolute;
height: 2px;
width:0px;
bottom: 0px;
background: #BF2E97;
transition: all .5s ease;
}
.menu .navbar-nav .nav-item .nav-link:hover:before{
width: 8%;
}
ul li a{
font-size: 20px;
}
.dot {
height: 6px;
width: 6px;
margin-left: 3px;
margin-right: 3px;
margin-top: 2px !important;
background-color: rgb(207, 23, 23);
border-radius: 50%;
display: inline-block
}
/*search bar*/
.fa-search{
cursor: pointer;
}
.search_text{
width: 220px;
height: 30px;
outline: none;
border:1px solid #f21dc1;
}
.search-box{
background:#ffff;
position: absolute;
z-index: 99;
top:80px;
right:8%;
width: 350px;
height: 60px;
line-height: 60px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border-top:4px solid #f21dc1;
display: none;
}
.search-box:before{
content: "";
position: absolute;
top: -32px;
right: 13px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 14px solid transparent;
border-bottom: 14px solid #f21dc1;
}
/* Media Queries */
@media (max-width:1000px) {
.search_btn{
text-align: right;
margin-top: 0px;
}
header{
display: none;
}
.menu .title{
display: inline;
text-align: center;
}
.menu .title img{
height: 22px;
margin-right: 80px;
}
.menu .menu_search{
display: inline;
}
}
/**Carousel*/*/
.container-carousel{
/*margin-top:px;*/
}
h5 .post_title{
text-decoration:none;
color:#222;
font-size: 18px;
font-weight: 700;
}
.post_title:hover{
color: #f21dc1;
}
div.img-overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
}
.post_content p{
text-align: justify;
}
@media (max-width:600px) {
.post_content .p9{
display: none;
}
}
@media (max-width:1000px) {
.post_content .post_title{
font-size: 18px;
}
.post_content.content12{
display: none;
}
.deesar img{
width: 100%;
}
}
/*carousel end
*//*content*/
.content{
background-color: #FAFBFC;
}
.content .breakingNews{
margin-top: -30px;
}
/*right bar*/
.nav-pills li a:hover{
color: #f21dc1;
}
/*right end*/
.card-body a{
text-decoration: none;
font-size: 18px;
font-weight: 700;
color: #333;
}
.card-body a:hover{
color: brown;
}
.side_right{
}
.side_right a{
font-size: 15px;
color: #333;
text-decoration: none;
cursor: pointer;
}
.category_right {
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
padding: 15px;
}
.category_right a:hover {
color: #f21dc1;
}
.recent_post{
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
padding: 15px;
}
.header-fixed {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 99;
background-color:#FFFFFF;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
/*footer*/
footer{
/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);*/
box-shadow:inset 0px 2px 5px -5px #888;
background-color: #F3F5FB;
/*background-color: #999;*/
}
.footer_nav li{
list-style: none;
display: inline-block;
font-size:30px;
padding:1px;
color: #888;
cursor: pointer;
}
.footer_nav li:hover{
color: #f21dc1;
}
.wrapper:hover .fa-stack{
color:#f21dc1;
transition: 0.9s;
transform: rotate(360deg);
}
.footer_bottom{
}
.latest_img img{
border-radius:10%;
border:1px double #f21dc1;
cursor: pointer;
width: 90px;
}
/*footer end*/
table{
border-bottom: 1px solid #F3F5FB;
}
table:first-child{
border-bottom: 0px solid #F3F5FB;
}
table p{
font-size: 15px;
text-align: justify;
}
table img{
width:300px;
}
/*blog*/
.blog label {
padding: 10px;
text-align: justify;
/*background-color: #fff;
padding: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);*/
}
.blog label h6{
font-size: 14px;
font-family: Times new roman;
}
.blog a{
font-size: 18px;
text-decoration: none;
color: brown;
font-weight: 700;
}
.blog a:hover{
color: blue;
}
.latest_post_right {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
background: #fff;
padding: 10px;
}
.latest_post_right img{
width: 600px;
}
.table_latest_post{
border-bottom: 1px solid #F3F5FB;
}
.latest_post_right a{
text-decoration: none;
font-size: 15px;
}
.latest_post_right h6{
font-size: 18px;
padding: 5px;
}
.category_top{
margin-top: -33px;
font-family: sans-serif;
text-decoration:unset;
}
@media (max-width:1000px) {
.latest_post_right img{
width: 250px;
}
}
/*blog_detail*/
.blog_detail{
background-color: #fff;
padding: 25px;
}
.blog_detail h6{
font-size: 14px;
}
.blog_detail h4{
font-size: 28px;
}
.blog_detail p{
text-align: justify;
line-height: 35px;
}
/*nav*/
.sidenav{
display: block;
height: 100%;
color: #99;
top: 0;
z-index:99;
width: 0;
left: 0;
background-image: linear-gradient( 109.6deg, rgba(5,84,94,1) 16%, #bbb 91.1% );
position: fixed;
transition: 0.3s;
padding-top:60px;
overflow:hidden;
}
.sidenav a{
text-decoration: none;
color: #fff;
font-size: 20px;
padding: 8px 8px 8px 32px;
display: block;
transition: 0.5s;
}
.sidenav a:hover{
color: red;
}
.sidenav .closebtn{
margin-top:-70px;
font-size:25px;
float: right;
color: #fff;
}
@media screen and (max-height: 450px){
.sidenav{ padding-top: 15px; }
.sidenav a{font-size: 18px;}
}
.latest_news_right
{
background-color:#fff;
}
.latest_news_right table tr td{
padding: 5px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
display: none;
right: 15px;
bottom:15px;
z-index:0;
}
.back-to-top i {
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
width: 40px;
height: 40px;
border-radius: 50px;
background: #f21dc1;
color: #fff;
transition: all 0.4s;
}
/*-------------------------------------------------------------- | public/css/style.css | body{
font-family: "Open Sans", sans-serif;
color: #5a656e;
}
header{
background-color: #FAFBFC;
}
.date{
color:#F3F5FB;
font-size: 14px;
}
.logo-bg img{
width:8%;
}
.logo-bg span{
position: relative;
top:10px;
font-size: 40px;
font-family: fantasy;
}
/*Navigation*/
.menu{
background-color:#ffffff;
/* box-shadow: 0 5px 10px rgba(0,0,0,.2); */
}
.menu .title{
display: none;
font-family: sans-serif;
}
.menu .menu_search{
display: none;
}
.menu .navbar-nav .nav-item .nav-link {
padding: 0 1rem;
font-size: 1.1rem;
color: #000;
}
.menu .navbar-nav .nav-item .nav-link:hover {
transition: 0.3s;
color: blue;
}
.menu .navbar-nav .nav-item:last-child .nav-link {
padding-right: 0;
}
.menu .navbar-nav .nav-item .nav-link:before {
content: '';
position:absolute;
height: 2px;
width:0px;
bottom: 0px;
background: #BF2E97;
transition: all .5s ease;
}
.menu .navbar-nav .nav-item .nav-link:hover:before{
width: 8%;
}
ul li a{
font-size: 20px;
}
.dot {
height: 6px;
width: 6px;
margin-left: 3px;
margin-right: 3px;
margin-top: 2px !important;
background-color: rgb(207, 23, 23);
border-radius: 50%;
display: inline-block
}
/*search bar*/
.fa-search{
cursor: pointer;
}
.search_text{
width: 220px;
height: 30px;
outline: none;
border:1px solid #f21dc1;
}
.search-box{
background:#ffff;
position: absolute;
z-index: 99;
top:80px;
right:8%;
width: 350px;
height: 60px;
line-height: 60px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border-top:4px solid #f21dc1;
display: none;
}
.search-box:before{
content: "";
position: absolute;
top: -32px;
right: 13px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 14px solid transparent;
border-bottom: 14px solid #f21dc1;
}
/* Media Queries */
@media (max-width:1000px) {
.search_btn{
text-align: right;
margin-top: 0px;
}
header{
display: none;
}
.menu .title{
display: inline;
text-align: center;
}
.menu .title img{
height: 22px;
margin-right: 80px;
}
.menu .menu_search{
display: inline;
}
}
/**Carousel*/*/
.container-carousel{
/*margin-top:px;*/
}
h5 .post_title{
text-decoration:none;
color:#222;
font-size: 18px;
font-weight: 700;
}
.post_title:hover{
color: #f21dc1;
}
div.img-overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
}
.post_content p{
text-align: justify;
}
@media (max-width:600px) {
.post_content .p9{
display: none;
}
}
@media (max-width:1000px) {
.post_content .post_title{
font-size: 18px;
}
.post_content.content12{
display: none;
}
.deesar img{
width: 100%;
}
}
/*carousel end
*//*content*/
.content{
background-color: #FAFBFC;
}
.content .breakingNews{
margin-top: -30px;
}
/*right bar*/
.nav-pills li a:hover{
color: #f21dc1;
}
/*right end*/
.card-body a{
text-decoration: none;
font-size: 18px;
font-weight: 700;
color: #333;
}
.card-body a:hover{
color: brown;
}
.side_right{
}
.side_right a{
font-size: 15px;
color: #333;
text-decoration: none;
cursor: pointer;
}
.category_right {
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
padding: 15px;
}
.category_right a:hover {
color: #f21dc1;
}
.recent_post{
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
padding: 15px;
}
.header-fixed {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 99;
background-color:#FFFFFF;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
/*footer*/
footer{
/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);*/
box-shadow:inset 0px 2px 5px -5px #888;
background-color: #F3F5FB;
/*background-color: #999;*/
}
.footer_nav li{
list-style: none;
display: inline-block;
font-size:30px;
padding:1px;
color: #888;
cursor: pointer;
}
.footer_nav li:hover{
color: #f21dc1;
}
.wrapper:hover .fa-stack{
color:#f21dc1;
transition: 0.9s;
transform: rotate(360deg);
}
.footer_bottom{
}
.latest_img img{
border-radius:10%;
border:1px double #f21dc1;
cursor: pointer;
width: 90px;
}
/*footer end*/
table{
border-bottom: 1px solid #F3F5FB;
}
table:first-child{
border-bottom: 0px solid #F3F5FB;
}
table p{
font-size: 15px;
text-align: justify;
}
table img{
width:300px;
}
/*blog*/
.blog label {
padding: 10px;
text-align: justify;
/*background-color: #fff;
padding: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);*/
}
.blog label h6{
font-size: 14px;
font-family: Times new roman;
}
.blog a{
font-size: 18px;
text-decoration: none;
color: brown;
font-weight: 700;
}
.blog a:hover{
color: blue;
}
.latest_post_right {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
background: #fff;
padding: 10px;
}
.latest_post_right img{
width: 600px;
}
.table_latest_post{
border-bottom: 1px solid #F3F5FB;
}
.latest_post_right a{
text-decoration: none;
font-size: 15px;
}
.latest_post_right h6{
font-size: 18px;
padding: 5px;
}
.category_top{
margin-top: -33px;
font-family: sans-serif;
text-decoration:unset;
}
@media (max-width:1000px) {
.latest_post_right img{
width: 250px;
}
}
/*blog_detail*/
.blog_detail{
background-color: #fff;
padding: 25px;
}
.blog_detail h6{
font-size: 14px;
}
.blog_detail h4{
font-size: 28px;
}
.blog_detail p{
text-align: justify;
line-height: 35px;
}
/*nav*/
.sidenav{
display: block;
height: 100%;
color: #99;
top: 0;
z-index:99;
width: 0;
left: 0;
background-image: linear-gradient( 109.6deg, rgba(5,84,94,1) 16%, #bbb 91.1% );
position: fixed;
transition: 0.3s;
padding-top:60px;
overflow:hidden;
}
.sidenav a{
text-decoration: none;
color: #fff;
font-size: 20px;
padding: 8px 8px 8px 32px;
display: block;
transition: 0.5s;
}
.sidenav a:hover{
color: red;
}
.sidenav .closebtn{
margin-top:-70px;
font-size:25px;
float: right;
color: #fff;
}
@media screen and (max-height: 450px){
.sidenav{ padding-top: 15px; }
.sidenav a{font-size: 18px;}
}
.latest_news_right
{
background-color:#fff;
}
.latest_news_right table tr td{
padding: 5px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
display: none;
right: 15px;
bottom:15px;
z-index:0;
}
.back-to-top i {
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
width: 40px;
height: 40px;
border-radius: 50px;
background: #f21dc1;
color: #fff;
transition: all 0.4s;
}
/*-------------------------------------------------------------- | 0.168275 | 0.054299 |
.community-lessons-section,
.playlist-section,
.subscriptions-section {
background-color: #fff;
border-radius: 4px;
box-shadow: 0 0 4px #0000001a;
margin-bottom: 25px;
min-height: 215px;
opacity: 1;
padding: 0 0 30px 0;
width: 726px;
}
.community-lessons-section .summary-container,
.playlist-section .summary-container,
.subscriptions-section .summary-container {
margin: auto;
width: 656px;
}
.community-lessons-section .oppia-dashboard-intro-button,
.playlist-section .oppia-dashboard-intro-button,
.subscriptions-section .oppia-dashboard-intro-button {
left: 40px;
position: relative;
}
.community-lessons-section .pagination,
.playlist-section .pagination {
bottom: 10px;
display: block;
list-style: none;
padding-left: 0;
position: relative;
text-align: end;
width: 250px;
}
.community-lessons-section .pagination-bottom,
.playlist-section .pagination-bottom {
bottom: 10px;
display: block;
list-style: none;
padding-top: 25px;
position: relative;
right: 41px;
text-align: end;
}
.community-lessons-section .pagination-dot,
.playlist-section .pagination-dot {
background-color: rgba(65, 152, 137, 0.15);
border-radius: 50%;
bottom: 4px;
display: inline-block;
height: 25px;
margin: 0 10px;
position: relative;
width: 25px;
}
.community-lessons-section .pagination-number,
.playlist-section .pagination-number {
color: black;
font-size: 15px;
margin: 0 7px;
opacity: 1;
position: relative;
right: 1px;
}
.community-lessons-section .pagination-arrow,
.playlist-section .pagination-arrow {
color: #ccc;
font-size: 25px;
}
.community-lessons-section .dropbtn {
background-color: #fff;
border: 1px solid;
bottom: 23px;
font-size: 14px;
height: 24px;
margin-bottom: 20px;
position: relative;
right: -163px;
width: 104px;
}
.community-lessons-section .dropdown-icon {
float: right;
position: relative;
right: 5px;
top: 2px;
}
.community-lessons-section .dropdown {
display: inline-block;
height: 0;
position: relative;
}
.community-lessons-section .view-text {
bottom: 22px;
float: right;
font-size: 16px;
font-weight: 500;
position: relative;
}
.community-lessons-section .dropdown-content {
background-color: #fff;
box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
display: none;
max-width: 104px;
z-index: 1;
}
.community-lessons-section .dropdown-content a {
color: black;
display: block;
padding: 12px 16px;
text-decoration: none;
}
.community-lessons-section .dropdown-content a:hover {
background-color: #ddd;
}
.community-lessons-section .dropdown:hover .dropdown-content {
bottom: 43px;
display: block;
left: 164px;
margin-right: 0;
padding: 10px;
position: relative;
}
.community-lessons-section .lessons-title,
.playlist-section .lessons-title,
.subscriptions-section .lessons-title {
color: #00645c;
font-family: "Capriola", "Roboto", Arial, sans-serif;
font-size: 24px;
letter-spacing: 0;
margin-bottom: 0;
opacity: 1;
padding: 34px 40px;
text-align: left;
}
.community-lessons-section .oppia-summary-tile-container,
.playlist-section .oppia-summary-tile-container {
display: inline-block;
padding: 0 10px 30px 0;
}
.community-lessons-section .empty-section,
.playlist-section .empty-section,
.subscriptions-section .empty-section {
padding: 0 113px 0 40px;
}
.community-lessons-section .remove-icon,
.playlist-section .remove-icon {
color: white;
float: right;
font-size: 20px;
left: -7px;
margin-left: -26px;
margin-top: 10px;
position: relative;
width: 18px;
z-index: 20;
}
.subscriptions-section .oppia-impact-text {
font-size: 14.5px;
}
.subscriptions-section .oppia-subscription-card {
background-color: #fff;
display: inline-block;
height: 90px;
margin: 8px 4px;
padding: 0;
width: 191px;
}
.community-lessons-section .oppia-learner-dashboard-nonexistent-exploration,
.playlist-section .oppia-learner-dashboard-nonexistent-exploration {
display: block;
padding: 5px 7.5px;
}
.community-lessons-section .oppia-mobile-view-icon {
margin-right: 16px;
}
.subscriptions-section .oppia-subscription-container-list {
margin: 0 8px 0 4px;
padding: 0 10px 30px 0;
width: 197px;
}
.subscriptions-section .oppia-subscriptions-container {
margin: auto;
width: 656px;
}
.subscriptions-section .oppia-subscription-name {
font-size: 17.5px;
margin-bottom: 5px;
}
.community-lessons-section .oppia-toggle-button-section,
.playlist-section .oppia-toggle-button-section,
.subscriptions-section .oppia-toggle-button-section {
margin: auto;
padding: 0 98px;
width: 50%;
}
.community-lessons-section .oppia-toggle-btn,
.playlist-section .oppia-toggle-btn,
.subscriptions-section .oppia-toggle-btn {
color: #00645c;
font-size: 18px;
font-weight: 500;
letter-spacing: 0;
opacity: 1;
text-align: center;
text-transform: uppercase;
}
.community-lessons-section .sub-section-title {
color: #333;
font-size: 20px;
font-weight: 500;
letter-spacing: 0;
margin-bottom: 0;
opacity: 1;
padding: 0 0 12px 40px;
text-align: left;
}
@media screen and (max-width: 767px) {
.community-lessons-section,
.playlist-section,
.subscriptions-section {
margin: auto;
margin-bottom: 20px;
width: 296px;
}
.community-lessons-section {
margin-top: 35px;
}
.community-lessons-section .summary-container,
.playlist-section .summary-container,
.subscriptions-section .summary-container {
width: 256px;
}
.community-lessons-section .oppia-summary-tile-container,
.playlist-section .oppia-summary-tile-container {
width: 272px;
}
.community-lessons-section .oppia-mobile-summary-tile-container {
padding: 13px;
width: 310px;
}
.community-lessons-section .empty-section,
.playlist-section .empty-section,
.subscriptions-section .empty-section {
padding: 0 40px;
}
.community-lessons-section .lessons-title,
.playlist-section .lessons-title,
.subscriptions-section .lessons-title {
font-size: 17px;
padding: 34px 24px;
}
.subscriptions-section .oppia-subscriptions-container {
width: 205px;
}
.community-lessons-section .remove-icon,
.playlist-section .remove-icon {
left: -40px;
top: 2px;
}
.community-lessons-section .oppia-learner-dashboard-icon {
right: 44px;
top: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 800px) {
.community-lessons-section,
.playlist-section,
.subscriptions-section {
right: 117px;
width: 726px;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.community-lessons-section,
.playlist-section,
.subscriptions-section {
width: 726px;
}
.community-lessons-section {
margin-top: 35px;
}
.community-lessons-mobile-view {
display: flex;
margin: auto;
width: 650px;
}
.community-lessons-section .pagination-bottom,
.playlist-section .pagination-bottom {
display: none;
}
.community-lessons-section .oppia-mobile-summary-tile-container {
padding: 0 5px;
}
.community-lessons-section .pagination,
.playlist-section .pagination {
width: 670px;
}
.community-lessons-section .dropbtn {
left: 595px;
}
.community-lessons-section .dropdown:hover .dropdown-content {
left: 595px;
}
} | core/templates/pages/learner-dashboard-page/community-lessons-tab.component.css | .community-lessons-section,
.playlist-section,
.subscriptions-section {
background-color: #fff;
border-radius: 4px;
box-shadow: 0 0 4px #0000001a;
margin-bottom: 25px;
min-height: 215px;
opacity: 1;
padding: 0 0 30px 0;
width: 726px;
}
.community-lessons-section .summary-container,
.playlist-section .summary-container,
.subscriptions-section .summary-container {
margin: auto;
width: 656px;
}
.community-lessons-section .oppia-dashboard-intro-button,
.playlist-section .oppia-dashboard-intro-button,
.subscriptions-section .oppia-dashboard-intro-button {
left: 40px;
position: relative;
}
.community-lessons-section .pagination,
.playlist-section .pagination {
bottom: 10px;
display: block;
list-style: none;
padding-left: 0;
position: relative;
text-align: end;
width: 250px;
}
.community-lessons-section .pagination-bottom,
.playlist-section .pagination-bottom {
bottom: 10px;
display: block;
list-style: none;
padding-top: 25px;
position: relative;
right: 41px;
text-align: end;
}
.community-lessons-section .pagination-dot,
.playlist-section .pagination-dot {
background-color: rgba(65, 152, 137, 0.15);
border-radius: 50%;
bottom: 4px;
display: inline-block;
height: 25px;
margin: 0 10px;
position: relative;
width: 25px;
}
.community-lessons-section .pagination-number,
.playlist-section .pagination-number {
color: black;
font-size: 15px;
margin: 0 7px;
opacity: 1;
position: relative;
right: 1px;
}
.community-lessons-section .pagination-arrow,
.playlist-section .pagination-arrow {
color: #ccc;
font-size: 25px;
}
.community-lessons-section .dropbtn {
background-color: #fff;
border: 1px solid;
bottom: 23px;
font-size: 14px;
height: 24px;
margin-bottom: 20px;
position: relative;
right: -163px;
width: 104px;
}
.community-lessons-section .dropdown-icon {
float: right;
position: relative;
right: 5px;
top: 2px;
}
.community-lessons-section .dropdown {
display: inline-block;
height: 0;
position: relative;
}
.community-lessons-section .view-text {
bottom: 22px;
float: right;
font-size: 16px;
font-weight: 500;
position: relative;
}
.community-lessons-section .dropdown-content {
background-color: #fff;
box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
display: none;
max-width: 104px;
z-index: 1;
}
.community-lessons-section .dropdown-content a {
color: black;
display: block;
padding: 12px 16px;
text-decoration: none;
}
.community-lessons-section .dropdown-content a:hover {
background-color: #ddd;
}
.community-lessons-section .dropdown:hover .dropdown-content {
bottom: 43px;
display: block;
left: 164px;
margin-right: 0;
padding: 10px;
position: relative;
}
.community-lessons-section .lessons-title,
.playlist-section .lessons-title,
.subscriptions-section .lessons-title {
color: #00645c;
font-family: "Capriola", "Roboto", Arial, sans-serif;
font-size: 24px;
letter-spacing: 0;
margin-bottom: 0;
opacity: 1;
padding: 34px 40px;
text-align: left;
}
.community-lessons-section .oppia-summary-tile-container,
.playlist-section .oppia-summary-tile-container {
display: inline-block;
padding: 0 10px 30px 0;
}
.community-lessons-section .empty-section,
.playlist-section .empty-section,
.subscriptions-section .empty-section {
padding: 0 113px 0 40px;
}
.community-lessons-section .remove-icon,
.playlist-section .remove-icon {
color: white;
float: right;
font-size: 20px;
left: -7px;
margin-left: -26px;
margin-top: 10px;
position: relative;
width: 18px;
z-index: 20;
}
.subscriptions-section .oppia-impact-text {
font-size: 14.5px;
}
.subscriptions-section .oppia-subscription-card {
background-color: #fff;
display: inline-block;
height: 90px;
margin: 8px 4px;
padding: 0;
width: 191px;
}
.community-lessons-section .oppia-learner-dashboard-nonexistent-exploration,
.playlist-section .oppia-learner-dashboard-nonexistent-exploration {
display: block;
padding: 5px 7.5px;
}
.community-lessons-section .oppia-mobile-view-icon {
margin-right: 16px;
}
.subscriptions-section .oppia-subscription-container-list {
margin: 0 8px 0 4px;
padding: 0 10px 30px 0;
width: 197px;
}
.subscriptions-section .oppia-subscriptions-container {
margin: auto;
width: 656px;
}
.subscriptions-section .oppia-subscription-name {
font-size: 17.5px;
margin-bottom: 5px;
}
.community-lessons-section .oppia-toggle-button-section,
.playlist-section .oppia-toggle-button-section,
.subscriptions-section .oppia-toggle-button-section {
margin: auto;
padding: 0 98px;
width: 50%;
}
.community-lessons-section .oppia-toggle-btn,
.playlist-section .oppia-toggle-btn,
.subscriptions-section .oppia-toggle-btn {
color: #00645c;
font-size: 18px;
font-weight: 500;
letter-spacing: 0;
opacity: 1;
text-align: center;
text-transform: uppercase;
}
.community-lessons-section .sub-section-title {
color: #333;
font-size: 20px;
font-weight: 500;
letter-spacing: 0;
margin-bottom: 0;
opacity: 1;
padding: 0 0 12px 40px;
text-align: left;
}
@media screen and (max-width: 767px) {
.community-lessons-section,
.playlist-section,
.subscriptions-section {
margin: auto;
margin-bottom: 20px;
width: 296px;
}
.community-lessons-section {
margin-top: 35px;
}
.community-lessons-section .summary-container,
.playlist-section .summary-container,
.subscriptions-section .summary-container {
width: 256px;
}
.community-lessons-section .oppia-summary-tile-container,
.playlist-section .oppia-summary-tile-container {
width: 272px;
}
.community-lessons-section .oppia-mobile-summary-tile-container {
padding: 13px;
width: 310px;
}
.community-lessons-section .empty-section,
.playlist-section .empty-section,
.subscriptions-section .empty-section {
padding: 0 40px;
}
.community-lessons-section .lessons-title,
.playlist-section .lessons-title,
.subscriptions-section .lessons-title {
font-size: 17px;
padding: 34px 24px;
}
.subscriptions-section .oppia-subscriptions-container {
width: 205px;
}
.community-lessons-section .remove-icon,
.playlist-section .remove-icon {
left: -40px;
top: 2px;
}
.community-lessons-section .oppia-learner-dashboard-icon {
right: 44px;
top: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 800px) {
.community-lessons-section,
.playlist-section,
.subscriptions-section {
right: 117px;
width: 726px;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.community-lessons-section,
.playlist-section,
.subscriptions-section {
width: 726px;
}
.community-lessons-section {
margin-top: 35px;
}
.community-lessons-mobile-view {
display: flex;
margin: auto;
width: 650px;
}
.community-lessons-section .pagination-bottom,
.playlist-section .pagination-bottom {
display: none;
}
.community-lessons-section .oppia-mobile-summary-tile-container {
padding: 0 5px;
}
.community-lessons-section .pagination,
.playlist-section .pagination {
width: 670px;
}
.community-lessons-section .dropbtn {
left: 595px;
}
.community-lessons-section .dropdown:hover .dropdown-content {
left: 595px;
}
} | 0.406037 | 0.050611 |
@import url("https://fonts.googleapis.com/css?family=Mystery+Quest|Source+Code+Pro");
*, *::after, *::before {
box-sizing: border-box; }
body {
background-image: url("../img/stars.jpg");
height: 100%;
width: 100%;
background-size: cover;
display: flex;
justify-content: center;
flex-wrap: wrap;
font-family: "Source Code Pro", monospace;
color: white; }
h1 {
width: 100%;
color: white;
font-size: 65px;
text-shadow: 2px 6px 10px #FF0000;
margin: 20px 0px;
font-family: "Mystery Quest", cursive;
text-align: center; }
h3 {
font-family: "Source Code Pro", monospace;
color: white;
text-align: center;
font-size: 15px; }
label {
font-family: "Mystery Quest", cursive; }
input {
font-family: "Source Code Pro", monospace; }
p {
font-family: "Source Code Pro", monospace;
color: white; }
.output-area {
display: none; }
form {
display: flex;
justify-content: center;
width: 100%;
align-items: center; }
.big-form {
display: flex;
justify-content: center;
width: 100%;
flex-wrap: wrap; }
.big-form div {
display: flex;
justify-content: center;
width: 33%;
flex-direction: column; }
.big-form div label {
color: white;
align-self: center; }
input {
align-self: center;
width: 30%;
margin: 0 0 10px 0;
border-radius: 10%; }
div {
color: white; }
button {
width: auto;
height: auto;
font-size: 40px;
border-radius: 48%;
background: radial-gradient(pink, darkblue);
border: none;
margin: 10px 10px 0 0; }
.output-area {
background-color: rgba(19, 0, 77, 0.5);
margin: 20px;
padding: 10px;
border-radius: 10px; }
#output {
display: flex;
justify-content: center;
flex-wrap: wrap; }
.earth {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center; }
.earth img {
width: 30%; }
.earth .earth-age {
border: 1px solid rgba(19, 0, 77, 0.5);
border-radius: 10px;
background-color: rgba(204, 153, 255, 0.5);
min-height: 20px;
width: 50%; }
.earth .earth-stats {
width: 90%;
text-shadow: 2px 6px 10px #FF0000;
background-color: rgba(19, 0, 77, 0.5);
border-radius: 10px; }
.planet-stats {
width: 25%;
display: flex;
justify-content: center;
flex-direction: column; }
.planet-stats img {
width: 100px;
height: 100px;
align-self: center; }
.planet-stats div {
width: 90%;
min-height: 20px;
border: 1px solid rgba(19, 0, 77, 0.5);
border-radius: 10px;
background-color: rgba(204, 153, 255, 0.5); }
.banner {
background-color: rgba(0, 19, 77, 0.6);
background-size: cover;
width: 98%;
border-radius: 10px; }
/*# sourceMappingURL=styles.css.map */ | css/styles.css | @import url("https://fonts.googleapis.com/css?family=Mystery+Quest|Source+Code+Pro");
*, *::after, *::before {
box-sizing: border-box; }
body {
background-image: url("../img/stars.jpg");
height: 100%;
width: 100%;
background-size: cover;
display: flex;
justify-content: center;
flex-wrap: wrap;
font-family: "Source Code Pro", monospace;
color: white; }
h1 {
width: 100%;
color: white;
font-size: 65px;
text-shadow: 2px 6px 10px #FF0000;
margin: 20px 0px;
font-family: "Mystery Quest", cursive;
text-align: center; }
h3 {
font-family: "Source Code Pro", monospace;
color: white;
text-align: center;
font-size: 15px; }
label {
font-family: "Mystery Quest", cursive; }
input {
font-family: "Source Code Pro", monospace; }
p {
font-family: "Source Code Pro", monospace;
color: white; }
.output-area {
display: none; }
form {
display: flex;
justify-content: center;
width: 100%;
align-items: center; }
.big-form {
display: flex;
justify-content: center;
width: 100%;
flex-wrap: wrap; }
.big-form div {
display: flex;
justify-content: center;
width: 33%;
flex-direction: column; }
.big-form div label {
color: white;
align-self: center; }
input {
align-self: center;
width: 30%;
margin: 0 0 10px 0;
border-radius: 10%; }
div {
color: white; }
button {
width: auto;
height: auto;
font-size: 40px;
border-radius: 48%;
background: radial-gradient(pink, darkblue);
border: none;
margin: 10px 10px 0 0; }
.output-area {
background-color: rgba(19, 0, 77, 0.5);
margin: 20px;
padding: 10px;
border-radius: 10px; }
#output {
display: flex;
justify-content: center;
flex-wrap: wrap; }
.earth {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center; }
.earth img {
width: 30%; }
.earth .earth-age {
border: 1px solid rgba(19, 0, 77, 0.5);
border-radius: 10px;
background-color: rgba(204, 153, 255, 0.5);
min-height: 20px;
width: 50%; }
.earth .earth-stats {
width: 90%;
text-shadow: 2px 6px 10px #FF0000;
background-color: rgba(19, 0, 77, 0.5);
border-radius: 10px; }
.planet-stats {
width: 25%;
display: flex;
justify-content: center;
flex-direction: column; }
.planet-stats img {
width: 100px;
height: 100px;
align-self: center; }
.planet-stats div {
width: 90%;
min-height: 20px;
border: 1px solid rgba(19, 0, 77, 0.5);
border-radius: 10px;
background-color: rgba(204, 153, 255, 0.5); }
.banner {
background-color: rgba(0, 19, 77, 0.6);
background-size: cover;
width: 98%;
border-radius: 10px; }
/*# sourceMappingURL=styles.css.map */ | 0.396769 | 0.085251 |
@import url("https://fonts.googleapis.com/css?family=Raleway:400,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:500");
::-moz-selection {
background-color: #2256A1;
color: white;
}
::selection {
background-color: #2256A1;
color: white;
}
#site {
display: grid;
grid-template-rows: 3fr 2fr;
grid-template-columns: 4rem 1fr 1fr 5rem;
width: 90vw;
height: 90vh;
box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
background-color: #fff;
color: #000;
font-family: 'Raleway', sans-serif;
overflow: hidden;
}
#site * {
-webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}
#site {
--total: 4;
--scene: 1;
--percentage: calc(var(--scene) / var(--total));
}
input[name="scene"] {
position: absolute;
top: 0;
left: -100%;
visibility: hidden;
z-index: 5;
}
input[value="1"]:checked ~ #site {
--scene: 1;
}
input[value="2"]:checked ~ #site {
--scene: 2;
}
input[value="3"]:checked ~ #site {
--scene: 3;
}
input[value="4"]:checked ~ #site {
--scene: 4;
}
input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]),
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]),
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]),
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) {
pointer-events: none;
}
input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]) .heading, input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]) .paragraph, input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]) .fact,
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]) .heading,
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]) .paragraph,
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]) .fact,
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]) .heading,
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]) .paragraph,
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]) .fact,
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) .heading,
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) .paragraph,
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) .fact {
-webkit-transform: translateX(-25%);
transform: translateX(-25%);
opacity: 0;
}
input[value="1"]:checked ~ * [data-scene="1"] + [data-scene] .heading, input[value="1"]:checked ~ * [data-scene="1"] + [data-scene] .paragraph, input[value="1"]:checked ~ * [data-scene="1"] + [data-scene] .fact,
input[value="2"]:checked ~ * [data-scene="2"] + [data-scene] .heading,
input[value="2"]:checked ~ * [data-scene="2"] + [data-scene] .paragraph,
input[value="2"]:checked ~ * [data-scene="2"] + [data-scene] .fact,
input[value="3"]:checked ~ * [data-scene="3"] + [data-scene] .heading,
input[value="3"]:checked ~ * [data-scene="3"] + [data-scene] .paragraph,
input[value="3"]:checked ~ * [data-scene="3"] + [data-scene] .fact,
input[value="4"]:checked ~ * [data-scene="4"] + [data-scene] .heading,
input[value="4"]:checked ~ * [data-scene="4"] + [data-scene] .paragraph,
input[value="4"]:checked ~ * [data-scene="4"] + [data-scene] .fact {
-webkit-transform: translateX(25%);
transform: translateX(25%);
}
.ocean {
grid-row: 1 / 2;
grid-column: 1 / -1;
background-color: blue;
background-image: url(https://picsum.photos/1200/800?image=912);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.ocean-text {
display: inline-block;
white-space: nowrap;
font-size: 45vh;
text-transform: uppercase;
font-weight: bold;
font-family: 'Raleway', sans-serif;
position: relative;
background-image: url(https://picsum.photos/1200/800?image=909);
background-size: 160% auto;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
background-position: calc( 25% + (-50% * var(--percentage)) ) 0;
-webkit-transform: translateX(calc( 50% + ( -100% * var(--percentage) ) ));
transform: translateX(calc( 50% + ( -100% * var(--percentage) ) ));
}
.left-content {
float: left;
grid-row: 2 / 4;
grid-column: 2 / 3;
}
.left-content .layer {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: start;
align-items: flex-start;
}
.left-content .layer > .subtitle {
font-weight: bold;
color: #0D3D4D;
}
.left-content .layer > .subtitle, .left-content .layer > .description {
font-size: .75rem;
}
.left-content .layer > .subtitle, .left-content .layer > .number {
color: #0D3D4D;
}
.left-content .layer > .number {
font-size: 2rem;
font-weight: bold;
letter-spacing: -1px;
}
.right-content {
grid-row: 2 / 4;
grid-column: 3 / -1;
}
.right-content > .layer {
padding: 3rem 1rem;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
}
.right-content > .layer > .heading {
margin: 0;
font-size: 1rem;
color: #0D3D4D;
}
/* ---------------------------------- */
.slide-nav {
position: absolute;
bottom: 100%;
right: 0;
display: -webkit-box;
display: flex;
}
.nav-button {
display: inline-block;
padding: 0.5em 1em;
background: #F9FBFB;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: bold;
text-transform: uppercase;
overflow: hidden;
color: #8CAAB7;
}
.nav-button.-next {
color: #2D4451;
background: #CEDBE5;
}
.nav-button .nav-toggle {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.5s linear 0s;
transition: -webkit-transform 0.5s linear 0s;
transition: transform 0.5s linear 0s;
transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s;
z-index: 1;
}
input[value="1"]:checked ~ * .-next .nav-toggle:not([for="scene-2"]),
input[value="2"]:checked ~ * .-next .nav-toggle:not([for="scene-3"]),
input[value="3"]:checked ~ * .-next .nav-toggle:not([for="scene-4"]),
input[value="4"]:checked ~ * .-next .nav-toggle:not([for="scene-1"]),
input[value="1"]:checked ~ * .-prev .nav-toggle:not([for="scene-4"]),
input[value="2"]:checked ~ * .-prev .nav-toggle:not([for="scene-1"]),
input[value="3"]:checked ~ * .-prev .nav-toggle:not([for="scene-2"]),
input[value="4"]:checked ~ * .-prev .nav-toggle:not([for="scene-3"]) {
-webkit-transform: translateX(100%);
transform: translateX(100%);
z-index: 3;
-webkit-transition-delay: .5s !important;
transition-delay: .5s !important;
}
.top-nav {
grid-column: 2 / 3;
grid-row: 1 / 2;
margin-top: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
z-index: 2;
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 1em rgba(0, 0, 0, 0.4);
}
/* ---------------------------------- */
.left-side {
grid-row: 1 / 2;
grid-column: 2 / 3;
font-size: 4rem;
font-family: 'Oswald', sans-serif;
font-weight: 500;
overflow: hidden;
}
.page-numbers {
position: absolute;
bottom: 0;
left: 0;
height: 1em;
width: 100%;
display: -webkit-box;
display: flex;
-webkit-box-align: end;
align-items: flex-end;
overflow: hidden;
color: #FFF;
-webkit-transform: translateY(0.5rem);
transform: translateY(0.5rem);
}
.page-numbers:after {
content: "/ " attr(data-total);
font-size: 1rem;
position: absolute;
top: 0;
left: 4.2rem;
opacity: 0.7;
}
.page-number {
display: inline-block;
}
.page-number.-ones {
-webkit-transform: translateY(calc((var(--total) - var(--scene)) * (100% / var(--total))));
transform: translateY(calc((var(--total) - var(--scene)) * (100% / var(--total))));
}
.hero {
grid-row: 1 / 2;
grid-column: 3 / -1;
color: #FFF;
}
.hero > .layer {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: start;
align-items: flex-start;
}
.hero .heading {
text-transform: uppercase;
letter-spacing: 2px;
}
.hero .button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
padding: 1rem;
background-color: #0D3D4D;
color: white;
font-size: .6rem;
font-family: inherit;
}
.layer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
margin: auto;
}
*, *:before, *:after {
box-sizing: border-box;
position: relative;
}
body {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
} | gaypride/keyframesstyle.css | @import url("https://fonts.googleapis.com/css?family=Raleway:400,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:500");
::-moz-selection {
background-color: #2256A1;
color: white;
}
::selection {
background-color: #2256A1;
color: white;
}
#site {
display: grid;
grid-template-rows: 3fr 2fr;
grid-template-columns: 4rem 1fr 1fr 5rem;
width: 90vw;
height: 90vh;
box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
background-color: #fff;
color: #000;
font-family: 'Raleway', sans-serif;
overflow: hidden;
}
#site * {
-webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}
#site {
--total: 4;
--scene: 1;
--percentage: calc(var(--scene) / var(--total));
}
input[name="scene"] {
position: absolute;
top: 0;
left: -100%;
visibility: hidden;
z-index: 5;
}
input[value="1"]:checked ~ #site {
--scene: 1;
}
input[value="2"]:checked ~ #site {
--scene: 2;
}
input[value="3"]:checked ~ #site {
--scene: 3;
}
input[value="4"]:checked ~ #site {
--scene: 4;
}
input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]),
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]),
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]),
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) {
pointer-events: none;
}
input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]) .heading, input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]) .paragraph, input[value="1"]:checked ~ * [data-scene]:not([data-scene="1"]) .fact,
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]) .heading,
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]) .paragraph,
input[value="2"]:checked ~ * [data-scene]:not([data-scene="2"]) .fact,
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]) .heading,
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]) .paragraph,
input[value="3"]:checked ~ * [data-scene]:not([data-scene="3"]) .fact,
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) .heading,
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) .paragraph,
input[value="4"]:checked ~ * [data-scene]:not([data-scene="4"]) .fact {
-webkit-transform: translateX(-25%);
transform: translateX(-25%);
opacity: 0;
}
input[value="1"]:checked ~ * [data-scene="1"] + [data-scene] .heading, input[value="1"]:checked ~ * [data-scene="1"] + [data-scene] .paragraph, input[value="1"]:checked ~ * [data-scene="1"] + [data-scene] .fact,
input[value="2"]:checked ~ * [data-scene="2"] + [data-scene] .heading,
input[value="2"]:checked ~ * [data-scene="2"] + [data-scene] .paragraph,
input[value="2"]:checked ~ * [data-scene="2"] + [data-scene] .fact,
input[value="3"]:checked ~ * [data-scene="3"] + [data-scene] .heading,
input[value="3"]:checked ~ * [data-scene="3"] + [data-scene] .paragraph,
input[value="3"]:checked ~ * [data-scene="3"] + [data-scene] .fact,
input[value="4"]:checked ~ * [data-scene="4"] + [data-scene] .heading,
input[value="4"]:checked ~ * [data-scene="4"] + [data-scene] .paragraph,
input[value="4"]:checked ~ * [data-scene="4"] + [data-scene] .fact {
-webkit-transform: translateX(25%);
transform: translateX(25%);
}
.ocean {
grid-row: 1 / 2;
grid-column: 1 / -1;
background-color: blue;
background-image: url(https://picsum.photos/1200/800?image=912);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.ocean-text {
display: inline-block;
white-space: nowrap;
font-size: 45vh;
text-transform: uppercase;
font-weight: bold;
font-family: 'Raleway', sans-serif;
position: relative;
background-image: url(https://picsum.photos/1200/800?image=909);
background-size: 160% auto;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
background-position: calc( 25% + (-50% * var(--percentage)) ) 0;
-webkit-transform: translateX(calc( 50% + ( -100% * var(--percentage) ) ));
transform: translateX(calc( 50% + ( -100% * var(--percentage) ) ));
}
.left-content {
float: left;
grid-row: 2 / 4;
grid-column: 2 / 3;
}
.left-content .layer {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: start;
align-items: flex-start;
}
.left-content .layer > .subtitle {
font-weight: bold;
color: #0D3D4D;
}
.left-content .layer > .subtitle, .left-content .layer > .description {
font-size: .75rem;
}
.left-content .layer > .subtitle, .left-content .layer > .number {
color: #0D3D4D;
}
.left-content .layer > .number {
font-size: 2rem;
font-weight: bold;
letter-spacing: -1px;
}
.right-content {
grid-row: 2 / 4;
grid-column: 3 / -1;
}
.right-content > .layer {
padding: 3rem 1rem;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
}
.right-content > .layer > .heading {
margin: 0;
font-size: 1rem;
color: #0D3D4D;
}
/* ---------------------------------- */
.slide-nav {
position: absolute;
bottom: 100%;
right: 0;
display: -webkit-box;
display: flex;
}
.nav-button {
display: inline-block;
padding: 0.5em 1em;
background: #F9FBFB;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: bold;
text-transform: uppercase;
overflow: hidden;
color: #8CAAB7;
}
.nav-button.-next {
color: #2D4451;
background: #CEDBE5;
}
.nav-button .nav-toggle {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.5s linear 0s;
transition: -webkit-transform 0.5s linear 0s;
transition: transform 0.5s linear 0s;
transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s;
z-index: 1;
}
input[value="1"]:checked ~ * .-next .nav-toggle:not([for="scene-2"]),
input[value="2"]:checked ~ * .-next .nav-toggle:not([for="scene-3"]),
input[value="3"]:checked ~ * .-next .nav-toggle:not([for="scene-4"]),
input[value="4"]:checked ~ * .-next .nav-toggle:not([for="scene-1"]),
input[value="1"]:checked ~ * .-prev .nav-toggle:not([for="scene-4"]),
input[value="2"]:checked ~ * .-prev .nav-toggle:not([for="scene-1"]),
input[value="3"]:checked ~ * .-prev .nav-toggle:not([for="scene-2"]),
input[value="4"]:checked ~ * .-prev .nav-toggle:not([for="scene-3"]) {
-webkit-transform: translateX(100%);
transform: translateX(100%);
z-index: 3;
-webkit-transition-delay: .5s !important;
transition-delay: .5s !important;
}
.top-nav {
grid-column: 2 / 3;
grid-row: 1 / 2;
margin-top: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
z-index: 2;
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 1em rgba(0, 0, 0, 0.4);
}
/* ---------------------------------- */
.left-side {
grid-row: 1 / 2;
grid-column: 2 / 3;
font-size: 4rem;
font-family: 'Oswald', sans-serif;
font-weight: 500;
overflow: hidden;
}
.page-numbers {
position: absolute;
bottom: 0;
left: 0;
height: 1em;
width: 100%;
display: -webkit-box;
display: flex;
-webkit-box-align: end;
align-items: flex-end;
overflow: hidden;
color: #FFF;
-webkit-transform: translateY(0.5rem);
transform: translateY(0.5rem);
}
.page-numbers:after {
content: "/ " attr(data-total);
font-size: 1rem;
position: absolute;
top: 0;
left: 4.2rem;
opacity: 0.7;
}
.page-number {
display: inline-block;
}
.page-number.-ones {
-webkit-transform: translateY(calc((var(--total) - var(--scene)) * (100% / var(--total))));
transform: translateY(calc((var(--total) - var(--scene)) * (100% / var(--total))));
}
.hero {
grid-row: 1 / 2;
grid-column: 3 / -1;
color: #FFF;
}
.hero > .layer {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: start;
align-items: flex-start;
}
.hero .heading {
text-transform: uppercase;
letter-spacing: 2px;
}
.hero .button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
padding: 1rem;
background-color: #0D3D4D;
color: white;
font-size: .6rem;
font-family: inherit;
}
.layer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
margin: auto;
}
*, *:before, *:after {
box-sizing: border-box;
position: relative;
}
body {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
} | 0.241132 | 0.227899 |
@font-face {
font-family: 'existence_lightregular';
src: url('../fonts/existence-light.eot');
src: url('../fonts/existence-light.eot?#iefix') format('embedded-opentype'), url('../fonts/existence-light.woff') format('woff'), url('../fonts/existence-light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
img {
border:0px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {
display:none;
position:absolute;
}
ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs h1 {
float:left;
font-family: 'existence_lightregular';
font-size:96px;
color:#fff;
font-weight:normal;
padding:0px;
margin:0px;
width:100%;
line-height:100px;
text-shadow:0px 2px 2px #000000;
behavior: url("../js/PIE.htc");
}
ul.bjqs p {
float:left;
width:464px;
font-family:Myriad Pro;
font-size:20px;
color:#fff;
line-height:30px;
}
ul.bjqs label {
float:left;
width:960px;
padding: 20px 0 0 0px;
}
ul.bjqs p span {
background-image:url(../images/span-bg.jpg);
background-repeat:repeat-y;
}
ol.bjqs-markers {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ol.bjqs-markers li {
float:left;
}
/* demo styles */
#banner {
height:450px;
width:960px;
position:relative;
float:left;
margin-top:40px;
/*background-image:url(../images/map.png);*/
background-repeat:no-repeat;
}
ul.bjqs-controls li a {
display:block;
padding:5px 10px;
position:absolute;
color:#fd0100;
text-decoration:none;
text-transform:uppercase;
}
a.bjqs-prev {
left:0;
font-size:0px;
}
a.bjqs-next {
right:0;
font-size:0px;
}
ol.bjqs-markers {
position:absolute;
bottom:35px;
}
ol.bjqs-markers li {
float:left;
margin:0 3px;
}
ol.bjqs-markers li a {
display:block;
height:18px;
width:18px;
overflow:hidden;
text-indent:-9999px;
background:#020a1a;
border-radius:10px;
box-shadow:1px 1px 1px #235b9b;
behavior: url("../js/PIE.htc") !important;
}
ol.bjqs-markers li.active-marker a {
background:#fff;
height:14px;
width:14px;
border:2px solid #000;
background-image: url(../images/gol2.png);
float:left;
}
/*============================ EXTRA PAGE SLIDER CSS ================================*/
ul.bjqs_1 {
position:relative;
list-style:none;
padding:0;
margin:0;
float:left;
overflow:hidden;
display:none;
}
li.bjqs_1-slide {
display:none;
position:absolute;
}
ul.bjqs_1-controls {
list-style:none;
margin:0;
padding:0;
float:left;
width:500px;
height:50px;
z-index:9999;
}
ol.bjqs_1-markers {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ol.bjqs_1-markers li {
float:left;
}
/* demo styles */
ul.bjqs_1-controls li a {
display:block;
position:absolute;
color:#fd0100;
text-decoration:none;
text-transform:uppercase;
margin-top:355px;
}
a.bjqs_1-prev {
left:495px;
font-size:0px;
float:left;
background-image:url(../images/extra_img_prev.png);
background-position:0 0;
background-repeat:no-repeat;
width:23px;
height:44px;
}
a.bjqs_1-next {
right:530px;
font-size:0px;
background-image:url(../images/extra_img_next.png);
background-position:0 0;
background-repeat:no-repeat;
width:21px;
height:41px;
float:right;
}
ol.bjqs_1-markers {
float:left;
margin-top:-16px;
margin-left:400px;
}
ol.bjqs_1-markers li {
float:left;
margin:0 3px;
}
ol.bjqs_1-markers li a {
display:block;
height:20px;
width:21px;
overflow:hidden;
text-indent:-9999px;
background-image:url(../images/extra_img_round.png);
background-position:0 0;
background-repeat:no-repeat;
}
ol.bjqs_1-markers li.active-marker a {
height:21px;
width:20px;
background-image:url(../images/extra_img_round_active.png);
float:left;
} | themes/www/css/basic-jquery-slider.css | @font-face {
font-family: 'existence_lightregular';
src: url('../fonts/existence-light.eot');
src: url('../fonts/existence-light.eot?#iefix') format('embedded-opentype'), url('../fonts/existence-light.woff') format('woff'), url('../fonts/existence-light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
img {
border:0px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {
display:none;
position:absolute;
}
ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs h1 {
float:left;
font-family: 'existence_lightregular';
font-size:96px;
color:#fff;
font-weight:normal;
padding:0px;
margin:0px;
width:100%;
line-height:100px;
text-shadow:0px 2px 2px #000000;
behavior: url("../js/PIE.htc");
}
ul.bjqs p {
float:left;
width:464px;
font-family:Myriad Pro;
font-size:20px;
color:#fff;
line-height:30px;
}
ul.bjqs label {
float:left;
width:960px;
padding: 20px 0 0 0px;
}
ul.bjqs p span {
background-image:url(../images/span-bg.jpg);
background-repeat:repeat-y;
}
ol.bjqs-markers {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ol.bjqs-markers li {
float:left;
}
/* demo styles */
#banner {
height:450px;
width:960px;
position:relative;
float:left;
margin-top:40px;
/*background-image:url(../images/map.png);*/
background-repeat:no-repeat;
}
ul.bjqs-controls li a {
display:block;
padding:5px 10px;
position:absolute;
color:#fd0100;
text-decoration:none;
text-transform:uppercase;
}
a.bjqs-prev {
left:0;
font-size:0px;
}
a.bjqs-next {
right:0;
font-size:0px;
}
ol.bjqs-markers {
position:absolute;
bottom:35px;
}
ol.bjqs-markers li {
float:left;
margin:0 3px;
}
ol.bjqs-markers li a {
display:block;
height:18px;
width:18px;
overflow:hidden;
text-indent:-9999px;
background:#020a1a;
border-radius:10px;
box-shadow:1px 1px 1px #235b9b;
behavior: url("../js/PIE.htc") !important;
}
ol.bjqs-markers li.active-marker a {
background:#fff;
height:14px;
width:14px;
border:2px solid #000;
background-image: url(../images/gol2.png);
float:left;
}
/*============================ EXTRA PAGE SLIDER CSS ================================*/
ul.bjqs_1 {
position:relative;
list-style:none;
padding:0;
margin:0;
float:left;
overflow:hidden;
display:none;
}
li.bjqs_1-slide {
display:none;
position:absolute;
}
ul.bjqs_1-controls {
list-style:none;
margin:0;
padding:0;
float:left;
width:500px;
height:50px;
z-index:9999;
}
ol.bjqs_1-markers {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ol.bjqs_1-markers li {
float:left;
}
/* demo styles */
ul.bjqs_1-controls li a {
display:block;
position:absolute;
color:#fd0100;
text-decoration:none;
text-transform:uppercase;
margin-top:355px;
}
a.bjqs_1-prev {
left:495px;
font-size:0px;
float:left;
background-image:url(../images/extra_img_prev.png);
background-position:0 0;
background-repeat:no-repeat;
width:23px;
height:44px;
}
a.bjqs_1-next {
right:530px;
font-size:0px;
background-image:url(../images/extra_img_next.png);
background-position:0 0;
background-repeat:no-repeat;
width:21px;
height:41px;
float:right;
}
ol.bjqs_1-markers {
float:left;
margin-top:-16px;
margin-left:400px;
}
ol.bjqs_1-markers li {
float:left;
margin:0 3px;
}
ol.bjqs_1-markers li a {
display:block;
height:20px;
width:21px;
overflow:hidden;
text-indent:-9999px;
background-image:url(../images/extra_img_round.png);
background-position:0 0;
background-repeat:no-repeat;
}
ol.bjqs_1-markers li.active-marker a {
height:21px;
width:20px;
background-image:url(../images/extra_img_round_active.png);
float:left;
} | 0.232136 | 0.053675 |
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
height: 100%;
}
body {
height: 100%;
padding: 0;
margin: 0;
}
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 480px) {
.grid-container {
max-width: 640px;
}
}
@media (min-width: 960px) {
.grid-container {
max-width: 1024px;
}
}
@media (min-width: 1140px) {
.grid-container {
max-width: 1280px;
}
}
@media (min-width: 1280px) {
.grid-container {
max-width: 1440px;
}
}
.grid-container .colspan-1 {
grid-column: span 1;
}
.grid-container .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-2 {
grid-column: span 2;
}
.grid-container .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-3 {
grid-column: span 3;
}
.grid-container .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-4 {
grid-column: span 4;
}
.grid-container .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-5 {
grid-column: span 5;
}
.grid-container .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-6 {
grid-column: span 6;
}
.grid-container .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-7 {
grid-column: span 7;
}
.grid-container .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-8 {
grid-column: span 8;
}
.grid-container .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-9 {
grid-column: span 9;
}
.grid-container .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-10 {
grid-column: span 10;
}
.grid-container .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-11 {
grid-column: span 11;
}
.grid-container .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-12 {
grid-column: span 12;
}
.grid-container .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-start-12-end-12 {
grid-row: 12 / 13;
}
.grid-container .colspan-1 {
grid-column: span 1;
}
.grid-container .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-2 {
grid-column: span 2;
}
.grid-container .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-3 {
grid-column: span 3;
}
.grid-container .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-4 {
grid-column: span 4;
}
.grid-container .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-5 {
grid-column: span 5;
}
.grid-container .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-6 {
grid-column: span 6;
}
.grid-container .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-7 {
grid-column: span 7;
}
.grid-container .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-8 {
grid-column: span 8;
}
.grid-container .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-9 {
grid-column: span 9;
}
.grid-container .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-10 {
grid-column: span 10;
}
.grid-container .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-11 {
grid-column: span 11;
}
.grid-container .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-12 {
grid-column: span 12;
}
.grid-container .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-start-12-end-12 {
grid-row: 12 / 13;
}
@media (min-width: 480px) {
.grid-container .colspan-sm-1 {
grid-column: span 1;
}
.grid-container .col-sm-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-sm-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-sm-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-sm-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-sm-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-sm-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-sm-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-sm-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-sm-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-sm-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-sm-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-sm-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-sm-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-sm-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-sm-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-sm-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-sm-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-sm-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-sm-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-sm-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-sm-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-sm-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-sm-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-sm-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-sm-2 {
grid-column: span 2;
}
.grid-container .col-sm-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-sm-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-sm-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-sm-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-sm-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-sm-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-sm-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-sm-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-sm-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-sm-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-sm-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-sm-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-sm-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-sm-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-sm-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-sm-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-sm-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-sm-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-sm-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-sm-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-sm-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-sm-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-sm-3 {
grid-column: span 3;
}
.grid-container .col-sm-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-sm-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-sm-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-sm-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-sm-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-sm-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-sm-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-sm-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-sm-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-sm-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-sm-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-sm-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-sm-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-sm-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-sm-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-sm-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-sm-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-sm-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-sm-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-sm-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-sm-4 {
grid-column: span 4;
}
.grid-container .col-sm-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-sm-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-sm-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-sm-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-sm-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-sm-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-sm-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-sm-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-sm-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-sm-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-sm-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-sm-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-sm-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-sm-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-sm-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-sm-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-sm-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-sm-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-sm-5 {
grid-column: span 5;
}
.grid-container .col-sm-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-sm-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-sm-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-sm-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-sm-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-sm-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-sm-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-sm-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-sm-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-sm-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-sm-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-sm-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-sm-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-sm-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-sm-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-sm-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-sm-6 {
grid-column: span 6;
}
.grid-container .col-sm-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-sm-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-sm-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-sm-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-sm-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-sm-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-sm-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-sm-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-sm-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-sm-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-sm-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-sm-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-sm-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-sm-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-sm-7 {
grid-column: span 7;
}
.grid-container .col-sm-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-sm-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-sm-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-sm-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-sm-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-sm-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-sm-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-sm-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-sm-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-sm-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-sm-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-sm-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-sm-8 {
grid-column: span 8;
}
.grid-container .col-sm-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-sm-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-sm-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-sm-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-sm-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-sm-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-sm-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-sm-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-sm-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-sm-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-sm-9 {
grid-column: span 9;
}
.grid-container .col-sm-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-sm-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-sm-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-sm-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-sm-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-sm-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-sm-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-sm-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-sm-10 {
grid-column: span 10;
}
.grid-container .col-sm-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-sm-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-sm-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-sm-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-sm-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-sm-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-sm-11 {
grid-column: span 11;
}
.grid-container .col-sm-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-sm-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-sm-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-sm-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-sm-12 {
grid-column: span 12;
}
.grid-container .col-sm-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-sm-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 960px) {
.grid-container .colspan-md-1 {
grid-column: span 1;
}
.grid-container .col-md-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-md-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-md-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-md-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-md-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-md-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-md-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-md-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-md-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-md-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-md-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-md-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-md-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-md-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-md-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-md-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-md-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-md-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-md-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-md-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-md-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-md-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-md-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-md-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-md-2 {
grid-column: span 2;
}
.grid-container .col-md-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-md-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-md-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-md-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-md-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-md-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-md-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-md-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-md-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-md-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-md-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-md-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-md-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-md-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-md-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-md-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-md-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-md-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-md-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-md-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-md-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-md-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-md-3 {
grid-column: span 3;
}
.grid-container .col-md-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-md-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-md-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-md-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-md-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-md-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-md-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-md-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-md-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-md-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-md-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-md-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-md-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-md-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-md-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-md-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-md-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-md-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-md-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-md-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-md-4 {
grid-column: span 4;
}
.grid-container .col-md-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-md-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-md-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-md-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-md-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-md-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-md-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-md-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-md-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-md-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-md-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-md-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-md-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-md-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-md-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-md-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-md-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-md-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-md-5 {
grid-column: span 5;
}
.grid-container .col-md-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-md-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-md-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-md-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-md-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-md-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-md-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-md-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-md-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-md-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-md-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-md-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-md-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-md-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-md-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-md-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-md-6 {
grid-column: span 6;
}
.grid-container .col-md-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-md-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-md-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-md-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-md-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-md-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-md-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-md-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-md-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-md-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-md-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-md-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-md-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-md-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-md-7 {
grid-column: span 7;
}
.grid-container .col-md-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-md-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-md-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-md-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-md-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-md-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-md-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-md-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-md-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-md-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-md-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-md-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-md-8 {
grid-column: span 8;
}
.grid-container .col-md-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-md-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-md-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-md-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-md-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-md-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-md-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-md-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-md-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-md-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-md-9 {
grid-column: span 9;
}
.grid-container .col-md-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-md-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-md-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-md-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-md-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-md-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-md-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-md-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-md-10 {
grid-column: span 10;
}
.grid-container .col-md-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-md-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-md-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-md-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-md-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-md-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-md-11 {
grid-column: span 11;
}
.grid-container .col-md-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-md-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-md-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-md-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-md-12 {
grid-column: span 12;
}
.grid-container .col-md-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-md-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1140px) {
.grid-container .colspan-lg-1 {
grid-column: span 1;
}
.grid-container .col-lg-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-lg-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-lg-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-lg-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-lg-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-lg-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-lg-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-lg-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-lg-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-lg-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-lg-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-lg-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-lg-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-lg-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-lg-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-lg-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-lg-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-lg-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-lg-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-lg-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-lg-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-lg-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-lg-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-lg-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-lg-2 {
grid-column: span 2;
}
.grid-container .col-lg-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-lg-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-lg-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-lg-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-lg-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-lg-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-lg-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-lg-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-lg-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-lg-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-lg-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-lg-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-lg-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-lg-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-lg-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-lg-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-lg-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-lg-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-lg-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-lg-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-lg-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-lg-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-lg-3 {
grid-column: span 3;
}
.grid-container .col-lg-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-lg-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-lg-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-lg-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-lg-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-lg-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-lg-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-lg-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-lg-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-lg-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-lg-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-lg-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-lg-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-lg-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-lg-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-lg-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-lg-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-lg-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-lg-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-lg-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-lg-4 {
grid-column: span 4;
}
.grid-container .col-lg-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-lg-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-lg-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-lg-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-lg-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-lg-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-lg-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-lg-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-lg-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-lg-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-lg-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-lg-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-lg-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-lg-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-lg-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-lg-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-lg-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-lg-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-lg-5 {
grid-column: span 5;
}
.grid-container .col-lg-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-lg-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-lg-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-lg-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-lg-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-lg-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-lg-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-lg-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-lg-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-lg-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-lg-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-lg-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-lg-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-lg-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-lg-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-lg-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-lg-6 {
grid-column: span 6;
}
.grid-container .col-lg-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-lg-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-lg-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-lg-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-lg-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-lg-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-lg-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-lg-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-lg-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-lg-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-lg-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-lg-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-lg-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-lg-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-lg-7 {
grid-column: span 7;
}
.grid-container .col-lg-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-lg-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-lg-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-lg-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-lg-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-lg-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-lg-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-lg-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-lg-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-lg-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-lg-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-lg-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-lg-8 {
grid-column: span 8;
}
.grid-container .col-lg-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-lg-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-lg-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-lg-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-lg-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-lg-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-lg-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-lg-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-lg-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-lg-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-lg-9 {
grid-column: span 9;
}
.grid-container .col-lg-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-lg-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-lg-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-lg-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-lg-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-lg-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-lg-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-lg-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-lg-10 {
grid-column: span 10;
}
.grid-container .col-lg-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-lg-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-lg-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-lg-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-lg-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-lg-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-lg-11 {
grid-column: span 11;
}
.grid-container .col-lg-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-lg-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-lg-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-lg-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-lg-12 {
grid-column: span 12;
}
.grid-container .col-lg-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-lg-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1280px) {
.grid-container .colspan-xl-1 {
grid-column: span 1;
}
.grid-container .col-xl-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-xl-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-xl-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-xl-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-xl-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-xl-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-xl-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-xl-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-xl-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-xl-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-xl-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-xl-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-xl-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-xl-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-xl-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-xl-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-xl-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-xl-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-xl-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-xl-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-xl-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-xl-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-xl-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-xl-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-xl-2 {
grid-column: span 2;
}
.grid-container .col-xl-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-xl-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-xl-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-xl-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-xl-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-xl-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-xl-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-xl-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-xl-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-xl-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-xl-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-xl-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-xl-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-xl-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-xl-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-xl-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-xl-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-xl-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-xl-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-xl-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-xl-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-xl-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-xl-3 {
grid-column: span 3;
}
.grid-container .col-xl-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-xl-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-xl-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-xl-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-xl-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-xl-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-xl-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-xl-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-xl-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-xl-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-xl-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-xl-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-xl-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-xl-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-xl-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-xl-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-xl-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-xl-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-xl-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-xl-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-xl-4 {
grid-column: span 4;
}
.grid-container .col-xl-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-xl-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-xl-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-xl-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-xl-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-xl-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-xl-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-xl-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-xl-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-xl-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-xl-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-xl-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-xl-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-xl-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-xl-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-xl-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-xl-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-xl-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-xl-5 {
grid-column: span 5;
}
.grid-container .col-xl-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-xl-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-xl-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-xl-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-xl-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-xl-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-xl-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-xl-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-xl-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-xl-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-xl-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-xl-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-xl-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-xl-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-xl-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-xl-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-xl-6 {
grid-column: span 6;
}
.grid-container .col-xl-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-xl-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-xl-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-xl-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-xl-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-xl-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-xl-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-xl-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-xl-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-xl-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-xl-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-xl-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-xl-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-xl-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-xl-7 {
grid-column: span 7;
}
.grid-container .col-xl-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-xl-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-xl-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-xl-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-xl-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-xl-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-xl-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-xl-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-xl-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-xl-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-xl-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-xl-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-xl-8 {
grid-column: span 8;
}
.grid-container .col-xl-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-xl-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-xl-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-xl-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-xl-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-xl-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-xl-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-xl-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-xl-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-xl-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-xl-9 {
grid-column: span 9;
}
.grid-container .col-xl-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-xl-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-xl-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-xl-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-xl-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-xl-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-xl-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-xl-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-xl-10 {
grid-column: span 10;
}
.grid-container .col-xl-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-xl-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-xl-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-xl-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-xl-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-xl-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-xl-11 {
grid-column: span 11;
}
.grid-container .col-xl-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-xl-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-xl-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-xl-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-xl-12 {
grid-column: span 12;
}
.grid-container .col-xl-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-xl-start-12-end-12 {
grid-row: 12 / 13;
}
}
.grid-container.cols-1 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-2 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-3 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-4 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-5 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-6 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-7 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-8 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-9 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-10 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-11 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-12 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 480px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 960px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1140px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1280px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
.grid-container-fluid {
width: 100%;
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid .colspan-1 {
grid-column: span 1;
}
.grid-container-fluid .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-2 {
grid-column: span 2;
}
.grid-container-fluid .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-3 {
grid-column: span 3;
}
.grid-container-fluid .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-4 {
grid-column: span 4;
}
.grid-container-fluid .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-5 {
grid-column: span 5;
}
.grid-container-fluid .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-6 {
grid-column: span 6;
}
.grid-container-fluid .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-7 {
grid-column: span 7;
}
.grid-container-fluid .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-8 {
grid-column: span 8;
}
.grid-container-fluid .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-9 {
grid-column: span 9;
}
.grid-container-fluid .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-10 {
grid-column: span 10;
}
.grid-container-fluid .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-11 {
grid-column: span 11;
}
.grid-container-fluid .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-12 {
grid-column: span 12;
}
.grid-container-fluid .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-start-12-end-12 {
grid-row: 12 / 13;
}
.grid-container-fluid .colspan-1 {
grid-column: span 1;
}
.grid-container-fluid .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-2 {
grid-column: span 2;
}
.grid-container-fluid .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-3 {
grid-column: span 3;
}
.grid-container-fluid .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-4 {
grid-column: span 4;
}
.grid-container-fluid .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-5 {
grid-column: span 5;
}
.grid-container-fluid .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-6 {
grid-column: span 6;
}
.grid-container-fluid .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-7 {
grid-column: span 7;
}
.grid-container-fluid .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-8 {
grid-column: span 8;
}
.grid-container-fluid .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-9 {
grid-column: span 9;
}
.grid-container-fluid .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-10 {
grid-column: span 10;
}
.grid-container-fluid .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-11 {
grid-column: span 11;
}
.grid-container-fluid .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-12 {
grid-column: span 12;
}
.grid-container-fluid .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-start-12-end-12 {
grid-row: 12 / 13;
}
@media (min-width: 480px) {
.grid-container-fluid .colspan-sm-1 {
grid-column: span 1;
}
.grid-container-fluid .col-sm-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-sm-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-sm-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-sm-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-sm-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-sm-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-sm-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-sm-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-sm-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-sm-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-sm-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-sm-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-sm-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-sm-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-sm-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-sm-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-sm-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-sm-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-sm-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-sm-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-sm-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-sm-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-sm-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-sm-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-sm-2 {
grid-column: span 2;
}
.grid-container-fluid .col-sm-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-sm-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-sm-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-sm-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-sm-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-sm-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-sm-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-sm-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-sm-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-sm-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-sm-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-sm-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-sm-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-sm-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-sm-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-sm-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-sm-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-sm-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-sm-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-sm-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-sm-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-sm-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-sm-3 {
grid-column: span 3;
}
.grid-container-fluid .col-sm-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-sm-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-sm-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-sm-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-sm-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-sm-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-sm-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-sm-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-sm-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-sm-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-sm-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-sm-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-sm-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-sm-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-sm-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-sm-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-sm-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-sm-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-sm-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-sm-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-sm-4 {
grid-column: span 4;
}
.grid-container-fluid .col-sm-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-sm-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-sm-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-sm-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-sm-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-sm-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-sm-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-sm-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-sm-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-sm-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-sm-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-sm-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-sm-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-sm-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-sm-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-sm-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-sm-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-sm-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-sm-5 {
grid-column: span 5;
}
.grid-container-fluid .col-sm-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-sm-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-sm-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-sm-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-sm-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-sm-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-sm-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-sm-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-sm-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-sm-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-sm-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-sm-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-sm-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-sm-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-sm-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-sm-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-sm-6 {
grid-column: span 6;
}
.grid-container-fluid .col-sm-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-sm-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-sm-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-sm-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-sm-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-sm-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-sm-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-sm-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-sm-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-sm-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-sm-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-sm-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-sm-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-sm-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-sm-7 {
grid-column: span 7;
}
.grid-container-fluid .col-sm-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-sm-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-sm-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-sm-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-sm-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-sm-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-sm-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-sm-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-sm-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-sm-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-sm-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-sm-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-sm-8 {
grid-column: span 8;
}
.grid-container-fluid .col-sm-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-sm-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-sm-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-sm-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-sm-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-sm-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-sm-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-sm-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-sm-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-sm-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-sm-9 {
grid-column: span 9;
}
.grid-container-fluid .col-sm-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-sm-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-sm-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-sm-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-sm-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-sm-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-sm-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-sm-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-sm-10 {
grid-column: span 10;
}
.grid-container-fluid .col-sm-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-sm-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-sm-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-sm-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-sm-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-sm-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-sm-11 {
grid-column: span 11;
}
.grid-container-fluid .col-sm-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-sm-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-sm-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-sm-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-sm-12 {
grid-column: span 12;
}
.grid-container-fluid .col-sm-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-sm-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 960px) {
.grid-container-fluid .colspan-md-1 {
grid-column: span 1;
}
.grid-container-fluid .col-md-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-md-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-md-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-md-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-md-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-md-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-md-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-md-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-md-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-md-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-md-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-md-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-md-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-md-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-md-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-md-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-md-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-md-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-md-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-md-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-md-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-md-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-md-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-md-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-md-2 {
grid-column: span 2;
}
.grid-container-fluid .col-md-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-md-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-md-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-md-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-md-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-md-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-md-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-md-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-md-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-md-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-md-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-md-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-md-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-md-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-md-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-md-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-md-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-md-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-md-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-md-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-md-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-md-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-md-3 {
grid-column: span 3;
}
.grid-container-fluid .col-md-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-md-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-md-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-md-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-md-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-md-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-md-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-md-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-md-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-md-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-md-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-md-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-md-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-md-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-md-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-md-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-md-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-md-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-md-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-md-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-md-4 {
grid-column: span 4;
}
.grid-container-fluid .col-md-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-md-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-md-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-md-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-md-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-md-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-md-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-md-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-md-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-md-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-md-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-md-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-md-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-md-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-md-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-md-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-md-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-md-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-md-5 {
grid-column: span 5;
}
.grid-container-fluid .col-md-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-md-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-md-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-md-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-md-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-md-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-md-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-md-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-md-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-md-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-md-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-md-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-md-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-md-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-md-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-md-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-md-6 {
grid-column: span 6;
}
.grid-container-fluid .col-md-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-md-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-md-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-md-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-md-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-md-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-md-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-md-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-md-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-md-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-md-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-md-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-md-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-md-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-md-7 {
grid-column: span 7;
}
.grid-container-fluid .col-md-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-md-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-md-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-md-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-md-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-md-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-md-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-md-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-md-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-md-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-md-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-md-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-md-8 {
grid-column: span 8;
}
.grid-container-fluid .col-md-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-md-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-md-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-md-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-md-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-md-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-md-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-md-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-md-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-md-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-md-9 {
grid-column: span 9;
}
.grid-container-fluid .col-md-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-md-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-md-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-md-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-md-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-md-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-md-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-md-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-md-10 {
grid-column: span 10;
}
.grid-container-fluid .col-md-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-md-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-md-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-md-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-md-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-md-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-md-11 {
grid-column: span 11;
}
.grid-container-fluid .col-md-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-md-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-md-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-md-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-md-12 {
grid-column: span 12;
}
.grid-container-fluid .col-md-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-md-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1140px) {
.grid-container-fluid .colspan-lg-1 {
grid-column: span 1;
}
.grid-container-fluid .col-lg-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-lg-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-lg-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-lg-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-lg-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-lg-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-lg-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-lg-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-lg-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-lg-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-lg-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-lg-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-lg-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-lg-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-lg-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-lg-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-lg-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-lg-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-lg-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-lg-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-lg-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-lg-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-lg-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-lg-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-lg-2 {
grid-column: span 2;
}
.grid-container-fluid .col-lg-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-lg-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-lg-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-lg-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-lg-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-lg-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-lg-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-lg-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-lg-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-lg-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-lg-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-lg-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-lg-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-lg-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-lg-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-lg-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-lg-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-lg-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-lg-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-lg-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-lg-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-lg-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-lg-3 {
grid-column: span 3;
}
.grid-container-fluid .col-lg-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-lg-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-lg-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-lg-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-lg-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-lg-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-lg-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-lg-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-lg-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-lg-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-lg-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-lg-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-lg-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-lg-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-lg-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-lg-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-lg-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-lg-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-lg-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-lg-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-lg-4 {
grid-column: span 4;
}
.grid-container-fluid .col-lg-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-lg-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-lg-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-lg-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-lg-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-lg-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-lg-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-lg-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-lg-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-lg-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-lg-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-lg-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-lg-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-lg-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-lg-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-lg-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-lg-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-lg-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-lg-5 {
grid-column: span 5;
}
.grid-container-fluid .col-lg-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-lg-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-lg-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-lg-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-lg-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-lg-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-lg-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-lg-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-lg-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-lg-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-lg-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-lg-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-lg-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-lg-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-lg-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-lg-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-lg-6 {
grid-column: span 6;
}
.grid-container-fluid .col-lg-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-lg-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-lg-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-lg-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-lg-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-lg-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-lg-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-lg-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-lg-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-lg-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-lg-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-lg-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-lg-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-lg-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-lg-7 {
grid-column: span 7;
}
.grid-container-fluid .col-lg-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-lg-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-lg-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-lg-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-lg-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-lg-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-lg-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-lg-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-lg-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-lg-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-lg-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-lg-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-lg-8 {
grid-column: span 8;
}
.grid-container-fluid .col-lg-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-lg-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-lg-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-lg-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-lg-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-lg-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-lg-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-lg-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-lg-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-lg-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-lg-9 {
grid-column: span 9;
}
.grid-container-fluid .col-lg-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-lg-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-lg-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-lg-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-lg-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-lg-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-lg-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-lg-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-lg-10 {
grid-column: span 10;
}
.grid-container-fluid .col-lg-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-lg-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-lg-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-lg-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-lg-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-lg-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-lg-11 {
grid-column: span 11;
}
.grid-container-fluid .col-lg-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-lg-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-lg-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-lg-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-lg-12 {
grid-column: span 12;
}
.grid-container-fluid .col-lg-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-lg-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1280px) {
.grid-container-fluid .colspan-xl-1 {
grid-column: span 1;
}
.grid-container-fluid .col-xl-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-xl-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-xl-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-xl-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-xl-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-xl-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-xl-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-xl-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-xl-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-xl-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-xl-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-xl-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-xl-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-xl-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-xl-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-xl-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-xl-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-xl-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-xl-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-xl-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-xl-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-xl-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-xl-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-xl-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-xl-2 {
grid-column: span 2;
}
.grid-container-fluid .col-xl-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-xl-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-xl-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-xl-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-xl-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-xl-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-xl-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-xl-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-xl-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-xl-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-xl-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-xl-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-xl-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-xl-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-xl-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-xl-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-xl-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-xl-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-xl-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-xl-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-xl-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-xl-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-xl-3 {
grid-column: span 3;
}
.grid-container-fluid .col-xl-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-xl-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-xl-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-xl-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-xl-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-xl-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-xl-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-xl-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-xl-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-xl-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-xl-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-xl-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-xl-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-xl-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-xl-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-xl-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-xl-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-xl-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-xl-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-xl-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-xl-4 {
grid-column: span 4;
}
.grid-container-fluid .col-xl-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-xl-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-xl-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-xl-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-xl-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-xl-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-xl-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-xl-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-xl-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-xl-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-xl-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-xl-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-xl-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-xl-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-xl-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-xl-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-xl-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-xl-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-xl-5 {
grid-column: span 5;
}
.grid-container-fluid .col-xl-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-xl-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-xl-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-xl-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-xl-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-xl-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-xl-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-xl-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-xl-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-xl-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-xl-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-xl-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-xl-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-xl-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-xl-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-xl-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-xl-6 {
grid-column: span 6;
}
.grid-container-fluid .col-xl-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-xl-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-xl-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-xl-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-xl-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-xl-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-xl-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-xl-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-xl-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-xl-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-xl-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-xl-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-xl-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-xl-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-xl-7 {
grid-column: span 7;
}
.grid-container-fluid .col-xl-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-xl-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-xl-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-xl-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-xl-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-xl-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-xl-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-xl-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-xl-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-xl-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-xl-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-xl-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-xl-8 {
grid-column: span 8;
}
.grid-container-fluid .col-xl-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-xl-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-xl-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-xl-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-xl-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-xl-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-xl-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-xl-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-xl-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-xl-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-xl-9 {
grid-column: span 9;
}
.grid-container-fluid .col-xl-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-xl-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-xl-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-xl-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-xl-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-xl-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-xl-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-xl-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-xl-10 {
grid-column: span 10;
}
.grid-container-fluid .col-xl-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-xl-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-xl-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-xl-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-xl-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-xl-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-xl-11 {
grid-column: span 11;
}
.grid-container-fluid .col-xl-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-xl-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-xl-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-xl-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-xl-12 {
grid-column: span 12;
}
.grid-container-fluid .col-xl-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-xl-start-12-end-12 {
grid-row: 12 / 13;
}
}
.grid-container-fluid.cols-1 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-2 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-3 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-4 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-5 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-6 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-7 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-8 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-9 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-10 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-11 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-12 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 480px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 960px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1140px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1280px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
.custom-grid {
display: grid;
grid-gap: var(--gap);
grid-template-columns: repeat(var(--cols-number), minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-item {
box-sizing: border-box;
padding: 10px;
}
.grid-item.no-padding {
padding: 0;
}
.layout-1 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-areas: "head head" "main main";
}
.layout-1 header {
grid-area: head;
}
.layout-1 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1 > nav {
grid-area: nav;
}
.layout-1 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > aside {
grid-area: aside;
}
.layout-1 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > main {
grid-area: main;
}
.layout-1 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > footer {
grid-area: foot;
}
.layout-2 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr;
grid-template-areas: "head head" "nav main";
}
.layout-2 header {
grid-area: head;
}
.layout-2 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2 > nav {
grid-area: nav;
}
.layout-2 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > aside {
grid-area: aside;
}
.layout-2 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > main {
grid-area: main;
}
.layout-2 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > footer {
grid-area: foot;
}
.layout-3 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr;
grid-template-areas: "nav head" "nav main";
}
.layout-3 header {
grid-area: head;
}
.layout-3 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3 > nav {
grid-area: nav;
}
.layout-3 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > aside {
grid-area: aside;
}
.layout-3 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > main {
grid-area: main;
}
.layout-3 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > footer {
grid-area: foot;
}
.layout-4 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr;
grid-template-areas: "head head" "nav main" "foot foot";
}
.layout-4 header {
grid-area: head;
}
.layout-4 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4 > nav {
grid-area: nav;
}
.layout-4 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > aside {
grid-area: aside;
}
.layout-4 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > main {
grid-area: main;
}
.layout-4 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > footer {
grid-area: foot;
}
.layout-5 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr;
grid-template-areas: "head head" "nav main" "nav foot";
}
.layout-5 header {
grid-area: head;
}
.layout-5 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5 > nav {
grid-area: nav;
}
.layout-5 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > aside {
grid-area: aside;
}
.layout-5 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > main {
grid-area: main;
}
.layout-5 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > footer {
grid-area: foot;
}
.layout-6 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr;
grid-template-areas: "nav head" "nav main" "nav foot";
}
.layout-6 header {
grid-area: head;
}
.layout-6 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6 > nav {
grid-area: nav;
}
.layout-6 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > aside {
grid-area: aside;
}
.layout-6 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > main {
grid-area: main;
}
.layout-6 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > footer {
grid-area: foot;
}
.layout-7 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "head head head" "nav main aside" "foot foot foot";
}
.layout-7 header {
grid-area: head;
}
.layout-7 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7 > nav {
grid-area: nav;
}
.layout-7 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > aside {
grid-area: aside;
}
.layout-7 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > main {
grid-area: main;
}
.layout-7 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > footer {
grid-area: foot;
}
.layout-8 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "head head head" "nav main aside";
}
.layout-8 header {
grid-area: head;
}
.layout-8 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8 > nav {
grid-area: nav;
}
.layout-8 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > aside {
grid-area: aside;
}
.layout-8 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > main {
grid-area: main;
}
.layout-8 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > footer {
grid-area: foot;
}
.layout-9 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "nav head head" "nav main aside";
}
.layout-9 header {
grid-area: head;
}
.layout-9 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9 > nav {
grid-area: nav;
}
.layout-9 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > aside {
grid-area: aside;
}
.layout-9 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > main {
grid-area: main;
}
.layout-9 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > footer {
grid-area: foot;
}
.layout-10 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "nav head head" "nav main aside" "nav foot foot";
}
.layout-10 header {
grid-area: head;
}
.layout-10 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10 > nav {
grid-area: nav;
}
.layout-10 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > aside {
grid-area: aside;
}
.layout-10 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > main {
grid-area: main;
}
.layout-10 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > footer {
grid-area: foot;
}
@media (max-width: 959.98px) {
.layout-1 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1 header {
grid-area: head;
}
.layout-1 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1 > nav {
grid-area: nav;
}
.layout-1 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > aside {
grid-area: aside;
}
.layout-1 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > main {
grid-area: main;
}
.layout-1 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > footer {
grid-area: foot;
}
.layout-2 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main";
}
.layout-2 header {
grid-area: head;
}
.layout-2 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2 > nav {
grid-area: nav;
}
.layout-2 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > aside {
grid-area: aside;
}
.layout-2 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > main {
grid-area: main;
}
.layout-2 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > footer {
grid-area: foot;
}
.layout-3 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main";
}
.layout-3 header {
grid-area: head;
}
.layout-3 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3 > nav {
grid-area: nav;
}
.layout-3 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > aside {
grid-area: aside;
}
.layout-3 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > main {
grid-area: main;
}
.layout-3 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > footer {
grid-area: foot;
}
.layout-4 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "foot";
}
.layout-4 header {
grid-area: head;
}
.layout-4 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4 > nav {
grid-area: nav;
}
.layout-4 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > aside {
grid-area: aside;
}
.layout-4 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > main {
grid-area: main;
}
.layout-4 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > footer {
grid-area: foot;
}
.layout-5 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "foot";
}
.layout-5 header {
grid-area: head;
}
.layout-5 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5 > nav {
grid-area: nav;
}
.layout-5 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > aside {
grid-area: aside;
}
.layout-5 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > main {
grid-area: main;
}
.layout-5 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > footer {
grid-area: foot;
}
.layout-6 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "foot";
}
.layout-6 header {
grid-area: head;
}
.layout-6 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6 > nav {
grid-area: nav;
}
.layout-6 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > aside {
grid-area: aside;
}
.layout-6 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > main {
grid-area: main;
}
.layout-6 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > footer {
grid-area: foot;
}
.layout-7 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside" "foot";
}
.layout-7 header {
grid-area: head;
}
.layout-7 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7 > nav {
grid-area: nav;
}
.layout-7 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > aside {
grid-area: aside;
}
.layout-7 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > main {
grid-area: main;
}
.layout-7 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > footer {
grid-area: foot;
}
.layout-8 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside";
}
.layout-8 header {
grid-area: head;
}
.layout-8 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8 > nav {
grid-area: nav;
}
.layout-8 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > aside {
grid-area: aside;
}
.layout-8 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > main {
grid-area: main;
}
.layout-8 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > footer {
grid-area: foot;
}
.layout-9 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside";
}
.layout-9 header {
grid-area: head;
}
.layout-9 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9 > nav {
grid-area: nav;
}
.layout-9 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > aside {
grid-area: aside;
}
.layout-9 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > main {
grid-area: main;
}
.layout-9 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > footer {
grid-area: foot;
}
.layout-10 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside" "foot";
}
.layout-10 header {
grid-area: head;
}
.layout-10 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10 > nav {
grid-area: nav;
}
.layout-10 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > aside {
grid-area: aside;
}
.layout-10 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > main {
grid-area: main;
}
.layout-10 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > footer {
grid-area: foot;
}
}
@media (max-width: 959.98px) {
.layout-1.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-sm header {
grid-area: head;
}
.layout-1.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-1.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-1.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-sm > main {
grid-area: main;
}
.layout-1.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-2.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-sm header {
grid-area: head;
}
.layout-2.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-2.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-2.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-sm > main {
grid-area: main;
}
.layout-2.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-3.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-sm header {
grid-area: head;
}
.layout-3.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-3.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-3.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-sm > main {
grid-area: main;
}
.layout-3.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-4.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-sm header {
grid-area: head;
}
.layout-4.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-4.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-4.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-sm > main {
grid-area: main;
}
.layout-4.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-5.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-sm header {
grid-area: head;
}
.layout-5.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-5.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-5.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-sm > main {
grid-area: main;
}
.layout-5.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-6.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-sm header {
grid-area: head;
}
.layout-6.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-6.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-6.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-sm > main {
grid-area: main;
}
.layout-6.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-7.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-sm header {
grid-area: head;
}
.layout-7.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-7.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-7.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-sm > main {
grid-area: main;
}
.layout-7.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-8.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-sm header {
grid-area: head;
}
.layout-8.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-8.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-8.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-sm > main {
grid-area: main;
}
.layout-8.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-9.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-sm header {
grid-area: head;
}
.layout-9.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-9.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-9.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-sm > main {
grid-area: main;
}
.layout-9.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-10.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-sm header {
grid-area: head;
}
.layout-10.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-10.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-10.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-sm > main {
grid-area: main;
}
.layout-10.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-sm > footer {
grid-area: foot;
}
}
@media (max-width: 1139.98px) {
.layout-1.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-md header {
grid-area: head;
}
.layout-1.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-md > nav {
grid-area: nav;
}
.layout-1.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-md > aside {
grid-area: aside;
}
.layout-1.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-md > main {
grid-area: main;
}
.layout-1.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-md > footer {
grid-area: foot;
}
.layout-2.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-md header {
grid-area: head;
}
.layout-2.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-md > nav {
grid-area: nav;
}
.layout-2.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-md > aside {
grid-area: aside;
}
.layout-2.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-md > main {
grid-area: main;
}
.layout-2.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-md > footer {
grid-area: foot;
}
.layout-3.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-md header {
grid-area: head;
}
.layout-3.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-md > nav {
grid-area: nav;
}
.layout-3.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-md > aside {
grid-area: aside;
}
.layout-3.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-md > main {
grid-area: main;
}
.layout-3.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-md > footer {
grid-area: foot;
}
.layout-4.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-md header {
grid-area: head;
}
.layout-4.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-md > nav {
grid-area: nav;
}
.layout-4.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-md > aside {
grid-area: aside;
}
.layout-4.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-md > main {
grid-area: main;
}
.layout-4.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-md > footer {
grid-area: foot;
}
.layout-5.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-md header {
grid-area: head;
}
.layout-5.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-md > nav {
grid-area: nav;
}
.layout-5.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-md > aside {
grid-area: aside;
}
.layout-5.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-md > main {
grid-area: main;
}
.layout-5.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-md > footer {
grid-area: foot;
}
.layout-6.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-md header {
grid-area: head;
}
.layout-6.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-md > nav {
grid-area: nav;
}
.layout-6.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-md > aside {
grid-area: aside;
}
.layout-6.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-md > main {
grid-area: main;
}
.layout-6.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-md > footer {
grid-area: foot;
}
.layout-7.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-md header {
grid-area: head;
}
.layout-7.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-md > nav {
grid-area: nav;
}
.layout-7.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-md > aside {
grid-area: aside;
}
.layout-7.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-md > main {
grid-area: main;
}
.layout-7.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-md > footer {
grid-area: foot;
}
.layout-8.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-md header {
grid-area: head;
}
.layout-8.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-md > nav {
grid-area: nav;
}
.layout-8.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-md > aside {
grid-area: aside;
}
.layout-8.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-md > main {
grid-area: main;
}
.layout-8.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-md > footer {
grid-area: foot;
}
.layout-9.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-md header {
grid-area: head;
}
.layout-9.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-md > nav {
grid-area: nav;
}
.layout-9.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-md > aside {
grid-area: aside;
}
.layout-9.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-md > main {
grid-area: main;
}
.layout-9.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-md > footer {
grid-area: foot;
}
.layout-10.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-md header {
grid-area: head;
}
.layout-10.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-md > nav {
grid-area: nav;
}
.layout-10.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-md > aside {
grid-area: aside;
}
.layout-10.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-md > main {
grid-area: main;
}
.layout-10.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-md > footer {
grid-area: foot;
}
}
@media (max-width: 1279.98px) {
.layout-1.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-lg header {
grid-area: head;
}
.layout-1.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-1.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-1.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-lg > main {
grid-area: main;
}
.layout-1.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-2.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-lg header {
grid-area: head;
}
.layout-2.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-2.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-2.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-lg > main {
grid-area: main;
}
.layout-2.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-3.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-lg header {
grid-area: head;
}
.layout-3.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-3.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-3.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-lg > main {
grid-area: main;
}
.layout-3.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-4.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-lg header {
grid-area: head;
}
.layout-4.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-4.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-4.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-lg > main {
grid-area: main;
}
.layout-4.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-5.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-lg header {
grid-area: head;
}
.layout-5.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-5.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-5.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-lg > main {
grid-area: main;
}
.layout-5.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-6.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-lg header {
grid-area: head;
}
.layout-6.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-6.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-6.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-lg > main {
grid-area: main;
}
.layout-6.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-7.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-lg header {
grid-area: head;
}
.layout-7.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-7.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-7.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-lg > main {
grid-area: main;
}
.layout-7.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-8.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-lg header {
grid-area: head;
}
.layout-8.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-8.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-8.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-lg > main {
grid-area: main;
}
.layout-8.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-9.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-lg header {
grid-area: head;
}
.layout-9.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-9.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-9.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-lg > main {
grid-area: main;
}
.layout-9.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-10.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-lg header {
grid-area: head;
}
.layout-10.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-10.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-10.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-lg > main {
grid-area: main;
}
.layout-10.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-lg > footer {
grid-area: foot;
}
}
.layout-1.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-xl header {
grid-area: head;
}
.layout-1.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-1.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-1.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-xl > main {
grid-area: main;
}
.layout-1.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-2.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-xl header {
grid-area: head;
}
.layout-2.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-2.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-2.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-xl > main {
grid-area: main;
}
.layout-2.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-3.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-xl header {
grid-area: head;
}
.layout-3.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-3.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-3.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-xl > main {
grid-area: main;
}
.layout-3.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-4.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-xl header {
grid-area: head;
}
.layout-4.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-4.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-4.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-xl > main {
grid-area: main;
}
.layout-4.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-5.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-xl header {
grid-area: head;
}
.layout-5.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-5.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-5.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-xl > main {
grid-area: main;
}
.layout-5.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-6.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-xl header {
grid-area: head;
}
.layout-6.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-6.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-6.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-xl > main {
grid-area: main;
}
.layout-6.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-7.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-xl header {
grid-area: head;
}
.layout-7.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-7.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-7.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-xl > main {
grid-area: main;
}
.layout-7.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-8.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-xl header {
grid-area: head;
}
.layout-8.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-8.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-8.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-xl > main {
grid-area: main;
}
.layout-8.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-9.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-xl header {
grid-area: head;
}
.layout-9.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-9.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-9.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-xl > main {
grid-area: main;
}
.layout-9.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-10.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-xl header {
grid-area: head;
}
.layout-10.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-10.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-10.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-xl > main {
grid-area: main;
}
.layout-10.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-xl > footer {
grid-area: foot;
}
.grid-item.align-self-auto {
align-self: auto;
}
.grid-item.align-self-start {
align-self: flex-start;
}
.grid-item.align-self-end {
align-self: flex-end;
}
.grid-item.align-self-center {
align-self: center;
}
.grid-item.align-self-baseline {
align-self: baseline;
}
.grid-item.align-self-stretch {
align-self: stretch;
}
.grid-item.justify-self-auto {
justify-self: auto;
}
.grid-item.justify-self-start {
justify-self: flex-start;
}
.grid-item.justify-self-end {
justify-self: flex-end;
}
.grid-item.justify-self-center {
justify-self: center;
}
.grid-item.justify-self-baseline {
justify-self: baseline;
}
.grid-item.justify-self-stretch {
justify-self: stretch;
}
@media (max-width: 479.98px) {
.grid-item.align-self-auto {
align-self: auto;
}
.grid-item.align-self-start {
align-self: flex-start;
}
.grid-item.align-self-end {
align-self: flex-end;
}
.grid-item.align-self-center {
align-self: center;
}
.grid-item.align-self-baseline {
align-self: baseline;
}
.grid-item.align-self-stretch {
align-self: stretch;
}
.grid-item.justify-self-auto {
justify-self: auto;
}
.grid-item.justify-self-start {
justify-self: flex-start;
}
.grid-item.justify-self-end {
justify-self: flex-end;
}
.grid-item.justify-self-center {
justify-self: center;
}
.grid-item.justify-self-baseline {
justify-self: baseline;
}
.grid-item.justify-self-stretch {
justify-self: stretch;
}
}
@media (max-width: 959.98px) {
.grid-item.align-self-sm-auto {
align-self: auto;
}
.grid-item.align-self-sm-start {
align-self: flex-start;
}
.grid-item.align-self-sm-end {
align-self: flex-end;
}
.grid-item.align-self-sm-center {
align-self: center;
}
.grid-item.align-self-sm-baseline {
align-self: baseline;
}
.grid-item.align-self-sm-stretch {
align-self: stretch;
}
.grid-item.justify-self-sm-auto {
justify-self: auto;
}
.grid-item.justify-self-sm-start {
justify-self: flex-start;
}
.grid-item.justify-self-sm-end {
justify-self: flex-end;
}
.grid-item.justify-self-sm-center {
justify-self: center;
}
.grid-item.justify-self-sm-baseline {
justify-self: baseline;
}
.grid-item.justify-self-sm-stretch {
justify-self: stretch;
}
}
@media (max-width: 1139.98px) {
.grid-item.align-self-md-auto {
align-self: auto;
}
.grid-item.align-self-md-start {
align-self: flex-start;
}
.grid-item.align-self-md-end {
align-self: flex-end;
}
.grid-item.align-self-md-center {
align-self: center;
}
.grid-item.align-self-md-baseline {
align-self: baseline;
}
.grid-item.align-self-md-stretch {
align-self: stretch;
}
.grid-item.justify-self-md-auto {
justify-self: auto;
}
.grid-item.justify-self-md-start {
justify-self: flex-start;
}
.grid-item.justify-self-md-end {
justify-self: flex-end;
}
.grid-item.justify-self-md-center {
justify-self: center;
}
.grid-item.justify-self-md-baseline {
justify-self: baseline;
}
.grid-item.justify-self-md-stretch {
justify-self: stretch;
}
}
@media (max-width: 1279.98px) {
.grid-item.align-self-lg-auto {
align-self: auto;
}
.grid-item.align-self-lg-start {
align-self: flex-start;
}
.grid-item.align-self-lg-end {
align-self: flex-end;
}
.grid-item.align-self-lg-center {
align-self: center;
}
.grid-item.align-self-lg-baseline {
align-self: baseline;
}
.grid-item.align-self-lg-stretch {
align-self: stretch;
}
.grid-item.justify-self-lg-auto {
justify-self: auto;
}
.grid-item.justify-self-lg-start {
justify-self: flex-start;
}
.grid-item.justify-self-lg-end {
justify-self: flex-end;
}
.grid-item.justify-self-lg-center {
justify-self: center;
}
.grid-item.justify-self-lg-baseline {
justify-self: baseline;
}
.grid-item.justify-self-lg-stretch {
justify-self: stretch;
}
}
.grid-item.align-self-xl-auto {
align-self: auto;
}
.grid-item.align-self-xl-start {
align-self: flex-start;
}
.grid-item.align-self-xl-end {
align-self: flex-end;
}
.grid-item.align-self-xl-center {
align-self: center;
}
.grid-item.align-self-xl-baseline {
align-self: baseline;
}
.grid-item.align-self-xl-stretch {
align-self: stretch;
}
.grid-item.justify-self-xl-auto {
justify-self: auto;
}
.grid-item.justify-self-xl-start {
justify-self: flex-start;
}
.grid-item.justify-self-xl-end {
justify-self: flex-end;
}
.grid-item.justify-self-xl-center {
justify-self: center;
}
.grid-item.justify-self-xl-baseline {
justify-self: baseline;
}
.grid-item.justify-self-xl-stretch {
justify-self: stretch;
}
/**
* NAVBAR MOBILE STYLE
*/
.--toggler-menu {
display: none;
}
.--has-navbar-xl .--navbar {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-xl .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-xl .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
@media (max-width: 1279.98px) {
.--has-navbar-lg .--navbar {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-lg .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-lg .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
}
@media (max-width: 1139.98px) {
.--has-navbar-md .--navbar {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-md .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-md .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
}
@media (max-width: 959.98px) {
.--has-navbar-sm .--navbar {
position: fixed;
top: 0;
left: -50vw;
width: 50vw;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-sm .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-sm .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: "Roboto", sans-serif;
font-size: 1rem;
font-weight: 300;
line-height: 1.4rem;
color: #000;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
margin-top: 0;
margin-bottom: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
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;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: 600;
}
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: #009688;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover, a:focus {
color: #424242;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
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:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #616161;
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;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
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-cancel-button,
[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;
}
.home-image > img {
max-width: 350px;
}
.docs-header {
padding: 10px;
}
.docs-header .brand {
display: inline-block;
width: 40px;
margin-right: 1rem;
}
.docs-header .menu {
display: inline-block;
padding: 0;
margin: 0;
}
.docs-header .menu > li {
display: inline;
margin-right: 15px;
}
.docs-header .menu > li:last-child {
margin-right: 0;
}
.docs-header .menu > li .menu-svg {
display: inline-block;
width: 1.4rem;
height: 1.4rem;
vertical-align: text-top;
fill: #a3d9d4;
}
.docs-header .menu > li .menu-svg:hover {
fill: #fff !important;
}
.docs-header .menu > li .active {
color: #fff;
}
.docs-background-red {
color: #fff;
background: #f44336;
}
.docs-background-red a {
color: #fbbbb7;
text-decoration: none;
}
.docs-background-red a:hover, .docs-background-red a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-pink {
color: #fff;
background: #e91e63;
}
.docs-background-pink a {
color: #f7aec7;
text-decoration: none;
}
.docs-background-pink a:hover, .docs-background-pink a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-purple {
color: #fff;
background: #9c27b0;
}
.docs-background-purple a {
color: #dbb1e3;
text-decoration: none;
}
.docs-background-purple a:hover, .docs-background-purple a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-deep-purple {
color: #fff;
background: #673ab7;
}
.docs-background-deep-purple a {
color: #c8b8e5;
text-decoration: none;
}
.docs-background-deep-purple a:hover, .docs-background-deep-purple a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-indigo {
color: #fff;
background: #3f51b5;
}
.docs-background-indigo a {
color: #bac0e4;
text-decoration: none;
}
.docs-background-indigo a:hover, .docs-background-indigo a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-blue {
color: #fff;
background: #2196f3;
}
.docs-background-blue a {
color: #afd9fb;
text-decoration: none;
}
.docs-background-blue a:hover, .docs-background-blue a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-light-blue {
color: #fff;
background: #03a9f4;
}
.docs-background-light-blue a {
color: #a4e0fb;
text-decoration: none;
}
.docs-background-light-blue a:hover, .docs-background-light-blue a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-cyan {
color: #fff;
background: #00bcd4;
}
.docs-background-cyan a {
color: #a3e7f0;
text-decoration: none;
}
.docs-background-cyan a:hover, .docs-background-cyan a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-teal {
color: #fff;
background: #009688;
}
.docs-background-teal a {
color: #a3d9d4;
text-decoration: none;
}
.docs-background-teal a:hover, .docs-background-teal a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-green {
color: #fff;
background: #4caf50;
}
.docs-background-green a {
color: #bfe2c0;
text-decoration: none;
}
.docs-background-green a:hover, .docs-background-green a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-light-green {
color: #496a23;
background: #8bc34a;
}
.docs-background-light-green a {
color: #d5e9be;
text-decoration: none;
}
.docs-background-light-green a:hover, .docs-background-light-green a:focus {
color: #496a23;
text-decoration: none;
}
.docs-background-lime {
color: #757f16;
background: #cddc39;
}
.docs-background-lime a {
color: #edf2b8;
text-decoration: none;
}
.docs-background-lime a:hover, .docs-background-lime a:focus {
color: #757f16;
text-decoration: none;
}
.docs-background-amber {
color: #876500;
background: #ffc107;
}
.docs-background-amber a {
color: #ffe9a6;
text-decoration: none;
}
.docs-background-amber a:hover, .docs-background-amber a:focus {
color: #876500;
text-decoration: none;
}
.docs-background-orange {
color: #804c00;
background: #ff9800;
}
.docs-background-orange a {
color: #ffdaa3;
text-decoration: none;
}
.docs-background-orange a:hover, .docs-background-orange a:focus {
color: #804c00;
text-decoration: none;
}
.docs-background-deep-orange {
color: #fff;
background: #ff5722;
}
.docs-background-deep-orange a {
color: #ffc3af;
text-decoration: none;
}
.docs-background-deep-orange a:hover, .docs-background-deep-orange a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-brown {
color: #fff;
background: #795548;
}
.docs-background-brown a {
color: #cfc2bd;
text-decoration: none;
}
.docs-background-brown a:hover, .docs-background-brown a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-blue-grey {
color: #fff;
background: #607d8b;
}
.docs-background-blue-grey a {
color: #c6d0d5;
text-decoration: none;
}
.docs-background-blue-grey a:hover, .docs-background-blue-grey a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-white {
color: #bfbfbf;
background: #fff;
}
.docs-background-white a {
color: white;
text-decoration: none;
}
.docs-background-white a:hover, .docs-background-white a:focus {
color: #bfbfbf;
text-decoration: none;
}
.docs-background-grey {
color: #fff;
background: #757575;
}
.docs-background-grey a {
color: #cdcdcd;
text-decoration: none;
}
.docs-background-grey a:hover, .docs-background-grey a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-grey-dark {
color: #fff;
background: #424242;
}
.docs-background-grey-dark a {
color: #bbbbbb;
text-decoration: none;
}
.docs-background-grey-dark a:hover, .docs-background-grey-dark a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-black {
color: #fff;
background: #000;
}
.docs-background-black a {
color: #a3a3a3;
text-decoration: none;
}
.docs-background-black a:hover, .docs-background-black a:focus {
color: #fff;
text-decoration: none;
}
.mt-0 {
margin-top: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.ml-0 {
margin-left: 0rem;
}
.mr-0 {
margin-right: 0rem;
}
.m-0 {
margin: 0rem;
}
.pt-0 {
padding-top: 0rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.pl-0 {
padding-left: 0rem;
}
.pr-0 {
padding-right: 0rem;
}
.p-0 {
padding: 0rem;
}
.mt-1 {
margin-top: 1rem;
}
.mb-1 {
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 1rem;
}
.mr-1 {
margin-right: 1rem;
}
.m-1 {
margin: 1rem;
}
.pt-1 {
padding-top: 1rem;
}
.pb-1 {
padding-bottom: 1rem;
}
.pl-1 {
padding-left: 1rem;
}
.pr-1 {
padding-right: 1rem;
}
.p-1 {
padding: 1rem;
}
.mt-2 {
margin-top: 2rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.ml-2 {
margin-left: 2rem;
}
.mr-2 {
margin-right: 2rem;
}
.m-2 {
margin: 2rem;
}
.pt-2 {
padding-top: 2rem;
}
.pb-2 {
padding-bottom: 2rem;
}
.pl-2 {
padding-left: 2rem;
}
.pr-2 {
padding-right: 2rem;
}
.p-2 {
padding: 2rem;
}
.mt-3 {
margin-top: 3rem;
}
.mb-3 {
margin-bottom: 3rem;
}
.ml-3 {
margin-left: 3rem;
}
.mr-3 {
margin-right: 3rem;
}
.m-3 {
margin: 3rem;
}
.pt-3 {
padding-top: 3rem;
}
.pb-3 {
padding-bottom: 3rem;
}
.pl-3 {
padding-left: 3rem;
}
.pr-3 {
padding-right: 3rem;
}
.p-3 {
padding: 3rem;
}
.mt-4 {
margin-top: 4rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.ml-4 {
margin-left: 4rem;
}
.mr-4 {
margin-right: 4rem;
}
.m-4 {
margin: 4rem;
}
.pt-4 {
padding-top: 4rem;
}
.pb-4 {
padding-bottom: 4rem;
}
.pl-4 {
padding-left: 4rem;
}
.pr-4 {
padding-right: 4rem;
}
.p-4 {
padding: 4rem;
}
.mt-5 {
margin-top: 5rem;
}
.mb-5 {
margin-bottom: 5rem;
}
.ml-5 {
margin-left: 5rem;
}
.mr-5 {
margin-right: 5rem;
}
.m-5 {
margin: 5rem;
}
.pt-5 {
padding-top: 5rem;
}
.pb-5 {
padding-bottom: 5rem;
}
.pl-5 {
padding-left: 5rem;
}
.pr-5 {
padding-right: 5rem;
}
.p-5 {
padding: 5rem;
}
.mt-6 {
margin-top: 6rem;
}
.mb-6 {
margin-bottom: 6rem;
}
.ml-6 {
margin-left: 6rem;
}
.mr-6 {
margin-right: 6rem;
}
.m-6 {
margin: 6rem;
}
.pt-6 {
padding-top: 6rem;
}
.pb-6 {
padding-bottom: 6rem;
}
.pl-6 {
padding-left: 6rem;
}
.pr-6 {
padding-right: 6rem;
}
.p-6 {
padding: 6rem;
}
.mt-7 {
margin-top: 7rem;
}
.mb-7 {
margin-bottom: 7rem;
}
.ml-7 {
margin-left: 7rem;
}
.mr-7 {
margin-right: 7rem;
}
.m-7 {
margin: 7rem;
}
.pt-7 {
padding-top: 7rem;
}
.pb-7 {
padding-bottom: 7rem;
}
.pl-7 {
padding-left: 7rem;
}
.pr-7 {
padding-right: 7rem;
}
.p-7 {
padding: 7rem;
}
.mt-8 {
margin-top: 8rem;
}
.mb-8 {
margin-bottom: 8rem;
}
.ml-8 {
margin-left: 8rem;
}
.mr-8 {
margin-right: 8rem;
}
.m-8 {
margin: 8rem;
}
.pt-8 {
padding-top: 8rem;
}
.pb-8 {
padding-bottom: 8rem;
}
.pl-8 {
padding-left: 8rem;
}
.pr-8 {
padding-right: 8rem;
}
.p-8 {
padding: 8rem;
}
.mt-9 {
margin-top: 9rem;
}
.mb-9 {
margin-bottom: 9rem;
}
.ml-9 {
margin-left: 9rem;
}
.mr-9 {
margin-right: 9rem;
}
.m-9 {
margin: 9rem;
}
.pt-9 {
padding-top: 9rem;
}
.pb-9 {
padding-bottom: 9rem;
}
.pl-9 {
padding-left: 9rem;
}
.pr-9 {
padding-right: 9rem;
}
.p-9 {
padding: 9rem;
}
.mt-10 {
margin-top: 10rem;
}
.mb-10 {
margin-bottom: 10rem;
}
.ml-10 {
margin-left: 10rem;
}
.mr-10 {
margin-right: 10rem;
}
.m-10 {
margin: 10rem;
}
.pt-10 {
padding-top: 10rem;
}
.pb-10 {
padding-bottom: 10rem;
}
.pl-10 {
padding-left: 10rem;
}
.pr-10 {
padding-right: 10rem;
}
.p-10 {
padding: 10rem;
}
.button {
padding: .5rem .5rem;
font-size: inherit;
border-style: solid;
border-width: 1px;
border-radius: 3px;
}
.button.mobile-button {
padding: 0px;
border-width: 0px;
background: transparent;
margin-top: 7px;
float: left;
margin-right: 20px;
margin-left: 7px;
}
.button.button-block {
width: 100%;
}
.button.button-lg {
padding: .9rem 1rem;
font-size: 1.5rem;
}
.button:hover, .button:focus {
text-decoration: none;
cursor: pointer;
}
.button.button-red {
color: #fff;
background: #f44336;
border-color: transparent;
}
.button.button-red:hover {
color: #fff;
background: #e03e32;
border-color: #e03e32;
}
.button.button-red:focus, .button.button-red:active {
color: #fff;
background: #cd382d;
border-color: #cd382d;
}
.button.button-outline-red {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-red:hover {
color: #f44336;
background: #fff;
border-color: #fff;
}
.button.button-outline-red:focus, .button.button-outline-red:active {
color: #fff;
background: #cd382d;
border-color: #cd382d;
}
.button.button-pink {
color: #fff;
background: #e91e63;
border-color: transparent;
}
.button.button-pink:hover {
color: #fff;
background: #d61c5b;
border-color: #d61c5b;
}
.button.button-pink:focus, .button.button-pink:active {
color: #fff;
background: #c41953;
border-color: #c41953;
}
.button.button-outline-pink {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-pink:hover {
color: #e91e63;
background: #fff;
border-color: #fff;
}
.button.button-outline-pink:focus, .button.button-outline-pink:active {
color: #fff;
background: #c41953;
border-color: #c41953;
}
.button.button-purple {
color: #fff;
background: #9c27b0;
border-color: transparent;
}
.button.button-purple:hover {
color: #fff;
background: #9024a2;
border-color: #9024a2;
}
.button.button-purple:focus, .button.button-purple:active {
color: #fff;
background: #832194;
border-color: #832194;
}
.button.button-outline-purple {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-purple:hover {
color: #9c27b0;
background: #fff;
border-color: #fff;
}
.button.button-outline-purple:focus, .button.button-outline-purple:active {
color: #fff;
background: #832194;
border-color: #832194;
}
.button.button-deep-purple {
color: #fff;
background: #673ab7;
border-color: transparent;
}
.button.button-deep-purple:hover {
color: #fff;
background: #5f35a8;
border-color: #5f35a8;
}
.button.button-deep-purple:focus, .button.button-deep-purple:active {
color: #fff;
background: #57319a;
border-color: #57319a;
}
.button.button-outline-deep-purple {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-deep-purple:hover {
color: #673ab7;
background: #fff;
border-color: #fff;
}
.button.button-outline-deep-purple:focus, .button.button-outline-deep-purple:active {
color: #fff;
background: #57319a;
border-color: #57319a;
}
.button.button-indigo {
color: #fff;
background: #3f51b5;
border-color: transparent;
}
.button.button-indigo:hover {
color: #fff;
background: #3a4ba7;
border-color: #3a4ba7;
}
.button.button-indigo:focus, .button.button-indigo:active {
color: #fff;
background: #354498;
border-color: #354498;
}
.button.button-outline-indigo {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-indigo:hover {
color: #3f51b5;
background: #fff;
border-color: #fff;
}
.button.button-outline-indigo:focus, .button.button-outline-indigo:active {
color: #fff;
background: #354498;
border-color: #354498;
}
.button.button-blue {
color: #fff;
background: #2196f3;
border-color: transparent;
}
.button.button-blue:hover {
color: #fff;
background: #1e8ae0;
border-color: #1e8ae0;
}
.button.button-blue:focus, .button.button-blue:active {
color: #fff;
background: #1c7ecc;
border-color: #1c7ecc;
}
.button.button-outline-blue {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-blue:hover {
color: #2196f3;
background: #fff;
border-color: #fff;
}
.button.button-outline-blue:focus, .button.button-outline-blue:active {
color: #fff;
background: #1c7ecc;
border-color: #1c7ecc;
}
.button.button-light-blue {
color: #fff;
background: #03a9f4;
border-color: transparent;
}
.button.button-light-blue:hover {
color: #fff;
background: #039be0;
border-color: #039be0;
}
.button.button-light-blue:focus, .button.button-light-blue:active {
color: #fff;
background: #038ecd;
border-color: #038ecd;
}
.button.button-outline-light-blue {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-light-blue:hover {
color: #03a9f4;
background: #fff;
border-color: #fff;
}
.button.button-outline-light-blue:focus, .button.button-outline-light-blue:active {
color: #fff;
background: #038ecd;
border-color: #038ecd;
}
.button.button-cyan {
color: #fff;
background: #00bcd4;
border-color: transparent;
}
.button.button-cyan:hover {
color: #fff;
background: #00adc3;
border-color: #00adc3;
}
.button.button-cyan:focus, .button.button-cyan:active {
color: #fff;
background: #009eb2;
border-color: #009eb2;
}
.button.button-outline-cyan {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-cyan:hover {
color: #00bcd4;
background: #fff;
border-color: #fff;
}
.button.button-outline-cyan:focus, .button.button-outline-cyan:active {
color: #fff;
background: #009eb2;
border-color: #009eb2;
}
.button.button-teal {
color: #fff;
background: #009688;
border-color: transparent;
}
.button.button-teal:hover {
color: #fff;
background: #008a7d;
border-color: #008a7d;
}
.button.button-teal:focus, .button.button-teal:active {
color: #fff;
background: #007e72;
border-color: #007e72;
}
.button.button-outline-teal {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-teal:hover {
color: #009688;
background: #fff;
border-color: #fff;
}
.button.button-outline-teal:focus, .button.button-outline-teal:active {
color: #fff;
background: #007e72;
border-color: #007e72;
}
.button.button-green {
color: #fff;
background: #4caf50;
border-color: transparent;
}
.button.button-green:hover {
color: #fff;
background: #46a14a;
border-color: #46a14a;
}
.button.button-green:focus, .button.button-green:active {
color: #fff;
background: #409343;
border-color: #409343;
}
.button.button-outline-green {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-green:hover {
color: #4caf50;
background: #fff;
border-color: #fff;
}
.button.button-outline-green:focus, .button.button-outline-green:active {
color: #fff;
background: #409343;
border-color: #409343;
}
.button.button-light-green {
color: #496a23;
background: #8bc34a;
border-color: transparent;
}
.button.button-light-green:hover {
color: #496a23;
background: #80b344;
border-color: #80b344;
}
.button.button-light-green:focus, .button.button-light-green:active {
color: #496a23;
background: #75a43e;
border-color: #75a43e;
}
.button.button-outline-light-green {
color: #496a23;
background: transparent;
border-color: #496a23;
}
.button.button-outline-light-green:hover {
color: #8bc34a;
background: #496a23;
border-color: #496a23;
}
.button.button-outline-light-green:focus, .button.button-outline-light-green:active {
color: #496a23;
background: #75a43e;
border-color: #75a43e;
}
.button.button-lime {
color: #757f16;
background: #cddc39;
border-color: transparent;
}
.button.button-lime:hover {
color: #757f16;
background: #bdca34;
border-color: #bdca34;
}
.button.button-lime:focus, .button.button-lime:active {
color: #757f16;
background: #acb930;
border-color: #acb930;
}
.button.button-outline-lime {
color: #757f16;
background: transparent;
border-color: #757f16;
}
.button.button-outline-lime:hover {
color: #cddc39;
background: #757f16;
border-color: #757f16;
}
.button.button-outline-lime:focus, .button.button-outline-lime:active {
color: #757f16;
background: #acb930;
border-color: #acb930;
}
.button.button-amber {
color: #876500;
background: #ffc107;
border-color: transparent;
}
.button.button-amber:hover {
color: #876500;
background: #ebb206;
border-color: #ebb206;
}
.button.button-amber:focus, .button.button-amber:active {
color: #876500;
background: #d6a206;
border-color: #d6a206;
}
.button.button-outline-amber {
color: #876500;
background: transparent;
border-color: #876500;
}
.button.button-outline-amber:hover {
color: #ffc107;
background: #876500;
border-color: #876500;
}
.button.button-outline-amber:focus, .button.button-outline-amber:active {
color: #876500;
background: #d6a206;
border-color: #d6a206;
}
.button.button-orange {
color: #804c00;
background: #ff9800;
border-color: transparent;
}
.button.button-orange:hover {
color: #804c00;
background: #eb8c00;
border-color: #eb8c00;
}
.button.button-orange:focus, .button.button-orange:active {
color: #804c00;
background: #d68000;
border-color: #d68000;
}
.button.button-outline-orange {
color: #804c00;
background: transparent;
border-color: #804c00;
}
.button.button-outline-orange:hover {
color: #ff9800;
background: #804c00;
border-color: #804c00;
}
.button.button-outline-orange:focus, .button.button-outline-orange:active {
color: #804c00;
background: #d68000;
border-color: #d68000;
}
.button.button-deep-orange {
color: #fff;
background: #ff5722;
border-color: transparent;
}
.button.button-deep-orange:hover {
color: #fff;
background: #eb501f;
border-color: #eb501f;
}
.button.button-deep-orange:focus, .button.button-deep-orange:active {
color: #fff;
background: #d6491d;
border-color: #d6491d;
}
.button.button-outline-deep-orange {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-deep-orange:hover {
color: #ff5722;
background: #fff;
border-color: #fff;
}
.button.button-outline-deep-orange:focus, .button.button-outline-deep-orange:active {
color: #fff;
background: #d6491d;
border-color: #d6491d;
}
.button.button-brown {
color: #fff;
background: #795548;
border-color: transparent;
}
.button.button-brown:hover {
color: #fff;
background: #6f4e42;
border-color: #6f4e42;
}
.button.button-brown:focus, .button.button-brown:active {
color: #fff;
background: #66473c;
border-color: #66473c;
}
.button.button-outline-brown {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-brown:hover {
color: #795548;
background: #fff;
border-color: #fff;
}
.button.button-outline-brown:focus, .button.button-outline-brown:active {
color: #fff;
background: #66473c;
border-color: #66473c;
}
.button.button-blue-grey {
color: #fff;
background: #607d8b;
border-color: transparent;
}
.button.button-blue-grey:hover {
color: #fff;
background: #587380;
border-color: #587380;
}
.button.button-blue-grey:focus, .button.button-blue-grey:active {
color: #fff;
background: #516975;
border-color: #516975;
}
.button.button-outline-blue-grey {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-blue-grey:hover {
color: #607d8b;
background: #fff;
border-color: #fff;
}
.button.button-outline-blue-grey:focus, .button.button-outline-blue-grey:active {
color: #fff;
background: #516975;
border-color: #516975;
}
.button.button-white {
color: #bfbfbf;
background: #fff;
border-color: transparent;
}
.button.button-white:hover {
color: #bfbfbf;
background: #ebebeb;
border-color: #ebebeb;
}
.button.button-white:focus, .button.button-white:active {
color: #bfbfbf;
background: #d6d6d6;
border-color: #d6d6d6;
}
.button.button-outline-white {
color: #bfbfbf;
background: transparent;
border-color: #bfbfbf;
}
.button.button-outline-white:hover {
color: #fff;
background: #bfbfbf;
border-color: #bfbfbf;
}
.button.button-outline-white:focus, .button.button-outline-white:active {
color: #bfbfbf;
background: #d6d6d6;
border-color: #d6d6d6;
}
.button.button-grey {
color: #fff;
background: #757575;
border-color: transparent;
}
.button.button-grey:hover {
color: #fff;
background: #6c6c6c;
border-color: #6c6c6c;
}
.button.button-grey:focus, .button.button-grey:active {
color: #fff;
background: #626262;
border-color: #626262;
}
.button.button-outline-grey {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-grey:hover {
color: #757575;
background: #fff;
border-color: #fff;
}
.button.button-outline-grey:focus, .button.button-outline-grey:active {
color: #fff;
background: #626262;
border-color: #626262;
}
.button.button-grey-dark {
color: #fff;
background: #424242;
border-color: transparent;
}
.button.button-grey-dark:hover {
color: #fff;
background: #3d3d3d;
border-color: #3d3d3d;
}
.button.button-grey-dark:focus, .button.button-grey-dark:active {
color: #fff;
background: #373737;
border-color: #373737;
}
.button.button-outline-grey-dark {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-grey-dark:hover {
color: #424242;
background: #fff;
border-color: #fff;
}
.button.button-outline-grey-dark:focus, .button.button-outline-grey-dark:active {
color: #fff;
background: #373737;
border-color: #373737;
}
.button.button-black {
color: #fff;
background: #000;
border-color: transparent;
}
.button.button-black:hover {
color: #fff;
background: black;
border-color: black;
}
.button.button-black:focus, .button.button-black:active {
color: #fff;
background: black;
border-color: black;
}
.button.button-outline-black {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-black:hover {
color: #000;
background: #fff;
border-color: #fff;
}
.button.button-outline-black:focus, .button.button-outline-black:active {
color: #fff;
background: black;
border-color: black;
}
.color-red {
color: #f44336;
}
.color-pink {
color: #e91e63;
}
.color-purple {
color: #9c27b0;
}
.color-deep-purple {
color: #673ab7;
}
.color-indigo {
color: #3f51b5;
}
.color-blue {
color: #2196f3;
}
.color-light-blue {
color: #03a9f4;
}
.color-cyan {
color: #00bcd4;
}
.color-teal {
color: #009688;
}
.color-green {
color: #4caf50;
}
.color-light-green {
color: #8bc34a;
}
.color-lime {
color: #cddc39;
}
.color-amber {
color: #ffc107;
}
.color-orange {
color: #ff9800;
}
.color-deep-orange {
color: #ff5722;
}
.color-brown {
color: #795548;
}
.color-blue-grey {
color: #607d8b;
}
.color-white {
color: #fff;
}
.color-grey {
color: #757575;
}
.color-grey-dark {
color: #424242;
}
.color-black {
color: #000;
}
h1 {
margin-top: 3rem;
margin-bottom: 1rem;
font-size: 2rem;
font-weight: 300;
}
footer {
padding: 1rem;
background-color: #e0e0e0;
}
footer p {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
font-size: 85%;
color: #757575;
text-align: center;
}
footer a {
font-weight: 600;
color: #757575;
text-decoration: none;
}
.master-head {
color: #fff;
text-align: center;
}
.master-head h1 {
font-size: 2.5rem;
font-weight: 300;
}
.master-head .color-red {
color: #f44336;
}
.master-head .color-pink {
color: #e91e63;
}
.master-head .color-purple {
color: #9c27b0;
}
.master-head .color-deep-purple {
color: #673ab7;
}
.master-head .color-indigo {
color: #3f51b5;
}
.master-head .color-blue {
color: #2196f3;
}
.master-head .color-light-blue {
color: #03a9f4;
}
.master-head .color-cyan {
color: #00bcd4;
}
.master-head .color-teal {
color: #009688;
}
.master-head .color-green {
color: #4caf50;
}
.master-head .color-light-green {
color: #8bc34a;
}
.master-head .color-lime {
color: #cddc39;
}
.master-head .color-amber {
color: #ffc107;
}
.master-head .color-orange {
color: #ff9800;
}
.master-head .color-deep-orange {
color: #ff5722;
}
.master-head .color-brown {
color: #795548;
}
.master-head .color-blue-grey {
color: #607d8b;
}
.master-head .color-white {
color: #fff;
}
.master-head .color-grey {
color: #757575;
}
.master-head .color-grey-dark {
color: #424242;
}
.master-head .color-black {
color: #000;
}
.master-head p {
font-size: 1.5rem;
line-height: 2.2rem;
}
.master-widget {
background-color: #f5f5f5;
}
.master-widget h2 {
margin-top: 0;
font-size: 2rem;
font-weight: 300;
}
.master-widget p {
font-size: 1.1rem;
line-height: 1.6rem;
}
.highlight {
padding: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
overflow: auto;
background-color: #f8f9fa;
border-radius: 5px;
}
.highlight pre,
.highlight code {
display: block;
padding: 0;
margin: 0;
white-space: unset;
}
.master-widget .highlight {
padding: 0;
margin: 0;
background: transparent;
}
.highlighter-rouge {
color: #009688;
}
code[class*="language-"],
pre[class*="language-"] {
hyphens: none;
line-height: 1.5;
color: #000;
text-align: left;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
tab-size: 2;
white-space: pre;
background: none;
}
pre[class*="language-"] {
overflow: auto;
}
.hll {
background-color: #ffc;
}
.c {
color: #999;
}
.k {
color: #069;
}
.o {
color: #555;
}
.cm {
color: #999;
}
.cp {
color: #099;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #fcc;
border: 1px solid #c00;
}
.ge {
font-style: italic;
}
.gr {
color: #f00;
}
.gh {
color: #030;
}
.gi {
background-color: #cfc;
border: 1px solid #0c0;
}
.go {
color: #aaa;
}
.gp {
color: #009;
}
.gu {
color: #030;
}
.gt {
color: #9c6;
}
.kc {
color: #069;
}
.kd {
color: #069;
}
.kn {
color: #069;
}
.kp {
color: #069;
}
.kr {
color: #069;
}
.kt {
color: #078;
}
.m {
color: #f60;
}
.s {
color: #d44950;
}
.na {
color: #4f9fcf;
}
.nb {
color: #366;
}
.nc {
color: #0a8;
}
.no {
color: #360;
}
.nd {
color: #99f;
}
.ni {
color: #999;
}
.ne {
color: #c00;
}
.nf {
color: #c0f;
}
.nl {
color: #99f;
}
.nn {
color: #0cf;
}
.nt {
color: #2f6f9f;
}
.nv {
color: #033;
}
.ow {
color: #000;
}
.w {
color: #bbb;
}
.mf {
color: #f60;
}
.mh {
color: #f60;
}
.mi {
color: #f60;
}
.mo {
color: #f60;
}
.sb {
color: #c30;
}
.sc {
color: #c30;
}
.sd {
font-style: italic;
color: #c30;
}
.s2 {
color: #c30;
}
.se {
color: #c30;
}
.sh {
color: #c30;
}
.si {
color: #a00;
}
.sx {
color: #c30;
}
.sr {
color: #3aa;
}
.s1 {
color: #c30;
}
.ss {
color: #fc3;
}
.bp {
color: #366;
}
.vc {
color: #033;
}
.vg {
color: #033;
}
.vi {
color: #033;
}
.il {
color: #f60;
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
.language-bash::before,
.language-sh::before {
color: #009;
content: "$";
user-select: none;
}
.language-powershell::before {
color: #009;
content: "PM>";
user-select: none;
}
.docs-navbar {
border-right: 1px solid #eee;
}
.docs-navbar .docs-navbar-title {
border-bottom: 1px solid #eee;
padding: .6rem;
}
.docs-navbar .docs-navbar-title > h2 {
margin-bottom: 0;
font-weight: 300;
}
.docs-navbar .docs-navbar-content {
padding: .6rem;
}
.docs-navbar .docs-navbar-content ul {
padding: 0;
margin: 0;
list-style: none;
}
.docs-navbar .docs-navbar-content ul > li {
font-size: 1rem;
line-height: 2rem;
}
.docs-navbar a {
color: #9e9e9e;
}
.docs-navbar a:hover, .docs-navbar a:active, .docs-navbar a.active {
color: #000;
text-decoration: none;
}
.docs-navbar {
background: #fff;
}
.page-title {
margin-bottom: 2rem;
font-size: 3rem;
font-weight: 300;
color: #009688;
line-height: 4rem;
}
.page-description {
margin-bottom: 3rem;
font-size: 1.3rem;
line-height: 1.6rem;
}
.docs-page h2 {
margin-top: 2rem;
}
.docs-page .highlight {
margin-bottom: 1rem;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
padding: 0.75rem;
vertical-align: top;
border: 1px solid #e0e0e0;
}
table > thead > tr > th > p:last-child,
table > thead > tr > td > p:last-child,
table > tbody > tr > th > p:last-child,
table > tbody > tr > td > p:last-child,
table > tfoot > tr > th > p:last-child,
table > tfoot > tr > td > p:last-child {
margin-bottom: 0;
}
table td:first-child > code {
white-space: nowrap;
}
.docs-example {
position: relative;
padding: 2rem;
border: 0.2rem solid #eee;
}
.docs-example .grid-container-example {
min-height: 100px;
background: #37bdaf;
}
.docs-example .container {
background: #b7e7e2;
}
.docs-example .container.container-tall {
min-height: 300px;
}
.docs-example .grid-item {
color: #fff;
text-align: center;
background: #37bdaf;
border: 0.2rem solid #2e9f93;
}
.docs-example .grid-item.transparent {
background: transparent;
border: none;
}
.docs-example .grid-container {
min-width: 50%;
max-width: 90%;
}
.docs-example header {
padding: 1rem;
color: #fff;
text-align: center;
background: #2e9f93 !important;
}
.docs-example main {
padding: 1rem;
color: #fff;
text-align: center;
background: #33aea1 !important;
}
.docs-example nav {
padding: 1rem;
color: #fff;
text-align: center;
background: #47c2b5 !important;
}
.docs-example aside {
padding: 1rem;
color: #fff;
text-align: center;
background: #57c8bc !important;
}
.docs-example footer {
padding: 1rem;
color: #fff;
text-align: center;
background: #67cdc2 !important;
}
/*# sourceMappingURL=bee-docs.css.map */ | docs/assets/css/bee-docs.css | @import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
height: 100%;
}
body {
height: 100%;
padding: 0;
margin: 0;
}
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 480px) {
.grid-container {
max-width: 640px;
}
}
@media (min-width: 960px) {
.grid-container {
max-width: 1024px;
}
}
@media (min-width: 1140px) {
.grid-container {
max-width: 1280px;
}
}
@media (min-width: 1280px) {
.grid-container {
max-width: 1440px;
}
}
.grid-container .colspan-1 {
grid-column: span 1;
}
.grid-container .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-2 {
grid-column: span 2;
}
.grid-container .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-3 {
grid-column: span 3;
}
.grid-container .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-4 {
grid-column: span 4;
}
.grid-container .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-5 {
grid-column: span 5;
}
.grid-container .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-6 {
grid-column: span 6;
}
.grid-container .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-7 {
grid-column: span 7;
}
.grid-container .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-8 {
grid-column: span 8;
}
.grid-container .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-9 {
grid-column: span 9;
}
.grid-container .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-10 {
grid-column: span 10;
}
.grid-container .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-11 {
grid-column: span 11;
}
.grid-container .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-12 {
grid-column: span 12;
}
.grid-container .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-start-12-end-12 {
grid-row: 12 / 13;
}
.grid-container .colspan-1 {
grid-column: span 1;
}
.grid-container .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-2 {
grid-column: span 2;
}
.grid-container .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-3 {
grid-column: span 3;
}
.grid-container .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-4 {
grid-column: span 4;
}
.grid-container .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-5 {
grid-column: span 5;
}
.grid-container .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-6 {
grid-column: span 6;
}
.grid-container .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-7 {
grid-column: span 7;
}
.grid-container .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-8 {
grid-column: span 8;
}
.grid-container .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-9 {
grid-column: span 9;
}
.grid-container .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-10 {
grid-column: span 10;
}
.grid-container .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-11 {
grid-column: span 11;
}
.grid-container .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-12 {
grid-column: span 12;
}
.grid-container .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-start-12-end-12 {
grid-row: 12 / 13;
}
@media (min-width: 480px) {
.grid-container .colspan-sm-1 {
grid-column: span 1;
}
.grid-container .col-sm-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-sm-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-sm-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-sm-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-sm-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-sm-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-sm-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-sm-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-sm-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-sm-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-sm-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-sm-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-sm-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-sm-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-sm-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-sm-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-sm-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-sm-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-sm-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-sm-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-sm-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-sm-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-sm-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-sm-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-sm-2 {
grid-column: span 2;
}
.grid-container .col-sm-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-sm-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-sm-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-sm-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-sm-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-sm-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-sm-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-sm-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-sm-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-sm-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-sm-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-sm-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-sm-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-sm-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-sm-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-sm-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-sm-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-sm-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-sm-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-sm-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-sm-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-sm-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-sm-3 {
grid-column: span 3;
}
.grid-container .col-sm-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-sm-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-sm-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-sm-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-sm-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-sm-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-sm-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-sm-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-sm-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-sm-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-sm-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-sm-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-sm-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-sm-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-sm-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-sm-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-sm-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-sm-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-sm-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-sm-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-sm-4 {
grid-column: span 4;
}
.grid-container .col-sm-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-sm-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-sm-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-sm-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-sm-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-sm-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-sm-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-sm-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-sm-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-sm-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-sm-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-sm-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-sm-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-sm-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-sm-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-sm-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-sm-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-sm-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-sm-5 {
grid-column: span 5;
}
.grid-container .col-sm-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-sm-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-sm-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-sm-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-sm-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-sm-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-sm-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-sm-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-sm-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-sm-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-sm-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-sm-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-sm-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-sm-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-sm-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-sm-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-sm-6 {
grid-column: span 6;
}
.grid-container .col-sm-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-sm-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-sm-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-sm-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-sm-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-sm-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-sm-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-sm-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-sm-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-sm-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-sm-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-sm-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-sm-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-sm-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-sm-7 {
grid-column: span 7;
}
.grid-container .col-sm-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-sm-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-sm-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-sm-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-sm-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-sm-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-sm-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-sm-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-sm-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-sm-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-sm-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-sm-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-sm-8 {
grid-column: span 8;
}
.grid-container .col-sm-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-sm-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-sm-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-sm-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-sm-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-sm-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-sm-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-sm-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-sm-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-sm-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-sm-9 {
grid-column: span 9;
}
.grid-container .col-sm-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-sm-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-sm-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-sm-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-sm-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-sm-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-sm-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-sm-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-sm-10 {
grid-column: span 10;
}
.grid-container .col-sm-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-sm-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-sm-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-sm-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-sm-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-sm-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-sm-11 {
grid-column: span 11;
}
.grid-container .col-sm-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-sm-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-sm-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-sm-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-sm-12 {
grid-column: span 12;
}
.grid-container .col-sm-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-sm-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 960px) {
.grid-container .colspan-md-1 {
grid-column: span 1;
}
.grid-container .col-md-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-md-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-md-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-md-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-md-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-md-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-md-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-md-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-md-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-md-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-md-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-md-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-md-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-md-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-md-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-md-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-md-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-md-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-md-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-md-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-md-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-md-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-md-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-md-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-md-2 {
grid-column: span 2;
}
.grid-container .col-md-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-md-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-md-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-md-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-md-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-md-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-md-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-md-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-md-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-md-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-md-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-md-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-md-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-md-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-md-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-md-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-md-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-md-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-md-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-md-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-md-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-md-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-md-3 {
grid-column: span 3;
}
.grid-container .col-md-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-md-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-md-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-md-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-md-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-md-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-md-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-md-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-md-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-md-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-md-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-md-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-md-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-md-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-md-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-md-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-md-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-md-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-md-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-md-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-md-4 {
grid-column: span 4;
}
.grid-container .col-md-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-md-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-md-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-md-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-md-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-md-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-md-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-md-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-md-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-md-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-md-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-md-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-md-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-md-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-md-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-md-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-md-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-md-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-md-5 {
grid-column: span 5;
}
.grid-container .col-md-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-md-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-md-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-md-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-md-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-md-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-md-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-md-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-md-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-md-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-md-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-md-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-md-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-md-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-md-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-md-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-md-6 {
grid-column: span 6;
}
.grid-container .col-md-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-md-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-md-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-md-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-md-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-md-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-md-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-md-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-md-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-md-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-md-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-md-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-md-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-md-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-md-7 {
grid-column: span 7;
}
.grid-container .col-md-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-md-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-md-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-md-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-md-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-md-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-md-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-md-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-md-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-md-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-md-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-md-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-md-8 {
grid-column: span 8;
}
.grid-container .col-md-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-md-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-md-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-md-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-md-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-md-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-md-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-md-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-md-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-md-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-md-9 {
grid-column: span 9;
}
.grid-container .col-md-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-md-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-md-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-md-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-md-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-md-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-md-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-md-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-md-10 {
grid-column: span 10;
}
.grid-container .col-md-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-md-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-md-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-md-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-md-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-md-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-md-11 {
grid-column: span 11;
}
.grid-container .col-md-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-md-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-md-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-md-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-md-12 {
grid-column: span 12;
}
.grid-container .col-md-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-md-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1140px) {
.grid-container .colspan-lg-1 {
grid-column: span 1;
}
.grid-container .col-lg-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-lg-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-lg-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-lg-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-lg-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-lg-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-lg-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-lg-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-lg-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-lg-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-lg-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-lg-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-lg-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-lg-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-lg-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-lg-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-lg-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-lg-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-lg-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-lg-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-lg-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-lg-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-lg-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-lg-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-lg-2 {
grid-column: span 2;
}
.grid-container .col-lg-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-lg-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-lg-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-lg-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-lg-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-lg-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-lg-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-lg-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-lg-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-lg-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-lg-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-lg-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-lg-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-lg-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-lg-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-lg-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-lg-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-lg-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-lg-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-lg-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-lg-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-lg-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-lg-3 {
grid-column: span 3;
}
.grid-container .col-lg-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-lg-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-lg-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-lg-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-lg-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-lg-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-lg-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-lg-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-lg-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-lg-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-lg-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-lg-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-lg-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-lg-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-lg-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-lg-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-lg-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-lg-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-lg-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-lg-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-lg-4 {
grid-column: span 4;
}
.grid-container .col-lg-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-lg-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-lg-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-lg-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-lg-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-lg-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-lg-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-lg-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-lg-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-lg-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-lg-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-lg-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-lg-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-lg-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-lg-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-lg-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-lg-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-lg-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-lg-5 {
grid-column: span 5;
}
.grid-container .col-lg-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-lg-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-lg-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-lg-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-lg-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-lg-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-lg-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-lg-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-lg-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-lg-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-lg-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-lg-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-lg-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-lg-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-lg-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-lg-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-lg-6 {
grid-column: span 6;
}
.grid-container .col-lg-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-lg-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-lg-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-lg-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-lg-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-lg-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-lg-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-lg-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-lg-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-lg-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-lg-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-lg-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-lg-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-lg-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-lg-7 {
grid-column: span 7;
}
.grid-container .col-lg-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-lg-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-lg-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-lg-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-lg-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-lg-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-lg-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-lg-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-lg-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-lg-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-lg-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-lg-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-lg-8 {
grid-column: span 8;
}
.grid-container .col-lg-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-lg-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-lg-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-lg-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-lg-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-lg-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-lg-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-lg-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-lg-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-lg-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-lg-9 {
grid-column: span 9;
}
.grid-container .col-lg-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-lg-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-lg-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-lg-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-lg-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-lg-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-lg-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-lg-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-lg-10 {
grid-column: span 10;
}
.grid-container .col-lg-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-lg-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-lg-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-lg-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-lg-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-lg-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-lg-11 {
grid-column: span 11;
}
.grid-container .col-lg-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-lg-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-lg-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-lg-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-lg-12 {
grid-column: span 12;
}
.grid-container .col-lg-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-lg-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1280px) {
.grid-container .colspan-xl-1 {
grid-column: span 1;
}
.grid-container .col-xl-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container .row-xl-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container .col-xl-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container .row-xl-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container .col-xl-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container .row-xl-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container .col-xl-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container .row-xl-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container .col-xl-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container .row-xl-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container .col-xl-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container .row-xl-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container .col-xl-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container .row-xl-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container .col-xl-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container .row-xl-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container .col-xl-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container .row-xl-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container .col-xl-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container .row-xl-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container .col-xl-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container .row-xl-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container .col-xl-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container .row-xl-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container .colspan-xl-2 {
grid-column: span 2;
}
.grid-container .col-xl-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container .row-xl-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container .col-xl-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container .row-xl-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container .col-xl-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container .row-xl-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container .col-xl-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container .row-xl-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container .col-xl-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container .row-xl-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container .col-xl-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container .row-xl-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container .col-xl-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container .row-xl-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container .col-xl-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container .row-xl-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container .col-xl-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container .row-xl-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container .col-xl-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container .row-xl-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container .col-xl-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container .row-xl-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container .colspan-xl-3 {
grid-column: span 3;
}
.grid-container .col-xl-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container .row-xl-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container .col-xl-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container .row-xl-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container .col-xl-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container .row-xl-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container .col-xl-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container .row-xl-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container .col-xl-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container .row-xl-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container .col-xl-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container .row-xl-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container .col-xl-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container .row-xl-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container .col-xl-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container .row-xl-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container .col-xl-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container .row-xl-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container .col-xl-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container .row-xl-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container .colspan-xl-4 {
grid-column: span 4;
}
.grid-container .col-xl-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container .row-xl-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container .col-xl-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container .row-xl-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container .col-xl-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container .row-xl-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container .col-xl-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container .row-xl-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container .col-xl-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container .row-xl-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container .col-xl-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container .row-xl-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container .col-xl-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container .row-xl-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container .col-xl-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container .row-xl-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container .col-xl-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container .row-xl-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container .colspan-xl-5 {
grid-column: span 5;
}
.grid-container .col-xl-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container .row-xl-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container .col-xl-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container .row-xl-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container .col-xl-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container .row-xl-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container .col-xl-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container .row-xl-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container .col-xl-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container .row-xl-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container .col-xl-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container .row-xl-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container .col-xl-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container .row-xl-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container .col-xl-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container .row-xl-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container .colspan-xl-6 {
grid-column: span 6;
}
.grid-container .col-xl-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container .row-xl-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container .col-xl-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container .row-xl-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container .col-xl-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container .row-xl-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container .col-xl-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container .row-xl-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container .col-xl-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container .row-xl-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container .col-xl-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container .row-xl-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container .col-xl-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container .row-xl-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container .colspan-xl-7 {
grid-column: span 7;
}
.grid-container .col-xl-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container .row-xl-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container .col-xl-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container .row-xl-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container .col-xl-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container .row-xl-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container .col-xl-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container .row-xl-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container .col-xl-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container .row-xl-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container .col-xl-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container .row-xl-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container .colspan-xl-8 {
grid-column: span 8;
}
.grid-container .col-xl-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container .row-xl-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container .col-xl-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container .row-xl-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container .col-xl-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container .row-xl-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container .col-xl-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container .row-xl-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container .col-xl-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container .row-xl-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container .colspan-xl-9 {
grid-column: span 9;
}
.grid-container .col-xl-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container .row-xl-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container .col-xl-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container .row-xl-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container .col-xl-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container .row-xl-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container .col-xl-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container .row-xl-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container .colspan-xl-10 {
grid-column: span 10;
}
.grid-container .col-xl-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container .row-xl-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container .col-xl-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container .row-xl-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container .col-xl-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container .row-xl-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container .colspan-xl-11 {
grid-column: span 11;
}
.grid-container .col-xl-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container .row-xl-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container .col-xl-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container .row-xl-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container .colspan-xl-12 {
grid-column: span 12;
}
.grid-container .col-xl-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container .row-xl-start-12-end-12 {
grid-row: 12 / 13;
}
}
.grid-container.cols-1 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-2 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-3 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-4 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-5 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-6 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-7 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-8 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-9 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-10 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-11 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-12 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 480px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-sm-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 960px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-md-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1140px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-lg-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1280px) {
.grid-container {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container.cols-xl-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
.grid-container-fluid {
width: 100%;
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid .colspan-1 {
grid-column: span 1;
}
.grid-container-fluid .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-2 {
grid-column: span 2;
}
.grid-container-fluid .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-3 {
grid-column: span 3;
}
.grid-container-fluid .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-4 {
grid-column: span 4;
}
.grid-container-fluid .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-5 {
grid-column: span 5;
}
.grid-container-fluid .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-6 {
grid-column: span 6;
}
.grid-container-fluid .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-7 {
grid-column: span 7;
}
.grid-container-fluid .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-8 {
grid-column: span 8;
}
.grid-container-fluid .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-9 {
grid-column: span 9;
}
.grid-container-fluid .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-10 {
grid-column: span 10;
}
.grid-container-fluid .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-11 {
grid-column: span 11;
}
.grid-container-fluid .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-12 {
grid-column: span 12;
}
.grid-container-fluid .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-start-12-end-12 {
grid-row: 12 / 13;
}
.grid-container-fluid .colspan-1 {
grid-column: span 1;
}
.grid-container-fluid .col-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-2 {
grid-column: span 2;
}
.grid-container-fluid .col-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-3 {
grid-column: span 3;
}
.grid-container-fluid .col-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-4 {
grid-column: span 4;
}
.grid-container-fluid .col-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-5 {
grid-column: span 5;
}
.grid-container-fluid .col-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-6 {
grid-column: span 6;
}
.grid-container-fluid .col-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-7 {
grid-column: span 7;
}
.grid-container-fluid .col-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-8 {
grid-column: span 8;
}
.grid-container-fluid .col-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-9 {
grid-column: span 9;
}
.grid-container-fluid .col-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-10 {
grid-column: span 10;
}
.grid-container-fluid .col-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-11 {
grid-column: span 11;
}
.grid-container-fluid .col-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-12 {
grid-column: span 12;
}
.grid-container-fluid .col-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-start-12-end-12 {
grid-row: 12 / 13;
}
@media (min-width: 480px) {
.grid-container-fluid .colspan-sm-1 {
grid-column: span 1;
}
.grid-container-fluid .col-sm-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-sm-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-sm-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-sm-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-sm-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-sm-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-sm-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-sm-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-sm-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-sm-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-sm-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-sm-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-sm-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-sm-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-sm-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-sm-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-sm-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-sm-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-sm-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-sm-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-sm-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-sm-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-sm-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-sm-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-sm-2 {
grid-column: span 2;
}
.grid-container-fluid .col-sm-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-sm-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-sm-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-sm-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-sm-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-sm-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-sm-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-sm-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-sm-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-sm-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-sm-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-sm-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-sm-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-sm-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-sm-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-sm-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-sm-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-sm-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-sm-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-sm-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-sm-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-sm-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-sm-3 {
grid-column: span 3;
}
.grid-container-fluid .col-sm-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-sm-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-sm-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-sm-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-sm-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-sm-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-sm-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-sm-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-sm-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-sm-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-sm-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-sm-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-sm-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-sm-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-sm-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-sm-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-sm-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-sm-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-sm-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-sm-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-sm-4 {
grid-column: span 4;
}
.grid-container-fluid .col-sm-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-sm-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-sm-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-sm-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-sm-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-sm-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-sm-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-sm-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-sm-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-sm-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-sm-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-sm-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-sm-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-sm-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-sm-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-sm-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-sm-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-sm-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-sm-5 {
grid-column: span 5;
}
.grid-container-fluid .col-sm-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-sm-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-sm-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-sm-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-sm-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-sm-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-sm-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-sm-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-sm-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-sm-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-sm-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-sm-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-sm-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-sm-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-sm-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-sm-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-sm-6 {
grid-column: span 6;
}
.grid-container-fluid .col-sm-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-sm-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-sm-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-sm-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-sm-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-sm-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-sm-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-sm-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-sm-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-sm-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-sm-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-sm-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-sm-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-sm-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-sm-7 {
grid-column: span 7;
}
.grid-container-fluid .col-sm-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-sm-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-sm-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-sm-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-sm-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-sm-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-sm-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-sm-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-sm-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-sm-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-sm-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-sm-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-sm-8 {
grid-column: span 8;
}
.grid-container-fluid .col-sm-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-sm-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-sm-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-sm-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-sm-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-sm-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-sm-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-sm-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-sm-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-sm-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-sm-9 {
grid-column: span 9;
}
.grid-container-fluid .col-sm-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-sm-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-sm-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-sm-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-sm-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-sm-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-sm-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-sm-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-sm-10 {
grid-column: span 10;
}
.grid-container-fluid .col-sm-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-sm-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-sm-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-sm-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-sm-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-sm-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-sm-11 {
grid-column: span 11;
}
.grid-container-fluid .col-sm-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-sm-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-sm-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-sm-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-sm-12 {
grid-column: span 12;
}
.grid-container-fluid .col-sm-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-sm-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 960px) {
.grid-container-fluid .colspan-md-1 {
grid-column: span 1;
}
.grid-container-fluid .col-md-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-md-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-md-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-md-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-md-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-md-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-md-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-md-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-md-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-md-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-md-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-md-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-md-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-md-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-md-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-md-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-md-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-md-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-md-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-md-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-md-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-md-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-md-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-md-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-md-2 {
grid-column: span 2;
}
.grid-container-fluid .col-md-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-md-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-md-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-md-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-md-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-md-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-md-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-md-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-md-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-md-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-md-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-md-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-md-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-md-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-md-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-md-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-md-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-md-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-md-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-md-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-md-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-md-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-md-3 {
grid-column: span 3;
}
.grid-container-fluid .col-md-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-md-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-md-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-md-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-md-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-md-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-md-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-md-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-md-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-md-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-md-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-md-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-md-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-md-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-md-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-md-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-md-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-md-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-md-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-md-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-md-4 {
grid-column: span 4;
}
.grid-container-fluid .col-md-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-md-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-md-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-md-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-md-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-md-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-md-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-md-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-md-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-md-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-md-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-md-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-md-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-md-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-md-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-md-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-md-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-md-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-md-5 {
grid-column: span 5;
}
.grid-container-fluid .col-md-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-md-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-md-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-md-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-md-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-md-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-md-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-md-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-md-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-md-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-md-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-md-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-md-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-md-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-md-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-md-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-md-6 {
grid-column: span 6;
}
.grid-container-fluid .col-md-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-md-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-md-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-md-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-md-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-md-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-md-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-md-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-md-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-md-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-md-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-md-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-md-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-md-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-md-7 {
grid-column: span 7;
}
.grid-container-fluid .col-md-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-md-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-md-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-md-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-md-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-md-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-md-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-md-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-md-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-md-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-md-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-md-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-md-8 {
grid-column: span 8;
}
.grid-container-fluid .col-md-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-md-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-md-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-md-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-md-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-md-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-md-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-md-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-md-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-md-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-md-9 {
grid-column: span 9;
}
.grid-container-fluid .col-md-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-md-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-md-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-md-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-md-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-md-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-md-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-md-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-md-10 {
grid-column: span 10;
}
.grid-container-fluid .col-md-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-md-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-md-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-md-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-md-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-md-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-md-11 {
grid-column: span 11;
}
.grid-container-fluid .col-md-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-md-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-md-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-md-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-md-12 {
grid-column: span 12;
}
.grid-container-fluid .col-md-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-md-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1140px) {
.grid-container-fluid .colspan-lg-1 {
grid-column: span 1;
}
.grid-container-fluid .col-lg-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-lg-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-lg-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-lg-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-lg-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-lg-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-lg-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-lg-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-lg-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-lg-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-lg-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-lg-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-lg-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-lg-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-lg-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-lg-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-lg-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-lg-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-lg-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-lg-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-lg-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-lg-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-lg-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-lg-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-lg-2 {
grid-column: span 2;
}
.grid-container-fluid .col-lg-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-lg-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-lg-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-lg-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-lg-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-lg-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-lg-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-lg-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-lg-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-lg-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-lg-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-lg-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-lg-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-lg-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-lg-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-lg-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-lg-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-lg-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-lg-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-lg-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-lg-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-lg-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-lg-3 {
grid-column: span 3;
}
.grid-container-fluid .col-lg-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-lg-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-lg-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-lg-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-lg-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-lg-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-lg-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-lg-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-lg-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-lg-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-lg-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-lg-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-lg-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-lg-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-lg-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-lg-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-lg-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-lg-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-lg-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-lg-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-lg-4 {
grid-column: span 4;
}
.grid-container-fluid .col-lg-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-lg-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-lg-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-lg-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-lg-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-lg-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-lg-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-lg-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-lg-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-lg-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-lg-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-lg-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-lg-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-lg-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-lg-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-lg-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-lg-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-lg-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-lg-5 {
grid-column: span 5;
}
.grid-container-fluid .col-lg-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-lg-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-lg-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-lg-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-lg-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-lg-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-lg-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-lg-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-lg-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-lg-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-lg-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-lg-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-lg-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-lg-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-lg-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-lg-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-lg-6 {
grid-column: span 6;
}
.grid-container-fluid .col-lg-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-lg-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-lg-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-lg-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-lg-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-lg-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-lg-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-lg-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-lg-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-lg-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-lg-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-lg-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-lg-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-lg-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-lg-7 {
grid-column: span 7;
}
.grid-container-fluid .col-lg-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-lg-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-lg-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-lg-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-lg-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-lg-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-lg-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-lg-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-lg-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-lg-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-lg-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-lg-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-lg-8 {
grid-column: span 8;
}
.grid-container-fluid .col-lg-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-lg-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-lg-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-lg-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-lg-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-lg-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-lg-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-lg-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-lg-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-lg-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-lg-9 {
grid-column: span 9;
}
.grid-container-fluid .col-lg-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-lg-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-lg-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-lg-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-lg-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-lg-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-lg-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-lg-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-lg-10 {
grid-column: span 10;
}
.grid-container-fluid .col-lg-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-lg-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-lg-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-lg-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-lg-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-lg-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-lg-11 {
grid-column: span 11;
}
.grid-container-fluid .col-lg-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-lg-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-lg-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-lg-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-lg-12 {
grid-column: span 12;
}
.grid-container-fluid .col-lg-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-lg-start-12-end-12 {
grid-row: 12 / 13;
}
}
@media (min-width: 1280px) {
.grid-container-fluid .colspan-xl-1 {
grid-column: span 1;
}
.grid-container-fluid .col-xl-start-1-end-1 {
grid-column: 1 / 2;
}
.grid-container-fluid .row-xl-start-1-end-1 {
grid-row: 1 / 2;
}
.grid-container-fluid .col-xl-start-1-end-2 {
grid-column: 1 / 3;
}
.grid-container-fluid .row-xl-start-1-end-2 {
grid-row: 1 / 3;
}
.grid-container-fluid .col-xl-start-1-end-3 {
grid-column: 1 / 4;
}
.grid-container-fluid .row-xl-start-1-end-3 {
grid-row: 1 / 4;
}
.grid-container-fluid .col-xl-start-1-end-4 {
grid-column: 1 / 5;
}
.grid-container-fluid .row-xl-start-1-end-4 {
grid-row: 1 / 5;
}
.grid-container-fluid .col-xl-start-1-end-5 {
grid-column: 1 / 6;
}
.grid-container-fluid .row-xl-start-1-end-5 {
grid-row: 1 / 6;
}
.grid-container-fluid .col-xl-start-1-end-6 {
grid-column: 1 / 7;
}
.grid-container-fluid .row-xl-start-1-end-6 {
grid-row: 1 / 7;
}
.grid-container-fluid .col-xl-start-1-end-7 {
grid-column: 1 / 8;
}
.grid-container-fluid .row-xl-start-1-end-7 {
grid-row: 1 / 8;
}
.grid-container-fluid .col-xl-start-1-end-8 {
grid-column: 1 / 9;
}
.grid-container-fluid .row-xl-start-1-end-8 {
grid-row: 1 / 9;
}
.grid-container-fluid .col-xl-start-1-end-9 {
grid-column: 1 / 10;
}
.grid-container-fluid .row-xl-start-1-end-9 {
grid-row: 1 / 10;
}
.grid-container-fluid .col-xl-start-1-end-10 {
grid-column: 1 / 11;
}
.grid-container-fluid .row-xl-start-1-end-10 {
grid-row: 1 / 11;
}
.grid-container-fluid .col-xl-start-1-end-11 {
grid-column: 1 / 12;
}
.grid-container-fluid .row-xl-start-1-end-11 {
grid-row: 1 / 12;
}
.grid-container-fluid .col-xl-start-1-end-12 {
grid-column: 1 / 13;
}
.grid-container-fluid .row-xl-start-1-end-12 {
grid-row: 1 / 13;
}
.grid-container-fluid .colspan-xl-2 {
grid-column: span 2;
}
.grid-container-fluid .col-xl-start-2-end-2 {
grid-column: 2 / 3;
}
.grid-container-fluid .row-xl-start-2-end-2 {
grid-row: 2 / 3;
}
.grid-container-fluid .col-xl-start-2-end-3 {
grid-column: 2 / 4;
}
.grid-container-fluid .row-xl-start-2-end-3 {
grid-row: 2 / 4;
}
.grid-container-fluid .col-xl-start-2-end-4 {
grid-column: 2 / 5;
}
.grid-container-fluid .row-xl-start-2-end-4 {
grid-row: 2 / 5;
}
.grid-container-fluid .col-xl-start-2-end-5 {
grid-column: 2 / 6;
}
.grid-container-fluid .row-xl-start-2-end-5 {
grid-row: 2 / 6;
}
.grid-container-fluid .col-xl-start-2-end-6 {
grid-column: 2 / 7;
}
.grid-container-fluid .row-xl-start-2-end-6 {
grid-row: 2 / 7;
}
.grid-container-fluid .col-xl-start-2-end-7 {
grid-column: 2 / 8;
}
.grid-container-fluid .row-xl-start-2-end-7 {
grid-row: 2 / 8;
}
.grid-container-fluid .col-xl-start-2-end-8 {
grid-column: 2 / 9;
}
.grid-container-fluid .row-xl-start-2-end-8 {
grid-row: 2 / 9;
}
.grid-container-fluid .col-xl-start-2-end-9 {
grid-column: 2 / 10;
}
.grid-container-fluid .row-xl-start-2-end-9 {
grid-row: 2 / 10;
}
.grid-container-fluid .col-xl-start-2-end-10 {
grid-column: 2 / 11;
}
.grid-container-fluid .row-xl-start-2-end-10 {
grid-row: 2 / 11;
}
.grid-container-fluid .col-xl-start-2-end-11 {
grid-column: 2 / 12;
}
.grid-container-fluid .row-xl-start-2-end-11 {
grid-row: 2 / 12;
}
.grid-container-fluid .col-xl-start-2-end-12 {
grid-column: 2 / 13;
}
.grid-container-fluid .row-xl-start-2-end-12 {
grid-row: 2 / 13;
}
.grid-container-fluid .colspan-xl-3 {
grid-column: span 3;
}
.grid-container-fluid .col-xl-start-3-end-3 {
grid-column: 3 / 4;
}
.grid-container-fluid .row-xl-start-3-end-3 {
grid-row: 3 / 4;
}
.grid-container-fluid .col-xl-start-3-end-4 {
grid-column: 3 / 5;
}
.grid-container-fluid .row-xl-start-3-end-4 {
grid-row: 3 / 5;
}
.grid-container-fluid .col-xl-start-3-end-5 {
grid-column: 3 / 6;
}
.grid-container-fluid .row-xl-start-3-end-5 {
grid-row: 3 / 6;
}
.grid-container-fluid .col-xl-start-3-end-6 {
grid-column: 3 / 7;
}
.grid-container-fluid .row-xl-start-3-end-6 {
grid-row: 3 / 7;
}
.grid-container-fluid .col-xl-start-3-end-7 {
grid-column: 3 / 8;
}
.grid-container-fluid .row-xl-start-3-end-7 {
grid-row: 3 / 8;
}
.grid-container-fluid .col-xl-start-3-end-8 {
grid-column: 3 / 9;
}
.grid-container-fluid .row-xl-start-3-end-8 {
grid-row: 3 / 9;
}
.grid-container-fluid .col-xl-start-3-end-9 {
grid-column: 3 / 10;
}
.grid-container-fluid .row-xl-start-3-end-9 {
grid-row: 3 / 10;
}
.grid-container-fluid .col-xl-start-3-end-10 {
grid-column: 3 / 11;
}
.grid-container-fluid .row-xl-start-3-end-10 {
grid-row: 3 / 11;
}
.grid-container-fluid .col-xl-start-3-end-11 {
grid-column: 3 / 12;
}
.grid-container-fluid .row-xl-start-3-end-11 {
grid-row: 3 / 12;
}
.grid-container-fluid .col-xl-start-3-end-12 {
grid-column: 3 / 13;
}
.grid-container-fluid .row-xl-start-3-end-12 {
grid-row: 3 / 13;
}
.grid-container-fluid .colspan-xl-4 {
grid-column: span 4;
}
.grid-container-fluid .col-xl-start-4-end-4 {
grid-column: 4 / 5;
}
.grid-container-fluid .row-xl-start-4-end-4 {
grid-row: 4 / 5;
}
.grid-container-fluid .col-xl-start-4-end-5 {
grid-column: 4 / 6;
}
.grid-container-fluid .row-xl-start-4-end-5 {
grid-row: 4 / 6;
}
.grid-container-fluid .col-xl-start-4-end-6 {
grid-column: 4 / 7;
}
.grid-container-fluid .row-xl-start-4-end-6 {
grid-row: 4 / 7;
}
.grid-container-fluid .col-xl-start-4-end-7 {
grid-column: 4 / 8;
}
.grid-container-fluid .row-xl-start-4-end-7 {
grid-row: 4 / 8;
}
.grid-container-fluid .col-xl-start-4-end-8 {
grid-column: 4 / 9;
}
.grid-container-fluid .row-xl-start-4-end-8 {
grid-row: 4 / 9;
}
.grid-container-fluid .col-xl-start-4-end-9 {
grid-column: 4 / 10;
}
.grid-container-fluid .row-xl-start-4-end-9 {
grid-row: 4 / 10;
}
.grid-container-fluid .col-xl-start-4-end-10 {
grid-column: 4 / 11;
}
.grid-container-fluid .row-xl-start-4-end-10 {
grid-row: 4 / 11;
}
.grid-container-fluid .col-xl-start-4-end-11 {
grid-column: 4 / 12;
}
.grid-container-fluid .row-xl-start-4-end-11 {
grid-row: 4 / 12;
}
.grid-container-fluid .col-xl-start-4-end-12 {
grid-column: 4 / 13;
}
.grid-container-fluid .row-xl-start-4-end-12 {
grid-row: 4 / 13;
}
.grid-container-fluid .colspan-xl-5 {
grid-column: span 5;
}
.grid-container-fluid .col-xl-start-5-end-5 {
grid-column: 5 / 6;
}
.grid-container-fluid .row-xl-start-5-end-5 {
grid-row: 5 / 6;
}
.grid-container-fluid .col-xl-start-5-end-6 {
grid-column: 5 / 7;
}
.grid-container-fluid .row-xl-start-5-end-6 {
grid-row: 5 / 7;
}
.grid-container-fluid .col-xl-start-5-end-7 {
grid-column: 5 / 8;
}
.grid-container-fluid .row-xl-start-5-end-7 {
grid-row: 5 / 8;
}
.grid-container-fluid .col-xl-start-5-end-8 {
grid-column: 5 / 9;
}
.grid-container-fluid .row-xl-start-5-end-8 {
grid-row: 5 / 9;
}
.grid-container-fluid .col-xl-start-5-end-9 {
grid-column: 5 / 10;
}
.grid-container-fluid .row-xl-start-5-end-9 {
grid-row: 5 / 10;
}
.grid-container-fluid .col-xl-start-5-end-10 {
grid-column: 5 / 11;
}
.grid-container-fluid .row-xl-start-5-end-10 {
grid-row: 5 / 11;
}
.grid-container-fluid .col-xl-start-5-end-11 {
grid-column: 5 / 12;
}
.grid-container-fluid .row-xl-start-5-end-11 {
grid-row: 5 / 12;
}
.grid-container-fluid .col-xl-start-5-end-12 {
grid-column: 5 / 13;
}
.grid-container-fluid .row-xl-start-5-end-12 {
grid-row: 5 / 13;
}
.grid-container-fluid .colspan-xl-6 {
grid-column: span 6;
}
.grid-container-fluid .col-xl-start-6-end-6 {
grid-column: 6 / 7;
}
.grid-container-fluid .row-xl-start-6-end-6 {
grid-row: 6 / 7;
}
.grid-container-fluid .col-xl-start-6-end-7 {
grid-column: 6 / 8;
}
.grid-container-fluid .row-xl-start-6-end-7 {
grid-row: 6 / 8;
}
.grid-container-fluid .col-xl-start-6-end-8 {
grid-column: 6 / 9;
}
.grid-container-fluid .row-xl-start-6-end-8 {
grid-row: 6 / 9;
}
.grid-container-fluid .col-xl-start-6-end-9 {
grid-column: 6 / 10;
}
.grid-container-fluid .row-xl-start-6-end-9 {
grid-row: 6 / 10;
}
.grid-container-fluid .col-xl-start-6-end-10 {
grid-column: 6 / 11;
}
.grid-container-fluid .row-xl-start-6-end-10 {
grid-row: 6 / 11;
}
.grid-container-fluid .col-xl-start-6-end-11 {
grid-column: 6 / 12;
}
.grid-container-fluid .row-xl-start-6-end-11 {
grid-row: 6 / 12;
}
.grid-container-fluid .col-xl-start-6-end-12 {
grid-column: 6 / 13;
}
.grid-container-fluid .row-xl-start-6-end-12 {
grid-row: 6 / 13;
}
.grid-container-fluid .colspan-xl-7 {
grid-column: span 7;
}
.grid-container-fluid .col-xl-start-7-end-7 {
grid-column: 7 / 8;
}
.grid-container-fluid .row-xl-start-7-end-7 {
grid-row: 7 / 8;
}
.grid-container-fluid .col-xl-start-7-end-8 {
grid-column: 7 / 9;
}
.grid-container-fluid .row-xl-start-7-end-8 {
grid-row: 7 / 9;
}
.grid-container-fluid .col-xl-start-7-end-9 {
grid-column: 7 / 10;
}
.grid-container-fluid .row-xl-start-7-end-9 {
grid-row: 7 / 10;
}
.grid-container-fluid .col-xl-start-7-end-10 {
grid-column: 7 / 11;
}
.grid-container-fluid .row-xl-start-7-end-10 {
grid-row: 7 / 11;
}
.grid-container-fluid .col-xl-start-7-end-11 {
grid-column: 7 / 12;
}
.grid-container-fluid .row-xl-start-7-end-11 {
grid-row: 7 / 12;
}
.grid-container-fluid .col-xl-start-7-end-12 {
grid-column: 7 / 13;
}
.grid-container-fluid .row-xl-start-7-end-12 {
grid-row: 7 / 13;
}
.grid-container-fluid .colspan-xl-8 {
grid-column: span 8;
}
.grid-container-fluid .col-xl-start-8-end-8 {
grid-column: 8 / 9;
}
.grid-container-fluid .row-xl-start-8-end-8 {
grid-row: 8 / 9;
}
.grid-container-fluid .col-xl-start-8-end-9 {
grid-column: 8 / 10;
}
.grid-container-fluid .row-xl-start-8-end-9 {
grid-row: 8 / 10;
}
.grid-container-fluid .col-xl-start-8-end-10 {
grid-column: 8 / 11;
}
.grid-container-fluid .row-xl-start-8-end-10 {
grid-row: 8 / 11;
}
.grid-container-fluid .col-xl-start-8-end-11 {
grid-column: 8 / 12;
}
.grid-container-fluid .row-xl-start-8-end-11 {
grid-row: 8 / 12;
}
.grid-container-fluid .col-xl-start-8-end-12 {
grid-column: 8 / 13;
}
.grid-container-fluid .row-xl-start-8-end-12 {
grid-row: 8 / 13;
}
.grid-container-fluid .colspan-xl-9 {
grid-column: span 9;
}
.grid-container-fluid .col-xl-start-9-end-9 {
grid-column: 9 / 10;
}
.grid-container-fluid .row-xl-start-9-end-9 {
grid-row: 9 / 10;
}
.grid-container-fluid .col-xl-start-9-end-10 {
grid-column: 9 / 11;
}
.grid-container-fluid .row-xl-start-9-end-10 {
grid-row: 9 / 11;
}
.grid-container-fluid .col-xl-start-9-end-11 {
grid-column: 9 / 12;
}
.grid-container-fluid .row-xl-start-9-end-11 {
grid-row: 9 / 12;
}
.grid-container-fluid .col-xl-start-9-end-12 {
grid-column: 9 / 13;
}
.grid-container-fluid .row-xl-start-9-end-12 {
grid-row: 9 / 13;
}
.grid-container-fluid .colspan-xl-10 {
grid-column: span 10;
}
.grid-container-fluid .col-xl-start-10-end-10 {
grid-column: 10 / 11;
}
.grid-container-fluid .row-xl-start-10-end-10 {
grid-row: 10 / 11;
}
.grid-container-fluid .col-xl-start-10-end-11 {
grid-column: 10 / 12;
}
.grid-container-fluid .row-xl-start-10-end-11 {
grid-row: 10 / 12;
}
.grid-container-fluid .col-xl-start-10-end-12 {
grid-column: 10 / 13;
}
.grid-container-fluid .row-xl-start-10-end-12 {
grid-row: 10 / 13;
}
.grid-container-fluid .colspan-xl-11 {
grid-column: span 11;
}
.grid-container-fluid .col-xl-start-11-end-11 {
grid-column: 11 / 12;
}
.grid-container-fluid .row-xl-start-11-end-11 {
grid-row: 11 / 12;
}
.grid-container-fluid .col-xl-start-11-end-12 {
grid-column: 11 / 13;
}
.grid-container-fluid .row-xl-start-11-end-12 {
grid-row: 11 / 13;
}
.grid-container-fluid .colspan-xl-12 {
grid-column: span 12;
}
.grid-container-fluid .col-xl-start-12-end-12 {
grid-column: 12 / 13;
}
.grid-container-fluid .row-xl-start-12-end-12 {
grid-row: 12 / 13;
}
}
.grid-container-fluid.cols-1 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-2 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-3 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-4 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-5 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-6 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-7 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-8 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-9 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-10 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-11 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-12 {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 480px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-sm-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 960px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-md-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1140px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-lg-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 1280px) {
.grid-container-fluid {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-1 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(1, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-2 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-3 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-4 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-5 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-6 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-7 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-8 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(8, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-9 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(9, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-10 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(10, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-11 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(11, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-container-fluid.cols-xl-12 {
display: grid;
grid-gap: 15px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
}
.custom-grid {
display: grid;
grid-gap: var(--gap);
grid-template-columns: repeat(var(--cols-number), minmax(0, 1fr));
grid-template-rows: auto;
margin-right: auto;
margin-left: auto;
}
.grid-item {
box-sizing: border-box;
padding: 10px;
}
.grid-item.no-padding {
padding: 0;
}
.layout-1 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-areas: "head head" "main main";
}
.layout-1 header {
grid-area: head;
}
.layout-1 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1 > nav {
grid-area: nav;
}
.layout-1 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > aside {
grid-area: aside;
}
.layout-1 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > main {
grid-area: main;
}
.layout-1 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > footer {
grid-area: foot;
}
.layout-2 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr;
grid-template-areas: "head head" "nav main";
}
.layout-2 header {
grid-area: head;
}
.layout-2 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2 > nav {
grid-area: nav;
}
.layout-2 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > aside {
grid-area: aside;
}
.layout-2 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > main {
grid-area: main;
}
.layout-2 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > footer {
grid-area: foot;
}
.layout-3 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr;
grid-template-areas: "nav head" "nav main";
}
.layout-3 header {
grid-area: head;
}
.layout-3 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3 > nav {
grid-area: nav;
}
.layout-3 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > aside {
grid-area: aside;
}
.layout-3 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > main {
grid-area: main;
}
.layout-3 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > footer {
grid-area: foot;
}
.layout-4 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr;
grid-template-areas: "head head" "nav main" "foot foot";
}
.layout-4 header {
grid-area: head;
}
.layout-4 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4 > nav {
grid-area: nav;
}
.layout-4 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > aside {
grid-area: aside;
}
.layout-4 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > main {
grid-area: main;
}
.layout-4 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > footer {
grid-area: foot;
}
.layout-5 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr;
grid-template-areas: "head head" "nav main" "nav foot";
}
.layout-5 header {
grid-area: head;
}
.layout-5 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5 > nav {
grid-area: nav;
}
.layout-5 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > aside {
grid-area: aside;
}
.layout-5 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > main {
grid-area: main;
}
.layout-5 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > footer {
grid-area: foot;
}
.layout-6 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr;
grid-template-areas: "nav head" "nav main" "nav foot";
}
.layout-6 header {
grid-area: head;
}
.layout-6 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6 > nav {
grid-area: nav;
}
.layout-6 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > aside {
grid-area: aside;
}
.layout-6 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > main {
grid-area: main;
}
.layout-6 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > footer {
grid-area: foot;
}
.layout-7 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "head head head" "nav main aside" "foot foot foot";
}
.layout-7 header {
grid-area: head;
}
.layout-7 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7 > nav {
grid-area: nav;
}
.layout-7 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > aside {
grid-area: aside;
}
.layout-7 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > main {
grid-area: main;
}
.layout-7 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > footer {
grid-area: foot;
}
.layout-8 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "head head head" "nav main aside";
}
.layout-8 header {
grid-area: head;
}
.layout-8 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8 > nav {
grid-area: nav;
}
.layout-8 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > aside {
grid-area: aside;
}
.layout-8 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > main {
grid-area: main;
}
.layout-8 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > footer {
grid-area: foot;
}
.layout-9 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "nav head head" "nav main aside";
}
.layout-9 header {
grid-area: head;
}
.layout-9 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9 > nav {
grid-area: nav;
}
.layout-9 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > aside {
grid-area: aside;
}
.layout-9 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > main {
grid-area: main;
}
.layout-9 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > footer {
grid-area: foot;
}
.layout-10 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 250px 1fr 200px;
grid-template-areas: "nav head head" "nav main aside" "nav foot foot";
}
.layout-10 header {
grid-area: head;
}
.layout-10 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10 > nav {
grid-area: nav;
}
.layout-10 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > aside {
grid-area: aside;
}
.layout-10 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > main {
grid-area: main;
}
.layout-10 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > footer {
grid-area: foot;
}
@media (max-width: 959.98px) {
.layout-1 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1 header {
grid-area: head;
}
.layout-1 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1 > nav {
grid-area: nav;
}
.layout-1 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > aside {
grid-area: aside;
}
.layout-1 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > main {
grid-area: main;
}
.layout-1 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1 > footer {
grid-area: foot;
}
.layout-2 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main";
}
.layout-2 header {
grid-area: head;
}
.layout-2 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2 > nav {
grid-area: nav;
}
.layout-2 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > aside {
grid-area: aside;
}
.layout-2 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > main {
grid-area: main;
}
.layout-2 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2 > footer {
grid-area: foot;
}
.layout-3 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main";
}
.layout-3 header {
grid-area: head;
}
.layout-3 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3 > nav {
grid-area: nav;
}
.layout-3 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > aside {
grid-area: aside;
}
.layout-3 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > main {
grid-area: main;
}
.layout-3 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3 > footer {
grid-area: foot;
}
.layout-4 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "foot";
}
.layout-4 header {
grid-area: head;
}
.layout-4 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4 > nav {
grid-area: nav;
}
.layout-4 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > aside {
grid-area: aside;
}
.layout-4 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > main {
grid-area: main;
}
.layout-4 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4 > footer {
grid-area: foot;
}
.layout-5 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "foot";
}
.layout-5 header {
grid-area: head;
}
.layout-5 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5 > nav {
grid-area: nav;
}
.layout-5 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > aside {
grid-area: aside;
}
.layout-5 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > main {
grid-area: main;
}
.layout-5 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5 > footer {
grid-area: foot;
}
.layout-6 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "foot";
}
.layout-6 header {
grid-area: head;
}
.layout-6 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6 > nav {
grid-area: nav;
}
.layout-6 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > aside {
grid-area: aside;
}
.layout-6 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > main {
grid-area: main;
}
.layout-6 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6 > footer {
grid-area: foot;
}
.layout-7 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside" "foot";
}
.layout-7 header {
grid-area: head;
}
.layout-7 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7 > nav {
grid-area: nav;
}
.layout-7 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > aside {
grid-area: aside;
}
.layout-7 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > main {
grid-area: main;
}
.layout-7 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7 > footer {
grid-area: foot;
}
.layout-8 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside";
}
.layout-8 header {
grid-area: head;
}
.layout-8 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8 > nav {
grid-area: nav;
}
.layout-8 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > aside {
grid-area: aside;
}
.layout-8 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > main {
grid-area: main;
}
.layout-8 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8 > footer {
grid-area: foot;
}
.layout-9 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside";
}
.layout-9 header {
grid-area: head;
}
.layout-9 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9 > nav {
grid-area: nav;
}
.layout-9 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > aside {
grid-area: aside;
}
.layout-9 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > main {
grid-area: main;
}
.layout-9 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9 > footer {
grid-area: foot;
}
.layout-10 {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto minmax(56px, auto) 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "nav" "main" "aside" "foot";
}
.layout-10 header {
grid-area: head;
}
.layout-10 header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10 > nav {
grid-area: nav;
}
.layout-10 > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > aside {
grid-area: aside;
}
.layout-10 > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > main {
grid-area: main;
}
.layout-10 > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10 > footer {
grid-area: foot;
}
}
@media (max-width: 959.98px) {
.layout-1.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-sm header {
grid-area: head;
}
.layout-1.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-1.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-1.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-sm > main {
grid-area: main;
}
.layout-1.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-2.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-sm header {
grid-area: head;
}
.layout-2.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-2.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-2.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-sm > main {
grid-area: main;
}
.layout-2.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-3.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-sm header {
grid-area: head;
}
.layout-3.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-3.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-3.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-sm > main {
grid-area: main;
}
.layout-3.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-4.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-sm header {
grid-area: head;
}
.layout-4.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-4.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-4.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-sm > main {
grid-area: main;
}
.layout-4.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-5.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-sm header {
grid-area: head;
}
.layout-5.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-5.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-5.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-sm > main {
grid-area: main;
}
.layout-5.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-6.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-sm header {
grid-area: head;
}
.layout-6.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-6.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-6.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-sm > main {
grid-area: main;
}
.layout-6.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-7.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-sm header {
grid-area: head;
}
.layout-7.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-7.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-7.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-sm > main {
grid-area: main;
}
.layout-7.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-8.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-sm header {
grid-area: head;
}
.layout-8.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-8.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-8.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-sm > main {
grid-area: main;
}
.layout-8.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-9.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-sm header {
grid-area: head;
}
.layout-9.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-9.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-9.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-sm > main {
grid-area: main;
}
.layout-9.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-sm > footer {
grid-area: foot;
}
.layout-10.--has-navbar-sm {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-sm header {
grid-area: head;
}
.layout-10.--has-navbar-sm header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-sm > nav {
grid-area: nav;
}
.layout-10.--has-navbar-sm > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-sm > aside {
grid-area: aside;
}
.layout-10.--has-navbar-sm > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-sm > main {
grid-area: main;
}
.layout-10.--has-navbar-sm > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-sm > footer {
grid-area: foot;
}
}
@media (max-width: 1139.98px) {
.layout-1.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-md header {
grid-area: head;
}
.layout-1.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-md > nav {
grid-area: nav;
}
.layout-1.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-md > aside {
grid-area: aside;
}
.layout-1.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-md > main {
grid-area: main;
}
.layout-1.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-md > footer {
grid-area: foot;
}
.layout-2.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-md header {
grid-area: head;
}
.layout-2.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-md > nav {
grid-area: nav;
}
.layout-2.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-md > aside {
grid-area: aside;
}
.layout-2.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-md > main {
grid-area: main;
}
.layout-2.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-md > footer {
grid-area: foot;
}
.layout-3.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-md header {
grid-area: head;
}
.layout-3.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-md > nav {
grid-area: nav;
}
.layout-3.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-md > aside {
grid-area: aside;
}
.layout-3.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-md > main {
grid-area: main;
}
.layout-3.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-md > footer {
grid-area: foot;
}
.layout-4.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-md header {
grid-area: head;
}
.layout-4.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-md > nav {
grid-area: nav;
}
.layout-4.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-md > aside {
grid-area: aside;
}
.layout-4.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-md > main {
grid-area: main;
}
.layout-4.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-md > footer {
grid-area: foot;
}
.layout-5.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-md header {
grid-area: head;
}
.layout-5.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-md > nav {
grid-area: nav;
}
.layout-5.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-md > aside {
grid-area: aside;
}
.layout-5.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-md > main {
grid-area: main;
}
.layout-5.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-md > footer {
grid-area: foot;
}
.layout-6.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-md header {
grid-area: head;
}
.layout-6.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-md > nav {
grid-area: nav;
}
.layout-6.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-md > aside {
grid-area: aside;
}
.layout-6.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-md > main {
grid-area: main;
}
.layout-6.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-md > footer {
grid-area: foot;
}
.layout-7.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-md header {
grid-area: head;
}
.layout-7.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-md > nav {
grid-area: nav;
}
.layout-7.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-md > aside {
grid-area: aside;
}
.layout-7.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-md > main {
grid-area: main;
}
.layout-7.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-md > footer {
grid-area: foot;
}
.layout-8.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-md header {
grid-area: head;
}
.layout-8.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-md > nav {
grid-area: nav;
}
.layout-8.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-md > aside {
grid-area: aside;
}
.layout-8.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-md > main {
grid-area: main;
}
.layout-8.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-md > footer {
grid-area: foot;
}
.layout-9.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-md header {
grid-area: head;
}
.layout-9.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-md > nav {
grid-area: nav;
}
.layout-9.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-md > aside {
grid-area: aside;
}
.layout-9.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-md > main {
grid-area: main;
}
.layout-9.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-md > footer {
grid-area: foot;
}
.layout-10.--has-navbar-md {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-md header {
grid-area: head;
}
.layout-10.--has-navbar-md header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-md > nav {
grid-area: nav;
}
.layout-10.--has-navbar-md > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-md > aside {
grid-area: aside;
}
.layout-10.--has-navbar-md > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-md > main {
grid-area: main;
}
.layout-10.--has-navbar-md > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-md > footer {
grid-area: foot;
}
}
@media (max-width: 1279.98px) {
.layout-1.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-lg header {
grid-area: head;
}
.layout-1.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-1.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-1.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-lg > main {
grid-area: main;
}
.layout-1.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-2.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-lg header {
grid-area: head;
}
.layout-2.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-2.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-2.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-lg > main {
grid-area: main;
}
.layout-2.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-3.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-lg header {
grid-area: head;
}
.layout-3.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-3.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-3.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-lg > main {
grid-area: main;
}
.layout-3.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-4.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-lg header {
grid-area: head;
}
.layout-4.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-4.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-4.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-lg > main {
grid-area: main;
}
.layout-4.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-5.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-lg header {
grid-area: head;
}
.layout-5.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-5.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-5.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-lg > main {
grid-area: main;
}
.layout-5.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-6.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-lg header {
grid-area: head;
}
.layout-6.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-6.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-6.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-lg > main {
grid-area: main;
}
.layout-6.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-7.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-lg header {
grid-area: head;
}
.layout-7.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-7.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-7.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-lg > main {
grid-area: main;
}
.layout-7.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-8.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-lg header {
grid-area: head;
}
.layout-8.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-8.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-8.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-lg > main {
grid-area: main;
}
.layout-8.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-9.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-lg header {
grid-area: head;
}
.layout-9.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-9.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-9.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-lg > main {
grid-area: main;
}
.layout-9.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-lg > footer {
grid-area: foot;
}
.layout-10.--has-navbar-lg {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-lg header {
grid-area: head;
}
.layout-10.--has-navbar-lg header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-lg > nav {
grid-area: nav;
}
.layout-10.--has-navbar-lg > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-lg > aside {
grid-area: aside;
}
.layout-10.--has-navbar-lg > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-lg > main {
grid-area: main;
}
.layout-10.--has-navbar-lg > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-lg > footer {
grid-area: foot;
}
}
.layout-1.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-1.--has-navbar-xl header {
grid-area: head;
}
.layout-1.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-1.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-1.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-1.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-xl > main {
grid-area: main;
}
.layout-1.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-1.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-2.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-2.--has-navbar-xl header {
grid-area: head;
}
.layout-2.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-2.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-2.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-2.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-xl > main {
grid-area: main;
}
.layout-2.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-2.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-3.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-template-areas: "head" "main";
}
.layout-3.--has-navbar-xl header {
grid-area: head;
}
.layout-3.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-3.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-3.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-3.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-xl > main {
grid-area: main;
}
.layout-3.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-3.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-4.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-4.--has-navbar-xl header {
grid-area: head;
}
.layout-4.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-4.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-4.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-4.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-xl > main {
grid-area: main;
}
.layout-4.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-4.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-5.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-5.--has-navbar-xl header {
grid-area: head;
}
.layout-5.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-5.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-5.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-5.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-xl > main {
grid-area: main;
}
.layout-5.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-5.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-6.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "foot";
}
.layout-6.--has-navbar-xl header {
grid-area: head;
}
.layout-6.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-6.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-6.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-6.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-xl > main {
grid-area: main;
}
.layout-6.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-6.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-7.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-7.--has-navbar-xl header {
grid-area: head;
}
.layout-7.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-7.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-7.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-7.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-xl > main {
grid-area: main;
}
.layout-7.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-7.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-8.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-8.--has-navbar-xl header {
grid-area: head;
}
.layout-8.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-8.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-8.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-8.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-xl > main {
grid-area: main;
}
.layout-8.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-8.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-9.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside";
}
.layout-9.--has-navbar-xl header {
grid-area: head;
}
.layout-9.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-9.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-9.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-9.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-xl > main {
grid-area: main;
}
.layout-9.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-9.--has-navbar-xl > footer {
grid-area: foot;
}
.layout-10.--has-navbar-xl {
display: grid;
width: 100%;
height: 100vh;
grid-template-rows: auto 1fr auto minmax(max-content, 50px);
grid-template-columns: 1fr;
grid-template-areas: "head" "main" "aside" "foot";
}
.layout-10.--has-navbar-xl header {
grid-area: head;
}
.layout-10.--has-navbar-xl header.fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
}
.layout-10.--has-navbar-xl > nav {
grid-area: nav;
}
.layout-10.--has-navbar-xl > nav.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-xl > aside {
grid-area: aside;
}
.layout-10.--has-navbar-xl > aside.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-xl > main {
grid-area: main;
}
.layout-10.--has-navbar-xl > main.overflow-y-auto {
overflow-y: auto;
}
.layout-10.--has-navbar-xl > footer {
grid-area: foot;
}
.grid-item.align-self-auto {
align-self: auto;
}
.grid-item.align-self-start {
align-self: flex-start;
}
.grid-item.align-self-end {
align-self: flex-end;
}
.grid-item.align-self-center {
align-self: center;
}
.grid-item.align-self-baseline {
align-self: baseline;
}
.grid-item.align-self-stretch {
align-self: stretch;
}
.grid-item.justify-self-auto {
justify-self: auto;
}
.grid-item.justify-self-start {
justify-self: flex-start;
}
.grid-item.justify-self-end {
justify-self: flex-end;
}
.grid-item.justify-self-center {
justify-self: center;
}
.grid-item.justify-self-baseline {
justify-self: baseline;
}
.grid-item.justify-self-stretch {
justify-self: stretch;
}
@media (max-width: 479.98px) {
.grid-item.align-self-auto {
align-self: auto;
}
.grid-item.align-self-start {
align-self: flex-start;
}
.grid-item.align-self-end {
align-self: flex-end;
}
.grid-item.align-self-center {
align-self: center;
}
.grid-item.align-self-baseline {
align-self: baseline;
}
.grid-item.align-self-stretch {
align-self: stretch;
}
.grid-item.justify-self-auto {
justify-self: auto;
}
.grid-item.justify-self-start {
justify-self: flex-start;
}
.grid-item.justify-self-end {
justify-self: flex-end;
}
.grid-item.justify-self-center {
justify-self: center;
}
.grid-item.justify-self-baseline {
justify-self: baseline;
}
.grid-item.justify-self-stretch {
justify-self: stretch;
}
}
@media (max-width: 959.98px) {
.grid-item.align-self-sm-auto {
align-self: auto;
}
.grid-item.align-self-sm-start {
align-self: flex-start;
}
.grid-item.align-self-sm-end {
align-self: flex-end;
}
.grid-item.align-self-sm-center {
align-self: center;
}
.grid-item.align-self-sm-baseline {
align-self: baseline;
}
.grid-item.align-self-sm-stretch {
align-self: stretch;
}
.grid-item.justify-self-sm-auto {
justify-self: auto;
}
.grid-item.justify-self-sm-start {
justify-self: flex-start;
}
.grid-item.justify-self-sm-end {
justify-self: flex-end;
}
.grid-item.justify-self-sm-center {
justify-self: center;
}
.grid-item.justify-self-sm-baseline {
justify-self: baseline;
}
.grid-item.justify-self-sm-stretch {
justify-self: stretch;
}
}
@media (max-width: 1139.98px) {
.grid-item.align-self-md-auto {
align-self: auto;
}
.grid-item.align-self-md-start {
align-self: flex-start;
}
.grid-item.align-self-md-end {
align-self: flex-end;
}
.grid-item.align-self-md-center {
align-self: center;
}
.grid-item.align-self-md-baseline {
align-self: baseline;
}
.grid-item.align-self-md-stretch {
align-self: stretch;
}
.grid-item.justify-self-md-auto {
justify-self: auto;
}
.grid-item.justify-self-md-start {
justify-self: flex-start;
}
.grid-item.justify-self-md-end {
justify-self: flex-end;
}
.grid-item.justify-self-md-center {
justify-self: center;
}
.grid-item.justify-self-md-baseline {
justify-self: baseline;
}
.grid-item.justify-self-md-stretch {
justify-self: stretch;
}
}
@media (max-width: 1279.98px) {
.grid-item.align-self-lg-auto {
align-self: auto;
}
.grid-item.align-self-lg-start {
align-self: flex-start;
}
.grid-item.align-self-lg-end {
align-self: flex-end;
}
.grid-item.align-self-lg-center {
align-self: center;
}
.grid-item.align-self-lg-baseline {
align-self: baseline;
}
.grid-item.align-self-lg-stretch {
align-self: stretch;
}
.grid-item.justify-self-lg-auto {
justify-self: auto;
}
.grid-item.justify-self-lg-start {
justify-self: flex-start;
}
.grid-item.justify-self-lg-end {
justify-self: flex-end;
}
.grid-item.justify-self-lg-center {
justify-self: center;
}
.grid-item.justify-self-lg-baseline {
justify-self: baseline;
}
.grid-item.justify-self-lg-stretch {
justify-self: stretch;
}
}
.grid-item.align-self-xl-auto {
align-self: auto;
}
.grid-item.align-self-xl-start {
align-self: flex-start;
}
.grid-item.align-self-xl-end {
align-self: flex-end;
}
.grid-item.align-self-xl-center {
align-self: center;
}
.grid-item.align-self-xl-baseline {
align-self: baseline;
}
.grid-item.align-self-xl-stretch {
align-self: stretch;
}
.grid-item.justify-self-xl-auto {
justify-self: auto;
}
.grid-item.justify-self-xl-start {
justify-self: flex-start;
}
.grid-item.justify-self-xl-end {
justify-self: flex-end;
}
.grid-item.justify-self-xl-center {
justify-self: center;
}
.grid-item.justify-self-xl-baseline {
justify-self: baseline;
}
.grid-item.justify-self-xl-stretch {
justify-self: stretch;
}
/**
* NAVBAR MOBILE STYLE
*/
.--toggler-menu {
display: none;
}
.--has-navbar-xl .--navbar {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-xl .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-xl .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
@media (max-width: 1279.98px) {
.--has-navbar-lg .--navbar {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-lg .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-lg .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
}
@media (max-width: 1139.98px) {
.--has-navbar-md .--navbar {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-md .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-md .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
}
@media (max-width: 959.98px) {
.--has-navbar-sm .--navbar {
position: fixed;
top: 0;
left: -50vw;
width: 50vw;
height: 100vh;
transition: left .25s ease-in-out;
}
.--has-navbar-sm .--navbar.--open {
left: 0;
z-index: 1000;
}
.--has-navbar-sm .--toggler-menu {
display: inline-block;
}
.--overlay {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
visibility: hidden;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
transition: all .25s ease-in-out;
}
.--overlay.--visible {
visibility: visible;
opacity: 1;
}
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: "Roboto", sans-serif;
font-size: 1rem;
font-weight: 300;
line-height: 1.4rem;
color: #000;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
margin-top: 0;
margin-bottom: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
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;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: 600;
}
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: #009688;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover, a:focus {
color: #424242;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
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:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #616161;
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;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
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-cancel-button,
[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;
}
.home-image > img {
max-width: 350px;
}
.docs-header {
padding: 10px;
}
.docs-header .brand {
display: inline-block;
width: 40px;
margin-right: 1rem;
}
.docs-header .menu {
display: inline-block;
padding: 0;
margin: 0;
}
.docs-header .menu > li {
display: inline;
margin-right: 15px;
}
.docs-header .menu > li:last-child {
margin-right: 0;
}
.docs-header .menu > li .menu-svg {
display: inline-block;
width: 1.4rem;
height: 1.4rem;
vertical-align: text-top;
fill: #a3d9d4;
}
.docs-header .menu > li .menu-svg:hover {
fill: #fff !important;
}
.docs-header .menu > li .active {
color: #fff;
}
.docs-background-red {
color: #fff;
background: #f44336;
}
.docs-background-red a {
color: #fbbbb7;
text-decoration: none;
}
.docs-background-red a:hover, .docs-background-red a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-pink {
color: #fff;
background: #e91e63;
}
.docs-background-pink a {
color: #f7aec7;
text-decoration: none;
}
.docs-background-pink a:hover, .docs-background-pink a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-purple {
color: #fff;
background: #9c27b0;
}
.docs-background-purple a {
color: #dbb1e3;
text-decoration: none;
}
.docs-background-purple a:hover, .docs-background-purple a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-deep-purple {
color: #fff;
background: #673ab7;
}
.docs-background-deep-purple a {
color: #c8b8e5;
text-decoration: none;
}
.docs-background-deep-purple a:hover, .docs-background-deep-purple a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-indigo {
color: #fff;
background: #3f51b5;
}
.docs-background-indigo a {
color: #bac0e4;
text-decoration: none;
}
.docs-background-indigo a:hover, .docs-background-indigo a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-blue {
color: #fff;
background: #2196f3;
}
.docs-background-blue a {
color: #afd9fb;
text-decoration: none;
}
.docs-background-blue a:hover, .docs-background-blue a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-light-blue {
color: #fff;
background: #03a9f4;
}
.docs-background-light-blue a {
color: #a4e0fb;
text-decoration: none;
}
.docs-background-light-blue a:hover, .docs-background-light-blue a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-cyan {
color: #fff;
background: #00bcd4;
}
.docs-background-cyan a {
color: #a3e7f0;
text-decoration: none;
}
.docs-background-cyan a:hover, .docs-background-cyan a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-teal {
color: #fff;
background: #009688;
}
.docs-background-teal a {
color: #a3d9d4;
text-decoration: none;
}
.docs-background-teal a:hover, .docs-background-teal a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-green {
color: #fff;
background: #4caf50;
}
.docs-background-green a {
color: #bfe2c0;
text-decoration: none;
}
.docs-background-green a:hover, .docs-background-green a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-light-green {
color: #496a23;
background: #8bc34a;
}
.docs-background-light-green a {
color: #d5e9be;
text-decoration: none;
}
.docs-background-light-green a:hover, .docs-background-light-green a:focus {
color: #496a23;
text-decoration: none;
}
.docs-background-lime {
color: #757f16;
background: #cddc39;
}
.docs-background-lime a {
color: #edf2b8;
text-decoration: none;
}
.docs-background-lime a:hover, .docs-background-lime a:focus {
color: #757f16;
text-decoration: none;
}
.docs-background-amber {
color: #876500;
background: #ffc107;
}
.docs-background-amber a {
color: #ffe9a6;
text-decoration: none;
}
.docs-background-amber a:hover, .docs-background-amber a:focus {
color: #876500;
text-decoration: none;
}
.docs-background-orange {
color: #804c00;
background: #ff9800;
}
.docs-background-orange a {
color: #ffdaa3;
text-decoration: none;
}
.docs-background-orange a:hover, .docs-background-orange a:focus {
color: #804c00;
text-decoration: none;
}
.docs-background-deep-orange {
color: #fff;
background: #ff5722;
}
.docs-background-deep-orange a {
color: #ffc3af;
text-decoration: none;
}
.docs-background-deep-orange a:hover, .docs-background-deep-orange a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-brown {
color: #fff;
background: #795548;
}
.docs-background-brown a {
color: #cfc2bd;
text-decoration: none;
}
.docs-background-brown a:hover, .docs-background-brown a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-blue-grey {
color: #fff;
background: #607d8b;
}
.docs-background-blue-grey a {
color: #c6d0d5;
text-decoration: none;
}
.docs-background-blue-grey a:hover, .docs-background-blue-grey a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-white {
color: #bfbfbf;
background: #fff;
}
.docs-background-white a {
color: white;
text-decoration: none;
}
.docs-background-white a:hover, .docs-background-white a:focus {
color: #bfbfbf;
text-decoration: none;
}
.docs-background-grey {
color: #fff;
background: #757575;
}
.docs-background-grey a {
color: #cdcdcd;
text-decoration: none;
}
.docs-background-grey a:hover, .docs-background-grey a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-grey-dark {
color: #fff;
background: #424242;
}
.docs-background-grey-dark a {
color: #bbbbbb;
text-decoration: none;
}
.docs-background-grey-dark a:hover, .docs-background-grey-dark a:focus {
color: #fff;
text-decoration: none;
}
.docs-background-black {
color: #fff;
background: #000;
}
.docs-background-black a {
color: #a3a3a3;
text-decoration: none;
}
.docs-background-black a:hover, .docs-background-black a:focus {
color: #fff;
text-decoration: none;
}
.mt-0 {
margin-top: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.ml-0 {
margin-left: 0rem;
}
.mr-0 {
margin-right: 0rem;
}
.m-0 {
margin: 0rem;
}
.pt-0 {
padding-top: 0rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.pl-0 {
padding-left: 0rem;
}
.pr-0 {
padding-right: 0rem;
}
.p-0 {
padding: 0rem;
}
.mt-1 {
margin-top: 1rem;
}
.mb-1 {
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 1rem;
}
.mr-1 {
margin-right: 1rem;
}
.m-1 {
margin: 1rem;
}
.pt-1 {
padding-top: 1rem;
}
.pb-1 {
padding-bottom: 1rem;
}
.pl-1 {
padding-left: 1rem;
}
.pr-1 {
padding-right: 1rem;
}
.p-1 {
padding: 1rem;
}
.mt-2 {
margin-top: 2rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.ml-2 {
margin-left: 2rem;
}
.mr-2 {
margin-right: 2rem;
}
.m-2 {
margin: 2rem;
}
.pt-2 {
padding-top: 2rem;
}
.pb-2 {
padding-bottom: 2rem;
}
.pl-2 {
padding-left: 2rem;
}
.pr-2 {
padding-right: 2rem;
}
.p-2 {
padding: 2rem;
}
.mt-3 {
margin-top: 3rem;
}
.mb-3 {
margin-bottom: 3rem;
}
.ml-3 {
margin-left: 3rem;
}
.mr-3 {
margin-right: 3rem;
}
.m-3 {
margin: 3rem;
}
.pt-3 {
padding-top: 3rem;
}
.pb-3 {
padding-bottom: 3rem;
}
.pl-3 {
padding-left: 3rem;
}
.pr-3 {
padding-right: 3rem;
}
.p-3 {
padding: 3rem;
}
.mt-4 {
margin-top: 4rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.ml-4 {
margin-left: 4rem;
}
.mr-4 {
margin-right: 4rem;
}
.m-4 {
margin: 4rem;
}
.pt-4 {
padding-top: 4rem;
}
.pb-4 {
padding-bottom: 4rem;
}
.pl-4 {
padding-left: 4rem;
}
.pr-4 {
padding-right: 4rem;
}
.p-4 {
padding: 4rem;
}
.mt-5 {
margin-top: 5rem;
}
.mb-5 {
margin-bottom: 5rem;
}
.ml-5 {
margin-left: 5rem;
}
.mr-5 {
margin-right: 5rem;
}
.m-5 {
margin: 5rem;
}
.pt-5 {
padding-top: 5rem;
}
.pb-5 {
padding-bottom: 5rem;
}
.pl-5 {
padding-left: 5rem;
}
.pr-5 {
padding-right: 5rem;
}
.p-5 {
padding: 5rem;
}
.mt-6 {
margin-top: 6rem;
}
.mb-6 {
margin-bottom: 6rem;
}
.ml-6 {
margin-left: 6rem;
}
.mr-6 {
margin-right: 6rem;
}
.m-6 {
margin: 6rem;
}
.pt-6 {
padding-top: 6rem;
}
.pb-6 {
padding-bottom: 6rem;
}
.pl-6 {
padding-left: 6rem;
}
.pr-6 {
padding-right: 6rem;
}
.p-6 {
padding: 6rem;
}
.mt-7 {
margin-top: 7rem;
}
.mb-7 {
margin-bottom: 7rem;
}
.ml-7 {
margin-left: 7rem;
}
.mr-7 {
margin-right: 7rem;
}
.m-7 {
margin: 7rem;
}
.pt-7 {
padding-top: 7rem;
}
.pb-7 {
padding-bottom: 7rem;
}
.pl-7 {
padding-left: 7rem;
}
.pr-7 {
padding-right: 7rem;
}
.p-7 {
padding: 7rem;
}
.mt-8 {
margin-top: 8rem;
}
.mb-8 {
margin-bottom: 8rem;
}
.ml-8 {
margin-left: 8rem;
}
.mr-8 {
margin-right: 8rem;
}
.m-8 {
margin: 8rem;
}
.pt-8 {
padding-top: 8rem;
}
.pb-8 {
padding-bottom: 8rem;
}
.pl-8 {
padding-left: 8rem;
}
.pr-8 {
padding-right: 8rem;
}
.p-8 {
padding: 8rem;
}
.mt-9 {
margin-top: 9rem;
}
.mb-9 {
margin-bottom: 9rem;
}
.ml-9 {
margin-left: 9rem;
}
.mr-9 {
margin-right: 9rem;
}
.m-9 {
margin: 9rem;
}
.pt-9 {
padding-top: 9rem;
}
.pb-9 {
padding-bottom: 9rem;
}
.pl-9 {
padding-left: 9rem;
}
.pr-9 {
padding-right: 9rem;
}
.p-9 {
padding: 9rem;
}
.mt-10 {
margin-top: 10rem;
}
.mb-10 {
margin-bottom: 10rem;
}
.ml-10 {
margin-left: 10rem;
}
.mr-10 {
margin-right: 10rem;
}
.m-10 {
margin: 10rem;
}
.pt-10 {
padding-top: 10rem;
}
.pb-10 {
padding-bottom: 10rem;
}
.pl-10 {
padding-left: 10rem;
}
.pr-10 {
padding-right: 10rem;
}
.p-10 {
padding: 10rem;
}
.button {
padding: .5rem .5rem;
font-size: inherit;
border-style: solid;
border-width: 1px;
border-radius: 3px;
}
.button.mobile-button {
padding: 0px;
border-width: 0px;
background: transparent;
margin-top: 7px;
float: left;
margin-right: 20px;
margin-left: 7px;
}
.button.button-block {
width: 100%;
}
.button.button-lg {
padding: .9rem 1rem;
font-size: 1.5rem;
}
.button:hover, .button:focus {
text-decoration: none;
cursor: pointer;
}
.button.button-red {
color: #fff;
background: #f44336;
border-color: transparent;
}
.button.button-red:hover {
color: #fff;
background: #e03e32;
border-color: #e03e32;
}
.button.button-red:focus, .button.button-red:active {
color: #fff;
background: #cd382d;
border-color: #cd382d;
}
.button.button-outline-red {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-red:hover {
color: #f44336;
background: #fff;
border-color: #fff;
}
.button.button-outline-red:focus, .button.button-outline-red:active {
color: #fff;
background: #cd382d;
border-color: #cd382d;
}
.button.button-pink {
color: #fff;
background: #e91e63;
border-color: transparent;
}
.button.button-pink:hover {
color: #fff;
background: #d61c5b;
border-color: #d61c5b;
}
.button.button-pink:focus, .button.button-pink:active {
color: #fff;
background: #c41953;
border-color: #c41953;
}
.button.button-outline-pink {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-pink:hover {
color: #e91e63;
background: #fff;
border-color: #fff;
}
.button.button-outline-pink:focus, .button.button-outline-pink:active {
color: #fff;
background: #c41953;
border-color: #c41953;
}
.button.button-purple {
color: #fff;
background: #9c27b0;
border-color: transparent;
}
.button.button-purple:hover {
color: #fff;
background: #9024a2;
border-color: #9024a2;
}
.button.button-purple:focus, .button.button-purple:active {
color: #fff;
background: #832194;
border-color: #832194;
}
.button.button-outline-purple {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-purple:hover {
color: #9c27b0;
background: #fff;
border-color: #fff;
}
.button.button-outline-purple:focus, .button.button-outline-purple:active {
color: #fff;
background: #832194;
border-color: #832194;
}
.button.button-deep-purple {
color: #fff;
background: #673ab7;
border-color: transparent;
}
.button.button-deep-purple:hover {
color: #fff;
background: #5f35a8;
border-color: #5f35a8;
}
.button.button-deep-purple:focus, .button.button-deep-purple:active {
color: #fff;
background: #57319a;
border-color: #57319a;
}
.button.button-outline-deep-purple {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-deep-purple:hover {
color: #673ab7;
background: #fff;
border-color: #fff;
}
.button.button-outline-deep-purple:focus, .button.button-outline-deep-purple:active {
color: #fff;
background: #57319a;
border-color: #57319a;
}
.button.button-indigo {
color: #fff;
background: #3f51b5;
border-color: transparent;
}
.button.button-indigo:hover {
color: #fff;
background: #3a4ba7;
border-color: #3a4ba7;
}
.button.button-indigo:focus, .button.button-indigo:active {
color: #fff;
background: #354498;
border-color: #354498;
}
.button.button-outline-indigo {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-indigo:hover {
color: #3f51b5;
background: #fff;
border-color: #fff;
}
.button.button-outline-indigo:focus, .button.button-outline-indigo:active {
color: #fff;
background: #354498;
border-color: #354498;
}
.button.button-blue {
color: #fff;
background: #2196f3;
border-color: transparent;
}
.button.button-blue:hover {
color: #fff;
background: #1e8ae0;
border-color: #1e8ae0;
}
.button.button-blue:focus, .button.button-blue:active {
color: #fff;
background: #1c7ecc;
border-color: #1c7ecc;
}
.button.button-outline-blue {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-blue:hover {
color: #2196f3;
background: #fff;
border-color: #fff;
}
.button.button-outline-blue:focus, .button.button-outline-blue:active {
color: #fff;
background: #1c7ecc;
border-color: #1c7ecc;
}
.button.button-light-blue {
color: #fff;
background: #03a9f4;
border-color: transparent;
}
.button.button-light-blue:hover {
color: #fff;
background: #039be0;
border-color: #039be0;
}
.button.button-light-blue:focus, .button.button-light-blue:active {
color: #fff;
background: #038ecd;
border-color: #038ecd;
}
.button.button-outline-light-blue {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-light-blue:hover {
color: #03a9f4;
background: #fff;
border-color: #fff;
}
.button.button-outline-light-blue:focus, .button.button-outline-light-blue:active {
color: #fff;
background: #038ecd;
border-color: #038ecd;
}
.button.button-cyan {
color: #fff;
background: #00bcd4;
border-color: transparent;
}
.button.button-cyan:hover {
color: #fff;
background: #00adc3;
border-color: #00adc3;
}
.button.button-cyan:focus, .button.button-cyan:active {
color: #fff;
background: #009eb2;
border-color: #009eb2;
}
.button.button-outline-cyan {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-cyan:hover {
color: #00bcd4;
background: #fff;
border-color: #fff;
}
.button.button-outline-cyan:focus, .button.button-outline-cyan:active {
color: #fff;
background: #009eb2;
border-color: #009eb2;
}
.button.button-teal {
color: #fff;
background: #009688;
border-color: transparent;
}
.button.button-teal:hover {
color: #fff;
background: #008a7d;
border-color: #008a7d;
}
.button.button-teal:focus, .button.button-teal:active {
color: #fff;
background: #007e72;
border-color: #007e72;
}
.button.button-outline-teal {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-teal:hover {
color: #009688;
background: #fff;
border-color: #fff;
}
.button.button-outline-teal:focus, .button.button-outline-teal:active {
color: #fff;
background: #007e72;
border-color: #007e72;
}
.button.button-green {
color: #fff;
background: #4caf50;
border-color: transparent;
}
.button.button-green:hover {
color: #fff;
background: #46a14a;
border-color: #46a14a;
}
.button.button-green:focus, .button.button-green:active {
color: #fff;
background: #409343;
border-color: #409343;
}
.button.button-outline-green {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-green:hover {
color: #4caf50;
background: #fff;
border-color: #fff;
}
.button.button-outline-green:focus, .button.button-outline-green:active {
color: #fff;
background: #409343;
border-color: #409343;
}
.button.button-light-green {
color: #496a23;
background: #8bc34a;
border-color: transparent;
}
.button.button-light-green:hover {
color: #496a23;
background: #80b344;
border-color: #80b344;
}
.button.button-light-green:focus, .button.button-light-green:active {
color: #496a23;
background: #75a43e;
border-color: #75a43e;
}
.button.button-outline-light-green {
color: #496a23;
background: transparent;
border-color: #496a23;
}
.button.button-outline-light-green:hover {
color: #8bc34a;
background: #496a23;
border-color: #496a23;
}
.button.button-outline-light-green:focus, .button.button-outline-light-green:active {
color: #496a23;
background: #75a43e;
border-color: #75a43e;
}
.button.button-lime {
color: #757f16;
background: #cddc39;
border-color: transparent;
}
.button.button-lime:hover {
color: #757f16;
background: #bdca34;
border-color: #bdca34;
}
.button.button-lime:focus, .button.button-lime:active {
color: #757f16;
background: #acb930;
border-color: #acb930;
}
.button.button-outline-lime {
color: #757f16;
background: transparent;
border-color: #757f16;
}
.button.button-outline-lime:hover {
color: #cddc39;
background: #757f16;
border-color: #757f16;
}
.button.button-outline-lime:focus, .button.button-outline-lime:active {
color: #757f16;
background: #acb930;
border-color: #acb930;
}
.button.button-amber {
color: #876500;
background: #ffc107;
border-color: transparent;
}
.button.button-amber:hover {
color: #876500;
background: #ebb206;
border-color: #ebb206;
}
.button.button-amber:focus, .button.button-amber:active {
color: #876500;
background: #d6a206;
border-color: #d6a206;
}
.button.button-outline-amber {
color: #876500;
background: transparent;
border-color: #876500;
}
.button.button-outline-amber:hover {
color: #ffc107;
background: #876500;
border-color: #876500;
}
.button.button-outline-amber:focus, .button.button-outline-amber:active {
color: #876500;
background: #d6a206;
border-color: #d6a206;
}
.button.button-orange {
color: #804c00;
background: #ff9800;
border-color: transparent;
}
.button.button-orange:hover {
color: #804c00;
background: #eb8c00;
border-color: #eb8c00;
}
.button.button-orange:focus, .button.button-orange:active {
color: #804c00;
background: #d68000;
border-color: #d68000;
}
.button.button-outline-orange {
color: #804c00;
background: transparent;
border-color: #804c00;
}
.button.button-outline-orange:hover {
color: #ff9800;
background: #804c00;
border-color: #804c00;
}
.button.button-outline-orange:focus, .button.button-outline-orange:active {
color: #804c00;
background: #d68000;
border-color: #d68000;
}
.button.button-deep-orange {
color: #fff;
background: #ff5722;
border-color: transparent;
}
.button.button-deep-orange:hover {
color: #fff;
background: #eb501f;
border-color: #eb501f;
}
.button.button-deep-orange:focus, .button.button-deep-orange:active {
color: #fff;
background: #d6491d;
border-color: #d6491d;
}
.button.button-outline-deep-orange {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-deep-orange:hover {
color: #ff5722;
background: #fff;
border-color: #fff;
}
.button.button-outline-deep-orange:focus, .button.button-outline-deep-orange:active {
color: #fff;
background: #d6491d;
border-color: #d6491d;
}
.button.button-brown {
color: #fff;
background: #795548;
border-color: transparent;
}
.button.button-brown:hover {
color: #fff;
background: #6f4e42;
border-color: #6f4e42;
}
.button.button-brown:focus, .button.button-brown:active {
color: #fff;
background: #66473c;
border-color: #66473c;
}
.button.button-outline-brown {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-brown:hover {
color: #795548;
background: #fff;
border-color: #fff;
}
.button.button-outline-brown:focus, .button.button-outline-brown:active {
color: #fff;
background: #66473c;
border-color: #66473c;
}
.button.button-blue-grey {
color: #fff;
background: #607d8b;
border-color: transparent;
}
.button.button-blue-grey:hover {
color: #fff;
background: #587380;
border-color: #587380;
}
.button.button-blue-grey:focus, .button.button-blue-grey:active {
color: #fff;
background: #516975;
border-color: #516975;
}
.button.button-outline-blue-grey {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-blue-grey:hover {
color: #607d8b;
background: #fff;
border-color: #fff;
}
.button.button-outline-blue-grey:focus, .button.button-outline-blue-grey:active {
color: #fff;
background: #516975;
border-color: #516975;
}
.button.button-white {
color: #bfbfbf;
background: #fff;
border-color: transparent;
}
.button.button-white:hover {
color: #bfbfbf;
background: #ebebeb;
border-color: #ebebeb;
}
.button.button-white:focus, .button.button-white:active {
color: #bfbfbf;
background: #d6d6d6;
border-color: #d6d6d6;
}
.button.button-outline-white {
color: #bfbfbf;
background: transparent;
border-color: #bfbfbf;
}
.button.button-outline-white:hover {
color: #fff;
background: #bfbfbf;
border-color: #bfbfbf;
}
.button.button-outline-white:focus, .button.button-outline-white:active {
color: #bfbfbf;
background: #d6d6d6;
border-color: #d6d6d6;
}
.button.button-grey {
color: #fff;
background: #757575;
border-color: transparent;
}
.button.button-grey:hover {
color: #fff;
background: #6c6c6c;
border-color: #6c6c6c;
}
.button.button-grey:focus, .button.button-grey:active {
color: #fff;
background: #626262;
border-color: #626262;
}
.button.button-outline-grey {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-grey:hover {
color: #757575;
background: #fff;
border-color: #fff;
}
.button.button-outline-grey:focus, .button.button-outline-grey:active {
color: #fff;
background: #626262;
border-color: #626262;
}
.button.button-grey-dark {
color: #fff;
background: #424242;
border-color: transparent;
}
.button.button-grey-dark:hover {
color: #fff;
background: #3d3d3d;
border-color: #3d3d3d;
}
.button.button-grey-dark:focus, .button.button-grey-dark:active {
color: #fff;
background: #373737;
border-color: #373737;
}
.button.button-outline-grey-dark {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-grey-dark:hover {
color: #424242;
background: #fff;
border-color: #fff;
}
.button.button-outline-grey-dark:focus, .button.button-outline-grey-dark:active {
color: #fff;
background: #373737;
border-color: #373737;
}
.button.button-black {
color: #fff;
background: #000;
border-color: transparent;
}
.button.button-black:hover {
color: #fff;
background: black;
border-color: black;
}
.button.button-black:focus, .button.button-black:active {
color: #fff;
background: black;
border-color: black;
}
.button.button-outline-black {
color: #fff;
background: transparent;
border-color: #fff;
}
.button.button-outline-black:hover {
color: #000;
background: #fff;
border-color: #fff;
}
.button.button-outline-black:focus, .button.button-outline-black:active {
color: #fff;
background: black;
border-color: black;
}
.color-red {
color: #f44336;
}
.color-pink {
color: #e91e63;
}
.color-purple {
color: #9c27b0;
}
.color-deep-purple {
color: #673ab7;
}
.color-indigo {
color: #3f51b5;
}
.color-blue {
color: #2196f3;
}
.color-light-blue {
color: #03a9f4;
}
.color-cyan {
color: #00bcd4;
}
.color-teal {
color: #009688;
}
.color-green {
color: #4caf50;
}
.color-light-green {
color: #8bc34a;
}
.color-lime {
color: #cddc39;
}
.color-amber {
color: #ffc107;
}
.color-orange {
color: #ff9800;
}
.color-deep-orange {
color: #ff5722;
}
.color-brown {
color: #795548;
}
.color-blue-grey {
color: #607d8b;
}
.color-white {
color: #fff;
}
.color-grey {
color: #757575;
}
.color-grey-dark {
color: #424242;
}
.color-black {
color: #000;
}
h1 {
margin-top: 3rem;
margin-bottom: 1rem;
font-size: 2rem;
font-weight: 300;
}
footer {
padding: 1rem;
background-color: #e0e0e0;
}
footer p {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
font-size: 85%;
color: #757575;
text-align: center;
}
footer a {
font-weight: 600;
color: #757575;
text-decoration: none;
}
.master-head {
color: #fff;
text-align: center;
}
.master-head h1 {
font-size: 2.5rem;
font-weight: 300;
}
.master-head .color-red {
color: #f44336;
}
.master-head .color-pink {
color: #e91e63;
}
.master-head .color-purple {
color: #9c27b0;
}
.master-head .color-deep-purple {
color: #673ab7;
}
.master-head .color-indigo {
color: #3f51b5;
}
.master-head .color-blue {
color: #2196f3;
}
.master-head .color-light-blue {
color: #03a9f4;
}
.master-head .color-cyan {
color: #00bcd4;
}
.master-head .color-teal {
color: #009688;
}
.master-head .color-green {
color: #4caf50;
}
.master-head .color-light-green {
color: #8bc34a;
}
.master-head .color-lime {
color: #cddc39;
}
.master-head .color-amber {
color: #ffc107;
}
.master-head .color-orange {
color: #ff9800;
}
.master-head .color-deep-orange {
color: #ff5722;
}
.master-head .color-brown {
color: #795548;
}
.master-head .color-blue-grey {
color: #607d8b;
}
.master-head .color-white {
color: #fff;
}
.master-head .color-grey {
color: #757575;
}
.master-head .color-grey-dark {
color: #424242;
}
.master-head .color-black {
color: #000;
}
.master-head p {
font-size: 1.5rem;
line-height: 2.2rem;
}
.master-widget {
background-color: #f5f5f5;
}
.master-widget h2 {
margin-top: 0;
font-size: 2rem;
font-weight: 300;
}
.master-widget p {
font-size: 1.1rem;
line-height: 1.6rem;
}
.highlight {
padding: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
overflow: auto;
background-color: #f8f9fa;
border-radius: 5px;
}
.highlight pre,
.highlight code {
display: block;
padding: 0;
margin: 0;
white-space: unset;
}
.master-widget .highlight {
padding: 0;
margin: 0;
background: transparent;
}
.highlighter-rouge {
color: #009688;
}
code[class*="language-"],
pre[class*="language-"] {
hyphens: none;
line-height: 1.5;
color: #000;
text-align: left;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
tab-size: 2;
white-space: pre;
background: none;
}
pre[class*="language-"] {
overflow: auto;
}
.hll {
background-color: #ffc;
}
.c {
color: #999;
}
.k {
color: #069;
}
.o {
color: #555;
}
.cm {
color: #999;
}
.cp {
color: #099;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #fcc;
border: 1px solid #c00;
}
.ge {
font-style: italic;
}
.gr {
color: #f00;
}
.gh {
color: #030;
}
.gi {
background-color: #cfc;
border: 1px solid #0c0;
}
.go {
color: #aaa;
}
.gp {
color: #009;
}
.gu {
color: #030;
}
.gt {
color: #9c6;
}
.kc {
color: #069;
}
.kd {
color: #069;
}
.kn {
color: #069;
}
.kp {
color: #069;
}
.kr {
color: #069;
}
.kt {
color: #078;
}
.m {
color: #f60;
}
.s {
color: #d44950;
}
.na {
color: #4f9fcf;
}
.nb {
color: #366;
}
.nc {
color: #0a8;
}
.no {
color: #360;
}
.nd {
color: #99f;
}
.ni {
color: #999;
}
.ne {
color: #c00;
}
.nf {
color: #c0f;
}
.nl {
color: #99f;
}
.nn {
color: #0cf;
}
.nt {
color: #2f6f9f;
}
.nv {
color: #033;
}
.ow {
color: #000;
}
.w {
color: #bbb;
}
.mf {
color: #f60;
}
.mh {
color: #f60;
}
.mi {
color: #f60;
}
.mo {
color: #f60;
}
.sb {
color: #c30;
}
.sc {
color: #c30;
}
.sd {
font-style: italic;
color: #c30;
}
.s2 {
color: #c30;
}
.se {
color: #c30;
}
.sh {
color: #c30;
}
.si {
color: #a00;
}
.sx {
color: #c30;
}
.sr {
color: #3aa;
}
.s1 {
color: #c30;
}
.ss {
color: #fc3;
}
.bp {
color: #366;
}
.vc {
color: #033;
}
.vg {
color: #033;
}
.vi {
color: #033;
}
.il {
color: #f60;
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
.language-bash::before,
.language-sh::before {
color: #009;
content: "$";
user-select: none;
}
.language-powershell::before {
color: #009;
content: "PM>";
user-select: none;
}
.docs-navbar {
border-right: 1px solid #eee;
}
.docs-navbar .docs-navbar-title {
border-bottom: 1px solid #eee;
padding: .6rem;
}
.docs-navbar .docs-navbar-title > h2 {
margin-bottom: 0;
font-weight: 300;
}
.docs-navbar .docs-navbar-content {
padding: .6rem;
}
.docs-navbar .docs-navbar-content ul {
padding: 0;
margin: 0;
list-style: none;
}
.docs-navbar .docs-navbar-content ul > li {
font-size: 1rem;
line-height: 2rem;
}
.docs-navbar a {
color: #9e9e9e;
}
.docs-navbar a:hover, .docs-navbar a:active, .docs-navbar a.active {
color: #000;
text-decoration: none;
}
.docs-navbar {
background: #fff;
}
.page-title {
margin-bottom: 2rem;
font-size: 3rem;
font-weight: 300;
color: #009688;
line-height: 4rem;
}
.page-description {
margin-bottom: 3rem;
font-size: 1.3rem;
line-height: 1.6rem;
}
.docs-page h2 {
margin-top: 2rem;
}
.docs-page .highlight {
margin-bottom: 1rem;
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
padding: 0.75rem;
vertical-align: top;
border: 1px solid #e0e0e0;
}
table > thead > tr > th > p:last-child,
table > thead > tr > td > p:last-child,
table > tbody > tr > th > p:last-child,
table > tbody > tr > td > p:last-child,
table > tfoot > tr > th > p:last-child,
table > tfoot > tr > td > p:last-child {
margin-bottom: 0;
}
table td:first-child > code {
white-space: nowrap;
}
.docs-example {
position: relative;
padding: 2rem;
border: 0.2rem solid #eee;
}
.docs-example .grid-container-example {
min-height: 100px;
background: #37bdaf;
}
.docs-example .container {
background: #b7e7e2;
}
.docs-example .container.container-tall {
min-height: 300px;
}
.docs-example .grid-item {
color: #fff;
text-align: center;
background: #37bdaf;
border: 0.2rem solid #2e9f93;
}
.docs-example .grid-item.transparent {
background: transparent;
border: none;
}
.docs-example .grid-container {
min-width: 50%;
max-width: 90%;
}
.docs-example header {
padding: 1rem;
color: #fff;
text-align: center;
background: #2e9f93 !important;
}
.docs-example main {
padding: 1rem;
color: #fff;
text-align: center;
background: #33aea1 !important;
}
.docs-example nav {
padding: 1rem;
color: #fff;
text-align: center;
background: #47c2b5 !important;
}
.docs-example aside {
padding: 1rem;
color: #fff;
text-align: center;
background: #57c8bc !important;
}
.docs-example footer {
padding: 1rem;
color: #fff;
text-align: center;
background: #67cdc2 !important;
}
/*# sourceMappingURL=bee-docs.css.map */ | 0.5 | 0.141222 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*
{
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
text-decoration: none;
}
html,
body
{
background-color: #0a0501;
scroll-behavior: smooth;
height: 100vh;
width: 100%;
}
.wrapper
{
display: flex;
flex-direction: column;
}
nav
{
position: sticky;
top: 0px;
align-items: center;
background-color: #0a0501;
display: flex;
height: 60px;
justify-content: right;
transition: 0.5s;
width: 100%;
z-index: 2;
}
.light-grey
{
background-color: rgba(10, 5, 1, 90%);
transition: 0.5s;
}
.transparent
{
background-color: rgba(0, 0, 0, 0%);
transition: 0.5s;
}
.logo
{
color: #efefef;
cursor: default;
font-size: 26px;
margin-right: auto;
padding-left: 180px;
user-select: none;
}
nav ul
{
list-style: none;
}
nav ul li
{
display: inline-block;
padding: 0 10px;
text-transform: uppercase;
}
nav ul li:last-child
{
padding-right: 130px;
}
nav ul li a
{
color: #eee;
font-size: 17px;
font-weight: 500;
transition: ease-out 0.05s;
}
nav ul li a:hover
{
background-color: #d34d4d;
font-weight: 600;
padding: 8px;
transition: 0.05s;
}
#contact
{
background-color: #eee;
color: #d34d4d;
font-weight: 600;
padding: 8px;
transition: 0.1s;
}
#contact:hover
{
background-color: #d34d4d;
color: #fff;
transition: 0.1s;
}
.promo-landing
{
background-color: #0a0501;
box-shadow: 0 5px 20px #000000;
display: flex;
height: 600px;
width: 100%;
z-index: 1;
}
.image-content
{
overflow: hidden;
width: 60%;
}
.image-content img
{
height: 130%;
transform: translateY(10%);
}
.text-content
{
align-items: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
margin-top: -3%;
width: 100%;
}
.text-content h1
{
color: #fff;
font-size: 14em;
}
.text-content h2
{
color: #fff;
font-size: 4em;
font-weight: 700;
margin-top: -5%;
}
#colored
{
background-color: #d34d4d;
font-weight: 900;
padding: 10px;
}
.quote
{
align-items: center;
background-color: #eee;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
display: flex;
height: 200px;
justify-content: center;
width: 100%;
}
.quote p
{
font-size: 30px;
}
.quote p span
{
border-bottom: solid 5px #d34d4d;
font-weight: 500;
}
.about
{
box-shadow: 0 0 20px #000000;
display: flex;
height: 800px;
overflow: hidden;
width: 100%;
z-index: 1;
}
.about-content
{
align-items: center;
background: radial-gradient(#000 10%, #222);
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
}
.about-content h2
{
color: #eee;
font-size: 2.5em;
font-weight: 200;
}
.about-content p
{
color: #eee;
font-size: 1em;
margin-top: 60px;
text-align: justify;
text-align-last: center;
width: 50%;
}
.decor-line
{
box-shadow: -10px 0 10px #00000050;
height: 100%;
position: relative;
width: 20%;
}
.decor-line::after
{
background: linear-gradient(15deg, #ff8d8d, #d34d4d);
bottom: 0;
content: "";
position: absolute;
top: 0;
width: 100%;
}
.services
{
background-color: #eee;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
display: flex;
flex-direction: column;
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.services h2
{
font-size: 2.5em;
font-weight: 300;
margin-top: 50px;
text-align: center;
}
.services > content
{
display: flex;
justify-content: center;
}
.container
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px;
width: 100%;
}
.container .box
{
background: #0a0501;
box-shadow: 0 10px 15px #000;
padding: 70px 40px 70px;
position: relative;
transition: transform 0.2s;
width: 25%;
}
.container .box h3
{
color: #fff;
font-size: 32px;
position: relative;
z-index: 1;
}
.container .box p
{
color: #eee;
font-size: 16px;
position: relative;
text-align: justify;
z-index: 1;
}
.container .box::before
{
background-color: #d34d4d;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scaleY(0);
transform-origin: top;
transition: transform 0.3s;
width: 100%;
z-index: 1;
}
.container .box:hover
{
transform: scale(1.03);
transition: transform 0.2s;
}
.container .box:hover::before
{
transform: scaleY(1);
transform-origin: bottom;
transition: transform 0.3s;
}
.container .box:hover h3
{
font-size: 36px;
}
.container .box:hover p
{
font-weight: 600;
}
footer
{
align-items: center;
background: #0a0501;
box-shadow: 0 -10px 20px #00000050;
display: flex;
flex-direction: column;
height: 100px;
justify-content: center;
}
footer p
{
color: #eee;
font-size: 15px;
}
footer p:nth-child(2)
{
font-weight: 500;
}
footer p:nth-child(2) span
{
color: #d34d4d;
}
@media (max-width: 1020px)
{
nav
{
justify-content: center;
}
.logo
{
display: none;
}
nav ul li:last-child
{
padding-right: 0;
}
.about-content p
{
margin-top: 30px;
width: 75%;
}
.image-content
{
width: 0px;
}
.decor-line
{
display: none;
}
.services > content
{
display: flex;
flex-direction: column;
width: 100%;
}
.container
{
align-items: center;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
margin: 0;
width: 100%;
}
.container .box
{
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 30px;
margin-top: 30px;
padding: 50px 30px 50px !important;
width: 40% !important;
}
.container .box p
{
text-align-last: center;
}
.container .box::before
{
pointer-events: none;
}
.container .box:hover
{
pointer-events: none;
}
.container .box:hover::before
{
pointer-events: none;
}
.container .box:hover h3
{
pointer-events: none;
}
.container .box:hover p
{
pointer-events: none;
}
}
@media (max-width: 1150px)
{
.text-content h1
{
font-size: 10em;
}
.text-content h2
{
font-size: 2.8em;
}
.container .box
{
padding: 40px 30px 40px;
width: 25%;
}
.container .box h3
{
font-size: 28px;
}
.container .box p
{
font-size: 13px;
}
}
@media (max-width: 625px)
{
nav ul li a
{
font-size: 13px;
}
.text-content h1
{
font-size: 8em !important;
}
.text-content h2
{
font-size: 2.5em !important;
}
.container .box
{
width: 75% !important;
}
} | WiSK/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*
{
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
text-decoration: none;
}
html,
body
{
background-color: #0a0501;
scroll-behavior: smooth;
height: 100vh;
width: 100%;
}
.wrapper
{
display: flex;
flex-direction: column;
}
nav
{
position: sticky;
top: 0px;
align-items: center;
background-color: #0a0501;
display: flex;
height: 60px;
justify-content: right;
transition: 0.5s;
width: 100%;
z-index: 2;
}
.light-grey
{
background-color: rgba(10, 5, 1, 90%);
transition: 0.5s;
}
.transparent
{
background-color: rgba(0, 0, 0, 0%);
transition: 0.5s;
}
.logo
{
color: #efefef;
cursor: default;
font-size: 26px;
margin-right: auto;
padding-left: 180px;
user-select: none;
}
nav ul
{
list-style: none;
}
nav ul li
{
display: inline-block;
padding: 0 10px;
text-transform: uppercase;
}
nav ul li:last-child
{
padding-right: 130px;
}
nav ul li a
{
color: #eee;
font-size: 17px;
font-weight: 500;
transition: ease-out 0.05s;
}
nav ul li a:hover
{
background-color: #d34d4d;
font-weight: 600;
padding: 8px;
transition: 0.05s;
}
#contact
{
background-color: #eee;
color: #d34d4d;
font-weight: 600;
padding: 8px;
transition: 0.1s;
}
#contact:hover
{
background-color: #d34d4d;
color: #fff;
transition: 0.1s;
}
.promo-landing
{
background-color: #0a0501;
box-shadow: 0 5px 20px #000000;
display: flex;
height: 600px;
width: 100%;
z-index: 1;
}
.image-content
{
overflow: hidden;
width: 60%;
}
.image-content img
{
height: 130%;
transform: translateY(10%);
}
.text-content
{
align-items: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
margin-top: -3%;
width: 100%;
}
.text-content h1
{
color: #fff;
font-size: 14em;
}
.text-content h2
{
color: #fff;
font-size: 4em;
font-weight: 700;
margin-top: -5%;
}
#colored
{
background-color: #d34d4d;
font-weight: 900;
padding: 10px;
}
.quote
{
align-items: center;
background-color: #eee;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
display: flex;
height: 200px;
justify-content: center;
width: 100%;
}
.quote p
{
font-size: 30px;
}
.quote p span
{
border-bottom: solid 5px #d34d4d;
font-weight: 500;
}
.about
{
box-shadow: 0 0 20px #000000;
display: flex;
height: 800px;
overflow: hidden;
width: 100%;
z-index: 1;
}
.about-content
{
align-items: center;
background: radial-gradient(#000 10%, #222);
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
}
.about-content h2
{
color: #eee;
font-size: 2.5em;
font-weight: 200;
}
.about-content p
{
color: #eee;
font-size: 1em;
margin-top: 60px;
text-align: justify;
text-align-last: center;
width: 50%;
}
.decor-line
{
box-shadow: -10px 0 10px #00000050;
height: 100%;
position: relative;
width: 20%;
}
.decor-line::after
{
background: linear-gradient(15deg, #ff8d8d, #d34d4d);
bottom: 0;
content: "";
position: absolute;
top: 0;
width: 100%;
}
.services
{
background-color: #eee;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
display: flex;
flex-direction: column;
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.services h2
{
font-size: 2.5em;
font-weight: 300;
margin-top: 50px;
text-align: center;
}
.services > content
{
display: flex;
justify-content: center;
}
.container
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px;
width: 100%;
}
.container .box
{
background: #0a0501;
box-shadow: 0 10px 15px #000;
padding: 70px 40px 70px;
position: relative;
transition: transform 0.2s;
width: 25%;
}
.container .box h3
{
color: #fff;
font-size: 32px;
position: relative;
z-index: 1;
}
.container .box p
{
color: #eee;
font-size: 16px;
position: relative;
text-align: justify;
z-index: 1;
}
.container .box::before
{
background-color: #d34d4d;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scaleY(0);
transform-origin: top;
transition: transform 0.3s;
width: 100%;
z-index: 1;
}
.container .box:hover
{
transform: scale(1.03);
transition: transform 0.2s;
}
.container .box:hover::before
{
transform: scaleY(1);
transform-origin: bottom;
transition: transform 0.3s;
}
.container .box:hover h3
{
font-size: 36px;
}
.container .box:hover p
{
font-weight: 600;
}
footer
{
align-items: center;
background: #0a0501;
box-shadow: 0 -10px 20px #00000050;
display: flex;
flex-direction: column;
height: 100px;
justify-content: center;
}
footer p
{
color: #eee;
font-size: 15px;
}
footer p:nth-child(2)
{
font-weight: 500;
}
footer p:nth-child(2) span
{
color: #d34d4d;
}
@media (max-width: 1020px)
{
nav
{
justify-content: center;
}
.logo
{
display: none;
}
nav ul li:last-child
{
padding-right: 0;
}
.about-content p
{
margin-top: 30px;
width: 75%;
}
.image-content
{
width: 0px;
}
.decor-line
{
display: none;
}
.services > content
{
display: flex;
flex-direction: column;
width: 100%;
}
.container
{
align-items: center;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
margin: 0;
width: 100%;
}
.container .box
{
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 30px;
margin-top: 30px;
padding: 50px 30px 50px !important;
width: 40% !important;
}
.container .box p
{
text-align-last: center;
}
.container .box::before
{
pointer-events: none;
}
.container .box:hover
{
pointer-events: none;
}
.container .box:hover::before
{
pointer-events: none;
}
.container .box:hover h3
{
pointer-events: none;
}
.container .box:hover p
{
pointer-events: none;
}
}
@media (max-width: 1150px)
{
.text-content h1
{
font-size: 10em;
}
.text-content h2
{
font-size: 2.8em;
}
.container .box
{
padding: 40px 30px 40px;
width: 25%;
}
.container .box h3
{
font-size: 28px;
}
.container .box p
{
font-size: 13px;
}
}
@media (max-width: 625px)
{
nav ul li a
{
font-size: 13px;
}
.text-content h1
{
font-size: 8em !important;
}
.text-content h2
{
font-size: 2.5em !important;
}
.container .box
{
width: 75% !important;
}
} | 0.292494 | 0.049727 |
.main-header {
max-height: 100% !important;
}
.main-header .logo {
line-height: 54px;
height: auto;
}
.navbar {
padding: 0px 0px !important;
}
.navbar-nav {
margin-right: 10px;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
margin-top: 15px;
}
.content-header > .breadcrumb > li + li:before {
font-family: FontAwesome;
content: "\f138";
padding-right: 3px;
padding-left: 3px;
vertical-align: middle;
}
.padding-right {
padding-right: 6px;
}
.margin-left {
margin-left: 6px;
}
.modal-header {
display: block !important;
}
.margin-bottom-33 {
margin-bottom: 4%;
}
@media screen and (max-width: 1280px) and (max-height: 800px) and (min-height: 769px) {
.input-group {
flex-wrap: nowrap !important;
}
}
@media only screen and (max-width: 600px) {
.input-group {
flex-wrap: nowrap !important;
}
}
.password-text-color {
color: rgb(255, 255, 255);
background-color: rgb(57, 179, 215);
border-color: rgb(38, 154, 188);
}
.clippy {
margin-top: -3px;
position: relative;
top: 3px;
width: 13px;
}
.text-area-copy {
display: block !important;
}
.sidebar-menu > li.active > a.active {
background: rgb(57, 179, 215) !important;
}
.sidebar-menu > li > a:hover {
background: #3c8dbc !important;
}
.password_name,
.password_url,
.password_key,
.password_username,
.password_text_password,
.password_ssh_finger_print {
width: 80% !important;
}
.password_ssh_public_key,
.password_ssh_private_key,
.password_details {
width: 100% !important;
}
.password_name > span.help-block,
.password_url > span.help-block,
.password_text_password > span.help-block {
display: none;
}
.form-input-control {
margin-bottom: -1rem !important;
}
.password-show {
padding-left: 10px;
}
.treeview > ul.treeview-menu > li > a {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.treeview > ul.treeview-menu > li.active > a {
background: rgb(57, 179, 215) !important;
}
.treeview > ul.treeview-menu > li > a:hover {
background: #3c8dbc !important;
}
.sidebar-menu .treeview-menu {
padding-left: 0px !important;
}
.treeview > ul.treeview-menu > li > a > i {
padding-left: 10px;
}
.treeview > ul.treeview-menu > li > a > span {
padding-left: 8px;
}
.sidebar-menu > li.treeview > a.active {
background: none !important;
}
.main-header li.user-header {
background-color: #0ebcd4;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
height: 90px !important;
}
/*
* Component: Dropdown menus
* -------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
box-shadow: none;
border-color: #eee;
}
.dropdown-menu > li > a {
color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
margin-right: 10px;
}
.dropdown-menu > li > a:hover {
background-color: #e1e3e9;
color: #333;
}
.dropdown-menu > .divider {
background-color: #eee;
}
.nav > li > a.dropdown-toggle {
padding: 15px 11px 15px 10px;
border-radius: 4px;
}
.nav > li > a.dropdown-toggle:after {
content: none;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.status_button {
padding-top: 14%;
padding-right: 10px;
}
.padding-right_10 {
padding-right: 10px;
}
.eye-btn {
padding-top: 11px;
background-color: #404040;
color: white;
cursor: pointer;
}
.group-right {
margin-right: 10px;
}
.buttons-csv {
color: green;
background-color: #3434;
}
button.btn.btn-secondary.buttons-csv.buttons-html5.btn-space {
margin-left: 1em;
}
.active-passwords {
color: #2196F3;
background-color: #c9cdc9;
margin-right: 2px;
border-radius: 6px !important;
}
.active-passwords:hover {
color: #2196F3;
background-color: #6c757d;
}
.active-passwords.active {
color: #2196F3 !important;
background-color: #6c757d !important;
}
.in-active-passwords {
color: #6c757d;
background-color: #c9cdc9;
border-radius: 6px !important;
}
.in-active-passwords:hover {
color: #c9cdc9;
background-color: #6c757d;
}
.in-active-passwords.active {
color: #6c757d !important;
background-color: #c9cdc9 !important;
}
.filter-button {
background-color: #ffff !important;
border-color: #80808047 !important;
}
.active-users,
.active-users:hover {
color: #2196F3 !important;
}
.filter-button:hover {
text-decoration: none;
background-color: #9e9e9ea3 !important;
}
.active-users.active {
color: #2196F3 !important;
background-color: #9e9e9ea3 !important;
}
.in-active-users,
.in-active-users:hover {
color: #c9cdc9;
}
.in-active-users.active {
color: #c9cdc9;
background-color: #9e9e9ea3 !important;
}
.btn-file {
margin-right: 5px;
}
.alert-message {
color: red !important;
}
.list-field-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
}
.list-count {
position: relative;
display: block;
background-color: #fff;
}
.alert-import {
padding: 3px 12px 0px 22px;
}
.img-circle {
display: block !important;
border-radius: 50%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}
.password_logo {
display: contents;
}
.img-logo {
width: 20%;
height: 70%;
object-fit: contain;
}
.width-10 {
width: 10px;
}
li.list-group-item:hover {
background: #f4f4f4 !important;
}
.attachment-remove {
display: inline-flex;
margin-left: 1.3rem;
}
.table-mapping {
display: block;
}
.li-mapping {
border: 0px;
}
.mapping-active {
background: #dee2e6 !important;
}
.profile-user-img {
margin: 0 auto;
width: 100px !important;
padding: 3px;
border: 3px solid #d2d6de;
}
.list-field-mapping {
position: relative;
display: block;
padding: 0 0 1.15rem 0;
background-color: #fff;
}
/* PAGINATION */
.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 {
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
.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: 1;
color: #fff !important;
background-color: #337ab7 !important;
border-color: #337ab7 !important;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.pagination.pagination-flat > li > a {
border-radius: 0 !important;
}
.has-search .form-control {
padding-left: 2.375rem;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
.editor-label > label:after {
content: ": "
}
.editor-strong > strong:after {
content: ": "
} | app/assets/stylesheets/application.css | .main-header {
max-height: 100% !important;
}
.main-header .logo {
line-height: 54px;
height: auto;
}
.navbar {
padding: 0px 0px !important;
}
.navbar-nav {
margin-right: 10px;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
margin-top: 15px;
}
.content-header > .breadcrumb > li + li:before {
font-family: FontAwesome;
content: "\f138";
padding-right: 3px;
padding-left: 3px;
vertical-align: middle;
}
.padding-right {
padding-right: 6px;
}
.margin-left {
margin-left: 6px;
}
.modal-header {
display: block !important;
}
.margin-bottom-33 {
margin-bottom: 4%;
}
@media screen and (max-width: 1280px) and (max-height: 800px) and (min-height: 769px) {
.input-group {
flex-wrap: nowrap !important;
}
}
@media only screen and (max-width: 600px) {
.input-group {
flex-wrap: nowrap !important;
}
}
.password-text-color {
color: rgb(255, 255, 255);
background-color: rgb(57, 179, 215);
border-color: rgb(38, 154, 188);
}
.clippy {
margin-top: -3px;
position: relative;
top: 3px;
width: 13px;
}
.text-area-copy {
display: block !important;
}
.sidebar-menu > li.active > a.active {
background: rgb(57, 179, 215) !important;
}
.sidebar-menu > li > a:hover {
background: #3c8dbc !important;
}
.password_name,
.password_url,
.password_key,
.password_username,
.password_text_password,
.password_ssh_finger_print {
width: 80% !important;
}
.password_ssh_public_key,
.password_ssh_private_key,
.password_details {
width: 100% !important;
}
.password_name > span.help-block,
.password_url > span.help-block,
.password_text_password > span.help-block {
display: none;
}
.form-input-control {
margin-bottom: -1rem !important;
}
.password-show {
padding-left: 10px;
}
.treeview > ul.treeview-menu > li > a {
padding-top: 15px !important;
padding-bottom: 15px !important;
}
.treeview > ul.treeview-menu > li.active > a {
background: rgb(57, 179, 215) !important;
}
.treeview > ul.treeview-menu > li > a:hover {
background: #3c8dbc !important;
}
.sidebar-menu .treeview-menu {
padding-left: 0px !important;
}
.treeview > ul.treeview-menu > li > a > i {
padding-left: 10px;
}
.treeview > ul.treeview-menu > li > a > span {
padding-left: 8px;
}
.sidebar-menu > li.treeview > a.active {
background: none !important;
}
.main-header li.user-header {
background-color: #0ebcd4;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
height: 90px !important;
}
/*
* Component: Dropdown menus
* -------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
box-shadow: none;
border-color: #eee;
}
.dropdown-menu > li > a {
color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
margin-right: 10px;
}
.dropdown-menu > li > a:hover {
background-color: #e1e3e9;
color: #333;
}
.dropdown-menu > .divider {
background-color: #eee;
}
.nav > li > a.dropdown-toggle {
padding: 15px 11px 15px 10px;
border-radius: 4px;
}
.nav > li > a.dropdown-toggle:after {
content: none;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.status_button {
padding-top: 14%;
padding-right: 10px;
}
.padding-right_10 {
padding-right: 10px;
}
.eye-btn {
padding-top: 11px;
background-color: #404040;
color: white;
cursor: pointer;
}
.group-right {
margin-right: 10px;
}
.buttons-csv {
color: green;
background-color: #3434;
}
button.btn.btn-secondary.buttons-csv.buttons-html5.btn-space {
margin-left: 1em;
}
.active-passwords {
color: #2196F3;
background-color: #c9cdc9;
margin-right: 2px;
border-radius: 6px !important;
}
.active-passwords:hover {
color: #2196F3;
background-color: #6c757d;
}
.active-passwords.active {
color: #2196F3 !important;
background-color: #6c757d !important;
}
.in-active-passwords {
color: #6c757d;
background-color: #c9cdc9;
border-radius: 6px !important;
}
.in-active-passwords:hover {
color: #c9cdc9;
background-color: #6c757d;
}
.in-active-passwords.active {
color: #6c757d !important;
background-color: #c9cdc9 !important;
}
.filter-button {
background-color: #ffff !important;
border-color: #80808047 !important;
}
.active-users,
.active-users:hover {
color: #2196F3 !important;
}
.filter-button:hover {
text-decoration: none;
background-color: #9e9e9ea3 !important;
}
.active-users.active {
color: #2196F3 !important;
background-color: #9e9e9ea3 !important;
}
.in-active-users,
.in-active-users:hover {
color: #c9cdc9;
}
.in-active-users.active {
color: #c9cdc9;
background-color: #9e9e9ea3 !important;
}
.btn-file {
margin-right: 5px;
}
.alert-message {
color: red !important;
}
.list-field-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
}
.list-count {
position: relative;
display: block;
background-color: #fff;
}
.alert-import {
padding: 3px 12px 0px 22px;
}
.img-circle {
display: block !important;
border-radius: 50%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}
.password_logo {
display: contents;
}
.img-logo {
width: 20%;
height: 70%;
object-fit: contain;
}
.width-10 {
width: 10px;
}
li.list-group-item:hover {
background: #f4f4f4 !important;
}
.attachment-remove {
display: inline-flex;
margin-left: 1.3rem;
}
.table-mapping {
display: block;
}
.li-mapping {
border: 0px;
}
.mapping-active {
background: #dee2e6 !important;
}
.profile-user-img {
margin: 0 auto;
width: 100px !important;
padding: 3px;
border: 3px solid #d2d6de;
}
.list-field-mapping {
position: relative;
display: block;
padding: 0 0 1.15rem 0;
background-color: #fff;
}
/* PAGINATION */
.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 {
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
.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: 1;
color: #fff !important;
background-color: #337ab7 !important;
border-color: #337ab7 !important;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.pagination.pagination-flat > li > a {
border-radius: 0 !important;
}
.has-search .form-control {
padding-left: 2.375rem;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
.editor-label > label:after {
content: ": "
}
.editor-strong > strong:after {
content: ": "
} | 0.372049 | 0.062217 |
.separator{
clear: both;
display: block;
height: 15px;
}
.options_separator{
display: inline;
border-right: 1px solid #333333;
}
a.module_journal, a.module_journal:visited, a.module_journal:active, a.module_journal:link, a.module_journal:focus {
color: #aa6622;
text-decoration: none;
outline: none;
}
a.module_journal:hover {
text-decoration: underline;
}
.entry_date{
font-size: 11px;
margin-bottom: 10px;
}
.entry_body a{
color: #aa6622;
outline: none;
text-decoration: underline;
}
.entry_delete_edit{
float: right;
font-size: 11px;
}
.print_separator{
margin-bottom: 10px;
border-bottom: 1px solid #333333;
}
.rule_title{
text-align: center;
color: #aa6622;
font-size: 14px;
margin-top: 10px;
}
.rule_description{
padding-bottom: 5px;
border-bottom: 1px dotted #aa6622;
}
.datestamp{
text-align: center;
font-weight: bold;
text-decoration: underline;
}
#copy_js{
width: 100px;
margin-top: 10px;
font-style: italic;
}
/* ****************************** SMALL JOURNAL ****************************** */
#journal_small{
background: url(../images/journal700x495.png) no-repeat top left;
width: 700px;
height: 495px;
float: left;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
color: #aa6622;
}
#left_small, #right_small{
width: 350px;
height: 495px;
float: left;
position: relative;
}
#rules_small{
float: right;
margin: 15px 25px 0px 0px;
font-weight: bold;
}
#entries_small{
float: left;
text-align: left;
margin: 0px 25px 0px 25px;
padding: 0px;
width: 300px;
height: 385px;
overflow-y: auto;
overflow-x: hidden;
}
.entry_small{
float: left;
width: 280px;
border-bottom: 1px dashed #aa6622;
margin-bottom: 5px;
}
#entries_print_save_small{
width: 300px;
float: left;
margin: 5px 25px 0px 25px;
font-weight: bold;
}
#editor_small{
width: 300px;
float: left;
margin: 75px 25px 0px 25px;
}
#left_show_hide_small{
width: 16px;
height: 16px;
float: left;
margin: 15px 0px 0px 25px;
}
#right_show_hide_small{
width: 16px;
height: 16px;
float: left;
margin: 17px 0px 0px 5px;
}
/* ****************************** MEDIUM JOURNAL ****************************** */
#journal_medium{
background: url(../images/journal800x565.png) no-repeat top left;
width: 800px;
height: 565px;
float: left;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
color: #aa6622;
}
#left_medium, #right_medium{
width: 400px;
height: 565px;
float: left;
position: relative;
}
#rules_medium{
float: right;
margin: 17px 28px 0px 0px;
font-weight: bold;
}
#entries_medium{
float: left;
text-align: left;
margin: 0px 28px 0px 28px;
padding: 0px;
width: 344px;
height: 445px;
overflow-y: auto;
overflow-x: hidden;
}
.entry_medium{
float: left;
width: 324px;
border-bottom: 1px dashed #aa6622;
margin-bottom: 5px;
}
#entries_print_save_medium{
width: 344px;
float: left;
margin: 10px 28px 0px 28px;
font-weight: bold;
}
#editor_medium{
width: 344px;
float: left;
margin: 85px 28px 0px 28px;
}
#left_show_hide_medium{
width: 16px;
height: 16px;
float: left;
margin: 17px 0px 0px 28px;
}
#right_show_hide_medium{
width: 16px;
height: 16px;
float: left;
margin: 19px 0px 0px 5px;
}
/* ****************************** LARGE JOURNAL ****************************** */
#journal_large{
background: url(../images/journal900x636.png) no-repeat top left;
width: 900px;
height: 636px;
float: left;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
color: #aa6622;
}
#left_large, #right_large{
width: 450px;
height: 636px;
float: left;
position: relative;
}
#rules_large{
float: right;
margin: 19px 31px 0px 0px;
font-weight: bold;
}
#entries_large{
float: left;
text-align: left;
margin: 0px 31px 0px 31px;
padding: 0px;
width: 388px;
height: 505px;
overflow-y: auto;
overflow-x: hidden;
}
.entry_large{
float: left;
width: 368px;
border-bottom: 1px dashed #aa6622;
margin-bottom: 5px;
}
#entries_print_save_large{
width: 388px;
float: left;
margin: 15px 31px 0px 31px;
font-weight: bold;
}
#editor_large{
width: 388px;
float: left;
margin: 100px 31px 0px 31px;
}
#left_show_hide_large{
width: 16px;
height: 16px;
float: left;
margin: 19px 0px 0px 31px;
}
#right_show_hide_large{
width: 16px;
height: 16px;
float: left;
margin: 21px 0px 0px 5px;
} | efront/www/modules/module_journal/css/journal.css | .separator{
clear: both;
display: block;
height: 15px;
}
.options_separator{
display: inline;
border-right: 1px solid #333333;
}
a.module_journal, a.module_journal:visited, a.module_journal:active, a.module_journal:link, a.module_journal:focus {
color: #aa6622;
text-decoration: none;
outline: none;
}
a.module_journal:hover {
text-decoration: underline;
}
.entry_date{
font-size: 11px;
margin-bottom: 10px;
}
.entry_body a{
color: #aa6622;
outline: none;
text-decoration: underline;
}
.entry_delete_edit{
float: right;
font-size: 11px;
}
.print_separator{
margin-bottom: 10px;
border-bottom: 1px solid #333333;
}
.rule_title{
text-align: center;
color: #aa6622;
font-size: 14px;
margin-top: 10px;
}
.rule_description{
padding-bottom: 5px;
border-bottom: 1px dotted #aa6622;
}
.datestamp{
text-align: center;
font-weight: bold;
text-decoration: underline;
}
#copy_js{
width: 100px;
margin-top: 10px;
font-style: italic;
}
/* ****************************** SMALL JOURNAL ****************************** */
#journal_small{
background: url(../images/journal700x495.png) no-repeat top left;
width: 700px;
height: 495px;
float: left;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
color: #aa6622;
}
#left_small, #right_small{
width: 350px;
height: 495px;
float: left;
position: relative;
}
#rules_small{
float: right;
margin: 15px 25px 0px 0px;
font-weight: bold;
}
#entries_small{
float: left;
text-align: left;
margin: 0px 25px 0px 25px;
padding: 0px;
width: 300px;
height: 385px;
overflow-y: auto;
overflow-x: hidden;
}
.entry_small{
float: left;
width: 280px;
border-bottom: 1px dashed #aa6622;
margin-bottom: 5px;
}
#entries_print_save_small{
width: 300px;
float: left;
margin: 5px 25px 0px 25px;
font-weight: bold;
}
#editor_small{
width: 300px;
float: left;
margin: 75px 25px 0px 25px;
}
#left_show_hide_small{
width: 16px;
height: 16px;
float: left;
margin: 15px 0px 0px 25px;
}
#right_show_hide_small{
width: 16px;
height: 16px;
float: left;
margin: 17px 0px 0px 5px;
}
/* ****************************** MEDIUM JOURNAL ****************************** */
#journal_medium{
background: url(../images/journal800x565.png) no-repeat top left;
width: 800px;
height: 565px;
float: left;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
color: #aa6622;
}
#left_medium, #right_medium{
width: 400px;
height: 565px;
float: left;
position: relative;
}
#rules_medium{
float: right;
margin: 17px 28px 0px 0px;
font-weight: bold;
}
#entries_medium{
float: left;
text-align: left;
margin: 0px 28px 0px 28px;
padding: 0px;
width: 344px;
height: 445px;
overflow-y: auto;
overflow-x: hidden;
}
.entry_medium{
float: left;
width: 324px;
border-bottom: 1px dashed #aa6622;
margin-bottom: 5px;
}
#entries_print_save_medium{
width: 344px;
float: left;
margin: 10px 28px 0px 28px;
font-weight: bold;
}
#editor_medium{
width: 344px;
float: left;
margin: 85px 28px 0px 28px;
}
#left_show_hide_medium{
width: 16px;
height: 16px;
float: left;
margin: 17px 0px 0px 28px;
}
#right_show_hide_medium{
width: 16px;
height: 16px;
float: left;
margin: 19px 0px 0px 5px;
}
/* ****************************** LARGE JOURNAL ****************************** */
#journal_large{
background: url(../images/journal900x636.png) no-repeat top left;
width: 900px;
height: 636px;
float: left;
font-family: arial, tahoma, sans-serif;
font-size: 12px;
color: #aa6622;
}
#left_large, #right_large{
width: 450px;
height: 636px;
float: left;
position: relative;
}
#rules_large{
float: right;
margin: 19px 31px 0px 0px;
font-weight: bold;
}
#entries_large{
float: left;
text-align: left;
margin: 0px 31px 0px 31px;
padding: 0px;
width: 388px;
height: 505px;
overflow-y: auto;
overflow-x: hidden;
}
.entry_large{
float: left;
width: 368px;
border-bottom: 1px dashed #aa6622;
margin-bottom: 5px;
}
#entries_print_save_large{
width: 388px;
float: left;
margin: 15px 31px 0px 31px;
font-weight: bold;
}
#editor_large{
width: 388px;
float: left;
margin: 100px 31px 0px 31px;
}
#left_show_hide_large{
width: 16px;
height: 16px;
float: left;
margin: 19px 0px 0px 31px;
}
#right_show_hide_large{
width: 16px;
height: 16px;
float: left;
margin: 21px 0px 0px 5px;
} | 0.205894 | 0.115461 |
body {
/*background-image:url(../images/background.jpg);*/
background-size: cover;
height: auto;
opacity: 0.93;
}
.img-circle {
margin-top: 10%;
margin-right: 10px;
}
.btn-icon-left {
background-color: transparent;
border: none;
outline: none;
margin-top: 10%;
margin-right: 6px;
}
.btn-icon-right {
background-color: transparent;
border: none;
outline: none;
margin-top: 6%;
margin-right: 30px
}
.nav-glyphicon {
color: white !important;
font-size: 2em !important;
}
.globalstream-container {
text-align: center;
overflow: hidden;
background-color: gray;
background-size: cover;
padding-left: 2%;
padding-right: 2%;
width: 100%;
height: 100%;
}
.error-msg {
margin-top: 15px !important;
margin-bottom: 0px !important;
}
#randomMovieList {
margin-top: 60px;
margin-left: 50px;
margin-right: 50px;
}
.movie-item {
margin-bottom: 100px;
height: 250px;
}
a.popoverData {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
.movie-line {
line-height: 1em;
height: 1.2em;
text-align: center;
font-size: 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: bold;
}
.movie-poster-div {
max-width: 100%;
max-height: 100%;
position: inherit;
width: 100%;
height: 100%;
display: inline-block;
}
.movie-poster-div>img{
vertical-align: middle;
}
.centerBlock {
max-height: 230px !important;
max-width: 230px !important;
margin-bottom: 10px;
text-align: center;
object-fit: contain;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.modal-image{
max-height: 100%;
max-width: 100%;
}
.movie-badge{
display: inline-block;
}
.movie-badge-holder{
text-align: center;
}
.movie-badge-finished{
background-color: forestgreen;
}
.movie-badge-unfinished{
background-color: palevioletred;
}
.movie-badge-none{
opacity: 0;
}
.empty-msg{
height: 1000px;
}
.movie-item-finished{
opacity: 0.6;
} | Web/static/css/home.css | body {
/*background-image:url(../images/background.jpg);*/
background-size: cover;
height: auto;
opacity: 0.93;
}
.img-circle {
margin-top: 10%;
margin-right: 10px;
}
.btn-icon-left {
background-color: transparent;
border: none;
outline: none;
margin-top: 10%;
margin-right: 6px;
}
.btn-icon-right {
background-color: transparent;
border: none;
outline: none;
margin-top: 6%;
margin-right: 30px
}
.nav-glyphicon {
color: white !important;
font-size: 2em !important;
}
.globalstream-container {
text-align: center;
overflow: hidden;
background-color: gray;
background-size: cover;
padding-left: 2%;
padding-right: 2%;
width: 100%;
height: 100%;
}
.error-msg {
margin-top: 15px !important;
margin-bottom: 0px !important;
}
#randomMovieList {
margin-top: 60px;
margin-left: 50px;
margin-right: 50px;
}
.movie-item {
margin-bottom: 100px;
height: 250px;
}
a.popoverData {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
.movie-line {
line-height: 1em;
height: 1.2em;
text-align: center;
font-size: 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: bold;
}
.movie-poster-div {
max-width: 100%;
max-height: 100%;
position: inherit;
width: 100%;
height: 100%;
display: inline-block;
}
.movie-poster-div>img{
vertical-align: middle;
}
.centerBlock {
max-height: 230px !important;
max-width: 230px !important;
margin-bottom: 10px;
text-align: center;
object-fit: contain;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.modal-image{
max-height: 100%;
max-width: 100%;
}
.movie-badge{
display: inline-block;
}
.movie-badge-holder{
text-align: center;
}
.movie-badge-finished{
background-color: forestgreen;
}
.movie-badge-unfinished{
background-color: palevioletred;
}
.movie-badge-none{
opacity: 0;
}
.empty-msg{
height: 1000px;
}
.movie-item-finished{
opacity: 0.6;
} | 0.556159 | 0.080574 |
html {
font-size: 62.5%;
min-width: 320px; }
body {
font-size: 1.5rem;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222;
padding: 0;
margin: 0;
}
.bodycontainer {
position: relative;
width: 93vw;
max-width: 1280px;
margin: 0 3.5vw 0 3.5vw;
}
/** Typography **/
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0;
}
/** Larger than phablet **/
@media (min-width: 550px) {
h1 { font-size: 5.0rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
}
p {
margin-top: 0;
}
a {
color: #1EAEDB;
}
a:hover {
color: #0FA0CE;
}
table {
table-layout: fixed;
width: 100%
}
#title section::first-letter {
text-transform: uppercase
}
.well {
box-shadow: 0 0 5px #888;
padding: 1rem;
border-radius: 5px;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
margin-top: 5px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .3rem;
margin-top: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; }
/** Archive Images **/
.main-responsive-img {
width: 92.5vw;
max-width: 1280px;
margin-bottom: .5vw;
display: block;
float: left;
}
.responsive-img {
width: 46vw;
display: block;
float: left;
}
ul#img-list li:hover span.text-content {
opacity: 1;
}
ul#img-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul#img-list li {
display: inline-block;
position: relative;
padding: 0 .5vw .5vw 0;
}
span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 2rem;
left: 0;
position: absolute;
top: 0;
width: 46vw;
opacity: 0;
transition: opacity 500ms;
}
span.text-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
}
/** 640 pixels or greater (includes most mobiles in landscape) **/
@media(min-width:40em) {
.responsive-img { width: 30.5vw; }
span.text-content { width: 30.5vw; }
}
/** 960 pixels or greater -- includes most tablets in landscape **/
@media(min-width:60em){
ul#img-list li:nth-child(4n) { padding-right: 0; }
.responsive-img { width: 22.75vw; max-width: 315px;}
span.text-content { width: 22.75vw; max-width: 315px;}
}
/** 1384 pixels or greater -- site container at full-width of 1280px from this point **/
@media(min-width:86.5em) {
ul#img-list li:not(:nth-child(4n)) { padding-right: 6px; }
.bodycontainer { margin-left: calc((100vw - 1280px)/2); }
}
/** Slicknav styling **/
#photo-main {
margin-top: 75px;
padding-top: 1rem;
}
#nav {
position: fixed;
top: 0px;
width: 92.5vw;
text-transform: uppercase;
font-weight: 600;
font-size: 1.125em;
padding: 1.5em 0 1em 0;
background: #fff;
z-index: 999;
border-bottom: 3px solid black;
}
#nav ul {
padding:0;
margin:0;
}
ul.slicknav_nav {
/* padding-top: 0rem; */
border-top: 1px dotted black;
/* margin-top: 1rem; */
}
#nav li {
display:inline-block;
padding:0.5em 0.5em;
}
.lt-ie8 {
display:inline;
zoom:1;
}
#nav a {
color:#333333;
text-decoration:none;
}
#nav a:hover {
border-bottom:4px solid #ea0b25;
}
#mobileMenu {
display:none;
}
/* Slicknav Mobile Sizing */
@media only screen and (max-width: 40em) {
#photo-main {
margin-top: 1.5rem;
}
.slicknav_menu {
position: fixed !important;
top: 0px !important;
width: 92.5vw !important;
text-transform: uppercase !important;
font-weight: 600 !important;
font-size: 1.125em !important;
padding: 1em .5em 0 !important;
background: #fff !important;
z-index: 999 !important;
border-bottom: 3px solid black !important;
}
#branding {
font-size: 4.5rem;
font-weight: 300;
letter-spacing: -3.5px;
}
.js #main-menu {
display:none;
}
.js #mobileMenu {
display:block;
position:fixed;
width:92.5%;
z-index:1000;
}
.js #nav{
text-align:center;
}
#nav {
position: relative;
}
#nav img {
display:block;
margin:0 auto;
}
#main {
padding:0;
}
#nav ul {
text-align: center;
font-size:0.6em;
line-height: 1.5em;
}
#nav ul li {
padding:0.25em;
}
}
/* Login Forms Tab Menu */
#loginforms > section {
display: none;
padding: 20px 0 0;
border-top: 1px solid #ddd;
}
#loginforms > input {
display: none;
}
#loginforms > label {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
font-weight: 600;
text-align: center;
color: #bbb;
border: 1px solid transparent;
}
#loginforms > label:before {
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}
#loginforms > label[for*='1']:before { content: '\f1cb'; }
#loginforms > label[for*='2']:before { content: '\f17d'; }
#loginforms > label[for*='3']:before { content: '\f16b'; }
#loginforms > label[for*='4']:before { content: '\f1a9'; }
#loginforms > label:hover {
color: #888;
cursor: pointer;
}
#loginforms > input:checked + label {
color: #555;
border: 1px solid #ddd;
border-top: 2px solid orange;
border-bottom: 1px solid #fff;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
display: block;
}
@media screen and (max-width: 650px) {
#loginforms > label {
font-size: 0;
}
#loginforms > label:before {
margin: 0;
font-size: 18px;
}
}
@media screen and (max-width: 400px) {
#loginforms > label {
padding: 15px;
}
} | app/static/css/custom.css | html {
font-size: 62.5%;
min-width: 320px; }
body {
font-size: 1.5rem;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222;
padding: 0;
margin: 0;
}
.bodycontainer {
position: relative;
width: 93vw;
max-width: 1280px;
margin: 0 3.5vw 0 3.5vw;
}
/** Typography **/
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0;
}
/** Larger than phablet **/
@media (min-width: 550px) {
h1 { font-size: 5.0rem; }
h2 { font-size: 4.2rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 3.0rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
}
p {
margin-top: 0;
}
a {
color: #1EAEDB;
}
a:hover {
color: #0FA0CE;
}
table {
table-layout: fixed;
width: 100%
}
#title section::first-letter {
text-transform: uppercase
}
.well {
box-shadow: 0 0 5px #888;
padding: 1rem;
border-radius: 5px;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
margin-top: 5px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .3rem;
margin-top: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; }
/** Archive Images **/
.main-responsive-img {
width: 92.5vw;
max-width: 1280px;
margin-bottom: .5vw;
display: block;
float: left;
}
.responsive-img {
width: 46vw;
display: block;
float: left;
}
ul#img-list li:hover span.text-content {
opacity: 1;
}
ul#img-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul#img-list li {
display: inline-block;
position: relative;
padding: 0 .5vw .5vw 0;
}
span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 2rem;
left: 0;
position: absolute;
top: 0;
width: 46vw;
opacity: 0;
transition: opacity 500ms;
}
span.text-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
}
/** 640 pixels or greater (includes most mobiles in landscape) **/
@media(min-width:40em) {
.responsive-img { width: 30.5vw; }
span.text-content { width: 30.5vw; }
}
/** 960 pixels or greater -- includes most tablets in landscape **/
@media(min-width:60em){
ul#img-list li:nth-child(4n) { padding-right: 0; }
.responsive-img { width: 22.75vw; max-width: 315px;}
span.text-content { width: 22.75vw; max-width: 315px;}
}
/** 1384 pixels or greater -- site container at full-width of 1280px from this point **/
@media(min-width:86.5em) {
ul#img-list li:not(:nth-child(4n)) { padding-right: 6px; }
.bodycontainer { margin-left: calc((100vw - 1280px)/2); }
}
/** Slicknav styling **/
#photo-main {
margin-top: 75px;
padding-top: 1rem;
}
#nav {
position: fixed;
top: 0px;
width: 92.5vw;
text-transform: uppercase;
font-weight: 600;
font-size: 1.125em;
padding: 1.5em 0 1em 0;
background: #fff;
z-index: 999;
border-bottom: 3px solid black;
}
#nav ul {
padding:0;
margin:0;
}
ul.slicknav_nav {
/* padding-top: 0rem; */
border-top: 1px dotted black;
/* margin-top: 1rem; */
}
#nav li {
display:inline-block;
padding:0.5em 0.5em;
}
.lt-ie8 {
display:inline;
zoom:1;
}
#nav a {
color:#333333;
text-decoration:none;
}
#nav a:hover {
border-bottom:4px solid #ea0b25;
}
#mobileMenu {
display:none;
}
/* Slicknav Mobile Sizing */
@media only screen and (max-width: 40em) {
#photo-main {
margin-top: 1.5rem;
}
.slicknav_menu {
position: fixed !important;
top: 0px !important;
width: 92.5vw !important;
text-transform: uppercase !important;
font-weight: 600 !important;
font-size: 1.125em !important;
padding: 1em .5em 0 !important;
background: #fff !important;
z-index: 999 !important;
border-bottom: 3px solid black !important;
}
#branding {
font-size: 4.5rem;
font-weight: 300;
letter-spacing: -3.5px;
}
.js #main-menu {
display:none;
}
.js #mobileMenu {
display:block;
position:fixed;
width:92.5%;
z-index:1000;
}
.js #nav{
text-align:center;
}
#nav {
position: relative;
}
#nav img {
display:block;
margin:0 auto;
}
#main {
padding:0;
}
#nav ul {
text-align: center;
font-size:0.6em;
line-height: 1.5em;
}
#nav ul li {
padding:0.25em;
}
}
/* Login Forms Tab Menu */
#loginforms > section {
display: none;
padding: 20px 0 0;
border-top: 1px solid #ddd;
}
#loginforms > input {
display: none;
}
#loginforms > label {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
font-weight: 600;
text-align: center;
color: #bbb;
border: 1px solid transparent;
}
#loginforms > label:before {
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}
#loginforms > label[for*='1']:before { content: '\f1cb'; }
#loginforms > label[for*='2']:before { content: '\f17d'; }
#loginforms > label[for*='3']:before { content: '\f16b'; }
#loginforms > label[for*='4']:before { content: '\f1a9'; }
#loginforms > label:hover {
color: #888;
cursor: pointer;
}
#loginforms > input:checked + label {
color: #555;
border: 1px solid #ddd;
border-top: 2px solid orange;
border-bottom: 1px solid #fff;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
display: block;
}
@media screen and (max-width: 650px) {
#loginforms > label {
font-size: 0;
}
#loginforms > label:before {
margin: 0;
font-size: 18px;
}
}
@media screen and (max-width: 400px) {
#loginforms > label {
padding: 15px;
}
} | 0.560253 | 0.086903 |
* {
text-decoration: none;
color: inherit;
/* margin: 0;
padding: 0; */
}
img {
display: block;
}
ul,
h1,
h2,
h3,
h4,
h5,
p {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}
@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Regular.ttf);
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Bold.ttf);
font-style: bold;
font-weight: 700;
}
@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Medium.ttf);
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway-VariableFont_wght.ttf);
font-style: normal;
font-weight: 700;
}
.centred {
text-align: center;
}
.current-page {
position: relative;
color: #2196f3;
}
.section-title {
font-size: 36px;
font-weight: 700;
line-height: 1.17;
letter-spacing: 0.03em;
}
.section-title::first-letter {
text-transform: capitalize;
}
.contacts {
font-style: normal;
color: #757575;
font-weight: 400;
font-size: 14px;
line-height: 1.71;
}
.is-hidden {
opacity: 0;
pointer-events: none;
}
body {
color: #212121;
font-family: "Roboto", sans-serif, sans-serif;
background-color: #ffffff;
}
.container {
width: 1200px;
padding: 0 15px;
margin-left: auto;
margin-right: auto;
}
header {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
}
.header-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
padding: 0;
color: #757575;
}
.header-contacts-item:not(:last-child) {
margin-right: 50px;
}
.header-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-links {
display: block;
padding-top: 32px;
padding-bottom: 32px;
}
.nav-item:not(:last-child) {
margin-right: 50px;
}
.nav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
text-transform: capitalize;
}
.nav-list a:hover,
.nav-list a:focus,
.header-contacts a:hover,
.header-contacts a:focus {
color: #2196f3;
fill: #2196f3;
}
.nav-list a,
.header-contacts a {
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.local-line {
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
border-radius: 2px;
background-color: #2196f3;
}
.header-contacts a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.portfolio-header {
border: 1px solid #ececec;
}
.envelope {
width: 16px;
height: 12px;
margin-right: 10px;
fill: currentColor;
}
.smartphone {
width: 10px;
height: 16px;
margin-right: 10px;
fill: currentColor;
}
.logo {
margin-right: 93px;
}
.logo-first-part,
.logo-second-part,
.logo-footer-second-part {
font-family: "Raleway", sans-serif, sans-serif;
font-size: 26px;
line-height: 1.19;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.03em;
}
.logo-footer-second-part {
color: #ffffff;
}
.logo-first-part {
color: #2196f3;
}
footer .logo {
display: inline-block;
margin-bottom: 20px;
margin-right: 0;
}
.buttons button {
padding: 6px 22px;
border: none;
border-radius: 4px;
display: block;
background-color: #f5f4fa;
font-weight: 500;
font-size: 16px;
line-height: 1.62;
letter-spacing: 0.03em;
-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.buttons button:hover, .buttons button:focus {
color: #ffffff;
background-color: #2196f3;
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
}
.buttons li:not(:last-child) {
margin-right: 8px;
}
.buttons button::first-letter {
text-transform: capitalize;
}
.portfolio-main {
padding: 94px 0;
}
.buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cards li:not(:nth-child(3n)) {
margin-right: 30px;
}
.cards li:not(:nth-last-child(-n + 3)) {
margin-bottom: 30px;
}
.cards li {
border: 1px solid #eeeeee;
width: 370px;
}
.cards a {
display: block;
-webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cards a:hover, .cards a:focus {
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
.cards h2 {
font-size: 18px;
font-weight: 700;
line-height: 2;
letter-spacing: 0.06em;
}
.cards p {
font-size: 16px;
color: #757575;
font-weight: 400;
line-height: 1.87;
letter-spacing: 0.03em;
}
.cards h2 {
margin-bottom: 4px;
}
.cards-text {
padding: 20px 24px;
}
.cards-img-text {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
padding: 63px 24px;
width: 100%;
height: 100%;
font-size: 18px;
line-height: 1.56;
letter-spacing: 0.03em;
color: #ffffff;
background-color: rgba(33, 150, 243, 0.9);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cards a:hover .cards-img-text,
.cards a:focus .cards-img-text {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cards-img {
position: relative;
overflow: hidden;
}
footer {
padding: 60px 0;
background-color: #2f303a;
}
.footer-first-block li:not(:last-child) {
margin-bottom: 9px;
}
.footer-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer-first-block {
margin-right: 70px;
}
.footer-second-block p {
color: #ffffff;
font-size: 14px;
font-weight: 700;
line-height: 1.14;
letter-spacing: 0.03em;
margin-bottom: 20px;
}
.address-place {
color: #ffffff;
}
.subscribe {
margin-left: auto;
}
.subscribe-input {
margin-right: 12px;
width: 358px;
height: 50px;
padding: 15px 16px;
background-color: #2f303a;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 4px;
color: #ffffff;
}
.subscribe-title {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.03em;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
}
.subscribe-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 200px;
height: 50px;
padding: 10px;
font-size: 16px;
text-transform: capitalize;
font-weight: 700;
background-color: #2196f3;
color: #ffffff;
border: none;
border-radius: 4px;
}
.subscribe-button::after {
content: "";
width: 24px;
height: 24px;
margin-left: 10px;
background-image: url(../images/icon-send.svg);
}
.team {
padding: 94px 0;
background-color: #f5f4fa;
}
.team h3 {
font-size: 16px;
font-weight: 500;
line-height: 1.19;
letter-spacing: 0.03em;
}
.team p {
font-size: 16px;
font-weight: 400;
line-height: 1.19;
letter-spacing: 0.03em;
color: #757575;
}
.team-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.team h2 {
margin-bottom: 50px;
}
.team-list > li:not(:last-child) {
margin-right: 30px;
}
.team-list > li {
width: 270px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.team-text {
padding: 30px 32px;
background-color: #ffffff;
}
.team-text p {
margin-bottom: 16px;
}
.team h3 {
margin-bottom: 10px;
}
.team-links,
.footer-team-links {
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #afb1b8;
}
.team-links svg,
.footer-team-links svg {
width: 20px;
height: 20px;
}
.team-links li,
.footer-team-links li {
width: 44px;
height: 44px;
}
.team-links a,
.footer-team-links a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
border-radius: 50%;
fill: currentColor;
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team-links li:not(:last-child),
.footer-team-links li:not(:last-child) {
margin-right: 10px;
}
.team-links a:hover,
.team-links a:focus {
background-color: #2196f3;
fill: #ffffff;
}
.footer-team-links a {
background-color: rgba(255, 255, 255, 0.1);
fill: #ffffff;
}
/*# sourceMappingURL=portfolio.css.map */ | css/portfolio.css | * {
text-decoration: none;
color: inherit;
/* margin: 0;
padding: 0; */
}
img {
display: block;
}
ul,
h1,
h2,
h3,
h4,
h5,
p {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}
@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Regular.ttf);
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Bold.ttf);
font-style: bold;
font-weight: 700;
}
@font-face {
font-family: Roboto;
src: url(../fonts/Roboto-Medium.ttf);
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: Raleway;
src: url(../fonts/Raleway-VariableFont_wght.ttf);
font-style: normal;
font-weight: 700;
}
.centred {
text-align: center;
}
.current-page {
position: relative;
color: #2196f3;
}
.section-title {
font-size: 36px;
font-weight: 700;
line-height: 1.17;
letter-spacing: 0.03em;
}
.section-title::first-letter {
text-transform: capitalize;
}
.contacts {
font-style: normal;
color: #757575;
font-weight: 400;
font-size: 14px;
line-height: 1.71;
}
.is-hidden {
opacity: 0;
pointer-events: none;
}
body {
color: #212121;
font-family: "Roboto", sans-serif, sans-serif;
background-color: #ffffff;
}
.container {
width: 1200px;
padding: 0 15px;
margin-left: auto;
margin-right: auto;
}
header {
font-weight: 500;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.02em;
}
.header-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
padding: 0;
color: #757575;
}
.header-contacts-item:not(:last-child) {
margin-right: 50px;
}
.header-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-links {
display: block;
padding-top: 32px;
padding-bottom: 32px;
}
.nav-item:not(:last-child) {
margin-right: 50px;
}
.nav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
text-transform: capitalize;
}
.nav-list a:hover,
.nav-list a:focus,
.header-contacts a:hover,
.header-contacts a:focus {
color: #2196f3;
fill: #2196f3;
}
.nav-list a,
.header-contacts a {
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.local-line {
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
border-radius: 2px;
background-color: #2196f3;
}
.header-contacts a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.portfolio-header {
border: 1px solid #ececec;
}
.envelope {
width: 16px;
height: 12px;
margin-right: 10px;
fill: currentColor;
}
.smartphone {
width: 10px;
height: 16px;
margin-right: 10px;
fill: currentColor;
}
.logo {
margin-right: 93px;
}
.logo-first-part,
.logo-second-part,
.logo-footer-second-part {
font-family: "Raleway", sans-serif, sans-serif;
font-size: 26px;
line-height: 1.19;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.03em;
}
.logo-footer-second-part {
color: #ffffff;
}
.logo-first-part {
color: #2196f3;
}
footer .logo {
display: inline-block;
margin-bottom: 20px;
margin-right: 0;
}
.buttons button {
padding: 6px 22px;
border: none;
border-radius: 4px;
display: block;
background-color: #f5f4fa;
font-weight: 500;
font-size: 16px;
line-height: 1.62;
letter-spacing: 0.03em;
-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.buttons button:hover, .buttons button:focus {
color: #ffffff;
background-color: #2196f3;
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
}
.buttons li:not(:last-child) {
margin-right: 8px;
}
.buttons button::first-letter {
text-transform: capitalize;
}
.portfolio-main {
padding: 94px 0;
}
.buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.cards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cards li:not(:nth-child(3n)) {
margin-right: 30px;
}
.cards li:not(:nth-last-child(-n + 3)) {
margin-bottom: 30px;
}
.cards li {
border: 1px solid #eeeeee;
width: 370px;
}
.cards a {
display: block;
-webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cards a:hover, .cards a:focus {
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
.cards h2 {
font-size: 18px;
font-weight: 700;
line-height: 2;
letter-spacing: 0.06em;
}
.cards p {
font-size: 16px;
color: #757575;
font-weight: 400;
line-height: 1.87;
letter-spacing: 0.03em;
}
.cards h2 {
margin-bottom: 4px;
}
.cards-text {
padding: 20px 24px;
}
.cards-img-text {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
padding: 63px 24px;
width: 100%;
height: 100%;
font-size: 18px;
line-height: 1.56;
letter-spacing: 0.03em;
color: #ffffff;
background-color: rgba(33, 150, 243, 0.9);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cards a:hover .cards-img-text,
.cards a:focus .cards-img-text {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cards-img {
position: relative;
overflow: hidden;
}
footer {
padding: 60px 0;
background-color: #2f303a;
}
.footer-first-block li:not(:last-child) {
margin-bottom: 9px;
}
.footer-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer-first-block {
margin-right: 70px;
}
.footer-second-block p {
color: #ffffff;
font-size: 14px;
font-weight: 700;
line-height: 1.14;
letter-spacing: 0.03em;
margin-bottom: 20px;
}
.address-place {
color: #ffffff;
}
.subscribe {
margin-left: auto;
}
.subscribe-input {
margin-right: 12px;
width: 358px;
height: 50px;
padding: 15px 16px;
background-color: #2f303a;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 4px;
color: #ffffff;
}
.subscribe-title {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.14;
letter-spacing: 0.03em;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
}
.subscribe-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 200px;
height: 50px;
padding: 10px;
font-size: 16px;
text-transform: capitalize;
font-weight: 700;
background-color: #2196f3;
color: #ffffff;
border: none;
border-radius: 4px;
}
.subscribe-button::after {
content: "";
width: 24px;
height: 24px;
margin-left: 10px;
background-image: url(../images/icon-send.svg);
}
.team {
padding: 94px 0;
background-color: #f5f4fa;
}
.team h3 {
font-size: 16px;
font-weight: 500;
line-height: 1.19;
letter-spacing: 0.03em;
}
.team p {
font-size: 16px;
font-weight: 400;
line-height: 1.19;
letter-spacing: 0.03em;
color: #757575;
}
.team-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.team h2 {
margin-bottom: 50px;
}
.team-list > li:not(:last-child) {
margin-right: 30px;
}
.team-list > li {
width: 270px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.team-text {
padding: 30px 32px;
background-color: #ffffff;
}
.team-text p {
margin-bottom: 16px;
}
.team h3 {
margin-bottom: 10px;
}
.team-links,
.footer-team-links {
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #afb1b8;
}
.team-links svg,
.footer-team-links svg {
width: 20px;
height: 20px;
}
.team-links li,
.footer-team-links li {
width: 44px;
height: 44px;
}
.team-links a,
.footer-team-links a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
border-radius: 50%;
fill: currentColor;
-webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team-links li:not(:last-child),
.footer-team-links li:not(:last-child) {
margin-right: 10px;
}
.team-links a:hover,
.team-links a:focus {
background-color: #2196f3;
fill: #ffffff;
}
.footer-team-links a {
background-color: rgba(255, 255, 255, 0.1);
fill: #ffffff;
}
/*# sourceMappingURL=portfolio.css.map */ | 0.372163 | 0.097262 |
.ssb { margin-bottom: 15px !important }
.inner-left { padding-left: 0 }
.inner-right { padding-right: 0 }
.fa-white { color: #fff }
.dropdown-filter-box { padding: 10px }
.filter-tags { padding: 15px 0 }
.filter-form{margin-top:20px;}
.section { position: relative; padding: 25px 0; border-bottom: 1px solid #e6e6e6; }
.section.row { margin: 0 }
.section.buttons, .section.shipping-rate-buttons { border-top: 0; border-bottom: 0; padding: 20px 20px 20px 50px; background: #fff; }
.section.buttons>.btn, .section.shipping-rate-buttons>.btn { margin-left: 5px; float: right; }
.section.buttons>.btn.fl, .section.shipping-rate-buttons>.btn.fl { margin-left: 0; margin-right: 5px; }
.section.first-section { padding-top: 5px }
.section.last-section { padding-bottom: 5px; border-bottom: 0; }
.section>.section-summary { float: left; padding-left: 50px; padding-right: 0; }
.section>.section-summary h1, .section>.section-summary h2 { font-size: 18px; margin-bottom: 10px; }
.section>.section-summary p { margin-bottom: 15px }
.section>.section-content { float: right; padding: 0 20px 0 25px; }
.section>.section-content-full-width { float: none; padding: 0 20px 0 50px; }
.section.setting-summary { padding: 10px 50px 30px }
.section.setting-summary.setting-summary-centered { text-align: center; padding: 10px 0 30px; }
.section.setting-summary p { font-size: 18px; color: #000; font-weight: 300; line-height: 28px; }
.section.section-vertically-centered { display: table }
.section.section-vertically-centered>.section-summary { float: none; display: table-cell; }
.section.section-vertically-centered>.section-content { float: none; display: table-cell; vertical-align: middle; }
.section-heading { font-size: 18px; margin: 0 10px 20px 0; display: inline-block; }
.section-heading-label { display: inline-block; margin: 0 5px 10px 0; }
.section-actions { list-style: none; display: inline-block; font-size: 0; margin: 0; }
.section-action { display: inline-block; margin: 0; font-size: 14px; }
.section-action:after { content: "\b7\a0"; display: inline-block; padding: 0 2px 0 5px; }
.section-action:last-child:after { content: "" }
form { margin: 0; padding: 0; }
label { display: block; color: #000; margin-bottom: 5px; font-family: ProximaNovaSemiBold,ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; }
label.helper { display: inline; font-weight: 400; font-size: 11px; }
label.error { color: #c03939 }
label.error+input, label.error+.autocomplete-field, label.error+textarea { border-color: #cc4c3f }
label.plain { font-weight: 400 }
.align-with-input { line-height: 28px }
.between-inputs { margin: 0 6px }
.expanding-textarea { position: relative; border: 0; background: #fff; }
.expanding-textarea.has-note { background: #fefbf0 }
.expanding-textarea.has-note textarea { border: 1px solid #e7dfcb }
.expanding-textarea.expanded textarea, .expanding-textarea.expanded pre { padding: 10px; min-height: 62px; }
.expanding-textarea textarea::-webkit-scrollbar { display: none }
.expanding-textarea textarea, .expanding-textarea pre { font: 13px/1.5em ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; background: transparent; margin: 0; padding: 5px; outline: 0; border: 0; white-space: pre-wrap; word-wrap: break-word; text-align: left; overflow: auto; }
.expanding-textarea textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d5dbe6; width: 100%; height: 100%; min-height: 0; position: absolute; top: 0; left: 0; resize: none; border-radius: 4px 4px 0 0; }
.expanding-textarea textarea:focus { border: 1px solid #4c90ee; outline: 0; }
.expanding-textarea.note-attributes textarea { border-radius: 0 }
.expanding-textarea pre { display: block; visibility: hidden; }
.note-attributes label { display: block }
.radio-filters { margin: 0; display: block; float: right; list-style: none; }
.radio-filter { display: inline-block; margin-left: 15px; }
.radio-filter-input { display: none }
.radio-filter-label { cursor: pointer; display: inline-block; margin: 0; vertical-align: middle; }
.radio-filter-label:before { content: ""; margin-top: -3px; vertical-align: middle; display: inline-block; width: 14px; height: 14px; border-radius: 10px; background: #fff; border: 1px solid #e6e6e6; -webkit-transition: all .15s ease-in-out 0s; -moz-transition: all .15s ease-in-out 0s; -o-transition: all .15s ease-in-out 0s; transition: all .15s ease-in-out 0s; }
.radio-filter-input:checked+.radio-filter-all:before { background: #479ccf; border-color: #479ccf; }
.radio-filter-input:checked+.radio-filter-store:before { background: #94c140; border-color: #94c140; }
.radio-filter-input:checked+.radio-filter-admin:before { background: #e49642; border-color: #e49642; }
.note { font-weight: 400; color: #888; text-transform: none; font-family: ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.note.subdued { color: #aaa }
.subdued { color: #777 }
input:-moz-placeholder, .autocomplete-field:-moz-placeholder, textarea:-moz-placeholder { color: #999 }
input, .autocomplete-field, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 100%; vertical-align: top; font-size: 14px; padding: 4px; margin: 0; border: 1px solid #ccc; display: inline-block; color: #222; font-family: ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; border-radius: 1px; }
input:focus, .autocomplete-field:focus, input.focus, .focus.autocomplete-field, textarea:focus, textarea.focus { border: 1px solid #4c90ee; outline: 0; }
input.placeholder, .placeholder.autocomplete-field, textarea.placeholder { color: #999 }
input.success, .success.autocomplete-field, textarea.success { border: 1px solid #acba8c }
input.error, .error.autocomplete-field, textarea.error { border-color: #cc4c3f; background-color: #FFFCFC; }
input.large, .large.autocomplete-field, textarea.large { height: 32px }
input.slim, .slim.autocomplete-field, textarea.slim { padding: 0 4px; height: 24px; }
input[class*=span], [class*=span].autocomplete-field, textarea[class*=span] { margin: 0 0 5px; float: none; padding: 4px; max-width: none; }
input.input-percentage, .input-percentage.autocomplete-field, textarea.input-percentage { width: 45px }
input.w-auto, .w-auto.autocomplete-field, textarea.w-auto { width: auto }
input.filter-input, .filter-input.autocomplete-field, textarea.filter-input { padding-left: 28px; background-repeat: no-repeat; background-position: -5px -962px; }
input.w-tiny, .w-tiny.autocomplete-field, textarea.w-tiny { width: 60px }
input.w-micro, .w-micro.autocomplete-field, textarea.w-micro { width: 35px }
input.w-small, .w-small.autocomplete-field, textarea.w-small { width: 120px }
input.w-half, .w-half.autocomplete-field, textarea.w-half { width: 50% }
input::-ms-clear, .autocomplete-field::-ms-clear, textarea::-ms-clear { display: none }
input[type=checkbox], [type=checkbox].autocomplete-field, input[type=radio], [type=radio].autocomplete-field { height: auto; line-height: 1; width: auto; max-width: none; border: 0; padding: 0; }
input[type=checkbox]:focus, [type=checkbox].autocomplete-field:focus, input[type=radio]:focus, [type=radio].autocomplete-field:focus { outline: 1px dotted #666; outline: 2px auto #4c90ee; }
input[type=file], [type=file].autocomplete-field { width: auto; max-width: none; cursor: pointer; border: 0; box-shadow: none; padding: 0; margin: 0; }
input[type=file]:focus, [type=file].autocomplete-field:focus { outline: 0; border: 0; }
input[type=submit], [type=submit].autocomplete-field { width: auto; max-width: none; cursor: pointer; }
input[disabled], [disabled].autocomplete-field { background-color: #fff; border-color: #ddd; color: #999; }
input[type=number], [type=number].autocomplete-field { width: 60px }
input[type=number].no-spinbox::-webkit-inner-spin-button, [type=number].no-spinbox.autocomplete-field::-webkit-inner-spin-button, input[type=number].no-spinbox::-webkit-outer-spin-button, [type=number].no-spinbox.autocomplete-field::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=search], [type=search].autocomplete-field { -webkit-appearance: none }
textarea { min-height: 72px; line-height: 20px; -webkit-transition: min-height .15s ease-in-out 0s; -moz-transition: min-height .15s ease-in-out 0s; -o-transition: min-height .15s ease-in-out 0s; transition: min-height .15s ease-in-out 0s; }
textarea.tall { min-height: 180px }
textarea.is-expanded { min-height: 240px }
select { margin: 0; font-size: 14px; display: inline-block; color: #222; font-family: ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; vertical-align: top; height: 28px; line-height: 28px; padding: 2px; padding: initial; border: 1px solid #ccc; border-radius: 1px; max-width: 100%; }
select.error { border-color: #cc4c3f; background-color: #FFFCFC; }
select:focus, select.focus { outline: 0; border: 1px solid #4c90ee; }
select.full-width { width: 100% }
select[class*=span] { margin: 0 0 5px; float: none; padding: 2px; padding: initial; max-width: none; }
select[disabled] { background-color: #fafafa; border-color: #ddd; color: #999; }
.selectContainerStyled { display: inline; position: relative; }
.selectContainerStyled:before { content: ""; width: 16px; height: 16px; display: block; position: absolute; right: 6px; top: 1px; background-position: 0 -160px; z-index: 2; }
.attach-to-field { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; position: relative; font-size: 13px; padding: 7px 10px; border: 1px solid #ccc; background: #fafafa; border-top: 0; border-radius: 0 0 3px 3px; }
.box { background-color: #fff; border: 1px solid #dde2eb; padding: 10px; position: relative; margin-bottom: 20px; -webkit-transition: background .5s ease-in-out 0s; -moz-transition: background .5s ease-in-out 0s; -o-transition: background .5s ease-in-out 0s; transition: background .5s ease-in-out 0s; z-index: 2; }
.box.no-radius { border-radius: 0 }
.box.no-bottom-radius { border-radius: 3px 3px 0 0 }
.box.expanded { padding: 15px; margin-bottom: 30px; }
.box.warning { background-color: #fcf5d9; color: #9b731d; border: 1px solid #f2ebcf; border-right-color: #e2dcc2; border-bottom-color: #e2dcc2; }
.box.warning h2 { color: #332104 }
.box.warning h3 { color: #332104; font-size: 16px; }
.box.warning h4 { color: #332104 }
.box.warning .divider-top { border-top-color: #ebe0b5!important }
.box.warning .divider { border-bottom-color: #ebe0b5!important }
.box.warning .plain { color: #9b731d }
.box.warning .plain:hover { color: #694c0c }
.box.warning .status-complete { color: #bba36e }
.box.warning .status-complete .circle:after { width: 18px; height: 18px; border-radius: 18px; line-height: 18px; border: solid 1px #ccc; background-repeat: no-repeat; background-position: -47px -63px; background-color: #fff; content: '✔'; text-indent: -900em; overflow: hidden; position: absolute; bottom: -8px; right: -8px; display: block; }
.box.warning .circle { display: block; position: relative; width: 28px; height: 28px; border-radius: 28px; border: solid 1px #d9c798; text-align: center; background: rgba(255,255,255,.4); font: 16px ProximaNovaLight,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 30px; font-weight: 300; }
.box.error { background: #d15757; color: #fff; border: 1px solid #bd4f4f; border-right-color: #a14343; border-bottom-color: #a14343; }
.box.error h2 { font-size: 18px; font-weight: 200; color: #fff; }
.box.error ul { list-style: disc inside none; margin: 0 0 0 40px; padding: 10px 0 10px 15px; border-left: 1px solid #c96565; }
.box.error a { color: #fff; text-decoration: underline; }
.box.error a:hover { color: #570000 }
.box.errors { background: #FAE1E1; top: -20px; padding: 20px 20px 20px 50px; margin: 0; border: 0; border-bottom: 1px solid #EBBABA; }
.box.errors ul { margin: 0 }
.box.errors li { margin-left: 25px }
.box.success { background-color: #f2fbd5; border: 1px solid #dbe7b3; border-right-color: #cad89e; border-bottom-color: #cad89e; }
.box.notice { background-color: #F2F7FA; border: 1px solid #e1ebf3; border-right-color: #d6e0e8; border-bottom-color: #d6dde1; box-shadow: 0 1px 1px rgba(0,0,0,.025); }
.box.notice h3 { font-size: 16px; color: #444; }
.box.notice p { color: #728793 }
.box.plan-upsell { padding-right: 170px!important }
.box.plan-upsell .btn { position: absolute; right: 20px; top: 50%; margin-top: -16px; }
.box .notice-message { margin-top: 9px; margin-bottom: 7px; }
.box .notice-message .ico { margin-top: 8px }
.box.box-subdued { background-color: #f9f9f9 }
.box .btn-close { display: block; margin: -4px 0 0 0; width: 16px; height: 16px; background-position: -48px 0; cursor: pointer; }
.box .btn-close:hover { background-position: -48px -16px }
.box.has-button p:first-child { padding-top: 5px }
.box.has-ico { padding: 15px 50px; position: relative; line-height: 20px; }
.box.has-ico .in-gutter { position: absolute; left: 20px; top: 15px; }
.box.compact { margin: 3px }
.box.subdiv { border-top: 0; margin: 0; border-radius: 0; }
.box .subdiv { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin: 0 0 20px; padding: 20px 0; }
.box h2 { font-size: 14px; margin: 0 0 5px; }
.box.actions { background: #f9f9f9; border-width: 1px 0 0; margin: 20px 0 0; border-radius: 0 0 4px 4px; }
.inline { display: inline!important; width: auto!important; }
.obj-filter-list { margin: 0 20px 15px; padding: 0; position: relative; }
ul.horizontal>li, ol.horizontal>li { display: block; float: left; }
.tag>span { position: relative; /*display: block*/; margin: 0 5px 5px 0; padding: 3px 7px; border: 1px solid #cbdbee; background: #e9f3ff; color: #647f9e; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.tag>span.inactive { opacity: .5 }
.tag>span a { color: #295b7a; text-decoration: none; }
.tag>span em { font-style: normal }
.tag .tag-inline { display: inline-block }
.tag .tag-mini { padding: 1px 4px; margin: 0 5px 5px 0; }
.tag .tag-loader { display: inline-block; color: #000; background: #FCF5D9; font-family: ProximaNovaSemiBold,ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; border: 1px solid #e8c48c; padding: 5px 10px; margin-top: 13px; margin-right: 0; -webkit-box-shadow: 0 0 11px -4px rgba(0,0,0,.71); -moz-box-shadow: 0 0 11px -4px rgba(0,0,0,.71); box-shadow: 0 0 11px -4px rgba(0,0,0,.71); z-index: 9999; }
.tag.closable span:first-child { padding: 3px 30px 3px 7px }
.tag .close { position: absolute; height: 23px; width: 22px; border: 0; border-left: 1px solid #d4e2f3; display: inline-block; padding: 4px 6px; margin: 0px 0 0 3px; top: 0; right: 0; line-height: 15px; font-size: 12px; color: #647f9e; font-weight: normal; }
.tag .close:hover { background-color: #f9fcff; cursor: pointer; color: #f00; }
.tag.inactive span { opacity: .4 } | public/css/admin/spf.css | .ssb { margin-bottom: 15px !important }
.inner-left { padding-left: 0 }
.inner-right { padding-right: 0 }
.fa-white { color: #fff }
.dropdown-filter-box { padding: 10px }
.filter-tags { padding: 15px 0 }
.filter-form{margin-top:20px;}
.section { position: relative; padding: 25px 0; border-bottom: 1px solid #e6e6e6; }
.section.row { margin: 0 }
.section.buttons, .section.shipping-rate-buttons { border-top: 0; border-bottom: 0; padding: 20px 20px 20px 50px; background: #fff; }
.section.buttons>.btn, .section.shipping-rate-buttons>.btn { margin-left: 5px; float: right; }
.section.buttons>.btn.fl, .section.shipping-rate-buttons>.btn.fl { margin-left: 0; margin-right: 5px; }
.section.first-section { padding-top: 5px }
.section.last-section { padding-bottom: 5px; border-bottom: 0; }
.section>.section-summary { float: left; padding-left: 50px; padding-right: 0; }
.section>.section-summary h1, .section>.section-summary h2 { font-size: 18px; margin-bottom: 10px; }
.section>.section-summary p { margin-bottom: 15px }
.section>.section-content { float: right; padding: 0 20px 0 25px; }
.section>.section-content-full-width { float: none; padding: 0 20px 0 50px; }
.section.setting-summary { padding: 10px 50px 30px }
.section.setting-summary.setting-summary-centered { text-align: center; padding: 10px 0 30px; }
.section.setting-summary p { font-size: 18px; color: #000; font-weight: 300; line-height: 28px; }
.section.section-vertically-centered { display: table }
.section.section-vertically-centered>.section-summary { float: none; display: table-cell; }
.section.section-vertically-centered>.section-content { float: none; display: table-cell; vertical-align: middle; }
.section-heading { font-size: 18px; margin: 0 10px 20px 0; display: inline-block; }
.section-heading-label { display: inline-block; margin: 0 5px 10px 0; }
.section-actions { list-style: none; display: inline-block; font-size: 0; margin: 0; }
.section-action { display: inline-block; margin: 0; font-size: 14px; }
.section-action:after { content: "\b7\a0"; display: inline-block; padding: 0 2px 0 5px; }
.section-action:last-child:after { content: "" }
form { margin: 0; padding: 0; }
label { display: block; color: #000; margin-bottom: 5px; font-family: ProximaNovaSemiBold,ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; }
label.helper { display: inline; font-weight: 400; font-size: 11px; }
label.error { color: #c03939 }
label.error+input, label.error+.autocomplete-field, label.error+textarea { border-color: #cc4c3f }
label.plain { font-weight: 400 }
.align-with-input { line-height: 28px }
.between-inputs { margin: 0 6px }
.expanding-textarea { position: relative; border: 0; background: #fff; }
.expanding-textarea.has-note { background: #fefbf0 }
.expanding-textarea.has-note textarea { border: 1px solid #e7dfcb }
.expanding-textarea.expanded textarea, .expanding-textarea.expanded pre { padding: 10px; min-height: 62px; }
.expanding-textarea textarea::-webkit-scrollbar { display: none }
.expanding-textarea textarea, .expanding-textarea pre { font: 13px/1.5em ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; background: transparent; margin: 0; padding: 5px; outline: 0; border: 0; white-space: pre-wrap; word-wrap: break-word; text-align: left; overflow: auto; }
.expanding-textarea textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d5dbe6; width: 100%; height: 100%; min-height: 0; position: absolute; top: 0; left: 0; resize: none; border-radius: 4px 4px 0 0; }
.expanding-textarea textarea:focus { border: 1px solid #4c90ee; outline: 0; }
.expanding-textarea.note-attributes textarea { border-radius: 0 }
.expanding-textarea pre { display: block; visibility: hidden; }
.note-attributes label { display: block }
.radio-filters { margin: 0; display: block; float: right; list-style: none; }
.radio-filter { display: inline-block; margin-left: 15px; }
.radio-filter-input { display: none }
.radio-filter-label { cursor: pointer; display: inline-block; margin: 0; vertical-align: middle; }
.radio-filter-label:before { content: ""; margin-top: -3px; vertical-align: middle; display: inline-block; width: 14px; height: 14px; border-radius: 10px; background: #fff; border: 1px solid #e6e6e6; -webkit-transition: all .15s ease-in-out 0s; -moz-transition: all .15s ease-in-out 0s; -o-transition: all .15s ease-in-out 0s; transition: all .15s ease-in-out 0s; }
.radio-filter-input:checked+.radio-filter-all:before { background: #479ccf; border-color: #479ccf; }
.radio-filter-input:checked+.radio-filter-store:before { background: #94c140; border-color: #94c140; }
.radio-filter-input:checked+.radio-filter-admin:before { background: #e49642; border-color: #e49642; }
.note { font-weight: 400; color: #888; text-transform: none; font-family: ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.note.subdued { color: #aaa }
.subdued { color: #777 }
input:-moz-placeholder, .autocomplete-field:-moz-placeholder, textarea:-moz-placeholder { color: #999 }
input, .autocomplete-field, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 100%; vertical-align: top; font-size: 14px; padding: 4px; margin: 0; border: 1px solid #ccc; display: inline-block; color: #222; font-family: ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; border-radius: 1px; }
input:focus, .autocomplete-field:focus, input.focus, .focus.autocomplete-field, textarea:focus, textarea.focus { border: 1px solid #4c90ee; outline: 0; }
input.placeholder, .placeholder.autocomplete-field, textarea.placeholder { color: #999 }
input.success, .success.autocomplete-field, textarea.success { border: 1px solid #acba8c }
input.error, .error.autocomplete-field, textarea.error { border-color: #cc4c3f; background-color: #FFFCFC; }
input.large, .large.autocomplete-field, textarea.large { height: 32px }
input.slim, .slim.autocomplete-field, textarea.slim { padding: 0 4px; height: 24px; }
input[class*=span], [class*=span].autocomplete-field, textarea[class*=span] { margin: 0 0 5px; float: none; padding: 4px; max-width: none; }
input.input-percentage, .input-percentage.autocomplete-field, textarea.input-percentage { width: 45px }
input.w-auto, .w-auto.autocomplete-field, textarea.w-auto { width: auto }
input.filter-input, .filter-input.autocomplete-field, textarea.filter-input { padding-left: 28px; background-repeat: no-repeat; background-position: -5px -962px; }
input.w-tiny, .w-tiny.autocomplete-field, textarea.w-tiny { width: 60px }
input.w-micro, .w-micro.autocomplete-field, textarea.w-micro { width: 35px }
input.w-small, .w-small.autocomplete-field, textarea.w-small { width: 120px }
input.w-half, .w-half.autocomplete-field, textarea.w-half { width: 50% }
input::-ms-clear, .autocomplete-field::-ms-clear, textarea::-ms-clear { display: none }
input[type=checkbox], [type=checkbox].autocomplete-field, input[type=radio], [type=radio].autocomplete-field { height: auto; line-height: 1; width: auto; max-width: none; border: 0; padding: 0; }
input[type=checkbox]:focus, [type=checkbox].autocomplete-field:focus, input[type=radio]:focus, [type=radio].autocomplete-field:focus { outline: 1px dotted #666; outline: 2px auto #4c90ee; }
input[type=file], [type=file].autocomplete-field { width: auto; max-width: none; cursor: pointer; border: 0; box-shadow: none; padding: 0; margin: 0; }
input[type=file]:focus, [type=file].autocomplete-field:focus { outline: 0; border: 0; }
input[type=submit], [type=submit].autocomplete-field { width: auto; max-width: none; cursor: pointer; }
input[disabled], [disabled].autocomplete-field { background-color: #fff; border-color: #ddd; color: #999; }
input[type=number], [type=number].autocomplete-field { width: 60px }
input[type=number].no-spinbox::-webkit-inner-spin-button, [type=number].no-spinbox.autocomplete-field::-webkit-inner-spin-button, input[type=number].no-spinbox::-webkit-outer-spin-button, [type=number].no-spinbox.autocomplete-field::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=search], [type=search].autocomplete-field { -webkit-appearance: none }
textarea { min-height: 72px; line-height: 20px; -webkit-transition: min-height .15s ease-in-out 0s; -moz-transition: min-height .15s ease-in-out 0s; -o-transition: min-height .15s ease-in-out 0s; transition: min-height .15s ease-in-out 0s; }
textarea.tall { min-height: 180px }
textarea.is-expanded { min-height: 240px }
select { margin: 0; font-size: 14px; display: inline-block; color: #222; font-family: ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; vertical-align: top; height: 28px; line-height: 28px; padding: 2px; padding: initial; border: 1px solid #ccc; border-radius: 1px; max-width: 100%; }
select.error { border-color: #cc4c3f; background-color: #FFFCFC; }
select:focus, select.focus { outline: 0; border: 1px solid #4c90ee; }
select.full-width { width: 100% }
select[class*=span] { margin: 0 0 5px; float: none; padding: 2px; padding: initial; max-width: none; }
select[disabled] { background-color: #fafafa; border-color: #ddd; color: #999; }
.selectContainerStyled { display: inline; position: relative; }
.selectContainerStyled:before { content: ""; width: 16px; height: 16px; display: block; position: absolute; right: 6px; top: 1px; background-position: 0 -160px; z-index: 2; }
.attach-to-field { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; position: relative; font-size: 13px; padding: 7px 10px; border: 1px solid #ccc; background: #fafafa; border-top: 0; border-radius: 0 0 3px 3px; }
.box { background-color: #fff; border: 1px solid #dde2eb; padding: 10px; position: relative; margin-bottom: 20px; -webkit-transition: background .5s ease-in-out 0s; -moz-transition: background .5s ease-in-out 0s; -o-transition: background .5s ease-in-out 0s; transition: background .5s ease-in-out 0s; z-index: 2; }
.box.no-radius { border-radius: 0 }
.box.no-bottom-radius { border-radius: 3px 3px 0 0 }
.box.expanded { padding: 15px; margin-bottom: 30px; }
.box.warning { background-color: #fcf5d9; color: #9b731d; border: 1px solid #f2ebcf; border-right-color: #e2dcc2; border-bottom-color: #e2dcc2; }
.box.warning h2 { color: #332104 }
.box.warning h3 { color: #332104; font-size: 16px; }
.box.warning h4 { color: #332104 }
.box.warning .divider-top { border-top-color: #ebe0b5!important }
.box.warning .divider { border-bottom-color: #ebe0b5!important }
.box.warning .plain { color: #9b731d }
.box.warning .plain:hover { color: #694c0c }
.box.warning .status-complete { color: #bba36e }
.box.warning .status-complete .circle:after { width: 18px; height: 18px; border-radius: 18px; line-height: 18px; border: solid 1px #ccc; background-repeat: no-repeat; background-position: -47px -63px; background-color: #fff; content: '✔'; text-indent: -900em; overflow: hidden; position: absolute; bottom: -8px; right: -8px; display: block; }
.box.warning .circle { display: block; position: relative; width: 28px; height: 28px; border-radius: 28px; border: solid 1px #d9c798; text-align: center; background: rgba(255,255,255,.4); font: 16px ProximaNovaLight,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 30px; font-weight: 300; }
.box.error { background: #d15757; color: #fff; border: 1px solid #bd4f4f; border-right-color: #a14343; border-bottom-color: #a14343; }
.box.error h2 { font-size: 18px; font-weight: 200; color: #fff; }
.box.error ul { list-style: disc inside none; margin: 0 0 0 40px; padding: 10px 0 10px 15px; border-left: 1px solid #c96565; }
.box.error a { color: #fff; text-decoration: underline; }
.box.error a:hover { color: #570000 }
.box.errors { background: #FAE1E1; top: -20px; padding: 20px 20px 20px 50px; margin: 0; border: 0; border-bottom: 1px solid #EBBABA; }
.box.errors ul { margin: 0 }
.box.errors li { margin-left: 25px }
.box.success { background-color: #f2fbd5; border: 1px solid #dbe7b3; border-right-color: #cad89e; border-bottom-color: #cad89e; }
.box.notice { background-color: #F2F7FA; border: 1px solid #e1ebf3; border-right-color: #d6e0e8; border-bottom-color: #d6dde1; box-shadow: 0 1px 1px rgba(0,0,0,.025); }
.box.notice h3 { font-size: 16px; color: #444; }
.box.notice p { color: #728793 }
.box.plan-upsell { padding-right: 170px!important }
.box.plan-upsell .btn { position: absolute; right: 20px; top: 50%; margin-top: -16px; }
.box .notice-message { margin-top: 9px; margin-bottom: 7px; }
.box .notice-message .ico { margin-top: 8px }
.box.box-subdued { background-color: #f9f9f9 }
.box .btn-close { display: block; margin: -4px 0 0 0; width: 16px; height: 16px; background-position: -48px 0; cursor: pointer; }
.box .btn-close:hover { background-position: -48px -16px }
.box.has-button p:first-child { padding-top: 5px }
.box.has-ico { padding: 15px 50px; position: relative; line-height: 20px; }
.box.has-ico .in-gutter { position: absolute; left: 20px; top: 15px; }
.box.compact { margin: 3px }
.box.subdiv { border-top: 0; margin: 0; border-radius: 0; }
.box .subdiv { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin: 0 0 20px; padding: 20px 0; }
.box h2 { font-size: 14px; margin: 0 0 5px; }
.box.actions { background: #f9f9f9; border-width: 1px 0 0; margin: 20px 0 0; border-radius: 0 0 4px 4px; }
.inline { display: inline!important; width: auto!important; }
.obj-filter-list { margin: 0 20px 15px; padding: 0; position: relative; }
ul.horizontal>li, ol.horizontal>li { display: block; float: left; }
.tag>span { position: relative; /*display: block*/; margin: 0 5px 5px 0; padding: 3px 7px; border: 1px solid #cbdbee; background: #e9f3ff; color: #647f9e; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.tag>span.inactive { opacity: .5 }
.tag>span a { color: #295b7a; text-decoration: none; }
.tag>span em { font-style: normal }
.tag .tag-inline { display: inline-block }
.tag .tag-mini { padding: 1px 4px; margin: 0 5px 5px 0; }
.tag .tag-loader { display: inline-block; color: #000; background: #FCF5D9; font-family: ProximaNovaSemiBold,ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif; border: 1px solid #e8c48c; padding: 5px 10px; margin-top: 13px; margin-right: 0; -webkit-box-shadow: 0 0 11px -4px rgba(0,0,0,.71); -moz-box-shadow: 0 0 11px -4px rgba(0,0,0,.71); box-shadow: 0 0 11px -4px rgba(0,0,0,.71); z-index: 9999; }
.tag.closable span:first-child { padding: 3px 30px 3px 7px }
.tag .close { position: absolute; height: 23px; width: 22px; border: 0; border-left: 1px solid #d4e2f3; display: inline-block; padding: 4px 6px; margin: 0px 0 0 3px; top: 0; right: 0; line-height: 15px; font-size: 12px; color: #647f9e; font-weight: normal; }
.tag .close:hover { background-color: #f9fcff; cursor: pointer; color: #f00; }
.tag.inactive span { opacity: .4 } | 0.428114 | 0.348811 |
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/* General Styling */
:root {
--primaryColor: #dffff6;
--primaryDarkColor: #24292e;
--secondaryDarkColor: #404448;
--tertiaryDarkColor: #24292e;
--whiteColor: #fff;
--redColor: #e8180c;
--primaryLightGray: #e1e4e8;
--secondaryLightGray: #6a6666;
--linkColor: #0366e1;
--maxWidth: 1280px;
--primaryFont: 'Roboto', sans-serif;
}
body {
font-family: var(--primaryFont);
line-height: 1.5;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
color: var(--linkColor);
}
ul {
list-style: none;
}
/* Utilities */
.container {
width: 95%;
max-width: var(--maxWidth);
margin: auto;
padding: 20px 0px;
}
.underlineText {
text-decoration: underline;
}
.btn {
padding: 9px 20px;
}
.btnDark {
border: 1px solid var(--whiteColor);
background: var(--secondaryDarkColor);
color: var(--whiteColor);
}
/* Error Area */
.errorArea {
display: none;
background: var(--redColor);
width: 100%;
height: 75px;
text-align: center;
justify-content: center;
align-items: center;
}
.errorArea p {
color: var(--whiteColor);
font-weight: bold;
font-size: 20px;
}
/* Main text Area */
.mainTextContainer {
display: flex;
position: absolute;
top: 0;
width: 100vw;
height: 100vh;
z-index: -1;
padding: 0px 75px;
text-align: center;
font-size: 20px;
justify-content: center;
align-items: center;
color: var(--primaryDarkColor);
}
/* Navbar styling */
.navbar,
.flexBlock1,
.flexBlock2 {
display: flex;
align-items: center;
justify-content: center;
}
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
background: var(--primaryDarkColor);
padding: 10px 20px;
}
.navbar input {
background: var(--secondaryDarkColor);
border: none;
color: var(--whiteColor);
padding: 10px 20px;
margin: auto 10px;
}
/* Profile Area Styling */
.profileArea {
display: hidden;
}
#loadMoreBtn {
margin: 10px auto;
width: 300px;
}
.repositoriesCard {
text-align: center;
}
.repositoriesCard>h3 {
/* text-align: center; */
color: var(--secondaryDarkColor);
font-size: 30px;
font-weight: bold;
margin: 10px auto;
}
.profileArea img {
height: 300px;
}
.profileArea ul li {
margin-bottom: 10px;
}
.profileArea ul li h2 {
font-size: 25px;
color: var(--tertiaryDarkColor);
}
.profileArea ul li h3 {
color: var(--secondaryLightGray);
margin-bottom: 25px;
}
.profileArea ul li i {
color: var(--secondaryLightGray);
}
.profileCard {
width: 300px;
}
.profileArea>.container {
display: grid;
grid-gap: 50px;
grid-template-columns: 1fr 3fr;
}
/* Repositories */
.gridRepositories {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
.gridBox {
border: 1px solid var(--primaryLightGray);
width: 100%;
height: 125px;
padding: 20px 20px;
}
.gridBox p {
font-size: 12px;
color: var(--secondaryLightGray);
margin: 10px 0px;
}
.repositoriesCard nav ul {
display: flex;
flex-wrap: wrap;
}
.repositoriesCard nav ul li {
font-size: 20px;
margin-right: 20px;
background: orange;
padding-bottom: 15px;
}
/* Footer Styling */
.footer {
position: absolute;
bottom: 0;
width: 100%;
background: var(--primaryDarkColor);
color: var(--whiteColor);
text-align: center;
padding: 15px 10px;
} | projectCourses/githubFinder/css/style.css |
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/* General Styling */
:root {
--primaryColor: #dffff6;
--primaryDarkColor: #24292e;
--secondaryDarkColor: #404448;
--tertiaryDarkColor: #24292e;
--whiteColor: #fff;
--redColor: #e8180c;
--primaryLightGray: #e1e4e8;
--secondaryLightGray: #6a6666;
--linkColor: #0366e1;
--maxWidth: 1280px;
--primaryFont: 'Roboto', sans-serif;
}
body {
font-family: var(--primaryFont);
line-height: 1.5;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
color: var(--linkColor);
}
ul {
list-style: none;
}
/* Utilities */
.container {
width: 95%;
max-width: var(--maxWidth);
margin: auto;
padding: 20px 0px;
}
.underlineText {
text-decoration: underline;
}
.btn {
padding: 9px 20px;
}
.btnDark {
border: 1px solid var(--whiteColor);
background: var(--secondaryDarkColor);
color: var(--whiteColor);
}
/* Error Area */
.errorArea {
display: none;
background: var(--redColor);
width: 100%;
height: 75px;
text-align: center;
justify-content: center;
align-items: center;
}
.errorArea p {
color: var(--whiteColor);
font-weight: bold;
font-size: 20px;
}
/* Main text Area */
.mainTextContainer {
display: flex;
position: absolute;
top: 0;
width: 100vw;
height: 100vh;
z-index: -1;
padding: 0px 75px;
text-align: center;
font-size: 20px;
justify-content: center;
align-items: center;
color: var(--primaryDarkColor);
}
/* Navbar styling */
.navbar,
.flexBlock1,
.flexBlock2 {
display: flex;
align-items: center;
justify-content: center;
}
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
background: var(--primaryDarkColor);
padding: 10px 20px;
}
.navbar input {
background: var(--secondaryDarkColor);
border: none;
color: var(--whiteColor);
padding: 10px 20px;
margin: auto 10px;
}
/* Profile Area Styling */
.profileArea {
display: hidden;
}
#loadMoreBtn {
margin: 10px auto;
width: 300px;
}
.repositoriesCard {
text-align: center;
}
.repositoriesCard>h3 {
/* text-align: center; */
color: var(--secondaryDarkColor);
font-size: 30px;
font-weight: bold;
margin: 10px auto;
}
.profileArea img {
height: 300px;
}
.profileArea ul li {
margin-bottom: 10px;
}
.profileArea ul li h2 {
font-size: 25px;
color: var(--tertiaryDarkColor);
}
.profileArea ul li h3 {
color: var(--secondaryLightGray);
margin-bottom: 25px;
}
.profileArea ul li i {
color: var(--secondaryLightGray);
}
.profileCard {
width: 300px;
}
.profileArea>.container {
display: grid;
grid-gap: 50px;
grid-template-columns: 1fr 3fr;
}
/* Repositories */
.gridRepositories {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
.gridBox {
border: 1px solid var(--primaryLightGray);
width: 100%;
height: 125px;
padding: 20px 20px;
}
.gridBox p {
font-size: 12px;
color: var(--secondaryLightGray);
margin: 10px 0px;
}
.repositoriesCard nav ul {
display: flex;
flex-wrap: wrap;
}
.repositoriesCard nav ul li {
font-size: 20px;
margin-right: 20px;
background: orange;
padding-bottom: 15px;
}
/* Footer Styling */
.footer {
position: absolute;
bottom: 0;
width: 100%;
background: var(--primaryDarkColor);
color: var(--whiteColor);
text-align: center;
padding: 15px 10px;
} | 0.419529 | 0.073099 |
background: #F8F8F4;
width: 100%;
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.inputPanel {
display: flex;
flex-direction: row;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
.inputPanelFinal {
display: flex;
flex-direction: column;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
#bloc_Login {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
width: fit-content;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #83BEEC;
border: none;
color: #284243;
margin-left: 30px;
margin-right: 30px;
padding: 16px 65px;
margin-top: 5px;
text-decoration: none;
cursor: pointer;
width: 232px;
}
input[type=submit]:hover, input[type=button]:hover {
background-color: #6694B9;
text-align: center;
}
input[type=text], input[type=date], input[type=number], input[type=password], input[type=email], select {
padding: 12px 20px;
margin: 4px 0;
margin-left: 30px;
margin-right: 30px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
width: 232px;
}
@media (max-width: 750px) {
#fullPanel {
flex-direction: column;
}
}
/* Contact */
.forceLeft {
align-self: flex-start;
}
#bloc_contact {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
.contactPart {
width: 50%;
margin: auto;
display: flex;
flex-direction: column;
}
.contactPart>p {
margin-top: 10px;
}
#formulaireContact {
display: inherit;
}
.couleurRouge {
color: red;
}
/* responsiveness */
@media (max-width:650px) {
#formulaireContact {
display: flex;
flex-direction: column;
align-items: center;
}
.contactPart {
width: 100%;
}
textarea {
margin-right: 0px;
}
} | login/login.css | background: #F8F8F4;
width: 100%;
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.inputPanel {
display: flex;
flex-direction: row;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
.inputPanelFinal {
display: flex;
flex-direction: column;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
#bloc_Login {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
width: fit-content;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #83BEEC;
border: none;
color: #284243;
margin-left: 30px;
margin-right: 30px;
padding: 16px 65px;
margin-top: 5px;
text-decoration: none;
cursor: pointer;
width: 232px;
}
input[type=submit]:hover, input[type=button]:hover {
background-color: #6694B9;
text-align: center;
}
input[type=text], input[type=date], input[type=number], input[type=password], input[type=email], select {
padding: 12px 20px;
margin: 4px 0;
margin-left: 30px;
margin-right: 30px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
width: 232px;
}
@media (max-width: 750px) {
#fullPanel {
flex-direction: column;
}
}
/* Contact */
.forceLeft {
align-self: flex-start;
}
#bloc_contact {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
border-radius: 5px;
background-color: #f2f2f2;
margin-bottom: 30px;
padding: 15px;
border-radius: 30px;
box-shadow: 0px 10px 25px 0px gray;
}
.contactPart {
width: 50%;
margin: auto;
display: flex;
flex-direction: column;
}
.contactPart>p {
margin-top: 10px;
}
#formulaireContact {
display: inherit;
}
.couleurRouge {
color: red;
}
/* responsiveness */
@media (max-width:650px) {
#formulaireContact {
display: flex;
flex-direction: column;
align-items: center;
}
.contactPart {
width: 100%;
}
textarea {
margin-right: 0px;
}
} | 0.389198 | 0.130645 |