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 |
|---|---|---|---|---|
.cke_dialog{
visibility:visible
}
.cke_dialog_body{
z-index:1;
background:#fff
}
.cke_dialog strong{
font-weight:bold
}
.cke_dialog_title{
font-weight:bold;
font-size:12px;
cursor:move;
position:relative;
color:#484848;
border-bottom:1px solid #d1d1d1;
padding:12px 19px 12px 12px;
background:#f8f8f8;
letter-spacing:.3px
}
.cke_dialog_spinner{
border-radius:50%;
width:12px;
height:12px;
overflow:hidden;
text-indent:-9999em;
border:2px solid rgba(102,102,102,0.2);
border-left-color:rgba(102,102,102,1);
-webkit-animation:dialog_spinner 1s infinite linear;
animation:dialog_spinner 1s infinite linear
}
.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{
background:url(images/spinner.gif) center top no-repeat;
width:16px;
height:16px;
border:0
}
@-webkit-keyframes dialog_spinner{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes dialog_spinner{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.cke_dialog_contents{
background-color:#fff;
overflow:auto;
padding:15px 10px 5px 10px;
margin-top:43px;
border-top:1px solid #d1d1d1
}
.cke_dialog_contents_body{
overflow:auto;
padding:9px 10px 5px 10px;
margin-top:22px
}
.cke_dialog_footer{
text-align:right;
position:relative;
border-top:1px solid #d1d1d1;
background:#f8f8f8
}
.cke_rtl .cke_dialog_footer{
text-align:left
}
.cke_hc .cke_dialog_footer{
outline:0;
border-top:1px solid #fff
}
.cke_dialog .cke_resizer{
margin-top:22px
}
.cke_dialog .cke_resizer_rtl{
margin-left:5px
}
.cke_dialog .cke_resizer_ltr{
margin-right:5px
}
.cke_dialog_tabs{
height:33px;
display:inline-block;
margin:9px 0 0;
position:absolute;
z-index:2;
left:11px
}
.cke_rtl .cke_dialog_tabs{
left:auto;
right:11px
}
a.cke_dialog_tab{
height:25px;
padding:4px 8px;
display:inline-block;
cursor:pointer;
line-height:26px;
outline:0;
color:#484848;
border:1px solid #d1d1d1;
border-radius:3px 3px 0 0;
background:#f8f8f8;
min-width:90px;
text-align:center;
margin-left:-1px;
letter-spacing:.3px
}
a.cke_dialog_tab:hover{
background-color:#fff
}
a.cke_dialog_tab:focus{
border:2px solid #139ff7;
border-bottom-color:#d1d1d1;
padding:3px 7px;
position:relative;
z-index:1
}
a.cke_dialog_tab_selected{
background:#fff;
border-bottom-color:#fff;
cursor:default;
filter:none
}
a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus{
border-bottom-color:#fff
}
.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{
border:3px solid;
padding:2px 6px
}
a.cke_dialog_tab_disabled{
color:#bababa;
cursor:default
}
.cke_single_page .cke_dialog_tabs{
display:none
}
.cke_single_page .cke_dialog_contents{
padding-top:5px;
margin-top:0;
border-top:0
}
a.cke_dialog_close_button{
background-image:url(images/close.png);
background-repeat:no-repeat;
background-position:50%;
position:absolute;
cursor:pointer;
text-align:center;
height:16px;
width:16px;
top:11px;
z-index:5;
opacity:.7;
filter:alpha(opacity = 70)
}
.cke_rtl .cke_dialog_close_button{
left:12px
}
.cke_ltr .cke_dialog_close_button{
right:12px
}
.cke_hc a.cke_dialog_close_button{
background-image:none
}
.cke_hidpi a.cke_dialog_close_button{
background-image:url(images/hidpi/close.png);
background-size:16px
}
a.cke_dialog_close_button:hover{
opacity:1;
filter:alpha(opacity = 100)
}
a.cke_dialog_close_button span{
display:none
}
.cke_hc a.cke_dialog_close_button span{
display:inline;
cursor:pointer;
font-weight:bold;
position:relative;
top:3px
}
div.cke_disabled .cke_dialog_ui_labeled_content div *{
background-color:#ddd;
cursor:default
}
.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{
margin:auto
}
.cke_dialog_ui_vbox_child{
padding:5px 0
}
.cke_dialog_ui_hbox{
width:100%;
margin-top:12px
}
.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{
vertical-align:top
}
.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{
padding-right:10px
}
.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{
padding-left:10px
}
.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{
padding-right:5px
}
.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{
padding-left:5px;
padding-right:0
}
.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{
border:1px solid
}
textarea.cke_dialog_ui_input_textarea{
overflow:auto;
resize:none
}
input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,textarea.cke_dialog_ui_input_textarea{
background-color:#fff;
border:1px solid #bcbcbc;
padding:4px 6px;
outline:0;
width:100%;
*width:95%;
box-sizing:border-box;
border-radius:2px;
min-height:28px;
margin-left:1px
}
input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,textarea.cke_dialog_ui_input_textarea:hover{
border:1px solid #aeb3b9
}
input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{
outline:0;
border:2px solid #139ff7
}
input.cke_dialog_ui_input_text:focus{
padding-left:5px
}
textarea.cke_dialog_ui_input_textarea:focus{
padding:3px 5px
}
select.cke_dialog_ui_input_select:focus{
margin:0;
width:100%!important
}
input.cke_dialog_ui_checkbox_input,input.cke_dialog_ui_radio_input{
margin-left:1px;
margin-right:2px
}
input.cke_dialog_ui_checkbox_input:focus,input.cke_dialog_ui_checkbox_input:active,input.cke_dialog_ui_radio_input:focus,input.cke_dialog_ui_radio_input:active{
border:0;
outline:2px solid #139ff7
}
a.cke_dialog_ui_button{
display:inline-block;
*display:inline;
*zoom:1;
padding:4px 1px;
margin:0;
text-align:center;
color:#484848;
vertical-align:middle;
cursor:pointer;
border:1px solid #bcbcbc;
border-radius:2px;
background:#f8f8f8;
letter-spacing:.3px;
line-height:18px;
box-sizing:border-box
}
.cke_hc a.cke_dialog_ui_button{
border-width:3px
}
span.cke_dialog_ui_button{
padding:0 10px;
cursor:pointer
}
a.cke_dialog_ui_button:hover{
background:#fff
}
a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{
border:2px solid #139ff7;
outline:0;
padding:3px 0
}
.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{
border:3px solid
}
.cke_dialog_footer_buttons a.cke_dialog_ui_button span{
color:inherit;
font-size:12px;
font-weight:bold;
padding:0 12px
}
a.cke_dialog_ui_button_ok{
color:#fff;
background:#09863e;
border:1px solid #09863e
}
.cke_hc a.cke_dialog_ui_button{
border:3px solid #bcbcbc
}
a.cke_dialog_ui_button_ok:hover{
background:#53aa78;
border-color:#53aa78
}
a.cke_dialog_ui_button_ok:focus{
box-shadow:inset 0 0 0 2px #FFF
}
a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{
border-color:#139ff7
}
.cke_hc a.cke_dialog_ui_button_ok:hover,.cke_hc a.cke_dialog_ui_button_ok:focus,.cke_hc a.cke_dialog_ui_button_ok:active{
border-color:#484848
}
a.cke_dialog_ui_button_ok.cke_disabled{
background:#d1d1d1;
border-color:#d1d1d1;
cursor:default
}
a.cke_dialog_ui_button_ok.cke_disabled span{
cursor:default
}
.cke_dialog_footer_buttons{
display:inline-table;
margin:5px;
width:auto;
position:relative;
vertical-align:middle
}
div.cke_dialog_ui_input_select{
display:table
}
select.cke_dialog_ui_input_select{
height:28px;
line-height:28px;
background-color:#fff;
border:1px solid #bcbcbc;
padding:3px 3px 3px 6px;
outline:0;
border-radius:2px;
margin:0 1px;
box-sizing:border-box;
width:calc(100% - 2px)!important
}
.cke_dialog_ui_input_file{
width:100%;
height:25px
}
.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{
outline:1px dotted
}
.cke_dialog_ui_labeled_label{
margin-left:1px
}
.cke_dialog .cke_dark_background{
background-color:transparent
}
.cke_dialog .cke_light_background{
background-color:#ebebeb
}
.cke_dialog .cke_centered{
text-align:center
}
.cke_dialog a.cke_btn_reset{
float:right;
background:url(images/refresh.png) top left no-repeat;
width:16px;
height:16px;
border:1px none;
font-size:1px
}
.cke_hidpi .cke_dialog a.cke_btn_reset{
background-size:16px;
background-image:url(images/hidpi/refresh.png)
}
.cke_rtl .cke_dialog a.cke_btn_reset{
float:left
}
.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{
float:left;
width:16px;
height:16px;
background-repeat:no-repeat;
border:none 1px;
font-size:1px
}
.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked,.cke_dialog a.cke_btn_reset{
margin:2px
}
.cke_dialog a.cke_btn_locked{
background-image:url(images/lock.png)
}
.cke_dialog a.cke_btn_unlocked{
background-image:url(images/lock-open.png)
}
.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{
float:right
}
.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{
background-size:16px
}
.cke_hidpi .cke_dialog a.cke_btn_locked{
background-image:url(images/hidpi/lock.png)
}
.cke_hidpi .cke_dialog a.cke_btn_unlocked{
background-image:url(images/hidpi/lock-open.png)
}
.cke_dialog a.cke_btn_locked .cke_icon{
display:none
}
.cke_dialog a.cke_btn_over,.cke_dialog a.cke_btn_locked:hover,.cke_dialog a.cke_btn_locked:focus,.cke_dialog a.cke_btn_locked:active,.cke_dialog a.cke_btn_unlocked:hover,.cke_dialog a.cke_btn_unlocked:focus,.cke_dialog a.cke_btn_unlocked:active,.cke_dialog a.cke_btn_reset:hover,.cke_dialog a.cke_btn_reset:focus,.cke_dialog a.cke_btn_reset:active{
cursor:pointer;
outline:0;
margin:0;
border:2px solid #139ff7
}
.cke_dialog fieldset{
border:1px solid #bcbcbc
}
.cke_dialog fieldset legend{
padding:0 6px
}
.cke_dialog_ui_checkbox,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{
display:inline-block
}
.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{
padding-top:5px
}
.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label{
vertical-align:middle
}
.cke_dialog .ImagePreviewBox{
border:1px ridge #bcbcbc;
overflow:scroll;
height:200px;
width:300px;
padding:2px;
background-color:white
}
.cke_dialog .ImagePreviewBox table td{
white-space:normal
}
.cke_dialog .ImagePreviewLoader{
position:absolute;
white-space:normal;
overflow:hidden;
height:160px;
width:230px;
margin:2px;
padding:2px;
opacity:.9;
filter:alpha(opacity = 90);
background-color:#e4e4e4
}
.cke_dialog .FlashPreviewBox{
white-space:normal;
border:1px solid #bcbcbc;
overflow:auto;
height:160px;
width:390px;
padding:2px;
background-color:white
}
.cke_dialog .cke_pastetext{
width:346px;
height:170px
}
.cke_dialog .cke_pastetext textarea{
width:340px;
height:170px;
resize:none
}
.cke_dialog iframe.cke_pasteframe{
width:346px;
height:130px;
background-color:white;
border:1px solid #aeb3b9;
border-radius:3px
}
.cke_dialog .cke_hand{
cursor:pointer
}
.cke_disabled{
color:#a0a0a0
}
.cke_dialog_body .cke_label{
display:none
}
.cke_dialog_body label{
display:inline;
cursor:default;
letter-spacing:.3px
}
.cke_dialog_body label+.cke_dialog_ui_labeled_content{
margin-top:2px
}
.cke_dialog_contents_body .cke_dialog_ui_text,.cke_dialog_contents_body .cke_dialog_ui_select,.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button{
margin-top:4px
}
a.cke_smile{
overflow:hidden;
display:block;
text-align:center;
padding:.3em 0
}
a.cke_smile img{
vertical-align:middle
}
a.cke_specialchar{
cursor:inherit;
display:block;
height:1.25em;
padding:.2em .3em;
text-align:center
}
a.cke_smile,a.cke_specialchar{
border:2px solid transparent
}
a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{
background:#fff;
outline:0
}
a.cke_smile:hover,a.cke_specialchar:hover{
border-color:#888
}
a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{
border-color:#139ff7
}
.cke_dialog_contents a.colorChooser{
display:block;
margin-top:6px;
margin-left:10px;
width:80px
}
.cke_rtl .cke_dialog_contents a.colorChooser{
margin-right:10px
}
.cke_iframe_shim{
display:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:alpha(opacity = 0);
width:100%;
height:100%
}
.cke_dialog_contents_body .cke_accessibility_legend{
margin:2px 7px 2px 2px
}
.cke_dialog_contents_body .cke_accessibility_legend:focus,.cke_dialog_contents_body .cke_accessibility_legend:active{
outline:0;
border:2px solid #139ff7;
margin:0 5px 0 0
}
.cke_dialog_contents_body input[type=file]:focus,.cke_dialog_contents_body input[type=file]:active{
border:2px solid #139ff7
}
.cke_dialog_find_fieldset{
margin-top:10px!important
}
.cke_dialog_image_ratiolock{
margin-top:52px!important
}
.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label{
margin-left:0
}
.cke_dialog_forms_select_order div.cke_dialog_ui_input_select{
width:100%
}
.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last{
padding-top:4px
}
.cke_dialog_image_url .cke_dialog_ui_hbox_last,.cke_dialog_flash_url .cke_dialog_ui_hbox_last{
vertical-align:bottom
}
a.cke_dialog_ui_button.cke_dialog_image_browse{
margin-top:10px
}
.cke_dialog_contents_body .cke_tpl_list{
border:#bcbcbc 1px solid;
margin:1px
}
.cke_dialog_contents_body .cke_tpl_list:focus,.cke_dialog_contents_body .cke_tpl_list:active{
outline:0;
margin:0;
border:2px solid #139ff7
}
.cke_dialog_contents_body .cke_tpl_list a:focus,.cke_dialog_contents_body .cke_tpl_list a:active{
outline:0
}
.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item,.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item{
border:2px solid #139ff7;
padding:6px
}
.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{
padding-right:2px
}
.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{
padding-left:2px
}
.cke_rtl div.cke_dialog_ui_input_text{
padding-right:1px
}
.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{
padding-right:2px!important
}
.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{
border:0
} | FashionShop/src/main/webapp/ckeditor/skins/moono-lisa/dialog_ie.css | .cke_dialog{
visibility:visible
}
.cke_dialog_body{
z-index:1;
background:#fff
}
.cke_dialog strong{
font-weight:bold
}
.cke_dialog_title{
font-weight:bold;
font-size:12px;
cursor:move;
position:relative;
color:#484848;
border-bottom:1px solid #d1d1d1;
padding:12px 19px 12px 12px;
background:#f8f8f8;
letter-spacing:.3px
}
.cke_dialog_spinner{
border-radius:50%;
width:12px;
height:12px;
overflow:hidden;
text-indent:-9999em;
border:2px solid rgba(102,102,102,0.2);
border-left-color:rgba(102,102,102,1);
-webkit-animation:dialog_spinner 1s infinite linear;
animation:dialog_spinner 1s infinite linear
}
.cke_browser_ie8 .cke_dialog_spinner,.cke_browser_ie9 .cke_dialog_spinner{
background:url(images/spinner.gif) center top no-repeat;
width:16px;
height:16px;
border:0
}
@-webkit-keyframes dialog_spinner{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes dialog_spinner{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.cke_dialog_contents{
background-color:#fff;
overflow:auto;
padding:15px 10px 5px 10px;
margin-top:43px;
border-top:1px solid #d1d1d1
}
.cke_dialog_contents_body{
overflow:auto;
padding:9px 10px 5px 10px;
margin-top:22px
}
.cke_dialog_footer{
text-align:right;
position:relative;
border-top:1px solid #d1d1d1;
background:#f8f8f8
}
.cke_rtl .cke_dialog_footer{
text-align:left
}
.cke_hc .cke_dialog_footer{
outline:0;
border-top:1px solid #fff
}
.cke_dialog .cke_resizer{
margin-top:22px
}
.cke_dialog .cke_resizer_rtl{
margin-left:5px
}
.cke_dialog .cke_resizer_ltr{
margin-right:5px
}
.cke_dialog_tabs{
height:33px;
display:inline-block;
margin:9px 0 0;
position:absolute;
z-index:2;
left:11px
}
.cke_rtl .cke_dialog_tabs{
left:auto;
right:11px
}
a.cke_dialog_tab{
height:25px;
padding:4px 8px;
display:inline-block;
cursor:pointer;
line-height:26px;
outline:0;
color:#484848;
border:1px solid #d1d1d1;
border-radius:3px 3px 0 0;
background:#f8f8f8;
min-width:90px;
text-align:center;
margin-left:-1px;
letter-spacing:.3px
}
a.cke_dialog_tab:hover{
background-color:#fff
}
a.cke_dialog_tab:focus{
border:2px solid #139ff7;
border-bottom-color:#d1d1d1;
padding:3px 7px;
position:relative;
z-index:1
}
a.cke_dialog_tab_selected{
background:#fff;
border-bottom-color:#fff;
cursor:default;
filter:none
}
a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus{
border-bottom-color:#fff
}
.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab:focus,.cke_hc a.cke_dialog_tab_selected{
border:3px solid;
padding:2px 6px
}
a.cke_dialog_tab_disabled{
color:#bababa;
cursor:default
}
.cke_single_page .cke_dialog_tabs{
display:none
}
.cke_single_page .cke_dialog_contents{
padding-top:5px;
margin-top:0;
border-top:0
}
a.cke_dialog_close_button{
background-image:url(images/close.png);
background-repeat:no-repeat;
background-position:50%;
position:absolute;
cursor:pointer;
text-align:center;
height:16px;
width:16px;
top:11px;
z-index:5;
opacity:.7;
filter:alpha(opacity = 70)
}
.cke_rtl .cke_dialog_close_button{
left:12px
}
.cke_ltr .cke_dialog_close_button{
right:12px
}
.cke_hc a.cke_dialog_close_button{
background-image:none
}
.cke_hidpi a.cke_dialog_close_button{
background-image:url(images/hidpi/close.png);
background-size:16px
}
a.cke_dialog_close_button:hover{
opacity:1;
filter:alpha(opacity = 100)
}
a.cke_dialog_close_button span{
display:none
}
.cke_hc a.cke_dialog_close_button span{
display:inline;
cursor:pointer;
font-weight:bold;
position:relative;
top:3px
}
div.cke_disabled .cke_dialog_ui_labeled_content div *{
background-color:#ddd;
cursor:default
}
.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{
margin:auto
}
.cke_dialog_ui_vbox_child{
padding:5px 0
}
.cke_dialog_ui_hbox{
width:100%;
margin-top:12px
}
.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{
vertical-align:top
}
.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{
padding-right:10px
}
.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{
padding-left:10px
}
.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{
padding-right:5px
}
.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{
padding-left:5px;
padding-right:0
}
.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{
border:1px solid
}
textarea.cke_dialog_ui_input_textarea{
overflow:auto;
resize:none
}
input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,input.cke_dialog_ui_input_tel,textarea.cke_dialog_ui_input_textarea{
background-color:#fff;
border:1px solid #bcbcbc;
padding:4px 6px;
outline:0;
width:100%;
*width:95%;
box-sizing:border-box;
border-radius:2px;
min-height:28px;
margin-left:1px
}
input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,input.cke_dialog_ui_input_tel:hover,textarea.cke_dialog_ui_input_textarea:hover{
border:1px solid #aeb3b9
}
input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,input.cke_dialog_ui_input_tel:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{
outline:0;
border:2px solid #139ff7
}
input.cke_dialog_ui_input_text:focus{
padding-left:5px
}
textarea.cke_dialog_ui_input_textarea:focus{
padding:3px 5px
}
select.cke_dialog_ui_input_select:focus{
margin:0;
width:100%!important
}
input.cke_dialog_ui_checkbox_input,input.cke_dialog_ui_radio_input{
margin-left:1px;
margin-right:2px
}
input.cke_dialog_ui_checkbox_input:focus,input.cke_dialog_ui_checkbox_input:active,input.cke_dialog_ui_radio_input:focus,input.cke_dialog_ui_radio_input:active{
border:0;
outline:2px solid #139ff7
}
a.cke_dialog_ui_button{
display:inline-block;
*display:inline;
*zoom:1;
padding:4px 1px;
margin:0;
text-align:center;
color:#484848;
vertical-align:middle;
cursor:pointer;
border:1px solid #bcbcbc;
border-radius:2px;
background:#f8f8f8;
letter-spacing:.3px;
line-height:18px;
box-sizing:border-box
}
.cke_hc a.cke_dialog_ui_button{
border-width:3px
}
span.cke_dialog_ui_button{
padding:0 10px;
cursor:pointer
}
a.cke_dialog_ui_button:hover{
background:#fff
}
a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{
border:2px solid #139ff7;
outline:0;
padding:3px 0
}
.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{
border:3px solid
}
.cke_dialog_footer_buttons a.cke_dialog_ui_button span{
color:inherit;
font-size:12px;
font-weight:bold;
padding:0 12px
}
a.cke_dialog_ui_button_ok{
color:#fff;
background:#09863e;
border:1px solid #09863e
}
.cke_hc a.cke_dialog_ui_button{
border:3px solid #bcbcbc
}
a.cke_dialog_ui_button_ok:hover{
background:#53aa78;
border-color:#53aa78
}
a.cke_dialog_ui_button_ok:focus{
box-shadow:inset 0 0 0 2px #FFF
}
a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{
border-color:#139ff7
}
.cke_hc a.cke_dialog_ui_button_ok:hover,.cke_hc a.cke_dialog_ui_button_ok:focus,.cke_hc a.cke_dialog_ui_button_ok:active{
border-color:#484848
}
a.cke_dialog_ui_button_ok.cke_disabled{
background:#d1d1d1;
border-color:#d1d1d1;
cursor:default
}
a.cke_dialog_ui_button_ok.cke_disabled span{
cursor:default
}
.cke_dialog_footer_buttons{
display:inline-table;
margin:5px;
width:auto;
position:relative;
vertical-align:middle
}
div.cke_dialog_ui_input_select{
display:table
}
select.cke_dialog_ui_input_select{
height:28px;
line-height:28px;
background-color:#fff;
border:1px solid #bcbcbc;
padding:3px 3px 3px 6px;
outline:0;
border-radius:2px;
margin:0 1px;
box-sizing:border-box;
width:calc(100% - 2px)!important
}
.cke_dialog_ui_input_file{
width:100%;
height:25px
}
.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{
outline:1px dotted
}
.cke_dialog_ui_labeled_label{
margin-left:1px
}
.cke_dialog .cke_dark_background{
background-color:transparent
}
.cke_dialog .cke_light_background{
background-color:#ebebeb
}
.cke_dialog .cke_centered{
text-align:center
}
.cke_dialog a.cke_btn_reset{
float:right;
background:url(images/refresh.png) top left no-repeat;
width:16px;
height:16px;
border:1px none;
font-size:1px
}
.cke_hidpi .cke_dialog a.cke_btn_reset{
background-size:16px;
background-image:url(images/hidpi/refresh.png)
}
.cke_rtl .cke_dialog a.cke_btn_reset{
float:left
}
.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{
float:left;
width:16px;
height:16px;
background-repeat:no-repeat;
border:none 1px;
font-size:1px
}
.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked,.cke_dialog a.cke_btn_reset{
margin:2px
}
.cke_dialog a.cke_btn_locked{
background-image:url(images/lock.png)
}
.cke_dialog a.cke_btn_unlocked{
background-image:url(images/lock-open.png)
}
.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{
float:right
}
.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{
background-size:16px
}
.cke_hidpi .cke_dialog a.cke_btn_locked{
background-image:url(images/hidpi/lock.png)
}
.cke_hidpi .cke_dialog a.cke_btn_unlocked{
background-image:url(images/hidpi/lock-open.png)
}
.cke_dialog a.cke_btn_locked .cke_icon{
display:none
}
.cke_dialog a.cke_btn_over,.cke_dialog a.cke_btn_locked:hover,.cke_dialog a.cke_btn_locked:focus,.cke_dialog a.cke_btn_locked:active,.cke_dialog a.cke_btn_unlocked:hover,.cke_dialog a.cke_btn_unlocked:focus,.cke_dialog a.cke_btn_unlocked:active,.cke_dialog a.cke_btn_reset:hover,.cke_dialog a.cke_btn_reset:focus,.cke_dialog a.cke_btn_reset:active{
cursor:pointer;
outline:0;
margin:0;
border:2px solid #139ff7
}
.cke_dialog fieldset{
border:1px solid #bcbcbc
}
.cke_dialog fieldset legend{
padding:0 6px
}
.cke_dialog_ui_checkbox,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{
display:inline-block
}
.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox{
padding-top:5px
}
.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input,.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label{
vertical-align:middle
}
.cke_dialog .ImagePreviewBox{
border:1px ridge #bcbcbc;
overflow:scroll;
height:200px;
width:300px;
padding:2px;
background-color:white
}
.cke_dialog .ImagePreviewBox table td{
white-space:normal
}
.cke_dialog .ImagePreviewLoader{
position:absolute;
white-space:normal;
overflow:hidden;
height:160px;
width:230px;
margin:2px;
padding:2px;
opacity:.9;
filter:alpha(opacity = 90);
background-color:#e4e4e4
}
.cke_dialog .FlashPreviewBox{
white-space:normal;
border:1px solid #bcbcbc;
overflow:auto;
height:160px;
width:390px;
padding:2px;
background-color:white
}
.cke_dialog .cke_pastetext{
width:346px;
height:170px
}
.cke_dialog .cke_pastetext textarea{
width:340px;
height:170px;
resize:none
}
.cke_dialog iframe.cke_pasteframe{
width:346px;
height:130px;
background-color:white;
border:1px solid #aeb3b9;
border-radius:3px
}
.cke_dialog .cke_hand{
cursor:pointer
}
.cke_disabled{
color:#a0a0a0
}
.cke_dialog_body .cke_label{
display:none
}
.cke_dialog_body label{
display:inline;
cursor:default;
letter-spacing:.3px
}
.cke_dialog_body label+.cke_dialog_ui_labeled_content{
margin-top:2px
}
.cke_dialog_contents_body .cke_dialog_ui_text,.cke_dialog_contents_body .cke_dialog_ui_select,.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button{
margin-top:4px
}
a.cke_smile{
overflow:hidden;
display:block;
text-align:center;
padding:.3em 0
}
a.cke_smile img{
vertical-align:middle
}
a.cke_specialchar{
cursor:inherit;
display:block;
height:1.25em;
padding:.2em .3em;
text-align:center
}
a.cke_smile,a.cke_specialchar{
border:2px solid transparent
}
a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{
background:#fff;
outline:0
}
a.cke_smile:hover,a.cke_specialchar:hover{
border-color:#888
}
a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{
border-color:#139ff7
}
.cke_dialog_contents a.colorChooser{
display:block;
margin-top:6px;
margin-left:10px;
width:80px
}
.cke_rtl .cke_dialog_contents a.colorChooser{
margin-right:10px
}
.cke_iframe_shim{
display:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:alpha(opacity = 0);
width:100%;
height:100%
}
.cke_dialog_contents_body .cke_accessibility_legend{
margin:2px 7px 2px 2px
}
.cke_dialog_contents_body .cke_accessibility_legend:focus,.cke_dialog_contents_body .cke_accessibility_legend:active{
outline:0;
border:2px solid #139ff7;
margin:0 5px 0 0
}
.cke_dialog_contents_body input[type=file]:focus,.cke_dialog_contents_body input[type=file]:active{
border:2px solid #139ff7
}
.cke_dialog_find_fieldset{
margin-top:10px!important
}
.cke_dialog_image_ratiolock{
margin-top:52px!important
}
.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label{
margin-left:0
}
.cke_dialog_forms_select_order div.cke_dialog_ui_input_select{
width:100%
}
.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last{
padding-top:4px
}
.cke_dialog_image_url .cke_dialog_ui_hbox_last,.cke_dialog_flash_url .cke_dialog_ui_hbox_last{
vertical-align:bottom
}
a.cke_dialog_ui_button.cke_dialog_image_browse{
margin-top:10px
}
.cke_dialog_contents_body .cke_tpl_list{
border:#bcbcbc 1px solid;
margin:1px
}
.cke_dialog_contents_body .cke_tpl_list:focus,.cke_dialog_contents_body .cke_tpl_list:active{
outline:0;
margin:0;
border:2px solid #139ff7
}
.cke_dialog_contents_body .cke_tpl_list a:focus,.cke_dialog_contents_body .cke_tpl_list a:active{
outline:0
}
.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item,.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item{
border:2px solid #139ff7;
padding:6px
}
.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password,.cke_rtl input.cke_dialog_ui_input_tel{
padding-right:2px
}
.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password,.cke_rtl div.cke_dialog_ui_input_tel{
padding-left:2px
}
.cke_rtl div.cke_dialog_ui_input_text{
padding-right:1px
}
.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{
padding-right:2px!important
}
.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_tel,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{
border:0
} | 0.42931 | 0.057945 |
.redpack-page .page-content{
overflow-x: hidden;
color: #6a6a6a;
}
.redpack-page .loading-mask-redpack{
position: fixed;
left:0;
top: 0;
bottom:0;
width:100%;
height:100%;
z-index:2;
background-color:#000000;
opacity: 0.8;
display: none;
}
.redpack-page .raffle-rule{
margin:20px 10px;
line-height: 25px;
/*text-indent: 10px;*/
}
.redpack-page .raffle-rule h4{
color: #6a6a6a;;
}
.redpack-page .raffle-rule p{
font-size: 12px;
}
.redpack-page .rotate{
position: relative;
width: 300px;
height: 300px;
margin: 20px auto;
}
.redpack-page .turnplate{
position: absolute;
width: 300px;
height: 300px;
}
.redpack-page .turnplate img{
width: 100%;
}
.redpack-page .pointer{
position: absolute;
width: 80px;
margin: 88px 110px;
z-index: 2;
}
.redpack-page .pointer img{
width: 100%;
}
/*.redpack-page .result-con-pop{
background-color: #ffffff;
width: 80%;
height: 120px;
position: fixed;
left: 10%;
top:40%;
z-index: 5002;
border-radius: 10px;
display: none;
}
.redpack-page .result-con-pop .show-text{
width: 80%;
height: 40px;
margin: 0 10%;
padding-top: 20px;
text-align: center;
}
.redpack-page .result-con-pop .show-text span{
color: orange;
}
.redpack-page .result-con-pop .btn-con{
width: 200px;
height: 50px;
margin: 15px auto;
}
.redpack-page .result-con-pop .btn{
width: 80px;
height: 25px;
float: left;
}*/
.redpack-page .result-con-pop{
display: none;
}
.redpack-page .result-con-pop .view-btn{
background-image: url("../../img/newIcon/redpack/view.png");
background-size: 100% 100%;
background-repeat: no-repeat;
margin-left: 24px;
}
.redpack-page .result-con-pop .use-btn{
margin-left: 40px;
background-image: url("../../img/newIcon/redpack/goshopping.png");
background-size: 100% 100%;
background-repeat: no-repeat;
margin-left: 24px;
}
.redpack-page .recommend-container{
margin: 10px 0;
padding: 0 5px;
display: none;
}
/*
.pointer.active{
animation:redpack 3s ease;
-webkit-animation: redpack 3s ease;
}
*/
@keyframes redpack1{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2160deg);
}
}
@-webkit-keyframes redpack1{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2160deg);
}
}
@keyframes redpack2{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2220deg);
}
}
@-webkit-keyframes redpack2{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2220deg);
}
}
@keyframes redpack3{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2280deg);
}
}
@-webkit-keyframes redpack3{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2280deg);
}
}
@keyframes redpack4{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2325deg);
}
}
@-webkit-keyframes redpack4{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2325deg);
}
}
@keyframes redpack5{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2370deg);
}
}
@-webkit-keyframes redpack5{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2370deg);
}
}
@keyframes redpack6{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2430deg);
}
}
@-webkit-keyframes redpack6{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2430deg);
}
}
@keyframes redpack7{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2475deg);
}
}
@-webkit-keyframes redpack7{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2475deg);
}
}
.redpack-page .redpack-offline{
position: fixed;
z-index: 10000;
top: 30%;
left:25%;
background-color: #ffffff;
text-align: center;
padding: 20px;
border-radius: 10px;
display: none;
}
/** 2015-11-03 **/
.redpack-page .vip_mask {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 5002;
display: none;
}
.redpack-page .vip_mask_rule {
position: relative;
top: 20%;
}
.redpack-page .modal-rules {
position: relative;
}
.redpack-page .modal-s1 {
width: 300px;
height: 240px;
background-color: #ffffff;
display: none;
border-radius: 10px;
}
.redpack-page .modal-rules .rules-title {
padding-top: 10px;
margin-bottom: 10px;
font-size: 16px;
text-align: center;
}
.redpack-page .vip_mask_div {
height: 185px;
}
.redpack-page .modal-rules .rules-cont {
width: 280px;
height: 185px;
margin: auto;
font-size: 13px;
line-height: 20px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.redpack-page .show_scroll {
overflow: auto!important;
}
.redpack-page .modal-rules .rules-cont p {
margin-bottom: 10px;
}
.redpack-page .modal-rules .rules-cont font{
color: rgb(255,102,0);
font-size: 15px;
margin-left: 3px;
margin-right: 3px;
}
.redpack-page .vip_mask .rules-close{
position: absolute;
top: -30px;
right: -10px;
width: 25px;
height: 25px;
background: url("../../img/newIcon/redpack/close.png") 0 0 no-repeat;
background-size: contain;
}
.redpack-page #raffle-times{
text-indent: 10px;
margin-top: 20px;
}
.redpack-page #raffle-times span{
color: rgb(255,102,0);
}
.redpack-page .btn-rules{
width: 80px;
float: right;
height: 30px;
margin-left: 10px;
margin-top: 20px;
z-index: 1;
}
.redpack-page .btn-rules img{
width: 100%;
}
.redpack-page .news-redpack-con{
width: 80%;
height: 30px;
line-height: 30px;
margin: 20px 10%;
border-radius: 15px ;
background-color:rgb(223,223,223) ;
}
.redpack-page .news-redpack-con .text{
float: left;
text-indent: 20px;
color: #3c3c3c;
}
.redpack-page .receive-btn{
float: right;
width: 80px;
height: 30px;
text-align: center;
border-radius: 15px;
background-color: #6c6c6c;
color: #ffffff;
}
.redpack-page .receive-btn.active{
background-color: rgb(255,102,0);
}
.redpack-page .no-raffle-dialog{
display: none;
}
.redpack-page .see-btn{
width: 68px;
}
.redpack-page .raffle-lost-dialog{
display: none;
}
.redpack-page .see-btn{
width: 68px;
}
.redpack-page .raffle-best-dialog{
display: none;
}
.redpack-page .raffle-lost-dialog .share-btn{
width: 80px;
}
.redpack-page .view-more-btn{
width: 80%;
height: 30px;
line-height: 30px;
border-radius:15px ;
margin: 10px 10%;
text-align: center;
color: #3c3c3c;
background-color: rgb(255,216,0)
}
.redpack-page .raffle-stop-dialog{
display: none;
} | front/public/mobile/css/page/redpack.css | .redpack-page .page-content{
overflow-x: hidden;
color: #6a6a6a;
}
.redpack-page .loading-mask-redpack{
position: fixed;
left:0;
top: 0;
bottom:0;
width:100%;
height:100%;
z-index:2;
background-color:#000000;
opacity: 0.8;
display: none;
}
.redpack-page .raffle-rule{
margin:20px 10px;
line-height: 25px;
/*text-indent: 10px;*/
}
.redpack-page .raffle-rule h4{
color: #6a6a6a;;
}
.redpack-page .raffle-rule p{
font-size: 12px;
}
.redpack-page .rotate{
position: relative;
width: 300px;
height: 300px;
margin: 20px auto;
}
.redpack-page .turnplate{
position: absolute;
width: 300px;
height: 300px;
}
.redpack-page .turnplate img{
width: 100%;
}
.redpack-page .pointer{
position: absolute;
width: 80px;
margin: 88px 110px;
z-index: 2;
}
.redpack-page .pointer img{
width: 100%;
}
/*.redpack-page .result-con-pop{
background-color: #ffffff;
width: 80%;
height: 120px;
position: fixed;
left: 10%;
top:40%;
z-index: 5002;
border-radius: 10px;
display: none;
}
.redpack-page .result-con-pop .show-text{
width: 80%;
height: 40px;
margin: 0 10%;
padding-top: 20px;
text-align: center;
}
.redpack-page .result-con-pop .show-text span{
color: orange;
}
.redpack-page .result-con-pop .btn-con{
width: 200px;
height: 50px;
margin: 15px auto;
}
.redpack-page .result-con-pop .btn{
width: 80px;
height: 25px;
float: left;
}*/
.redpack-page .result-con-pop{
display: none;
}
.redpack-page .result-con-pop .view-btn{
background-image: url("../../img/newIcon/redpack/view.png");
background-size: 100% 100%;
background-repeat: no-repeat;
margin-left: 24px;
}
.redpack-page .result-con-pop .use-btn{
margin-left: 40px;
background-image: url("../../img/newIcon/redpack/goshopping.png");
background-size: 100% 100%;
background-repeat: no-repeat;
margin-left: 24px;
}
.redpack-page .recommend-container{
margin: 10px 0;
padding: 0 5px;
display: none;
}
/*
.pointer.active{
animation:redpack 3s ease;
-webkit-animation: redpack 3s ease;
}
*/
@keyframes redpack1{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2160deg);
}
}
@-webkit-keyframes redpack1{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2160deg);
}
}
@keyframes redpack2{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2220deg);
}
}
@-webkit-keyframes redpack2{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2220deg);
}
}
@keyframes redpack3{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2280deg);
}
}
@-webkit-keyframes redpack3{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2280deg);
}
}
@keyframes redpack4{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2325deg);
}
}
@-webkit-keyframes redpack4{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2325deg);
}
}
@keyframes redpack5{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2370deg);
}
}
@-webkit-keyframes redpack5{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2370deg);
}
}
@keyframes redpack6{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2430deg);
}
}
@-webkit-keyframes redpack6{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2430deg);
}
}
@keyframes redpack7{
0%{
transform:rotate(0);
}
100%{
transform:rotate(2475deg);
}
}
@-webkit-keyframes redpack7{
0%{
-webkit-transform:rotate(0);
}
100%{
-webkit-transform:rotate(2475deg);
}
}
.redpack-page .redpack-offline{
position: fixed;
z-index: 10000;
top: 30%;
left:25%;
background-color: #ffffff;
text-align: center;
padding: 20px;
border-radius: 10px;
display: none;
}
/** 2015-11-03 **/
.redpack-page .vip_mask {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 5002;
display: none;
}
.redpack-page .vip_mask_rule {
position: relative;
top: 20%;
}
.redpack-page .modal-rules {
position: relative;
}
.redpack-page .modal-s1 {
width: 300px;
height: 240px;
background-color: #ffffff;
display: none;
border-radius: 10px;
}
.redpack-page .modal-rules .rules-title {
padding-top: 10px;
margin-bottom: 10px;
font-size: 16px;
text-align: center;
}
.redpack-page .vip_mask_div {
height: 185px;
}
.redpack-page .modal-rules .rules-cont {
width: 280px;
height: 185px;
margin: auto;
font-size: 13px;
line-height: 20px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.redpack-page .show_scroll {
overflow: auto!important;
}
.redpack-page .modal-rules .rules-cont p {
margin-bottom: 10px;
}
.redpack-page .modal-rules .rules-cont font{
color: rgb(255,102,0);
font-size: 15px;
margin-left: 3px;
margin-right: 3px;
}
.redpack-page .vip_mask .rules-close{
position: absolute;
top: -30px;
right: -10px;
width: 25px;
height: 25px;
background: url("../../img/newIcon/redpack/close.png") 0 0 no-repeat;
background-size: contain;
}
.redpack-page #raffle-times{
text-indent: 10px;
margin-top: 20px;
}
.redpack-page #raffle-times span{
color: rgb(255,102,0);
}
.redpack-page .btn-rules{
width: 80px;
float: right;
height: 30px;
margin-left: 10px;
margin-top: 20px;
z-index: 1;
}
.redpack-page .btn-rules img{
width: 100%;
}
.redpack-page .news-redpack-con{
width: 80%;
height: 30px;
line-height: 30px;
margin: 20px 10%;
border-radius: 15px ;
background-color:rgb(223,223,223) ;
}
.redpack-page .news-redpack-con .text{
float: left;
text-indent: 20px;
color: #3c3c3c;
}
.redpack-page .receive-btn{
float: right;
width: 80px;
height: 30px;
text-align: center;
border-radius: 15px;
background-color: #6c6c6c;
color: #ffffff;
}
.redpack-page .receive-btn.active{
background-color: rgb(255,102,0);
}
.redpack-page .no-raffle-dialog{
display: none;
}
.redpack-page .see-btn{
width: 68px;
}
.redpack-page .raffle-lost-dialog{
display: none;
}
.redpack-page .see-btn{
width: 68px;
}
.redpack-page .raffle-best-dialog{
display: none;
}
.redpack-page .raffle-lost-dialog .share-btn{
width: 80px;
}
.redpack-page .view-more-btn{
width: 80%;
height: 30px;
line-height: 30px;
border-radius:15px ;
margin: 10px 10%;
text-align: center;
color: #3c3c3c;
background-color: rgb(255,216,0)
}
.redpack-page .raffle-stop-dialog{
display: none;
} | 0.329715 | 0.051678 |
.w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
font-family: Montserrat, sans-serif;
color: #1a1b1f;
font-size: 16px;
line-height: 28px;
font-weight: 400;
}
h1 {
margin-top: 20px;
margin-bottom: 15px;
font-size: 44px;
line-height: 62px;
font-weight: 400;
}
h2 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 36px;
line-height: 50px;
font-weight: 400;
}
h3 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 30px;
line-height: 46px;
font-weight: 400;
}
h4 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
line-height: 38px;
font-weight: 400;
}
h5 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
line-height: 34px;
font-weight: 500;
}
h6 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
line-height: 28px;
font-weight: 500;
}
p {
margin-bottom: 10px;
}
a {
display: block;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
color: #1a1b1f;
text-decoration: underline;
}
a:hover {
color: #32343a;
}
a:active {
color: #43464d;
}
ul {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 40px;
list-style-type: disc;
}
li {
margin-bottom: 10px;
}
img {
display: block;
}
label {
margin-bottom: 10px;
font-size: 12px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
blockquote {
margin-top: 25px;
margin-bottom: 25px;
padding: 15px 30px;
border-left: 5px solid #e2e2e2;
font-size: 20px;
line-height: 34px;
}
figure {
margin-top: 25px;
padding-bottom: 20px;
}
figcaption {
margin-top: 5px;
opacity: 0.6;
font-size: 14px;
line-height: 26px;
text-align: center;
}
.heading-jumbo-small {
margin-top: 10px;
margin-bottom: 15px;
font-size: 36px;
line-height: 50px;
font-weight: 400;
text-transform: none;
}
.styleguide-block {
display: block;
margin-top: 80px;
margin-bottom: 80px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: left;
}
.heading-jumbo-tiny {
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px;
line-height: 32px;
font-weight: 500;
text-transform: uppercase;
}
.rich-text {
width: 70%;
margin-right: auto;
margin-bottom: 100px;
margin-left: auto;
}
.rich-text p {
margin-top: 15px;
margin-bottom: 25px;
opacity: 0.6;
}
.container {
position: relative;
overflow: visible;
width: 100%;
height: auto;
max-width: 1140px;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
font-family: Gothamrounded, sans-serif;
color: #7e7e7e;
line-height: 24px;
font-weight: 300;
}
.container.intro-wrap {
height: auto;
margin-top: 0px;
}
.container.intro-wrap.my_experience {
padding-top: 100px;
}
.styleguide-content-wrap {
text-align: center;
}
.paragraph-small {
font-size: 14px;
line-height: 26px;
}
.styleguide-header-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 460px;
padding: 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #1a1b1f;
color: #fff;
text-align: center;
}
.styleguide-button-wrap {
margin-top: 10px;
margin-bottom: 10px;
}
.heading-jumbo {
margin-top: 40px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 44px;
line-height: 61px;
font-weight: 400;
text-align: left;
text-transform: none;
text-shadow: none;
}
.heading-jumbo.good_read {
margin-top: 20px;
}
.paragraph-tiny {
font-size: 12px;
line-height: 20px;
}
.paragraph-tiny.cc-paragraph-tiny-light {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
opacity: 0.7;
font-family: Gothamrounded, sans-serif;
font-weight: 300;
}
.label {
margin-bottom: 10px;
font-size: 12px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
.label.cc-styleguide-label {
margin-bottom: 25px;
}
.paragraph-light {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px;
opacity: 1;
font-family: Inter, sans-serif;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
text-align: left;
}
.paragraph-light.cc-position-name {
position: static;
display: block;
width: 80%;
margin-bottom: 5px;
background-color: transparent;
opacity: 1;
color: #fff;
font-size: 14px;
line-height: 20px;
font-weight: 500;
text-align: left;
}
.section {
height: auto;
margin-right: 30px;
margin-left: 30px;
font-family: Inter, sans-serif;
}
.section.cc-contact {
padding-right: 80px;
padding-left: 80px;
background-color: #f4f4f4;
}
.section.other_pages {
height: auto;
}
.section.full_height {
height: 60vh;
margin-top: 0px;
margin-bottom: 123px;
padding-bottom: 0px;
text-align: left;
}
.section.full_height.avatar {
position: static;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
overflow: auto;
height: auto;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
background-color: transparent;
}
.section.full_height.avatar.project1 {
padding-top: 0px;
}
.button {
padding: 12px 25px;
border-radius: 0px;
background-color: #1a1b1f;
-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
color: #fff;
font-size: 12px;
line-height: 20px;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
}
.button:hover {
background-color: #32343a;
color: #fff;
}
.button:active {
background-color: #43464d;
}
.button.cc-jumbo-button {
padding: 16px 35px;
font-size: 14px;
line-height: 26px;
}
.button.cc-white-button {
padding: 16px 35px;
background-color: #fff;
color: #202020;
font-size: 14px;
line-height: 26px;
}
.button.cc-white-button:hover {
background-color: hsla(0, 0%, 100%, 0.8);
}
.button.cc-white-button:active {
background-color: hsla(0, 0%, 100%, 0.9);
}
.paragraph-bigger {
margin-bottom: 10px;
opacity: 1;
font-size: 20px;
line-height: 34px;
font-weight: 400;
}
.paragraph-bigger.cc-bigger-light {
opacity: 0.6;
}
.divider {
height: 1px;
background-color: #eee;
}
.navigation-item {
padding-top: 9px;
padding-bottom: 9px;
opacity: 0.6;
font-family: 'Varela Round', sans-serif;
font-size: 12px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: capitalize;
}
.navigation-item:hover {
opacity: 0.9;
}
.navigation-item:active {
opacity: 0.8;
}
.navigation-item.w--current {
opacity: 1;
font-family: Gothamrounded, sans-serif;
color: #1a1b1f;
font-weight: 600;
text-transform: capitalize;
}
.navigation-item.w--current:hover {
border-color: #000;
opacity: 1;
color: #32343a;
}
.navigation-item.w--current:active {
opacity: 0.7;
color: #32343a;
}
.navigation-item.main_nav {
border-style: solid;
border-width: 1px;
border-color: #000;
font-family: Inter, sans-serif;
color: #fff;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
}
.navigation-item.main_nav:hover {
color: #ffe600;
}
.navigation-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
border-style: solid;
border-width: 1px;
border-color: #000;
}
.navigation {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: auto;
display: block;
margin-bottom: 0px;
padding: 30px 50px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
font-family: Inter, sans-serif;
}
.navigation-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.intro-wrap {
height: auto;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
background-color: transparent;
opacity: 1;
}
.intro-wrap.about_home {
display: block;
margin-top: 0px;
margin-bottom: 100px;
padding-top: 0px;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.name-text {
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 20px;
line-height: 34px;
font-weight: 400;
text-align: left;
}
.grab {
margin-bottom: 0px;
font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
color: #319960;
font-size: 20px;
line-height: 34px;
font-weight: 700;
text-transform: none;
}
.work-experience-grid {
margin-bottom: 139px;
padding-top: 28px;
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-areas: ".";
-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto 30px auto;
grid-template-rows: auto auto;
}
.work-position-wrap {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
justify-items: start;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
-webkit-align-content: start;
-ms-flex-line-pack: start;
align-content: start;
align-self: start;
grid-auto-columns: 1fr;
grid-column-gap: 5px;
grid-row-gap: 0px;
grid-template-areas: ".";
-ms-grid-columns: 0.25fr 5px 1fr;
grid-template-columns: 0.25fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.carrer-headline-wrap {
width: 60%;
margin-bottom: 50px;
}
.text-field {
margin-bottom: 18px;
padding: 21px 20px;
border: 1px solid #e4e4e4;
border-radius: 0px;
-webkit-transition: border-color 400ms ease;
transition: border-color 400ms ease;
font-size: 14px;
line-height: 26px;
}
.text-field:hover {
border-color: #e3e6eb;
}
.text-field:active {
border-color: #43464d;
}
.text-field:focus {
border-color: #43464d;
}
.text-field::-webkit-input-placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field:-ms-input-placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field::-ms-input-placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field::placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field.cc-textarea {
height: 200px;
padding-top: 12px;
}
.status-message {
padding: 9px 30px;
background-color: #202020;
color: #fff;
font-size: 14px;
line-height: 26px;
text-align: center;
}
.status-message.cc-success-message {
background-color: #12b878;
}
.status-message.cc-error-message {
background-color: #db4b68;
}
.contact {
padding-top: 80px;
padding-bottom: 90px;
}
.contact-headline {
width: 70%;
margin-bottom: 40px;
}
.contact-form-grid {
grid-column-gap: 30px;
grid-row-gap: 10px;
}
.contact-form-wrap {
width: 70%;
}
.footer-wrap {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 40px 50px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
background-color: transparent;
color: #fff;
}
.footer-links {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: auto;
margin-right: 0px;
margin-bottom: 70px;
padding-top: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
color: #fff;
text-align: left;
}
.footer-item {
margin-right: 40px;
margin-left: 20px;
opacity: 0.6;
font-family: Inter, sans-serif;
color: #fff;
font-size: 10px;
line-height: 20px;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
}
.footer-item:hover {
opacity: 0.9;
color: #555;
}
.footer-item:active {
opacity: 0.8;
color: #555;
}
.project-overview-grid {
margin-top: 120px;
margin-bottom: 135px;
grid-column-gap: 50px;
grid-row-gap: 100px;
grid-template-areas: ". . . ." ". . . .";
-ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
-ms-grid-rows: auto 100px auto;
grid-template-rows: auto auto;
}
.detail-header-image {
width: 100%;
}
.project-description-grid {
margin-top: 120px;
margin-bottom: 120px;
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-areas: ". .";
-ms-grid-columns: 1fr 30px 2.5fr;
grid-template-columns: 1fr 2.5fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.detail-image {
width: 100%;
margin-bottom: 30px;
}
.email-section {
width: 70%;
margin: 140px auto 200px;
text-align: center;
}
.email-link {
margin-top: 15px;
margin-bottom: 15px;
font-size: 64px;
line-height: 88px;
font-weight: 400;
text-decoration: none;
text-transform: none;
}
.email-link:hover {
opacity: 0.8;
}
.email-link:active {
opacity: 0.7;
}
.utility-page-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100vw;
height: 100vh;
max-height: 100%;
max-width: 100%;
padding: 30px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-align: center;
}
._404-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
padding: 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #1a1b1f;
}
._404-content-wrap {
margin-bottom: 20px;
}
.protected-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 90px;
padding-bottom: 100px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.protected-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.protected-heading {
margin-bottom: 30px;
}
.heading {
margin-top: 0px;
margin-bottom: 30px;
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 50px;
line-height: 52px;
font-weight: 400;
}
.image-2 {
margin-top: 70px;
margin-bottom: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
border-radius: 100px;
background-color: #000;
text-align: left;
cursor: default;
}
.button-2 {
width: auto;
height: auto;
margin: 37px auto 0px;
padding: 25px 60px;
border-style: solid;
border-width: 2px;
border-color: #fff;
border-radius: 6px;
background-color: transparent;
font-family: Inter, sans-serif;
color: #fff;
font-size: 18px;
font-weight: 900;
}
.button-2:hover {
background-color: #ffe600;
opacity: 0.53;
color: #fff;
}
.text-block {
margin-bottom: 0px;
padding-top: 20px;
font-family: Inter, sans-serif;
color: #a3a3a3;
font-size: 18px;
line-height: 24px;
font-weight: 300;
}
.text-block-2 {
margin-bottom: 40px;
padding-top: 20px;
font-family: Inter, sans-serif;
color: #a3a3a3;
font-size: 18px;
font-weight: 300;
}
.image-3 {
margin-right: 15px;
border-style: none;
border-width: 1px;
border-color: #e7b7b7;
border-radius: 5px;
}
.text-block-5 {
display: -ms-grid;
display: grid;
height: auto;
margin-bottom: 0px;
justify-items: start;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.body {
display: block;
overflow: visible;
height: 100%;
padding-bottom: 0px;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
background-color: #000;
cursor: default;
}
.body.home_bg {
background-image: url('../images/bg.png');
background-position: 50% 160%;
background-size: 100%;
background-repeat: no-repeat;
background-attachment: scroll;
}
.grid {
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.image-4 {
position: static;
width: 1000%;
background-color: transparent;
}
.link-block {
position: relative;
width: 100%;
height: 100%;
background-color: transparent;
}
.link-block-2 {
position: relative;
width: 100%;
height: 100%;
background-color: transparent;
}
.link-block-3 {
position: relative;
width: 100%;
height: 100%;
}
.text-block-10 {
margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-family: Inter, sans-serif;
font-size: 14px;
line-height: 22px;
font-weight: 400;
}
.nav-link {
display: inline-block;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
font-family: Inter, sans-serif;
color: #fff;
font-weight: 400;
}
.nav-link:hover {
font-weight: 400;
}
.nav-link:active {
font-weight: 400;
}
.nav-link.w--current {
position: static;
bottom: 0px;
display: inline-block;
overflow: visible;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
float: none;
clear: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
color: #555;
font-weight: 400;
text-align: left;
}
.nav-link.w--current:hover {
font-weight: 400;
}
.nav-link.w--current:active {
font-weight: 400;
}
.text-block-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0px auto auto;
padding-top: 0px;
padding-right: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
font-family: Gothamrounded, sans-serif;
color: #727272;
font-size: 10px;
font-weight: 500;
text-align: right;
text-transform: uppercase;
}
.heading-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 38px;
line-height: 46px;
font-weight: 400;
}
.grid-3 {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-areas: "Area";
-ms-grid-columns: 1fr 20px 4.25fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
grid-template-columns: 1fr 4.25fr 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
grid-template-rows: auto auto auto auto auto;
}
.text-block-12 {
margin-bottom: -23px;
font-family: Inter, sans-serif;
color: #cfcfcf;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
}
.heading-3 {
margin-top: 60px;
margin-bottom: -10px;
font-family: Monumentextended, sans-serif;
}
.grid-4 {
display: -ms-grid;
display: grid;
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
justify-items: start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
grid-auto-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 16px;
grid-template-areas: "Area";
-ms-grid-columns: 4fr 0px 2fr 0px 2fr;
grid-template-columns: 4fr 2fr 2fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.button-6 {
width: auto;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 15px 25px 15px 30px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
border: 1px none #fff;
border-radius: 40px;
background-color: #fff;
opacity: 1;
font-family: Inter, sans-serif;
color: #fff;
font-size: 15px;
line-height: 25px;
font-style: normal;
font-weight: 900;
}
.button-6:hover {
border-color: #ffe600;
opacity: 1;
color: #ffe600;
}
.grid-6 {
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
justify-items: start;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.image-8 {
width: 70%;
}
.image-12 {
width: 100%;
height: auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
border: 1px none #000;
color: transparent;
}
.grid-7 {
grid-row-gap: 0px;
grid-template-areas: ".";
-ms-grid-columns: 2.75fr 1fr;
grid-template-columns: 2.75fr 1fr;
-ms-grid-rows: auto 0px auto;
grid-template-rows: auto auto;
}
.link-block-4 {
border: 1px none #000;
}
.image-27 {
width: 12%;
margin-top: 25px;
margin-bottom: -10px;
}
.grid-8 {
grid-template-areas: ".";
-ms-grid-columns: 3fr 1fr 1fr;
grid-template-columns: 3fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.button_endless {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
border-style: solid;
border-width: 1px;
border-color: #ff3527;
border-radius: 5px;
background-color: #fff;
color: #ff3527;
font-weight: 500;
}
.text-block-14 {
margin-top: 112px;
padding-bottom: 22px;
color: #000;
font-size: 40px;
line-height: 40px;
font-weight: 700;
}
.text-block-15 {
padding-bottom: 30px;
color: #3a3a3a;
font-size: 22px;
}
.grid-10 {
grid-column-gap: 50px;
grid-template-areas: ".";
-ms-grid-columns: 0.5fr 50px 1fr;
grid-template-columns: 0.5fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.list {
color: #414141;
}
.list-item {
font-size: 16px;
}
.list-item-2 {
font-size: 16px;
}
.list-item-3 {
font-size: 16px;
}
.text-block-16 {
width: auto;
margin-bottom: 43px;
color: #414141;
font-size: 18px;
font-weight: 300;
}
.section_full {
background-color: #f9f9f9;
}
.div-block {
text-align: center;
}
.div-block-2 {
margin-top: 0px;
}
.div-block-3 {
position: fixed;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
overflow: visible;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
padding-bottom: 20px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
background-color: #000;
font-family: Inter, sans-serif;
}
.image-37 {
position: static;
display: block;
overflow: visible;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
padding-top: 40px;
float: none;
text-align: left;
}
.return_block {
position: fixed;
left: auto;
top: auto;
right: 25px;
bottom: 50px;
z-index: 999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
width: 55px;
height: 55px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: hsla(0, 0%, 100%, 0);
border-radius: 40px;
background-color: #fff;
opacity: 1;
color: transparent;
}
.arrow_up {
border-style: solid;
border-width: 1px;
border-color: transparent;
background-color: #000;
-webkit-filter: invert(100%);
filter: invert(100%);
}
.navbar-4 {
position: static;
background-color: #000;
color: #fff;
}
.container-4 {
color: #fff;
}
.div-block-5 {
position: static;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.navbar-6 {
background-color: #000;
}
.linkos {
display: inline-block;
opacity: 1;
font-family: Inter, sans-serif;
color: #555;
font-weight: 400;
text-decoration: none;
}
.linkos:active {
color: #fff;
}
.linkos.w--current {
color: #fff;
font-weight: 400;
text-decoration: none;
}
.linkos.under {
color: #fff;
}
.linkos.under:hover {
color: #555;
}
.gres {
position: fixed;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 9999;
width: 100%;
height: 5px;
float: none;
clear: none;
background-color: #ffe600;
color: #ffe600;
}
.progbar {
position: fixed;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 9999;
width: 100%;
height: 5px;
border-radius: 0px;
background-color: #00ffb7;
}
.intro-section {
padding-top: 200px;
padding-bottom: 200px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.text-container {
margin-top: 240px;
margin-bottom: 100px;
}
.text-container.left {
padding-right: 320px;
}
.text-container.left.center {
margin-top: 150px;
margin-bottom: 150px;
}
.text-container.left.closer {
margin-top: 151px;
margin-bottom: 20px;
}
.text-container.right {
padding-left: 320px;
}
.text-container.right.center {
margin-top: 150px;
margin-bottom: 150px;
}
.text-container.footer {
margin-top: 30px;
margin-bottom: 0px;
padding-bottom: 30px;
}
.line-horizontal {
height: 1px;
margin-top: 75px;
margin-bottom: 40px;
background-color: #d6d6d6;
}
.line-horizontal.white {
background-color: #3b3b3b;
}
.project-header {
margin-top: 0px;
color: #3b3b3b;
font-size: 36px;
line-height: 42px;
font-weight: 300;
text-align: left;
letter-spacing: 1px;
}
.project-header.white {
color: #fff;
letter-spacing: 1px;
}
.dark-image {
display: block;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
}
.plain-text {
color: #585858;
font-size: 18px;
line-height: 30px;
font-weight: 300;
text-align: left;
letter-spacing: 1px;
}
.plain-text.white {
margin-right: auto;
margin-left: auto;
color: #c7c7c7;
line-height: 28px;
}
.white-plain-text {
color: #f5f5f5;
font-size: 18px;
line-height: 30px;
font-weight: 300;
letter-spacing: 1px;
}
.white-plain-text.padded {
margin-top: 40px;
color: #d4d4d4;
}
.description {
margin-top: 10px;
font-family: Ubuntu, Helvetica, sans-serif;
font-size: 14px;
line-height: 21px;
font-weight: 300;
text-align: left;
}
.description.task {
width: 600px;
font-family: Ubuntu, Helvetica, sans-serif;
color: #444;
font-size: 14px;
line-height: 21px;
font-weight: 300;
letter-spacing: 0px;
text-decoration: none;
}
.description.task.white {
width: auto;
color: #bebebe;
}
.description.task.case-descr {
margin-top: 10px;
}
.description.task.case-descr.white {
color: silver;
}
.description.white {
width: auto;
color: #fff;
}
.cover-yotaphone-2 {
height: 40em;
background-image: url('../images/triangle-filler.png');
background-position: 0% 0%;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
}
.cover-yotaphone {
display: none;
height: 25.2em;
margin-top: 177px;
margin-right: auto;
margin-left: auto;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
background-image: url('../images/yotaphone-pattern-03.svg');
background-position: 0% 0%;
background-size: cover;
background-repeat: repeat;
background-attachment: scroll;
}
.float {
position: relative;
top: 400px;
margin-top: -450px;
}
.head-shoulders {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.section-12 {
padding-top: 200px;
padding-bottom: 200px;
background-color: #fff;
}
.image-38 {
position: static;
top: -144px;
display: block;
width: 1810px;
margin-top: -76px;
margin-right: auto;
margin-left: auto;
}
.section-2 {
overflow: hidden;
height: 3500px;
padding-top: 200px;
padding-bottom: 200px;
}
.link-block-5 {
color: #313131;
text-decoration: none;
}
.logos {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 50px;
margin-bottom: 50px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.footer-section {
padding-top: 300px;
}
.footer-section.yotaphone {
position: relative;
top: -600px;
z-index: 50;
height: 0px;
padding-top: 0px;
}
.whitelink {
color: #fff;
}
.whitelink:hover {
color: red;
}
.whitelink:active {
color: #ce0000;
}
.case-div {
width: 440px;
text-align: left;
}
.logo {
width: 430px;
}
.body-2 {
background-color: #000;
}
.body-3 {
background-color: #000;
}
.text-block-17 {
font-family: Inter, sans-serif;
color: #a3a3a3;
}
.bold-text {
display: inline;
background-color: hsla(0, 0%, 100%, 0);
color: #000;
font-weight: 400;
text-align: center;
text-decoration: none;
}
.bold-text:hover {
color: #000;
}
.bold-text-2 {
color: #000;
font-weight: 400;
}
.bold-text-2:hover {
color: #a5a5a5;
}
.bold-text-3 {
color: #000;
font-weight: 400;
}
.bold-text-3:hover {
color: #a5a5a5;
}
.bold-text-4 {
color: #000;
font-weight: 400;
}
.bold-text-4:hover {
color: #a5a5a5;
}
.bold-text-5 {
color: #000;
font-weight: 400;
}
.bold-text-5:hover {
color: #a5a5a5;
}
.bold-text-6 {
color: #000;
font-weight: 400;
}
.bold-text-6:hover {
color: #a5a5a5;
}
.bold-text-7 {
color: #000;
font-weight: 400;
}
.bold-text-7:hover {
color: #a5a5a5;
}
.bold-text-8 {
color: #000;
font-weight: 400;
}
.bold-text-8:hover {
color: #a5a5a5;
}
.return_block-2 {
position: fixed;
left: auto;
top: auto;
right: 20px;
bottom: 110px;
z-index: 999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
width: 44px;
height: 44px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid;
border-width: 2px;
border-color: #fff;
border-radius: 40px;
background-color: transparent;
opacity: 1;
}
.arrow_up-2 {
width: 40px;
height: 40px;
border: 1px none transparent;
background-color: hsla(0, 0%, 100%, 0);
opacity: 1;
}
.text_top {
position: absolute;
left: 0%;
top: 40px;
right: 0%;
bottom: 0%;
display: block;
overflow: visible;
margin-bottom: 0px;
padding-bottom: 0px;
border-style: none;
border-width: 1px;
border-color: #000;
font-family: Inter, sans-serif;
color: #fff;
font-size: 14px;
line-height: 18px;
font-weight: 400;
text-align: center;
text-decoration: none;
-o-object-fit: fill;
object-fit: fill;
}
.div-block-6 {
margin-bottom: 200px;
}
@media screen and (max-width: 991px) {
.styleguide-block {
text-align: center;
}
.container.intro-wrap {
overflow: visible;
margin-top: 0px;
}
.container.intro-wrap.my_experience {
margin-top: 0px;
padding-top: 0px;
}
.heading-jumbo {
margin-bottom: 30px;
font-size: 42px;
line-height: 51px;
}
.paragraph-light {
margin-bottom: 20px;
}
.section.cc-contact {
padding-right: 0px;
padding-left: 0px;
}
.section.full_height {
height: auto;
}
.section.full_height.avatar {
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
.button {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.menu-icon {
display: block;
}
.navigation-item {
padding: 15px 30px;
-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
text-align: center;
}
.navigation-item:hover {
background-color: #f7f8f9;
}
.navigation-item:active {
background-color: #eef0f3;
}
.navigation-items {
border-color: #000;
background-color: #000;
}
.navigation {
padding: 25px 30px;
}
.menu-button {
padding: 0px;
border-style: solid;
border-width: 1px;
border-color: #000;
}
.menu-button.w--open {
background-color: transparent;
}
.navigation-wrap {
margin-right: 0px;
}
.intro-wrap {
margin-top: 63px;
margin-bottom: 0px;
}
.work-experience-grid {
display: -ms-grid;
display: grid;
margin-bottom: 53px;
grid-auto-columns: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-areas: ". ." ". .";
-ms-grid-columns: 1fr 30px 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto 30px auto;
grid-template-rows: auto auto;
}
.work-position-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
align-self: auto;
grid-column-gap: 10px;
}
.carrer-headline-wrap {
width: auto;
}
.contact {
width: auto;
padding: 30px 50px 40px;
}
.contact-headline {
width: 100%;
}
.contact-form-wrap {
width: 100%;
}
.footer-links {
position: static;
overflow: hidden;
margin-right: auto;
margin-left: auto;
clear: none;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.project-overview-grid {
width: 70%;
margin-right: auto;
margin-left: auto;
grid-row-gap: 50px;
grid-template-areas: "." "." ".";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto 50px auto 50px auto;
grid-template-rows: auto auto auto;
text-align: center;
}
.project-description-grid {
width: 80%;
margin-right: auto;
margin-left: auto;
grid-row-gap: 50px;
grid-template-areas: "." ".";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto 50px auto;
grid-template-rows: auto auto;
text-align: center;
}
.email-section {
margin-bottom: 160px;
}
.email-link {
font-size: 36px;
line-height: 54px;
}
.image-2 {
margin-top: 0px;
}
.button-2 {
width: 100%;
margin-right: 30px;
margin-bottom: 20px;
text-align: center;
}
.text-block {
padding-top: 20px;
padding-right: 130px;
}
.image-3 {
margin-right: 15px;
margin-bottom: 15px;
}
.body {
overflow: visible;
background-image: none;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
}
.body.home_bg {
background-image: none;
background-position: 0px 0px;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
}
.grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.text-block-10 {
padding-top: 0px;
}
.nav-link {
display: block;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
text-align: center;
}
.nav-link.w--current {
display: block;
margin-right: 20px;
margin-left: 20px;
text-align: center;
}
.text-block-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
font-size: 10px;
font-style: normal;
text-align: right;
text-decoration: none;
}
.grid-3 {
padding-bottom: 100px;
grid-column-gap: 15px;
-ms-grid-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
}
.heading-3 {
margin-top: 30px;
margin-bottom: -10px;
}
.grid-4 {
display: block;
}
.button-6 {
margin-top: 15px;
margin-right: 10px;
margin-bottom: 15px;
padding-right: 30px;
}
.grid-6 {
display: block;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.image-8 {
text-align: center;
}
.image-27 {
width: 20%;
margin-bottom: -15px;
}
.image-37 {
padding-top: 40px;
padding-bottom: 30px;
}
.return_block {
left: auto;
top: auto;
right: 1%;
bottom: 7%;
}
.arrow_up {
overflow: visible;
background-color: #fff;
}
.menu-button-2 {
background-color: #000;
color: #fff;
}
.menu-button-2:active {
background-color: #000;
}
.menu-button-2.w--open {
background-color: #000;
}
.icon {
font-family: Inter, sans-serif;
}
.nav-menu-2 {
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #000;
font-family: Inter, sans-serif;
}
.div-block-5 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.icon-3 {
color: #fff;
}
.menu-button-4 {
background-color: #000;
color: #000;
}
.menu-button-4.w--open {
background-color: #141414;
}
.nav-menu-4 {
background-color: #141414;
}
.intro-section {
padding: 0px;
}
.text-container {
margin-top: 100px;
padding-right: 30px;
padding-left: 30px;
}
.text-container.left {
margin-top: 240px;
padding-right: 30px;
}
.text-container.left.center {
margin-top: 100px;
margin-bottom: 100px;
}
.text-container.left.closer {
margin-top: 80px;
}
.text-container.right {
margin-top: 100px;
padding-left: 30px;
}
.text-container.right.center {
margin-top: 100px;
margin-bottom: 100px;
}
.line-horizontal {
margin-top: 50px;
}
.line-horizontal.white {
margin-top: 39px;
margin-bottom: 39px;
}
.dark-image {
max-width: 770px;
margin-top: 40px;
margin-bottom: 40px;
}
.description {
width: 30vw;
}
.description.task.case-descr {
margin-top: 10px;
}
.cover-yotaphone-2 {
height: 30em;
margin-top: 79px;
}
.cover-yotaphone {
height: 20em;
}
.float {
top: 456px;
margin-top: -558px;
}
.head-shoulders {
display: block;
}
.section-12 {
padding-top: 75px;
}
.image-38 {
top: 58px;
margin-top: 100px;
padding-right: 15px;
padding-left: 15px;
}
.section-2 {
height: 1700px;
}
.case-div {
width: 310px;
}
.logo {
width: 280px;
}
.return_block-2 {
left: auto;
top: auto;
right: 15px;
bottom: 50px;
}
.arrow_up-2 {
overflow: visible;
background-color: transparent;
}
}
@media screen and (max-width: 767px) {
.heading-jumbo-small {
font-size: 30px;
line-height: 52px;
}
.rich-text {
width: 90%;
max-width: 470px;
text-align: left;
}
.container {
text-align: left;
}
.heading-jumbo {
margin-top: 20px;
margin-bottom: 30px;
font-size: 41px;
line-height: 64px;
}
.section {
margin-right: 15px;
margin-left: 15px;
}
.section.cc-contact {
padding: 15px;
}
.section.full_height.avatar {
margin-bottom: 40px;
}
.paragraph-bigger {
font-size: 16px;
line-height: 28px;
}
.navigation {
padding: 20px 30px;
}
.work-experience-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.work-position-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
grid-auto-columns: 1fr;
grid-column-gap: 10px;
grid-row-gap: 17px;
-ms-grid-columns: 0.25fr 1fr;
grid-template-columns: 0.25fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.text-field.cc-textarea {
text-align: left;
}
.contact {
padding-right: 30px;
padding-left: 30px;
}
.contact-form-grid {
grid-column-gap: 30px;
grid-template-areas: "." "." ".";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto auto auto;
grid-template-rows: auto auto auto;
}
.contact-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.contact-form-wrap {
text-align: left;
}
.footer-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.footer-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.footer-item {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
}
.project-overview-grid {
width: 80%;
max-width: 470px;
margin-top: 90px;
margin-bottom: 95px;
}
.project-description-grid {
width: 70%;
max-width: 470px;
margin-top: 90px;
margin-bottom: 85px;
}
.detail-image {
margin-bottom: 15px;
}
.email-section {
width: 80%;
max-width: 470px;
margin-top: 120px;
margin-bottom: 120px;
}
.email-link {
font-size: 36px;
line-height: 54px;
}
.utility-page-wrap {
padding: 15px;
}
._404-wrap {
padding: 30px;
}
.heading {
text-align: left;
}
.image-2 {
margin-top: 0px;
}
.text-block {
padding-top: 20px;
padding-right: 0px;
}
.image-3 {
margin-right: 10px;
}
.grid {
display: block;
margin-bottom: 0px;
padding-bottom: 0px;
}
.image-4 {
margin-bottom: -10px;
}
.text-block-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -5px auto 0px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.grid-3 {
padding-right: 30px;
}
.grid-4 {
display: block;
}
.button-6 {
margin-top: 0px;
margin-right: 10px;
margin-bottom: 15px;
}
.div-block-5 {
margin-top: 0px;
}
.intro-section {
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
}
.intro-section.grip {
padding-right: 0px;
padding-left: 0px;
}
.text-container {
margin-top: 100px;
margin-bottom: 21px;
padding-right: 35px;
padding-left: 35px;
}
.text-container.left {
margin-bottom: 100px;
padding-left: 30px;
}
.text-container.right {
padding-right: 30px;
padding-left: 30px;
}
.dark-image {
max-width: 100vw;
}
.dark-image.special {
margin-right: auto;
margin-left: auto;
}
.plain-text.white {
font-size: 16px;
line-height: 24px;
letter-spacing: 1.2px;
}
.description {
width: 40vw;
}
.description.task {
width: auto;
}
.description.task.case-descr {
font-size: 13px;
line-height: 18px;
}
.cover-yotaphone-2 {
height: 30em;
}
.cover-yotaphone {
height: 10em;
}
.head-shoulders {
display: block;
}
.section-12 {
padding-top: 100px;
}
.section-2 {
height: 1300px;
}
.case-div {
width: 230px;
}
.logo {
width: 230px;
}
.return_block-2 {
right: 15px;
}
.arrow_up-2 {
background-color: transparent;
}
}
@media screen and (max-width: 479px) {
.rich-text {
width: 100%;
max-width: none;
}
.container {
text-align: left;
}
.container.intro-wrap {
height: auto;
margin-bottom: 0px;
}
.container.intro-wrap.my_experience {
margin-top: 0px;
}
.heading-jumbo {
margin-top: 10px;
margin-bottom: 30px;
font-size: 24px;
line-height: 36px;
}
.paragraph-tiny.cc-paragraph-tiny-light {
text-align: left;
}
.paragraph-light {
margin-bottom: 19px;
font-size: 14px;
line-height: 24px;
}
.paragraph-light.cc-position-name {
font-size: 14px;
line-height: 20px;
}
.section.full_height {
height: auto;
}
.navigation {
padding-right: 20px;
padding-left: 20px;
}
.menu-button {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.menu-button.w--open {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.intro-wrap {
height: auto;
margin-top: 30px;
margin-bottom: 60px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.intro-wrap.about_home {
margin-bottom: 30px;
}
.intro-wrap.about_home.endless_project_details {
padding-right: 10px;
padding-left: 10px;
}
.work-experience-grid {
margin-bottom: 14px;
padding-top: 0px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.carrer-headline-wrap {
padding-right: 5px;
padding-left: 5px;
}
.contact {
padding-right: 15px;
padding-left: 15px;
}
.contact-form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.contact-form-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.footer-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.footer-item:hover {
color: #555;
}
.project-overview-grid {
width: 100%;
max-width: none;
}
.project-description-grid {
width: 100%;
max-width: none;
}
.email-section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.email-link {
font-size: 30px;
line-height: 46px;
}
.heading {
margin-bottom: 10px;
font-size: 24px;
line-height: 28px;
text-align: left;
}
.image-2 {
margin-top: -9px;
margin-right: 9px;
}
.button-2 {
margin-top: -10px;
font-size: 16px;
}
.text-block {
padding-top: 20px;
padding-bottom: 15px;
}
.image-3 {
margin-right: 16px;
}
.body {
overflow: visible;
}
.grid {
display: block;
grid-auto-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.image-4 {
margin-bottom: -11px;
}
.text-block-10 {
overflow: visible;
height: 0px;
margin-top: 0px;
margin-bottom: 80px;
padding-bottom: 0px;
opacity: 1;
font-size: 12px;
line-height: 18px;
}
.text-block-11 {
display: block;
overflow: visible;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
.heading-2 {
font-size: 24px;
line-height: 30px;
}
.grid-3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-right: 0px;
padding-bottom: 20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-auto-columns: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.heading-3 {
margin-top: 0px;
}
.grid-4 {
padding-top: 0px;
}
.button-6 {
width: 100%;
margin-top: 5px;
margin-bottom: 15px;
padding-top: 15px;
text-align: center;
}
.grid-7 {
display: block;
}
.image-13 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.image-14 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-15 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-16 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-17 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-18 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-19 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-20 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-21 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-22 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-23 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-24 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-25 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-26 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-27 {
width: 40%;
margin-bottom: -18px;
}
.grid-8 {
display: block;
}
.button_endless {
margin-top: 0px;
margin-bottom: 0px;
}
.button_endless.button_extra {
margin-top: 17px;
margin-bottom: 67px;
}
.grid-10 {
display: block;
}
.div-block-2 {
display: block;
margin-top: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.arrow_up {
color: #fff;
}
.div-block-5 {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
overflow: visible;
padding-top: 0px;
}
.intro-section {
padding-top: 90px;
padding-right: 15px;
padding-left: 15px;
}
.text-container {
margin-top: 100px;
margin-bottom: 40px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.left {
margin-top: 100px;
margin-bottom: 30px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.left.center {
margin-top: 75px;
margin-bottom: 75px;
}
.text-container.left.closer {
margin-top: 75px;
margin-bottom: 60px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.right {
margin-top: 130px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.right.center {
margin-top: 75px;
margin-bottom: 75px;
}
.line-horizontal {
margin-top: 50px;
}
.project-header {
font-size: 32px;
line-height: 36px;
font-weight: 300;
}
.project-header.white {
font-size: 32px;
}
.project-header.subheader {
font-size: 24px;
line-height: 28px;
}
.dark-image {
max-width: 100vw;
}
.dark-image.special {
max-width: 120vw;
margin-right: auto;
margin-left: auto;
}
.plain-text {
color: #000;
font-size: 14px;
line-height: 21px;
}
.plain-text.white {
font-size: 14px;
line-height: 21px;
}
.white-plain-text {
margin-top: 45px;
margin-bottom: 45px;
font-size: 14px;
line-height: 21px;
}
.white-plain-text.padded {
margin-top: 22px;
margin-bottom: 50px;
font-size: 14px;
line-height: 21px;
}
.description {
width: auto;
font-family: Ubuntu, Helvetica, sans-serif;
color: #3b3b3b;
font-size: 13px;
line-height: 18px;
font-weight: 300;
letter-spacing: 0px;
}
.description.task {
width: auto;
color: #444;
font-size: 13px;
line-height: 18px;
font-weight: 300;
}
.description.task.white {
color: #b8b8b8;
}
.description.task.case-descr {
margin-top: 0px;
}
.description.white {
color: #e4e4e4;
}
.cover-yotaphone-2 {
height: 10em;
margin-top: 60px;
}
.cover-yotaphone {
height: 8.3em;
margin-top: 100px;
background-size: cover;
}
.column {
padding-right: 0px;
padding-left: 0px;
}
.float {
top: 228px;
margin-top: -246px;
margin-bottom: 0px;
}
.head-shoulders {
display: block;
margin-bottom: 20px;
}
.section-12 {
padding-top: 80px;
padding-bottom: 80px;
}
.image-38 {
width: 1800px;
max-width: 180%;
margin-top: 0px;
margin-left: -57px;
padding-right: 0px;
padding-left: 0px;
}
.section-2 {
height: 1540px;
}
.logos {
margin-bottom: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.case-div {
width: 260px;
margin-right: 0px;
margin-bottom: 40px;
}
.logo {
margin-bottom: 10px;
}
.return_block-2 {
right: 15px;
}
.arrow_up-2 {
color: #fff;
}
.text_top {
font-family: Inter, sans-serif;
font-weight: 400;
}
}
#w-node-f2c6de040bbf-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 3;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bc9-8fe063e2 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 2;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-ee63d52fd22b-8fe063e2 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-88a206fa61ae-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-3222c5e3e862-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7182926579e9-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-741be6f0d817-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-7615f6c21838-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7615f6c2183a-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-2c58c220c89c-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-2c58c220c89e-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-4a60d7cc82c2-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-4a60d7cc82c4-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-a77b6b54e8f0-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-a77b6b54e8f2-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-78a8c93e866c-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-78a8c93e866e-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-f262f77ea194-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f027-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f028-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f029-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02a-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02b-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02c-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02d-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f02e-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f02f-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f030-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f031-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f032-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f033-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f034-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f035-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f036-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f037-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f038-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f039-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f03a-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f03b-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f03c-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f03d-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f03e-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f03f-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f040-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f041-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f042-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-edaf7cc238dc-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 5;
grid-row-start: 5;
-ms-grid-row-span: 1;
grid-row-end: 6;
}
#profile.w-node-a6bf2cba68d8-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 5;
grid-row-start: 5;
-ms-grid-row-span: 1;
grid-row-end: 6;
}
#w-node-7e9d28e88e8b-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-06b7f35739cf-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-2d11f1eb8682-e2e063e8 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-32ceb5754919-e2e063e8 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-738e1762f158-e2e063e8 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-285066de09d2-fde063eb {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-3ca2699fe67d-fde063eb {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-b66b209c6528-fde063eb {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-2f9fffa27b74-fde063eb {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-30594f963542-fde063eb {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-4a9f964a9fc2-fde063eb {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-a68ffa9b777c-fde063eb {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-528817847b86-fde063eb {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-26f42de4cbd3-fde063eb {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-3f18a7e87c05-fde063eb {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-6ae46ebfb72d-fde063eb {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-2951c6bfd1f1-fde063eb {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-8cbb1f6a6094-fde063eb {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-e975b78cee49-fde063eb {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-561e8ffe8756-fde063eb {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-854aea578ff2-fde063eb {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bbf-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 3;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bc9-40e063e0 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 2;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-ee63d52fd223-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-ee63d52fd22b-40e063e0 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bbf-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 3;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bc9-cbe063e3 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 2;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-ee63d52fd22b-cbe063e3 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-e6c78f8a716d-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fc9-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fcc-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd6-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-a7f772ee190d-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-a7f772ee1910-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-a7f772ee1910-dbe063e7:hover {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-a7f772ee1912-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-6d12516c1ec0-dbe063e7 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec1-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec2-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec3-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec5-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-55fe2091d86c-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
#w-node-55fe2091d86d-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-55fe2091d86e-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-55fe2091d86f-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-55fe2091d871-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-cf8c7beae4a4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
#w-node-cf8c7beae4a6-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-cf8c7beae4a7-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-cf8c7beae4a9-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-c710d0c499e3-dbe063e7 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
#w-node-c710d0c499e4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-c710d0c499e5-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-c710d0c499e6-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-c710d0c499e8-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-7615f6c21838-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7615f6c2183a-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-3222c5e3e862-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7182926579e9-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-741be6f0d817-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-50fac55af589-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-50fac55af58b-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-2c58c220c89c-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-2c58c220c89e-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-4a60d7cc82c2-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-4a60d7cc82c4-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-a77b6b54e8f0-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-a77b6b54e8f2-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-78a8c93e866c-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-78a8c93e866e-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
@media screen and (max-width: 991px) {
#w-node-f2c6de040bbf-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-8fe063e2 {
-ms-grid-column-span: 2;
grid-column-end: 2;
}
#w-node-f2c6de040bc9-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#w-node-ee63d52fd22b-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bbf-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-40e063e0 {
-ms-grid-column-span: 2;
grid-column-end: 2;
}
#w-node-f2c6de040bc9-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#w-node-ee63d52fd22b-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bbf-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-cbe063e3 {
-ms-grid-column-span: 2;
grid-column-end: 2;
}
#w-node-f2c6de040bc9-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#w-node-ee63d52fd22b-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-e6c78f8a716d-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fc9-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd6-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-55fe2091d86c-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-cf8c7beae4a4-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
}
@media screen and (max-width: 767px) {
#w-node-a7f772ee1912-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
}
@media screen and (max-width: 479px) {
#w-node-f262f77ea194-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec5-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
}
@font-face {
font-family: '21016';
src: url('../fonts/GothamRoundedBold_21016.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../fonts/Inter-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../fonts/Inter-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../fonts/Inter-Light-BETA.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-LightItalic.otf') format('opentype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-Light.otf') format('opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-MediumItalic.otf') format('opentype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Monumentextended';
src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Monumentextended';
src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'ArchivG';
src: url('../fonts/ArchivGroteskRegular.otf') format('opentype');
font-weight: 400;
font-style: normal;
} | css/janjaneczek.css | .w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
font-family: Montserrat, sans-serif;
color: #1a1b1f;
font-size: 16px;
line-height: 28px;
font-weight: 400;
}
h1 {
margin-top: 20px;
margin-bottom: 15px;
font-size: 44px;
line-height: 62px;
font-weight: 400;
}
h2 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 36px;
line-height: 50px;
font-weight: 400;
}
h3 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 30px;
line-height: 46px;
font-weight: 400;
}
h4 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
line-height: 38px;
font-weight: 400;
}
h5 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
line-height: 34px;
font-weight: 500;
}
h6 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
line-height: 28px;
font-weight: 500;
}
p {
margin-bottom: 10px;
}
a {
display: block;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
color: #1a1b1f;
text-decoration: underline;
}
a:hover {
color: #32343a;
}
a:active {
color: #43464d;
}
ul {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 40px;
list-style-type: disc;
}
li {
margin-bottom: 10px;
}
img {
display: block;
}
label {
margin-bottom: 10px;
font-size: 12px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
blockquote {
margin-top: 25px;
margin-bottom: 25px;
padding: 15px 30px;
border-left: 5px solid #e2e2e2;
font-size: 20px;
line-height: 34px;
}
figure {
margin-top: 25px;
padding-bottom: 20px;
}
figcaption {
margin-top: 5px;
opacity: 0.6;
font-size: 14px;
line-height: 26px;
text-align: center;
}
.heading-jumbo-small {
margin-top: 10px;
margin-bottom: 15px;
font-size: 36px;
line-height: 50px;
font-weight: 400;
text-transform: none;
}
.styleguide-block {
display: block;
margin-top: 80px;
margin-bottom: 80px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: left;
}
.heading-jumbo-tiny {
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px;
line-height: 32px;
font-weight: 500;
text-transform: uppercase;
}
.rich-text {
width: 70%;
margin-right: auto;
margin-bottom: 100px;
margin-left: auto;
}
.rich-text p {
margin-top: 15px;
margin-bottom: 25px;
opacity: 0.6;
}
.container {
position: relative;
overflow: visible;
width: 100%;
height: auto;
max-width: 1140px;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
font-family: Gothamrounded, sans-serif;
color: #7e7e7e;
line-height: 24px;
font-weight: 300;
}
.container.intro-wrap {
height: auto;
margin-top: 0px;
}
.container.intro-wrap.my_experience {
padding-top: 100px;
}
.styleguide-content-wrap {
text-align: center;
}
.paragraph-small {
font-size: 14px;
line-height: 26px;
}
.styleguide-header-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 460px;
padding: 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #1a1b1f;
color: #fff;
text-align: center;
}
.styleguide-button-wrap {
margin-top: 10px;
margin-bottom: 10px;
}
.heading-jumbo {
margin-top: 40px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 44px;
line-height: 61px;
font-weight: 400;
text-align: left;
text-transform: none;
text-shadow: none;
}
.heading-jumbo.good_read {
margin-top: 20px;
}
.paragraph-tiny {
font-size: 12px;
line-height: 20px;
}
.paragraph-tiny.cc-paragraph-tiny-light {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
opacity: 0.7;
font-family: Gothamrounded, sans-serif;
font-weight: 300;
}
.label {
margin-bottom: 10px;
font-size: 12px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
.label.cc-styleguide-label {
margin-bottom: 25px;
}
.paragraph-light {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px;
opacity: 1;
font-family: Inter, sans-serif;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
text-align: left;
}
.paragraph-light.cc-position-name {
position: static;
display: block;
width: 80%;
margin-bottom: 5px;
background-color: transparent;
opacity: 1;
color: #fff;
font-size: 14px;
line-height: 20px;
font-weight: 500;
text-align: left;
}
.section {
height: auto;
margin-right: 30px;
margin-left: 30px;
font-family: Inter, sans-serif;
}
.section.cc-contact {
padding-right: 80px;
padding-left: 80px;
background-color: #f4f4f4;
}
.section.other_pages {
height: auto;
}
.section.full_height {
height: 60vh;
margin-top: 0px;
margin-bottom: 123px;
padding-bottom: 0px;
text-align: left;
}
.section.full_height.avatar {
position: static;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
overflow: auto;
height: auto;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
background-color: transparent;
}
.section.full_height.avatar.project1 {
padding-top: 0px;
}
.button {
padding: 12px 25px;
border-radius: 0px;
background-color: #1a1b1f;
-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
color: #fff;
font-size: 12px;
line-height: 20px;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
}
.button:hover {
background-color: #32343a;
color: #fff;
}
.button:active {
background-color: #43464d;
}
.button.cc-jumbo-button {
padding: 16px 35px;
font-size: 14px;
line-height: 26px;
}
.button.cc-white-button {
padding: 16px 35px;
background-color: #fff;
color: #202020;
font-size: 14px;
line-height: 26px;
}
.button.cc-white-button:hover {
background-color: hsla(0, 0%, 100%, 0.8);
}
.button.cc-white-button:active {
background-color: hsla(0, 0%, 100%, 0.9);
}
.paragraph-bigger {
margin-bottom: 10px;
opacity: 1;
font-size: 20px;
line-height: 34px;
font-weight: 400;
}
.paragraph-bigger.cc-bigger-light {
opacity: 0.6;
}
.divider {
height: 1px;
background-color: #eee;
}
.navigation-item {
padding-top: 9px;
padding-bottom: 9px;
opacity: 0.6;
font-family: 'Varela Round', sans-serif;
font-size: 12px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: capitalize;
}
.navigation-item:hover {
opacity: 0.9;
}
.navigation-item:active {
opacity: 0.8;
}
.navigation-item.w--current {
opacity: 1;
font-family: Gothamrounded, sans-serif;
color: #1a1b1f;
font-weight: 600;
text-transform: capitalize;
}
.navigation-item.w--current:hover {
border-color: #000;
opacity: 1;
color: #32343a;
}
.navigation-item.w--current:active {
opacity: 0.7;
color: #32343a;
}
.navigation-item.main_nav {
border-style: solid;
border-width: 1px;
border-color: #000;
font-family: Inter, sans-serif;
color: #fff;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
}
.navigation-item.main_nav:hover {
color: #ffe600;
}
.navigation-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
border-style: solid;
border-width: 1px;
border-color: #000;
}
.navigation {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: auto;
display: block;
margin-bottom: 0px;
padding: 30px 50px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
font-family: Inter, sans-serif;
}
.navigation-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.intro-wrap {
height: auto;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
background-color: transparent;
opacity: 1;
}
.intro-wrap.about_home {
display: block;
margin-top: 0px;
margin-bottom: 100px;
padding-top: 0px;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.name-text {
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 20px;
line-height: 34px;
font-weight: 400;
text-align: left;
}
.grab {
margin-bottom: 0px;
font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
color: #319960;
font-size: 20px;
line-height: 34px;
font-weight: 700;
text-transform: none;
}
.work-experience-grid {
margin-bottom: 139px;
padding-top: 28px;
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-areas: ".";
-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto 30px auto;
grid-template-rows: auto auto;
}
.work-position-wrap {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
justify-items: start;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
-webkit-align-content: start;
-ms-flex-line-pack: start;
align-content: start;
align-self: start;
grid-auto-columns: 1fr;
grid-column-gap: 5px;
grid-row-gap: 0px;
grid-template-areas: ".";
-ms-grid-columns: 0.25fr 5px 1fr;
grid-template-columns: 0.25fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.carrer-headline-wrap {
width: 60%;
margin-bottom: 50px;
}
.text-field {
margin-bottom: 18px;
padding: 21px 20px;
border: 1px solid #e4e4e4;
border-radius: 0px;
-webkit-transition: border-color 400ms ease;
transition: border-color 400ms ease;
font-size: 14px;
line-height: 26px;
}
.text-field:hover {
border-color: #e3e6eb;
}
.text-field:active {
border-color: #43464d;
}
.text-field:focus {
border-color: #43464d;
}
.text-field::-webkit-input-placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field:-ms-input-placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field::-ms-input-placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field::placeholder {
color: rgba(50, 52, 58, 0.4);
}
.text-field.cc-textarea {
height: 200px;
padding-top: 12px;
}
.status-message {
padding: 9px 30px;
background-color: #202020;
color: #fff;
font-size: 14px;
line-height: 26px;
text-align: center;
}
.status-message.cc-success-message {
background-color: #12b878;
}
.status-message.cc-error-message {
background-color: #db4b68;
}
.contact {
padding-top: 80px;
padding-bottom: 90px;
}
.contact-headline {
width: 70%;
margin-bottom: 40px;
}
.contact-form-grid {
grid-column-gap: 30px;
grid-row-gap: 10px;
}
.contact-form-wrap {
width: 70%;
}
.footer-wrap {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 40px 50px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
background-color: transparent;
color: #fff;
}
.footer-links {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: auto;
margin-right: 0px;
margin-bottom: 70px;
padding-top: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
color: #fff;
text-align: left;
}
.footer-item {
margin-right: 40px;
margin-left: 20px;
opacity: 0.6;
font-family: Inter, sans-serif;
color: #fff;
font-size: 10px;
line-height: 20px;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
}
.footer-item:hover {
opacity: 0.9;
color: #555;
}
.footer-item:active {
opacity: 0.8;
color: #555;
}
.project-overview-grid {
margin-top: 120px;
margin-bottom: 135px;
grid-column-gap: 50px;
grid-row-gap: 100px;
grid-template-areas: ". . . ." ". . . .";
-ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
-ms-grid-rows: auto 100px auto;
grid-template-rows: auto auto;
}
.detail-header-image {
width: 100%;
}
.project-description-grid {
margin-top: 120px;
margin-bottom: 120px;
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-areas: ". .";
-ms-grid-columns: 1fr 30px 2.5fr;
grid-template-columns: 1fr 2.5fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.detail-image {
width: 100%;
margin-bottom: 30px;
}
.email-section {
width: 70%;
margin: 140px auto 200px;
text-align: center;
}
.email-link {
margin-top: 15px;
margin-bottom: 15px;
font-size: 64px;
line-height: 88px;
font-weight: 400;
text-decoration: none;
text-transform: none;
}
.email-link:hover {
opacity: 0.8;
}
.email-link:active {
opacity: 0.7;
}
.utility-page-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100vw;
height: 100vh;
max-height: 100%;
max-width: 100%;
padding: 30px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-align: center;
}
._404-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
padding: 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #1a1b1f;
}
._404-content-wrap {
margin-bottom: 20px;
}
.protected-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 90px;
padding-bottom: 100px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.protected-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.protected-heading {
margin-bottom: 30px;
}
.heading {
margin-top: 0px;
margin-bottom: 30px;
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 50px;
line-height: 52px;
font-weight: 400;
}
.image-2 {
margin-top: 70px;
margin-bottom: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
border-radius: 100px;
background-color: #000;
text-align: left;
cursor: default;
}
.button-2 {
width: auto;
height: auto;
margin: 37px auto 0px;
padding: 25px 60px;
border-style: solid;
border-width: 2px;
border-color: #fff;
border-radius: 6px;
background-color: transparent;
font-family: Inter, sans-serif;
color: #fff;
font-size: 18px;
font-weight: 900;
}
.button-2:hover {
background-color: #ffe600;
opacity: 0.53;
color: #fff;
}
.text-block {
margin-bottom: 0px;
padding-top: 20px;
font-family: Inter, sans-serif;
color: #a3a3a3;
font-size: 18px;
line-height: 24px;
font-weight: 300;
}
.text-block-2 {
margin-bottom: 40px;
padding-top: 20px;
font-family: Inter, sans-serif;
color: #a3a3a3;
font-size: 18px;
font-weight: 300;
}
.image-3 {
margin-right: 15px;
border-style: none;
border-width: 1px;
border-color: #e7b7b7;
border-radius: 5px;
}
.text-block-5 {
display: -ms-grid;
display: grid;
height: auto;
margin-bottom: 0px;
justify-items: start;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.body {
display: block;
overflow: visible;
height: 100%;
padding-bottom: 0px;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
background-color: #000;
cursor: default;
}
.body.home_bg {
background-image: url('../images/bg.png');
background-position: 50% 160%;
background-size: 100%;
background-repeat: no-repeat;
background-attachment: scroll;
}
.grid {
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.image-4 {
position: static;
width: 1000%;
background-color: transparent;
}
.link-block {
position: relative;
width: 100%;
height: 100%;
background-color: transparent;
}
.link-block-2 {
position: relative;
width: 100%;
height: 100%;
background-color: transparent;
}
.link-block-3 {
position: relative;
width: 100%;
height: 100%;
}
.text-block-10 {
margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-family: Inter, sans-serif;
font-size: 14px;
line-height: 22px;
font-weight: 400;
}
.nav-link {
display: inline-block;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
font-family: Inter, sans-serif;
color: #fff;
font-weight: 400;
}
.nav-link:hover {
font-weight: 400;
}
.nav-link:active {
font-weight: 400;
}
.nav-link.w--current {
position: static;
bottom: 0px;
display: inline-block;
overflow: visible;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
float: none;
clear: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
color: #555;
font-weight: 400;
text-align: left;
}
.nav-link.w--current:hover {
font-weight: 400;
}
.nav-link.w--current:active {
font-weight: 400;
}
.text-block-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0px auto auto;
padding-top: 0px;
padding-right: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
font-family: Gothamrounded, sans-serif;
color: #727272;
font-size: 10px;
font-weight: 500;
text-align: right;
text-transform: uppercase;
}
.heading-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-family: Monumentextended, sans-serif;
color: #fff;
font-size: 38px;
line-height: 46px;
font-weight: 400;
}
.grid-3 {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-areas: "Area";
-ms-grid-columns: 1fr 20px 4.25fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
grid-template-columns: 1fr 4.25fr 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
grid-template-rows: auto auto auto auto auto;
}
.text-block-12 {
margin-bottom: -23px;
font-family: Inter, sans-serif;
color: #cfcfcf;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
}
.heading-3 {
margin-top: 60px;
margin-bottom: -10px;
font-family: Monumentextended, sans-serif;
}
.grid-4 {
display: -ms-grid;
display: grid;
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
justify-items: start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
grid-auto-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 16px;
grid-template-areas: "Area";
-ms-grid-columns: 4fr 0px 2fr 0px 2fr;
grid-template-columns: 4fr 2fr 2fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.button-6 {
width: auto;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 15px 25px 15px 30px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
border: 1px none #fff;
border-radius: 40px;
background-color: #fff;
opacity: 1;
font-family: Inter, sans-serif;
color: #fff;
font-size: 15px;
line-height: 25px;
font-style: normal;
font-weight: 900;
}
.button-6:hover {
border-color: #ffe600;
opacity: 1;
color: #ffe600;
}
.grid-6 {
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
justify-items: start;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.image-8 {
width: 70%;
}
.image-12 {
width: 100%;
height: auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
border: 1px none #000;
color: transparent;
}
.grid-7 {
grid-row-gap: 0px;
grid-template-areas: ".";
-ms-grid-columns: 2.75fr 1fr;
grid-template-columns: 2.75fr 1fr;
-ms-grid-rows: auto 0px auto;
grid-template-rows: auto auto;
}
.link-block-4 {
border: 1px none #000;
}
.image-27 {
width: 12%;
margin-top: 25px;
margin-bottom: -10px;
}
.grid-8 {
grid-template-areas: ".";
-ms-grid-columns: 3fr 1fr 1fr;
grid-template-columns: 3fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.button_endless {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
border-style: solid;
border-width: 1px;
border-color: #ff3527;
border-radius: 5px;
background-color: #fff;
color: #ff3527;
font-weight: 500;
}
.text-block-14 {
margin-top: 112px;
padding-bottom: 22px;
color: #000;
font-size: 40px;
line-height: 40px;
font-weight: 700;
}
.text-block-15 {
padding-bottom: 30px;
color: #3a3a3a;
font-size: 22px;
}
.grid-10 {
grid-column-gap: 50px;
grid-template-areas: ".";
-ms-grid-columns: 0.5fr 50px 1fr;
grid-template-columns: 0.5fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.list {
color: #414141;
}
.list-item {
font-size: 16px;
}
.list-item-2 {
font-size: 16px;
}
.list-item-3 {
font-size: 16px;
}
.text-block-16 {
width: auto;
margin-bottom: 43px;
color: #414141;
font-size: 18px;
font-weight: 300;
}
.section_full {
background-color: #f9f9f9;
}
.div-block {
text-align: center;
}
.div-block-2 {
margin-top: 0px;
}
.div-block-3 {
position: fixed;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
overflow: visible;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
padding-bottom: 20px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
background-color: #000;
font-family: Inter, sans-serif;
}
.image-37 {
position: static;
display: block;
overflow: visible;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
padding-top: 40px;
float: none;
text-align: left;
}
.return_block {
position: fixed;
left: auto;
top: auto;
right: 25px;
bottom: 50px;
z-index: 999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
width: 55px;
height: 55px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: hsla(0, 0%, 100%, 0);
border-radius: 40px;
background-color: #fff;
opacity: 1;
color: transparent;
}
.arrow_up {
border-style: solid;
border-width: 1px;
border-color: transparent;
background-color: #000;
-webkit-filter: invert(100%);
filter: invert(100%);
}
.navbar-4 {
position: static;
background-color: #000;
color: #fff;
}
.container-4 {
color: #fff;
}
.div-block-5 {
position: static;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.navbar-6 {
background-color: #000;
}
.linkos {
display: inline-block;
opacity: 1;
font-family: Inter, sans-serif;
color: #555;
font-weight: 400;
text-decoration: none;
}
.linkos:active {
color: #fff;
}
.linkos.w--current {
color: #fff;
font-weight: 400;
text-decoration: none;
}
.linkos.under {
color: #fff;
}
.linkos.under:hover {
color: #555;
}
.gres {
position: fixed;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 9999;
width: 100%;
height: 5px;
float: none;
clear: none;
background-color: #ffe600;
color: #ffe600;
}
.progbar {
position: fixed;
left: 0%;
top: 0%;
right: auto;
bottom: auto;
z-index: 9999;
width: 100%;
height: 5px;
border-radius: 0px;
background-color: #00ffb7;
}
.intro-section {
padding-top: 200px;
padding-bottom: 200px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.text-container {
margin-top: 240px;
margin-bottom: 100px;
}
.text-container.left {
padding-right: 320px;
}
.text-container.left.center {
margin-top: 150px;
margin-bottom: 150px;
}
.text-container.left.closer {
margin-top: 151px;
margin-bottom: 20px;
}
.text-container.right {
padding-left: 320px;
}
.text-container.right.center {
margin-top: 150px;
margin-bottom: 150px;
}
.text-container.footer {
margin-top: 30px;
margin-bottom: 0px;
padding-bottom: 30px;
}
.line-horizontal {
height: 1px;
margin-top: 75px;
margin-bottom: 40px;
background-color: #d6d6d6;
}
.line-horizontal.white {
background-color: #3b3b3b;
}
.project-header {
margin-top: 0px;
color: #3b3b3b;
font-size: 36px;
line-height: 42px;
font-weight: 300;
text-align: left;
letter-spacing: 1px;
}
.project-header.white {
color: #fff;
letter-spacing: 1px;
}
.dark-image {
display: block;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
}
.plain-text {
color: #585858;
font-size: 18px;
line-height: 30px;
font-weight: 300;
text-align: left;
letter-spacing: 1px;
}
.plain-text.white {
margin-right: auto;
margin-left: auto;
color: #c7c7c7;
line-height: 28px;
}
.white-plain-text {
color: #f5f5f5;
font-size: 18px;
line-height: 30px;
font-weight: 300;
letter-spacing: 1px;
}
.white-plain-text.padded {
margin-top: 40px;
color: #d4d4d4;
}
.description {
margin-top: 10px;
font-family: Ubuntu, Helvetica, sans-serif;
font-size: 14px;
line-height: 21px;
font-weight: 300;
text-align: left;
}
.description.task {
width: 600px;
font-family: Ubuntu, Helvetica, sans-serif;
color: #444;
font-size: 14px;
line-height: 21px;
font-weight: 300;
letter-spacing: 0px;
text-decoration: none;
}
.description.task.white {
width: auto;
color: #bebebe;
}
.description.task.case-descr {
margin-top: 10px;
}
.description.task.case-descr.white {
color: silver;
}
.description.white {
width: auto;
color: #fff;
}
.cover-yotaphone-2 {
height: 40em;
background-image: url('../images/triangle-filler.png');
background-position: 0% 0%;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
}
.cover-yotaphone {
display: none;
height: 25.2em;
margin-top: 177px;
margin-right: auto;
margin-left: auto;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
background-image: url('../images/yotaphone-pattern-03.svg');
background-position: 0% 0%;
background-size: cover;
background-repeat: repeat;
background-attachment: scroll;
}
.float {
position: relative;
top: 400px;
margin-top: -450px;
}
.head-shoulders {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.section-12 {
padding-top: 200px;
padding-bottom: 200px;
background-color: #fff;
}
.image-38 {
position: static;
top: -144px;
display: block;
width: 1810px;
margin-top: -76px;
margin-right: auto;
margin-left: auto;
}
.section-2 {
overflow: hidden;
height: 3500px;
padding-top: 200px;
padding-bottom: 200px;
}
.link-block-5 {
color: #313131;
text-decoration: none;
}
.logos {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 50px;
margin-bottom: 50px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.footer-section {
padding-top: 300px;
}
.footer-section.yotaphone {
position: relative;
top: -600px;
z-index: 50;
height: 0px;
padding-top: 0px;
}
.whitelink {
color: #fff;
}
.whitelink:hover {
color: red;
}
.whitelink:active {
color: #ce0000;
}
.case-div {
width: 440px;
text-align: left;
}
.logo {
width: 430px;
}
.body-2 {
background-color: #000;
}
.body-3 {
background-color: #000;
}
.text-block-17 {
font-family: Inter, sans-serif;
color: #a3a3a3;
}
.bold-text {
display: inline;
background-color: hsla(0, 0%, 100%, 0);
color: #000;
font-weight: 400;
text-align: center;
text-decoration: none;
}
.bold-text:hover {
color: #000;
}
.bold-text-2 {
color: #000;
font-weight: 400;
}
.bold-text-2:hover {
color: #a5a5a5;
}
.bold-text-3 {
color: #000;
font-weight: 400;
}
.bold-text-3:hover {
color: #a5a5a5;
}
.bold-text-4 {
color: #000;
font-weight: 400;
}
.bold-text-4:hover {
color: #a5a5a5;
}
.bold-text-5 {
color: #000;
font-weight: 400;
}
.bold-text-5:hover {
color: #a5a5a5;
}
.bold-text-6 {
color: #000;
font-weight: 400;
}
.bold-text-6:hover {
color: #a5a5a5;
}
.bold-text-7 {
color: #000;
font-weight: 400;
}
.bold-text-7:hover {
color: #a5a5a5;
}
.bold-text-8 {
color: #000;
font-weight: 400;
}
.bold-text-8:hover {
color: #a5a5a5;
}
.return_block-2 {
position: fixed;
left: auto;
top: auto;
right: 20px;
bottom: 110px;
z-index: 999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
width: 44px;
height: 44px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid;
border-width: 2px;
border-color: #fff;
border-radius: 40px;
background-color: transparent;
opacity: 1;
}
.arrow_up-2 {
width: 40px;
height: 40px;
border: 1px none transparent;
background-color: hsla(0, 0%, 100%, 0);
opacity: 1;
}
.text_top {
position: absolute;
left: 0%;
top: 40px;
right: 0%;
bottom: 0%;
display: block;
overflow: visible;
margin-bottom: 0px;
padding-bottom: 0px;
border-style: none;
border-width: 1px;
border-color: #000;
font-family: Inter, sans-serif;
color: #fff;
font-size: 14px;
line-height: 18px;
font-weight: 400;
text-align: center;
text-decoration: none;
-o-object-fit: fill;
object-fit: fill;
}
.div-block-6 {
margin-bottom: 200px;
}
@media screen and (max-width: 991px) {
.styleguide-block {
text-align: center;
}
.container.intro-wrap {
overflow: visible;
margin-top: 0px;
}
.container.intro-wrap.my_experience {
margin-top: 0px;
padding-top: 0px;
}
.heading-jumbo {
margin-bottom: 30px;
font-size: 42px;
line-height: 51px;
}
.paragraph-light {
margin-bottom: 20px;
}
.section.cc-contact {
padding-right: 0px;
padding-left: 0px;
}
.section.full_height {
height: auto;
}
.section.full_height.avatar {
margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
.button {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.menu-icon {
display: block;
}
.navigation-item {
padding: 15px 30px;
-webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
text-align: center;
}
.navigation-item:hover {
background-color: #f7f8f9;
}
.navigation-item:active {
background-color: #eef0f3;
}
.navigation-items {
border-color: #000;
background-color: #000;
}
.navigation {
padding: 25px 30px;
}
.menu-button {
padding: 0px;
border-style: solid;
border-width: 1px;
border-color: #000;
}
.menu-button.w--open {
background-color: transparent;
}
.navigation-wrap {
margin-right: 0px;
}
.intro-wrap {
margin-top: 63px;
margin-bottom: 0px;
}
.work-experience-grid {
display: -ms-grid;
display: grid;
margin-bottom: 53px;
grid-auto-columns: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
grid-template-areas: ". ." ". .";
-ms-grid-columns: 1fr 30px 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto 30px auto;
grid-template-rows: auto auto;
}
.work-position-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
align-self: auto;
grid-column-gap: 10px;
}
.carrer-headline-wrap {
width: auto;
}
.contact {
width: auto;
padding: 30px 50px 40px;
}
.contact-headline {
width: 100%;
}
.contact-form-wrap {
width: 100%;
}
.footer-links {
position: static;
overflow: hidden;
margin-right: auto;
margin-left: auto;
clear: none;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.project-overview-grid {
width: 70%;
margin-right: auto;
margin-left: auto;
grid-row-gap: 50px;
grid-template-areas: "." "." ".";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto 50px auto 50px auto;
grid-template-rows: auto auto auto;
text-align: center;
}
.project-description-grid {
width: 80%;
margin-right: auto;
margin-left: auto;
grid-row-gap: 50px;
grid-template-areas: "." ".";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto 50px auto;
grid-template-rows: auto auto;
text-align: center;
}
.email-section {
margin-bottom: 160px;
}
.email-link {
font-size: 36px;
line-height: 54px;
}
.image-2 {
margin-top: 0px;
}
.button-2 {
width: 100%;
margin-right: 30px;
margin-bottom: 20px;
text-align: center;
}
.text-block {
padding-top: 20px;
padding-right: 130px;
}
.image-3 {
margin-right: 15px;
margin-bottom: 15px;
}
.body {
overflow: visible;
background-image: none;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
}
.body.home_bg {
background-image: none;
background-position: 0px 0px;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
}
.grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.text-block-10 {
padding-top: 0px;
}
.nav-link {
display: block;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
text-align: center;
}
.nav-link.w--current {
display: block;
margin-right: 20px;
margin-left: 20px;
text-align: center;
}
.text-block-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
font-size: 10px;
font-style: normal;
text-align: right;
text-decoration: none;
}
.grid-3 {
padding-bottom: 100px;
grid-column-gap: 15px;
-ms-grid-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
}
.heading-3 {
margin-top: 30px;
margin-bottom: -10px;
}
.grid-4 {
display: block;
}
.button-6 {
margin-top: 15px;
margin-right: 10px;
margin-bottom: 15px;
padding-right: 30px;
}
.grid-6 {
display: block;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.image-8 {
text-align: center;
}
.image-27 {
width: 20%;
margin-bottom: -15px;
}
.image-37 {
padding-top: 40px;
padding-bottom: 30px;
}
.return_block {
left: auto;
top: auto;
right: 1%;
bottom: 7%;
}
.arrow_up {
overflow: visible;
background-color: #fff;
}
.menu-button-2 {
background-color: #000;
color: #fff;
}
.menu-button-2:active {
background-color: #000;
}
.menu-button-2.w--open {
background-color: #000;
}
.icon {
font-family: Inter, sans-serif;
}
.nav-menu-2 {
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #000;
font-family: Inter, sans-serif;
}
.div-block-5 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.icon-3 {
color: #fff;
}
.menu-button-4 {
background-color: #000;
color: #000;
}
.menu-button-4.w--open {
background-color: #141414;
}
.nav-menu-4 {
background-color: #141414;
}
.intro-section {
padding: 0px;
}
.text-container {
margin-top: 100px;
padding-right: 30px;
padding-left: 30px;
}
.text-container.left {
margin-top: 240px;
padding-right: 30px;
}
.text-container.left.center {
margin-top: 100px;
margin-bottom: 100px;
}
.text-container.left.closer {
margin-top: 80px;
}
.text-container.right {
margin-top: 100px;
padding-left: 30px;
}
.text-container.right.center {
margin-top: 100px;
margin-bottom: 100px;
}
.line-horizontal {
margin-top: 50px;
}
.line-horizontal.white {
margin-top: 39px;
margin-bottom: 39px;
}
.dark-image {
max-width: 770px;
margin-top: 40px;
margin-bottom: 40px;
}
.description {
width: 30vw;
}
.description.task.case-descr {
margin-top: 10px;
}
.cover-yotaphone-2 {
height: 30em;
margin-top: 79px;
}
.cover-yotaphone {
height: 20em;
}
.float {
top: 456px;
margin-top: -558px;
}
.head-shoulders {
display: block;
}
.section-12 {
padding-top: 75px;
}
.image-38 {
top: 58px;
margin-top: 100px;
padding-right: 15px;
padding-left: 15px;
}
.section-2 {
height: 1700px;
}
.case-div {
width: 310px;
}
.logo {
width: 280px;
}
.return_block-2 {
left: auto;
top: auto;
right: 15px;
bottom: 50px;
}
.arrow_up-2 {
overflow: visible;
background-color: transparent;
}
}
@media screen and (max-width: 767px) {
.heading-jumbo-small {
font-size: 30px;
line-height: 52px;
}
.rich-text {
width: 90%;
max-width: 470px;
text-align: left;
}
.container {
text-align: left;
}
.heading-jumbo {
margin-top: 20px;
margin-bottom: 30px;
font-size: 41px;
line-height: 64px;
}
.section {
margin-right: 15px;
margin-left: 15px;
}
.section.cc-contact {
padding: 15px;
}
.section.full_height.avatar {
margin-bottom: 40px;
}
.paragraph-bigger {
font-size: 16px;
line-height: 28px;
}
.navigation {
padding: 20px 30px;
}
.work-experience-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.work-position-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
grid-auto-columns: 1fr;
grid-column-gap: 10px;
grid-row-gap: 17px;
-ms-grid-columns: 0.25fr 1fr;
grid-template-columns: 0.25fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}
.text-field.cc-textarea {
text-align: left;
}
.contact {
padding-right: 30px;
padding-left: 30px;
}
.contact-form-grid {
grid-column-gap: 30px;
grid-template-areas: "." "." ".";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto auto auto;
grid-template-rows: auto auto auto;
}
.contact-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.contact-form-wrap {
text-align: left;
}
.footer-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.footer-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.footer-item {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
}
.project-overview-grid {
width: 80%;
max-width: 470px;
margin-top: 90px;
margin-bottom: 95px;
}
.project-description-grid {
width: 70%;
max-width: 470px;
margin-top: 90px;
margin-bottom: 85px;
}
.detail-image {
margin-bottom: 15px;
}
.email-section {
width: 80%;
max-width: 470px;
margin-top: 120px;
margin-bottom: 120px;
}
.email-link {
font-size: 36px;
line-height: 54px;
}
.utility-page-wrap {
padding: 15px;
}
._404-wrap {
padding: 30px;
}
.heading {
text-align: left;
}
.image-2 {
margin-top: 0px;
}
.text-block {
padding-top: 20px;
padding-right: 0px;
}
.image-3 {
margin-right: 10px;
}
.grid {
display: block;
margin-bottom: 0px;
padding-bottom: 0px;
}
.image-4 {
margin-bottom: -10px;
}
.text-block-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -5px auto 0px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.grid-3 {
padding-right: 30px;
}
.grid-4 {
display: block;
}
.button-6 {
margin-top: 0px;
margin-right: 10px;
margin-bottom: 15px;
}
.div-block-5 {
margin-top: 0px;
}
.intro-section {
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
}
.intro-section.grip {
padding-right: 0px;
padding-left: 0px;
}
.text-container {
margin-top: 100px;
margin-bottom: 21px;
padding-right: 35px;
padding-left: 35px;
}
.text-container.left {
margin-bottom: 100px;
padding-left: 30px;
}
.text-container.right {
padding-right: 30px;
padding-left: 30px;
}
.dark-image {
max-width: 100vw;
}
.dark-image.special {
margin-right: auto;
margin-left: auto;
}
.plain-text.white {
font-size: 16px;
line-height: 24px;
letter-spacing: 1.2px;
}
.description {
width: 40vw;
}
.description.task {
width: auto;
}
.description.task.case-descr {
font-size: 13px;
line-height: 18px;
}
.cover-yotaphone-2 {
height: 30em;
}
.cover-yotaphone {
height: 10em;
}
.head-shoulders {
display: block;
}
.section-12 {
padding-top: 100px;
}
.section-2 {
height: 1300px;
}
.case-div {
width: 230px;
}
.logo {
width: 230px;
}
.return_block-2 {
right: 15px;
}
.arrow_up-2 {
background-color: transparent;
}
}
@media screen and (max-width: 479px) {
.rich-text {
width: 100%;
max-width: none;
}
.container {
text-align: left;
}
.container.intro-wrap {
height: auto;
margin-bottom: 0px;
}
.container.intro-wrap.my_experience {
margin-top: 0px;
}
.heading-jumbo {
margin-top: 10px;
margin-bottom: 30px;
font-size: 24px;
line-height: 36px;
}
.paragraph-tiny.cc-paragraph-tiny-light {
text-align: left;
}
.paragraph-light {
margin-bottom: 19px;
font-size: 14px;
line-height: 24px;
}
.paragraph-light.cc-position-name {
font-size: 14px;
line-height: 20px;
}
.section.full_height {
height: auto;
}
.navigation {
padding-right: 20px;
padding-left: 20px;
}
.menu-button {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.menu-button.w--open {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.intro-wrap {
height: auto;
margin-top: 30px;
margin-bottom: 60px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.intro-wrap.about_home {
margin-bottom: 30px;
}
.intro-wrap.about_home.endless_project_details {
padding-right: 10px;
padding-left: 10px;
}
.work-experience-grid {
margin-bottom: 14px;
padding-top: 0px;
padding-right: 5px;
padding-left: 5px;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.carrer-headline-wrap {
padding-right: 5px;
padding-left: 5px;
}
.contact {
padding-right: 15px;
padding-left: 15px;
}
.contact-form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.contact-form-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.footer-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.footer-item:hover {
color: #555;
}
.project-overview-grid {
width: 100%;
max-width: none;
}
.project-description-grid {
width: 100%;
max-width: none;
}
.email-section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.email-link {
font-size: 30px;
line-height: 46px;
}
.heading {
margin-bottom: 10px;
font-size: 24px;
line-height: 28px;
text-align: left;
}
.image-2 {
margin-top: -9px;
margin-right: 9px;
}
.button-2 {
margin-top: -10px;
font-size: 16px;
}
.text-block {
padding-top: 20px;
padding-bottom: 15px;
}
.image-3 {
margin-right: 16px;
}
.body {
overflow: visible;
}
.grid {
display: block;
grid-auto-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.image-4 {
margin-bottom: -11px;
}
.text-block-10 {
overflow: visible;
height: 0px;
margin-top: 0px;
margin-bottom: 80px;
padding-bottom: 0px;
opacity: 1;
font-size: 12px;
line-height: 18px;
}
.text-block-11 {
display: block;
overflow: visible;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
.heading-2 {
font-size: 24px;
line-height: 30px;
}
.grid-3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-right: 0px;
padding-bottom: 20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-auto-columns: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.heading-3 {
margin-top: 0px;
}
.grid-4 {
padding-top: 0px;
}
.button-6 {
width: 100%;
margin-top: 5px;
margin-bottom: 15px;
padding-top: 15px;
text-align: center;
}
.grid-7 {
display: block;
}
.image-13 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}
.image-14 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-15 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-16 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-17 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-18 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-19 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-20 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-21 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-22 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-23 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-24 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-25 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-26 {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.image-27 {
width: 40%;
margin-bottom: -18px;
}
.grid-8 {
display: block;
}
.button_endless {
margin-top: 0px;
margin-bottom: 0px;
}
.button_endless.button_extra {
margin-top: 17px;
margin-bottom: 67px;
}
.grid-10 {
display: block;
}
.div-block-2 {
display: block;
margin-top: 0px;
padding-right: 0px;
padding-left: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}
.arrow_up {
color: #fff;
}
.div-block-5 {
position: static;
left: 0%;
top: auto;
right: 0%;
bottom: 0%;
overflow: visible;
padding-top: 0px;
}
.intro-section {
padding-top: 90px;
padding-right: 15px;
padding-left: 15px;
}
.text-container {
margin-top: 100px;
margin-bottom: 40px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.left {
margin-top: 100px;
margin-bottom: 30px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.left.center {
margin-top: 75px;
margin-bottom: 75px;
}
.text-container.left.closer {
margin-top: 75px;
margin-bottom: 60px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.right {
margin-top: 130px;
padding-right: 20px;
padding-left: 20px;
}
.text-container.right.center {
margin-top: 75px;
margin-bottom: 75px;
}
.line-horizontal {
margin-top: 50px;
}
.project-header {
font-size: 32px;
line-height: 36px;
font-weight: 300;
}
.project-header.white {
font-size: 32px;
}
.project-header.subheader {
font-size: 24px;
line-height: 28px;
}
.dark-image {
max-width: 100vw;
}
.dark-image.special {
max-width: 120vw;
margin-right: auto;
margin-left: auto;
}
.plain-text {
color: #000;
font-size: 14px;
line-height: 21px;
}
.plain-text.white {
font-size: 14px;
line-height: 21px;
}
.white-plain-text {
margin-top: 45px;
margin-bottom: 45px;
font-size: 14px;
line-height: 21px;
}
.white-plain-text.padded {
margin-top: 22px;
margin-bottom: 50px;
font-size: 14px;
line-height: 21px;
}
.description {
width: auto;
font-family: Ubuntu, Helvetica, sans-serif;
color: #3b3b3b;
font-size: 13px;
line-height: 18px;
font-weight: 300;
letter-spacing: 0px;
}
.description.task {
width: auto;
color: #444;
font-size: 13px;
line-height: 18px;
font-weight: 300;
}
.description.task.white {
color: #b8b8b8;
}
.description.task.case-descr {
margin-top: 0px;
}
.description.white {
color: #e4e4e4;
}
.cover-yotaphone-2 {
height: 10em;
margin-top: 60px;
}
.cover-yotaphone {
height: 8.3em;
margin-top: 100px;
background-size: cover;
}
.column {
padding-right: 0px;
padding-left: 0px;
}
.float {
top: 228px;
margin-top: -246px;
margin-bottom: 0px;
}
.head-shoulders {
display: block;
margin-bottom: 20px;
}
.section-12 {
padding-top: 80px;
padding-bottom: 80px;
}
.image-38 {
width: 1800px;
max-width: 180%;
margin-top: 0px;
margin-left: -57px;
padding-right: 0px;
padding-left: 0px;
}
.section-2 {
height: 1540px;
}
.logos {
margin-bottom: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.case-div {
width: 260px;
margin-right: 0px;
margin-bottom: 40px;
}
.logo {
margin-bottom: 10px;
}
.return_block-2 {
right: 15px;
}
.arrow_up-2 {
color: #fff;
}
.text_top {
font-family: Inter, sans-serif;
font-weight: 400;
}
}
#w-node-f2c6de040bbf-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 3;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bc9-8fe063e2 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 2;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-ee63d52fd22b-8fe063e2 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-88a206fa61ae-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-3222c5e3e862-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7182926579e9-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-741be6f0d817-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-7615f6c21838-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7615f6c2183a-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-2c58c220c89c-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-2c58c220c89e-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-4a60d7cc82c2-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-4a60d7cc82c4-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-a77b6b54e8f0-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-a77b6b54e8f2-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-78a8c93e866c-cf00eab1 {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-78a8c93e866e-cf00eab1 {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-f262f77ea194-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f027-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f028-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f029-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02a-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02b-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02c-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f02d-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f02e-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f02f-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f030-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f031-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f032-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f033-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-31b6c904f034-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f035-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f036-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f037-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f038-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f039-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f03a-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#profile.w-node-31b6c904f03b-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f03c-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f03d-8ce063ea {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f03e-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-31b6c904f03f-8ce063ea {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f040-8ce063ea {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f041-8ce063ea {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-31b6c904f042-8ce063ea {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 4;
grid-row-start: 4;
-ms-grid-row-span: 1;
grid-row-end: 5;
}
#profile.w-node-edaf7cc238dc-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 5;
grid-row-start: 5;
-ms-grid-row-span: 1;
grid-row-end: 6;
}
#profile.w-node-a6bf2cba68d8-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 5;
grid-row-start: 5;
-ms-grid-row-span: 1;
grid-row-end: 6;
}
#w-node-7e9d28e88e8b-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-06b7f35739cf-8ce063ea {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-2d11f1eb8682-e2e063e8 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-32ceb5754919-e2e063e8 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-738e1762f158-e2e063e8 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-285066de09d2-fde063eb {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-3ca2699fe67d-fde063eb {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-b66b209c6528-fde063eb {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-2f9fffa27b74-fde063eb {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-30594f963542-fde063eb {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-4a9f964a9fc2-fde063eb {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-a68ffa9b777c-fde063eb {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#profile.w-node-528817847b86-fde063eb {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-26f42de4cbd3-fde063eb {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-3f18a7e87c05-fde063eb {
-ms-grid-column: 4;
grid-column-start: 4;
-ms-grid-column-span: 1;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-6ae46ebfb72d-fde063eb {
-ms-grid-column: 5;
grid-column-start: 5;
-ms-grid-column-span: 1;
grid-column-end: 6;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-2951c6bfd1f1-fde063eb {
-ms-grid-column: 6;
grid-column-start: 6;
-ms-grid-column-span: 1;
grid-column-end: 7;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-8cbb1f6a6094-fde063eb {
-ms-grid-column: 7;
grid-column-start: 7;
-ms-grid-column-span: 1;
grid-column-end: 8;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#profile.w-node-e975b78cee49-fde063eb {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-561e8ffe8756-fde063eb {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-854aea578ff2-fde063eb {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bbf-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 3;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bc9-40e063e0 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 2;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-ee63d52fd223-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-ee63d52fd22b-40e063e0 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bbf-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 3;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 2;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bc9-cbe063e3 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 2;
grid-column-end: 5;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-ee63d52fd22b-cbe063e3 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-e6c78f8a716d-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fc9-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fcc-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd6-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-a7f772ee190d-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-a7f772ee1910-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-a7f772ee1910-dbe063e7:hover {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-a7f772ee1912-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-6d12516c1ec0-dbe063e7 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec1-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec2-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec3-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec5-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-55fe2091d86c-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
#w-node-55fe2091d86d-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-55fe2091d86e-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-55fe2091d86f-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-55fe2091d871-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-cf8c7beae4a4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
#w-node-cf8c7beae4a6-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-cf8c7beae4a7-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-cf8c7beae4a9-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-c710d0c499e3-dbe063e7 {
-ms-grid-column: 3;
grid-column-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 4;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
#w-node-c710d0c499e4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-c710d0c499e5-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-c710d0c499e6-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-c710d0c499e8-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-7615f6c21838-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7615f6c2183a-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-3222c5e3e862-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-7182926579e9-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-741be6f0d817-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-column-align: end;
justify-self: end;
}
#w-node-50fac55af589-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-50fac55af58b-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-2c58c220c89c-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-2c58c220c89e-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
-ms-grid-row-align: center;
align-self: center;
}
#w-node-4a60d7cc82c2-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-4a60d7cc82c4-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-a77b6b54e8f0-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-a77b6b54e8f2-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
#w-node-78a8c93e866c-e7f15f9f {
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}
#w-node-78a8c93e866e-e7f15f9f {
-ms-grid-column-align: end;
justify-self: end;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 2;
grid-column-start: span 2;
-ms-grid-column-span: 2;
grid-column-end: span 2;
}
@media screen and (max-width: 991px) {
#w-node-f2c6de040bbf-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-8fe063e2 {
-ms-grid-column-span: 2;
grid-column-end: 2;
}
#w-node-f2c6de040bc9-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#w-node-ee63d52fd22b-8fe063e2 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bbf-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-40e063e0 {
-ms-grid-column-span: 2;
grid-column-end: 2;
}
#w-node-f2c6de040bc9-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#w-node-ee63d52fd22b-40e063e0 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-f2c6de040bbf-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-f2c6de040bc4-cbe063e3 {
-ms-grid-column-span: 2;
grid-column-end: 2;
}
#w-node-f2c6de040bc9-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 3;
grid-row-start: 3;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 4;
}
#w-node-ee63d52fd22b-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-e6c78f8a716d-cbe063e3 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fc9-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd6-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-55fe2091d86c-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
#w-node-cf8c7beae4a4-dbe063e7 {
-ms-grid-column: 2;
grid-column-start: 2;
-ms-grid-column-span: 1;
grid-column-end: 3;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
-ms-grid-column-align: auto;
justify-self: auto;
-ms-grid-row-align: auto;
align-self: auto;
}
}
@media screen and (max-width: 767px) {
#w-node-a7f772ee1912-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
}
@media screen and (max-width: 479px) {
#w-node-f262f77ea194-8ce063ea {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-8f65c72d8fd4-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 1;
grid-row-start: 1;
-ms-grid-row-span: 1;
grid-row-end: 2;
}
#w-node-6d12516c1ec5-dbe063e7 {
-ms-grid-column: 1;
grid-column-start: 1;
-ms-grid-column-span: 1;
grid-column-end: 2;
-ms-grid-row: 2;
grid-row-start: 2;
-ms-grid-row-span: 1;
grid-row-end: 3;
}
}
@font-face {
font-family: '21016';
src: url('../fonts/GothamRoundedBold_21016.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../fonts/Inter-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../fonts/Inter-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../fonts/Inter-Light-BETA.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-LightItalic.otf') format('opentype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-Light.otf') format('opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-MediumItalic.otf') format('opentype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Gothamrounded';
src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Monumentextended';
src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Monumentextended';
src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'ArchivG';
src: url('../fonts/ArchivGroteskRegular.otf') format('opentype');
font-weight: 400;
font-style: normal;
} | 0.347759 | 0.099426 |
@font-face {
font-family: Apercu;
src: url(./apercu.woff) format("woff");
}
@font-face {
font-family: "icons";
src: url(./icons.woff2) format("woff2");
}
@font-face {
font-family: "jetbrains-mono";
src: url(./jetbrains-mono.woff2) format("woff2");
}
.icon {
font-family: "icons";
}
/* page settings */
body {
--font-family: "Apercu";
--padding: 10px 20px;
--padding-large: 20px 25px;
--border-radius: 5px;
/* --box-shadow-level-1: 0px 10px 25px -8px #00000040; */
--box-shadow-level-1: 0px 0px 8px 0px #a9a9a9;
--box-shadow-level-2: 0px 10px 25px -8px #00000050;
--box-shadow-level-3: 0px 0px 15px 0px #00000020;
--box-shadow-level-4: 0px 0px 5px 0px #00000020;
--box-shadow-level-5: 0px 10px 25px 8px #00000020;
--transition: .15s ease;
--transition-short: .075s ease;
--transition-long: .3s ease;
--white: #f0f0f0; /* 29 */
--light-grey: #ebebeb; /* 26 */
--grey: #ddd; /* 17 */
--dark-grey: #666; /* 17 */
--black: #3e3e3e; /* 18 */
--red: #ff3f3f;
--blue: #3f65ff;
--green: #1dc558;
--orange: #ff9b3f;
--red50: #ff3f3f20;
--blue50: #3f65ff20;
--green50: #1dc55820;
--orange50: #ff9b3f20;
--border-color: var(--grey);
--background-color: var(--white);
--background-color-secondary: var(--light-grey);
--input-border-on-focus: var(--blue);
--small-font-size: 0.85rem;
}
body.night-mode {
--white: #f0f0f0;
--light-grey: #ebebeb;
--grey: #ddd;
--dark-grey: #666;
--black: #3e3e3e;
}
span { --primary: var(--black); --secondary: var(--dark-grey); }
button { --primary: var(--blue); --secondary: var(--blue50); }
input { --primary: var(--grey); --secondary: var(--light-grey); }
.red, .red > * { --primary: var(--red); --secondary: var(--red50); }
.orange, .orange > * { --primary: var(--orange); --secondary: var(--orange50); }
.blue, .blue > * { --primary: var(--blue); --secondary: var(--blue50); }
.green, .green > * { --primary: var(--green); --secondary: var(--green50); }
.white, .white > * { --primary: var(--white); --secondary: var(--white); }
.light-grey, .light-grey > * { --primary: var(--light-grey); --secondary: var(--white); }
.grey, .grey > * { --primary: var(--grey); --secondary: var(--white); }
.dark-grey, .dark-grey > * { --primary: var(--dark-grey); --secondary: var(--light-grey); }
.black, .black > * { --primary: var(--black); --secondary: var(--grey); }
.code, .code * { font-family: "jetbrains-mono"; }
span, i {
color: var(--primary)
}
/* HOVER CLASSES */
.hover-red:hover, .hover-red:hover * { color: var(--red); }
.hover-blue:hover, .hover-blue:hover * { color: var(--blue); }
.hover-green:hover, .hover-green:hover * { color: var(--green); }
.hover-orange:hover, .hover-orange:hover * { color: var(--orange); }
.hover-white:hover, .hover-white:hover * { color: var(--white); }
.hover-red50:hover, .hover-red50:hover * { color: var(--red50); }
.hover-blue50:hover, .hover-blue50:hover * { color: var(--blue50); }
.hover-green50:hover, .hover-green50:hover * { color: var(--green50); }
.hover-orange50:hover, .hover-orange50:hover * { color: var(--orange50); }
.hover-white:hover, .hover-white:hover * { color: var(--white); }
.hover-bg-red:hover { background-color: var(--red) !important; }
.hover-bg-blue:hover { background-color: var(--blue) !important; }
.hover-bg-green:hover { background-color: var(--green) !important; }
.hover-bg-orange:hover { background-color: var(--orange) !important; }
.hover-bg-red50:hover { background-color: var(--red50) !important; }
.hover-bg-blue50:hover { background-color: var(--blue50) !important; }
.hover-bg-green50:hover { background-color: var(--green50) !important; }
.hover-bg-orange50:hover { background-color: var(--orange50) !important; }
.hover-bg-white:hover { background-color: var(--white) !important; }
.hover-bg-lighter-grey:hover { background-color: var(--light-grey) !important; }
.hover-bg-light-grey:hover { background-color: var(--light-grey) !important; }
.hover-bg-light-black:hover { background-color: var(--black) !important; }
.hover-bg-grey:hover { background-color: var(--grey) !important; }
.hover-bg-dark-grey:hover { background-color: var(--dark-grey) !important; }
.hover-bg-darker-grey:hover { background-color: var(--dark-grey) !important; }
.hover-light-grey:hover, .hover-light-grey:hover * { color: var(--light-grey) !important; }
.hover-light-black:hover, .hover-light-black:hover * { color: var(--black) !important; }
.hover-grey:hover, .hover-grey:hover * { color: var(--grey) !important; }
.hover-dark-grey:hover, .hover-dark-grey:hover * { color: var(--dark-grey) !important; }
.hover-darker-grey:hover, .hover-darker-grey:hover * { color: var(--dark-grey) !important; }
.hover-black:hover, .hover-black:hover * { color: var(--black) !important; }
/* BACKGROUND CLASSES */
.bg-red { background-color: var(--red) !important; }
.bg-blue { background-color: var(--blue) !important; }
.bg-green { background-color: var(--green) !important; }
.bg-orange { background-color: var(--orange) !important; }
.bg-red50 { background-color: var(--red50) !important; }
.bg-blue50 { background-color: var(--blue50) !important; }
.bg-green50 { background-color: var(--green50) !important; }
.bg-orange50 { background-color: var(--orange50) !important; }
.bg-white { background-color: var(--white) !important; }
.bg-light-grey { background-color: var(--light-grey) !important; }
.bg-light-black { background-color: var(--black) !important; }
.bg-grey { background-color: var(--grey) !important; }
.bg-dark-grey { background-color: var(--dark-grey) !important; }
.bg-darker-grey { background-color: var(--dark-grey) !important; }
.bg-black { background-color: var(--black) !important; }
/* BORDER CLASSES */
[class^='border-'], [class*=' border-'] { border: 2px solid; }
.border-red, .border-red:hover * { border-color: var(--red) !important; }
.border-blue, .border-blue:hover * { border-color: var(--blue) !important; }
.border-green, .border-green:hover * { border-color: var(--green) !important; }
.border-orange, .border-orange:hover * { border-color: var(--orange) !important; }
.border-red50, .border-red50:hover * { border-color: var(--red50) !important; }
.border-blue50, .border-blue50:hover * { border-color: var(--blue50) !important; }
.border-green50, .border-green50:hover * { border-color: var(--green50) !important; }
.border-orange50, .border-orange50:hover * { border-color: var(--orange50) !important; }
.border-white, .border-white:hover * { border-color: var(--orange) !important; }
.border-light-grey, .border-light-grey:hover * { border-color: var(--light-grey) !important; }
.border-light-black, .border-light-black:hover * { border-color: var(--black) !important; }
.border-grey, .border-grey:hover * { border-color: var(--grey) !important; }
.border-dark-grey, .border-dark-grey:hover * { border-color: var(--dark-grey) !important; }
.border-darker-grey, .border-darker-grey:hover * { border-color: var(--dark-grey) !important; }
.border-black, .border-black:hover * { border-color: var(--black) !important; }
.hover-border-red:hover { border-color: var(--red) !important; }
.hover-border-blue:hover { border-color: var(--blue) !important; }
.hover-border-green:hover { border-color: var(--green) !important; }
.hover-border-orange:hover { border-color: var(--orange) !important; }
.hover-border-red50:hover { border-color: var(--red50) !important; }
.hover-border-blue50:hover { border-color: var(--blue50) !important; }
.hover-border-green50:hover { border-color: var(--green50) !important; }
.hover-border-orange50:hover { border-color: var(--orange50) !important; }
.hover-border-white:hover { border-color: var(--orange) !important; }
.hover-border-light-grey:hover { border-color: var(--light-grey) !important; }
.hover-border-light-black:hover { border-color: var(--black) !important; }
.hover-border-grey:hover { border-color: var(--grey) !important; }
.hover-border-dark-grey:hover { border-color: var(--dark-grey) !important; }
.hover-border-darker-grey:hover { border-color: var(--dark-grey) !important; }
.hover-border-black:hover { border-color: var(--black) !important; }
.radius-top-left { border-top-left-radius: var(--border-radius); }
.radius-top-right { border-top-right-radius: var(--border-radius); }
.radius-bottom-left { border-bottom-left-radius: var(--border-radius); }
.radius-bottom-right { border-bottom-right-radius: var(--border-radius); }
.radius-left { border-top-left-radius: var(--border-radius); border-bottom-left-radius: var(--border-radius); }
.radius-right { border-top-right-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); }
.radius-top { border-top-left-radius: var(--border-radius); border-top-right-radius: var(--border-radius); }
.radius-bottom { border-bottom-left-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); }
.radius { border-radius: var(--border-radius); }
.border-top { border-style: solid none none none; }
.border-right { border-style: none solid none none; }
.border-bottom { border-style: none none solid none; }
.border-left { border-style: none none none solid; }
.border-light { border-width: 1px; }
.border-medium { border-width: 2px; }
.border-heavy { border-width: 3px; }
.border-dashed { border-style: dashed !important; }
.border-dotted { border-style: dotted !important; }
.box-shadow, .hover-box-shadow:hover { box-shadow: var(--box-shadow-level-1); }
.box-shadow-1, .hover-box-shadow-1:hover { box-shadow: var(--box-shadow-level-1); }
.box-shadow-2, .hover-box-shadow-2:hover { box-shadow: var(--box-shadow-level-2); }
.box-shadow-3, .hover-box-shadow-3:hover { box-shadow: var(--box-shadow-level-3); }
.box-shadow-4, .hover-box-shadow-4:hover { box-shadow: var(--box-shadow-level-4); }
.box-shadow-5, .hover-box-shadow-5:hover { box-shadow: var(--box-shadow-level-5); }
/* POSITIONING */
:root {
--base-margin: 10px;
}
.relative { position: relative !important; z-index: 1; }
.absolute { position: absolute !important; }
.fixed { position: fixed !important; }
.top { top: calc(1 * var(--base-margin)) !important; }
.top-0 { top: calc(0 * var(--base-margin)) !important; }
.top-small-negative { top: calc(-1 * var(--base-margin)) !important; }
.top.xxs,.top-xxs { top: calc(1/4 * var(--base-margin)) !important; }
.top.xs,.top-xs { top: calc(1/2 * var(--base-margin)) !important; }
.top.s,.top-s { top: calc(3/2 * var(--base-margin)) !important; }
.top.m,.top-m { top: calc(2 * var(--base-margin)) !important; }
.top.big,.top-l { top: calc(2.5 * var(--base-margin)) !important; }
.top.xl,.top-xl { top: calc(3 * var(--base-margin)) !important; }
.top.xxl,.top-xxl { top: calc(4 * var(--base-margin)) !important; }
.top.xxxl,.top-xxxl { top: calc(5 * var(--base-margin)) !important; }
.left { left: calc(1 * var(--base-margin)) !important; }
.left-0 { left: calc(0 * var(--base-margin)) !important; }
.left-small-negative { left: calc(-1 * var(--base-margin)) !important; }
.left.xxs,.left-xxs { left: calc(1/4 * var(--base-margin)) !important; }
.left.xs,.left-xs { left: calc(1/2 * var(--base-margin)) !important; }
.left.s,.left-s { left: calc(3/2 * var(--base-margin)) !important; }
.left.m,.left-m { left: calc(2 * var(--base-margin)) !important; }
.left.l,.left-l { left: calc(2.5 * var(--base-margin)) !important; }
.left.xl,.left-xl { left: calc(3 * var(--base-margin)) !important; }
.left.xxl,.left-xxl { left: calc(4 * var(--base-margin)) !important; }
.left.xxxl,.left-xxxl { left: calc(5 * var(--base-margin)) !important; }
.right { right: calc(1 * var(--base-margin)) !important; }
.right-0 { right: calc(0 * var(--base-margin)) !important; }
.right-small-negative { right: calc(-1 * var(--base-margin)) !important; }
.right.xxs,.right-xxs { right: calc(1/4 * var(--base-margin)) !important; }
.right.xs,.right-xs { right: calc(1/2 * var(--base-margin)) !important; }
.right.s,.right-s { right: calc(3/2 * var(--base-margin)) !important; }
.right.m,.right-m { right: calc(2 * var(--base-margin)) !important; }
.right.l,.right-l { right: calc(2.5 * var(--base-margin)) !important; }
.right.xl,.right-xl { right: calc(3 * var(--base-margin)) !important; }
.right.xxl,.right-xxl { right: calc(4 * var(--base-margin)) !important; }
.right.xxxl,.right-xxxl { right: calc(5 * var(--base-margin)) !important; }
.bottom { bottom: calc(1 * var(--base-margin)) !important; }
.bottom-0 { bottom: calc(0 * var(--base-margin)) !important; }
.bottom-small-negative { bottom: calc(-1 * var(--base-margin)) !important; }
.bottom.xxs,.bottom-xxs { bottom: calc(1/4 * var(--base-margin)) !important; }
.bottom.xs,.bottom-xs { bottom: calc(1/2 * var(--base-margin)) !important; }
.bottom.s,.bottom-s { bottom: calc(3/2 * var(--base-margin)) !important; }
.bottom.m,.bottom-m { bottom: calc(2 * var(--base-margin)) !important; }
.bottom.l,.bottom-l { bottom: calc(2.5 * var(--base-margin)) !important; }
.bottom.xl,.bottom-xl { bottom: calc(3 * var(--base-margin)) !important; }
.bottom.xxl,.bottom-xxl { bottom: calc(4 * var(--base-margin)) !important; }
.bottom.xxxl,.bottom-xxxl { bottom: calc(5 * var(--base-margin)) !important; }
/* ELEMENTS */
.dot.s { width: 3px !important; height: 3px !important; border-radius: 50%; }
.dot { width: 5px !important; height: 5px !important; border-radius: 50%; }
.dot.m { width: 7px !important; height: 7px !important; }
.dot.l { width: 10px !important; height: 10px !important; }
.dot.xl { width: 12px !important; height: 12px !important; }
.dot.xxl { width: 15px !important; height: 15px !important; }
.dot.green { background-color: var(--green) !important; }
.dot.red { background-color: var(--red) !important; }
.dot.orange { background-color: var(--orange) !important; }
.dot.blue { background-color: var(--blue) !important; }
.visible-on-hover {
visibility: hidden;
opacity: 0;
}
*:hover > .visible-on-hover {
visibility: visible;
opacity: 1;
}
/* ELEMENTS */
i.clickable {
cursor: pointer;
padding: 12px;
background-color: transparent;
transition: background-color var(--transition);
transition: background var(--transition);
border-radius: 999px;
}
i.clickable:hover {
background-color: #00000040;
}
div.v-dot {
width: 3px !important;
height: 3px !important;
border-radius: 50%;
display: inline-block;
margin: 0.25rem 20px;
background-color: var(--black);
}
/* OTHER CLASSES */
.small, .small>* {
font-size: var(--s-font-size);
}
.v-center {
display: flex;
align-items: center;
flex-direction: row !important;
}
.h-center {
display: flex;
justify-content: center;
flex-direction: column;
}
.hidden {
opacity: 0;
transition: var(--transition);
}
.visible {
opacity: 1;
transition: var(--transition);
}
.bold,
.fat {
font-weight: bold;
}
.large {
font-size: 1.2rem;
line-height: 1.2rem;
}
.clickable,
.pointer {
cursor: pointer;
}
.left {
display: flex;
justify-content: flex-start;
}
.right {
display: flex;
justify-content: flex-end;
}
.middle {
display: flex;
justify-content: center;
}
.line {
width: 100%;
height: 2px;
background-color: var(--grey);
border-radius: var(--border-color);
}
.seperator {
position: absolute;
right: -10px;
top: 15%;
height: 70%;
width: 2px !important;
background-color: var(--grey);
border-radius: var(--border-radius);
}
.seperator.dot {
height: 2px;
}
.pre { white-space: pre; }
.pre-wrap { white-space: pre-wrap; }
.pre-line { white-space: pre-line; }
.hover-transition:hover { transition: var(--transition-short) !important; }
.hover-transition-long:hover { transition: var(--transition) !important; }
.transition { transition: var(--transition) !important; }
.transition-long { transition: var(--transition-long) !important; }
.no-margin, .margin-0 { margin: 0 !important; }
.v-margin-xs { margin: 2px 0; }
.v-margin-s { margin: 5px 0; }
.v-margin { margin: 10px 0; }
.v-margin-m { margin: 15px 0; }
.v-margin-l { margin: 12px 0; }
.h-margin-xs { margin: 0 2px; }
.h-margin-s { margin: 0 5px; }
.h-margin { margin: 0 10px; }
.h-margin-m { margin: 0 15px; }
.h-margin-l { margin: 0 20px; }
.margin-left-0 { margin-left: 0px !important; }
.margin-left-xs { margin-left: 2px !important; }
.margin-left-s { margin-left: 5px !important; }
.margin-left { margin-left: 10px !important; }
.margin-left-m { margin-left: 15px !important; }
.margin-left-l { margin-left: 12px !important; }
.margin-right-0 { margin-right: 0px !important; }
.margin-right-xs { margin-right: 2px !important; }
.margin-right-s { margin-right: 5px !important; }
.margin-right { margin-right: 10px !important; }
.margin-right-m { margin-right: 15px !important; }
.margin-right-l { margin-right: 12px !important; }
.margin-top-0 { margin-top: 0px !important; }
.margin-top-xs { margin-top: 2px !important; }
.margin-top-s { margin-top: 5px !important; }
.margin-top { margin-top: 10px !important; }
.margin-top-m { margin-top: 15px !important; }
.margin-top-l { margin-top: 12px !important; }
.margin-bottom-0 { margin-bottom: 0px !important; }
.margin-bottom-xs { margin-bottom: 2px !important; }
.margin-bottom-s { margin-bottom: 5px !important; }
.margin-bottom { margin-bottom: 10px !important; }
.margin-bottom-m { margin-bottom: 15px !important; }
.margin-bottom-l { margin-bottom: 12px !important; }
.margin-xs { margin: 2px !important; }
.margin-s { margin: 5px !important; }
.margin { margin: 10px !important; }
.margin-m { margin: 15px !important; }
.margin-l { margin: 20px !important; }
.no-padding, .padding-0 { padding: 0 !important; }
.v-padding-xs { padding-top: 2px; padding-bottom: 2px; }
.v-padding-s { padding-top: 5px; padding-bottom: 5px; }
.v-padding { padding-top: 10px; padding-bottom: 10px; }
.v-padding-m { padding-top: 15px; padding-bottom: 15px; }
.v-padding-l { padding-top: 20px; padding-bottom: 20px; }
.v-padding-xl { padding-top: 30px; padding-bottom: 30px; }
.h-padding-xs { padding-left: 2px; padding-right: 2px; }
.h-padding-s { padding-left: 5px; padding-right: 5px; }
.h-padding { padding-left: 10px; padding-right: 10px; }
.h-padding-m { padding-left: 15px; padding-right: 15px; }
.h-padding-l { padding-left: 20px; padding-right: 20px; }
.h-padding-xl { padding-left: 30px; padding-right: 30px; }
.padding-left-0 { padding-left: 0px !important; }
.padding-left-xs { padding-left: 2px !important; }
.padding-left-s { padding-left: 5px !important; }
.padding-left { padding-left: 10px !important; }
.padding-left-m { padding-left: 15px !important; }
.padding-left-l { padding-left: 20px !important; }
.padding-left-xl { padding-left: 30px !important; }
.padding-right-0 { padding-right: 0px !important; }
.padding-right-xs { padding-right: 2px !important; }
.padding-right-s { padding-right: 5px !important; }
.padding-right { padding-right: 10px !important; }
.padding-right-m { padding-right: 15px !important; }
.padding-right-l { padding-right: 20px !important; }
.padding-right-xl { padding-right: 30px !important; }
.padding-top-0 { padding-top: 0px !important; }
.padding-top-xs { padding-top: 2px !important; }
.padding-top-s { padding-top: 5px !important; }
.padding-top { padding-top: 10px !important; }
.padding-top-m { padding-top: 15px !important; }
.padding-top-l { padding-top: 20px !important; }
.padding-top-xl { padding-top: 30px !important; }
.padding-bottom-0 { padding-bottom: 0px !important; }
.padding-bottom-xs { padding-bottom: 2px !important; }
.padding-bottom-s { padding-bottom: 5px !important; }
.padding-bottom { padding-bottom: 10px !important; }
.padding-bottom-m { padding-bottom: 15px !important; }
.padding-bottom-l { padding-bottom: 20px !important; }
.padding-bottom-xl { padding-bottom: 30px !important; }
.padding-xs { padding: 2px !important; }
.padding-s { padding: 5px !important; }
.padding { padding: 10px !important; }
.padding-m { padding: 15px !important; }
.padding-l { padding: 20px !important; }
.padding-xl { padding: 30px !important; }
.size-10 { font-size: 10px; }
.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-17 { font-size: 17px; }
.size-18 { font-size: 18px; }
.size-19 { font-size: 19px; }
.size-20 { font-size: 20px; }
.size-21 { font-size: 21px; }
.size-22 { font-size: 22px; }
.size-23 { font-size: 23px; }
.size-24 { font-size: 24px; }
.size-25 { font-size: 25px; }
.height-full { height: 100%; }
.height-auto { height: auto; }
.width-full { width: 100% !important; }
.width-auto { width: auto !important; }
.height-50 { height: 50px !important; }
.height-100 { height: 100px !important; }
.height-150 { height: 150px !important; }
.height-200 { height: 200px !important; }
.height-250 { height: 250px !important; }
.height-300 { height: 300px !important; }
.height-350 { height: 350px !important; }
.height-400 { height: 400px !important; }
.height-450 { height: 450px !important; }
.height-500 { height: 500px !important; }
.height-550 { height: 550px !important; }
.height-600 { height: 600px !important; }
.height-650 { height: 650px !important; }
.height-700 { height: 700px !important; }
.height-750 { height: 750px !important; }
.height-800 { height: 800px !important; }
.height-850 { height: 850px !important; }
.height-900 { height: 900px !important; }
.height-950 { height: 950px !important; }
.height-1000 { height: 1000px !important; }
.height-1050 { height: 1050px !important; }
.height-1100 { height: 1100px !important; }
.height-1150 { height: 1150px !important; }
.height-1200 { height: 1200px !important; }
.height-p-5 { height: 5% !important; }
.height-p-10 { height: 10% !important; }
.height-p-15 { height: 15% !important; }
.height-p-20 { height: 20% !important; }
.height-p-25 { height: 25% !important; }
.height-p-30 { height: 30% !important; }
.height-p-35 { height: 35% !important; }
.height-p-40 { height: 40% !important; }
.height-p-45 { height: 45% !important; }
.height-p-50 { height: 50% !important; }
.height-p-55 { height: 55% !important; }
.height-p-60 { height: 60% !important; }
.height-p-65 { height: 65% !important; }
.height-p-70 { height: 70% !important; }
.height-p-75 { height: 75% !important; }
.height-p-80 { height: 80% !important; }
.height-p-85 { height: 85% !important; }
.height-p-90 { height: 90% !important; }
.height-p-95 { height: 95% !important; }
.height-p-100 { height: 100% !important; }
.width-50 { width: 50px !important; }
.width-100 { width: 100px !important; }
.width-150 { width: 150px !important; }
.width-200 { width: 200px !important; }
.width-250 { width: 250px !important; }
.width-300 { width: 300px !important; }
.width-350 { width: 350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-500 { width: 500px !important; }
.width-550 { width: 550px !important; }
.width-600 { width: 600px !important; }
.width-650 { width: 650px !important; }
.width-700 { width: 700px !important; }
.width-750 { width: 750px !important; }
.width-800 { width: 800px !important; }
.width-850 { width: 850px !important; }
.width-900 { width: 900px !important; }
.width-950 { width: 950px !important; }
.width-1000 { width: 1000px !important; }
.width-1050 { width: 1050px !important; }
.width-1200 { width: 1200px !important; }
.width-p-5 { width: 5% !important; }
.width-p-10 { width: 10% !important; }
.width-p-15 { width: 15% !important; }
.width-p-20 { width: 20% !important; }
.width-p-25 { width: 25% !important; }
.width-p-30 { width: 30% !important; }
.width-p-35 { width: 35% !important; }
.width-p-40 { width: 40% !important; }
.width-p-45 { width: 45% !important; }
.width-p-50 { width: 50% !important; }
.width-p-55 { width: 55% !important; }
.width-p-60 { width: 60% !important; }
.width-p-65 { width: 65% !important; }
.width-p-70 { width: 70% !important; }
.width-p-75 { width: 75% !important; }
.width-p-80 { width: 80% !important; }
.width-p-85 { width: 85% !important; }
.width-p-90 { width: 90% !important; }
.width-p-95 { width: 95% !important; }
.width-p-100 { width: 100% !important; }
.none { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.tag {
padding: 5px 7px;
border-radius: 99px;
}
.tag.red { background-color: var(--red); color: var(--white) }
.tag.blue { background-color: var(--blue); color: var(--white) }
.tag.green { background-color: var(--green); color: var(--white) }
.tag.orange { background-color: var(--orange); color: var(--white) }
.rotating {
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
}
.load,
.loader,
.loading {
--size: 20px;
--color: #000;
font-family: 'Material Icons Round';
width: var(--size);
height: var(--size);
font-size: var(--size);
color: var(--color);
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
}
.load.fast,
.loader.fast,
.loading.fast {
-webkit-animation:spin 1s linear infinite;
-moz-animation:spin 1s linear infinite;
animation:spin 1s linear infinite;
}
.load::after,
.loader::after,
.loading::after {
content: "\E627";
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
div#no-break * {
z-index: 999;
}
.no-scroll {
height: 100%;
overflow: hidden;
} | frontend/assets/css/settings.css |
@font-face {
font-family: Apercu;
src: url(./apercu.woff) format("woff");
}
@font-face {
font-family: "icons";
src: url(./icons.woff2) format("woff2");
}
@font-face {
font-family: "jetbrains-mono";
src: url(./jetbrains-mono.woff2) format("woff2");
}
.icon {
font-family: "icons";
}
/* page settings */
body {
--font-family: "Apercu";
--padding: 10px 20px;
--padding-large: 20px 25px;
--border-radius: 5px;
/* --box-shadow-level-1: 0px 10px 25px -8px #00000040; */
--box-shadow-level-1: 0px 0px 8px 0px #a9a9a9;
--box-shadow-level-2: 0px 10px 25px -8px #00000050;
--box-shadow-level-3: 0px 0px 15px 0px #00000020;
--box-shadow-level-4: 0px 0px 5px 0px #00000020;
--box-shadow-level-5: 0px 10px 25px 8px #00000020;
--transition: .15s ease;
--transition-short: .075s ease;
--transition-long: .3s ease;
--white: #f0f0f0; /* 29 */
--light-grey: #ebebeb; /* 26 */
--grey: #ddd; /* 17 */
--dark-grey: #666; /* 17 */
--black: #3e3e3e; /* 18 */
--red: #ff3f3f;
--blue: #3f65ff;
--green: #1dc558;
--orange: #ff9b3f;
--red50: #ff3f3f20;
--blue50: #3f65ff20;
--green50: #1dc55820;
--orange50: #ff9b3f20;
--border-color: var(--grey);
--background-color: var(--white);
--background-color-secondary: var(--light-grey);
--input-border-on-focus: var(--blue);
--small-font-size: 0.85rem;
}
body.night-mode {
--white: #f0f0f0;
--light-grey: #ebebeb;
--grey: #ddd;
--dark-grey: #666;
--black: #3e3e3e;
}
span { --primary: var(--black); --secondary: var(--dark-grey); }
button { --primary: var(--blue); --secondary: var(--blue50); }
input { --primary: var(--grey); --secondary: var(--light-grey); }
.red, .red > * { --primary: var(--red); --secondary: var(--red50); }
.orange, .orange > * { --primary: var(--orange); --secondary: var(--orange50); }
.blue, .blue > * { --primary: var(--blue); --secondary: var(--blue50); }
.green, .green > * { --primary: var(--green); --secondary: var(--green50); }
.white, .white > * { --primary: var(--white); --secondary: var(--white); }
.light-grey, .light-grey > * { --primary: var(--light-grey); --secondary: var(--white); }
.grey, .grey > * { --primary: var(--grey); --secondary: var(--white); }
.dark-grey, .dark-grey > * { --primary: var(--dark-grey); --secondary: var(--light-grey); }
.black, .black > * { --primary: var(--black); --secondary: var(--grey); }
.code, .code * { font-family: "jetbrains-mono"; }
span, i {
color: var(--primary)
}
/* HOVER CLASSES */
.hover-red:hover, .hover-red:hover * { color: var(--red); }
.hover-blue:hover, .hover-blue:hover * { color: var(--blue); }
.hover-green:hover, .hover-green:hover * { color: var(--green); }
.hover-orange:hover, .hover-orange:hover * { color: var(--orange); }
.hover-white:hover, .hover-white:hover * { color: var(--white); }
.hover-red50:hover, .hover-red50:hover * { color: var(--red50); }
.hover-blue50:hover, .hover-blue50:hover * { color: var(--blue50); }
.hover-green50:hover, .hover-green50:hover * { color: var(--green50); }
.hover-orange50:hover, .hover-orange50:hover * { color: var(--orange50); }
.hover-white:hover, .hover-white:hover * { color: var(--white); }
.hover-bg-red:hover { background-color: var(--red) !important; }
.hover-bg-blue:hover { background-color: var(--blue) !important; }
.hover-bg-green:hover { background-color: var(--green) !important; }
.hover-bg-orange:hover { background-color: var(--orange) !important; }
.hover-bg-red50:hover { background-color: var(--red50) !important; }
.hover-bg-blue50:hover { background-color: var(--blue50) !important; }
.hover-bg-green50:hover { background-color: var(--green50) !important; }
.hover-bg-orange50:hover { background-color: var(--orange50) !important; }
.hover-bg-white:hover { background-color: var(--white) !important; }
.hover-bg-lighter-grey:hover { background-color: var(--light-grey) !important; }
.hover-bg-light-grey:hover { background-color: var(--light-grey) !important; }
.hover-bg-light-black:hover { background-color: var(--black) !important; }
.hover-bg-grey:hover { background-color: var(--grey) !important; }
.hover-bg-dark-grey:hover { background-color: var(--dark-grey) !important; }
.hover-bg-darker-grey:hover { background-color: var(--dark-grey) !important; }
.hover-light-grey:hover, .hover-light-grey:hover * { color: var(--light-grey) !important; }
.hover-light-black:hover, .hover-light-black:hover * { color: var(--black) !important; }
.hover-grey:hover, .hover-grey:hover * { color: var(--grey) !important; }
.hover-dark-grey:hover, .hover-dark-grey:hover * { color: var(--dark-grey) !important; }
.hover-darker-grey:hover, .hover-darker-grey:hover * { color: var(--dark-grey) !important; }
.hover-black:hover, .hover-black:hover * { color: var(--black) !important; }
/* BACKGROUND CLASSES */
.bg-red { background-color: var(--red) !important; }
.bg-blue { background-color: var(--blue) !important; }
.bg-green { background-color: var(--green) !important; }
.bg-orange { background-color: var(--orange) !important; }
.bg-red50 { background-color: var(--red50) !important; }
.bg-blue50 { background-color: var(--blue50) !important; }
.bg-green50 { background-color: var(--green50) !important; }
.bg-orange50 { background-color: var(--orange50) !important; }
.bg-white { background-color: var(--white) !important; }
.bg-light-grey { background-color: var(--light-grey) !important; }
.bg-light-black { background-color: var(--black) !important; }
.bg-grey { background-color: var(--grey) !important; }
.bg-dark-grey { background-color: var(--dark-grey) !important; }
.bg-darker-grey { background-color: var(--dark-grey) !important; }
.bg-black { background-color: var(--black) !important; }
/* BORDER CLASSES */
[class^='border-'], [class*=' border-'] { border: 2px solid; }
.border-red, .border-red:hover * { border-color: var(--red) !important; }
.border-blue, .border-blue:hover * { border-color: var(--blue) !important; }
.border-green, .border-green:hover * { border-color: var(--green) !important; }
.border-orange, .border-orange:hover * { border-color: var(--orange) !important; }
.border-red50, .border-red50:hover * { border-color: var(--red50) !important; }
.border-blue50, .border-blue50:hover * { border-color: var(--blue50) !important; }
.border-green50, .border-green50:hover * { border-color: var(--green50) !important; }
.border-orange50, .border-orange50:hover * { border-color: var(--orange50) !important; }
.border-white, .border-white:hover * { border-color: var(--orange) !important; }
.border-light-grey, .border-light-grey:hover * { border-color: var(--light-grey) !important; }
.border-light-black, .border-light-black:hover * { border-color: var(--black) !important; }
.border-grey, .border-grey:hover * { border-color: var(--grey) !important; }
.border-dark-grey, .border-dark-grey:hover * { border-color: var(--dark-grey) !important; }
.border-darker-grey, .border-darker-grey:hover * { border-color: var(--dark-grey) !important; }
.border-black, .border-black:hover * { border-color: var(--black) !important; }
.hover-border-red:hover { border-color: var(--red) !important; }
.hover-border-blue:hover { border-color: var(--blue) !important; }
.hover-border-green:hover { border-color: var(--green) !important; }
.hover-border-orange:hover { border-color: var(--orange) !important; }
.hover-border-red50:hover { border-color: var(--red50) !important; }
.hover-border-blue50:hover { border-color: var(--blue50) !important; }
.hover-border-green50:hover { border-color: var(--green50) !important; }
.hover-border-orange50:hover { border-color: var(--orange50) !important; }
.hover-border-white:hover { border-color: var(--orange) !important; }
.hover-border-light-grey:hover { border-color: var(--light-grey) !important; }
.hover-border-light-black:hover { border-color: var(--black) !important; }
.hover-border-grey:hover { border-color: var(--grey) !important; }
.hover-border-dark-grey:hover { border-color: var(--dark-grey) !important; }
.hover-border-darker-grey:hover { border-color: var(--dark-grey) !important; }
.hover-border-black:hover { border-color: var(--black) !important; }
.radius-top-left { border-top-left-radius: var(--border-radius); }
.radius-top-right { border-top-right-radius: var(--border-radius); }
.radius-bottom-left { border-bottom-left-radius: var(--border-radius); }
.radius-bottom-right { border-bottom-right-radius: var(--border-radius); }
.radius-left { border-top-left-radius: var(--border-radius); border-bottom-left-radius: var(--border-radius); }
.radius-right { border-top-right-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); }
.radius-top { border-top-left-radius: var(--border-radius); border-top-right-radius: var(--border-radius); }
.radius-bottom { border-bottom-left-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); }
.radius { border-radius: var(--border-radius); }
.border-top { border-style: solid none none none; }
.border-right { border-style: none solid none none; }
.border-bottom { border-style: none none solid none; }
.border-left { border-style: none none none solid; }
.border-light { border-width: 1px; }
.border-medium { border-width: 2px; }
.border-heavy { border-width: 3px; }
.border-dashed { border-style: dashed !important; }
.border-dotted { border-style: dotted !important; }
.box-shadow, .hover-box-shadow:hover { box-shadow: var(--box-shadow-level-1); }
.box-shadow-1, .hover-box-shadow-1:hover { box-shadow: var(--box-shadow-level-1); }
.box-shadow-2, .hover-box-shadow-2:hover { box-shadow: var(--box-shadow-level-2); }
.box-shadow-3, .hover-box-shadow-3:hover { box-shadow: var(--box-shadow-level-3); }
.box-shadow-4, .hover-box-shadow-4:hover { box-shadow: var(--box-shadow-level-4); }
.box-shadow-5, .hover-box-shadow-5:hover { box-shadow: var(--box-shadow-level-5); }
/* POSITIONING */
:root {
--base-margin: 10px;
}
.relative { position: relative !important; z-index: 1; }
.absolute { position: absolute !important; }
.fixed { position: fixed !important; }
.top { top: calc(1 * var(--base-margin)) !important; }
.top-0 { top: calc(0 * var(--base-margin)) !important; }
.top-small-negative { top: calc(-1 * var(--base-margin)) !important; }
.top.xxs,.top-xxs { top: calc(1/4 * var(--base-margin)) !important; }
.top.xs,.top-xs { top: calc(1/2 * var(--base-margin)) !important; }
.top.s,.top-s { top: calc(3/2 * var(--base-margin)) !important; }
.top.m,.top-m { top: calc(2 * var(--base-margin)) !important; }
.top.big,.top-l { top: calc(2.5 * var(--base-margin)) !important; }
.top.xl,.top-xl { top: calc(3 * var(--base-margin)) !important; }
.top.xxl,.top-xxl { top: calc(4 * var(--base-margin)) !important; }
.top.xxxl,.top-xxxl { top: calc(5 * var(--base-margin)) !important; }
.left { left: calc(1 * var(--base-margin)) !important; }
.left-0 { left: calc(0 * var(--base-margin)) !important; }
.left-small-negative { left: calc(-1 * var(--base-margin)) !important; }
.left.xxs,.left-xxs { left: calc(1/4 * var(--base-margin)) !important; }
.left.xs,.left-xs { left: calc(1/2 * var(--base-margin)) !important; }
.left.s,.left-s { left: calc(3/2 * var(--base-margin)) !important; }
.left.m,.left-m { left: calc(2 * var(--base-margin)) !important; }
.left.l,.left-l { left: calc(2.5 * var(--base-margin)) !important; }
.left.xl,.left-xl { left: calc(3 * var(--base-margin)) !important; }
.left.xxl,.left-xxl { left: calc(4 * var(--base-margin)) !important; }
.left.xxxl,.left-xxxl { left: calc(5 * var(--base-margin)) !important; }
.right { right: calc(1 * var(--base-margin)) !important; }
.right-0 { right: calc(0 * var(--base-margin)) !important; }
.right-small-negative { right: calc(-1 * var(--base-margin)) !important; }
.right.xxs,.right-xxs { right: calc(1/4 * var(--base-margin)) !important; }
.right.xs,.right-xs { right: calc(1/2 * var(--base-margin)) !important; }
.right.s,.right-s { right: calc(3/2 * var(--base-margin)) !important; }
.right.m,.right-m { right: calc(2 * var(--base-margin)) !important; }
.right.l,.right-l { right: calc(2.5 * var(--base-margin)) !important; }
.right.xl,.right-xl { right: calc(3 * var(--base-margin)) !important; }
.right.xxl,.right-xxl { right: calc(4 * var(--base-margin)) !important; }
.right.xxxl,.right-xxxl { right: calc(5 * var(--base-margin)) !important; }
.bottom { bottom: calc(1 * var(--base-margin)) !important; }
.bottom-0 { bottom: calc(0 * var(--base-margin)) !important; }
.bottom-small-negative { bottom: calc(-1 * var(--base-margin)) !important; }
.bottom.xxs,.bottom-xxs { bottom: calc(1/4 * var(--base-margin)) !important; }
.bottom.xs,.bottom-xs { bottom: calc(1/2 * var(--base-margin)) !important; }
.bottom.s,.bottom-s { bottom: calc(3/2 * var(--base-margin)) !important; }
.bottom.m,.bottom-m { bottom: calc(2 * var(--base-margin)) !important; }
.bottom.l,.bottom-l { bottom: calc(2.5 * var(--base-margin)) !important; }
.bottom.xl,.bottom-xl { bottom: calc(3 * var(--base-margin)) !important; }
.bottom.xxl,.bottom-xxl { bottom: calc(4 * var(--base-margin)) !important; }
.bottom.xxxl,.bottom-xxxl { bottom: calc(5 * var(--base-margin)) !important; }
/* ELEMENTS */
.dot.s { width: 3px !important; height: 3px !important; border-radius: 50%; }
.dot { width: 5px !important; height: 5px !important; border-radius: 50%; }
.dot.m { width: 7px !important; height: 7px !important; }
.dot.l { width: 10px !important; height: 10px !important; }
.dot.xl { width: 12px !important; height: 12px !important; }
.dot.xxl { width: 15px !important; height: 15px !important; }
.dot.green { background-color: var(--green) !important; }
.dot.red { background-color: var(--red) !important; }
.dot.orange { background-color: var(--orange) !important; }
.dot.blue { background-color: var(--blue) !important; }
.visible-on-hover {
visibility: hidden;
opacity: 0;
}
*:hover > .visible-on-hover {
visibility: visible;
opacity: 1;
}
/* ELEMENTS */
i.clickable {
cursor: pointer;
padding: 12px;
background-color: transparent;
transition: background-color var(--transition);
transition: background var(--transition);
border-radius: 999px;
}
i.clickable:hover {
background-color: #00000040;
}
div.v-dot {
width: 3px !important;
height: 3px !important;
border-radius: 50%;
display: inline-block;
margin: 0.25rem 20px;
background-color: var(--black);
}
/* OTHER CLASSES */
.small, .small>* {
font-size: var(--s-font-size);
}
.v-center {
display: flex;
align-items: center;
flex-direction: row !important;
}
.h-center {
display: flex;
justify-content: center;
flex-direction: column;
}
.hidden {
opacity: 0;
transition: var(--transition);
}
.visible {
opacity: 1;
transition: var(--transition);
}
.bold,
.fat {
font-weight: bold;
}
.large {
font-size: 1.2rem;
line-height: 1.2rem;
}
.clickable,
.pointer {
cursor: pointer;
}
.left {
display: flex;
justify-content: flex-start;
}
.right {
display: flex;
justify-content: flex-end;
}
.middle {
display: flex;
justify-content: center;
}
.line {
width: 100%;
height: 2px;
background-color: var(--grey);
border-radius: var(--border-color);
}
.seperator {
position: absolute;
right: -10px;
top: 15%;
height: 70%;
width: 2px !important;
background-color: var(--grey);
border-radius: var(--border-radius);
}
.seperator.dot {
height: 2px;
}
.pre { white-space: pre; }
.pre-wrap { white-space: pre-wrap; }
.pre-line { white-space: pre-line; }
.hover-transition:hover { transition: var(--transition-short) !important; }
.hover-transition-long:hover { transition: var(--transition) !important; }
.transition { transition: var(--transition) !important; }
.transition-long { transition: var(--transition-long) !important; }
.no-margin, .margin-0 { margin: 0 !important; }
.v-margin-xs { margin: 2px 0; }
.v-margin-s { margin: 5px 0; }
.v-margin { margin: 10px 0; }
.v-margin-m { margin: 15px 0; }
.v-margin-l { margin: 12px 0; }
.h-margin-xs { margin: 0 2px; }
.h-margin-s { margin: 0 5px; }
.h-margin { margin: 0 10px; }
.h-margin-m { margin: 0 15px; }
.h-margin-l { margin: 0 20px; }
.margin-left-0 { margin-left: 0px !important; }
.margin-left-xs { margin-left: 2px !important; }
.margin-left-s { margin-left: 5px !important; }
.margin-left { margin-left: 10px !important; }
.margin-left-m { margin-left: 15px !important; }
.margin-left-l { margin-left: 12px !important; }
.margin-right-0 { margin-right: 0px !important; }
.margin-right-xs { margin-right: 2px !important; }
.margin-right-s { margin-right: 5px !important; }
.margin-right { margin-right: 10px !important; }
.margin-right-m { margin-right: 15px !important; }
.margin-right-l { margin-right: 12px !important; }
.margin-top-0 { margin-top: 0px !important; }
.margin-top-xs { margin-top: 2px !important; }
.margin-top-s { margin-top: 5px !important; }
.margin-top { margin-top: 10px !important; }
.margin-top-m { margin-top: 15px !important; }
.margin-top-l { margin-top: 12px !important; }
.margin-bottom-0 { margin-bottom: 0px !important; }
.margin-bottom-xs { margin-bottom: 2px !important; }
.margin-bottom-s { margin-bottom: 5px !important; }
.margin-bottom { margin-bottom: 10px !important; }
.margin-bottom-m { margin-bottom: 15px !important; }
.margin-bottom-l { margin-bottom: 12px !important; }
.margin-xs { margin: 2px !important; }
.margin-s { margin: 5px !important; }
.margin { margin: 10px !important; }
.margin-m { margin: 15px !important; }
.margin-l { margin: 20px !important; }
.no-padding, .padding-0 { padding: 0 !important; }
.v-padding-xs { padding-top: 2px; padding-bottom: 2px; }
.v-padding-s { padding-top: 5px; padding-bottom: 5px; }
.v-padding { padding-top: 10px; padding-bottom: 10px; }
.v-padding-m { padding-top: 15px; padding-bottom: 15px; }
.v-padding-l { padding-top: 20px; padding-bottom: 20px; }
.v-padding-xl { padding-top: 30px; padding-bottom: 30px; }
.h-padding-xs { padding-left: 2px; padding-right: 2px; }
.h-padding-s { padding-left: 5px; padding-right: 5px; }
.h-padding { padding-left: 10px; padding-right: 10px; }
.h-padding-m { padding-left: 15px; padding-right: 15px; }
.h-padding-l { padding-left: 20px; padding-right: 20px; }
.h-padding-xl { padding-left: 30px; padding-right: 30px; }
.padding-left-0 { padding-left: 0px !important; }
.padding-left-xs { padding-left: 2px !important; }
.padding-left-s { padding-left: 5px !important; }
.padding-left { padding-left: 10px !important; }
.padding-left-m { padding-left: 15px !important; }
.padding-left-l { padding-left: 20px !important; }
.padding-left-xl { padding-left: 30px !important; }
.padding-right-0 { padding-right: 0px !important; }
.padding-right-xs { padding-right: 2px !important; }
.padding-right-s { padding-right: 5px !important; }
.padding-right { padding-right: 10px !important; }
.padding-right-m { padding-right: 15px !important; }
.padding-right-l { padding-right: 20px !important; }
.padding-right-xl { padding-right: 30px !important; }
.padding-top-0 { padding-top: 0px !important; }
.padding-top-xs { padding-top: 2px !important; }
.padding-top-s { padding-top: 5px !important; }
.padding-top { padding-top: 10px !important; }
.padding-top-m { padding-top: 15px !important; }
.padding-top-l { padding-top: 20px !important; }
.padding-top-xl { padding-top: 30px !important; }
.padding-bottom-0 { padding-bottom: 0px !important; }
.padding-bottom-xs { padding-bottom: 2px !important; }
.padding-bottom-s { padding-bottom: 5px !important; }
.padding-bottom { padding-bottom: 10px !important; }
.padding-bottom-m { padding-bottom: 15px !important; }
.padding-bottom-l { padding-bottom: 20px !important; }
.padding-bottom-xl { padding-bottom: 30px !important; }
.padding-xs { padding: 2px !important; }
.padding-s { padding: 5px !important; }
.padding { padding: 10px !important; }
.padding-m { padding: 15px !important; }
.padding-l { padding: 20px !important; }
.padding-xl { padding: 30px !important; }
.size-10 { font-size: 10px; }
.size-11 { font-size: 11px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-17 { font-size: 17px; }
.size-18 { font-size: 18px; }
.size-19 { font-size: 19px; }
.size-20 { font-size: 20px; }
.size-21 { font-size: 21px; }
.size-22 { font-size: 22px; }
.size-23 { font-size: 23px; }
.size-24 { font-size: 24px; }
.size-25 { font-size: 25px; }
.height-full { height: 100%; }
.height-auto { height: auto; }
.width-full { width: 100% !important; }
.width-auto { width: auto !important; }
.height-50 { height: 50px !important; }
.height-100 { height: 100px !important; }
.height-150 { height: 150px !important; }
.height-200 { height: 200px !important; }
.height-250 { height: 250px !important; }
.height-300 { height: 300px !important; }
.height-350 { height: 350px !important; }
.height-400 { height: 400px !important; }
.height-450 { height: 450px !important; }
.height-500 { height: 500px !important; }
.height-550 { height: 550px !important; }
.height-600 { height: 600px !important; }
.height-650 { height: 650px !important; }
.height-700 { height: 700px !important; }
.height-750 { height: 750px !important; }
.height-800 { height: 800px !important; }
.height-850 { height: 850px !important; }
.height-900 { height: 900px !important; }
.height-950 { height: 950px !important; }
.height-1000 { height: 1000px !important; }
.height-1050 { height: 1050px !important; }
.height-1100 { height: 1100px !important; }
.height-1150 { height: 1150px !important; }
.height-1200 { height: 1200px !important; }
.height-p-5 { height: 5% !important; }
.height-p-10 { height: 10% !important; }
.height-p-15 { height: 15% !important; }
.height-p-20 { height: 20% !important; }
.height-p-25 { height: 25% !important; }
.height-p-30 { height: 30% !important; }
.height-p-35 { height: 35% !important; }
.height-p-40 { height: 40% !important; }
.height-p-45 { height: 45% !important; }
.height-p-50 { height: 50% !important; }
.height-p-55 { height: 55% !important; }
.height-p-60 { height: 60% !important; }
.height-p-65 { height: 65% !important; }
.height-p-70 { height: 70% !important; }
.height-p-75 { height: 75% !important; }
.height-p-80 { height: 80% !important; }
.height-p-85 { height: 85% !important; }
.height-p-90 { height: 90% !important; }
.height-p-95 { height: 95% !important; }
.height-p-100 { height: 100% !important; }
.width-50 { width: 50px !important; }
.width-100 { width: 100px !important; }
.width-150 { width: 150px !important; }
.width-200 { width: 200px !important; }
.width-250 { width: 250px !important; }
.width-300 { width: 300px !important; }
.width-350 { width: 350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-500 { width: 500px !important; }
.width-550 { width: 550px !important; }
.width-600 { width: 600px !important; }
.width-650 { width: 650px !important; }
.width-700 { width: 700px !important; }
.width-750 { width: 750px !important; }
.width-800 { width: 800px !important; }
.width-850 { width: 850px !important; }
.width-900 { width: 900px !important; }
.width-950 { width: 950px !important; }
.width-1000 { width: 1000px !important; }
.width-1050 { width: 1050px !important; }
.width-1200 { width: 1200px !important; }
.width-p-5 { width: 5% !important; }
.width-p-10 { width: 10% !important; }
.width-p-15 { width: 15% !important; }
.width-p-20 { width: 20% !important; }
.width-p-25 { width: 25% !important; }
.width-p-30 { width: 30% !important; }
.width-p-35 { width: 35% !important; }
.width-p-40 { width: 40% !important; }
.width-p-45 { width: 45% !important; }
.width-p-50 { width: 50% !important; }
.width-p-55 { width: 55% !important; }
.width-p-60 { width: 60% !important; }
.width-p-65 { width: 65% !important; }
.width-p-70 { width: 70% !important; }
.width-p-75 { width: 75% !important; }
.width-p-80 { width: 80% !important; }
.width-p-85 { width: 85% !important; }
.width-p-90 { width: 90% !important; }
.width-p-95 { width: 95% !important; }
.width-p-100 { width: 100% !important; }
.none { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.tag {
padding: 5px 7px;
border-radius: 99px;
}
.tag.red { background-color: var(--red); color: var(--white) }
.tag.blue { background-color: var(--blue); color: var(--white) }
.tag.green { background-color: var(--green); color: var(--white) }
.tag.orange { background-color: var(--orange); color: var(--white) }
.rotating {
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
}
.load,
.loader,
.loading {
--size: 20px;
--color: #000;
font-family: 'Material Icons Round';
width: var(--size);
height: var(--size);
font-size: var(--size);
color: var(--color);
-webkit-animation:spin 2s linear infinite;
-moz-animation:spin 2s linear infinite;
animation:spin 2s linear infinite;
}
.load.fast,
.loader.fast,
.loading.fast {
-webkit-animation:spin 1s linear infinite;
-moz-animation:spin 1s linear infinite;
animation:spin 1s linear infinite;
}
.load::after,
.loader::after,
.loading::after {
content: "\E627";
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
div#no-break * {
z-index: 999;
}
.no-scroll {
height: 100%;
overflow: hidden;
} | 0.454714 | 0.088978 |
body
{
//background:url(images/bg.gif) repeat #000000;
padding:0; font-family:arial, sans-serif; font-size:12px;
margin:0px 0px 0px 0px;
color:#36322b;
background-color:#efefef;
}
p{
padding:0px;
text-align:justify;
margin:0px;
line-height:20px;
}
p.welcome{
padding:30px 35px 0 35px;
}
#wrapper {
margin: 0 auto;
width: 1200px;
}
span.red{
font-weight:bold;
color:#da5b23;
}
span.t_orange{
font-weight:bold;
color:#da5b23;
}
.project
{
width : 200px;
}
#tablecolumns {
}
#tablecolumns caption
{
letter-spacing:1px;
text-transform:uppercase;
padding-bottom:5px;
}
#tablecolumns tr, td
{
border:solid 1px #c0c0c0;
padding : 2px; padding-right: 15px;
}
#leftcolumn {
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: #E7DBD5;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 255px;
float: left;
}
#rightcolumn {
float: right;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 895px;
display: inline;
}
#fullcolumn {
float: left;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 1180px;
display: inline;
}
#footer {
width: 1180px;
clear: both;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 0px 0px 10px 0px;
padding: 10px;
}
/* button
---------------------------------------------- */
.button {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.bigrounded {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
.medium {
font-size: 12px;
padding: .4em 1.5em .42em;
}
.small {
font-size: 11px;
padding: .2em 1em .275em;
}
/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
background: #f47c20;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
} | style2.css | body
{
//background:url(images/bg.gif) repeat #000000;
padding:0; font-family:arial, sans-serif; font-size:12px;
margin:0px 0px 0px 0px;
color:#36322b;
background-color:#efefef;
}
p{
padding:0px;
text-align:justify;
margin:0px;
line-height:20px;
}
p.welcome{
padding:30px 35px 0 35px;
}
#wrapper {
margin: 0 auto;
width: 1200px;
}
span.red{
font-weight:bold;
color:#da5b23;
}
span.t_orange{
font-weight:bold;
color:#da5b23;
}
.project
{
width : 200px;
}
#tablecolumns {
}
#tablecolumns caption
{
letter-spacing:1px;
text-transform:uppercase;
padding-bottom:5px;
}
#tablecolumns tr, td
{
border:solid 1px #c0c0c0;
padding : 2px; padding-right: 15px;
}
#leftcolumn {
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: #E7DBD5;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 255px;
float: left;
}
#rightcolumn {
float: right;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 895px;
display: inline;
}
#fullcolumn {
float: left;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 5px 0px 5px 0px;
padding: 10px;
//height: 350px;
width: 1180px;
display: inline;
}
#footer {
width: 1180px;
clear: both;
color: #333;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid #9DA8A8;
background: white;
margin: 0px 0px 10px 0px;
padding: 10px;
}
/* button
---------------------------------------------- */
.button {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.bigrounded {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
.medium {
font-size: 12px;
padding: .4em 1.5em .42em;
}
.small {
font-size: 11px;
padding: .2em 1em .275em;
}
/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
background: #f47c20;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
} | 0.249996 | 0.151216 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
.game-setname{
position: relative;
display: grid;
grid-template-columns: 400px 800px 400px 400px;
grid-template-rows: 100px 100px 400px 400px;
justify-items: center;
margin: 30px;
font-family: 'Roboto', sans-serif;
color: #4F4D4D;
font-size: 45px;
bottom: 200px;
left: 29px;
}
.startGameButton{
grid-column: 2;
grid-row: 3;
padding: 6px;
font-weight: 700;
text-transform: uppercase;
font-size: 25px;
text-align: center;
color: rgba(255, 255, 255, 1);
width: 45%;
height: 70px;
border: none;
border-radius: 20px;
cursor: pointer;
transition: all 0.1s ease;
margin: 3px;
background: #70F0A9;
position: relative;
top: 30px;
}
.startGameButton:hover{
transform: translateY(-2px);
}
.otherPlayerNotReadyField{
grid-column: 2;
grid-row: 3;
padding: 6px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
text-align: center;
color: rgba(255, 255, 255, 1);
width: 45%;
height: 70px;
border: none;
border-radius: 20px;
cursor: pointer;
transition: all 0.1s ease;
margin: 3px;
background: #F0DA65;
position: relative;
top: 30px;
}
.game-userbox{
position: relative;
display: grid;
grid-template-columns: repeat(5, 155px);
grid-column: 2;
grid-row: 2;
align-self: end;
width: 800px;
height: 50px;
font-family: 'Roboto', sans-serif;
color: #4F4D4D;
font-size: 45px;
border-radius: .4rem;
background-color:rgba(0, 226, 0, 0.3);
}
.game-guesses{
position: relative;
display: grid;
grid-template-rows: 50px;
grid-column: 3;
grid-row: 3;
font-size: 25px;
align-items: center;
justify-items: center;
height: 800px;
width: 300px;
border-radius: .8rem;
background-color: rgba(0, 0, 0, 0.05);
}
.game-chat{
position: relative;
display: grid;
grid-template-rows: 50px;
grid-column: 1;
grid-row: 4;
font-size: 25px;
align-items: center;
justify-items: center;
height: 400px;
width: 300px;
border-radius: .8rem;
background-color: rgba(0, 0, 0, 0.05);
}
.game-guesses-title{
position: relative;
grid-column: 3;
grid-row: 2;
top: 60px;
font-family: 'exampleserif', sans-serif;
font-size: 35px;
font-weight: lighter;
}
.game-scoreboard{
display: grid;
grid-template-rows: 80px repeat(5, 1fr);
grid-template-columns: repeat(5, 1fr);
grid-column: 1;
grid-row: 3;
align-items: center;
justify-items: center;
height: 350px;
width: 300px;
position: relative;
border-radius: .8rem;
}
.game-timer{
position: relative;
left: 16px;
display: grid;
grid-column: 2;
grid-row: 1;
}
.game-time{
position: relative;
left: 16px;
display: grid;
grid-column: 3;
grid-row: 1;
}
.game-scoreboard-title{
position: relative;
bottom: 20px;
display: grid;
grid-column: 2/5;
grid-row: 2;
font-family: 'exampleserif', sans-serif;
font-size: 40px;
font-weight: lighter;
}
.game-scoreboard-profile1{
display: grid;
grid-template-rows: 20px repeat(3, 1fr);
grid-template-columns: 90px 60px 150px;
grid-column: 1/6;
grid-row: 3/4;
align-items: center;
justify-items: center;
height: 100px;
width: 300px;
background-color: rgba(0, 0, 0, 0.05);
position: relative;
border-radius: .8rem;
}
.game-scoreboard-profile2{
display: grid;
grid-template-rows: 20px repeat(3, 1fr);
grid-template-columns: 90px 60px 150px;
grid-column: 1/6;
grid-row: 5/6;
align-items: center;
justify-items: center;
height: 100px;
width: 300px;
background-color: rgba(0, 0, 0, 0.05);
position: relative;
border-radius: .8rem;
}
.game-profile-picture2a{
position:relative;
display: grid;
grid-column: 2;
grid-row: 2;
align-items: center;
justify-self: end;
right: 10px;
}
.game-rank{
position:relative;
display: grid;
grid-column: 1;
grid-row: 2/4;
align-items: center;
justify-self: end;
font-size: 40px;
/* right: 10px; */
}
.game-creator-name-b{
grid-column: 3;
grid-row: 2;
position: relative;
left: 5px;
font-size: 20px;
justify-self: start;
align-self: end;
}
.game-points1{
grid-column: 3;
grid-row: 3;
position: relative;
font-size: 20px;
justify-self: start;
align-self: end;
}
.game-user-profile{
display: grid;
grid-column: 1;
grid-row: 1;
align-self: end;
justify-self: end;
position: relative;
left: 70px;
bottom: 5px;
background-color: rgba(2, 255, 255, 0);
box-shadow: none;
border: none;
z-index: 1;
}
.game-user-profile2{
grid-column: 4;
display: grid;
align-self: end;
justify-self: start;
position: relative;
left: -10px;
bottom: 5px;
background-color: rgba(2, 255, 255, 0);
box-shadow: none;
border: none;
z-index: 1;
}
.game-user-profile:hover{
cursor: pointer;
}
.game-vs-picture{
display: flex;
align-self: end;
justify-self: center;
position: relative;
}
.game-online-offline{
height:13px;
position: relative;
top:20px;
}
.game-creator-name{
grid-column: 2;
grid-row: 1;
justify-self: start;
align-self: end;
position: relative;
left:75px;
bottom: 5px;
font-size: 20px;
}
.game-creator-name2{
justify-self: start;
align-self: end;
right: 105px;
position: relative;
bottom: 5px;
font-size: 20px;
}
.game-profile-picture{
position: relative;
display: flex;
align-self: flex-end;
justify-self: flex-end;
transform: translateY(var(--translate-profile-y,0));
}
.game-profile-picture:hover{
--translate-profile-y: -1.5px;
}
.game-profile-picture-image{
position: relative;
left: 10px;
height: 30px;
width: 30px;
user-select: none;
}
.game-quitGame-container{
background-color: white;
display: flex;
height: 60px;
}
.game-quitGame-button{
display: flex;
position: relative;
top: 16px;
left: 10px;
height: 50px;
width: 50px;
border-radius: 12%;
border: none;
background-color: rgba(255, 255, 255, 0);;
transform: translateY(var(--translate-y,0));
}
.back-button-image{
height:50px;
width:50px;
position: relative;
bottom: 1px;
right: 8px;
user-select: none;
}
.game-quitGame-button:hover{
--translate-y: -1.5px;
cursor: pointer;
}
.game-quitGame-image{
height:100px;
width:300px;
position: relative;
bottom: 1px;
right: 8px;
/* left: 100px; */
user-select: none;
} | src/components/game/game.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
.game-setname{
position: relative;
display: grid;
grid-template-columns: 400px 800px 400px 400px;
grid-template-rows: 100px 100px 400px 400px;
justify-items: center;
margin: 30px;
font-family: 'Roboto', sans-serif;
color: #4F4D4D;
font-size: 45px;
bottom: 200px;
left: 29px;
}
.startGameButton{
grid-column: 2;
grid-row: 3;
padding: 6px;
font-weight: 700;
text-transform: uppercase;
font-size: 25px;
text-align: center;
color: rgba(255, 255, 255, 1);
width: 45%;
height: 70px;
border: none;
border-radius: 20px;
cursor: pointer;
transition: all 0.1s ease;
margin: 3px;
background: #70F0A9;
position: relative;
top: 30px;
}
.startGameButton:hover{
transform: translateY(-2px);
}
.otherPlayerNotReadyField{
grid-column: 2;
grid-row: 3;
padding: 6px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
text-align: center;
color: rgba(255, 255, 255, 1);
width: 45%;
height: 70px;
border: none;
border-radius: 20px;
cursor: pointer;
transition: all 0.1s ease;
margin: 3px;
background: #F0DA65;
position: relative;
top: 30px;
}
.game-userbox{
position: relative;
display: grid;
grid-template-columns: repeat(5, 155px);
grid-column: 2;
grid-row: 2;
align-self: end;
width: 800px;
height: 50px;
font-family: 'Roboto', sans-serif;
color: #4F4D4D;
font-size: 45px;
border-radius: .4rem;
background-color:rgba(0, 226, 0, 0.3);
}
.game-guesses{
position: relative;
display: grid;
grid-template-rows: 50px;
grid-column: 3;
grid-row: 3;
font-size: 25px;
align-items: center;
justify-items: center;
height: 800px;
width: 300px;
border-radius: .8rem;
background-color: rgba(0, 0, 0, 0.05);
}
.game-chat{
position: relative;
display: grid;
grid-template-rows: 50px;
grid-column: 1;
grid-row: 4;
font-size: 25px;
align-items: center;
justify-items: center;
height: 400px;
width: 300px;
border-radius: .8rem;
background-color: rgba(0, 0, 0, 0.05);
}
.game-guesses-title{
position: relative;
grid-column: 3;
grid-row: 2;
top: 60px;
font-family: 'exampleserif', sans-serif;
font-size: 35px;
font-weight: lighter;
}
.game-scoreboard{
display: grid;
grid-template-rows: 80px repeat(5, 1fr);
grid-template-columns: repeat(5, 1fr);
grid-column: 1;
grid-row: 3;
align-items: center;
justify-items: center;
height: 350px;
width: 300px;
position: relative;
border-radius: .8rem;
}
.game-timer{
position: relative;
left: 16px;
display: grid;
grid-column: 2;
grid-row: 1;
}
.game-time{
position: relative;
left: 16px;
display: grid;
grid-column: 3;
grid-row: 1;
}
.game-scoreboard-title{
position: relative;
bottom: 20px;
display: grid;
grid-column: 2/5;
grid-row: 2;
font-family: 'exampleserif', sans-serif;
font-size: 40px;
font-weight: lighter;
}
.game-scoreboard-profile1{
display: grid;
grid-template-rows: 20px repeat(3, 1fr);
grid-template-columns: 90px 60px 150px;
grid-column: 1/6;
grid-row: 3/4;
align-items: center;
justify-items: center;
height: 100px;
width: 300px;
background-color: rgba(0, 0, 0, 0.05);
position: relative;
border-radius: .8rem;
}
.game-scoreboard-profile2{
display: grid;
grid-template-rows: 20px repeat(3, 1fr);
grid-template-columns: 90px 60px 150px;
grid-column: 1/6;
grid-row: 5/6;
align-items: center;
justify-items: center;
height: 100px;
width: 300px;
background-color: rgba(0, 0, 0, 0.05);
position: relative;
border-radius: .8rem;
}
.game-profile-picture2a{
position:relative;
display: grid;
grid-column: 2;
grid-row: 2;
align-items: center;
justify-self: end;
right: 10px;
}
.game-rank{
position:relative;
display: grid;
grid-column: 1;
grid-row: 2/4;
align-items: center;
justify-self: end;
font-size: 40px;
/* right: 10px; */
}
.game-creator-name-b{
grid-column: 3;
grid-row: 2;
position: relative;
left: 5px;
font-size: 20px;
justify-self: start;
align-self: end;
}
.game-points1{
grid-column: 3;
grid-row: 3;
position: relative;
font-size: 20px;
justify-self: start;
align-self: end;
}
.game-user-profile{
display: grid;
grid-column: 1;
grid-row: 1;
align-self: end;
justify-self: end;
position: relative;
left: 70px;
bottom: 5px;
background-color: rgba(2, 255, 255, 0);
box-shadow: none;
border: none;
z-index: 1;
}
.game-user-profile2{
grid-column: 4;
display: grid;
align-self: end;
justify-self: start;
position: relative;
left: -10px;
bottom: 5px;
background-color: rgba(2, 255, 255, 0);
box-shadow: none;
border: none;
z-index: 1;
}
.game-user-profile:hover{
cursor: pointer;
}
.game-vs-picture{
display: flex;
align-self: end;
justify-self: center;
position: relative;
}
.game-online-offline{
height:13px;
position: relative;
top:20px;
}
.game-creator-name{
grid-column: 2;
grid-row: 1;
justify-self: start;
align-self: end;
position: relative;
left:75px;
bottom: 5px;
font-size: 20px;
}
.game-creator-name2{
justify-self: start;
align-self: end;
right: 105px;
position: relative;
bottom: 5px;
font-size: 20px;
}
.game-profile-picture{
position: relative;
display: flex;
align-self: flex-end;
justify-self: flex-end;
transform: translateY(var(--translate-profile-y,0));
}
.game-profile-picture:hover{
--translate-profile-y: -1.5px;
}
.game-profile-picture-image{
position: relative;
left: 10px;
height: 30px;
width: 30px;
user-select: none;
}
.game-quitGame-container{
background-color: white;
display: flex;
height: 60px;
}
.game-quitGame-button{
display: flex;
position: relative;
top: 16px;
left: 10px;
height: 50px;
width: 50px;
border-radius: 12%;
border: none;
background-color: rgba(255, 255, 255, 0);;
transform: translateY(var(--translate-y,0));
}
.back-button-image{
height:50px;
width:50px;
position: relative;
bottom: 1px;
right: 8px;
user-select: none;
}
.game-quitGame-button:hover{
--translate-y: -1.5px;
cursor: pointer;
}
.game-quitGame-image{
height:100px;
width:300px;
position: relative;
bottom: 1px;
right: 8px;
/* left: 100px; */
user-select: none;
} | 0.452294 | 0.123868 |
.time-slice {
display: -webkit-flex;
-webkit-align-items: stretch;
}
.date-time {
-webkit-flex-shrink: 0;
-webkit-flex-basis: 100px;
}
.lightsTitle{
padding-top: 20px;
text-align: center;
}
.littit2{
padding-bottom: 10px;
}
.contactFooter{
display:flex;
justify-content: space-around;
flex-flow: row wrap;
gap: 30px;
}
@media only screen and (min-width : 700px) {
#twitchWidth{
width: 570px ;
}
}
@media only screen and (max-width : 700px) {
#twitchWidth{
width: 90% ;
}
}
.makeCent{
text-align: center;
}
.makeTop{
z-index: 150;
}
.conTitle{
font-size: 52px;
font-family: 'Lato';
font-style: italic;
letter-spacing: 4px;
font-weight: 500;
padding-top:50px;
color: #EF5236;
}
.conTitle2{
margin-left: 30px;
margin-right: 30px;
padding-bottom: 50px;
letter-spacing: 5px;
color: #EF5236;
font-family: 'Lato', sans-serif;
}
.coLogos{
width: 60px;
height: 60px;
margin-right: 20px;
padding-right: 20px;
}
.num{
text-align: left;
}
.email{
text-align: left;
}
input::-webkit-input-placeholder {
color: #707070 !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #707070 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
color: #707070 !important;
}
input:-ms-input-placeholder {
color: #707070 !important;
}
textarea::-webkit-input-placeholder {
color: #707070 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #707070 !important;
}
textarea::-moz-placeholder { /* Firefox 19+ */
color: #707070 !important;
}
textarea:-ms-input-placeholder {
color: #707070 !important;
}
.setConMarg{
width: 60vw !important;
margin-left: 20vw;
margin-right: 20vw;
}
.setConMargL{
width: 50vw !important;
margin: 0 auto;
}
.makegray{
background-color: gray !important;
}
.conpadL{
margin-bottom: 0px !important;
}
.lightsub{
margin-top: -10px;
margin-bottom: 10px;
}
.gone{
display: none;
padding-left: 20px;
text-align: center !important;
}
.there{
display: block;
text-align: center !important;
}
.there2{
display: block;
z-index: 1000 !important;
text-align: center !important;
}
.home{
height:140vh;
padding-bottom: 200px;
overflow: hidden !important;
/* background: url("main.jpg") top center ;
background-size:cover; */
}
.classAdder{
background-color: #a56b78;
}
.inmess{
padding-top: 90px;
}
.wrapper {
padding-top: 25px;
display: flex;
justify-content: center;
padding-bottom: 30px;
}
.newbutt{
background-color: white !important;
color: black !important;
font-weight: bold !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.td{
text-decoration: none !important;
margin-bottom: 40px;
width: 10px;
height: 50px;
}
.botcon{
font-size: 13px;
margin-top: 0px;
margin-bottom: 0px;
}
.botcon2{
font-size: 13px;
margin-bottom: 0px;
}
.inTitle{
font-size: 90px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
padding-top: 90px;
padding-left: 150px;
}
.indexBackground{
background-color: grey;
top: 0px !important;
height: 100vh !important;
/*//padding-top: 00px;
padding-bottom: 100px; */
}
.cropimage{
background: fixed;
background-size: cover;
border: solid red;
/*background-image: fixed; */
}
#image1{
background-image: url(main.jpg)
}
.box {
width: 100px;
height: 100px;
}
.red{
background-color: red;
}
.blue{
background-color: blue;
}
/* this code was not compiled */
.widthSet{
width: 100%;
overflow-x: hidden;
}
/* height setter: adds kbbq line to write div dependent on height size */
.bigHeights{
display: none;
}
.smallHeights{
display: block;
}
#kbbq{
padding-top: 40px;
position: relative;
font-size: 60px;
z-index: 120 !important;
margin-bottom: 50px !important;
padding-bottom: 50px !important;
background-color: #5E6472;
color: white;
letter-spacing: 2px;
}
.about{
background-color: #5E6472;
}
.flexRow{
display: flex;
}
.list{
color: white;
font-size: 28px;
}
.left-half {
flex: 1;
padding: 1rem;
}
.right-half {
flex: 1;
padding: 1rem;
}
.filler{
position: relative;
z-index: 0 !important;
background-color: #a56b78;
}
.nextColor{
height:0px;
position: relative;
z-index: 99 !important;
background-color: rgba(107 , 120, 165, 1);
}
@media screen and (min-height: 900px) {
.home{
padding-bottom: 0px;
}
/*
.nextColor{
height: 300px;
}
.bigHeights{
display: block ;
}
.smallHeights{
display: none !important ;
}
*/
}
.nextColor2{
height:500px;
position: relative;
z-index: 99 !important;
background-color: #a56b78;
}
.parallax {
/* The image used */
background-image: url("main.jpg");
/* Set a specific height */
height: 400px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.inTitle2{
font-size: 60px;
font-family: 'Roboto', sans-serif;
padding-left: 150px;
padding-bottom: 340px;
}
.flip-card {
background-color: transparent;
width: 300px;
height: 400px;
perspective: 1000px;
margin: auto;
/* Remove this if you don't want the 3D effect */
}
.cardCon {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
/* Safari */
backface-visibility: hidden;
border-radius: 2%;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: #AED9E0;
color: black;
}
/* Style the back side */
.flip-card-back {
background-color: white;
color: black;
transform: rotateY(180deg);
text-align: left;
}
.mainBack{
background-color: gainsboro;
width: auto;
}
.iglo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.fblo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.lilo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.ghlo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.ytlo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
} | sfolden.css | .time-slice {
display: -webkit-flex;
-webkit-align-items: stretch;
}
.date-time {
-webkit-flex-shrink: 0;
-webkit-flex-basis: 100px;
}
.lightsTitle{
padding-top: 20px;
text-align: center;
}
.littit2{
padding-bottom: 10px;
}
.contactFooter{
display:flex;
justify-content: space-around;
flex-flow: row wrap;
gap: 30px;
}
@media only screen and (min-width : 700px) {
#twitchWidth{
width: 570px ;
}
}
@media only screen and (max-width : 700px) {
#twitchWidth{
width: 90% ;
}
}
.makeCent{
text-align: center;
}
.makeTop{
z-index: 150;
}
.conTitle{
font-size: 52px;
font-family: 'Lato';
font-style: italic;
letter-spacing: 4px;
font-weight: 500;
padding-top:50px;
color: #EF5236;
}
.conTitle2{
margin-left: 30px;
margin-right: 30px;
padding-bottom: 50px;
letter-spacing: 5px;
color: #EF5236;
font-family: 'Lato', sans-serif;
}
.coLogos{
width: 60px;
height: 60px;
margin-right: 20px;
padding-right: 20px;
}
.num{
text-align: left;
}
.email{
text-align: left;
}
input::-webkit-input-placeholder {
color: #707070 !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #707070 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
color: #707070 !important;
}
input:-ms-input-placeholder {
color: #707070 !important;
}
textarea::-webkit-input-placeholder {
color: #707070 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #707070 !important;
}
textarea::-moz-placeholder { /* Firefox 19+ */
color: #707070 !important;
}
textarea:-ms-input-placeholder {
color: #707070 !important;
}
.setConMarg{
width: 60vw !important;
margin-left: 20vw;
margin-right: 20vw;
}
.setConMargL{
width: 50vw !important;
margin: 0 auto;
}
.makegray{
background-color: gray !important;
}
.conpadL{
margin-bottom: 0px !important;
}
.lightsub{
margin-top: -10px;
margin-bottom: 10px;
}
.gone{
display: none;
padding-left: 20px;
text-align: center !important;
}
.there{
display: block;
text-align: center !important;
}
.there2{
display: block;
z-index: 1000 !important;
text-align: center !important;
}
.home{
height:140vh;
padding-bottom: 200px;
overflow: hidden !important;
/* background: url("main.jpg") top center ;
background-size:cover; */
}
.classAdder{
background-color: #a56b78;
}
.inmess{
padding-top: 90px;
}
.wrapper {
padding-top: 25px;
display: flex;
justify-content: center;
padding-bottom: 30px;
}
.newbutt{
background-color: white !important;
color: black !important;
font-weight: bold !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.td{
text-decoration: none !important;
margin-bottom: 40px;
width: 10px;
height: 50px;
}
.botcon{
font-size: 13px;
margin-top: 0px;
margin-bottom: 0px;
}
.botcon2{
font-size: 13px;
margin-bottom: 0px;
}
.inTitle{
font-size: 90px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
padding-top: 90px;
padding-left: 150px;
}
.indexBackground{
background-color: grey;
top: 0px !important;
height: 100vh !important;
/*//padding-top: 00px;
padding-bottom: 100px; */
}
.cropimage{
background: fixed;
background-size: cover;
border: solid red;
/*background-image: fixed; */
}
#image1{
background-image: url(main.jpg)
}
.box {
width: 100px;
height: 100px;
}
.red{
background-color: red;
}
.blue{
background-color: blue;
}
/* this code was not compiled */
.widthSet{
width: 100%;
overflow-x: hidden;
}
/* height setter: adds kbbq line to write div dependent on height size */
.bigHeights{
display: none;
}
.smallHeights{
display: block;
}
#kbbq{
padding-top: 40px;
position: relative;
font-size: 60px;
z-index: 120 !important;
margin-bottom: 50px !important;
padding-bottom: 50px !important;
background-color: #5E6472;
color: white;
letter-spacing: 2px;
}
.about{
background-color: #5E6472;
}
.flexRow{
display: flex;
}
.list{
color: white;
font-size: 28px;
}
.left-half {
flex: 1;
padding: 1rem;
}
.right-half {
flex: 1;
padding: 1rem;
}
.filler{
position: relative;
z-index: 0 !important;
background-color: #a56b78;
}
.nextColor{
height:0px;
position: relative;
z-index: 99 !important;
background-color: rgba(107 , 120, 165, 1);
}
@media screen and (min-height: 900px) {
.home{
padding-bottom: 0px;
}
/*
.nextColor{
height: 300px;
}
.bigHeights{
display: block ;
}
.smallHeights{
display: none !important ;
}
*/
}
.nextColor2{
height:500px;
position: relative;
z-index: 99 !important;
background-color: #a56b78;
}
.parallax {
/* The image used */
background-image: url("main.jpg");
/* Set a specific height */
height: 400px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.inTitle2{
font-size: 60px;
font-family: 'Roboto', sans-serif;
padding-left: 150px;
padding-bottom: 340px;
}
.flip-card {
background-color: transparent;
width: 300px;
height: 400px;
perspective: 1000px;
margin: auto;
/* Remove this if you don't want the 3D effect */
}
.cardCon {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
/* Safari */
backface-visibility: hidden;
border-radius: 2%;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: #AED9E0;
color: black;
}
/* Style the back side */
.flip-card-back {
background-color: white;
color: black;
transform: rotateY(180deg);
text-align: left;
}
.mainBack{
background-color: gainsboro;
width: auto;
}
.iglo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.fblo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.lilo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.ghlo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
}
.ytlo{
width: 30px;
height: 30px;
margin-left: 12px;
margin-right: 12px;
} | 0.289874 | 0.092115 |
.arcticmodal-overlay,
.arcticmodal-container {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1000;
}
.arcticmodal-container {
overflow: auto;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
height: 100%
}
.arcticmodal-container_i {
height: 100%;
margin: 0 auto;
}
.arcticmodal-container_i2 {
padding: 24px;
margin: 0;
border: 0;
vertical-align: middle;
}
.arcticmodal-error {
padding: 20px;
border-radius: 10px;
background: rgb(204, 199, 199);
color: #fff;
}
.arcticmodal-loading {
width: 80px;
height: 80px;
border-radius: 10px;
background: rgb(219, 214, 214) url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
position: relative;
width: 655px;
min-height: 120px;
padding: 20px;
background: #fff;
color: #3c3c3c;
/*
box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
border-radius: 5px;
}
.light-modal {
position: relative;
width: 0px;
height: 0px;
box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
border-radius: 5px;
opacity: 0;
}
#big-modal {
width: 655px;
}
#middle-modal {
width: 455px;
}
#small-modal {
width: 255px;
}
#feedback-modal-box {
width: 300px;
}
#feedback-modal-box #feedback-infolist {
list-style: none;
display: table;
width: 100%;
height: 100%;
margin:0;
padding:0;
}
#feedback-modal-box #feedback-infolist li {
text-align: center;
font-size: 110%;
display: table-cell;
vertical-align: middle;
height: 120px;
}
#light-box {
border-radius: 5px;
}
.modal-close {
width: 26px;
height: 26px;
position: absolute;
right: 6px;
top: 6px;
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 26px;
color: #fff;
background: #DFBE63;
cursor: pointer;
border-radius: 13px;
font-family: Verdana;
}
.modal-close:hover {
background: rgb(197, 162, 66);
} | portfolio/feedback/css/jquery.arcticmodal.css | .arcticmodal-overlay,
.arcticmodal-container {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1000;
}
.arcticmodal-container {
overflow: auto;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
height: 100%
}
.arcticmodal-container_i {
height: 100%;
margin: 0 auto;
}
.arcticmodal-container_i2 {
padding: 24px;
margin: 0;
border: 0;
vertical-align: middle;
}
.arcticmodal-error {
padding: 20px;
border-radius: 10px;
background: rgb(204, 199, 199);
color: #fff;
}
.arcticmodal-loading {
width: 80px;
height: 80px;
border-radius: 10px;
background: rgb(219, 214, 214) url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
position: relative;
width: 655px;
min-height: 120px;
padding: 20px;
background: #fff;
color: #3c3c3c;
/*
box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
border-radius: 5px;
}
.light-modal {
position: relative;
width: 0px;
height: 0px;
box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
border-radius: 5px;
opacity: 0;
}
#big-modal {
width: 655px;
}
#middle-modal {
width: 455px;
}
#small-modal {
width: 255px;
}
#feedback-modal-box {
width: 300px;
}
#feedback-modal-box #feedback-infolist {
list-style: none;
display: table;
width: 100%;
height: 100%;
margin:0;
padding:0;
}
#feedback-modal-box #feedback-infolist li {
text-align: center;
font-size: 110%;
display: table-cell;
vertical-align: middle;
height: 120px;
}
#light-box {
border-radius: 5px;
}
.modal-close {
width: 26px;
height: 26px;
position: absolute;
right: 6px;
top: 6px;
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 26px;
color: #fff;
background: #DFBE63;
cursor: pointer;
border-radius: 13px;
font-family: Verdana;
}
.modal-close:hover {
background: rgb(197, 162, 66);
} | 0.48121 | 0.071203 |
header .dropdown-toggle::after{
background: url(../images/arrow-down.svg) no-repeat;
height: 12px;
width: 15px;
background-size: 15px;
border: none;
background-position: top;
}
header .top_bar{
background: #F72442;
box-shadow: 0 0 10px rgb(0 0 0 / 13%);
position: relative;
}
header .top_bar .navbar-light .navbar-nav .nav-link{
color: #fff;
padding: 0;
line-height: 20px;
}
header .top_bar .left_panel{
display:flex;
align-items: center;
}
header .top_bar .right_panel{
display:flex;
align-items: center;
justify-content: flex-end;
}
header .top_bar .right_panel .navbar-light .navbar-nav .nav-link{
padding:0 20px 0 0;
font-weight:600;
}
header .top_bar .right_panel .navbar-light .navbar-nav .nav-link img{
margin-right:5px;
}
header .top_bar .right_panel .navbar-light .navbar-nav .dropdown-toggle::after{
position:absolute;
top:3px;
}
header .top_bar .search_box{
padding-left:45px;
}
header .top_bar .search_box input{
border:none;
padding-left:25px;
background:#fff;
}
header .top_bar .search_box button{
background:#fff;
border:none;
padding-right:25px;
}
header .middle_bar{
background:#FEF3F4;
}
header .middle_bar ul{
margin:0;
padding:0;
}
header .middle_bar li{
list-style: none;
display:inline-block;
padding:22px 30px;
line-height:1;
}
header .middle_bar li a{
color:#F72442;
font-size:15px;
font-weight:600;
}
header .middle_bar li a:hover{
color:#000;
}
header .bottom_bar{
min-height:40px;
border-bottom:1px solid #E4DDE0;
}
header .bottom_bar ul{
padding:0;
margin:0;
}
header .bottom_bar .left_panel li{
display:inline-block;
padding:12px 30px 12px 0;
}
header .bottom_bar .right_panel{
display:flex;
justify-content: flex-end;
}
header .bottom_bar .right_panel li{
display:inline-block;
padding:12px 0 12px 30px;
}
header .bottom_bar .right_panel li a{
color:#F72442;
font-weight:bold;
font-size:15px;
display:flex;
}
header .bottom_bar .right_panel li a:hover{
color:#000;
}
header .bottom_bar .right_panel li a img{
margin-right:4px;
}
header .bottom_bar .left_panel li a{
font-size:13px;
color:#000;
display:flex;
}
header .bottom_bar .left_panel li a img{
margin-right:8px;
}
header .bottom_bar .left_panel li a:hover{
color:#F72442;;
}
.banner_main{
background:url('../images/baner-bg.svg') no-repeat #F1ECEE;
padding:40px 0 35px;
background-size: cover;
background-position: center;
}
.banner_main h6{
font-weight:normal;
font-size:18px;
color:#4A4B4B;
}
.banner_main h1{
font-size:44px;
font-weight:bold;
font-family: "San Francisco Bold";
letter-spacing: -1px;
}
.banner_main h1 span{
color:#F72442;
}
.banner_main .search_box{
background:#fff;
padding:10px;
border-radius:5px;
display:flex;
align-items: center;
}
.banner_main .search_box input{
height:58px;
background:url('../images/ico-search.svg') no-repeat #FEE3E7;
background-position: 98% center;
border:1px solid #F72442;
border-radius:5px!important;
margin-right:12px;
font-size:18px;
padding-left:24px;
}
.banner_main .search_box button{
box-shadow: 0 0 10px rgb(0 0 0 / 13%);
height:44px;
background:#F72442;
padding:0 39px;
border:none;
color:#fff;
font-weight:bold;
border-radius:5px!important;
}
.search_by_type_panel{
padding:56px 0;
overflow: hidden;
position:relative;
}
.search_by_type_panel .row .col-md-3:last-child, .search_by_type_panel .row .col-md-3:nth-child(5){
position: relative;
}
.type_box{
border-radius:10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
text-align: center;
padding:36px 0 42px;
margin:0 0 24px 0;
}
.type_box:hover{
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.type_box h3{
margin:0;
font-weight:bold;
line-height: 1;
color:#01133E;
}
.type_box img{
margin-bottom:40px;
}
.highlighted_panel{
padding-bottom:80px;
}
.image_box{
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border-radius:10px;
overflow:hidden;
position: relative;
}
.image_box:hover{
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.image_box .top_ad{
background:#FFE1E1;
padding:6px 12px;
border-radius:30px;
color:#F72442;
position:absolute;
top:9px;
right:9px;
line-height: 1;
}
.image_box .badge.bg-info.place_on_img{
position:absolute;
top:-40px;
left:16px;
background:#FF1ABA!important;
color:#fff;
border:none;
}
.image_box.type_2 .info .name{
display:flex;
padding-bottom:15px;
color:#4B4B4B;
font-size:16px;
align-items: center;
}
.image_box.type_2 .name img{
width:32px;
margin-right:9px;
display: flex;
align-items: center;
}
.image_box .detail_list{
padding:0;
margin:0;
}
.image_box .detail_list li{
list-style: none;
padding-bottom:18px;
line-height: 1;
font-size:15px;
display: flex;
}
.image_box .detail_list li label{
color:#8E8E93;
width:60px;
}
.image_box.type_3 .detail_list li{
padding-bottom:12px;
}
.image_box.type_3 .detail_list li label{
width:auto;
margin-right:10px;
}
.image_box.type_3 .detail_list li label:nth-child(2){
margin-left:20px;
}
.image_box > img, .image_box > a > img{
width:100%;
height:212px;
object-fit: cover;
border-radius:10px 10px 0 0;
}
.image_box.type_2 > img, .image_box.type_2 > a > img{
height:158px;
}
.image_box .info{
padding:18px 16px;
position:relative;
}
.image_box.type_3 .info{
padding-bottom:12px;
}
.image_box .info .date{
color:#8E8E93;
font-size:13px;
}
.image_box .info .name{
font-size:18px;
font-weight:600;
}
.image_box .info .price{
font-size:25px;
font-weight:700;
padding-bottom:5px;
font-family: 'San Francisco Bold';
}
.image_box .info .name a, .image_box .info .price a{
color:#212529;
}
.image_box .info .name a:hover, .image_box .info .price a:hover{
color:#F72442;
}
.image_box .info .feature_list{
color:#4B4B4B;
display:flex;
font-size:17px;
align-items: center;
}
.image_box .info .feature_list img{
width:20px;
margin-right:5px;
}
.image_box .info a.save_me{
border: 1px solid #D4D4D8;
width: 38px;
height: 38px;
border-radius: 100px;
display: inline-block;
text-align: center;
line-height: 38px;
color: #8E8E93;
font-size: 20px;
}
.image_box .info a.save_me .bi-heart-fill{
display:none;
}
.image_box .info a.save_me.active{
color:#F72442;
}
.image_box .info a.save_me.active .bi-heart-fill{
display:block;
}
.image_box .info a.save_me.active .bi-heart{
display:none;
}
.image_box .info .views{
display:flex;
justify-content: flex-end;
margin-top:20px;
}
.image_box .info .views.flex-start{
justify-content: flex-start;
}
.reviews{
padding:4px 0 14px;
line-height: 1;
}
.reviews .bi{
font-size:14px;
color:#D1D1D6;
}
.reviews .bi.active{
color:#FBFB1D;
}
.image_box .info .views img{
margin-right:8px;
}
.expected_panel, .breeders_panel{
padding-bottom:80px;
}
.expected_panel,.breeders_panel{
overflow:hidden;
position:relative;
}
.expected_panel .row .col-md-3:first-child,
.expected_panel .row .col-md-3:last-child{
position:relative;
}
.breeders_panel .row .col-md-3:first-child,
.breeders_panel .row .col-md-3:last-child{
position:relative;
}
.image_box.type_3 .left-side img{
width: 76px;
height: 76px;
object-fit: cover;
border-radius: 120px;
}
.image_box.type_4 .info{
padding-top:22px;
padding-bottom:22px;
}
.image_box.type_3 .info .name{
color:#4B4B4B;
font-size:18px;
}
.image_box.type_4 .info .name{
font-size: 20px;
line-height: 24px;
padding-bottom: 9px;
}
.image_box.type_4 .info .desc{
font-size:17px;
color:#8E8E93;
line-height: 21px;
}
.image_box.type_4 .info .row{
align-items: center;
}
.our_mission_panel{
padding-bottom:110px;
}
.our_mission_panel > .container > .row{
align-items: center;
}
.our_mission_panel p{
font-size:22px;
color:#8E8E93;
line-height: 31px;
}
.stats_panel{
font-size:22px;
color:#4B4B4B;
line-height: 1;
padding-bottom:34px;
font-weight:bold;
}
.stats_panel h2{
color:#F72442;
font-size:42px;
font-weight:600;
line-height: 1;
}
.about_us_panel{
padding-bottom:60px;
background:url('../images/red-curve.png') no-repeat top center #F9657A;
background-size: 100% auto;
padding-top:100px;
}
.about_us_panel .container > .row{
align-items: center;
}
.about_us_panel .container > .row .col-md-7,
.about_us_panel .container > .row .col-md-5{
position:relative;
}
.about_us_panel .container p{
color:#fff;
font-size:22px;
line-height: 29px;
max-width: 453px;
}
.about_us_panel .container h2, .about_us_panel .container h5{
color:#fff;
}
.why_choose_panel{
padding:125px 0 145px;
position:relative;
overflow:hidden;
}
.why_choose_panel .row .col-md-12{
position:relative;
}
.why_choose_panel p{
font-size:22px;
line-height: 29px;
color:#8E8E93;
max-width: 915px;
margin:auto;
}
.why_choose_panel .blocks_section{
max-width:770px;
margin:auto;
padding-top:65px;
}
.our_mission_panel img, .about_us_panel img{
max-width: 100%;
}
footer{
background:#FAFAFB;
}
footer .footer_top{
padding:69px 0;
max-width: 966px;
margin:auto;
color:#657783;
font-size:15px;
}
footer .footer_top input.form-control{
height: 56px;
font-size: 15px;
width: 300px;
max-width: 100%;
border: 1px solid #E7E7E7;
background: #FFFFFF;
}
footer .footer_top .btn-primary{
height:56px;
padding:0 40px;
font-weight:bold;
}
footer .footer_top .right_panel{
display: flex;
justify-content: flex-end;
}
footer .footer_bottom{
padding:45px 0 60px;
border-top:2px solid #EBEBEB;
color:#778792;
font-size:16px;
}
footer .footer_bottom ul{
margin:0;
padding:0;
}
footer .footer_bottom ul li{
list-style:none;
line-height: 1;
padding:10px 0;
display: flex;;
}
footer .footer_bottom ul li img{
margin-right:7px;
}
footer .footer_bottom h4{
margin-top:35px;
font-weight: bold;
}
footer .footer_bottom .address_block{
display:flex;
padding-bottom:20px;
}
footer .footer_bottom .row .col-md-4:first-child p{
max-width:400px;
}
footer .footer_bottom .row .col-md-4:last-child{
position: relative;
}
footer .footer_bottom .address_block img{
margin-right:10px;
}
footer .footer_bottom .social_block{
display:flex;
width:132px;
justify-content: space-between;
padding-left:35px;
}
footer .footer_bottom .social_block img{
width:22px;
}
footer .copyright{
color:#778792;
padding:0 0 35px 0;
font-size:14px;
}
.playful-cat{
position: absolute;
right: -40px;
bottom: 0;
}
.float_icon{
position:absolute;
}
.float_icon.flip{
transform: rotate(30deg);
}
.float_icon.flip2{
transform: rotate(-30deg);
}
.float_icon.flip3{
transform: rotate(40deg);
}
a.mobile_menu{
color: #fff;
font-size: 26px;
margin: 3px 0 0 15px;
display:none;
}
.inner_page_content_area{
padding:20px 0;
}
.inner_page_content_area h2{
color:#161616;
}
.inner_page_content_area .left_sidebar h2{
font-size:21px;
}
.inner_page_content_area .left_sidebar .accordion-button{
padding-left:0;
padding-right:0;
font-family: 'San Francisco';
font-weight:bold;
background:none;
font-size:19px;
padding-bottom:10px;
padding-top:10px;
box-shadow:none!important;
}
.inner_page_content_area .left_sidebar .accordion-button:not(.collapsed){
color:#212529
}
.inner_page_content_area .left_sidebar .accordion-flush .accordion-item{
border:none;
border-bottom:1px solid #E0E0E0;
}
.inner_page_content_area .left_sidebar .accordion-body{
padding-left:0;
padding-right:0;
padding-top:5px;
padding-bottom:10px;
}
.inner_page_content_area .left_sidebar .accordion label{
color:#161616;
font-size:18px;
font-weight: 500;
}
.inner_page_content_area .left_sidebar .social_links{
padding:20px 0 10px 10px;
}
.inner_page_content_area .left_sidebar .social_links a{
color:#4B4B4B;
margin-right:17px;
font-size:18px;
}
.inner_page_content_area .left_sidebar .social_links a:hover{
color:#F72442;
}
.inner_page_content_area .left_sidebar .accordion .form-check.checked label{
font-weight: 600;
}
.inner_page_content_area .left_sidebar label span{
color:#B2B2B2;
font-weight:normal;
}
.inner_page_top_tabs{
border:1px solid #F6F6F6;
border-radius:8px;
display: inline-flex;
margin-bottom:20px;
}
.inner_page_top_tabs a, .inner_page_top_tabs span{
padding:13px 50px;
color:#4B4B4B;
}
.inner_page_top_tabs span, .inner_page_top_tabs a:hover{
font-weight: 600;
color:#F72442;
}
.inner_page_content_area .left_sidebar .image_box .info .feature_list img {
width:25px;
}
.filter_tag{
background: #AFC4F5;
padding: 0 0 0 8px;
line-height: 1;
border-radius: 5px;
margin-right: 13px;
background: #AFC4F5;
display: inline-flex;
align-items: center;
}
.filter_tag a{
font-size:26px;
margin-left:10px;
color:#000;
}
.filter_tag a:hover{
color:#F72442;
}
.page_per{
justify-content: flex-end;
}
.page_per select{
width:auto;
margin-right:10px;
min-width: 80px;
}
.page_per{
display: flex;
align-items: center;
}
.inner_page_content_area .left_sidebar .image_box.type_3 > .info > .row{
align-items: center;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list{
font-size:16px;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list a{
color:#4B4B4B;
text-decoration: underline;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list a:hover{
color:#F72442;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list i{
font-size:20px;
}
.inner_page_content_area .left_sidebar .image_box.type_3 p{
color:#4B4B4B;
line-height: 20px;
}
.inner_page_content_area .left_sidebar .stats{
font-size:28px;
font-weight:bold;
line-height: 1;
}
.inner_page_content_area .left_sidebar .stats span{
font-size:18px;
font-weight:normal;
}
.inner_page_content_area .left_sidebar .range{
align-items: center;
}
.inner_page_content_area .left_sidebar .range .form-control{
background:#fff;
border:1px solid #A8A8AC;
padding: 7px 10px;
}
.inner_page_content_area .left_sidebar .range button{
padding:0;
background:none;
border:none;
}
#mobile_menu .accordion-button{
padding: 10px 0;
background: none;
border-radius: 0;
font-family: 'San Francisco';
color: #222;
}
#mobile_menu .accordion-item{
border:none;
}
#mobile_menu .accordion-body{
padding:10px 0;
}
#mobile_menu .btn.btn-outline-secondary{
border-color:#eee;
}
.shadow_box{
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
border-radius: 10px;
padding:20px;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item{
padding-left:0;
border:none;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item a{
color:#8E8E93;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item a:hover{
color:#000;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item.active a{
color:#000;
font-weight:600;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item.active{
background:none;
}
.my_profile_section.shadow_box{
padding:30px 25px;
}
.my_profile_section .page-header{
border-bottom:1px solid #D8D8D8;
padding-bottom:10px;
}
.my_profile_section .page-header h2{
font-size:20px;
}
.my_profile_section h6{
font-size:18px;
font-weight:bold;
}
.custom-file {
background-color: #f8f8f8;
border: none;
padding: 13px;
border-radius: .25rem;
cursor: pointer;
color: #8E8E93;
font-size: 20px;
min-height: 98px;
display: flex;
align-items: center;
justify-content: center;
max-width: 100px;
}
.social_media_edit_list{
padding:0 10px;
}
.social_media_edit_list .list{
padding:20px 30px 20px 12px;
border-bottom:1px solid #D2D2D2;
line-height: 1;
}
.social_media_edit_list .list .bi{
font-size:20px;
}
.social_media_edit_list .list .bi-facebook{
color:#3B5997;
}
.social_media_edit_list .list .bi-instagram{
color:#4C68D7;
}
.social_media_edit_list .list .bi-pinterest{
color:#C8232C;
}
.product_page_seller_info .button_block{
border-top:2px solid #F1F1F1;
}
.product_page_seller_info h2.seller_name{
font-family: 'San Francisco';
}
.product_page_seller_info .views{
font-size:17px;
}
.ads_numbers{
text-transform: uppercase;
font-size:20px;
font-weight:600;
}
.ads_numbers .bi{
color:#8E8E93;
font-size:20px;
}
.share_ad span{
font-size:18px;
}
.share_ad .bi{
color:#7F7F7F;
font-size:25px;
margin-right:21px;
}
.share_ad .bi:hover{
color:#000;
}
.product_detail_panel .carousel-item img{
border-radius:10px;
overflow: hidden;
}
.product_detail_panel .carousel-indicators{
position:relative;
margin:0;
}
.product_detail_panel .carousel-indicators img{
width: 96px;
height: 96px;
border-radius: 10px;
object-fit: cover;
border:2px solid #fff;
}
.product_detail_panel .carousel-indicators [data-bs-target]{
width:auto;
height:auto;
margin-left:7px;
margin-right:7px;
opacity: 1;
}
.product_detail_panel .carousel-indicators .active img{
border:2px solid #386CE5;
}
.product_detail_panel .carousel-control-next,
.product_detail_panel .carousel-control-prev {
top: auto;
bottom: 40px;
z-index: 2;
width: 34px;
padding: 8px;
background: rgba(0,0,0,0.5);
height: 34px;
border-radius: 100%;
}
.product_detail_panel .desc_panel h2{
font-size:30px;
font-family: 'San Francisco';
}
.product_detail_panel .desc_panel .price{
font-family: 'San Francisco Bold';
font-size:35px;
}
.product_detail_panel .desc_panel .date{
font-size:17px;
}
.product_detail_panel .desc_panel h6{
font-size:15px;
font-weight:normal;
}
.product_detail_panel .desc_panel .feature_list {
color: #161616;
display: flex;
font-size: 20px;
align-items: center;
line-height: 1;
margin-bottom: 16px;
}
.product_detail_panel .desc_panel .feature_list img {
width: 20px;
margin-right: 5px;
}
.product_detail_panel .desc_panel .desc{
font-size:18px;
line-height: 23px;
}
.review_section{
border-top:1px solid #D8D8D8;
}
.review_section .review_box:last-child{
border:none;
}
.review_box{
padding-left:8px;
padding-right:8px;
border-bottom:1px solid #DADADA;
}
.review_box .user{
display:flex;
align-items: center;
font-size:20px;
font-weight:bold;
}
.review_box .user img{
width:32px;
border-radius:100px;
height: 32px;
object-fit: cover;
margin-right:10px;
}
.review_box .reviews .bi, .reviews.xl .bi{
font-size:20px;
}
.reviews.xxl .bi{
font-size:40px;
}
.review_single_page{
border:1px solid #EDEDED;
border-radius:6px;
padding:22px;
}
.select_animal_kind{
padding:0 15px;
}
.select_animal_kind figure{
position: relative;
border: 2px solid #E8E8EA;
border-radius: 0.5rem!important;
overflow: hidden;
}
.select_animal_kind figure:hover{
border-color:#386CE5;
}
.select_animal_kind img{
margin:0;
min-height: 197px;
object-fit: cover;
}
.select_animal_kind .figure-caption{
position: absolute;
bottom: 0;
z-index: 10;
left: 0;
right: 0;
text-align: center;
background: rgba(0,0,0,0.4);
color: #fff;
font-size: 16px;
padding: 5px 0;
border-radius: 0 0 0.25rem 0.25rem!important;
font-weight: 600;
letter-spacing: 0px;
}
.upload_pic{
display:flex;
}
.upload_pic .custom-file{
min-width: 104px;
height:104px;
}
.uploaded_pic{
position: relative;
}
.uploaded_pic a.delete{
position: absolute;
width: 25px;
height: 25px;
border-radius: 30px;
background: rgba(0,0,0,0.2);
font-size: 25px;
text-align: center;
line-height: 25px;
right: -10px;
top: -10px;
color: #000;
}
.uploaded_pic a.delete:hover{
background: rgba(0,0,0,0.5);
}
.uploaded_pic img{
width:104px;
height:104px;
object-fit: cover;
border-radius:.25rem;
}
.add_more_details{
padding-left:15px;
padding-right:15px;
}
.add_more_details .form-check label{
color:#4B4B4B;
}
.add_more_details .form-check.checked label{
font-weight:600;
}
.table_type_box{
box-shadow:0 2px 9px rgba(0,0,0,0.05);
padding:12px 25px;
border-radius:10px;
margin-bottom:15px;
}
.table_type_box:hover{
box-shadow:0 2px 9px rgba(0,0,0,0.1);
}
.table_type_box.compact{
padding:12px 10px;
}
.table_type_box.compact .btn-success{
padding-right:10px;
padding-left:10px;
}
.table_type_box .seller_name img, .table_type_box .top_panel img, .table_type_box .bottom_panel .waiting_list img{
width:49px;
height:49px;
border-radius:100px;
object-fit: cover;
}
.table_type_box .seller_name {
display:flex;
align-items: center;
}
.table_type_box .seller_name img{
margin-right:10px;
}
.table_type_box .seller_name .name, .table_type_box .seller_name .name a{
color:#464646;
font-size:16px;
font-weight:600;
}
.table_type_box .seller_name .name a:hover{
color:#F72442;
}
.table_type_box .seller_name .reviews .bi{
font-size:15px;
}
.table_type_box .seller_name .reviews{
padding:0;
}
.table_type_box > .row{
align-items: center;
}
.table_type_box > .row .last{
display:flex;
align-items: center;
}
.table_type_box .bottom_panel{
border-top:1px solid #EFEFEF;
padding-top:15px;
margin-top:11px;
padding-bottom:5px;
}
.table_type_box .bottom_panel.hide{
display:none;
}
.table_type_box_header{
padding:0 24px 15px;
font-size:13px;
}
.table_type_box_header.compact{
padding:0 5px 15px;
white-space: nowrap;
}
.table_type_box .bottom_panel .row .col{
display:flex;
align-items: center;
}
.table_type_box .bottom_panel .row .col .feature_list{
color:#4B4B4B;
margin-right:20px;
display: flex;
align-items: center;
}
.table_type_box .bottom_panel .row .col .waiting_list{
display: flex;
align-items: center;
color:#161616;
margin-right:23px;
}
.table_type_box .bottom_panel .waiting_list img{
width:25px;
height:25px;
}
.table_type_box .bottom_panel .row .col .feature_list a{
text-decoration: underline;
color:#4B4B4B;
}
.table_type_box .bottom_panel .row .col .feature_list a:hover{
color:#000;
}
.table_type_box .bottom_panel .row .col .feature_list i {
font-size: 20px;
}
.table_type_box .bottom_panel .row .col .feature_list strong{
color:#161616;
}
.table_type_box .bottom_panel .row .col .feature_list img {
width: 25px;
}
.show_more_arrow{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
width: 15px;
height: 15px;
display: inline-block;
cursor: pointer;
margin-left:13px;
transform: none;
}
.show_more_arrow.up{
transform: rotate(180deg);
}
.table_type_box .edit_delete_controls .bi{
color:#8E8E93;
font-size:20px;
}
.table_type_box .edit_delete_controls .bi:hover{
color:#000;
}
.table_type_box .view_waiting_list{
text-decoration:underline;
}
.table_type_box .view_waiting_list:hover{
color:#000;
}
.modal-body .seller_name{
font-size:20px;
}
a.add_new_expected_babies{
display: inline-flex;
align-items: center;
}
a.add_new_expected_babies .bi{
font-size:30px;
}
.profileOptionsBtns a{
font-weight:bold;
font-family: 'San Francisco Bold';
font-size:21px;
color:#161616;
box-shadow:0 0 8px rgba(0,0,0,0.05);
padding:30px 0;
display:block;
text-align:center;
border-radius:10px;
}
.profileOptionsBtns a:hover{
background:#AFC4F5
}
.messages_list .message{
border-bottom:2px solid #E4E4E4;
padding:13px 10px;
display:flex;
align-items:center;
cursor:pointer;
}
.messages_list .message.active{
border-left:4px solid #F72442;
}
.messages_list .message:hover{
background:#FCFCFD;
}
.messages_list .message .thumb{
margin-right:20px;
}
.messages_list .message .details{
width:100%;
}
.messages_list img{
width:60px;
}
.messages_list .date, .message_window .window_header .details .date{
font-size:13px;
color:#7D7D7F;
}
.messages_list strong, .message_window .window_header .details strong{
font-size:20px;
}
.messages_list .desc{
color:#79797B;
position:relative;
}
.messages_list .desc .badge{
right:10px;
}
.message_window{
border:1px solid #E3E3E3;
border-radius:8px;
padding:10px;
}
.message_window .window_header{
display:flex;
align-items:center;
}
.message_window .window_header .thumb img{
width:60px;
margin-right:20px;
}
.message_window .window_header .details{
width:100%;
}
.message_window .window_header .details .actions a{
color:#79797B;
font-size:20px;
margin:0 10px;
}
.message_window .window_header .details .actions a:hover{
color:#000;
}
.message_window .screen{
height:400px;
overflow-y:scroll;
padding-right:10px;
}
.screen::-webkit-scrollbar {
width: 5px;
border-radius:20px;
}
/* Track */
.screen::-webkit-scrollbar-track {
background: #f2f2f2;
border-radius:20px;
}
/* Handle */
.screen::-webkit-scrollbar-thumb {
background: #ddd;
border-radius:20px;
}
/* Handle on hover */
.screen::-webkit-scrollbar-thumb:hover {
background: #ccc;
}
.message_window .screen .sent .text,
.message_window .screen .received .text{
background:#FFF4F5;
padding:6px 10px;
border-radius:8px;
font-size:17px;
margin:10px 0;
max-width:85%;
font-weight:600;
}
.message_window .screen .sent{
display:flex;
}
.message_window .screen .received{
display:flex;
justify-content:flex-end;
}
.message_window .screen .received .text{
background:#fff;
border:1px solid #E7E7EA;
}
.message_window .reply{
padding:20px 10px 10px;
}
.message_window .reply .row{
align-items:center;
}
.message_window .reply button{
border:none;
background:none;
padding:0;
}
.message_window .reply .form-control{
background:#fff;
border:1px solid #929293;
border-radius:8px;
}
.message_window .order{
display:flex;
max-width:250px;
border:1px solid #DCDCDC;
padding:4px;
border-radius:8px;
align-items:center;
}
.message_window .order img{
width:88px;
height:88px;
object-fit:cover;
border-radius:8px;
margin-right:10px;
}
.message_window .order .date{
font-size:13px;
color:#7D7D7F;
}
.message_window .order h6{
font-size:18px;
margin:0;
font-weight:600;
}
.message_window .order .price{
font-family: 'San Francisco Bold';
font-size:25px;
}
@media only screen and (max-width: 768px) {
header .top_bar .navbar, header .top_bar .search_box{
display:none;
}
a.mobile_menu{
display:block;
}
header .middle_bar{
padding:15px 0;
}
header .middle_bar li{
padding:10px 20px;
}
header .bottom_bar .left_panel li {
display: block;
padding: 8px 0px 8px0;
text-align: center;
}
header .bottom_bar .left_panel li a{
display:block;
}
header .bottom_bar{
padding:20px 0;
}
header .bottom_bar .right_panel {
justify-content: center;
padding: 20px 0 0;
border-top: 1px solid #eee;
margin-top: 20px;
}
header .bottom_bar .right_panel li {
display: block;
padding: 6px 0 6px 0px;
text-align: center;
}
header .bottom_bar .right_panel li a {
display: block;
}
.banner_main .search_box{
display:block;
}
.banner_main .search_box .form-control{
width:100%;
}
.banner_main .search_box .btn{
width: 100%;
margin-top: 10px;
}
.image_box{
margin-bottom:30px;
}
.image_box.type_4 .info .desc, .image_box.type_4 .info .name{
text-align: center;
}
footer .footer_top .right_panel {
justify-content: flex-start;
}
footer .footer_top input.form-control{
width:100%;
}
footer .footer_top .right_panel .col-auto{
width:100%;
}
.playful-cat{
position: relative;
right: 0;
padding-top: 60px;
text-align: center;
}
.search_by_type_panel, .highlighted_panel, .expected_panel, .breeders_panel, .banner_main, .our_mission_panel, .about_us_panel,
.why_choose_panel, footer{
padding-left:15px;
padding-right:15px;
}
}
@media (min-width: 576px){
.modal-dialog {
max-width: 600px;
}
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px){
.modal-xl {
max-width: 1140px;
}
}
/* 27 November 2021 */
.upload_pic{
flex-wrap:wrap;
}
#filters_menu .accordion .form-check.checked label{
font-weight: 600;
color:#000;
}
#filters_menu .accordion-button {
padding-left: 0;
padding-right: 0;
font-family: 'San Francisco';
font-weight: bold;
background: none;
font-size: 19px;
padding-bottom: 10px;
padding-top: 10px;
box-shadow: none!important;
}
#filters_menu .accordion-body {
padding-left: 0;
padding-right: 0;
padding-top: 5px;
padding-bottom: 10px;
}
#filters_menu .range button {
padding: 0;
background: none;
border: none;
}
#filters_menu .range {
align-items: center;
}
@media (max-width: 1200px){
.table_type_box .bottom_panel .row .col{
flex-wrap:wrap;
}
.table_type_box .seller_name{
padding-bottom:10px;
}
}
@media (max-width: 576px){
.select_animal_kind{
text-align:center;
}
}
@media (max-width: 1400px){
.product_detail_panel .carousel-indicators [data-bs-target]{
max-width:25%;
}
.product_detail_panel .carousel-indicators img {
height:66px;
max-width:100%;
}
.product_detail_panel .carousel-control-next, .product_detail_panel .carousel-control-prev{
bottom:25px;
}
.product_detail_panel .carousel-control-next{
right:-10px;
}
.product_detail_panel .carousel-control-prev{
left:-10px;
}
}
@media (max-width: 992px){
.table_type_box > .row .last{
padding-top:10px;
}
} | htmlnew/css/style.css | header .dropdown-toggle::after{
background: url(../images/arrow-down.svg) no-repeat;
height: 12px;
width: 15px;
background-size: 15px;
border: none;
background-position: top;
}
header .top_bar{
background: #F72442;
box-shadow: 0 0 10px rgb(0 0 0 / 13%);
position: relative;
}
header .top_bar .navbar-light .navbar-nav .nav-link{
color: #fff;
padding: 0;
line-height: 20px;
}
header .top_bar .left_panel{
display:flex;
align-items: center;
}
header .top_bar .right_panel{
display:flex;
align-items: center;
justify-content: flex-end;
}
header .top_bar .right_panel .navbar-light .navbar-nav .nav-link{
padding:0 20px 0 0;
font-weight:600;
}
header .top_bar .right_panel .navbar-light .navbar-nav .nav-link img{
margin-right:5px;
}
header .top_bar .right_panel .navbar-light .navbar-nav .dropdown-toggle::after{
position:absolute;
top:3px;
}
header .top_bar .search_box{
padding-left:45px;
}
header .top_bar .search_box input{
border:none;
padding-left:25px;
background:#fff;
}
header .top_bar .search_box button{
background:#fff;
border:none;
padding-right:25px;
}
header .middle_bar{
background:#FEF3F4;
}
header .middle_bar ul{
margin:0;
padding:0;
}
header .middle_bar li{
list-style: none;
display:inline-block;
padding:22px 30px;
line-height:1;
}
header .middle_bar li a{
color:#F72442;
font-size:15px;
font-weight:600;
}
header .middle_bar li a:hover{
color:#000;
}
header .bottom_bar{
min-height:40px;
border-bottom:1px solid #E4DDE0;
}
header .bottom_bar ul{
padding:0;
margin:0;
}
header .bottom_bar .left_panel li{
display:inline-block;
padding:12px 30px 12px 0;
}
header .bottom_bar .right_panel{
display:flex;
justify-content: flex-end;
}
header .bottom_bar .right_panel li{
display:inline-block;
padding:12px 0 12px 30px;
}
header .bottom_bar .right_panel li a{
color:#F72442;
font-weight:bold;
font-size:15px;
display:flex;
}
header .bottom_bar .right_panel li a:hover{
color:#000;
}
header .bottom_bar .right_panel li a img{
margin-right:4px;
}
header .bottom_bar .left_panel li a{
font-size:13px;
color:#000;
display:flex;
}
header .bottom_bar .left_panel li a img{
margin-right:8px;
}
header .bottom_bar .left_panel li a:hover{
color:#F72442;;
}
.banner_main{
background:url('../images/baner-bg.svg') no-repeat #F1ECEE;
padding:40px 0 35px;
background-size: cover;
background-position: center;
}
.banner_main h6{
font-weight:normal;
font-size:18px;
color:#4A4B4B;
}
.banner_main h1{
font-size:44px;
font-weight:bold;
font-family: "San Francisco Bold";
letter-spacing: -1px;
}
.banner_main h1 span{
color:#F72442;
}
.banner_main .search_box{
background:#fff;
padding:10px;
border-radius:5px;
display:flex;
align-items: center;
}
.banner_main .search_box input{
height:58px;
background:url('../images/ico-search.svg') no-repeat #FEE3E7;
background-position: 98% center;
border:1px solid #F72442;
border-radius:5px!important;
margin-right:12px;
font-size:18px;
padding-left:24px;
}
.banner_main .search_box button{
box-shadow: 0 0 10px rgb(0 0 0 / 13%);
height:44px;
background:#F72442;
padding:0 39px;
border:none;
color:#fff;
font-weight:bold;
border-radius:5px!important;
}
.search_by_type_panel{
padding:56px 0;
overflow: hidden;
position:relative;
}
.search_by_type_panel .row .col-md-3:last-child, .search_by_type_panel .row .col-md-3:nth-child(5){
position: relative;
}
.type_box{
border-radius:10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
text-align: center;
padding:36px 0 42px;
margin:0 0 24px 0;
}
.type_box:hover{
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.type_box h3{
margin:0;
font-weight:bold;
line-height: 1;
color:#01133E;
}
.type_box img{
margin-bottom:40px;
}
.highlighted_panel{
padding-bottom:80px;
}
.image_box{
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border-radius:10px;
overflow:hidden;
position: relative;
}
.image_box:hover{
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.image_box .top_ad{
background:#FFE1E1;
padding:6px 12px;
border-radius:30px;
color:#F72442;
position:absolute;
top:9px;
right:9px;
line-height: 1;
}
.image_box .badge.bg-info.place_on_img{
position:absolute;
top:-40px;
left:16px;
background:#FF1ABA!important;
color:#fff;
border:none;
}
.image_box.type_2 .info .name{
display:flex;
padding-bottom:15px;
color:#4B4B4B;
font-size:16px;
align-items: center;
}
.image_box.type_2 .name img{
width:32px;
margin-right:9px;
display: flex;
align-items: center;
}
.image_box .detail_list{
padding:0;
margin:0;
}
.image_box .detail_list li{
list-style: none;
padding-bottom:18px;
line-height: 1;
font-size:15px;
display: flex;
}
.image_box .detail_list li label{
color:#8E8E93;
width:60px;
}
.image_box.type_3 .detail_list li{
padding-bottom:12px;
}
.image_box.type_3 .detail_list li label{
width:auto;
margin-right:10px;
}
.image_box.type_3 .detail_list li label:nth-child(2){
margin-left:20px;
}
.image_box > img, .image_box > a > img{
width:100%;
height:212px;
object-fit: cover;
border-radius:10px 10px 0 0;
}
.image_box.type_2 > img, .image_box.type_2 > a > img{
height:158px;
}
.image_box .info{
padding:18px 16px;
position:relative;
}
.image_box.type_3 .info{
padding-bottom:12px;
}
.image_box .info .date{
color:#8E8E93;
font-size:13px;
}
.image_box .info .name{
font-size:18px;
font-weight:600;
}
.image_box .info .price{
font-size:25px;
font-weight:700;
padding-bottom:5px;
font-family: 'San Francisco Bold';
}
.image_box .info .name a, .image_box .info .price a{
color:#212529;
}
.image_box .info .name a:hover, .image_box .info .price a:hover{
color:#F72442;
}
.image_box .info .feature_list{
color:#4B4B4B;
display:flex;
font-size:17px;
align-items: center;
}
.image_box .info .feature_list img{
width:20px;
margin-right:5px;
}
.image_box .info a.save_me{
border: 1px solid #D4D4D8;
width: 38px;
height: 38px;
border-radius: 100px;
display: inline-block;
text-align: center;
line-height: 38px;
color: #8E8E93;
font-size: 20px;
}
.image_box .info a.save_me .bi-heart-fill{
display:none;
}
.image_box .info a.save_me.active{
color:#F72442;
}
.image_box .info a.save_me.active .bi-heart-fill{
display:block;
}
.image_box .info a.save_me.active .bi-heart{
display:none;
}
.image_box .info .views{
display:flex;
justify-content: flex-end;
margin-top:20px;
}
.image_box .info .views.flex-start{
justify-content: flex-start;
}
.reviews{
padding:4px 0 14px;
line-height: 1;
}
.reviews .bi{
font-size:14px;
color:#D1D1D6;
}
.reviews .bi.active{
color:#FBFB1D;
}
.image_box .info .views img{
margin-right:8px;
}
.expected_panel, .breeders_panel{
padding-bottom:80px;
}
.expected_panel,.breeders_panel{
overflow:hidden;
position:relative;
}
.expected_panel .row .col-md-3:first-child,
.expected_panel .row .col-md-3:last-child{
position:relative;
}
.breeders_panel .row .col-md-3:first-child,
.breeders_panel .row .col-md-3:last-child{
position:relative;
}
.image_box.type_3 .left-side img{
width: 76px;
height: 76px;
object-fit: cover;
border-radius: 120px;
}
.image_box.type_4 .info{
padding-top:22px;
padding-bottom:22px;
}
.image_box.type_3 .info .name{
color:#4B4B4B;
font-size:18px;
}
.image_box.type_4 .info .name{
font-size: 20px;
line-height: 24px;
padding-bottom: 9px;
}
.image_box.type_4 .info .desc{
font-size:17px;
color:#8E8E93;
line-height: 21px;
}
.image_box.type_4 .info .row{
align-items: center;
}
.our_mission_panel{
padding-bottom:110px;
}
.our_mission_panel > .container > .row{
align-items: center;
}
.our_mission_panel p{
font-size:22px;
color:#8E8E93;
line-height: 31px;
}
.stats_panel{
font-size:22px;
color:#4B4B4B;
line-height: 1;
padding-bottom:34px;
font-weight:bold;
}
.stats_panel h2{
color:#F72442;
font-size:42px;
font-weight:600;
line-height: 1;
}
.about_us_panel{
padding-bottom:60px;
background:url('../images/red-curve.png') no-repeat top center #F9657A;
background-size: 100% auto;
padding-top:100px;
}
.about_us_panel .container > .row{
align-items: center;
}
.about_us_panel .container > .row .col-md-7,
.about_us_panel .container > .row .col-md-5{
position:relative;
}
.about_us_panel .container p{
color:#fff;
font-size:22px;
line-height: 29px;
max-width: 453px;
}
.about_us_panel .container h2, .about_us_panel .container h5{
color:#fff;
}
.why_choose_panel{
padding:125px 0 145px;
position:relative;
overflow:hidden;
}
.why_choose_panel .row .col-md-12{
position:relative;
}
.why_choose_panel p{
font-size:22px;
line-height: 29px;
color:#8E8E93;
max-width: 915px;
margin:auto;
}
.why_choose_panel .blocks_section{
max-width:770px;
margin:auto;
padding-top:65px;
}
.our_mission_panel img, .about_us_panel img{
max-width: 100%;
}
footer{
background:#FAFAFB;
}
footer .footer_top{
padding:69px 0;
max-width: 966px;
margin:auto;
color:#657783;
font-size:15px;
}
footer .footer_top input.form-control{
height: 56px;
font-size: 15px;
width: 300px;
max-width: 100%;
border: 1px solid #E7E7E7;
background: #FFFFFF;
}
footer .footer_top .btn-primary{
height:56px;
padding:0 40px;
font-weight:bold;
}
footer .footer_top .right_panel{
display: flex;
justify-content: flex-end;
}
footer .footer_bottom{
padding:45px 0 60px;
border-top:2px solid #EBEBEB;
color:#778792;
font-size:16px;
}
footer .footer_bottom ul{
margin:0;
padding:0;
}
footer .footer_bottom ul li{
list-style:none;
line-height: 1;
padding:10px 0;
display: flex;;
}
footer .footer_bottom ul li img{
margin-right:7px;
}
footer .footer_bottom h4{
margin-top:35px;
font-weight: bold;
}
footer .footer_bottom .address_block{
display:flex;
padding-bottom:20px;
}
footer .footer_bottom .row .col-md-4:first-child p{
max-width:400px;
}
footer .footer_bottom .row .col-md-4:last-child{
position: relative;
}
footer .footer_bottom .address_block img{
margin-right:10px;
}
footer .footer_bottom .social_block{
display:flex;
width:132px;
justify-content: space-between;
padding-left:35px;
}
footer .footer_bottom .social_block img{
width:22px;
}
footer .copyright{
color:#778792;
padding:0 0 35px 0;
font-size:14px;
}
.playful-cat{
position: absolute;
right: -40px;
bottom: 0;
}
.float_icon{
position:absolute;
}
.float_icon.flip{
transform: rotate(30deg);
}
.float_icon.flip2{
transform: rotate(-30deg);
}
.float_icon.flip3{
transform: rotate(40deg);
}
a.mobile_menu{
color: #fff;
font-size: 26px;
margin: 3px 0 0 15px;
display:none;
}
.inner_page_content_area{
padding:20px 0;
}
.inner_page_content_area h2{
color:#161616;
}
.inner_page_content_area .left_sidebar h2{
font-size:21px;
}
.inner_page_content_area .left_sidebar .accordion-button{
padding-left:0;
padding-right:0;
font-family: 'San Francisco';
font-weight:bold;
background:none;
font-size:19px;
padding-bottom:10px;
padding-top:10px;
box-shadow:none!important;
}
.inner_page_content_area .left_sidebar .accordion-button:not(.collapsed){
color:#212529
}
.inner_page_content_area .left_sidebar .accordion-flush .accordion-item{
border:none;
border-bottom:1px solid #E0E0E0;
}
.inner_page_content_area .left_sidebar .accordion-body{
padding-left:0;
padding-right:0;
padding-top:5px;
padding-bottom:10px;
}
.inner_page_content_area .left_sidebar .accordion label{
color:#161616;
font-size:18px;
font-weight: 500;
}
.inner_page_content_area .left_sidebar .social_links{
padding:20px 0 10px 10px;
}
.inner_page_content_area .left_sidebar .social_links a{
color:#4B4B4B;
margin-right:17px;
font-size:18px;
}
.inner_page_content_area .left_sidebar .social_links a:hover{
color:#F72442;
}
.inner_page_content_area .left_sidebar .accordion .form-check.checked label{
font-weight: 600;
}
.inner_page_content_area .left_sidebar label span{
color:#B2B2B2;
font-weight:normal;
}
.inner_page_top_tabs{
border:1px solid #F6F6F6;
border-radius:8px;
display: inline-flex;
margin-bottom:20px;
}
.inner_page_top_tabs a, .inner_page_top_tabs span{
padding:13px 50px;
color:#4B4B4B;
}
.inner_page_top_tabs span, .inner_page_top_tabs a:hover{
font-weight: 600;
color:#F72442;
}
.inner_page_content_area .left_sidebar .image_box .info .feature_list img {
width:25px;
}
.filter_tag{
background: #AFC4F5;
padding: 0 0 0 8px;
line-height: 1;
border-radius: 5px;
margin-right: 13px;
background: #AFC4F5;
display: inline-flex;
align-items: center;
}
.filter_tag a{
font-size:26px;
margin-left:10px;
color:#000;
}
.filter_tag a:hover{
color:#F72442;
}
.page_per{
justify-content: flex-end;
}
.page_per select{
width:auto;
margin-right:10px;
min-width: 80px;
}
.page_per{
display: flex;
align-items: center;
}
.inner_page_content_area .left_sidebar .image_box.type_3 > .info > .row{
align-items: center;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list{
font-size:16px;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list a{
color:#4B4B4B;
text-decoration: underline;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list a:hover{
color:#F72442;
}
.inner_page_content_area .left_sidebar .image_box.type_3 .feature_list i{
font-size:20px;
}
.inner_page_content_area .left_sidebar .image_box.type_3 p{
color:#4B4B4B;
line-height: 20px;
}
.inner_page_content_area .left_sidebar .stats{
font-size:28px;
font-weight:bold;
line-height: 1;
}
.inner_page_content_area .left_sidebar .stats span{
font-size:18px;
font-weight:normal;
}
.inner_page_content_area .left_sidebar .range{
align-items: center;
}
.inner_page_content_area .left_sidebar .range .form-control{
background:#fff;
border:1px solid #A8A8AC;
padding: 7px 10px;
}
.inner_page_content_area .left_sidebar .range button{
padding:0;
background:none;
border:none;
}
#mobile_menu .accordion-button{
padding: 10px 0;
background: none;
border-radius: 0;
font-family: 'San Francisco';
color: #222;
}
#mobile_menu .accordion-item{
border:none;
}
#mobile_menu .accordion-body{
padding:10px 0;
}
#mobile_menu .btn.btn-outline-secondary{
border-color:#eee;
}
.shadow_box{
box-shadow: 0 0 10px rgb(0 0 0 / 10%);
border-radius: 10px;
padding:20px;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item{
padding-left:0;
border:none;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item a{
color:#8E8E93;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item a:hover{
color:#000;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item.active a{
color:#000;
font-weight:600;
}
.inner_page_content_area .left_sidebar .list-group-flush>.list-group-item.active{
background:none;
}
.my_profile_section.shadow_box{
padding:30px 25px;
}
.my_profile_section .page-header{
border-bottom:1px solid #D8D8D8;
padding-bottom:10px;
}
.my_profile_section .page-header h2{
font-size:20px;
}
.my_profile_section h6{
font-size:18px;
font-weight:bold;
}
.custom-file {
background-color: #f8f8f8;
border: none;
padding: 13px;
border-radius: .25rem;
cursor: pointer;
color: #8E8E93;
font-size: 20px;
min-height: 98px;
display: flex;
align-items: center;
justify-content: center;
max-width: 100px;
}
.social_media_edit_list{
padding:0 10px;
}
.social_media_edit_list .list{
padding:20px 30px 20px 12px;
border-bottom:1px solid #D2D2D2;
line-height: 1;
}
.social_media_edit_list .list .bi{
font-size:20px;
}
.social_media_edit_list .list .bi-facebook{
color:#3B5997;
}
.social_media_edit_list .list .bi-instagram{
color:#4C68D7;
}
.social_media_edit_list .list .bi-pinterest{
color:#C8232C;
}
.product_page_seller_info .button_block{
border-top:2px solid #F1F1F1;
}
.product_page_seller_info h2.seller_name{
font-family: 'San Francisco';
}
.product_page_seller_info .views{
font-size:17px;
}
.ads_numbers{
text-transform: uppercase;
font-size:20px;
font-weight:600;
}
.ads_numbers .bi{
color:#8E8E93;
font-size:20px;
}
.share_ad span{
font-size:18px;
}
.share_ad .bi{
color:#7F7F7F;
font-size:25px;
margin-right:21px;
}
.share_ad .bi:hover{
color:#000;
}
.product_detail_panel .carousel-item img{
border-radius:10px;
overflow: hidden;
}
.product_detail_panel .carousel-indicators{
position:relative;
margin:0;
}
.product_detail_panel .carousel-indicators img{
width: 96px;
height: 96px;
border-radius: 10px;
object-fit: cover;
border:2px solid #fff;
}
.product_detail_panel .carousel-indicators [data-bs-target]{
width:auto;
height:auto;
margin-left:7px;
margin-right:7px;
opacity: 1;
}
.product_detail_panel .carousel-indicators .active img{
border:2px solid #386CE5;
}
.product_detail_panel .carousel-control-next,
.product_detail_panel .carousel-control-prev {
top: auto;
bottom: 40px;
z-index: 2;
width: 34px;
padding: 8px;
background: rgba(0,0,0,0.5);
height: 34px;
border-radius: 100%;
}
.product_detail_panel .desc_panel h2{
font-size:30px;
font-family: 'San Francisco';
}
.product_detail_panel .desc_panel .price{
font-family: 'San Francisco Bold';
font-size:35px;
}
.product_detail_panel .desc_panel .date{
font-size:17px;
}
.product_detail_panel .desc_panel h6{
font-size:15px;
font-weight:normal;
}
.product_detail_panel .desc_panel .feature_list {
color: #161616;
display: flex;
font-size: 20px;
align-items: center;
line-height: 1;
margin-bottom: 16px;
}
.product_detail_panel .desc_panel .feature_list img {
width: 20px;
margin-right: 5px;
}
.product_detail_panel .desc_panel .desc{
font-size:18px;
line-height: 23px;
}
.review_section{
border-top:1px solid #D8D8D8;
}
.review_section .review_box:last-child{
border:none;
}
.review_box{
padding-left:8px;
padding-right:8px;
border-bottom:1px solid #DADADA;
}
.review_box .user{
display:flex;
align-items: center;
font-size:20px;
font-weight:bold;
}
.review_box .user img{
width:32px;
border-radius:100px;
height: 32px;
object-fit: cover;
margin-right:10px;
}
.review_box .reviews .bi, .reviews.xl .bi{
font-size:20px;
}
.reviews.xxl .bi{
font-size:40px;
}
.review_single_page{
border:1px solid #EDEDED;
border-radius:6px;
padding:22px;
}
.select_animal_kind{
padding:0 15px;
}
.select_animal_kind figure{
position: relative;
border: 2px solid #E8E8EA;
border-radius: 0.5rem!important;
overflow: hidden;
}
.select_animal_kind figure:hover{
border-color:#386CE5;
}
.select_animal_kind img{
margin:0;
min-height: 197px;
object-fit: cover;
}
.select_animal_kind .figure-caption{
position: absolute;
bottom: 0;
z-index: 10;
left: 0;
right: 0;
text-align: center;
background: rgba(0,0,0,0.4);
color: #fff;
font-size: 16px;
padding: 5px 0;
border-radius: 0 0 0.25rem 0.25rem!important;
font-weight: 600;
letter-spacing: 0px;
}
.upload_pic{
display:flex;
}
.upload_pic .custom-file{
min-width: 104px;
height:104px;
}
.uploaded_pic{
position: relative;
}
.uploaded_pic a.delete{
position: absolute;
width: 25px;
height: 25px;
border-radius: 30px;
background: rgba(0,0,0,0.2);
font-size: 25px;
text-align: center;
line-height: 25px;
right: -10px;
top: -10px;
color: #000;
}
.uploaded_pic a.delete:hover{
background: rgba(0,0,0,0.5);
}
.uploaded_pic img{
width:104px;
height:104px;
object-fit: cover;
border-radius:.25rem;
}
.add_more_details{
padding-left:15px;
padding-right:15px;
}
.add_more_details .form-check label{
color:#4B4B4B;
}
.add_more_details .form-check.checked label{
font-weight:600;
}
.table_type_box{
box-shadow:0 2px 9px rgba(0,0,0,0.05);
padding:12px 25px;
border-radius:10px;
margin-bottom:15px;
}
.table_type_box:hover{
box-shadow:0 2px 9px rgba(0,0,0,0.1);
}
.table_type_box.compact{
padding:12px 10px;
}
.table_type_box.compact .btn-success{
padding-right:10px;
padding-left:10px;
}
.table_type_box .seller_name img, .table_type_box .top_panel img, .table_type_box .bottom_panel .waiting_list img{
width:49px;
height:49px;
border-radius:100px;
object-fit: cover;
}
.table_type_box .seller_name {
display:flex;
align-items: center;
}
.table_type_box .seller_name img{
margin-right:10px;
}
.table_type_box .seller_name .name, .table_type_box .seller_name .name a{
color:#464646;
font-size:16px;
font-weight:600;
}
.table_type_box .seller_name .name a:hover{
color:#F72442;
}
.table_type_box .seller_name .reviews .bi{
font-size:15px;
}
.table_type_box .seller_name .reviews{
padding:0;
}
.table_type_box > .row{
align-items: center;
}
.table_type_box > .row .last{
display:flex;
align-items: center;
}
.table_type_box .bottom_panel{
border-top:1px solid #EFEFEF;
padding-top:15px;
margin-top:11px;
padding-bottom:5px;
}
.table_type_box .bottom_panel.hide{
display:none;
}
.table_type_box_header{
padding:0 24px 15px;
font-size:13px;
}
.table_type_box_header.compact{
padding:0 5px 15px;
white-space: nowrap;
}
.table_type_box .bottom_panel .row .col{
display:flex;
align-items: center;
}
.table_type_box .bottom_panel .row .col .feature_list{
color:#4B4B4B;
margin-right:20px;
display: flex;
align-items: center;
}
.table_type_box .bottom_panel .row .col .waiting_list{
display: flex;
align-items: center;
color:#161616;
margin-right:23px;
}
.table_type_box .bottom_panel .waiting_list img{
width:25px;
height:25px;
}
.table_type_box .bottom_panel .row .col .feature_list a{
text-decoration: underline;
color:#4B4B4B;
}
.table_type_box .bottom_panel .row .col .feature_list a:hover{
color:#000;
}
.table_type_box .bottom_panel .row .col .feature_list i {
font-size: 20px;
}
.table_type_box .bottom_panel .row .col .feature_list strong{
color:#161616;
}
.table_type_box .bottom_panel .row .col .feature_list img {
width: 25px;
}
.show_more_arrow{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
width: 15px;
height: 15px;
display: inline-block;
cursor: pointer;
margin-left:13px;
transform: none;
}
.show_more_arrow.up{
transform: rotate(180deg);
}
.table_type_box .edit_delete_controls .bi{
color:#8E8E93;
font-size:20px;
}
.table_type_box .edit_delete_controls .bi:hover{
color:#000;
}
.table_type_box .view_waiting_list{
text-decoration:underline;
}
.table_type_box .view_waiting_list:hover{
color:#000;
}
.modal-body .seller_name{
font-size:20px;
}
a.add_new_expected_babies{
display: inline-flex;
align-items: center;
}
a.add_new_expected_babies .bi{
font-size:30px;
}
.profileOptionsBtns a{
font-weight:bold;
font-family: 'San Francisco Bold';
font-size:21px;
color:#161616;
box-shadow:0 0 8px rgba(0,0,0,0.05);
padding:30px 0;
display:block;
text-align:center;
border-radius:10px;
}
.profileOptionsBtns a:hover{
background:#AFC4F5
}
.messages_list .message{
border-bottom:2px solid #E4E4E4;
padding:13px 10px;
display:flex;
align-items:center;
cursor:pointer;
}
.messages_list .message.active{
border-left:4px solid #F72442;
}
.messages_list .message:hover{
background:#FCFCFD;
}
.messages_list .message .thumb{
margin-right:20px;
}
.messages_list .message .details{
width:100%;
}
.messages_list img{
width:60px;
}
.messages_list .date, .message_window .window_header .details .date{
font-size:13px;
color:#7D7D7F;
}
.messages_list strong, .message_window .window_header .details strong{
font-size:20px;
}
.messages_list .desc{
color:#79797B;
position:relative;
}
.messages_list .desc .badge{
right:10px;
}
.message_window{
border:1px solid #E3E3E3;
border-radius:8px;
padding:10px;
}
.message_window .window_header{
display:flex;
align-items:center;
}
.message_window .window_header .thumb img{
width:60px;
margin-right:20px;
}
.message_window .window_header .details{
width:100%;
}
.message_window .window_header .details .actions a{
color:#79797B;
font-size:20px;
margin:0 10px;
}
.message_window .window_header .details .actions a:hover{
color:#000;
}
.message_window .screen{
height:400px;
overflow-y:scroll;
padding-right:10px;
}
.screen::-webkit-scrollbar {
width: 5px;
border-radius:20px;
}
/* Track */
.screen::-webkit-scrollbar-track {
background: #f2f2f2;
border-radius:20px;
}
/* Handle */
.screen::-webkit-scrollbar-thumb {
background: #ddd;
border-radius:20px;
}
/* Handle on hover */
.screen::-webkit-scrollbar-thumb:hover {
background: #ccc;
}
.message_window .screen .sent .text,
.message_window .screen .received .text{
background:#FFF4F5;
padding:6px 10px;
border-radius:8px;
font-size:17px;
margin:10px 0;
max-width:85%;
font-weight:600;
}
.message_window .screen .sent{
display:flex;
}
.message_window .screen .received{
display:flex;
justify-content:flex-end;
}
.message_window .screen .received .text{
background:#fff;
border:1px solid #E7E7EA;
}
.message_window .reply{
padding:20px 10px 10px;
}
.message_window .reply .row{
align-items:center;
}
.message_window .reply button{
border:none;
background:none;
padding:0;
}
.message_window .reply .form-control{
background:#fff;
border:1px solid #929293;
border-radius:8px;
}
.message_window .order{
display:flex;
max-width:250px;
border:1px solid #DCDCDC;
padding:4px;
border-radius:8px;
align-items:center;
}
.message_window .order img{
width:88px;
height:88px;
object-fit:cover;
border-radius:8px;
margin-right:10px;
}
.message_window .order .date{
font-size:13px;
color:#7D7D7F;
}
.message_window .order h6{
font-size:18px;
margin:0;
font-weight:600;
}
.message_window .order .price{
font-family: 'San Francisco Bold';
font-size:25px;
}
@media only screen and (max-width: 768px) {
header .top_bar .navbar, header .top_bar .search_box{
display:none;
}
a.mobile_menu{
display:block;
}
header .middle_bar{
padding:15px 0;
}
header .middle_bar li{
padding:10px 20px;
}
header .bottom_bar .left_panel li {
display: block;
padding: 8px 0px 8px0;
text-align: center;
}
header .bottom_bar .left_panel li a{
display:block;
}
header .bottom_bar{
padding:20px 0;
}
header .bottom_bar .right_panel {
justify-content: center;
padding: 20px 0 0;
border-top: 1px solid #eee;
margin-top: 20px;
}
header .bottom_bar .right_panel li {
display: block;
padding: 6px 0 6px 0px;
text-align: center;
}
header .bottom_bar .right_panel li a {
display: block;
}
.banner_main .search_box{
display:block;
}
.banner_main .search_box .form-control{
width:100%;
}
.banner_main .search_box .btn{
width: 100%;
margin-top: 10px;
}
.image_box{
margin-bottom:30px;
}
.image_box.type_4 .info .desc, .image_box.type_4 .info .name{
text-align: center;
}
footer .footer_top .right_panel {
justify-content: flex-start;
}
footer .footer_top input.form-control{
width:100%;
}
footer .footer_top .right_panel .col-auto{
width:100%;
}
.playful-cat{
position: relative;
right: 0;
padding-top: 60px;
text-align: center;
}
.search_by_type_panel, .highlighted_panel, .expected_panel, .breeders_panel, .banner_main, .our_mission_panel, .about_us_panel,
.why_choose_panel, footer{
padding-left:15px;
padding-right:15px;
}
}
@media (min-width: 576px){
.modal-dialog {
max-width: 600px;
}
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px){
.modal-xl {
max-width: 1140px;
}
}
/* 27 November 2021 */
.upload_pic{
flex-wrap:wrap;
}
#filters_menu .accordion .form-check.checked label{
font-weight: 600;
color:#000;
}
#filters_menu .accordion-button {
padding-left: 0;
padding-right: 0;
font-family: 'San Francisco';
font-weight: bold;
background: none;
font-size: 19px;
padding-bottom: 10px;
padding-top: 10px;
box-shadow: none!important;
}
#filters_menu .accordion-body {
padding-left: 0;
padding-right: 0;
padding-top: 5px;
padding-bottom: 10px;
}
#filters_menu .range button {
padding: 0;
background: none;
border: none;
}
#filters_menu .range {
align-items: center;
}
@media (max-width: 1200px){
.table_type_box .bottom_panel .row .col{
flex-wrap:wrap;
}
.table_type_box .seller_name{
padding-bottom:10px;
}
}
@media (max-width: 576px){
.select_animal_kind{
text-align:center;
}
}
@media (max-width: 1400px){
.product_detail_panel .carousel-indicators [data-bs-target]{
max-width:25%;
}
.product_detail_panel .carousel-indicators img {
height:66px;
max-width:100%;
}
.product_detail_panel .carousel-control-next, .product_detail_panel .carousel-control-prev{
bottom:25px;
}
.product_detail_panel .carousel-control-next{
right:-10px;
}
.product_detail_panel .carousel-control-prev{
left:-10px;
}
}
@media (max-width: 992px){
.table_type_box > .row .last{
padding-top:10px;
}
} | 0.330363 | 0.050965 |
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Remove margin
*/
figure {
margin: 0;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
fieldset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* Blockquote
========================================================================== */
blockquote {
margin: 0;
}
/* Your custom fonts here */
@font-face {
font-family: "lato-bold-webfont";
src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-medium-webfont";
src: url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-regular-webfont";
src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-semibold-webfont";
src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-light";
src: url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-thin";
src: url("../fonts/lato-thin.woff2") format("woff2"), url("../fonts/lato-thin.woff") format("woff");
font-weight: normal;
font-style: normal;
}
html ::-moz-selection {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
html ::selection {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
html ::-moz-selection {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
html, body {
height: 100%;
}
body {
color: #3E3E3E;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
* {
box-sizing: border-box;
}
*:after, *:before {
box-sizing: inherit;
}
a {
text-decoration: none;
outline: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 .8em;
font-weight: normal;
line-height: 1.1;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.4em;
}
h6 {
font-size: 1.3em;
}
b, strong {
font-weight: normal;
}
p {
margin: 0;
}
.solo-page {
width: 94%;
max-width: 1025px;
margin: 0 auto;
}
.solo-header {
border-bottom: 1px solid #BDBDBD;
}
@media only screen and (max-width: 450px) {
.solo-header {
padding: 0 10px;
}
}
.solo-footer {
width: 94%;
max-width: 530px;
margin: 0 auto;
padding-bottom: 20px;
text-align: center;
}
.solo-footer_desc {
font-size: 11px;
line-height: 1.4;
color: #3E3E3E;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
.solo-footer_list {
font-size: 0;
margin: 12px 0 10px;
}
.solo-footer_item {
display: block;
text-align: left;
margin-bottom: 5px;
}
.solo-footer_link {
display: block;
font-size: 11px;
text-decoration: underline;
color: #848BB8;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
.solo-footer_link:hover {
text-decoration: none;
}
.title__solo {
font-size: 28px;
line-height: 1.42;
color: #3E3E3E;
font-family: 'lato-semibold-webfont', Arial, sans-serif;
}
.calculator__dose {
position: relative;
padding: 24px 0 0;
}
.calculator__pens {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (max-width: 800px) {
.calculator__pens {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.slider-ui {
border-bottom: 4px solid #BDBDBD;
}
.slider-ui__container {
position: relative;
padding-bottom: 24px;
}
.slider-ui__text {
position: absolute;
top: 35%;
left: 0;
width: 300px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px 0;
-webkit-box-flex: 0;
-ms-flex: 0 1 28%;
flex: 0 1 28%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
.slider-ui__text {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
top: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@media only screen and (max-width: 450px) {
.slider-ui__text {
margin: 0 10px;
}
}
.slider-ui__text.is-changed {
top: -20px;
left: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
}
@media only screen and (max-width: 750px) {
.slider-ui__text.is-changed {
top: 0;
}
}
.slider-ui__pic {
position: relative;
display: inline-block;
vertical-align: top;
margin-right: 20px;
min-width: 45px;
width: 45px;
height: 49px;
}
.slider-ui__desc {
font-size: 18px;
color: #666;
font-family: 'lato-semibold-webfont', Arial, sans-serif;
}
.slider-ui__num {
width: 100%;
font-size: 20px;
color: #000;
font-family: 'lato-bold-webfont', Arial, sans-serif;
}
.slider-ui__range {
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 46px);
margin-left: 10px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
position: relative;
height: 4px;
background-color: #BDBDBD;
}
.pen {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 50%;
margin-top: 10px;
padding-top: 50px;
}
@media only screen and (max-width: 800px) {
.pen {
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.pen_right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.pen_right:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 80%;
background-color: #E8E8E8;
}
@media only screen and (max-width: 800px) {
.pen_right:before {
content: none;
}
}
.pen_right .pen__container {
padding: 0 10% 0 0;
}
.pen_right .days__btn.is-active {
background-color: #A261AE;
}
.pen__container {
width: 80%;
min-width: calc(100% - 150px);
padding: 0 0 0 10%;
}
@media only screen and (max-width: 800px) {
.pen__container {
padding: 0 10% 0 0;
}
}
@media only screen and (max-width: 450px) {
.pen__container {
min-width: calc(100% - 80px);
}
}
.pen__title {
font-size: 28px;
line-height: 1.4;
text-align: center;
color: #000;
font-family: 'lato-light', Arial, sans-serif;
}
.pen__title small {
display: block;
text-align: center;
margin-top: 5px;
font-size: .42em;
color: #919191;
}
.pen__box {
text-align: center;
}
.pen__item {
display: inline-block;
margin: 0 10px 10px;
}
.pen__item.is-hidden {
display: none;
}
.pen__pic {
position: relative;
width: 20%;
min-width: 150px;
}
@media only screen and (max-width: 450px) {
.pen__pic {
width: 80px;
min-width: 80px;
}
}
.pen__img {
position: absolute;
bottom: 60px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.days {
margin: 0 auto 35px;
}
.days__title {
text-align: center;
}
.days__list {
width: 200px;
font-size: 0;
margin: 0 auto;
padding-left: 0;
margin-bottom: 30px;
}
.days__item {
display: inline-block;
vertical-align: top;
padding: 7px;
}
.days__btn {
display: inline-block;
vertical-align: top;
width: 14px;
height: 14px;
border: none;
margin: 0;
padding: 0;
background-color: transparent;
border-radius: 100%;
border: 1px solid #BDBDBD;
outline: none;
}
.days__btn:focus {
box-shadow: 0 0 2px yellow;
}
.days__btn.is-active {
background-color: #63B75F;
border-color: transparent;
}
.resault__week {
font-size: 18px;
color: #666;
font-family: 'lato-bold-webfont', Arial, sans-serif;
}
.resault__desc {
font-size: 16px;
color: #C2C2C2;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
/*-------- slick -----------------------*/
.slick {
width: 92%;
margin: 0 auto;
}
@media only screen and (max-width: 450px) {
.slick {
overflow: hidden;
}
}
.slick-track {
padding: 10px 0;
}
.slick-slide {
width: 114px;
height: 80px;
cursor: pointer;
}
.slick-slide.before-active .slick__item {
font-size: 48px;
opacity: .8;
}
@media only screen and (max-width: 400px) {
.slick-slide.before-active .slick__item {
font-size: 30px;
}
}
.slick-slide.slick-current {
background-color: #A261AE;
box-shadow: 0 0 20px rgba(169, 140, 229, 0.6);
}
.slick-slide.slick-current .slick__item {
font-size: 64px;
line-height: 80px;
color: #fff;
opacity: 1;
}
@media only screen and (max-width: 400px) {
.slick-slide.slick-current .slick__item {
font-size: 46px;
}
}
.slick-slide.slick-current + .slick-slide .slick__item {
font-size: 48px;
opacity: .8;
}
@media only screen and (max-width: 400px) {
.slick-slide.slick-current + .slick-slide .slick__item {
font-size: 30px;
}
}
.slick__item {
font-size: 28px;
width: 114px;
height: 80px;
text-align: center;
line-height: 80px;
font-family: 'lato-thin', Arial, sans-serif;
font-weight: 100;
opacity: .4;
}
/*-------- slide ui -----------------------------*/
.ui-slider .slider-ui__dragger {
position: absolute;
left: 0;
top: -.6em;
display: inline-block;
border: none;
width: 46px;
height: 22px;
background-color: #FFF;
box-shadow: 0px 1px 0px #E3E3E3, 0px 7px 12px rgba(0, 0, 0, 0.12);
vertical-align: top;
border-radius: 18px;
cursor: pointer;
z-index: 10;
outline: none;
}
.ui-slider .slider-ui__dragger:after {
content: '';
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 4px;
height: 4px;
background-color: #BDBDBD;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ui-slider .slider-ui__dragger:focus {
border: 1px solid yellow;
}
.ui-slider .slider-ui__dragger_dots {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 4px;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ui-slider .slider-ui__dragger_dots:after, .ui-slider .slider-ui__dragger_dots:before {
content: '';
position: absolute;
top: 50%;
width: 4px;
height: 4px;
background-color: #BDBDBD;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ui-slider .slider-ui__dragger_dots:after {
left: 25%;
}
.ui-slider .slider-ui__dragger_dots:before {
left: 75%;
}
/*-------------------------------------*/
.c-green {
color: #63B75F;
}
.c-fiolet {
color: #A261AE;
}
.c-gray {
color: #B0B0B0;
}
/*# sourceMappingURL=main.css.map */ | dev/static/css/main.css | * 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Remove margin
*/
figure {
margin: 0;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
fieldset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* Blockquote
========================================================================== */
blockquote {
margin: 0;
}
/* Your custom fonts here */
@font-face {
font-family: "lato-bold-webfont";
src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-medium-webfont";
src: url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-regular-webfont";
src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-semibold-webfont";
src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-light";
src: url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "lato-thin";
src: url("../fonts/lato-thin.woff2") format("woff2"), url("../fonts/lato-thin.woff") format("woff");
font-weight: normal;
font-style: normal;
}
html ::-moz-selection {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
html ::selection {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
html ::-moz-selection {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
html, body {
height: 100%;
}
body {
color: #3E3E3E;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
* {
box-sizing: border-box;
}
*:after, *:before {
box-sizing: inherit;
}
a {
text-decoration: none;
outline: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 .8em;
font-weight: normal;
line-height: 1.1;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.4em;
}
h6 {
font-size: 1.3em;
}
b, strong {
font-weight: normal;
}
p {
margin: 0;
}
.solo-page {
width: 94%;
max-width: 1025px;
margin: 0 auto;
}
.solo-header {
border-bottom: 1px solid #BDBDBD;
}
@media only screen and (max-width: 450px) {
.solo-header {
padding: 0 10px;
}
}
.solo-footer {
width: 94%;
max-width: 530px;
margin: 0 auto;
padding-bottom: 20px;
text-align: center;
}
.solo-footer_desc {
font-size: 11px;
line-height: 1.4;
color: #3E3E3E;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
.solo-footer_list {
font-size: 0;
margin: 12px 0 10px;
}
.solo-footer_item {
display: block;
text-align: left;
margin-bottom: 5px;
}
.solo-footer_link {
display: block;
font-size: 11px;
text-decoration: underline;
color: #848BB8;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
.solo-footer_link:hover {
text-decoration: none;
}
.title__solo {
font-size: 28px;
line-height: 1.42;
color: #3E3E3E;
font-family: 'lato-semibold-webfont', Arial, sans-serif;
}
.calculator__dose {
position: relative;
padding: 24px 0 0;
}
.calculator__pens {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (max-width: 800px) {
.calculator__pens {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.slider-ui {
border-bottom: 4px solid #BDBDBD;
}
.slider-ui__container {
position: relative;
padding-bottom: 24px;
}
.slider-ui__text {
position: absolute;
top: 35%;
left: 0;
width: 300px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px 0;
-webkit-box-flex: 0;
-ms-flex: 0 1 28%;
flex: 0 1 28%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
.slider-ui__text {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
top: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@media only screen and (max-width: 450px) {
.slider-ui__text {
margin: 0 10px;
}
}
.slider-ui__text.is-changed {
top: -20px;
left: 0;
-webkit-transform: translateY(0);
transform: translateY(0);
}
@media only screen and (max-width: 750px) {
.slider-ui__text.is-changed {
top: 0;
}
}
.slider-ui__pic {
position: relative;
display: inline-block;
vertical-align: top;
margin-right: 20px;
min-width: 45px;
width: 45px;
height: 49px;
}
.slider-ui__desc {
font-size: 18px;
color: #666;
font-family: 'lato-semibold-webfont', Arial, sans-serif;
}
.slider-ui__num {
width: 100%;
font-size: 20px;
color: #000;
font-family: 'lato-bold-webfont', Arial, sans-serif;
}
.slider-ui__range {
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 46px);
margin-left: 10px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
position: relative;
height: 4px;
background-color: #BDBDBD;
}
.pen {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 50%;
margin-top: 10px;
padding-top: 50px;
}
@media only screen and (max-width: 800px) {
.pen {
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.pen_right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.pen_right:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 80%;
background-color: #E8E8E8;
}
@media only screen and (max-width: 800px) {
.pen_right:before {
content: none;
}
}
.pen_right .pen__container {
padding: 0 10% 0 0;
}
.pen_right .days__btn.is-active {
background-color: #A261AE;
}
.pen__container {
width: 80%;
min-width: calc(100% - 150px);
padding: 0 0 0 10%;
}
@media only screen and (max-width: 800px) {
.pen__container {
padding: 0 10% 0 0;
}
}
@media only screen and (max-width: 450px) {
.pen__container {
min-width: calc(100% - 80px);
}
}
.pen__title {
font-size: 28px;
line-height: 1.4;
text-align: center;
color: #000;
font-family: 'lato-light', Arial, sans-serif;
}
.pen__title small {
display: block;
text-align: center;
margin-top: 5px;
font-size: .42em;
color: #919191;
}
.pen__box {
text-align: center;
}
.pen__item {
display: inline-block;
margin: 0 10px 10px;
}
.pen__item.is-hidden {
display: none;
}
.pen__pic {
position: relative;
width: 20%;
min-width: 150px;
}
@media only screen and (max-width: 450px) {
.pen__pic {
width: 80px;
min-width: 80px;
}
}
.pen__img {
position: absolute;
bottom: 60px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.days {
margin: 0 auto 35px;
}
.days__title {
text-align: center;
}
.days__list {
width: 200px;
font-size: 0;
margin: 0 auto;
padding-left: 0;
margin-bottom: 30px;
}
.days__item {
display: inline-block;
vertical-align: top;
padding: 7px;
}
.days__btn {
display: inline-block;
vertical-align: top;
width: 14px;
height: 14px;
border: none;
margin: 0;
padding: 0;
background-color: transparent;
border-radius: 100%;
border: 1px solid #BDBDBD;
outline: none;
}
.days__btn:focus {
box-shadow: 0 0 2px yellow;
}
.days__btn.is-active {
background-color: #63B75F;
border-color: transparent;
}
.resault__week {
font-size: 18px;
color: #666;
font-family: 'lato-bold-webfont', Arial, sans-serif;
}
.resault__desc {
font-size: 16px;
color: #C2C2C2;
font-family: 'lato-regular-webfont', Arial, sans-serif;
}
/*-------- slick -----------------------*/
.slick {
width: 92%;
margin: 0 auto;
}
@media only screen and (max-width: 450px) {
.slick {
overflow: hidden;
}
}
.slick-track {
padding: 10px 0;
}
.slick-slide {
width: 114px;
height: 80px;
cursor: pointer;
}
.slick-slide.before-active .slick__item {
font-size: 48px;
opacity: .8;
}
@media only screen and (max-width: 400px) {
.slick-slide.before-active .slick__item {
font-size: 30px;
}
}
.slick-slide.slick-current {
background-color: #A261AE;
box-shadow: 0 0 20px rgba(169, 140, 229, 0.6);
}
.slick-slide.slick-current .slick__item {
font-size: 64px;
line-height: 80px;
color: #fff;
opacity: 1;
}
@media only screen and (max-width: 400px) {
.slick-slide.slick-current .slick__item {
font-size: 46px;
}
}
.slick-slide.slick-current + .slick-slide .slick__item {
font-size: 48px;
opacity: .8;
}
@media only screen and (max-width: 400px) {
.slick-slide.slick-current + .slick-slide .slick__item {
font-size: 30px;
}
}
.slick__item {
font-size: 28px;
width: 114px;
height: 80px;
text-align: center;
line-height: 80px;
font-family: 'lato-thin', Arial, sans-serif;
font-weight: 100;
opacity: .4;
}
/*-------- slide ui -----------------------------*/
.ui-slider .slider-ui__dragger {
position: absolute;
left: 0;
top: -.6em;
display: inline-block;
border: none;
width: 46px;
height: 22px;
background-color: #FFF;
box-shadow: 0px 1px 0px #E3E3E3, 0px 7px 12px rgba(0, 0, 0, 0.12);
vertical-align: top;
border-radius: 18px;
cursor: pointer;
z-index: 10;
outline: none;
}
.ui-slider .slider-ui__dragger:after {
content: '';
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 4px;
height: 4px;
background-color: #BDBDBD;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ui-slider .slider-ui__dragger:focus {
border: 1px solid yellow;
}
.ui-slider .slider-ui__dragger_dots {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 4px;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ui-slider .slider-ui__dragger_dots:after, .ui-slider .slider-ui__dragger_dots:before {
content: '';
position: absolute;
top: 50%;
width: 4px;
height: 4px;
background-color: #BDBDBD;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ui-slider .slider-ui__dragger_dots:after {
left: 25%;
}
.ui-slider .slider-ui__dragger_dots:before {
left: 75%;
}
/*-------------------------------------*/
.c-green {
color: #63B75F;
}
.c-fiolet {
color: #A261AE;
}
.c-gray {
color: #B0B0B0;
}
/*# sourceMappingURL=main.css.map */ | 0.661486 | 0.086825 |
.kc_row .kc_col-sm-12{
padding-left:0px !important;
padding-right:0px !important;
}
.admin-bar .header-style-one,
.admin-bar .fixed-header .sticky-header,
.admin-bar .header-style-four.fixed-header,
.admin-bar .header-style-four.fixed-header .header-lower{
top:32px;
}
.kc_column>.kc-col-container{
display:block;
}
.kc-row-container.kc-container{
max-width:1230px;
width:100%;
}
.main-slider .tp-bullets{
display:none;
}
.main-slider .text.text-center{
text-align:center !important;
}
.page-title{
position: relative;
padding:200px 0 30px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.styled-pagination .pagination{
position: relative;
width: 100%;
text-align: center;
display:block;
}
.pagination li a, .pagination li span{
position: relative;
display: block;
height: 40px;
width: 40px;
text-align: center;
line-height: 36px;
font-weight: 400;
font-size: 14px;
background: #ffffff;
color: #bbbbbb;
border: 2px solid #bbbbbb;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
color: #222222;
border-color: #222222;
background: transparent;
}
.main-header .outer-box .search-box-outer .dropdown.show .search-box-btn .fa-search:before{
content:'\f00d';
}
.specialize-section-two .thumbs-carousel .thumb-box .overlay{
background:none;
}
.default-form.comment-form .sec-title,
.default-form.comment-form .group-title{
margin-bottom:0px !important;
}
.contra_theme .contra_theme{
margin-left:70px;
}
.default-form.comment-form{
margin-bottom:30px;
}
.default-form.comment-form h3 small a{
position:relative;
font-size: 20px;
line-height: 1.2em;
color: #222222;
font-weight: 500;
}
.related-projects .sec-title{
margin-bottom:30px;
}
.news-block-two .image-box .image img{
width:auto;
}
/*************************** Footer Widget Style **************************?
/*=== links Widget ===*/
.footer-widget ul{
position: relative;
}
.footer-widget ul li.page_item,
.footer-widget ul li{
position:relative;
display: block;
margin-bottom: 13px;
}
.footer-widget ul li.page_item a:before,
.footer-widget ul li a:before{
position: absolute;
left: 0;
top: 0;
height: 20px;
font-size: 14px;
line-height: 20px;
color: #ffffff;
font-weight: 400;
content: "\f22b";
font-family: "FontAwesome";
}
.footer-widget ul li.page_item a,
.footer-widget ul li a{
position:relative;
display: inline-block;
padding-left:30px;
line-height: 20px;
font-size: 14px;
color: #f4f4f4;
font-weight: 400;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.footer-widget ul li.page_item a:hover:before,
.footer-widget ul li.page_item a:hover,
.footer-widget ul li a:hover:before,
.footer-widget ul li a:hover{
color:#ff8a00;
}
/******************** Blog Widget Style ***********************/
/*=== Categories ===*/
.widget ul{
position:relative;
}
.widget ul li{
position: relative;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ebebeb;
color: #252525;
font-weight: 400;
font-size: 16px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.widget ul li a{
position: relative;
color: #252525;
font-weight: 400;
display: inline-block;
font-size: 16px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.widget ul li:last-child{
border-bottom: 0;
}
.widget ul li a:hover {
padding-left: 38px;
color:#ff8a00
}
.widget ul li a:hover:before{
opacity: 1;
left: 5px;
color: #ff8a00;
}
.widget ul li a:before{
position:absolute;
content: "\f22b";
left:0px;
top:0px;
color: #252525;
font-size:20px;
font-weight:400;
font-family: 'FontAwesome';
opacity: 0;
}
.widget ul li.recentcomments a:before{
display:none;
}
/*=== Tags ===*/
.widget .tagcloud,
.footer-widget .tagcloud{
position: relative;
}
.widget .tagcloud a,
.footer-widget .tagcloud a{
margin-bottom: 13px;
margin-right: 6px;
position: relative;
display: inline-block;
font-size: 14px !important;
color: #777777;
line-height: 25px;
padding: 10px 30px;
font-weight: 400;
text-align: center;
border-radius: 50px;
text-transform: capitalize;
border: 1px solid #dddddd;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.widget .tagcloud a:hover,
.footer-widget .tagcloud a:hover{
background-color: #222222;
color: #ffffff;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
width: 8px;
height: 2px;
right: -14px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
width: 2px;
height: 8px;
right: -11px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
position: absolute;
width: 8px;
height: 2px;
right: -14px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
position: absolute;
width: 2px;
height: 8px;
right: -11px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.sticky-header .main-menu ul.navigation >li:hover>a .menu-item_plus::before {
width: 8px;
opacity: 1;
}
.sticky-header .main-menu ul.navigation >li:hover>a .menu-item_plus::after {
width: 2px;
opacity: 1;
}
.banner-section-six .shape-image{
display: block;
width: 440px;
height: 440px;
background: #ff8a00;
position: absolute;
z-index: 99;
right: 6%;
padding: 80px 30px 0px ;
top:0px;
}
.banner-section-six .shape-image .content-inner{
position: relative;
text-align: right;
}
.banner-section-six .shape-image .content-inner h2{
position: relative;
color: #ffffff;
font-size: 60px;
font-weight: 700;
line-height: 1.2em;
margin-bottom: 20px;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner h2 {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1500ms;
-moz-transition-delay: 1500ms;
-ms-transition-delay: 1500ms;
-o-transition-delay: 1500ms;
transition-delay: 1500ms;
}
.banner-section-six .shape-image .content-inner .view-projects {
position: relative;
font-size: 15px;
color: #ffffff;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner .view-projects {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 2000ms;
-moz-transition-delay: 2000ms;
-ms-transition-delay: 2000ms;
-o-transition-delay: 2000ms;
transition-delay: 2000ms;
}
.banner-section-six .active .shape-image .content-inner .view-projects:before {
position: absolute;
top: 7px;
right: 100%;
width: 0px;
height: 4px;
background-color: #ffffff;
content: '';
margin-right: 12px;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner .view-projects:after {
position: absolute;
top: 16px;
right: 100%;
width: 0px;
height: 2px;
background-color: #ffffff;
content: '';
margin-right: 12px;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner .view-projects:before {
width: 60px;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1700ms;
-moz-transition-delay: 1700ms;
-ms-transition-delay: 1700ms;
-o-transition-delay: 1700ms;
transition-delay: 1700ms;
}
.banner-section-six .active .shape-image .content-inner .view-projects:after {
width: 40px;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1900ms;
-moz-transition-delay: 1900ms;
-ms-transition-delay: 1900ms;
-o-transition-delay: 1900ms;
transition-delay: 1900ms;
}
.main-header.header-style-three .logo-box {
height: 100px;
}
/************************** New Style ****************/
.main-header.header-style-three .main-menu .navigation > li{
margin-right:15px;
margin-left: 35px;
}
.main-header.header-style-three .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-three .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after,
.main-header.header-style-one .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-one .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after,
.main-header.header-style-four .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-four .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after{
background-color: #fff;
}
.main-header.header-style-three.fixed-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-three.fixed-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after{
background-color: #333;
}
.sidebar .shop-sidebar form{
position:relative;
}
.sidebar .shop-sidebar form input[type="search"] {
position: relative;
display: block;
font-size: 14px;
color: #777777;
line-height: 28px;
padding: 15px 25px;
height: 60px;
width: 100%;
border: 1px solid #e1e1e1;
background-color: #ffffff;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.sidebar .shop-sidebar form button {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 60px;
text-align: center;
display: block;
font-size: 14px;
background-color: #222222;
color: #ffffff;
font-weight: normal;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.select2-container--default .select2-selection--single{
border: 1px solid #e0e0e0;
border-radius: 3px;
display: block;
height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height:43px;
}
.overlay-main {
position: absolute;
background-color: #000;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.6;
}
.main-header .outer-box form {
float: left;
}
.main-header .outer-box .navsearch-button {
position: relative;
font-size: 17px;
color: #222;
float: left;
cursor: pointer;
margin-top: 10px;
}
.main-header .outer-box .navsearch-button button[type="submit"] {
background: transparent;
}
.content-side .post-previous-next {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
border-bottom: 1px solid #ececf0;
border-top: 1px solid #ececf0;
padding: 20px 0;
}
.content-side .post-previous-next .post-previous {
flex-grow: 1;
margin-right: 20px;
}
.content-side .post-previous-next a {
color: #666;
font-weight: 600;
font-size: 15px;
font-family: 'Poppins',sans-serif;
}
.content-side .post-previous-next a .fa-angle-double-left {
margin-right: 4px;
}
.content-side .post-previous-next a .fa-angle-double-right {
margin-left: 4px;
}
.blog .sidebar-side .sidebar-widget {
margin-top: 20px;
}
.sidebar-side .sidebar-widget {
margin-top: 15px;
}
.search .search-results {
margin-bottom: 25px;
}
.footer-column .search-box input[type="search"] {
padding-left: 10px;
}
.footer-column .search-box button[type="submit"] {
padding: 0px 10px;
}
.comments-area .comment-box .reply-btn a{
margin-right:30px;
}
.sidebar-page-container .sidebar-side .sidebar{
padding-left:20px;
}
.main-header.header-style-two .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-two .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
background-color: #fff;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::before {
left: 20px !important;
right: auto;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::after {
left: 23px !important;
right: auto;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::before,
.main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::after {
margin-right: 5px !important;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a::after {
display: none;
}
.rtl .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
left: -20px;
right: auto;
}
.rtl .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
left: -17px;
right: auto;
}
.rtl .studio-section .content-column .inner-column .sec-title .title::before {
right: 110%;
left: auto;
}
.rtl .header-style-seven .main-menu .navigation > li {
margin-right: 40px;
margin-left: auto;
}
.rtl .comments-area .comment-box .reply-btn a {
margin-left: 30px;
margin-right: auto;
left: 0px;
right: auto;
} | contra-wp-full/contra/css/custom.css | .kc_row .kc_col-sm-12{
padding-left:0px !important;
padding-right:0px !important;
}
.admin-bar .header-style-one,
.admin-bar .fixed-header .sticky-header,
.admin-bar .header-style-four.fixed-header,
.admin-bar .header-style-four.fixed-header .header-lower{
top:32px;
}
.kc_column>.kc-col-container{
display:block;
}
.kc-row-container.kc-container{
max-width:1230px;
width:100%;
}
.main-slider .tp-bullets{
display:none;
}
.main-slider .text.text-center{
text-align:center !important;
}
.page-title{
position: relative;
padding:200px 0 30px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.styled-pagination .pagination{
position: relative;
width: 100%;
text-align: center;
display:block;
}
.pagination li a, .pagination li span{
position: relative;
display: block;
height: 40px;
width: 40px;
text-align: center;
line-height: 36px;
font-weight: 400;
font-size: 14px;
background: #ffffff;
color: #bbbbbb;
border: 2px solid #bbbbbb;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
color: #222222;
border-color: #222222;
background: transparent;
}
.main-header .outer-box .search-box-outer .dropdown.show .search-box-btn .fa-search:before{
content:'\f00d';
}
.specialize-section-two .thumbs-carousel .thumb-box .overlay{
background:none;
}
.default-form.comment-form .sec-title,
.default-form.comment-form .group-title{
margin-bottom:0px !important;
}
.contra_theme .contra_theme{
margin-left:70px;
}
.default-form.comment-form{
margin-bottom:30px;
}
.default-form.comment-form h3 small a{
position:relative;
font-size: 20px;
line-height: 1.2em;
color: #222222;
font-weight: 500;
}
.related-projects .sec-title{
margin-bottom:30px;
}
.news-block-two .image-box .image img{
width:auto;
}
/*************************** Footer Widget Style **************************?
/*=== links Widget ===*/
.footer-widget ul{
position: relative;
}
.footer-widget ul li.page_item,
.footer-widget ul li{
position:relative;
display: block;
margin-bottom: 13px;
}
.footer-widget ul li.page_item a:before,
.footer-widget ul li a:before{
position: absolute;
left: 0;
top: 0;
height: 20px;
font-size: 14px;
line-height: 20px;
color: #ffffff;
font-weight: 400;
content: "\f22b";
font-family: "FontAwesome";
}
.footer-widget ul li.page_item a,
.footer-widget ul li a{
position:relative;
display: inline-block;
padding-left:30px;
line-height: 20px;
font-size: 14px;
color: #f4f4f4;
font-weight: 400;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.footer-widget ul li.page_item a:hover:before,
.footer-widget ul li.page_item a:hover,
.footer-widget ul li a:hover:before,
.footer-widget ul li a:hover{
color:#ff8a00;
}
/******************** Blog Widget Style ***********************/
/*=== Categories ===*/
.widget ul{
position:relative;
}
.widget ul li{
position: relative;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ebebeb;
color: #252525;
font-weight: 400;
font-size: 16px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.widget ul li a{
position: relative;
color: #252525;
font-weight: 400;
display: inline-block;
font-size: 16px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.widget ul li:last-child{
border-bottom: 0;
}
.widget ul li a:hover {
padding-left: 38px;
color:#ff8a00
}
.widget ul li a:hover:before{
opacity: 1;
left: 5px;
color: #ff8a00;
}
.widget ul li a:before{
position:absolute;
content: "\f22b";
left:0px;
top:0px;
color: #252525;
font-size:20px;
font-weight:400;
font-family: 'FontAwesome';
opacity: 0;
}
.widget ul li.recentcomments a:before{
display:none;
}
/*=== Tags ===*/
.widget .tagcloud,
.footer-widget .tagcloud{
position: relative;
}
.widget .tagcloud a,
.footer-widget .tagcloud a{
margin-bottom: 13px;
margin-right: 6px;
position: relative;
display: inline-block;
font-size: 14px !important;
color: #777777;
line-height: 25px;
padding: 10px 30px;
font-weight: 400;
text-align: center;
border-radius: 50px;
text-transform: capitalize;
border: 1px solid #dddddd;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.widget .tagcloud a:hover,
.footer-widget .tagcloud a:hover{
background-color: #222222;
color: #ffffff;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
width: 8px;
height: 2px;
right: -14px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.sticky-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
width: 2px;
height: 8px;
right: -11px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
position: absolute;
width: 8px;
height: 2px;
right: -14px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
content: '';
font-size: 9px;
margin-left: 5px;
font-weight: normal;
vertical-align: middle;
display: inline-block;
}
.main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
position: absolute;
width: 2px;
height: 8px;
right: -11px;
top: 50%;
transform: translateY(-50%);
background-color: #222222;
}
.sticky-header .main-menu ul.navigation >li:hover>a .menu-item_plus::before {
width: 8px;
opacity: 1;
}
.sticky-header .main-menu ul.navigation >li:hover>a .menu-item_plus::after {
width: 2px;
opacity: 1;
}
.banner-section-six .shape-image{
display: block;
width: 440px;
height: 440px;
background: #ff8a00;
position: absolute;
z-index: 99;
right: 6%;
padding: 80px 30px 0px ;
top:0px;
}
.banner-section-six .shape-image .content-inner{
position: relative;
text-align: right;
}
.banner-section-six .shape-image .content-inner h2{
position: relative;
color: #ffffff;
font-size: 60px;
font-weight: 700;
line-height: 1.2em;
margin-bottom: 20px;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner h2 {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1500ms;
-moz-transition-delay: 1500ms;
-ms-transition-delay: 1500ms;
-o-transition-delay: 1500ms;
transition-delay: 1500ms;
}
.banner-section-six .shape-image .content-inner .view-projects {
position: relative;
font-size: 15px;
color: #ffffff;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner .view-projects {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 2000ms;
-moz-transition-delay: 2000ms;
-ms-transition-delay: 2000ms;
-o-transition-delay: 2000ms;
transition-delay: 2000ms;
}
.banner-section-six .active .shape-image .content-inner .view-projects:before {
position: absolute;
top: 7px;
right: 100%;
width: 0px;
height: 4px;
background-color: #ffffff;
content: '';
margin-right: 12px;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner .view-projects:after {
position: absolute;
top: 16px;
right: 100%;
width: 0px;
height: 2px;
background-color: #ffffff;
content: '';
margin-right: 12px;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.banner-section-six .active .shape-image .content-inner .view-projects:before {
width: 60px;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1700ms;
-moz-transition-delay: 1700ms;
-ms-transition-delay: 1700ms;
-o-transition-delay: 1700ms;
transition-delay: 1700ms;
}
.banner-section-six .active .shape-image .content-inner .view-projects:after {
width: 40px;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1900ms;
-moz-transition-delay: 1900ms;
-ms-transition-delay: 1900ms;
-o-transition-delay: 1900ms;
transition-delay: 1900ms;
}
.main-header.header-style-three .logo-box {
height: 100px;
}
/************************** New Style ****************/
.main-header.header-style-three .main-menu .navigation > li{
margin-right:15px;
margin-left: 35px;
}
.main-header.header-style-three .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-three .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after,
.main-header.header-style-one .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-one .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after,
.main-header.header-style-four .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-four .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after{
background-color: #fff;
}
.main-header.header-style-three.fixed-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-three.fixed-header .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after{
background-color: #333;
}
.sidebar .shop-sidebar form{
position:relative;
}
.sidebar .shop-sidebar form input[type="search"] {
position: relative;
display: block;
font-size: 14px;
color: #777777;
line-height: 28px;
padding: 15px 25px;
height: 60px;
width: 100%;
border: 1px solid #e1e1e1;
background-color: #ffffff;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.sidebar .shop-sidebar form button {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 60px;
text-align: center;
display: block;
font-size: 14px;
background-color: #222222;
color: #ffffff;
font-weight: normal;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.select2-container--default .select2-selection--single{
border: 1px solid #e0e0e0;
border-radius: 3px;
display: block;
height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height:43px;
}
.overlay-main {
position: absolute;
background-color: #000;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.6;
}
.main-header .outer-box form {
float: left;
}
.main-header .outer-box .navsearch-button {
position: relative;
font-size: 17px;
color: #222;
float: left;
cursor: pointer;
margin-top: 10px;
}
.main-header .outer-box .navsearch-button button[type="submit"] {
background: transparent;
}
.content-side .post-previous-next {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
border-bottom: 1px solid #ececf0;
border-top: 1px solid #ececf0;
padding: 20px 0;
}
.content-side .post-previous-next .post-previous {
flex-grow: 1;
margin-right: 20px;
}
.content-side .post-previous-next a {
color: #666;
font-weight: 600;
font-size: 15px;
font-family: 'Poppins',sans-serif;
}
.content-side .post-previous-next a .fa-angle-double-left {
margin-right: 4px;
}
.content-side .post-previous-next a .fa-angle-double-right {
margin-left: 4px;
}
.blog .sidebar-side .sidebar-widget {
margin-top: 20px;
}
.sidebar-side .sidebar-widget {
margin-top: 15px;
}
.search .search-results {
margin-bottom: 25px;
}
.footer-column .search-box input[type="search"] {
padding-left: 10px;
}
.footer-column .search-box button[type="submit"] {
padding: 0px 10px;
}
.comments-area .comment-box .reply-btn a{
margin-right:30px;
}
.sidebar-page-container .sidebar-side .sidebar{
padding-left:20px;
}
.main-header.header-style-two .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before,
.main-header.header-style-two .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
background-color: #fff;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::before {
left: 20px !important;
right: auto;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::after {
left: 23px !important;
right: auto;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::before,
.main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus::after {
margin-right: 5px !important;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a::after {
display: none;
}
.rtl .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::before {
left: -20px;
right: auto;
}
.rtl .main-menu .navigation > li.menu-item-has-children > a .menu-item_plus::after {
left: -17px;
right: auto;
}
.rtl .studio-section .content-column .inner-column .sec-title .title::before {
right: 110%;
left: auto;
}
.rtl .header-style-seven .main-menu .navigation > li {
margin-right: 40px;
margin-left: auto;
}
.rtl .comments-area .comment-box .reply-btn a {
margin-left: 30px;
margin-right: auto;
left: 0px;
right: auto;
} | 0.300027 | 0.070656 |
.main-content {
margin: 50px 0;
}
.img-small {
padding: 10px 0;
}
.img-flu img {
width: 100%;
}
.similar-products{
margin-top: 50px;
margin-bottom: 0;
text-align: center;
color: #006600;
}
.similar p{
text-align: center;
}
.pagination-product{
text-align: center;
}
.vertical-menu{
list-style: none;
background: #f7f7f7;
padding-left: 10px;
}
.vertical-menu li:hover{
background: #006600;
color: white;
}
.li-vertical::before{
content: "»";
color: red;
margin-right: 10px;
}
.li-vertical{
padding: 10px 0;
color: #28a745;
border-bottom: 1px white solid;
}
.price-product{
color: white;
padding: 5px 10px;
background: red;
border-radius: 5px
}
.price-product:hover{
color: white;
}
a{
text-decoration: none;
}
/* */
/* .noselect{
background-color: transparent;
position: relative;
box-shadow: 10px 10px 42px 0 rgba(0,0,0,0.75);
}
.noselect:after, .noselect:before{
mix-blend-mode:multiply;
filter:none;
z-index: -1;
content:'';
width:calc(100% + (50px * 2));
height:calc(100% + (50px * 2));
position: absolute;
display: block;
animation: border 10s ease-in-out infinite;
transform:translateX(-50px) translateY(-50px);
}
@keyframes border {
0%, 100% {
-webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
}
50% {
-webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
}
}
.noselect:before {
background-color: #AA4465;
clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
} */ | public/dashboard/images/detail.css | .main-content {
margin: 50px 0;
}
.img-small {
padding: 10px 0;
}
.img-flu img {
width: 100%;
}
.similar-products{
margin-top: 50px;
margin-bottom: 0;
text-align: center;
color: #006600;
}
.similar p{
text-align: center;
}
.pagination-product{
text-align: center;
}
.vertical-menu{
list-style: none;
background: #f7f7f7;
padding-left: 10px;
}
.vertical-menu li:hover{
background: #006600;
color: white;
}
.li-vertical::before{
content: "»";
color: red;
margin-right: 10px;
}
.li-vertical{
padding: 10px 0;
color: #28a745;
border-bottom: 1px white solid;
}
.price-product{
color: white;
padding: 5px 10px;
background: red;
border-radius: 5px
}
.price-product:hover{
color: white;
}
a{
text-decoration: none;
}
/* */
/* .noselect{
background-color: transparent;
position: relative;
box-shadow: 10px 10px 42px 0 rgba(0,0,0,0.75);
}
.noselect:after, .noselect:before{
mix-blend-mode:multiply;
filter:none;
z-index: -1;
content:'';
width:calc(100% + (50px * 2));
height:calc(100% + (50px * 2));
position: absolute;
display: block;
animation: border 10s ease-in-out infinite;
transform:translateX(-50px) translateY(-50px);
}
@keyframes border {
0%, 100% {
-webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
}
50% {
-webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
}
}
.noselect:before {
background-color: #AA4465;
clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
} */ | 0.326486 | 0.104614 |
@import './variables';
@custom-media --breakpoint-small (width >= 33.75em);
@custom-media --breakpoint-med (width >= 45em);
@custom-media --breakpoint-large (width >= 60em);
.container {
width: 90%;
margin-left: auto;
margin-right: auto;
@media (--breakpoint-small) {
width: 80%;
}
@media (--breakpoint-large) {
width: 75%;
max-width: 60rem;
}
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.row::after {
content: "";
display: table;
clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: var(--grid-width);
}
.col-1-sm { width: calc((var(--grid-width) / 12) - (var(--grid-gutter) * (11 / 12))); }
.col-2-sm { width: calc((var(--grid-width) / 6) - (var(--grid-gutter) * (10 / 12))); }
.col-3-sm { width: calc((var(--grid-width) / 4) - (var(--grid-gutter) * (9 / 12))); }
.col-4-sm { width: calc((var(--grid-width) / 3) - (var(--grid-gutter) * (8 / 12))); }
.col-5-sm { width: calc((var(--grid-width) / (12 / 5)) - (var(--grid-gutter) * (7 / 12))); }
.col-6-sm { width: calc((var(--grid-width) / 2) - (var(--grid-gutter) * (6 / 12))); }
.col-7-sm { width: calc((var(--grid-width) / (12 / 7)) - (var(--grid-gutter) * (5 / 12))); }
.col-8-sm { width: calc((var(--grid-width) / (12 / 8)) - (var(--grid-gutter) * (4 / 12))); }
.col-9-sm { width: calc((var(--grid-width) / (12 / 9)) - (var(--grid-gutter) * (3 / 12))); }
.col-10-sm { width: calc((var(--grid-width) / (12 / 10)) - (var(--grid-gutter) * (2 / 12))); }
.col-11-sm { width: calc((var(--grid-width) / (12 / 11)) - (var(--grid-gutter) * (1 / 12))); }
.col-12-sm { width: var(--grid-width); }
@media (--breakpoint-med) {
.col-1 { width: calc((var(--grid-width) / 12) - (var(--grid-gutter) * (11 / 12))); }
.col-2 { width: calc((var(--grid-width) / 6) - (var(--grid-gutter) * (10 / 12))); }
.col-3 { width: calc((var(--grid-width) / 4) - (var(--grid-gutter) * (9 / 12))); }
.col-4 { width: calc((var(--grid-width) / 3) - (var(--grid-gutter) * (8 / 12))); }
.col-5 { width: calc((var(--grid-width) / (12 / 5)) - (var(--grid-gutter) * (7 / 12))); }
.col-6 { width: calc((var(--grid-width) / 2) - (var(--grid-gutter) * (6 / 12))); }
.col-7 { width: calc((var(--grid-width) / (12 / 7)) - (var(--grid-gutter) * (5 / 12))); }
.col-8 { width: calc((var(--grid-width) / (12 / 8)) - (var(--grid-gutter) * (4 / 12))); }
.col-9 { width: calc((var(--grid-width) / (12 / 9)) - (var(--grid-gutter) * (3 / 12))); }
.col-10 { width: calc((var(--grid-width) / (12 / 10)) - (var(--grid-gutter) * (2 / 12))); }
.col-11 { width: calc((var(--grid-width) / (12 / 11)) - (var(--grid-gutter) * (1 / 12))); }
.col-12 { width: var(--grid-width); }
.hidden-sm {
display: block;
}
} | src/main/styles/includes/grid.css | @import './variables';
@custom-media --breakpoint-small (width >= 33.75em);
@custom-media --breakpoint-med (width >= 45em);
@custom-media --breakpoint-large (width >= 60em);
.container {
width: 90%;
margin-left: auto;
margin-right: auto;
@media (--breakpoint-small) {
width: 80%;
}
@media (--breakpoint-large) {
width: 75%;
max-width: 60rem;
}
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.row::after {
content: "";
display: table;
clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: var(--grid-width);
}
.col-1-sm { width: calc((var(--grid-width) / 12) - (var(--grid-gutter) * (11 / 12))); }
.col-2-sm { width: calc((var(--grid-width) / 6) - (var(--grid-gutter) * (10 / 12))); }
.col-3-sm { width: calc((var(--grid-width) / 4) - (var(--grid-gutter) * (9 / 12))); }
.col-4-sm { width: calc((var(--grid-width) / 3) - (var(--grid-gutter) * (8 / 12))); }
.col-5-sm { width: calc((var(--grid-width) / (12 / 5)) - (var(--grid-gutter) * (7 / 12))); }
.col-6-sm { width: calc((var(--grid-width) / 2) - (var(--grid-gutter) * (6 / 12))); }
.col-7-sm { width: calc((var(--grid-width) / (12 / 7)) - (var(--grid-gutter) * (5 / 12))); }
.col-8-sm { width: calc((var(--grid-width) / (12 / 8)) - (var(--grid-gutter) * (4 / 12))); }
.col-9-sm { width: calc((var(--grid-width) / (12 / 9)) - (var(--grid-gutter) * (3 / 12))); }
.col-10-sm { width: calc((var(--grid-width) / (12 / 10)) - (var(--grid-gutter) * (2 / 12))); }
.col-11-sm { width: calc((var(--grid-width) / (12 / 11)) - (var(--grid-gutter) * (1 / 12))); }
.col-12-sm { width: var(--grid-width); }
@media (--breakpoint-med) {
.col-1 { width: calc((var(--grid-width) / 12) - (var(--grid-gutter) * (11 / 12))); }
.col-2 { width: calc((var(--grid-width) / 6) - (var(--grid-gutter) * (10 / 12))); }
.col-3 { width: calc((var(--grid-width) / 4) - (var(--grid-gutter) * (9 / 12))); }
.col-4 { width: calc((var(--grid-width) / 3) - (var(--grid-gutter) * (8 / 12))); }
.col-5 { width: calc((var(--grid-width) / (12 / 5)) - (var(--grid-gutter) * (7 / 12))); }
.col-6 { width: calc((var(--grid-width) / 2) - (var(--grid-gutter) * (6 / 12))); }
.col-7 { width: calc((var(--grid-width) / (12 / 7)) - (var(--grid-gutter) * (5 / 12))); }
.col-8 { width: calc((var(--grid-width) / (12 / 8)) - (var(--grid-gutter) * (4 / 12))); }
.col-9 { width: calc((var(--grid-width) / (12 / 9)) - (var(--grid-gutter) * (3 / 12))); }
.col-10 { width: calc((var(--grid-width) / (12 / 10)) - (var(--grid-gutter) * (2 / 12))); }
.col-11 { width: calc((var(--grid-width) / (12 / 11)) - (var(--grid-gutter) * (1 / 12))); }
.col-12 { width: var(--grid-width); }
.hidden-sm {
display: block;
}
} | 0.4436 | 0.082438 |
.borda{
border: 2px solid red;
}
/* ==================== Layout ==================== */
body{
background: url("imagens/background.jpg");
background-attachment: fixed;
font-family: Helvetica,Arial,sans-serif;
overflow-x: hidden;
}
/* ============== Navbar e Dropdown =============== */
.navbar-inverse{
background-color: #EF6495;
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
background-color: #EDAAC1;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus{
background-color: #3F364F;
border-radius: 24px;
}
.dropdown-menu{
background-color: #EF6495;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
background-color: #EDAAC1;
border-radius: 24px;
}
.navbar-inverse{
background-image: none;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
background-image: none;
border-radius: 24px;
}
.navbar-inverse{
border-color: #EF6495;
}
.navbar-inverse .navbar-brand{
color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>li>a{
color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.dropdown-menu>li>a{
color: #FFFFFF;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret{
border-top-color: #FFFFFF;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{
border-top-color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret{
border-bottom-color: #FFFFFF;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{
border-bottom-color: #FFFFFF;
border-radius: 24px;
}
/* ==================== Botões ==================== */
body .btn-primary{
background-color: #ef6495;
border-color: #ef6495;
color: #FFFFFF;
}
body .btn-primary:hover,
body .btn-primary:focus{
border-color: #ef6495;
background-color: #ef6495;
color: #FFFFFF;
}
body .btn-primary:active,
body .btn-primary:visited,
body .btn-primary:active:focus,
body .btn-primary:active:hover{
border-color: #ef6495;
background-color: #ef6495;
color: #FFFFFF;
}
/* ==================== Rodape ==================== */
footer{
background: #ef6495;
padding: 20px 0px 20px 0px;
position: relative;
}
/* ================== Tipografia ================== */
/* ================ Media queries ================= */
/* xs < 768px */
@media screen and (max-width: 767px){
h1{
font-size: 50px;
}
.btn-custom{
margin: 10px 15px;
}
}
/* sm */
@media screen and (min-width: 768px){
h1{
font-size: 70px;
}
}
/* md */
@media screen and (min-width: 992px){
h1{
font-size: 80px;
}
}
/* lg */
@media screen and (min-width: 1200px){
h1{
font-size: 100px;
}
} | paginas/004.One-books-oficial/estilo.css | .borda{
border: 2px solid red;
}
/* ==================== Layout ==================== */
body{
background: url("imagens/background.jpg");
background-attachment: fixed;
font-family: Helvetica,Arial,sans-serif;
overflow-x: hidden;
}
/* ============== Navbar e Dropdown =============== */
.navbar-inverse{
background-color: #EF6495;
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
background-color: #EDAAC1;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus{
background-color: #3F364F;
border-radius: 24px;
}
.dropdown-menu{
background-color: #EF6495;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
background-color: #EDAAC1;
border-radius: 24px;
}
.navbar-inverse{
background-image: none;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
background-image: none;
border-radius: 24px;
}
.navbar-inverse{
border-color: #EF6495;
}
.navbar-inverse .navbar-brand{
color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>li>a{
color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.dropdown-menu>li>a{
color: #FFFFFF;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret{
border-top-color: #FFFFFF;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{
border-top-color: #FFFFFF;
border-radius: 24px;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret{
border-bottom-color: #FFFFFF;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{
border-bottom-color: #FFFFFF;
border-radius: 24px;
}
/* ==================== Botões ==================== */
body .btn-primary{
background-color: #ef6495;
border-color: #ef6495;
color: #FFFFFF;
}
body .btn-primary:hover,
body .btn-primary:focus{
border-color: #ef6495;
background-color: #ef6495;
color: #FFFFFF;
}
body .btn-primary:active,
body .btn-primary:visited,
body .btn-primary:active:focus,
body .btn-primary:active:hover{
border-color: #ef6495;
background-color: #ef6495;
color: #FFFFFF;
}
/* ==================== Rodape ==================== */
footer{
background: #ef6495;
padding: 20px 0px 20px 0px;
position: relative;
}
/* ================== Tipografia ================== */
/* ================ Media queries ================= */
/* xs < 768px */
@media screen and (max-width: 767px){
h1{
font-size: 50px;
}
.btn-custom{
margin: 10px 15px;
}
}
/* sm */
@media screen and (min-width: 768px){
h1{
font-size: 70px;
}
}
/* md */
@media screen and (min-width: 992px){
h1{
font-size: 80px;
}
}
/* lg */
@media screen and (min-width: 1200px){
h1{
font-size: 100px;
}
} | 0.292393 | 0.068257 |
.logo img {
height: 80px;
}
.counter {
margin: -15px 0 30px;
font-size: 16px;
font-style: italic;
}
.has-fixed .header-main {
top: 0;
}
#ant-modal {
z-index: 100000;
position: absolute;
}
#root {
position: relative;
padding-bottom: 50px;
}
#root .btn.btn-md {
font-size: 18px !important;
padding: 15px 45px !important;
white-space: break-spaces;
}
#root .btn.btn-md[disabled] {
font-size: 12px !important;
max-width: 80%;
overflow: hidden;
}
.ant-layout {
background: transparent;
}
.ant-layout-header {
background: transparent !important;
}
#root main {
background: transparent !important;
padding: 0 !important;
text-align: center;
}
.App-Bar {
height: auto !important;
padding-top: 0 !important;
position: absolute !important;
bottom: 0 !important;
height: 40px !important;
padding: 0 !important;
top: auto !important;
}
.App-Bar-right>.ant-btn.ant-btn-primary.ant-btn-lg {
background: transparent !important;
border: none !important;
font-size: 14px !important;
box-shadow: none !important;
}
.ant-btn>span {
vertical-align: middle;
}
.App-Bar-right {
margin: 0 auto;
}
#root main .ant-btn-primary {
margin: 0 auto;
display: block;
white-space: break-spaces;
height: auto;
}
.modal-header {
background: #1a2029;
border-bottom: 0;
}
.modal-header .modal-title {
margin: 0 auto;
color: #FFF;
}
.ant-select-dropdown {
z-index: 100000 !important;
}
.header-navbar-s1 .menu>.menu-item>a {
padding: 20px 15px !important;
font-size: 14px !important;
}
.ant-btn.ant-btn-text.ant-btn-circle.ant-btn-lg.ant-btn-icon-only {
display: none !important;
}
#root main .counter {
color: #FFF;
display: none;
}
.eapps-social-share-buttons {
position: fixed !important;
z-index: 100 !important;
}
#root .buy,
#root .text,
#root .app-title {
display: none !important;
}
#mint-box.not-connected #root {
padding-bottom: 15px;
}
#mint-box.not-connected .App-Bar {
display: none;
}
#mint-guide {
display: none;
}
#mint-box.not-connected #mint-guide {
display: block;
}
#modal-mint-guide .modal-body {
background: rgb(18, 8, 29);
background: linear-gradient(333deg, rgba(18, 8, 29, 1) 0%, rgba(15, 3, 59, 1) 100%);
border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
#modal-mint-guide h5 {
font-size: 16px;
}
#modal-mint-guide .circle {
width: 48px;
float: left;
margin-bottom: 15px;
}
#iframe-widget-wrapper {
height: 390px !important;
}
}
.circle {
margin-left: auto;
margin-right: auto;
border-radius: 50%;
width: 100%;
position: relative;
background-color: #FFF;
}
.circle:before {
content: "";
display: block;
padding-top: 100%;
}
.circle-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
}
.score-text {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 1em;
line-height: 1em;
font-size: 32px;
}
#live-mint-feed {
white-space: nowrap;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
height: 300px;
}
#live-mint-feed .slide {
width: 200px;
display: inline-block;
text-align: center;
margin-right: 15px;
}
#live-mint-feed .slide .image:after {
content: "";
display: block;
padding-top: 100%;
}
#live-mint-feed .slide img {
max-width: 100%;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
#live-mint-feed .slide .name {
font-size: 18px;
}
#live-mint-feed .slide .minted {
display: block;
font-size: 14px;
} | clone-website/assets/css/second-layer.css | .logo img {
height: 80px;
}
.counter {
margin: -15px 0 30px;
font-size: 16px;
font-style: italic;
}
.has-fixed .header-main {
top: 0;
}
#ant-modal {
z-index: 100000;
position: absolute;
}
#root {
position: relative;
padding-bottom: 50px;
}
#root .btn.btn-md {
font-size: 18px !important;
padding: 15px 45px !important;
white-space: break-spaces;
}
#root .btn.btn-md[disabled] {
font-size: 12px !important;
max-width: 80%;
overflow: hidden;
}
.ant-layout {
background: transparent;
}
.ant-layout-header {
background: transparent !important;
}
#root main {
background: transparent !important;
padding: 0 !important;
text-align: center;
}
.App-Bar {
height: auto !important;
padding-top: 0 !important;
position: absolute !important;
bottom: 0 !important;
height: 40px !important;
padding: 0 !important;
top: auto !important;
}
.App-Bar-right>.ant-btn.ant-btn-primary.ant-btn-lg {
background: transparent !important;
border: none !important;
font-size: 14px !important;
box-shadow: none !important;
}
.ant-btn>span {
vertical-align: middle;
}
.App-Bar-right {
margin: 0 auto;
}
#root main .ant-btn-primary {
margin: 0 auto;
display: block;
white-space: break-spaces;
height: auto;
}
.modal-header {
background: #1a2029;
border-bottom: 0;
}
.modal-header .modal-title {
margin: 0 auto;
color: #FFF;
}
.ant-select-dropdown {
z-index: 100000 !important;
}
.header-navbar-s1 .menu>.menu-item>a {
padding: 20px 15px !important;
font-size: 14px !important;
}
.ant-btn.ant-btn-text.ant-btn-circle.ant-btn-lg.ant-btn-icon-only {
display: none !important;
}
#root main .counter {
color: #FFF;
display: none;
}
.eapps-social-share-buttons {
position: fixed !important;
z-index: 100 !important;
}
#root .buy,
#root .text,
#root .app-title {
display: none !important;
}
#mint-box.not-connected #root {
padding-bottom: 15px;
}
#mint-box.not-connected .App-Bar {
display: none;
}
#mint-guide {
display: none;
}
#mint-box.not-connected #mint-guide {
display: block;
}
#modal-mint-guide .modal-body {
background: rgb(18, 8, 29);
background: linear-gradient(333deg, rgba(18, 8, 29, 1) 0%, rgba(15, 3, 59, 1) 100%);
border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
#modal-mint-guide h5 {
font-size: 16px;
}
#modal-mint-guide .circle {
width: 48px;
float: left;
margin-bottom: 15px;
}
#iframe-widget-wrapper {
height: 390px !important;
}
}
.circle {
margin-left: auto;
margin-right: auto;
border-radius: 50%;
width: 100%;
position: relative;
background-color: #FFF;
}
.circle:before {
content: "";
display: block;
padding-top: 100%;
}
.circle-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
}
.score-text {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 1em;
line-height: 1em;
font-size: 32px;
}
#live-mint-feed {
white-space: nowrap;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
height: 300px;
}
#live-mint-feed .slide {
width: 200px;
display: inline-block;
text-align: center;
margin-right: 15px;
}
#live-mint-feed .slide .image:after {
content: "";
display: block;
padding-top: 100%;
}
#live-mint-feed .slide img {
max-width: 100%;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
#live-mint-feed .slide .name {
font-size: 18px;
}
#live-mint-feed .slide .minted {
display: block;
font-size: 14px;
} | 0.387227 | 0.135118 |
.popui__modal-panel{position: relative;}
.popui__modal-panel *{font-style: normal; font-weight: normal; list-style: none;}
.popui__modal-mask {background: black; opacity: .6; pointer-events: auto; height: 100%; width: 100%; position: fixed; top: 0; left: 0; animation: mask-fadeIn .5s;}
@keyframes mask-fadeIn {0% {opacity: 0;}100% {opacity: .6;}}
.popui__panel-main{display: table; color:#333; font-family: 宋体,helvetica,arial,sans-serif; pointer-events: none; height: 100%; width: 100%; position: fixed; left: 0; top: 0;}
.popui__panel-main .popui__panel-section{display: table-cell; vertical-align: middle; text-align: center;}
.popui__panel-child{background: #fff; border-radius: 3px; display: inline-block; pointer-events: auto; font-size: 14px; text-align: left; max-width: 300px; position: relative;}
.popui__panel-tit{color:#333; font-size: 14px; padding: 7px 20px; text-align: center;}
.popui__panel-cnt{padding: 15px; text-align: center; line-height: 1.3; word-wrap: break-word; word-break: break-all;}
.popui__panel-btn{display: flex; align-items: center; line-height: 40px; position: relative;}
.popui__panel-btn:after{content: ''; border-top: 1px solid #e7e7e7; position: absolute; left: 0; right: 0; top: 0; z-index:5;}
.popui__panel-btn .btn{cursor: pointer; display: block; flex: 1; font-size: 14px; text-align: center; -webkit-user-select:none; user-select:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; z-index: 3;}
.popui__panel-btn .btn:active{background: #f5f5f5;}
.popui__panel-btn .btn:after{content:"";border-left:1px solid #e7e7e7;position:absolute;top:0;bottom:0;right:0;}
.popui__panel-btn .btn:last-child:after{border:none;}
.popui__panel-btn .btn:first-child{border-bottom-left-radius: 3px;}
.popui__panel-btn .btn:last-child{border-bottom-right-radius: 3px;}
/* +++ */
.wcPop-close .popui__modal-mask{animation: anim-fadeOut .3s;}
.wcPop-close .popui__panel-child{animation: anim-fadeOut .3s;}
.wcPop-close .popui__footer, .wcPop-close .popui__actionsheet{animation: anim-fadeOutUp .3s;}
/* __ 自定义样式 */
/* 样式1(toast) */
.popui__toast{background: rgba(17,17,17,.7); color: #fff; min-height: 120px; width: 120px;}
.popui__toast .popui__toast-icon{margin-bottom: 5px;}
.popui__toast .popui__toast-icon img{height:24px;width:24px;}
.popui__toast .popui__panel-cnt{padding: 35px 10px 15px;}
/* 样式2(footer底部弹出) */
.popui__footer{background: 0 0; margin:0 auto; max-width: 100%; position: fixed; left: 0; right: 0; bottom: 10px; width: 95%;}
.popui__footer .popui__panel-cnt{background-color: rgba(255,255,255,.8); border-radius: 3px 3px 0 0; padding: 15px 10px;}
.popui__footer .popui__panel-btn{background: 0 0; border-top: 0; display: block;}
.popui__footer .popui__panel-btn:after{display:none;}
.popui__footer .popui__panel-btn .btn{background: rgba(255,255,255,.8); border-top: 1px solid #ccc;}
.popui__footer .popui__panel-btn .btn:after{border-left:none;}
.popui__footer .popui__panel-btn .btn:nth-last-child(2){border-radius: 0 0 3px 3px;}
.popui__footer .popui__panel-btn .btn:nth-last-child(1){border-top: 0; border-radius: 3px; margin-top: 10px;}
/* 样式3(actionsheet底部弹出式菜单) */
.popui__actionsheet{border-radius: 0; margin:0 auto; max-width: 100%; position: fixed; left: 0; right: 0; bottom: 0; width: 100%;}
.popui__actionsheet .popui__panel-cnt{padding: 15px 10px;}
.popui__actionsheet .popui__panel-btn{background: 0 0; border-top: 0; display: block;}
.popui__actionsheet .popui__panel-btn .btn{border-top: 1px solid #e7e7e7;}
.popui__actionsheet .popui__panel-btn .btn:after{border-left:none;}
.popui__actionsheet .popui__panel-btn .btn:nth-last-child(1){border-top: 5px solid #e7e7e7; border-bottom-right-radius: 0;}
/* 样式4(ios、android) */
.wcPop-close .popui__ios, .wcPop-close .popui__android, .wcPop-close .popui__androidSheet{animation: anim-fadeScaleOut .3s;}
.popui__ios{width: 80%;}
.popui__ios .popui__panel-tit{font-size:16px; padding: 20px 25px 10px;}
.popui__ios .popui__panel-cnt{color:#808080; padding: 0 25px 15px; min-height:40px;}
.popui__ios .popui__panel-cnt:first-child{color:#333; padding: 40px 20px 25px;}
.popui__ios .popui__panel-btn{line-height: 48px;}
.popui__ios .popui__panel-btn .btn{font-size: 14px;}
.popui__android{width: 80%;}
.popui__android .popui__panel-tit{font-size:18px; padding: 20px 25px 10px; text-align: left;}
.popui__android .popui__panel-cnt{color:#808080; font-size: 15px; padding: 5px 25px 35px; text-align: left; min-height:40px;}
.popui__android .popui__panel-cnt:first-child{color:#333; padding: 25px 25px 35px;}
.popui__android .popui__panel-btn{display: block; padding: 0 25px 12px; text-align: right; line-height: 34px;}
.popui__android .popui__panel-btn:after{display: none;}
.popui__android .popui__panel-btn .btn{border-radius:0; font-size: 14px; display: inline-block; vertical-align: top; padding: 0 15px;}
.popui__android .popui__panel-btn .btn:after{display: none;}
.popui__android .popui__panel-btn .btn:first-child{color: #808080;}
.popui__android .popui__panel-btn .btn:last-child{margin-right: -10px;}
.popui__androidSheet{border-radius:2px;width: 80%;}
.popui__androidSheet .popui__panel-tit{font-size:18px; padding: 15px 20px 5px; text-align: left;}
.popui__androidSheet .popui__panel-cnt{color:#808080; font-size: 15px; padding: 0 20px 15px; text-align: left;}
.popui__androidSheet .popui__panel-cnt:first-child{color:#333; padding: 15px 20px 5px;}
.popui__androidSheet .popui__panel-btn{display: block; padding: 0; text-align: left; line-height: 42px;}
.popui__androidSheet .popui__panel-btn:after{display: none;}
.popui__androidSheet .popui__panel-btn .btn{border-bottom: 1px solid #eee; border-radius:0; font-size: 14px; padding: 0 20px; text-align: left;}
.popui__androidSheet .popui__panel-btn .btn:last-child{border-bottom: 0;}
.popui__androidSheet .popui__panel-btn .btn:after{display: none;}
/* __ 弹窗动画 */
.anim-fadeIn{animation: anim-fadeIn .5s;}
.anim-scaleIn{animation: anim-scaleIn .3s;}
.anim-fadeInUp{animation: anim-fadeInUp .3s;}
.anim-fadeInDown{animation: anim-fadeInDown .3s;}
.anim-fadeOutUp{animation: anim-fadeOut .3s;}
.anim-fadeOut{animation: anim-fadeOut .3s;}
.anim-fadeScaleOut{animation: anim-fadeScaleOut .3s;}
.anim-rollIn{animation: anim-rollIn .3s;}
.anim-shake{animation: anim-shake .3s;}
.anim-loading{animation: anim-loading 1s steps(12, end) infinite;}
.anim-footer{animation: anim-footer .3s;}
/* 渐变 */
@keyframes anim-fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
/* 缩放 */
@keyframes anim-scaleIn {
0% {opacity: 0; transform: scale(.9);}
100% {opacity: 1; transform: scale(1);}
}
/* 由上向下打开 */
@keyframes anim-fadeInUp {
0% {opacity: 0; transform: translateY(-100%);}
100% {opacity: 1; transform: translateY(0);}
}
/* 由下向上打开 */
@keyframes anim-fadeInDown {
0% {opacity: 0; transform: translateY(100%);}
100% {opacity: 1; transform: translateY(0);}
}
/* 由上向下渐变关闭 */
@keyframes anim-fadeOutUp {
100% {opacity: 0; transform: translateY(100%);}
}
/* 渐变缩小关闭 */
@keyframes anim-fadeOut {
100% {opacity: 0;}
}
/* 渐变缩小关闭 */
@keyframes anim-fadeScaleOut {
100% {opacity: 0;-webkit-transform: scale(.9);transform: scale(.9);}
}
/* 左侧翻转打开 */
@keyframes anim-rollIn {
0% {opacity: 0; transform: translateX(-100%) rotate(-120deg);}
100% {opacity: 1; transform: translateX(0) rotate(0);}
}
/* 震动 */
@keyframes anim-shake {
0%,100% {transform: translateX(0);}
10%,30%,50%,70%,90% {transform: translateX(-10px);}
20%,40%,60%,80% {transform: translateX(10px);}
}
/* 加载中 */
@keyframes anim-loading {
0% {transform: rotate3d(0, 0, 1, 0deg);}
100% {transform: rotate3d(0, 0, 1, 360deg);}
}
/* 底部向上弹出 */
@keyframes anim-footer {
0% {opacity: 0; transform: translateY(800px)}
100% {opacity: 1; transform: translateY(0);}
}
/* 去除android上a、button、input标签点击产生的阴影 */
a,button,input,label{-webkit-tap-highlight-color:rgba(255,0,0,0); outline:none;}
/* __ flex弹性盒子 */
.flexbox{display:-webkit-box; display:-webkit-flex; display:flex; display:-ms-flexbox;}
.flex-alignc{align-items: center;}
.flex1{-webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.flex2{-webkit-box-flex:2; -webkit-flex:2; -ms-flex:2; flex:2;} | public/assets/mobile/js/wcPop/skin/wcPop.css | .popui__modal-panel{position: relative;}
.popui__modal-panel *{font-style: normal; font-weight: normal; list-style: none;}
.popui__modal-mask {background: black; opacity: .6; pointer-events: auto; height: 100%; width: 100%; position: fixed; top: 0; left: 0; animation: mask-fadeIn .5s;}
@keyframes mask-fadeIn {0% {opacity: 0;}100% {opacity: .6;}}
.popui__panel-main{display: table; color:#333; font-family: 宋体,helvetica,arial,sans-serif; pointer-events: none; height: 100%; width: 100%; position: fixed; left: 0; top: 0;}
.popui__panel-main .popui__panel-section{display: table-cell; vertical-align: middle; text-align: center;}
.popui__panel-child{background: #fff; border-radius: 3px; display: inline-block; pointer-events: auto; font-size: 14px; text-align: left; max-width: 300px; position: relative;}
.popui__panel-tit{color:#333; font-size: 14px; padding: 7px 20px; text-align: center;}
.popui__panel-cnt{padding: 15px; text-align: center; line-height: 1.3; word-wrap: break-word; word-break: break-all;}
.popui__panel-btn{display: flex; align-items: center; line-height: 40px; position: relative;}
.popui__panel-btn:after{content: ''; border-top: 1px solid #e7e7e7; position: absolute; left: 0; right: 0; top: 0; z-index:5;}
.popui__panel-btn .btn{cursor: pointer; display: block; flex: 1; font-size: 14px; text-align: center; -webkit-user-select:none; user-select:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; z-index: 3;}
.popui__panel-btn .btn:active{background: #f5f5f5;}
.popui__panel-btn .btn:after{content:"";border-left:1px solid #e7e7e7;position:absolute;top:0;bottom:0;right:0;}
.popui__panel-btn .btn:last-child:after{border:none;}
.popui__panel-btn .btn:first-child{border-bottom-left-radius: 3px;}
.popui__panel-btn .btn:last-child{border-bottom-right-radius: 3px;}
/* +++ */
.wcPop-close .popui__modal-mask{animation: anim-fadeOut .3s;}
.wcPop-close .popui__panel-child{animation: anim-fadeOut .3s;}
.wcPop-close .popui__footer, .wcPop-close .popui__actionsheet{animation: anim-fadeOutUp .3s;}
/* __ 自定义样式 */
/* 样式1(toast) */
.popui__toast{background: rgba(17,17,17,.7); color: #fff; min-height: 120px; width: 120px;}
.popui__toast .popui__toast-icon{margin-bottom: 5px;}
.popui__toast .popui__toast-icon img{height:24px;width:24px;}
.popui__toast .popui__panel-cnt{padding: 35px 10px 15px;}
/* 样式2(footer底部弹出) */
.popui__footer{background: 0 0; margin:0 auto; max-width: 100%; position: fixed; left: 0; right: 0; bottom: 10px; width: 95%;}
.popui__footer .popui__panel-cnt{background-color: rgba(255,255,255,.8); border-radius: 3px 3px 0 0; padding: 15px 10px;}
.popui__footer .popui__panel-btn{background: 0 0; border-top: 0; display: block;}
.popui__footer .popui__panel-btn:after{display:none;}
.popui__footer .popui__panel-btn .btn{background: rgba(255,255,255,.8); border-top: 1px solid #ccc;}
.popui__footer .popui__panel-btn .btn:after{border-left:none;}
.popui__footer .popui__panel-btn .btn:nth-last-child(2){border-radius: 0 0 3px 3px;}
.popui__footer .popui__panel-btn .btn:nth-last-child(1){border-top: 0; border-radius: 3px; margin-top: 10px;}
/* 样式3(actionsheet底部弹出式菜单) */
.popui__actionsheet{border-radius: 0; margin:0 auto; max-width: 100%; position: fixed; left: 0; right: 0; bottom: 0; width: 100%;}
.popui__actionsheet .popui__panel-cnt{padding: 15px 10px;}
.popui__actionsheet .popui__panel-btn{background: 0 0; border-top: 0; display: block;}
.popui__actionsheet .popui__panel-btn .btn{border-top: 1px solid #e7e7e7;}
.popui__actionsheet .popui__panel-btn .btn:after{border-left:none;}
.popui__actionsheet .popui__panel-btn .btn:nth-last-child(1){border-top: 5px solid #e7e7e7; border-bottom-right-radius: 0;}
/* 样式4(ios、android) */
.wcPop-close .popui__ios, .wcPop-close .popui__android, .wcPop-close .popui__androidSheet{animation: anim-fadeScaleOut .3s;}
.popui__ios{width: 80%;}
.popui__ios .popui__panel-tit{font-size:16px; padding: 20px 25px 10px;}
.popui__ios .popui__panel-cnt{color:#808080; padding: 0 25px 15px; min-height:40px;}
.popui__ios .popui__panel-cnt:first-child{color:#333; padding: 40px 20px 25px;}
.popui__ios .popui__panel-btn{line-height: 48px;}
.popui__ios .popui__panel-btn .btn{font-size: 14px;}
.popui__android{width: 80%;}
.popui__android .popui__panel-tit{font-size:18px; padding: 20px 25px 10px; text-align: left;}
.popui__android .popui__panel-cnt{color:#808080; font-size: 15px; padding: 5px 25px 35px; text-align: left; min-height:40px;}
.popui__android .popui__panel-cnt:first-child{color:#333; padding: 25px 25px 35px;}
.popui__android .popui__panel-btn{display: block; padding: 0 25px 12px; text-align: right; line-height: 34px;}
.popui__android .popui__panel-btn:after{display: none;}
.popui__android .popui__panel-btn .btn{border-radius:0; font-size: 14px; display: inline-block; vertical-align: top; padding: 0 15px;}
.popui__android .popui__panel-btn .btn:after{display: none;}
.popui__android .popui__panel-btn .btn:first-child{color: #808080;}
.popui__android .popui__panel-btn .btn:last-child{margin-right: -10px;}
.popui__androidSheet{border-radius:2px;width: 80%;}
.popui__androidSheet .popui__panel-tit{font-size:18px; padding: 15px 20px 5px; text-align: left;}
.popui__androidSheet .popui__panel-cnt{color:#808080; font-size: 15px; padding: 0 20px 15px; text-align: left;}
.popui__androidSheet .popui__panel-cnt:first-child{color:#333; padding: 15px 20px 5px;}
.popui__androidSheet .popui__panel-btn{display: block; padding: 0; text-align: left; line-height: 42px;}
.popui__androidSheet .popui__panel-btn:after{display: none;}
.popui__androidSheet .popui__panel-btn .btn{border-bottom: 1px solid #eee; border-radius:0; font-size: 14px; padding: 0 20px; text-align: left;}
.popui__androidSheet .popui__panel-btn .btn:last-child{border-bottom: 0;}
.popui__androidSheet .popui__panel-btn .btn:after{display: none;}
/* __ 弹窗动画 */
.anim-fadeIn{animation: anim-fadeIn .5s;}
.anim-scaleIn{animation: anim-scaleIn .3s;}
.anim-fadeInUp{animation: anim-fadeInUp .3s;}
.anim-fadeInDown{animation: anim-fadeInDown .3s;}
.anim-fadeOutUp{animation: anim-fadeOut .3s;}
.anim-fadeOut{animation: anim-fadeOut .3s;}
.anim-fadeScaleOut{animation: anim-fadeScaleOut .3s;}
.anim-rollIn{animation: anim-rollIn .3s;}
.anim-shake{animation: anim-shake .3s;}
.anim-loading{animation: anim-loading 1s steps(12, end) infinite;}
.anim-footer{animation: anim-footer .3s;}
/* 渐变 */
@keyframes anim-fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
/* 缩放 */
@keyframes anim-scaleIn {
0% {opacity: 0; transform: scale(.9);}
100% {opacity: 1; transform: scale(1);}
}
/* 由上向下打开 */
@keyframes anim-fadeInUp {
0% {opacity: 0; transform: translateY(-100%);}
100% {opacity: 1; transform: translateY(0);}
}
/* 由下向上打开 */
@keyframes anim-fadeInDown {
0% {opacity: 0; transform: translateY(100%);}
100% {opacity: 1; transform: translateY(0);}
}
/* 由上向下渐变关闭 */
@keyframes anim-fadeOutUp {
100% {opacity: 0; transform: translateY(100%);}
}
/* 渐变缩小关闭 */
@keyframes anim-fadeOut {
100% {opacity: 0;}
}
/* 渐变缩小关闭 */
@keyframes anim-fadeScaleOut {
100% {opacity: 0;-webkit-transform: scale(.9);transform: scale(.9);}
}
/* 左侧翻转打开 */
@keyframes anim-rollIn {
0% {opacity: 0; transform: translateX(-100%) rotate(-120deg);}
100% {opacity: 1; transform: translateX(0) rotate(0);}
}
/* 震动 */
@keyframes anim-shake {
0%,100% {transform: translateX(0);}
10%,30%,50%,70%,90% {transform: translateX(-10px);}
20%,40%,60%,80% {transform: translateX(10px);}
}
/* 加载中 */
@keyframes anim-loading {
0% {transform: rotate3d(0, 0, 1, 0deg);}
100% {transform: rotate3d(0, 0, 1, 360deg);}
}
/* 底部向上弹出 */
@keyframes anim-footer {
0% {opacity: 0; transform: translateY(800px)}
100% {opacity: 1; transform: translateY(0);}
}
/* 去除android上a、button、input标签点击产生的阴影 */
a,button,input,label{-webkit-tap-highlight-color:rgba(255,0,0,0); outline:none;}
/* __ flex弹性盒子 */
.flexbox{display:-webkit-box; display:-webkit-flex; display:flex; display:-ms-flexbox;}
.flex-alignc{align-items: center;}
.flex1{-webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.flex2{-webkit-box-flex:2; -webkit-flex:2; -ms-flex:2; flex:2;} | 0.278159 | 0.041852 |
body {
margin-top:0;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
font-size: 100%;
font-family:verdana,arial,helvetica,sans-serif;
font-weight:normal;
text-align:left;
text-decoration:none;
background-color: #FFFFFF;
color:black;
}
a:link {
color: #0000FF;
}
a:active {
color: #FF33CC;
}
a:visited {
color: #800080;
}
a.bookmark
{
display: none;
}
B, STRONG {
font-family:arial,verdana,helvetica,sans-serif;
}
H1{
font-size:130%;
margin-top:1em; margin-bottom:0em;
}
H1.top{
font-size:130%;
margin-top:0em; margin-bottom:0em;
}
H2 {
font-size:120%;
margin-top:1em; margin-bottom:.5em;
}
H3 {
font-size:110%;
margin-top:1em; margin-bottom:0em;
margin-left:1em;
}
H4 {
font-size:105%;
margin-top:.8em; margin-bottom:0em;
margin-left:2em;
}
img
{
border: none;
}
p {
margin-top:.5em;
margin-bottom: .5em;
}
li p {
margin-top: .6em;
margin-bottom: 0em;
}
big {
font-weight: bold;
font-size: 105%;
}
ol {
margin-top: .5em;
margin-bottom: 0em;
}
ol li {
padding-bottom: .3em;
margin-left: -0.5em;
}
ul {
margin-top: .6em;
margin-bottom: 0em;
margin-left: 2.75em;
}
ol ul
{
margin-top: 0.2em;
margin-left: 2.5em;
}
ul li {
padding-bottom: .3em;
margin-top: auto;
margin-left: -1.25em;
}
dl ul { /*list item inside a def/term*/
margin-top: 2em;
margin-bottom: 0em;
}
dl {
margin-top: -1em;
}
ol dl { /*term/def list inside a numbered list*/
margin-top: -1.5em;
margin-left: 0em;
}
ol dl dl { /*term/def list inside a term/def list*/
margin-top: 0em;
margin-left: .2em;
}
dd { /*not currently working*/
margin-bottom: 0em;
margin-left: 1.5em;
}
dt {
padding-top: 2em;
font-weight: bold;
margin-left: 1.5em;
}
code {
font-size: 133%;
font-family: Courier, monospace;
}
kbd {
font-family: Courier, monospace;
font-size: 125%;
color: Navy;
background-color: White;
}
pre {
margin-top: 0em;
margin-bottom: 1.5em;
font-family: Courier, monospace;
font-size: 125%;
clear: both;
}
pre.code {
border: #e5e5e5 1px solid;
background-color: #f8f8f8;
padding: 2px;
margin-top: 2px;
margin-bottom: 2px;
font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New",
Courier, monospace;
font-size: 100%;
clear: both;
}
table {
font-size: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
border: 0px;
padding-bottom: 0px;
}
th.center {
text-align: center;
}
th {
text-align: left;
background: #dddddd;
margin: 3pt;
vertical-align: bottom;
color: Black;
}
tr {
vertical-align: top;
font-size: 100%;
}
td {
vertical-align: top;
font-size: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
td.clsTopMenu
{
background-color: #F0F0F0;
white-space: nowrap;
vertical-align: middle;
color: Black;
}
SMALL, .txtSmall
{
font-size: 80%
}
/* multipage navigation */
table.clsNavigator {
width: 100%;
background-color: #F9F9F9;
border-collapse: collapse;
}
table.clsNavigator tr td
{
text-align: center;
white-space: nowrap;
vertical-align: middle;
color: Black;
border: 1px solid white;
padding: 1px 2px 2px 2px;
}
p.Picture
{
text-align: center;
page-break-after: avoid;
}
p.PictureCaption
{
text-align: center;
font-weight:bolder;
}
p.Reference
{
}
/* TOC */
.clsTOC {
margin-left: 0;
padding-left: 0px;
}
a.toc_item, a.toc_item:link, a.toc_item:visited {
/* color: Black;
*/ text-decoration: none;
}
.clsTOC ul {
margin-top: 0em;
margin-bottom: 0em;
list-style: none none;
margin-left: 0.1em;
}
.clsTOC ul ul {
margin-top: 0em;
margin-bottom: 0em;
margin-left: 1.5em;
font-weight: normal;
}
.clsTOC ul li {
margin-left: 0;
margin-top: 0em;
}
.clsTOC ul ul li {
margin-left: 0;
margin-top: 0em;
}
.header_item {
display: none;
}
BLOCKQUOTE{ margin-left :4em; margin-top:1em; margin-right:0.2em;}
HR{ color : Black }
.epigraph{width:50%; margin-left : 35%;} | app/src/main/assets/styles.css | body {
margin-top:0;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
font-size: 100%;
font-family:verdana,arial,helvetica,sans-serif;
font-weight:normal;
text-align:left;
text-decoration:none;
background-color: #FFFFFF;
color:black;
}
a:link {
color: #0000FF;
}
a:active {
color: #FF33CC;
}
a:visited {
color: #800080;
}
a.bookmark
{
display: none;
}
B, STRONG {
font-family:arial,verdana,helvetica,sans-serif;
}
H1{
font-size:130%;
margin-top:1em; margin-bottom:0em;
}
H1.top{
font-size:130%;
margin-top:0em; margin-bottom:0em;
}
H2 {
font-size:120%;
margin-top:1em; margin-bottom:.5em;
}
H3 {
font-size:110%;
margin-top:1em; margin-bottom:0em;
margin-left:1em;
}
H4 {
font-size:105%;
margin-top:.8em; margin-bottom:0em;
margin-left:2em;
}
img
{
border: none;
}
p {
margin-top:.5em;
margin-bottom: .5em;
}
li p {
margin-top: .6em;
margin-bottom: 0em;
}
big {
font-weight: bold;
font-size: 105%;
}
ol {
margin-top: .5em;
margin-bottom: 0em;
}
ol li {
padding-bottom: .3em;
margin-left: -0.5em;
}
ul {
margin-top: .6em;
margin-bottom: 0em;
margin-left: 2.75em;
}
ol ul
{
margin-top: 0.2em;
margin-left: 2.5em;
}
ul li {
padding-bottom: .3em;
margin-top: auto;
margin-left: -1.25em;
}
dl ul { /*list item inside a def/term*/
margin-top: 2em;
margin-bottom: 0em;
}
dl {
margin-top: -1em;
}
ol dl { /*term/def list inside a numbered list*/
margin-top: -1.5em;
margin-left: 0em;
}
ol dl dl { /*term/def list inside a term/def list*/
margin-top: 0em;
margin-left: .2em;
}
dd { /*not currently working*/
margin-bottom: 0em;
margin-left: 1.5em;
}
dt {
padding-top: 2em;
font-weight: bold;
margin-left: 1.5em;
}
code {
font-size: 133%;
font-family: Courier, monospace;
}
kbd {
font-family: Courier, monospace;
font-size: 125%;
color: Navy;
background-color: White;
}
pre {
margin-top: 0em;
margin-bottom: 1.5em;
font-family: Courier, monospace;
font-size: 125%;
clear: both;
}
pre.code {
border: #e5e5e5 1px solid;
background-color: #f8f8f8;
padding: 2px;
margin-top: 2px;
margin-bottom: 2px;
font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New",
Courier, monospace;
font-size: 100%;
clear: both;
}
table {
font-size: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
border: 0px;
padding-bottom: 0px;
}
th.center {
text-align: center;
}
th {
text-align: left;
background: #dddddd;
margin: 3pt;
vertical-align: bottom;
color: Black;
}
tr {
vertical-align: top;
font-size: 100%;
}
td {
vertical-align: top;
font-size: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
td.clsTopMenu
{
background-color: #F0F0F0;
white-space: nowrap;
vertical-align: middle;
color: Black;
}
SMALL, .txtSmall
{
font-size: 80%
}
/* multipage navigation */
table.clsNavigator {
width: 100%;
background-color: #F9F9F9;
border-collapse: collapse;
}
table.clsNavigator tr td
{
text-align: center;
white-space: nowrap;
vertical-align: middle;
color: Black;
border: 1px solid white;
padding: 1px 2px 2px 2px;
}
p.Picture
{
text-align: center;
page-break-after: avoid;
}
p.PictureCaption
{
text-align: center;
font-weight:bolder;
}
p.Reference
{
}
/* TOC */
.clsTOC {
margin-left: 0;
padding-left: 0px;
}
a.toc_item, a.toc_item:link, a.toc_item:visited {
/* color: Black;
*/ text-decoration: none;
}
.clsTOC ul {
margin-top: 0em;
margin-bottom: 0em;
list-style: none none;
margin-left: 0.1em;
}
.clsTOC ul ul {
margin-top: 0em;
margin-bottom: 0em;
margin-left: 1.5em;
font-weight: normal;
}
.clsTOC ul li {
margin-left: 0;
margin-top: 0em;
}
.clsTOC ul ul li {
margin-left: 0;
margin-top: 0em;
}
.header_item {
display: none;
}
BLOCKQUOTE{ margin-left :4em; margin-top:1em; margin-right:0.2em;}
HR{ color : Black }
.epigraph{width:50%; margin-left : 35%;} | 0.657209 | 0.090454 |
body{
background: #fff;
}
ul{
padding-left: auto;
}
ul li{
list-style: none;
}
h2{
margin-bottom: 20px;
}
.navbar, .dropdown-menu{
background:#09ba32;
border: none;
}
.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
border-bottom: 3px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
border-bottom: 3px solid transparent;
background: rgba(154, 154, 154, 0.27);
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
color: #fff;
}
.dropdown-menu{
-webkit-box-shadow: none;
box-shadow:none;
}
.navbar-toggle .icon-bar{
color: #fff;
background: #000000;
}
/* Credit to bootsnipp.com for the css for the color graph
ESTO SOLO ES PARA EL FORMULARIO DE LOGIN
*/
.colorgraph {
height: 5px;
border-top: 0;
background: #c4e17f;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.navbar-wrapper{
margin-bottom: 70px;
}
.margin-10{
margin: 10px 0;
}
.margib-20{
margin: 20px 0;
}
.margin-30{
margin: 30px 0;
}
.marginb-20{
margin-bottom: 20px;
}
.error{
color: #d9000a;
} | public/css/style.css | body{
background: #fff;
}
ul{
padding-left: auto;
}
ul li{
list-style: none;
}
h2{
margin-bottom: 20px;
}
.navbar, .dropdown-menu{
background:#09ba32;
border: none;
}
.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
border-bottom: 3px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
border-bottom: 3px solid transparent;
background: rgba(154, 154, 154, 0.27);
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
color: #fff;
}
.dropdown-menu{
-webkit-box-shadow: none;
box-shadow:none;
}
.navbar-toggle .icon-bar{
color: #fff;
background: #000000;
}
/* Credit to bootsnipp.com for the css for the color graph
ESTO SOLO ES PARA EL FORMULARIO DE LOGIN
*/
.colorgraph {
height: 5px;
border-top: 0;
background: #c4e17f;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.navbar-wrapper{
margin-bottom: 70px;
}
.margin-10{
margin: 10px 0;
}
.margib-20{
margin: 20px 0;
}
.margin-30{
margin: 30px 0;
}
.marginb-20{
margin-bottom: 20px;
}
.error{
color: #d9000a;
} | 0.413951 | 0.048406 |
todo:
aboutpage - done
server member pseudo stuff - canceled
activity design - done
getting max-height 25vh to work on the input - canceled :(
other pages - done
kms
light mode - done
contrast mode - kinda done
/* ======================================================================================= */
/*
/* 1.0 | Setup
/* 1.1 | - Variables
/* 2.0 | Universal Changes
/* 2.1 | - Background
/* 2.2 | - Scrollbar
/*
/* I give up on the documentation, I just wanna finish this design and move on kekw
/*
/* 3 - Theme Selection Bar
/*
/* 4 - Server Selection Bar
/* 4.1 - Core
/* 4.2 - Logo
/* 4.3 - Servers
/* 4.4 - Dropdown Menu
/* 4.5 - Custom Servers
/*
/* 5 - Server Name Box
/*
/* 6 - Channel Selection Box
/*
/* 7 - User Box
/*
/* 8 - Channel Name Bar
/*
/* 9 - Content Box
/*
/* 10 - Input Box
/*
/* 11 - Shithole Box on the right side amina koyim
/*
/*
/*
/*
/* ======================================================================================= */
/* ======================================================================================= */
/*
/* 1.0 - Setup
/*
/* ======================================================================================= */
/* ======================================================================================= */
/* 1.1 - Setup - Variables
/* ======================================================================================= */
:root {
/* Strings */
--discord-username: "Anzu";
--discord-hashtag: "#9645";
/* Colors */
--color-blue-shade1: #6f85d2; /* Bot Tag, Notification Row */
--color-green-shade1: #43b581; /* Online */
--color-yellow-shade1: #faa61a; /* Idle */
--color-red-shade1: #f04747; /* Do Not Disturb, Notification, Muted Mic */
--color-mention-bg: #3d414f; /* Highlighted Mentions */
--color-mention-text: #6989da; /* Mentions */
--color-text-link: #0ea9ee; /* Links */
--color-bg-shade6: #e3e5e8;
--color-bg-shade5: #ebedef;
--color-bg-shade4: #f2f3f5;
--color-bg-shade3: #f2f2f2;
--color-bg-shade2: #ffffff;
--color-bg-shade1: #ebedef;
--color-text-shade3: #c7ccd1;
--color-text-shade2: #747f8d;
--color-text-shade1: #3b3f3e;
--color-icon-shade3: #4f5660;
--color-icon-shade2: #2e3338;
--color-icon-shade1: #060607;
--color-channel-hover: #e8eaed;
--color-channel-active: #d4d7dc;
--color-background: 227, 229, 232;
--color-foreground: 242, 243, 245;
--color-text: 46, 51, 56;
--color-text-bright: 46, 51, 56;
--color-blue: 105, 137, 218;
/* Values */
}
.site-theme-dark {
--color-bg-shade6: #202225; /* Top Row, Server Column, Search Box, Scrollbar Thumb */
--color-bg-shade5: #292b2f; /* Namecard */
--color-bg-shade4: #2f3136; /* Channel Column, User Column */
--color-bg-shade3: #32353b; /* Scrollbar Track */
--color-bg-shade2: #36393f; /* Channel Name Row, Chat BG, Active Channel BG */
--color-bg-shade1: #40444b; /* Chat Input Field */
--color-text-shade3: #4f545c; /* Muted Categorys, Muted Channels */
--color-text-shade2: #72767d; /* Categorys, Channels, Roles, Status, Hashtag */
--color-text-shade1: #ffffff; /* Active Channel, Channel Header, Name, Unread, Server Name */
--color-icon-shade3: #b9bbbe; /* Icon */
--color-icon-shade2: #dcddde; /* Icon - Hover */
--color-icon-shade1: #ffffff; /* Icon - Active */
--color-channel-hover: #34373c;
--color-channel-active: #393c43;
--color-background: 32, 34, 37;
--color-foreground: 47, 49, 54;
--color-text: 220, 221, 222;
--color-text-bright: 255,255,255;
}
/* ======================================================================================= */
/*
/* 2.0 - Universal Changes
/*
/* ======================================================================================= */
/* ======================================================================================= */
/* 2.1 - Universal Changes - Background
/* ======================================================================================= */
/* Background */
html {
background: var(--color-bg-shade2);
}
body {
background: var(--color-bg-shade2);
color: var(--color-icon-shade2);
}
body::after {
content: "";
position: fixed;
background: var(--color-bg-shade2);
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.markdown blockquote {
background: var(--color-bg-shade6);
}
/* ======================================================================================= */
/* 2.2 - Universal Changes - Scrollbar
/* ======================================================================================= */
/* Scrollbar */
::-webkit-scrollbar {
width: 16px;
}
/* Scrollbar Thumb */
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade6);
border: solid 4px transparent;
border-radius: 50px;
}
/* Scrollbar Track*/
::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade3);
border: solid 4px transparent;
border-radius: 50px;
}
/* ======================================================================================= */
/* 3 - Theme Selection Bar
/* ======================================================================================= */
.wrap[data-v-82d0a8cc] {
position: fixed;
display: block;
margin: 0;
top: 0;
left: 0;
width: 100%;
}
.wrap[data-v-82d0a8cc]::before {
content: "ANILIST";
position: absolute;
left: 0;
margin-left: 8.1px;
margin-right: 8.1px;
font-size: 0.9em;
font-weight: 800;
color: var(--color-text-shade2);
}
.footer[data-v-82d0a8cc] {
margin: 0;
padding: 0;
min-height: 20px;
background: var(--color-bg-shade6);
}
.container[data-v-82d0a8cc] {
padding: 0;
margin: 0;
max-width: 100%;
}
.theme-selector[data-v-82d0a8cc] {
margin-left: auto;
margin-right: 5px;
}
.theme-preview[data-v-82d0a8cc] {
height: 14px;
width: 14px;
font-size: 10px;
padding: 1px;
margin: 0;
margin-right: 5px;
}
.links[data-v-82d0a8cc] {
display: none;
}
.hohColourPicker {
display: none;
}
h2[data-v-82d0a8cc] {
display: none;
}
.dark[data-v-82d0a8cc] {
background: #202225;
}
/* ======================================================================================= */
/* 4.1 - ServerSelectionBar - Core
/* ======================================================================================= */
/* Background */
.nav-unscoped,
.nav-unscoped.transparent,
.nav-unscoped.transparent:hover,
.site-theme-dark .nav-unscoped,
.site-theme-dark .nav-unscoped.transparent,
.site-theme-dark .nav-unscoped.transparent:hover,
.site-theme-contrast .nav-unscoped,
.site-theme-contrast .nav-unscoped.transparent,
.site-theme-contrast .nav-unscoped.transparent:hover {
background: var(--color-bg-shade6);
color: #29ff39; /* not needed */
}
/* Disable Hiding */
.hide[data-v-4fbac4e1] {
top: 0px !important;
}
/* Navbar */
.nav[data-v-4fbac4e1] {
height: auto;
width: 70px;
margin-top: 20px;
transition: none;
}
/* Content Wrap */
.wrap[data-v-4fbac4e1] {
display: block;
margin: 0;
max-width: 100%;
}
/* Bottom Patch - Part of z-index fix for custom servers */
.page-content::before {
content: "";
background: var(--color-bg-shade6);
position: fixed;
bottom: 0;
left: 0;
width: 70px;
height: 100%;
}
/* ======================================================================================= */
/* 4.2 - Server Selection Bar - Logo
/* ======================================================================================= */
/* Wrap */
.logo[data-v-4fbac4e1] {
display: inline-block;
height: 46px;
width: 46px;
background: var(--color-bg-shade3);
border-radius: 100px;
margin-left: 12px;
}
/* Hover*/
.logo[data-v-4fbac4e1]:hover {
background: var(--color-blue-shade1);
border-radius: 15px;
}
/* Image */
.logo img[data-v-4fbac4e1] {
height: 36px;
width: 36px;
margin: 5px;
}
/* Background */
.logo[data-v-4fbac4e1]::after {
content: "";
background: var(--color-bg-shade3);
width: 32px;
height: 2px;
display: inline-block;
margin: 8px 7px;
opacity: .7;
}
/* ======================================================================================= */
/* 4.3 - Server Selection Bar - Servers
/* ======================================================================================= */
.links[data-v-4fbac4e1] {
display: inline-block;
margin-top: -4px;
margin-left: 12px;
margin-right: 12px;
text-transform: uppercase;
width: 46px;
color: var(--color-icon-shade2);
}
.link[data-v-4fbac4e1] {
padding: 15.5px 0px;
height: 46px;
width: 46px;
background: var(--color-bg-shade3);
border-radius: 100px;
text-align: center;
display: inline-block;
margin-bottom: 8px;
font-size: 0px;
}
.link[data-v-4fbac4e1]:hover {
background: var(--color-blue-shade1);
border-radius: 15px;
}
.wrap .link[href="/home"]::before { content: "H"; font-size: initial; font-weight: 800; }
.wrap .link[href="/user/Anzu/"]::before { content: "P"; font-size: initial; font-weight: 800; }
.wrap .link[href="/user/Anzu/animelist"]::before { content: "AL"; font-size: initial; font-weight: 800; }
.wrap .link[href="/user/Anzu/mangalist"]::before { content: "ML"; font-size: initial; font-weight: 800; }
.wrap .link[href="/search/anime"]::before { content: "B"; font-size: initial; font-weight: 800; }
.wrap .link[href="/forum/overview"]::before { content: "F"; font-size: initial; font-weight: 800; }
/* ======================================================================================= */
/* 4.4 - Server Selection Bar - Dropdown Menu
/* ======================================================================================= */
.browse-wrap[data-v-4fbac4e1]:hover .dropdown {
animation: none;
}
.dropdown[data-v-38edf8f8] {
text-transform: capitalize;
left: 70px;
top: calc(-115px + 23px);
background: var(--color-bg-shade5);
}
.dropdown[data-v-38edf8f8]::before {
border-bottom: .4rem solid transparent;
border-top: .4rem solid transparent;
border-right: .6rem solid currentColor;
bottom: 50%;
color: var(--color-bg-shade5);
left: -3.8%;
}
.dropdown[data-v-38edf8f8]::after {
width: 30px;
height: 50px;
content: "";
top: 36%;
left: -30px;
position: absolute;
}
.primary-link[data-v-38edf8f8], .secondary-links[data-v-38edf8f8], .primary-link .icon[data-v-38edf8f8] {
color: var(--color-icon-shade2);
}
.footer[data-v-38edf8f8] {
background: var(--color-bg-shade6);
color: var(--color-icon-shade2);
}
.icon[data-v-38edf8f8]:hover {
color: var(--color-icon-shade1);
}
.secondary-links a[data-v-38edf8f8]:hover, .primary-link-text[data-v-38edf8f8]:hover, .footer a[data-v-38edf8f8]:hover, .footer a:hover .icon[data-v-38edf8f8], .primary-link:hover .icon[data-v-38edf8f8] {
color: var(--color-icon-shade1);
}
/* ======================================================================================= */
/* 4.5 - Server Selection Bar - Custom Servers
/* ======================================================================================= */
a[href="https://discord.gg/anilist"]::before {
content: "";
padding: 15.5px 0px;
height: 46px;
width: 46px;
background-image: url("https://media.discordapp.net/attachments/418189460002439169/773372160134742016/Layer_1.png");
background-size: contain;
border-radius: 100px;
margin-bottom: 8px;
font-size: 0px;
top: calc(20px + (46px * 7) + (8px * 8) + 2px);
left: 12px;
position: fixed;
}
a[href="https://discord.gg/anilist"]:hover:before {
border-radius: 15px;
background-image: url("https://media.discordapp.net/attachments/729349830358597675/772207350861004830/Final_8.gif");
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.search[data-v-4fbac4e1] {
margin: 0px;
position: fixed;
left: calc(100% - 240px);
top: calc(20px + 12px);
padding: 0px;
background: var(--color-bg-shade6);
width: calc(240px - 10px - 38px - 10px - 30px - 10px);
height: 24px;
border-radius: 5px;
}
.transparent .search[data-v-4fbac4e1] svg {
color: var(--color-text-shade3);
width: 142px;
height: 14px;
top: 5px;
position: absolute;
}
.transparent .search[data-v-4fbac4e1] svg:hover {
color: var(--color-text-shade2);
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
/* User Box */
.user[data-v-4fbac4e1] {
height: 48px;
width: 48px;
position: fixed;
top: 20px;
left: calc(100% - 48px);
justify-content: start;
cursor: default;
}
.user-wrap[data-v-4fbac4e1] {
height: inherit;
width: inherit;
margin-left: 0px;
}
.user .avatar[data-v-4fbac4e1] {
border-radius: 100px;
height: 38px;
width: 38px;
position: absolute;
top: 0;
left: calc(-38px + -10px);
margin-top: 5px;
margin-right: 0;
margin-left: 100%;
transition: 0.3s ease;
}
.user-wrap[data-v-4fbac4e1]:hover .avatar[data-v-4fbac4e1] {
opacity: .5;
}
.user .notification-dot[data-v-4fbac4e1] {
left: calc(100% - 30px - 10px - 38px - 10px) !important;
top: 9px;
padding: 0px;
margin-right: 0px !important;
position: absolute;
}
.user .chevron[data-v-4fbac4e1] {
display: none;
}
.dropdown[data-v-0bb70ffa] {
top: 55px;
right: calc(-13px + 10px + 19px);
background: var(--color-bg-shade5);
}
.primary-link[data-v-0bb70ffa]:hover, .primary-link:hover .icon[data-v-0bb70ffa], .secondary-link[data-v-0bb70ffa]:hover {
color: var(--color-icon-shade1);
}
.footer[data-v-0bb70ffa] {
background: var(--color-bg-shade6);
color: var(--color-icon-shade2);
}
.primary-link[data-v-0bb70ffa], .primary-link .icon[data-v-0bb70ffa] {
color: var(--color-icon-shade2);
}
.dropdown[data-v-0bb70ffa]::before {
color: var(--color-bg-shade5);
right: 9px;
}
.user-wrap[data-v-4fbac4e1]:hover .dropdown {
animation: none;
}
.hohDismiss {
display: none;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.page-content::after {
content: "";
position: fixed;
top: calc(20px + 48px);
left: calc(100% - 240px);
background: var(--color-bg-shade4);
height: calc(100% - 20px - 48px);
width: 240px;
z-index: -1;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.banner[data-v-5445dac8] {
height: 53px;
width: 240px;
position: fixed;
top: calc(100% - 53px);
left: 70px;
z-index: 1;
background-image: none !important;
background-color: var(--color-bg-shade5);
}
.banner .shadow[data-v-5445dac8] {
background: none;
}
.banner .container[data-v-5445dac8] {
padding: 0;
margin: 0;
min-width: 240px;
background: var(--color-bg-shade5);
}
.banner-content[data-v-5445dac8] {
height: 53px;
}
.avatar[data-v-5445dac8] {
border-radius: 100px;
height: 31px;
width: 31px;
margin: 11px;
}
.banner-content[data-v-5445dac8]::after {
--circle-size: 10px;
--border-size: 3px;
--actual-circle-size: calc(var(--circle-size) + ( 2 * var(--border-size)));
content: "";
position: absolute;
height: var(--actual-circle-size);
width: var(--actual-circle-size);
top: calc(100% - (11px + var(--actual-circle-size) - var(--border-size)));
left: calc(11px + 31px - (var(--actual-circle-size) - var(--border-size)));
background: var(--color-green-shade1);
border: var(--border-size) solid var(--color-bg-shade5);
border-radius: 100px;
}
.name[data-v-5445dac8] {
padding: 0;
font-size: 1.5rem;
margin-bottom: 0px;
position: absolute;
top: 14px;
left: calc(11px + 31px + 11px);
}
.name[data-v-5445dac8]:after {
content: var(--discord-hashtag);
position: absolute;
font-size: 1.3rem;
color: var(--color-icon-shade3);
top: 17px;
left: 0;
}
.banner-content h1.name {
filter: none;
}
.mod-badge[data-v-5445dac8] {
margin: 0;
padding: 5px;
width: 120px;
border-radius: 0px 5px 0px 0px;
font-size: 1.2rem;
text-align: center;
margin-bottom: 53px;
margin-left: 120px;
position: absolute;
visibility: hidden;
opacity: 0;
transition: visibility 0.5s, opacity 0.5s linear;
}
.follower-badge[data-v-5445dac8], .follower-badge[data-v-5445dac8]:hover {
background: var(--color-blue-shade1);
}
.banner[data-v-5445dac8]:hover .mod-badge {
visibility: visible;
opacity: 1;
}
.actions[data-v-5445dac8] {
padding: 0px;
margin-bottom: 0px;
position: absolute;
width: 240px;
height: 76px;
top: -23px;
}
.nav-btn[data-v-5445dac8],.nav-btn[data-v-5445dac8]:hover {
padding: 5px;
width: 120px;
border-radius: 5px 0px 0px 0px;
font-size: 1.2rem;
visibility: hidden;
opacity: 0;
transition: visibility 0.5s, opacity 0.5s linear;
background: var(--color-blue-shade1);
border-right: 1px solid var(--color-bg-shade4);
position: absolute;
left: -10px;
}
.banner[data-v-5445dac8]:hover .nav-btn {
visibility: visible;
opacity: 1;
}
.dropdown[data-v-5445dac8] {
margin: 0;
padding: 0px;
background: none;
position: absolute;
top: calc(23px + 11.5px);
left: calc(100% - 30px - 11.5px);
}
.el-icon-arrow-down[data-v-5445dac8] {
font-size: 2rem;
padding: 5px 6.6px;
border-radius: 5px;
color: var(--color-icon-shade3);
}
.el-icon-arrow-down[data-v-5445dac8]:hover {
background: var(--color-bg-shade2);
color: var(--color-icon-shade2);
}
.el-icon-arrow-down[data-v-5445dac8]:before {
content: "\2699";
}
.el-dropdown-menu[data-v-5445dac8], .el-dropdown-menu[data-v-09492909] {
background: var(--color-bg-shade6);
margin-left: 7px;
}
.popper__arrow:after {
border-top-color: var(--color-bg-shade6) !important;
border-bottom-color: var(--color-bg-shade6) !important;
}
.el-dropdown-menu__item[data-v-5445dac8]:hover, .el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
background: var(--color-blue-shade1);
}
.hohDownload {
display: none;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.nav[data-v-5445dac8] {
text-align: left;
min-width: 240px;
max-width: 240px;
}
.nav-wrap[data-v-5445dac8] {
height: calc(100% - 73px - 48px);
width: 240px;
position: fixed;
top: 0;
left: 70px;
/*z-index: 900;*/
margin-top: calc(20px + 48px);
background: var(--color-bg-shade4);
}
.nav-wrap .container[data-v-5445dac8] {
margin: 15px 0px 0px 9px;
padding: 0;
}
.nav .link[data-v-5445dac8] {
padding: 7px 0px !important;
margin: 1px 0px 1px 0px;
width: 224px;
height: 33px;
border-radius: 5px;
font-size: 1.5rem;
color: var(--color-text-shade2);
text-transform: lowercase;
}
.nav .link[data-v-5445dac8]::before {
content: "#";
font-size: 2rem;
font-weight: 1;
color: var(--color-text-shade2);
margin: 0px 0px;
padding: 0px 9px;
}
.nav .link[data-v-5445dac8]:hover {
background: var(--color-channel-hover);
color: var(--color-icon-shade2);
}
.nav .router-link-active[data-v-5445dac8] {
background: var(--color-channel-active) !important;
color: var(--color-text-shade1) !important;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.content {
padding: 0;
margin-left: calc(70px + 240px + 0px);
min-width: calc(100% - (70px + 240px + 0px));
width: 0;
left: 0;
top: 0;
max-height: calc(100vh - 20px - 48px - 66px);
min-height: 0;
overflow-y: scroll;
margin-top: calc(20px + 48px);
padding-right: 0px;
background: var(--color-bg-shade2);
border-bottom: 2px solid var(--color-bg-shade4);
}
.overview[data-v-5c30286e] {
display: block;
margin-top: 0;
}
#app {
position: fixed;
width: calc(100% - 240px);
background: var(--color-bg-shade6);
}
.page-content {
min-height: 0;
}
.activity-feed-wrap[data-v-09492909] {
margin-bottom: 25px
}
.wrap[data-v-5e514b1e] {
background: var(--color-bg-shade2);
padding-left: 16px;
padding-right: 16px;
}
.wrap[data-v-5e514b1e]:hover {
background: var(--color-bg-shade3);
}
.load-more[data-v-6f203cf2] {
background: var(--color-bg-shade2);
}
.load-more[data-v-6f203cf2]:hover {
background: var(--color-bg-shade3);
}
.text[data-v-5e514b1e] {
padding: 3px;
color: var(--color-icon-shade2);
}
.text .header[data-v-5e514b1e] {
height: 21px;
}
.text .avatar[data-v-5e514b1e] {
border-radius: 100px;
position: relative;
top: 9px;
}
.text .name[data-v-5e514b1e] {
/*line-height: 25px;*/
font-weight: 900;
font-size: 1.7rem;
color: var(--color-icon-shade1);
}
.text .activity-markdown[data-v-5e514b1e] {
position: relative;
width: calc(100% - 40px - 12px);
left: calc(40px + 12px);
}
.text[data-v-5e514b1e] .markdown {
margin: 0;
max-height: none;
}
.time[data-v-5e514b1e] {
color: var(--color-text-shade2);
top: 5px;
}
.activity-entry > .wrap > .time:hover {
background: var(--color-bg-shade§);
}
.actions[data-v-5e514b1e] {
bottom: 5px;
color: var(--color-icon-shade3);
}
.actions .action[data-v-5e514b1e]:hover {
color: var(--color-icon-shade2);
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.nav-wrap[data-v-5445dac8]::before {
content: "";
position: fixed;
top: 20px;
left: 70px;
height: 48px;
width: 240px;
background: var(--color-bg-shade4);
border-bottom: 1px solid rgba(0,0,0,0.3);
border-radius: 7px 0px 0px 0px;
}
.nav-wrap[data-v-5445dac8]::after {
content:"";
position: fixed;
top: 20px;
left: calc(70px + 240px);
height: 48px;
width: 100%;
background: var(--color-bg-shade2);
border-bottom: 1px solid rgba(0,0,0,0.3)
}
.nav[data-v-5445dac8]::before {
content: var(--discord-username)"'s Profile";
position: fixed;
top: 20px;
left: 70px;
padding-left: 16px;
padding-top: 18px;
color: var(--color-text-shade1);
font-size: 1.5rem;
}
.nav[data-v-5445dac8]::after {
content: "#";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
font-size: 3rem;
font-weight: 1;
color: var(--color-text-shade2);
padding-top: 10px;
padding-left: 18px;
}
.nav .router-link-active[href="/user/Anzu/"]::after {
content: "overview";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/animelist"]::after {
content: "anime-list";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/mangalist"]::after {
content: "manga-list";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/favorites"]::after {
content: "favorites";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/stats/anime/overview"]::after {
content: "stats";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/social"]::after {
content: "social";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/reviews"]::after {
content: "reviews";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/submissions"]::after {
content: "submissions";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.about[data-v-5c30286e] {
width: 240px;
position: fixed;
margin-left: auto;
margin-right: 0;
top: calc(20px + 48px /*+ 250px*/);
left: calc(100% - 240px);
height: calc(100% - 48px - 20px /*- 250px*/);
/*border-top: 2px solid var(--color-bg-shade5);*/
/*border-bottom: 2px solid var(--color-bg-shade5);*/
}
.about .content-wrap[data-v-5c30286e] {
max-height: 100%;
height: 100%;
margin: 0;
background: var(--color-bg-shade4);
border-radius: 0;
overflow-y: scroll;
}
.about .content-wrap[data-v-5c30286e]:hover {
overflow-y: scroll;
}
.about .content-wrap[data-v-5c30286e]::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade4);
}
/* ======================================================================================= */
/* Activitys */
/* ======================================================================================= */
.overview[data-v-5c30286e] .section-header {
visibility: hidden;
height: 0;
width: 0;
margin: 0;
padding: 0;
}
.el-dropdown[data-v-09492909] {
position: fixed;
top: calc(20px + 24px - 7px);
left: calc(100% - 70px - 240px);
/*z-index: 999;*/
visibility: visible;
}
/* ======================================================================================= */
/* Activity Edit */
/* ======================================================================================= */
/* Activity Edit Wrap */
.activity-edit[data-v-93c5960c] {
padding-left: 16px;
padding-right: 16px;
padding-bottom: calc(66px - 15.5px);
position: fixed;
width: calc(100% - 70px - 480px);
z-index: 1;
min-height: 66px;
max-height: 75vh;
bottom: 0;
}
/* Activity Edit Markdown */
.markdown-editor[data-v-93c5960c] {
background: var(--color-bg-shade1);
margin-top: 15.5px;
color: var(--color-text-shade2);
}
.markdown-editor>div:hover {
color: var(--color-text-shade1);
}
.markdown-editor > [title="Link"] {
color: var(--color-text-link);
}
.markdown-editor > [title="Image"], .markdown-editor > [title="Youtube Video"], .markdown-editor > [title="WebM Video"] {
color: var(--color-red-shade1);
}
/* Activity Edit Pseudo Background */
.markdown-editor[data-v-93c5960c]::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
background: var(--color-bg-shade2);
z-index: -1;
border-top: 2px solid var(--color-bg-shade4);
top: 0;
}
/* Activity Edit Input Wrap */
.input[data-v-93c5960c] {
background: var(--color-bg-shade2);
/*z-index: 999;*/
width: calc(100% - 32px);
position: absolute;
bottom: 0;
margin-bottom: 15.5px;
}
/* Activity Edit Input */
.input[data-v-93c5960c] .el-textarea__inner {
background: var(--color-bg-shade1);
border-radius: 5px;
padding-right: 299.27px;
max-height: 35px /*25vh*/;
}
.input[data-v-93c5960c] .el-textarea__inner::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade1);
}
/* Activity Edit Preview */
.activity-entry[data-v-5e514b1e] {
margin-bottom: 12px;
}
.activity-entry[data-v-93c5960c] .wrap[data-v-5e514b1e] {
max-height: calc(75vh - 35px - 18px - 15.5px - 15.5px - 35px - 12px);
border: 2px solid rgba(0,0,0,0.15);
}
.activity-entry[data-v-93c5960c] .wrap[data-v-5e514b1e]::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade2);
}
.activity-entry[data-v-93c5960c] .wrap[data-v-5e514b1e]:hover::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade3);
}
/* Activity Edit Buttons */
.actions[data-v-93c5960c] {
position: absolute;
bottom: 0px;
right: 0;
margin: 0px 31px 22px 0px;
height: 20px;
/*z-index: 999;*/
}
.button[data-v-93c5960c] {
margin-left: 15px;
background: var(--color-blue-shade1);
color: var(--color-text-shade1);
}
.button.cancel[data-v-93c5960c] {
background: var(--color-bg-shade2);
color: var(--color-text-shade1);
}
/* ======================================================================================= */
/* Overview - Stats - Activity History - Favorites - Genre Overview */
/* ======================================================================================= */
.stats-wrap[data-v-5c30286e] {
display: none;
}
.desktop[data-v-514856af]{
display: none;
}
.desktop[data-v-45543a61] {
display: none;
}
.desktop[data-v-aedb6876] {
display: none;
}
/* ======================================================================================= */
/* Other pages
/* ======================================================================================= */
.medialist[data-v-17f4caca], .stats[data-v-1e00b9da], .content > .favourites, .user-social[data-v-310d8b7e], .user-reviews[data-v-5e6a17b4] {
padding: 0px 16px;
margin-bottom: 40px;
}
.hohButton {
background: var(--color-blue-shade1)
}
a[href="/user/anzu"], a[href="/user/Anzu"] {
background: var(--color-mention-bg);
border-radius: 4px;
color: var(--color-green-shade1) !important;
}
.link[data-v-4fbac4e1]:hover {
color: #fff;
}
.site-theme-contrast > #app::before {
content: "No";
position: fixed;
background: #fff;
width: 100%;
height: 100%;
z-index: 9999;
color: #000;
font-size: 10rem;
align-items: center;
display: flex;
padding: 0vw 46.5%;
}
.site-theme-contrast > #app > .wrap[data-v-82d0a8cc] {
z-index: 10000;
} | archive/discord.css |
todo:
aboutpage - done
server member pseudo stuff - canceled
activity design - done
getting max-height 25vh to work on the input - canceled :(
other pages - done
kms
light mode - done
contrast mode - kinda done
/* ======================================================================================= */
/*
/* 1.0 | Setup
/* 1.1 | - Variables
/* 2.0 | Universal Changes
/* 2.1 | - Background
/* 2.2 | - Scrollbar
/*
/* I give up on the documentation, I just wanna finish this design and move on kekw
/*
/* 3 - Theme Selection Bar
/*
/* 4 - Server Selection Bar
/* 4.1 - Core
/* 4.2 - Logo
/* 4.3 - Servers
/* 4.4 - Dropdown Menu
/* 4.5 - Custom Servers
/*
/* 5 - Server Name Box
/*
/* 6 - Channel Selection Box
/*
/* 7 - User Box
/*
/* 8 - Channel Name Bar
/*
/* 9 - Content Box
/*
/* 10 - Input Box
/*
/* 11 - Shithole Box on the right side amina koyim
/*
/*
/*
/*
/* ======================================================================================= */
/* ======================================================================================= */
/*
/* 1.0 - Setup
/*
/* ======================================================================================= */
/* ======================================================================================= */
/* 1.1 - Setup - Variables
/* ======================================================================================= */
:root {
/* Strings */
--discord-username: "Anzu";
--discord-hashtag: "#9645";
/* Colors */
--color-blue-shade1: #6f85d2; /* Bot Tag, Notification Row */
--color-green-shade1: #43b581; /* Online */
--color-yellow-shade1: #faa61a; /* Idle */
--color-red-shade1: #f04747; /* Do Not Disturb, Notification, Muted Mic */
--color-mention-bg: #3d414f; /* Highlighted Mentions */
--color-mention-text: #6989da; /* Mentions */
--color-text-link: #0ea9ee; /* Links */
--color-bg-shade6: #e3e5e8;
--color-bg-shade5: #ebedef;
--color-bg-shade4: #f2f3f5;
--color-bg-shade3: #f2f2f2;
--color-bg-shade2: #ffffff;
--color-bg-shade1: #ebedef;
--color-text-shade3: #c7ccd1;
--color-text-shade2: #747f8d;
--color-text-shade1: #3b3f3e;
--color-icon-shade3: #4f5660;
--color-icon-shade2: #2e3338;
--color-icon-shade1: #060607;
--color-channel-hover: #e8eaed;
--color-channel-active: #d4d7dc;
--color-background: 227, 229, 232;
--color-foreground: 242, 243, 245;
--color-text: 46, 51, 56;
--color-text-bright: 46, 51, 56;
--color-blue: 105, 137, 218;
/* Values */
}
.site-theme-dark {
--color-bg-shade6: #202225; /* Top Row, Server Column, Search Box, Scrollbar Thumb */
--color-bg-shade5: #292b2f; /* Namecard */
--color-bg-shade4: #2f3136; /* Channel Column, User Column */
--color-bg-shade3: #32353b; /* Scrollbar Track */
--color-bg-shade2: #36393f; /* Channel Name Row, Chat BG, Active Channel BG */
--color-bg-shade1: #40444b; /* Chat Input Field */
--color-text-shade3: #4f545c; /* Muted Categorys, Muted Channels */
--color-text-shade2: #72767d; /* Categorys, Channels, Roles, Status, Hashtag */
--color-text-shade1: #ffffff; /* Active Channel, Channel Header, Name, Unread, Server Name */
--color-icon-shade3: #b9bbbe; /* Icon */
--color-icon-shade2: #dcddde; /* Icon - Hover */
--color-icon-shade1: #ffffff; /* Icon - Active */
--color-channel-hover: #34373c;
--color-channel-active: #393c43;
--color-background: 32, 34, 37;
--color-foreground: 47, 49, 54;
--color-text: 220, 221, 222;
--color-text-bright: 255,255,255;
}
/* ======================================================================================= */
/*
/* 2.0 - Universal Changes
/*
/* ======================================================================================= */
/* ======================================================================================= */
/* 2.1 - Universal Changes - Background
/* ======================================================================================= */
/* Background */
html {
background: var(--color-bg-shade2);
}
body {
background: var(--color-bg-shade2);
color: var(--color-icon-shade2);
}
body::after {
content: "";
position: fixed;
background: var(--color-bg-shade2);
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.markdown blockquote {
background: var(--color-bg-shade6);
}
/* ======================================================================================= */
/* 2.2 - Universal Changes - Scrollbar
/* ======================================================================================= */
/* Scrollbar */
::-webkit-scrollbar {
width: 16px;
}
/* Scrollbar Thumb */
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade6);
border: solid 4px transparent;
border-radius: 50px;
}
/* Scrollbar Track*/
::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade3);
border: solid 4px transparent;
border-radius: 50px;
}
/* ======================================================================================= */
/* 3 - Theme Selection Bar
/* ======================================================================================= */
.wrap[data-v-82d0a8cc] {
position: fixed;
display: block;
margin: 0;
top: 0;
left: 0;
width: 100%;
}
.wrap[data-v-82d0a8cc]::before {
content: "ANILIST";
position: absolute;
left: 0;
margin-left: 8.1px;
margin-right: 8.1px;
font-size: 0.9em;
font-weight: 800;
color: var(--color-text-shade2);
}
.footer[data-v-82d0a8cc] {
margin: 0;
padding: 0;
min-height: 20px;
background: var(--color-bg-shade6);
}
.container[data-v-82d0a8cc] {
padding: 0;
margin: 0;
max-width: 100%;
}
.theme-selector[data-v-82d0a8cc] {
margin-left: auto;
margin-right: 5px;
}
.theme-preview[data-v-82d0a8cc] {
height: 14px;
width: 14px;
font-size: 10px;
padding: 1px;
margin: 0;
margin-right: 5px;
}
.links[data-v-82d0a8cc] {
display: none;
}
.hohColourPicker {
display: none;
}
h2[data-v-82d0a8cc] {
display: none;
}
.dark[data-v-82d0a8cc] {
background: #202225;
}
/* ======================================================================================= */
/* 4.1 - ServerSelectionBar - Core
/* ======================================================================================= */
/* Background */
.nav-unscoped,
.nav-unscoped.transparent,
.nav-unscoped.transparent:hover,
.site-theme-dark .nav-unscoped,
.site-theme-dark .nav-unscoped.transparent,
.site-theme-dark .nav-unscoped.transparent:hover,
.site-theme-contrast .nav-unscoped,
.site-theme-contrast .nav-unscoped.transparent,
.site-theme-contrast .nav-unscoped.transparent:hover {
background: var(--color-bg-shade6);
color: #29ff39; /* not needed */
}
/* Disable Hiding */
.hide[data-v-4fbac4e1] {
top: 0px !important;
}
/* Navbar */
.nav[data-v-4fbac4e1] {
height: auto;
width: 70px;
margin-top: 20px;
transition: none;
}
/* Content Wrap */
.wrap[data-v-4fbac4e1] {
display: block;
margin: 0;
max-width: 100%;
}
/* Bottom Patch - Part of z-index fix for custom servers */
.page-content::before {
content: "";
background: var(--color-bg-shade6);
position: fixed;
bottom: 0;
left: 0;
width: 70px;
height: 100%;
}
/* ======================================================================================= */
/* 4.2 - Server Selection Bar - Logo
/* ======================================================================================= */
/* Wrap */
.logo[data-v-4fbac4e1] {
display: inline-block;
height: 46px;
width: 46px;
background: var(--color-bg-shade3);
border-radius: 100px;
margin-left: 12px;
}
/* Hover*/
.logo[data-v-4fbac4e1]:hover {
background: var(--color-blue-shade1);
border-radius: 15px;
}
/* Image */
.logo img[data-v-4fbac4e1] {
height: 36px;
width: 36px;
margin: 5px;
}
/* Background */
.logo[data-v-4fbac4e1]::after {
content: "";
background: var(--color-bg-shade3);
width: 32px;
height: 2px;
display: inline-block;
margin: 8px 7px;
opacity: .7;
}
/* ======================================================================================= */
/* 4.3 - Server Selection Bar - Servers
/* ======================================================================================= */
.links[data-v-4fbac4e1] {
display: inline-block;
margin-top: -4px;
margin-left: 12px;
margin-right: 12px;
text-transform: uppercase;
width: 46px;
color: var(--color-icon-shade2);
}
.link[data-v-4fbac4e1] {
padding: 15.5px 0px;
height: 46px;
width: 46px;
background: var(--color-bg-shade3);
border-radius: 100px;
text-align: center;
display: inline-block;
margin-bottom: 8px;
font-size: 0px;
}
.link[data-v-4fbac4e1]:hover {
background: var(--color-blue-shade1);
border-radius: 15px;
}
.wrap .link[href="/home"]::before { content: "H"; font-size: initial; font-weight: 800; }
.wrap .link[href="/user/Anzu/"]::before { content: "P"; font-size: initial; font-weight: 800; }
.wrap .link[href="/user/Anzu/animelist"]::before { content: "AL"; font-size: initial; font-weight: 800; }
.wrap .link[href="/user/Anzu/mangalist"]::before { content: "ML"; font-size: initial; font-weight: 800; }
.wrap .link[href="/search/anime"]::before { content: "B"; font-size: initial; font-weight: 800; }
.wrap .link[href="/forum/overview"]::before { content: "F"; font-size: initial; font-weight: 800; }
/* ======================================================================================= */
/* 4.4 - Server Selection Bar - Dropdown Menu
/* ======================================================================================= */
.browse-wrap[data-v-4fbac4e1]:hover .dropdown {
animation: none;
}
.dropdown[data-v-38edf8f8] {
text-transform: capitalize;
left: 70px;
top: calc(-115px + 23px);
background: var(--color-bg-shade5);
}
.dropdown[data-v-38edf8f8]::before {
border-bottom: .4rem solid transparent;
border-top: .4rem solid transparent;
border-right: .6rem solid currentColor;
bottom: 50%;
color: var(--color-bg-shade5);
left: -3.8%;
}
.dropdown[data-v-38edf8f8]::after {
width: 30px;
height: 50px;
content: "";
top: 36%;
left: -30px;
position: absolute;
}
.primary-link[data-v-38edf8f8], .secondary-links[data-v-38edf8f8], .primary-link .icon[data-v-38edf8f8] {
color: var(--color-icon-shade2);
}
.footer[data-v-38edf8f8] {
background: var(--color-bg-shade6);
color: var(--color-icon-shade2);
}
.icon[data-v-38edf8f8]:hover {
color: var(--color-icon-shade1);
}
.secondary-links a[data-v-38edf8f8]:hover, .primary-link-text[data-v-38edf8f8]:hover, .footer a[data-v-38edf8f8]:hover, .footer a:hover .icon[data-v-38edf8f8], .primary-link:hover .icon[data-v-38edf8f8] {
color: var(--color-icon-shade1);
}
/* ======================================================================================= */
/* 4.5 - Server Selection Bar - Custom Servers
/* ======================================================================================= */
a[href="https://discord.gg/anilist"]::before {
content: "";
padding: 15.5px 0px;
height: 46px;
width: 46px;
background-image: url("https://media.discordapp.net/attachments/418189460002439169/773372160134742016/Layer_1.png");
background-size: contain;
border-radius: 100px;
margin-bottom: 8px;
font-size: 0px;
top: calc(20px + (46px * 7) + (8px * 8) + 2px);
left: 12px;
position: fixed;
}
a[href="https://discord.gg/anilist"]:hover:before {
border-radius: 15px;
background-image: url("https://media.discordapp.net/attachments/729349830358597675/772207350861004830/Final_8.gif");
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.search[data-v-4fbac4e1] {
margin: 0px;
position: fixed;
left: calc(100% - 240px);
top: calc(20px + 12px);
padding: 0px;
background: var(--color-bg-shade6);
width: calc(240px - 10px - 38px - 10px - 30px - 10px);
height: 24px;
border-radius: 5px;
}
.transparent .search[data-v-4fbac4e1] svg {
color: var(--color-text-shade3);
width: 142px;
height: 14px;
top: 5px;
position: absolute;
}
.transparent .search[data-v-4fbac4e1] svg:hover {
color: var(--color-text-shade2);
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
/* User Box */
.user[data-v-4fbac4e1] {
height: 48px;
width: 48px;
position: fixed;
top: 20px;
left: calc(100% - 48px);
justify-content: start;
cursor: default;
}
.user-wrap[data-v-4fbac4e1] {
height: inherit;
width: inherit;
margin-left: 0px;
}
.user .avatar[data-v-4fbac4e1] {
border-radius: 100px;
height: 38px;
width: 38px;
position: absolute;
top: 0;
left: calc(-38px + -10px);
margin-top: 5px;
margin-right: 0;
margin-left: 100%;
transition: 0.3s ease;
}
.user-wrap[data-v-4fbac4e1]:hover .avatar[data-v-4fbac4e1] {
opacity: .5;
}
.user .notification-dot[data-v-4fbac4e1] {
left: calc(100% - 30px - 10px - 38px - 10px) !important;
top: 9px;
padding: 0px;
margin-right: 0px !important;
position: absolute;
}
.user .chevron[data-v-4fbac4e1] {
display: none;
}
.dropdown[data-v-0bb70ffa] {
top: 55px;
right: calc(-13px + 10px + 19px);
background: var(--color-bg-shade5);
}
.primary-link[data-v-0bb70ffa]:hover, .primary-link:hover .icon[data-v-0bb70ffa], .secondary-link[data-v-0bb70ffa]:hover {
color: var(--color-icon-shade1);
}
.footer[data-v-0bb70ffa] {
background: var(--color-bg-shade6);
color: var(--color-icon-shade2);
}
.primary-link[data-v-0bb70ffa], .primary-link .icon[data-v-0bb70ffa] {
color: var(--color-icon-shade2);
}
.dropdown[data-v-0bb70ffa]::before {
color: var(--color-bg-shade5);
right: 9px;
}
.user-wrap[data-v-4fbac4e1]:hover .dropdown {
animation: none;
}
.hohDismiss {
display: none;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.page-content::after {
content: "";
position: fixed;
top: calc(20px + 48px);
left: calc(100% - 240px);
background: var(--color-bg-shade4);
height: calc(100% - 20px - 48px);
width: 240px;
z-index: -1;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.banner[data-v-5445dac8] {
height: 53px;
width: 240px;
position: fixed;
top: calc(100% - 53px);
left: 70px;
z-index: 1;
background-image: none !important;
background-color: var(--color-bg-shade5);
}
.banner .shadow[data-v-5445dac8] {
background: none;
}
.banner .container[data-v-5445dac8] {
padding: 0;
margin: 0;
min-width: 240px;
background: var(--color-bg-shade5);
}
.banner-content[data-v-5445dac8] {
height: 53px;
}
.avatar[data-v-5445dac8] {
border-radius: 100px;
height: 31px;
width: 31px;
margin: 11px;
}
.banner-content[data-v-5445dac8]::after {
--circle-size: 10px;
--border-size: 3px;
--actual-circle-size: calc(var(--circle-size) + ( 2 * var(--border-size)));
content: "";
position: absolute;
height: var(--actual-circle-size);
width: var(--actual-circle-size);
top: calc(100% - (11px + var(--actual-circle-size) - var(--border-size)));
left: calc(11px + 31px - (var(--actual-circle-size) - var(--border-size)));
background: var(--color-green-shade1);
border: var(--border-size) solid var(--color-bg-shade5);
border-radius: 100px;
}
.name[data-v-5445dac8] {
padding: 0;
font-size: 1.5rem;
margin-bottom: 0px;
position: absolute;
top: 14px;
left: calc(11px + 31px + 11px);
}
.name[data-v-5445dac8]:after {
content: var(--discord-hashtag);
position: absolute;
font-size: 1.3rem;
color: var(--color-icon-shade3);
top: 17px;
left: 0;
}
.banner-content h1.name {
filter: none;
}
.mod-badge[data-v-5445dac8] {
margin: 0;
padding: 5px;
width: 120px;
border-radius: 0px 5px 0px 0px;
font-size: 1.2rem;
text-align: center;
margin-bottom: 53px;
margin-left: 120px;
position: absolute;
visibility: hidden;
opacity: 0;
transition: visibility 0.5s, opacity 0.5s linear;
}
.follower-badge[data-v-5445dac8], .follower-badge[data-v-5445dac8]:hover {
background: var(--color-blue-shade1);
}
.banner[data-v-5445dac8]:hover .mod-badge {
visibility: visible;
opacity: 1;
}
.actions[data-v-5445dac8] {
padding: 0px;
margin-bottom: 0px;
position: absolute;
width: 240px;
height: 76px;
top: -23px;
}
.nav-btn[data-v-5445dac8],.nav-btn[data-v-5445dac8]:hover {
padding: 5px;
width: 120px;
border-radius: 5px 0px 0px 0px;
font-size: 1.2rem;
visibility: hidden;
opacity: 0;
transition: visibility 0.5s, opacity 0.5s linear;
background: var(--color-blue-shade1);
border-right: 1px solid var(--color-bg-shade4);
position: absolute;
left: -10px;
}
.banner[data-v-5445dac8]:hover .nav-btn {
visibility: visible;
opacity: 1;
}
.dropdown[data-v-5445dac8] {
margin: 0;
padding: 0px;
background: none;
position: absolute;
top: calc(23px + 11.5px);
left: calc(100% - 30px - 11.5px);
}
.el-icon-arrow-down[data-v-5445dac8] {
font-size: 2rem;
padding: 5px 6.6px;
border-radius: 5px;
color: var(--color-icon-shade3);
}
.el-icon-arrow-down[data-v-5445dac8]:hover {
background: var(--color-bg-shade2);
color: var(--color-icon-shade2);
}
.el-icon-arrow-down[data-v-5445dac8]:before {
content: "\2699";
}
.el-dropdown-menu[data-v-5445dac8], .el-dropdown-menu[data-v-09492909] {
background: var(--color-bg-shade6);
margin-left: 7px;
}
.popper__arrow:after {
border-top-color: var(--color-bg-shade6) !important;
border-bottom-color: var(--color-bg-shade6) !important;
}
.el-dropdown-menu__item[data-v-5445dac8]:hover, .el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
background: var(--color-blue-shade1);
}
.hohDownload {
display: none;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.nav[data-v-5445dac8] {
text-align: left;
min-width: 240px;
max-width: 240px;
}
.nav-wrap[data-v-5445dac8] {
height: calc(100% - 73px - 48px);
width: 240px;
position: fixed;
top: 0;
left: 70px;
/*z-index: 900;*/
margin-top: calc(20px + 48px);
background: var(--color-bg-shade4);
}
.nav-wrap .container[data-v-5445dac8] {
margin: 15px 0px 0px 9px;
padding: 0;
}
.nav .link[data-v-5445dac8] {
padding: 7px 0px !important;
margin: 1px 0px 1px 0px;
width: 224px;
height: 33px;
border-radius: 5px;
font-size: 1.5rem;
color: var(--color-text-shade2);
text-transform: lowercase;
}
.nav .link[data-v-5445dac8]::before {
content: "#";
font-size: 2rem;
font-weight: 1;
color: var(--color-text-shade2);
margin: 0px 0px;
padding: 0px 9px;
}
.nav .link[data-v-5445dac8]:hover {
background: var(--color-channel-hover);
color: var(--color-icon-shade2);
}
.nav .router-link-active[data-v-5445dac8] {
background: var(--color-channel-active) !important;
color: var(--color-text-shade1) !important;
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.content {
padding: 0;
margin-left: calc(70px + 240px + 0px);
min-width: calc(100% - (70px + 240px + 0px));
width: 0;
left: 0;
top: 0;
max-height: calc(100vh - 20px - 48px - 66px);
min-height: 0;
overflow-y: scroll;
margin-top: calc(20px + 48px);
padding-right: 0px;
background: var(--color-bg-shade2);
border-bottom: 2px solid var(--color-bg-shade4);
}
.overview[data-v-5c30286e] {
display: block;
margin-top: 0;
}
#app {
position: fixed;
width: calc(100% - 240px);
background: var(--color-bg-shade6);
}
.page-content {
min-height: 0;
}
.activity-feed-wrap[data-v-09492909] {
margin-bottom: 25px
}
.wrap[data-v-5e514b1e] {
background: var(--color-bg-shade2);
padding-left: 16px;
padding-right: 16px;
}
.wrap[data-v-5e514b1e]:hover {
background: var(--color-bg-shade3);
}
.load-more[data-v-6f203cf2] {
background: var(--color-bg-shade2);
}
.load-more[data-v-6f203cf2]:hover {
background: var(--color-bg-shade3);
}
.text[data-v-5e514b1e] {
padding: 3px;
color: var(--color-icon-shade2);
}
.text .header[data-v-5e514b1e] {
height: 21px;
}
.text .avatar[data-v-5e514b1e] {
border-radius: 100px;
position: relative;
top: 9px;
}
.text .name[data-v-5e514b1e] {
/*line-height: 25px;*/
font-weight: 900;
font-size: 1.7rem;
color: var(--color-icon-shade1);
}
.text .activity-markdown[data-v-5e514b1e] {
position: relative;
width: calc(100% - 40px - 12px);
left: calc(40px + 12px);
}
.text[data-v-5e514b1e] .markdown {
margin: 0;
max-height: none;
}
.time[data-v-5e514b1e] {
color: var(--color-text-shade2);
top: 5px;
}
.activity-entry > .wrap > .time:hover {
background: var(--color-bg-shade§);
}
.actions[data-v-5e514b1e] {
bottom: 5px;
color: var(--color-icon-shade3);
}
.actions .action[data-v-5e514b1e]:hover {
color: var(--color-icon-shade2);
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.nav-wrap[data-v-5445dac8]::before {
content: "";
position: fixed;
top: 20px;
left: 70px;
height: 48px;
width: 240px;
background: var(--color-bg-shade4);
border-bottom: 1px solid rgba(0,0,0,0.3);
border-radius: 7px 0px 0px 0px;
}
.nav-wrap[data-v-5445dac8]::after {
content:"";
position: fixed;
top: 20px;
left: calc(70px + 240px);
height: 48px;
width: 100%;
background: var(--color-bg-shade2);
border-bottom: 1px solid rgba(0,0,0,0.3)
}
.nav[data-v-5445dac8]::before {
content: var(--discord-username)"'s Profile";
position: fixed;
top: 20px;
left: 70px;
padding-left: 16px;
padding-top: 18px;
color: var(--color-text-shade1);
font-size: 1.5rem;
}
.nav[data-v-5445dac8]::after {
content: "#";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
font-size: 3rem;
font-weight: 1;
color: var(--color-text-shade2);
padding-top: 10px;
padding-left: 18px;
}
.nav .router-link-active[href="/user/Anzu/"]::after {
content: "overview";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/animelist"]::after {
content: "anime-list";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/mangalist"]::after {
content: "manga-list";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/favorites"]::after {
content: "favorites";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/stats/anime/overview"]::after {
content: "stats";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/social"]::after {
content: "social";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/reviews"]::after {
content: "reviews";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
.nav .router-link-active[href="/user/Anzu/submissions"]::after {
content: "submissions";
position: fixed;
top: 20px;
left: calc(70px + 240px);
z-index: 999;
padding: 15.5px 48.5px
}
/* ======================================================================================= */
/* */
/* ======================================================================================= */
.about[data-v-5c30286e] {
width: 240px;
position: fixed;
margin-left: auto;
margin-right: 0;
top: calc(20px + 48px /*+ 250px*/);
left: calc(100% - 240px);
height: calc(100% - 48px - 20px /*- 250px*/);
/*border-top: 2px solid var(--color-bg-shade5);*/
/*border-bottom: 2px solid var(--color-bg-shade5);*/
}
.about .content-wrap[data-v-5c30286e] {
max-height: 100%;
height: 100%;
margin: 0;
background: var(--color-bg-shade4);
border-radius: 0;
overflow-y: scroll;
}
.about .content-wrap[data-v-5c30286e]:hover {
overflow-y: scroll;
}
.about .content-wrap[data-v-5c30286e]::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade4);
}
/* ======================================================================================= */
/* Activitys */
/* ======================================================================================= */
.overview[data-v-5c30286e] .section-header {
visibility: hidden;
height: 0;
width: 0;
margin: 0;
padding: 0;
}
.el-dropdown[data-v-09492909] {
position: fixed;
top: calc(20px + 24px - 7px);
left: calc(100% - 70px - 240px);
/*z-index: 999;*/
visibility: visible;
}
/* ======================================================================================= */
/* Activity Edit */
/* ======================================================================================= */
/* Activity Edit Wrap */
.activity-edit[data-v-93c5960c] {
padding-left: 16px;
padding-right: 16px;
padding-bottom: calc(66px - 15.5px);
position: fixed;
width: calc(100% - 70px - 480px);
z-index: 1;
min-height: 66px;
max-height: 75vh;
bottom: 0;
}
/* Activity Edit Markdown */
.markdown-editor[data-v-93c5960c] {
background: var(--color-bg-shade1);
margin-top: 15.5px;
color: var(--color-text-shade2);
}
.markdown-editor>div:hover {
color: var(--color-text-shade1);
}
.markdown-editor > [title="Link"] {
color: var(--color-text-link);
}
.markdown-editor > [title="Image"], .markdown-editor > [title="Youtube Video"], .markdown-editor > [title="WebM Video"] {
color: var(--color-red-shade1);
}
/* Activity Edit Pseudo Background */
.markdown-editor[data-v-93c5960c]::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
background: var(--color-bg-shade2);
z-index: -1;
border-top: 2px solid var(--color-bg-shade4);
top: 0;
}
/* Activity Edit Input Wrap */
.input[data-v-93c5960c] {
background: var(--color-bg-shade2);
/*z-index: 999;*/
width: calc(100% - 32px);
position: absolute;
bottom: 0;
margin-bottom: 15.5px;
}
/* Activity Edit Input */
.input[data-v-93c5960c] .el-textarea__inner {
background: var(--color-bg-shade1);
border-radius: 5px;
padding-right: 299.27px;
max-height: 35px /*25vh*/;
}
.input[data-v-93c5960c] .el-textarea__inner::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade1);
}
/* Activity Edit Preview */
.activity-entry[data-v-5e514b1e] {
margin-bottom: 12px;
}
.activity-entry[data-v-93c5960c] .wrap[data-v-5e514b1e] {
max-height: calc(75vh - 35px - 18px - 15.5px - 15.5px - 35px - 12px);
border: 2px solid rgba(0,0,0,0.15);
}
.activity-entry[data-v-93c5960c] .wrap[data-v-5e514b1e]::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade2);
}
.activity-entry[data-v-93c5960c] .wrap[data-v-5e514b1e]:hover::-webkit-scrollbar-track {
box-shadow: inset 0 0 16px 16px var(--color-bg-shade3);
}
/* Activity Edit Buttons */
.actions[data-v-93c5960c] {
position: absolute;
bottom: 0px;
right: 0;
margin: 0px 31px 22px 0px;
height: 20px;
/*z-index: 999;*/
}
.button[data-v-93c5960c] {
margin-left: 15px;
background: var(--color-blue-shade1);
color: var(--color-text-shade1);
}
.button.cancel[data-v-93c5960c] {
background: var(--color-bg-shade2);
color: var(--color-text-shade1);
}
/* ======================================================================================= */
/* Overview - Stats - Activity History - Favorites - Genre Overview */
/* ======================================================================================= */
.stats-wrap[data-v-5c30286e] {
display: none;
}
.desktop[data-v-514856af]{
display: none;
}
.desktop[data-v-45543a61] {
display: none;
}
.desktop[data-v-aedb6876] {
display: none;
}
/* ======================================================================================= */
/* Other pages
/* ======================================================================================= */
.medialist[data-v-17f4caca], .stats[data-v-1e00b9da], .content > .favourites, .user-social[data-v-310d8b7e], .user-reviews[data-v-5e6a17b4] {
padding: 0px 16px;
margin-bottom: 40px;
}
.hohButton {
background: var(--color-blue-shade1)
}
a[href="/user/anzu"], a[href="/user/Anzu"] {
background: var(--color-mention-bg);
border-radius: 4px;
color: var(--color-green-shade1) !important;
}
.link[data-v-4fbac4e1]:hover {
color: #fff;
}
.site-theme-contrast > #app::before {
content: "No";
position: fixed;
background: #fff;
width: 100%;
height: 100%;
z-index: 9999;
color: #000;
font-size: 10rem;
align-items: center;
display: flex;
padding: 0vw 46.5%;
}
.site-theme-contrast > #app > .wrap[data-v-82d0a8cc] {
z-index: 10000;
} | 0.256459 | 0.067577 |
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th,p,a,li,td,div,footer{font:normal 12px "Open Sans", "Lucida Sans Unicode", "Arial";color:#000;}
.pw980{ max-width:980px; width:92%; margin-left:auto; margin-right:auto;}
.pw1200{ max-width:1200px; width:92%; margin-left:auto; margin-right:auto;}
/*banner*/
.howto_banner{ width:100%; height:480px; position:relative; overflow:hidden; z-index:1; background:url(../img/howto_banner.jpg) #0c0c0c top center no-repeat; background-size:cover;}
.howto_bancnt{ margin:145px auto 0; text-align:center;}
.howto_bancnt h1{font-weight: 800; font-size: 64px; line-height: 1.6; color: #FFFFFF;}
.howto_bancnt p{font-size: 20px; line-height: 1.6; color: #FFFFFF; margin-top:20px; }
.howto_box{ margin-bottom:50px;}
.howto_left{ width:248px; margin-top:20px; background: #FFFFFF; box-shadow: 0px 0px 20px #E5E5E5; border-radius: 4px;}
.howto_lf_fix{ width:248px; position:fixed; top:0; z-index:10; background: #FFFFFF; box-shadow: 0px 0px 20px #E5E5E5; border-radius: 4px;}
.howto_left h2{ padding:8px 0 8px 24px; font-size: 20px; line-height: 1.6; color: #000000; margin-top:9px; position:relative; cursor:pointer;}
.howto_left h2 a{ color:inherit; font-size:inherit; font-weight:inherit;}
.howto_left h2.checked{background: #F2F3F4; font-weight: 800;}
.howto_left h2.checked:before{ width:4px; height:100%; background:#536DFE; content:""; display:block; left:0; top:0; position:absolute;}
.howto_right{ width:calc(100% - 290px);}
.howto_type{ display:none;}
.howto_type.showed{ display:block;}
.howto_arct{ margin-bottom:24px; }
.howto_ardes{transition:transform 0.2s linear; position:relative;}
.howto_ardes:hover{ transform:translateX(8px);}
.howto_ardes:hover h4{ color:#536DFE;}
.howto_ardes>a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:5; display:block;}
.howto_arct h4{font-weight: 800; font-size: 20px; line-height:1.6; color:#000;}
.howto_arct p{font-size: 16px; line-height:1.6; color:#000; margin-top:12px;}
.howto_arct span{font-size: 14px; line-height:1.6; color: #AAA7B2; margin-top:8px; display:block; position:relative;}
/*.howto_arct span:before{width: 24px; height: 24px; border-radius:24px; background:#C4C4C4; content:""; display:inline-block; vertical-align:middle; margin:-2px 8px 0 0;} */
.howto_tyct{ display:none; padding-top:20px;}
.howto_tyct.showed{ display:block;}
.howto_choose{ text-align:center; margin:8px auto;}
.howto_choose a{ width:28px; height:28px; border-radius:28px; border:1px solid #bbbdbf; display:inline-block; margin:20px 5px 0; line-height:28px; font-size:14px; color:#868686; font-weight:bold; text-align:center;}
.howto_choose a.checked{ background-color:#49a6ff; background:linear-gradient(to right,#3ebfff,#5e8cff); border:none; color:#fff;}
@media screen and (max-width: 980px){
.howto_banner{ height:auto;}
.howto_bancnt{ margin-top:40px; margin-bottom:60px;}
.howto_bancnt h1{ font-size:40px;}
.howto_left{ display:none;}
.howto_right{ width:100%; float:none;}
} | ioforth.com/css/how-to.css | h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th,p,a,li,td,div,footer{font:normal 12px "Open Sans", "Lucida Sans Unicode", "Arial";color:#000;}
.pw980{ max-width:980px; width:92%; margin-left:auto; margin-right:auto;}
.pw1200{ max-width:1200px; width:92%; margin-left:auto; margin-right:auto;}
/*banner*/
.howto_banner{ width:100%; height:480px; position:relative; overflow:hidden; z-index:1; background:url(../img/howto_banner.jpg) #0c0c0c top center no-repeat; background-size:cover;}
.howto_bancnt{ margin:145px auto 0; text-align:center;}
.howto_bancnt h1{font-weight: 800; font-size: 64px; line-height: 1.6; color: #FFFFFF;}
.howto_bancnt p{font-size: 20px; line-height: 1.6; color: #FFFFFF; margin-top:20px; }
.howto_box{ margin-bottom:50px;}
.howto_left{ width:248px; margin-top:20px; background: #FFFFFF; box-shadow: 0px 0px 20px #E5E5E5; border-radius: 4px;}
.howto_lf_fix{ width:248px; position:fixed; top:0; z-index:10; background: #FFFFFF; box-shadow: 0px 0px 20px #E5E5E5; border-radius: 4px;}
.howto_left h2{ padding:8px 0 8px 24px; font-size: 20px; line-height: 1.6; color: #000000; margin-top:9px; position:relative; cursor:pointer;}
.howto_left h2 a{ color:inherit; font-size:inherit; font-weight:inherit;}
.howto_left h2.checked{background: #F2F3F4; font-weight: 800;}
.howto_left h2.checked:before{ width:4px; height:100%; background:#536DFE; content:""; display:block; left:0; top:0; position:absolute;}
.howto_right{ width:calc(100% - 290px);}
.howto_type{ display:none;}
.howto_type.showed{ display:block;}
.howto_arct{ margin-bottom:24px; }
.howto_ardes{transition:transform 0.2s linear; position:relative;}
.howto_ardes:hover{ transform:translateX(8px);}
.howto_ardes:hover h4{ color:#536DFE;}
.howto_ardes>a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:5; display:block;}
.howto_arct h4{font-weight: 800; font-size: 20px; line-height:1.6; color:#000;}
.howto_arct p{font-size: 16px; line-height:1.6; color:#000; margin-top:12px;}
.howto_arct span{font-size: 14px; line-height:1.6; color: #AAA7B2; margin-top:8px; display:block; position:relative;}
/*.howto_arct span:before{width: 24px; height: 24px; border-radius:24px; background:#C4C4C4; content:""; display:inline-block; vertical-align:middle; margin:-2px 8px 0 0;} */
.howto_tyct{ display:none; padding-top:20px;}
.howto_tyct.showed{ display:block;}
.howto_choose{ text-align:center; margin:8px auto;}
.howto_choose a{ width:28px; height:28px; border-radius:28px; border:1px solid #bbbdbf; display:inline-block; margin:20px 5px 0; line-height:28px; font-size:14px; color:#868686; font-weight:bold; text-align:center;}
.howto_choose a.checked{ background-color:#49a6ff; background:linear-gradient(to right,#3ebfff,#5e8cff); border:none; color:#fff;}
@media screen and (max-width: 980px){
.howto_banner{ height:auto;}
.howto_bancnt{ margin-top:40px; margin-bottom:60px;}
.howto_bancnt h1{ font-size:40px;}
.howto_left{ display:none;}
.howto_right{ width:100%; float:none;}
} | 0.306735 | 0.228501 |
.container,
.content {
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
}
header {
background: cadetblue;
width: 100vw;
height: 8vh;
position: relative;
}
header nav {
display: inline-block;
position: absolute;
right: 2vw;
top: 3vh;
}
header li {
display: inline-block;
margin-right: 2vh;
color: brown;
}
header h1 {
display: inline-block;
width: 35px;
height: 35px;
position: absolute;
top: 20%;
left: 1%;
background-image: url(./images/dog-icon.svg);
}
nav li:hover {
background-color: darksalmon;
color: white;
cursor: pointer;
}
.hero {
width: 100vw;
height: 55vh;
background-image: url(./images/park.jpg);
background-repeat: no-repeat;
text-align: center;
background-size: cover;
padding: 15px;
}
.hero h2 {
font-size: 35px;
text-decoration: underline;
}
.hero img {
display: block;
height: 200px;
width: 200px;
margin: 15px auto;
border: 2px solid blue;
border-radius: 50%;
}
.hero a {
text-decoration: none;
color: white;
background-color: brown;
border: 2px solid blue;
}
.hero a:hover {
cursor: pointer;
}
.three-col {
width: 30%;
min-height: 90%;
display: inline-block;
vertical-align: top;
margin-top: 20px;
text-align: center;
border: 4px solid black;
background-color: #f2f2f2c7;
margin-left: 2%;
}
.three-col img {
width: 150px;
height: 150px;
border: brown 2px;
border-style: dashed;
border-radius: 50%;
margin-top: 12px;
margin-bottom: 12px;
}
.two {
background-color: bisque;
width: 100vw;
height: 70vh;
}
.three-col h3 {
font-size: larger;
text-decoration: underline;
}
.three-col a {
display: inline-block;
text-decoration: none;
color: white;
margin-top: 10px;
background-color: coral;
border: 2px solid black;
}
footer {
background-color: #3f8da7;
text-align: center;
width: 100vw;
height: 30vh;
}
h4 {
padding-top: 20px;
font-size: larger;
color: maroon;
}
footer li {
display: inline-block;
margin-right: 30px;
}
footer ul {
margin-top: 30px;
margin-bottom: 15px;
}
footer a {
color: maroon;
} | src/Assignment-4/assignment4.css |
.container,
.content {
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
}
header {
background: cadetblue;
width: 100vw;
height: 8vh;
position: relative;
}
header nav {
display: inline-block;
position: absolute;
right: 2vw;
top: 3vh;
}
header li {
display: inline-block;
margin-right: 2vh;
color: brown;
}
header h1 {
display: inline-block;
width: 35px;
height: 35px;
position: absolute;
top: 20%;
left: 1%;
background-image: url(./images/dog-icon.svg);
}
nav li:hover {
background-color: darksalmon;
color: white;
cursor: pointer;
}
.hero {
width: 100vw;
height: 55vh;
background-image: url(./images/park.jpg);
background-repeat: no-repeat;
text-align: center;
background-size: cover;
padding: 15px;
}
.hero h2 {
font-size: 35px;
text-decoration: underline;
}
.hero img {
display: block;
height: 200px;
width: 200px;
margin: 15px auto;
border: 2px solid blue;
border-radius: 50%;
}
.hero a {
text-decoration: none;
color: white;
background-color: brown;
border: 2px solid blue;
}
.hero a:hover {
cursor: pointer;
}
.three-col {
width: 30%;
min-height: 90%;
display: inline-block;
vertical-align: top;
margin-top: 20px;
text-align: center;
border: 4px solid black;
background-color: #f2f2f2c7;
margin-left: 2%;
}
.three-col img {
width: 150px;
height: 150px;
border: brown 2px;
border-style: dashed;
border-radius: 50%;
margin-top: 12px;
margin-bottom: 12px;
}
.two {
background-color: bisque;
width: 100vw;
height: 70vh;
}
.three-col h3 {
font-size: larger;
text-decoration: underline;
}
.three-col a {
display: inline-block;
text-decoration: none;
color: white;
margin-top: 10px;
background-color: coral;
border: 2px solid black;
}
footer {
background-color: #3f8da7;
text-align: center;
width: 100vw;
height: 30vh;
}
h4 {
padding-top: 20px;
font-size: larger;
color: maroon;
}
footer li {
display: inline-block;
margin-right: 30px;
}
footer ul {
margin-top: 30px;
margin-bottom: 15px;
}
footer a {
color: maroon;
} | 0.571288 | 0.079032 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
:root{
--bg-gray: #E8E8E8;
--text-gray: #4A4A4A;
--color-primary: #4D41C0;
--white: #FFFFFF;
--text-light-gray: #AAAAAA;
--star-yellow: #FFBB3A;
}
*{
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
margin: 0;
}
html, body{
background-color: var(--bg-gray);
;
}
header{
background-color: var(--color-primary);
color: var(--white);
height: 60px;
display: flex;
align-items: center;
}
nav{
display: flex;
align-items: center;
justify-content: space-between;
}
nav h1{
font-size: 24px;
font-weight: 700;
}
nav a{
font-size: 12px;
font-weight: 400;
}
a, a:hover{
text-decoration: none;
color: unset;
}
.dsmovie-contact-container{
display: flex;
align-items: center;
}
.dsmovie-contact-container img{
margin-right: 10px;
}
#dsmovie-card-list{
padding: 0px 10px;
}
.dsmovie-card{
width: 100%;
}
.dsmovie-card img{
width: 100%;
border-radius: 8px 8px 0 0;
}
.dsmovie-card-description{
background-color: var(--white);
padding: 10px 20px 20px 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
border-radius: 0 0 8px 8px;
height: 190px;
}
.dsmovie-card-description h3{
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
text-align: center;
}
.dsmovie-card-description-bottom{
display: flex;
flex-direction: column;
align-items: center;
}
.dsmovie-card-description-bottom h4{
font-size: 16px;
font-weight: 700;
color: var(--star-yellow);
}
.dsmovie-card-description-bottom img{
width: 22px;
}
.dsmovie-card-description-bottom p{
font-size: 12px;
font-weight: 400;
color: var(--text-light-gray);
margin-bottom: 10px;
}
.dsmovie-btn, .dsmovie-btn:hover{
width: 180px;
height: 40px;
background-color: var(--color-primary);
color: var(--white);
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 0;
}
.dsmovie-form-container{
padding: 40px 0;
max-width: 480px;
}
.dsmovie-form-description{
background-color: var(--white);
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 0 0 8px 8px;
}
.dsmovie-form{
width: 100%;
}
.dsmovie-form-description h3{
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
}
.dsmovie-form-group{
margin-bottom: 20px;
}
.dsmovie-form-group label{
font-size: 12px;
color: var(--text-light-gray);
}
.dsmovie-form-btn-container{
height: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.dsmovie-pagination-container{
padding: 15px 0;
display: flex;
justify-content: center;
}
.dsmovie-pagination-box{
width: 180px;
display: flex;
justify-content: space-between;
align-items: center;
}
.dsmovie-pagination-box p{
margin: 0;
font-size: 12px;
color: var(--color-primary);
font-weight: 400;
}
.dsmovie-pagination-box button{
width: 40px;
height: 40px;
border: 1px solid var(--color-primary);
border-radius: 4px;
background-color: var(--white);
display: flex;
justify-content: center;
align-items: center;
}
.dsmovie-pagination-box button img{
filter: brightness(0) saturate(100%) invert(24%) sepia(100%) saturate(1885%) hue-rotate(236deg) brightness(79%) contrast(90%);
}
.dsmovie-pagination-box button:disabled{
border: 1px solid var(--text-light-gray);
}
.dsmovie-pagination-box button:disabled img{
filter: unset;
}
.dsmovie-flip-horizontal{
transform: rotate(180deg);
} | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
:root{
--bg-gray: #E8E8E8;
--text-gray: #4A4A4A;
--color-primary: #4D41C0;
--white: #FFFFFF;
--text-light-gray: #AAAAAA;
--star-yellow: #FFBB3A;
}
*{
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
margin: 0;
}
html, body{
background-color: var(--bg-gray);
;
}
header{
background-color: var(--color-primary);
color: var(--white);
height: 60px;
display: flex;
align-items: center;
}
nav{
display: flex;
align-items: center;
justify-content: space-between;
}
nav h1{
font-size: 24px;
font-weight: 700;
}
nav a{
font-size: 12px;
font-weight: 400;
}
a, a:hover{
text-decoration: none;
color: unset;
}
.dsmovie-contact-container{
display: flex;
align-items: center;
}
.dsmovie-contact-container img{
margin-right: 10px;
}
#dsmovie-card-list{
padding: 0px 10px;
}
.dsmovie-card{
width: 100%;
}
.dsmovie-card img{
width: 100%;
border-radius: 8px 8px 0 0;
}
.dsmovie-card-description{
background-color: var(--white);
padding: 10px 20px 20px 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
border-radius: 0 0 8px 8px;
height: 190px;
}
.dsmovie-card-description h3{
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
text-align: center;
}
.dsmovie-card-description-bottom{
display: flex;
flex-direction: column;
align-items: center;
}
.dsmovie-card-description-bottom h4{
font-size: 16px;
font-weight: 700;
color: var(--star-yellow);
}
.dsmovie-card-description-bottom img{
width: 22px;
}
.dsmovie-card-description-bottom p{
font-size: 12px;
font-weight: 400;
color: var(--text-light-gray);
margin-bottom: 10px;
}
.dsmovie-btn, .dsmovie-btn:hover{
width: 180px;
height: 40px;
background-color: var(--color-primary);
color: var(--white);
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 0;
}
.dsmovie-form-container{
padding: 40px 0;
max-width: 480px;
}
.dsmovie-form-description{
background-color: var(--white);
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 0 0 8px 8px;
}
.dsmovie-form{
width: 100%;
}
.dsmovie-form-description h3{
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
}
.dsmovie-form-group{
margin-bottom: 20px;
}
.dsmovie-form-group label{
font-size: 12px;
color: var(--text-light-gray);
}
.dsmovie-form-btn-container{
height: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.dsmovie-pagination-container{
padding: 15px 0;
display: flex;
justify-content: center;
}
.dsmovie-pagination-box{
width: 180px;
display: flex;
justify-content: space-between;
align-items: center;
}
.dsmovie-pagination-box p{
margin: 0;
font-size: 12px;
color: var(--color-primary);
font-weight: 400;
}
.dsmovie-pagination-box button{
width: 40px;
height: 40px;
border: 1px solid var(--color-primary);
border-radius: 4px;
background-color: var(--white);
display: flex;
justify-content: center;
align-items: center;
}
.dsmovie-pagination-box button img{
filter: brightness(0) saturate(100%) invert(24%) sepia(100%) saturate(1885%) hue-rotate(236deg) brightness(79%) contrast(90%);
}
.dsmovie-pagination-box button:disabled{
border: 1px solid var(--text-light-gray);
}
.dsmovie-pagination-box button:disabled img{
filter: unset;
}
.dsmovie-flip-horizontal{
transform: rotate(180deg);
} | 0.469277 | 0.107578 |
@charset "UTF-8";
.items_txt .author a, .updateTable .author a { cursor: text }
.friend_link { padding: 12px 0 0; line-height: 2.4; text-align: center }
.friend_link a { margin: 0 10px; display: inline-block }
/*.leftBox, .rightBox, .rightBox2 { margin-bottom: 14px }
.channelBanner .leftBox, .channelBanner .rightBox { height: 334px; overflow: hidden }*/
.channelPic .leftBox, .channelPic .rightBox { /*height: 515px; */overflow: hidden }
.channelTable .leftBox { /*height: 1046px;*/ overflow: hidden }
.scBigImg img, .rightList li.on .cover img, .itemsList .items_img img { box-shadow: 0 0 1px rgba(0,0,0,.05) }
/*.scBigImg:hover img, .rightList li.on .cover a:hover img, .itemsList .items_img:hover img { box-shadow: 0 0 1px rgb(0,0,0,.25) }*/
.leftBox { width: 720px; float: left; /*border: 1px solid #EAEAEA*/ }
.sliderContent { width: 306px; float: left; /*margin: 16px 0 16px 14px;*/ position: relative }
.scSmallImg { position: absolute; top: 0px; right: 0px; /*height: 335px*/ }
.scSmallImg li { height: 65px; margin-bottom: 8px; border: 2px solid #fff }
.scSmallImg li.on { border: 2px solid #FF7800 }
.scSmallImg img { width: auto; height: 65px; cursor: pointer; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6 }
.scSmallImg li.on img { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1 }
.scBigImg dd { display: none }
.scBigImg dd.on { display: block }
.scBigImg img { width: 240px; height: 300px; background: #f6f6f6 }
.hot_articles { width: 396px; float: right; padding: 0 2px }
.hot_articles dl { padding: 0 4px 8px; border-bottom: 1px dotted #eae6e2 }
.hot_articles .hot_recommend { margin-bottom: 12px; }
.hot_articles dt { /*height: 40px; line-height: 40px;*/ padding-bottom: 7px; text-align: center; font-size: 16px; font-weight: 600; line-height: 1.8 }
.hot_articles dt a { color: #F70 }
.hot_articles dd { line-height: 30px; font-size: 14px; overflow: hidden }
.hot_articles dd a { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.hot_articles .hot_recommend dd a { width: 49%; padding-right: 1%; float: left; }
.hot_articles .hot_notice dd a { padding-right: 1%; }
.hot_articles span.tit { color: #f70; margin-right: 6px }
.hot_articles .hot_notice { border: none }
.hot_articles .line { padding: 0 14px; color: #eee }
.rightBox { width: 240px; float: right; /*border: 1px solid #EAEAEA;*/ position: relative }
.rightBox .title, .wrap_right_cont .title { /*height: 48px; margin: 0 14px;*/ border-bottom: 1px solid #e0e0e0 }
.rightBox .title h3, .wrap_right_cont .title h3 { line-height: 1; padding-bottom: 14px; display: inline-block; font-size: 20px; font-weight: 600; /*border-bottom: 4px solid transparent*/ }
/*.rightBox .title h3.on { border-color: #f80 }*/
.rightList ul { padding: 0 }
.rightList li { /*border-bottom: 1px dotted #e0e0e0; height: 37px; line-height: 37px;*/ overflow: hidden; position: relative; vertical-align: middle }
.rightList li:last-child { border: none }
.rightList .book_name { font-size: 14px; height: 34px; line-height: 34px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.rightList .book_intro { background: #f7f7f7; border: 1px solid #eee; clear: both; padding: 8px; word-break: break-all; zoom: 1; overflow: hidden; display: none }
.rightList .cover, .rightList .book_intro .txt { display: none }
.rightList li.on { height: auto; padding: 4px 0; border: none }
.rightList li.on .book_intro { display: block }
.rightList li.on .cover { float: left; display: block }
.rightList li.on .cover img { width: 60px; height: auto; background: #f6f6f6; margin-right: 9px }
.rightList li.on .book_intro .name { line-height: 26px; height: 26px; display: block; overflow: hidden }
.rightList_nobor ul { padding: 4px 14px 10px }
.rightList_nobor li { height: auto; padding: 10px 0!important; border: none }
.book_intro .author { color: #999; display: block; line-height: 30px }
.book_intro .class { color: #999; display: block; line-height: 1 }
.rightList .on .book_intro .txt { height: 72px; line-height: 1.5; color: #808080; overflow: hidden; display: block }
.rightList li i, .rankTable .rank i { width: 17px; height: 17px; line-height: 17px; text-align: center; background-color: #999; color: #fff; vertical-align: middle; display: inline-block; font-size: 12px; }
.rightList li i { float: left; margin: 8px 7px 0 0; }
.rankTable .rank i { margin: 1px 1px 0 }
/*.rightList li.on i { position: absolute; top: 12px; left: 0; margin: 0; display:none }*/
.rightList li.num1 i, .rankTable .rank .num1 { background-color: #fc7403 }
.rightList li.num2 i, .rankTable .rank .num2 { background-color: #f79415 }
.rightList li.num3 i, .rankTable .rank .num3 { background-color: #ffa95e }
.rightList li.num1 i,.rightList li.num2 i,.rightList li.num3 i { display:block }
/*.rightList .more{ margin: 1px 0; height: 34px; line-height: 34px; border-radius: 1px; background-color: #f7f7f7; text-align: center }
.rightList .more a{ display: block; color: #666 }*/
.leftBox .title { border-bottom: 1px solid #e9e9e9 }
.leftBox .title h2 { line-height: 1; padding-bottom: 14px; display: inline-block; font-size: 20px; font-weight: 600; /*border-bottom: 4px solid transparent*/ }
.picRecommend { width: 720px; padding: 12px 0 0 }
.itemsList { width: 50%; float: left; padding: 17px 0 }
.itemsList .items_img { float: left; margin-right: 14px }
.itemsList .items_img img { width: 96px; height: 120px; background: #f6f6f6 }
.items_txt { width: 230px; float: left; /*padding-right: 20px;*/ }
.items_txt h4 { height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: keep-all; margin-bottom: 8px; font-size: 16px; font-weight: normal }
.items_txt .author { margin: 8px 0 }
.items_txt .author a { color: #a6a6a6 }
.items_txt .intro { margin-top: 8px; line-height: 1.5; height: 54px; overflow: hidden }
.searchTipBar { color: #333; font-size: 14px; padding: 1px 7px 16px 7px }
.leftBox .updateTable { width: 718px; }
.updateTable { color: #999 }
.updateTable table { width: 100%; margin-bottom: 14px; }
.updateTable th, .updateTable td { height: 41px; line-height: 41px; vertical-align: middle; padding-left: 1px; text-align: left }
.updateTable th { font-weight: normal; font-size: 14px; }
.updateTable td { border-top: 1px solid #eee }
.updateTable .style { width: 74px; font-size: 14px; }
.updateTable .name { width: 192px; padding-right: 10px; font-size: 14px; }
.updateTable .name a, .updateTable .chapter a { max-width: 168px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: keep-all }
.updateTable .chapter { padding-right: 5px }
.updateTable .chapter a { max-width: 200px; float: left; color: #666 }
.updateTable .author { width: 82px; text-align: left }
.updateTable .time { width: 100px; text-align: center }
.updateTable .word { width: 60px; padding-right: 10px; text-align: right }
.updateTable .rank { width: 2.5em; padding-right: 10px; text-align: center }
.updateTable .name a, .updateTable .chapter a, .updateTable .author a { height: 41px; line-height: 41px; display: inline-block; overflow: hidden }
.rankBox { padding-bottom: 14px; height: auto!important }
.rankTable th { background: #f9f9f9; color: #333 }
.rankTable td { border: none; height: 40px; line-height: 40px }
.rankTable tr:nth-child(2n) td { background: #fafafa }
.rankTable .chapter a { max-width: 176px }
.classTable { font-size: 14px }
.classTable .rank { width: 60px; }
.classTable .rank i { float: inherit; margin: 0; color: #fff }
.classTable .style { width: 100px; }
.classTable .name { width: 250px; }
.classTable .name a, .classTable .chapter a { max-width: 90% }
.classTable .author { width: 120px }
.classTable .word { width: 80px; padding-right: 15px }
.rightBox2 { width: 266px; float: right; border: 1px solid #EAEAEA; position: relative; overflow: hidden }
.rightBox2 .title h3 { height: 45px; line-height: 48px; padding: 0 30px; font-size: 18px; font-weight: normal; color: #ff758f; border-bottom: 4px solid #ff758f }
.rightList2 li { vertical-align: middle }
.rightList2 li a { display: block; /*padding: 0 30px;*/ height: 47px; line-height: 47px; font-size: 16px; overflow: hidden; border-top: 1px dotted #eee; }
.rightList2 li:first-child a { border: none }
.rightList2 li a.on, .rightList2 li a:hover { color: #f70 }
.so_tag { /*padding: 4px 14px 0;*/ font-size: 14px; padding: 5px 0 }
.so_tag li { padding: 0 0 24px; /*border-bottom: 1px solid #eee*/ }
.so_tag li:last-child { padding: 0 0 4px }
.so_tag li .tit, .so_tag li a { line-height: 1; padding: 3px 7px; margin-right: 12px }
.so_tag li .tit { color: #999 }
.so_tag li a.on, .so_tag li a:hover { color: #f70 }
.so_tag li .so_girl { display: inline-block }
.so_tag li .so_boy { display: inline-block/*; margin: 8px 0 0 140px;*/ }
/*.payBox { width: 998px; border: 1px solid #eaeaea }*/
.payHead { height: 36px; line-height: 36px; padding: 20px 0 30px; margin: 0 24px; font-size: 16px; border-bottom: 1px solid #eaeaea }
.payHead .user_name { margin-right: 25px }
.payHead .btn_gray { font-size: 14px; padding: 10px 20px; margin-left: 20px }
.payFoot { line-height: 2.4; padding: 30px 0 40px; margin: 0 24px; font-size: 13px; color: #999; border-top: 1px solid #eee; }
.payCon { margin: 0 24px }
.payCon h5 { font-size: 16px; font-weight: normal; padding: 28px 0 2px }
.pay_way { padding-bottom: 5px }
.pay_way li { width: 196px; text-align: center; border: 2px solid #eee; border-radius: 4px; margin: 20px 26px 3px 0; float: left; cursor: pointer; line-height: 1 }
.pay_way li.on { border-color: #f80 }
.pay_way li .pay_pic { width: 180px; margin: 12px auto; }
.pay_way li strong { font-size: 24px; display: block; line-height: 1; padding: 20px 0 5px }
.pay_way li .pay_mn { display: table-cell; width: 196px; height: 40px; vertical-align: middle; line-height: 1.2; padding-bottom: 12px; font-size: 14px; text-align: center }
.pay_way li .pay_mn em.red { display: block }
.pay_Checkout { padding: 20px 0; font-size: 14px; line-height: 1.8; }
.pay_Checkout .btn_red { margin: 20px 0; }
.payResultBox { padding: 90px 40px 160px; text-align: center }
.payResultBox h3 { font-size: 38px; line-height: 1; padding-bottom: 30px; }
.payResultBox .list { display: inline-block; padding-bottom: 15px;}
.payResultBox .list li { font-size: 16px; line-height: 36px }
.payResultImg { width: 60px;
margin-right: 12px;
vertical-align: middle; }
/*.bookCover, .reply_bar { padding: 14px }*/
.bookCover .book_cover { width: 200px; display: block; height: auto; margin-right: 25px; float: left; position: relative; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,.3), 0 0 5px #f9f2e9 inset; transition: color .3s,background-color .3s,border .3s;
}
.bookCover .cover { width: 100%; height: 100%; background: #f6f6f6;
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-ms-transition: -ms-transform .3s ease-out;
transition: transform .3s ease-out;
}
.bookCover .cover:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05) }
.book_info { width: 755px; float: left }
.book_info h1 { font-size: 25px; display: inline-block; line-height: 1; }
.book_info .author { font-size: 14px; margin-left: 20px; color: #444 }
.book_info .list { padding: 15px 0 20px }
.book_info .list li { line-height: 26px; color: #666 }
.book_info .list li .item { width: 20%; display: inline-block }
/*目录页*/
.book_info1 { text-align: center; padding: 10px 0 15px }
.book_info1 .tit { padding: 10px 0 20px }
.book_info1 h1 { font-size: 28px; display: inline-block }
.book_info1 .list { padding: 5px 0; font-size: 14px }
.book_info1 .list li { line-height: 26px; color: #999 }
.book_info1 .list li span { display: inline-block; margin: 0 15px }
.dirWrap { padding-bottom: 30px }
.dirWrap h3 { padding-left: 6px; font-size: 14px; background: #f9f9f9; height: 40px; line-height: 40px; font-weight: normal; position: relative; cursor: pointer; margin: 0 0 5px; border-radius: 3px }
.dirList { overflow: hidden; padding-bottom: 20px }
.dirList li { float: left; width: 265px; padding-left: 5px; padding-right: 30px; height: 40px; line-height: 40px; overflow: hidden; border-bottom: 1px dotted #ddd; *zoom:1; font-size: 14px
}
.dirList li a { float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }
.dirList li i.red { padding-left: 5px }
.book_info .intro_txt { height: 96px; min-height: 96px; line-height: 24px; font-size: 14px; position: relative; margin-bottom: 26px; overflow: hidden }
.book_info .intro_txt em.black9 { font-weight: bold; color: #333; display: block; }
/*.book_info .intro_txt p { text-indent:2em }*/
.icon_show, .icon_hide { display:inline-block; color:#2972cc; height: 24px; padding:0 2px 0 10px; text-indent: 0; text-align: center; font-size: 12px; position: absolute; right: 0; bottom: 0; background: #fff }
.icon_show i, .icon_hide i { display:inline-block; width:12px; height:12px; background:url(../images/icon_dt.png) no-repeat 0 2px; margin-right: 4px; *vertical-align:middle }
.icon_hide i { background-position:-12px 2px }
.icon_hide { display: none }
.btns .btn_red, .btns .btn_ora, .btns .btn_addsj { margin-right: 24px }
.book_tit { /*height: 48px; line-height: 48px; margin: 0 14px;*/ border-bottom: 1px solid #eee; overflow: hidden; padding-bottom: 14px; line-height: 1.2 }
.book_tit .fl { font-size: 14px; color: #666 }
.book_tit .fl h3 { font-size: 20px; color: #333; margin-right: 5px; display: inline }
.book_tit .fr { font-size: 13px }
.bookChapter .list { padding: 8px 0 }
.bookChapter .list li { line-height: 36px; overflow: hidden }
.zj_yl { color: #999; font-size: 13px }
/*.bookChapter .list li .zj { width: 50%; float: left }
.bookChapter .list li .zj_1 a { color: #f60 }*/
/*.commentBar { padding: 0 14px }*/
.comment_list { padding: 20px 0; border-bottom: 1px solid #eee }
.comment_list:last-child { border: none }
.comment_list .user_heads { /*width: 54px; height: 54px; float: left;*/ position:relative; margin-right: 20px }
.comment_list .user_head { width: 50px; height: 50px; border-radius: 50%; background: #f6f6f6 }
.comment_list .user_heads span { display: block; margin: 0; position: absolute; left: 12px; bottom: 0 }
.comment_list ul { width: 640px }
.comment_list .li_0 { font-family: "宋体" }
.comment_list .li_0 strong { font-size: 14px; color: #f00 }
.comment_list .li_1 { overflow: hidden }
.comment_list .user_name { color: #ed4259 }
.comment_list .li_2 { padding: 6px 0 }
.comment_list .li_3 { color: #999 }
.comment_list .reply { padding-left: 12px }
.comment_list .num { color: #ed4259; margin: 0 3px }
.comment_list .li_4 { line-height: 34px; padding-top: 8px; margin-top: 15px; border-top: 1px solid #eaeaea }
.no_comment { padding: 70px 14px 115px; color: #CCCCCC; text-align: center; font-size: 14px; }
.pl_bar li { display: block }
.pl_bar .name { color: #666; padding-top: 2px; font-size: 14px }
.pl_bar .dec { font-size: 14px; line-height: 1.8; padding: 12px 0 }
.pl_bar .other { line-height: 24px; color: #999; font-size: 13px }
.pl_bar .other a { display: inline-block; color: #999 }
.pl_bar .reply { padding-left: 22px; background: url(../images/icon_reply.png) no-repeat 0 2px }
.reply_bar .tit { line-height: 52px; font-size: 13px }
.replay_text { width: 100%; height: 110px; border: 1px solid #eaeaea; border-radius: 5px; padding: 10px; box-sizing: border-box; font-size: 14px; box-shadow: 0 0 4px 2px hsla(0,0%,92%,.35); }
.replay_text:hover { background: #fff }
.reply_btn { padding: 17px 0 19px; overflow: hidden }
.reply_bar .reply_btn { padding-bottom: 4px }
.reply_btn .btn_red { padding: 10px 20px; font-size: 14px }
.reply_btn .fr { margin-top: 8px }
.write_bar { padding: 1rem 0; margin: 0 1rem }
.write_comment { padding: 1rem; background: #f6f6f6; min-height: 16rem }
.write_comment .text { width: 100%; min-height: 10rem; border: 1px solid #ddd; font-size: 0.875rem; line-height: 1.8; margin-bottom: 1rem }
.book_comment_tit { font-size: 24px; padding: 20px 15px 10px 15px }
.page_bar { padding: 1rem 0; margin: 0 1rem; border-top: 1px solid #eee }
.page_bar li { width: 33.3%; float: left; text-align: center }
.page_bar li a, .page_bar li .select_page { display: block; height: 2rem; line-height: 2rem; font-size: 0.875rem; border: 1px solid #eee; background: #fff; box-sizing: border-box }
.page_bar .previous a { margin-right: 1rem }
.page_bar .next a { margin-left: 1rem }
.page_bar li .select_page { width: 100% }
.icon_jh, .icon_zd { text-align: center; margin: 2px 5px 0 0; color: #fff; font-size: 12px; padding: 3px 3px; line-height: 1; display: inline-block; background: #ed4259; border-radius: 2px }
.icon_zd { background: #4a90e2 }
.hot_notice span, .items_txt .intro a, .updateTable .author a, .updateTable .style a, .updateTable .time a, .updateTable th { color: #888 }
.items_txt .intro a:hover, .rightList .more a:hover, .updateTable .style a:hover, .rightList .on .book_intro .txt:hover { color: #4a90e2 } /*LJohn #f70*/
.icon_show:hover, .icon_hide:hover { color: #2972cc }
.channelChapterlist { min-height: 600px } | src/assets/css/main.css | @charset "UTF-8";
.items_txt .author a, .updateTable .author a { cursor: text }
.friend_link { padding: 12px 0 0; line-height: 2.4; text-align: center }
.friend_link a { margin: 0 10px; display: inline-block }
/*.leftBox, .rightBox, .rightBox2 { margin-bottom: 14px }
.channelBanner .leftBox, .channelBanner .rightBox { height: 334px; overflow: hidden }*/
.channelPic .leftBox, .channelPic .rightBox { /*height: 515px; */overflow: hidden }
.channelTable .leftBox { /*height: 1046px;*/ overflow: hidden }
.scBigImg img, .rightList li.on .cover img, .itemsList .items_img img { box-shadow: 0 0 1px rgba(0,0,0,.05) }
/*.scBigImg:hover img, .rightList li.on .cover a:hover img, .itemsList .items_img:hover img { box-shadow: 0 0 1px rgb(0,0,0,.25) }*/
.leftBox { width: 720px; float: left; /*border: 1px solid #EAEAEA*/ }
.sliderContent { width: 306px; float: left; /*margin: 16px 0 16px 14px;*/ position: relative }
.scSmallImg { position: absolute; top: 0px; right: 0px; /*height: 335px*/ }
.scSmallImg li { height: 65px; margin-bottom: 8px; border: 2px solid #fff }
.scSmallImg li.on { border: 2px solid #FF7800 }
.scSmallImg img { width: auto; height: 65px; cursor: pointer; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6 }
.scSmallImg li.on img { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1 }
.scBigImg dd { display: none }
.scBigImg dd.on { display: block }
.scBigImg img { width: 240px; height: 300px; background: #f6f6f6 }
.hot_articles { width: 396px; float: right; padding: 0 2px }
.hot_articles dl { padding: 0 4px 8px; border-bottom: 1px dotted #eae6e2 }
.hot_articles .hot_recommend { margin-bottom: 12px; }
.hot_articles dt { /*height: 40px; line-height: 40px;*/ padding-bottom: 7px; text-align: center; font-size: 16px; font-weight: 600; line-height: 1.8 }
.hot_articles dt a { color: #F70 }
.hot_articles dd { line-height: 30px; font-size: 14px; overflow: hidden }
.hot_articles dd a { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.hot_articles .hot_recommend dd a { width: 49%; padding-right: 1%; float: left; }
.hot_articles .hot_notice dd a { padding-right: 1%; }
.hot_articles span.tit { color: #f70; margin-right: 6px }
.hot_articles .hot_notice { border: none }
.hot_articles .line { padding: 0 14px; color: #eee }
.rightBox { width: 240px; float: right; /*border: 1px solid #EAEAEA;*/ position: relative }
.rightBox .title, .wrap_right_cont .title { /*height: 48px; margin: 0 14px;*/ border-bottom: 1px solid #e0e0e0 }
.rightBox .title h3, .wrap_right_cont .title h3 { line-height: 1; padding-bottom: 14px; display: inline-block; font-size: 20px; font-weight: 600; /*border-bottom: 4px solid transparent*/ }
/*.rightBox .title h3.on { border-color: #f80 }*/
.rightList ul { padding: 0 }
.rightList li { /*border-bottom: 1px dotted #e0e0e0; height: 37px; line-height: 37px;*/ overflow: hidden; position: relative; vertical-align: middle }
.rightList li:last-child { border: none }
.rightList .book_name { font-size: 14px; height: 34px; line-height: 34px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.rightList .book_intro { background: #f7f7f7; border: 1px solid #eee; clear: both; padding: 8px; word-break: break-all; zoom: 1; overflow: hidden; display: none }
.rightList .cover, .rightList .book_intro .txt { display: none }
.rightList li.on { height: auto; padding: 4px 0; border: none }
.rightList li.on .book_intro { display: block }
.rightList li.on .cover { float: left; display: block }
.rightList li.on .cover img { width: 60px; height: auto; background: #f6f6f6; margin-right: 9px }
.rightList li.on .book_intro .name { line-height: 26px; height: 26px; display: block; overflow: hidden }
.rightList_nobor ul { padding: 4px 14px 10px }
.rightList_nobor li { height: auto; padding: 10px 0!important; border: none }
.book_intro .author { color: #999; display: block; line-height: 30px }
.book_intro .class { color: #999; display: block; line-height: 1 }
.rightList .on .book_intro .txt { height: 72px; line-height: 1.5; color: #808080; overflow: hidden; display: block }
.rightList li i, .rankTable .rank i { width: 17px; height: 17px; line-height: 17px; text-align: center; background-color: #999; color: #fff; vertical-align: middle; display: inline-block; font-size: 12px; }
.rightList li i { float: left; margin: 8px 7px 0 0; }
.rankTable .rank i { margin: 1px 1px 0 }
/*.rightList li.on i { position: absolute; top: 12px; left: 0; margin: 0; display:none }*/
.rightList li.num1 i, .rankTable .rank .num1 { background-color: #fc7403 }
.rightList li.num2 i, .rankTable .rank .num2 { background-color: #f79415 }
.rightList li.num3 i, .rankTable .rank .num3 { background-color: #ffa95e }
.rightList li.num1 i,.rightList li.num2 i,.rightList li.num3 i { display:block }
/*.rightList .more{ margin: 1px 0; height: 34px; line-height: 34px; border-radius: 1px; background-color: #f7f7f7; text-align: center }
.rightList .more a{ display: block; color: #666 }*/
.leftBox .title { border-bottom: 1px solid #e9e9e9 }
.leftBox .title h2 { line-height: 1; padding-bottom: 14px; display: inline-block; font-size: 20px; font-weight: 600; /*border-bottom: 4px solid transparent*/ }
.picRecommend { width: 720px; padding: 12px 0 0 }
.itemsList { width: 50%; float: left; padding: 17px 0 }
.itemsList .items_img { float: left; margin-right: 14px }
.itemsList .items_img img { width: 96px; height: 120px; background: #f6f6f6 }
.items_txt { width: 230px; float: left; /*padding-right: 20px;*/ }
.items_txt h4 { height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: keep-all; margin-bottom: 8px; font-size: 16px; font-weight: normal }
.items_txt .author { margin: 8px 0 }
.items_txt .author a { color: #a6a6a6 }
.items_txt .intro { margin-top: 8px; line-height: 1.5; height: 54px; overflow: hidden }
.searchTipBar { color: #333; font-size: 14px; padding: 1px 7px 16px 7px }
.leftBox .updateTable { width: 718px; }
.updateTable { color: #999 }
.updateTable table { width: 100%; margin-bottom: 14px; }
.updateTable th, .updateTable td { height: 41px; line-height: 41px; vertical-align: middle; padding-left: 1px; text-align: left }
.updateTable th { font-weight: normal; font-size: 14px; }
.updateTable td { border-top: 1px solid #eee }
.updateTable .style { width: 74px; font-size: 14px; }
.updateTable .name { width: 192px; padding-right: 10px; font-size: 14px; }
.updateTable .name a, .updateTable .chapter a { max-width: 168px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: keep-all }
.updateTable .chapter { padding-right: 5px }
.updateTable .chapter a { max-width: 200px; float: left; color: #666 }
.updateTable .author { width: 82px; text-align: left }
.updateTable .time { width: 100px; text-align: center }
.updateTable .word { width: 60px; padding-right: 10px; text-align: right }
.updateTable .rank { width: 2.5em; padding-right: 10px; text-align: center }
.updateTable .name a, .updateTable .chapter a, .updateTable .author a { height: 41px; line-height: 41px; display: inline-block; overflow: hidden }
.rankBox { padding-bottom: 14px; height: auto!important }
.rankTable th { background: #f9f9f9; color: #333 }
.rankTable td { border: none; height: 40px; line-height: 40px }
.rankTable tr:nth-child(2n) td { background: #fafafa }
.rankTable .chapter a { max-width: 176px }
.classTable { font-size: 14px }
.classTable .rank { width: 60px; }
.classTable .rank i { float: inherit; margin: 0; color: #fff }
.classTable .style { width: 100px; }
.classTable .name { width: 250px; }
.classTable .name a, .classTable .chapter a { max-width: 90% }
.classTable .author { width: 120px }
.classTable .word { width: 80px; padding-right: 15px }
.rightBox2 { width: 266px; float: right; border: 1px solid #EAEAEA; position: relative; overflow: hidden }
.rightBox2 .title h3 { height: 45px; line-height: 48px; padding: 0 30px; font-size: 18px; font-weight: normal; color: #ff758f; border-bottom: 4px solid #ff758f }
.rightList2 li { vertical-align: middle }
.rightList2 li a { display: block; /*padding: 0 30px;*/ height: 47px; line-height: 47px; font-size: 16px; overflow: hidden; border-top: 1px dotted #eee; }
.rightList2 li:first-child a { border: none }
.rightList2 li a.on, .rightList2 li a:hover { color: #f70 }
.so_tag { /*padding: 4px 14px 0;*/ font-size: 14px; padding: 5px 0 }
.so_tag li { padding: 0 0 24px; /*border-bottom: 1px solid #eee*/ }
.so_tag li:last-child { padding: 0 0 4px }
.so_tag li .tit, .so_tag li a { line-height: 1; padding: 3px 7px; margin-right: 12px }
.so_tag li .tit { color: #999 }
.so_tag li a.on, .so_tag li a:hover { color: #f70 }
.so_tag li .so_girl { display: inline-block }
.so_tag li .so_boy { display: inline-block/*; margin: 8px 0 0 140px;*/ }
/*.payBox { width: 998px; border: 1px solid #eaeaea }*/
.payHead { height: 36px; line-height: 36px; padding: 20px 0 30px; margin: 0 24px; font-size: 16px; border-bottom: 1px solid #eaeaea }
.payHead .user_name { margin-right: 25px }
.payHead .btn_gray { font-size: 14px; padding: 10px 20px; margin-left: 20px }
.payFoot { line-height: 2.4; padding: 30px 0 40px; margin: 0 24px; font-size: 13px; color: #999; border-top: 1px solid #eee; }
.payCon { margin: 0 24px }
.payCon h5 { font-size: 16px; font-weight: normal; padding: 28px 0 2px }
.pay_way { padding-bottom: 5px }
.pay_way li { width: 196px; text-align: center; border: 2px solid #eee; border-radius: 4px; margin: 20px 26px 3px 0; float: left; cursor: pointer; line-height: 1 }
.pay_way li.on { border-color: #f80 }
.pay_way li .pay_pic { width: 180px; margin: 12px auto; }
.pay_way li strong { font-size: 24px; display: block; line-height: 1; padding: 20px 0 5px }
.pay_way li .pay_mn { display: table-cell; width: 196px; height: 40px; vertical-align: middle; line-height: 1.2; padding-bottom: 12px; font-size: 14px; text-align: center }
.pay_way li .pay_mn em.red { display: block }
.pay_Checkout { padding: 20px 0; font-size: 14px; line-height: 1.8; }
.pay_Checkout .btn_red { margin: 20px 0; }
.payResultBox { padding: 90px 40px 160px; text-align: center }
.payResultBox h3 { font-size: 38px; line-height: 1; padding-bottom: 30px; }
.payResultBox .list { display: inline-block; padding-bottom: 15px;}
.payResultBox .list li { font-size: 16px; line-height: 36px }
.payResultImg { width: 60px;
margin-right: 12px;
vertical-align: middle; }
/*.bookCover, .reply_bar { padding: 14px }*/
.bookCover .book_cover { width: 200px; display: block; height: auto; margin-right: 25px; float: left; position: relative; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,.3), 0 0 5px #f9f2e9 inset; transition: color .3s,background-color .3s,border .3s;
}
.bookCover .cover { width: 100%; height: 100%; background: #f6f6f6;
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-ms-transition: -ms-transform .3s ease-out;
transition: transform .3s ease-out;
}
.bookCover .cover:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05) }
.book_info { width: 755px; float: left }
.book_info h1 { font-size: 25px; display: inline-block; line-height: 1; }
.book_info .author { font-size: 14px; margin-left: 20px; color: #444 }
.book_info .list { padding: 15px 0 20px }
.book_info .list li { line-height: 26px; color: #666 }
.book_info .list li .item { width: 20%; display: inline-block }
/*目录页*/
.book_info1 { text-align: center; padding: 10px 0 15px }
.book_info1 .tit { padding: 10px 0 20px }
.book_info1 h1 { font-size: 28px; display: inline-block }
.book_info1 .list { padding: 5px 0; font-size: 14px }
.book_info1 .list li { line-height: 26px; color: #999 }
.book_info1 .list li span { display: inline-block; margin: 0 15px }
.dirWrap { padding-bottom: 30px }
.dirWrap h3 { padding-left: 6px; font-size: 14px; background: #f9f9f9; height: 40px; line-height: 40px; font-weight: normal; position: relative; cursor: pointer; margin: 0 0 5px; border-radius: 3px }
.dirList { overflow: hidden; padding-bottom: 20px }
.dirList li { float: left; width: 265px; padding-left: 5px; padding-right: 30px; height: 40px; line-height: 40px; overflow: hidden; border-bottom: 1px dotted #ddd; *zoom:1; font-size: 14px
}
.dirList li a { float: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap }
.dirList li i.red { padding-left: 5px }
.book_info .intro_txt { height: 96px; min-height: 96px; line-height: 24px; font-size: 14px; position: relative; margin-bottom: 26px; overflow: hidden }
.book_info .intro_txt em.black9 { font-weight: bold; color: #333; display: block; }
/*.book_info .intro_txt p { text-indent:2em }*/
.icon_show, .icon_hide { display:inline-block; color:#2972cc; height: 24px; padding:0 2px 0 10px; text-indent: 0; text-align: center; font-size: 12px; position: absolute; right: 0; bottom: 0; background: #fff }
.icon_show i, .icon_hide i { display:inline-block; width:12px; height:12px; background:url(../images/icon_dt.png) no-repeat 0 2px; margin-right: 4px; *vertical-align:middle }
.icon_hide i { background-position:-12px 2px }
.icon_hide { display: none }
.btns .btn_red, .btns .btn_ora, .btns .btn_addsj { margin-right: 24px }
.book_tit { /*height: 48px; line-height: 48px; margin: 0 14px;*/ border-bottom: 1px solid #eee; overflow: hidden; padding-bottom: 14px; line-height: 1.2 }
.book_tit .fl { font-size: 14px; color: #666 }
.book_tit .fl h3 { font-size: 20px; color: #333; margin-right: 5px; display: inline }
.book_tit .fr { font-size: 13px }
.bookChapter .list { padding: 8px 0 }
.bookChapter .list li { line-height: 36px; overflow: hidden }
.zj_yl { color: #999; font-size: 13px }
/*.bookChapter .list li .zj { width: 50%; float: left }
.bookChapter .list li .zj_1 a { color: #f60 }*/
/*.commentBar { padding: 0 14px }*/
.comment_list { padding: 20px 0; border-bottom: 1px solid #eee }
.comment_list:last-child { border: none }
.comment_list .user_heads { /*width: 54px; height: 54px; float: left;*/ position:relative; margin-right: 20px }
.comment_list .user_head { width: 50px; height: 50px; border-radius: 50%; background: #f6f6f6 }
.comment_list .user_heads span { display: block; margin: 0; position: absolute; left: 12px; bottom: 0 }
.comment_list ul { width: 640px }
.comment_list .li_0 { font-family: "宋体" }
.comment_list .li_0 strong { font-size: 14px; color: #f00 }
.comment_list .li_1 { overflow: hidden }
.comment_list .user_name { color: #ed4259 }
.comment_list .li_2 { padding: 6px 0 }
.comment_list .li_3 { color: #999 }
.comment_list .reply { padding-left: 12px }
.comment_list .num { color: #ed4259; margin: 0 3px }
.comment_list .li_4 { line-height: 34px; padding-top: 8px; margin-top: 15px; border-top: 1px solid #eaeaea }
.no_comment { padding: 70px 14px 115px; color: #CCCCCC; text-align: center; font-size: 14px; }
.pl_bar li { display: block }
.pl_bar .name { color: #666; padding-top: 2px; font-size: 14px }
.pl_bar .dec { font-size: 14px; line-height: 1.8; padding: 12px 0 }
.pl_bar .other { line-height: 24px; color: #999; font-size: 13px }
.pl_bar .other a { display: inline-block; color: #999 }
.pl_bar .reply { padding-left: 22px; background: url(../images/icon_reply.png) no-repeat 0 2px }
.reply_bar .tit { line-height: 52px; font-size: 13px }
.replay_text { width: 100%; height: 110px; border: 1px solid #eaeaea; border-radius: 5px; padding: 10px; box-sizing: border-box; font-size: 14px; box-shadow: 0 0 4px 2px hsla(0,0%,92%,.35); }
.replay_text:hover { background: #fff }
.reply_btn { padding: 17px 0 19px; overflow: hidden }
.reply_bar .reply_btn { padding-bottom: 4px }
.reply_btn .btn_red { padding: 10px 20px; font-size: 14px }
.reply_btn .fr { margin-top: 8px }
.write_bar { padding: 1rem 0; margin: 0 1rem }
.write_comment { padding: 1rem; background: #f6f6f6; min-height: 16rem }
.write_comment .text { width: 100%; min-height: 10rem; border: 1px solid #ddd; font-size: 0.875rem; line-height: 1.8; margin-bottom: 1rem }
.book_comment_tit { font-size: 24px; padding: 20px 15px 10px 15px }
.page_bar { padding: 1rem 0; margin: 0 1rem; border-top: 1px solid #eee }
.page_bar li { width: 33.3%; float: left; text-align: center }
.page_bar li a, .page_bar li .select_page { display: block; height: 2rem; line-height: 2rem; font-size: 0.875rem; border: 1px solid #eee; background: #fff; box-sizing: border-box }
.page_bar .previous a { margin-right: 1rem }
.page_bar .next a { margin-left: 1rem }
.page_bar li .select_page { width: 100% }
.icon_jh, .icon_zd { text-align: center; margin: 2px 5px 0 0; color: #fff; font-size: 12px; padding: 3px 3px; line-height: 1; display: inline-block; background: #ed4259; border-radius: 2px }
.icon_zd { background: #4a90e2 }
.hot_notice span, .items_txt .intro a, .updateTable .author a, .updateTable .style a, .updateTable .time a, .updateTable th { color: #888 }
.items_txt .intro a:hover, .rightList .more a:hover, .updateTable .style a:hover, .rightList .on .book_intro .txt:hover { color: #4a90e2 } /*LJohn #f70*/
.icon_show:hover, .icon_hide:hover { color: #2972cc }
.channelChapterlist { min-height: 600px } | 0.498535 | 0.18543 |
padding: 0 0.16rem;
display: flex;
flex-direction: row;
justify-content: space-between;
width: calc(100% - 0.32rem);
height: 0.56rem;
line-height: 0.56rem;
border-bottom: 1px solid rgba(173,181,189,0.4);
}
#menu-outer .menu-list-icon {
display: inline-block;
line-height: 0.56rem;
cursor: pointer;
}
#menu-outer #menu-inner.min-menu-inner {
position: absolute;
top: 0.56rem;
left: 0;
display: block;
width: 100%;
height: 0;
overflow-y: auto;
background: rgba(0,0,0,0.6);
transition: $transition-delay;
z-index: 99;
opacity: 0;
}
#menu-outer #menu-inner.min-menu-inner .menu-item {
display: block;
height: 0.56rem;
line-height: 0.56rem;
position: relative;
padding: 0 0.16rem;
font-size: 0.16rem;
font-weight: bolder;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner .menu-item:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0.02rem;
background: $color-theme;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner .menu-item:hover {
color: $color-theme;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner .menu-item:hover:after {
width: 100%;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner.show-min-menu-inner {
display: block;
height: calc(100vh - 0.56rem);
transition: $transition-delay;
opacity: 1;
}
#menu-outer .right-info .search {
cursor: pointer;
position: relative;
font-weight: bolder;
transition: $transition-delay;
}
#menu-outer .right-info .search:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 0;
height: 0.02rem;
background: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .search:hover {
color: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .search:hover:after {
left: 0;
width: 100%;
transition: $transition-delay;
}
#menu-outer .right-info .search .fas {
font-size: 0.12rem;
}
#menu-outer .right-info .title-name {
margin-left: 0.16rem;
position: relative;
font-weight: bolder;
transition: $transition-delay;
}
#menu-outer .right-info .title-name:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 0;
height: 0.02rem;
background: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .title-name:hover {
color: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .title-name:hover:after {
left: 0;
width: 100%;
transition: $transition-delay;
}
#menu-outer .right-info #now-time {
display: inline-block;
margin-left: 0.16rem;
text-align: right;
} | css/min_screen_layout/header.css | padding: 0 0.16rem;
display: flex;
flex-direction: row;
justify-content: space-between;
width: calc(100% - 0.32rem);
height: 0.56rem;
line-height: 0.56rem;
border-bottom: 1px solid rgba(173,181,189,0.4);
}
#menu-outer .menu-list-icon {
display: inline-block;
line-height: 0.56rem;
cursor: pointer;
}
#menu-outer #menu-inner.min-menu-inner {
position: absolute;
top: 0.56rem;
left: 0;
display: block;
width: 100%;
height: 0;
overflow-y: auto;
background: rgba(0,0,0,0.6);
transition: $transition-delay;
z-index: 99;
opacity: 0;
}
#menu-outer #menu-inner.min-menu-inner .menu-item {
display: block;
height: 0.56rem;
line-height: 0.56rem;
position: relative;
padding: 0 0.16rem;
font-size: 0.16rem;
font-weight: bolder;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner .menu-item:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0.02rem;
background: $color-theme;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner .menu-item:hover {
color: $color-theme;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner .menu-item:hover:after {
width: 100%;
transition: $transition-delay;
}
#menu-outer #menu-inner.min-menu-inner.show-min-menu-inner {
display: block;
height: calc(100vh - 0.56rem);
transition: $transition-delay;
opacity: 1;
}
#menu-outer .right-info .search {
cursor: pointer;
position: relative;
font-weight: bolder;
transition: $transition-delay;
}
#menu-outer .right-info .search:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 0;
height: 0.02rem;
background: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .search:hover {
color: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .search:hover:after {
left: 0;
width: 100%;
transition: $transition-delay;
}
#menu-outer .right-info .search .fas {
font-size: 0.12rem;
}
#menu-outer .right-info .title-name {
margin-left: 0.16rem;
position: relative;
font-weight: bolder;
transition: $transition-delay;
}
#menu-outer .right-info .title-name:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 0;
height: 0.02rem;
background: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .title-name:hover {
color: $color-theme;
transition: $transition-delay;
}
#menu-outer .right-info .title-name:hover:after {
left: 0;
width: 100%;
transition: $transition-delay;
}
#menu-outer .right-info #now-time {
display: inline-block;
margin-left: 0.16rem;
text-align: right;
} | 0.263505 | 0.040807 |
[1. Global Styles]
------------------------------------------------------------*/
html,
body {
font-size: 13px;
width: 100%;
height: 100%;
}
html {
overflow-x: hidden;
}
body {
background-color: #F4F7FC;
font-weight: normal;
color: #384C6D;
line-height: 1.6;
}
a,
a:hover {
color: #023b68;
}
p {
line-height: 1.6;
}
small {
font-size: 80%;
font-weight: 400;
}
menu {
padding-left: 0px;
}
body,
span,
text,
a {
font-family: 'Poppins', sans-serif;
}
a:hover,
a:active,
a:focus {
outline: none!important;
text-decoration: none!important;
}
b,
strong,
.bold {
font-weight: 600;
}
/* Utilities */
/* Divider */
.divider {
display: block;
content: '';
width: 100%;
height: 1px;
background: #dfe7f5;
margin: 30px 0;
}
/* Margins & Paddings */
.no-s {
margin: 0px!important;
padding: 0px!important;
}
.no-m {
margin: 0;
}
.no-p {
padding: 0;
}
.m {
margin: 15px;
}
.m-t-xxs {
margin-top: 5px;
}
.m-r-xxs {
margin-right: 5px;
}
.m-b-xxs {
margin-bottom: 5px;
}
.m-l-xxs {
margin-left: 5px;
}
.m-t-xs {
margin-top: 10px;
}
.m-r-xs {
margin-right: 10px;
}
.m-b-xs {
margin-bottom: 10px;
}
.m-l-xs {
margin-left: 10px;
}
.m-t-sm {
margin-top: 15px;
}
.m-r-sm {
margin-right: 15px;
}
.m-b-sm {
margin-bottom: 15px;
}
.m-l-sm {
margin-left: 15px;
}
.m-t-md {
margin-top: 20px;
}
.m-r-md {
margin-right: 20px;
}
.m-b-md {
margin-bottom: 20px;
}
.m-l-md {
margin-left: 20px;
}
.m-t-lg {
margin-top: 25px;
}
.m-r-lg {
margin-right: 25px;
}
.m-b-lg {
margin-bottom: 25px;
}
.m-l-lg {
margin-left: 25px;
}
.m-t-xxl {
margin-top: 30px;
}
.m-r-xxl {
margin-right: 30px;
}
.m-b-xxl {
margin-bottom: 30px;
}
.m-l-xxl {
margin-left: 30px;
}
.m-t-n-xxs {
margin-top: -5px;
}
.m-r-n-xxs {
margin-right: -5px;
}
.m-b-n-xxs {
margin-bottom: -5px;
}
.m-l-n-xxs {
margin-left: -5px;
}
.m-t-n-xs {
margin-top: -10px;
}
.m-r-n-xs {
margin-right: -10px;
}
.m-b-n-xs {
margin-bottom: -10px;
}
.m-l-n-xs {
margin-left: -10px;
}
.m-t-n-sm {
margin-top: -15px;
}
.m-r-n-sm {
margin-right: -15px;
}
.m-b-n-sm {
margin-bottom: -15px;
}
.m-l-n-sm {
margin-left: -15px;
}
.m-t-n-md {
margin-top: -20px;
}
.m-r-n-md {
margin-right: -20px;
}
.m-b-n-md {
margin-bottom: -20px;
}
.m-l-n-md {
margin-left: -20px;
}
.m-t-n-lg {
margin-top: -25px;
}
.m-r-n-lg {
margin-right: -25px;
}
.m-b-n-lg {
margin-bottom: -25px;
}
.m-l-n-lg {
margin-left: -25px;
}
.m-t-n-xxl {
margin-top: -30px;
}
.m-r-n-xxl {
margin-right: -30px;
}
.m-b-n-xxl {
margin-bottom: -30px;
}
.m-l-n-xxl {
margin-left: -30px;
}
.p {
padding: 15px;
}
.p-h-xxs {
padding-left: 5px;
padding-right: 5px;
}
.p-h-xs {
padding-left: 10px;
padding-right: 10px;
}
.p-h-sm {
padding-left: 15px;
padding-right: 15px;
}
.no-p-h {
padding-left: 0;
padding-right: 0;
}
.no-p-v {
padding-top: 0;
padding-bottom: 0;
}
.p-h-md {
padding-left: 20px;
padding-right: 20px;
}
.p-h-lg {
padding-left: 25px;
padding-right: 25px;
}
.p-h-xxl {
padding-left: 30px;
padding-right: 30px;
}
.p-v-xxs {
padding-top: 5px;
padding-bottom: 5px;
}
.p-v-xs {
padding-top: 10px;
padding-bottom: 10px;
}
.p-v-sm {
padding-top: 15px;
padding-bottom: 15px;
}
.p-v-md {
padding-top: 20px;
padding-bottom: 20px;
}
.p-v-lg {
padding-top: 25px;
padding-bottom: 25px;
}
.p-v-xxl {
padding-top: 30px;
padding-bottom: 30px;
}
/* Width & Height */
.full-height {
height: 100%!important;
}
.full-width {
width: 100%!important;
}
.w-xxs {
width: 50px;
}
.w-xs {
width: 90px;
}
.w-sm {
width: 140px;
}
.w {
width: 200px;
}
.w-md {
width: 240px;
}
.w-lg {
width: 280px;
}
.w-xl {
width: 330px;
}
.w-xxl {
width: 370px;
}
.w-auto {
width: auto;
}
.h-auto {
height: auto;
}
/* Borders */
.no-b {
border: 0!important;
}
.b {
border: 1px solid #E6E6E6;
}
.b-t {
border-top: 1px solid #E6E6E6;
}
.b-r {
border-right: 1px solid #E6E6E6;
}
.b-b {
border-bottom: 1px solid #E6E6E6;
}
.b-l {
border-left: 1px solid #E6E6E6;
}
.b-default {
border-color: #E6E6E6;
}
.b-primary {
border-color: #023b68;
}
.b-info {
border-color: #5780F7;
}
.b-success {
border-color: #59BB56;
}
.b-warning {
border-color: #FACC35;
}
.b-danger {
border-color: #EB463F;
}
.b-2 {
border-width: 2px;
}
.b-3 {
border-width: 3px;
}
.b-4 {
border-width: 4px;
}
.b-n-t {
border-top: 0;
}
.b-n-r {
border-right: 0;
}
.b-n-b {
border-bottom: 0;
}
.b-n-l {
border-left: 0;
}
/* Radius */
.no-r {
border-radius: 0!important;
}
.r {
border-radius: 2px;
}
.r-t-l {
border-top-left-radius: 2px;
}
.r-t-r {
border-top-right-radius: 2px;
}
.r-b-l {
border-bottom-left-radius: 2px;
}
.r-b-r {
border-bottom-right-radius: 2px;
}
.no-r-t-l {
border-top-left-radius: 0!important;
}
.no-r-t-r {
border-top-right-radius: 0!important;
}
.no-r-b-l {
border-bottom-left-radius: 0!important;
}
.no-r-b-r {
border-bottom-right-radius: 0!important;
}
/* Backgrounds */
.bg-primary {
background-color: #023b68!important;
}
.bg-secondary {
background-color: #E6E6E6!important;
}
.bg-success {
background-color: #06BA54!important;
}
.bg-danger {
background-color: #EB3F3F!important;
}
.bg-warning {
background-color: #FFCD36!important;
}
.bg-info {
background-color: #5780F7!important;
}
.bg-light {
background-color: #F4F4F5!important;
}
.bg-dark {
background-color: #37414D!important;
}
/* Text Colors */
.text-primary {
color: #023b68!important;
}
.text-secondary {
color: #E6E6E6!important;
}
.text-success {
color: #06BA54!important;
}
.text-danger {
color: #EB3F3F!important;
}
.text-warning {
color: #FFCD36!important;
}
.text-info {
color: #5780F7!important;
}
.text-light {
color: #F4F4F5!important;
}
.text-dark {
color: #37414D!important;
}
/* Header */
.lime-header {
padding: 30px;
width: 100%;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
z-index: 9;
display: block;
}
.header-fixed .lime-header {
position: fixed;
top: 0;
width: 100%;
}
.lime-header.scroll-header {
padding: 0 30px;
background: #023b68;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
}
.sidebar-show .lime-header {
transform: translateX(300px);
}
.lime-header .navbar {
padding: 8px 13px;
}
.lime-header .navbar-brand {
color: #023b68;
font-size: 22px;
font-weight: 700;
margin-right: 25px
}
.lime-header.scroll-header .navbar-brand {
color: #fff;
}
.navbar-toggler {
padding: 0;
line-height: 32px;
font-size: 24px;
border: none;
color: #7D7D83;
outline: 0!important;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.navbar-toggler:hover {
color: #000;
}
.lime-header .search {
width: 40%;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header .search input {
border: none;
padding: 15px 15px 15px 50px;
height: 50px;
width: 100%;
font-size: 13px;
background: rgba(255,255,255,.95);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 0.95;
color: #838D91;
border-radius: 4px;
}
.lime-header .search:hover input,
.lime-header .search input:focus,
.lime-header .search input:active {
opacity: 1;
outline: 0 none!important;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
background: rgba(255,255,255,1);
}
.lime-header .search input::-webkit-input-placeholder {
color: rgba(131, 141, 145,.6);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header .search:before {
display: block;
content: 'search';
font-family: 'Material Icons';
font-size: 20px;
height: 50px;
line-height: 50px;
padding: 0 20px;
position: absolute;
z-index: 99;
color: rgba(131, 141, 145,.6);
}
.search-results {
visibility: hidden;
opacity: 0;
width: 100%;
position: fixed;
top: 126px;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
background: rgba(244, 247, 252,.975);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
overflow-y: auto;
}
.search-results .search-results-header {
padding: 50px 40px;
overflow: hidden;
display: block;
margin-bottom: 50px;
}
.search-results .search-results-header h4 {
float: left;
margin-bottom: 0;
}
.search-results .search-results-header a#closeSearch {
float: right;
vertical-align: middle;
color: #384C6D;
opacity: .7;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.search-results .search-results-header a#closeSearch:hover {
opacity: 1;
}
.searching {
overflow-y: hidden;
}
.searching .search-results {
visibility: visible;
opacity: 1;
}
.search-result-list {
list-style-type: none;
padding: 0 40px;
}
.search-result-list li {
display: block;
clear: both;
margin-bottom: 40px;
overflow: hidden;
}
.search-result-list.user-search li img {
width: 50px;
border-radius: 50px;
float: left;
}
.search-result-list.user-search li p {
display: block;
float: left;
padding: 5px 15px;
width: calc(100% - 50px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.search-result-list span.search-input-value {
font-weight: bold;
}
.search-result-list.article-search li p {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(131, 141, 145,.3);
}
.search-result-list.article-search li span:not(.search-input-value) {
opacity: .6;
}
.search-result-list.social-search li .social-search-icon {
float: left;
display: inline-block;
margin: 0 10px 0 0;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: #000;
color: #fff;
border-radius: 50px;
}
.search-result-list.social-search li .social-search-icon.facebook-icon-bg {
background: #4267B2;
}
.search-result-list.social-search li .social-search-icon.twitter-icon-bg {
background: #1DA1F2;
}
.search-result-list.social-search li .social-search-icon.google-icon-bg {
background: #DD5044;
}
.search-result-list.social-search li .social-search-text {
display: inline-block;
float: left;
padding: 5px;
}
.search-result-list.social-search li .social-search-text p {
line-height: 40px;
}
.lime-header .navbar-nav > li > a {
font-size: 13px;
color: #7D7D83;
line-height: 30px;
padding: 10px!important;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header.scroll-header .navbar-nav > li > a {
color: rgba(255,255,255,.8)!important;
}
.lime-header .navbar-nav > li > a:hover,
.lime-header .navbar-nav > li.show > a {
color: #000;
}
.lime-header.scroll-header .navbar-nav > li > a:hover,
.lime-header.scroll-header .navbar-nav > li.show > a {
color: rgba(255,255,255,1)!important;
}
.lime-header .navbar-nav > li > a > i {
font-size: 21px;
vertical-align: middle;
}
.lime-header .navbar-nav .dropdown a.dropdown-toggle::after {
display: none;
}
.lime-header .navbar-nav .dropdown .dropdown-menu {
position: absolute;
background: #fff;
padding: 8px 0px;
margin-top: 12px;
list-style-type: none;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
visibility: hidden;
border-radius: 4px;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
z-index: 99;
display: block;
border: none;
}
.lime-header .navbar-nav .dropdown.show .dropdown-menu {
opacity: 1;
margin-top: 0px;
visibility: visible;
}
.lime-header .navbar-nav .dropdown .dropdown-menu a {
color: #838D91;
padding: 8px 16px;
display: block;
margin: 0;
font-size: 13px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header .navbar-nav .dropdown .dropdown-menu a:hover {
background: #F4F7FC;
color: #023b68;
}
.lime-header .navbar-nav .dropdown .dropdown-menu li.divider {
display: block;
width: 100%;
height: 1px;
background: #F2F2F2;
margin: 8px 0;
}
/* Sidebar Toggle */
.material-design-hamburger a {
display: block;
border: none;
background: none;
outline: 0;
margin-right: 10px;
}
.material-design-hamburger__icon {
padding: 15px;
cursor: pointer;
background: transparent;
border: none;
}
.material-design-hamburger__icon:focus,
.material-design-hamburger__icon:active {
outline: 0;
}
.material-design-hamburger__layer {
display: block;
width: 13px;
height: 2px;
background: #7D7D83;
position: relative;
animation-duration: 200ms;
animation-timing-function: ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.material-design-hamburger:hover .material-design-hamburger__layer {
background: #000;
}
.lime-header.scroll-header .material-design-hamburger__layer {
background: rgba(255,255,255,.8);
}
.lime-header.scroll-header .material-design-hamburger:hover .material-design-hamburger__layer {
background: rgba(255,255,255,1);
}
.material-design-hamburger__layer:before, .material-design-hamburger__layer:after {
display: block;
width: inherit;
height: 2px;
position: absolute;
background: inherit;
left: 0;
content: '';
animation-duration: 100ms;
animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}
.material-design-hamburger__layer:before {
bottom: 250%;
}
.material-design-hamburger__layer:after {
top: 250%;
}
.material-design-hamburger__icon--to-arrow {
animation-name: material-design-hamburger__icon--slide;
animation-fill-mode: forwards;
}
.material-design-hamburger__icon--to-arrow:before {
animation-name: material-design-hamburger__icon--slide-before;
animation-fill-mode: forwards;
bottom: 200%;
}
.material-design-hamburger__icon--to-arrow:after {
animation-name: material-design-hamburger__icon--slide-after;
animation-fill-mode: forwards;
top: 200%;
}
.material-design-hamburger__icon--from-arrow {
animation-name: material-design-hamburger__icon--slide-from;
}
.material-design-hamburger__icon--from-arrow:before {
animation-name: material-design-hamburger__icon--slide-before-from;
}
.material-design-hamburger__icon--from-arrow:after {
animation-name: material-design-hamburger__icon--slide-after-from;
}
@keyframes material-design-hamburger__icon--slide {
0% {
}
100% {
transform: rotate(180deg);
}
}
@keyframes material-design-hamburger__icon--slide-before {
0% {
}
100% {
transform: rotate(45deg);
margin: -5% 40%;
width: 75%;
}
}
@keyframes material-design-hamburger__icon--slide-after {
0% {
}
100% {
transform: rotate(-45deg);
margin: -5% 40%;
width: 75%;
}
}
@keyframes material-design-hamburger__icon--slide-from {
0% {
transform: rotate(-180deg);
}
100% {
}
}
@keyframes material-design-hamburger__icon--slide-before-from {
0% {
transform: rotate(45deg);
margin: -5% 40%;
width: 75%;
}
100% {
}
}
@keyframes material-design-hamburger__icon--slide-after-from {
0% {
transform: rotate(-45deg);
margin: -5% 40%;
width: 75%;
}
100% {
}
}
/* Sidebar */
.lime-sidebar {
position: fixed;
display: block;
left: 0;
top: 0;
bottom: 0;
height: 100%;
background: #fff;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
width: 300px;
z-index: 999;
transform: translateX(-100%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 0;
}
.sidebar-show .lime-sidebar {
transform: translateX(0);
opacity: 1;
}
.lime-sidebar .lime-sidebar-inner {
padding: 57px 50px;
}
.lime-sidebar .slimScrollDiv,
.lime-sidebar .lime-sidebar-inner {
height: 100%!important;
}
.lime-sidebar .lime-sidebar-inner ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.lime-sidebar .lime-sidebar-inner ul li {
display: block;
overflow: hidden;
}
.lime-sidebar .lime-sidebar-inner ul li a {
display: block;
color: rgba(27, 29, 93, .5);
margin: 9px 0px;
font-weight: normal;
font-size: 13px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-sidebar .lime-sidebar-inner ul li a:hover,
.lime-sidebar .lime-sidebar-inner ul li.open > a {
color: rgba(27, 29, 93, 1);
}
.lime-sidebar .lime-sidebar-inner ul li a i:not(.has-sub-menu) {
font-size: 18px;
vertical-align:top;
margin-right: 10px;
}
.lime-sidebar .lime-sidebar-inner ul li a i.has-sub-menu {
vertical-align: middle;
font-size: 19px;
float: right;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-sidebar .lime-sidebar-inner ul li.open > a > i.has-sub-menu {
transform: rotate(-90deg);
}
.lime-sidebar .lime-sidebar-inner ul li a.active {
color: #023b68;
}
.lime-sidebar .lime-sidebar-inner ul li.sidebar-title {
display: block;
text-transform: uppercase;
font-weight: 600;
color: rgba(131, 141, 145,1);
font-size: 12px;
margin: 40px 0 10px 0;
display: block;
overflow:hidden;
float: none;
}
.lime-sidebar .lime-sidebar-inner ul li.sidebar-title:first-child {
margin-top: 0;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu {
margin-left: 8px;
border-left: 2px solid #f1f1f1;
display: none;
position: relative;
overflow: hidden;
padding: 8px 0px 8px 18px;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li a {
font-size: 12px;
margin: 6px 0;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li {
display: block;
overflow: hidden;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li a.active {
color: rgba(27, 29, 93, 1);
}
.lime-sidebar .lime-sidebar-inner ul li.active-page > a {
color: #023b68;
}
/* Theme Settings */
.theme-settings-sidebar {
right: 0;
top: 0;
bottom: 0;
background: #fff;
width: 300px;
display: block;
position: fixed;
z-index: 100;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
transform: translateX(100%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.show-theme-settings .theme-settings-sidebar {
transform: translateX(0);
}
.theme-settings-sidebar .theme-settings-inner {
padding: 57px 50px;
}
.theme-settings-sidebar .theme-sidebar-title {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
color: rgba(131, 141, 145,1);
margin-bottom: 20px;
display: block;
}
.theme-settings-sidebar .themes-info {
color: rgba(131, 141, 145,1);
}
.theme-settings-sidebar .theme-item {
display: block;
overflow: hidden;
padding: 5px;
background: rgba(55, 65, 77,.4);
position: relative;
margin-top: 20px;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: .8;
}
.theme-settings-sidebar .theme-item:hover,
.theme-settings-sidebar .theme-item.active {
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
background: rgba(55, 65, 77,.6);
opacity: 1;
}
.theme-settings-sidebar .theme-item img {
width: 100%;
display: block;
}
.theme-settings-sidebar .theme-item .theme-title {
font-size: 12px;
margin: 10px 10px 5px 10px;
text-transform: uppercase;
color: rgba(255,255,255,1);
font-weight: 600;
}
.theme-settings-sidebar .theme-item .coming-theme {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(255,255,255,.7);
text-align: center;
line-height: 148px;
text-transform: uppercase;
font-size: 12px;
color: #384C6D;
font-weight: bold;
}
/* Page Container */
.lime-container {
display: block;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.header-fixed .lime-container {
margin-top: 129px;
}
.sidebar-show .lime-container {
transform: translateX(300px);
}
.lime-container .lime-body .container-fluid,
.lime-container .lime-footer .container-fluid {
padding-left: 50px;
padding-right: 50px;
}
/* Page Title */
.page-title h3 {
padding: 0 25px;
display: block;
margin: 0 0 30px 0;
font-size: 22px;
}
.page-title .breadcrumb {
background: transparent;
}
.page-title .page-desc {
font-size: 14px;
margin: 0 25px 30px;
}
.page-title .divider {
height: 1px;
width: 100%;
margin: 20px 0 30px;
background: #dfe7f5;
}
/* Footer */
.lime-footer .footer-text {
display: block;
padding: 10px 25px 30px;
}
/*** UI ELEMENTS ***/
/* Cards */
.card {
border: 0;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
margin-bottom: 25px;
border-radius: 4px;
}
.card .card-body {
padding: 25px;
}
.card .card-body .card-title {
font-size: 14px;
margin-bottom: 20px;
color: #000000;
}
.card-img-top {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.card-header {
padding: 10px 15px;
margin-bottom: 0;
background-color: #F2F2F2;
border-bottom: 1px solid #E6E6E6;
border-top-left-radius: 4px!important;
border-top-right-radius: 4px!important;
}
.card-header-pills {
margin-right: 0;
margin-left: 0;
}
.card-header-tabs {
margin-right: 0;
margin-bottom: -10px;
margin-left: 0;
border-bottom: 0;
}
.card-footer {
padding: 10px 15px;
background-color: #F2F2F2;
border-top: 1px solid #E6E6E6;
}
.card.text-white .card-title {
color: #fff;
}
.card.card-transparent {
background: transparent!important;
box-shadow: none;
}
.head-card {
background: transparent;
box-shadow: none;
margin-bottom: 0;
}
/* Breadcrumb */
.breadcrumb {
background: transparent;
padding: 15px 25px;
background: #F4F4F5;
}
.breadcrumb-item.active {
color: #384C6D;
}
.breadcrumb-item + .breadcrumb-item::before {
color: rgba(27, 29, 93, .3);
vertical-align: middle;
}
.breadcrumb-separator-1 .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-separator-2 .breadcrumb-item+.breadcrumb-item::before {
font-family: "Material Icons";
}
.breadcrumb-separator-1 .breadcrumb-item+.breadcrumb-item::before {
content: '\e315';
}
.breadcrumb-separator-2 .breadcrumb-item+.breadcrumb-item::before {
content: '\e5c8';
}
/* Alerts */
.alert {
border: 0;
padding: 15px 25px;
}
.alert.alert-primary {
background: #023b68;
color: #fff;
}
.alert.alert-secondary {
background: #e6e6e6;
color: #384C6D;
}
.alert.alert-success {
background: #b7ffb5;
color: #137a10;
}
.alert.alert-danger {
background: #ffcecc;
color: #cf1b15;
}
.alert.alert-warning {
background: #ffeaa3;
color: #9c7c11;
}
.alert.alert-info {
background: #ccdaff;
color: #284ebf;
}
.alert.alert-light {
background: #F4F4F5;
color: #384C6D;
}
.alert.alert-dark {
background: #37414d;
color: #fff;
}
.alert .alert-link {
color: inherit!important;
font-weight: 600;
}
/* Badge */
.badge {
padding: 6px 10px;
font-weight: 600;
}
.badge.badge-primary {
background: #023b68;
}
.badge.badge-secondary {
background: #e6e6e6;
color: #384C6D;
}
.badge.badge-success {
background: #06ba54;
}
.badge.badge-danger {
background: #eb3f3f;
}
.badge.badge-warning {
background: #ffcd36;
}
.badge.badge-info {
background: #5780F7;
}
.badge.badge-light {
background: #F4F4F5;
color: #384C6D;
}
.badge.badge-dark {
background: #37414d;
}
/* Buttons */
.btn {
padding: 6px 10px;
font-size: 13px;
border: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn-xs {
padding: 4px 7px;
font-size: 11px;
}
.btn-sm {
padding: 5px 8px;
font-size: 12px;
}
.btn-lg {
padding: 9px 15px;
font-size: 14px;
}
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled.active,
.btn:disabled:active {
box-shadow: none!important;
}
.btn.btn-primary {
background: #023b68;
}
.btn.btn-primary:hover {
background: #1c89ff!important;
}
.btn.btn-primary:focus,
.btn.btn-primary.active,
.btn.btn-primary:active {
background: #1c89ff!important;
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.5);
}
.btn.btn-secondary {
background: #e6e6e6;
color: #384C6D;
}
.btn.btn-secondary:hover {
background: #dbdbdb!important;
color: #384C6D!important;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.active,
.btn.btn-secondary:active {
background: #dbdbdb!important;
box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.25);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn.btn-success {
background: #06ba54;
}
.btn.btn-success:hover {
background: #02c958!important;
}
.btn.btn-success:focus,
.btn.btn-success.active,
.btn.btn-success:active {
background: #02c958!important;
box-shadow: 0 0 0 0.2rem rgba(6, 186, 84, 0.25);
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(6, 186, 84, 0.5);
}
.btn.btn-danger {
background: #eb3f3f;
}
.btn.btn-danger:hover {
background: #fc6060!important;
}
.btn.btn-danger:focus,
.btn.btn-danger.active,
.btn.btn-danger:active {
background: #fc6060!important;
box-shadow: 0 0 0 0.2rem rgba(235, 63, 63, 0.25);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(235, 63, 63, 0.5);
}
.btn.btn-warning {
background: #ffcd36;
}
.btn.btn-warning:hover {
background: #ffd659!important;
}
.btn.btn-warning:focus,
.btn.btn-warning.active,
.btn.btn-warning:active {
background: #ffd659!important;
box-shadow: 0 0 0 0.2rem rgba(255, 205, 54, 0.25);
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 205, 54, 0.5);
}
.btn.btn-info {
background: #5780F7;
}
.btn.btn-info:hover {
background: #6f92fc!important;
}
.btn.btn-info:focus,
.btn.btn-info.active,
.btn.btn-info:active {
background: #6f92fc!important;
box-shadow: 0 0 0 0.2rem rgba(87, 128, 247, 0.25);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(87, 128, 247, 0.5);
}
.btn.btn-light {
background: #F4F4F5;
color: #384C6D;
}
.btn.btn-light:hover {
background: #f0f0f0!important;
color: #384C6D!important;
}
.btn.btn-light:focus,
.btn.btn-light.active,
.btn.btn-light:active {
background: #f0f0f0!important;
box-shadow: 0 0 0 0.2rem rgba(244, 244, 245, 0.25);
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(244, 244, 245, 0.5);
}
.btn.btn-dark {
background: #37414d;
}
.btn.btn-dark:hover {
background: #4d5a69!important;
}
.btn.btn-dark:focus,
.btn.btn-dark.active,
.btn.btn-dark:active {
background: #4d5a69!important;
box-shadow: 0 0 0 0.2rem rgba(55, 65, 77, 0.25);
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(55, 65, 77, 0.5);
}
.btn.btn-link {
color: #023b68;
text-decoration: none!important;
}
.btn.btn-link:hover {
background: #E9F1FE!important;
}
.btn.btn-outline-primary {
border: 1px solid #023b68;
color: #023b68;
}
.btn.btn-outline-primary:hover {
background: #023b68;
border-color: #023b68;
color: #fff;
}
.btn.btn-outline-secondary {
border: 1px solid #e6e6e6;
color: #384C6D;
}
.btn.btn-outline-secondary:hover {
background: #e6e6e6;
border-color: #e6e6e6;
color: #384C6D;
}
.btn.btn-outline-success {
border: 1px solid #06ba54;
color: #06ba54;
}
.btn.btn-outline-success:hover {
background: #06ba54;
border-color: #06ba54;
color: #fff;
}
.btn.btn-outline-danger {
border: 1px solid #eb3f3f;
color: #eb3f3f;
}
.btn.btn-outline-danger:hover {
background: #eb3f3f;
border-color: #eb3f3f;
color: #fff;
}
.btn.btn-outline-warning {
border: 1px solid #ffcd36;
color: #ffcd36;
}
.btn.btn-outline-warning:hover {
background: #ffcd36;
border-color: #ffcd36;
color: #384C6D;
}
.btn.btn-outline-info {
border: 1px solid #5780F7;
color: #5780F7;
}
.btn.btn-outline-info:hover {
background: #5780F7;
border-color: #5780F7;
color: #fff;
}
.btn.btn-outline-light {
border: 1px solid #F4F4F5;
color: #384C6D;
}
.btn.btn-outline-light:hover {
background: #F4F4F5;
border-color: #F4F4F5;
color: #384C6D;
}
.btn.btn-outline-dark {
border: 1px solid #37414d;
color: #37414d;
}
.btn.btn-outline-dark:hover {
background: #37414d;
border-color: #37414d;
color: #fff;
}
/* Dropdowns */
.dropdown-menu {
background: #fff;
padding: 8px 0px;
margin-top: 12px;
list-style-type: none;
border-radius: 4px;
box-shadow: 0 3px 10px rgba(62, 85, 120,.145);
z-index: 99;
border: none;
}
.dropdown-menu a {
color: #838D91;
padding: 8px 16px;
display: block;
margin: 0;
font-size: 13px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.dropdown-menu a.disabled {
opacity: .4;
}
.dropdown-menu a:hover {
background: #F4F7FC;
color: #023b68;
}
.dropdown-divider {
display: block;
width: 100%;
height: 1px;
background: #F2F2F2;
margin: 8px 0;
}
.dropdown-header {
padding: 8px 16px;
margin-bottom: 0;
font-size: 11px;
color: #384C6D;
white-space: nowrap;
font-weight: 600;
text-transform: uppercase;
}
.dropdown-menu .divider {
margin: 8px 0;
}
/* List Group */
.list-group-item {
padding: 10px 15px;
border: 1px solid #F2F2F2;
}
.list-group-item.active {
background-color: #023b68;
border-color: #023b68;
}
/* Media Object */
.media img {
border-radius: 4px;
}
/* Modal */
body.modal-open {
overflow: visible;
}
.modal-content {
border: 0;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
border-radius: 4px;
}
.modal-header {
border-bottom: 0;
padding: 25px 25px 20px;
}
.modal-title {
font-size: 14px;
color: #000;
}
.modal-body {
padding: 0 25px;
}
.modal-footer {
padding: 20px 25px 25px;
border: 0;
}
.modal-header .close i {
font-size: 18px!important;
color: #7D7D83;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-shadow: none;
}
.modal-header .close:hover i,
.modal-header .close:focus {
color: #000;
outline: 0;
}
/* Navs */
.nav-link {
color: #384C6D;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.nav-link:hover,
.nav-link.active {
color: #023b68;
}
.nav-tabs {
border-bottom: 1px solid #E6E6E6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-color: #E6E6E6 #E6E6E6 #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #023b68;
}
/* Pagination */
.page-link {
border: none;
background: #E6E6E6;
padding: 9px 15px;
color: #384C6D;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.page-item.active .page-link,
.page-link:focus,
.page-link:active,
.page-link:hover {
border: none;
background: #023b68;
color: #fff;
outline: 0!important;
box-shadow: none!important;
}
.pagination-circle .page-link {
border-radius: 34px!important;
margin-right: 5px;
}
/* Popovers */
.popover {
border: 0;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
}
.popover-header {
padding: 9px 15px;
background: #F2F2F2;
border-bottom-color: #E6E6E6;
}
.popover-body {
padding: 9px 15px;
font-size: 13px;
}
.popover .arrow:before {
display: none;
}
/* Progress */
.progress {
border-radius: 4px;
}
/* Spinners */
.btn .spinner-grow,
.btn .spinner-border {
vertical-align: middle;
}
/* Toasts */
.toast {
border: none;
border-radius: 4px;
}
.toast-header {
padding: 6px 10px;
}
.toast-header button.close i {
font-size: 18px;
vertical-align: middle;
}
.toast-body {
padding: 6px 10px;
}
.toast-body .toast-message {
padding-left: 20px;
display: block;
float: left;
}
/* Tables */
.table {
color: #384C6D;
}
.table * {
border-color: #E6E6E6!important;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #F2F2F2;
}
.table td,
.table th {
padding: 12px 20px;
}
.table thead th {
font-weight: 600;
border-top: 0;
}
.table.table-hover tbody tr {
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.table.table-hover tbody tr:hover {
background: #F2F2F2;
}
/* Icons */
.icon-list-row {
margin-top: 30px;
}
.icon-list-row i {
font-size: 23px;
}
/* Plugins */
/* Image Crop */
.img-preview {
height: 150px;
width: 220px;
overflow: hidden;
margin-bottom: 10px;
}
.image-crop img {
width: 100%;
height: 100;
}
.crop-img-text {
font-weight: 600;
font-size: 14px;
margin-bottom: 15px;
}
/* Select2 */
.select2-selection {
height: auto!important;
padding: 10px 15px;
border-radius: 4px!important;
box-shadow: none;
border-color: #E6E6E6!important;
}
.select2-selection .select2-selection__rendered {
line-height: 1.5!important;
padding-left: 0!important;
color: #384C6D!important;
}
.select2-selection .select2-selection__arrow {
height: 41px!important;
}
.select2-selection.select2-selection--multiple {
padding: 10px 15px!important;
min-height: 0px!important;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
margin-top: 3px;
margin-bottom: -3px;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered input {
margin-top: 0!important;
}
.select2-search--dropdown .select2-search__field {
padding: 10px 12px!important;
border-radius: 4px!important;
box-shadow: none;
border-color: #E6E6E6!important;
line-height: 19px;
color: #384C6D;
}
.select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .select2-search__field:active {
box-shadow: none!important;
border-color: #E6E6E6!important;
outline:none;
}
.select2-dropdown {
padding: 10px 12px!important;
border-color: #E6E6E6!important;
border-top: 1px solid #E6E6E6!important;
margin-top: 3px!important;
border-radius: 4px!important;
}
.select2-dropdown--above {
margin-top: -3px!important;
border-bottom: 1px solid #E6E6E6!important;
}
.select2-selection__choice {
margin-top: 0!important;
height: 19px!important;
border: 0!important;
background: #F4F7FC!important;
color: #023b68!important;
font-size: 12px!important;
font-weight: 500!important;
}
.select2-results__option {
border-radius: 4px;
border-radius: 4px;
}
.select2-selection__choice span {
color: rgba(0,0,0,.3)!important;
}
.select2-container--default .select2-results__option .select2-results__option {
border-radius: 4px;
margin: 2px 0;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #F4F7FC;
color: #023b68;
}
.select2-container--default .select2-results__group {
padding: 6px;
font-size: 11px;
text-transform: uppercase;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background: #F2F2F2;
color: #384C6D;
}
/* Plupload */
.plupload_button {
padding: 6px 10px;
font-size: 13px;
border: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background: #e6e6e6;
color: #384C6D;
}
.plupload_button:hover{
background: #dbdbdb!important;
color: #384C6D!important;
}
.plupload_disabled,
a.plupload_disabled {
background: #e6e6e6;
color: #384C6D;
}
.plupload_disabled:hover,
a.plupload_disabled:focus {
box-shadow: none;
}
li.plupload_delete a {
background: none;
margin-top: -6px;
}
li.plupload_delete a::before {
background: none;
content: '\e15c';
font-family: 'Material Icons';
font-size: 19px;
display: block;
color: #EB463F;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
li.plupload_delete a:hover::before {
color: #fc6060;
}
/* Toastr */
#toast-container {
right: 30px;
top: 126px;
}
#toast-container .toast {
border-radius: 4px;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
background: #fff!important;
opacity: .8;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 15px 25px;
}
#toast-container .toast .toast-message {
line-height: 19px;
font-size: 13px;
}
#toast-container .toast .toast-message::before {
background: none;
content: '';
font-family: 'Material Icons';
font-size: 19px;
display: block;
color: #fff;
float: left;
vertical-align: middle;
line-height: 19px;
margin-right: 10px;
height: 100%;
clear: both;
}
#toast-container .toast:hover {
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
opacity: 1;
}
#toast-container .toast.toast-success {
background: #59BB56!important;
}
#toast-container .toast.toast-success .toast-message::before {
content: '\e876';
}
#toast-container .toast.toast-info {
background: #5780F7!important;
}
#toast-container .toast.toast-info .toast-message::before {
content: '\e88f';
}
#toast-container .toast.toast-warning {
background: #FACC35!important;
}
#toast-container .toast.toast-warning .toast-message::before {
content: '\e002';
}
#toast-container .toast.toast-error {
background: #EB463F!important;
}
#toast-container .toast.toast-error .toast-message::before {
content: '\e001';
}
/* Sliders */
.irs--flat .irs-line,
.irs--flat .irs-min,
.irs--flat .irs-max {
background-color: #F2F2F2;
color: #384C6D;
}
.irs--flat .irs-grid-text {
color: #384C6D;
}
.irs--flat .irs-bar {
background-color: #2690ff;
}
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
background-color: #023b68;
}
.irs--flat .irs-handle:hover > i:first-child,
.irs--flat .irs-handle:focus > i:first-child,
.irs--flat .irs-handle.state_hover > i:first-child {
background-color: #1c89ff!important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
border-top-color: #023b68;
}
/* Forms */
.form-control {
padding: 10px 15px;
border-color: #E6E6E6;
border-radius: 4px;
height: auto;
color: #838D91;
}
.form-control::-webkit-input-placeholder {
color: rgba(131, 141, 145,.6);
}
.form-control:hover {
border-color: #dbdbdb;
}
.form-control:focus {
border-color: #75b7ff;
box-shadow: none;
color: #384C6D;
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #023b68;
background-color: #023b68;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.custom-control-label::after {
top: 3px;
left: -21px;
width: 15px;
height: 15px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
top: 2px;
left: -21px;
width: 15px;
height: 15px;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range::-webkit-slider-thumb {
background-color: #023b68;
}
.custom-range::-webkit-slider-thumb:active {
background-color: #80bdff;
}
.custom-range::-moz-range-thumb {
background-color: #023b68;
}
.custom-range::-moz-range-thumb:active {
background-color: #80bdff;
}
.custom-range::-ms-thumb {
background-color: #023b68;
}
.custom-range::-ms-thumb:active {
background-color: #80bdff;
}
.input-group-text {
border-color: #E6E6E6;
background: #F2F2F2;
border-radius: 4px;
}
.custom-file-label {
padding: 10px 15px;
border-color: #E6E6E6;
height: auto;
border-radius: 4px;
}
.custom-file-label::after {
padding: 10px 15px;
height: auto;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.invalid-feedback {
color: #EB463F;
}
.valid-feedback {
color: #59BB56;
}
/* PAGES */
/* Invoice */
.invoice-header {
padding: 0 0 30px 0;
display: block;
}
.invoice-header h5 {
font-size: 22px;
font-weight: bold;
}
.invoice-info {
display: block;
}
.invoice-info p span {
float: right;
}
/* Pricing Tables */
.pricing {
text-align: center;
border: 1px solid #E6E6E6;
font-size: 13px;
padding-left: 0;
border-radius: 4px;
}
.pricing li:first-child,
.pricing li:last-child {
padding: 20px 13px;
}
.pricing li {
list-style: none;
padding: 12px 8px;
}
.pricing li + li {
border-top: 1px solid #E6E6E6;
}
.pricing h1 {
font-size: 24px;
}
.pricing h3 {
margin-bottom: 0;
font-size: 32px;
}
.pricing span {
font-size: 12px;
color: rgba(27, 29, 93, .5);
font-weight: normal;
}
.pricing li:nth-last-child(2) {
padding: 30px 13px;
}
/* Help Center */
.help-menu {
display: block;
}
.help-menu h3 {
font-size: 12px;
font-weight: 600;
color: rgba(27, 29, 93, 1);
text-transform: uppercase;
margin-bottom: 10px;
}
.help-menu ul li a {
color: rgba(27, 29, 93, .5);
padding: 5px 0;
display: block;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.help-menu ul li a.active,
.help-menu ul li a.active:hover {
color: #023b68;
font-weight: normal;
}
.help-menu ul li a:hover {
color: rgba(27, 29, 93, 1);
}
.help-topics li a {
display: block;
margin: 5px 0;
color: rgba(27, 29, 93, .5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.help-topics li a:hover {
color: #023b68;
}
.help-topics {
display: block;
border-radius: 6px;
margin-top: 15px;
}
.help-topics h3 {
font-weight: 600;
margin-bottom: 15px;
font-size: 12px;
text-transform: uppercase;
}
/* Error Pages */
.error-page .container,
.error-page .error-container {
height: 100%;
position: relative;
}
.error-info {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.error-info h1 {
font-size: 148px;
color: #384C6D;
font-weight: bold;
}
.error-info p {
font-size: 14px;
}
.error-image {
position: absolute;
right: 0;
height: 100%;
width: 50%;
background: url(../images/404.svg) center center no-repeat;
background-size: contain;
}
body.err-500 .error-image {
background: url(../images/500.svg) center center no-repeat;
background-size: contain;
}
@media (max-width: 992px) {
.error-image {
display: none;
}
.error-info {
width: 100%;
text-align: center;
}
}
.coming-soon h1 {
font-size: 64px;
}
.coming-soon .error-image {
background: url(../images/coming-soon.svg) center center no-repeat;
background-size: contain;
}
/* Authentication */
.login-page {
background: url(../images/login.jpg) center center no-repeat;
background-size: cover;
}
.login-page::before {
display: block;
content: '';
position: absolute;
background: rgba(0,0,0,.5);
width: 100%;
height: 100%;
}
.login-page .lfh {
height: 100vh;
margin: 0 auto;
}
.login-page .login-box {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
}
.login-page .login-box .forgot-link {
line-height: 31px;
}
/* APPS */
/* Profile */
.profile-cover {
width: 100%;
display: block;
position: relative;
border-radius: 4px;
z-index: 1;
height: 350px;
background: url(../images/profile-bg.jpg) center center no-repeat;
background-size: cover;
}
.profile-cover:after {
display: block;
content: ' ';
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 6px;
background: linear-gradient(rgba(0,0,0,.3), black);
}
.profile-header {
display: block;
width: 100%;
margin-top: -110px;
padding: 0 30px;
overflow: hidden;
z-index: 2;
position: relative;
margin-bottom: 20px;
}
.profile-header .profile-img img {
width: 150px;
height: 150px;
border-radius: 150px;
border: 5px solid white;
}
.profile-header .profile-img {
float: left;
}
.profile-header .profile-name {
float: left;
margin-top: 50px;
margin-left: 30px;
}
.profile-header .profile-name h3 {
color: #fff;
font-weight: 400;
font-size: 22px;
line-height: 50px;
}
.profile-header .profile-header-menu {
float: right;
height: 100%;
margin-top: 39px;
}
.profile-header .profile-header-menu ul li {
float: left;
height: 100%;
padding: 25px;
}
.profile-header .profile-header-menu ul li a {
color: #7D7D83;
display: block;
font-weight: normal;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.profile-header .profile-header-menu ul li a:hover,
.profile-header .profile-header-menu ul li a.active {
color: #fff;
}
.profile-about-list {
margin-bottom: 0;
}
.profile-about-list li {
margin-bottom: 8px;
position: relative;
}
.profile-about-list li:last-child {
margin-bottom: 0px;
}
.profile-about-list li i {
font-size: 17px;
width: 25px;
position: absolute;
top: 2px;
}
.profile-about-list li span {
padding-left: 25px;
display: block;
}
.post-header,
.post-body {
display: block;
overflow: hidden;
width: 100%;
}
.post-header img {
width: 50px;
height: 50px;
border-radius: 50px;
float: left;
}
.post-header .post-info {
float: left;
padding: 5px 15px 0 15px;;
}
.post-header .post-info span.post-author {
font-size: 14px;
font-weight: 600;
color: #333;
}
.post-header .post-info span.post-date {
font-size: 13px;
}
.post-header .post-header-actions {
float: right;
padding: 15px 0;
}
.post-header .post-header-actions a {
line-height: 20px;
color: #646464;
}
.post-header .post-header-actions a:hover {
color: #333;
}
.post-body {
padding: 15px 0 0 0;
position: relative;
}
.post-body p {
margin-bottom: 0;
}
.post-body .post-image {
display: block;
width: 100%;
border-radius: 6px;
margin-top: 15px;
}
.post-actions,
.post-actions ul {
display: block;
overflow: hidden;
margin-bottom: 0;
}
.post-actions {
border-top: 1px solid #E6E6E6;
margin-top: 15px;
padding: 5px 10px 0;
}
.post-actions ul li a {
display: inline-block;
float: left;
padding: 5px 8px;
color: #384C6D;
font-size: 13px;
margin-right: 10px;
}
.post-actions ul li a:hover {
color: #000;
}
.post-actions ul li a.liked {
color: #844FF1;
}
.post-actions ul li a.liked i:before {
content: '\f004';
}
.post-actions ul li a i {
margin-right: 7px;
}
.post-comments {
margin-top: 5px;
border-top: 1px solid #E6E6E6;
padding-top: 15px;
}
.post-comments .post-comm {
display: block;
margin-bottom: 10px;
background: #fafafa;
border-radius: 4px;
padding: 15px;
overflow: hidden;
}
.post-comments .post-comm:last-child {
margin-bottom: 0;
}
.post-comments .post-comm img {
width: 30px;
height: 30px;
border-radius: 30px;
float: left;
}
.post-comments .post-comm .comment-container {
float: left;
padding: 0 10px;
width: calc(100% - 30px);
display: block;
}
.post-comments .post-comm .comment-container span.comment-author {
color: #333;
font-weight: 600;
display: block;
line-height: 30px;
}
.post-comments .post-comm .comment-container span.comment-author small {
float: right;
font-size: 12px;
color: #646464;
}
.post-comments .post-comm .comment-text {
padding: 10px 0 0 0;
display: inline-block;
}
.story-list .story {
overflow: hidden;
display: block;
margin-bottom: 10px;
}
.story-list .story:last-child {
margin-bottom: 0;
}
.story-list .story img {
width: 50px;
height: 50px;
border-radius: 50px;
border: 2px solid #023b68;
padding: 2px;
float: left;
display: inline-block;
}
.story-list .story .story-info {
display: inline-block;
float: left;
padding: 5px 15px;
}
.story-list .story .story-info span.story-author {
display: block;
line-height: 20px;
font-weight: 500;
color: #000;
}
.story-list .story .story-info span.story-time {
line-height: 20px;
font-size: 12px;
}
.mutual-friends-list {
display: block;
}
.mutual-friends-list img {
float: left;
width: 40px;
height: 40px;
border-radius: 40px;
border: 3px solid #fff;
margin-left: -8px;
z-index: 1;
display: inline-block;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
cursor: pointer;
}
.mutual-friends-list img:first-child {
margin-left: 0;
}
.mutual-friends-list img:hover {
z-index: 999;
transform: translateY(-5px);
}
.mutual-friends-list span {
line-height: 40px;
padding: 0 10px;
}
@media (max-width: 1200px) {
.profile-header {
margin-top: -60px;
}
.profile-cover {
height: 200px;
}
.profile-img {
display: block;
float: none!important;
}
.profile-img img {
margin: 0 auto;
display: inherit;
width: 100px!important;
height: 100px!important;
border-radius: 100px!important;
}
.profile-name {
display: block;
float: none!important;
text-align: center;
margin: 0!important;
}
.profile-name h3 {
color: #333!important;
}
.profile-header .profile-header-menu {
display: block;
float: none;
margin: 0;
text-align: center;
}
.profile-header .profile-header-menu ul li {
display: block;
padding: 0;
width: calc(100%/6);
text-align: center;
}
.profile-header .profile-header-menu ul li a {
padding: 10px;
text-align: center;
height: auto!important;
}
.profile-header .profile-header-menu ul li a:hover,
.profile-header .profile-header-menu ul li a.active {
color: #000;
}
}
/* Mailbox */
.mailbox-options {
height: 41px;
}
.mail-count {
line-height: 41px;
margin: 0 10px 0 10px;
}
.mailbox-menu ul li a {
color: #384C6D;
display: block;
margin: 0px 0 15px 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.mailbox-menu ul li a:hover,
.mailbox-menu ul li a.active {
color: #023b68;
}
.mailbox-menu ul li a i {
font-size: 16px;
width: 30px;
display: inline-block;
vertical-align: text-bottom;
}
.email-list {
max-height: 510px;
overflow-y: auto;
}
.email-list ul {
margin-bottom: 0px;
}
.email-list-item {
color: #000;
}
.email-list-item .email-author img {
width: 35px;
border-radius: 100%;
}
.email-list-item .email-author span.author-name {
margin-left: 7px;
font-weight: 600;
line-height: 25px;
}
.email-list-item .email-author span.email-date {
float: right;
opacity: .6;
line-height: 25px;
font-size: 12px;
}
.email-list-item .email-info {
display: block;
margin-top: 8px;
}
.email-list-item .email-info .email-subject {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
.email-list-item .email-info .email-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
opacity: .7;
}
.email-list li a:active,
.email-list li a:focus,
.email-menu li a:active,
.email-menu li a:focus {
color: #2b2b2b;
}
.email-list li a {
display: block;
padding: 18px 12px;
border-bottom: 1px solid #dfe7f5;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.email-list li:last-child a {
border-color: transparent;
}
.email-list li a:hover {
background: rgba(0,0,0,.03);
}
.email-list li.active a {
background: rgba(0,0,0,.03);
}
.email-actions .compose {
width: 100%;
}
.mail-header {
width: 100%;
display: block;
overflow: hidden;
}
.mail-header .mail-title {
float: left;
line-height: 38px;
font-size: 16px;
font-weight: 600;
color: #384C6D;
}
.mail-header .mail-actions {
float: right;
}
.mail-info {
display: block;
width: 100%;
overflow: hidden;
margin-top: 15px;
}
.mail-info .mail-author {
float: left;
}
.mail-info .mail-author img {
width: 50px;
border-radius: 50px;
border: 4px solid #dfe7f5;
float: left;
}
.mail-info .mail-author-info {
padding: 0 15px;
display: inline-block;
height: 50px;
}
.mail-info .mail-author span.mail-author-name {
display: block;
font-weight: 600;
line-height: 25px;
}
.mail-info .mail-author span.mail-author-address {
display: block;
line-height: 25px;
}
.mail-info .mail-other-info {
float: right;
display: inline-block;
}
.mail-info .mail-other-info span {
line-height: 50px;
}
.mailbox .card {
min-height: calc(100% - 25px);
}
/* Todo */
.todo-menu h3 {
font-size: 12px;
font-weight: 600;
color: #384C6D;
text-transform: uppercase;
margin: 30px 0 10px 0!important;
}
.todo-menu ul li a {
color: #384C6D;
display: block;
padding: 5px 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.todo-menu ul li a:hover,
.todo-menu ul li.active a {
color: #023b68;
}
.todo-menu ul li a i {
width: 25px;
display: inline-block;
vertical-align: middle;
}
.todo-list ul li a {
display: block;
background: #F2F2F2;
border: 1px solid #E6E6E6;
width: 100%;
margin-bottom: 5px;
padding: 12px 20px 12px 43px;
color: #384C6D;
border-radius: 4px;
}
.todo-list ul li a.done,
.todo-list ul li a.done:hover {
text-decoration: line-through!important;
}
/* File Manager */
.file-manager-menu {
margin-top: 20px;
}
.file-manager-menu .fmm-title {
padding: 10px 15px;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
opacity: .4;
}
.file-manager-menu ul li a {
margin: 10px 15px;
display: block;
color: #384C6D;
opacity: .6;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.file-manager-menu ul li a.active,
.file-manager-menu ul li a:hover {
color: #023b68;
opacity: 1;
}
.file-manager-menu ul li a i {
font-size: 18px;
vertical-align: top;
margin-right: 10px;
}
.file-manager-menu.label-menu ul li a i {
width: 6px;
height: 6px;
border-radius: 6px;
background: #000;
display: inline-block;
vertical-align: middle;
margin: 0 16px 0 6px;
}
.storage-info {
display: block;
padding: 10px 15px;
}
.storage-info .storage-info-title {
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
opacity: .4;
display: block;
margin-bottom: 15px;
}
.storage-info .storage-info-text {
margin-bottom: 10px;
display: block;
font-weight: 500;
font-size: 12px;
}
.file-list,
.recent-files .file {
margin-bottom: 0;
}
.file-options {
position: absolute;
right: 0;
top: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.file:hover .file-options,
.folder:hover .file-options {
visibility: visible;
opacity: 1;
}
.file-options > a {
margin: 15px 10px;
display: block;
color: #384C6D;
opacity: 0.6;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.file-options > a i {
font-size: 19px;
}
.file-options > a:hover {
opacity: 1;
}
.file-options > a::after {
display: none;
}
.file .file-icon {
vertical-align: middle;
font-size: 48px;
text-align: center;
line-height: 100px;
}
.file .file-icon i {
vertical-align: middle;
font-size: 48px;
}
.file.photo .file-icon i {
color: #5780F7;
}
.file.pdf .file-icon i {
color: #EB463F;
}
.file .file-info p {
font-weight: 500;
margin-bottom: 0;
}
.file .file-info span.file-size {
color: rgba(0,0,0,.4);
}
.file .file-info span.file-date {
font-size: 12px;
color: rgba(0,0,0,.4);
margin-top: 10px;
display: block;
}
.folder .folder-icon {
float: left;
}
.folder .folder-icon i {
font-size: 36px;
}
.folder .folder-info {
display: block;
margin-left: 20px;
float: left;
}
.folder .folder-info a {
font-weight: 500;
margin-bottom: 0;
color: #384C6D;
display: block;
}
.folder .folder-info span {
font-size: 12px;
color: rgba(0,0,0,.4);
}
.upgrade-text ul {
list-style-type: circle;
color: rgba(255,255,255,.7);
padding-left: 25px;
font-weight: 500;
}
.upgrade-image {
height: 180px;
background: url(../images/file-manager-upgrade.svg) center center no-repeat;
background-size: contain;
}
@media (max-width: 1200px) {
.file {
margin-bottom: 20px!important;
}
}
/* Dashboard */
.stat-card p {
float: left;
opacity: .7;
}
.stat-card h2 {
margin-top: -7px;
font-size: 28px;
}
.stat-card .progress {
clear: both;
}
.info-text ul {
list-style-type: circle;
color: rgba(255,255,255,.7);
padding-left: 25px;
font-weight: 500;
}
.info-image {
height: 200px;
background: url(../images/dashboard-info.svg) center center no-repeat;
background-size: contain;
}
#visitorsChart {
height: 157px!important;
margin-top: 30px!important;
display: block;
}
.social-media-list {
margin-top: 26px;
display: block;
}
.social-media-list .social-media-item {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
overflow: hidden;
}
.social-media-list .social-media-item:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.social-media-item .social-icon {
float: left;
margin-right: 5px;
border-radius: 100%;
width: 40px;
background: #5780F7;
height: 40px;
text-align: center;
color: #fff;
line-height: 40px;
}
.social-media-item .social-icon i {
vertical-align: middle;
}
.social-media-item .social-text {
display: block;
float: left;
padding: 5px 10px;
width: calc(100% - 50px);
}
.social-media-item .social-text p {
margin-bottom: 2px;
font-weight: 500;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.social-media-item .social-text span {
font-size: 12px;
opacity: .6;
}
.social-media-item .social-icon.twitter {
background: #1DA1F2;
}
.social-media-item .social-icon.google {
background: #DD5044;
}
.social-media-item .social-icon.facebook {
background: #4267B2;
}
.popular-products {
height: 365px;
overflow: hidden;
position: relative;
}
.popular-products canvas {
margin-top: 10px;
}
.popular-product-list {
margin-top: 10px;
}
.popular-product-list ul li {
padding: 12px 12px;
border-bottom: 1px solid #E5E9EC;
}
.popular-product-list ul li:last-child {
border-bottom: none;
}
.popular-product-list ul li span.badge {
float: right;
}
/* RESPONSIVE */
@media (max-width: 991px) {
.lime-header {
padding: 15px;
}
.navbar-collapse {
height: 0px!important;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin-top: 0px;
}
.navbar-collapse.show {
height: 50px!important;
opacity: 1;
margin-top: 20px;
}
.lime-header .navbar-nav {
flex-direction: row;
float: right;
margin-right: -13px;
}
.lime-header .search {
width: calc(100% - 90px);
left: 0;
transform: translateX(0);
margin: 0!important;
}
.mailbox-search {
margin-top: 10px;
}
.email-list {
border-left: 0;
border-right: 0;
margin-bottom: 30px;
}
.search-results {
top: 158px;
}
.search-result-list {
list-style-type: none;
padding: 0 40px;
}
.search-results .search-results-header {
padding: 20px 40px;
margin-bottom: 20px;
}
}
@media (max-width: 576px) {
.mailbox-options button {
display: block;
width: 100%;
margin: 0 0 5px 0!important;
}
.mailbox-options {
display: block!important;
}
.mail-count {
margin: 0 auto;
display: block;
text-align: center;
width: auto;
}
.mail-left-btn {
float: left;
display: inline-block;
width: auto!important;
}
.mail-right-btn {
float: right;
display: inline-block;
width: auto!important;
}
.icon-list-row i {
font-size: 32px;
margin: 10px;
width: 100%;
text-align: center;
}
.login-page .login-box {
width: calc(100% - 30px);
}
}
/* Loader */
.loader {
position: fixed;
height: 100%;
width: 100%;
background: #fff;
z-index: 9999;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.loader .spinner-grow {
top: 50%;
left: 50%;
margin: -13px 0 0 -13px;
position: absolute;
}
.no-loader .loader {
visibility: hidden;
opacity: 0;
} | public/assets/back__/css/lime.css | [1. Global Styles]
------------------------------------------------------------*/
html,
body {
font-size: 13px;
width: 100%;
height: 100%;
}
html {
overflow-x: hidden;
}
body {
background-color: #F4F7FC;
font-weight: normal;
color: #384C6D;
line-height: 1.6;
}
a,
a:hover {
color: #023b68;
}
p {
line-height: 1.6;
}
small {
font-size: 80%;
font-weight: 400;
}
menu {
padding-left: 0px;
}
body,
span,
text,
a {
font-family: 'Poppins', sans-serif;
}
a:hover,
a:active,
a:focus {
outline: none!important;
text-decoration: none!important;
}
b,
strong,
.bold {
font-weight: 600;
}
/* Utilities */
/* Divider */
.divider {
display: block;
content: '';
width: 100%;
height: 1px;
background: #dfe7f5;
margin: 30px 0;
}
/* Margins & Paddings */
.no-s {
margin: 0px!important;
padding: 0px!important;
}
.no-m {
margin: 0;
}
.no-p {
padding: 0;
}
.m {
margin: 15px;
}
.m-t-xxs {
margin-top: 5px;
}
.m-r-xxs {
margin-right: 5px;
}
.m-b-xxs {
margin-bottom: 5px;
}
.m-l-xxs {
margin-left: 5px;
}
.m-t-xs {
margin-top: 10px;
}
.m-r-xs {
margin-right: 10px;
}
.m-b-xs {
margin-bottom: 10px;
}
.m-l-xs {
margin-left: 10px;
}
.m-t-sm {
margin-top: 15px;
}
.m-r-sm {
margin-right: 15px;
}
.m-b-sm {
margin-bottom: 15px;
}
.m-l-sm {
margin-left: 15px;
}
.m-t-md {
margin-top: 20px;
}
.m-r-md {
margin-right: 20px;
}
.m-b-md {
margin-bottom: 20px;
}
.m-l-md {
margin-left: 20px;
}
.m-t-lg {
margin-top: 25px;
}
.m-r-lg {
margin-right: 25px;
}
.m-b-lg {
margin-bottom: 25px;
}
.m-l-lg {
margin-left: 25px;
}
.m-t-xxl {
margin-top: 30px;
}
.m-r-xxl {
margin-right: 30px;
}
.m-b-xxl {
margin-bottom: 30px;
}
.m-l-xxl {
margin-left: 30px;
}
.m-t-n-xxs {
margin-top: -5px;
}
.m-r-n-xxs {
margin-right: -5px;
}
.m-b-n-xxs {
margin-bottom: -5px;
}
.m-l-n-xxs {
margin-left: -5px;
}
.m-t-n-xs {
margin-top: -10px;
}
.m-r-n-xs {
margin-right: -10px;
}
.m-b-n-xs {
margin-bottom: -10px;
}
.m-l-n-xs {
margin-left: -10px;
}
.m-t-n-sm {
margin-top: -15px;
}
.m-r-n-sm {
margin-right: -15px;
}
.m-b-n-sm {
margin-bottom: -15px;
}
.m-l-n-sm {
margin-left: -15px;
}
.m-t-n-md {
margin-top: -20px;
}
.m-r-n-md {
margin-right: -20px;
}
.m-b-n-md {
margin-bottom: -20px;
}
.m-l-n-md {
margin-left: -20px;
}
.m-t-n-lg {
margin-top: -25px;
}
.m-r-n-lg {
margin-right: -25px;
}
.m-b-n-lg {
margin-bottom: -25px;
}
.m-l-n-lg {
margin-left: -25px;
}
.m-t-n-xxl {
margin-top: -30px;
}
.m-r-n-xxl {
margin-right: -30px;
}
.m-b-n-xxl {
margin-bottom: -30px;
}
.m-l-n-xxl {
margin-left: -30px;
}
.p {
padding: 15px;
}
.p-h-xxs {
padding-left: 5px;
padding-right: 5px;
}
.p-h-xs {
padding-left: 10px;
padding-right: 10px;
}
.p-h-sm {
padding-left: 15px;
padding-right: 15px;
}
.no-p-h {
padding-left: 0;
padding-right: 0;
}
.no-p-v {
padding-top: 0;
padding-bottom: 0;
}
.p-h-md {
padding-left: 20px;
padding-right: 20px;
}
.p-h-lg {
padding-left: 25px;
padding-right: 25px;
}
.p-h-xxl {
padding-left: 30px;
padding-right: 30px;
}
.p-v-xxs {
padding-top: 5px;
padding-bottom: 5px;
}
.p-v-xs {
padding-top: 10px;
padding-bottom: 10px;
}
.p-v-sm {
padding-top: 15px;
padding-bottom: 15px;
}
.p-v-md {
padding-top: 20px;
padding-bottom: 20px;
}
.p-v-lg {
padding-top: 25px;
padding-bottom: 25px;
}
.p-v-xxl {
padding-top: 30px;
padding-bottom: 30px;
}
/* Width & Height */
.full-height {
height: 100%!important;
}
.full-width {
width: 100%!important;
}
.w-xxs {
width: 50px;
}
.w-xs {
width: 90px;
}
.w-sm {
width: 140px;
}
.w {
width: 200px;
}
.w-md {
width: 240px;
}
.w-lg {
width: 280px;
}
.w-xl {
width: 330px;
}
.w-xxl {
width: 370px;
}
.w-auto {
width: auto;
}
.h-auto {
height: auto;
}
/* Borders */
.no-b {
border: 0!important;
}
.b {
border: 1px solid #E6E6E6;
}
.b-t {
border-top: 1px solid #E6E6E6;
}
.b-r {
border-right: 1px solid #E6E6E6;
}
.b-b {
border-bottom: 1px solid #E6E6E6;
}
.b-l {
border-left: 1px solid #E6E6E6;
}
.b-default {
border-color: #E6E6E6;
}
.b-primary {
border-color: #023b68;
}
.b-info {
border-color: #5780F7;
}
.b-success {
border-color: #59BB56;
}
.b-warning {
border-color: #FACC35;
}
.b-danger {
border-color: #EB463F;
}
.b-2 {
border-width: 2px;
}
.b-3 {
border-width: 3px;
}
.b-4 {
border-width: 4px;
}
.b-n-t {
border-top: 0;
}
.b-n-r {
border-right: 0;
}
.b-n-b {
border-bottom: 0;
}
.b-n-l {
border-left: 0;
}
/* Radius */
.no-r {
border-radius: 0!important;
}
.r {
border-radius: 2px;
}
.r-t-l {
border-top-left-radius: 2px;
}
.r-t-r {
border-top-right-radius: 2px;
}
.r-b-l {
border-bottom-left-radius: 2px;
}
.r-b-r {
border-bottom-right-radius: 2px;
}
.no-r-t-l {
border-top-left-radius: 0!important;
}
.no-r-t-r {
border-top-right-radius: 0!important;
}
.no-r-b-l {
border-bottom-left-radius: 0!important;
}
.no-r-b-r {
border-bottom-right-radius: 0!important;
}
/* Backgrounds */
.bg-primary {
background-color: #023b68!important;
}
.bg-secondary {
background-color: #E6E6E6!important;
}
.bg-success {
background-color: #06BA54!important;
}
.bg-danger {
background-color: #EB3F3F!important;
}
.bg-warning {
background-color: #FFCD36!important;
}
.bg-info {
background-color: #5780F7!important;
}
.bg-light {
background-color: #F4F4F5!important;
}
.bg-dark {
background-color: #37414D!important;
}
/* Text Colors */
.text-primary {
color: #023b68!important;
}
.text-secondary {
color: #E6E6E6!important;
}
.text-success {
color: #06BA54!important;
}
.text-danger {
color: #EB3F3F!important;
}
.text-warning {
color: #FFCD36!important;
}
.text-info {
color: #5780F7!important;
}
.text-light {
color: #F4F4F5!important;
}
.text-dark {
color: #37414D!important;
}
/* Header */
.lime-header {
padding: 30px;
width: 100%;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
z-index: 9;
display: block;
}
.header-fixed .lime-header {
position: fixed;
top: 0;
width: 100%;
}
.lime-header.scroll-header {
padding: 0 30px;
background: #023b68;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
}
.sidebar-show .lime-header {
transform: translateX(300px);
}
.lime-header .navbar {
padding: 8px 13px;
}
.lime-header .navbar-brand {
color: #023b68;
font-size: 22px;
font-weight: 700;
margin-right: 25px
}
.lime-header.scroll-header .navbar-brand {
color: #fff;
}
.navbar-toggler {
padding: 0;
line-height: 32px;
font-size: 24px;
border: none;
color: #7D7D83;
outline: 0!important;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.navbar-toggler:hover {
color: #000;
}
.lime-header .search {
width: 40%;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header .search input {
border: none;
padding: 15px 15px 15px 50px;
height: 50px;
width: 100%;
font-size: 13px;
background: rgba(255,255,255,.95);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 0.95;
color: #838D91;
border-radius: 4px;
}
.lime-header .search:hover input,
.lime-header .search input:focus,
.lime-header .search input:active {
opacity: 1;
outline: 0 none!important;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
background: rgba(255,255,255,1);
}
.lime-header .search input::-webkit-input-placeholder {
color: rgba(131, 141, 145,.6);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header .search:before {
display: block;
content: 'search';
font-family: 'Material Icons';
font-size: 20px;
height: 50px;
line-height: 50px;
padding: 0 20px;
position: absolute;
z-index: 99;
color: rgba(131, 141, 145,.6);
}
.search-results {
visibility: hidden;
opacity: 0;
width: 100%;
position: fixed;
top: 126px;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
background: rgba(244, 247, 252,.975);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
overflow-y: auto;
}
.search-results .search-results-header {
padding: 50px 40px;
overflow: hidden;
display: block;
margin-bottom: 50px;
}
.search-results .search-results-header h4 {
float: left;
margin-bottom: 0;
}
.search-results .search-results-header a#closeSearch {
float: right;
vertical-align: middle;
color: #384C6D;
opacity: .7;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.search-results .search-results-header a#closeSearch:hover {
opacity: 1;
}
.searching {
overflow-y: hidden;
}
.searching .search-results {
visibility: visible;
opacity: 1;
}
.search-result-list {
list-style-type: none;
padding: 0 40px;
}
.search-result-list li {
display: block;
clear: both;
margin-bottom: 40px;
overflow: hidden;
}
.search-result-list.user-search li img {
width: 50px;
border-radius: 50px;
float: left;
}
.search-result-list.user-search li p {
display: block;
float: left;
padding: 5px 15px;
width: calc(100% - 50px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.search-result-list span.search-input-value {
font-weight: bold;
}
.search-result-list.article-search li p {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(131, 141, 145,.3);
}
.search-result-list.article-search li span:not(.search-input-value) {
opacity: .6;
}
.search-result-list.social-search li .social-search-icon {
float: left;
display: inline-block;
margin: 0 10px 0 0;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: #000;
color: #fff;
border-radius: 50px;
}
.search-result-list.social-search li .social-search-icon.facebook-icon-bg {
background: #4267B2;
}
.search-result-list.social-search li .social-search-icon.twitter-icon-bg {
background: #1DA1F2;
}
.search-result-list.social-search li .social-search-icon.google-icon-bg {
background: #DD5044;
}
.search-result-list.social-search li .social-search-text {
display: inline-block;
float: left;
padding: 5px;
}
.search-result-list.social-search li .social-search-text p {
line-height: 40px;
}
.lime-header .navbar-nav > li > a {
font-size: 13px;
color: #7D7D83;
line-height: 30px;
padding: 10px!important;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header.scroll-header .navbar-nav > li > a {
color: rgba(255,255,255,.8)!important;
}
.lime-header .navbar-nav > li > a:hover,
.lime-header .navbar-nav > li.show > a {
color: #000;
}
.lime-header.scroll-header .navbar-nav > li > a:hover,
.lime-header.scroll-header .navbar-nav > li.show > a {
color: rgba(255,255,255,1)!important;
}
.lime-header .navbar-nav > li > a > i {
font-size: 21px;
vertical-align: middle;
}
.lime-header .navbar-nav .dropdown a.dropdown-toggle::after {
display: none;
}
.lime-header .navbar-nav .dropdown .dropdown-menu {
position: absolute;
background: #fff;
padding: 8px 0px;
margin-top: 12px;
list-style-type: none;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
visibility: hidden;
border-radius: 4px;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
z-index: 99;
display: block;
border: none;
}
.lime-header .navbar-nav .dropdown.show .dropdown-menu {
opacity: 1;
margin-top: 0px;
visibility: visible;
}
.lime-header .navbar-nav .dropdown .dropdown-menu a {
color: #838D91;
padding: 8px 16px;
display: block;
margin: 0;
font-size: 13px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-header .navbar-nav .dropdown .dropdown-menu a:hover {
background: #F4F7FC;
color: #023b68;
}
.lime-header .navbar-nav .dropdown .dropdown-menu li.divider {
display: block;
width: 100%;
height: 1px;
background: #F2F2F2;
margin: 8px 0;
}
/* Sidebar Toggle */
.material-design-hamburger a {
display: block;
border: none;
background: none;
outline: 0;
margin-right: 10px;
}
.material-design-hamburger__icon {
padding: 15px;
cursor: pointer;
background: transparent;
border: none;
}
.material-design-hamburger__icon:focus,
.material-design-hamburger__icon:active {
outline: 0;
}
.material-design-hamburger__layer {
display: block;
width: 13px;
height: 2px;
background: #7D7D83;
position: relative;
animation-duration: 200ms;
animation-timing-function: ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.material-design-hamburger:hover .material-design-hamburger__layer {
background: #000;
}
.lime-header.scroll-header .material-design-hamburger__layer {
background: rgba(255,255,255,.8);
}
.lime-header.scroll-header .material-design-hamburger:hover .material-design-hamburger__layer {
background: rgba(255,255,255,1);
}
.material-design-hamburger__layer:before, .material-design-hamburger__layer:after {
display: block;
width: inherit;
height: 2px;
position: absolute;
background: inherit;
left: 0;
content: '';
animation-duration: 100ms;
animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}
.material-design-hamburger__layer:before {
bottom: 250%;
}
.material-design-hamburger__layer:after {
top: 250%;
}
.material-design-hamburger__icon--to-arrow {
animation-name: material-design-hamburger__icon--slide;
animation-fill-mode: forwards;
}
.material-design-hamburger__icon--to-arrow:before {
animation-name: material-design-hamburger__icon--slide-before;
animation-fill-mode: forwards;
bottom: 200%;
}
.material-design-hamburger__icon--to-arrow:after {
animation-name: material-design-hamburger__icon--slide-after;
animation-fill-mode: forwards;
top: 200%;
}
.material-design-hamburger__icon--from-arrow {
animation-name: material-design-hamburger__icon--slide-from;
}
.material-design-hamburger__icon--from-arrow:before {
animation-name: material-design-hamburger__icon--slide-before-from;
}
.material-design-hamburger__icon--from-arrow:after {
animation-name: material-design-hamburger__icon--slide-after-from;
}
@keyframes material-design-hamburger__icon--slide {
0% {
}
100% {
transform: rotate(180deg);
}
}
@keyframes material-design-hamburger__icon--slide-before {
0% {
}
100% {
transform: rotate(45deg);
margin: -5% 40%;
width: 75%;
}
}
@keyframes material-design-hamburger__icon--slide-after {
0% {
}
100% {
transform: rotate(-45deg);
margin: -5% 40%;
width: 75%;
}
}
@keyframes material-design-hamburger__icon--slide-from {
0% {
transform: rotate(-180deg);
}
100% {
}
}
@keyframes material-design-hamburger__icon--slide-before-from {
0% {
transform: rotate(45deg);
margin: -5% 40%;
width: 75%;
}
100% {
}
}
@keyframes material-design-hamburger__icon--slide-after-from {
0% {
transform: rotate(-45deg);
margin: -5% 40%;
width: 75%;
}
100% {
}
}
/* Sidebar */
.lime-sidebar {
position: fixed;
display: block;
left: 0;
top: 0;
bottom: 0;
height: 100%;
background: #fff;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
width: 300px;
z-index: 999;
transform: translateX(-100%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 0;
}
.sidebar-show .lime-sidebar {
transform: translateX(0);
opacity: 1;
}
.lime-sidebar .lime-sidebar-inner {
padding: 57px 50px;
}
.lime-sidebar .slimScrollDiv,
.lime-sidebar .lime-sidebar-inner {
height: 100%!important;
}
.lime-sidebar .lime-sidebar-inner ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.lime-sidebar .lime-sidebar-inner ul li {
display: block;
overflow: hidden;
}
.lime-sidebar .lime-sidebar-inner ul li a {
display: block;
color: rgba(27, 29, 93, .5);
margin: 9px 0px;
font-weight: normal;
font-size: 13px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-sidebar .lime-sidebar-inner ul li a:hover,
.lime-sidebar .lime-sidebar-inner ul li.open > a {
color: rgba(27, 29, 93, 1);
}
.lime-sidebar .lime-sidebar-inner ul li a i:not(.has-sub-menu) {
font-size: 18px;
vertical-align:top;
margin-right: 10px;
}
.lime-sidebar .lime-sidebar-inner ul li a i.has-sub-menu {
vertical-align: middle;
font-size: 19px;
float: right;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.lime-sidebar .lime-sidebar-inner ul li.open > a > i.has-sub-menu {
transform: rotate(-90deg);
}
.lime-sidebar .lime-sidebar-inner ul li a.active {
color: #023b68;
}
.lime-sidebar .lime-sidebar-inner ul li.sidebar-title {
display: block;
text-transform: uppercase;
font-weight: 600;
color: rgba(131, 141, 145,1);
font-size: 12px;
margin: 40px 0 10px 0;
display: block;
overflow:hidden;
float: none;
}
.lime-sidebar .lime-sidebar-inner ul li.sidebar-title:first-child {
margin-top: 0;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu {
margin-left: 8px;
border-left: 2px solid #f1f1f1;
display: none;
position: relative;
overflow: hidden;
padding: 8px 0px 8px 18px;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li a {
font-size: 12px;
margin: 6px 0;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li {
display: block;
overflow: hidden;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li a.active {
color: rgba(27, 29, 93, 1);
}
.lime-sidebar .lime-sidebar-inner ul li.active-page > a {
color: #023b68;
}
/* Theme Settings */
.theme-settings-sidebar {
right: 0;
top: 0;
bottom: 0;
background: #fff;
width: 300px;
display: block;
position: fixed;
z-index: 100;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
transform: translateX(100%);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.show-theme-settings .theme-settings-sidebar {
transform: translateX(0);
}
.theme-settings-sidebar .theme-settings-inner {
padding: 57px 50px;
}
.theme-settings-sidebar .theme-sidebar-title {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
color: rgba(131, 141, 145,1);
margin-bottom: 20px;
display: block;
}
.theme-settings-sidebar .themes-info {
color: rgba(131, 141, 145,1);
}
.theme-settings-sidebar .theme-item {
display: block;
overflow: hidden;
padding: 5px;
background: rgba(55, 65, 77,.4);
position: relative;
margin-top: 20px;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: .8;
}
.theme-settings-sidebar .theme-item:hover,
.theme-settings-sidebar .theme-item.active {
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
background: rgba(55, 65, 77,.6);
opacity: 1;
}
.theme-settings-sidebar .theme-item img {
width: 100%;
display: block;
}
.theme-settings-sidebar .theme-item .theme-title {
font-size: 12px;
margin: 10px 10px 5px 10px;
text-transform: uppercase;
color: rgba(255,255,255,1);
font-weight: 600;
}
.theme-settings-sidebar .theme-item .coming-theme {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(255,255,255,.7);
text-align: center;
line-height: 148px;
text-transform: uppercase;
font-size: 12px;
color: #384C6D;
font-weight: bold;
}
/* Page Container */
.lime-container {
display: block;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.header-fixed .lime-container {
margin-top: 129px;
}
.sidebar-show .lime-container {
transform: translateX(300px);
}
.lime-container .lime-body .container-fluid,
.lime-container .lime-footer .container-fluid {
padding-left: 50px;
padding-right: 50px;
}
/* Page Title */
.page-title h3 {
padding: 0 25px;
display: block;
margin: 0 0 30px 0;
font-size: 22px;
}
.page-title .breadcrumb {
background: transparent;
}
.page-title .page-desc {
font-size: 14px;
margin: 0 25px 30px;
}
.page-title .divider {
height: 1px;
width: 100%;
margin: 20px 0 30px;
background: #dfe7f5;
}
/* Footer */
.lime-footer .footer-text {
display: block;
padding: 10px 25px 30px;
}
/*** UI ELEMENTS ***/
/* Cards */
.card {
border: 0;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
margin-bottom: 25px;
border-radius: 4px;
}
.card .card-body {
padding: 25px;
}
.card .card-body .card-title {
font-size: 14px;
margin-bottom: 20px;
color: #000000;
}
.card-img-top {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.card-header {
padding: 10px 15px;
margin-bottom: 0;
background-color: #F2F2F2;
border-bottom: 1px solid #E6E6E6;
border-top-left-radius: 4px!important;
border-top-right-radius: 4px!important;
}
.card-header-pills {
margin-right: 0;
margin-left: 0;
}
.card-header-tabs {
margin-right: 0;
margin-bottom: -10px;
margin-left: 0;
border-bottom: 0;
}
.card-footer {
padding: 10px 15px;
background-color: #F2F2F2;
border-top: 1px solid #E6E6E6;
}
.card.text-white .card-title {
color: #fff;
}
.card.card-transparent {
background: transparent!important;
box-shadow: none;
}
.head-card {
background: transparent;
box-shadow: none;
margin-bottom: 0;
}
/* Breadcrumb */
.breadcrumb {
background: transparent;
padding: 15px 25px;
background: #F4F4F5;
}
.breadcrumb-item.active {
color: #384C6D;
}
.breadcrumb-item + .breadcrumb-item::before {
color: rgba(27, 29, 93, .3);
vertical-align: middle;
}
.breadcrumb-separator-1 .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-separator-2 .breadcrumb-item+.breadcrumb-item::before {
font-family: "Material Icons";
}
.breadcrumb-separator-1 .breadcrumb-item+.breadcrumb-item::before {
content: '\e315';
}
.breadcrumb-separator-2 .breadcrumb-item+.breadcrumb-item::before {
content: '\e5c8';
}
/* Alerts */
.alert {
border: 0;
padding: 15px 25px;
}
.alert.alert-primary {
background: #023b68;
color: #fff;
}
.alert.alert-secondary {
background: #e6e6e6;
color: #384C6D;
}
.alert.alert-success {
background: #b7ffb5;
color: #137a10;
}
.alert.alert-danger {
background: #ffcecc;
color: #cf1b15;
}
.alert.alert-warning {
background: #ffeaa3;
color: #9c7c11;
}
.alert.alert-info {
background: #ccdaff;
color: #284ebf;
}
.alert.alert-light {
background: #F4F4F5;
color: #384C6D;
}
.alert.alert-dark {
background: #37414d;
color: #fff;
}
.alert .alert-link {
color: inherit!important;
font-weight: 600;
}
/* Badge */
.badge {
padding: 6px 10px;
font-weight: 600;
}
.badge.badge-primary {
background: #023b68;
}
.badge.badge-secondary {
background: #e6e6e6;
color: #384C6D;
}
.badge.badge-success {
background: #06ba54;
}
.badge.badge-danger {
background: #eb3f3f;
}
.badge.badge-warning {
background: #ffcd36;
}
.badge.badge-info {
background: #5780F7;
}
.badge.badge-light {
background: #F4F4F5;
color: #384C6D;
}
.badge.badge-dark {
background: #37414d;
}
/* Buttons */
.btn {
padding: 6px 10px;
font-size: 13px;
border: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn-xs {
padding: 4px 7px;
font-size: 11px;
}
.btn-sm {
padding: 5px 8px;
font-size: 12px;
}
.btn-lg {
padding: 9px 15px;
font-size: 14px;
}
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled.active,
.btn:disabled:active {
box-shadow: none!important;
}
.btn.btn-primary {
background: #023b68;
}
.btn.btn-primary:hover {
background: #1c89ff!important;
}
.btn.btn-primary:focus,
.btn.btn-primary.active,
.btn.btn-primary:active {
background: #1c89ff!important;
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.5);
}
.btn.btn-secondary {
background: #e6e6e6;
color: #384C6D;
}
.btn.btn-secondary:hover {
background: #dbdbdb!important;
color: #384C6D!important;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.active,
.btn.btn-secondary:active {
background: #dbdbdb!important;
box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.25);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn.btn-success {
background: #06ba54;
}
.btn.btn-success:hover {
background: #02c958!important;
}
.btn.btn-success:focus,
.btn.btn-success.active,
.btn.btn-success:active {
background: #02c958!important;
box-shadow: 0 0 0 0.2rem rgba(6, 186, 84, 0.25);
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(6, 186, 84, 0.5);
}
.btn.btn-danger {
background: #eb3f3f;
}
.btn.btn-danger:hover {
background: #fc6060!important;
}
.btn.btn-danger:focus,
.btn.btn-danger.active,
.btn.btn-danger:active {
background: #fc6060!important;
box-shadow: 0 0 0 0.2rem rgba(235, 63, 63, 0.25);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(235, 63, 63, 0.5);
}
.btn.btn-warning {
background: #ffcd36;
}
.btn.btn-warning:hover {
background: #ffd659!important;
}
.btn.btn-warning:focus,
.btn.btn-warning.active,
.btn.btn-warning:active {
background: #ffd659!important;
box-shadow: 0 0 0 0.2rem rgba(255, 205, 54, 0.25);
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 205, 54, 0.5);
}
.btn.btn-info {
background: #5780F7;
}
.btn.btn-info:hover {
background: #6f92fc!important;
}
.btn.btn-info:focus,
.btn.btn-info.active,
.btn.btn-info:active {
background: #6f92fc!important;
box-shadow: 0 0 0 0.2rem rgba(87, 128, 247, 0.25);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(87, 128, 247, 0.5);
}
.btn.btn-light {
background: #F4F4F5;
color: #384C6D;
}
.btn.btn-light:hover {
background: #f0f0f0!important;
color: #384C6D!important;
}
.btn.btn-light:focus,
.btn.btn-light.active,
.btn.btn-light:active {
background: #f0f0f0!important;
box-shadow: 0 0 0 0.2rem rgba(244, 244, 245, 0.25);
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(244, 244, 245, 0.5);
}
.btn.btn-dark {
background: #37414d;
}
.btn.btn-dark:hover {
background: #4d5a69!important;
}
.btn.btn-dark:focus,
.btn.btn-dark.active,
.btn.btn-dark:active {
background: #4d5a69!important;
box-shadow: 0 0 0 0.2rem rgba(55, 65, 77, 0.25);
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(55, 65, 77, 0.5);
}
.btn.btn-link {
color: #023b68;
text-decoration: none!important;
}
.btn.btn-link:hover {
background: #E9F1FE!important;
}
.btn.btn-outline-primary {
border: 1px solid #023b68;
color: #023b68;
}
.btn.btn-outline-primary:hover {
background: #023b68;
border-color: #023b68;
color: #fff;
}
.btn.btn-outline-secondary {
border: 1px solid #e6e6e6;
color: #384C6D;
}
.btn.btn-outline-secondary:hover {
background: #e6e6e6;
border-color: #e6e6e6;
color: #384C6D;
}
.btn.btn-outline-success {
border: 1px solid #06ba54;
color: #06ba54;
}
.btn.btn-outline-success:hover {
background: #06ba54;
border-color: #06ba54;
color: #fff;
}
.btn.btn-outline-danger {
border: 1px solid #eb3f3f;
color: #eb3f3f;
}
.btn.btn-outline-danger:hover {
background: #eb3f3f;
border-color: #eb3f3f;
color: #fff;
}
.btn.btn-outline-warning {
border: 1px solid #ffcd36;
color: #ffcd36;
}
.btn.btn-outline-warning:hover {
background: #ffcd36;
border-color: #ffcd36;
color: #384C6D;
}
.btn.btn-outline-info {
border: 1px solid #5780F7;
color: #5780F7;
}
.btn.btn-outline-info:hover {
background: #5780F7;
border-color: #5780F7;
color: #fff;
}
.btn.btn-outline-light {
border: 1px solid #F4F4F5;
color: #384C6D;
}
.btn.btn-outline-light:hover {
background: #F4F4F5;
border-color: #F4F4F5;
color: #384C6D;
}
.btn.btn-outline-dark {
border: 1px solid #37414d;
color: #37414d;
}
.btn.btn-outline-dark:hover {
background: #37414d;
border-color: #37414d;
color: #fff;
}
/* Dropdowns */
.dropdown-menu {
background: #fff;
padding: 8px 0px;
margin-top: 12px;
list-style-type: none;
border-radius: 4px;
box-shadow: 0 3px 10px rgba(62, 85, 120,.145);
z-index: 99;
border: none;
}
.dropdown-menu a {
color: #838D91;
padding: 8px 16px;
display: block;
margin: 0;
font-size: 13px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.dropdown-menu a.disabled {
opacity: .4;
}
.dropdown-menu a:hover {
background: #F4F7FC;
color: #023b68;
}
.dropdown-divider {
display: block;
width: 100%;
height: 1px;
background: #F2F2F2;
margin: 8px 0;
}
.dropdown-header {
padding: 8px 16px;
margin-bottom: 0;
font-size: 11px;
color: #384C6D;
white-space: nowrap;
font-weight: 600;
text-transform: uppercase;
}
.dropdown-menu .divider {
margin: 8px 0;
}
/* List Group */
.list-group-item {
padding: 10px 15px;
border: 1px solid #F2F2F2;
}
.list-group-item.active {
background-color: #023b68;
border-color: #023b68;
}
/* Media Object */
.media img {
border-radius: 4px;
}
/* Modal */
body.modal-open {
overflow: visible;
}
.modal-content {
border: 0;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
border-radius: 4px;
}
.modal-header {
border-bottom: 0;
padding: 25px 25px 20px;
}
.modal-title {
font-size: 14px;
color: #000;
}
.modal-body {
padding: 0 25px;
}
.modal-footer {
padding: 20px 25px 25px;
border: 0;
}
.modal-header .close i {
font-size: 18px!important;
color: #7D7D83;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-shadow: none;
}
.modal-header .close:hover i,
.modal-header .close:focus {
color: #000;
outline: 0;
}
/* Navs */
.nav-link {
color: #384C6D;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.nav-link:hover,
.nav-link.active {
color: #023b68;
}
.nav-tabs {
border-bottom: 1px solid #E6E6E6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-color: #E6E6E6 #E6E6E6 #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #023b68;
}
/* Pagination */
.page-link {
border: none;
background: #E6E6E6;
padding: 9px 15px;
color: #384C6D;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.page-item.active .page-link,
.page-link:focus,
.page-link:active,
.page-link:hover {
border: none;
background: #023b68;
color: #fff;
outline: 0!important;
box-shadow: none!important;
}
.pagination-circle .page-link {
border-radius: 34px!important;
margin-right: 5px;
}
/* Popovers */
.popover {
border: 0;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
}
.popover-header {
padding: 9px 15px;
background: #F2F2F2;
border-bottom-color: #E6E6E6;
}
.popover-body {
padding: 9px 15px;
font-size: 13px;
}
.popover .arrow:before {
display: none;
}
/* Progress */
.progress {
border-radius: 4px;
}
/* Spinners */
.btn .spinner-grow,
.btn .spinner-border {
vertical-align: middle;
}
/* Toasts */
.toast {
border: none;
border-radius: 4px;
}
.toast-header {
padding: 6px 10px;
}
.toast-header button.close i {
font-size: 18px;
vertical-align: middle;
}
.toast-body {
padding: 6px 10px;
}
.toast-body .toast-message {
padding-left: 20px;
display: block;
float: left;
}
/* Tables */
.table {
color: #384C6D;
}
.table * {
border-color: #E6E6E6!important;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #F2F2F2;
}
.table td,
.table th {
padding: 12px 20px;
}
.table thead th {
font-weight: 600;
border-top: 0;
}
.table.table-hover tbody tr {
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.table.table-hover tbody tr:hover {
background: #F2F2F2;
}
/* Icons */
.icon-list-row {
margin-top: 30px;
}
.icon-list-row i {
font-size: 23px;
}
/* Plugins */
/* Image Crop */
.img-preview {
height: 150px;
width: 220px;
overflow: hidden;
margin-bottom: 10px;
}
.image-crop img {
width: 100%;
height: 100;
}
.crop-img-text {
font-weight: 600;
font-size: 14px;
margin-bottom: 15px;
}
/* Select2 */
.select2-selection {
height: auto!important;
padding: 10px 15px;
border-radius: 4px!important;
box-shadow: none;
border-color: #E6E6E6!important;
}
.select2-selection .select2-selection__rendered {
line-height: 1.5!important;
padding-left: 0!important;
color: #384C6D!important;
}
.select2-selection .select2-selection__arrow {
height: 41px!important;
}
.select2-selection.select2-selection--multiple {
padding: 10px 15px!important;
min-height: 0px!important;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
margin-top: 3px;
margin-bottom: -3px;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered input {
margin-top: 0!important;
}
.select2-search--dropdown .select2-search__field {
padding: 10px 12px!important;
border-radius: 4px!important;
box-shadow: none;
border-color: #E6E6E6!important;
line-height: 19px;
color: #384C6D;
}
.select2-search--dropdown .select2-search__field:focus,
.select2-search--dropdown .select2-search__field:active {
box-shadow: none!important;
border-color: #E6E6E6!important;
outline:none;
}
.select2-dropdown {
padding: 10px 12px!important;
border-color: #E6E6E6!important;
border-top: 1px solid #E6E6E6!important;
margin-top: 3px!important;
border-radius: 4px!important;
}
.select2-dropdown--above {
margin-top: -3px!important;
border-bottom: 1px solid #E6E6E6!important;
}
.select2-selection__choice {
margin-top: 0!important;
height: 19px!important;
border: 0!important;
background: #F4F7FC!important;
color: #023b68!important;
font-size: 12px!important;
font-weight: 500!important;
}
.select2-results__option {
border-radius: 4px;
border-radius: 4px;
}
.select2-selection__choice span {
color: rgba(0,0,0,.3)!important;
}
.select2-container--default .select2-results__option .select2-results__option {
border-radius: 4px;
margin: 2px 0;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #F4F7FC;
color: #023b68;
}
.select2-container--default .select2-results__group {
padding: 6px;
font-size: 11px;
text-transform: uppercase;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background: #F2F2F2;
color: #384C6D;
}
/* Plupload */
.plupload_button {
padding: 6px 10px;
font-size: 13px;
border: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background: #e6e6e6;
color: #384C6D;
}
.plupload_button:hover{
background: #dbdbdb!important;
color: #384C6D!important;
}
.plupload_disabled,
a.plupload_disabled {
background: #e6e6e6;
color: #384C6D;
}
.plupload_disabled:hover,
a.plupload_disabled:focus {
box-shadow: none;
}
li.plupload_delete a {
background: none;
margin-top: -6px;
}
li.plupload_delete a::before {
background: none;
content: '\e15c';
font-family: 'Material Icons';
font-size: 19px;
display: block;
color: #EB463F;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
li.plupload_delete a:hover::before {
color: #fc6060;
}
/* Toastr */
#toast-container {
right: 30px;
top: 126px;
}
#toast-container .toast {
border-radius: 4px;
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
background: #fff!important;
opacity: .8;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 15px 25px;
}
#toast-container .toast .toast-message {
line-height: 19px;
font-size: 13px;
}
#toast-container .toast .toast-message::before {
background: none;
content: '';
font-family: 'Material Icons';
font-size: 19px;
display: block;
color: #fff;
float: left;
vertical-align: middle;
line-height: 19px;
margin-right: 10px;
height: 100%;
clear: both;
}
#toast-container .toast:hover {
box-shadow: 0 3px 10px rgba(62, 85, 120,.045);
opacity: 1;
}
#toast-container .toast.toast-success {
background: #59BB56!important;
}
#toast-container .toast.toast-success .toast-message::before {
content: '\e876';
}
#toast-container .toast.toast-info {
background: #5780F7!important;
}
#toast-container .toast.toast-info .toast-message::before {
content: '\e88f';
}
#toast-container .toast.toast-warning {
background: #FACC35!important;
}
#toast-container .toast.toast-warning .toast-message::before {
content: '\e002';
}
#toast-container .toast.toast-error {
background: #EB463F!important;
}
#toast-container .toast.toast-error .toast-message::before {
content: '\e001';
}
/* Sliders */
.irs--flat .irs-line,
.irs--flat .irs-min,
.irs--flat .irs-max {
background-color: #F2F2F2;
color: #384C6D;
}
.irs--flat .irs-grid-text {
color: #384C6D;
}
.irs--flat .irs-bar {
background-color: #2690ff;
}
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
background-color: #023b68;
}
.irs--flat .irs-handle:hover > i:first-child,
.irs--flat .irs-handle:focus > i:first-child,
.irs--flat .irs-handle.state_hover > i:first-child {
background-color: #1c89ff!important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
border-top-color: #023b68;
}
/* Forms */
.form-control {
padding: 10px 15px;
border-color: #E6E6E6;
border-radius: 4px;
height: auto;
color: #838D91;
}
.form-control::-webkit-input-placeholder {
color: rgba(131, 141, 145,.6);
}
.form-control:hover {
border-color: #dbdbdb;
}
.form-control:focus {
border-color: #75b7ff;
box-shadow: none;
color: #384C6D;
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #023b68;
background-color: #023b68;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.custom-control-label::after {
top: 3px;
left: -21px;
width: 15px;
height: 15px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
top: 2px;
left: -21px;
width: 15px;
height: 15px;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range::-webkit-slider-thumb {
background-color: #023b68;
}
.custom-range::-webkit-slider-thumb:active {
background-color: #80bdff;
}
.custom-range::-moz-range-thumb {
background-color: #023b68;
}
.custom-range::-moz-range-thumb:active {
background-color: #80bdff;
}
.custom-range::-ms-thumb {
background-color: #023b68;
}
.custom-range::-ms-thumb:active {
background-color: #80bdff;
}
.input-group-text {
border-color: #E6E6E6;
background: #F2F2F2;
border-radius: 4px;
}
.custom-file-label {
padding: 10px 15px;
border-color: #E6E6E6;
height: auto;
border-radius: 4px;
}
.custom-file-label::after {
padding: 10px 15px;
height: auto;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.invalid-feedback {
color: #EB463F;
}
.valid-feedback {
color: #59BB56;
}
/* PAGES */
/* Invoice */
.invoice-header {
padding: 0 0 30px 0;
display: block;
}
.invoice-header h5 {
font-size: 22px;
font-weight: bold;
}
.invoice-info {
display: block;
}
.invoice-info p span {
float: right;
}
/* Pricing Tables */
.pricing {
text-align: center;
border: 1px solid #E6E6E6;
font-size: 13px;
padding-left: 0;
border-radius: 4px;
}
.pricing li:first-child,
.pricing li:last-child {
padding: 20px 13px;
}
.pricing li {
list-style: none;
padding: 12px 8px;
}
.pricing li + li {
border-top: 1px solid #E6E6E6;
}
.pricing h1 {
font-size: 24px;
}
.pricing h3 {
margin-bottom: 0;
font-size: 32px;
}
.pricing span {
font-size: 12px;
color: rgba(27, 29, 93, .5);
font-weight: normal;
}
.pricing li:nth-last-child(2) {
padding: 30px 13px;
}
/* Help Center */
.help-menu {
display: block;
}
.help-menu h3 {
font-size: 12px;
font-weight: 600;
color: rgba(27, 29, 93, 1);
text-transform: uppercase;
margin-bottom: 10px;
}
.help-menu ul li a {
color: rgba(27, 29, 93, .5);
padding: 5px 0;
display: block;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.help-menu ul li a.active,
.help-menu ul li a.active:hover {
color: #023b68;
font-weight: normal;
}
.help-menu ul li a:hover {
color: rgba(27, 29, 93, 1);
}
.help-topics li a {
display: block;
margin: 5px 0;
color: rgba(27, 29, 93, .5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.help-topics li a:hover {
color: #023b68;
}
.help-topics {
display: block;
border-radius: 6px;
margin-top: 15px;
}
.help-topics h3 {
font-weight: 600;
margin-bottom: 15px;
font-size: 12px;
text-transform: uppercase;
}
/* Error Pages */
.error-page .container,
.error-page .error-container {
height: 100%;
position: relative;
}
.error-info {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.error-info h1 {
font-size: 148px;
color: #384C6D;
font-weight: bold;
}
.error-info p {
font-size: 14px;
}
.error-image {
position: absolute;
right: 0;
height: 100%;
width: 50%;
background: url(../images/404.svg) center center no-repeat;
background-size: contain;
}
body.err-500 .error-image {
background: url(../images/500.svg) center center no-repeat;
background-size: contain;
}
@media (max-width: 992px) {
.error-image {
display: none;
}
.error-info {
width: 100%;
text-align: center;
}
}
.coming-soon h1 {
font-size: 64px;
}
.coming-soon .error-image {
background: url(../images/coming-soon.svg) center center no-repeat;
background-size: contain;
}
/* Authentication */
.login-page {
background: url(../images/login.jpg) center center no-repeat;
background-size: cover;
}
.login-page::before {
display: block;
content: '';
position: absolute;
background: rgba(0,0,0,.5);
width: 100%;
height: 100%;
}
.login-page .lfh {
height: 100vh;
margin: 0 auto;
}
.login-page .login-box {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
}
.login-page .login-box .forgot-link {
line-height: 31px;
}
/* APPS */
/* Profile */
.profile-cover {
width: 100%;
display: block;
position: relative;
border-radius: 4px;
z-index: 1;
height: 350px;
background: url(../images/profile-bg.jpg) center center no-repeat;
background-size: cover;
}
.profile-cover:after {
display: block;
content: ' ';
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 6px;
background: linear-gradient(rgba(0,0,0,.3), black);
}
.profile-header {
display: block;
width: 100%;
margin-top: -110px;
padding: 0 30px;
overflow: hidden;
z-index: 2;
position: relative;
margin-bottom: 20px;
}
.profile-header .profile-img img {
width: 150px;
height: 150px;
border-radius: 150px;
border: 5px solid white;
}
.profile-header .profile-img {
float: left;
}
.profile-header .profile-name {
float: left;
margin-top: 50px;
margin-left: 30px;
}
.profile-header .profile-name h3 {
color: #fff;
font-weight: 400;
font-size: 22px;
line-height: 50px;
}
.profile-header .profile-header-menu {
float: right;
height: 100%;
margin-top: 39px;
}
.profile-header .profile-header-menu ul li {
float: left;
height: 100%;
padding: 25px;
}
.profile-header .profile-header-menu ul li a {
color: #7D7D83;
display: block;
font-weight: normal;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.profile-header .profile-header-menu ul li a:hover,
.profile-header .profile-header-menu ul li a.active {
color: #fff;
}
.profile-about-list {
margin-bottom: 0;
}
.profile-about-list li {
margin-bottom: 8px;
position: relative;
}
.profile-about-list li:last-child {
margin-bottom: 0px;
}
.profile-about-list li i {
font-size: 17px;
width: 25px;
position: absolute;
top: 2px;
}
.profile-about-list li span {
padding-left: 25px;
display: block;
}
.post-header,
.post-body {
display: block;
overflow: hidden;
width: 100%;
}
.post-header img {
width: 50px;
height: 50px;
border-radius: 50px;
float: left;
}
.post-header .post-info {
float: left;
padding: 5px 15px 0 15px;;
}
.post-header .post-info span.post-author {
font-size: 14px;
font-weight: 600;
color: #333;
}
.post-header .post-info span.post-date {
font-size: 13px;
}
.post-header .post-header-actions {
float: right;
padding: 15px 0;
}
.post-header .post-header-actions a {
line-height: 20px;
color: #646464;
}
.post-header .post-header-actions a:hover {
color: #333;
}
.post-body {
padding: 15px 0 0 0;
position: relative;
}
.post-body p {
margin-bottom: 0;
}
.post-body .post-image {
display: block;
width: 100%;
border-radius: 6px;
margin-top: 15px;
}
.post-actions,
.post-actions ul {
display: block;
overflow: hidden;
margin-bottom: 0;
}
.post-actions {
border-top: 1px solid #E6E6E6;
margin-top: 15px;
padding: 5px 10px 0;
}
.post-actions ul li a {
display: inline-block;
float: left;
padding: 5px 8px;
color: #384C6D;
font-size: 13px;
margin-right: 10px;
}
.post-actions ul li a:hover {
color: #000;
}
.post-actions ul li a.liked {
color: #844FF1;
}
.post-actions ul li a.liked i:before {
content: '\f004';
}
.post-actions ul li a i {
margin-right: 7px;
}
.post-comments {
margin-top: 5px;
border-top: 1px solid #E6E6E6;
padding-top: 15px;
}
.post-comments .post-comm {
display: block;
margin-bottom: 10px;
background: #fafafa;
border-radius: 4px;
padding: 15px;
overflow: hidden;
}
.post-comments .post-comm:last-child {
margin-bottom: 0;
}
.post-comments .post-comm img {
width: 30px;
height: 30px;
border-radius: 30px;
float: left;
}
.post-comments .post-comm .comment-container {
float: left;
padding: 0 10px;
width: calc(100% - 30px);
display: block;
}
.post-comments .post-comm .comment-container span.comment-author {
color: #333;
font-weight: 600;
display: block;
line-height: 30px;
}
.post-comments .post-comm .comment-container span.comment-author small {
float: right;
font-size: 12px;
color: #646464;
}
.post-comments .post-comm .comment-text {
padding: 10px 0 0 0;
display: inline-block;
}
.story-list .story {
overflow: hidden;
display: block;
margin-bottom: 10px;
}
.story-list .story:last-child {
margin-bottom: 0;
}
.story-list .story img {
width: 50px;
height: 50px;
border-radius: 50px;
border: 2px solid #023b68;
padding: 2px;
float: left;
display: inline-block;
}
.story-list .story .story-info {
display: inline-block;
float: left;
padding: 5px 15px;
}
.story-list .story .story-info span.story-author {
display: block;
line-height: 20px;
font-weight: 500;
color: #000;
}
.story-list .story .story-info span.story-time {
line-height: 20px;
font-size: 12px;
}
.mutual-friends-list {
display: block;
}
.mutual-friends-list img {
float: left;
width: 40px;
height: 40px;
border-radius: 40px;
border: 3px solid #fff;
margin-left: -8px;
z-index: 1;
display: inline-block;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
cursor: pointer;
}
.mutual-friends-list img:first-child {
margin-left: 0;
}
.mutual-friends-list img:hover {
z-index: 999;
transform: translateY(-5px);
}
.mutual-friends-list span {
line-height: 40px;
padding: 0 10px;
}
@media (max-width: 1200px) {
.profile-header {
margin-top: -60px;
}
.profile-cover {
height: 200px;
}
.profile-img {
display: block;
float: none!important;
}
.profile-img img {
margin: 0 auto;
display: inherit;
width: 100px!important;
height: 100px!important;
border-radius: 100px!important;
}
.profile-name {
display: block;
float: none!important;
text-align: center;
margin: 0!important;
}
.profile-name h3 {
color: #333!important;
}
.profile-header .profile-header-menu {
display: block;
float: none;
margin: 0;
text-align: center;
}
.profile-header .profile-header-menu ul li {
display: block;
padding: 0;
width: calc(100%/6);
text-align: center;
}
.profile-header .profile-header-menu ul li a {
padding: 10px;
text-align: center;
height: auto!important;
}
.profile-header .profile-header-menu ul li a:hover,
.profile-header .profile-header-menu ul li a.active {
color: #000;
}
}
/* Mailbox */
.mailbox-options {
height: 41px;
}
.mail-count {
line-height: 41px;
margin: 0 10px 0 10px;
}
.mailbox-menu ul li a {
color: #384C6D;
display: block;
margin: 0px 0 15px 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.mailbox-menu ul li a:hover,
.mailbox-menu ul li a.active {
color: #023b68;
}
.mailbox-menu ul li a i {
font-size: 16px;
width: 30px;
display: inline-block;
vertical-align: text-bottom;
}
.email-list {
max-height: 510px;
overflow-y: auto;
}
.email-list ul {
margin-bottom: 0px;
}
.email-list-item {
color: #000;
}
.email-list-item .email-author img {
width: 35px;
border-radius: 100%;
}
.email-list-item .email-author span.author-name {
margin-left: 7px;
font-weight: 600;
line-height: 25px;
}
.email-list-item .email-author span.email-date {
float: right;
opacity: .6;
line-height: 25px;
font-size: 12px;
}
.email-list-item .email-info {
display: block;
margin-top: 8px;
}
.email-list-item .email-info .email-subject {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
.email-list-item .email-info .email-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
opacity: .7;
}
.email-list li a:active,
.email-list li a:focus,
.email-menu li a:active,
.email-menu li a:focus {
color: #2b2b2b;
}
.email-list li a {
display: block;
padding: 18px 12px;
border-bottom: 1px solid #dfe7f5;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.email-list li:last-child a {
border-color: transparent;
}
.email-list li a:hover {
background: rgba(0,0,0,.03);
}
.email-list li.active a {
background: rgba(0,0,0,.03);
}
.email-actions .compose {
width: 100%;
}
.mail-header {
width: 100%;
display: block;
overflow: hidden;
}
.mail-header .mail-title {
float: left;
line-height: 38px;
font-size: 16px;
font-weight: 600;
color: #384C6D;
}
.mail-header .mail-actions {
float: right;
}
.mail-info {
display: block;
width: 100%;
overflow: hidden;
margin-top: 15px;
}
.mail-info .mail-author {
float: left;
}
.mail-info .mail-author img {
width: 50px;
border-radius: 50px;
border: 4px solid #dfe7f5;
float: left;
}
.mail-info .mail-author-info {
padding: 0 15px;
display: inline-block;
height: 50px;
}
.mail-info .mail-author span.mail-author-name {
display: block;
font-weight: 600;
line-height: 25px;
}
.mail-info .mail-author span.mail-author-address {
display: block;
line-height: 25px;
}
.mail-info .mail-other-info {
float: right;
display: inline-block;
}
.mail-info .mail-other-info span {
line-height: 50px;
}
.mailbox .card {
min-height: calc(100% - 25px);
}
/* Todo */
.todo-menu h3 {
font-size: 12px;
font-weight: 600;
color: #384C6D;
text-transform: uppercase;
margin: 30px 0 10px 0!important;
}
.todo-menu ul li a {
color: #384C6D;
display: block;
padding: 5px 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.todo-menu ul li a:hover,
.todo-menu ul li.active a {
color: #023b68;
}
.todo-menu ul li a i {
width: 25px;
display: inline-block;
vertical-align: middle;
}
.todo-list ul li a {
display: block;
background: #F2F2F2;
border: 1px solid #E6E6E6;
width: 100%;
margin-bottom: 5px;
padding: 12px 20px 12px 43px;
color: #384C6D;
border-radius: 4px;
}
.todo-list ul li a.done,
.todo-list ul li a.done:hover {
text-decoration: line-through!important;
}
/* File Manager */
.file-manager-menu {
margin-top: 20px;
}
.file-manager-menu .fmm-title {
padding: 10px 15px;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
opacity: .4;
}
.file-manager-menu ul li a {
margin: 10px 15px;
display: block;
color: #384C6D;
opacity: .6;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.file-manager-menu ul li a.active,
.file-manager-menu ul li a:hover {
color: #023b68;
opacity: 1;
}
.file-manager-menu ul li a i {
font-size: 18px;
vertical-align: top;
margin-right: 10px;
}
.file-manager-menu.label-menu ul li a i {
width: 6px;
height: 6px;
border-radius: 6px;
background: #000;
display: inline-block;
vertical-align: middle;
margin: 0 16px 0 6px;
}
.storage-info {
display: block;
padding: 10px 15px;
}
.storage-info .storage-info-title {
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
opacity: .4;
display: block;
margin-bottom: 15px;
}
.storage-info .storage-info-text {
margin-bottom: 10px;
display: block;
font-weight: 500;
font-size: 12px;
}
.file-list,
.recent-files .file {
margin-bottom: 0;
}
.file-options {
position: absolute;
right: 0;
top: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.file:hover .file-options,
.folder:hover .file-options {
visibility: visible;
opacity: 1;
}
.file-options > a {
margin: 15px 10px;
display: block;
color: #384C6D;
opacity: 0.6;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.file-options > a i {
font-size: 19px;
}
.file-options > a:hover {
opacity: 1;
}
.file-options > a::after {
display: none;
}
.file .file-icon {
vertical-align: middle;
font-size: 48px;
text-align: center;
line-height: 100px;
}
.file .file-icon i {
vertical-align: middle;
font-size: 48px;
}
.file.photo .file-icon i {
color: #5780F7;
}
.file.pdf .file-icon i {
color: #EB463F;
}
.file .file-info p {
font-weight: 500;
margin-bottom: 0;
}
.file .file-info span.file-size {
color: rgba(0,0,0,.4);
}
.file .file-info span.file-date {
font-size: 12px;
color: rgba(0,0,0,.4);
margin-top: 10px;
display: block;
}
.folder .folder-icon {
float: left;
}
.folder .folder-icon i {
font-size: 36px;
}
.folder .folder-info {
display: block;
margin-left: 20px;
float: left;
}
.folder .folder-info a {
font-weight: 500;
margin-bottom: 0;
color: #384C6D;
display: block;
}
.folder .folder-info span {
font-size: 12px;
color: rgba(0,0,0,.4);
}
.upgrade-text ul {
list-style-type: circle;
color: rgba(255,255,255,.7);
padding-left: 25px;
font-weight: 500;
}
.upgrade-image {
height: 180px;
background: url(../images/file-manager-upgrade.svg) center center no-repeat;
background-size: contain;
}
@media (max-width: 1200px) {
.file {
margin-bottom: 20px!important;
}
}
/* Dashboard */
.stat-card p {
float: left;
opacity: .7;
}
.stat-card h2 {
margin-top: -7px;
font-size: 28px;
}
.stat-card .progress {
clear: both;
}
.info-text ul {
list-style-type: circle;
color: rgba(255,255,255,.7);
padding-left: 25px;
font-weight: 500;
}
.info-image {
height: 200px;
background: url(../images/dashboard-info.svg) center center no-repeat;
background-size: contain;
}
#visitorsChart {
height: 157px!important;
margin-top: 30px!important;
display: block;
}
.social-media-list {
margin-top: 26px;
display: block;
}
.social-media-list .social-media-item {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
overflow: hidden;
}
.social-media-list .social-media-item:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.social-media-item .social-icon {
float: left;
margin-right: 5px;
border-radius: 100%;
width: 40px;
background: #5780F7;
height: 40px;
text-align: center;
color: #fff;
line-height: 40px;
}
.social-media-item .social-icon i {
vertical-align: middle;
}
.social-media-item .social-text {
display: block;
float: left;
padding: 5px 10px;
width: calc(100% - 50px);
}
.social-media-item .social-text p {
margin-bottom: 2px;
font-weight: 500;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.social-media-item .social-text span {
font-size: 12px;
opacity: .6;
}
.social-media-item .social-icon.twitter {
background: #1DA1F2;
}
.social-media-item .social-icon.google {
background: #DD5044;
}
.social-media-item .social-icon.facebook {
background: #4267B2;
}
.popular-products {
height: 365px;
overflow: hidden;
position: relative;
}
.popular-products canvas {
margin-top: 10px;
}
.popular-product-list {
margin-top: 10px;
}
.popular-product-list ul li {
padding: 12px 12px;
border-bottom: 1px solid #E5E9EC;
}
.popular-product-list ul li:last-child {
border-bottom: none;
}
.popular-product-list ul li span.badge {
float: right;
}
/* RESPONSIVE */
@media (max-width: 991px) {
.lime-header {
padding: 15px;
}
.navbar-collapse {
height: 0px!important;
opacity: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin-top: 0px;
}
.navbar-collapse.show {
height: 50px!important;
opacity: 1;
margin-top: 20px;
}
.lime-header .navbar-nav {
flex-direction: row;
float: right;
margin-right: -13px;
}
.lime-header .search {
width: calc(100% - 90px);
left: 0;
transform: translateX(0);
margin: 0!important;
}
.mailbox-search {
margin-top: 10px;
}
.email-list {
border-left: 0;
border-right: 0;
margin-bottom: 30px;
}
.search-results {
top: 158px;
}
.search-result-list {
list-style-type: none;
padding: 0 40px;
}
.search-results .search-results-header {
padding: 20px 40px;
margin-bottom: 20px;
}
}
@media (max-width: 576px) {
.mailbox-options button {
display: block;
width: 100%;
margin: 0 0 5px 0!important;
}
.mailbox-options {
display: block!important;
}
.mail-count {
margin: 0 auto;
display: block;
text-align: center;
width: auto;
}
.mail-left-btn {
float: left;
display: inline-block;
width: auto!important;
}
.mail-right-btn {
float: right;
display: inline-block;
width: auto!important;
}
.icon-list-row i {
font-size: 32px;
margin: 10px;
width: 100%;
text-align: center;
}
.login-page .login-box {
width: calc(100% - 30px);
}
}
/* Loader */
.loader {
position: fixed;
height: 100%;
width: 100%;
background: #fff;
z-index: 9999;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.loader .spinner-grow {
top: 50%;
left: 50%;
margin: -13px 0 0 -13px;
position: absolute;
}
.no-loader .loader {
visibility: hidden;
opacity: 0;
} | 0.391057 | 0.090897 |
.project-Eiffel { border-bottom: 5px solid #946d57; }
.project-Java { border-bottom: 5px solid #b07219; }
.project-VHDL { border-bottom: 5px solid #543978; }
.project-Scala { border-bottom: 5px solid #7dd3b0; }
.project-EmacsLisp { border-bottom: 5px solid #c065db; }
.project-Delphi { border-bottom: 5px solid #b0ce4e; }
.project-Ada { border-bottom: 5px solid #02f88c; }
.project-VimL { border-bottom: 5px solid #199c4b; }
.project-Perl { border-bottom: 5px solid #0298c3; }
.project-Lua { border-bottom: 5px solid #fa1fa1; }
.project-Objective-J { border-bottom: 5px solid #ff0c5a; }
.project-Rebol { border-bottom: 5px solid #358a5b; }
.project-Verilog { border-bottom: 5px solid #848bf3; }
.project-Factor { border-bottom: 5px solid #636746; }
.project-Ioke { border-bottom: 5px solid #078193; }
.project-Erlang { border-bottom: 5px solid #949e0e; }
.project-Nu { border-bottom: 5px solid #c9df40; }
.project-D { border-bottom: 5px solid #fcd46d; }
.project-Shell { border-bottom: 5px solid #5861ce; }
.project-Assembly { border-bottom: 5px solid #a67219; }
.project-ooc { border-bottom: 5px solid #b0b77e; }
.project-Csharp { border-bottom: 5px solid #bb92af; }
.project-Turing { border-bottom: 5px solid #45f715; }
.project-AppleScript { border-bottom: 5px solid #3581ba; }
.project-Arduino { border-bottom: 5px solid #bd79d1; }
.project-CommonLisp { border-bottom: 5px solid #3fb68b; }
.project-Dart { border-bottom: 5px solid #cccccc; }
.project-SuperCollider { border-bottom: 5px solid #46390b; }
.project-CoffeeScript { border-bottom: 5px solid #244776; }
.project-XQuery { border-bottom: 5px solid #2700e2; }
.project-Arc { border-bottom: 5px solid #ca2afe; }
.project-Elixir { border-bottom: 5px solid #6e4a7e; }
.project-HaXe { border-bottom: 5px solid #346d51; }
.project-PureData { border-bottom: 5px solid #f15501; }
.project-Ruby { border-bottom: 5px solid #701516; }
.project-Self { border-bottom: 5px solid #0579aa; }
.project-Fantom { border-bottom: 5px solid #dbded5; }
.project-Groovy { border-bottom: 5px solid #e69f56; }
.project-C { border-bottom: 5px solid #555; }
.project-JavaScript { border-bottom: 5px solid #f15501; }
.project-AutoHotkey { border-bottom: 5px solid #6594b9; }
.project-Parrot { border-bottom: 5px solid #f3ca0a; }
.project-Max { border-bottom: 5px solid #ce279c; }
.project-Cplusplus { border-bottom: 5px solid #f34b7d; }
.project-StandardML { border-bottom: 5px solid #dc566d; }
.project-Objective-C { border-bottom: 5px solid #f15501; }
.project-R { border-bottom: 5px solid #198ce7; }
.project-Mirah { border-bottom: 5px solid #c7a938; }
.project-Boo { border-bottom: 5px solid #d4bec1; }
.project-Clojure { border-bottom: 5px solid #db5855; }
.project-Rust { border-bottom: 5px solid #dea584; }
.project-Prolog { border-bottom: 5px solid #74283c; }
.project-Gosu { border-bottom: 5px solid #82937f; }
.project-FORTRAN { border-bottom: 5px solid #4d41b1; }
.project-ColdFusion { border-bottom: 5px solid #ed2cd6; }
.project-Fancy { border-bottom: 5px solid #7b9db4; }
.project-Nemerle { border-bottom: 5px solid #0d3c6e; }
.project-Ecl { border-bottom: 5px solid #8a1267; }
.project-Dylan { border-bottom: 5px solid #3ebc27; }
.project-Nimrod { border-bottom: 5px solid #37775b; }
.project-Go { border-bottom: 5px solid #8d04eb; }
.project-Python { border-bottom: 5px solid #3581ba; }
.project-Tcl { border-bottom: 5px solid #e4cc98; }
.project-Haskell { border-bottom: 5px solid #29b544; }
.project-Puppet { border-bottom: 5px solid #cc5555; }
.project-Io { border-bottom: 5px solid #a9188d; }
.project-OCaml { border-bottom: 5px solid #3be133; }
.project-Racket { border-bottom: 5px solid #ae17ff; }
.project-ASP { border-bottom: 5px solid #6a40fd; }
.project-VisualBasic { border-bottom: 5px solid #945db7; }
.project-PHP { border-bottom: 5px solid #6e03c1; }
.project-Scheme { border-bottom: 5px solid #1e4aec; }
.project-Vala { border-bottom: 5px solid #3581ba; }
.project-Smalltalk { border-bottom: 5px solid #596706; }
.project-Matlab { border-bottom: 5px solid #bb92ac; } | web/github_colors.css | .project-Eiffel { border-bottom: 5px solid #946d57; }
.project-Java { border-bottom: 5px solid #b07219; }
.project-VHDL { border-bottom: 5px solid #543978; }
.project-Scala { border-bottom: 5px solid #7dd3b0; }
.project-EmacsLisp { border-bottom: 5px solid #c065db; }
.project-Delphi { border-bottom: 5px solid #b0ce4e; }
.project-Ada { border-bottom: 5px solid #02f88c; }
.project-VimL { border-bottom: 5px solid #199c4b; }
.project-Perl { border-bottom: 5px solid #0298c3; }
.project-Lua { border-bottom: 5px solid #fa1fa1; }
.project-Objective-J { border-bottom: 5px solid #ff0c5a; }
.project-Rebol { border-bottom: 5px solid #358a5b; }
.project-Verilog { border-bottom: 5px solid #848bf3; }
.project-Factor { border-bottom: 5px solid #636746; }
.project-Ioke { border-bottom: 5px solid #078193; }
.project-Erlang { border-bottom: 5px solid #949e0e; }
.project-Nu { border-bottom: 5px solid #c9df40; }
.project-D { border-bottom: 5px solid #fcd46d; }
.project-Shell { border-bottom: 5px solid #5861ce; }
.project-Assembly { border-bottom: 5px solid #a67219; }
.project-ooc { border-bottom: 5px solid #b0b77e; }
.project-Csharp { border-bottom: 5px solid #bb92af; }
.project-Turing { border-bottom: 5px solid #45f715; }
.project-AppleScript { border-bottom: 5px solid #3581ba; }
.project-Arduino { border-bottom: 5px solid #bd79d1; }
.project-CommonLisp { border-bottom: 5px solid #3fb68b; }
.project-Dart { border-bottom: 5px solid #cccccc; }
.project-SuperCollider { border-bottom: 5px solid #46390b; }
.project-CoffeeScript { border-bottom: 5px solid #244776; }
.project-XQuery { border-bottom: 5px solid #2700e2; }
.project-Arc { border-bottom: 5px solid #ca2afe; }
.project-Elixir { border-bottom: 5px solid #6e4a7e; }
.project-HaXe { border-bottom: 5px solid #346d51; }
.project-PureData { border-bottom: 5px solid #f15501; }
.project-Ruby { border-bottom: 5px solid #701516; }
.project-Self { border-bottom: 5px solid #0579aa; }
.project-Fantom { border-bottom: 5px solid #dbded5; }
.project-Groovy { border-bottom: 5px solid #e69f56; }
.project-C { border-bottom: 5px solid #555; }
.project-JavaScript { border-bottom: 5px solid #f15501; }
.project-AutoHotkey { border-bottom: 5px solid #6594b9; }
.project-Parrot { border-bottom: 5px solid #f3ca0a; }
.project-Max { border-bottom: 5px solid #ce279c; }
.project-Cplusplus { border-bottom: 5px solid #f34b7d; }
.project-StandardML { border-bottom: 5px solid #dc566d; }
.project-Objective-C { border-bottom: 5px solid #f15501; }
.project-R { border-bottom: 5px solid #198ce7; }
.project-Mirah { border-bottom: 5px solid #c7a938; }
.project-Boo { border-bottom: 5px solid #d4bec1; }
.project-Clojure { border-bottom: 5px solid #db5855; }
.project-Rust { border-bottom: 5px solid #dea584; }
.project-Prolog { border-bottom: 5px solid #74283c; }
.project-Gosu { border-bottom: 5px solid #82937f; }
.project-FORTRAN { border-bottom: 5px solid #4d41b1; }
.project-ColdFusion { border-bottom: 5px solid #ed2cd6; }
.project-Fancy { border-bottom: 5px solid #7b9db4; }
.project-Nemerle { border-bottom: 5px solid #0d3c6e; }
.project-Ecl { border-bottom: 5px solid #8a1267; }
.project-Dylan { border-bottom: 5px solid #3ebc27; }
.project-Nimrod { border-bottom: 5px solid #37775b; }
.project-Go { border-bottom: 5px solid #8d04eb; }
.project-Python { border-bottom: 5px solid #3581ba; }
.project-Tcl { border-bottom: 5px solid #e4cc98; }
.project-Haskell { border-bottom: 5px solid #29b544; }
.project-Puppet { border-bottom: 5px solid #cc5555; }
.project-Io { border-bottom: 5px solid #a9188d; }
.project-OCaml { border-bottom: 5px solid #3be133; }
.project-Racket { border-bottom: 5px solid #ae17ff; }
.project-ASP { border-bottom: 5px solid #6a40fd; }
.project-VisualBasic { border-bottom: 5px solid #945db7; }
.project-PHP { border-bottom: 5px solid #6e03c1; }
.project-Scheme { border-bottom: 5px solid #1e4aec; }
.project-Vala { border-bottom: 5px solid #3581ba; }
.project-Smalltalk { border-bottom: 5px solid #596706; }
.project-Matlab { border-bottom: 5px solid #bb92ac; } | 0.282295 | 0.097605 |
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;400;500;600;800;900&display=swap");
/* DOCUMENT INFORMATION
- Document: ace-lib-theme Theme
- Version: 1.0.3
- Content: Default variables for the theme.
*/
/* COLORS
- Gray color variables.
*/
/* COLORS
- Main theme color variables.
*/
/* DEFAULT THEME COLORS MAP
- primary
- secondary
- error
- light
- dark
*/
/* ========== Color Scheme ========== */
/* ========== BODY ========== */
/* ========== LINKS ========== */
/* ========== COMMON ========== */
/* ========== TYPOGRAPHY ========== */
/* ========== TABLE ========== */
/* ========== FORM INPUTS ========== */
/* ========== AUTO COMPLETE ========== */
/* ========== TAB ========== */
/* ========== DATE PICKER ========== */
/* ========== ACCORDION ========== */
/* ========== ELEMENT SPECIFIC ========== */
/* ========== ACE-RECORD-TABLE-VIEW ========== */
/* ========== ACE-RECORD-TASK-VIEW ========== */
/* ========== ACE-RECORD-PROCESS ========== */
/* ========== ACE-RECORD-ATTACHMENT ========== */
/* ========== ACE-ROLE-SWITCHER ========== */
/* ========== ACE-RECORD-ACTIONS ========== */
/* ========== ACE-OBJECT-VIEWS-LIST ========== */
/* ========== ACE-APP-TABS-LIST ========== */
/* ========== ACE-ACTIVITY-HISTORY ========== */
/* ========== ACE-RELATED-INFO ========== */
/* ========== ACE-VIEW-CONFIG ========== */
/* ========== ACE-USER-PROFILE ========== */
/* ========== COMMON ========== */
/* ========== MENU ========== */
/* ========== CHIPS ========== */
/* ========== DIALOGS ========== */
/* ========== DIVIDER ========== */
/* ========== PAGINATOR ========== */
/* ========== PROGRESSBAR ========== */
/* ========== TOOLTIP ========== */
/* line 1, node_modules/ace-lib-theme/assets/scss/resets/_body.scss */
html body {
margin: 0;
font-family: "Raleway", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff; }
/* line 2, node_modules/ace-lib-theme/assets/scss/resets/_links.scss */
html a {
color: #ee0083;
text-decoration: none;
background-color: transparent; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
html a:hover {
color: #a20059;
text-decoration: underline; }
/* line 14, node_modules/ace-lib-theme/assets/scss/resets/_links.scss */
html a:not([href]) {
color: inherit;
text-decoration: none; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
html a:not([href]):hover {
color: inherit;
text-decoration: none; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-primary {
background-color: #ee0083 !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-secondary {
background-color: #4c42db !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-error {
background-color: #b00020 !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-light {
background-color: #FFFFFF !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-dark {
background-color: #343a40 !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-gray {
background-color: #f8f8f8 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-primary {
color: #ee0083 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-secondary {
color: #4c42db !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-error {
color: #b00020 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-light {
color: #FFFFFF !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-dark {
color: #343a40 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-gray {
color: #f8f8f8 !important; }
/* line 1, node_modules/ace-lib-theme/assets/scss/utilities/_cdk.scss */
.cdk-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
outline: 0;
-webkit-appearance: none; }
/* line 13, node_modules/ace-lib-theme/assets/scss/utilities/_cdk.scss */
.mat-ripple {
display: none; }
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* line 21, node_modules/@angular/material/_theming.scss */
.cdk-overlay-container, .cdk-global-overlay-wrapper {
pointer-events: none;
top: 0;
left: 0;
height: 100%;
width: 100%; }
/* line 33, node_modules/@angular/material/_theming.scss */
.cdk-overlay-container {
position: fixed;
z-index: 1000; }
/* line 37, node_modules/@angular/material/_theming.scss */
.cdk-overlay-container:empty {
display: none; }
/* line 48, node_modules/@angular/material/_theming.scss */
.cdk-global-overlay-wrapper {
display: flex;
position: absolute;
z-index: 1000; }
/* line 55, node_modules/@angular/material/_theming.scss */
.cdk-overlay-pane {
position: absolute;
pointer-events: auto;
box-sizing: border-box;
z-index: 1000;
display: flex;
max-width: 100%;
max-height: 100%; }
/* line 70, node_modules/@angular/material/_theming.scss */
.cdk-overlay-backdrop {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
pointer-events: auto;
-webkit-tap-highlight-color: transparent;
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
opacity: 0; }
/* line 84, node_modules/@angular/material/_theming.scss */
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 1; }
@media screen and (-ms-high-contrast: active) {
/* line 84, node_modules/@angular/material/_theming.scss */
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 0.6; } }
/* line 97, node_modules/@angular/material/_theming.scss */
.cdk-overlay-dark-backdrop {
background: rgba(0, 0, 0, 0.32); }
/* line 106, node_modules/@angular/material/_theming.scss */
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
opacity: 0; }
/* line 113, node_modules/@angular/material/_theming.scss */
.cdk-overlay-connected-position-bounding-box {
position: absolute;
z-index: 1000;
display: flex;
flex-direction: column;
min-width: 1px;
min-height: 1px; }
/* line 132, node_modules/@angular/material/_theming.scss */
.cdk-global-scrollblock {
position: fixed;
width: 100%;
overflow-y: scroll; }
/* line 3813, node_modules/@angular/material/_theming.scss */
.mat-dialog-container {
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
background: white;
color: rgba(0, 0, 0, 0.87); }
/* line 2, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table {
width: 100%;
margin-bottom: 1rem;
color: #212529; }
/* line 8, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-cell,
mat-table.mat-table .mat-cell {
padding: 0.25rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
/* line 14, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-cell.ace-multi-select-column,
mat-table.mat-table .mat-cell.ace-multi-select-column {
flex-grow: 0;
min-width: inherit;
max-width: 120px; }
/* line 21, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-row .mat-header-cell {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
color: #495057;
background-color: #e9ecef; }
/* line 27, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-row .mat-header-cell:not(.select-box-list), mat-table.mat-table .mat-header-row .mat-header-cell:not(.profile-pic-column) {
padding: 0.25rem;
min-width: inherit; }
/* line 33, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table > .mat-footer-row,
mat-table.mat-table > .mat-header-row,
mat-table.mat-table > .mat-row {
border: 0;
align-items: stretch !important;
padding: 0;
margin: 0; }
/* line 49, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-bordered .mat-table {
border: 1px solid #dee2e6; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-bordered .mat-table .mat-header-cell,
.ace-table-bordered .mat-table .mat-cell {
border: 1px solid #dee2e6; }
/* line 58, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-bordered .mat-table .mat-header-row .mat-header-cell {
border-bottom-width: 2px; }
/* line 66, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-borderless .mat-table {
border: 0; }
/* line 68, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-borderless .mat-table .mat-header-cell,
.ace-table-borderless .mat-table .mat-cell,
.ace-table-borderless .mat-table .mat-header-row .mat-header-cell,
.ace-table-borderless .mat-table .mat-row {
border: 0; }
/* line 83, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-striped .mat-table .mat-row:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-table-hover .mat-table .mat-row:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075); }
/* line 3, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group .label-container label {
font-weight: 400; }
/* line 9, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input, .form-control.ace-field-textarea, .form-control.ace-field-select {
border-radius: 0;
border: 1px solid #dee2e6; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input:enabled, .form-control.ace-field-textarea:enabled, .form-control.ace-field-select:enabled {
background-color: #FFFFFF;
color: #212529; }
/* line 19, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input:not(:enabled), .form-control.ace-field-input[readonly], .form-control.ace-field-textarea:not(:enabled), .form-control.ace-field-textarea[readonly], .form-control.ace-field-select:not(:enabled), .form-control.ace-field-select[readonly] {
background-color: #f2f2f2;
color: #212529; }
/* line 25, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input:focus, .form-control.ace-field-textarea:focus, .form-control.ace-field-select:focus {
border: 1px solid #ee0083;
box-shadow: none; }
/* line 33, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group {
border-radius: 0;
border: 1px solid #dee2e6;
background-color: #FFFFFF;
overflow: hidden; }
/* line 39, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .form-control.ace-field-input, .input-group .form-control.ace-field-textarea, .input-group .form-control.ace-field-select {
border-radius: 0;
border: 0; }
/* line 44, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .form-control.ace-field-input:focus, .input-group .form-control.ace-field-textarea:focus, .input-group .form-control.ace-field-select:focus {
border: 0;
box-shadow: none; }
/* line 51, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .input-group-append .ace-btn {
border: 0;
border-radius: 0; }
/* line 54, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .input-group-append .ace-btn:focus, .input-group .input-group-append .ace-btn:active, .input-group .input-group-append .ace-btn:not(:disabled):not(.disabled):active, .input-group .input-group-append .ace-btn:hover {
box-shadow: none;
background-color: #ee0083;
color: #fff; }
/* line 67, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group:focus-within {
border: 1px solid #ee0083;
box-shadow: 0 0 1px 0px #ee0083; }
/* line 76, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error {
color: #b00020; }
/* line 78, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error .form-control {
border-color: #b00020; }
/* line 81, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error .input-group {
border: 1px solid #b00020;
box-shadow: none; }
/* line 86, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error .help-block .block-element {
font-size: 85%; }
/* line 92, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.section-has-error {
color: #b00020; }
/* line 100, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-email-field .input-group-append {
display: none; }
/* line 122, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-lookup-field .input-group .input-group-append .ace-field-link-btn {
display: none; }
/* line 127, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-lookup-field .input-group .input-group-append .btn-outline-secondary {
color: #6c757d; }
/* line 136, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-file-field .ace-btn {
background-color: #4c42db;
color: #fff;
border: 1px solid #4c42db;
border-radius: 0; }
/* line 39, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
aac-file-field .ace-btn:hover, aac-file-field .ace-btn:focus, aac-file-field .ace-btn:active, aac-file-field .ace-btn:not(:disabled):not(.disabled):active, aac-file-field .ace-btn:not(:disabled):not(.disabled):active:focus {
color: #fff;
background-color: #3227cf;
border-color: #3025c5;
box-shadow: none; }
/* line 149, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-file-field .ace-btn.imageField-btn {
background-color: #4c42db;
color: #fff;
border: 1px solid #4c42db;
border-radius: 50%; }
/* line 39, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
aac-file-field .ace-btn.imageField-btn:hover, aac-file-field .ace-btn.imageField-btn:focus, aac-file-field .ace-btn.imageField-btn:active, aac-file-field .ace-btn.imageField-btn:not(:disabled):not(.disabled):active, aac-file-field .ace-btn.imageField-btn:not(:disabled):not(.disabled):active:focus {
color: #fff;
background-color: #3227cf;
border-color: #3025c5;
box-shadow: none; }
/* line 167, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-picklist-field .input-group input.mat-chip-input {
background-color: transparent; }
/* line 174, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
input.ace-field-input.form-control::placeholder {
color: #212529; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-frame {
border: 1px solid #4c42db; }
/* line 6, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checkmark {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
width: 100%;
fill: #fff; }
/* line 14, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checkmark .mat-checkbox-checkmark-path {
stroke: #fff; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-mixedmark {
background-color: #fff; }
/* line 20, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-mixedmark .mat-checkbox-checkmark-path {
stroke: #fff; }
/* line 26, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
background-color: #4c42db; }
/* line 29, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.mat-checkbox-checked .mat-checkbox-checkmark {
opacity: 1; }
/* line 34, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-background {
background-color: #4c42db; }
/* line 40, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.cdk-focused.mat-checkbox-checked .mat-checkbox-background {
background-color: #2920a8; }
/* line 43, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.cdk-focused .mat-checkbox-frame {
border-color: #2920a8; }
/* line 50, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label {
position: relative;
overflow: hidden;
padding-left: 1.25rem;
margin-bottom: 0;
line-height: 1.5rem; }
/* line 57, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label .ace-field-input {
position: absolute;
left: -2rem; }
/* line 62, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label:before {
position: absolute;
content: "";
width: 1rem;
height: 1rem;
border: 1px solid #4c42db;
left: 0;
top: 0;
line-height: 1.5rem;
border-radius: 2px;
-webkit-transform: translateY(0.25rem);
-ms-transform: translateY(0.25rem);
transform: translateY(0.25rem); }
/* line 76, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label.input-checked::before {
background-color: #4c42db; }
/* line 79, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label.input-checked:after {
position: absolute;
content: "";
height: 0.3rem;
width: 0.6rem;
border-left: 0.125rem solid #fff;
border-bottom: 0.125rem solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 0.2rem;
top: 0.55rem; }
/* line 93, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label:focus-within:before {
border-color: #2920a8; }
/* line 97, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label:focus-within.input-checked:before {
background-color: #2920a8; }
/* line 5, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
border-width: 1px;
border-color: #4c42db; }
/* line 9, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
background-color: #4c42db; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button.cdk-focused .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
border-color: #2920a8; }
/* line 21, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button.cdk-focused .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
background-color: #2920a8; }
/* line 31, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label {
position: relative;
overflow: hidden;
padding-left: 1.25rem;
margin-bottom: 0;
line-height: 1.5rem; }
/* line 38, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label .ace-field-input {
position: absolute;
left: -2rem; }
/* line 43, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label:before {
position: absolute;
content: "";
width: 1rem;
height: 1rem;
border: 1px solid #4c42db;
border-radius: 50%;
left: 0;
top: 0;
line-height: 1.5rem;
-webkit-transform: translateY(0.25rem);
-ms-transform: translateY(0.25rem);
transform: translateY(0.25rem); }
/* line 57, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label.input-checked:after {
position: absolute;
content: "";
width: 0.5rem;
height: 0.5rem;
background: #4c42db none;
top: 0.25rem;
border-radius: 50%;
left: 0.25rem;
line-height: 1.5rem;
-webkit-transform: translateY(0.25rem);
-ms-transform: translateY(0.25rem);
transform: translateY(0.25rem); }
/* line 72, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label:focus-within:before {
border-color: #2920a8; }
/* line 75, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label:focus-within:after {
background-color: #2920a8; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn {
display: inline-block;
background-color: transparent;
color: #212529;
border: 1px solid transparent;
vertical-align: middle;
padding: 10px 20px;
border-radius: 0;
line-height: 1.5; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn:hover {
color: #212529;
text-decoration: none; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn:focus, .ace-btn.focus {
outline: 0; }
/* line 22, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.disabled, .ace-btn:disabled {
opacity: 0.65; }
/* line 36, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn .mat-button-ripple {
display: none; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-primary {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-primary:hover, .ace-btn.ace-primary:focus {
color: #fff;
background-color: #c8006e;
border-color: #bb0067; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-primary.disabled, .ace-btn.ace-primary:disabled {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-primary:not(:disabled):not(.disabled):active, .ace-btn.ace-primary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #bb0067;
border-color: #ae0060; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-secondary {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-secondary:hover, .ace-btn.ace-secondary:focus {
color: #fff;
background-color: #3227cf;
border-color: #3025c5; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-secondary.disabled, .ace-btn.ace-secondary:disabled {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-secondary:not(:disabled):not(.disabled):active, .ace-btn.ace-secondary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #3025c5;
border-color: #2d23ba; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-error {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-error:hover, .ace-btn.ace-error:focus {
color: #fff;
background-color: #8a0019;
border-color: #7d0017; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-error.disabled, .ace-btn.ace-error:disabled {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-error:not(:disabled):not(.disabled):active, .ace-btn.ace-error:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #7d0017;
border-color: #700014; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-light {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-light:hover, .ace-btn.ace-light:focus {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-light.disabled, .ace-btn.ace-light:disabled {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-light:not(:disabled):not(.disabled):active, .ace-btn.ace-light:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #e6e6e6;
border-color: #dfdfdf; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-dark:hover, .ace-btn.ace-dark:focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-dark.disabled, .ace-btn.ace-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-dark:not(:disabled):not(.disabled):active, .ace-btn.ace-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-gray {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-gray:hover, .ace-btn.ace-gray:focus {
color: #212529;
background-color: #e5e5e5;
border-color: #dfdfdf; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-gray.disabled, .ace-btn.ace-gray:disabled {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-gray:not(:disabled):not(.disabled):active, .ace-btn.ace-gray:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #dfdfdf;
border-color: #d8d8d8; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary {
color: #ee0083;
background-color: transparent;
border-color: #ee0083; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-primary:hover {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary:focus, .ace-btn.ace-outline-primary.focus {
box-shadow: 0 0 0 1px rgba(238, 0, 131, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary.disabled, .ace-btn.ace-outline-primary:disabled {
color: #ee0083;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-primary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary {
color: #4c42db;
background-color: transparent;
border-color: #4c42db; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-secondary:hover {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary:focus, .ace-btn.ace-outline-secondary.focus {
box-shadow: 0 0 0 1px rgba(76, 66, 219, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary.disabled, .ace-btn.ace-outline-secondary:disabled {
color: #4c42db;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-secondary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error {
color: #b00020;
background-color: transparent;
border-color: #b00020; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-error:hover {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error:focus, .ace-btn.ace-outline-error.focus {
box-shadow: 0 0 0 1px rgba(176, 0, 32, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error.disabled, .ace-btn.ace-outline-error:disabled {
color: #b00020;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-error:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-light:hover {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light:focus, .ace-btn.ace-outline-light.focus {
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light.disabled, .ace-btn.ace-outline-light:disabled {
color: #FFFFFF;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-light:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark {
color: #343a40;
background-color: transparent;
border-color: #343a40; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark:focus, .ace-btn.ace-outline-dark.focus {
box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark.disabled, .ace-btn.ace-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray {
color: #f8f8f8;
background-color: transparent;
border-color: #f8f8f8; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-gray:hover {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray:focus, .ace-btn.ace-outline-gray.focus {
box-shadow: 0 0 0 1px rgba(248, 248, 248, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray.disabled, .ace-btn.ace-outline-gray:disabled {
color: #f8f8f8;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-gray:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 99, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-reset-btn {
border-width: 1px;
border-style: solid;
vertical-align: middle;
border-radius: 0; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header {
border-width: 0 0 1px 0;
border-style: solid;
border-color: transparent transparent #dee2e6 transparent; }
/* line 7, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header .mat-ink-bar {
background-color: #ee0083; }
/* line 12, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header .mat-tab-labels .mat-tab-label .mat-ripple-element {
display: none; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header .mat-tab-labels .mat-tab-label.cdk-focused {
color: #ee0083; }
/* line 22, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-body {
padding: 0 0 0 0;
border-width: 0 0 0 0;
border-style: solid;
border-color: #dee2e6; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content {
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: #dee2e6; }
/* line 9, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls button {
color: #212529;
background-color: #fff; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls button:hover, .mat-datepicker-content .mat-calendar-header .mat-calendar-controls button:focus {
outline: 1px auto #ee0083; }
/* line 16, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls .mat-icon-button {
border-radius: 0; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls .mat-icon-button .mat-button-ripple {
display: none; }
/* line 26, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-table-header th {
color: #212529;
font-weight: 400; }
/* line 30, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body-active {
background-color: #343a40;
color: #fff; }
/* line 34, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body-cell-content {
border-radius: 0; }
/* line 36, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body-cell-content.mat-calendar-body-selected {
background-color: #ee0083;
color: #fff; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_chips.scss */
mat-chip-list .mat-chip {
color: #fff;
background-color: #ee0083;
border-radius: 16px;
border-width: 0 0 0 0;
border-style: solid;
border-color: #dee2e6; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
mat-chip-list .mat-chip:hover, mat-chip-list .mat-chip:focus {
color: #fff;
background-color: #c8006e; }
/* line 13, node_modules/ace-lib-theme/assets/scss/_chips.scss */
mat-chip-list .mat-chip.mat-standard-chip .mat-chip-remove.mat-icon {
font-size: 18px; }
/* line 16, node_modules/ace-lib-theme/assets/scss/_chips.scss */
mat-chip-list .mat-chip .mat-ripple-element {
display: none; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel {
border: #dee2e6;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
background-color: #fff; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-autocomplete-panel .mat-option:hover {
color: #fff;
background-color: #c8006e; }
/* line 10, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option:hover .assign-image {
background: transparent; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option.mat-active {
color: #fff;
background-color: #c8006e; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option.mat-active .assign-image {
background: transparent; }
/* line 22, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option .assign-image {
background: #6c757d; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel .mat-expansion-panel-header {
padding: 0px 8px;
background: transparent; }
/* line 7, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel:hover:not(.mat-expanded) {
border: 1px solid #ee0083; }
/* line 10, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel:focus:not(.mat-expanded) {
border: 1px solid #ee0083; }
/* line 13, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel .mat-expanded {
background: transparent; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container .mat-dialog-title {
line-height: 1.5;
font-size: 1.5rem; }
/* line 8, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container button.mat-icon-button {
border-radius: 0; }
/* line 11, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container button.mat-icon-button .mat-button-ripple {
display: none; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container button.dialog-close {
color: #212529;
background-color: transparent;
border: 0; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-title-container button.dialog-close:hover, .mat-dialog-container .dialog-title-container button.dialog-close:focus {
color: #ee0083;
outline: none; }
/* line 25, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container .dialog-back-button {
display: none; }
/* line 31, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn,
.mat-dialog-container .mat-dialog-actions .ace-btn {
border-width: 1px;
border-style: solid;
border-radius: 0; }
/* line 35, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-primary-action,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-primary-action {
background-color: #ee0083;
color: #fff;
border-color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-primary-action:hover, .mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-primary-action:focus,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-primary-action:hover,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-primary-action:focus {
background-color: #a20059;
color: #fff;
border-color: #a20059; }
/* line 46, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-secondary-action,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-secondary-action {
background-color: transparent;
color: #ee0083;
border-color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-secondary-action:hover, .mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-secondary-action:focus,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-secondary-action:hover,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-secondary-action:focus {
background-color: #ee0083;
color: #fff;
border-color: #ee0083; }
/* line 57, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-cancel-action,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-cancel-action {
background-color: transparent;
color: #343a40;
border-color: #343a40; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-cancel-action:hover, .mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-cancel-action:focus,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-cancel-action:hover,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-cancel-action:focus {
background-color: #343a40;
color: #fff;
border-color: #343a40; }
/* line 72, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-record-task-create aac-record-task-multistep .task-form-row.taskForm-container {
background-color: transparent; }
/* line 79, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-file-uploader .mat-slide-toggle .mat-slide-toggle-bar {
background-color: #212529; }
/* line 82, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-file-uploader .mat-slide-toggle .mat-slide-toggle-thumb {
background-color: #ee0083; }
/* line 86, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-file-uploader .image-container .mat-input-element {
background-color: transparent;
border: none;
width: 100%;
color: #212529; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_divider.scss */
mat-divider.mat-divider {
border-color: #dee2e6; }
/* line 5, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button:not(:disabled):not(.disabled):enabled {
color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button:not(:disabled):not(.disabled):enabled:hover, .mat-paginator .mat-paginator-container .mat-paginator-range-actions button:not(:disabled):not(.disabled):enabled:focus {
color: #88004b; }
/* line 11, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button.disabled, .mat-paginator .mat-paginator-container .mat-paginator-range-actions button:disabled {
opacity: 0.65; }
/* line 16, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button.mat-icon-button {
border-radius: 0;
background: transparent none; }
/* line 19, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button.mat-icon-button .mat-button-ripple {
display: none; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar {
margin: 5px auto; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar .mat-progress-bar-background {
fill: #ff92ce; }
/* line 6, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar .mat-progress-bar-buffer {
background-color: #ff92ce; }
/* line 10, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar .mat-progress-bar-fill::after {
background-color: #ee0083; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_tooltip.scss */
mat-tooltip-component .mat-tooltip {
background-color: #343a40;
font-size: 80%;
margin: 0 0 0 0;
max-width: 100%;
color: #FFFFFF; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_matmenu.scss */
.mat-menu-panel {
border: #dee2e6;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
background-color: #fff; }
/* line 7, node_modules/ace-lib-theme/assets/scss/_matmenu.scss */
.mat-menu-panel .mat-menu-content .mat-menu-item {
background: transparent;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-menu-panel .mat-menu-content .mat-menu-item:hover, .mat-menu-panel .mat-menu-content .mat-menu-item:focus {
color: #fff;
background-color: #c8006e; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-record-table-view.scss */
ace-records-table-view .mat-table .profile-pic {
border-radius: 50%; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-record-table-view.scss */
ace-records-table-view .mat-table .mat-column-actionButton.action-column .mat-icon-button {
border-radius: 50%;
background-color: transparent;
color: #212529; }
/* line 12, node_modules/ace-lib-theme/assets/scss/components/_ace-record-table-view.scss */
ace-records-table-view .load-more-data {
background-color: #fff; }
/* line 2, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .date-style {
color: #ee0083; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .time-line-container:before {
border-right: 4px solid #ee0083; }
/* line 9, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-divider {
border: 7px solid #ee0083; }
/* line 12, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-icon {
border: 1px solid #ee0083;
width: 32px;
height: 32px;
border-radius: 50%; }
/* line 17, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-icon .icon-elem {
border-radius: 50%;
margin-top: 3px; }
/* line 22, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-image {
box-shadow: 1px 1px 1px 0px #ee0083; }
/* line 25, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .time-line-container .time-line-item .attachment-icon.mat-icon {
background: transparent; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .header-container h2 {
font-size: 2rem; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .header-container button {
border-radius: 50%; }
/* line 12, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body .mat-subheader h3 {
font-size: 1.75rem; }
/* line 17, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body .task-action-button button:not(:last-child) {
margin-right: 4px; }
/* line 23, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body aac-record-task-action .action-buttons button:not(:last-child) {
margin-right: 4px; }
/* line 28, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body .mat-list-base .mat-list-item.mat-3-line, ace-record-task-view .sidePanel-componet-body .mat-list-base .mat-list-option.mat-3-line {
height: auto; }
/* line 32, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .action-buttons button {
margin-left: 4px; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-record-process.scss */
ace-record-process .header-container h2 {
font-size: 2rem; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-record-attachment.scss */
ace-record-attachment .header-container h2 {
font-size: 2rem; }
/* line 10, node_modules/ace-lib-theme/assets/scss/components/_ace-record-attachment.scss */
ace-record-attachment .attachment-box .mat-list-item-content .mat-button {
background-color: transparent;
color: #212529; }
/* line 32, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-record-attachment .attachment-box .mat-list-item-content .mat-button:hover, ace-record-attachment .attachment-box .mat-list-item-content .mat-button:focus, ace-record-attachment .attachment-box .mat-list-item-content .mat-button:active {
color: #fff;
background-color: #ff1596; }
/* line 18, node_modules/ace-lib-theme/assets/scss/components/_ace-record-attachment.scss */
ace-record-attachment .attachment-box .mat-list-item-content .mat-icon-button {
background-color: transparent;
color: #ee0083; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-role-switcher.scss */
ace-role-switcher div.ace-theme .ace-list-item button {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-role-switcher div.ace-theme .ace-list-item button:hover, ace-role-switcher div.ace-theme .ace-list-item button:focus {
outline: none;
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529; }
/* line 15, node_modules/ace-lib-theme/assets/scss/components/_ace-role-switcher.scss */
ace-role-switcher div.ace-theme .ace-list-item.active-item {
background-color: #ee0083;
color: #fff; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-object-views-list.scss */
ace-object-views-list div.ace-theme .ace-list-item.view-Info {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-object-views-list div.ace-theme .ace-list-item.view-Info:hover, ace-object-views-list div.ace-theme .ace-list-item.view-Info:focus {
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-record-actions.scss */
ace-record-actions div.ace-theme .actions-list li {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-record-actions div.ace-theme .actions-list li:hover, ace-record-actions div.ace-theme .actions-list li:focus {
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529; }
/* line 18, node_modules/ace-lib-theme/assets/scss/components/_ace-record-actions.scss */
aac-merge-dialog .mat-step-header .mat-step-icon.mat-step-icon-selected {
background-color: #ee0083;
color: #fff; }
/* line 23, node_modules/ace-lib-theme/assets/scss/components/_ace-record-actions.scss */
aac-merge-dialog .mat-step-header .mat-step-icon {
background-color: #e9ecef;
color: #212529; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-app-tabs-list.scss */
ace-app-tabs-list ul.objects-container li a.item-info {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-app-tabs-list ul.objects-container li a.item-info:hover, ace-app-tabs-list ul.objects-container li a.item-info:focus {
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529;
outline: none; }
/* line 14, node_modules/ace-lib-theme/assets/scss/components/_ace-app-tabs-list.scss */
ace-app-tabs-list ul.objects-container li a.item-info.active-item {
background-color: #ee0083;
color: #fff; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-related-info.scss */
ace-related-info .new-record-button .mat-paginator-outer-container {
background: transparent;
color: inherit; }
/* line 8, node_modules/ace-lib-theme/assets/scss/components/_ace-related-info.scss */
ace-related-info .table-container mat-table.mat-table.table-border mat-header-row.mat-header-row .mat-header-cell.aac-table-item {
display: flex; }
/* line 11, node_modules/ace-lib-theme/assets/scss/components/_ace-related-info.scss */
ace-related-info .table-paginator.mat-paginator {
background-color: transparent; }
/* line 2, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .custom-toggle .mat-button-toggle.mat-button-toggle-checked {
background: #ee0083;
color: #fff; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .custom-toggle .mat-button-toggle {
border: 1px solid #ee0083;
border-radius: 0px; }
/* line 10, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .wrapper .line {
background: transparent; }
/* line 13, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .body-container .filter-section {
background: transparent; }
/* line 16, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .form-container .mat-icon-button {
color: #ee0083;
background: transparent; }
/* line 20, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .date-filter-section .remove-button {
background: #ee0083;
color: #fff; }
/* line 24, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .mat-dialog-content .mat-tab-body-wrapper {
background: transparent; }
/* line 27, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .available-field-list, ace-view-configuration .selected-field-list {
background: #FFFFFF;
color: #212529; }
/* line 30, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .available-field-list:focus, ace-view-configuration .selected-field-list:focus {
border: 1px solid #ee0083;
outline: none; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-user-profile.scss */
ace-user-profile .user-info-text-block .profile-name {
font-size: 1rem;
font-weight: lighter;
text-transform: uppercase; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-user-profile.scss */
ace-user-profile .user-info-text-block .user-role {
font-size: 1rem;
font-weight: lighter;
text-transform: uppercase; }
/* line 4, src/assets/theme/pink/_addon-styles.scss */
header {
border-bottom: 5px solid #343a40;
background-color: #FFFFFF; }
/* line 10, src/assets/theme/pink/_addon-styles.scss */
.mat-step-icon {
background-color: #ee0083;
color: #FFFFFF; }
/* line 16, src/assets/theme/pink/_addon-styles.scss */
.form-card {
border: 1px solid rgba(0, 0, 0, 0.2);
background-color: #FFFFFF; }
/* line 23, src/assets/theme/pink/_addon-styles.scss */
.button-separator-space {
margin-right: 10px; }
/* line 28, src/assets/theme/pink/_addon-styles.scss */
body .page-container {
background-image: none;
position: relative;
background-size: cover;
background-position: 0 222px;
height: auto;
overflow: hidden; }
/* line 36, src/assets/theme/pink/_addon-styles.scss */
body .page-container::before {
position: absolute;
content: " ";
left: 0;
right: 0;
background: #4c42db;
background: linear-gradient(332deg, #4c42db 0%, #ee0083 100%);
top: 60px;
height: 2px; }
/* line 46, src/assets/theme/pink/_addon-styles.scss */
body .page-container::after {
position: absolute;
content: " ";
left: 0;
right: 0;
background: #4c42db;
background: linear-gradient(332deg, #4c42db 0%, #ee0083 100%);
/* top: 0; */
height: 500px;
transform: rotate(350deg);
width: 200%;
left: -4%;
bottom: -8%; }
/* line 60, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content {
position: relative;
z-index: 1; }
/* line 64, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content .instructions-class .disclaimer-text {
margin-top: 150px;
color: #FFFFFF; }
/* line 69, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content mat-horizontal-stepper .mat-horizontal-content-container {
padding: 0; }
/* line 72, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content .preview-loan-info,
body .page-container .page-content .preview-applicant-info {
border: 1px solid #4c42db; }
/* line 79, src/assets/theme/pink/_addon-styles.scss */
body app-spinner .loader {
border: 4px solid #4c42db !important;
border-radius: 50%;
border-top: 4px solid #ee0083 !important;
width: 36px;
height: 36px; } | loans-app-template/src/assets/theme/pink/theme.css | @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;400;500;600;800;900&display=swap");
/* DOCUMENT INFORMATION
- Document: ace-lib-theme Theme
- Version: 1.0.3
- Content: Default variables for the theme.
*/
/* COLORS
- Gray color variables.
*/
/* COLORS
- Main theme color variables.
*/
/* DEFAULT THEME COLORS MAP
- primary
- secondary
- error
- light
- dark
*/
/* ========== Color Scheme ========== */
/* ========== BODY ========== */
/* ========== LINKS ========== */
/* ========== COMMON ========== */
/* ========== TYPOGRAPHY ========== */
/* ========== TABLE ========== */
/* ========== FORM INPUTS ========== */
/* ========== AUTO COMPLETE ========== */
/* ========== TAB ========== */
/* ========== DATE PICKER ========== */
/* ========== ACCORDION ========== */
/* ========== ELEMENT SPECIFIC ========== */
/* ========== ACE-RECORD-TABLE-VIEW ========== */
/* ========== ACE-RECORD-TASK-VIEW ========== */
/* ========== ACE-RECORD-PROCESS ========== */
/* ========== ACE-RECORD-ATTACHMENT ========== */
/* ========== ACE-ROLE-SWITCHER ========== */
/* ========== ACE-RECORD-ACTIONS ========== */
/* ========== ACE-OBJECT-VIEWS-LIST ========== */
/* ========== ACE-APP-TABS-LIST ========== */
/* ========== ACE-ACTIVITY-HISTORY ========== */
/* ========== ACE-RELATED-INFO ========== */
/* ========== ACE-VIEW-CONFIG ========== */
/* ========== ACE-USER-PROFILE ========== */
/* ========== COMMON ========== */
/* ========== MENU ========== */
/* ========== CHIPS ========== */
/* ========== DIALOGS ========== */
/* ========== DIVIDER ========== */
/* ========== PAGINATOR ========== */
/* ========== PROGRESSBAR ========== */
/* ========== TOOLTIP ========== */
/* line 1, node_modules/ace-lib-theme/assets/scss/resets/_body.scss */
html body {
margin: 0;
font-family: "Raleway", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff; }
/* line 2, node_modules/ace-lib-theme/assets/scss/resets/_links.scss */
html a {
color: #ee0083;
text-decoration: none;
background-color: transparent; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
html a:hover {
color: #a20059;
text-decoration: underline; }
/* line 14, node_modules/ace-lib-theme/assets/scss/resets/_links.scss */
html a:not([href]) {
color: inherit;
text-decoration: none; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
html a:not([href]):hover {
color: inherit;
text-decoration: none; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-primary {
background-color: #ee0083 !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-secondary {
background-color: #4c42db !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-error {
background-color: #b00020 !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-light {
background-color: #FFFFFF !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-dark {
background-color: #343a40 !important; }
/* line 5, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-bg-gray {
background-color: #f8f8f8 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-primary {
color: #ee0083 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-secondary {
color: #4c42db !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-error {
color: #b00020 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-light {
color: #FFFFFF !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-dark {
color: #343a40 !important; }
/* line 12, node_modules/ace-lib-theme/assets/scss/utilities/_colors.scss */
.ace-text-gray {
color: #f8f8f8 !important; }
/* line 1, node_modules/ace-lib-theme/assets/scss/utilities/_cdk.scss */
.cdk-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
outline: 0;
-webkit-appearance: none; }
/* line 13, node_modules/ace-lib-theme/assets/scss/utilities/_cdk.scss */
.mat-ripple {
display: none; }
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* line 21, node_modules/@angular/material/_theming.scss */
.cdk-overlay-container, .cdk-global-overlay-wrapper {
pointer-events: none;
top: 0;
left: 0;
height: 100%;
width: 100%; }
/* line 33, node_modules/@angular/material/_theming.scss */
.cdk-overlay-container {
position: fixed;
z-index: 1000; }
/* line 37, node_modules/@angular/material/_theming.scss */
.cdk-overlay-container:empty {
display: none; }
/* line 48, node_modules/@angular/material/_theming.scss */
.cdk-global-overlay-wrapper {
display: flex;
position: absolute;
z-index: 1000; }
/* line 55, node_modules/@angular/material/_theming.scss */
.cdk-overlay-pane {
position: absolute;
pointer-events: auto;
box-sizing: border-box;
z-index: 1000;
display: flex;
max-width: 100%;
max-height: 100%; }
/* line 70, node_modules/@angular/material/_theming.scss */
.cdk-overlay-backdrop {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
pointer-events: auto;
-webkit-tap-highlight-color: transparent;
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
opacity: 0; }
/* line 84, node_modules/@angular/material/_theming.scss */
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 1; }
@media screen and (-ms-high-contrast: active) {
/* line 84, node_modules/@angular/material/_theming.scss */
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 0.6; } }
/* line 97, node_modules/@angular/material/_theming.scss */
.cdk-overlay-dark-backdrop {
background: rgba(0, 0, 0, 0.32); }
/* line 106, node_modules/@angular/material/_theming.scss */
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
opacity: 0; }
/* line 113, node_modules/@angular/material/_theming.scss */
.cdk-overlay-connected-position-bounding-box {
position: absolute;
z-index: 1000;
display: flex;
flex-direction: column;
min-width: 1px;
min-height: 1px; }
/* line 132, node_modules/@angular/material/_theming.scss */
.cdk-global-scrollblock {
position: fixed;
width: 100%;
overflow-y: scroll; }
/* line 3813, node_modules/@angular/material/_theming.scss */
.mat-dialog-container {
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
background: white;
color: rgba(0, 0, 0, 0.87); }
/* line 2, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table {
width: 100%;
margin-bottom: 1rem;
color: #212529; }
/* line 8, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-cell,
mat-table.mat-table .mat-cell {
padding: 0.25rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
/* line 14, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-cell.ace-multi-select-column,
mat-table.mat-table .mat-cell.ace-multi-select-column {
flex-grow: 0;
min-width: inherit;
max-width: 120px; }
/* line 21, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-row .mat-header-cell {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
color: #495057;
background-color: #e9ecef; }
/* line 27, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table .mat-header-row .mat-header-cell:not(.select-box-list), mat-table.mat-table .mat-header-row .mat-header-cell:not(.profile-pic-column) {
padding: 0.25rem;
min-width: inherit; }
/* line 33, node_modules/ace-lib-theme/assets/scss/_tables.scss */
mat-table.mat-table > .mat-footer-row,
mat-table.mat-table > .mat-header-row,
mat-table.mat-table > .mat-row {
border: 0;
align-items: stretch !important;
padding: 0;
margin: 0; }
/* line 49, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-bordered .mat-table {
border: 1px solid #dee2e6; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-bordered .mat-table .mat-header-cell,
.ace-table-bordered .mat-table .mat-cell {
border: 1px solid #dee2e6; }
/* line 58, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-bordered .mat-table .mat-header-row .mat-header-cell {
border-bottom-width: 2px; }
/* line 66, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-borderless .mat-table {
border: 0; }
/* line 68, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-borderless .mat-table .mat-header-cell,
.ace-table-borderless .mat-table .mat-cell,
.ace-table-borderless .mat-table .mat-header-row .mat-header-cell,
.ace-table-borderless .mat-table .mat-row {
border: 0; }
/* line 83, node_modules/ace-lib-theme/assets/scss/_tables.scss */
.ace-table-striped .mat-table .mat-row:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-table-hover .mat-table .mat-row:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075); }
/* line 3, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group .label-container label {
font-weight: 400; }
/* line 9, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input, .form-control.ace-field-textarea, .form-control.ace-field-select {
border-radius: 0;
border: 1px solid #dee2e6; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input:enabled, .form-control.ace-field-textarea:enabled, .form-control.ace-field-select:enabled {
background-color: #FFFFFF;
color: #212529; }
/* line 19, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input:not(:enabled), .form-control.ace-field-input[readonly], .form-control.ace-field-textarea:not(:enabled), .form-control.ace-field-textarea[readonly], .form-control.ace-field-select:not(:enabled), .form-control.ace-field-select[readonly] {
background-color: #f2f2f2;
color: #212529; }
/* line 25, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-control.ace-field-input:focus, .form-control.ace-field-textarea:focus, .form-control.ace-field-select:focus {
border: 1px solid #ee0083;
box-shadow: none; }
/* line 33, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group {
border-radius: 0;
border: 1px solid #dee2e6;
background-color: #FFFFFF;
overflow: hidden; }
/* line 39, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .form-control.ace-field-input, .input-group .form-control.ace-field-textarea, .input-group .form-control.ace-field-select {
border-radius: 0;
border: 0; }
/* line 44, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .form-control.ace-field-input:focus, .input-group .form-control.ace-field-textarea:focus, .input-group .form-control.ace-field-select:focus {
border: 0;
box-shadow: none; }
/* line 51, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .input-group-append .ace-btn {
border: 0;
border-radius: 0; }
/* line 54, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group .input-group-append .ace-btn:focus, .input-group .input-group-append .ace-btn:active, .input-group .input-group-append .ace-btn:not(:disabled):not(.disabled):active, .input-group .input-group-append .ace-btn:hover {
box-shadow: none;
background-color: #ee0083;
color: #fff; }
/* line 67, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.input-group:focus-within {
border: 1px solid #ee0083;
box-shadow: 0 0 1px 0px #ee0083; }
/* line 76, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error {
color: #b00020; }
/* line 78, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error .form-control {
border-color: #b00020; }
/* line 81, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error .input-group {
border: 1px solid #b00020;
box-shadow: none; }
/* line 86, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.form-group.has-error .help-block .block-element {
font-size: 85%; }
/* line 92, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
.section-has-error {
color: #b00020; }
/* line 100, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-email-field .input-group-append {
display: none; }
/* line 122, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-lookup-field .input-group .input-group-append .ace-field-link-btn {
display: none; }
/* line 127, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-lookup-field .input-group .input-group-append .btn-outline-secondary {
color: #6c757d; }
/* line 136, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-file-field .ace-btn {
background-color: #4c42db;
color: #fff;
border: 1px solid #4c42db;
border-radius: 0; }
/* line 39, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
aac-file-field .ace-btn:hover, aac-file-field .ace-btn:focus, aac-file-field .ace-btn:active, aac-file-field .ace-btn:not(:disabled):not(.disabled):active, aac-file-field .ace-btn:not(:disabled):not(.disabled):active:focus {
color: #fff;
background-color: #3227cf;
border-color: #3025c5;
box-shadow: none; }
/* line 149, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-file-field .ace-btn.imageField-btn {
background-color: #4c42db;
color: #fff;
border: 1px solid #4c42db;
border-radius: 50%; }
/* line 39, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
aac-file-field .ace-btn.imageField-btn:hover, aac-file-field .ace-btn.imageField-btn:focus, aac-file-field .ace-btn.imageField-btn:active, aac-file-field .ace-btn.imageField-btn:not(:disabled):not(.disabled):active, aac-file-field .ace-btn.imageField-btn:not(:disabled):not(.disabled):active:focus {
color: #fff;
background-color: #3227cf;
border-color: #3025c5;
box-shadow: none; }
/* line 167, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
aac-picklist-field .input-group input.mat-chip-input {
background-color: transparent; }
/* line 174, node_modules/ace-lib-theme/assets/scss/_input-fields.scss */
input.ace-field-input.form-control::placeholder {
color: #212529; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-frame {
border: 1px solid #4c42db; }
/* line 6, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checkmark {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
width: 100%;
fill: #fff; }
/* line 14, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-checkmark .mat-checkbox-checkmark-path {
stroke: #fff; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-mixedmark {
background-color: #fff; }
/* line 20, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox .mat-checkbox-layout .mat-checkbox-mixedmark .mat-checkbox-checkmark-path {
stroke: #fff; }
/* line 26, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
background-color: #4c42db; }
/* line 29, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.mat-checkbox-checked .mat-checkbox-checkmark {
opacity: 1; }
/* line 34, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.mat-checkbox-indeterminate .mat-checkbox-background {
background-color: #4c42db; }
/* line 40, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.cdk-focused.mat-checkbox-checked .mat-checkbox-background {
background-color: #2920a8; }
/* line 43, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.mat-checkbox.cdk-focused .mat-checkbox-frame {
border-color: #2920a8; }
/* line 50, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label {
position: relative;
overflow: hidden;
padding-left: 1.25rem;
margin-bottom: 0;
line-height: 1.5rem; }
/* line 57, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label .ace-field-input {
position: absolute;
left: -2rem; }
/* line 62, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label:before {
position: absolute;
content: "";
width: 1rem;
height: 1rem;
border: 1px solid #4c42db;
left: 0;
top: 0;
line-height: 1.5rem;
border-radius: 2px;
-webkit-transform: translateY(0.25rem);
-ms-transform: translateY(0.25rem);
transform: translateY(0.25rem); }
/* line 76, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label.input-checked::before {
background-color: #4c42db; }
/* line 79, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label.input-checked:after {
position: absolute;
content: "";
height: 0.3rem;
width: 0.6rem;
border-left: 0.125rem solid #fff;
border-bottom: 0.125rem solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 0.2rem;
top: 0.55rem; }
/* line 93, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label:focus-within:before {
border-color: #2920a8; }
/* line 97, node_modules/ace-lib-theme/assets/scss/_checkbox.scss */
.aac-checkbox-label:focus-within.input-checked:before {
background-color: #2920a8; }
/* line 5, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
border-width: 1px;
border-color: #4c42db; }
/* line 9, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
background-color: #4c42db; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button.cdk-focused .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
border-color: #2920a8; }
/* line 21, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.mat-radio-button.cdk-focused .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
background-color: #2920a8; }
/* line 31, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label {
position: relative;
overflow: hidden;
padding-left: 1.25rem;
margin-bottom: 0;
line-height: 1.5rem; }
/* line 38, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label .ace-field-input {
position: absolute;
left: -2rem; }
/* line 43, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label:before {
position: absolute;
content: "";
width: 1rem;
height: 1rem;
border: 1px solid #4c42db;
border-radius: 50%;
left: 0;
top: 0;
line-height: 1.5rem;
-webkit-transform: translateY(0.25rem);
-ms-transform: translateY(0.25rem);
transform: translateY(0.25rem); }
/* line 57, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label.input-checked:after {
position: absolute;
content: "";
width: 0.5rem;
height: 0.5rem;
background: #4c42db none;
top: 0.25rem;
border-radius: 50%;
left: 0.25rem;
line-height: 1.5rem;
-webkit-transform: translateY(0.25rem);
-ms-transform: translateY(0.25rem);
transform: translateY(0.25rem); }
/* line 72, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label:focus-within:before {
border-color: #2920a8; }
/* line 75, node_modules/ace-lib-theme/assets/scss/_radio-button.scss */
.aac-radio-label:focus-within:after {
background-color: #2920a8; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn {
display: inline-block;
background-color: transparent;
color: #212529;
border: 1px solid transparent;
vertical-align: middle;
padding: 10px 20px;
border-radius: 0;
line-height: 1.5; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn:hover {
color: #212529;
text-decoration: none; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn:focus, .ace-btn.focus {
outline: 0; }
/* line 22, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.disabled, .ace-btn:disabled {
opacity: 0.65; }
/* line 36, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn .mat-button-ripple {
display: none; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-primary {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-primary:hover, .ace-btn.ace-primary:focus {
color: #fff;
background-color: #c8006e;
border-color: #bb0067; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-primary.disabled, .ace-btn.ace-primary:disabled {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-primary:not(:disabled):not(.disabled):active, .ace-btn.ace-primary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #bb0067;
border-color: #ae0060; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-secondary {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-secondary:hover, .ace-btn.ace-secondary:focus {
color: #fff;
background-color: #3227cf;
border-color: #3025c5; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-secondary.disabled, .ace-btn.ace-secondary:disabled {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-secondary:not(:disabled):not(.disabled):active, .ace-btn.ace-secondary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #3025c5;
border-color: #2d23ba; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-error {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-error:hover, .ace-btn.ace-error:focus {
color: #fff;
background-color: #8a0019;
border-color: #7d0017; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-error.disabled, .ace-btn.ace-error:disabled {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-error:not(:disabled):not(.disabled):active, .ace-btn.ace-error:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #7d0017;
border-color: #700014; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-light {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-light:hover, .ace-btn.ace-light:focus {
color: #212529;
background-color: #ececec;
border-color: #e6e6e6; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-light.disabled, .ace-btn.ace-light:disabled {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-light:not(:disabled):not(.disabled):active, .ace-btn.ace-light:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #e6e6e6;
border-color: #dfdfdf; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-dark:hover, .ace-btn.ace-dark:focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-dark.disabled, .ace-btn.ace-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-dark:not(:disabled):not(.disabled):active, .ace-btn.ace-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
/* line 42, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-gray {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-gray:hover, .ace-btn.ace-gray:focus {
color: #212529;
background-color: #e5e5e5;
border-color: #dfdfdf; }
/* line 52, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-gray.disabled, .ace-btn.ace-gray:disabled {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 59, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-gray:not(:disabled):not(.disabled):active, .ace-btn.ace-gray:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #dfdfdf;
border-color: #d8d8d8; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary {
color: #ee0083;
background-color: transparent;
border-color: #ee0083; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-primary:hover {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary:focus, .ace-btn.ace-outline-primary.focus {
box-shadow: 0 0 0 1px rgba(238, 0, 131, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary.disabled, .ace-btn.ace-outline-primary:disabled {
color: #ee0083;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-primary:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-primary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #ee0083;
border-color: #ee0083; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary {
color: #4c42db;
background-color: transparent;
border-color: #4c42db; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-secondary:hover {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary:focus, .ace-btn.ace-outline-secondary.focus {
box-shadow: 0 0 0 1px rgba(76, 66, 219, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary.disabled, .ace-btn.ace-outline-secondary:disabled {
color: #4c42db;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-secondary:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-secondary:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #4c42db;
border-color: #4c42db; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error {
color: #b00020;
background-color: transparent;
border-color: #b00020; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-error:hover {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error:focus, .ace-btn.ace-outline-error.focus {
box-shadow: 0 0 0 1px rgba(176, 0, 32, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error.disabled, .ace-btn.ace-outline-error:disabled {
color: #b00020;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-error:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-error:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #b00020;
border-color: #b00020; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-light:hover {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light:focus, .ace-btn.ace-outline-light.focus {
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light.disabled, .ace-btn.ace-outline-light:disabled {
color: #FFFFFF;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-light:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-light:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #FFFFFF;
border-color: #FFFFFF; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark {
color: #343a40;
background-color: transparent;
border-color: #343a40; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark:focus, .ace-btn.ace-outline-dark.focus {
box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark.disabled, .ace-btn.ace-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-dark:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
/* line 70, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray {
color: #f8f8f8;
background-color: transparent;
border-color: #f8f8f8; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.ace-btn.ace-outline-gray:hover {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 80, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray:focus, .ace-btn.ace-outline-gray.focus {
box-shadow: 0 0 0 1px rgba(248, 248, 248, 0.5); }
/* line 84, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray.disabled, .ace-btn.ace-outline-gray:disabled {
color: #f8f8f8;
background-color: transparent; }
/* line 90, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-outline-gray:not(:disabled):not(.disabled):active, .ace-btn.ace-outline-gray:not(:disabled):not(.disabled).active {
color: #212529;
background-color: #f8f8f8;
border-color: #f8f8f8; }
/* line 99, node_modules/ace-lib-theme/assets/scss/_buttons.scss */
.ace-btn.ace-reset-btn {
border-width: 1px;
border-style: solid;
vertical-align: middle;
border-radius: 0; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header {
border-width: 0 0 1px 0;
border-style: solid;
border-color: transparent transparent #dee2e6 transparent; }
/* line 7, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header .mat-ink-bar {
background-color: #ee0083; }
/* line 12, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header .mat-tab-labels .mat-tab-label .mat-ripple-element {
display: none; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-header .mat-tab-labels .mat-tab-label.cdk-focused {
color: #ee0083; }
/* line 22, node_modules/ace-lib-theme/assets/scss/_tabs.scss */
mat-tab-group mat-tab-body {
padding: 0 0 0 0;
border-width: 0 0 0 0;
border-style: solid;
border-color: #dee2e6; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content {
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: #dee2e6; }
/* line 9, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls button {
color: #212529;
background-color: #fff; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls button:hover, .mat-datepicker-content .mat-calendar-header .mat-calendar-controls button:focus {
outline: 1px auto #ee0083; }
/* line 16, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls .mat-icon-button {
border-radius: 0; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-header .mat-calendar-controls .mat-icon-button .mat-button-ripple {
display: none; }
/* line 26, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-table-header th {
color: #212529;
font-weight: 400; }
/* line 30, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body-active {
background-color: #343a40;
color: #fff; }
/* line 34, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body-cell-content {
border-radius: 0; }
/* line 36, node_modules/ace-lib-theme/assets/scss/_date-picker.scss */
.mat-datepicker-content .mat-calendar-content .mat-calendar-table .mat-calendar-body-cell-content.mat-calendar-body-selected {
background-color: #ee0083;
color: #fff; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_chips.scss */
mat-chip-list .mat-chip {
color: #fff;
background-color: #ee0083;
border-radius: 16px;
border-width: 0 0 0 0;
border-style: solid;
border-color: #dee2e6; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
mat-chip-list .mat-chip:hover, mat-chip-list .mat-chip:focus {
color: #fff;
background-color: #c8006e; }
/* line 13, node_modules/ace-lib-theme/assets/scss/_chips.scss */
mat-chip-list .mat-chip.mat-standard-chip .mat-chip-remove.mat-icon {
font-size: 18px; }
/* line 16, node_modules/ace-lib-theme/assets/scss/_chips.scss */
mat-chip-list .mat-chip .mat-ripple-element {
display: none; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel {
border: #dee2e6;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
background-color: #fff; }
/* line 13, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-autocomplete-panel .mat-option:hover {
color: #fff;
background-color: #c8006e; }
/* line 10, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option:hover .assign-image {
background: transparent; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option.mat-active {
color: #fff;
background-color: #c8006e; }
/* line 18, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option.mat-active .assign-image {
background: transparent; }
/* line 22, node_modules/ace-lib-theme/assets/scss/_autocomplete.scss */
.mat-autocomplete-panel .mat-option .assign-image {
background: #6c757d; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel .mat-expansion-panel-header {
padding: 0px 8px;
background: transparent; }
/* line 7, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel:hover:not(.mat-expanded) {
border: 1px solid #ee0083; }
/* line 10, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel:focus:not(.mat-expanded) {
border: 1px solid #ee0083; }
/* line 13, node_modules/ace-lib-theme/assets/scss/_accordion.scss */
.mat-accordion mat-expansion-panel .mat-expanded {
background: transparent; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container .mat-dialog-title {
line-height: 1.5;
font-size: 1.5rem; }
/* line 8, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container button.mat-icon-button {
border-radius: 0; }
/* line 11, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container button.mat-icon-button .mat-button-ripple {
display: none; }
/* line 15, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container button.dialog-close {
color: #212529;
background-color: transparent;
border: 0; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-title-container button.dialog-close:hover, .mat-dialog-container .dialog-title-container button.dialog-close:focus {
color: #ee0083;
outline: none; }
/* line 25, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-title-container .dialog-back-button {
display: none; }
/* line 31, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn,
.mat-dialog-container .mat-dialog-actions .ace-btn {
border-width: 1px;
border-style: solid;
border-radius: 0; }
/* line 35, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-primary-action,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-primary-action {
background-color: #ee0083;
color: #fff;
border-color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-primary-action:hover, .mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-primary-action:focus,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-primary-action:hover,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-primary-action:focus {
background-color: #a20059;
color: #fff;
border-color: #a20059; }
/* line 46, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-secondary-action,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-secondary-action {
background-color: transparent;
color: #ee0083;
border-color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-secondary-action:hover, .mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-secondary-action:focus,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-secondary-action:hover,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-secondary-action:focus {
background-color: #ee0083;
color: #fff;
border-color: #ee0083; }
/* line 57, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-cancel-action,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-cancel-action {
background-color: transparent;
color: #343a40;
border-color: #343a40; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-cancel-action:hover, .mat-dialog-container .dialog-actions-container .ace-btn.ace-dialog-cancel-action:focus,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-cancel-action:hover,
.mat-dialog-container .mat-dialog-actions .ace-btn.ace-dialog-cancel-action:focus {
background-color: #343a40;
color: #fff;
border-color: #343a40; }
/* line 72, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-record-task-create aac-record-task-multistep .task-form-row.taskForm-container {
background-color: transparent; }
/* line 79, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-file-uploader .mat-slide-toggle .mat-slide-toggle-bar {
background-color: #212529; }
/* line 82, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-file-uploader .mat-slide-toggle .mat-slide-toggle-thumb {
background-color: #ee0083; }
/* line 86, node_modules/ace-lib-theme/assets/scss/_dialog.scss */
.mat-dialog-container aac-file-uploader .image-container .mat-input-element {
background-color: transparent;
border: none;
width: 100%;
color: #212529; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_divider.scss */
mat-divider.mat-divider {
border-color: #dee2e6; }
/* line 5, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button:not(:disabled):not(.disabled):enabled {
color: #ee0083; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button:not(:disabled):not(.disabled):enabled:hover, .mat-paginator .mat-paginator-container .mat-paginator-range-actions button:not(:disabled):not(.disabled):enabled:focus {
color: #88004b; }
/* line 11, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button.disabled, .mat-paginator .mat-paginator-container .mat-paginator-range-actions button:disabled {
opacity: 0.65; }
/* line 16, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button.mat-icon-button {
border-radius: 0;
background: transparent none; }
/* line 19, node_modules/ace-lib-theme/assets/scss/_paginator.scss */
.mat-paginator .mat-paginator-container .mat-paginator-range-actions button.mat-icon-button .mat-button-ripple {
display: none; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar {
margin: 5px auto; }
/* line 3, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar .mat-progress-bar-background {
fill: #ff92ce; }
/* line 6, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar .mat-progress-bar-buffer {
background-color: #ff92ce; }
/* line 10, node_modules/ace-lib-theme/assets/scss/_progressbar.scss */
.mat-progress-bar .mat-progress-bar-fill::after {
background-color: #ee0083; }
/* line 2, node_modules/ace-lib-theme/assets/scss/_tooltip.scss */
mat-tooltip-component .mat-tooltip {
background-color: #343a40;
font-size: 80%;
margin: 0 0 0 0;
max-width: 100%;
color: #FFFFFF; }
/* line 1, node_modules/ace-lib-theme/assets/scss/_matmenu.scss */
.mat-menu-panel {
border: #dee2e6;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
background-color: #fff; }
/* line 7, node_modules/ace-lib-theme/assets/scss/_matmenu.scss */
.mat-menu-panel .mat-menu-content .mat-menu-item {
background: transparent;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
.mat-menu-panel .mat-menu-content .mat-menu-item:hover, .mat-menu-panel .mat-menu-content .mat-menu-item:focus {
color: #fff;
background-color: #c8006e; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-record-table-view.scss */
ace-records-table-view .mat-table .profile-pic {
border-radius: 50%; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-record-table-view.scss */
ace-records-table-view .mat-table .mat-column-actionButton.action-column .mat-icon-button {
border-radius: 50%;
background-color: transparent;
color: #212529; }
/* line 12, node_modules/ace-lib-theme/assets/scss/components/_ace-record-table-view.scss */
ace-records-table-view .load-more-data {
background-color: #fff; }
/* line 2, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .date-style {
color: #ee0083; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .time-line-container:before {
border-right: 4px solid #ee0083; }
/* line 9, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-divider {
border: 7px solid #ee0083; }
/* line 12, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-icon {
border: 1px solid #ee0083;
width: 32px;
height: 32px;
border-radius: 50%; }
/* line 17, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-icon .icon-elem {
border-radius: 50%;
margin-top: 3px; }
/* line 22, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .timeline-image {
box-shadow: 1px 1px 1px 0px #ee0083; }
/* line 25, node_modules/ace-lib-theme/assets/scss/components/_ace-activity-history.scss */
aac-activity-history .time-line-container .time-line-item .attachment-icon.mat-icon {
background: transparent; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .header-container h2 {
font-size: 2rem; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .header-container button {
border-radius: 50%; }
/* line 12, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body .mat-subheader h3 {
font-size: 1.75rem; }
/* line 17, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body .task-action-button button:not(:last-child) {
margin-right: 4px; }
/* line 23, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body aac-record-task-action .action-buttons button:not(:last-child) {
margin-right: 4px; }
/* line 28, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .sidePanel-componet-body .mat-list-base .mat-list-item.mat-3-line, ace-record-task-view .sidePanel-componet-body .mat-list-base .mat-list-option.mat-3-line {
height: auto; }
/* line 32, node_modules/ace-lib-theme/assets/scss/components/_ace-record-task-view.scss */
ace-record-task-view .action-buttons button {
margin-left: 4px; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-record-process.scss */
ace-record-process .header-container h2 {
font-size: 2rem; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-record-attachment.scss */
ace-record-attachment .header-container h2 {
font-size: 2rem; }
/* line 10, node_modules/ace-lib-theme/assets/scss/components/_ace-record-attachment.scss */
ace-record-attachment .attachment-box .mat-list-item-content .mat-button {
background-color: transparent;
color: #212529; }
/* line 32, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-record-attachment .attachment-box .mat-list-item-content .mat-button:hover, ace-record-attachment .attachment-box .mat-list-item-content .mat-button:focus, ace-record-attachment .attachment-box .mat-list-item-content .mat-button:active {
color: #fff;
background-color: #ff1596; }
/* line 18, node_modules/ace-lib-theme/assets/scss/components/_ace-record-attachment.scss */
ace-record-attachment .attachment-box .mat-list-item-content .mat-icon-button {
background-color: transparent;
color: #ee0083; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-role-switcher.scss */
ace-role-switcher div.ace-theme .ace-list-item button {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-role-switcher div.ace-theme .ace-list-item button:hover, ace-role-switcher div.ace-theme .ace-list-item button:focus {
outline: none;
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529; }
/* line 15, node_modules/ace-lib-theme/assets/scss/components/_ace-role-switcher.scss */
ace-role-switcher div.ace-theme .ace-list-item.active-item {
background-color: #ee0083;
color: #fff; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-object-views-list.scss */
ace-object-views-list div.ace-theme .ace-list-item.view-Info {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-object-views-list div.ace-theme .ace-list-item.view-Info:hover, ace-object-views-list div.ace-theme .ace-list-item.view-Info:focus {
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-record-actions.scss */
ace-record-actions div.ace-theme .actions-list li {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-record-actions div.ace-theme .actions-list li:hover, ace-record-actions div.ace-theme .actions-list li:focus {
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529; }
/* line 18, node_modules/ace-lib-theme/assets/scss/components/_ace-record-actions.scss */
aac-merge-dialog .mat-step-header .mat-step-icon.mat-step-icon-selected {
background-color: #ee0083;
color: #fff; }
/* line 23, node_modules/ace-lib-theme/assets/scss/components/_ace-record-actions.scss */
aac-merge-dialog .mat-step-header .mat-step-icon {
background-color: #e9ecef;
color: #212529; }
/* line 4, node_modules/ace-lib-theme/assets/scss/components/_ace-app-tabs-list.scss */
ace-app-tabs-list ul.objects-container li a.item-info {
background-color: #FFFFFF;
color: #212529; }
/* line 17, node_modules/ace-lib-theme/assets/scss/mixins/_hover.scss */
ace-app-tabs-list ul.objects-container li a.item-info:hover, ace-app-tabs-list ul.objects-container li a.item-info:focus {
border: 1px solid #ee0083;
background-color: #FFFFFF;
color: #212529;
outline: none; }
/* line 14, node_modules/ace-lib-theme/assets/scss/components/_ace-app-tabs-list.scss */
ace-app-tabs-list ul.objects-container li a.item-info.active-item {
background-color: #ee0083;
color: #fff; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-related-info.scss */
ace-related-info .new-record-button .mat-paginator-outer-container {
background: transparent;
color: inherit; }
/* line 8, node_modules/ace-lib-theme/assets/scss/components/_ace-related-info.scss */
ace-related-info .table-container mat-table.mat-table.table-border mat-header-row.mat-header-row .mat-header-cell.aac-table-item {
display: flex; }
/* line 11, node_modules/ace-lib-theme/assets/scss/components/_ace-related-info.scss */
ace-related-info .table-paginator.mat-paginator {
background-color: transparent; }
/* line 2, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .custom-toggle .mat-button-toggle.mat-button-toggle-checked {
background: #ee0083;
color: #fff; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .custom-toggle .mat-button-toggle {
border: 1px solid #ee0083;
border-radius: 0px; }
/* line 10, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .wrapper .line {
background: transparent; }
/* line 13, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .body-container .filter-section {
background: transparent; }
/* line 16, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .form-container .mat-icon-button {
color: #ee0083;
background: transparent; }
/* line 20, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .date-filter-section .remove-button {
background: #ee0083;
color: #fff; }
/* line 24, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .mat-dialog-content .mat-tab-body-wrapper {
background: transparent; }
/* line 27, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .available-field-list, ace-view-configuration .selected-field-list {
background: #FFFFFF;
color: #212529; }
/* line 30, node_modules/ace-lib-theme/assets/scss/components/_ace-view-config.scss */
ace-view-configuration .available-field-list:focus, ace-view-configuration .selected-field-list:focus {
border: 1px solid #ee0083;
outline: none; }
/* line 3, node_modules/ace-lib-theme/assets/scss/components/_ace-user-profile.scss */
ace-user-profile .user-info-text-block .profile-name {
font-size: 1rem;
font-weight: lighter;
text-transform: uppercase; }
/* line 6, node_modules/ace-lib-theme/assets/scss/components/_ace-user-profile.scss */
ace-user-profile .user-info-text-block .user-role {
font-size: 1rem;
font-weight: lighter;
text-transform: uppercase; }
/* line 4, src/assets/theme/pink/_addon-styles.scss */
header {
border-bottom: 5px solid #343a40;
background-color: #FFFFFF; }
/* line 10, src/assets/theme/pink/_addon-styles.scss */
.mat-step-icon {
background-color: #ee0083;
color: #FFFFFF; }
/* line 16, src/assets/theme/pink/_addon-styles.scss */
.form-card {
border: 1px solid rgba(0, 0, 0, 0.2);
background-color: #FFFFFF; }
/* line 23, src/assets/theme/pink/_addon-styles.scss */
.button-separator-space {
margin-right: 10px; }
/* line 28, src/assets/theme/pink/_addon-styles.scss */
body .page-container {
background-image: none;
position: relative;
background-size: cover;
background-position: 0 222px;
height: auto;
overflow: hidden; }
/* line 36, src/assets/theme/pink/_addon-styles.scss */
body .page-container::before {
position: absolute;
content: " ";
left: 0;
right: 0;
background: #4c42db;
background: linear-gradient(332deg, #4c42db 0%, #ee0083 100%);
top: 60px;
height: 2px; }
/* line 46, src/assets/theme/pink/_addon-styles.scss */
body .page-container::after {
position: absolute;
content: " ";
left: 0;
right: 0;
background: #4c42db;
background: linear-gradient(332deg, #4c42db 0%, #ee0083 100%);
/* top: 0; */
height: 500px;
transform: rotate(350deg);
width: 200%;
left: -4%;
bottom: -8%; }
/* line 60, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content {
position: relative;
z-index: 1; }
/* line 64, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content .instructions-class .disclaimer-text {
margin-top: 150px;
color: #FFFFFF; }
/* line 69, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content mat-horizontal-stepper .mat-horizontal-content-container {
padding: 0; }
/* line 72, src/assets/theme/pink/_addon-styles.scss */
body .page-container .page-content .preview-loan-info,
body .page-container .page-content .preview-applicant-info {
border: 1px solid #4c42db; }
/* line 79, src/assets/theme/pink/_addon-styles.scss */
body app-spinner .loader {
border: 4px solid #4c42db !important;
border-radius: 50%;
border-top: 4px solid #ee0083 !important;
width: 36px;
height: 36px; } | 0.259356 | 0.032161 |
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Montserrat&family=Lora&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
/* border: 1px solid #ffffff; */
}
body {
background-color: #181719;
color: #fff;
max-width: 1440px;
margin: 0 auto;
}
.navbar {
display: flex;
justify-content: space-between;
padding: 0 77px;
margin-top: 46px;
}
.navbar .logo {
display: block;
width: 108px;
height: 32px;
padding: 8px;
border: 1px solid #ffffff;
font-family: Crimson Pro;
font-style: normal;
font-weight: 200;
font-size: 14px;
line-height: 16px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
}
#menu {
display: none;
position: relative;
height: 32px;
z-index: 5;
}
.bar {
width: 32px;
height: 4px;
background: #fff;
margin: 6px 0;
transition: linear 0.25s;
}
.check .b1 {
transform: rotate(45deg) translateY(6px) translateX(10px);
}
.check .b2 {
transition: linear 0.125s;
background: rgba(0, 0, 0, 0);
}
.check .b3 {
transform: rotate(-45deg) translateY(-4px) translateX(8px);
}
.navbar ul {
display: flex;
}
.navbar li {
text-transform: capitalize;
list-style-type: none;
height: 100%;
color: #fff;
display: block;
margin: auto 43px;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
}
.navbar a {
text-decoration: none;
color: #fff;
}
.logo a:active {
border-bottom: 2px solid #ffffff;
}
.navbar li:hover {
border-bottom: 2px solid #333;
}
#navmenu {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
background: rgba(0, 0, 0, 0.8);
transition-duration: 0.75s;
display: flex;
justify-content: center;
align-items: center;
}
#navmenu.check {
background: rgba(0, 0, 0, 0.8);
z-index: 4;
}
#menuitem.check {
display: flex;
}
#menuitem {
display: none;
flex-direction: column;
justify-content: space-around;
height: 60vh;
}
#menuitem a {
padding-bottom: 12px;
text-align: center;
text-decoration: none;
color: #fff;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
text-transform: capitalize;
}
#menuitem a:hover {
border-bottom: 2px solid oldlace;
}
.container {
padding: 77px;
display: flex;
justify-content: space-between;
margin-bottom: 128px;
}
.wrapper {
width: 40%;
display: flex;
flex-direction: column;
justify-content: center;
}
.wrapper h1 {
font-family: Lora;
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 61px;
}
.wrapper p {
margin: 10px 0 18px 0;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;
}
.wrapper a {
text-decoration: none;
color: #fff;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
}
.thumbnail {
width: 55%;
position: relative;
}
.thumbnail img {
display: block;
}
.thumbnail .cover {
width: 100%;
}
.thumbnail .profile {
position: absolute;
width: 70%;
height: 35%;
background: #181719;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
bottom: -90px;
right: 16px;
padding: 1rem;
}
.title {
display: flex;
}
.title .title-wrapper {
flex-direction: column;
padding: 0.8rem;
}
.title-wrapper h4 {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
.title-wrapper p {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #828282;
}
.title img {
width: 15%;
height: 15%;
border-radius: 50%;
}
.profile h3 {
padding: 1rem;
padding-left: 0;
font-family: Lora;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 31px;
}
.footer {
text-align: center;
margin-bottom: 24px;
}
.footer p {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
@media screen and (max-width: 1024px) {
.wrapper h1 {
font-size: 40px;
}
.wrapper p {
font-size: 20px;
}
.thumbnail .profile {
width: 90%;
height: 40%;
bottom: -40px;
}
.title-wrapper h4 {
font-size: 12px;
}
.profile h3 {
font-size: 18px;
}
}
@media screen and (max-width: 768px) {
#menu {
display: block;
}
.navbar {
padding: 0 19px;
margin-top: 12px;
}
.navbar ul {
display: none;
}
.container {
flex-direction: column;
padding: 77px 12px;
}
.wrapper {
width: 100%;
}
.wrapper h1 {
font-family: Lora;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 46px;
}
.wrapper p {
margin: 25px 0 25px 0;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
}
.wrapper a {
margin-bottom: 25px;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
}
.thumbnail {
width: 100%;
}
.thumbnail .profile {
width: 70%;
}
.title-wrapper h4 {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
}
.title-wrapper p {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 12px;
}
.profile h3 {
font-family: Lora;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
}
}
@media screen and (max-width: 880px) {
.navbar li {
margin: auto 24px;
}
}
@media screen and (max-width: 425px) {
.thumbnail .profile {
height: 40%;
width: 80%;
bottom: -40px;
}
.profile h3 {
font-size: 14px;
}
}
@media screen and (max-width: 320px) {
.thumbnail .profile {
height: 50%;
width: 98%;
left: 1%;
bottom: -40px;
}
.profile h3 {
font-size: 12px;
}
} | interior-consultant-page/styles.css | @import url("https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Montserrat&family=Lora&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
/* border: 1px solid #ffffff; */
}
body {
background-color: #181719;
color: #fff;
max-width: 1440px;
margin: 0 auto;
}
.navbar {
display: flex;
justify-content: space-between;
padding: 0 77px;
margin-top: 46px;
}
.navbar .logo {
display: block;
width: 108px;
height: 32px;
padding: 8px;
border: 1px solid #ffffff;
font-family: Crimson Pro;
font-style: normal;
font-weight: 200;
font-size: 14px;
line-height: 16px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
}
#menu {
display: none;
position: relative;
height: 32px;
z-index: 5;
}
.bar {
width: 32px;
height: 4px;
background: #fff;
margin: 6px 0;
transition: linear 0.25s;
}
.check .b1 {
transform: rotate(45deg) translateY(6px) translateX(10px);
}
.check .b2 {
transition: linear 0.125s;
background: rgba(0, 0, 0, 0);
}
.check .b3 {
transform: rotate(-45deg) translateY(-4px) translateX(8px);
}
.navbar ul {
display: flex;
}
.navbar li {
text-transform: capitalize;
list-style-type: none;
height: 100%;
color: #fff;
display: block;
margin: auto 43px;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
}
.navbar a {
text-decoration: none;
color: #fff;
}
.logo a:active {
border-bottom: 2px solid #ffffff;
}
.navbar li:hover {
border-bottom: 2px solid #333;
}
#navmenu {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
background: rgba(0, 0, 0, 0.8);
transition-duration: 0.75s;
display: flex;
justify-content: center;
align-items: center;
}
#navmenu.check {
background: rgba(0, 0, 0, 0.8);
z-index: 4;
}
#menuitem.check {
display: flex;
}
#menuitem {
display: none;
flex-direction: column;
justify-content: space-around;
height: 60vh;
}
#menuitem a {
padding-bottom: 12px;
text-align: center;
text-decoration: none;
color: #fff;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
text-transform: capitalize;
}
#menuitem a:hover {
border-bottom: 2px solid oldlace;
}
.container {
padding: 77px;
display: flex;
justify-content: space-between;
margin-bottom: 128px;
}
.wrapper {
width: 40%;
display: flex;
flex-direction: column;
justify-content: center;
}
.wrapper h1 {
font-family: Lora;
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 61px;
}
.wrapper p {
margin: 10px 0 18px 0;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;
}
.wrapper a {
text-decoration: none;
color: #fff;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
}
.thumbnail {
width: 55%;
position: relative;
}
.thumbnail img {
display: block;
}
.thumbnail .cover {
width: 100%;
}
.thumbnail .profile {
position: absolute;
width: 70%;
height: 35%;
background: #181719;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
bottom: -90px;
right: 16px;
padding: 1rem;
}
.title {
display: flex;
}
.title .title-wrapper {
flex-direction: column;
padding: 0.8rem;
}
.title-wrapper h4 {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
.title-wrapper p {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #828282;
}
.title img {
width: 15%;
height: 15%;
border-radius: 50%;
}
.profile h3 {
padding: 1rem;
padding-left: 0;
font-family: Lora;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 31px;
}
.footer {
text-align: center;
margin-bottom: 24px;
}
.footer p {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
}
@media screen and (max-width: 1024px) {
.wrapper h1 {
font-size: 40px;
}
.wrapper p {
font-size: 20px;
}
.thumbnail .profile {
width: 90%;
height: 40%;
bottom: -40px;
}
.title-wrapper h4 {
font-size: 12px;
}
.profile h3 {
font-size: 18px;
}
}
@media screen and (max-width: 768px) {
#menu {
display: block;
}
.navbar {
padding: 0 19px;
margin-top: 12px;
}
.navbar ul {
display: none;
}
.container {
flex-direction: column;
padding: 77px 12px;
}
.wrapper {
width: 100%;
}
.wrapper h1 {
font-family: Lora;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 46px;
}
.wrapper p {
margin: 25px 0 25px 0;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
}
.wrapper a {
margin-bottom: 25px;
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
}
.thumbnail {
width: 100%;
}
.thumbnail .profile {
width: 70%;
}
.title-wrapper h4 {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
}
.title-wrapper p {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 12px;
}
.profile h3 {
font-family: Lora;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
}
}
@media screen and (max-width: 880px) {
.navbar li {
margin: auto 24px;
}
}
@media screen and (max-width: 425px) {
.thumbnail .profile {
height: 40%;
width: 80%;
bottom: -40px;
}
.profile h3 {
font-size: 14px;
}
}
@media screen and (max-width: 320px) {
.thumbnail .profile {
height: 50%;
width: 98%;
left: 1%;
bottom: -40px;
}
.profile h3 {
font-size: 12px;
}
} | 0.241937 | 0.094052 |
body {
background: #F8F8F8;
margin: 0;
padding: 10px;
}
#title > * {
display: inline-block;
}
#title span {
cursor: pointer;
color: blue;
}
.frame {
width: 100%;
height: 400px;
border: 1px solid #808080;
}
.label {
display: inline-block;
min-width: 5em;
margin: 0px 5px 5px;
}
legend {
font: bold 1.2em sans-serif;
}
.hover {
cursor: pointer;
}
#boardWrapper > * {
float: left;
width: 50%;
overflow: auto;
min-height: 20em;
}
.clearBoardWrapper {
clear: both;
}
#boardWrapper legend{
color: #ffffff;
background: #000058;
padding: 0.4em;
}
textarea {
font: 0.8em "Courier New",monospace;
color: #ffffff;
background: #000058;
width: 100%;
}
pre {
margin: 0 2px;
white-space: pre-wrap;
/*background: #eee;*/
}
/*#console .data {
display: block;
margin: 2px;
border: 1px solid #ccc;
padding: 0;
}*/
/*
* '.gridTabbedData': Float wrapper of panels
*/
.gridTabbedData {
position: relative;
display: inline-block;
float: left;
width: 50%;
margin: 0;
border: 0;
padding: 0;
}
/*
* '.tabbedData': General styles of panels
*/
.tabbedData {
overflow: auto;
width: auto;
min-height: 20em;
margin: 2px;
border: 3px double #808080;
}
.tabbedData:hover {
border-color: #000000;
}
/*
* '.tabs', '.titleBar': contain floating classes of each panel
*/
.tabbedData .tabs, .tabbedData .titleBar {
display: block;
clear: both;
}
/*
* '.titleBar': Title bar of each panel
*/
.tabbedData .titleBar {
display: inline-block;
margin: 2px;
border: 1px solid #ccc;
background: #eee;
}
.tabbedData .titleBar .title {
float: left;
margin: 3px;
border: 0;
padding: 4px 8px;
color: #666666;
}
.tabbedData .titleBar .title:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
.tabbedData .titleBar .load {
float: left;
margin: 2px;
border: 1px solid #ccc;
padding: 4px 2px;
color: #666666;
}
.tabbedData .titleBar .load:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
/*
* '.tabBar': Title bar of each tab
*/
.tabbedData .tabs .tabBar {
display: inline-block;
float: left;
margin: 1px;
border: 1px solid #ccc;
background: #eee;
}
/*
* '.tab': Tab title
*/
.tabbedData .tabs .tabBar .tab {
float: left;
margin: 1px;
border: 0;
padding: 2px 8px;
color: #666666;
}
.tabbedData .tabs .tabBar .tab:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
/*
* '.close': Close button of each tab bar
*/
.tabbedData .tabs .tabBar .close {
float: left;
margin: 1px;
border: 1px solid #ccc;
padding: 2px 2px;
font: 1em "Courier New",monospace;
color: #666666;
}
.tabbedData .tabs .tabBar .close:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
/*
* '.data': Data for each tab bar
*/
/*.tabbedData .tabs*/ .data {
display: block;
margin: 2px;
border: 1px solid #ccc;
padding: 4px 8px;
background: #eee;
}
/*
* Js styles
*/
#title .edit {
color: red;
}
.tabbedData .titleBar .visited {
color: #666666;
background: #d6d6d6;
}
.tabbedData .titleBar .enabled {
color: #ffffff;
background: #808080;
}
.tabbedData .tabs .tabBar .visited {
color: #666666;
background: #d6d6d6;
}
.tabbedData .tabs .tabBar .enabled {
color: #ffffff;
background: #808080;
}
.hide {
display: none;
}
.height{
height: 20em !important;
} | tests/g3/g3evaluator.css | body {
background: #F8F8F8;
margin: 0;
padding: 10px;
}
#title > * {
display: inline-block;
}
#title span {
cursor: pointer;
color: blue;
}
.frame {
width: 100%;
height: 400px;
border: 1px solid #808080;
}
.label {
display: inline-block;
min-width: 5em;
margin: 0px 5px 5px;
}
legend {
font: bold 1.2em sans-serif;
}
.hover {
cursor: pointer;
}
#boardWrapper > * {
float: left;
width: 50%;
overflow: auto;
min-height: 20em;
}
.clearBoardWrapper {
clear: both;
}
#boardWrapper legend{
color: #ffffff;
background: #000058;
padding: 0.4em;
}
textarea {
font: 0.8em "Courier New",monospace;
color: #ffffff;
background: #000058;
width: 100%;
}
pre {
margin: 0 2px;
white-space: pre-wrap;
/*background: #eee;*/
}
/*#console .data {
display: block;
margin: 2px;
border: 1px solid #ccc;
padding: 0;
}*/
/*
* '.gridTabbedData': Float wrapper of panels
*/
.gridTabbedData {
position: relative;
display: inline-block;
float: left;
width: 50%;
margin: 0;
border: 0;
padding: 0;
}
/*
* '.tabbedData': General styles of panels
*/
.tabbedData {
overflow: auto;
width: auto;
min-height: 20em;
margin: 2px;
border: 3px double #808080;
}
.tabbedData:hover {
border-color: #000000;
}
/*
* '.tabs', '.titleBar': contain floating classes of each panel
*/
.tabbedData .tabs, .tabbedData .titleBar {
display: block;
clear: both;
}
/*
* '.titleBar': Title bar of each panel
*/
.tabbedData .titleBar {
display: inline-block;
margin: 2px;
border: 1px solid #ccc;
background: #eee;
}
.tabbedData .titleBar .title {
float: left;
margin: 3px;
border: 0;
padding: 4px 8px;
color: #666666;
}
.tabbedData .titleBar .title:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
.tabbedData .titleBar .load {
float: left;
margin: 2px;
border: 1px solid #ccc;
padding: 4px 2px;
color: #666666;
}
.tabbedData .titleBar .load:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
/*
* '.tabBar': Title bar of each tab
*/
.tabbedData .tabs .tabBar {
display: inline-block;
float: left;
margin: 1px;
border: 1px solid #ccc;
background: #eee;
}
/*
* '.tab': Tab title
*/
.tabbedData .tabs .tabBar .tab {
float: left;
margin: 1px;
border: 0;
padding: 2px 8px;
color: #666666;
}
.tabbedData .tabs .tabBar .tab:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
/*
* '.close': Close button of each tab bar
*/
.tabbedData .tabs .tabBar .close {
float: left;
margin: 1px;
border: 1px solid #ccc;
padding: 2px 2px;
font: 1em "Courier New",monospace;
color: #666666;
}
.tabbedData .tabs .tabBar .close:hover {
cursor: pointer;
color: #ffffff;
background: #808080;
}
/*
* '.data': Data for each tab bar
*/
/*.tabbedData .tabs*/ .data {
display: block;
margin: 2px;
border: 1px solid #ccc;
padding: 4px 8px;
background: #eee;
}
/*
* Js styles
*/
#title .edit {
color: red;
}
.tabbedData .titleBar .visited {
color: #666666;
background: #d6d6d6;
}
.tabbedData .titleBar .enabled {
color: #ffffff;
background: #808080;
}
.tabbedData .tabs .tabBar .visited {
color: #666666;
background: #d6d6d6;
}
.tabbedData .tabs .tabBar .enabled {
color: #ffffff;
background: #808080;
}
.hide {
display: none;
}
.height{
height: 20em !important;
} | 0.352425 | 0.119408 |
html {
background: #34495E;
}
body {
font-family: Arial, Helvetica, sans-serif;
width: 900px;
background: #e5e5e5;
border: 4px solid #3498DB;
margin: 20px auto;
}
h1 {
padding: 10px;
font-size: 21px;
background: #3498DB;
margin: 0;
color: #fff;
}
a {
color: #2980B9;
text-decoration: none;
}
a:hover {
color: #3498DB;
}
.info {
background: #2980B9;
padding: 8px;
text-align: right;
}
.info a {
color: #fff;
font-size: 14px;
text-decoration: none;
border-bottom: 1px dotted #fff;
}
.info a:hover {
border-bottom: 1px solid #fff;
}
.sidebar {
float: left;
width: 240px;
}
.cats {
list-style: none;
padding: 0;
}
.cats li a {
display: block;
font-size: 15px;
padding: 8px 15px;
border-bottom: 1px solid #ddd;
}
.cats li a:hover {
background: #efefef;
}
.main {
float: right;
width: 660px;
background: #fff;
}
.books {
list-style: none;
margin: 15px;
padding: 0;
overflow: hidden;
}
.books li {
width: 190px;
text-align: center;
height: 240px;
float: left;
margin: 20px 10px;
font-size: 15px;
}
.books b {
display: block;
margin: 5px 0;
font-weight: normal;
}
.books i {
color: #E74C3C;
}
a.add-to-cart {
font-size: 13px;
display: block;
background: #1ABC9C;
color: #fff;
padding: 5px 0;
margin: 5px 30px;
}
a.del {
color: #D35400;
}
.footer {
clear: both;
background: #95A5A6;
color: #fff;
font-size: 13px;
padding: 8px;
text-align: center;
border-top: 1px solid #7F8C8D;
}
.detail {
padding: 20px;
background: #fff;
}
.detail .back {
float: right;
}
.detail a.add-to-cart {
margin: 0;
width: 160px;
text-align: center;
padding: 10px 0;
}
table {
margin: 20px;
border-spacing: 1px;
background: #16A085;
}
td {
background: white;
border-collapse: collapse;
padding: 8px;
}
th {
color: white;
padding: 8px;
}
.order-form {
margin: 20px;
}
.order-form h2 {
margin: 40px 0 10px 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #ddd;
font-size: 18px;
color: #C0392B;
}
form label {
display: block;
margin-top: 10px;
color: #555;
}
input[type=text],
input[type=password],
textarea,
select {
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #ddd;
padding: 6px;
width: 300px;
background: #fff;
}
textarea {
height: 100px;
}
input[type=submit] {
padding: 10px 24px;
margin-right: 10px;
}
.msg {
background: #1ABC9C;
color: #fff;
text-align: center;
padding: 10px;
margin: 50px 20px;
}
.msg a {
color: #eee;
border-bottom: 1px dotted #fff;
}
label.error {
color: #900;
font-size: 13px;
font-style: italic;
margin-top: -1px;
}
.search {
margin-top: 20px;
}
.search input[type=text] {
width: 180px;
margin-left: 8px;
}
.search input[type=submit] {
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../images/search.png) no-repeat center center;
border: 0 none;
padding: 0;
margin: 0 0 0 -5px;
} | src/store/css/style.css | html {
background: #34495E;
}
body {
font-family: Arial, Helvetica, sans-serif;
width: 900px;
background: #e5e5e5;
border: 4px solid #3498DB;
margin: 20px auto;
}
h1 {
padding: 10px;
font-size: 21px;
background: #3498DB;
margin: 0;
color: #fff;
}
a {
color: #2980B9;
text-decoration: none;
}
a:hover {
color: #3498DB;
}
.info {
background: #2980B9;
padding: 8px;
text-align: right;
}
.info a {
color: #fff;
font-size: 14px;
text-decoration: none;
border-bottom: 1px dotted #fff;
}
.info a:hover {
border-bottom: 1px solid #fff;
}
.sidebar {
float: left;
width: 240px;
}
.cats {
list-style: none;
padding: 0;
}
.cats li a {
display: block;
font-size: 15px;
padding: 8px 15px;
border-bottom: 1px solid #ddd;
}
.cats li a:hover {
background: #efefef;
}
.main {
float: right;
width: 660px;
background: #fff;
}
.books {
list-style: none;
margin: 15px;
padding: 0;
overflow: hidden;
}
.books li {
width: 190px;
text-align: center;
height: 240px;
float: left;
margin: 20px 10px;
font-size: 15px;
}
.books b {
display: block;
margin: 5px 0;
font-weight: normal;
}
.books i {
color: #E74C3C;
}
a.add-to-cart {
font-size: 13px;
display: block;
background: #1ABC9C;
color: #fff;
padding: 5px 0;
margin: 5px 30px;
}
a.del {
color: #D35400;
}
.footer {
clear: both;
background: #95A5A6;
color: #fff;
font-size: 13px;
padding: 8px;
text-align: center;
border-top: 1px solid #7F8C8D;
}
.detail {
padding: 20px;
background: #fff;
}
.detail .back {
float: right;
}
.detail a.add-to-cart {
margin: 0;
width: 160px;
text-align: center;
padding: 10px 0;
}
table {
margin: 20px;
border-spacing: 1px;
background: #16A085;
}
td {
background: white;
border-collapse: collapse;
padding: 8px;
}
th {
color: white;
padding: 8px;
}
.order-form {
margin: 20px;
}
.order-form h2 {
margin: 40px 0 10px 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #ddd;
font-size: 18px;
color: #C0392B;
}
form label {
display: block;
margin-top: 10px;
color: #555;
}
input[type=text],
input[type=password],
textarea,
select {
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #ddd;
padding: 6px;
width: 300px;
background: #fff;
}
textarea {
height: 100px;
}
input[type=submit] {
padding: 10px 24px;
margin-right: 10px;
}
.msg {
background: #1ABC9C;
color: #fff;
text-align: center;
padding: 10px;
margin: 50px 20px;
}
.msg a {
color: #eee;
border-bottom: 1px dotted #fff;
}
label.error {
color: #900;
font-size: 13px;
font-style: italic;
margin-top: -1px;
}
.search {
margin-top: 20px;
}
.search input[type=text] {
width: 180px;
margin-left: 8px;
}
.search input[type=submit] {
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../images/search.png) no-repeat center center;
border: 0 none;
padding: 0;
margin: 0 0 0 -5px;
} | 0.410047 | 0.129981 |
.title-edit,
.title-delete,
.title-detalle,
.title-pdf {
position: relative;
}
.title-edit:hover::before,
.title-delete:hover::before,
.title-detalle:hover::before,
.title-pdf:hover::before {
content: "";
background-color: #202124f3;
color: #fff;
position: absolute;
bottom: -2.3rem;
border-radius: 3px;
padding: 0.5rem 0.6rem;
left: -0.8rem;
font-size: 0.88rem;
font-weight: 400;
letter-spacing: 0.5px;
z-index: 9;
width: 4rem;
pointer-events: none;
}
tbody tr:last-child td button.title-edit:hover::before,
tbody tr:last-child td button.title-delete:hover::before,
tbody tr:last-child td button.title-detalle:hover::before,
tbody tr:last-child td button.title-pdf:hover::before {
bottom: 2.9rem;
}
.title-edit:hover::before {
content: "Editar";
}
.title-delete:hover::before {
content: "Eliminar";
width: 5rem;
left: -1.3rem;
}
.title-detalle:hover::before {
content: "Ver detalle";
width: 7rem;
left: -2.3rem;
}
.title-pdf:hover::before {
content: "Ver documento";
width: 7rem;
left: -2.3rem;
}
.title-edit:hover::after,
.title-delete:hover::after,
.title-delete:hover::after,
.title-pdf:hover::after {
content: "";
position: absolute;
left: calc(50% - 0.5rem);
right: 50%;
bottom: -0.5rem;
width: 0;
height: 0;
border-right: 0.5rem solid transparent;
border-top: 0.5rem solid transparent;
border-left: 0.5rem solid transparent;
border-bottom: 0.5rem solid #202124;
}
tbody tr:last-child td button.title-edit:hover::after,
tbody tr:last-child td button.title-delete:hover::after,
tbody tr:last-child td button.title-detalle:hover::after,
tbody tr:last-child td button.title-pdf:hover::after {
transform: rotate(180deg);
bottom: 1.9rem;
}
.table th,
.table td {
padding: 0.5rem 0.625rem;
font-size: 13px;
color: #000000de;
}
.table thead tr th {
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 500;
font-size: 12px;
/* color: #0000008a; */
}
.table-responsive {
overflow-y: hidden;
}
.table-shadow {
box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}
.content-header-title {
font-family: "Barlow Condensed", sans-serif;
}
.table-dark {
--bs-table-bg: #202124;
}
.text-wprimary {
color: #6eb3ac;
}
.text-wsecondary {
color: #ea5455;
}
.text-wwarning {
color: #ffc107;
}
.m-title {
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
color: #202124da;
}
/** Box shadow **/
.box-shadow {
box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%) !important;
border: none !important;
}
/** Foto && preview **/
.tab-foto {
width: 35px;
height: 35px;
}
.image-preview {
width: 160px;
height: 160px;
pointer-events: none;
}
.no-image {
border: 1px dashed #bbb;
background-color: #f2f6fa;
width: 160px;
height: 160px;
flex-shrink: 1;
}
.btn-file {
width: 119px;
overflow: hidden;
position: relative;
}
.btn-file > input {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
}
/* inputs */
.form-control,
.form-select {
border-color: rgba(0, 0, 0, 0.42);
border-top: none;
border-left: none;
border-right: none;
border-radius: unset;
box-shadow: unset;
}
.form-control:focus {
box-shadow: none;
}
.form-control,
.form-select,
.form-control:focus {
color: #27282cf3;
}
.input-group-text {
border: none;
border-radius: unset;
}
.form-password-toggle > .input-group-text {
border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
box-shadow: none;
}
.img-fluid {
max-width: 190px;
max-height: 190px;
}
.item-wrapper > div > div {
margin: 0.2rem 0;
}
.label,
._label {
color: #1c1d1f;
position: relative;
}
.label::after {
content: "*";
color: var(--bs-danger);
position: absolute;
right: -8px;
top: 0;
font-weight: 500;
}
/** Loading **/
.rotate {
animation: rotation 2s infinite linear;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.rotate i {
color: var(--primary);
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.portada {
width: 40%;
height: 100%;
}
/* .text-justify{
font-size: 50px;
}
*/ | public/css/styles.css | .title-edit,
.title-delete,
.title-detalle,
.title-pdf {
position: relative;
}
.title-edit:hover::before,
.title-delete:hover::before,
.title-detalle:hover::before,
.title-pdf:hover::before {
content: "";
background-color: #202124f3;
color: #fff;
position: absolute;
bottom: -2.3rem;
border-radius: 3px;
padding: 0.5rem 0.6rem;
left: -0.8rem;
font-size: 0.88rem;
font-weight: 400;
letter-spacing: 0.5px;
z-index: 9;
width: 4rem;
pointer-events: none;
}
tbody tr:last-child td button.title-edit:hover::before,
tbody tr:last-child td button.title-delete:hover::before,
tbody tr:last-child td button.title-detalle:hover::before,
tbody tr:last-child td button.title-pdf:hover::before {
bottom: 2.9rem;
}
.title-edit:hover::before {
content: "Editar";
}
.title-delete:hover::before {
content: "Eliminar";
width: 5rem;
left: -1.3rem;
}
.title-detalle:hover::before {
content: "Ver detalle";
width: 7rem;
left: -2.3rem;
}
.title-pdf:hover::before {
content: "Ver documento";
width: 7rem;
left: -2.3rem;
}
.title-edit:hover::after,
.title-delete:hover::after,
.title-delete:hover::after,
.title-pdf:hover::after {
content: "";
position: absolute;
left: calc(50% - 0.5rem);
right: 50%;
bottom: -0.5rem;
width: 0;
height: 0;
border-right: 0.5rem solid transparent;
border-top: 0.5rem solid transparent;
border-left: 0.5rem solid transparent;
border-bottom: 0.5rem solid #202124;
}
tbody tr:last-child td button.title-edit:hover::after,
tbody tr:last-child td button.title-delete:hover::after,
tbody tr:last-child td button.title-detalle:hover::after,
tbody tr:last-child td button.title-pdf:hover::after {
transform: rotate(180deg);
bottom: 1.9rem;
}
.table th,
.table td {
padding: 0.5rem 0.625rem;
font-size: 13px;
color: #000000de;
}
.table thead tr th {
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 500;
font-size: 12px;
/* color: #0000008a; */
}
.table-responsive {
overflow-y: hidden;
}
.table-shadow {
box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}
.content-header-title {
font-family: "Barlow Condensed", sans-serif;
}
.table-dark {
--bs-table-bg: #202124;
}
.text-wprimary {
color: #6eb3ac;
}
.text-wsecondary {
color: #ea5455;
}
.text-wwarning {
color: #ffc107;
}
.m-title {
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
color: #202124da;
}
/** Box shadow **/
.box-shadow {
box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%) !important;
border: none !important;
}
/** Foto && preview **/
.tab-foto {
width: 35px;
height: 35px;
}
.image-preview {
width: 160px;
height: 160px;
pointer-events: none;
}
.no-image {
border: 1px dashed #bbb;
background-color: #f2f6fa;
width: 160px;
height: 160px;
flex-shrink: 1;
}
.btn-file {
width: 119px;
overflow: hidden;
position: relative;
}
.btn-file > input {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
}
/* inputs */
.form-control,
.form-select {
border-color: rgba(0, 0, 0, 0.42);
border-top: none;
border-left: none;
border-right: none;
border-radius: unset;
box-shadow: unset;
}
.form-control:focus {
box-shadow: none;
}
.form-control,
.form-select,
.form-control:focus {
color: #27282cf3;
}
.input-group-text {
border: none;
border-radius: unset;
}
.form-password-toggle > .input-group-text {
border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
box-shadow: none;
}
.img-fluid {
max-width: 190px;
max-height: 190px;
}
.item-wrapper > div > div {
margin: 0.2rem 0;
}
.label,
._label {
color: #1c1d1f;
position: relative;
}
.label::after {
content: "*";
color: var(--bs-danger);
position: absolute;
right: -8px;
top: 0;
font-weight: 500;
}
/** Loading **/
.rotate {
animation: rotation 2s infinite linear;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.rotate i {
color: var(--primary);
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.portada {
width: 40%;
height: 100%;
}
/* .text-justify{
font-size: 50px;
}
*/ | 0.582491 | 0.112065 |
.auth-form {
margin: 5%;
display: flex;
flex-direction: row;
font-size: 18px;
}
.auth-form-input {
display: flex;
flex-direction: column;
font-size: 18px;
width: 50%;
height: 70%;
}
.username-password-label {
font-size: 20px;
}
.username-password-label > p {
font-weight: bold;
}
#username-input {
height: 100%;
width: 40%;
}
#password-input {
height: 100%;
width: 40%;
}
.username-password-divs {
width: 100%;
}
input[type=text], input[type=password] {
color: white;
width: 20%;
padding: 12px 20px;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
border-radius: 10px;
background:none;
}
.submit-button {
background: none;
font-size: 18px;
color: white;
padding: 15px 0;
border: none;
cursor: pointer;
margin-top:3%;
width: 20%;
border-radius: 10px;
border: 1px solid #ababab;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
.error-div {
color: red;
}
.testing-div {
margin-top: 5%;
height: 10%;
padding: 1%;
font-size: 20px;
border-radius: 10px;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
@media only screen and (max-width: 800px) {
.auth-form {
margin: 5%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
font-size: 12px;
}
#username-input {
height: 100%;
width: 100%;
}
#password-input {
height: 100%;
width: 100%;
}
.submit-button {
background: none;
font-size: 18px;
color: white;
padding: 15px 0;
border: none;
cursor: pointer;
margin-top:20%;
width: 100%;
border-radius: 10px;
border: 1px solid #ababab;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
.testing-div {
margin-top: 10%;
height: 10%;
padding: 1%;
font-size: 20px;
border-radius: 10px;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
} | client/components/authForm/authForm.css | .auth-form {
margin: 5%;
display: flex;
flex-direction: row;
font-size: 18px;
}
.auth-form-input {
display: flex;
flex-direction: column;
font-size: 18px;
width: 50%;
height: 70%;
}
.username-password-label {
font-size: 20px;
}
.username-password-label > p {
font-weight: bold;
}
#username-input {
height: 100%;
width: 40%;
}
#password-input {
height: 100%;
width: 40%;
}
.username-password-divs {
width: 100%;
}
input[type=text], input[type=password] {
color: white;
width: 20%;
padding: 12px 20px;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
border-radius: 10px;
background:none;
}
.submit-button {
background: none;
font-size: 18px;
color: white;
padding: 15px 0;
border: none;
cursor: pointer;
margin-top:3%;
width: 20%;
border-radius: 10px;
border: 1px solid #ababab;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
.error-div {
color: red;
}
.testing-div {
margin-top: 5%;
height: 10%;
padding: 1%;
font-size: 20px;
border-radius: 10px;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
@media only screen and (max-width: 800px) {
.auth-form {
margin: 5%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
font-size: 12px;
}
#username-input {
height: 100%;
width: 100%;
}
#password-input {
height: 100%;
width: 100%;
}
.submit-button {
background: none;
font-size: 18px;
color: white;
padding: 15px 0;
border: none;
cursor: pointer;
margin-top:20%;
width: 100%;
border-radius: 10px;
border: 1px solid #ababab;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
.testing-div {
margin-top: 10%;
height: 10%;
padding: 1%;
font-size: 20px;
border-radius: 10px;
box-shadow: 0px 0px 8px rgb(255,255,255);
}
} | 0.279435 | 0.128908 |
:root {
--green: #00674B;
--white: #f8f8f8;
--black: #272727;
}
html {
/* border-box box model allows us to add padding and border to our elements without increasing their size */
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
/* BODY */
body {
letter-spacing: -1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 15px;
line-height: 1.5;
margin: 0;
padding: 0;
}
/* HEADER */
header {
background-color: var(--green);
height: 100px;
padding-top: 10px;
}
header .container {
width: 80%;
margin: 0 auto;
overflow: hidden;
}
/* Logo */
header .container .menu .logo {
color: var(--white);
font-size: 50px;
font-weight: 700;
text-decoration: none;
}
/* Navigation */
.menu nav {
float: right;
}
.menu nav ul {
float: left;
list-style: none;
margin: 0;
width: fit-content;
}
.menu nav ul li {
display: block;
float: left;
list-style: none;
padding: 0 10px;
}
.nav-links {
margin-top: 30px;
}
.menu nav ul li a {
text-decoration: none;
color: var(--white);
font-size: 16px;
text-transform: uppercase;
}
/* Search Bar */
header .container .menu nav .form {
margin-top: 15px;
}
header .container .menu nav form input[type=text] {
background-image: url("../imgs/3-512.png");
background-size: 20px;
background-repeat: no-repeat;
background-position: 4px 7px;
padding: 8px 10px 8px 25px;
border-radius: 27px;
margin-top: 8px;
margin-bottom: 8px;
outline: none;
width: 160px;
transition: width 0.3s ease-in-out;
-webkit-transition: width 0.3s ease-in-out;
-moz-transition: width 0.3s ease-in-out;
-ms-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
}
header .container .menu nav form input[type=text]:focus {
width: 250px;
}
/* SALES RECORD SECTION */
#sales-records {
height: 500px;
}
#sales-records h1 {
text-align: center;
color: var(--green);
}
#sales-records .container {
width: 80%;
}
div.centered table {
width: 900px;
margin-left: 300px;
}
.sales-records {
border-collapse: collapse;
width: 100%;
}
.sales-records td,
.sales-records th {
border: 1px solid #ddd;
padding: 8px;
font-size: 16px;
letter-spacing: 0.5px;
}
.sales-records tr:nth-child(even) {
background-color: #f2f2f2;
}
.sales-records tr:hover {
background-color: #ddd;
}
.sales-records th {
padding-top: 12px;
padding-bottom: 12px;
text-align: var(--yellow);
color: var(--black);
}
/* FOOTER */
footer {
background-color: var(--green);
color: var(--white);
}
footer .container {
padding: 40px;
}
.address {
font-size: 1rem;
letter-spacing: 1px;
list-style: none;
line-height: 30px;
}
ul .copyright {
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
footer .more-info {
padding-left: 200px;
}
}
@media only screen and (min-width: 1000px) {
footer .more-info {
padding-left: 300px;
}
}
@media only screen and (min-width: 1440px) {
footer .more-info {
padding-left: 520px;
}
} | assets/css/sales.css | :root {
--green: #00674B;
--white: #f8f8f8;
--black: #272727;
}
html {
/* border-box box model allows us to add padding and border to our elements without increasing their size */
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
/* BODY */
body {
letter-spacing: -1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 15px;
line-height: 1.5;
margin: 0;
padding: 0;
}
/* HEADER */
header {
background-color: var(--green);
height: 100px;
padding-top: 10px;
}
header .container {
width: 80%;
margin: 0 auto;
overflow: hidden;
}
/* Logo */
header .container .menu .logo {
color: var(--white);
font-size: 50px;
font-weight: 700;
text-decoration: none;
}
/* Navigation */
.menu nav {
float: right;
}
.menu nav ul {
float: left;
list-style: none;
margin: 0;
width: fit-content;
}
.menu nav ul li {
display: block;
float: left;
list-style: none;
padding: 0 10px;
}
.nav-links {
margin-top: 30px;
}
.menu nav ul li a {
text-decoration: none;
color: var(--white);
font-size: 16px;
text-transform: uppercase;
}
/* Search Bar */
header .container .menu nav .form {
margin-top: 15px;
}
header .container .menu nav form input[type=text] {
background-image: url("../imgs/3-512.png");
background-size: 20px;
background-repeat: no-repeat;
background-position: 4px 7px;
padding: 8px 10px 8px 25px;
border-radius: 27px;
margin-top: 8px;
margin-bottom: 8px;
outline: none;
width: 160px;
transition: width 0.3s ease-in-out;
-webkit-transition: width 0.3s ease-in-out;
-moz-transition: width 0.3s ease-in-out;
-ms-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
}
header .container .menu nav form input[type=text]:focus {
width: 250px;
}
/* SALES RECORD SECTION */
#sales-records {
height: 500px;
}
#sales-records h1 {
text-align: center;
color: var(--green);
}
#sales-records .container {
width: 80%;
}
div.centered table {
width: 900px;
margin-left: 300px;
}
.sales-records {
border-collapse: collapse;
width: 100%;
}
.sales-records td,
.sales-records th {
border: 1px solid #ddd;
padding: 8px;
font-size: 16px;
letter-spacing: 0.5px;
}
.sales-records tr:nth-child(even) {
background-color: #f2f2f2;
}
.sales-records tr:hover {
background-color: #ddd;
}
.sales-records th {
padding-top: 12px;
padding-bottom: 12px;
text-align: var(--yellow);
color: var(--black);
}
/* FOOTER */
footer {
background-color: var(--green);
color: var(--white);
}
footer .container {
padding: 40px;
}
.address {
font-size: 1rem;
letter-spacing: 1px;
list-style: none;
line-height: 30px;
}
ul .copyright {
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
footer .more-info {
padding-left: 200px;
}
}
@media only screen and (min-width: 1000px) {
footer .more-info {
padding-left: 300px;
}
}
@media only screen and (min-width: 1440px) {
footer .more-info {
padding-left: 520px;
}
} | 0.373076 | 0.163612 |
body {
font-family: 'Open Sans', sans-serif;
background-color: #fff;
}
header {
color: #fff;
background-color: #103D5D;
padding: 33px 0 25px 15px;
}
header h1 {
font-size: 25px;
font-weight: 600;
letter-spacing: 0.3px;
display: inline-block;
margin: 0;
vertical-align: middle;
}
.fa {
font-size: 22px;
transform: translateY(50deg);
}
header i {
vertical-align: middle;
margin-left: 12px;
}
.container {
display: flex;
max-width: 1100px;
margin: 0 auto;
padding-top: 30px;
}
.wrapper {
max-width: 1100px;
margin: 0 auto;
}
.add-item {
border-radius: 2px;
border-top: 3px solid #103D5D;
margin-right: 50px;
background-color: rgb(237, 237, 237);
padding: 60px 18px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12), 0 1px 8px 0 rgba(0,0,0,.2);
margin-bottom: 34px;
width: 25%;
margin-right: auto;
}
.display-item {
width: 65%;
margin-left: 50px;
}
.display-item button {
margin-top: 20px;
margin-left: auto;
display: block;
}
.add-item form {
width: 100%;
overflow: hidden;
}
input {
font-size: 22px;
color: #000;
padding: 18px 22px;
font-size: 16px;
margin-bottom: 17px;
border: 0;
display: block;
width: 100%;
}
ul {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
li {
width: calc(50% - 50px);
list-style-type: none;
margin-right: 50px;
background-color: rgb(237, 237, 237);
color: #000;
margin-bottom: 30px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12), 0 1px 8px 0 rgba(0,0,0,.2);
}
h2 {
padding: 0;
margin: 0;
font-weight: 400;
}
li h3 {
background-color: #103D5D;
margin: 0;
color: #fff;
font-weight: 300;
padding: 15px;
}
li p {
padding: 15px;
}
form button {
width: 100%;
margin-top: 10px;
}
button {
border-radius: 2px;
min-width: 88px;
background-color: #FA6900;
cursor: pointer;
border: 0;
min-width: 120px;
color: #fff;
font-size: 14px;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
padding: 10px 6px;
} | react-firebase1/src/App.css | body {
font-family: 'Open Sans', sans-serif;
background-color: #fff;
}
header {
color: #fff;
background-color: #103D5D;
padding: 33px 0 25px 15px;
}
header h1 {
font-size: 25px;
font-weight: 600;
letter-spacing: 0.3px;
display: inline-block;
margin: 0;
vertical-align: middle;
}
.fa {
font-size: 22px;
transform: translateY(50deg);
}
header i {
vertical-align: middle;
margin-left: 12px;
}
.container {
display: flex;
max-width: 1100px;
margin: 0 auto;
padding-top: 30px;
}
.wrapper {
max-width: 1100px;
margin: 0 auto;
}
.add-item {
border-radius: 2px;
border-top: 3px solid #103D5D;
margin-right: 50px;
background-color: rgb(237, 237, 237);
padding: 60px 18px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12), 0 1px 8px 0 rgba(0,0,0,.2);
margin-bottom: 34px;
width: 25%;
margin-right: auto;
}
.display-item {
width: 65%;
margin-left: 50px;
}
.display-item button {
margin-top: 20px;
margin-left: auto;
display: block;
}
.add-item form {
width: 100%;
overflow: hidden;
}
input {
font-size: 22px;
color: #000;
padding: 18px 22px;
font-size: 16px;
margin-bottom: 17px;
border: 0;
display: block;
width: 100%;
}
ul {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
li {
width: calc(50% - 50px);
list-style-type: none;
margin-right: 50px;
background-color: rgb(237, 237, 237);
color: #000;
margin-bottom: 30px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12), 0 1px 8px 0 rgba(0,0,0,.2);
}
h2 {
padding: 0;
margin: 0;
font-weight: 400;
}
li h3 {
background-color: #103D5D;
margin: 0;
color: #fff;
font-weight: 300;
padding: 15px;
}
li p {
padding: 15px;
}
form button {
width: 100%;
margin-top: 10px;
}
button {
border-radius: 2px;
min-width: 88px;
background-color: #FA6900;
cursor: pointer;
border: 0;
min-width: 120px;
color: #fff;
font-size: 14px;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
padding: 10px 6px;
} | 0.433382 | 0.095349 |
canvas{
display: inline-block;
border: 1px solid black;
}
body{
overflow-y:scroll;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.demoContainer{
display: inline-grid;
grid-template-columns: auto auto;
}
.docs{
display: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
@media only screen and (min-width: 1000px){
.main{
width:80%;
margin: auto;
}
}
@media only screen and (max-width: 760px){
.demoContainer{
display: block;
flex-direction: none;
width: 100%;
}
body{
background-color: #222;
color: white;
}
canvas{
background-color: white;
}
}
body{
font-family: Arial, Helvetica, sans-serif;
}
.textSection{
width: 100%;
height: 475px;
padding: 15px;
background-color: #222;
color: white;
overflow-y: scroll;
text-overflow: ellipsis;
}
#baconSection{
height: 275px;
}
#animatedTextSection{
height: 575px;
}
.fun i{
font-style: normal;
background-color: orange;
padding-left: 3px;
padding-right: 3px;
}
.docs i{
font-style: normal;
background-color: #2196F3;
padding-left: 3px;
padding-right: 3px;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: orange;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
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%;
} | style.css | canvas{
display: inline-block;
border: 1px solid black;
}
body{
overflow-y:scroll;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.demoContainer{
display: inline-grid;
grid-template-columns: auto auto;
}
.docs{
display: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
@media only screen and (min-width: 1000px){
.main{
width:80%;
margin: auto;
}
}
@media only screen and (max-width: 760px){
.demoContainer{
display: block;
flex-direction: none;
width: 100%;
}
body{
background-color: #222;
color: white;
}
canvas{
background-color: white;
}
}
body{
font-family: Arial, Helvetica, sans-serif;
}
.textSection{
width: 100%;
height: 475px;
padding: 15px;
background-color: #222;
color: white;
overflow-y: scroll;
text-overflow: ellipsis;
}
#baconSection{
height: 275px;
}
#animatedTextSection{
height: 575px;
}
.fun i{
font-style: normal;
background-color: orange;
padding-left: 3px;
padding-right: 3px;
}
.docs i{
font-style: normal;
background-color: #2196F3;
padding-left: 3px;
padding-right: 3px;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: orange;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
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%;
} | 0.236693 | 0.067577 |
*,
*:before,
*:after{
box-sizing: border-box;
}
/* * {
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
transform-style: preserve-3d;
margin: 0;
padding: 0;
} */
*:focus {
outline: none!important;
}
section .container{
width:100vw;
height: 190vh;
display: grid;
perspective: 1000px;
perspective-origin: center;
}
.col{
height: 100%;
transition: transform 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity 300ms ease;
transform: translateZ(34px) scale(.98);
/* flex: 0 0 33.3333%; */
position: relative;
}
.col:nth-of-type(1){
transform: rotateY(5deg) translateZ(34px) scale(.98);
}
.col:nth-of-type(3){
transform: rotateY(-5deg) translateZ(34px) scale(.98);
}
.col:hover,
.col:focus{
transform: translateZ(34px);
transition: transform 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity 300ms ease;
}
.card-container{
position: relative;
width: calc(100% - 25px);
height: calc(33.3% - 25px);
margin: 17px;
padding: 8px;
text-align: center;
opacity: 1;
}
.card-container:hover,
.card-container:focus{
opacity: 1;
}
.overlay{
display: block;
position: absolute;
cursor: pointer;
width: 50%;
height: 50%;
z-index: 1;
transform: translateZ(34px);
}
.overlay:nth-of-type(1){
left: 0;
top: 0;
}
.overlay:nth-of-type(2){
right: 0;
top: 0;
}
.overlay:nth-of-type(3){
bottom: 0;
right: 0;
}
.overlay:nth-of-type(4){
bottom: 0;
left: 0;
}
.overlay:nth-of-type(1):hover ~ .card,
.overlay:nth-of-type(1):focus ~ .card{
transform-origin: right top;
transform: rotateX(3deg) rotateY(-3deg) translateZ(0);
}
.overlay:nth-of-type(2):hover ~ .card,
.overlay:nth-of-type(2):focus ~ .card{
transform-origin: left top;
transform: rotateX(3deg) rotateY(3deg) translateZ(0);
}
.overlay:nth-of-type(3):hover ~ .card,
.overlay:nth-of-type(3):focus ~ .card{
transform-origin: left bottom;
transform: rotateX(-3deg) rotateY(3deg) translateZ(0);
}
.overlay:nth-of-type(4):hover ~ .card,
.overlay:nth-of-type(4):focus ~ .card{
transform-origin: right bottom;
transform: rotateX(-3deg) rotateY(-3deg) translateZ(0);
}
.card{
border-radius: 5px;
height: 100%;
transition: all 300ms ease-out;
align-items: center;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
position: relative;
z-index: 0;
opacity: 1;
padding: 13px 21px;
}
.card:before,
.card:after{
content: '';
position: absolute;
left:0;
top: 0;
display: block;
width: 100%;
height: 100%;
opacity: .21;
transition: transform 300ms ease;
transform: scale(.98);
}
.card:before{
background-size: cover;
background-position: 50% 50%;
}
.card-container:hover .card:before,
.card-container:hover .card:after,
.card-container:focus .card:before,
.card-container:focus .card:after{
opacity: .89;
transform: scale(1);
transition: all 800ms;
}
#card-one:before{
background-image: url('https://farm8.staticflickr.com/7832/46990627912_f071149c05_o.jpg');
}
#card-two:before{
background-image: url('https://farm8.staticflickr.com/7887/32100911657_04e437ac71_o.jpg') ;
}
#card-three:before{
background-image: url('https://farm8.staticflickr.com/7840/32100912787_070641d831_o.jpg') ;
}
.card:after{
background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,01) 100%);
}
h4{
text-align: left;
font-size: 18px;
font-weight:400;
transform: translateY(5px);
transition: transform 450ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
max-width: 320px;
outline: 1px solid transparent;
}
.overlay:hover ~ .card h4,
.overlay:focus ~ .card h4{
transform: translateZ(144px);
}
.card > span{
font-size: 34px;
opacity: 0;
transform: translateX(-3px);
transition: all 300ms ease;
}
.card-container:hover > .card > h4,
.card-container:focus > .card > h4{
transform: translateY(-13px);
color:white;
font-size:1.5em;
}
.card-container:hover > .card > span,
.card-container:focus > .card > span{
opacity: 1;
transform: translateX(3px);
animation: slideRight 300ms ease;
}
@media (max-width: 768px){
body{
overflow-y: scroll;
}
h4{
font-size: 17px;
}
}
@media (max-width: 540px){
.container{
flex-flow: column;
perspective: none;
}
.col:nth-of-type(1),
/* .col:nth-of-type(2),
.col:nth-of-type(3), */
.col:hover{
transform: none;
}
h4{
padding-bottom: 8px;
font-size: 18px;
}
.card > span{
display: none;
}
}
@media (max-height: 599px){
.card > span{
display: none;
}
}
@media (max-width: 860px) and (max-height: 540px){
h4{
font-size: 14px;
}
}
@media (max-width: 620px) and (max-height: 540px){
h4{
font-size: 13px;
}
} | css/work.css |
*,
*:before,
*:after{
box-sizing: border-box;
}
/* * {
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
transform-style: preserve-3d;
margin: 0;
padding: 0;
} */
*:focus {
outline: none!important;
}
section .container{
width:100vw;
height: 190vh;
display: grid;
perspective: 1000px;
perspective-origin: center;
}
.col{
height: 100%;
transition: transform 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity 300ms ease;
transform: translateZ(34px) scale(.98);
/* flex: 0 0 33.3333%; */
position: relative;
}
.col:nth-of-type(1){
transform: rotateY(5deg) translateZ(34px) scale(.98);
}
.col:nth-of-type(3){
transform: rotateY(-5deg) translateZ(34px) scale(.98);
}
.col:hover,
.col:focus{
transform: translateZ(34px);
transition: transform 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000), opacity 300ms ease;
}
.card-container{
position: relative;
width: calc(100% - 25px);
height: calc(33.3% - 25px);
margin: 17px;
padding: 8px;
text-align: center;
opacity: 1;
}
.card-container:hover,
.card-container:focus{
opacity: 1;
}
.overlay{
display: block;
position: absolute;
cursor: pointer;
width: 50%;
height: 50%;
z-index: 1;
transform: translateZ(34px);
}
.overlay:nth-of-type(1){
left: 0;
top: 0;
}
.overlay:nth-of-type(2){
right: 0;
top: 0;
}
.overlay:nth-of-type(3){
bottom: 0;
right: 0;
}
.overlay:nth-of-type(4){
bottom: 0;
left: 0;
}
.overlay:nth-of-type(1):hover ~ .card,
.overlay:nth-of-type(1):focus ~ .card{
transform-origin: right top;
transform: rotateX(3deg) rotateY(-3deg) translateZ(0);
}
.overlay:nth-of-type(2):hover ~ .card,
.overlay:nth-of-type(2):focus ~ .card{
transform-origin: left top;
transform: rotateX(3deg) rotateY(3deg) translateZ(0);
}
.overlay:nth-of-type(3):hover ~ .card,
.overlay:nth-of-type(3):focus ~ .card{
transform-origin: left bottom;
transform: rotateX(-3deg) rotateY(3deg) translateZ(0);
}
.overlay:nth-of-type(4):hover ~ .card,
.overlay:nth-of-type(4):focus ~ .card{
transform-origin: right bottom;
transform: rotateX(-3deg) rotateY(-3deg) translateZ(0);
}
.card{
border-radius: 5px;
height: 100%;
transition: all 300ms ease-out;
align-items: center;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
position: relative;
z-index: 0;
opacity: 1;
padding: 13px 21px;
}
.card:before,
.card:after{
content: '';
position: absolute;
left:0;
top: 0;
display: block;
width: 100%;
height: 100%;
opacity: .21;
transition: transform 300ms ease;
transform: scale(.98);
}
.card:before{
background-size: cover;
background-position: 50% 50%;
}
.card-container:hover .card:before,
.card-container:hover .card:after,
.card-container:focus .card:before,
.card-container:focus .card:after{
opacity: .89;
transform: scale(1);
transition: all 800ms;
}
#card-one:before{
background-image: url('https://farm8.staticflickr.com/7832/46990627912_f071149c05_o.jpg');
}
#card-two:before{
background-image: url('https://farm8.staticflickr.com/7887/32100911657_04e437ac71_o.jpg') ;
}
#card-three:before{
background-image: url('https://farm8.staticflickr.com/7840/32100912787_070641d831_o.jpg') ;
}
.card:after{
background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,01) 100%);
}
h4{
text-align: left;
font-size: 18px;
font-weight:400;
transform: translateY(5px);
transition: transform 450ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
max-width: 320px;
outline: 1px solid transparent;
}
.overlay:hover ~ .card h4,
.overlay:focus ~ .card h4{
transform: translateZ(144px);
}
.card > span{
font-size: 34px;
opacity: 0;
transform: translateX(-3px);
transition: all 300ms ease;
}
.card-container:hover > .card > h4,
.card-container:focus > .card > h4{
transform: translateY(-13px);
color:white;
font-size:1.5em;
}
.card-container:hover > .card > span,
.card-container:focus > .card > span{
opacity: 1;
transform: translateX(3px);
animation: slideRight 300ms ease;
}
@media (max-width: 768px){
body{
overflow-y: scroll;
}
h4{
font-size: 17px;
}
}
@media (max-width: 540px){
.container{
flex-flow: column;
perspective: none;
}
.col:nth-of-type(1),
/* .col:nth-of-type(2),
.col:nth-of-type(3), */
.col:hover{
transform: none;
}
h4{
padding-bottom: 8px;
font-size: 18px;
}
.card > span{
display: none;
}
}
@media (max-height: 599px){
.card > span{
display: none;
}
}
@media (max-width: 860px) and (max-height: 540px){
h4{
font-size: 14px;
}
}
@media (max-width: 620px) and (max-height: 540px){
h4{
font-size: 13px;
}
} | 0.278551 | 0.086285 |
@font-face {
font-family: 'AdelleThinItalic';
src: url('adelle_thinitalic-webfont.eot');
src: url('adelle_thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_thinitalic-webfont.woff') format('woff'),
url('adelle_thinitalic-webfont.ttf') format('truetype'),
url('adelle_thinitalic-webfont.svg#AdelleThinItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleThin';
src: url('adelle_thin-webfont.eot');
src: url('adelle_thin-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_thin-webfont.woff') format('woff'),
url('adelle_thin-webfont.ttf') format('truetype'),
url('adelle_thin-webfont.svg#AdelleThin') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleSemiBoldItalic';
src: url('adelle_semibolditalic-webfont.eot');
src: url('adelle_semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_semibolditalic-webfont.woff') format('woff'),
url('adelle_semibolditalic-webfont.ttf') format('truetype'),
url('adelle_semibolditalic-webfont.svg#AdelleSemiBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleSemiBold';
src: url('adelle_semibold-webfont.eot');
src: url('adelle_semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_semibold-webfont.woff') format('woff'),
url('adelle_semibold-webfont.ttf') format('truetype'),
url('adelle_semibold-webfont.svg#AdelleSemiBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleRegular';
src: url('adelle_regular-webfont.eot');
src: url('adelle_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_regular-webfont.woff') format('woff'),
url('adelle_regular-webfont.ttf') format('truetype'),
url('adelle_regular-webfont.svg#AdelleRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleLightItalic';
src: url('adelle_lightitalic-webfont.eot');
src: url('adelle_lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_lightitalic-webfont.woff') format('woff'),
url('adelle_lightitalic-webfont.ttf') format('truetype'),
url('adelle_lightitalic-webfont.svg#AdelleLightItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleLight';
src: url('adelle_light-webfont.eot');
src: url('adelle_light-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_light-webfont.woff') format('woff'),
url('adelle_light-webfont.ttf') format('truetype'),
url('adelle_light-webfont.svg#AdelleLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleItalic';
src: url('adelle_italic-webfont.eot');
src: url('adelle_italic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_italic-webfont.woff') format('woff'),
url('adelle_italic-webfont.ttf') format('truetype'),
url('adelle_italic-webfont.svg#AdelleItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleHeavyItalic';
src: url('adelle_heavyitalic-webfont.eot');
src: url('adelle_heavyitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_heavyitalic-webfont.woff') format('woff'),
url('adelle_heavyitalic-webfont.ttf') format('truetype'),
url('adelle_heavyitalic-webfont.svg#AdelleHeavyItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleHeavy';
src: url('adelle_heavy-webfont.eot');
src: url('adelle_heavy-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_heavy-webfont.woff') format('woff'),
url('adelle_heavy-webfont.ttf') format('truetype'),
url('adelle_heavy-webfont.svg#AdelleHeavy') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleExtraBoldItalic';
src: url('adelle_extrabolditalic-webfont.eot');
src: url('adelle_extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_extrabolditalic-webfont.woff') format('woff'),
url('adelle_extrabolditalic-webfont.ttf') format('truetype'),
url('adelle_extrabolditalic-webfont.svg#AdelleExtraBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleExtraBold';
src: url('adelle_extrabold-webfont.eot');
src: url('adelle_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_extrabold-webfont.woff') format('woff'),
url('adelle_extrabold-webfont.ttf') format('truetype'),
url('adelle_extrabold-webfont.svg#AdelleExtraBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleBoldItalic';
src: url('adelle_bolditalic-webfont.eot');
src: url('adelle_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_bolditalic-webfont.woff') format('woff'),
url('adelle_bolditalic-webfont.ttf') format('truetype'),
url('adelle_bolditalic-webfont.svg#AdelleBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleBold';
src: url('adelle_bold-webfont.eot');
src: url('adelle_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_bold-webfont.woff') format('woff'),
url('adelle_bold-webfont.ttf') format('truetype'),
url('adelle_bold-webfont.svg#AdelleBold') format('svg');
font-weight: normal;
font-style: normal;
} | public/assets@admin/fonts/adelle/font.css | @font-face {
font-family: 'AdelleThinItalic';
src: url('adelle_thinitalic-webfont.eot');
src: url('adelle_thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_thinitalic-webfont.woff') format('woff'),
url('adelle_thinitalic-webfont.ttf') format('truetype'),
url('adelle_thinitalic-webfont.svg#AdelleThinItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleThin';
src: url('adelle_thin-webfont.eot');
src: url('adelle_thin-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_thin-webfont.woff') format('woff'),
url('adelle_thin-webfont.ttf') format('truetype'),
url('adelle_thin-webfont.svg#AdelleThin') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleSemiBoldItalic';
src: url('adelle_semibolditalic-webfont.eot');
src: url('adelle_semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_semibolditalic-webfont.woff') format('woff'),
url('adelle_semibolditalic-webfont.ttf') format('truetype'),
url('adelle_semibolditalic-webfont.svg#AdelleSemiBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleSemiBold';
src: url('adelle_semibold-webfont.eot');
src: url('adelle_semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_semibold-webfont.woff') format('woff'),
url('adelle_semibold-webfont.ttf') format('truetype'),
url('adelle_semibold-webfont.svg#AdelleSemiBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleRegular';
src: url('adelle_regular-webfont.eot');
src: url('adelle_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_regular-webfont.woff') format('woff'),
url('adelle_regular-webfont.ttf') format('truetype'),
url('adelle_regular-webfont.svg#AdelleRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleLightItalic';
src: url('adelle_lightitalic-webfont.eot');
src: url('adelle_lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_lightitalic-webfont.woff') format('woff'),
url('adelle_lightitalic-webfont.ttf') format('truetype'),
url('adelle_lightitalic-webfont.svg#AdelleLightItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleLight';
src: url('adelle_light-webfont.eot');
src: url('adelle_light-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_light-webfont.woff') format('woff'),
url('adelle_light-webfont.ttf') format('truetype'),
url('adelle_light-webfont.svg#AdelleLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleItalic';
src: url('adelle_italic-webfont.eot');
src: url('adelle_italic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_italic-webfont.woff') format('woff'),
url('adelle_italic-webfont.ttf') format('truetype'),
url('adelle_italic-webfont.svg#AdelleItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleHeavyItalic';
src: url('adelle_heavyitalic-webfont.eot');
src: url('adelle_heavyitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_heavyitalic-webfont.woff') format('woff'),
url('adelle_heavyitalic-webfont.ttf') format('truetype'),
url('adelle_heavyitalic-webfont.svg#AdelleHeavyItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleHeavy';
src: url('adelle_heavy-webfont.eot');
src: url('adelle_heavy-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_heavy-webfont.woff') format('woff'),
url('adelle_heavy-webfont.ttf') format('truetype'),
url('adelle_heavy-webfont.svg#AdelleHeavy') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleExtraBoldItalic';
src: url('adelle_extrabolditalic-webfont.eot');
src: url('adelle_extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_extrabolditalic-webfont.woff') format('woff'),
url('adelle_extrabolditalic-webfont.ttf') format('truetype'),
url('adelle_extrabolditalic-webfont.svg#AdelleExtraBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleExtraBold';
src: url('adelle_extrabold-webfont.eot');
src: url('adelle_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_extrabold-webfont.woff') format('woff'),
url('adelle_extrabold-webfont.ttf') format('truetype'),
url('adelle_extrabold-webfont.svg#AdelleExtraBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleBoldItalic';
src: url('adelle_bolditalic-webfont.eot');
src: url('adelle_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_bolditalic-webfont.woff') format('woff'),
url('adelle_bolditalic-webfont.ttf') format('truetype'),
url('adelle_bolditalic-webfont.svg#AdelleBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AdelleBold';
src: url('adelle_bold-webfont.eot');
src: url('adelle_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('adelle_bold-webfont.woff') format('woff'),
url('adelle_bold-webfont.ttf') format('truetype'),
url('adelle_bold-webfont.svg#AdelleBold') format('svg');
font-weight: normal;
font-style: normal;
} | 0.253861 | 0.062075 |
*, html {
box-sizing: border-box;
font-family: 'Open Sans', Helvetica, sans-serif !important;
}
.container {
margin: 0 auto;
max-width: 1280px;
width: 90%;
}
.col .row {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.row {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.row:after,
.clearfix {
content: "";
display: table;
clear: both;
}
.row .col {
float: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 0.75rem;
min-height: 1px;
}
.row .col[class*="push-"], .row .col[class*="pull-"] {
position: relative;
}
.row .col.s1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-s1 {
margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
right: 8.3333333333%;
}
.row .col.push-s1 {
left: 8.3333333333%;
}
.row .col.offset-s2 {
margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
right: 16.6666666667%;
}
.row .col.push-s2 {
left: 16.6666666667%;
}
.row .col.offset-s3 {
margin-left: 25%;
}
.row .col.pull-s3 {
right: 25%;
}
.row .col.push-s3 {
left: 25%;
}
.row .col.offset-s4 {
margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
right: 33.3333333333%;
}
.row .col.push-s4 {
left: 33.3333333333%;
}
.row .col.offset-s5 {
margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
right: 41.6666666667%;
}
.row .col.push-s5 {
left: 41.6666666667%;
}
.row .col.offset-s6 {
margin-left: 50%;
}
.row .col.pull-s6 {
right: 50%;
}
.row .col.push-s6 {
left: 50%;
}
.row .col.offset-s7 {
margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
right: 58.3333333333%;
}
.row .col.push-s7 {
left: 58.3333333333%;
}
.row .col.offset-s8 {
margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
right: 66.6666666667%;
}
.row .col.push-s8 {
left: 66.6666666667%;
}
.row .col.offset-s9 {
margin-left: 75%;
}
.row .col.pull-s9 {
right: 75%;
}
.row .col.push-s9 {
left: 75%;
}
.row .col.offset-s10 {
margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
right: 83.3333333333%;
}
.row .col.push-s10 {
left: 83.3333333333%;
}
.row .col.offset-s11 {
margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
right: 91.6666666667%;
}
.row .col.push-s11 {
left: 91.6666666667%;
}
.row .col.offset-s12 {
margin-left: 100%;
}
.row .col.pull-s12 {
right: 100%;
}
.row .col.push-s12 {
left: 100%;
}
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-m1 {
margin-left: 8.3333333333%;
}
.row .col.pull-m1 {
right: 8.3333333333%;
}
.row .col.push-m1 {
left: 8.3333333333%;
}
.row .col.offset-m2 {
margin-left: 16.6666666667%;
}
.row .col.pull-m2 {
right: 16.6666666667%;
}
.row .col.push-m2 {
left: 16.6666666667%;
}
.row .col.offset-m3 {
margin-left: 25%;
}
.row .col.pull-m3 {
right: 25%;
}
.row .col.push-m3 {
left: 25%;
}
.row .col.offset-m4 {
margin-left: 33.3333333333%;
}
.row .col.pull-m4 {
right: 33.3333333333%;
}
.row .col.push-m4 {
left: 33.3333333333%;
}
.row .col.offset-m5 {
margin-left: 41.6666666667%;
}
.row .col.pull-m5 {
right: 41.6666666667%;
}
.row .col.push-m5 {
left: 41.6666666667%;
}
.row .col.offset-m6 {
margin-left: 50%;
}
.row .col.pull-m6 {
right: 50%;
}
.row .col.push-m6 {
left: 50%;
}
.row .col.offset-m7 {
margin-left: 58.3333333333%;
}
.row .col.pull-m7 {
right: 58.3333333333%;
}
.row .col.push-m7 {
left: 58.3333333333%;
}
.row .col.offset-m8 {
margin-left: 66.6666666667%;
}
.row .col.pull-m8 {
right: 66.6666666667%;
}
.row .col.push-m8 {
left: 66.6666666667%;
}
.row .col.offset-m9 {
margin-left: 75%;
}
.row .col.pull-m9 {
right: 75%;
}
.row .col.push-m9 {
left: 75%;
}
.row .col.offset-m10 {
margin-left: 83.3333333333%;
}
.row .col.pull-m10 {
right: 83.3333333333%;
}
.row .col.push-m10 {
left: 83.3333333333%;
}
.row .col.offset-m11 {
margin-left: 91.6666666667%;
}
.row .col.pull-m11 {
right: 91.6666666667%;
}
.row .col.push-m11 {
left: 91.6666666667%;
}
.row .col.offset-m12 {
margin-left: 100%;
}
.row .col.pull-m12 {
right: 100%;
}
.row .col.push-m12 {
left: 100%;
}
}
@media only screen and (min-width: 993px) {
.row .col.l1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-l1 {
margin-left: 8.3333333333%;
}
.row .col.pull-l1 {
right: 8.3333333333%;
}
.row .col.push-l1 {
left: 8.3333333333%;
}
.row .col.offset-l2 {
margin-left: 16.6666666667%;
}
.row .col.pull-l2 {
right: 16.6666666667%;
}
.row .col.push-l2 {
left: 16.6666666667%;
}
.row .col.offset-l3 {
margin-left: 25%;
}
.row .col.pull-l3 {
right: 25%;
}
.row .col.push-l3 {
left: 25%;
}
.row .col.offset-l4 {
margin-left: 33.3333333333%;
}
.row .col.pull-l4 {
right: 33.3333333333%;
}
.row .col.push-l4 {
left: 33.3333333333%;
}
.row .col.offset-l5 {
margin-left: 41.6666666667%;
}
.row .col.pull-l5 {
right: 41.6666666667%;
}
.row .col.push-l5 {
left: 41.6666666667%;
}
.row .col.offset-l6 {
margin-left: 50%;
}
.row .col.pull-l6 {
right: 50%;
}
.row .col.push-l6 {
left: 50%;
}
.row .col.offset-l7 {
margin-left: 58.3333333333%;
}
.row .col.pull-l7 {
right: 58.3333333333%;
}
.row .col.push-l7 {
left: 58.3333333333%;
}
.row .col.offset-l8 {
margin-left: 66.6666666667%;
}
.row .col.pull-l8 {
right: 66.6666666667%;
}
.row .col.push-l8 {
left: 66.6666666667%;
}
.row .col.offset-l9 {
margin-left: 75%;
}
.row .col.pull-l9 {
right: 75%;
}
.row .col.push-l9 {
left: 75%;
}
.row .col.offset-l10 {
margin-left: 83.3333333333%;
}
.row .col.pull-l10 {
right: 83.3333333333%;
}
.row .col.push-l10 {
left: 83.3333333333%;
}
.row .col.offset-l11 {
margin-left: 91.6666666667%;
}
.row .col.pull-l11 {
right: 91.6666666667%;
}
.row .col.push-l11 {
left: 91.6666666667%;
}
.row .col.offset-l12 {
margin-left: 100%;
}
.row .col.pull-l12 {
right: 100%;
}
.row .col.push-l12 {
left: 100%;
}
}
@media only screen and (min-width: 1201px) {
.row .col.xl1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-xl1 {
margin-left: 8.3333333333%;
}
.row .col.pull-xl1 {
right: 8.3333333333%;
}
.row .col.push-xl1 {
left: 8.3333333333%;
}
.row .col.offset-xl2 {
margin-left: 16.6666666667%;
}
.row .col.pull-xl2 {
right: 16.6666666667%;
}
.row .col.push-xl2 {
left: 16.6666666667%;
}
.row .col.offset-xl3 {
margin-left: 25%;
}
.row .col.pull-xl3 {
right: 25%;
}
.row .col.push-xl3 {
left: 25%;
}
.row .col.offset-xl4 {
margin-left: 33.3333333333%;
}
.row .col.pull-xl4 {
right: 33.3333333333%;
}
.row .col.push-xl4 {
left: 33.3333333333%;
}
.row .col.offset-xl5 {
margin-left: 41.6666666667%;
}
.row .col.pull-xl5 {
right: 41.6666666667%;
}
.row .col.push-xl5 {
left: 41.6666666667%;
}
.row .col.offset-xl6 {
margin-left: 50%;
}
.row .col.pull-xl6 {
right: 50%;
}
.row .col.push-xl6 {
left: 50%;
}
.row .col.offset-xl7 {
margin-left: 58.3333333333%;
}
.row .col.pull-xl7 {
right: 58.3333333333%;
}
.row .col.push-xl7 {
left: 58.3333333333%;
}
.row .col.offset-xl8 {
margin-left: 66.6666666667%;
}
.row .col.pull-xl8 {
right: 66.6666666667%;
}
.row .col.push-xl8 {
left: 66.6666666667%;
}
.row .col.offset-xl9 {
margin-left: 75%;
}
.row .col.pull-xl9 {
right: 75%;
}
.row .col.push-xl9 {
left: 75%;
}
.row .col.offset-xl10 {
margin-left: 83.3333333333%;
}
.row .col.pull-xl10 {
right: 83.3333333333%;
}
.row .col.push-xl10 {
left: 83.3333333333%;
}
.row .col.offset-xl11 {
margin-left: 91.6666666667%;
}
.row .col.pull-xl11 {
right: 91.6666666667%;
}
.row .col.push-xl11 {
left: 91.6666666667%;
}
.row .col.offset-xl12 {
margin-left: 100%;
}
.row .col.pull-xl12 {
right: 100%;
}
.row .col.push-xl12 {
left: 100%;
}
}
/*********************/
.center, .center-align {
text-align: center;
}
.left {
float: left;
}
.right {
float: right;
}
a, button {
text-decoration: none;
cursor: pointer;
}
.block {
display: block;
}
.typography-font {
font-family: 'Open Sans', Arial,Helvetica, sans-serif !important;
}
.m0 {
margin: 0 !important;
}
.ml0 {
margin-left: 0 !important;
}
.mt0 {
margin-top: 0 !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb0 {
margin-right: 0 !important;
}
.mt-2 {
margin-top: 2em;
}
.pt-10 {
padding-top: 10em;
}
.p0 {
padding: 0 !important;
}
.pl0 {
padding-left: 0 !important;
}
.pl-1 {
padding-left: 1rem;
}
.pr-05 {
padding-right: .5rem;
}
.pr0 {
padding-right: 0 !important;
}
.capitalize {
text-transform: capitalize !important;
}
.uppercase {
text-transform: uppercase !important;
}
.line-through{
text-decoration: line-through !important;
}
.align-middle {
vertical-align: middle !important;
}
.color-grey {
color: #989898 !important;
}
.half {
width: 50%;
}
.hidden {
overflow: hidden;
}
.full-screen {
height: 100vh;
width: 100vw;
}
.skew-section-before,
.skew-section-after {
position: relative;
}
.skew-section-after::after {
content: '';
position: absolute;
bottom: 0px;
z-index: 0;
left: 0;
right: 0;
height: 80%;
transform: skewY(-7deg);
transform-origin: 100%;
background-color: inherit;
}
.opacity-0 {
opacity: 0 !important;
}
.button__material {
transform: none !important;
margin-top: .75rem;
border-radius: 5px;
background-color: #0ab587;
background-image: linear-gradient(to left, #0ab587, #1e0c65);
box-shadow: 5px 7px 10px 0 rgba(0, 0, 0, 0.15);
border-radius: 3px;
color: #ffffff !important;
transition: all .3s;
padding: .75rem 1.5rem;
}
.button__material:hover,
.button__material:focus,
.button__material:active {
background-image: linear-gradient(to left,#1e0c65 , #0ab587);
box-shadow: 7px 10px 15px 0 rgba(0, 0, 0, 0.25);
}
.button__material:active{
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
/********** WEBSITE CSS ***********/
/* custom scrollbar css */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.list-block {
list-style: none;
padding-left: .5rem;
}
.list-item {
position: relative;
font-size: 15px;
margin-bottom: .5rem;
}
.list-item::before {
content: '-';
position: absolute;
left: -10px;
top: .75rem;
transform: translateY(-50%);
color: inherit;
}
.inline-block {
display: inline-block;
}
/**** ANIMATION *********/
.slideUp {
animation: slideUp .5s ease-in;
position: relative;
opacity: 1 !important;
transform: translateY(0px);
animation-delay: attr(data-delay);
}
@keyframes slideUp {
0% {
transform: translateY(20px);
opacity: 0;
}
50% {
transform: translateY(10px);
opacity: 0.5;
}
100% {
transform: translateY(0px);
opacity: 1;
}
}
.slideFromDown {
animation: slideFromDown 1.5s;
transition: all .5s;
}
@keyframes slideFromDown {
0% { transform: translateY(5rem);}
100% { transform: translateY(0px);}
}
.pulse {
position: relative;
}
.pulse::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: inherit;
border-radius: inherit;
transition: opacity .3s, transform .3s;
animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
z-index: -1;
}
@keyframes pulse-animation {
0% {
opacity: 0;
transform: scale(1);
}
50% {
opacity: .25;
transform: scale(1.1, 1.25);
}
100% {
opacity: .5;
transform: scale(1.2, 1.5);
}
}
/**************************
FONT
/**************************/
/* latin 400 */
@font-face {
font-family: 'Open Sans';
font-display: swap;
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0b.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;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-display: swap;
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhp.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;
}
/**************MEDIA QUERY **********/
@media only screen and (max-width: 601px) {
.container {
width: 95%;
}
}
@media only screen and (min-width: 601px) {
.container {
width: 95%;
}
}
@media only screen and (min-width: 993px) {
} | src/assets/css/shared.css | *, html {
box-sizing: border-box;
font-family: 'Open Sans', Helvetica, sans-serif !important;
}
.container {
margin: 0 auto;
max-width: 1280px;
width: 90%;
}
.col .row {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.row {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.row:after,
.clearfix {
content: "";
display: table;
clear: both;
}
.row .col {
float: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 0.75rem;
min-height: 1px;
}
.row .col[class*="push-"], .row .col[class*="pull-"] {
position: relative;
}
.row .col.s1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-s1 {
margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
right: 8.3333333333%;
}
.row .col.push-s1 {
left: 8.3333333333%;
}
.row .col.offset-s2 {
margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
right: 16.6666666667%;
}
.row .col.push-s2 {
left: 16.6666666667%;
}
.row .col.offset-s3 {
margin-left: 25%;
}
.row .col.pull-s3 {
right: 25%;
}
.row .col.push-s3 {
left: 25%;
}
.row .col.offset-s4 {
margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
right: 33.3333333333%;
}
.row .col.push-s4 {
left: 33.3333333333%;
}
.row .col.offset-s5 {
margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
right: 41.6666666667%;
}
.row .col.push-s5 {
left: 41.6666666667%;
}
.row .col.offset-s6 {
margin-left: 50%;
}
.row .col.pull-s6 {
right: 50%;
}
.row .col.push-s6 {
left: 50%;
}
.row .col.offset-s7 {
margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
right: 58.3333333333%;
}
.row .col.push-s7 {
left: 58.3333333333%;
}
.row .col.offset-s8 {
margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
right: 66.6666666667%;
}
.row .col.push-s8 {
left: 66.6666666667%;
}
.row .col.offset-s9 {
margin-left: 75%;
}
.row .col.pull-s9 {
right: 75%;
}
.row .col.push-s9 {
left: 75%;
}
.row .col.offset-s10 {
margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
right: 83.3333333333%;
}
.row .col.push-s10 {
left: 83.3333333333%;
}
.row .col.offset-s11 {
margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
right: 91.6666666667%;
}
.row .col.push-s11 {
left: 91.6666666667%;
}
.row .col.offset-s12 {
margin-left: 100%;
}
.row .col.pull-s12 {
right: 100%;
}
.row .col.push-s12 {
left: 100%;
}
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-m1 {
margin-left: 8.3333333333%;
}
.row .col.pull-m1 {
right: 8.3333333333%;
}
.row .col.push-m1 {
left: 8.3333333333%;
}
.row .col.offset-m2 {
margin-left: 16.6666666667%;
}
.row .col.pull-m2 {
right: 16.6666666667%;
}
.row .col.push-m2 {
left: 16.6666666667%;
}
.row .col.offset-m3 {
margin-left: 25%;
}
.row .col.pull-m3 {
right: 25%;
}
.row .col.push-m3 {
left: 25%;
}
.row .col.offset-m4 {
margin-left: 33.3333333333%;
}
.row .col.pull-m4 {
right: 33.3333333333%;
}
.row .col.push-m4 {
left: 33.3333333333%;
}
.row .col.offset-m5 {
margin-left: 41.6666666667%;
}
.row .col.pull-m5 {
right: 41.6666666667%;
}
.row .col.push-m5 {
left: 41.6666666667%;
}
.row .col.offset-m6 {
margin-left: 50%;
}
.row .col.pull-m6 {
right: 50%;
}
.row .col.push-m6 {
left: 50%;
}
.row .col.offset-m7 {
margin-left: 58.3333333333%;
}
.row .col.pull-m7 {
right: 58.3333333333%;
}
.row .col.push-m7 {
left: 58.3333333333%;
}
.row .col.offset-m8 {
margin-left: 66.6666666667%;
}
.row .col.pull-m8 {
right: 66.6666666667%;
}
.row .col.push-m8 {
left: 66.6666666667%;
}
.row .col.offset-m9 {
margin-left: 75%;
}
.row .col.pull-m9 {
right: 75%;
}
.row .col.push-m9 {
left: 75%;
}
.row .col.offset-m10 {
margin-left: 83.3333333333%;
}
.row .col.pull-m10 {
right: 83.3333333333%;
}
.row .col.push-m10 {
left: 83.3333333333%;
}
.row .col.offset-m11 {
margin-left: 91.6666666667%;
}
.row .col.pull-m11 {
right: 91.6666666667%;
}
.row .col.push-m11 {
left: 91.6666666667%;
}
.row .col.offset-m12 {
margin-left: 100%;
}
.row .col.pull-m12 {
right: 100%;
}
.row .col.push-m12 {
left: 100%;
}
}
@media only screen and (min-width: 993px) {
.row .col.l1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-l1 {
margin-left: 8.3333333333%;
}
.row .col.pull-l1 {
right: 8.3333333333%;
}
.row .col.push-l1 {
left: 8.3333333333%;
}
.row .col.offset-l2 {
margin-left: 16.6666666667%;
}
.row .col.pull-l2 {
right: 16.6666666667%;
}
.row .col.push-l2 {
left: 16.6666666667%;
}
.row .col.offset-l3 {
margin-left: 25%;
}
.row .col.pull-l3 {
right: 25%;
}
.row .col.push-l3 {
left: 25%;
}
.row .col.offset-l4 {
margin-left: 33.3333333333%;
}
.row .col.pull-l4 {
right: 33.3333333333%;
}
.row .col.push-l4 {
left: 33.3333333333%;
}
.row .col.offset-l5 {
margin-left: 41.6666666667%;
}
.row .col.pull-l5 {
right: 41.6666666667%;
}
.row .col.push-l5 {
left: 41.6666666667%;
}
.row .col.offset-l6 {
margin-left: 50%;
}
.row .col.pull-l6 {
right: 50%;
}
.row .col.push-l6 {
left: 50%;
}
.row .col.offset-l7 {
margin-left: 58.3333333333%;
}
.row .col.pull-l7 {
right: 58.3333333333%;
}
.row .col.push-l7 {
left: 58.3333333333%;
}
.row .col.offset-l8 {
margin-left: 66.6666666667%;
}
.row .col.pull-l8 {
right: 66.6666666667%;
}
.row .col.push-l8 {
left: 66.6666666667%;
}
.row .col.offset-l9 {
margin-left: 75%;
}
.row .col.pull-l9 {
right: 75%;
}
.row .col.push-l9 {
left: 75%;
}
.row .col.offset-l10 {
margin-left: 83.3333333333%;
}
.row .col.pull-l10 {
right: 83.3333333333%;
}
.row .col.push-l10 {
left: 83.3333333333%;
}
.row .col.offset-l11 {
margin-left: 91.6666666667%;
}
.row .col.pull-l11 {
right: 91.6666666667%;
}
.row .col.push-l11 {
left: 91.6666666667%;
}
.row .col.offset-l12 {
margin-left: 100%;
}
.row .col.pull-l12 {
right: 100%;
}
.row .col.push-l12 {
left: 100%;
}
}
@media only screen and (min-width: 1201px) {
.row .col.xl1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.xl12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-xl1 {
margin-left: 8.3333333333%;
}
.row .col.pull-xl1 {
right: 8.3333333333%;
}
.row .col.push-xl1 {
left: 8.3333333333%;
}
.row .col.offset-xl2 {
margin-left: 16.6666666667%;
}
.row .col.pull-xl2 {
right: 16.6666666667%;
}
.row .col.push-xl2 {
left: 16.6666666667%;
}
.row .col.offset-xl3 {
margin-left: 25%;
}
.row .col.pull-xl3 {
right: 25%;
}
.row .col.push-xl3 {
left: 25%;
}
.row .col.offset-xl4 {
margin-left: 33.3333333333%;
}
.row .col.pull-xl4 {
right: 33.3333333333%;
}
.row .col.push-xl4 {
left: 33.3333333333%;
}
.row .col.offset-xl5 {
margin-left: 41.6666666667%;
}
.row .col.pull-xl5 {
right: 41.6666666667%;
}
.row .col.push-xl5 {
left: 41.6666666667%;
}
.row .col.offset-xl6 {
margin-left: 50%;
}
.row .col.pull-xl6 {
right: 50%;
}
.row .col.push-xl6 {
left: 50%;
}
.row .col.offset-xl7 {
margin-left: 58.3333333333%;
}
.row .col.pull-xl7 {
right: 58.3333333333%;
}
.row .col.push-xl7 {
left: 58.3333333333%;
}
.row .col.offset-xl8 {
margin-left: 66.6666666667%;
}
.row .col.pull-xl8 {
right: 66.6666666667%;
}
.row .col.push-xl8 {
left: 66.6666666667%;
}
.row .col.offset-xl9 {
margin-left: 75%;
}
.row .col.pull-xl9 {
right: 75%;
}
.row .col.push-xl9 {
left: 75%;
}
.row .col.offset-xl10 {
margin-left: 83.3333333333%;
}
.row .col.pull-xl10 {
right: 83.3333333333%;
}
.row .col.push-xl10 {
left: 83.3333333333%;
}
.row .col.offset-xl11 {
margin-left: 91.6666666667%;
}
.row .col.pull-xl11 {
right: 91.6666666667%;
}
.row .col.push-xl11 {
left: 91.6666666667%;
}
.row .col.offset-xl12 {
margin-left: 100%;
}
.row .col.pull-xl12 {
right: 100%;
}
.row .col.push-xl12 {
left: 100%;
}
}
/*********************/
.center, .center-align {
text-align: center;
}
.left {
float: left;
}
.right {
float: right;
}
a, button {
text-decoration: none;
cursor: pointer;
}
.block {
display: block;
}
.typography-font {
font-family: 'Open Sans', Arial,Helvetica, sans-serif !important;
}
.m0 {
margin: 0 !important;
}
.ml0 {
margin-left: 0 !important;
}
.mt0 {
margin-top: 0 !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb0 {
margin-right: 0 !important;
}
.mt-2 {
margin-top: 2em;
}
.pt-10 {
padding-top: 10em;
}
.p0 {
padding: 0 !important;
}
.pl0 {
padding-left: 0 !important;
}
.pl-1 {
padding-left: 1rem;
}
.pr-05 {
padding-right: .5rem;
}
.pr0 {
padding-right: 0 !important;
}
.capitalize {
text-transform: capitalize !important;
}
.uppercase {
text-transform: uppercase !important;
}
.line-through{
text-decoration: line-through !important;
}
.align-middle {
vertical-align: middle !important;
}
.color-grey {
color: #989898 !important;
}
.half {
width: 50%;
}
.hidden {
overflow: hidden;
}
.full-screen {
height: 100vh;
width: 100vw;
}
.skew-section-before,
.skew-section-after {
position: relative;
}
.skew-section-after::after {
content: '';
position: absolute;
bottom: 0px;
z-index: 0;
left: 0;
right: 0;
height: 80%;
transform: skewY(-7deg);
transform-origin: 100%;
background-color: inherit;
}
.opacity-0 {
opacity: 0 !important;
}
.button__material {
transform: none !important;
margin-top: .75rem;
border-radius: 5px;
background-color: #0ab587;
background-image: linear-gradient(to left, #0ab587, #1e0c65);
box-shadow: 5px 7px 10px 0 rgba(0, 0, 0, 0.15);
border-radius: 3px;
color: #ffffff !important;
transition: all .3s;
padding: .75rem 1.5rem;
}
.button__material:hover,
.button__material:focus,
.button__material:active {
background-image: linear-gradient(to left,#1e0c65 , #0ab587);
box-shadow: 7px 10px 15px 0 rgba(0, 0, 0, 0.25);
}
.button__material:active{
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
/********** WEBSITE CSS ***********/
/* custom scrollbar css */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.list-block {
list-style: none;
padding-left: .5rem;
}
.list-item {
position: relative;
font-size: 15px;
margin-bottom: .5rem;
}
.list-item::before {
content: '-';
position: absolute;
left: -10px;
top: .75rem;
transform: translateY(-50%);
color: inherit;
}
.inline-block {
display: inline-block;
}
/**** ANIMATION *********/
.slideUp {
animation: slideUp .5s ease-in;
position: relative;
opacity: 1 !important;
transform: translateY(0px);
animation-delay: attr(data-delay);
}
@keyframes slideUp {
0% {
transform: translateY(20px);
opacity: 0;
}
50% {
transform: translateY(10px);
opacity: 0.5;
}
100% {
transform: translateY(0px);
opacity: 1;
}
}
.slideFromDown {
animation: slideFromDown 1.5s;
transition: all .5s;
}
@keyframes slideFromDown {
0% { transform: translateY(5rem);}
100% { transform: translateY(0px);}
}
.pulse {
position: relative;
}
.pulse::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: inherit;
border-radius: inherit;
transition: opacity .3s, transform .3s;
animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
z-index: -1;
}
@keyframes pulse-animation {
0% {
opacity: 0;
transform: scale(1);
}
50% {
opacity: .25;
transform: scale(1.1, 1.25);
}
100% {
opacity: .5;
transform: scale(1.2, 1.5);
}
}
/**************************
FONT
/**************************/
/* latin 400 */
@font-face {
font-family: 'Open Sans';
font-display: swap;
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0b.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;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-display: swap;
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhp.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;
}
/**************MEDIA QUERY **********/
@media only screen and (max-width: 601px) {
.container {
width: 95%;
}
}
@media only screen and (min-width: 601px) {
.container {
width: 95%;
}
}
@media only screen and (min-width: 993px) {
} | 0.594669 | 0.085556 |
.button-group {
display: flex;
flex-direction: row-reverse;
}
.download-button {
margin: .5rem;
}
/* COMPONENTS */
#root {
display: flex;
height: 100vh;
justify-content: space-between;
}
/* SECTION */
.section-wrapper {
display: flex;
flex: 1;
justify-content: space-around;
align-items: center;
overflow: auto;
}
.section-wrapper > div {
padding: .8rem;
}
.section .form-wrapper {
padding: .8rem;
border-radius: .5rem;
border: 1px solid hsl(0, 0%, 78%);
}
.section .form-wrapper form {
width: 26rem;
}
.section .form-wrapper form .currentform-text {
font-size: .75rem;
margin-bottom: .4rem;
color: hsl(29, 72.2%, 49%);
}
.section .form-wrapper form div {
margin-bottom: 1rem;
}
.section .form-wrapper form div:last-of-type {
margin-bottom: 0;
}
.section .form-wrapper form div label {
color: hsl(219, 86%, 57%);
font-size: 1.05rem;
}
.section .form-wrapper form div label span {
color: hsl(0, 1%, 35%);
font-size: 0.8rem;
}
.section .form-wrapper form div input, .section .form-wrapper form div select {
margin-top: .4rem;
width: 100%;
box-sizing: border-box;
border: 1px solid hsl(0, 0%, 86%);
outline: none;
}
.section .form-wrapper form div input:focus, .section .form-wrapper form div select:focus {
border: 1px solid hsl(0, 0%, 52%);
}
.section .form-wrapper form div input[type="text"], .section .form-wrapper form div select {
padding: .6rem;
}
.section .form-wrapper #toggle-button, #result button {
margin-top: 1rem;
padding: .6rem 1rem;
background-color: hsl(219, 86%, 57%);
color: hsl(0, 100%, 100%);
font-size: .8rem;
font-weight: bold;
border: none;
cursor: pointer;
}
.section .form-wrapper #toggle-button:hover, #result button:hover {
background-color: hsl(219, 86%, 63%);
}
.section .form-wrapper #more-button {
margin-top: 1.32rem;
width: 1.4rem;
height: 1.4rem;
float: right;
cursor: pointer;
border-radius: 0%;
}
.section .form-wrapper p {
margin-top: .35rem;
color: hsl(0, 0%, 44%);
font-size: .75rem;
}
.section .form-wrapper p:last-of-type {
margin-top: 0;
}
.section-aside {
padding: .8rem;
border-radius: .5rem;
border: 1px solid hsl(0, 0%, 78%);
width: 26rem;
margin-top: 1rem;
text-transform: capitalize;
}
.section-aside h1 {
color: hsl(219, 86%, 57%);
font-size: 1.01rem;
font-weight: 400;
margin-bottom: .4rem;
}
.section-aside p {
font-size: .9rem;
color: hsl(0, 0%, 44%);
}
.section-aside p span {
color: hsl(0, 63.5%, 50.6%);
}
.section-aside p a {
text-decoration: none;
color: hsl(219, 86%, 57%);
}
.section-aside p a:hover {
text-decoration: underline;
}
#preview-text {
color: hsl(29, 72.2%, 49%);
font-size: .95rem;
margin-top: .2rem;
margin-left: .2rem;
}
#preview-text span {
color: hsl(0, 0%, 44%);
font-size: .8rem;
}
#preview-text span a {
text-decoration: none;
color: hsl(219, 86%, 57%);
}
#preview-text span a:hover {
text-decoration: underline;
} | src/App.css | .button-group {
display: flex;
flex-direction: row-reverse;
}
.download-button {
margin: .5rem;
}
/* COMPONENTS */
#root {
display: flex;
height: 100vh;
justify-content: space-between;
}
/* SECTION */
.section-wrapper {
display: flex;
flex: 1;
justify-content: space-around;
align-items: center;
overflow: auto;
}
.section-wrapper > div {
padding: .8rem;
}
.section .form-wrapper {
padding: .8rem;
border-radius: .5rem;
border: 1px solid hsl(0, 0%, 78%);
}
.section .form-wrapper form {
width: 26rem;
}
.section .form-wrapper form .currentform-text {
font-size: .75rem;
margin-bottom: .4rem;
color: hsl(29, 72.2%, 49%);
}
.section .form-wrapper form div {
margin-bottom: 1rem;
}
.section .form-wrapper form div:last-of-type {
margin-bottom: 0;
}
.section .form-wrapper form div label {
color: hsl(219, 86%, 57%);
font-size: 1.05rem;
}
.section .form-wrapper form div label span {
color: hsl(0, 1%, 35%);
font-size: 0.8rem;
}
.section .form-wrapper form div input, .section .form-wrapper form div select {
margin-top: .4rem;
width: 100%;
box-sizing: border-box;
border: 1px solid hsl(0, 0%, 86%);
outline: none;
}
.section .form-wrapper form div input:focus, .section .form-wrapper form div select:focus {
border: 1px solid hsl(0, 0%, 52%);
}
.section .form-wrapper form div input[type="text"], .section .form-wrapper form div select {
padding: .6rem;
}
.section .form-wrapper #toggle-button, #result button {
margin-top: 1rem;
padding: .6rem 1rem;
background-color: hsl(219, 86%, 57%);
color: hsl(0, 100%, 100%);
font-size: .8rem;
font-weight: bold;
border: none;
cursor: pointer;
}
.section .form-wrapper #toggle-button:hover, #result button:hover {
background-color: hsl(219, 86%, 63%);
}
.section .form-wrapper #more-button {
margin-top: 1.32rem;
width: 1.4rem;
height: 1.4rem;
float: right;
cursor: pointer;
border-radius: 0%;
}
.section .form-wrapper p {
margin-top: .35rem;
color: hsl(0, 0%, 44%);
font-size: .75rem;
}
.section .form-wrapper p:last-of-type {
margin-top: 0;
}
.section-aside {
padding: .8rem;
border-radius: .5rem;
border: 1px solid hsl(0, 0%, 78%);
width: 26rem;
margin-top: 1rem;
text-transform: capitalize;
}
.section-aside h1 {
color: hsl(219, 86%, 57%);
font-size: 1.01rem;
font-weight: 400;
margin-bottom: .4rem;
}
.section-aside p {
font-size: .9rem;
color: hsl(0, 0%, 44%);
}
.section-aside p span {
color: hsl(0, 63.5%, 50.6%);
}
.section-aside p a {
text-decoration: none;
color: hsl(219, 86%, 57%);
}
.section-aside p a:hover {
text-decoration: underline;
}
#preview-text {
color: hsl(29, 72.2%, 49%);
font-size: .95rem;
margin-top: .2rem;
margin-left: .2rem;
}
#preview-text span {
color: hsl(0, 0%, 44%);
font-size: .8rem;
}
#preview-text span a {
text-decoration: none;
color: hsl(219, 86%, 57%);
}
#preview-text span a:hover {
text-decoration: underline;
} | 0.410402 | 0.056705 |
@CHARSET "UTF-8";
@import url("home.css");
#user_content {
margin-bottom: 150px;
}
#watchlist {
background-color: #23272D;
opacity: 1;
}
#watchlist_content {
background-color: white;
height: auto;
padding: 0px;
}
#watchlist_filter {
position: relative;
height: 70px;
width: 100%;
}
#filter_group {
float: right;
margin-top: 16px;
margin-right: 15px;
}
.btn.btn-primary.filter {
padding: 8px 13px 8px 13px;
background-color: white;
color: black;
border: 1px solid #bfbfbf;
font-family: "klavika", Helvetica, Arial, sans-serif;
}
.filter.btn.btn-primary:hover {
opacity: 1 !important;
background-color: #DEDEDE !important;
}
.filter.btn.btn-primary:active {
opacity: 1;
background-color: #DEDEDE;
color: black;
border: 1px solid #bfbfbf;
outline:none;
}
.filter.btn.btn-primary:focus {
background-color: white;
border: 1px solid #bfbfbf;
outline:none;
}
.filter.btn.btn-primary:focus:hover {
background-color: #DEDEDE;
}
#watchlist_search_div {
width: 100%;
height: 52px;
}
#watchlist_search {
color: black;
font-size: 16px;
font-family: "klavika", Helvetica, Arial, sans-serif;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
border-left: none;
border-right: none;
width: 100%;
height: 100%;
padding-left: 20px;
}
#sort_options_div {
position: relative;
margin-top: 10px;
height: 50px;
padding: 10px 10px 5px 10px;
border-bottom: 1px solid #DEDEDE;
font-family: "klavika", Helvetica, Arial, sans-serif;
}
.table-responsive {
border: none;
font-size: 18px;
font-family: "klavika", Helvetica, Arial, sans-serif;
overflow-y: hidden;
}
.table {
margin-bottom: 0px;
border: none;
}
.table > thead > tr > th {
border: none;
padding-top: 6px;
}
.table > tbody > tr > td {
padding: 10px 15px 10px 15px;
padding-bottom: 10px;
}
#title_header {
width: 38%;
}
#type_header {
padding-right: 2px;
padding-left: 0px
}
#year_header {
padding-right: 10px;
width: 90px;
padding-left: 0px;
}
#progress_header {
padding-right: 9px;
width: 145px;
padding-left: 0px;
}
#avg_header {
}
#rating_header {
}
#status_header {
}
.anime_row {
visibility: hidden;
}
tr:nth-child(even) {
background-color: #F2F1EC;
}
.title {
width: 40%;
}
.type {
min-width: 90px;
max-width: 90px;
}
.year {
}
.anime_progress {
max-width: 170px;
min-width: 170px;
white-space: nowrap;
}
.hidden_row_number {
display: none;
}
.hidden_watched_eps {
display: none;
}
.hidden_user_score {
display: none;
}
.progress_input {
width: 50px;
border-radius: 5px;
border: 1px solid #DEDEDE;
text-align: center;
}
.count_up {
margin-left: 5px;
border-radius: 5px;
padding: 2px 5px 2px 5px;
-webkit-font-smoothing: antialiased;
-webkit-mask-image: -webkit-gradient(linear, left 0%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
mask: url('http://localhost/anime/assets/css/mask.svg#mask');
}
.avg {
}
.anime_rating {
white-space: nowrap;
}
.status {
width: 130px;
}
.title_caret.fa.fa-caret-up {
position: absolute;
margin-left: 5px;
padding-bottom: 5px;
cursor: pointer;
}
.title_caret.fa.fa-caret-down {
position: absolute;
margin-top: 3px;
margin-left: 5px;
padding-top: 5px;
cursor: pointer;
}
.watchlist_content {
overflow: hidden;
display: none;
}
.anime_count {
float: right;
margin-right: 20px;
margin-top: 5px;
font-size: 14px;
}
.title_row {
width: 100%;
height: 45px;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD;
background-color: #F5F5F5;
padding-top: 8px;
text-align: center;
font-weight: bold;
font-size: 20px;
}
.star-rating {
margin: 0 auto;
height: 28px;
width: 110%;
display:inline-block;
margin-top: -2px;
}
.rb0:checked ~ .rating,
label.rb0l:hover ~ .rating
{
width: 0px;
}
.rb1:checked ~ .rating,
label.rb1l:hover ~ .rating
{
width: 11.5px;
}
.rb2:checked ~ .rating,
label.rb2l:hover ~ .rating
{
width: 23px;
}
.rb3:checked ~ .rating,
label.rb3l:hover ~ .rating
{
width: 34.5px;
}
.rb4:checked ~ .rating,
label.rb4l:hover ~ .rating
{
width: 46px;
}
.rb5:checked ~ .rating,
label.rb5l:hover ~ .rating
{
width: 57.5px;
}
.rb6:checked ~ .rating,
label.rb6l:hover ~ .rating
{
width: 69px;
}
.rb7:checked ~ .rating,
label.rb7l:hover ~ .rating
{
width: 80.5px;
}
.rb8:checked ~ .rating,
label.rb8l:hover ~ .rating
{
width: 92px;
}
.rb9:checked ~ .rating,
label.rb9l:hover ~ .rating
{
width: 103.5px;
}
.rb10:checked ~ .rating,
label.rb10l:hover ~ .rating
{
width: 115px;
}
.star-rating label.star {
width: 11.5px;
left: -11.5px;
padding: 0;
height: 28px;
position: relative;
z-index: 3;
float: left;
cursor: pointer;
white-space: nowrap;
}
.star-rating label.star.last {
width: 11.5px;
cursor: pointer;
white-space: nowrap;
}
.star-rating input[type=radio],
.star-rating label.rb
{
display: none;
}
.rating {
position: relative;
z-index: 2;
top: 4px;
height: 32px;
width:0px;
}
.rating-bg {
position: relative;
z-index: 1;
top: -28px;
height: 32px;
width: 115px;
}
.ie8 .star-rating input,
.ie8 .star-rating label.rb
{
display: inline-block;
}
.ie8 .rating,
.ie8 .rating-bg,
.ie8 .star-rating label.star {
display: none;
}
.star-ratings-sprite {
font-size: 0;
height: 23px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 115px;
margin: 0 auto;
}
.star-ratings-sprite-rating {
background-position: 0 100%;
float: left;
height: 23px;
display:inline;
}
.watchlist_button {
width: 130px;
text-align: center;
font-size: 13px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0px;
padding-right: 0px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.watchlist_button:focus {
opacity: 1;
background-color: #651a1a;
}
.watchlist_dropdown {
font-size: 13px;
max-width: 130px;
min-width: 130px;
z-index: 3;
cursor: pointer;
}
.watchlist_caret {
display: inline;
color: white;
font-size: 13px;
margin-left: 10px;
}
.loader_image_div {
position: absolute;
display: none;
height: 30px;
width: 43px;
text-align: center;
margin-top: -55px;
margin-left: 140px;
}
.loader_image {
width: 60px;
height: 80px;
}
#loader_watchlist_image_div {
display: none;
height: 100px;
text-align: center;
width: 100%;
}
.loader_watchlist_image {
width: 100px;
height: 100px;
margin-top: 120px;
}
.watchlist_guest_status {
width: 135px;
font-size: 15px;
padding-right: 40px;
text-align: center;
}
@media (max-width: 1100px) {
#title_header {
width: 34.5%;
}
}
@media (max-width: 970px) {
#title_header {
width: 24.5%;
}
}
@media (max-width: 770px) {
#title_header {
width: 20%;
}
#type_header {
width: 12%;
}
.table-responsive>.table>tbody>tr .year, .table-responsive>.table>tbody>tr .anime_progress, .table-responsive>.table>tbody>tr .avg{
display: block;
}
}
@media (max-width: 650px) {
.table-responsive>.table>tbody>tr .anime_rating{
display: block;
}
.table-responsive>.table>tbody>tr>td {
white-space: normal;
}
}
@media (max-width: 480px) {
.table-responsive>.table>tbody>tr .status{
display: block;
}
#sort_options_div {
margin-top: 30px;
}
.title_caret.fa.fa-caret-up, .title_caret.fa.fa-caret-down {
position: relative;
}
}
@media (max-width: 387px) {
.table-responsive>.table>tbody>tr .type{
display: block;
}
} | assets/css/watchlist.css | @CHARSET "UTF-8";
@import url("home.css");
#user_content {
margin-bottom: 150px;
}
#watchlist {
background-color: #23272D;
opacity: 1;
}
#watchlist_content {
background-color: white;
height: auto;
padding: 0px;
}
#watchlist_filter {
position: relative;
height: 70px;
width: 100%;
}
#filter_group {
float: right;
margin-top: 16px;
margin-right: 15px;
}
.btn.btn-primary.filter {
padding: 8px 13px 8px 13px;
background-color: white;
color: black;
border: 1px solid #bfbfbf;
font-family: "klavika", Helvetica, Arial, sans-serif;
}
.filter.btn.btn-primary:hover {
opacity: 1 !important;
background-color: #DEDEDE !important;
}
.filter.btn.btn-primary:active {
opacity: 1;
background-color: #DEDEDE;
color: black;
border: 1px solid #bfbfbf;
outline:none;
}
.filter.btn.btn-primary:focus {
background-color: white;
border: 1px solid #bfbfbf;
outline:none;
}
.filter.btn.btn-primary:focus:hover {
background-color: #DEDEDE;
}
#watchlist_search_div {
width: 100%;
height: 52px;
}
#watchlist_search {
color: black;
font-size: 16px;
font-family: "klavika", Helvetica, Arial, sans-serif;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
border-left: none;
border-right: none;
width: 100%;
height: 100%;
padding-left: 20px;
}
#sort_options_div {
position: relative;
margin-top: 10px;
height: 50px;
padding: 10px 10px 5px 10px;
border-bottom: 1px solid #DEDEDE;
font-family: "klavika", Helvetica, Arial, sans-serif;
}
.table-responsive {
border: none;
font-size: 18px;
font-family: "klavika", Helvetica, Arial, sans-serif;
overflow-y: hidden;
}
.table {
margin-bottom: 0px;
border: none;
}
.table > thead > tr > th {
border: none;
padding-top: 6px;
}
.table > tbody > tr > td {
padding: 10px 15px 10px 15px;
padding-bottom: 10px;
}
#title_header {
width: 38%;
}
#type_header {
padding-right: 2px;
padding-left: 0px
}
#year_header {
padding-right: 10px;
width: 90px;
padding-left: 0px;
}
#progress_header {
padding-right: 9px;
width: 145px;
padding-left: 0px;
}
#avg_header {
}
#rating_header {
}
#status_header {
}
.anime_row {
visibility: hidden;
}
tr:nth-child(even) {
background-color: #F2F1EC;
}
.title {
width: 40%;
}
.type {
min-width: 90px;
max-width: 90px;
}
.year {
}
.anime_progress {
max-width: 170px;
min-width: 170px;
white-space: nowrap;
}
.hidden_row_number {
display: none;
}
.hidden_watched_eps {
display: none;
}
.hidden_user_score {
display: none;
}
.progress_input {
width: 50px;
border-radius: 5px;
border: 1px solid #DEDEDE;
text-align: center;
}
.count_up {
margin-left: 5px;
border-radius: 5px;
padding: 2px 5px 2px 5px;
-webkit-font-smoothing: antialiased;
-webkit-mask-image: -webkit-gradient(linear, left 0%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
mask: url('http://localhost/anime/assets/css/mask.svg#mask');
}
.avg {
}
.anime_rating {
white-space: nowrap;
}
.status {
width: 130px;
}
.title_caret.fa.fa-caret-up {
position: absolute;
margin-left: 5px;
padding-bottom: 5px;
cursor: pointer;
}
.title_caret.fa.fa-caret-down {
position: absolute;
margin-top: 3px;
margin-left: 5px;
padding-top: 5px;
cursor: pointer;
}
.watchlist_content {
overflow: hidden;
display: none;
}
.anime_count {
float: right;
margin-right: 20px;
margin-top: 5px;
font-size: 14px;
}
.title_row {
width: 100%;
height: 45px;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD;
background-color: #F5F5F5;
padding-top: 8px;
text-align: center;
font-weight: bold;
font-size: 20px;
}
.star-rating {
margin: 0 auto;
height: 28px;
width: 110%;
display:inline-block;
margin-top: -2px;
}
.rb0:checked ~ .rating,
label.rb0l:hover ~ .rating
{
width: 0px;
}
.rb1:checked ~ .rating,
label.rb1l:hover ~ .rating
{
width: 11.5px;
}
.rb2:checked ~ .rating,
label.rb2l:hover ~ .rating
{
width: 23px;
}
.rb3:checked ~ .rating,
label.rb3l:hover ~ .rating
{
width: 34.5px;
}
.rb4:checked ~ .rating,
label.rb4l:hover ~ .rating
{
width: 46px;
}
.rb5:checked ~ .rating,
label.rb5l:hover ~ .rating
{
width: 57.5px;
}
.rb6:checked ~ .rating,
label.rb6l:hover ~ .rating
{
width: 69px;
}
.rb7:checked ~ .rating,
label.rb7l:hover ~ .rating
{
width: 80.5px;
}
.rb8:checked ~ .rating,
label.rb8l:hover ~ .rating
{
width: 92px;
}
.rb9:checked ~ .rating,
label.rb9l:hover ~ .rating
{
width: 103.5px;
}
.rb10:checked ~ .rating,
label.rb10l:hover ~ .rating
{
width: 115px;
}
.star-rating label.star {
width: 11.5px;
left: -11.5px;
padding: 0;
height: 28px;
position: relative;
z-index: 3;
float: left;
cursor: pointer;
white-space: nowrap;
}
.star-rating label.star.last {
width: 11.5px;
cursor: pointer;
white-space: nowrap;
}
.star-rating input[type=radio],
.star-rating label.rb
{
display: none;
}
.rating {
position: relative;
z-index: 2;
top: 4px;
height: 32px;
width:0px;
}
.rating-bg {
position: relative;
z-index: 1;
top: -28px;
height: 32px;
width: 115px;
}
.ie8 .star-rating input,
.ie8 .star-rating label.rb
{
display: inline-block;
}
.ie8 .rating,
.ie8 .rating-bg,
.ie8 .star-rating label.star {
display: none;
}
.star-ratings-sprite {
font-size: 0;
height: 23px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 115px;
margin: 0 auto;
}
.star-ratings-sprite-rating {
background-position: 0 100%;
float: left;
height: 23px;
display:inline;
}
.watchlist_button {
width: 130px;
text-align: center;
font-size: 13px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0px;
padding-right: 0px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.watchlist_button:focus {
opacity: 1;
background-color: #651a1a;
}
.watchlist_dropdown {
font-size: 13px;
max-width: 130px;
min-width: 130px;
z-index: 3;
cursor: pointer;
}
.watchlist_caret {
display: inline;
color: white;
font-size: 13px;
margin-left: 10px;
}
.loader_image_div {
position: absolute;
display: none;
height: 30px;
width: 43px;
text-align: center;
margin-top: -55px;
margin-left: 140px;
}
.loader_image {
width: 60px;
height: 80px;
}
#loader_watchlist_image_div {
display: none;
height: 100px;
text-align: center;
width: 100%;
}
.loader_watchlist_image {
width: 100px;
height: 100px;
margin-top: 120px;
}
.watchlist_guest_status {
width: 135px;
font-size: 15px;
padding-right: 40px;
text-align: center;
}
@media (max-width: 1100px) {
#title_header {
width: 34.5%;
}
}
@media (max-width: 970px) {
#title_header {
width: 24.5%;
}
}
@media (max-width: 770px) {
#title_header {
width: 20%;
}
#type_header {
width: 12%;
}
.table-responsive>.table>tbody>tr .year, .table-responsive>.table>tbody>tr .anime_progress, .table-responsive>.table>tbody>tr .avg{
display: block;
}
}
@media (max-width: 650px) {
.table-responsive>.table>tbody>tr .anime_rating{
display: block;
}
.table-responsive>.table>tbody>tr>td {
white-space: normal;
}
}
@media (max-width: 480px) {
.table-responsive>.table>tbody>tr .status{
display: block;
}
#sort_options_div {
margin-top: 30px;
}
.title_caret.fa.fa-caret-up, .title_caret.fa.fa-caret-down {
position: relative;
}
}
@media (max-width: 387px) {
.table-responsive>.table>tbody>tr .type{
display: block;
}
} | 0.307566 | 0.052692 |
body {
display: flex;
height: 100vh;
margin: 0;
}
.drawer-frame-app-content {
flex: auto;
/*overflow: auto;*/
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f7f7f7;
}
.main-content {
overflow: auto;
height: 100%;
}
.drawer-top-app-bar {
position: absolute;
}
/*// only apply this style if below top app bar*/
/*.mdc-top-app-bar {
z-index: 7;
}*/
.principal-header {
text-align: center;
margin: auto;
}
#function svg{
min-width: 300px;
width: 100%;
max-width: 580px;
}
/*.mdc-table-overflow {
overflow-x: auto;
min-width: 290px;
width: 100%;
white-space: nowrap;
}
.mdc-table-overflow .mdc-data-table__content {
max-width: 100%;
width: 100%;
display: inline-block;
}*/
.container-cards {
margin: auto;
width: 100%;
}
.my-card {
max-width: 800px;
width: 90%;
min-width: 250px;
padding: 24px;
margin: 20px auto;
overflow-x: auto;
}
.my-card-header {
text-align: center;
}
.my-card__title {
font-weight: 400;
letter-spacing: .0125em;
margin: 10px 0;
}
.my-card__subtitle {
margin: 0;
}
.my-card-content {
padding: 0.5rem;
}
.my-card-content__primary {
margin: auto;
text-align: center;
padding: 0;
}
.my-card-content__secondary {
/*padding-top: 1rem;*/
margin: auto;
padding: 20px;
}
.my-card-shaped {
border-radius: 24px 8px;
}
.my-card__caption {
margin: 5px 0;
}
.button-container_flex {
display: flex;
flex-grow: 1;
justify-content: flex-end;
/*margin: auto;*/
}
.button-container_vertical {
display: block;
}
.button-container button {
margin: 3px;
}
.mdc-text-field {
/*margin-bottom: 20px;*/
flex-shrink: 0;
}
.text-field-row-fullwidth {
display: block;
}
.text-field-row-fullwidth .mdc-text-field {
width: 100%;
}
.data-table-row-fullwidth {
display: block;
}
.data-table-row-fullwidth .mdc-data-table {
width: 100%;
}
.switch-row {
margin: 20px 0;
}
.switch-list-item {
display: flex;
flex-grow: 1;
justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 480px) {
.my-card {
max-width: 480px;
width: 90%;
min-width: 320px;
}
} | css/style.css | body {
display: flex;
height: 100vh;
margin: 0;
}
.drawer-frame-app-content {
flex: auto;
/*overflow: auto;*/
position: relative;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f7f7f7;
}
.main-content {
overflow: auto;
height: 100%;
}
.drawer-top-app-bar {
position: absolute;
}
/*// only apply this style if below top app bar*/
/*.mdc-top-app-bar {
z-index: 7;
}*/
.principal-header {
text-align: center;
margin: auto;
}
#function svg{
min-width: 300px;
width: 100%;
max-width: 580px;
}
/*.mdc-table-overflow {
overflow-x: auto;
min-width: 290px;
width: 100%;
white-space: nowrap;
}
.mdc-table-overflow .mdc-data-table__content {
max-width: 100%;
width: 100%;
display: inline-block;
}*/
.container-cards {
margin: auto;
width: 100%;
}
.my-card {
max-width: 800px;
width: 90%;
min-width: 250px;
padding: 24px;
margin: 20px auto;
overflow-x: auto;
}
.my-card-header {
text-align: center;
}
.my-card__title {
font-weight: 400;
letter-spacing: .0125em;
margin: 10px 0;
}
.my-card__subtitle {
margin: 0;
}
.my-card-content {
padding: 0.5rem;
}
.my-card-content__primary {
margin: auto;
text-align: center;
padding: 0;
}
.my-card-content__secondary {
/*padding-top: 1rem;*/
margin: auto;
padding: 20px;
}
.my-card-shaped {
border-radius: 24px 8px;
}
.my-card__caption {
margin: 5px 0;
}
.button-container_flex {
display: flex;
flex-grow: 1;
justify-content: flex-end;
/*margin: auto;*/
}
.button-container_vertical {
display: block;
}
.button-container button {
margin: 3px;
}
.mdc-text-field {
/*margin-bottom: 20px;*/
flex-shrink: 0;
}
.text-field-row-fullwidth {
display: block;
}
.text-field-row-fullwidth .mdc-text-field {
width: 100%;
}
.data-table-row-fullwidth {
display: block;
}
.data-table-row-fullwidth .mdc-data-table {
width: 100%;
}
.switch-row {
margin: 20px 0;
}
.switch-list-item {
display: flex;
flex-grow: 1;
justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 480px) {
.my-card {
max-width: 480px;
width: 90%;
min-width: 320px;
}
} | 0.263884 | 0.044245 |
@font-face {
font-family: 'Crimson Pro';
font-style: normal;
font-weight: 400;
src: url('../fonts/crimson-pro-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.svg#CrimsonPro') format('svg'); /* Legacy iOS */
}
/* crimson-pro-700 - latin-ext_latin */
@font-face {
font-family: 'Crimson Pro';
font-style: normal;
font-weight: 700;
src: url('../fonts/crimson-pro-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/crimson-pro-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.svg#CrimsonPro') format('svg'); /* Legacy iOS */
}
/* crimson-pro-italic - latin-ext_latin */
@font-face {
font-family: 'Crimson Pro';
font-style: italic;
font-weight: 400;
src: url('../fonts/crimson-pro-v13-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.svg#CrimsonPro') format('svg'); /* Legacy iOS */
} | ui/static/css/fonts.css | @font-face {
font-family: 'Crimson Pro';
font-style: normal;
font-weight: 400;
src: url('../fonts/crimson-pro-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/crimson-pro-v13-latin-ext_latin-regular.svg#CrimsonPro') format('svg'); /* Legacy iOS */
}
/* crimson-pro-700 - latin-ext_latin */
@font-face {
font-family: 'Crimson Pro';
font-style: normal;
font-weight: 700;
src: url('../fonts/crimson-pro-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/crimson-pro-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/crimson-pro-v13-latin-ext_latin-700.svg#CrimsonPro') format('svg'); /* Legacy iOS */
}
/* crimson-pro-italic - latin-ext_latin */
@font-face {
font-family: 'Crimson Pro';
font-style: italic;
font-weight: 400;
src: url('../fonts/crimson-pro-v13-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/crimson-pro-v13-latin-ext_latin-italic.svg#CrimsonPro') format('svg'); /* Legacy iOS */
} | 0.194139 | 0.041443 |
body {
margin: 0 auto;
padding: 0;
}
@font-face {
font-family: MyriadPro;
src: url(../fonts/8143.ttf);
}
li{
list-style-type: decimal;
}
ul{
padding-left: 5vw;
}
img{
height: 10vw;
}
li{
padding-top: 5%;
}
a{
text-decoration: none;
}
#logo img{
height: 5vh;
}
#logo{
font-size: 2vw;
margin-bottom: 0;
margin-top: 0.5vw;
color: white;
line-height: 2.6vw;
text-align: center;
font-family: MyriadPro;
animation: rules 1.5s linear 1;
}
#logo div{
font-size: 3.3vw;
}
#triangleRules {
position: absolute;
border-top: 50vh solid transparent;
border-left: 10.5vw solid #07253a;
border-bottom: 50vh solid transparent;
margin-left: 50vw;
animation: triangleRules 1s linear 1;
}
#rulesBlock
{
animation: rulesBlock 1s linear 1;
width: 50vw;
position: absolute;
height: 100vh;
background-color: #07253a;
}
#rules
{
margin-top: -2vw;
animation: rules 1.5s linear 1;
height: 80vh;
font-size: 1.5vw;
z-index: 10;
color: white;
font-family: MyriadPro;
line-height: 5vh;
margin-left: -2vw;
}
.layer {
margin-top: 0.3vh;
font-size: 1.7vw;
color: #fff;
padding-right: 2%;
padding-left: 2%;
z-index: 5;
position: absolute;
font-family: MyriadPro;
cursor: pointer;
float: left;
margin-left: 17vw;
transition: all 0.3s ease;
}
#background0
{
animation: back 1s linear 1;
left: 0px;
top: 0px;
background-color: #5c8ecc;
position: relative;
margin-left: auto;
margin-right: auto;
width: 100vw;
height: 100vh;
overflow: hidden;
z-index:0;
}
#Background
{
left: 0px;
top: 0px;
position: absolute;
width: 100vw;
height: 100vh;
z-index:1;
}
#ContactBg
{
left: -1px;
top: -1px;
position: absolute;
width: 100vw;
height: 100vh;
z-index:2;
}
#LogoBg
{
animation: startLogo 1s linear 1;
left: 60vw;
background-color: white;
position: absolute;
width: 40vw;
height: 100vh;
z-index: 5;
}
#TriangleLogo
{
border-top: 50vh solid transparent;
border-right: 10.5vw solid #ffffff;
border-bottom: 50vh solid transparent;
position: inherit;
margin-left: -10.5vw;
z-index: 15;
}
#Forma1
{
left: 84px;
top: 36px;
position: absolute;
width: 30px;
height: 35px;
z-index:22;
}
#FITUNIVERSITYTEAM
{
/*left: 43vw;
top: 56vh;
position: absolute;*/
font-family: MyriadPro;
font-size: 1.4vw;
word-spacing: 3px;
color: #000;
z-index:11;
}
#Ceb
{
animation: cyb 1.5s linear 1;
text-align: center;
margin-left: 13vw;
margin-top: 40vh;
line-height: 5%;
font-family: MyriadPro;
position: absolute;
font-size: 1.3em;
color: #000;
z-index: 12;
}
.CommandName
{
font-size: 2.3vw;
}
#Shape6
{
z-index:25;
}
.layer:hover {
box-shadow: inset 0 0 0 2px #ffffff;
}
@keyframes startLogo{
0% {
left: 100vw;
}
50%{
left: 80vw;
}
100% {
left: 60vw;
}
}
@keyframes back{
0% {
opacity: 0;
}
50%{
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@keyframes rulesBlock{
0% {
width: 0;
}
50%{
width: 25vw
}
100% {
width: 50vw;
}
}
@keyframes rules{
0% {
opacity: 0;
}
66%{
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes triangleRules{
0% {
margin-left:0;
}
50%{
margin-left: 25vw;
}
100% {
margin-left: 50vw;
}
}
@keyframes cyb{
0% {
opacity: 0;
}
66%{
opacity: 0;
}
100% {
opacity: 1;
}
}
@media screen and (max-width: 600px){
/*#rules{
line-height: 4.5vw;
}*/
} | auth-sessions/public/rules.css | body {
margin: 0 auto;
padding: 0;
}
@font-face {
font-family: MyriadPro;
src: url(../fonts/8143.ttf);
}
li{
list-style-type: decimal;
}
ul{
padding-left: 5vw;
}
img{
height: 10vw;
}
li{
padding-top: 5%;
}
a{
text-decoration: none;
}
#logo img{
height: 5vh;
}
#logo{
font-size: 2vw;
margin-bottom: 0;
margin-top: 0.5vw;
color: white;
line-height: 2.6vw;
text-align: center;
font-family: MyriadPro;
animation: rules 1.5s linear 1;
}
#logo div{
font-size: 3.3vw;
}
#triangleRules {
position: absolute;
border-top: 50vh solid transparent;
border-left: 10.5vw solid #07253a;
border-bottom: 50vh solid transparent;
margin-left: 50vw;
animation: triangleRules 1s linear 1;
}
#rulesBlock
{
animation: rulesBlock 1s linear 1;
width: 50vw;
position: absolute;
height: 100vh;
background-color: #07253a;
}
#rules
{
margin-top: -2vw;
animation: rules 1.5s linear 1;
height: 80vh;
font-size: 1.5vw;
z-index: 10;
color: white;
font-family: MyriadPro;
line-height: 5vh;
margin-left: -2vw;
}
.layer {
margin-top: 0.3vh;
font-size: 1.7vw;
color: #fff;
padding-right: 2%;
padding-left: 2%;
z-index: 5;
position: absolute;
font-family: MyriadPro;
cursor: pointer;
float: left;
margin-left: 17vw;
transition: all 0.3s ease;
}
#background0
{
animation: back 1s linear 1;
left: 0px;
top: 0px;
background-color: #5c8ecc;
position: relative;
margin-left: auto;
margin-right: auto;
width: 100vw;
height: 100vh;
overflow: hidden;
z-index:0;
}
#Background
{
left: 0px;
top: 0px;
position: absolute;
width: 100vw;
height: 100vh;
z-index:1;
}
#ContactBg
{
left: -1px;
top: -1px;
position: absolute;
width: 100vw;
height: 100vh;
z-index:2;
}
#LogoBg
{
animation: startLogo 1s linear 1;
left: 60vw;
background-color: white;
position: absolute;
width: 40vw;
height: 100vh;
z-index: 5;
}
#TriangleLogo
{
border-top: 50vh solid transparent;
border-right: 10.5vw solid #ffffff;
border-bottom: 50vh solid transparent;
position: inherit;
margin-left: -10.5vw;
z-index: 15;
}
#Forma1
{
left: 84px;
top: 36px;
position: absolute;
width: 30px;
height: 35px;
z-index:22;
}
#FITUNIVERSITYTEAM
{
/*left: 43vw;
top: 56vh;
position: absolute;*/
font-family: MyriadPro;
font-size: 1.4vw;
word-spacing: 3px;
color: #000;
z-index:11;
}
#Ceb
{
animation: cyb 1.5s linear 1;
text-align: center;
margin-left: 13vw;
margin-top: 40vh;
line-height: 5%;
font-family: MyriadPro;
position: absolute;
font-size: 1.3em;
color: #000;
z-index: 12;
}
.CommandName
{
font-size: 2.3vw;
}
#Shape6
{
z-index:25;
}
.layer:hover {
box-shadow: inset 0 0 0 2px #ffffff;
}
@keyframes startLogo{
0% {
left: 100vw;
}
50%{
left: 80vw;
}
100% {
left: 60vw;
}
}
@keyframes back{
0% {
opacity: 0;
}
50%{
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@keyframes rulesBlock{
0% {
width: 0;
}
50%{
width: 25vw
}
100% {
width: 50vw;
}
}
@keyframes rules{
0% {
opacity: 0;
}
66%{
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes triangleRules{
0% {
margin-left:0;
}
50%{
margin-left: 25vw;
}
100% {
margin-left: 50vw;
}
}
@keyframes cyb{
0% {
opacity: 0;
}
66%{
opacity: 0;
}
100% {
opacity: 1;
}
}
@media screen and (max-width: 600px){
/*#rules{
line-height: 4.5vw;
}*/
} | 0.560493 | 0.064535 |
span#materialquote::before {
content: '\e253';
background-color: #00e676;
}
.icon.material::before {
font-family: 'Material Icons';
color: #ffffff;
}
.icon.custom::before {
content: '\2008';
background-size: 50%;
background-position: center;
background-repeat: no-repeat;
}
span#kashurlugat::before {
background-image: url('/assets/media/logo_kashurlugat.svg');
background-color: #2196f3;
}
span#ghuraralhikam::before {
background-image: url('/assets/media/logo_ghuraralhikam.svg');
background-color: #f44336;
}
span#tweet2pic::before {
background-image: url('/assets/media/logo_tweet2pic.svg');
background-color: #2196f3;
}
span#rgbcolorgame::before {
content: 'RGB';
color: #ffffff;
background-color: #009688;
}
span#kashmiristickers::before {
background-image: url('/assets/media/logo_kashmiristickers.svg');
background-color: #ffffff;
}
span#polybar-kdeconnect::before {
background-image: url('/assets/media/logo_polybarkdeconnect.svg');
background-color: #efefef;
}
span#polybar-browsermediacontrol::before {
background-image: url('/assets/media/logo_polybarbrowsermediacontrol.svg');
background-color: #efefef;
}
span#dbsscouterfont::before {
background-image: url('/assets/media/logo_dbsscouterfont.svg');
background-color: #efefef;
}
span#hpffrec::before {
background-image: url('/assets/media/logo_hpffrec.png');
background-size: contain;
background-color: #efefef;
}
span#covidkashmir::before {
background-image: url('/assets/media/logo_covidkashmir.svg');
background-size: contain;
background-color: #ffffff;
background-origin: content-box;
padding: 20px;
}
span#iftarkar::before {
background-image: url('/assets/media/logo_iftarkar.svg');
background-size: contain;
background-color: #131836;
background-origin: content-box;
padding: 20px;
}
span#iar_asa::before {
background-image: url('/assets/media/logo_iar_asa.jpeg');
background-size: cover;
background-color: #FFFFFF;
background-origin: content-box;
padding: 0px;
}
span#iar_ke::before {
background-image: url('/assets/media/logo_iar_ke.png');
background-size: contain;
background-color: #FFFFFF;
background-origin: content-box;
padding: 0px;
}
.icon.major.no-borders {
border: none;
}
.icon.major.no-borders:before {
border: none;
font-size: 4rem;
}
.full-width {
width: 100%;
}
ul.full-width>li {
margin: 0 0 0 0 !important;
text-decoration: none;
width: 100%;
}
.no-decoration a {
border-bottom: none;
}
ul.no-decoration {
list-style: none;
}
.hidden {
display: none;
}
.white {
color: #ffffff;
}
li p {
min-height: 60px;
} | assets/css/additional.css | span#materialquote::before {
content: '\e253';
background-color: #00e676;
}
.icon.material::before {
font-family: 'Material Icons';
color: #ffffff;
}
.icon.custom::before {
content: '\2008';
background-size: 50%;
background-position: center;
background-repeat: no-repeat;
}
span#kashurlugat::before {
background-image: url('/assets/media/logo_kashurlugat.svg');
background-color: #2196f3;
}
span#ghuraralhikam::before {
background-image: url('/assets/media/logo_ghuraralhikam.svg');
background-color: #f44336;
}
span#tweet2pic::before {
background-image: url('/assets/media/logo_tweet2pic.svg');
background-color: #2196f3;
}
span#rgbcolorgame::before {
content: 'RGB';
color: #ffffff;
background-color: #009688;
}
span#kashmiristickers::before {
background-image: url('/assets/media/logo_kashmiristickers.svg');
background-color: #ffffff;
}
span#polybar-kdeconnect::before {
background-image: url('/assets/media/logo_polybarkdeconnect.svg');
background-color: #efefef;
}
span#polybar-browsermediacontrol::before {
background-image: url('/assets/media/logo_polybarbrowsermediacontrol.svg');
background-color: #efefef;
}
span#dbsscouterfont::before {
background-image: url('/assets/media/logo_dbsscouterfont.svg');
background-color: #efefef;
}
span#hpffrec::before {
background-image: url('/assets/media/logo_hpffrec.png');
background-size: contain;
background-color: #efefef;
}
span#covidkashmir::before {
background-image: url('/assets/media/logo_covidkashmir.svg');
background-size: contain;
background-color: #ffffff;
background-origin: content-box;
padding: 20px;
}
span#iftarkar::before {
background-image: url('/assets/media/logo_iftarkar.svg');
background-size: contain;
background-color: #131836;
background-origin: content-box;
padding: 20px;
}
span#iar_asa::before {
background-image: url('/assets/media/logo_iar_asa.jpeg');
background-size: cover;
background-color: #FFFFFF;
background-origin: content-box;
padding: 0px;
}
span#iar_ke::before {
background-image: url('/assets/media/logo_iar_ke.png');
background-size: contain;
background-color: #FFFFFF;
background-origin: content-box;
padding: 0px;
}
.icon.major.no-borders {
border: none;
}
.icon.major.no-borders:before {
border: none;
font-size: 4rem;
}
.full-width {
width: 100%;
}
ul.full-width>li {
margin: 0 0 0 0 !important;
text-decoration: none;
width: 100%;
}
.no-decoration a {
border-bottom: none;
}
ul.no-decoration {
list-style: none;
}
.hidden {
display: none;
}
.white {
color: #ffffff;
}
li p {
min-height: 60px;
} | 0.331228 | 0.154951 |
input, label, select, textarea {
margin: 0;
border: 0;
border-radius: 0;
padding: 1rem;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: none;
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-weight: var(--weight-bold);
transition: font-size 0.2s;
}
input:hover, label:hover, select:hover, textarea:hover {
cursor: pointer;
}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
outline: 0;
font-size: 200%;
}
select { /* for Chrome, Firefox, Safari, and Opera */
-webkit-appearance: none;
-moz-appearance: none;
text-overflow: '';
}
select::-ms-expand { /* for Internet Explorer, Edge */
display: none;
}
/* --------------------
RADIO & CHECKBOX
----------------------- */
.form-radio h3,
.form-checkbox h3 {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--pad-l);
background: var(--color-blue);
color: var(--color-white);
text-align: left;
cursor: pointer;
transition: letter-spacing 0.2s;
border-bottom: 1px solid var(--color-white);
}
.form-radio h3 svg,
.form-checkbox h3 svg {
flex-shrink: 0;
height: var(--btn-xxs);
width: var(--btn-xxs);
margin-left: var(--pad-s);
transition: transform 0.2s;
}
.form-radio h3[aria-expanded=true] svg,
.form-checkbox h3[aria-expanded=true] svg {
transform: rotate(180deg);
}
.form-radio h3:hover,
.form-radio h3:focus,
.form-checkbox h3:hover,
.form-checkbox h3:focus {
letter-spacing: 1px;
}
.form-radio h3[aria-expanded=false] + *,
.form-checkbox h3[aria-expanded=false] + * {
visibility: hidden;
display: none;
}
.form-radio-wrapper,
.form-checkbox-wrapper,
.form-checkbox-single-wrapper {
display: flex;
flex-wrap: wrap;
padding: var(--pad-s) calc(var(--pad-l) - var(--pad-m));
border-bottom: 1px solid currentColor;
}
.form-radio-option,
.form-checkbox-option,
.form-checkbox-single-option {
position: relative;
margin-left: var(--pad-m);
padding-left: calc(var(--btn-xxs) + var(--pad-m));
text-align: left;
cursor: pointer;
}
.form-radio-option,
.form-checkbox-option {
font-family: 'Poppins';
}
.form-checkbox-single-wrapper .form-checkbox-single-option {
font-size: var(--heading-size-s);
line-height: 1;
transition: letter-spacing 0.2s;
}
.form-checkbox-single-option:hover,
.form-checkbox-single-option:focus {
letter-spacing: 1px;
}
.form-radio-default,
.form-checkbox-default,
.form-checkbox-single-default {
position: absolute;
opacity: 0;
top: 50%;
left: 9px;
transform: translateY(-50%);
}
.form-radio-bubble,
.form-checkbox-bubble,
.form-checkbox-single-bubble {
position: absolute;
top: 50%;
left: 0;
height: var(--btn-xxs);
width: var(--btn-xxs);
border: 1px solid;
border-radius: 50%;
transform: translateY(-50%);
}
.form-radio-default:checked ~ span,
.form-checkbox-default:checked ~ span,
.form-checkbox-single-default:checked ~ span {
background: currentColor;
}
/* --------------------
SELECTS
----------------------- */
.form-select-wrapper svg {
position: absolute;
top: 50%;
right: var(--pad-l);
height: var(--btn-xxs);
width: var(--btn-xxs);
transform: translateY(-50%);
}
.form-select {
width: 100%;
padding: var(--pad-l);
padding-right: calc(var(--btn-xxs) + var(--pad-l));
border-bottom: 1px solid var(--color-blue);
font-size: var(--heading-size-xs);
font-weight: var(--weight-normal);
color: var(--color-dk-gray);
}
.form-select.form-selected {
font-weight: var(--weight-bold);
color: var(--color-blue);
}
/* --------------------
OTHER TEXT FIELDS
----------------------- */
.form-field {
display: block;
width: 100%;
padding: var(--pad-l);
border-bottom: 1px solid;
font-size: var(--heading-size-xs);
}
.form-field::placeholder {
color: var(--color-dk-gray);
font-weight: var(--weight-normal);
}
.form-field-hide {
visibility: hidden;
display: none !important;
}
/* --------------------
ADDRESS
----------------------- */
@media (min-width: 464px) {
.form-field[data-category='address']#state,
.form-field[data-category='address']#zip {
display: inline-block;
width: 50%;
}
.form-field[data-category='address']#state {
border-right: 1px solid;
}
}
@media (min-width: 768px) {
.form-field[data-category='address']#city {
display: inline-block;
width: 50%;
border-right: 1px solid;
}
.form-field[data-category='address']#state {
width: 25%;
}
.form-field[data-category='address']#zip {
width: 25%;
}
}
/* --------------------
INVALID FIELDS
----------------------- */
.invalid-field {
animation-name: error-blink;
animation-duration: 0.3s;
animation-iteration-count: 3;
}
@keyframes error-blink {
0% {
background: var(--color-white);
}
50% {
background: var(--color-pink);
}
99% {
background: var(--color-white);
}
}
/* --------------------
DISCOUNT
----------------------- */
.discount-valid {
position: relative;
height: 0;
bottom: 6rem;
padding-right: var(--pad-l);
font-size: var(--heading-size-s);
text-align: right;
animation-name: fadeIn;
animation-timing-function: ease-in;
animation-duration: 0.2s;
} | assets/utils/forms/forms.css | input, label, select, textarea {
margin: 0;
border: 0;
border-radius: 0;
padding: 1rem;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: none;
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-weight: var(--weight-bold);
transition: font-size 0.2s;
}
input:hover, label:hover, select:hover, textarea:hover {
cursor: pointer;
}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
outline: 0;
font-size: 200%;
}
select { /* for Chrome, Firefox, Safari, and Opera */
-webkit-appearance: none;
-moz-appearance: none;
text-overflow: '';
}
select::-ms-expand { /* for Internet Explorer, Edge */
display: none;
}
/* --------------------
RADIO & CHECKBOX
----------------------- */
.form-radio h3,
.form-checkbox h3 {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--pad-l);
background: var(--color-blue);
color: var(--color-white);
text-align: left;
cursor: pointer;
transition: letter-spacing 0.2s;
border-bottom: 1px solid var(--color-white);
}
.form-radio h3 svg,
.form-checkbox h3 svg {
flex-shrink: 0;
height: var(--btn-xxs);
width: var(--btn-xxs);
margin-left: var(--pad-s);
transition: transform 0.2s;
}
.form-radio h3[aria-expanded=true] svg,
.form-checkbox h3[aria-expanded=true] svg {
transform: rotate(180deg);
}
.form-radio h3:hover,
.form-radio h3:focus,
.form-checkbox h3:hover,
.form-checkbox h3:focus {
letter-spacing: 1px;
}
.form-radio h3[aria-expanded=false] + *,
.form-checkbox h3[aria-expanded=false] + * {
visibility: hidden;
display: none;
}
.form-radio-wrapper,
.form-checkbox-wrapper,
.form-checkbox-single-wrapper {
display: flex;
flex-wrap: wrap;
padding: var(--pad-s) calc(var(--pad-l) - var(--pad-m));
border-bottom: 1px solid currentColor;
}
.form-radio-option,
.form-checkbox-option,
.form-checkbox-single-option {
position: relative;
margin-left: var(--pad-m);
padding-left: calc(var(--btn-xxs) + var(--pad-m));
text-align: left;
cursor: pointer;
}
.form-radio-option,
.form-checkbox-option {
font-family: 'Poppins';
}
.form-checkbox-single-wrapper .form-checkbox-single-option {
font-size: var(--heading-size-s);
line-height: 1;
transition: letter-spacing 0.2s;
}
.form-checkbox-single-option:hover,
.form-checkbox-single-option:focus {
letter-spacing: 1px;
}
.form-radio-default,
.form-checkbox-default,
.form-checkbox-single-default {
position: absolute;
opacity: 0;
top: 50%;
left: 9px;
transform: translateY(-50%);
}
.form-radio-bubble,
.form-checkbox-bubble,
.form-checkbox-single-bubble {
position: absolute;
top: 50%;
left: 0;
height: var(--btn-xxs);
width: var(--btn-xxs);
border: 1px solid;
border-radius: 50%;
transform: translateY(-50%);
}
.form-radio-default:checked ~ span,
.form-checkbox-default:checked ~ span,
.form-checkbox-single-default:checked ~ span {
background: currentColor;
}
/* --------------------
SELECTS
----------------------- */
.form-select-wrapper svg {
position: absolute;
top: 50%;
right: var(--pad-l);
height: var(--btn-xxs);
width: var(--btn-xxs);
transform: translateY(-50%);
}
.form-select {
width: 100%;
padding: var(--pad-l);
padding-right: calc(var(--btn-xxs) + var(--pad-l));
border-bottom: 1px solid var(--color-blue);
font-size: var(--heading-size-xs);
font-weight: var(--weight-normal);
color: var(--color-dk-gray);
}
.form-select.form-selected {
font-weight: var(--weight-bold);
color: var(--color-blue);
}
/* --------------------
OTHER TEXT FIELDS
----------------------- */
.form-field {
display: block;
width: 100%;
padding: var(--pad-l);
border-bottom: 1px solid;
font-size: var(--heading-size-xs);
}
.form-field::placeholder {
color: var(--color-dk-gray);
font-weight: var(--weight-normal);
}
.form-field-hide {
visibility: hidden;
display: none !important;
}
/* --------------------
ADDRESS
----------------------- */
@media (min-width: 464px) {
.form-field[data-category='address']#state,
.form-field[data-category='address']#zip {
display: inline-block;
width: 50%;
}
.form-field[data-category='address']#state {
border-right: 1px solid;
}
}
@media (min-width: 768px) {
.form-field[data-category='address']#city {
display: inline-block;
width: 50%;
border-right: 1px solid;
}
.form-field[data-category='address']#state {
width: 25%;
}
.form-field[data-category='address']#zip {
width: 25%;
}
}
/* --------------------
INVALID FIELDS
----------------------- */
.invalid-field {
animation-name: error-blink;
animation-duration: 0.3s;
animation-iteration-count: 3;
}
@keyframes error-blink {
0% {
background: var(--color-white);
}
50% {
background: var(--color-pink);
}
99% {
background: var(--color-white);
}
}
/* --------------------
DISCOUNT
----------------------- */
.discount-valid {
position: relative;
height: 0;
bottom: 6rem;
padding-right: var(--pad-l);
font-size: var(--heading-size-s);
text-align: right;
animation-name: fadeIn;
animation-timing-function: ease-in;
animation-duration: 0.2s;
} | 0.433142 | 0.093637 |
/*///Vote///*/
/*uncolor focus*/
.voteButton:focus{
background-color: #0000 !important;
}
.voteButton:hover{
background-color: #59595947 !important;
}
.voteButton{
width:26px !important;
height: 22px !important;
}
.voteButton:hover{
width:26px !important;
height: 22px !important;
border-bottom-right-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-top-right-radius: 5px !important;
border-top-left-radius: 5px !important;
}
/*votecounter*/
._1rZYMD_4xY3gRcSS3p8ODO{
color: #f9013f !important;
}
/* upvote */
._2q7IQ0BUOWeEZoeAxN555e._3SUsITjKNQ7Tp0Wi2jGxIM.qW0l8Af61EP35WIG6vnGk._3edNsMs0PNfyQYofMNVhsG{
color: #0000 !important;
background: url(https://i.imgur.com/D0cC2M7.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/* upvote mod */
._2q7IQ0BUOWeEZoeAxN555e._3SUsITjKNQ7Tp0Wi2jGxIM.qW0l8Af61EP35WIG6vnGk.Z3lT0VGlALek4Q9j0ZQCr{
color: #0000 !important;
background: url(https://i.imgur.com/IdGCKC2.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/* downvote */
._1iKd82bq_nqObFvSH1iC_Q.Q0BxYHtCOJ_rNSPJMU2Y7._2fe-KdD2OM0ciaiux-G1EL._3yQIOwaIuF6gn8db96Gu7y{
color: #0000 !important;
background: url(https://i.imgur.com/uR4LyIL.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/*downvote mod */
._1iKd82bq_nqObFvSH1iC_Q.Q0BxYHtCOJ_rNSPJMU2Y7._2fe-KdD2OM0ciaiux-G1EL._3emIxnIscWEPB7o5LgU_rn{
color: #0000 !important;
background: url(https://i.imgur.com/u5NbWGm.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/*///border///*/
._3Qkp11fjcAw9I9wtLo8frE,.wBtTDilkW_rtT2k5x3eie,._2jJNpBqXMbbyOiGCElTYxZ,._2vkeRJojnV7cb9pMlPHy7d,._1cvAFWcyUe8hsdIpCmJP0W,.-z42jjKOFdAdFhdJ8mmI4, .VIlSggfRUkuuHTKa_h8jp{
border-color: #f9013f40 !important;
}
._3Qkp11fjcAw9I9wtLo8frE:hover,._18X7KoiaLuKbuLqg4zE8BH:hover {
border-color: #f9013f !important;
}
/*/// Sort selection ///*/
/*Icon*/
.M2Hk_S2yvXpsNPfZMBMur:hover,._2yF1lH154qN6wYff1cVkh6:hover{
fill: #f9013f !important;
color: #f9013f !important;
}
/*Icon selected*/
.M2Hk_S2yvXpsNPfZMBMur._1s79QnBguPbckxiiPvFXGP{
fill: #f9013f !important;
color: #f9013f !important;
}
/*apparence selection*/
.U2iuzTD5-OeYSFP8fg9ky:hover ._10K5i7NW6qcm-UoCtpB3aK._3LwUIE7yX7CZQKmD2L87vf._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B._1IKtbRloF_LV1hPqMzP3MC{
fill: #f9013f !important;
color: #f9013f !important;
}
/*apparence card */
/*-hover activ;not-*/
._10K5i7NW6qcm-UoCtpB3aK._3LwUIE7yX7CZQKmD2L87vf._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B._1IKtbRloF_LV1hPqMzP3MC:hover,._10K5i7NW6qcm-UoCtpB3aK._3LwUIE7yX7CZQKmD2L87vf._1F02c6Yw0dfhdWwl99UrYn._1oYEKCssGFjqxQ9jJMNj5G:hover{
fill: #f9013f !important;
color: #f9013f !important;
background-color: #0000 !important;
}
/*activ*/
._1F02c6Yw0dfhdWwl99UrYn._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B, ._1F02c6Yw0dfhdWwl99UrYn._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B:active, ._1F02c6Yw0dfhdWwl99UrYn._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B:hover {
fill: #f9013f !important;
color: #f9013f !important;
} | data/usercss/186152.user.css |
/*///Vote///*/
/*uncolor focus*/
.voteButton:focus{
background-color: #0000 !important;
}
.voteButton:hover{
background-color: #59595947 !important;
}
.voteButton{
width:26px !important;
height: 22px !important;
}
.voteButton:hover{
width:26px !important;
height: 22px !important;
border-bottom-right-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-top-right-radius: 5px !important;
border-top-left-radius: 5px !important;
}
/*votecounter*/
._1rZYMD_4xY3gRcSS3p8ODO{
color: #f9013f !important;
}
/* upvote */
._2q7IQ0BUOWeEZoeAxN555e._3SUsITjKNQ7Tp0Wi2jGxIM.qW0l8Af61EP35WIG6vnGk._3edNsMs0PNfyQYofMNVhsG{
color: #0000 !important;
background: url(https://i.imgur.com/D0cC2M7.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/* upvote mod */
._2q7IQ0BUOWeEZoeAxN555e._3SUsITjKNQ7Tp0Wi2jGxIM.qW0l8Af61EP35WIG6vnGk.Z3lT0VGlALek4Q9j0ZQCr{
color: #0000 !important;
background: url(https://i.imgur.com/IdGCKC2.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/* downvote */
._1iKd82bq_nqObFvSH1iC_Q.Q0BxYHtCOJ_rNSPJMU2Y7._2fe-KdD2OM0ciaiux-G1EL._3yQIOwaIuF6gn8db96Gu7y{
color: #0000 !important;
background: url(https://i.imgur.com/uR4LyIL.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/*downvote mod */
._1iKd82bq_nqObFvSH1iC_Q.Q0BxYHtCOJ_rNSPJMU2Y7._2fe-KdD2OM0ciaiux-G1EL._3emIxnIscWEPB7o5LgU_rn{
color: #0000 !important;
background: url(https://i.imgur.com/u5NbWGm.png) !important;
background-size: contain !important;
width: 18.8px !important;
height: 14.8px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
/*///border///*/
._3Qkp11fjcAw9I9wtLo8frE,.wBtTDilkW_rtT2k5x3eie,._2jJNpBqXMbbyOiGCElTYxZ,._2vkeRJojnV7cb9pMlPHy7d,._1cvAFWcyUe8hsdIpCmJP0W,.-z42jjKOFdAdFhdJ8mmI4, .VIlSggfRUkuuHTKa_h8jp{
border-color: #f9013f40 !important;
}
._3Qkp11fjcAw9I9wtLo8frE:hover,._18X7KoiaLuKbuLqg4zE8BH:hover {
border-color: #f9013f !important;
}
/*/// Sort selection ///*/
/*Icon*/
.M2Hk_S2yvXpsNPfZMBMur:hover,._2yF1lH154qN6wYff1cVkh6:hover{
fill: #f9013f !important;
color: #f9013f !important;
}
/*Icon selected*/
.M2Hk_S2yvXpsNPfZMBMur._1s79QnBguPbckxiiPvFXGP{
fill: #f9013f !important;
color: #f9013f !important;
}
/*apparence selection*/
.U2iuzTD5-OeYSFP8fg9ky:hover ._10K5i7NW6qcm-UoCtpB3aK._3LwUIE7yX7CZQKmD2L87vf._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B._1IKtbRloF_LV1hPqMzP3MC{
fill: #f9013f !important;
color: #f9013f !important;
}
/*apparence card */
/*-hover activ;not-*/
._10K5i7NW6qcm-UoCtpB3aK._3LwUIE7yX7CZQKmD2L87vf._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B._1IKtbRloF_LV1hPqMzP3MC:hover,._10K5i7NW6qcm-UoCtpB3aK._3LwUIE7yX7CZQKmD2L87vf._1F02c6Yw0dfhdWwl99UrYn._1oYEKCssGFjqxQ9jJMNj5G:hover{
fill: #f9013f !important;
color: #f9013f !important;
background-color: #0000 !important;
}
/*activ*/
._1F02c6Yw0dfhdWwl99UrYn._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B, ._1F02c6Yw0dfhdWwl99UrYn._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B:active, ._1F02c6Yw0dfhdWwl99UrYn._1F02c6Yw0dfhdWwl99UrYn._1fiOgAxLiYfEU41C1NOX9B:hover {
fill: #f9013f !important;
color: #f9013f !important;
} | 0.143218 | 0.062103 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Rubik', sans-serif;
font-size: 62.5%;
}
body {
background-image:linear-gradient(180deg, #ffffff, #d8d3d3);
background-attachment: fixed;
}
.container {
width: 100rem;
margin: 0 auto;
}
/* menu */
header {
position: fixed;
text-align: center;
width: 100%;
padding: 2rem 0;
background-image:linear-gradient(180deg, #ffffff, #fafafa);
z-index: 1;
}
nav ul {
font-size: 4rem;
font-weight: 600;
}
ul li {
display: inline-block;
}
li a {
text-decoration: none;
margin: 0 3rem;
color: #000;
padding-top: 5px;
}
li:hover {
transform: scale(1.1);
transition: 0.3s;
}
/* titles and subtitles */
.pageTitle {
font-size: 1.8rem;
margin-bottom: 1rem;
}
.pageSub {
font-size: 4rem;
margin-bottom: 1rem;
}
p {
font-size: 2.6rem;
margin-bottom: 4rem;
}
.page {
height: 100vh;
display: flex;
flex-direction: column;
}
/* images */
.imgs {
display: flex;
justify-content: space-around;
margin-top: 5rem;
}
/* footer */
footer{
padding: 0 0 2rem 0 ;
font-size: 1.2rem;
text-align: center;
color: rgb(117, 117, 117);
}
/* page items animation */
[data-animation] {
opacity: 0;
transition: 0.9s;
}
[data-animation="left"] {
transform: translate3d(-5rem, 0, 0);
}
[data-animation="right"] {
transform: translate3d(5rem, 0, 0);
}
[data-animation].animate {
opacity: 1;
transform: translate3d(0, 0, 0);
}
/* MEDIA QUERIES */
/* tablets and desktops */
@media (max-width: 1024px) {
.container {
width: 80rem;
}
li a {
margin: 0 2rem;
}
}
/* medium mobiles and tablets */
@media (max-width: 768px) {
.container {
width: 70vw;
}
/* titles and subtitles */
.pageSub {
font-size: 3.6rem;
}
p {
font-size: 2.2rem;
margin-bottom: 3rem;
font-weight: 100;
}
/* hamburguer menu */
.menu {
display: none;
}
.menuToggle {
width: 3.5rem;
position: absolute;
right: 0;
top: 0;
margin: 1rem 1.5rem 0 0;
cursor: pointer;
z-index: 2;
}
#bar1 {
width: 2rem;
}
#bar3 {
width: 1rem;
}
#bar1, #bar2, #bar3 {
height: 0.5rem;
background-color: #000;
margin: 0.3rem;
border-radius: 1rem;
transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menuToggle.on #bar1 {
transform: rotate(45deg) translate(5px, 5px);
}
.menuToggle.on #bar2 {
transform: rotate(-45deg) translate(-2px, 0px);
}
.menuToggle.on #bar3 {
transform: rotate(45deg) translate(10px, -10px);
}
header.on {
background-image:linear-gradient(180deg, #ffffff, #d8d8d8);
position: fixed;
display: flex;
justify-content: center;
align-items: center;
top: 0;
right: 0;
width: 25rem;
height: 100vh;
z-index: 2;
transition: .2s;
}
header.on .menu, .menu ul {
display: flex;
flex-direction: column;
}
header.on .menu li {
padding: 2rem 0;
border: none;
font-size: 2.4rem;
}
header.on .menu a:hover{
color: rgb(117, 117, 117);
}
.dark.on{
position: fixed;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.5);
width: 100vw;
height: 100vh;
opacity: 1;
}
}
/* small mobiles */
@media (max-width: 480px) {
.container {
width: 90vw;
}
/* titles and subtitles */
.pageSub {
font-size: 3rem;
}
p {
font-size: 1.8rem;
margin-bottom: 2rem;
}
} | styles/global.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Rubik', sans-serif;
font-size: 62.5%;
}
body {
background-image:linear-gradient(180deg, #ffffff, #d8d3d3);
background-attachment: fixed;
}
.container {
width: 100rem;
margin: 0 auto;
}
/* menu */
header {
position: fixed;
text-align: center;
width: 100%;
padding: 2rem 0;
background-image:linear-gradient(180deg, #ffffff, #fafafa);
z-index: 1;
}
nav ul {
font-size: 4rem;
font-weight: 600;
}
ul li {
display: inline-block;
}
li a {
text-decoration: none;
margin: 0 3rem;
color: #000;
padding-top: 5px;
}
li:hover {
transform: scale(1.1);
transition: 0.3s;
}
/* titles and subtitles */
.pageTitle {
font-size: 1.8rem;
margin-bottom: 1rem;
}
.pageSub {
font-size: 4rem;
margin-bottom: 1rem;
}
p {
font-size: 2.6rem;
margin-bottom: 4rem;
}
.page {
height: 100vh;
display: flex;
flex-direction: column;
}
/* images */
.imgs {
display: flex;
justify-content: space-around;
margin-top: 5rem;
}
/* footer */
footer{
padding: 0 0 2rem 0 ;
font-size: 1.2rem;
text-align: center;
color: rgb(117, 117, 117);
}
/* page items animation */
[data-animation] {
opacity: 0;
transition: 0.9s;
}
[data-animation="left"] {
transform: translate3d(-5rem, 0, 0);
}
[data-animation="right"] {
transform: translate3d(5rem, 0, 0);
}
[data-animation].animate {
opacity: 1;
transform: translate3d(0, 0, 0);
}
/* MEDIA QUERIES */
/* tablets and desktops */
@media (max-width: 1024px) {
.container {
width: 80rem;
}
li a {
margin: 0 2rem;
}
}
/* medium mobiles and tablets */
@media (max-width: 768px) {
.container {
width: 70vw;
}
/* titles and subtitles */
.pageSub {
font-size: 3.6rem;
}
p {
font-size: 2.2rem;
margin-bottom: 3rem;
font-weight: 100;
}
/* hamburguer menu */
.menu {
display: none;
}
.menuToggle {
width: 3.5rem;
position: absolute;
right: 0;
top: 0;
margin: 1rem 1.5rem 0 0;
cursor: pointer;
z-index: 2;
}
#bar1 {
width: 2rem;
}
#bar3 {
width: 1rem;
}
#bar1, #bar2, #bar3 {
height: 0.5rem;
background-color: #000;
margin: 0.3rem;
border-radius: 1rem;
transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menuToggle.on #bar1 {
transform: rotate(45deg) translate(5px, 5px);
}
.menuToggle.on #bar2 {
transform: rotate(-45deg) translate(-2px, 0px);
}
.menuToggle.on #bar3 {
transform: rotate(45deg) translate(10px, -10px);
}
header.on {
background-image:linear-gradient(180deg, #ffffff, #d8d8d8);
position: fixed;
display: flex;
justify-content: center;
align-items: center;
top: 0;
right: 0;
width: 25rem;
height: 100vh;
z-index: 2;
transition: .2s;
}
header.on .menu, .menu ul {
display: flex;
flex-direction: column;
}
header.on .menu li {
padding: 2rem 0;
border: none;
font-size: 2.4rem;
}
header.on .menu a:hover{
color: rgb(117, 117, 117);
}
.dark.on{
position: fixed;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.5);
width: 100vw;
height: 100vh;
opacity: 1;
}
}
/* small mobiles */
@media (max-width: 480px) {
.container {
width: 90vw;
}
/* titles and subtitles */
.pageSub {
font-size: 3rem;
}
p {
font-size: 1.8rem;
margin-bottom: 2rem;
}
} | 0.395835 | 0.117167 |
html {
font-size: 10px;
}
body {
width: 100%;
margin: 0;
padding: 0;
}
nav {
background: linear-gradient(to right, #ec2F4B, #009FFF);
}
header nav .pagemenu h1 {
display: inline-block;
color: white;
font-size: 1.6rem;
margin: 1rem 2rem 1rem 2rem;
}
/* body section */
body section .mainBodyDiv{
background-color: #57525A;
width: 100%;
height: auto;
}
body section .mainBodybeforefirstDiv{
background-color: #DB9B7F;
width: 100%;
height: 25rem;
}
body section .mainBodyfirstDiv{
background-color: #5FB6DB;
width: 100%;
height: 70rem;
}
body section .mainBodyfirstLeftDiv{
background-color: #9DA5B4;
width: 40%;
height: 70rem;
float: left;
}
body section .mainBodyfirstrightDiv{
background-color: #B38293;
width: 40%;
height: 70rem;
float: right;
}
body section .mainBodySecondDiv{
background-color: #57525A;
width: 100%;
height: 60rem;
}
body footer .footerdiv {
width: 80%;
margin: 0 auto;
color: #fff;
font-size: 1.4rem;
height: 25rem;
font-size: 1.4rem;
list-style: none;
margin-top: 9px;
}
body footer .footerdiv a {
display: block;
text-decoration: none;
list-style: unset;
color: white;
font-size: 1.7rem;
padding: .3rem 1rem;
}
body footer .footerdiv li {
display: block;
text-decoration: none;
list-style: unset;
padding-bottom: .5rem;
cursor: pointer;
}
body footer .footerdiv h4 {
padding: 0;
text-decoration: none;
text-transform: uppercase;
font-size: 2rem;
}
body footer .footerdivone {
display: inline-block;
float: left;
width: 15%;
padding-left: 8%;
}
body footer .footerdivtwo {
display: inline-block;
float: left;
width: 15%;
padding-left: 8%;
}
body footer .footerdivthree {
display: inline-block;
float: left;
width: 15%;
list-style: none;
padding-left: 8%;
}
body footer .footerdivfour {
display: block;
float: left;
width: 15%;
list-style: none;
padding-left: 8%;
}
body footer .footerdivfive {
width: 100%;
font-size: 2rem;
background-color: black;
}
body footer .footerdivfive p {
color: white;
text-align: center;
background-color: black;
}
.sam1{
background: blue;
height: 100px;
width: 100%;
}
.sam{
background: red;
height: 100px;
} | Project Code/css/style1.css | html {
font-size: 10px;
}
body {
width: 100%;
margin: 0;
padding: 0;
}
nav {
background: linear-gradient(to right, #ec2F4B, #009FFF);
}
header nav .pagemenu h1 {
display: inline-block;
color: white;
font-size: 1.6rem;
margin: 1rem 2rem 1rem 2rem;
}
/* body section */
body section .mainBodyDiv{
background-color: #57525A;
width: 100%;
height: auto;
}
body section .mainBodybeforefirstDiv{
background-color: #DB9B7F;
width: 100%;
height: 25rem;
}
body section .mainBodyfirstDiv{
background-color: #5FB6DB;
width: 100%;
height: 70rem;
}
body section .mainBodyfirstLeftDiv{
background-color: #9DA5B4;
width: 40%;
height: 70rem;
float: left;
}
body section .mainBodyfirstrightDiv{
background-color: #B38293;
width: 40%;
height: 70rem;
float: right;
}
body section .mainBodySecondDiv{
background-color: #57525A;
width: 100%;
height: 60rem;
}
body footer .footerdiv {
width: 80%;
margin: 0 auto;
color: #fff;
font-size: 1.4rem;
height: 25rem;
font-size: 1.4rem;
list-style: none;
margin-top: 9px;
}
body footer .footerdiv a {
display: block;
text-decoration: none;
list-style: unset;
color: white;
font-size: 1.7rem;
padding: .3rem 1rem;
}
body footer .footerdiv li {
display: block;
text-decoration: none;
list-style: unset;
padding-bottom: .5rem;
cursor: pointer;
}
body footer .footerdiv h4 {
padding: 0;
text-decoration: none;
text-transform: uppercase;
font-size: 2rem;
}
body footer .footerdivone {
display: inline-block;
float: left;
width: 15%;
padding-left: 8%;
}
body footer .footerdivtwo {
display: inline-block;
float: left;
width: 15%;
padding-left: 8%;
}
body footer .footerdivthree {
display: inline-block;
float: left;
width: 15%;
list-style: none;
padding-left: 8%;
}
body footer .footerdivfour {
display: block;
float: left;
width: 15%;
list-style: none;
padding-left: 8%;
}
body footer .footerdivfive {
width: 100%;
font-size: 2rem;
background-color: black;
}
body footer .footerdivfive p {
color: white;
text-align: center;
background-color: black;
}
.sam1{
background: blue;
height: 100px;
width: 100%;
}
.sam{
background: red;
height: 100px;
} | 0.417509 | 0.079997 |
* {
margin: 0px;
padding: 0px;
font-family: "Arial", "Helvetica", sans-serif;
}
body {
width: 100%;
height: 100%;
background: #FEFEFE url(../images/bkgd_site.gif) top center repeat-x;
text-align: center;
color: #666666;
}
.nobackground {
background: #FFFFFF;
}
.transparent
{
background: transparent;
}
p, div, td {
font-size: 12px;
line-height: 15px;
}
p {
margin-bottom: 20px;
}
a, a:link, a:active, a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #666666;
text-decoration: underline;
}
#shadow {
display: none;
visibility: hidden;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 100;
}
#lightboxHelp
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightbox
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxItemSearch
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxCD
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTender
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxframe
{
width: 800px;
height: 600px;
background-color: White;
position: absolute;
top: 15%;
left: 15%;
}
#lightboxFramePO
{
background-color: White;
position: absolute;
top: 20%;
left: 20%;
}
#lightboxframeCD
{
width: 800px;
height: 600px;
background-color: White;
position: fixed;
top: 15%;
left:20%;
}
#lightboxframeIS
{
width: 778px;
height: 528px;
background-color: White;
position: fixed;
top: 15%;
left:20%;
}
#lightboxCustomer
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTimeClock
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxReturn
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTransactions
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTransdetails
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxReceipt
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxSecure
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxUtility
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxAccount
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxAccountFrame
{
width: 915px;
height: 600px;
background-color: White;
margin-top: 10%;
}
#receiptDoc
{
text-align: left;
}
#site {
width: 1024px;
margin: 0px auto;
text-align: left;
}
#topshim {
line-height: 1px;
}
#mastheadholder {
background: #0F4B93;
text-align:center;
}
#masthead {
margin:0px auto;
text-align:left;
position: relative;
z-index: 3;
width: 1024px;
height: 132px;
background: #0F4B93 url(../images/bkgd_topnav.png) top left repeat-x;
}
#mastheadnoUC {
margin:0px auto;
text-align:left;
position: relative;
z-index: 3;
width: 1024px;
height: 132px;
background: #0F4B93 url(../images/bkgd_topnav.png) top left repeat-x;
}
#mastheadlogin {
margin:0px auto;
text-align:center;
position: relative;
z-index: 3;
width: 1024px;
height: 132px;
background: #0F4B93 url(../images/logo.png) top left repeat-x;
}
#mastheadLighBox {
position: relative;
z-index: 3;
width: 100%;
height: 75px;
background-color: #D1D1D1;
}
#lightboxhead {
text-align:left;
border-bottom:1px solid #ffffff;
padding:4px;
font-size:14px;
line-height:14px;
background:url(../images/bkgd_table_header_lightbox.gif) top left repeat-x;
}
#lightboxbody {
height: 540px;
overflow-y: auto;
}
#logo {
position: absolute;
top: 5px;
left: 19px;
}
#logo_login {padding-top:5px;}
#topnav {
position: absolute;
bottom: 0px;
right: 22px;
line-height: 1px;
}
#topnav ul {
margin: 0px;
padding: 0px;
height:37px;
}
#topnav li {
width: auto;
display: inline;
list-style: none;
margin:0px;
}
#storeinfo {
position: absolute;
top: 18px;
right: 27px;
color: #FFFFFF;
font-size: 16px;
line-height: 18px;
}
#storeinfo td {padding-left:20px;}
#search {
z-index: 2;
position: absolute;
top: 12px;
right: 17px;
}
#searchform img, #searchform input {
vertical-align: middle;
}
#searchbox {
position: relative;
float: left;
display: inline;
width: 274px;
height: 41px;
background: url(../images/bkgd_search.gif) top left no-repeat;
}
.searchboxtext {
margin-top: 6px;
margin-left: 40px;
width: 214px;
height: 15px;
font-size: 10px;
background: transparent;
border-width: 0px;
color: #666666;
}
#searchpulldown {
position: relative;
float: left;
display: inline;
width: 166px;
height: 41px;
background: url(../images/bkgd_search_pulldown.gif) top left no-repeat;
}
#searchpulldowntext {
position: absolute;
left: 8px;
top: 6px;
color: #FFFFFF;
font-weight: bold;
}
#searchpulldowntext a {
text-decoration: none;
color: #FFFFFF;
}
#searchpulldownbutton {
position: absolute;
top: 4px;
right: 4px;
}
#searchpulldownmenu {
position: absolute;
top: 27px;
left: 10px;
width: 126px;
background: #6A9039;
}
#searchpulldownmenu li {
list-style: none;
}
.searchpulldownoption {
line-height: 16px;
display: block;
padding: 2px;
padding-left: 5px;
font-weight: bold;
}
a.searchpulldownoption {
color: #FFFFFF;
}
a.searchpulldownoption:hover {
background: #000000;
}
#content {
position: relative;
height: 636px;
background: url(../images/bkgd_cashier.png) bottom center no-repeat;
}
#content_2_column {
position: relative;
height: 636px;
background: url(../images/bkgd_full.png) bottom center no-repeat;
}
#content_full {
position: relative;
height: 636px;
background: url(../images/bkgd_full.png) bottom center no-repeat;
}
#content_login {
margin:0px auto;
text-align:left;
width:374px;
height: 200px;
padding:52px 57px 52px 57px;
background: url(../images/bkgd_login.png) bottom center no-repeat;
}
#content_login h1 {font-size:24px; line-height:40px; padding-left:62px; margin-left:57px; background:url(../images/icon_login.png) center left no-repeat;}
#content_login ul {list-style-type:none;}
#content_login li {margin:15px;}
#content_login li * {vertical-align:middle;}
#content_login li.submit {padding-left:108px; margin-top:20px;}
#content_login label {line-height:30px; font-size:18px; width:100px; display:inline-block; text-align:right; margin-right:5px;}
#content_login input[type="text"], #content_login input[type="password"] {line-height:30px; font-size:18px; padding:0px 5px 0px 5px; width:220px; height:30px;}
#login_error {text-align:center; margin-top:50px;}
#content_secure {
text-align:center;
padding:10px;
background: #E2E2E2 url(../images/bkgd_lock.gif) top left repeat-x;
}
#content_secure h1 {font-size:24px; line-height:40px; padding-left:52px; background:url(../images/icon_login.png) center left no-repeat;}
#content_secure ul {list-style-type:none;}
#content_secure li {margin:15px;}
#content_secure li * {vertical-align:middle;}
#content_secure li.submit {margin-top:20px;}
#content_secure li.submit a.change_password {line-height:30px;}
#content_secure label {line-height:30px; font-size:18px; width:100px; display:inline-block; text-align:right; margin-right:5px;}
#content_secure input[type="text"], #content_secure input[type="password"] {line-height:30px; font-size:18px; padding:0px 5px 0px 5px; width:100px; height:30px;}
#subnav {
padding:15px 0px 15px 25px;
font-weight: bold;
}
#subnav ul {
margin: 0px;
padding: 0px;
}
#subnav li {
display: inline;
list-style: none;
margin-right: 11px;
font-size: 13px;
}
.storenumber {
margin-left: 375px;
}
#itemlisting {
position: absolute;
top: 50px;
left: 26px;
width: 571px;
height: 562px;
}
#leftchannel {
position: absolute;
top: 50px;
left: 26px;
width: 775px;
height: 562px;
text-align: left;
}
#leftchannel_transaction {
position: absolute;
top: 50px;
left: 26px;
width: 775px;
height: 552px;
text-align: left;
overflow:hidden;
}
#leftchannel_customer {
float: left;
display: inline;
width: 776px;
height: 562px;
text-align: left;
}
#header {
position: relative;
height: 43px;
}
#manager_header {
position: relative;
height: 43px;
border-bottom: 1px solid #8d8d8d;
clip:auto;
overflow:hidden;
}
#header h1, #manager_header h1 {
margin: 10px;
padding: 0px;
font-size: 23px;
line-height: 30px;
}
#helplink {
position: absolute;
top: 10px;
right: 10px;
}
#rightchannel {
position: absolute;
top: 42px;
left: 801px;
width: 176px;
height: 540px;
padding: 10px;
text-align: left;
background: #f8f8f8;
}
#rightchannel_customer {
float: left;
display: inline;
width: 176px;
height: 488px;
padding: 10px;
text-align: left;
background: #f8f8f8;
}
#rightchannel h2, #mgrRightChannel h2, #rightchannel_customer h2 {
margin-bottom: 9px;
font-size: 11px;
font-weight: bold;
}
#channel_full {
position: absolute;
top: 50px;
left: 26px;
width: 974px;
height: 562px;
}
#channel_return {
position: absolute;
top: 50px;
left: 1px;/**/
width: 450px;
height: 250px;
text-align:center;
}
#menuchannel
{
position: absolute;
top: 44px;
left: 1px;
width: 194px;
height: 508px;
background:#f8f8f8;
border-right:1px solid #8d8d8d;
}
#menuchannel ul {list-style-type:none;}
#menuchannelcompany
{
position: absolute;
top: 43px;
left: 1px;
width: 260px;
height: 508px;
background:#FFFFFF;
border-right:1px solid #8d8d8d;
overflow-x:hidden;
overflow-y:auto;
}
#menuchannelcompany * {font-size:11px;}
#menuchannelcompany img {margin-right:3px;}
#CompanySetupWorkArea
{
position: absolute;
top: 43px;
left: 261px;
width: 711px;
height: 508px;
}
#menuchannel h2 {margin:13px 15px 3px 15px; font-size:11px; font-weight:bold;}
#menuchannel ul {padding-bottom:5px;}
#menuchannel li {padding-left:15px; padding-bottom:5px;}
#menuchannel li a {font-size:11px;}
#ManagerWorkArea
{
position: absolute;
top: 44px;
left: 196px;
width: 776px;
height: 508px;
}
#mgrFullChannel
{
position: absolute;
top: 0px;
left: 0px;
width: 765px;
height: 505px;
}
#mgrRightChannel {
position: absolute;
top: 0px;
left: 582px;
width: 173px;
height: 487px;
background-color: #f8f8f8;
text-align: left;
padding: 10px;
}
#mgrLeftChannel {
position: absolute;
top: 0px;
left: 0px;
width: 582px;
height: 507px;
background-color: #ffffff;
overflow: auto;
}
#mgrFullChannel {
position: absolute;
top: 0px;
left: 0px;
width: 774px;
height: 506px;
background-color: #ffffff;
}
#customerheader {
padding: 5px;
height: 90px;
}
#returnmain h2 {
font-size: 16px;
font-weight: bold;
}
#returnmain h3 {
font-size: 14px;
font-weight:bold;
}
#returnmain h1 {
font-size: 20px;
font-weight:bold;
}
#returnmain
{
/*float: left;*/
display: inline;
width: 100%;
text-align: center;
/*margin-right: 20px;*/
}
#partialmain
{
display: inline;
width: 100%;
text-align: left;
margin: 15px;
}
#itemheader {
height: 28px;
}
#items {
width: 100%;
height: 360px;
clip: auto;
overflow: auto;
background: #F1F1F1;
border-bottom: 1px solid #8d8d8d;
}
.itemtable {
border-collapse: collapse;
}
.itemtable th {
background: url(../images/bkgd_table_header_items.gif) top left repeat-x;
border-top: 1px solid #8d8d8d;
border-bottom: 1px solid #8d8d8d;
border-right: 1px solid #B4B8B7;
vertical-align: bottom;
padding: 3px;
padding-top: 5px;
padding-bottom: 5px;
color: #666666;
font-size: 14px;
}
.row {
background-color: #FFFFFF;
}
.rowalternate {
background-color: #FCFCFC;
}
.rowalternate td, .row td {
vertical-align: top;
border: 1px solid #D3D3D3;
border-top: 0px;
border-left: 0px;
padding: 3px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 11px;
height: 24px;
}
.itemsku, .itemdescription, .itemqty, .itemtax, .itemprice {
background: transparent;
border-width: 0px;
color: #666666;
}
.itemsku {
width: 90px;
}
.itemdescription {
width: 240px;
}
.itemqty {
width: 34px;
}
.itemtax {
width: 38px;
}
.itemprice {
width: 60px;
}
.taxcheckbox {
width: 12px;
height: 12px;
vertical-align: middle;
}
#itemtotal {
padding-top:10px;
padding-right: 20px;
}
#totalprice {
color: #484848;
font-size: 30px;
line-height: 30px;
text-align: right;
font-weight: bold;
}
#totalprice .totallabel {margin:0px; padding:0px; font-size:15px; line-height:15px; color:#8A8A8A;}
#discount {
color: #FFFFFF;
font-size: 18px;
line-height: 25px;
text-align: right;
font-weight: bold;
}
#mainsalenav {
position: absolute;
top: 56px;
left: 607px;
width: 113px;
height: 552px;
line-height: 1px;
}
#mainsalenav ul {
margin: 0px;
padding: 0px;
}
#mainsalenav li {
float: left;
display: inline;
width: 113px;
height: 105px;
list-style: none;
margin-bottom: 3px;
line-height: 105px;
}
#secondarysalenav {
position: absolute;
top: 58px;
left: 747px;
width: 235px;
height: 548px;
}
#secondarysalenav ul {
margin: 0px;
padding: 0px;
}
#secondarysalenav li {
float: left;
display: inline;
width: 231px;
height: 57px;
list-style: none;
margin-bottom: 3px;
line-height: 57px;
text-align: center;
font-size: 16px;
font-weight: bold;
background: url(../images/btn_optional.gif) top left no-repeat;
}
#secondarysalenav li.dimmed {
background: url(../images/btn_optional.gif) top left no-repeat;
}
#secondarysalenav li a {
display: block;
width: 100%;
color: #666666;
text-decoration: none;
}
.spacer {
clear: both;
}
.left {float:left; text-align:left; display:inline; margin-right:30px; width:auto;}
#frmCashRegisterDetails {padding:20px 30px 30px 20px;}
#frmCashRegisterDetails h3 {padding:10px 0px 10px 0px;}
#frmCashRegisterDetails * {text-align:left;}
#frmCashRegisterDetails ul {list-style-type:none;}
#frmCashRegisterDetails label {display:inline-block; width:80px !important; margin-right:5px;}
#frmCashRegisterDetails li {margin:0px 0px 15px 0px;}
#frmCashRegisterDetails .nolabel {padding-left:88px;}
#frmCashRegisterDetails li * {vertical-align:middle;}
#frmCashRegisterDetails input[type="text"], #frmCashRegisterDetails select {width:150px; margin-right:5px; font-size:12px;}
#TotalArea
{
background-color:Black;
color:White;
}
.GreenTotal
{
color:Green;
font-size:18px;
}
.RedTotal
{
color: Red;
font-size: 18px;
}
.TopReport
{
border-color: #666666;
border-style: solid;
border-width: thin;
text-align: center;
background-color: #e5f1c9;
}
.TopReport A
{
color: Black;
font-family: Arial;
font-size: 15px;
cursor: pointer;
}
.TopReportHeader
{
color:#666666;
font-family: Arial;
font-size: 15px;
}
.HelpLink
{
color: #000000;
text-decoration: underline;
cursor: pointer;
font-size: 9px;
font-family: Arial;
vertical-align: middle
}
.PageTitle
{
color: #666666;
font-family: Arial;
font-size: 21px;
line-height: 24px;
vertical-align: middle;
}
.PageTitleWhite
{
color: white;
font-family: Arial;
font-size: 21px;
font-weight:bold;
line-height: 24px;
vertical-align: middle;
}
.LightBox
{
border-top: solid 2px #FFFFFF;
border-right: solid 2px #FFFFFF;
border-left: solid 2px #FFFFFF;
border-bottom: solid 2px #FFFFFF;
background-color: #FFFFFF;
color: #346102;
font-family: Arial;
font-size: 21px;
vertical-align: middle;
}
.LightBoxTitle
{
font-family: Arial;
font-size: 18px;
line-height: 24px;
font-weight: bold;
text-align: left;
vertical-align: middle;
}
.LightBoxSubtitle
{
background-color: #84B444;
color: #FFFFFF;
font-family: Arial;
font-size: 16px;
line-height: 20px;
font-weight: bold;
text-align: left;
vertical-align: middle;
}
.LightBoxBody
{
background-color: #F3F7E6;
color: #000000;
font-family: Arial;
font-size: 14px;
line-height: 18px;
vertical-align: middle;
}
.LightBoxBodyTable
{
background-color: #F3F7E6;
color: #000000;
font-family: Arial;
font-weight: bold;
font-size: 14px;
line-height: 32px;
vertical-align: middle;
}
.LightBoxFooter
{
background-color: #E9F2D7;
color: #000000;
font-family: Arial;
font-size: 11px;
vertical-align: middle;
}
.BodyLabel
{
color: #666666;
font-family: Arial;
font-size:13px;
line-height: 16px;
}
.DataLabel
{
color:GrayText;
font-family: Arial;
font-size: 13px;
vertical-align: middle
}
.GridView
{
border: 0px;
background-color: White;
font-family: Arial;
width: 100%;
text-align: left;
font-size: 11px;
font-style:normal
}
.GridView th {
background: #CFCFCF url(../images/bkgd_table_header.gif) top left repeat-x;
color: #666666;
padding: 3px;
font-size:13px;
border-right: 1px solid #B4B8B7;
border-bottom: 1px solid #8d8d8d;
}
.GridView th a {
color: #666666;
text-decoration: none;
}
.GridView th a:hover {
text-decoration: underline;
}
.GridView td {
padding:5px;
border-right:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
}
.RowStyle
{
text-align:left;
background-color: #FFFFFF;
color: #666666;
font-family: Arial;
font-size: 11px;
font-style: normal;
vertical-align: middle;
}
.AlternatingRowStyle
{
background-color: #FCFCFC;
}
.EmptyDataRowStyle
{
}
.GridViewHyperLink
{
text-align: left;
text-decoration: underline;
}
.FooterStyle
{
height: 17px;
padding: 0px;
}
.PagerStyle
{
background-color: #D9D9D9;
text-align: right;
font-family: Arial;
height: 48px;
}
.PagerStyle td {border:0px !important;}
#btncal1, #btncal2
{
height: 20px;
vertical-align: bottom;
}
.MenuHeader
{
position: relative;
top:10px;
left: 10px;
width: 175px;
}
.MenuHeader ul
{
list-style-type: none;
}
.MenuHeaderLabel
{
color: #666666;
font-family: Arial;
font-size: 15px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #666666;
}
.MenuItem
{
position: relative;
top: 5px;
left: 10px;
font-family: Arial;
font-size: 12px;
border: none;
text-decoration: underline;
}
.DetailPageSection
{
position: relative;
top: 0;
left: 10px;
text-align: left;
width: 780px;
height: 570px
}
.DetailPageSectionHeader
{
color: #666666;
font-family: Arial;
font-size: 18px;
line-height: 20px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #666666;
vertical-align: middle;
padding-bottom: 5px;
margin-bottom: 10px;
text-align: left;
}
.aspTextBoxDataEntry
{
text-align: left;
}
.aspTextBoxDataEntryLocked
{
text-align: left;
background-color: #cccccc;
}
.RequiredField
{
color: Red;
}
.label {
font-weight: bold;
font-size: 13px;
color: #666666;
}
.WhiteLabel {
font-weight: bold;
font-size: 13px;
color: White;
}
#helpnav {
width: 175px;
height: 488px;
background:#f8f8f8;
text-align: left;
padding: 10px;
border-right: 1px solid #8d8d8d;
}
#helptext {
width: 756px;
height: 488px;
overflow-y: auto;
position:absolute;
top:44px;
left:196px;
padding:10px;
background:#FFFFFF;
}
#LeftNav_NavList {
width: 175px;
text-align: left;
}
#LeftNav_NavList td {
padding-bottom:5px;
}
#LeftNav_NavList td td {
padding-left:10px;
}
.SiteNavigation, .SiteNavigation_Selected {
text-align: left;
font-size: 11px;
}
.SiteNavigation_Top {
}
.SiteNavigation_Top, .SiteNavigation_Top a {
font-size: 12px;
width: 175px;
}
#contentSummaryDiv {
}
.HiddenColumn
{
display: none;
}
#tabs{
margin-top: 0px;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}
#tabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}
#tabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:uppercase;
}
#tabs a{
float:left;
/*background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;*/
padding:0 0 0px 0px;
text-decoration:none;
border:none;
}
#tabs a span{
float:left;
display:block;
/*background: transparent url(images/tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;*/
}
#tabs a span{float:none;}
/*#tabs a:hover{background-color: #7E94B9;color: white;}
#tabs a:hover span{background-color: #7E94B9;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}*/
.tabContent {
clear:both;
/*border:0px solid #42577B;*/
padding-top:0px;
background-color:#FFF;
}
#gvItemList, #GridSuplList {table-layout:fixed;}
#gvItemList td, #GridSuplList td {text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
#taskbox ul {margin:0px; padding:0px; border:2px solid #8d8d8d;}
#taskbox li {text-align:left; background:url(../images/bkgd_contextual_menu.gif) top left repeat-x; border-bottom:1px solid #8d8d8d;}
#taskbox li a {display:block; width:100%; height:34px; line-height:34px; padding:0px 10px 0px 30px;}
#taskbox li.last {border-bottom:0px;}
#taskbox li.remove a {background:url(../images/icon_contextual_delete.png) 5px 8px no-repeat;}
#taskbox li.discount a {background:url(../images/icon_contextual_discount.png) 5px 8px no-repeat;}
#taskbox li.weigh a {background:url(../images/icon_contextual_scale.png) 5px 8px no-repeat;}
#taskbox li.cancel a {background:url(../images/icon_contextual_cancel.png) 5px 8px no-repeat;}
#activexwarning div {text-align:center; background:#666666; color:#FFFFFF; margin:20px 0px 0px 0px; padding:20px; border:1px solid #000000;}
#activexwarning div h1 {font-size:18px; line-height:24px; margin-bottom:10px;}
#activexwarning div p {font-size:16px; margin-bottom:10px;}
.get_started {text-align:left; background:#FFFFFF;}
.get_started_left {width:429px; float:left; display:inline;}
.get_started_left ul {width:429px; list-style-type:none; margin:0px; padding:0px;}
.get_started_left li {position:relative; background:#B2B2B2 url(../images/bkgd_getting_started_bar.png) top left repeat-x; height:52px; border-right:1px solid #8d8d8d; border-bottom:1px solid #8d8d8d;}
.get_started_left li a {display:block; width:100%; padding-left:20px; line-height:52px; font-size:16px; font-weight:bold; color:#FFFFFF;}
.get_started_left li a span {font-size:21px; margin-right:20px;}
.get_started_left li img {position:absolute; top:9px; right:11px; visibility:hidden;}
.get_started_left li.viewed {background-color:#74A23B;}
.get_started_left li.viewed img {visibility:visible !important;}
.getting_started_right {width:230px; padding:20px; float:left;}
.getting_started_right h3 {font-size:18px; margin-bottom:5px;}
.getting_started_right h4 {font-size:14px; margin-bottom:20px;}
.center {text-align:center;}
.open_store, .add_item, .discount, .time_clock, .calculator, .tender {background:#FFFFFF;}
#lb_new {text-align:left;}
#lb_new h2 {border-bottom:1px solid #8d8d8d; padding:4px; font-size:14px; line-height:16px; background:url(../images/bkgd_table_header.gif) top left repeat-x;}
#lb_new h3 {padding:10px; font-size:12px;}
#lb_new h4 {padding:10px;}
#lb_new ul {list-style-type:none;}
#lb_new li {border-top:1px solid #DADADA; padding:4px 10px 4px 10px;}
#lb_new li.actions {font-size:14px; font-weight:bold; text-align:right; padding:10px; background:#DADADA;}
#lb_new li.actions_centered {text-align:center; padding:10px; background:#DADADA;}
#lb_new li.actions_centered img, #lb_new li.actions_centered input[type="image"] {padding-bottom:5px;}
#lb_new label {display:inline-block; width:100px; text-align:right; margin-right:5px;}
#lb_new #btnClose, #lightboxhead #btnClose {position:absolute; top:2px; right:2px; cursor:pointer;}
#lb_new #btnCancel {position:absolute; top:2px; right:2px; cursor:pointer;}
#lb_new #btnCalendar, #lb_new #txtReportDate, #lb_new #btnYes, #lb_new #btnNo, #lb_new #btnSearch {vertical-align:middle;}
.discount li img {margin-right:5px; cursor:pointer;}
.discount li * {vertical-align:middle;}
.tender li * {vertical-align:middle;}
.tenders li.actions img, .tenders li.actions input[type="image"] {padding-top:5px;}
.one_third {float:left; display:inline; width:33%;}
.one_third h2 {text-align:center;}
.one_third ul {margin:15px; padding:0px; list-style-type:none; border:1px solid #8d8d8d;}
.one_third li {background:#FFFFFF; padding:5px; text-align:center;}
.one_third td {text-align:right; height:25px;}
.one_third td label {display:inline; width:50px !important; margin-left:5px; margin-right:0px !important;}
.one_third td * {vertical-align:middle;}
.one_third td input[type="text"] {margin-left:5px;}
.one_third th, .calculator_total {text-align:center !important; padding:5px;}
.one_third a {cursor:pointer;}
.calculator_footer {font-size:16px; font-weight:bold; text-align:right; padding:5px 10px 5px 0px; background:#DADADA;}
.one_half {width:486px; height:300px; background:#FFFFFF; overflow:hidden; margin:0px; padding:0px; float:left; display:inline;}
.calendar table {border-collapse:collapse;}
.calendar th {font-size:12px; color:#FFFFFF; background:#666666;}
.calendar th a, .calendar th a:hover {color:#FFFFFF;}
.calendar td {padding:1px; border:1px solid #666666;}
#dash_nav {margin:-10px 10px 17px 10px;}
#dash_nav * {vertical-align:middle;} | css/styles1.css | * {
margin: 0px;
padding: 0px;
font-family: "Arial", "Helvetica", sans-serif;
}
body {
width: 100%;
height: 100%;
background: #FEFEFE url(../images/bkgd_site.gif) top center repeat-x;
text-align: center;
color: #666666;
}
.nobackground {
background: #FFFFFF;
}
.transparent
{
background: transparent;
}
p, div, td {
font-size: 12px;
line-height: 15px;
}
p {
margin-bottom: 20px;
}
a, a:link, a:active, a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #666666;
text-decoration: underline;
}
#shadow {
display: none;
visibility: hidden;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 100;
}
#lightboxHelp
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightbox
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxItemSearch
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxCD
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTender
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxframe
{
width: 800px;
height: 600px;
background-color: White;
position: absolute;
top: 15%;
left: 15%;
}
#lightboxFramePO
{
background-color: White;
position: absolute;
top: 20%;
left: 20%;
}
#lightboxframeCD
{
width: 800px;
height: 600px;
background-color: White;
position: fixed;
top: 15%;
left:20%;
}
#lightboxframeIS
{
width: 778px;
height: 528px;
background-color: White;
position: fixed;
top: 15%;
left:20%;
}
#lightboxCustomer
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTimeClock
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxReturn
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTransactions
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxTransdetails
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxReceipt
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxSecure
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxUtility
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxAccount
{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 200;
}
#lightboxAccountFrame
{
width: 915px;
height: 600px;
background-color: White;
margin-top: 10%;
}
#receiptDoc
{
text-align: left;
}
#site {
width: 1024px;
margin: 0px auto;
text-align: left;
}
#topshim {
line-height: 1px;
}
#mastheadholder {
background: #0F4B93;
text-align:center;
}
#masthead {
margin:0px auto;
text-align:left;
position: relative;
z-index: 3;
width: 1024px;
height: 132px;
background: #0F4B93 url(../images/bkgd_topnav.png) top left repeat-x;
}
#mastheadnoUC {
margin:0px auto;
text-align:left;
position: relative;
z-index: 3;
width: 1024px;
height: 132px;
background: #0F4B93 url(../images/bkgd_topnav.png) top left repeat-x;
}
#mastheadlogin {
margin:0px auto;
text-align:center;
position: relative;
z-index: 3;
width: 1024px;
height: 132px;
background: #0F4B93 url(../images/logo.png) top left repeat-x;
}
#mastheadLighBox {
position: relative;
z-index: 3;
width: 100%;
height: 75px;
background-color: #D1D1D1;
}
#lightboxhead {
text-align:left;
border-bottom:1px solid #ffffff;
padding:4px;
font-size:14px;
line-height:14px;
background:url(../images/bkgd_table_header_lightbox.gif) top left repeat-x;
}
#lightboxbody {
height: 540px;
overflow-y: auto;
}
#logo {
position: absolute;
top: 5px;
left: 19px;
}
#logo_login {padding-top:5px;}
#topnav {
position: absolute;
bottom: 0px;
right: 22px;
line-height: 1px;
}
#topnav ul {
margin: 0px;
padding: 0px;
height:37px;
}
#topnav li {
width: auto;
display: inline;
list-style: none;
margin:0px;
}
#storeinfo {
position: absolute;
top: 18px;
right: 27px;
color: #FFFFFF;
font-size: 16px;
line-height: 18px;
}
#storeinfo td {padding-left:20px;}
#search {
z-index: 2;
position: absolute;
top: 12px;
right: 17px;
}
#searchform img, #searchform input {
vertical-align: middle;
}
#searchbox {
position: relative;
float: left;
display: inline;
width: 274px;
height: 41px;
background: url(../images/bkgd_search.gif) top left no-repeat;
}
.searchboxtext {
margin-top: 6px;
margin-left: 40px;
width: 214px;
height: 15px;
font-size: 10px;
background: transparent;
border-width: 0px;
color: #666666;
}
#searchpulldown {
position: relative;
float: left;
display: inline;
width: 166px;
height: 41px;
background: url(../images/bkgd_search_pulldown.gif) top left no-repeat;
}
#searchpulldowntext {
position: absolute;
left: 8px;
top: 6px;
color: #FFFFFF;
font-weight: bold;
}
#searchpulldowntext a {
text-decoration: none;
color: #FFFFFF;
}
#searchpulldownbutton {
position: absolute;
top: 4px;
right: 4px;
}
#searchpulldownmenu {
position: absolute;
top: 27px;
left: 10px;
width: 126px;
background: #6A9039;
}
#searchpulldownmenu li {
list-style: none;
}
.searchpulldownoption {
line-height: 16px;
display: block;
padding: 2px;
padding-left: 5px;
font-weight: bold;
}
a.searchpulldownoption {
color: #FFFFFF;
}
a.searchpulldownoption:hover {
background: #000000;
}
#content {
position: relative;
height: 636px;
background: url(../images/bkgd_cashier.png) bottom center no-repeat;
}
#content_2_column {
position: relative;
height: 636px;
background: url(../images/bkgd_full.png) bottom center no-repeat;
}
#content_full {
position: relative;
height: 636px;
background: url(../images/bkgd_full.png) bottom center no-repeat;
}
#content_login {
margin:0px auto;
text-align:left;
width:374px;
height: 200px;
padding:52px 57px 52px 57px;
background: url(../images/bkgd_login.png) bottom center no-repeat;
}
#content_login h1 {font-size:24px; line-height:40px; padding-left:62px; margin-left:57px; background:url(../images/icon_login.png) center left no-repeat;}
#content_login ul {list-style-type:none;}
#content_login li {margin:15px;}
#content_login li * {vertical-align:middle;}
#content_login li.submit {padding-left:108px; margin-top:20px;}
#content_login label {line-height:30px; font-size:18px; width:100px; display:inline-block; text-align:right; margin-right:5px;}
#content_login input[type="text"], #content_login input[type="password"] {line-height:30px; font-size:18px; padding:0px 5px 0px 5px; width:220px; height:30px;}
#login_error {text-align:center; margin-top:50px;}
#content_secure {
text-align:center;
padding:10px;
background: #E2E2E2 url(../images/bkgd_lock.gif) top left repeat-x;
}
#content_secure h1 {font-size:24px; line-height:40px; padding-left:52px; background:url(../images/icon_login.png) center left no-repeat;}
#content_secure ul {list-style-type:none;}
#content_secure li {margin:15px;}
#content_secure li * {vertical-align:middle;}
#content_secure li.submit {margin-top:20px;}
#content_secure li.submit a.change_password {line-height:30px;}
#content_secure label {line-height:30px; font-size:18px; width:100px; display:inline-block; text-align:right; margin-right:5px;}
#content_secure input[type="text"], #content_secure input[type="password"] {line-height:30px; font-size:18px; padding:0px 5px 0px 5px; width:100px; height:30px;}
#subnav {
padding:15px 0px 15px 25px;
font-weight: bold;
}
#subnav ul {
margin: 0px;
padding: 0px;
}
#subnav li {
display: inline;
list-style: none;
margin-right: 11px;
font-size: 13px;
}
.storenumber {
margin-left: 375px;
}
#itemlisting {
position: absolute;
top: 50px;
left: 26px;
width: 571px;
height: 562px;
}
#leftchannel {
position: absolute;
top: 50px;
left: 26px;
width: 775px;
height: 562px;
text-align: left;
}
#leftchannel_transaction {
position: absolute;
top: 50px;
left: 26px;
width: 775px;
height: 552px;
text-align: left;
overflow:hidden;
}
#leftchannel_customer {
float: left;
display: inline;
width: 776px;
height: 562px;
text-align: left;
}
#header {
position: relative;
height: 43px;
}
#manager_header {
position: relative;
height: 43px;
border-bottom: 1px solid #8d8d8d;
clip:auto;
overflow:hidden;
}
#header h1, #manager_header h1 {
margin: 10px;
padding: 0px;
font-size: 23px;
line-height: 30px;
}
#helplink {
position: absolute;
top: 10px;
right: 10px;
}
#rightchannel {
position: absolute;
top: 42px;
left: 801px;
width: 176px;
height: 540px;
padding: 10px;
text-align: left;
background: #f8f8f8;
}
#rightchannel_customer {
float: left;
display: inline;
width: 176px;
height: 488px;
padding: 10px;
text-align: left;
background: #f8f8f8;
}
#rightchannel h2, #mgrRightChannel h2, #rightchannel_customer h2 {
margin-bottom: 9px;
font-size: 11px;
font-weight: bold;
}
#channel_full {
position: absolute;
top: 50px;
left: 26px;
width: 974px;
height: 562px;
}
#channel_return {
position: absolute;
top: 50px;
left: 1px;/**/
width: 450px;
height: 250px;
text-align:center;
}
#menuchannel
{
position: absolute;
top: 44px;
left: 1px;
width: 194px;
height: 508px;
background:#f8f8f8;
border-right:1px solid #8d8d8d;
}
#menuchannel ul {list-style-type:none;}
#menuchannelcompany
{
position: absolute;
top: 43px;
left: 1px;
width: 260px;
height: 508px;
background:#FFFFFF;
border-right:1px solid #8d8d8d;
overflow-x:hidden;
overflow-y:auto;
}
#menuchannelcompany * {font-size:11px;}
#menuchannelcompany img {margin-right:3px;}
#CompanySetupWorkArea
{
position: absolute;
top: 43px;
left: 261px;
width: 711px;
height: 508px;
}
#menuchannel h2 {margin:13px 15px 3px 15px; font-size:11px; font-weight:bold;}
#menuchannel ul {padding-bottom:5px;}
#menuchannel li {padding-left:15px; padding-bottom:5px;}
#menuchannel li a {font-size:11px;}
#ManagerWorkArea
{
position: absolute;
top: 44px;
left: 196px;
width: 776px;
height: 508px;
}
#mgrFullChannel
{
position: absolute;
top: 0px;
left: 0px;
width: 765px;
height: 505px;
}
#mgrRightChannel {
position: absolute;
top: 0px;
left: 582px;
width: 173px;
height: 487px;
background-color: #f8f8f8;
text-align: left;
padding: 10px;
}
#mgrLeftChannel {
position: absolute;
top: 0px;
left: 0px;
width: 582px;
height: 507px;
background-color: #ffffff;
overflow: auto;
}
#mgrFullChannel {
position: absolute;
top: 0px;
left: 0px;
width: 774px;
height: 506px;
background-color: #ffffff;
}
#customerheader {
padding: 5px;
height: 90px;
}
#returnmain h2 {
font-size: 16px;
font-weight: bold;
}
#returnmain h3 {
font-size: 14px;
font-weight:bold;
}
#returnmain h1 {
font-size: 20px;
font-weight:bold;
}
#returnmain
{
/*float: left;*/
display: inline;
width: 100%;
text-align: center;
/*margin-right: 20px;*/
}
#partialmain
{
display: inline;
width: 100%;
text-align: left;
margin: 15px;
}
#itemheader {
height: 28px;
}
#items {
width: 100%;
height: 360px;
clip: auto;
overflow: auto;
background: #F1F1F1;
border-bottom: 1px solid #8d8d8d;
}
.itemtable {
border-collapse: collapse;
}
.itemtable th {
background: url(../images/bkgd_table_header_items.gif) top left repeat-x;
border-top: 1px solid #8d8d8d;
border-bottom: 1px solid #8d8d8d;
border-right: 1px solid #B4B8B7;
vertical-align: bottom;
padding: 3px;
padding-top: 5px;
padding-bottom: 5px;
color: #666666;
font-size: 14px;
}
.row {
background-color: #FFFFFF;
}
.rowalternate {
background-color: #FCFCFC;
}
.rowalternate td, .row td {
vertical-align: top;
border: 1px solid #D3D3D3;
border-top: 0px;
border-left: 0px;
padding: 3px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 11px;
height: 24px;
}
.itemsku, .itemdescription, .itemqty, .itemtax, .itemprice {
background: transparent;
border-width: 0px;
color: #666666;
}
.itemsku {
width: 90px;
}
.itemdescription {
width: 240px;
}
.itemqty {
width: 34px;
}
.itemtax {
width: 38px;
}
.itemprice {
width: 60px;
}
.taxcheckbox {
width: 12px;
height: 12px;
vertical-align: middle;
}
#itemtotal {
padding-top:10px;
padding-right: 20px;
}
#totalprice {
color: #484848;
font-size: 30px;
line-height: 30px;
text-align: right;
font-weight: bold;
}
#totalprice .totallabel {margin:0px; padding:0px; font-size:15px; line-height:15px; color:#8A8A8A;}
#discount {
color: #FFFFFF;
font-size: 18px;
line-height: 25px;
text-align: right;
font-weight: bold;
}
#mainsalenav {
position: absolute;
top: 56px;
left: 607px;
width: 113px;
height: 552px;
line-height: 1px;
}
#mainsalenav ul {
margin: 0px;
padding: 0px;
}
#mainsalenav li {
float: left;
display: inline;
width: 113px;
height: 105px;
list-style: none;
margin-bottom: 3px;
line-height: 105px;
}
#secondarysalenav {
position: absolute;
top: 58px;
left: 747px;
width: 235px;
height: 548px;
}
#secondarysalenav ul {
margin: 0px;
padding: 0px;
}
#secondarysalenav li {
float: left;
display: inline;
width: 231px;
height: 57px;
list-style: none;
margin-bottom: 3px;
line-height: 57px;
text-align: center;
font-size: 16px;
font-weight: bold;
background: url(../images/btn_optional.gif) top left no-repeat;
}
#secondarysalenav li.dimmed {
background: url(../images/btn_optional.gif) top left no-repeat;
}
#secondarysalenav li a {
display: block;
width: 100%;
color: #666666;
text-decoration: none;
}
.spacer {
clear: both;
}
.left {float:left; text-align:left; display:inline; margin-right:30px; width:auto;}
#frmCashRegisterDetails {padding:20px 30px 30px 20px;}
#frmCashRegisterDetails h3 {padding:10px 0px 10px 0px;}
#frmCashRegisterDetails * {text-align:left;}
#frmCashRegisterDetails ul {list-style-type:none;}
#frmCashRegisterDetails label {display:inline-block; width:80px !important; margin-right:5px;}
#frmCashRegisterDetails li {margin:0px 0px 15px 0px;}
#frmCashRegisterDetails .nolabel {padding-left:88px;}
#frmCashRegisterDetails li * {vertical-align:middle;}
#frmCashRegisterDetails input[type="text"], #frmCashRegisterDetails select {width:150px; margin-right:5px; font-size:12px;}
#TotalArea
{
background-color:Black;
color:White;
}
.GreenTotal
{
color:Green;
font-size:18px;
}
.RedTotal
{
color: Red;
font-size: 18px;
}
.TopReport
{
border-color: #666666;
border-style: solid;
border-width: thin;
text-align: center;
background-color: #e5f1c9;
}
.TopReport A
{
color: Black;
font-family: Arial;
font-size: 15px;
cursor: pointer;
}
.TopReportHeader
{
color:#666666;
font-family: Arial;
font-size: 15px;
}
.HelpLink
{
color: #000000;
text-decoration: underline;
cursor: pointer;
font-size: 9px;
font-family: Arial;
vertical-align: middle
}
.PageTitle
{
color: #666666;
font-family: Arial;
font-size: 21px;
line-height: 24px;
vertical-align: middle;
}
.PageTitleWhite
{
color: white;
font-family: Arial;
font-size: 21px;
font-weight:bold;
line-height: 24px;
vertical-align: middle;
}
.LightBox
{
border-top: solid 2px #FFFFFF;
border-right: solid 2px #FFFFFF;
border-left: solid 2px #FFFFFF;
border-bottom: solid 2px #FFFFFF;
background-color: #FFFFFF;
color: #346102;
font-family: Arial;
font-size: 21px;
vertical-align: middle;
}
.LightBoxTitle
{
font-family: Arial;
font-size: 18px;
line-height: 24px;
font-weight: bold;
text-align: left;
vertical-align: middle;
}
.LightBoxSubtitle
{
background-color: #84B444;
color: #FFFFFF;
font-family: Arial;
font-size: 16px;
line-height: 20px;
font-weight: bold;
text-align: left;
vertical-align: middle;
}
.LightBoxBody
{
background-color: #F3F7E6;
color: #000000;
font-family: Arial;
font-size: 14px;
line-height: 18px;
vertical-align: middle;
}
.LightBoxBodyTable
{
background-color: #F3F7E6;
color: #000000;
font-family: Arial;
font-weight: bold;
font-size: 14px;
line-height: 32px;
vertical-align: middle;
}
.LightBoxFooter
{
background-color: #E9F2D7;
color: #000000;
font-family: Arial;
font-size: 11px;
vertical-align: middle;
}
.BodyLabel
{
color: #666666;
font-family: Arial;
font-size:13px;
line-height: 16px;
}
.DataLabel
{
color:GrayText;
font-family: Arial;
font-size: 13px;
vertical-align: middle
}
.GridView
{
border: 0px;
background-color: White;
font-family: Arial;
width: 100%;
text-align: left;
font-size: 11px;
font-style:normal
}
.GridView th {
background: #CFCFCF url(../images/bkgd_table_header.gif) top left repeat-x;
color: #666666;
padding: 3px;
font-size:13px;
border-right: 1px solid #B4B8B7;
border-bottom: 1px solid #8d8d8d;
}
.GridView th a {
color: #666666;
text-decoration: none;
}
.GridView th a:hover {
text-decoration: underline;
}
.GridView td {
padding:5px;
border-right:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
}
.RowStyle
{
text-align:left;
background-color: #FFFFFF;
color: #666666;
font-family: Arial;
font-size: 11px;
font-style: normal;
vertical-align: middle;
}
.AlternatingRowStyle
{
background-color: #FCFCFC;
}
.EmptyDataRowStyle
{
}
.GridViewHyperLink
{
text-align: left;
text-decoration: underline;
}
.FooterStyle
{
height: 17px;
padding: 0px;
}
.PagerStyle
{
background-color: #D9D9D9;
text-align: right;
font-family: Arial;
height: 48px;
}
.PagerStyle td {border:0px !important;}
#btncal1, #btncal2
{
height: 20px;
vertical-align: bottom;
}
.MenuHeader
{
position: relative;
top:10px;
left: 10px;
width: 175px;
}
.MenuHeader ul
{
list-style-type: none;
}
.MenuHeaderLabel
{
color: #666666;
font-family: Arial;
font-size: 15px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #666666;
}
.MenuItem
{
position: relative;
top: 5px;
left: 10px;
font-family: Arial;
font-size: 12px;
border: none;
text-decoration: underline;
}
.DetailPageSection
{
position: relative;
top: 0;
left: 10px;
text-align: left;
width: 780px;
height: 570px
}
.DetailPageSectionHeader
{
color: #666666;
font-family: Arial;
font-size: 18px;
line-height: 20px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #666666;
vertical-align: middle;
padding-bottom: 5px;
margin-bottom: 10px;
text-align: left;
}
.aspTextBoxDataEntry
{
text-align: left;
}
.aspTextBoxDataEntryLocked
{
text-align: left;
background-color: #cccccc;
}
.RequiredField
{
color: Red;
}
.label {
font-weight: bold;
font-size: 13px;
color: #666666;
}
.WhiteLabel {
font-weight: bold;
font-size: 13px;
color: White;
}
#helpnav {
width: 175px;
height: 488px;
background:#f8f8f8;
text-align: left;
padding: 10px;
border-right: 1px solid #8d8d8d;
}
#helptext {
width: 756px;
height: 488px;
overflow-y: auto;
position:absolute;
top:44px;
left:196px;
padding:10px;
background:#FFFFFF;
}
#LeftNav_NavList {
width: 175px;
text-align: left;
}
#LeftNav_NavList td {
padding-bottom:5px;
}
#LeftNav_NavList td td {
padding-left:10px;
}
.SiteNavigation, .SiteNavigation_Selected {
text-align: left;
font-size: 11px;
}
.SiteNavigation_Top {
}
.SiteNavigation_Top, .SiteNavigation_Top a {
font-size: 12px;
width: 175px;
}
#contentSummaryDiv {
}
.HiddenColumn
{
display: none;
}
#tabs{
margin-top: 0px;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}
#tabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}
#tabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:uppercase;
}
#tabs a{
float:left;
/*background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;*/
padding:0 0 0px 0px;
text-decoration:none;
border:none;
}
#tabs a span{
float:left;
display:block;
/*background: transparent url(images/tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;*/
}
#tabs a span{float:none;}
/*#tabs a:hover{background-color: #7E94B9;color: white;}
#tabs a:hover span{background-color: #7E94B9;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}*/
.tabContent {
clear:both;
/*border:0px solid #42577B;*/
padding-top:0px;
background-color:#FFF;
}
#gvItemList, #GridSuplList {table-layout:fixed;}
#gvItemList td, #GridSuplList td {text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
#taskbox ul {margin:0px; padding:0px; border:2px solid #8d8d8d;}
#taskbox li {text-align:left; background:url(../images/bkgd_contextual_menu.gif) top left repeat-x; border-bottom:1px solid #8d8d8d;}
#taskbox li a {display:block; width:100%; height:34px; line-height:34px; padding:0px 10px 0px 30px;}
#taskbox li.last {border-bottom:0px;}
#taskbox li.remove a {background:url(../images/icon_contextual_delete.png) 5px 8px no-repeat;}
#taskbox li.discount a {background:url(../images/icon_contextual_discount.png) 5px 8px no-repeat;}
#taskbox li.weigh a {background:url(../images/icon_contextual_scale.png) 5px 8px no-repeat;}
#taskbox li.cancel a {background:url(../images/icon_contextual_cancel.png) 5px 8px no-repeat;}
#activexwarning div {text-align:center; background:#666666; color:#FFFFFF; margin:20px 0px 0px 0px; padding:20px; border:1px solid #000000;}
#activexwarning div h1 {font-size:18px; line-height:24px; margin-bottom:10px;}
#activexwarning div p {font-size:16px; margin-bottom:10px;}
.get_started {text-align:left; background:#FFFFFF;}
.get_started_left {width:429px; float:left; display:inline;}
.get_started_left ul {width:429px; list-style-type:none; margin:0px; padding:0px;}
.get_started_left li {position:relative; background:#B2B2B2 url(../images/bkgd_getting_started_bar.png) top left repeat-x; height:52px; border-right:1px solid #8d8d8d; border-bottom:1px solid #8d8d8d;}
.get_started_left li a {display:block; width:100%; padding-left:20px; line-height:52px; font-size:16px; font-weight:bold; color:#FFFFFF;}
.get_started_left li a span {font-size:21px; margin-right:20px;}
.get_started_left li img {position:absolute; top:9px; right:11px; visibility:hidden;}
.get_started_left li.viewed {background-color:#74A23B;}
.get_started_left li.viewed img {visibility:visible !important;}
.getting_started_right {width:230px; padding:20px; float:left;}
.getting_started_right h3 {font-size:18px; margin-bottom:5px;}
.getting_started_right h4 {font-size:14px; margin-bottom:20px;}
.center {text-align:center;}
.open_store, .add_item, .discount, .time_clock, .calculator, .tender {background:#FFFFFF;}
#lb_new {text-align:left;}
#lb_new h2 {border-bottom:1px solid #8d8d8d; padding:4px; font-size:14px; line-height:16px; background:url(../images/bkgd_table_header.gif) top left repeat-x;}
#lb_new h3 {padding:10px; font-size:12px;}
#lb_new h4 {padding:10px;}
#lb_new ul {list-style-type:none;}
#lb_new li {border-top:1px solid #DADADA; padding:4px 10px 4px 10px;}
#lb_new li.actions {font-size:14px; font-weight:bold; text-align:right; padding:10px; background:#DADADA;}
#lb_new li.actions_centered {text-align:center; padding:10px; background:#DADADA;}
#lb_new li.actions_centered img, #lb_new li.actions_centered input[type="image"] {padding-bottom:5px;}
#lb_new label {display:inline-block; width:100px; text-align:right; margin-right:5px;}
#lb_new #btnClose, #lightboxhead #btnClose {position:absolute; top:2px; right:2px; cursor:pointer;}
#lb_new #btnCancel {position:absolute; top:2px; right:2px; cursor:pointer;}
#lb_new #btnCalendar, #lb_new #txtReportDate, #lb_new #btnYes, #lb_new #btnNo, #lb_new #btnSearch {vertical-align:middle;}
.discount li img {margin-right:5px; cursor:pointer;}
.discount li * {vertical-align:middle;}
.tender li * {vertical-align:middle;}
.tenders li.actions img, .tenders li.actions input[type="image"] {padding-top:5px;}
.one_third {float:left; display:inline; width:33%;}
.one_third h2 {text-align:center;}
.one_third ul {margin:15px; padding:0px; list-style-type:none; border:1px solid #8d8d8d;}
.one_third li {background:#FFFFFF; padding:5px; text-align:center;}
.one_third td {text-align:right; height:25px;}
.one_third td label {display:inline; width:50px !important; margin-left:5px; margin-right:0px !important;}
.one_third td * {vertical-align:middle;}
.one_third td input[type="text"] {margin-left:5px;}
.one_third th, .calculator_total {text-align:center !important; padding:5px;}
.one_third a {cursor:pointer;}
.calculator_footer {font-size:16px; font-weight:bold; text-align:right; padding:5px 10px 5px 0px; background:#DADADA;}
.one_half {width:486px; height:300px; background:#FFFFFF; overflow:hidden; margin:0px; padding:0px; float:left; display:inline;}
.calendar table {border-collapse:collapse;}
.calendar th {font-size:12px; color:#FFFFFF; background:#666666;}
.calendar th a, .calendar th a:hover {color:#FFFFFF;}
.calendar td {padding:1px; border:1px solid #666666;}
#dash_nav {margin:-10px 10px 17px 10px;}
#dash_nav * {vertical-align:middle;} | 0.364778 | 0.052961 |
* {
font-family: "Roboto", sans-serif;
}
body {
overflow-x: hidden;
}
.blank {
width: 100vw;
height: 100vw;
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 8;
opacity: 0;
pointer-events: none;
transition: 0.5s;
overflow: hidden;
}
#card-main {
margin-top: -8rem;
z-index: 9;
min-height: 300px;
}
a {
text-decoration: none;
}
.iconInCardRound {
font-size: 50pt;
}
.cardRound {
background-color: #fff;
width: 161px;
height: 161px;
border-radius: 50%;
border: 5px solid #3f9ceb;
}
.col {
width: auto;
}
.primary {
color: #3f9ceb;
}
.mt-icon {
margin-top: 2.7rem;
}
.footer {
width: 100%;
height: auto;
}
.footer {
padding-top: 20px;
position: relative;
margin-top: 50px;
width: 100%;
height: 35vh;
padding-bottom: 10px;
background: #3f9ceb;
}
.wrapper {
position: absolute;
left: 250px;
top: 55px;
}
.wrapper label {
color: #000;
font-family: "Sniglet", cursive;
letter-spacing: 1px;
font-size: 20px;
font-weight: 500;
margin-left: 10px;
}
.wrapper .button {
display: inline-block;
width: 50px;
height: 50px;
margin: 0 5px;
background: #fff;
border-radius: 50px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin-top: 0.5rem;
margin-bottom: 2.5rem;
transform: translateX(585px);
transition: all 0.5s ease-out;
overflow: hidden;
}
.wrapper .button:nth-child(1):hover .icon {
color: #1877f2;
background: #1877f2;
}
.wrapper .button:nth-child(2):hover .icon {
color: #1da1f2;
background: #1da1f2;
}
.wrapper .button:nth-child(3):hover .icon {
color: #ea4c89;
background: #ea4c89;
}
.wrapper .button .icon {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50px;
line-height: 50px;
box-sizing: border-box;
text-align: center;
transition: all 0.5s ease-out;
}
.wrapper .button .icon i {
color: #000;
font-size: 20px;
line-height: 50px;
transition: 0.5s;
}
.wrapper .button:hover .icon i {
color: #fff;
}
.wrapper .button:hover {
width: 200px;
}
.footer .container2 {
max-width: 80%;
height: 100%;
position: relative;
}
.footer .container2 .left-side {
position: absolute;
left: 150px;
top: 60px;
}
.footer .container2 .right-side {
position: absolute;
left: 550px;
top: 60px;
}
.footer .container2 .left-side h3,
.footer .container2 .right-side h3 {
color: #fff;
font-family: "Open Sans Condensed", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 30px;
}
.footer .container2 .left-side p,
.footer .container2 .right-side p {
font-size: 12px;
margin-left: 42px;
letter-spacing: 2px;
color: #fff;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
}
.footerLine {
position: absolute;
left: 720px;
top: 80px;
background: #fff;
width: 100px;
height: 2px;
transform: rotate(90deg);
border: none;
}
.show-in-md {
display: none;
}
.list-group-item {
cursor: pointer;
transition: 0.25s;
}
.btn {
cursor: pointer;
}
.list-group-item:hover {
background-color: #007bff;
color: #fff;
}
#dariStasiunChoose {
display: none;
opacity: 0;
transition: 0.5s;
}
#keStasiunChoose {
display: none;
opacity: 0;
transition: 0.5s;
}
#jmlTiket {
background-color: auto;
}
.biggerFont {
font-size: 13pt;
}
#jmlTiketCard {
display: none;
opacity: 0;
transition: 0.5s;
}
#pilihStasiun1 {
z-index: 10;
margin-top: -9rem;
border-color: 1px solid #999;
background-color: #fff;
}
#pilihStasiun2 {
margin-left: 8rem;
z-index: 10;
margin-top: -9rem;
border-color: 1px solid #999;
background-color: #fff;
}
#ticketResult {
display: none;
}
.point {
cursor: pointer;
}
#theTiket {
display: none;
}
.card-container {
transition: 0.3s;
}
.list-group {
max-height: 300px;
overflow-y: auto;
}
#load {
opacity: 0;
transition: 0.5;
}
#receiptTitle,
#receiptCard {
opacity: 0;
position: absolute;
pointer-events: none;
transition: 0.5s;
}
#lihatDetail {
display: none;
}
#cardShowTiket, #tempCard {
z-index: 11;
}
#cardShowTiket {
opacity: 0;
pointer-events: none;
transition: .5s;
}
.d-inline-in-md {
display: block;
}
#restore {
width: 65px;
cursor: pointer;
height: 65px;
transition: .5s;
border-radius: 32px;
background-color: #fff;
position: fixed;
color: #fff;
overflow: hidden;
margin-top: -5rem;
z-index: 7;
}
#restore:hover {
width: 200px;
color: #007bff;
}
.card-tiket {
margin-top: -25rem;
min-height: 250px;
z-index: 10;
}
.bodyTiket {
height: 200px;
background-color: #f5f5f5;
}
.headTiket, .footTiket {
height: 25px;
background-color: #f67524;
}
#theTiketHistory {
opacity: 0;
transition: .5s;
z-index: 9;
pointer-events: none;
}
.card {
transition: .5s;
}
.cardElement {
transition: .5s;
}
#noRestore {
opacity: 0;
pointer-events: none;
position: absolute;
transition: 0.5s;
}
#noHistory {
opacity: 0;
pointer-events: none;
position: absolute;
transition: 0.5s;
}
.train {
height: auto;
min-height: 150px;
border: 4px solid #007bff;
border-radius: 25px;
transition: .5s;
}
.seat {
width: 30px;
display: inline;
user-select: none;
cursor: pointer;
}
.button_arrow {
width: 100px;
transition: .5s;
user-select: none;
cursor: pointer;
}
.start-from-zero {
margin-left: -450px;
margin-right: 450px;
}
.end-from-zero {
margin-left: 450px;
margin-right: -450px;
}
@media (max-width: 768px) {
.none-in-md {
display: none;
}
.center-in-md {
justify-content: center;
}
#restore {
margin-top: -10rem;
margin-right: 3rem;
}
.d-inline-in-md {
display: inline;
margin-right: 1rem;
}
#pilihStasiun1 {
width: 60%;
margin-top: -32rem;
}
#pilihStasiun2 {
width: 60%;
margin-left: 0rem;
margin-top: -25rem;
}
.show-in-md {
display: inline;
}
.footer {
margin-bottom: 0;
padding-bottom: 0;
}
.footer .container2 .left-side {
top: 40px;
}
.right-side {
display: none;
}
.wrapper {
display: none;
}
.footerLine {
display: none;
}
.blank {
width: 100vw;
height: 1500vw;
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 8;
opacity: 0;
transition: 0.5s;
overflow: hidden;
}
} | css/style.css | * {
font-family: "Roboto", sans-serif;
}
body {
overflow-x: hidden;
}
.blank {
width: 100vw;
height: 100vw;
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 8;
opacity: 0;
pointer-events: none;
transition: 0.5s;
overflow: hidden;
}
#card-main {
margin-top: -8rem;
z-index: 9;
min-height: 300px;
}
a {
text-decoration: none;
}
.iconInCardRound {
font-size: 50pt;
}
.cardRound {
background-color: #fff;
width: 161px;
height: 161px;
border-radius: 50%;
border: 5px solid #3f9ceb;
}
.col {
width: auto;
}
.primary {
color: #3f9ceb;
}
.mt-icon {
margin-top: 2.7rem;
}
.footer {
width: 100%;
height: auto;
}
.footer {
padding-top: 20px;
position: relative;
margin-top: 50px;
width: 100%;
height: 35vh;
padding-bottom: 10px;
background: #3f9ceb;
}
.wrapper {
position: absolute;
left: 250px;
top: 55px;
}
.wrapper label {
color: #000;
font-family: "Sniglet", cursive;
letter-spacing: 1px;
font-size: 20px;
font-weight: 500;
margin-left: 10px;
}
.wrapper .button {
display: inline-block;
width: 50px;
height: 50px;
margin: 0 5px;
background: #fff;
border-radius: 50px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin-top: 0.5rem;
margin-bottom: 2.5rem;
transform: translateX(585px);
transition: all 0.5s ease-out;
overflow: hidden;
}
.wrapper .button:nth-child(1):hover .icon {
color: #1877f2;
background: #1877f2;
}
.wrapper .button:nth-child(2):hover .icon {
color: #1da1f2;
background: #1da1f2;
}
.wrapper .button:nth-child(3):hover .icon {
color: #ea4c89;
background: #ea4c89;
}
.wrapper .button .icon {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50px;
line-height: 50px;
box-sizing: border-box;
text-align: center;
transition: all 0.5s ease-out;
}
.wrapper .button .icon i {
color: #000;
font-size: 20px;
line-height: 50px;
transition: 0.5s;
}
.wrapper .button:hover .icon i {
color: #fff;
}
.wrapper .button:hover {
width: 200px;
}
.footer .container2 {
max-width: 80%;
height: 100%;
position: relative;
}
.footer .container2 .left-side {
position: absolute;
left: 150px;
top: 60px;
}
.footer .container2 .right-side {
position: absolute;
left: 550px;
top: 60px;
}
.footer .container2 .left-side h3,
.footer .container2 .right-side h3 {
color: #fff;
font-family: "Open Sans Condensed", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 30px;
}
.footer .container2 .left-side p,
.footer .container2 .right-side p {
font-size: 12px;
margin-left: 42px;
letter-spacing: 2px;
color: #fff;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
}
.footerLine {
position: absolute;
left: 720px;
top: 80px;
background: #fff;
width: 100px;
height: 2px;
transform: rotate(90deg);
border: none;
}
.show-in-md {
display: none;
}
.list-group-item {
cursor: pointer;
transition: 0.25s;
}
.btn {
cursor: pointer;
}
.list-group-item:hover {
background-color: #007bff;
color: #fff;
}
#dariStasiunChoose {
display: none;
opacity: 0;
transition: 0.5s;
}
#keStasiunChoose {
display: none;
opacity: 0;
transition: 0.5s;
}
#jmlTiket {
background-color: auto;
}
.biggerFont {
font-size: 13pt;
}
#jmlTiketCard {
display: none;
opacity: 0;
transition: 0.5s;
}
#pilihStasiun1 {
z-index: 10;
margin-top: -9rem;
border-color: 1px solid #999;
background-color: #fff;
}
#pilihStasiun2 {
margin-left: 8rem;
z-index: 10;
margin-top: -9rem;
border-color: 1px solid #999;
background-color: #fff;
}
#ticketResult {
display: none;
}
.point {
cursor: pointer;
}
#theTiket {
display: none;
}
.card-container {
transition: 0.3s;
}
.list-group {
max-height: 300px;
overflow-y: auto;
}
#load {
opacity: 0;
transition: 0.5;
}
#receiptTitle,
#receiptCard {
opacity: 0;
position: absolute;
pointer-events: none;
transition: 0.5s;
}
#lihatDetail {
display: none;
}
#cardShowTiket, #tempCard {
z-index: 11;
}
#cardShowTiket {
opacity: 0;
pointer-events: none;
transition: .5s;
}
.d-inline-in-md {
display: block;
}
#restore {
width: 65px;
cursor: pointer;
height: 65px;
transition: .5s;
border-radius: 32px;
background-color: #fff;
position: fixed;
color: #fff;
overflow: hidden;
margin-top: -5rem;
z-index: 7;
}
#restore:hover {
width: 200px;
color: #007bff;
}
.card-tiket {
margin-top: -25rem;
min-height: 250px;
z-index: 10;
}
.bodyTiket {
height: 200px;
background-color: #f5f5f5;
}
.headTiket, .footTiket {
height: 25px;
background-color: #f67524;
}
#theTiketHistory {
opacity: 0;
transition: .5s;
z-index: 9;
pointer-events: none;
}
.card {
transition: .5s;
}
.cardElement {
transition: .5s;
}
#noRestore {
opacity: 0;
pointer-events: none;
position: absolute;
transition: 0.5s;
}
#noHistory {
opacity: 0;
pointer-events: none;
position: absolute;
transition: 0.5s;
}
.train {
height: auto;
min-height: 150px;
border: 4px solid #007bff;
border-radius: 25px;
transition: .5s;
}
.seat {
width: 30px;
display: inline;
user-select: none;
cursor: pointer;
}
.button_arrow {
width: 100px;
transition: .5s;
user-select: none;
cursor: pointer;
}
.start-from-zero {
margin-left: -450px;
margin-right: 450px;
}
.end-from-zero {
margin-left: 450px;
margin-right: -450px;
}
@media (max-width: 768px) {
.none-in-md {
display: none;
}
.center-in-md {
justify-content: center;
}
#restore {
margin-top: -10rem;
margin-right: 3rem;
}
.d-inline-in-md {
display: inline;
margin-right: 1rem;
}
#pilihStasiun1 {
width: 60%;
margin-top: -32rem;
}
#pilihStasiun2 {
width: 60%;
margin-left: 0rem;
margin-top: -25rem;
}
.show-in-md {
display: inline;
}
.footer {
margin-bottom: 0;
padding-bottom: 0;
}
.footer .container2 .left-side {
top: 40px;
}
.right-side {
display: none;
}
.wrapper {
display: none;
}
.footerLine {
display: none;
}
.blank {
width: 100vw;
height: 1500vw;
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 8;
opacity: 0;
transition: 0.5s;
overflow: hidden;
}
} | 0.412885 | 0.083965 |
table, th, td {
border: 1px solid cornflowerblue;
color: #e1e114;
}
body, html {
height: 100%;
}
.bg {
/* The image used */
background-image: url("../assets/images/background.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
p {
color: red;
text-align: left;
margin-left: 10px;
}
h1 {
color: red;
text-align: left;
margin-left: 10px;
}
h2 {
color: white;
}
ul {
border: 1px solid red;
display: inline-block;
}
li {
color: antiquewhite;
}
#menu {
border: 5px outset red;
/*background-color: black;*/
text-align: left;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
#summary {
border: 5px outset red;
/*background-color: black;*/
max-width: 500px;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#about {
border: 5px outset red;
/*background-color: black;*/
max-width: 500px;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#spaceShooterLogo {
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
}
#div1 {
border: 10px outset red;
background-color: black;
text-align: center;
margin-left: 10px;
margin-bottom: 10px;
}
#div2 {
border: 5px outset yellow;
background-color: darkblue;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
#div3 {
border: 5px outset hotpink;
background-color: darkred;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
#scrollbutton {
display: none;
position: fixed;
position: absolute;
display: inline-block;
bottom: 0;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#scrollbutton:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
#space-shooter-game
{
margin: 10px auto;
padding: 0;
width: 800px;
height: 640px;
border-style: dashed;
border-color: aliceblue;
border-width: 2px;
}
/*iframe {
border: 5px inset greenyellow;
margin-left: 10px;
}*/
/*img {
border: 5px inset white;
border-style: ridge;
margin-left: 10px;
padding: 0;
display: block;
max-height: 70%;
max-width: 70%;
}*/ | public/PersonalSite/css/styles.css | table, th, td {
border: 1px solid cornflowerblue;
color: #e1e114;
}
body, html {
height: 100%;
}
.bg {
/* The image used */
background-image: url("../assets/images/background.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
p {
color: red;
text-align: left;
margin-left: 10px;
}
h1 {
color: red;
text-align: left;
margin-left: 10px;
}
h2 {
color: white;
}
ul {
border: 1px solid red;
display: inline-block;
}
li {
color: antiquewhite;
}
#menu {
border: 5px outset red;
/*background-color: black;*/
text-align: left;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
#summary {
border: 5px outset red;
/*background-color: black;*/
max-width: 500px;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#about {
border: 5px outset red;
/*background-color: black;*/
max-width: 500px;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#spaceShooterLogo {
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
}
#div1 {
border: 10px outset red;
background-color: black;
text-align: center;
margin-left: 10px;
margin-bottom: 10px;
}
#div2 {
border: 5px outset yellow;
background-color: darkblue;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
#div3 {
border: 5px outset hotpink;
background-color: darkred;
text-align: left;
margin-left: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
#scrollbutton {
display: none;
position: fixed;
position: absolute;
display: inline-block;
bottom: 0;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#scrollbutton:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
#space-shooter-game
{
margin: 10px auto;
padding: 0;
width: 800px;
height: 640px;
border-style: dashed;
border-color: aliceblue;
border-width: 2px;
}
/*iframe {
border: 5px inset greenyellow;
margin-left: 10px;
}*/
/*img {
border: 5px inset white;
border-style: ridge;
margin-left: 10px;
padding: 0;
display: block;
max-height: 70%;
max-width: 70%;
}*/ | 0.433382 | 0.182426 |
body {
margin:0px;
background-color:rgba(36, 36, 36, 1);
background-image:none;
position:relative;
left:0px;
width:1200px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u0_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1200px;
height:600px;
}
#u0 {
border-width:0px;
position:absolute;
left:0px;
top:71px;
width:1200px;
height:600px;
display:flex;
}
#u0 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u0_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1200px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:28px;
color:#F2F2F2;
text-align:center;
}
#u1 {
border-width:0px;
position:absolute;
left:0px;
top:760px;
width:1200px;
height:37px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:28px;
color:#F2F2F2;
text-align:center;
}
#u1 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u2_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u2 {
border-width:0px;
position:absolute;
left:60px;
top:1069px;
width:40px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u2 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u2_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u3_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u3 {
border-width:0px;
position:absolute;
left:60px;
top:1483px;
width:100px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u3 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u3_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u4_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u4 {
border-width:0px;
position:absolute;
left:60px;
top:2641px;
width:80px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u4 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u4_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u5_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u5 {
border-width:0px;
position:absolute;
left:60px;
top:2843px;
width:80px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u5 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u5_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u6 {
position:absolute;
left:130px;
top:3394px;
}
#u6_state0 {
position:relative;
left:0px;
top:0px;
width:219px;
height:40px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u6_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u7 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u8_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:40px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u8 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:40px;
display:flex;
}
#u8 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u8_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u9_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:26px;
}
#u9 {
border-width:0px;
position:absolute;
left:108px;
top:7px;
width:29px;
height:26px;
display:flex;
}
#u9 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u9_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u10_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u10 {
border-width:0px;
position:absolute;
left:50px;
top:5px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u10 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u10_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u11_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u11 {
border-width:0px;
position:absolute;
left:147px;
top:5px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u11 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u11_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:40px;
}
#u12 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:40px;
display:flex;
}
#u12 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:72px;
}
#u13 {
border-width:0px;
position:absolute;
left:0px;
top:45px;
width:257px;
height:72px;
display:flex;
}
#u13 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u14_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u14 {
border-width:0px;
position:absolute;
left:165px;
top:1585px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u14 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u14_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u14.mouseOver {
}
#u14_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u15_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u15 {
border-width:0px;
position:absolute;
left:165px;
top:1847px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u15 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u15_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u15.mouseOver {
}
#u15_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u16_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u16 {
border-width:0px;
position:absolute;
left:165px;
top:2385px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u16 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u16_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u16.mouseOver {
}
#u16_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u17_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u17 {
border-width:0px;
position:absolute;
left:94px;
top:1594px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u17 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u17_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u18_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u18 {
border-width:0px;
position:absolute;
left:165px;
top:2081px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u18 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u18_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u18.mouseOver {
}
#u18_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u19_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u19 {
border-width:0px;
position:absolute;
left:94px;
top:1856px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u19 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u19_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u20_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:88px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u20 {
border-width:0px;
position:absolute;
left:77px;
top:2120px;
width:88px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u20 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u20_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u21_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u21 {
border-width:0px;
position:absolute;
left:94px;
top:2394px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u21 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u21_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u22_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:88px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u22 {
border-width:0px;
position:absolute;
left:77px;
top:2424px;
width:88px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u22 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u22_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u23_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u23 {
border-width:0px;
position:absolute;
left:94px;
top:2090px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u23 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u23_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:88px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u24 {
border-width:0px;
position:absolute;
left:77px;
top:1886px;
width:88px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u24 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u24_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:108px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u25 {
border-width:0px;
position:absolute;
left:165px;
top:2558px;
width:108px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u25 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u25_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u26_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u26 {
border-width:0px;
position:absolute;
left:94px;
top:2558px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u26 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u26_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u27_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u27 {
border-width:0px;
position:absolute;
left:197px;
top:1540px;
width:48px;
height:21px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u27 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u27_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u29 {
position:absolute;
left:165px;
top:1637px;
}
#u29_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u29_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u30_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u30 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u30 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u30_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u32 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u33_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:452px;
height:149px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u33 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:452px;
height:149px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u33 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u33_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u34_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:422px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u34 {
border-width:0px;
position:absolute;
left:18px;
top:81px;
width:422px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u34 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u34_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u35_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u35 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u35 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u35_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u37_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u37 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u37 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u37_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u39 {
position:absolute;
left:47px;
top:141px;
}
#u39_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u39_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u40_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u40 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u40 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u40_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u41_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u41 {
border-width:0px;
position:absolute;
left:-8px;
top:35px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u41 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u41_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u43 {
position:absolute;
left:165px;
top:1672px;
}
#u43_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u43_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u44_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u44 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u44 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u44_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u46 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u47_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u47 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u47 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u47_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u48_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u48 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u48 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u48_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u49_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u49 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u49 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u49_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u51_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u51 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u51 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u51_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u53 {
position:absolute;
left:165px;
top:1707px;
}
#u53_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u53_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u55 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u56_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:528px;
height:91px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u56 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:528px;
height:91px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u56 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u56_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u57_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:322px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u57 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:322px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u57 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u57_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u58_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u58 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u58 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u58_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u60_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u60 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u60 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u60_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u61_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u61 {
border-width:0px;
position:absolute;
left:395px;
top:82px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u61 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u61_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u63 {
position:absolute;
left:350px;
top:82px;
}
#u63_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u63_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u65 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u66_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u66 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u66 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u66_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u67_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u67 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u67 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u67_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u68_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u68 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u68 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u68_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u70_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u70 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u70 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u70_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u71_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u71 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u71 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u71_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u72_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u72 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u72 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u72_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u74 {
position:absolute;
left:165px;
top:1742px;
}
#u74_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u74_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u75_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u75 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u75 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u75_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u77 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u78_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u78 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u78 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u78_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u79_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u79 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u79 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u79_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u80_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u80 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u80 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u80_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u82_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u82 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u82 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u82_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u84 {
position:absolute;
left:165px;
top:1777px;
}
#u84_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u84_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u86 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u87_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:540px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u87 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:540px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u87 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u87_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u88_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u88 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:515px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u88 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u88_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u89_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u89 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u89 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u89_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u91_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u91 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u91 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u91_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u92_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u92 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u92 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u92_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u94 {
position:absolute;
left:165px;
top:1899px;
}
#u94_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u94_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u96 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u97_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:448px;
height:348px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u97 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:448px;
height:348px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u97 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u97_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u98_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:412px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u98 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:412px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u98 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u98_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u99_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u99 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u99 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u99_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u101_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u101 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u101 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u101_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u103_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u103 {
border-width:0px;
position:absolute;
left:18px;
top:271px;
width:180px;
height:1px;
display:flex;
}
#u103 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u103_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u104_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u104 {
border-width:0px;
position:absolute;
left:18px;
top:226px;
width:180px;
height:1px;
display:flex;
}
#u104 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u104_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u105_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u105 {
border-width:0px;
position:absolute;
left:18px;
top:316px;
width:180px;
height:1px;
display:flex;
}
#u105 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u105_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u106_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u106 {
border-width:0px;
position:absolute;
left:63px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u106 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u106_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u107_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u107 {
border-width:0px;
position:absolute;
left:108px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u107 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u107_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u108_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u108 {
border-width:0px;
position:absolute;
left:153px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u108 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u108_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u109_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u109 {
border-width:0px;
position:absolute;
left:18px;
top:181px;
width:180px;
height:180px;
display:flex;
}
#u109 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u109_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u110 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u112 {
position:absolute;
left:63px;
top:182px;
}
#u112_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u112_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u113_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u113 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u113 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u113_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u114_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u114 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u114 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u114_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u115_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u115 {
border-width:0px;
position:absolute;
left:79px;
top:220px;
width:14px;
height:5px;
display:flex;
}
#u115 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u115_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u116 {
position:absolute;
left:19px;
top:182px;
}
#u116_state0 {
position:relative;
left:0px;
top:0px;
width:44px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u116_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u117_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u117 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u117 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u117_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u118_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u118 {
border-width:0px;
position:absolute;
left:-13px;
top:183px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u118 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u118_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u119 {
position:absolute;
left:108px;
top:182px;
}
#u119_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u119_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u120_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u120 {
border-width:0px;
position:absolute;
left:1px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u120 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u120_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u121_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u121 {
border-width:0px;
position:absolute;
left:-13px;
top:183px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u121 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u121_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u122 {
position:absolute;
left:152px;
top:182px;
}
#u122_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u122_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u123_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u123 {
border-width:0px;
position:absolute;
left:1px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u123 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u123_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u124_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u124 {
border-width:0px;
position:absolute;
left:-13px;
top:183px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u124 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u124_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u126_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u126 {
border-width:0px;
position:absolute;
left:244px;
top:271px;
width:180px;
height:1px;
display:flex;
}
#u126 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u126_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u127_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u127 {
border-width:0px;
position:absolute;
left:244px;
top:226px;
width:180px;
height:1px;
display:flex;
}
#u127 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u127_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u128_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u128 {
border-width:0px;
position:absolute;
left:244px;
top:316px;
width:180px;
height:1px;
display:flex;
}
#u128 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u128_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u129_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u129 {
border-width:0px;
position:absolute;
left:289px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u129 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u129_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u130_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u130 {
border-width:0px;
position:absolute;
left:334px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u130 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u130_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u131_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u131 {
border-width:0px;
position:absolute;
left:379px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u131 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u131_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u132_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u132 {
border-width:0px;
position:absolute;
left:244px;
top:181px;
width:180px;
height:180px;
display:flex;
}
#u132 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u132_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u133_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u133p000 {
border-width:0px;
position:absolute;
left:-3px;
top:-3px;
width:36px;
height:6px;
}
#u133p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u133p001 {
border-width:0px;
position:absolute;
left:-1px;
top:-1px;
width:4px;
height:4px;
}
#u133p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u133p002 {
border-width:0px;
position:absolute;
left:17px;
top:-9px;
width:20px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u133p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u133 {
border-width:0px;
position:absolute;
left:205px;
top:270px;
width:31px;
height:1px;
display:flex;
}
#u133 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u133_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u135 {
position:absolute;
left:289px;
top:181px;
}
#u135_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u135_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u136_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u136 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u136 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u136_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u137_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u137 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u137 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u137_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u139 {
position:absolute;
left:289px;
top:226px;
}
#u139_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u139_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u140_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u140 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u140 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u140_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u141_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u141 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u141 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u141_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u143 {
position:absolute;
left:289px;
top:271px;
}
#u143_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u143_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u144_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u144 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u144 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u144_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u145_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u145 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u145 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u145_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u147 {
position:absolute;
left:289px;
top:316px;
}
#u147_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u147_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u148_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u148 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u148 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u148_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u149_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u149 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u149 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u149_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u150 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u152 {
position:absolute;
left:289px;
top:181px;
}
#u152_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u152_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u153_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u153 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u153 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u153_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u154_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u154 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u154 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u154_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u155_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u155 {
border-width:0px;
position:absolute;
left:305px;
top:219px;
width:14px;
height:5px;
display:flex;
}
#u155 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u155_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u157 {
position:absolute;
left:74px;
top:142px;
}
#u157_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u157_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u159 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u160_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u160 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u160 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u160_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u161_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u161 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u161 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u161_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u162_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u162 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u162 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u162_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u164_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u164 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u164 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u164_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u165_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u165 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u165 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u165_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u166_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u166 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u166 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u166_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u168 {
position:absolute;
left:165px;
top:1934px;
}
#u168_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u168_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u169_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u169 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u169 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u169_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u171 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u172_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u172 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u172 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u172_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u173_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u173 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u173 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u173_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u174_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u174 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u174 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u174_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u176_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u176 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u176 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u176_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u178 {
position:absolute;
left:165px;
top:1969px;
}
#u178_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u178_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u179_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u179 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u179 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u179_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u181 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u182_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1006px;
height:352px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u182 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:1006px;
height:352px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u182 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u182_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u184_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u184 {
border-width:0px;
position:absolute;
left:247px;
top:247px;
width:180px;
height:1px;
display:flex;
}
#u184 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u184_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u185_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u185 {
border-width:0px;
position:absolute;
left:247px;
top:202px;
width:180px;
height:1px;
display:flex;
}
#u185 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u185_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u186_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u186 {
border-width:0px;
position:absolute;
left:247px;
top:292px;
width:180px;
height:1px;
display:flex;
}
#u186 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u186_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u187_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u187 {
border-width:0px;
position:absolute;
left:292px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u187 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u187_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u188_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u188 {
border-width:0px;
position:absolute;
left:337px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u188 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u188_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u189_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u189 {
border-width:0px;
position:absolute;
left:382px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u189 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u189_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u190_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u190 {
border-width:0px;
position:absolute;
left:247px;
top:157px;
width:180px;
height:180px;
display:flex;
}
#u190 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u190_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u191 {
position:absolute;
left:248px;
top:158px;
}
#u191_state0 {
position:relative;
left:0px;
top:0px;
width:44px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u191_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u192_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u192 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u192 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u192_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u193_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u193 {
border-width:0px;
position:absolute;
left:0px;
top:184px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u193 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u193_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u194 {
position:absolute;
left:293px;
top:158px;
}
#u194_state0 {
position:relative;
left:0px;
top:0px;
width:44px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u194_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u195_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u195 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u195 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u195_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u196_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u196 {
border-width:0px;
position:absolute;
left:0px;
top:184px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u196 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u196_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u197_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:637px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u197 {
border-width:0px;
position:absolute;
left:18px;
top:83px;
width:637px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u197 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u197_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u198_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u198 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u198 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u198_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u200_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u200 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u200 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u200_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u202_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u202 {
border-width:0px;
position:absolute;
left:18px;
top:247px;
width:180px;
height:1px;
display:flex;
}
#u202 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u202_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u203_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u203 {
border-width:0px;
position:absolute;
left:18px;
top:202px;
width:180px;
height:1px;
display:flex;
}
#u203 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u203_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u204_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u204 {
border-width:0px;
position:absolute;
left:18px;
top:292px;
width:180px;
height:1px;
display:flex;
}
#u204 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u204_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u205_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u205 {
border-width:0px;
position:absolute;
left:63px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u205 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u205_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u206_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u206 {
border-width:0px;
position:absolute;
left:108px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u206 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u206_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u207_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u207 {
border-width:0px;
position:absolute;
left:153px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u207 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u207_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u208_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u208 {
border-width:0px;
position:absolute;
left:18px;
top:157px;
width:180px;
height:180px;
display:flex;
}
#u208 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u208_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u209 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u211 {
position:absolute;
left:86px;
top:225px;
}
#u211_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u211_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u212_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u212 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u212 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u212_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u213_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u213 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u213 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u213_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u214_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u214 {
border-width:0px;
position:absolute;
left:84px;
top:246px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
#u214 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u214_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u215_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u215p000 {
border-width:0px;
position:absolute;
left:-2px;
top:-3px;
width:36px;
height:6px;
}
#u215p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u215p001 {
border-width:0px;
position:absolute;
left:-2px;
top:-1px;
width:4px;
height:4px;
}
#u215p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u215p002 {
border-width:0px;
position:absolute;
left:16px;
top:-9px;
width:22px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u215p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:20px;
}
#u215 {
border-width:0px;
position:absolute;
left:208px;
top:246px;
width:31px;
height:1px;
display:flex;
}
#u215 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u215_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u216_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u216 {
border-width:0px;
position:absolute;
left:53px;
top:237px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u216 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u216_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u217_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u217 {
border-width:0px;
position:absolute;
left:99px;
top:193px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u217 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u217_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u218_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u218 {
border-width:0px;
position:absolute;
left:143px;
top:238px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u218 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u218_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u219_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u219 {
border-width:0px;
position:absolute;
left:99px;
top:281px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u219 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u219_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u220_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:165px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-style:normal;
font-size:16px;
line-height:30px;
}
#u220 {
border-width:0px;
position:absolute;
left:26px;
top:342px;
width:165px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-style:normal;
font-size:16px;
line-height:30px;
}
#u220 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u220_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u221 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u223 {
position:absolute;
left:270px;
top:225px;
}
#u223_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u223_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u224_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u224 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u224 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u224_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u225_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u225 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u225 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u225_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u226_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u226 {
border-width:0px;
position:absolute;
left:268px;
top:246px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
#u226 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u226_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u227 {
position:absolute;
left:338px;
top:203px;
}
#u227_state0 {
position:relative;
left:0px;
top:0px;
width:87px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u227_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u228_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:87px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u228 {
border-width:0px;
position:absolute;
left:21px;
top:-21px;
width:45px;
height:87px;
display:flex;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u228 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u228_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u229_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u229 {
border-width:0px;
position:absolute;
left:21px;
top:49px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u229 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u229_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u230 {
position:absolute;
left:338px;
top:248px;
}
#u230_state0 {
position:relative;
left:0px;
top:0px;
width:87px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u230_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u231_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:87px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u231 {
border-width:0px;
position:absolute;
left:21px;
top:-21px;
width:45px;
height:87px;
display:flex;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u231 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u231_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u232_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u232 {
border-width:0px;
position:absolute;
left:21px;
top:49px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u232 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u232_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u233_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u233 {
border-width:0px;
position:absolute;
left:280px;
top:342px;
width:114px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u233 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u233_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u234_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
height:283px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u234 {
border-width:0px;
position:absolute;
left:678px;
top:84px;
width:306px;
height:283px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u234 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u234_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u235_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:286px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u235 {
border-width:0px;
position:absolute;
left:696px;
top:126px;
width:286px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u235 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u235_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u236_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FF9292;
line-height:30px;
}
#u236 {
border-width:0px;
position:absolute;
left:696px;
top:96px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FF9292;
line-height:30px;
}
#u236 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u236_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u238_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u238 {
border-width:0px;
position:absolute;
left:785px;
top:255px;
width:180px;
height:1px;
display:flex;
}
#u238 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u238_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u239_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u239 {
border-width:0px;
position:absolute;
left:785px;
top:210px;
width:180px;
height:1px;
display:flex;
}
#u239 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u239_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u240_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u240 {
border-width:0px;
position:absolute;
left:785px;
top:300px;
width:180px;
height:1px;
display:flex;
}
#u240 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u240_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u241_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u241 {
border-width:0px;
position:absolute;
left:830px;
top:165px;
width:1px;
height:180px;
display:flex;
}
#u241 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u241_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u242_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u242 {
border-width:0px;
position:absolute;
left:875px;
top:165px;
width:1px;
height:180px;
display:flex;
}
#u242 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u242_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u243_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u243 {
border-width:0px;
position:absolute;
left:920px;
top:165px;
width:1px;
height:180px;
display:flex;
}
#u243 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u243_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u244_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u244 {
border-width:0px;
position:absolute;
left:785px;
top:165px;
width:180px;
height:180px;
display:flex;
}
#u244 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u244_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u245 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u247 {
position:absolute;
left:912px;
top:175px;
}
#u247_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u247_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u248_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u248 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u248 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u248_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u249_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u249 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u249 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u249_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u250_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u250 {
border-width:0px;
position:absolute;
left:912px;
top:203px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(67deg);
-moz-transform:rotate(67deg);
-ms-transform:rotate(67deg);
transform:rotate(67deg);
}
#u250 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u250_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u251_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u251 {
border-width:0px;
position:absolute;
left:820px;
top:245px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u251 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u251_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u252_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u252 {
border-width:0px;
position:absolute;
left:866px;
top:201px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u252 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u252_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u253_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u253 {
border-width:0px;
position:absolute;
left:910px;
top:246px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u253 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u253_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u254_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u254 {
border-width:0px;
position:absolute;
left:866px;
top:289px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u254 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u254_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u255_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:65px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u255 {
border-width:0px;
position:absolute;
left:712px;
top:289px;
width:65px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u255 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u255_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u257_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u257 {
border-width:0px;
position:absolute;
left:475px;
top:247px;
width:180px;
height:1px;
display:flex;
}
#u257 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u257_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u258_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u258 {
border-width:0px;
position:absolute;
left:475px;
top:202px;
width:180px;
height:1px;
display:flex;
}
#u258 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u258_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u259_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u259 {
border-width:0px;
position:absolute;
left:475px;
top:292px;
width:180px;
height:1px;
display:flex;
}
#u259 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u259_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u260_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u260 {
border-width:0px;
position:absolute;
left:520px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u260 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u260_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u261_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u261 {
border-width:0px;
position:absolute;
left:565px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u261 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u261_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u262_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u262 {
border-width:0px;
position:absolute;
left:610px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u262 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u262_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u263_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u263 {
border-width:0px;
position:absolute;
left:475px;
top:157px;
width:180px;
height:180px;
display:flex;
}
#u263 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u263_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u264_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u264p000 {
border-width:0px;
position:absolute;
left:-2px;
top:-3px;
width:36px;
height:6px;
}
#u264p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u264p001 {
border-width:0px;
position:absolute;
left:-2px;
top:-1px;
width:4px;
height:4px;
}
#u264p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u264p002 {
border-width:0px;
position:absolute;
left:16px;
top:-9px;
width:22px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u264p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:20px;
}
#u264 {
border-width:0px;
position:absolute;
left:436px;
top:246px;
width:31px;
height:1px;
display:flex;
}
#u264 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u264_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u265 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u267 {
position:absolute;
left:498px;
top:225px;
}
#u267_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u267_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u268_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u268 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u268 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u268_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u269_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u269 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u269 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u269_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u270_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u270 {
border-width:0px;
position:absolute;
left:496px;
top:246px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
#u270 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u270_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u271_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u271 {
border-width:0px;
position:absolute;
left:549px;
top:342px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u271 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u271_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u273 {
position:absolute;
left:565px;
top:157px;
}
#u273_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u273_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u274_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u274 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u274 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u274_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u275_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u275 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u275 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u275_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u277 {
position:absolute;
left:610px;
top:157px;
}
#u277_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u277_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u278_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u278 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u278 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u278_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u279_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u279 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u279 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u279_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u281 {
position:absolute;
left:565px;
top:292px;
}
#u281_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u281_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u282_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u282 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u282 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u282_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u283_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u283 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u283 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u283_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u285 {
position:absolute;
left:610px;
top:292px;
}
#u285_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u285_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u286_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u286 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u286 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u286_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u287_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u287 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u287 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u287_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u289 {
position:absolute;
left:492px;
top:113px;
}
#u289_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u289_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u291 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u292_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u292 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u292 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u292_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u293_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u293 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u293 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u293_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u294_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u294 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u294 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u294_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u296_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u296 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u296 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u296_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u297_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u297 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u297 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u297_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u299 {
position:absolute;
left:165px;
top:2004px;
}
#u299_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u299_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u300_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u300 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u300 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u300_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u302 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u303_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:522px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u303 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:522px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u303 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u303_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u304_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:497px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u304 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:497px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u304 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u304_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u305_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u305 {
border-width:0px;
position:absolute;
left:413px;
top:112px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u305 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u305_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u307_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u307 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u307 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u307_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u308_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u308 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u308 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u308_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u309_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:7px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u309 {
border-width:0px;
position:absolute;
left:237px;
top:2004px;
width:7px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u309 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u309_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u311 {
position:absolute;
left:252px;
top:2004px;
}
#u311_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u311_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u313 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u314_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:122px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u314 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:515px;
height:122px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u314 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u314_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u315_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u315 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u315 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u315_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u317_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u317 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u317 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u317_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u318_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:497px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u318 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:497px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u318 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u318_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u319_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u319 {
border-width:0px;
position:absolute;
left:413px;
top:112px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u319 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u319_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u320_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u320 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u320 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u320_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u322 {
position:absolute;
left:344px;
top:2004px;
}
#u322_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u322_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u324 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u325_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:148px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u325 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:148px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u325 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u325_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u327_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(123, 77, 18, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u327 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u327 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u327_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u328_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:476px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u328 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:476px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u328 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u328_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u329_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u329 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u329 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u329_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u330_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u330 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u330 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u330_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u332 {
position:absolute;
left:165px;
top:2133px;
}
#u332_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u332_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u333_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u333 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u333 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u333_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u335 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u336_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:474px;
height:214px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u336 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:474px;
height:214px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u336 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u336_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u337_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:186px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u337 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:186px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u337 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u337_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u338_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u338 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u338 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u338_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u340_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u340 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u340 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u340_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u342 {
position:absolute;
left:212px;
top:82px;
}
#u342_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u342_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u343_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u343 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u343 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u343_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u344_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u344 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u344 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u344_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u346 {
position:absolute;
left:262px;
top:82px;
}
#u346_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u346_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u347_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u347 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u347 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u347_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u348_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u348 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u348 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u348_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u349_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u349 {
border-width:0px;
position:absolute;
left:302px;
top:82px;
width:47px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u349 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u349_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u351 {
position:absolute;
left:355px;
top:82px;
}
#u351_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u351_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u352_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u352 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u352 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u352_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u353_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u353 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u353 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u353_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u354_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u354 {
border-width:0px;
position:absolute;
left:393px;
top:82px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u354 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u354_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u355_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:288px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u355 {
border-width:0px;
position:absolute;
left:18px;
top:119px;
width:288px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u355 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u355_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u357_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(128, 128, 0, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u357 {
border-width:0px;
position:absolute;
left:317px;
top:119px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u357 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u357_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u358_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:154px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u358 {
border-width:0px;
position:absolute;
left:18px;
top:159px;
width:154px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u358 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u358_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u360 {
position:absolute;
left:182px;
top:159px;
}
#u360_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u360_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u361_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u361 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u361 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u361_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u362_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u362 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u362 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u362_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u364 {
position:absolute;
left:232px;
top:159px;
}
#u364_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u364_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u365_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u365 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u365 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u365_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u366_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u366 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u366 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u366_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u367_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:63px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u367 {
border-width:0px;
position:absolute;
left:272px;
top:159px;
width:63px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u367 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u367_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u369 {
position:absolute;
left:343px;
top:159px;
}
#u369_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u369_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u370_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u370 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u370 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u370_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u371_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u371 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u371 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u371_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u372_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u372 {
border-width:0px;
position:absolute;
left:381px;
top:159px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u372 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u372_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u373_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:288px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u373 {
border-width:0px;
position:absolute;
left:18px;
top:199px;
width:288px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u373 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u373_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u375_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(128, 128, 0, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u375 {
border-width:0px;
position:absolute;
left:317px;
top:199px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u375 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u375_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u376_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:7px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u376 {
border-width:0px;
position:absolute;
left:249px;
top:82px;
width:7px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u376 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u376_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u377_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:7px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u377 {
border-width:0px;
position:absolute;
left:219px;
top:159px;
width:7px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u377 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u377_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u379 {
position:absolute;
left:165px;
top:2168px;
}
#u379_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u379_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u381 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u382_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:474px;
height:330px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u382 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:474px;
height:330px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u382 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u382_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u383_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u383 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:227px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u383 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u383_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u384_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u384 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u384 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u384_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u386_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u386 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u386 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u386_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u388_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(123, 77, 18, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u388 {
border-width:0px;
position:absolute;
left:254px;
top:82px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u388 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u388_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u389_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:96px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u389 {
border-width:0px;
position:absolute;
left:359px;
top:82px;
width:96px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u389 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u389_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u390_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u390 {
border-width:0px;
position:absolute;
left:111px;
top:123px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u390 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u390_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u392_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u392 {
border-width:0px;
position:absolute;
left:42px;
top:254px;
width:180px;
height:1px;
display:flex;
}
#u392 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u392_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u393_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u393 {
border-width:0px;
position:absolute;
left:42px;
top:209px;
width:180px;
height:1px;
display:flex;
}
#u393 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u393_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u394_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u394 {
border-width:0px;
position:absolute;
left:42px;
top:299px;
width:180px;
height:1px;
display:flex;
}
#u394 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u394_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u395_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u395 {
border-width:0px;
position:absolute;
left:87px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u395 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u395_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u396_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u396 {
border-width:0px;
position:absolute;
left:132px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u396 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u396_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u397_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u397 {
border-width:0px;
position:absolute;
left:177px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u397 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u397_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u398_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u398 {
border-width:0px;
position:absolute;
left:42px;
top:164px;
width:180px;
height:180px;
display:flex;
}
#u398 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u398_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u399_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u399 {
border-width:0px;
position:absolute;
left:324px;
top:123px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u399 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u399_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u401_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u401 {
border-width:0px;
position:absolute;
left:255px;
top:254px;
width:180px;
height:1px;
display:flex;
}
#u401 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u401_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u402_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u402 {
border-width:0px;
position:absolute;
left:255px;
top:209px;
width:180px;
height:1px;
display:flex;
}
#u402 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u402_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u403_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u403 {
border-width:0px;
position:absolute;
left:255px;
top:299px;
width:180px;
height:1px;
display:flex;
}
#u403 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u403_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u404_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u404 {
border-width:0px;
position:absolute;
left:300px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u404 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u404_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u405_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u405 {
border-width:0px;
position:absolute;
left:345px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u405 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u405_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u406_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u406 {
border-width:0px;
position:absolute;
left:390px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u406 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u406_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u407_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u407 {
border-width:0px;
position:absolute;
left:255px;
top:164px;
width:180px;
height:180px;
display:flex;
}
#u407 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u407_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u409 {
position:absolute;
left:121px;
top:244px;
}
#u409_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u409_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u410_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u410 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u410 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u410_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u411_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u411 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u411 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u411_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u413 {
position:absolute;
left:121px;
top:182px;
}
#u413_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u413_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u414_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u414 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u414 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u414_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u415_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u415 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u415 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u415_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u417 {
position:absolute;
left:121px;
top:306px;
}
#u417_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u417_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u418_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u418 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u418 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u418_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u419_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u419 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u419 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u419_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u421 {
position:absolute;
left:60px;
top:244px;
}
#u421_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u421_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u422_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u422 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u422 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u422_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u423_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u423 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u423 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u423_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u425 {
position:absolute;
left:60px;
top:182px;
}
#u425_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u425_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u426_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u426 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u426 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u426_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u427_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u427 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u427 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u427_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u429 {
position:absolute;
left:60px;
top:306px;
}
#u429_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u429_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u430_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u430 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u430 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u430_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u431_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u431 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u431 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u431_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u433 {
position:absolute;
left:184px;
top:244px;
}
#u433_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u433_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u434_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u434 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u434 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u434_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u435_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u435 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u435 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u435_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u437 {
position:absolute;
left:184px;
top:182px;
}
#u437_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u437_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u438_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u438 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u438 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u438_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u439_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u439 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u439 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u439_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u441 {
position:absolute;
left:184px;
top:306px;
}
#u441_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u441_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u442_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u442 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u442 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u442_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u443_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u443 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u443 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u443_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u445 {
position:absolute;
left:335px;
top:244px;
}
#u445_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u445_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u446_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u446 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u446 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u446_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u447_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u447 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u447 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u447_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u449 {
position:absolute;
left:335px;
top:182px;
}
#u449_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u449_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u450_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u450 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u450 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u450_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u451_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u451 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u451 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u451_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u453 {
position:absolute;
left:335px;
top:306px;
}
#u453_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u453_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u454_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u454 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u454 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u454_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u455_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u455 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u455 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u455_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u457 {
position:absolute;
left:274px;
top:244px;
}
#u457_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u457_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u458_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u458 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u458 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u458_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u459_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u459 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u459 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u459_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u461 {
position:absolute;
left:274px;
top:182px;
}
#u461_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u461_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u462_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u462 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u462 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u462_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u463_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u463 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u463 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u463_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u465 {
position:absolute;
left:274px;
top:306px;
}
#u465_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u465_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u466_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u466 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u466 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u466_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u467_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u467 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u467 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u467_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u469 {
position:absolute;
left:398px;
top:244px;
}
#u469_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u469_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u470_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u470 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u470 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u470_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u471_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u471 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u471 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u471_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u473 {
position:absolute;
left:398px;
top:182px;
}
#u473_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u473_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u474_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u474 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u474 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u474_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u475_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u475 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u475 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u475_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u477 {
position:absolute;
left:398px;
top:306px;
}
#u477_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u477_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u478_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u478 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u478 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u478_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u479_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u479 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u479 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u479_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u480_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u480 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u480 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u480_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u481_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u481 {
border-width:0px;
position:absolute;
left:237px;
top:2133px;
width:18px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u481 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u481_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u483 {
position:absolute;
left:165px;
top:2203px;
}
#u483_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u483_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u484_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u484 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u484 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u484_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u486 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u487_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:465px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u487 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:465px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u487 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u487_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u488_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u488 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u488 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u488_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u489_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u489 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u489 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u489_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u491_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u491 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u491 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u491_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u492_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u492 {
border-width:0px;
position:absolute;
left:378px;
top:82px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u492 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u492_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u494_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(128, 128, 0, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u494 {
border-width:0px;
position:absolute;
left:271px;
top:82px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u494 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u494_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u496 {
position:absolute;
left:241px;
top:2203px;
}
#u496_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u496_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u498 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u499_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:148px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u499 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:148px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u499 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u499_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u501_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(123, 77, 18, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u501 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u501 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u501_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u502_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:476px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u502 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:476px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u502 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u502_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u503_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u503 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u503 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u503_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u504_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u504 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u504 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u504_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u506 {
position:absolute;
left:165px;
top:2238px;
}
#u506_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u506_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u507_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u507 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u507 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u507_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u509 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u510_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u510 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u510 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u510_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u511_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u511 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u511 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u511_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u512_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u512 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u512 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u512_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u514_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u514 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u514 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u514_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u516 {
position:absolute;
left:165px;
top:2273px;
}
#u516_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u516_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u517_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u517 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u517 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u517_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u519 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u520_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:452px;
height:149px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u520 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:452px;
height:149px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u520 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u520_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u521_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:422px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u521 {
border-width:0px;
position:absolute;
left:18px;
top:81px;
width:422px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u521 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u521_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u522_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u522 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u522 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u522_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u524_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u524 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u524 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u524_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u526 {
position:absolute;
left:47px;
top:141px;
}
#u526_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u526_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u527_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u527 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u527 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u527_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u528_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u528 {
border-width:0px;
position:absolute;
left:-8px;
top:35px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u528 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u528_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u530 {
position:absolute;
left:165px;
top:2308px;
}
#u530_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u530_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u532 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u533_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:540px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u533 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:540px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u533 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u533_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u534_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u534 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:515px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u534 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u534_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u535_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u535 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u535 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u535_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u537_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u537 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u537 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u537_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u538_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u538 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u538 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u538_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u540 {
position:absolute;
left:165px;
top:2439px;
}
#u540_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u540_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u542 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u543_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:727px;
height:354px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u543 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:727px;
height:354px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u543 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u543_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u545_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u545 {
border-width:0px;
position:absolute;
left:51px;
top:245px;
width:180px;
height:1px;
display:flex;
}
#u545 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u545_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u546_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u546 {
border-width:0px;
position:absolute;
left:51px;
top:200px;
width:180px;
height:1px;
display:flex;
}
#u546 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u546_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u547_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u547 {
border-width:0px;
position:absolute;
left:51px;
top:290px;
width:180px;
height:1px;
display:flex;
}
#u547 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u547_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u548_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u548 {
border-width:0px;
position:absolute;
left:96px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u548 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u548_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u549_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u549 {
border-width:0px;
position:absolute;
left:141px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u549 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u549_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u550_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u550 {
border-width:0px;
position:absolute;
left:186px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u550 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u550_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u551_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u551 {
border-width:0px;
position:absolute;
left:51px;
top:155px;
width:180px;
height:180px;
display:flex;
}
#u551 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u551_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u552 {
position:absolute;
left:96px;
top:155px;
}
#u552_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:180px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u552_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u553_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:180px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u553 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:180px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u553 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u553_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u554_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:51px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u554 {
border-width:0px;
position:absolute;
left:-2px;
top:185px;
width:51px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u554 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u554_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u555_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:686px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u555 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:686px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u555 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u555_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u556_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u556 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u556 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u556_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u558_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u558 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u558 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u558_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u559 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u561 {
position:absolute;
left:96px;
top:290px;
}
#u561_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u561_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u562_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u562 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u562 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u562_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u563_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u563 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u563 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u563_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u564_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u564 {
border-width:0px;
position:absolute;
left:112px;
top:328px;
width:14px;
height:5px;
display:flex;
}
#u564 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u564_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u566_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u566 {
border-width:0px;
position:absolute;
left:288px;
top:245px;
width:180px;
height:1px;
display:flex;
}
#u566 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u566_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u567_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u567 {
border-width:0px;
position:absolute;
left:288px;
top:200px;
width:180px;
height:1px;
display:flex;
}
#u567 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u567_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u568_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u568 {
border-width:0px;
position:absolute;
left:288px;
top:290px;
width:180px;
height:1px;
display:flex;
}
#u568 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u568_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u569_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u569 {
border-width:0px;
position:absolute;
left:333px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u569 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u569_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u570_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u570 {
border-width:0px;
position:absolute;
left:378px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u570 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u570_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u571_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u571 {
border-width:0px;
position:absolute;
left:423px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u571 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u571_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u572_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u572 {
border-width:0px;
position:absolute;
left:288px;
top:155px;
width:180px;
height:180px;
display:flex;
}
#u572 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u572_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u573_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u573p000 {
border-width:0px;
position:absolute;
left:-3px;
top:-3px;
width:36px;
height:6px;
}
#u573p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u573p001 {
border-width:0px;
position:absolute;
left:-1px;
top:-1px;
width:4px;
height:4px;
}
#u573p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u573p002 {
border-width:0px;
position:absolute;
left:17px;
top:-9px;
width:20px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u573p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u573 {
border-width:0px;
position:absolute;
left:245px;
top:244px;
width:31px;
height:1px;
display:flex;
}
#u573 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u573_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u574 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u576 {
position:absolute;
left:333px;
top:290px;
}
#u576_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u576_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u577_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u577 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u577 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u577_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u578_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u578 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u578 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u578_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u579_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u579 {
border-width:0px;
position:absolute;
left:348px;
top:292px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u579 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u579_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u580_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u580 {
border-width:0px;
position:absolute;
left:154px;
top:188px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(0.196326604401752deg);
-moz-transform:rotate(0.196326604401752deg);
-ms-transform:rotate(0.196326604401752deg);
transform:rotate(0.196326604401752deg);
}
#u580 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u580_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u581_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u581 {
border-width:0px;
position:absolute;
left:154px;
top:243px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(0.196326604401752deg);
-moz-transform:rotate(0.196326604401752deg);
-ms-transform:rotate(0.196326604401752deg);
transform:rotate(0.196326604401752deg);
}
#u581 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u581_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u582_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u582 {
border-width:0px;
position:absolute;
left:154px;
top:297px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(-0.0109509467171629deg);
-moz-transform:rotate(-0.0109509467171629deg);
-ms-transform:rotate(-0.0109509467171629deg);
transform:rotate(-0.0109509467171629deg);
}
#u582 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u582_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u583_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u583 {
border-width:0px;
position:absolute;
left:18px;
top:297px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u583 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u583_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u584_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u584 {
border-width:0px;
position:absolute;
left:18px;
top:242px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u584 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u584_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u585_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u585 {
border-width:0px;
position:absolute;
left:19px;
top:188px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u585 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u585_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u586_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:140px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u586 {
border-width:0px;
position:absolute;
left:71px;
top:343px;
width:140px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u586 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u586_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u587_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u587 {
border-width:0px;
position:absolute;
left:362px;
top:343px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u587 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u587_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u589_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u589 {
border-width:0px;
position:absolute;
left:524px;
top:245px;
width:180px;
height:1px;
display:flex;
}
#u589 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u589_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u590_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u590 {
border-width:0px;
position:absolute;
left:524px;
top:200px;
width:180px;
height:1px;
display:flex;
}
#u590 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u590_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u591_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u591 {
border-width:0px;
position:absolute;
left:524px;
top:290px;
width:180px;
height:1px;
display:flex;
}
#u591 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u591_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u592_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u592 {
border-width:0px;
position:absolute;
left:569px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u592 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u592_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u593_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u593 {
border-width:0px;
position:absolute;
left:614px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u593 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u593_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u594_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u594 {
border-width:0px;
position:absolute;
left:659px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u594 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u594_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u595_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u595 {
border-width:0px;
position:absolute;
left:524px;
top:155px;
width:180px;
height:180px;
display:flex;
}
#u595 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u595_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u596_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u596p000 {
border-width:0px;
position:absolute;
left:-3px;
top:-3px;
width:36px;
height:6px;
}
#u596p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u596p001 {
border-width:0px;
position:absolute;
left:-1px;
top:-1px;
width:4px;
height:4px;
}
#u596p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u596p002 {
border-width:0px;
position:absolute;
left:17px;
top:-9px;
width:20px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u596p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u596 {
border-width:0px;
position:absolute;
left:481px;
top:244px;
width:31px;
height:1px;
display:flex;
}
#u596 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u596_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u597 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u599 {
position:absolute;
left:569px;
top:290px;
}
#u599_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u599_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u600_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u600 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u600 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u600_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u601_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u601 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u601 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u601_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u602_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u602 {
border-width:0px;
position:absolute;
left:584px;
top:292px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u602 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u602_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u603_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u603 {
border-width:0px;
position:absolute;
left:598px;
top:343px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u603 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u603_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u605 {
position:absolute;
left:316px;
top:112px;
}
#u605_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u605_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u607 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u608_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u608 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u608 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u608_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u609_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u609 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u609 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u609_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u610_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u610 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u610 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u610_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u612_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u612 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u612 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u612_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u613_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u613 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u613 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u613_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u615 {
position:absolute;
left:288px;
top:155px;
}
#u615_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u615_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u616_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u616 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u616 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u616_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u617_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u617 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u617 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u617_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u619 {
position:absolute;
left:288px;
top:200px;
}
#u619_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u619_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u620_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u620 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u620 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u620_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u621_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u621 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u621 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u621_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u623 {
position:absolute;
left:288px;
top:245px;
}
#u623_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u623_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u624_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u624 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u624 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u624_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u625_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u625 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u625 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u625_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u627 {
position:absolute;
left:288px;
top:290px;
}
#u627_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u627_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u628_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u628 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u628 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u628_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u629_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u629 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u629 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u629_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u631 {
position:absolute;
left:378px;
top:155px;
}
#u631_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u631_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u632_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u632 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u632 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u632_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u633_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u633 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u633 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u633_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u635 {
position:absolute;
left:378px;
top:200px;
}
#u635_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u635_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u636_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u636 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u636 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u636_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u637_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u637 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u637 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u637_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u639 {
position:absolute;
left:378px;
top:245px;
}
#u639_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u639_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u640_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u640 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u640 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u640_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u641_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u641 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u641 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u641_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u643 {
position:absolute;
left:378px;
top:290px;
}
#u643_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u643_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u644_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u644 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u644 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u644_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u645_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u645 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u645 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u645_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u647 {
position:absolute;
left:659px;
top:155px;
}
#u647_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u647_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u648_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u648 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u648 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u648_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u649_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u649 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u649 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u649_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u651 {
position:absolute;
left:659px;
top:200px;
}
#u651_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u651_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u652_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u652 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u652 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u652_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u653_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u653 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u653 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u653_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u655 {
position:absolute;
left:659px;
top:245px;
}
#u655_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u655_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u656_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u656 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u656 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u656_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u657_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u657 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u657 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u657_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u659 {
position:absolute;
left:659px;
top:290px;
}
#u659_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u659_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u660_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u660 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u660 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u660_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u661_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u661 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u661 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u661_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u662_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u662 {
border-width:0px;
position:absolute;
left:169px;
top:208px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u662 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u662_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u663_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u663 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u663 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u663_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u665 {
position:absolute;
left:165px;
top:2474px;
}
#u665_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u665_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u666_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u666 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u666 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u666_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u668 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u669_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:551px;
height:90px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u669 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:551px;
height:90px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u669 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u669_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u670_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u670 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:515px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u670 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u670_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u671_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u671 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u671 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u671_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u673_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u673 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u673 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u673_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u675 {
position:absolute;
left:165px;
top:2509px;
}
#u675_state0 {
position:relative;
left:0px;
top:0px;
width:57px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u675_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u676_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u676 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u676 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u676_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u678 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u679_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:230px;
height:90px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u679 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:230px;
height:90px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u679 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u679_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u680_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:194px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u680 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:194px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u680 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u680_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u681_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u681 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:57px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u681 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u681_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u683_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u683 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u683 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u683_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u684_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u684 {
border-width:0px;
position:absolute;
left:452px;
top:1594px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u684 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u684_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u685_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 125, 180, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u685 {
border-width:0px;
position:absolute;
left:523px;
top:1585px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u685 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u685_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 167, 240, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u685.mouseOver {
}
#u685_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u686_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u686 {
border-width:0px;
position:absolute;
left:452px;
top:2046px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u686 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u686_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u687_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 125, 180, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u687 {
border-width:0px;
position:absolute;
left:523px;
top:2037px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u687 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u687_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 167, 240, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u687.mouseOver {
}
#u687_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u689 {
position:absolute;
left:523px;
top:1637px;
}
#u689_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u689_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u691 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u692_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u692 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u692 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u692_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u694_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u694 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u694 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u694_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u695_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u695 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u695 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u695_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u696_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u696 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u696 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u696_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u697_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u697 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u697 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u697_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u699 {
position:absolute;
left:523px;
top:1672px;
}
#u699_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u699_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u701 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u702_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u702 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u702 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u702_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u704_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u704 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u704 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u704_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u705_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u705 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u705 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u705_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u706_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u706 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u706 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u706_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u707_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u707 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u707 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u707_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u709 {
position:absolute;
left:615px;
top:1672px;
}
#u709_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u709_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u710_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u710 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u710 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u710_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u712 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u713_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u713 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u713 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u713_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u714_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u714 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u714 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u714_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u715_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u715 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u715 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u715_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u717_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u717 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u717 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u717_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u719 {
position:absolute;
left:523px;
top:1707px;
}
#u719_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u719_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u721 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u722_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:537px;
height:251px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u722 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:537px;
height:251px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u722 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u722_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u724_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u724 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u724 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u724_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u725_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:261px;
height:162px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u725 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:261px;
height:162px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u725 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u725_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u726_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u726 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u726 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u726_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u728_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u728 {
border-width:0px;
position:absolute;
left:316px;
top:172px;
width:180px;
height:1px;
display:flex;
}
#u728 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u728_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u729_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u729 {
border-width:0px;
position:absolute;
left:316px;
top:127px;
width:180px;
height:1px;
display:flex;
}
#u729 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u729_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u730_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u730 {
border-width:0px;
position:absolute;
left:316px;
top:217px;
width:180px;
height:1px;
display:flex;
}
#u730 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u730_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u731_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u731 {
border-width:0px;
position:absolute;
left:361px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u731 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u731_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u732_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u732 {
border-width:0px;
position:absolute;
left:406px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u732 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u732_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u733_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u733 {
border-width:0px;
position:absolute;
left:451px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u733 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u733_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u734_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u734 {
border-width:0px;
position:absolute;
left:316px;
top:82px;
width:180px;
height:180px;
display:flex;
}
#u734 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u734_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u736 {
position:absolute;
left:393px;
top:93px;
}
#u736_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u736_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u737_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u737 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u737 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u737_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u738_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u738 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u738 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u738_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u740 {
position:absolute;
left:361px;
top:82px;
}
#u740_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u740_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u741_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
}
#u741 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u741 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u741_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u742_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u742 {
border-width:0px;
position:absolute;
left:6px;
top:95px;
width:79px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u742 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u742_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u743_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u743 {
border-width:0px;
position:absolute;
left:424px;
top:203px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(56.5894584107deg);
-moz-transform:rotate(56.5894584107deg);
-ms-transform:rotate(56.5894584107deg);
transform:rotate(56.5894584107deg);
}
#u743 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u743_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u744_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u744 {
border-width:0px;
position:absolute;
left:375px;
top:211px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(88.9252705207744deg);
-moz-transform:rotate(88.9252705207744deg);
-ms-transform:rotate(88.9252705207744deg);
transform:rotate(88.9252705207744deg);
}
#u744 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u744_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u745_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u745 {
border-width:0px;
position:absolute;
left:328px;
top:205px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(116.417916967294deg);
-moz-transform:rotate(116.417916967294deg);
-ms-transform:rotate(116.417916967294deg);
transform:rotate(116.417916967294deg);
}
#u745 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u745_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u746_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u746 {
border-width:0px;
position:absolute;
left:293px;
top:137px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(176.672392228634deg);
-moz-transform:rotate(176.672392228634deg);
-ms-transform:rotate(176.672392228634deg);
transform:rotate(176.672392228634deg);
}
#u746 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u746_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u747_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:80px;
height:31px;
}
#u747 {
border-width:0px;
position:absolute;
left:455px;
top:133px;
width:64px;
height:5px;
display:flex;
-webkit-transform:rotate(0.376720060296678deg);
-moz-transform:rotate(0.376720060296678deg);
-ms-transform:rotate(0.376720060296678deg);
transform:rotate(0.376720060296678deg);
}
#u747 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u747_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u748_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u748 {
border-width:0px;
position:absolute;
left:415px;
top:199px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u748 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u748_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u749_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u749 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u749 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u749_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u751 {
position:absolute;
left:684px;
top:1707px;
}
#u751_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u751_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u752_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u752 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u752 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u752_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u754 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u755_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:431px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u755 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:431px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u755 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u755_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u757_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u757 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u757 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u757_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u758_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:400px;
height:66px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u758 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:400px;
height:66px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u758 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u758_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u759_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u759 {
border-width:0px;
position:absolute;
left:123px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u759 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u759_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u761 {
position:absolute;
left:210px;
top:115px;
}
#u761_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u761_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u762_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u762 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u762 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u762_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u763_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u763 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u763 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u763_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u765 {
position:absolute;
left:523px;
top:1742px;
}
#u765_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u765_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u766_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u766 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u766 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u766_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u768 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u769_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:457px;
height:93px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u769 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:457px;
height:93px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u769 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u769_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u771_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u771 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u771 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u771_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u772_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:421px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u772 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:421px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u772 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u772_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u773_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u773 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u773 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u773_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u775 {
position:absolute;
left:41px;
top:83px;
}
#u775_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u775_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u776_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u776 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
}
#u776 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u776_text {
border-width:0px;
word-wrap:break-word;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
visibility:hidden;
}
#u777_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:60px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u777 {
border-width:0px;
position:absolute;
left:-15px;
top:35px;
width:60px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u777 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u777_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u778_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u778 {
border-width:0px;
position:absolute;
left:56px;
top:96px;
width:15px;
height:19px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u778 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u778_text {
border-width:0px;
white-space:nowrap;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
}
#u780 {
position:absolute;
left:339px;
top:83px;
}
#u780_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u780_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u781_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u781 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u781 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u781_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u782_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u782 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u782 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u782_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u784 {
position:absolute;
left:523px;
top:1777px;
}
#u784_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u784_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u786 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u787_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:420px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u787 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:420px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u787 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u787_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u789_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u789 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u789 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u789_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u790_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:475px;
height:120px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u790 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:475px;
height:120px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u790 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u790_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u791_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u791 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u791 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u791_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u792_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u792 {
border-width:0px;
position:absolute;
left:120px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u792 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u792_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u794_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u794 {
border-width:0px;
position:absolute;
left:51px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u794 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u794_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u795_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u795 {
border-width:0px;
position:absolute;
left:51px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u795 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u795_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u796_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u796 {
border-width:0px;
position:absolute;
left:51px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u796 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u796_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u797_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u797 {
border-width:0px;
position:absolute;
left:96px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u797 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u797_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u798_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u798 {
border-width:0px;
position:absolute;
left:141px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u798 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u798_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u799_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u799 {
border-width:0px;
position:absolute;
left:186px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u799 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u799_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u800_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u800 {
border-width:0px;
position:absolute;
left:51px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u800 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u800_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u802 {
position:absolute;
left:128px;
top:261px;
}
#u802_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u802_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u803_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u803 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u803 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u803_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u804_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u804 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u804 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u804_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u805_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u805 {
border-width:0px;
position:absolute;
left:340px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u805 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u805_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u807_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u807 {
border-width:0px;
position:absolute;
left:271px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u807 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u807_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u808_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u808 {
border-width:0px;
position:absolute;
left:271px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u808 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u808_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u809_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u809 {
border-width:0px;
position:absolute;
left:271px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u809 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u809_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u810_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u810 {
border-width:0px;
position:absolute;
left:316px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u810 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u810_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u811_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u811 {
border-width:0px;
position:absolute;
left:361px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u811 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u811_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u812_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u812 {
border-width:0px;
position:absolute;
left:406px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u812 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u812_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u813_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u813 {
border-width:0px;
position:absolute;
left:271px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u813 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u813_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u815 {
position:absolute;
left:348px;
top:261px;
}
#u815_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u815_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u816_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u816 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u816 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u816_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u817_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u817 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u817 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u817_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u819 {
position:absolute;
left:51px;
top:250px;
}
#u819_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u819_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u820_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u820 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u820 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u820_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u821_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u821 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u821 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u821_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u823 {
position:absolute;
left:141px;
top:340px;
}
#u823_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u823_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u824_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u824 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u824 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u824_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u825_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u825 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u825 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u825_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u827 {
position:absolute;
left:271px;
top:340px;
}
#u827_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u827_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u828_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u828 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u828 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u828_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u829_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u829 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u829 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u829_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u831 {
position:absolute;
left:361px;
top:250px;
}
#u831_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u831_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u832_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u832 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u832 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u832_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u833_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u833 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u833 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u833_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u835_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u835 {
border-width:0px;
position:absolute;
left:131px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u835 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u835_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u837_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u837 {
border-width:0px;
position:absolute;
left:351px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u837 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u837_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u838_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u838 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u838 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u838_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u840 {
position:absolute;
left:576px;
top:1812px;
}
#u840_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u840_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u841_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u841 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u841 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u841_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u843 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u844_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u844 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u844 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u844_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u845_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u845 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u845 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u845_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u846_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u846 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u846 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u846_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u848_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u848 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u848 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u848_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u850 {
position:absolute;
left:523px;
top:1882px;
}
#u850_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u850_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u852 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u853_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u853 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u853 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u853_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u855_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u855 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u855 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u855_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u856_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u856 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u856 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u856_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u857_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u857 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u857 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u857_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u858_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u858 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u858 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u858_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u860 {
position:absolute;
left:523px;
top:1917px;
}
#u860_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u860_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u862 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u863_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:170px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u863 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:170px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u863 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u863_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u865_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u865 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u865 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u865_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u866_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:361px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u866 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:361px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u866 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u866_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u867_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u867 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u867 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u867_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u869 {
position:absolute;
left:132px;
top:84px;
}
#u869_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u869_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u870_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u870 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u870 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u870_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u871_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u871 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u871 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u871_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u873_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u873 {
border-width:0px;
position:absolute;
left:392px;
top:84px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u873 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u873_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u874_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u874 {
border-width:0px;
position:absolute;
left:18px;
top:121px;
width:160px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u874 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u874_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u876_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u876 {
border-width:0px;
position:absolute;
left:189px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u876 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u876_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u877_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u877 {
border-width:0px;
position:absolute;
left:296px;
top:121px;
width:90px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u877 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u877_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u879_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u879 {
border-width:0px;
position:absolute;
left:396px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u879 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u879_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u880_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u880 {
border-width:0px;
position:absolute;
left:18px;
top:160px;
width:208px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u880 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u880_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u881_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u881 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u881 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u881_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u883 {
position:absolute;
left:631px;
top:1917px;
}
#u883_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u883_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u885 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u886_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u886 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u886 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u886_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u888_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u888 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u888 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u888_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u889_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:481px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u889 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:481px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u889 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u889_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u890_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u890 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u890 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u890_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u891_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u891 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u891 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u891_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u893 {
position:absolute;
left:523px;
top:1952px;
}
#u893_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u893_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u895 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u896_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u896 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u896 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u896_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u898_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u898 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u898 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u898_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u899_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u899 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u899 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u899_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u900_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u900 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u900 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u900_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u901_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u901 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u901 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u901_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u903 {
position:absolute;
left:523px;
top:1987px;
}
#u903_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u903_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u904_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u904 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u904 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u904_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u906 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u907_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u907 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u907 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u907_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u909_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u909 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u909 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u909_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u910_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u910 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u910 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u910_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u911_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u911 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u911 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u911_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u913 {
position:absolute;
left:523px;
top:2124px;
}
#u913_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u913_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u915 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u916_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u916 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u916 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u916_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u918_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u918 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u918 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u918_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u919_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u919 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u919 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u919_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u920_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u920 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u920 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u920_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u921_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u921 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u921 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u921_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u923 {
position:absolute;
left:615px;
top:2124px;
}
#u923_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u923_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u925 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u926_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:528px;
height:91px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u926 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:528px;
height:91px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u926 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u926_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u927_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:322px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u927 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:322px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u927 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u927_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u928_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u928 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u928 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u928_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u930_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u930 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u930 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u930_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u931_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u931 {
border-width:0px;
position:absolute;
left:395px;
top:82px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u931 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u931_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u933 {
position:absolute;
left:350px;
top:82px;
}
#u933_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u933_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u935 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u936_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u936 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u936 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u936_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u937_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u937 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u937 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u937_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u938_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u938 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u938 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u938_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u940_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u940 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u940 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u940_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u941_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u941 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u941 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u941_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u942_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u942 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u942 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u942_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u944 {
position:absolute;
left:523px;
top:2159px;
}
#u944_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u944_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u946 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u947_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:420px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u947 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:420px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u947 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u947_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u949_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u949 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u949 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u949_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u950_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:475px;
height:120px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u950 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:475px;
height:120px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u950 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u950_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u951_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u951 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u951 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u951_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u952_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u952 {
border-width:0px;
position:absolute;
left:120px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u952 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u952_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u954_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u954 {
border-width:0px;
position:absolute;
left:51px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u954 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u954_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u955_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u955 {
border-width:0px;
position:absolute;
left:51px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u955 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u955_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u956_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u956 {
border-width:0px;
position:absolute;
left:51px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u956 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u956_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u957_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u957 {
border-width:0px;
position:absolute;
left:96px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u957 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u957_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u958_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u958 {
border-width:0px;
position:absolute;
left:141px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u958 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u958_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u959_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u959 {
border-width:0px;
position:absolute;
left:186px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u959 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u959_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u960_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u960 {
border-width:0px;
position:absolute;
left:51px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u960 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u960_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u962 {
position:absolute;
left:128px;
top:261px;
}
#u962_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u962_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u963_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u963 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u963 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u963_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u964_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u964 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u964 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u964_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u965_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u965 {
border-width:0px;
position:absolute;
left:340px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u965 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u965_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u967_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u967 {
border-width:0px;
position:absolute;
left:271px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u967 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u967_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u968_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u968 {
border-width:0px;
position:absolute;
left:271px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u968 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u968_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u969_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u969 {
border-width:0px;
position:absolute;
left:271px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u969 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u969_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u970_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u970 {
border-width:0px;
position:absolute;
left:316px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u970 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u970_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u971_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u971 {
border-width:0px;
position:absolute;
left:361px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u971 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u971_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u972_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u972 {
border-width:0px;
position:absolute;
left:406px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u972 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u972_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u973_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u973 {
border-width:0px;
position:absolute;
left:271px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u973 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u973_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u975 {
position:absolute;
left:348px;
top:261px;
}
#u975_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u975_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u976_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u976 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u976 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u976_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u977_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u977 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u977 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u977_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u979 {
position:absolute;
left:51px;
top:250px;
}
#u979_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u979_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u980_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u980 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u980 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u980_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u981_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u981 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u981 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u981_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u983 {
position:absolute;
left:141px;
top:340px;
}
#u983_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u983_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u984_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u984 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u984 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u984_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u985_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u985 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u985 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u985_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u987 {
position:absolute;
left:271px;
top:340px;
}
#u987_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u987_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u988_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u988 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u988 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u988_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u989_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u989 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u989 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u989_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u991 {
position:absolute;
left:361px;
top:250px;
}
#u991_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u991_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u992_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u992 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u992 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u992_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u993_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u993 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u993 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u993_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u995_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u995 {
border-width:0px;
position:absolute;
left:131px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u995 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u995_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u997_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u997 {
border-width:0px;
position:absolute;
left:351px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u997 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u997_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u998_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u998 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u998 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u998_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1000 {
position:absolute;
left:523px;
top:2194px;
}
#u1000_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1000_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1002 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1003_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:170px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1003 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:170px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1003 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1003_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1005_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1005 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1005 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1005_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1006_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:361px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1006 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:361px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1006 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1006_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1007_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1007 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1007 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1007_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1009 {
position:absolute;
left:132px;
top:84px;
}
#u1009_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1009_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1010_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1010 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1010 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1010_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1011_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1011 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1011 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1011_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1013_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1013 {
border-width:0px;
position:absolute;
left:392px;
top:84px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1013 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1013_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1014_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1014 {
border-width:0px;
position:absolute;
left:18px;
top:121px;
width:160px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1014 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1014_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1016_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1016 {
border-width:0px;
position:absolute;
left:189px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1016 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1016_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1017_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1017 {
border-width:0px;
position:absolute;
left:296px;
top:121px;
width:90px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1017 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1017_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1019_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1019 {
border-width:0px;
position:absolute;
left:396px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1019 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1019_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1020_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1020 {
border-width:0px;
position:absolute;
left:18px;
top:160px;
width:208px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1020 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1020_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1021_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1021 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1021 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1021_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1023 {
position:absolute;
left:576px;
top:2229px;
}
#u1023_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1023_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1024_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1024 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1024 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1024_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1026 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1027_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1027 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1027 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1027_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1028_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1028 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1028 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1028_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1029_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1029 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1029 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1029_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1031_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1031 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1031 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1031_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1033 {
position:absolute;
left:523px;
top:2299px;
}
#u1033_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1033_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1035 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1036_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1036 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1036 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1036_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1038_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1038 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1038 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1038_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1039_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1039 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1039 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1039_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1040_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1040 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1040 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1040_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1041_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1041 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1041 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1041_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1043 {
position:absolute;
left:523px;
top:2334px;
}
#u1043_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1043_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1044_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1044 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1044 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1044_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1046 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1047_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1047 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1047 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1047_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1049_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1049 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1049 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1049_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1050_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1050 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1050 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1050_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1051_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1051 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1051 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1051_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1053 {
position:absolute;
left:523px;
top:2369px;
}
#u1053_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1053_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1055 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1056_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1056 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1056 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1056_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1058_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1058 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1058 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1058_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1059_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:481px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1059 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:481px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1059 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1059_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1060_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1060 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1060 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1060_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1061_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1061 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1061 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1061_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1063 {
position:absolute;
left:523px;
top:2404px;
}
#u1063_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1063_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1064_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1064 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1064 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1064_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1066 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1067_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:457px;
height:93px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1067 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:457px;
height:93px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1067 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1067_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1069_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1069 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1069 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1069_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1070_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:421px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1070 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:421px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1070 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1070_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1071_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1071 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1071 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1071_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1073 {
position:absolute;
left:41px;
top:83px;
}
#u1073_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1073_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1074_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1074 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
}
#u1074 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1074_text {
border-width:0px;
word-wrap:break-word;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
visibility:hidden;
}
#u1075_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:60px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1075 {
border-width:0px;
position:absolute;
left:-15px;
top:35px;
width:60px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1075 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1075_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1076_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1076 {
border-width:0px;
position:absolute;
left:56px;
top:96px;
width:15px;
height:19px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1076 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1076_text {
border-width:0px;
white-space:nowrap;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
}
#u1078 {
position:absolute;
left:339px;
top:83px;
}
#u1078_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1078_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1079_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1079 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1079 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1079_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1080_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1080 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1080 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1080_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1082 {
position:absolute;
left:523px;
top:2474px;
}
#u1082_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1082_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1084 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1085_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1085 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1085 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1085_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1087_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1087 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1087 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1087_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1088_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1088 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1088 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1088_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1089_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1089 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1089 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1089_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1090_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1090 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1090 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1090_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1092 {
position:absolute;
left:523px;
top:2509px;
}
#u1092_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1092_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1094 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1095_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:342px;
height:122px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1095 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:342px;
height:122px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1095 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1095_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1097_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1097 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1097 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1097_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1098_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:317px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1098 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:317px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1098 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1098_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1099_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1099 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1099 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1099_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1100 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1100 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1100_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1101_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1101 {
border-width:0px;
position:absolute;
left:817px;
top:1593px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1101 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1101_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1102 {
border-width:0px;
position:absolute;
left:817px;
top:2221px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1102 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1102_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1103_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(109, 0, 14, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1103 {
border-width:0px;
position:absolute;
left:888px;
top:1585px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1103 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1103_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(163, 0, 20, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1103.mouseOver {
}
#u1103_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1104_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1104 {
border-width:0px;
position:absolute;
left:817px;
top:1936px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1104 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1104_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1105_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(109, 0, 14, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1105 {
border-width:0px;
position:absolute;
left:888px;
top:1927px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1105 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1105_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(163, 0, 20, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1105.mouseOver {
}
#u1105_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1106_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(109, 0, 14, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1106 {
border-width:0px;
position:absolute;
left:888px;
top:2212px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1106 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1106_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(163, 0, 20, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1106.mouseOver {
}
#u1106_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1108 {
position:absolute;
left:888px;
top:1637px;
}
#u1108_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1108_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1110 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1111_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1111 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1111 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1111_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1112_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:466px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1112 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:466px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1112 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1112_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1113_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1113 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1113 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1113_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1115_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1115 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1115 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1115_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1116_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:28px;
}
#u1116 {
border-width:0px;
position:absolute;
left:202px;
top:86px;
width:22px;
height:28px;
display:flex;
}
#u1116 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1116_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1117_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1117 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1117 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1117_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1119 {
position:absolute;
left:888px;
top:1672px;
}
#u1119_state0 {
position:relative;
left:0px;
top:0px;
width:112px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1119_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1120_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1120 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1120 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1120_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1122 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1123_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:456px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1123 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:456px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1123 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1123_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1124_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:420px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1124 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:420px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1124 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1124_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1125_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1125 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1125 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1125_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1127_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1127 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1127 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1127_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1129 {
position:absolute;
left:888px;
top:1742px;
}
#u1129_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1129_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1130_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1130 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1130 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1130_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1132 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1133_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1133 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1133 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1133_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1134_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1134 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1134 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1134_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1135_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1135 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1135 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1135_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1137_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1137 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1137 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1137_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1139 {
position:absolute;
left:888px;
top:1777px;
}
#u1139_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1139_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1140_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1140 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1140 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1140_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1142 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1143_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1143 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1143 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1143_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1145_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1145 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1145 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1145_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1146_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1146 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1146 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1146_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1147_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1147 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1147 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1147_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1149 {
position:absolute;
left:888px;
top:1812px;
}
#u1149_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1149_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1150_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1150 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1150 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1150_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1152 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1153_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1153 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1153 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1153_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1154_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1154 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1154 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1154_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1155_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1155 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1155 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1155_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1157_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1157 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1157 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1157_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1159 {
position:absolute;
left:888px;
top:1847px;
}
#u1159_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1159_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1161 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1162_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1162 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1162 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1162_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1163_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:466px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1163 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:466px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1163 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1163_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1164_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1164 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1164 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1164_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1166_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1166 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1166 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1166_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1167_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:28px;
}
#u1167 {
border-width:0px;
position:absolute;
left:202px;
top:86px;
width:22px;
height:28px;
display:flex;
}
#u1167 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1167_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1168_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1168 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1168 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1168_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1170 {
position:absolute;
left:888px;
top:2014px;
}
#u1170_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1170_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1172 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1173_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1173 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1173 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1173_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1175_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1175 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1175 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1175_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1176_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1176 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1176 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1176_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1177_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1177 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1177 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1177_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1178_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1178 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1178 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1178_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1180 {
position:absolute;
left:888px;
top:2049px;
}
#u1180_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1180_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1181_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1181 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1181 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1181_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1183 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1184_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:452px;
height:149px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1184 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:452px;
height:149px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1184 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1184_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1185_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:422px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1185 {
border-width:0px;
position:absolute;
left:18px;
top:81px;
width:422px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1185 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1185_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1186_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1186 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1186 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1186_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1188_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1188 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1188 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1188_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1190 {
position:absolute;
left:47px;
top:141px;
}
#u1190_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1190_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1191_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1191 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1191 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1191_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1192_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1192 {
border-width:0px;
position:absolute;
left:-8px;
top:35px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1192 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1192_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1194 {
position:absolute;
left:888px;
top:2084px;
}
#u1194_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1194_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1195_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1195 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1195 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1195_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1197 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1198_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:457px;
height:93px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1198 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:457px;
height:93px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1198 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1198_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1200_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1200 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1200 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1200_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1201_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:421px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1201 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:421px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1201 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1201_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1202_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1202 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1202 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1202_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1204 {
position:absolute;
left:41px;
top:83px;
}
#u1204_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1204_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1205_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1205 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
}
#u1205 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1205_text {
border-width:0px;
word-wrap:break-word;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
visibility:hidden;
}
#u1206_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:60px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1206 {
border-width:0px;
position:absolute;
left:-15px;
top:35px;
width:60px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1206 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1206_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1207_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1207 {
border-width:0px;
position:absolute;
left:56px;
top:96px;
width:15px;
height:19px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1207 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1207_text {
border-width:0px;
white-space:nowrap;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
}
#u1209 {
position:absolute;
left:339px;
top:83px;
}
#u1209_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1209_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1210_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1210 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1210 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1210_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1211_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1211 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1211 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1211_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1213 {
position:absolute;
left:888px;
top:2119px;
}
#u1213_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1213_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1215 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1216_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1216 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1216 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1216_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1217_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:466px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1217 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:466px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1217 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1217_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1218_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1218 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1218 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1218_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1220_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1220 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1220 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1220_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1221_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:28px;
}
#u1221 {
border-width:0px;
position:absolute;
left:202px;
top:86px;
width:22px;
height:28px;
display:flex;
}
#u1221 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1221_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1222_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1222 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1222 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1222_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1224 {
position:absolute;
left:888px;
top:2299px;
}
#u1224_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1224_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1226 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1227_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1227 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1227 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1227_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1229_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1229 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1229 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1229_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1230_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1230 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1230 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1230_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1231_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1231 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1231 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1231_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1232_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1232 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1232 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1232_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1234 {
position:absolute;
left:888px;
top:2334px;
}
#u1234_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1234_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1235_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1235 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1235 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1235_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1237 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1238_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1238 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1238 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1238_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1239_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1239 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1239 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1239_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1240_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1240 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1240 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1240_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1242_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1242 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1242 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1242_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1244 {
position:absolute;
left:888px;
top:2369px;
}
#u1244_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1244_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1245_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1245 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1245 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1245_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1247 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1248_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1248 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1248 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1248_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1250_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1250 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1250 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1250_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1251_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1251 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1251 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1251_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1252_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1252 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1252 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1252_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1254 {
position:absolute;
left:888px;
top:2404px;
}
#u1254_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1254_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1255_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1255 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1255 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1255_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1257 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1258_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1258 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1258 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1258_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1259_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1259 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1259 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1259_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1260_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1260 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1260 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1260_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1262_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1262 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1262 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1262_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1264 {
position:absolute;
left:888px;
top:2439px;
}
#u1264_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1264_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1265_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1265 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1265 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1265_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1267 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1268_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1268 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1268 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1268_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1270_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1270 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1270 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1270_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1271_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1271 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1271 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1271_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1272_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1272 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1272 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1272_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1274 {
position:absolute;
left:888px;
top:2474px;
}
#u1274_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1274_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1275_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1275 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1275 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1275_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1277 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1278_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1278 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1278 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1278_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1279_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1279 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1279 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1279_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1280_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1280 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1280 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1280_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1282_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1282 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1282 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1282_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1284 {
position:absolute;
left:888px;
top:2509px;
}
#u1284_state0 {
position:relative;
left:0px;
top:0px;
width:128px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1284_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1285_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:128px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1285 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:128px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1285 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1285_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1287 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1288_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:455px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1288 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:455px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1288 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1288_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1289_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:419px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1289 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:419px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1289 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1289_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1290_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:128px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1290 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:128px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1290 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1290_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1292_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1292 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1292 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1292_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1293_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1293 {
border-width:0px;
position:absolute;
left:237px;
top:1672px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1293 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1293_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1294_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1294 {
border-width:0px;
position:absolute;
left:205px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1294 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1294_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1295_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1295 {
border-width:0px;
position:absolute;
left:324px;
top:2004px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1295 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1295_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1296_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1296 {
border-width:0px;
position:absolute;
left:237px;
top:2168px;
width:18px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1296 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1296_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1297_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1297 {
border-width:0px;
position:absolute;
left:237px;
top:1899px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1297 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1297_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1298_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1298 {
border-width:0px;
position:absolute;
left:301px;
top:1899px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1298 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1298_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1299_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1299 {
border-width:0px;
position:absolute;
left:221px;
top:2203px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1299 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1299_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1300_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1300 {
border-width:0px;
position:absolute;
left:555px;
top:1540px;
width:48px;
height:21px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1300 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1300_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1301_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1301 {
border-width:0px;
position:absolute;
left:595px;
top:1672px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1301 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1301_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1302_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1302 {
border-width:0px;
position:absolute;
left:611px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1302 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1302_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1303_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1303 {
border-width:0px;
position:absolute;
left:664px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1303 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1303_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1304_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1304 {
border-width:0px;
position:absolute;
left:556px;
top:1812px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1304 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1304_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1305_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1305 {
border-width:0px;
position:absolute;
left:611px;
top:1917px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1305 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1305_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1307 {
position:absolute;
left:523px;
top:2089px;
}
#u1307_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1307_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1309 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1310_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:537px;
height:251px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1310 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:537px;
height:251px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1310 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1310_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1312_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1312 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1312 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1312_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1313_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:261px;
height:162px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1313 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:261px;
height:162px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1313 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1313_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1314_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1314 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1314 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1314_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1316_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1316 {
border-width:0px;
position:absolute;
left:316px;
top:172px;
width:180px;
height:1px;
display:flex;
}
#u1316 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1316_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1317_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1317 {
border-width:0px;
position:absolute;
left:316px;
top:127px;
width:180px;
height:1px;
display:flex;
}
#u1317 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1317_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1318_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1318 {
border-width:0px;
position:absolute;
left:316px;
top:217px;
width:180px;
height:1px;
display:flex;
}
#u1318 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1318_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1319_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1319 {
border-width:0px;
position:absolute;
left:361px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1319 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1319_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1320_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1320 {
border-width:0px;
position:absolute;
left:406px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1320 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1320_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1321_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1321 {
border-width:0px;
position:absolute;
left:451px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1321 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1321_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1322_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1322 {
border-width:0px;
position:absolute;
left:316px;
top:82px;
width:180px;
height:180px;
display:flex;
}
#u1322 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1322_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1324 {
position:absolute;
left:393px;
top:93px;
}
#u1324_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1324_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1325_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1325 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1325 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u1325_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1326_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1326 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1326 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1326_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1328 {
position:absolute;
left:361px;
top:82px;
}
#u1328_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1328_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1329_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
}
#u1329 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1329 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1329_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1330_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1330 {
border-width:0px;
position:absolute;
left:6px;
top:95px;
width:79px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1330 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1330_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1331_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1331 {
border-width:0px;
position:absolute;
left:424px;
top:203px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(56.5894584107deg);
-moz-transform:rotate(56.5894584107deg);
-ms-transform:rotate(56.5894584107deg);
transform:rotate(56.5894584107deg);
}
#u1331 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1331_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1332_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1332 {
border-width:0px;
position:absolute;
left:375px;
top:211px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(88.9252705207744deg);
-moz-transform:rotate(88.9252705207744deg);
-ms-transform:rotate(88.9252705207744deg);
transform:rotate(88.9252705207744deg);
}
#u1332 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1332_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1333_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1333 {
border-width:0px;
position:absolute;
left:328px;
top:205px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(116.417916967294deg);
-moz-transform:rotate(116.417916967294deg);
-ms-transform:rotate(116.417916967294deg);
transform:rotate(116.417916967294deg);
}
#u1333 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1333_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1334_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1334 {
border-width:0px;
position:absolute;
left:293px;
top:137px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(176.672392228634deg);
-moz-transform:rotate(176.672392228634deg);
-ms-transform:rotate(176.672392228634deg);
transform:rotate(176.672392228634deg);
}
#u1334 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1334_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1335_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:80px;
height:31px;
}
#u1335 {
border-width:0px;
position:absolute;
left:455px;
top:133px;
width:64px;
height:5px;
display:flex;
-webkit-transform:rotate(0.376720060296678deg);
-moz-transform:rotate(0.376720060296678deg);
-ms-transform:rotate(0.376720060296678deg);
transform:rotate(0.376720060296678deg);
}
#u1335 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1335_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1336_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1336 {
border-width:0px;
position:absolute;
left:415px;
top:199px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1336 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1336_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1337_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1337 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1337 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1337_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1339 {
position:absolute;
left:684px;
top:2089px;
}
#u1339_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1339_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1340_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1340 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1340 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1340_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1342 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1343_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:431px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1343 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:431px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1343 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1343_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1345_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1345 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1345 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1345_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1346_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:400px;
height:66px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1346 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:400px;
height:66px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1346 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1346_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1347_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1347 {
border-width:0px;
position:absolute;
left:123px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1347 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1347_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1349 {
position:absolute;
left:210px;
top:115px;
}
#u1349_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1349_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1350_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1350 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1350 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1350_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1351_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1351 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1351 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1351_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1352_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1352 {
border-width:0px;
position:absolute;
left:611px;
top:2089px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1352 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1352_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1353_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1353 {
border-width:0px;
position:absolute;
left:664px;
top:2089px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1353 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1353_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1354_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1354 {
border-width:0px;
position:absolute;
left:595px;
top:2124px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1354 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1354_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1355_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1355 {
border-width:0px;
position:absolute;
left:595px;
top:2159px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1355 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1355_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1356_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1356 {
border-width:0px;
position:absolute;
left:611px;
top:2194px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1356 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1356_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1357_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1357 {
border-width:0px;
position:absolute;
left:556px;
top:2229px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1357 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1357_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1358_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1358 {
border-width:0px;
position:absolute;
left:556px;
top:2264px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1358 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1358_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1359_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1359 {
border-width:0px;
position:absolute;
left:630px;
top:2439px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1359 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1359_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1360_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:108px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1360 {
border-width:0px;
position:absolute;
left:523px;
top:2558px;
width:108px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1360 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1360_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1361_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1361 {
border-width:0px;
position:absolute;
left:452px;
top:2558px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1361 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1361_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1362_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1362 {
border-width:0px;
position:absolute;
left:920px;
top:1540px;
width:48px;
height:21px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1362 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1362_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1363_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1363 {
border-width:0px;
position:absolute;
left:1008px;
top:1672px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1363 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1363_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1365 {
position:absolute;
left:888px;
top:1707px;
}
#u1365_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1365_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1367 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1368_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:537px;
height:251px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1368 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:537px;
height:251px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1368 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1368_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1370_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1370 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1370 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1370_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1371_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:261px;
height:162px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1371 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:261px;
height:162px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1371 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1371_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1372_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1372 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1372 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1372_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1374_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1374 {
border-width:0px;
position:absolute;
left:316px;
top:172px;
width:180px;
height:1px;
display:flex;
}
#u1374 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1374_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1375_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1375 {
border-width:0px;
position:absolute;
left:316px;
top:127px;
width:180px;
height:1px;
display:flex;
}
#u1375 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1375_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1376_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1376 {
border-width:0px;
position:absolute;
left:316px;
top:217px;
width:180px;
height:1px;
display:flex;
}
#u1376 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1376_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1377_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1377 {
border-width:0px;
position:absolute;
left:361px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1377 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1377_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1378_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1378 {
border-width:0px;
position:absolute;
left:406px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1378 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1378_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1379_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1379 {
border-width:0px;
position:absolute;
left:451px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1379 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1379_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1380_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1380 {
border-width:0px;
position:absolute;
left:316px;
top:82px;
width:180px;
height:180px;
display:flex;
}
#u1380 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1380_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1382 {
position:absolute;
left:393px;
top:93px;
}
#u1382_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1382_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1383_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1383 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1383 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u1383_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1384_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1384 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1384 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1384_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1386 {
position:absolute;
left:361px;
top:82px;
}
#u1386_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1386_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1387_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
}
#u1387 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1387 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1387_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1388_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1388 {
border-width:0px;
position:absolute;
left:6px;
top:95px;
width:79px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1388 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1388_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1389_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1389 {
border-width:0px;
position:absolute;
left:424px;
top:203px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(56.5894584107deg);
-moz-transform:rotate(56.5894584107deg);
-ms-transform:rotate(56.5894584107deg);
transform:rotate(56.5894584107deg);
}
#u1389 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1389_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1390_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1390 {
border-width:0px;
position:absolute;
left:375px;
top:211px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(88.9252705207744deg);
-moz-transform:rotate(88.9252705207744deg);
-ms-transform:rotate(88.9252705207744deg);
transform:rotate(88.9252705207744deg);
}
#u1390 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1390_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1391_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1391 {
border-width:0px;
position:absolute;
left:328px;
top:205px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(116.417916967294deg);
-moz-transform:rotate(116.417916967294deg);
-ms-transform:rotate(116.417916967294deg);
transform:rotate(116.417916967294deg);
}
#u1391 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1391_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1392_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1392 {
border-width:0px;
position:absolute;
left:293px;
top:137px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(176.672392228634deg);
-moz-transform:rotate(176.672392228634deg);
-ms-transform:rotate(176.672392228634deg);
transform:rotate(176.672392228634deg);
}
#u1392 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1392_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1393_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:80px;
height:31px;
}
#u1393 {
border-width:0px;
position:absolute;
left:455px;
top:133px;
width:64px;
height:5px;
display:flex;
-webkit-transform:rotate(0.376720060296678deg);
-moz-transform:rotate(0.376720060296678deg);
-ms-transform:rotate(0.376720060296678deg);
transform:rotate(0.376720060296678deg);
}
#u1393 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1393_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1394_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1394 {
border-width:0px;
position:absolute;
left:415px;
top:199px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1394 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1394_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1395_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1395 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1395 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1395_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1397 {
position:absolute;
left:1049px;
top:1707px;
}
#u1397_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1397_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1398_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1398 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1398 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1398_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1400 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1401_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:431px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1401 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:431px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1401 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1401_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1403_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1403 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1403 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1403_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1404_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:400px;
height:66px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1404 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:400px;
height:66px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1404 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1404_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1405_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1405 {
border-width:0px;
position:absolute;
left:123px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1405 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1405_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1407 {
position:absolute;
left:210px;
top:115px;
}
#u1407_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1407_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1408_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1408 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1408 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1408_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1409_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1409 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1409 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1409_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1410_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1410 {
border-width:0px;
position:absolute;
left:976px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1410 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1410_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1411_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1411 {
border-width:0px;
position:absolute;
left:1029px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1411 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1411_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1413 {
position:absolute;
left:888px;
top:1979px;
}
#u1413_state0 {
position:relative;
left:0px;
top:0px;
width:112px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1413_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1414_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1414 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1414 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1414_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1416 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1417_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:456px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1417 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:456px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1417 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1417_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1418_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:420px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1418 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:420px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1418 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1418_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1419_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1419 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1419 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1419_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1421_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1421 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1421 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1421_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1422_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1422 {
border-width:0px;
position:absolute;
left:1008px;
top:1979px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1422 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1422_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1424 {
position:absolute;
left:888px;
top:2264px;
}
#u1424_state0 {
position:relative;
left:0px;
top:0px;
width:112px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1424_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1425_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1425 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1425 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1425_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1427 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1428_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:456px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1428 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:456px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1428 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1428_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1429_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:420px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1429 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:420px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1429 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1429_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1430_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1430 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1430 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1430_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1432_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1432 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1432 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1432_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1433_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1433 {
border-width:0px;
position:absolute;
left:1008px;
top:2264px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1433 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1433_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1434_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:153px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1434 {
border-width:0px;
position:absolute;
left:888px;
top:2558px;
width:153px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1434 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1434_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1435_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1435 {
border-width:0px;
position:absolute;
left:817px;
top:2558px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1435 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1435_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1437 {
position:absolute;
left:257px;
top:1672px;
}
#u1437_state0 {
position:relative;
left:0px;
top:0px;
width:36px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1437_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1438 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1439_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:30px;
}
#u1439 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:30px;
display:flex;
}
#u1439 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1439_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1441 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1442_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:517px;
height:243px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1442 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:517px;
height:243px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1442 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1442_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1444_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1444 {
border-width:0px;
position:absolute;
left:317px;
top:168px;
width:180px;
height:1px;
display:flex;
}
#u1444 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1444_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1445_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1445 {
border-width:0px;
position:absolute;
left:317px;
top:123px;
width:180px;
height:1px;
display:flex;
}
#u1445 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1445_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1446_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1446 {
border-width:0px;
position:absolute;
left:317px;
top:213px;
width:180px;
height:1px;
display:flex;
}
#u1446 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1446_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1447_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1447 {
border-width:0px;
position:absolute;
left:362px;
top:78px;
width:1px;
height:180px;
display:flex;
}
#u1447 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1447_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1448_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1448 {
border-width:0px;
position:absolute;
left:407px;
top:78px;
width:1px;
height:180px;
display:flex;
}
#u1448 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1448_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1449_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1449 {
border-width:0px;
position:absolute;
left:452px;
top:78px;
width:1px;
height:180px;
display:flex;
}
#u1449 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1449_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1450_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1450 {
border-width:0px;
position:absolute;
left:317px;
top:78px;
width:180px;
height:180px;
display:flex;
}
#u1450 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1450_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1451_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:283px;
height:150px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1451 {
border-width:0px;
position:absolute;
left:18px;
top:84px;
width:283px;
height:150px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1451 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1451_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1452_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
height:30px;
}
#u1452 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:35px;
height:30px;
display:flex;
}
#u1452 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1452_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1454 {
position:absolute;
left:326px;
top:131px;
}
#u1454_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1454_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1455_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1455 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1455 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1455_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1456_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1456 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1456 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1456_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
} | e4s/shenshen/files/index/styles.css | body {
margin:0px;
background-color:rgba(36, 36, 36, 1);
background-image:none;
position:relative;
left:0px;
width:1200px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u0_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1200px;
height:600px;
}
#u0 {
border-width:0px;
position:absolute;
left:0px;
top:71px;
width:1200px;
height:600px;
display:flex;
}
#u0 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u0_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1200px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:28px;
color:#F2F2F2;
text-align:center;
}
#u1 {
border-width:0px;
position:absolute;
left:0px;
top:760px;
width:1200px;
height:37px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:28px;
color:#F2F2F2;
text-align:center;
}
#u1 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u2_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u2 {
border-width:0px;
position:absolute;
left:60px;
top:1069px;
width:40px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u2 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u2_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u3_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:100px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u3 {
border-width:0px;
position:absolute;
left:60px;
top:1483px;
width:100px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u3 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u3_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u4_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u4 {
border-width:0px;
position:absolute;
left:60px;
top:2641px;
width:80px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u4 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u4_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u5_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:24px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u5 {
border-width:0px;
position:absolute;
left:60px;
top:2843px;
width:80px;
height:24px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:20px;
color:#FFFF80;
line-height:24px;
}
#u5 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u5_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u6 {
position:absolute;
left:130px;
top:3394px;
}
#u6_state0 {
position:relative;
left:0px;
top:0px;
width:219px;
height:40px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u6_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u7 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u8_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:40px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u8 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:40px;
display:flex;
}
#u8 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u8_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u9_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:26px;
}
#u9 {
border-width:0px;
position:absolute;
left:108px;
top:7px;
width:29px;
height:26px;
display:flex;
}
#u9 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u9_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u10_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u10 {
border-width:0px;
position:absolute;
left:50px;
top:5px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u10 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u10_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u11_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u11 {
border-width:0px;
position:absolute;
left:147px;
top:5px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u11 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u11_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:40px;
}
#u12 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:40px;
display:flex;
}
#u12 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u12_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u13_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:72px;
}
#u13 {
border-width:0px;
position:absolute;
left:0px;
top:45px;
width:257px;
height:72px;
display:flex;
}
#u13 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u14_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u14 {
border-width:0px;
position:absolute;
left:165px;
top:1585px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u14 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u14_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u14.mouseOver {
}
#u14_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u15_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u15 {
border-width:0px;
position:absolute;
left:165px;
top:1847px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u15 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u15_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u15.mouseOver {
}
#u15_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u16_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u16 {
border-width:0px;
position:absolute;
left:165px;
top:2385px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u16 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u16_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u16.mouseOver {
}
#u16_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u17_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u17 {
border-width:0px;
position:absolute;
left:94px;
top:1594px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u17 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u17_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u18_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(75, 121, 2, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u18 {
border-width:0px;
position:absolute;
left:165px;
top:2081px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u18 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u18_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(112, 182, 3, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u18.mouseOver {
}
#u18_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u19_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u19 {
border-width:0px;
position:absolute;
left:94px;
top:1856px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u19 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u19_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u20_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:88px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u20 {
border-width:0px;
position:absolute;
left:77px;
top:2120px;
width:88px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u20 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u20_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u21_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u21 {
border-width:0px;
position:absolute;
left:94px;
top:2394px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u21 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u21_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u22_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:88px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u22 {
border-width:0px;
position:absolute;
left:77px;
top:2424px;
width:88px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u22 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u22_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u23_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u23 {
border-width:0px;
position:absolute;
left:94px;
top:2090px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u23 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u23_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:88px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u24 {
border-width:0px;
position:absolute;
left:77px;
top:1886px;
width:88px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u24 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u24_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:108px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u25 {
border-width:0px;
position:absolute;
left:165px;
top:2558px;
width:108px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u25 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u25_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u26_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u26 {
border-width:0px;
position:absolute;
left:94px;
top:2558px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u26 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u26_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u27_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u27 {
border-width:0px;
position:absolute;
left:197px;
top:1540px;
width:48px;
height:21px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u27 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u27_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u29 {
position:absolute;
left:165px;
top:1637px;
}
#u29_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u29_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u30_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u30 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u30 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u30_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u32 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u33_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:452px;
height:149px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u33 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:452px;
height:149px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u33 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u33_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u34_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:422px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u34 {
border-width:0px;
position:absolute;
left:18px;
top:81px;
width:422px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u34 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u34_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u35_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u35 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u35 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u35_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u37_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u37 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u37 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u37_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u39 {
position:absolute;
left:47px;
top:141px;
}
#u39_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u39_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u40_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u40 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u40 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u40_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u41_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u41 {
border-width:0px;
position:absolute;
left:-8px;
top:35px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u41 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u41_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u43 {
position:absolute;
left:165px;
top:1672px;
}
#u43_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u43_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u44_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u44 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u44 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u44_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u46 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u47_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u47 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u47 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u47_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u48_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u48 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u48 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u48_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u49_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u49 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u49 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u49_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u51_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u51 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u51 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u51_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u53 {
position:absolute;
left:165px;
top:1707px;
}
#u53_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u53_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u55 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u56_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:528px;
height:91px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u56 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:528px;
height:91px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u56 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u56_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u57_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:322px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u57 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:322px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u57 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u57_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u58_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u58 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u58 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u58_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u60_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u60 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u60 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u60_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u61_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u61 {
border-width:0px;
position:absolute;
left:395px;
top:82px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u61 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u61_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u63 {
position:absolute;
left:350px;
top:82px;
}
#u63_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u63_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u65 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u66_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u66 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u66 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u66_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u67_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u67 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u67 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u67_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u68_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u68 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u68 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u68_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u70_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u70 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u70 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u70_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u71_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u71 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u71 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u71_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u72_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u72 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u72 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u72_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u74 {
position:absolute;
left:165px;
top:1742px;
}
#u74_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u74_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u75_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u75 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u75 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u75_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u77 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u78_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u78 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u78 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u78_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u79_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u79 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u79 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u79_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u80_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u80 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u80 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u80_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u82_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u82 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u82 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u82_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u84 {
position:absolute;
left:165px;
top:1777px;
}
#u84_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u84_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u86 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u87_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:540px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u87 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:540px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u87 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u87_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u88_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u88 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:515px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u88 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u88_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u89_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u89 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u89 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u89_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u91_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u91 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u91 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u91_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u92_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u92 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u92 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u92_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u94 {
position:absolute;
left:165px;
top:1899px;
}
#u94_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u94_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u96 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u97_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:448px;
height:348px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u97 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:448px;
height:348px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u97 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u97_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u98_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:412px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u98 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:412px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u98 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u98_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u99_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u99 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u99 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u99_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u101_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u101 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u101 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u101_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u103_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u103 {
border-width:0px;
position:absolute;
left:18px;
top:271px;
width:180px;
height:1px;
display:flex;
}
#u103 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u103_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u104_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u104 {
border-width:0px;
position:absolute;
left:18px;
top:226px;
width:180px;
height:1px;
display:flex;
}
#u104 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u104_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u105_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u105 {
border-width:0px;
position:absolute;
left:18px;
top:316px;
width:180px;
height:1px;
display:flex;
}
#u105 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u105_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u106_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u106 {
border-width:0px;
position:absolute;
left:63px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u106 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u106_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u107_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u107 {
border-width:0px;
position:absolute;
left:108px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u107 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u107_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u108_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u108 {
border-width:0px;
position:absolute;
left:153px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u108 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u108_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u109_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u109 {
border-width:0px;
position:absolute;
left:18px;
top:181px;
width:180px;
height:180px;
display:flex;
}
#u109 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u109_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u110 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u112 {
position:absolute;
left:63px;
top:182px;
}
#u112_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u112_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u113_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u113 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u113 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u113_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u114_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u114 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u114 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u114_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u115_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u115 {
border-width:0px;
position:absolute;
left:79px;
top:220px;
width:14px;
height:5px;
display:flex;
}
#u115 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u115_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u116 {
position:absolute;
left:19px;
top:182px;
}
#u116_state0 {
position:relative;
left:0px;
top:0px;
width:44px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u116_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u117_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u117 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u117 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u117_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u118_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u118 {
border-width:0px;
position:absolute;
left:-13px;
top:183px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u118 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u118_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u119 {
position:absolute;
left:108px;
top:182px;
}
#u119_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u119_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u120_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u120 {
border-width:0px;
position:absolute;
left:1px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u120 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u120_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u121_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u121 {
border-width:0px;
position:absolute;
left:-13px;
top:183px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u121 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u121_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u122 {
position:absolute;
left:152px;
top:182px;
}
#u122_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u122_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u123_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u123 {
border-width:0px;
position:absolute;
left:1px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u123 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u123_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u124_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u124 {
border-width:0px;
position:absolute;
left:-13px;
top:183px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u124 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u124_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u126_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u126 {
border-width:0px;
position:absolute;
left:244px;
top:271px;
width:180px;
height:1px;
display:flex;
}
#u126 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u126_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u127_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u127 {
border-width:0px;
position:absolute;
left:244px;
top:226px;
width:180px;
height:1px;
display:flex;
}
#u127 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u127_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u128_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u128 {
border-width:0px;
position:absolute;
left:244px;
top:316px;
width:180px;
height:1px;
display:flex;
}
#u128 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u128_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u129_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u129 {
border-width:0px;
position:absolute;
left:289px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u129 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u129_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u130_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u130 {
border-width:0px;
position:absolute;
left:334px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u130 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u130_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u131_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u131 {
border-width:0px;
position:absolute;
left:379px;
top:181px;
width:1px;
height:180px;
display:flex;
}
#u131 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u131_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u132_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u132 {
border-width:0px;
position:absolute;
left:244px;
top:181px;
width:180px;
height:180px;
display:flex;
}
#u132 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u132_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u133_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u133p000 {
border-width:0px;
position:absolute;
left:-3px;
top:-3px;
width:36px;
height:6px;
}
#u133p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u133p001 {
border-width:0px;
position:absolute;
left:-1px;
top:-1px;
width:4px;
height:4px;
}
#u133p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u133p002 {
border-width:0px;
position:absolute;
left:17px;
top:-9px;
width:20px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u133p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u133 {
border-width:0px;
position:absolute;
left:205px;
top:270px;
width:31px;
height:1px;
display:flex;
}
#u133 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u133_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u135 {
position:absolute;
left:289px;
top:181px;
}
#u135_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u135_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u136_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u136 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u136 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u136_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u137_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u137 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u137 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u137_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u139 {
position:absolute;
left:289px;
top:226px;
}
#u139_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u139_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u140_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u140 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u140 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u140_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u141_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u141 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u141 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u141_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u143 {
position:absolute;
left:289px;
top:271px;
}
#u143_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u143_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u144_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u144 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u144 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u144_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u145_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u145 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u145 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u145_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u147 {
position:absolute;
left:289px;
top:316px;
}
#u147_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u147_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u148_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u148 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u148 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u148_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u149_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u149 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u149 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u149_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u150 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u152 {
position:absolute;
left:289px;
top:181px;
}
#u152_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u152_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u153_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u153 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u153 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u153_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u154_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u154 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u154 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u154_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u155_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u155 {
border-width:0px;
position:absolute;
left:305px;
top:219px;
width:14px;
height:5px;
display:flex;
}
#u155 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u155_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u157 {
position:absolute;
left:74px;
top:142px;
}
#u157_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u157_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u159 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u160_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u160 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u160 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u160_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u161_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u161 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u161 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u161_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u162_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u162 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u162 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u162_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u164_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u164 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u164 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u164_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u165_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u165 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u165 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u165_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u166_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u166 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u166 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u166_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u168 {
position:absolute;
left:165px;
top:1934px;
}
#u168_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u168_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u169_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u169 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u169 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u169_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u171 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u172_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u172 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u172 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u172_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u173_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u173 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u173 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u173_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u174_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u174 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u174 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u174_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u176_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u176 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u176 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u176_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u178 {
position:absolute;
left:165px;
top:1969px;
}
#u178_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u178_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u179_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u179 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u179 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u179_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u181 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u182_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1006px;
height:352px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u182 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:1006px;
height:352px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u182 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u182_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u184_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u184 {
border-width:0px;
position:absolute;
left:247px;
top:247px;
width:180px;
height:1px;
display:flex;
}
#u184 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u184_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u185_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u185 {
border-width:0px;
position:absolute;
left:247px;
top:202px;
width:180px;
height:1px;
display:flex;
}
#u185 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u185_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u186_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u186 {
border-width:0px;
position:absolute;
left:247px;
top:292px;
width:180px;
height:1px;
display:flex;
}
#u186 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u186_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u187_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u187 {
border-width:0px;
position:absolute;
left:292px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u187 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u187_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u188_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u188 {
border-width:0px;
position:absolute;
left:337px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u188 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u188_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u189_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u189 {
border-width:0px;
position:absolute;
left:382px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u189 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u189_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u190_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u190 {
border-width:0px;
position:absolute;
left:247px;
top:157px;
width:180px;
height:180px;
display:flex;
}
#u190 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u190_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u191 {
position:absolute;
left:248px;
top:158px;
}
#u191_state0 {
position:relative;
left:0px;
top:0px;
width:44px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u191_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u192_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u192 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u192 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u192_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u193_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u193 {
border-width:0px;
position:absolute;
left:0px;
top:184px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u193 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u193_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u194 {
position:absolute;
left:293px;
top:158px;
}
#u194_state0 {
position:relative;
left:0px;
top:0px;
width:44px;
height:179px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u194_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u195_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u195 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:179px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u195 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u195_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u196_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u196 {
border-width:0px;
position:absolute;
left:0px;
top:184px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u196 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u196_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u197_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:637px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u197 {
border-width:0px;
position:absolute;
left:18px;
top:83px;
width:637px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u197 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u197_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u198_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u198 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u198 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u198_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u200_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u200 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u200 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u200_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u202_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u202 {
border-width:0px;
position:absolute;
left:18px;
top:247px;
width:180px;
height:1px;
display:flex;
}
#u202 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u202_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u203_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u203 {
border-width:0px;
position:absolute;
left:18px;
top:202px;
width:180px;
height:1px;
display:flex;
}
#u203 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u203_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u204_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u204 {
border-width:0px;
position:absolute;
left:18px;
top:292px;
width:180px;
height:1px;
display:flex;
}
#u204 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u204_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u205_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u205 {
border-width:0px;
position:absolute;
left:63px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u205 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u205_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u206_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u206 {
border-width:0px;
position:absolute;
left:108px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u206 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u206_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u207_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u207 {
border-width:0px;
position:absolute;
left:153px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u207 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u207_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u208_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u208 {
border-width:0px;
position:absolute;
left:18px;
top:157px;
width:180px;
height:180px;
display:flex;
}
#u208 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u208_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u209 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u211 {
position:absolute;
left:86px;
top:225px;
}
#u211_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u211_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u212_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u212 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u212 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u212_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u213_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u213 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u213 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u213_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u214_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u214 {
border-width:0px;
position:absolute;
left:84px;
top:246px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
#u214 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u214_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u215_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u215p000 {
border-width:0px;
position:absolute;
left:-2px;
top:-3px;
width:36px;
height:6px;
}
#u215p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u215p001 {
border-width:0px;
position:absolute;
left:-2px;
top:-1px;
width:4px;
height:4px;
}
#u215p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u215p002 {
border-width:0px;
position:absolute;
left:16px;
top:-9px;
width:22px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u215p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:20px;
}
#u215 {
border-width:0px;
position:absolute;
left:208px;
top:246px;
width:31px;
height:1px;
display:flex;
}
#u215 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u215_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u216_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u216 {
border-width:0px;
position:absolute;
left:53px;
top:237px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u216 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u216_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u217_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u217 {
border-width:0px;
position:absolute;
left:99px;
top:193px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u217 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u217_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u218_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u218 {
border-width:0px;
position:absolute;
left:143px;
top:238px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u218 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u218_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u219_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u219 {
border-width:0px;
position:absolute;
left:99px;
top:281px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u219 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u219_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u220_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:165px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-style:normal;
font-size:16px;
line-height:30px;
}
#u220 {
border-width:0px;
position:absolute;
left:26px;
top:342px;
width:165px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-style:normal;
font-size:16px;
line-height:30px;
}
#u220 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u220_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u221 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u223 {
position:absolute;
left:270px;
top:225px;
}
#u223_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u223_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u224_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u224 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u224 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u224_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u225_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u225 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u225 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u225_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u226_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u226 {
border-width:0px;
position:absolute;
left:268px;
top:246px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
#u226 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u226_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u227 {
position:absolute;
left:338px;
top:203px;
}
#u227_state0 {
position:relative;
left:0px;
top:0px;
width:87px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u227_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u228_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:87px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u228 {
border-width:0px;
position:absolute;
left:21px;
top:-21px;
width:45px;
height:87px;
display:flex;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u228 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u228_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u229_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u229 {
border-width:0px;
position:absolute;
left:21px;
top:49px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u229 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u229_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u230 {
position:absolute;
left:338px;
top:248px;
}
#u230_state0 {
position:relative;
left:0px;
top:0px;
width:87px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u230_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u231_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:87px;
background:-webkit-linear-gradient(0deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:-moz-linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
background:linear-gradient(90deg, rgba(245, 154, 35, 1) 16%, rgba(255, 255, 0, 1) 25%, rgba(245, 154, 35, 1) 37%, rgba(245, 154, 35, 1) 65%, rgba(255, 255, 0, 1) 74%, rgba(245, 154, 35, 1) 84%);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u231 {
border-width:0px;
position:absolute;
left:21px;
top:-21px;
width:45px;
height:87px;
display:flex;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u231 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u231_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u232_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:25px;
}
#u232 {
border-width:0px;
position:absolute;
left:21px;
top:49px;
width:44px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u232 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u232_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u233_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u233 {
border-width:0px;
position:absolute;
left:280px;
top:342px;
width:114px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u233 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u233_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u234_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
height:283px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u234 {
border-width:0px;
position:absolute;
left:678px;
top:84px;
width:306px;
height:283px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u234 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u234_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u235_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:286px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u235 {
border-width:0px;
position:absolute;
left:696px;
top:126px;
width:286px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u235 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u235_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u236_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FF9292;
line-height:30px;
}
#u236 {
border-width:0px;
position:absolute;
left:696px;
top:96px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FF9292;
line-height:30px;
}
#u236 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u236_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u238_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u238 {
border-width:0px;
position:absolute;
left:785px;
top:255px;
width:180px;
height:1px;
display:flex;
}
#u238 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u238_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u239_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u239 {
border-width:0px;
position:absolute;
left:785px;
top:210px;
width:180px;
height:1px;
display:flex;
}
#u239 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u239_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u240_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u240 {
border-width:0px;
position:absolute;
left:785px;
top:300px;
width:180px;
height:1px;
display:flex;
}
#u240 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u240_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u241_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u241 {
border-width:0px;
position:absolute;
left:830px;
top:165px;
width:1px;
height:180px;
display:flex;
}
#u241 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u241_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u242_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u242 {
border-width:0px;
position:absolute;
left:875px;
top:165px;
width:1px;
height:180px;
display:flex;
}
#u242 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u242_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u243_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u243 {
border-width:0px;
position:absolute;
left:920px;
top:165px;
width:1px;
height:180px;
display:flex;
}
#u243 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u243_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u244_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u244 {
border-width:0px;
position:absolute;
left:785px;
top:165px;
width:180px;
height:180px;
display:flex;
}
#u244 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u244_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u245 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u247 {
position:absolute;
left:912px;
top:175px;
}
#u247_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u247_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u248_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u248 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u248 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u248_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u249_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u249 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u249 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u249_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u250_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u250 {
border-width:0px;
position:absolute;
left:912px;
top:203px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(67deg);
-moz-transform:rotate(67deg);
-ms-transform:rotate(67deg);
transform:rotate(67deg);
}
#u250 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u250_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u251_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u251 {
border-width:0px;
position:absolute;
left:820px;
top:245px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u251 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u251_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u252_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u252 {
border-width:0px;
position:absolute;
left:866px;
top:201px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u252 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u252_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u253_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u253 {
border-width:0px;
position:absolute;
left:910px;
top:246px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u253 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u253_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u254_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u254 {
border-width:0px;
position:absolute;
left:866px;
top:289px;
width:20px;
height:20px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#555555;
}
#u254 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u254_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u255_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:65px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u255 {
border-width:0px;
position:absolute;
left:712px;
top:289px;
width:65px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u255 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u255_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u257_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u257 {
border-width:0px;
position:absolute;
left:475px;
top:247px;
width:180px;
height:1px;
display:flex;
}
#u257 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u257_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u258_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u258 {
border-width:0px;
position:absolute;
left:475px;
top:202px;
width:180px;
height:1px;
display:flex;
}
#u258 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u258_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u259_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u259 {
border-width:0px;
position:absolute;
left:475px;
top:292px;
width:180px;
height:1px;
display:flex;
}
#u259 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u259_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u260_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u260 {
border-width:0px;
position:absolute;
left:520px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u260 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u260_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u261_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u261 {
border-width:0px;
position:absolute;
left:565px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u261 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u261_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u262_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u262 {
border-width:0px;
position:absolute;
left:610px;
top:157px;
width:1px;
height:180px;
display:flex;
}
#u262 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u262_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u263_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u263 {
border-width:0px;
position:absolute;
left:475px;
top:157px;
width:180px;
height:180px;
display:flex;
}
#u263 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u263_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u264_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u264p000 {
border-width:0px;
position:absolute;
left:-2px;
top:-3px;
width:36px;
height:6px;
}
#u264p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u264p001 {
border-width:0px;
position:absolute;
left:-2px;
top:-1px;
width:4px;
height:4px;
}
#u264p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u264p002 {
border-width:0px;
position:absolute;
left:16px;
top:-9px;
width:22px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u264p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:20px;
}
#u264 {
border-width:0px;
position:absolute;
left:436px;
top:246px;
width:31px;
height:1px;
display:flex;
}
#u264 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u264_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u265 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u267 {
position:absolute;
left:498px;
top:225px;
}
#u267_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u267_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u268_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u268 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u268 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u268_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u269_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u269 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u269 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u269_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u270_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u270 {
border-width:0px;
position:absolute;
left:496px;
top:246px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
#u270 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u270_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u271_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u271 {
border-width:0px;
position:absolute;
left:549px;
top:342px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u271 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u271_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u273 {
position:absolute;
left:565px;
top:157px;
}
#u273_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u273_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u274_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u274 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u274 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u274_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u275_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u275 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u275 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u275_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u277 {
position:absolute;
left:610px;
top:157px;
}
#u277_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u277_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u278_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u278 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u278 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u278_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u279_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u279 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u279 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u279_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u281 {
position:absolute;
left:565px;
top:292px;
}
#u281_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u281_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u282_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u282 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u282 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u282_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u283_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u283 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u283 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u283_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u285 {
position:absolute;
left:610px;
top:292px;
}
#u285_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u285_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u286_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u286 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u286 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u286_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u287_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u287 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u287 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u287_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u289 {
position:absolute;
left:492px;
top:113px;
}
#u289_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u289_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u291 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u292_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u292 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u292 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u292_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u293_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u293 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u293 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u293_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u294_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u294 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u294 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u294_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u296_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u296 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u296 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u296_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u297_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u297 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u297 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u297_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u299 {
position:absolute;
left:165px;
top:2004px;
}
#u299_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u299_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u300_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u300 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u300 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u300_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u302 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u303_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:522px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u303 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:522px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u303 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u303_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u304_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:497px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u304 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:497px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u304 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u304_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u305_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u305 {
border-width:0px;
position:absolute;
left:413px;
top:112px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u305 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u305_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u307_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u307 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u307 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u307_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u308_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u308 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u308 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u308_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u309_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:7px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u309 {
border-width:0px;
position:absolute;
left:237px;
top:2004px;
width:7px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u309 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u309_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u311 {
position:absolute;
left:252px;
top:2004px;
}
#u311_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u311_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u313 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u314_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:122px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u314 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:515px;
height:122px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u314 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u314_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u315_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u315 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u315 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u315_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u317_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u317 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u317 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u317_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u318_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:497px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u318 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:497px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u318 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u318_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u319_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u319 {
border-width:0px;
position:absolute;
left:413px;
top:112px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u319 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u319_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u320_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u320 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u320 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u320_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u322 {
position:absolute;
left:344px;
top:2004px;
}
#u322_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u322_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u324 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u325_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:148px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u325 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:148px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u325 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u325_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u327_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(123, 77, 18, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u327 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u327 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u327_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u328_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:476px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u328 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:476px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u328 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u328_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u329_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u329 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u329 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u329_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u330_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u330 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u330 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u330_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u332 {
position:absolute;
left:165px;
top:2133px;
}
#u332_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u332_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u333_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u333 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u333 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u333_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u335 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u336_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:474px;
height:214px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u336 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:474px;
height:214px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u336 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u336_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u337_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:186px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u337 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:186px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u337 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u337_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u338_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u338 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u338 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u338_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u340_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u340 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u340 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u340_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u342 {
position:absolute;
left:212px;
top:82px;
}
#u342_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u342_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u343_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u343 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u343 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u343_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u344_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u344 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u344 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u344_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u346 {
position:absolute;
left:262px;
top:82px;
}
#u346_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u346_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u347_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u347 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u347 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u347_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u348_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u348 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u348 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u348_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u349_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u349 {
border-width:0px;
position:absolute;
left:302px;
top:82px;
width:47px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u349 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u349_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u351 {
position:absolute;
left:355px;
top:82px;
}
#u351_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u351_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u352_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u352 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u352 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u352_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u353_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u353 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u353 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u353_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u354_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u354 {
border-width:0px;
position:absolute;
left:393px;
top:82px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u354 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u354_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u355_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:288px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u355 {
border-width:0px;
position:absolute;
left:18px;
top:119px;
width:288px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u355 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u355_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u357_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(128, 128, 0, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u357 {
border-width:0px;
position:absolute;
left:317px;
top:119px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u357 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u357_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u358_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:154px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u358 {
border-width:0px;
position:absolute;
left:18px;
top:159px;
width:154px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u358 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u358_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u360 {
position:absolute;
left:182px;
top:159px;
}
#u360_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u360_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u361_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u361 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u361 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u361_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u362_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u362 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u362 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u362_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u364 {
position:absolute;
left:232px;
top:159px;
}
#u364_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u364_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u365_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u365 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u365 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u365_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u366_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u366 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u366 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u366_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u367_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:63px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u367 {
border-width:0px;
position:absolute;
left:272px;
top:159px;
width:63px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u367 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u367_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u369 {
position:absolute;
left:343px;
top:159px;
}
#u369_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u369_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u370_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u370 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u370 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u370_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u371_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u371 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u371 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u371_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u372_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u372 {
border-width:0px;
position:absolute;
left:381px;
top:159px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u372 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u372_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u373_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:288px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u373 {
border-width:0px;
position:absolute;
left:18px;
top:199px;
width:288px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u373 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u373_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u375_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(128, 128, 0, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u375 {
border-width:0px;
position:absolute;
left:317px;
top:199px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u375 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u375_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u376_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:7px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u376 {
border-width:0px;
position:absolute;
left:249px;
top:82px;
width:7px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u376 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u376_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u377_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:7px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u377 {
border-width:0px;
position:absolute;
left:219px;
top:159px;
width:7px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u377 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u377_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u379 {
position:absolute;
left:165px;
top:2168px;
}
#u379_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u379_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u381 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u382_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:474px;
height:330px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u382 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:474px;
height:330px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u382 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u382_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u383_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u383 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:227px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u383 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u383_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u384_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u384 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u384 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u384_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u386_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u386 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u386 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u386_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u388_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(123, 77, 18, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u388 {
border-width:0px;
position:absolute;
left:254px;
top:82px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u388 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u388_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u389_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:96px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u389 {
border-width:0px;
position:absolute;
left:359px;
top:82px;
width:96px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u389 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u389_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u390_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u390 {
border-width:0px;
position:absolute;
left:111px;
top:123px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u390 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u390_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u392_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u392 {
border-width:0px;
position:absolute;
left:42px;
top:254px;
width:180px;
height:1px;
display:flex;
}
#u392 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u392_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u393_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u393 {
border-width:0px;
position:absolute;
left:42px;
top:209px;
width:180px;
height:1px;
display:flex;
}
#u393 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u393_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u394_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u394 {
border-width:0px;
position:absolute;
left:42px;
top:299px;
width:180px;
height:1px;
display:flex;
}
#u394 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u394_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u395_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u395 {
border-width:0px;
position:absolute;
left:87px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u395 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u395_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u396_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u396 {
border-width:0px;
position:absolute;
left:132px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u396 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u396_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u397_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u397 {
border-width:0px;
position:absolute;
left:177px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u397 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u397_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u398_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u398 {
border-width:0px;
position:absolute;
left:42px;
top:164px;
width:180px;
height:180px;
display:flex;
}
#u398 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u398_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u399_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u399 {
border-width:0px;
position:absolute;
left:324px;
top:123px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u399 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u399_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u401_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u401 {
border-width:0px;
position:absolute;
left:255px;
top:254px;
width:180px;
height:1px;
display:flex;
}
#u401 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u401_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u402_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u402 {
border-width:0px;
position:absolute;
left:255px;
top:209px;
width:180px;
height:1px;
display:flex;
}
#u402 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u402_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u403_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u403 {
border-width:0px;
position:absolute;
left:255px;
top:299px;
width:180px;
height:1px;
display:flex;
}
#u403 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u403_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u404_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u404 {
border-width:0px;
position:absolute;
left:300px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u404 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u404_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u405_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u405 {
border-width:0px;
position:absolute;
left:345px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u405 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u405_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u406_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u406 {
border-width:0px;
position:absolute;
left:390px;
top:164px;
width:1px;
height:180px;
display:flex;
}
#u406 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u406_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u407_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u407 {
border-width:0px;
position:absolute;
left:255px;
top:164px;
width:180px;
height:180px;
display:flex;
}
#u407 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u407_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u409 {
position:absolute;
left:121px;
top:244px;
}
#u409_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u409_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u410_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u410 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u410 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u410_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u411_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u411 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u411 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u411_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u413 {
position:absolute;
left:121px;
top:182px;
}
#u413_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u413_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u414_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u414 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u414 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u414_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u415_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u415 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u415 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u415_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u417 {
position:absolute;
left:121px;
top:306px;
}
#u417_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u417_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u418_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u418 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u418 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u418_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u419_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u419 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u419 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u419_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u421 {
position:absolute;
left:60px;
top:244px;
}
#u421_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u421_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u422_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u422 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u422 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u422_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u423_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u423 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u423 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u423_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u425 {
position:absolute;
left:60px;
top:182px;
}
#u425_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u425_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u426_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u426 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u426 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u426_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u427_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u427 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u427 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u427_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u429 {
position:absolute;
left:60px;
top:306px;
}
#u429_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u429_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u430_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u430 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u430 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u430_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u431_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u431 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u431 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u431_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u433 {
position:absolute;
left:184px;
top:244px;
}
#u433_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u433_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u434_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u434 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u434 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u434_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u435_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u435 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u435 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u435_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u437 {
position:absolute;
left:184px;
top:182px;
}
#u437_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u437_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u438_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u438 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u438 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u438_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u439_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u439 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u439 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u439_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u441 {
position:absolute;
left:184px;
top:306px;
}
#u441_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u441_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u442_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u442 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u442 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u442_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u443_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u443 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u443 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u443_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u445 {
position:absolute;
left:335px;
top:244px;
}
#u445_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u445_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u446_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u446 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u446 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u446_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u447_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u447 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u447 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u447_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u449 {
position:absolute;
left:335px;
top:182px;
}
#u449_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u449_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u450_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u450 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u450 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u450_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u451_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u451 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u451 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u451_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u453 {
position:absolute;
left:335px;
top:306px;
}
#u453_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u453_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u454_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u454 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u454 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u454_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u455_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u455 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u455 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u455_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u457 {
position:absolute;
left:274px;
top:244px;
}
#u457_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u457_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u458_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u458 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u458 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u458_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u459_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u459 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u459 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u459_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u461 {
position:absolute;
left:274px;
top:182px;
}
#u461_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u461_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u462_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u462 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u462 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u462_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u463_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u463 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u463 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u463_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u465 {
position:absolute;
left:274px;
top:306px;
}
#u465_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u465_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u466_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u466 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u466 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u466_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u467_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u467 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u467 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u467_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u469 {
position:absolute;
left:398px;
top:244px;
}
#u469_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u469_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u470_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u470 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u470 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u470_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u471_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u471 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u471 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u471_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u473 {
position:absolute;
left:398px;
top:182px;
}
#u473_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u473_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u474_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u474 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u474 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u474_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u475_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u475 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u475 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u475_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u477 {
position:absolute;
left:398px;
top:306px;
}
#u477_state0 {
position:relative;
left:0px;
top:0px;
width:21px;
height:21px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u477_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u478_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
}
#u478 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FBE9CD;
}
#u478 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u478_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u479_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u479 {
border-width:0px;
position:absolute;
left:-21px;
top:25px;
width:66px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u479 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u479_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u480_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u480 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u480 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u480_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u481_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u481 {
border-width:0px;
position:absolute;
left:237px;
top:2133px;
width:18px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u481 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u481_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u483 {
position:absolute;
left:165px;
top:2203px;
}
#u483_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u483_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u484_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u484 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u484 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u484_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u486 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u487_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:465px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u487 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:465px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u487 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u487_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u488_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u488 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u488 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u488_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u489_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u489 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u489 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u489_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u491_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u491 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u491 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u491_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u492_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u492 {
border-width:0px;
position:absolute;
left:378px;
top:82px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u492 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u492_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u494_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(128, 128, 0, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u494 {
border-width:0px;
position:absolute;
left:271px;
top:82px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u494 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u494_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u496 {
position:absolute;
left:241px;
top:2203px;
}
#u496_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u496_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u498 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u499_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:148px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u499 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:148px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u499 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u499_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u501_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(123, 77, 18, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u501 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u501 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u501_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u502_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:476px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u502 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:476px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u502 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u502_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u503_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u503 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u503 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u503_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u504_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u504 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u504 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u504_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u506 {
position:absolute;
left:165px;
top:2238px;
}
#u506_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u506_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u507_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u507 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u507 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u507_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u509 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u510_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u510 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u510 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u510_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u511_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u511 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u511 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u511_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u512_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u512 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u512 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u512_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u514_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u514 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u514 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u514_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u516 {
position:absolute;
left:165px;
top:2273px;
}
#u516_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u516_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u517_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u517 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u517 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u517_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u519 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u520_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:452px;
height:149px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u520 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:452px;
height:149px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u520 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u520_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u521_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:422px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u521 {
border-width:0px;
position:absolute;
left:18px;
top:81px;
width:422px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u521 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u521_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u522_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u522 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u522 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u522_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u524_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u524 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u524 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u524_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u526 {
position:absolute;
left:47px;
top:141px;
}
#u526_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u526_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u527_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u527 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u527 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u527_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u528_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u528 {
border-width:0px;
position:absolute;
left:-8px;
top:35px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u528 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u528_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u530 {
position:absolute;
left:165px;
top:2308px;
}
#u530_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u530_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u532 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u533_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:540px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u533 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:540px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u533 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u533_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u534_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u534 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:515px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u534 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u534_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u535_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u535 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u535 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u535_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u537_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u537 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u537 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u537_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u538_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u538 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u538 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u538_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u540 {
position:absolute;
left:165px;
top:2439px;
}
#u540_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u540_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u542 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u543_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:727px;
height:354px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u543 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:727px;
height:354px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u543 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u543_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u545_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u545 {
border-width:0px;
position:absolute;
left:51px;
top:245px;
width:180px;
height:1px;
display:flex;
}
#u545 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u545_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u546_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u546 {
border-width:0px;
position:absolute;
left:51px;
top:200px;
width:180px;
height:1px;
display:flex;
}
#u546 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u546_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u547_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u547 {
border-width:0px;
position:absolute;
left:51px;
top:290px;
width:180px;
height:1px;
display:flex;
}
#u547 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u547_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u548_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u548 {
border-width:0px;
position:absolute;
left:96px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u548 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u548_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u549_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u549 {
border-width:0px;
position:absolute;
left:141px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u549 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u549_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u550_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u550 {
border-width:0px;
position:absolute;
left:186px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u550 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u550_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u551_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u551 {
border-width:0px;
position:absolute;
left:51px;
top:155px;
width:180px;
height:180px;
display:flex;
}
#u551 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u551_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u552 {
position:absolute;
left:96px;
top:155px;
}
#u552_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:180px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u552_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u553_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:180px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u553 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:180px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u553 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u553_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u554_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:51px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u554 {
border-width:0px;
position:absolute;
left:-2px;
top:185px;
width:51px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u554 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u554_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u555_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:686px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u555 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:686px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u555 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u555_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u556_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u556 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u556 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u556_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u558_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u558 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u558 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u558_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u559 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u561 {
position:absolute;
left:96px;
top:290px;
}
#u561_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u561_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u562_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u562 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u562 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u562_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u563_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u563 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u563 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u563_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u564_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u564 {
border-width:0px;
position:absolute;
left:112px;
top:328px;
width:14px;
height:5px;
display:flex;
}
#u564 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u564_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u566_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u566 {
border-width:0px;
position:absolute;
left:288px;
top:245px;
width:180px;
height:1px;
display:flex;
}
#u566 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u566_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u567_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u567 {
border-width:0px;
position:absolute;
left:288px;
top:200px;
width:180px;
height:1px;
display:flex;
}
#u567 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u567_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u568_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u568 {
border-width:0px;
position:absolute;
left:288px;
top:290px;
width:180px;
height:1px;
display:flex;
}
#u568 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u568_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u569_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u569 {
border-width:0px;
position:absolute;
left:333px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u569 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u569_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u570_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u570 {
border-width:0px;
position:absolute;
left:378px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u570 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u570_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u571_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u571 {
border-width:0px;
position:absolute;
left:423px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u571 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u571_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u572_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u572 {
border-width:0px;
position:absolute;
left:288px;
top:155px;
width:180px;
height:180px;
display:flex;
}
#u572 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u572_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u573_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u573p000 {
border-width:0px;
position:absolute;
left:-3px;
top:-3px;
width:36px;
height:6px;
}
#u573p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u573p001 {
border-width:0px;
position:absolute;
left:-1px;
top:-1px;
width:4px;
height:4px;
}
#u573p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u573p002 {
border-width:0px;
position:absolute;
left:17px;
top:-9px;
width:20px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u573p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u573 {
border-width:0px;
position:absolute;
left:245px;
top:244px;
width:31px;
height:1px;
display:flex;
}
#u573 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u573_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u574 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u576 {
position:absolute;
left:333px;
top:290px;
}
#u576_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u576_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u577_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u577 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u577 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u577_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u578_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u578 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u578 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u578_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u579_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u579 {
border-width:0px;
position:absolute;
left:348px;
top:292px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u579 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u579_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u580_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u580 {
border-width:0px;
position:absolute;
left:154px;
top:188px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(0.196326604401752deg);
-moz-transform:rotate(0.196326604401752deg);
-ms-transform:rotate(0.196326604401752deg);
transform:rotate(0.196326604401752deg);
}
#u580 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u580_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u581_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u581 {
border-width:0px;
position:absolute;
left:154px;
top:243px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(0.196326604401752deg);
-moz-transform:rotate(0.196326604401752deg);
-ms-transform:rotate(0.196326604401752deg);
transform:rotate(0.196326604401752deg);
}
#u581 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u581_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u582_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u582 {
border-width:0px;
position:absolute;
left:154px;
top:297px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(-0.0109509467171629deg);
-moz-transform:rotate(-0.0109509467171629deg);
-ms-transform:rotate(-0.0109509467171629deg);
transform:rotate(-0.0109509467171629deg);
}
#u582 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u582_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u583_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u583 {
border-width:0px;
position:absolute;
left:18px;
top:297px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u583 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u583_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u584_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:79px;
height:31px;
}
#u584 {
border-width:0px;
position:absolute;
left:18px;
top:242px;
width:63px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u584 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u584_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u585_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u585 {
border-width:0px;
position:absolute;
left:19px;
top:188px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u585 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u585_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u586_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:140px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u586 {
border-width:0px;
position:absolute;
left:71px;
top:343px;
width:140px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u586 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u586_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u587_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u587 {
border-width:0px;
position:absolute;
left:362px;
top:343px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u587 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u587_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u589_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u589 {
border-width:0px;
position:absolute;
left:524px;
top:245px;
width:180px;
height:1px;
display:flex;
}
#u589 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u589_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u590_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u590 {
border-width:0px;
position:absolute;
left:524px;
top:200px;
width:180px;
height:1px;
display:flex;
}
#u590 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u590_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u591_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u591 {
border-width:0px;
position:absolute;
left:524px;
top:290px;
width:180px;
height:1px;
display:flex;
}
#u591 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u591_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u592_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u592 {
border-width:0px;
position:absolute;
left:569px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u592 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u592_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u593_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u593 {
border-width:0px;
position:absolute;
left:614px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u593 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u593_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u594_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u594 {
border-width:0px;
position:absolute;
left:659px;
top:155px;
width:1px;
height:180px;
display:flex;
}
#u594 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u594_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u595_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u595 {
border-width:0px;
position:absolute;
left:524px;
top:155px;
width:180px;
height:180px;
display:flex;
}
#u595 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u595_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u596_img {
border-width:0px;
position:absolute;
left:0px;
top:-9px;
width:40px;
height:19px;
}
#u596p000 {
border-width:0px;
position:absolute;
left:-3px;
top:-3px;
width:36px;
height:6px;
}
#u596p000_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:6px;
}
#u596p001 {
border-width:0px;
position:absolute;
left:-1px;
top:-1px;
width:4px;
height:4px;
}
#u596p001_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:4px;
height:4px;
}
#u596p002 {
border-width:0px;
position:absolute;
left:17px;
top:-9px;
width:20px;
height:20px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u596p002_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:20px;
}
#u596 {
border-width:0px;
position:absolute;
left:481px;
top:244px;
width:31px;
height:1px;
display:flex;
}
#u596 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u596_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u597 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u599 {
position:absolute;
left:569px;
top:290px;
}
#u599_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u599_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u600_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
}
#u600 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#FBE9CD;
}
#u600 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u600_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u601_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u601 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u601 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u601_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u602_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:14px;
height:5px;
}
#u602 {
border-width:0px;
position:absolute;
left:584px;
top:292px;
width:14px;
height:5px;
display:flex;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
#u602 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u602_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u603_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u603 {
border-width:0px;
position:absolute;
left:598px;
top:343px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u603 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u603_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u605 {
position:absolute;
left:316px;
top:112px;
}
#u605_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u605_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u607 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u608_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u608 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u608 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u608_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u609_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u609 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u609 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u609_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u610_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u610 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u610 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u610_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u612_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u612 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u612 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u612_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u613_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u613 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u613 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u613_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u615 {
position:absolute;
left:288px;
top:155px;
}
#u615_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u615_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u616_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u616 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u616 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u616_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u617_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u617 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u617 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u617_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u619 {
position:absolute;
left:288px;
top:200px;
}
#u619_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u619_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u620_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u620 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u620 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u620_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u621_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u621 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u621 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u621_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u623 {
position:absolute;
left:288px;
top:245px;
}
#u623_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u623_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u624_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u624 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u624 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u624_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u625_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u625 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u625 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u625_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u627 {
position:absolute;
left:288px;
top:290px;
}
#u627_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u627_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u628_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u628 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u628 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u628_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u629_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u629 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u629 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u629_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u631 {
position:absolute;
left:378px;
top:155px;
}
#u631_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u631_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u632_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u632 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u632 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u632_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u633_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u633 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u633 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u633_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u635 {
position:absolute;
left:378px;
top:200px;
}
#u635_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u635_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u636_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u636 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u636 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u636_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u637_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u637 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u637 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u637_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u639 {
position:absolute;
left:378px;
top:245px;
}
#u639_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u639_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u640_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u640 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u640 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u640_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u641_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u641 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u641 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u641_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u643 {
position:absolute;
left:378px;
top:290px;
}
#u643_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u643_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u644_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u644 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u644 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u644_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u645_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u645 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u645 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u645_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u647 {
position:absolute;
left:659px;
top:155px;
}
#u647_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u647_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u648_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u648 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u648 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u648_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u649_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u649 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u649 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u649_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u651 {
position:absolute;
left:659px;
top:200px;
}
#u651_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u651_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u652_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u652 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u652 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u652_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u653_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u653 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u653 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u653_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u655 {
position:absolute;
left:659px;
top:245px;
}
#u655_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u655_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u656_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u656 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u656 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u656_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u657_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u657 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u657 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u657_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u659 {
position:absolute;
left:659px;
top:290px;
}
#u659_state0 {
position:relative;
left:0px;
top:0px;
width:45px;
height:45px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u659_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u660_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
background:inherit;
background-color:rgba(153, 207, 247, 1);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(250, 254, 253, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u660 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:45px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u660 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u660_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u661_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:47px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u661 {
border-width:0px;
position:absolute;
left:0px;
top:50px;
width:47px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u661 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u661_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u662_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u662 {
border-width:0px;
position:absolute;
left:169px;
top:208px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u662 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u662_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u663_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u663 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u663 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u663_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u665 {
position:absolute;
left:165px;
top:2474px;
}
#u665_state0 {
position:relative;
left:0px;
top:0px;
width:48px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u665_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u666_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u666 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u666 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u666_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u668 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u669_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:551px;
height:90px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u669 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:551px;
height:90px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u669 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u669_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u670_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:515px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u670 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:515px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u670 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u670_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u671_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u671 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:48px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u671 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u671_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u673_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u673 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u673 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u673_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u675 {
position:absolute;
left:165px;
top:2509px;
}
#u675_state0 {
position:relative;
left:0px;
top:0px;
width:57px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u675_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u676_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u676 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u676 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u676_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u678 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u679_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:230px;
height:90px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u679 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:230px;
height:90px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u679 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u679_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u680_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:194px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u680 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:194px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u680 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u680_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u681_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u681 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:57px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u681 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u681_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u683_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u683 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u683 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u683_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u684_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u684 {
border-width:0px;
position:absolute;
left:452px;
top:1594px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u684 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u684_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u685_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 125, 180, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u685 {
border-width:0px;
position:absolute;
left:523px;
top:1585px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u685 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u685_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 167, 240, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u685.mouseOver {
}
#u685_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u686_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u686 {
border-width:0px;
position:absolute;
left:452px;
top:2046px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u686 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u686_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u687_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 125, 180, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u687 {
border-width:0px;
position:absolute;
left:523px;
top:2037px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u687 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u687_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(2, 167, 240, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u687.mouseOver {
}
#u687_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u689 {
position:absolute;
left:523px;
top:1637px;
}
#u689_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u689_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u691 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u692_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u692 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u692 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u692_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u694_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u694 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u694 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u694_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u695_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u695 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u695 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u695_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u696_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u696 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u696 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u696_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u697_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u697 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u697 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u697_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u699 {
position:absolute;
left:523px;
top:1672px;
}
#u699_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u699_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u701 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u702_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u702 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u702 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u702_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u704_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u704 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u704 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u704_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u705_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u705 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u705 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u705_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u706_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u706 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u706 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u706_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u707_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u707 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u707 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u707_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u709 {
position:absolute;
left:615px;
top:1672px;
}
#u709_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u709_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u710_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u710 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u710 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u710_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u712 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u713_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u713 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u713 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u713_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u714_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u714 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u714 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u714_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u715_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u715 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u715 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u715_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u717_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u717 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u717 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u717_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u719 {
position:absolute;
left:523px;
top:1707px;
}
#u719_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u719_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u721 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u722_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:537px;
height:251px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u722 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:537px;
height:251px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u722 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u722_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u724_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u724 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u724 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u724_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u725_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:261px;
height:162px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u725 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:261px;
height:162px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u725 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u725_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u726_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u726 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u726 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u726_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u728_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u728 {
border-width:0px;
position:absolute;
left:316px;
top:172px;
width:180px;
height:1px;
display:flex;
}
#u728 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u728_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u729_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u729 {
border-width:0px;
position:absolute;
left:316px;
top:127px;
width:180px;
height:1px;
display:flex;
}
#u729 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u729_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u730_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u730 {
border-width:0px;
position:absolute;
left:316px;
top:217px;
width:180px;
height:1px;
display:flex;
}
#u730 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u730_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u731_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u731 {
border-width:0px;
position:absolute;
left:361px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u731 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u731_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u732_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u732 {
border-width:0px;
position:absolute;
left:406px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u732 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u732_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u733_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u733 {
border-width:0px;
position:absolute;
left:451px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u733 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u733_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u734_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u734 {
border-width:0px;
position:absolute;
left:316px;
top:82px;
width:180px;
height:180px;
display:flex;
}
#u734 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u734_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u736 {
position:absolute;
left:393px;
top:93px;
}
#u736_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u736_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u737_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u737 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u737 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u737_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u738_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u738 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u738 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u738_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u740 {
position:absolute;
left:361px;
top:82px;
}
#u740_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u740_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u741_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
}
#u741 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u741 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u741_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u742_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u742 {
border-width:0px;
position:absolute;
left:6px;
top:95px;
width:79px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u742 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u742_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u743_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u743 {
border-width:0px;
position:absolute;
left:424px;
top:203px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(56.5894584107deg);
-moz-transform:rotate(56.5894584107deg);
-ms-transform:rotate(56.5894584107deg);
transform:rotate(56.5894584107deg);
}
#u743 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u743_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u744_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u744 {
border-width:0px;
position:absolute;
left:375px;
top:211px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(88.9252705207744deg);
-moz-transform:rotate(88.9252705207744deg);
-ms-transform:rotate(88.9252705207744deg);
transform:rotate(88.9252705207744deg);
}
#u744 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u744_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u745_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u745 {
border-width:0px;
position:absolute;
left:328px;
top:205px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(116.417916967294deg);
-moz-transform:rotate(116.417916967294deg);
-ms-transform:rotate(116.417916967294deg);
transform:rotate(116.417916967294deg);
}
#u745 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u745_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u746_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u746 {
border-width:0px;
position:absolute;
left:293px;
top:137px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(176.672392228634deg);
-moz-transform:rotate(176.672392228634deg);
-ms-transform:rotate(176.672392228634deg);
transform:rotate(176.672392228634deg);
}
#u746 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u746_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u747_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:80px;
height:31px;
}
#u747 {
border-width:0px;
position:absolute;
left:455px;
top:133px;
width:64px;
height:5px;
display:flex;
-webkit-transform:rotate(0.376720060296678deg);
-moz-transform:rotate(0.376720060296678deg);
-ms-transform:rotate(0.376720060296678deg);
transform:rotate(0.376720060296678deg);
}
#u747 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u747_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u748_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u748 {
border-width:0px;
position:absolute;
left:415px;
top:199px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u748 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u748_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u749_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u749 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u749 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u749_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u751 {
position:absolute;
left:684px;
top:1707px;
}
#u751_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u751_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u752_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u752 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u752 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u752_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u754 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u755_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:431px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u755 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:431px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u755 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u755_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u757_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u757 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u757 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u757_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u758_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:400px;
height:66px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u758 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:400px;
height:66px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u758 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u758_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u759_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u759 {
border-width:0px;
position:absolute;
left:123px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u759 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u759_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u761 {
position:absolute;
left:210px;
top:115px;
}
#u761_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u761_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u762_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u762 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u762 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u762_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u763_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u763 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u763 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u763_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u765 {
position:absolute;
left:523px;
top:1742px;
}
#u765_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u765_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u766_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u766 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u766 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u766_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u768 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u769_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:457px;
height:93px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u769 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:457px;
height:93px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u769 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u769_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u771_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u771 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u771 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u771_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u772_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:421px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u772 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:421px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u772 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u772_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u773_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u773 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u773 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u773_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u775 {
position:absolute;
left:41px;
top:83px;
}
#u775_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u775_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u776_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u776 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
}
#u776 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u776_text {
border-width:0px;
word-wrap:break-word;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
visibility:hidden;
}
#u777_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:60px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u777 {
border-width:0px;
position:absolute;
left:-15px;
top:35px;
width:60px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u777 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u777_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u778_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u778 {
border-width:0px;
position:absolute;
left:56px;
top:96px;
width:15px;
height:19px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u778 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u778_text {
border-width:0px;
white-space:nowrap;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
}
#u780 {
position:absolute;
left:339px;
top:83px;
}
#u780_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u780_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u781_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u781 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u781 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u781_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u782_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u782 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u782 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u782_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u784 {
position:absolute;
left:523px;
top:1777px;
}
#u784_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u784_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u786 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u787_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:420px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u787 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:420px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u787 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u787_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u789_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u789 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u789 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u789_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u790_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:475px;
height:120px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u790 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:475px;
height:120px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u790 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u790_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u791_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u791 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u791 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u791_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u792_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u792 {
border-width:0px;
position:absolute;
left:120px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u792 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u792_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u794_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u794 {
border-width:0px;
position:absolute;
left:51px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u794 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u794_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u795_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u795 {
border-width:0px;
position:absolute;
left:51px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u795 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u795_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u796_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u796 {
border-width:0px;
position:absolute;
left:51px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u796 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u796_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u797_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u797 {
border-width:0px;
position:absolute;
left:96px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u797 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u797_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u798_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u798 {
border-width:0px;
position:absolute;
left:141px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u798 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u798_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u799_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u799 {
border-width:0px;
position:absolute;
left:186px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u799 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u799_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u800_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u800 {
border-width:0px;
position:absolute;
left:51px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u800 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u800_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u802 {
position:absolute;
left:128px;
top:261px;
}
#u802_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u802_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u803_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u803 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u803 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u803_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u804_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u804 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u804 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u804_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u805_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u805 {
border-width:0px;
position:absolute;
left:340px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u805 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u805_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u807_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u807 {
border-width:0px;
position:absolute;
left:271px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u807 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u807_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u808_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u808 {
border-width:0px;
position:absolute;
left:271px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u808 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u808_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u809_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u809 {
border-width:0px;
position:absolute;
left:271px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u809 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u809_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u810_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u810 {
border-width:0px;
position:absolute;
left:316px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u810 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u810_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u811_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u811 {
border-width:0px;
position:absolute;
left:361px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u811 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u811_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u812_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u812 {
border-width:0px;
position:absolute;
left:406px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u812 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u812_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u813_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u813 {
border-width:0px;
position:absolute;
left:271px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u813 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u813_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u815 {
position:absolute;
left:348px;
top:261px;
}
#u815_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u815_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u816_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u816 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u816 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u816_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u817_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u817 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u817 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u817_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u819 {
position:absolute;
left:51px;
top:250px;
}
#u819_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u819_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u820_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u820 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u820 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u820_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u821_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u821 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u821 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u821_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u823 {
position:absolute;
left:141px;
top:340px;
}
#u823_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u823_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u824_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u824 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u824 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u824_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u825_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u825 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u825 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u825_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u827 {
position:absolute;
left:271px;
top:340px;
}
#u827_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u827_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u828_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u828 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u828 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u828_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u829_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u829 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u829 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u829_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u831 {
position:absolute;
left:361px;
top:250px;
}
#u831_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u831_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u832_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u832 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u832 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u832_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u833_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u833 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u833 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u833_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u835_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u835 {
border-width:0px;
position:absolute;
left:131px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u835 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u835_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u837_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u837 {
border-width:0px;
position:absolute;
left:351px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u837 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u837_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u838_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u838 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u838 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u838_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u840 {
position:absolute;
left:576px;
top:1812px;
}
#u840_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u840_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u841_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u841 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u841 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u841_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u843 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u844_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u844 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u844 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u844_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u845_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u845 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u845 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u845_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u846_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u846 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u846 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u846_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u848_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u848 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u848 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u848_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u850 {
position:absolute;
left:523px;
top:1882px;
}
#u850_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u850_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u852 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u853_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u853 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u853 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u853_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u855_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u855 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u855 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u855_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u856_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u856 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u856 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u856_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u857_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u857 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u857 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u857_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u858_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u858 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u858 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u858_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u860 {
position:absolute;
left:523px;
top:1917px;
}
#u860_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u860_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u862 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u863_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:170px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u863 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:170px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u863 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u863_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u865_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u865 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u865 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u865_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u866_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:361px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u866 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:361px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u866 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u866_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u867_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u867 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u867 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u867_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u869 {
position:absolute;
left:132px;
top:84px;
}
#u869_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u869_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u870_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u870 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u870 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u870_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u871_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u871 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u871 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u871_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u873_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u873 {
border-width:0px;
position:absolute;
left:392px;
top:84px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u873 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u873_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u874_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u874 {
border-width:0px;
position:absolute;
left:18px;
top:121px;
width:160px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u874 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u874_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u876_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u876 {
border-width:0px;
position:absolute;
left:189px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u876 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u876_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u877_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u877 {
border-width:0px;
position:absolute;
left:296px;
top:121px;
width:90px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u877 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u877_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u879_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u879 {
border-width:0px;
position:absolute;
left:396px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u879 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u879_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u880_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u880 {
border-width:0px;
position:absolute;
left:18px;
top:160px;
width:208px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u880 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u880_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u881_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u881 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u881 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u881_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u883 {
position:absolute;
left:631px;
top:1917px;
}
#u883_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u883_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u885 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u886_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u886 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u886 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u886_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u888_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u888 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u888 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u888_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u889_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:481px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u889 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:481px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u889 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u889_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u890_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u890 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u890 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u890_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u891_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u891 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u891 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u891_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u893 {
position:absolute;
left:523px;
top:1952px;
}
#u893_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u893_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u895 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u896_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u896 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u896 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u896_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u898_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u898 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u898 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u898_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u899_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u899 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u899 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u899_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u900_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u900 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u900 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u900_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u901_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u901 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u901 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u901_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u903 {
position:absolute;
left:523px;
top:1987px;
}
#u903_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u903_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u904_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u904 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u904 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u904_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u906 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u907_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u907 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u907 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u907_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u909_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u909 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u909 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u909_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u910_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u910 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u910 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u910_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u911_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u911 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u911 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u911_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u913 {
position:absolute;
left:523px;
top:2124px;
}
#u913_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u913_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u915 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u916_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u916 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u916 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u916_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u918_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u918 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u918 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u918_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u919_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u919 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u919 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u919_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u920_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u920 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u920 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u920_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u921_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u921 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u921 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u921_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u923 {
position:absolute;
left:615px;
top:2124px;
}
#u923_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u923_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u925 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u926_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:528px;
height:91px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u926 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:528px;
height:91px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u926 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u926_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u927_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:322px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u927 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:322px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u927 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u927_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u928_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u928 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u928 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u928_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u930_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u930 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u930 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u930_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u931_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u931 {
border-width:0px;
position:absolute;
left:395px;
top:82px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u931 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u931_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u933 {
position:absolute;
left:350px;
top:82px;
}
#u933_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u933_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u935 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u936_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:534px;
height:151px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u936 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:534px;
height:151px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u936 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u936_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u937_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:498px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u937 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:498px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u937 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u937_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u938_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u938 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u938 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u938_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u940_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u940 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u940 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u940_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u941_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u941 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u941 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u941_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u942_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u942 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u942 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u942_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u944 {
position:absolute;
left:523px;
top:2159px;
}
#u944_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u944_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u946 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u947_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:420px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u947 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:420px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u947 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u947_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u949_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u949 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u949 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u949_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u950_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:475px;
height:120px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u950 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:475px;
height:120px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
line-height:30px;
}
#u950 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u950_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u951_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u951 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u951 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u951_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u952_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u952 {
border-width:0px;
position:absolute;
left:120px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u952 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u952_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u954_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u954 {
border-width:0px;
position:absolute;
left:51px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u954 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u954_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u955_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u955 {
border-width:0px;
position:absolute;
left:51px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u955 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u955_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u956_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u956 {
border-width:0px;
position:absolute;
left:51px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u956 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u956_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u957_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u957 {
border-width:0px;
position:absolute;
left:96px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u957 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u957_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u958_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u958 {
border-width:0px;
position:absolute;
left:141px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u958 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u958_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u959_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u959 {
border-width:0px;
position:absolute;
left:186px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u959 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u959_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u960_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u960 {
border-width:0px;
position:absolute;
left:51px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u960 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u960_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u962 {
position:absolute;
left:128px;
top:261px;
}
#u962_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u962_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u963_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u963 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u963 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u963_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u964_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u964 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u964 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u964_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u965_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:42px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u965 {
border-width:0px;
position:absolute;
left:340px;
top:213px;
width:42px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u965 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u965_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u967_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u967 {
border-width:0px;
position:absolute;
left:271px;
top:340px;
width:180px;
height:1px;
display:flex;
}
#u967 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u967_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u968_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u968 {
border-width:0px;
position:absolute;
left:271px;
top:295px;
width:180px;
height:1px;
display:flex;
}
#u968 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u968_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u969_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u969 {
border-width:0px;
position:absolute;
left:271px;
top:385px;
width:180px;
height:1px;
display:flex;
}
#u969 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u969_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u970_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u970 {
border-width:0px;
position:absolute;
left:316px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u970 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u970_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u971_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u971 {
border-width:0px;
position:absolute;
left:361px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u971 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u971_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u972_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u972 {
border-width:0px;
position:absolute;
left:406px;
top:250px;
width:1px;
height:180px;
display:flex;
}
#u972 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u972_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u973_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u973 {
border-width:0px;
position:absolute;
left:271px;
top:250px;
width:180px;
height:180px;
display:flex;
}
#u973 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u973_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u975 {
position:absolute;
left:348px;
top:261px;
}
#u975_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u975_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u976_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u976 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u976 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u976_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u977_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u977 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u977 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u977_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u979 {
position:absolute;
left:51px;
top:250px;
}
#u979_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u979_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u980_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u980 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u980 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u980_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u981_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u981 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u981 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u981_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u983 {
position:absolute;
left:141px;
top:340px;
}
#u983_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u983_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u984_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u984 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u984 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u984_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u985_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u985 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u985 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u985_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u987 {
position:absolute;
left:271px;
top:340px;
}
#u987_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u987_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u988_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u988 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u988 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u988_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u989_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u989 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u989 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u989_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u991 {
position:absolute;
left:361px;
top:250px;
}
#u991_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u991_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u992_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u992 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u992 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u992_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u993_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u993 {
border-width:0px;
position:absolute;
left:10px;
top:95px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u993 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u993_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u995_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u995 {
border-width:0px;
position:absolute;
left:131px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u995 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u995_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u997_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:21px;
height:21px;
background:inherit;
background-color:rgba(236, 135, 72, 0.972549019607843);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(255, 220, 188, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u997 {
border-width:0px;
position:absolute;
left:351px;
top:330px;
width:21px;
height:21px;
display:flex;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u997 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u997_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u998_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u998 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u998 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u998_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1000 {
position:absolute;
left:523px;
top:2194px;
}
#u1000_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1000_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1002 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1003_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:170px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1003 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:170px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1003 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1003_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1005_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1005 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1005 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1005_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1006_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:361px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1006 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:361px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1006 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1006_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1007_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1007 {
border-width:0px;
position:absolute;
left:127px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1007 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1007_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1009 {
position:absolute;
left:132px;
top:84px;
}
#u1009_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1009_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1010_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1010 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1010 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1010_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1011_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1011 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1011 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1011_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1013_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1013 {
border-width:0px;
position:absolute;
left:392px;
top:84px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1013 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1013_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1014_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1014 {
border-width:0px;
position:absolute;
left:18px;
top:121px;
width:160px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1014 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1014_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1016_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1016 {
border-width:0px;
position:absolute;
left:189px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1016 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1016_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1017_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1017 {
border-width:0px;
position:absolute;
left:296px;
top:121px;
width:90px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1017 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1017_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1019_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(0, 128, 128, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1019 {
border-width:0px;
position:absolute;
left:396px;
top:121px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1019 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1019_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1020_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:208px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1020 {
border-width:0px;
position:absolute;
left:18px;
top:160px;
width:208px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1020 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1020_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1021_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1021 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1021 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1021_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1023 {
position:absolute;
left:576px;
top:2229px;
}
#u1023_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1023_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1024_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1024 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1024 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1024_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1026 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1027_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:413px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1027 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:413px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1027 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1027_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1028_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:377px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1028 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:377px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1028 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1028_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1029_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1029 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1029 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1029_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1031_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1031 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1031 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1031_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1033 {
position:absolute;
left:523px;
top:2299px;
}
#u1033_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1033_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1035 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1036_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1036 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1036 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1036_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1038_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1038 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1038 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1038_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1039_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1039 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1039 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1039_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1040_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1040 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1040 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1040_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1041_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1041 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1041 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1041_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1043 {
position:absolute;
left:523px;
top:2334px;
}
#u1043_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1043_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1044_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1044 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1044 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1044_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1046 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1047_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1047 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1047 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1047_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1049_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1049 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1049 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1049_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1050_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1050 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1050 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1050_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1051_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1051 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1051 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1051_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1053 {
position:absolute;
left:523px;
top:2369px;
}
#u1053_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1053_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1055 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1056_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:511px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1056 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:511px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1056 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1056_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1058_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1058 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1058 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1058_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1059_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:481px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1059 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:481px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1059 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1059_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1060_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1060 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1060 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1060_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1061_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1061 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1061 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1061_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1063 {
position:absolute;
left:523px;
top:2404px;
}
#u1063_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1063_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1064_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1064 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1064 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1064_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1066 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1067_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:457px;
height:93px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1067 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:457px;
height:93px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1067 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1067_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1069_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1069 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1069 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1069_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1070_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:421px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1070 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:421px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1070 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1070_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1071_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1071 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1071 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1071_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1073 {
position:absolute;
left:41px;
top:83px;
}
#u1073_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1073_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1074_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1074 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
}
#u1074 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1074_text {
border-width:0px;
word-wrap:break-word;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
visibility:hidden;
}
#u1075_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:60px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1075 {
border-width:0px;
position:absolute;
left:-15px;
top:35px;
width:60px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1075 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1075_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1076_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1076 {
border-width:0px;
position:absolute;
left:56px;
top:96px;
width:15px;
height:19px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1076 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1076_text {
border-width:0px;
white-space:nowrap;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
}
#u1078 {
position:absolute;
left:339px;
top:83px;
}
#u1078_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1078_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1079_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1079 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1079 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1079_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1080_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1080 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1080 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1080_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1082 {
position:absolute;
left:523px;
top:2474px;
}
#u1082_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1082_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1084 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1085_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:278px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1085 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:278px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1085 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1085_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1087_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1087 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1087 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1087_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1088_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:242px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1088 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:242px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1088 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1088_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1089_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1089 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1089 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1089_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1090_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1090 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1090 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1090_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1092 {
position:absolute;
left:523px;
top:2509px;
}
#u1092_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1092_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1094 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1095_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:342px;
height:122px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1095 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:342px;
height:122px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1095 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1095_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1097_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1097 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1097 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1097_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1098_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:317px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1098 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:317px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1098 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1098_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1099_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1099 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1099 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1099_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1100_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1100 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1100 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1100_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1101_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1101 {
border-width:0px;
position:absolute;
left:817px;
top:1593px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1101 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1101_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1102_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1102 {
border-width:0px;
position:absolute;
left:817px;
top:2221px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1102 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1102_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1103_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(109, 0, 14, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1103 {
border-width:0px;
position:absolute;
left:888px;
top:1585px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1103 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1103_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(163, 0, 20, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1103.mouseOver {
}
#u1103_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1104_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1104 {
border-width:0px;
position:absolute;
left:817px;
top:1936px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1104 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1104_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1105_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(109, 0, 14, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1105 {
border-width:0px;
position:absolute;
left:888px;
top:1927px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1105 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1105_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(163, 0, 20, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1105.mouseOver {
}
#u1105_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1106_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(109, 0, 14, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1106 {
border-width:0px;
position:absolute;
left:888px;
top:2212px;
width:160px;
height:47px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1106 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1106_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:47px;
background:inherit;
background-color:rgba(163, 0, 20, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1106.mouseOver {
}
#u1106_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1108 {
position:absolute;
left:888px;
top:1637px;
}
#u1108_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1108_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1110 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1111_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1111 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1111 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1111_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1112_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:466px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1112 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:466px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1112 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1112_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1113_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1113 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1113 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1113_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1115_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1115 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1115 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1115_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1116_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:28px;
}
#u1116 {
border-width:0px;
position:absolute;
left:202px;
top:86px;
width:22px;
height:28px;
display:flex;
}
#u1116 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1116_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1117_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1117 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1117 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1117_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1119 {
position:absolute;
left:888px;
top:1672px;
}
#u1119_state0 {
position:relative;
left:0px;
top:0px;
width:112px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1119_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1120_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1120 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1120 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1120_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1122 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1123_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:456px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1123 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:456px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1123 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1123_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1124_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:420px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1124 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:420px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1124 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1124_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1125_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1125 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1125 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1125_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1127_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1127 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1127 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1127_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1129 {
position:absolute;
left:888px;
top:1742px;
}
#u1129_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1129_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1130_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1130 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1130 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1130_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1132 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1133_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1133 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1133 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1133_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1134_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1134 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1134 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1134_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1135_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1135 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1135 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1135_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1137_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1137 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1137 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1137_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1139 {
position:absolute;
left:888px;
top:1777px;
}
#u1139_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1139_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1140_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1140 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1140 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1140_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1142 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1143_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1143 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1143 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1143_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1145_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1145 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1145 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1145_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1146_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1146 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1146 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1146_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1147_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1147 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1147 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1147_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1149 {
position:absolute;
left:888px;
top:1812px;
}
#u1149_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1149_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1150_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1150 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1150 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1150_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1152 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1153_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1153 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1153 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1153_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1154_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1154 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1154 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1154_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1155_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1155 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1155 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1155_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1157_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1157 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1157 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1157_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1159 {
position:absolute;
left:888px;
top:1847px;
}
#u1159_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1159_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1161 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1162_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1162 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1162 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1162_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1163_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:466px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1163 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:466px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1163 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1163_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1164_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1164 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1164 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1164_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1166_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1166 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1166 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1166_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1167_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:28px;
}
#u1167 {
border-width:0px;
position:absolute;
left:202px;
top:86px;
width:22px;
height:28px;
display:flex;
}
#u1167 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1167_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1168_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1168 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1168 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1168_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1170 {
position:absolute;
left:888px;
top:2014px;
}
#u1170_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1170_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1172 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1173_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1173 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1173 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1173_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1175_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1175 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1175 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1175_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1176_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1176 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1176 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1176_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1177_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1177 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1177 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1177_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1178_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1178 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1178 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1178_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1180 {
position:absolute;
left:888px;
top:2049px;
}
#u1180_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1180_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1181_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1181 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1181 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1181_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1183 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1184_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:452px;
height:149px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1184 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:452px;
height:149px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1184 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1184_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1185_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:422px;
height:90px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1185 {
border-width:0px;
position:absolute;
left:18px;
top:81px;
width:422px;
height:90px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1185 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1185_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1186_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1186 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1186 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1186_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1188_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1188 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1188 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1188_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1190 {
position:absolute;
left:47px;
top:141px;
}
#u1190_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1190_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1191_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1191 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1191 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1191_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1192_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1192 {
border-width:0px;
position:absolute;
left:-8px;
top:35px;
width:45px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1192 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1192_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1194 {
position:absolute;
left:888px;
top:2084px;
}
#u1194_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1194_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1195_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1195 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1195 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1195_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1197 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1198_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:457px;
height:93px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1198 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:457px;
height:93px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1198 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1198_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1200_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1200 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1200 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1200_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1201_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:421px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1201 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:421px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1201 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1201_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1202_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1202 {
border-width:0px;
position:absolute;
left:125px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1202 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1202_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1204 {
position:absolute;
left:41px;
top:83px;
}
#u1204_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1204_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1205_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1205 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
}
#u1205 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1205_text {
border-width:0px;
word-wrap:break-word;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
visibility:hidden;
}
#u1206_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:60px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1206 {
border-width:0px;
position:absolute;
left:-15px;
top:35px;
width:60px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1206 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1206_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1207_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1207 {
border-width:0px;
position:absolute;
left:56px;
top:96px;
width:15px;
height:19px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#EC808D;
text-align:center;
}
#u1207 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1207_text {
border-width:0px;
white-space:nowrap;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-webkit-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
-moz-text-shadow:1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
text-transform:none;
}
#u1209 {
position:absolute;
left:339px;
top:83px;
}
#u1209_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1209_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1210_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1210 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1210 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1210_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1211_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1211 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1211 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1211_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1213 {
position:absolute;
left:888px;
top:2119px;
}
#u1213_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1213_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1215 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1216_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:502px;
height:123px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1216 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:502px;
height:123px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1216 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1216_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1217_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:466px;
height:60px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1217 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:466px;
height:60px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1217 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1217_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1218_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1218 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1218 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1218_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1220_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1220 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1220 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1220_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1221_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:28px;
}
#u1221 {
border-width:0px;
position:absolute;
left:202px;
top:86px;
width:22px;
height:28px;
display:flex;
}
#u1221 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1221_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1222_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1222 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1222 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1222_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1224 {
position:absolute;
left:888px;
top:2299px;
}
#u1224_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1224_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1226 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1227_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:468px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1227 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:468px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1227 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1227_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1229_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1229 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1229 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1229_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1230_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:432px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1230 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:432px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1230 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1230_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1231_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1231 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1231 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1231_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1232_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1232 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1232 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1232_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1234 {
position:absolute;
left:888px;
top:2334px;
}
#u1234_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1234_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1235_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1235 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1235 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1235_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1237 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1238_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1238 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1238 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1238_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1239_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1239 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1239 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1239_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1240_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1240 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1240 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1240_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1242_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1242 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1242 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1242_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1244 {
position:absolute;
left:888px;
top:2369px;
}
#u1244_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1244_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1245_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1245 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1245 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1245_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1247 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1248_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1248 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1248 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1248_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1250_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1250 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1250 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1250_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1251_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1251 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1251 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1251_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1252_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1252 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1252 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1252_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1254 {
position:absolute;
left:888px;
top:2404px;
}
#u1254_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1254_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1255_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1255 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1255 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1255_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1257 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1258_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1258 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1258 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1258_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1259_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1259 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1259 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1259_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1260_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1260 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1260 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1260_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1262_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1262 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1262 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1262_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1264 {
position:absolute;
left:888px;
top:2439px;
}
#u1264_state0 {
position:relative;
left:0px;
top:0px;
width:32px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1264_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1265_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1265 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1265 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1265_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1267 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1268_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:255px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1268 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:255px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1268 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1268_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1270_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1270 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1270 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1270_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1271_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:219px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1271 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:219px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1271 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1271_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1272_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1272 {
border-width:0px;
position:absolute;
left:126px;
top:47px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1272 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1272_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1274 {
position:absolute;
left:888px;
top:2474px;
}
#u1274_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1274_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1275_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1275 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1275 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1275_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1277 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1278_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1278 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:182px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1278 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1278_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1279_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1279 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:146px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1279 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1279_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1280_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1280 {
border-width:0px;
position:absolute;
left:87px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1280 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1280_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1282_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1282 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1282 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1282_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1284 {
position:absolute;
left:888px;
top:2509px;
}
#u1284_state0 {
position:relative;
left:0px;
top:0px;
width:128px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1284_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1285_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:128px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1285 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:128px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1285 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1285_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1287 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1288_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:455px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1288 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:455px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1288 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1288_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1289_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:419px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1289 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:419px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1289 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1289_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1290_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:128px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1290 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:128px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1290 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1290_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1292_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1292 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1292 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1292_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1293_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1293 {
border-width:0px;
position:absolute;
left:237px;
top:1672px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1293 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1293_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1294_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1294 {
border-width:0px;
position:absolute;
left:205px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1294 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1294_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1295_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1295 {
border-width:0px;
position:absolute;
left:324px;
top:2004px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1295 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1295_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1296_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1296 {
border-width:0px;
position:absolute;
left:237px;
top:2168px;
width:18px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1296 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1296_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1297_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1297 {
border-width:0px;
position:absolute;
left:237px;
top:1899px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1297 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1297_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1298_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1298 {
border-width:0px;
position:absolute;
left:301px;
top:1899px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1298 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1298_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1299_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1299 {
border-width:0px;
position:absolute;
left:221px;
top:2203px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1299 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1299_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1300_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1300 {
border-width:0px;
position:absolute;
left:555px;
top:1540px;
width:48px;
height:21px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1300 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1300_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1301_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1301 {
border-width:0px;
position:absolute;
left:595px;
top:1672px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1301 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1301_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1302_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1302 {
border-width:0px;
position:absolute;
left:611px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1302 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1302_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1303_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1303 {
border-width:0px;
position:absolute;
left:664px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1303 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1303_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1304_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1304 {
border-width:0px;
position:absolute;
left:556px;
top:1812px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1304 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1304_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1305_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1305 {
border-width:0px;
position:absolute;
left:611px;
top:1917px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1305 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1305_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1307 {
position:absolute;
left:523px;
top:2089px;
}
#u1307_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1307_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1309 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1310_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:537px;
height:251px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1310 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:537px;
height:251px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1310 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1310_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1312_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1312 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1312 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1312_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1313_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:261px;
height:162px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1313 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:261px;
height:162px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1313 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1313_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1314_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1314 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1314 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1314_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1316_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1316 {
border-width:0px;
position:absolute;
left:316px;
top:172px;
width:180px;
height:1px;
display:flex;
}
#u1316 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1316_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1317_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1317 {
border-width:0px;
position:absolute;
left:316px;
top:127px;
width:180px;
height:1px;
display:flex;
}
#u1317 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1317_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1318_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1318 {
border-width:0px;
position:absolute;
left:316px;
top:217px;
width:180px;
height:1px;
display:flex;
}
#u1318 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1318_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1319_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1319 {
border-width:0px;
position:absolute;
left:361px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1319 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1319_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1320_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1320 {
border-width:0px;
position:absolute;
left:406px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1320 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1320_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1321_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1321 {
border-width:0px;
position:absolute;
left:451px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1321 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1321_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1322_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1322 {
border-width:0px;
position:absolute;
left:316px;
top:82px;
width:180px;
height:180px;
display:flex;
}
#u1322 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1322_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1324 {
position:absolute;
left:393px;
top:93px;
}
#u1324_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1324_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1325_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1325 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1325 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u1325_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1326_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1326 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1326 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1326_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1328 {
position:absolute;
left:361px;
top:82px;
}
#u1328_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1328_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1329_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
}
#u1329 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1329 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1329_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1330_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1330 {
border-width:0px;
position:absolute;
left:6px;
top:95px;
width:79px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1330 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1330_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1331_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1331 {
border-width:0px;
position:absolute;
left:424px;
top:203px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(56.5894584107deg);
-moz-transform:rotate(56.5894584107deg);
-ms-transform:rotate(56.5894584107deg);
transform:rotate(56.5894584107deg);
}
#u1331 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1331_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1332_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1332 {
border-width:0px;
position:absolute;
left:375px;
top:211px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(88.9252705207744deg);
-moz-transform:rotate(88.9252705207744deg);
-ms-transform:rotate(88.9252705207744deg);
transform:rotate(88.9252705207744deg);
}
#u1332 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1332_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1333_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1333 {
border-width:0px;
position:absolute;
left:328px;
top:205px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(116.417916967294deg);
-moz-transform:rotate(116.417916967294deg);
-ms-transform:rotate(116.417916967294deg);
transform:rotate(116.417916967294deg);
}
#u1333 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1333_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1334_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1334 {
border-width:0px;
position:absolute;
left:293px;
top:137px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(176.672392228634deg);
-moz-transform:rotate(176.672392228634deg);
-ms-transform:rotate(176.672392228634deg);
transform:rotate(176.672392228634deg);
}
#u1334 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1334_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1335_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:80px;
height:31px;
}
#u1335 {
border-width:0px;
position:absolute;
left:455px;
top:133px;
width:64px;
height:5px;
display:flex;
-webkit-transform:rotate(0.376720060296678deg);
-moz-transform:rotate(0.376720060296678deg);
-ms-transform:rotate(0.376720060296678deg);
transform:rotate(0.376720060296678deg);
}
#u1335 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1335_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1336_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1336 {
border-width:0px;
position:absolute;
left:415px;
top:199px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1336 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1336_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1337_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1337 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1337 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1337_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1339 {
position:absolute;
left:684px;
top:2089px;
}
#u1339_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1339_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1340_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1340 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1340 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1340_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1342 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1343_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:431px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1343 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:431px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1343 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1343_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1345_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1345 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1345 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1345_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1346_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:400px;
height:66px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1346 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:400px;
height:66px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1346 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1346_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1347_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1347 {
border-width:0px;
position:absolute;
left:123px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1347 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1347_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1349 {
position:absolute;
left:210px;
top:115px;
}
#u1349_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1349_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1350_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1350 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1350 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1350_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1351_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1351 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1351 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1351_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1352_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1352 {
border-width:0px;
position:absolute;
left:611px;
top:2089px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1352 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1352_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1353_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1353 {
border-width:0px;
position:absolute;
left:664px;
top:2089px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1353 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1353_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1354_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1354 {
border-width:0px;
position:absolute;
left:595px;
top:2124px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1354 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1354_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1355_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1355 {
border-width:0px;
position:absolute;
left:595px;
top:2159px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1355 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1355_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1356_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1356 {
border-width:0px;
position:absolute;
left:611px;
top:2194px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1356 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1356_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1357_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1357 {
border-width:0px;
position:absolute;
left:556px;
top:2229px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1357 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1357_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1358_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1358 {
border-width:0px;
position:absolute;
left:556px;
top:2264px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1358 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1358_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1359_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1359 {
border-width:0px;
position:absolute;
left:630px;
top:2439px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1359 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1359_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1360_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:108px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1360 {
border-width:0px;
position:absolute;
left:523px;
top:2558px;
width:108px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1360 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1360_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1361_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1361 {
border-width:0px;
position:absolute;
left:452px;
top:2558px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1361 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1361_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1362_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:48px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1362 {
border-width:0px;
position:absolute;
left:920px;
top:1540px;
width:48px;
height:21px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
}
#u1362 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1362_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1363_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1363 {
border-width:0px;
position:absolute;
left:1008px;
top:1672px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1363 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1363_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1365 {
position:absolute;
left:888px;
top:1707px;
}
#u1365_state0 {
position:relative;
left:0px;
top:0px;
width:80px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1365_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1367 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1368_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:537px;
height:251px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1368 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:537px;
height:251px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1368 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1368_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1370_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1370 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1370 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1370_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1371_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:261px;
height:162px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1371 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:261px;
height:162px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1371 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1371_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1372_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1372 {
border-width:0px;
position:absolute;
left:124px;
top:47px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1372 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1372_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1374_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1374 {
border-width:0px;
position:absolute;
left:316px;
top:172px;
width:180px;
height:1px;
display:flex;
}
#u1374 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1374_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1375_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1375 {
border-width:0px;
position:absolute;
left:316px;
top:127px;
width:180px;
height:1px;
display:flex;
}
#u1375 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1375_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1376_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1376 {
border-width:0px;
position:absolute;
left:316px;
top:217px;
width:180px;
height:1px;
display:flex;
}
#u1376 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1376_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1377_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1377 {
border-width:0px;
position:absolute;
left:361px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1377 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1377_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1378_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1378 {
border-width:0px;
position:absolute;
left:406px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1378 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1378_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1379_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1379 {
border-width:0px;
position:absolute;
left:451px;
top:82px;
width:1px;
height:180px;
display:flex;
}
#u1379 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1379_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1380_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1380 {
border-width:0px;
position:absolute;
left:316px;
top:82px;
width:180px;
height:180px;
display:flex;
}
#u1380 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1380_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1382 {
position:absolute;
left:393px;
top:93px;
}
#u1382_state0 {
position:relative;
left:0px;
top:0px;
width:26px;
height:26px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1382_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1383_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
background:inherit;
background-color:rgba(193, 73, 83, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(236, 128, 141, 1);
border-radius:2px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1383 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:26px;
height:26px;
display:flex;
opacity:0.3;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:14px;
color:#F2F2F2;
}
#u1383 .text {
position:absolute;
align-self:center;
padding:0px 0px 1px 0px;
box-sizing:border-box;
width:100%;
}
#u1383_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1384_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:76px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1384 {
border-width:0px;
position:absolute;
left:-25px;
top:33px;
width:76px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1384 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1384_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1386 {
position:absolute;
left:361px;
top:82px;
}
#u1386_state0 {
position:relative;
left:0px;
top:0px;
width:90px;
height:90px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1386_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1387_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
}
#u1387 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
display:flex;
opacity:0.7;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#FFFFFF;
}
#u1387 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1387_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1388_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:79px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1388 {
border-width:0px;
position:absolute;
left:6px;
top:95px;
width:79px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1388 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1388_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1389_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1389 {
border-width:0px;
position:absolute;
left:424px;
top:203px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(56.5894584107deg);
-moz-transform:rotate(56.5894584107deg);
-ms-transform:rotate(56.5894584107deg);
transform:rotate(56.5894584107deg);
}
#u1389 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1389_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1390_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1390 {
border-width:0px;
position:absolute;
left:375px;
top:211px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(88.9252705207744deg);
-moz-transform:rotate(88.9252705207744deg);
-ms-transform:rotate(88.9252705207744deg);
transform:rotate(88.9252705207744deg);
}
#u1390 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1390_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1391_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:78px;
height:31px;
}
#u1391 {
border-width:0px;
position:absolute;
left:328px;
top:205px;
width:62px;
height:5px;
display:flex;
-webkit-transform:rotate(116.417916967294deg);
-moz-transform:rotate(116.417916967294deg);
-ms-transform:rotate(116.417916967294deg);
transform:rotate(116.417916967294deg);
}
#u1391 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1391_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1392_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:77px;
height:31px;
}
#u1392 {
border-width:0px;
position:absolute;
left:293px;
top:137px;
width:61px;
height:5px;
display:flex;
-webkit-transform:rotate(176.672392228634deg);
-moz-transform:rotate(176.672392228634deg);
-ms-transform:rotate(176.672392228634deg);
transform:rotate(176.672392228634deg);
}
#u1392 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1392_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1393_img {
border-width:0px;
position:absolute;
left:-3px;
top:-13px;
width:80px;
height:31px;
}
#u1393 {
border-width:0px;
position:absolute;
left:455px;
top:133px;
width:64px;
height:5px;
display:flex;
-webkit-transform:rotate(0.376720060296678deg);
-moz-transform:rotate(0.376720060296678deg);
-ms-transform:rotate(0.376720060296678deg);
transform:rotate(0.376720060296678deg);
}
#u1393 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1393_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1394_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:32px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1394 {
border-width:0px;
position:absolute;
left:415px;
top:199px;
width:32px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1394 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1394_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1395_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1395 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:80px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1395 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1395_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1397 {
position:absolute;
left:1049px;
top:1707px;
}
#u1397_state0 {
position:relative;
left:0px;
top:0px;
width:64px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1397_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1398_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1398 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1398 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1398_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1400 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1401_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:431px;
height:121px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1401 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:431px;
height:121px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1401 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1401_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1403_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:95px;
height:30px;
background:inherit;
background-color:rgba(230, 131, 52, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1403 {
border-width:0px;
position:absolute;
left:17px;
top:47px;
width:95px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1403 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1403_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1404_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:400px;
height:66px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1404 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:400px;
height:66px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1404 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1404_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1405_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1405 {
border-width:0px;
position:absolute;
left:123px;
top:47px;
width:64px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1405 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1405_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1407 {
position:absolute;
left:210px;
top:115px;
}
#u1407_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1407_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1408_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1408 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1408 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1408_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1409_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1409 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1409 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1409_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1410_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1410 {
border-width:0px;
position:absolute;
left:976px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1410 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1410_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1411_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1411 {
border-width:0px;
position:absolute;
left:1029px;
top:1707px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1411 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1411_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1413 {
position:absolute;
left:888px;
top:1979px;
}
#u1413_state0 {
position:relative;
left:0px;
top:0px;
width:112px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1413_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1414_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1414 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1414 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1414_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1416 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1417_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:456px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1417 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:456px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1417 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1417_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1418_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:420px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1418 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:420px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1418 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1418_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1419_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1419 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1419 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1419_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1421_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1421 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1421 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1421_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1422_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1422 {
border-width:0px;
position:absolute;
left:1008px;
top:1979px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1422 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1422_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1424 {
position:absolute;
left:888px;
top:2264px;
}
#u1424_state0 {
position:relative;
left:0px;
top:0px;
width:112px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1424_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1425_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1425 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1425 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1425_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1427 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1428_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:456px;
height:92px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1428 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:456px;
height:92px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1428 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1428_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1429_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:420px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1429 {
border-width:0px;
position:absolute;
left:18px;
top:82px;
width:420px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1429 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1429_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1430_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1430 {
border-width:0px;
position:absolute;
left:89px;
top:47px;
width:112px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
line-height:30px;
}
#u1430 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1430_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1432_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:30px;
background:inherit;
background-color:rgba(184, 116, 26, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(163, 0, 20, 1);
border-radius:4px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1432 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:58px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1432 .text {
position:absolute;
align-self:center;
padding:0px 2px 1px 2px;
box-sizing:border-box;
width:100%;
}
#u1432_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1433_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1433 {
border-width:0px;
position:absolute;
left:1008px;
top:2264px;
width:12px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1433 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1433_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1434_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:153px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1434 {
border-width:0px;
position:absolute;
left:888px;
top:2558px;
width:153px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1434 .text {
position:absolute;
align-self:center;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1434_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1435_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:56px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1435 {
border-width:0px;
position:absolute;
left:817px;
top:2558px;
width:56px;
height:30px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#81D3F8;
line-height:30px;
}
#u1435 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1435_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u1437 {
position:absolute;
left:257px;
top:1672px;
}
#u1437_state0 {
position:relative;
left:0px;
top:0px;
width:36px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1437_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1438 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1439_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:30px;
}
#u1439 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:30px;
display:flex;
}
#u1439 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1439_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1441 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u1442_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:517px;
height:243px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1442 {
border-width:0px;
position:absolute;
left:0px;
top:35px;
width:517px;
height:243px;
display:flex;
font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight:700;
font-style:normal;
font-size:16px;
color:#FBE9CD;
}
#u1442 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1442_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1444_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1444 {
border-width:0px;
position:absolute;
left:317px;
top:168px;
width:180px;
height:1px;
display:flex;
}
#u1444 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1444_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1445_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1445 {
border-width:0px;
position:absolute;
left:317px;
top:123px;
width:180px;
height:1px;
display:flex;
}
#u1445 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1445_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1446_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:181px;
height:2px;
}
#u1446 {
border-width:0px;
position:absolute;
left:317px;
top:213px;
width:180px;
height:1px;
display:flex;
}
#u1446 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1446_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1447_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1447 {
border-width:0px;
position:absolute;
left:362px;
top:78px;
width:1px;
height:180px;
display:flex;
}
#u1447 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1447_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1448_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1448 {
border-width:0px;
position:absolute;
left:407px;
top:78px;
width:1px;
height:180px;
display:flex;
}
#u1448 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1448_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1449_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:2px;
height:181px;
}
#u1449 {
border-width:0px;
position:absolute;
left:452px;
top:78px;
width:1px;
height:180px;
display:flex;
}
#u1449 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1449_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1450_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:180px;
height:180px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:2px;
border-style:solid;
border-color:rgba(127, 127, 127, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1450 {
border-width:0px;
position:absolute;
left:317px;
top:78px;
width:180px;
height:180px;
display:flex;
}
#u1450 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1450_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1451_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:283px;
height:150px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1451 {
border-width:0px;
position:absolute;
left:18px;
top:84px;
width:283px;
height:150px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:16px;
color:#F2F2F2;
line-height:30px;
}
#u1451 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u1451_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
}
#u1452_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:35px;
height:30px;
}
#u1452 {
border-width:0px;
position:absolute;
left:18px;
top:47px;
width:35px;
height:30px;
display:flex;
}
#u1452 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1452_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1454 {
position:absolute;
left:326px;
top:131px;
}
#u1454_state0 {
position:relative;
left:0px;
top:0px;
width:30px;
height:30px;
background-image:none;
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1454_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u1455_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u1455 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:14px;
color:#FFFFFF;
}
#u1455 .text {
position:absolute;
align-self:center;
padding:0px 0px 3px 0px;
box-sizing:border-box;
width:100%;
}
#u1455_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1456_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:25px;
background:inherit;
background-color:rgba(85, 85, 85, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(170, 170, 170, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1456 {
border-width:0px;
position:absolute;
left:-20px;
top:35px;
width:70px;
height:25px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-size:12px;
color:#F2F2F2;
}
#u1456 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1456_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
} | 0.262936 | 0.036873 |
body {
margin-top: 100px;
background-color: #fff;
}
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.huge {
font-size: 50px;
line-height: normal;
}
@media(min-width:768px) {
#wrapper {
padding-left: 225px;
}
#page-wrapper {
padding: 0px;
}
}
/* Top Navigation */
.navbar{
background-color:#006064;
position: fixed;
}
.top-nav {
background-color: #006064;
padding: 0 15px;
}
.top-nav>li {
display: inline-block;
float: left;
}
.top-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
color: white;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
color: white;
background-color: #28A592;
}
.top-nav>.open>.dropdown-menu {
float: left;
position: absolute;
margin-top: 0;
border: 1px solid rgba(0,0,0,.15);
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color: white;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top-nav>.open>.dropdown-menu>li>a {
white-space: normal;
}
ul.message-dropdown {
padding: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
li.message-preview {
width: 275px;
border-bottom: 1px solid rgba(0,0,0,.15);
}
li.message-preview>a {
padding-top: 15px;
padding-bottom: 15px;
}
li.message-footer {
margin: 5px 0;
}
ul.alert-dropdown {
width: 200px;
}
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 51px;
left: 225px;
width: 225px;
margin-left: -225px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color:#006064;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/*login --------------------------------*/
.sidebar-nav {
position: absolute;
top: 0;
width: 220px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
position: relative;
line-height: 20px;
display: inline-block;
width: 100%;
}
.sidebar-nav li:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: 100%;
width: 3px;
background-color: #28A592 ;
-webkit-transition: width .2s ease-in;
-moz-transition: width .2s ease-in;
-ms-transition: width .2s ease-in;
transition: width .2s ease-in;
}
.sidebar-nav li:first-child a {
color: #fff;
background-color: deeppink;
}
.sidebar-nav li:nth-child(2):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(3):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(4):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(5):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(6):before {
background-color: #28A592;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
width: 100%;
-webkit-transition: width .2s ease-in;
-moz-transition: width .2s ease-in;
-ms-transition: width .2s ease-in;
transition: width .2s ease-in;
}
.sidebar-nav li a {
display: block;
color: #ddd;
text-decoration: none;
padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
color: white;
text-decoration: none;
background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 20px;
line-height: 44px;
}
.sidebar-nav .dropdown-menu {
color: darkslategray;
position: relative;
width: 100%;
padding: 0;
margin: 0;
border-radius: 0;
border: none;
background-color: #197A7E;
box-shadow: none;
}
.pageheader {
margin-bottom: 10px;
padding: 15px;
border-bottom: 1px solid #d3d7db;
border-top: 1px solid #eee;
background: #f7f7f7;
position: relative;
}
.pageheader h2 {
font-size: 28px;
color: #1D2939;
letter-spacing: -0.5px;
margin: 0;
}
.pageheader .glyphicon,
.pageheader .fa {
font-size: 24px;
margin-right: 5px;
padding: 6px 7px;
border: 2px solid #1D2939;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.pageheader .fa.fa-pencil {
padding: 6px 9px;
}
.pageheader .fa.fa-hand-o-up {
padding: 6px 9px 6px 7px;
}
.pageheader .fa-file-o {
padding: 6px 10px;
}
.pageheader .fa-user {
padding: 6px 10px;
}
.pageheader .fa-file-text {
padding: 6px 10px;
}
.pageheader .fa-map-marker {
padding: 6px 12px;
}
.pageheader .fa-dollar {
padding: 6px 12px;
}
.pageheader .fa-clock-o {
padding: 6px 8px;
}
.pageheader h2 span {
font-size: 13px;
text-transform: none;
color: #999;
font-style: italic;
vertical-align: middle;
letter-spacing: 0;
}
.pageheader h2 span::before {
content: '/';
margin: 0 10px 0 5px;
color: #ccc;
}
.pageheader .breadcrumb-wrapper {
position: absolute;
top: 23px;
right: 25px;
}
.pageheader .breadcrumb-wrapper .label {
color: #999;
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
display: inline-block;
}
.pageheader .breadcrumb {
background: none;
display: inline-block;
padding: 0;
}
.pageheader .breadcrumb li {
font-size: 12px;
}
.pageheader .breadcrumb li.active {
color: #333;
}
.pageheader h2 {
font-size: 18px;
}
.pageheader .glyphicon,
.pageheader .fa {
font-size: 18px;
}
.pageheader h2 span {
font-size: 11px;
}}
.panel-stat {
background: none;
}
.panel-stat .panel-heading {
padding: 15px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.panel-stat .stat {
color: #fff;
max-width: 250px;
}
.panel-stat .stat img {
text-align: center;
}
.panel-stat i {
font-size: 30px;
border: 1px solid #fff;
padding: 15px;
border-radius: 50px;
opacity: 0.5;
}
.panel-stat .stat-label {
text-transform: uppercase;
font-size: 11px;
opacity: 0.75;
display: block;
line-height: normal;
margin-bottom: 2px;
}
.panel-stat h1 {
margin: 0;
line-height: 36px;
font-family: 'Helvetica Neue', sans-serif;
font-size: 38px;
}
.panel-stat h4 {
margin: 0;
font-family: 'Helvetica Neue', sans-serif;
}
.sublabel {
display: block;
font-size: 12px;
margin-bottom: 2px;
}
.ex-donut-chart {
text-align: center;
height: 298px;
}
.ex-line-chart {
height: 248px;
}
.ex-donut-chart > svg,
.ex-line-chart > svg {
width: 100% !important;
}
.panel-success .panel-heading {
background-color: #1CAF9A;
}
.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-dark .panel-heading {
background-color: #1d2939;
}
.panel-success .panel-heading {
background-color: #1CAF9A;
}
.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
} | public/css/sb-admin.css |
body {
margin-top: 100px;
background-color: #fff;
}
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.huge {
font-size: 50px;
line-height: normal;
}
@media(min-width:768px) {
#wrapper {
padding-left: 225px;
}
#page-wrapper {
padding: 0px;
}
}
/* Top Navigation */
.navbar{
background-color:#006064;
position: fixed;
}
.top-nav {
background-color: #006064;
padding: 0 15px;
}
.top-nav>li {
display: inline-block;
float: left;
}
.top-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
color: white;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
color: white;
background-color: #28A592;
}
.top-nav>.open>.dropdown-menu {
float: left;
position: absolute;
margin-top: 0;
border: 1px solid rgba(0,0,0,.15);
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color: white;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top-nav>.open>.dropdown-menu>li>a {
white-space: normal;
}
ul.message-dropdown {
padding: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
li.message-preview {
width: 275px;
border-bottom: 1px solid rgba(0,0,0,.15);
}
li.message-preview>a {
padding-top: 15px;
padding-bottom: 15px;
}
li.message-footer {
margin: 5px 0;
}
ul.alert-dropdown {
width: 200px;
}
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 51px;
left: 225px;
width: 225px;
margin-left: -225px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color:#006064;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/*login --------------------------------*/
.sidebar-nav {
position: absolute;
top: 0;
width: 220px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
position: relative;
line-height: 20px;
display: inline-block;
width: 100%;
}
.sidebar-nav li:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: 100%;
width: 3px;
background-color: #28A592 ;
-webkit-transition: width .2s ease-in;
-moz-transition: width .2s ease-in;
-ms-transition: width .2s ease-in;
transition: width .2s ease-in;
}
.sidebar-nav li:first-child a {
color: #fff;
background-color: deeppink;
}
.sidebar-nav li:nth-child(2):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(3):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(4):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(5):before {
background-color: #28A592;
}
.sidebar-nav li:nth-child(6):before {
background-color: #28A592;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
width: 100%;
-webkit-transition: width .2s ease-in;
-moz-transition: width .2s ease-in;
-ms-transition: width .2s ease-in;
transition: width .2s ease-in;
}
.sidebar-nav li a {
display: block;
color: #ddd;
text-decoration: none;
padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
color: white;
text-decoration: none;
background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 20px;
line-height: 44px;
}
.sidebar-nav .dropdown-menu {
color: darkslategray;
position: relative;
width: 100%;
padding: 0;
margin: 0;
border-radius: 0;
border: none;
background-color: #197A7E;
box-shadow: none;
}
.pageheader {
margin-bottom: 10px;
padding: 15px;
border-bottom: 1px solid #d3d7db;
border-top: 1px solid #eee;
background: #f7f7f7;
position: relative;
}
.pageheader h2 {
font-size: 28px;
color: #1D2939;
letter-spacing: -0.5px;
margin: 0;
}
.pageheader .glyphicon,
.pageheader .fa {
font-size: 24px;
margin-right: 5px;
padding: 6px 7px;
border: 2px solid #1D2939;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.pageheader .fa.fa-pencil {
padding: 6px 9px;
}
.pageheader .fa.fa-hand-o-up {
padding: 6px 9px 6px 7px;
}
.pageheader .fa-file-o {
padding: 6px 10px;
}
.pageheader .fa-user {
padding: 6px 10px;
}
.pageheader .fa-file-text {
padding: 6px 10px;
}
.pageheader .fa-map-marker {
padding: 6px 12px;
}
.pageheader .fa-dollar {
padding: 6px 12px;
}
.pageheader .fa-clock-o {
padding: 6px 8px;
}
.pageheader h2 span {
font-size: 13px;
text-transform: none;
color: #999;
font-style: italic;
vertical-align: middle;
letter-spacing: 0;
}
.pageheader h2 span::before {
content: '/';
margin: 0 10px 0 5px;
color: #ccc;
}
.pageheader .breadcrumb-wrapper {
position: absolute;
top: 23px;
right: 25px;
}
.pageheader .breadcrumb-wrapper .label {
color: #999;
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
display: inline-block;
}
.pageheader .breadcrumb {
background: none;
display: inline-block;
padding: 0;
}
.pageheader .breadcrumb li {
font-size: 12px;
}
.pageheader .breadcrumb li.active {
color: #333;
}
.pageheader h2 {
font-size: 18px;
}
.pageheader .glyphicon,
.pageheader .fa {
font-size: 18px;
}
.pageheader h2 span {
font-size: 11px;
}}
.panel-stat {
background: none;
}
.panel-stat .panel-heading {
padding: 15px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.panel-stat .stat {
color: #fff;
max-width: 250px;
}
.panel-stat .stat img {
text-align: center;
}
.panel-stat i {
font-size: 30px;
border: 1px solid #fff;
padding: 15px;
border-radius: 50px;
opacity: 0.5;
}
.panel-stat .stat-label {
text-transform: uppercase;
font-size: 11px;
opacity: 0.75;
display: block;
line-height: normal;
margin-bottom: 2px;
}
.panel-stat h1 {
margin: 0;
line-height: 36px;
font-family: 'Helvetica Neue', sans-serif;
font-size: 38px;
}
.panel-stat h4 {
margin: 0;
font-family: 'Helvetica Neue', sans-serif;
}
.sublabel {
display: block;
font-size: 12px;
margin-bottom: 2px;
}
.ex-donut-chart {
text-align: center;
height: 298px;
}
.ex-line-chart {
height: 248px;
}
.ex-donut-chart > svg,
.ex-line-chart > svg {
width: 100% !important;
}
.panel-success .panel-heading {
background-color: #1CAF9A;
}
.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-dark .panel-heading {
background-color: #1d2939;
}
.panel-success .panel-heading {
background-color: #1CAF9A;
}
.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
} | 0.457621 | 0.058319 |
.picker__date-display {
background-color:#fb8c00;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
background-color:#fb8c00;
color: #fff!important;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
background-color:rgba(251, 140, 0, 0.7);
}
.picker__day--today, .picker__close, .picker__today {
color:#fb8c00!important;
}
/* Schedule styling */
.schedule {
position: relative;
top: 50px;
}
p[class^="type-"] {
margin: 0;
}
p[class="type-Corporate"] {
color: red;
}
p[class="type-Wedding"] {
color: green;
}
p[class="type-Birthday"] {
color: blue;
}
/* Calendar title */
.fc-center h2 {
font-family: 'Roboto'!important;
position: relative;
top: 20px;
transform: scale(0.6);
}
/* Button CSS */
.fc-button{
margin: 4px!important;
transition: 0.2s;
font-size: 12px!important;
font-family: 'Roboto'!important;
padding: 11.5px 15px 26px 15px!important;
color: #fff;
background: #fb8c00; /* fallback for old browsers */
text-transform:uppercase;
border: 1px solid #fb8c00;
}
.fc-state-default {
background: #fb8c00!important;
}
.fc-state-active {
color: #fb8c00!important;
background: #fff!important;
transform: scale(1.1);
}
/* Remove color and border from today in Schedule */
.fc-today {
opacity: 0!important;
border: none!important;
}
/* Styling for each event from Schedule */
.fc-time-grid-event.fc-v-event.fc-event {
border-radius: 4px!important;
border: none!important;
padding: 5px!important;
opacity: .65!important;
left: 5% !important;
right: 5% !important;
transition: 0.2s;
}
/* EVENT STYLING */
.fc .fc-event{
font-size: inherit !important;
font-weight: bold !important;
padding: 5px 10px;
background-color: #fb8c00!important;
}
.fc .fc-event h4{
font-size: 10px!important;
}
.fc .fc-event:hover{ cursor: pointer;}
.fc .fc-event .fa{
margin: 10px;
font-size: 18px;
}
/* Remove the header border from Schedule */
.fc td, .fc th {
color: #000!important;
font-family: 'Roboto'!important;
border-width: 2px !important;
padding: 0 !important;
vertical-align: top !important;
}
/* Inherits background for each event from Schedule. */
.fc-event .fc-bg {
z-index: 1 !important;
background: #f81000 !important;
opacity: .25 !important;
}
/* Normal font weight for the time in each event */
.fc-time-grid-event .fc-time {
font-weight: normal !important;
}
/* Apply same opacity to all day events */
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
opacity: .65 !important;
margin-left: 12px !important;
padding: 5px! important;
}
/* Apply same opacity to all day events */
.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {
opacity: .65 !important;
margin-left: 12px !important;
padding: 5px! important;
} | css/calendar.css | .picker__date-display {
background-color:#fb8c00;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
background-color:#fb8c00;
color: #fff!important;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
background-color:rgba(251, 140, 0, 0.7);
}
.picker__day--today, .picker__close, .picker__today {
color:#fb8c00!important;
}
/* Schedule styling */
.schedule {
position: relative;
top: 50px;
}
p[class^="type-"] {
margin: 0;
}
p[class="type-Corporate"] {
color: red;
}
p[class="type-Wedding"] {
color: green;
}
p[class="type-Birthday"] {
color: blue;
}
/* Calendar title */
.fc-center h2 {
font-family: 'Roboto'!important;
position: relative;
top: 20px;
transform: scale(0.6);
}
/* Button CSS */
.fc-button{
margin: 4px!important;
transition: 0.2s;
font-size: 12px!important;
font-family: 'Roboto'!important;
padding: 11.5px 15px 26px 15px!important;
color: #fff;
background: #fb8c00; /* fallback for old browsers */
text-transform:uppercase;
border: 1px solid #fb8c00;
}
.fc-state-default {
background: #fb8c00!important;
}
.fc-state-active {
color: #fb8c00!important;
background: #fff!important;
transform: scale(1.1);
}
/* Remove color and border from today in Schedule */
.fc-today {
opacity: 0!important;
border: none!important;
}
/* Styling for each event from Schedule */
.fc-time-grid-event.fc-v-event.fc-event {
border-radius: 4px!important;
border: none!important;
padding: 5px!important;
opacity: .65!important;
left: 5% !important;
right: 5% !important;
transition: 0.2s;
}
/* EVENT STYLING */
.fc .fc-event{
font-size: inherit !important;
font-weight: bold !important;
padding: 5px 10px;
background-color: #fb8c00!important;
}
.fc .fc-event h4{
font-size: 10px!important;
}
.fc .fc-event:hover{ cursor: pointer;}
.fc .fc-event .fa{
margin: 10px;
font-size: 18px;
}
/* Remove the header border from Schedule */
.fc td, .fc th {
color: #000!important;
font-family: 'Roboto'!important;
border-width: 2px !important;
padding: 0 !important;
vertical-align: top !important;
}
/* Inherits background for each event from Schedule. */
.fc-event .fc-bg {
z-index: 1 !important;
background: #f81000 !important;
opacity: .25 !important;
}
/* Normal font weight for the time in each event */
.fc-time-grid-event .fc-time {
font-weight: normal !important;
}
/* Apply same opacity to all day events */
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
opacity: .65 !important;
margin-left: 12px !important;
padding: 5px! important;
}
/* Apply same opacity to all day events */
.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {
opacity: .65 !important;
margin-left: 12px !important;
padding: 5px! important;
} | 0.452536 | 0.066206 |
*{
margin: 0;
padding: 0;
}
.info{color: #666; position: absolute;left: -80px;top:-50px;width: 340px;}
.matches{
width: 1030px;
}
.matches h2{
margin-bottom: 50px;
color: #444;
text-align: center;
line-height: 60px;
position: relative;
left: -133px;
}
.matches ul li{
border: 1px solid #ccc;
margin-bottom: 20px;
list-style: none;
}
.matches ul li:hover{
border: 1px solid #52B0D4;
opacity: 0.8;
}
.matches ul li.curr{
border: 2px solid #52B0D4;
}
.wrap{
margin: 0 auto;
}
.div-ul{
width: 183px;
height: 520px;
overflow: scroll;
float: left;
}
.ul li img{
width: 162px;
}
.match-left{
position: relative;
float: left;
}
.left-right{
border: 1px solid #CCC;
margin: 70px 0 0 50px;
float: right;
width: 200px;
height: 250px;
}
.left-right div img{
width: 200px;
}
.img_div{
width: 200px;
height: 200px;
}
.left-right .desc{
width: 200px;
}
.match-right{
position: relative;
float: right;
}
.right-left{
border: 1px solid #CCC;
margin: 70px 50px 0 0px;
width: 200px;
height: 250px;
float: left;
}
.left-right .desc div:first-child{
width: 200px;
}
.right-left .desc div:first-child{
width: 200px;
}
.img_div{
width: 200px;
height: 200px;
}
.right-left div img{
width: 200px;
}
.center{
position: relative;
width: 170px;
float: left;
/*font-size: 80px;*/
}
.center .center-top{
font-size: 80px;
margin: 150px 0 100px 66px;
}
.center .center-button {
margin: 30px 0 0 11px;
}
.center .center-button .match-next{
margin-left: 10px;
}
.center .center-button .button{
float: left;
background-color: #52B0D4;
border: medium none;
border-radius: 5px;
box-shadow: 1px 1px 1px rgba(75, 75, 75, 0.3);
color: #fff;
min-width: 70px;
overflow: hidden;
padding: 7px 15px;
text-align: center;
}
.center .num{
margin: 96px 0 0 25px;
}
.center .num input{
border: 1px solid #CCC;
width: 25px;
height: 25px;
text-align: center;
line-height: 20px;
}
.match-form .center input[type="text"]{
height: 20px;
font-size: 12px;
line-height: 20px;
width: 100%;
}
.good_name{
color: #666;
width: 150px;
text-overflow: ellipsis;
overflow: hidden;
height: 15px;
font-size: 12px;
margin: 4px 0;
}
.rmb-matches{
color: #b51d1a;
margin-bottom: 4px;
}
.ajax-info{
display: none;
position: absolute;
left: 20px;
width: 145px;
}
.ajax-info img{
position: relative;
top: 3px;
}
.ul-view{
border: 1px solid #CCC;
padding: 5px;
width: 165px;
height: 504px;
overflow: hidden;
}
.view-left{
float: left;
}
.view-right{
float: right;
}
.ul-title{
position: absolute;
top: -35px;
color: #666;
text-align: center;
}
.right-ul-title{
right: 0px;
}
.left{
float: left;
}
.right{
float: right;
}
.desc{
margin: 0px 6px;
} | Public/Home/Css/match.css | *{
margin: 0;
padding: 0;
}
.info{color: #666; position: absolute;left: -80px;top:-50px;width: 340px;}
.matches{
width: 1030px;
}
.matches h2{
margin-bottom: 50px;
color: #444;
text-align: center;
line-height: 60px;
position: relative;
left: -133px;
}
.matches ul li{
border: 1px solid #ccc;
margin-bottom: 20px;
list-style: none;
}
.matches ul li:hover{
border: 1px solid #52B0D4;
opacity: 0.8;
}
.matches ul li.curr{
border: 2px solid #52B0D4;
}
.wrap{
margin: 0 auto;
}
.div-ul{
width: 183px;
height: 520px;
overflow: scroll;
float: left;
}
.ul li img{
width: 162px;
}
.match-left{
position: relative;
float: left;
}
.left-right{
border: 1px solid #CCC;
margin: 70px 0 0 50px;
float: right;
width: 200px;
height: 250px;
}
.left-right div img{
width: 200px;
}
.img_div{
width: 200px;
height: 200px;
}
.left-right .desc{
width: 200px;
}
.match-right{
position: relative;
float: right;
}
.right-left{
border: 1px solid #CCC;
margin: 70px 50px 0 0px;
width: 200px;
height: 250px;
float: left;
}
.left-right .desc div:first-child{
width: 200px;
}
.right-left .desc div:first-child{
width: 200px;
}
.img_div{
width: 200px;
height: 200px;
}
.right-left div img{
width: 200px;
}
.center{
position: relative;
width: 170px;
float: left;
/*font-size: 80px;*/
}
.center .center-top{
font-size: 80px;
margin: 150px 0 100px 66px;
}
.center .center-button {
margin: 30px 0 0 11px;
}
.center .center-button .match-next{
margin-left: 10px;
}
.center .center-button .button{
float: left;
background-color: #52B0D4;
border: medium none;
border-radius: 5px;
box-shadow: 1px 1px 1px rgba(75, 75, 75, 0.3);
color: #fff;
min-width: 70px;
overflow: hidden;
padding: 7px 15px;
text-align: center;
}
.center .num{
margin: 96px 0 0 25px;
}
.center .num input{
border: 1px solid #CCC;
width: 25px;
height: 25px;
text-align: center;
line-height: 20px;
}
.match-form .center input[type="text"]{
height: 20px;
font-size: 12px;
line-height: 20px;
width: 100%;
}
.good_name{
color: #666;
width: 150px;
text-overflow: ellipsis;
overflow: hidden;
height: 15px;
font-size: 12px;
margin: 4px 0;
}
.rmb-matches{
color: #b51d1a;
margin-bottom: 4px;
}
.ajax-info{
display: none;
position: absolute;
left: 20px;
width: 145px;
}
.ajax-info img{
position: relative;
top: 3px;
}
.ul-view{
border: 1px solid #CCC;
padding: 5px;
width: 165px;
height: 504px;
overflow: hidden;
}
.view-left{
float: left;
}
.view-right{
float: right;
}
.ul-title{
position: absolute;
top: -35px;
color: #666;
text-align: center;
}
.right-ul-title{
right: 0px;
}
.left{
float: left;
}
.right{
float: right;
}
.desc{
margin: 0px 6px;
} | 0.554229 | 0.09628 |
body {
font-family: sans-serif;
text-align: center;
}
#container {
background-color: #eee;
height: 100vh;
width: 100vw;
margin: 0 auto;
padding: 10px;
}
#app {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 3px;
min-height: 70vh;
padding: 10px;
text-align: center;
width: 95%
}
h1 {
font-size: 2em;
color: #455;
}
header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
text-align: center;
margin: 5px auto;
width: 90%;
}
select {
font-size: 1.25rem;
margin-left: 35px;
padding: 5px 10px;
}
button {
background-color: #576;
border-radius: 3px;
color: #f5f5f5;
cursor: pointer;
font-size: 1.25rem;
font-weight: 700;
height: 40px;
margin: 10px 60px;
padding: 5px;
width: 75px;
opacity: 0.5;
}
button:hover {
background-color: #798
}
#app{
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
}
.tile {
border: 1px solid black;
border-radius: 5px;
padding: 3px;
width: 65px;
height: 65px;
margin: 5px;
}
.tileImg {
width: 100%;
height: 100%;
}
footer,header {
color: #455;
letter-spacing: 3px;
text-align: center
}
footer {
font-size: 1.5rem;
margin-top: 5px;
padding: 5px;
font-weight: bold;
}
.flip-vertical-edge {
-webkit-animation: flip-vertical-edge 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
animation: flip-vertical-edge 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes flip-vertical-edge {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
50% {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
100% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
}
@keyframes flip-vertical-edge {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
50% {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
100% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
} | memory.css | body {
font-family: sans-serif;
text-align: center;
}
#container {
background-color: #eee;
height: 100vh;
width: 100vw;
margin: 0 auto;
padding: 10px;
}
#app {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 3px;
min-height: 70vh;
padding: 10px;
text-align: center;
width: 95%
}
h1 {
font-size: 2em;
color: #455;
}
header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
text-align: center;
margin: 5px auto;
width: 90%;
}
select {
font-size: 1.25rem;
margin-left: 35px;
padding: 5px 10px;
}
button {
background-color: #576;
border-radius: 3px;
color: #f5f5f5;
cursor: pointer;
font-size: 1.25rem;
font-weight: 700;
height: 40px;
margin: 10px 60px;
padding: 5px;
width: 75px;
opacity: 0.5;
}
button:hover {
background-color: #798
}
#app{
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
}
.tile {
border: 1px solid black;
border-radius: 5px;
padding: 3px;
width: 65px;
height: 65px;
margin: 5px;
}
.tileImg {
width: 100%;
height: 100%;
}
footer,header {
color: #455;
letter-spacing: 3px;
text-align: center
}
footer {
font-size: 1.5rem;
margin-top: 5px;
padding: 5px;
font-weight: bold;
}
.flip-vertical-edge {
-webkit-animation: flip-vertical-edge 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
animation: flip-vertical-edge 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes flip-vertical-edge {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
50% {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
100% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
}
@keyframes flip-vertical-edge {
0% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
50% {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
100% {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
} | 0.421909 | 0.095097 |
textarea,
pre,
code,
kbd,
samp,
var,
tt {
font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}
/* (en) base layout gets standard font size 15px */
/* (de) Basis-Layout erhält Standardschriftgröße von 15 Pixeln */
body {
margin: 0 auto;
padding-bottom: 3em;
width: 960px;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size: 15px;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 18px;
color: #626262;
background-color: #F2F2F2;
color: #333333;
/* (en) Prevent auto-scaling of text in mobile webkit browsers */
/* (de) Automatische Schriftvergrößerung in mobilen Webkit-Browsern vermeiden */
-webkit-text-size-adjust:100%;
}
/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-weight: 550;
color:#626262;
margin: 0;
}
h1 {
font-size: 200%;
line-height: 0.8571em;
margin: 0.4286em 0 0;
}
h2 {
font-size:170%;
line-height: 1.2em;
margin: 0.6em 0 0 0;
}
h3 {
font-size: 145%;
margin: 0 0 5px 0;
}
h4 {
font-size: 133.33%;
line-height: 1.125em;
margin: 1.125em 0 0 0;
}
h5 {
font-size: 116.67%;
line-height: 1.2857em;
margin: 1.2857em 0 0 0;
}
h6 {
font-weight: bold;
font-size:100%;
line-height: 1.5em;
margin: 1.5em 0 0 0;
}
/*h3 > a, h4 > a {
font-size: 18px;
color: #626262;
}*/
/* --- Lists | Listen -------------------------------------------------------------------------------- */
ul,
ol,
dl {
font-size:1em;
line-height:1.5em;
}
ul {
list-style-type:disc;
}
ol {
list-style-type:decimal;
}
ul ul {
list-style-type:circle;
margin-top:0;
}
ol ol {
list-style-type:lower-latin;
margin-top:0;
}
ol ul {
list-style-type:circle;
margin-top:0;
}
li {
font-size:1em;
line-height:1.5em;
list-style: none outside none;
}
dt { font-weight:bold; }
dd { }
/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
p {
max-width: 600px;
font-size:1em;
/*line-height:1.5em;*/
/*margin: 1.5em 0 0 0;*/
}
blockquote, cite, q {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
blockquote {
background-color: #F4F8F9;
border-left: 4px solid #DAE4EE;
padding: 0.4em;
}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
big {
font-size:116.667%;
}
small {
font-size:85.71%;
}
pre,
code,
kbd,
tt,
samp,
var {
font-size:100%;
}
pre {
line-height:1.5em;
margin: 1.5em 0 0 0;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
pre, code { color:#800; }
kbd, samp, var, tt {
color:#666;
font-weight:bold;
}
var, dfn { font-style:italic; }
acronym, abbr {
border-bottom:1px #aaa dotted;
font-variant:small-caps;
letter-spacing:.07em;
cursor:help;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark {
background: #ff0;
color: #000;
}
hr {
color:#fff;
background:transparent;
margin:0 0 0.75em 0;
padding:0 0 0.75em 0;
border:0;
border-bottom:1px #eee solid;
}
.required {
display: inline;
color: #1873a2;
}
.hidden {
display: none!important;
}
/*--- Links ----------------------------------------------------------------------------------------- */
a {
color: #1873a2;
text-decoration: none;
margin-bottom: 1px;
background:transparent;
}
a:active { outline: none; }
/* (en) maximum constrast for tab focus - change with great care */
/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
a:hover,
a:focus {
color: #6da6c4;
text-decoration:none;
}
/*--- Images ----------------------------------------------------------------------------------------- */
img,
figure {
border: 0 none;
max-width: 550px;
margin: 0;
}
.flexible {
margin-top: 1.5em;
max-width: 100%;
height: auto;
}
* html .flexible { /* IE6 support */
width: 98%; /* 2% space for borders */
}
.bordered {
margin-top: 1.5em;
border: 2px #eee solid;
border: 2px rgba(255,255,255,1) solid;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
box-shadow: 0 0 3px rgba(0,0,0,.25);
}
/*--- Tables ----------------------------------------------------------------------------------------- */
tr {
border: 1px solid #eeeeee;
} | view/theme/smoothly/css/typography.css |
textarea,
pre,
code,
kbd,
samp,
var,
tt {
font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}
/* (en) base layout gets standard font size 15px */
/* (de) Basis-Layout erhält Standardschriftgröße von 15 Pixeln */
body {
margin: 0 auto;
padding-bottom: 3em;
width: 960px;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size: 15px;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 18px;
color: #626262;
background-color: #F2F2F2;
color: #333333;
/* (en) Prevent auto-scaling of text in mobile webkit browsers */
/* (de) Automatische Schriftvergrößerung in mobilen Webkit-Browsern vermeiden */
-webkit-text-size-adjust:100%;
}
/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-weight: 550;
color:#626262;
margin: 0;
}
h1 {
font-size: 200%;
line-height: 0.8571em;
margin: 0.4286em 0 0;
}
h2 {
font-size:170%;
line-height: 1.2em;
margin: 0.6em 0 0 0;
}
h3 {
font-size: 145%;
margin: 0 0 5px 0;
}
h4 {
font-size: 133.33%;
line-height: 1.125em;
margin: 1.125em 0 0 0;
}
h5 {
font-size: 116.67%;
line-height: 1.2857em;
margin: 1.2857em 0 0 0;
}
h6 {
font-weight: bold;
font-size:100%;
line-height: 1.5em;
margin: 1.5em 0 0 0;
}
/*h3 > a, h4 > a {
font-size: 18px;
color: #626262;
}*/
/* --- Lists | Listen -------------------------------------------------------------------------------- */
ul,
ol,
dl {
font-size:1em;
line-height:1.5em;
}
ul {
list-style-type:disc;
}
ol {
list-style-type:decimal;
}
ul ul {
list-style-type:circle;
margin-top:0;
}
ol ol {
list-style-type:lower-latin;
margin-top:0;
}
ol ul {
list-style-type:circle;
margin-top:0;
}
li {
font-size:1em;
line-height:1.5em;
list-style: none outside none;
}
dt { font-weight:bold; }
dd { }
/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
p {
max-width: 600px;
font-size:1em;
/*line-height:1.5em;*/
/*margin: 1.5em 0 0 0;*/
}
blockquote, cite, q {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
blockquote {
background-color: #F4F8F9;
border-left: 4px solid #DAE4EE;
padding: 0.4em;
}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
big {
font-size:116.667%;
}
small {
font-size:85.71%;
}
pre,
code,
kbd,
tt,
samp,
var {
font-size:100%;
}
pre {
line-height:1.5em;
margin: 1.5em 0 0 0;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
pre, code { color:#800; }
kbd, samp, var, tt {
color:#666;
font-weight:bold;
}
var, dfn { font-style:italic; }
acronym, abbr {
border-bottom:1px #aaa dotted;
font-variant:small-caps;
letter-spacing:.07em;
cursor:help;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark {
background: #ff0;
color: #000;
}
hr {
color:#fff;
background:transparent;
margin:0 0 0.75em 0;
padding:0 0 0.75em 0;
border:0;
border-bottom:1px #eee solid;
}
.required {
display: inline;
color: #1873a2;
}
.hidden {
display: none!important;
}
/*--- Links ----------------------------------------------------------------------------------------- */
a {
color: #1873a2;
text-decoration: none;
margin-bottom: 1px;
background:transparent;
}
a:active { outline: none; }
/* (en) maximum constrast for tab focus - change with great care */
/* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
a:hover,
a:focus {
color: #6da6c4;
text-decoration:none;
}
/*--- Images ----------------------------------------------------------------------------------------- */
img,
figure {
border: 0 none;
max-width: 550px;
margin: 0;
}
.flexible {
margin-top: 1.5em;
max-width: 100%;
height: auto;
}
* html .flexible { /* IE6 support */
width: 98%; /* 2% space for borders */
}
.bordered {
margin-top: 1.5em;
border: 2px #eee solid;
border: 2px rgba(255,255,255,1) solid;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
box-shadow: 0 0 3px rgba(0,0,0,.25);
}
/*--- Tables ----------------------------------------------------------------------------------------- */
tr {
border: 1px solid #eeeeee;
} | 0.281504 | 0.083068 |
body {
overflow-x: hidden;
}
/* Toggle Styles */
#wrapper {
padding-left: 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#wrapper.toggled {
padding-left: 200px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background-color:#312A25 !Important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 10px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-left:-250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
right:15px;
width: 200px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #fff;
background: #312A25;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 220px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 200px;
}
#wrapper.toggled #sidebar-wrapper {
width: 40px;
}
#wrapper.toggled span {
visibility:hidden;
}
#wrapper.toggled i {
float:right;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
@media(max-width:414px) {
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right:60px;
}
#wrapper.toggled {
padding-right: 60px;
}
#wrapper {
padding-left: 20px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 50px;
}
#wrapper.toggled #sidebar-wrapper {
width: 140px;
}
#wrapper.toggled span {
visibility:visible;
position:relative;
left:70px;
bottom:13px;
}
#wrapper span {
visibility:hidden;
}
#wrapper.toggled i {
float:right;
}
#wrapper i {
float:right;
}
#page-content-wrapper {
padding: 5px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
} | css/style.css | body {
overflow-x: hidden;
}
/* Toggle Styles */
#wrapper {
padding-left: 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#wrapper.toggled {
padding-left: 200px;
}
#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background-color:#312A25 !Important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 0;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 10px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-left:-250px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
right:15px;
width: 200px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #999999;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #fff;
background: #312A25;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-left: 220px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 200px;
}
#wrapper.toggled #sidebar-wrapper {
width: 40px;
}
#wrapper.toggled span {
visibility:hidden;
}
#wrapper.toggled i {
float:right;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
@media(max-width:414px) {
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right:60px;
}
#wrapper.toggled {
padding-right: 60px;
}
#wrapper {
padding-left: 20px;
}
#wrapper.toggled {
padding-left: 0;
}
#sidebar-wrapper {
width: 50px;
}
#wrapper.toggled #sidebar-wrapper {
width: 140px;
}
#wrapper.toggled span {
visibility:visible;
position:relative;
left:70px;
bottom:13px;
}
#wrapper span {
visibility:hidden;
}
#wrapper.toggled i {
float:right;
}
#wrapper i {
float:right;
}
#page-content-wrapper {
padding: 5px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
} | 0.486819 | 0.066934 |
@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Noto Sans';
src: url('../font/NotoSans-Regular-webfont.eot');
src: url('../font/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/NotoSans-Regular-webfont.woff') format('woff'),
url('../font/NotoSans-Regular-webfont.ttf') format('truetype'),
url('../font/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background: none repeat scroll 0 0 #efeef5;
margin:0 auto;
padding:0px;
font-family:"Noto Sans";
color:#000000;
}
.topContent{
height:auto; padding:4px 0; font-size:14px; color:#fff; display:table;
}
.header{ height:auto;}
#headerContainer{
background: none repeat scroll 0 0 #f2f2f2;
box-shadow: 0 2px 7px #dadada;
height: auto;
position: relative;
top: 41px;
width: 100%;
z-index: 1;
}
#headerTop{ width:100%;height: 40px; background:linear-gradient(#56585d, #2f3034) repeat scroll 0 0 rgba(0, 0, 0, 0); position:fixed; z-index:103;}
header.page-header {
/*margin-bottom:90px !important;*/
}
ul.inline li { display:inline-block; list-style-type:none; }
.social-icons{ width:30%; float:left;}
.social-icons a {color:#fff;display:inline-block;margin:0 10px;transition:all 0.5s ease-in-out 0s;font-size:22px;}
.social-icons a:hover{ color:#fb0d3f;}
.logo{ width:20%; float:left;}
.social{ width:15%;float:left;}
.nav{ width:65%; float:right; font-size:12px; text-align:right; line-height:42px;}
.nav ul li{ list-style:none; display:inline-block; text-transform:uppercase; }
.nav a:link, .nav a:visited{
color:#000000;
padding:0 10px;
display:block;
text-decoration:none;
}
.nav a:hover{
color:#000000; border-radius:5px 5px 0 0;
background:#fb0d3f;
display:block;transition-duration:0.8s;
text-decoration:none;
}
.nav .active{
color:#000000; border-radius:5px 5px 0 0;
background:#fb0d3f;
display:block;
text-decoration:none;
}
.logo a {
display: block;
margin-top: 0px;
}
.header-tools-grid {
border-right: 1px solid #ffffff;
box-shadow: 0 4px 17px -2px rgba(0, 0, 0, 0.22);
padding: 0 20px;
}
.header-tools-grid h2 {
background: linear-gradient(#56585d, #2f3034) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 0 0 10px 10px;
color: white;
margin-top: -3px;
padding: 3px 13px;
text-align: center;
}
.header-tools-grid ul.inline {
display: block;
text-align: center;
}
ul ul.sub-options-ul {
display:none;
}
ul li:hover>ul.sub-options-ul {
display:block;
}
.header-tools-grid:not(:first-child) {
margin-left:13px;
}
.logo a img {
display:block;
margin-left:8px;
}
.left-panel {
background: linear-gradient(#56585d, #2f3034) repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 100%;
left: 0;
position: fixed;
top: 40px;
width: 240px;
box-shadow:3px 0 6px 5px #9b9b9b;
z-index: 101;
}
.side-menu {
}
.section-main {
margin-left:265px;
margin-right: 20px;
/*margin-right: 225px;*/
}
.mid-panel {
position: relative;
z-index:101;
}
#page {
/*background:url(../images/main_bg.png) no-repeat right bottom !important;*/
background:#FFFFFF !important;
}
.button, button{
border-radius:6px; border:none;
background:#3399FF; text-shadow: 0 1px 1px #000;
color:#fff;
display: inline-block;
font-size:1em; font-weight:normal;
cursor:pointer;
padding:5px 20px; transition-duration:0.3s;
text-decoration:none;
}
button:hover, .button:hover{
background:#5A5A5A;transition-duration:0.3s;
color:#fff; border:none;
text-decoration:none;
cursor:pointer;
}
.btn-big{ padding:4% 10%; font-size:2em;}
input.small {
font-size: 20px;
height: 35px;
padding-left: 5px;
width: 51px;
}
footer.page-footer {
background:linear-gradient(#2f3034, #56585d) repeat scroll 0 0 rgba(0, 0, 0, 0);
font-size: 11px;
z-index: 103;
}
footer.page-footer a:visited {
color:#000000;;
text-decoration:none;
}
footer.page-footer a {
color:#000000;;
text-decoration:none;
}
footer.page-footer a:hover {
color:#333333;
text-decoration:none;
}
.copyright{ width:27%; float:left;}
.footerNav{ width:72%; float:right; text-align:right;}
.footerNav ul li{ list-style:none; display:inline; margin:0 1% 0 0;}
#main {
margin-bottom: 56px;
position: relative !important;
padding-bottom:15px !important;
}
.marL30pxF {
margin-left:30px !important;
}
.marR30pxF {
margin-right:30px !important;
}
#room-area svg {
}
header.page-header {
margin-bottom:40px !important;
}
.top-tools {
height: 45px;
left: 0;
position: relative;
top:3px;
width: 100%;
}
input[type="text"] {border: 1px solid #c9c9c9; border-radius: 5px;}
svg g:hover{
cursor: move;
}
svg image:hover {
cursor: pointer;
}
input[type=text],input[type=password],input[type=file] {
display:inline-block;
background: #FBFBFB;
border: 1px solid #E5E5E5;
border-radius:5px;
box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
color: #555555;
font-size: 17px;
font-weight: 200;
padding: 7px;
}
input[type=button],input[type=submit] {
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
border-radius:5px;
border:none;
background-color: #21759B;
background-image: linear-gradient(to bottom, #2A95C5, #21759B);
border-color: #21759B #21759B #1E6A8D;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
input[type=button]:focus,input[type=submit]:focus {
background-color: #278AB7;
background-image: linear-gradient(to bottom, #2E9FD2, #21759B);
border-color: #1B607F;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
input[type=text]:focus,input[type=password]:focus {
border-color: #AAAAAA;
}
/*=======================================================================================*/
/*========================== ERROR MESSAGE AND TOOLTIP STYLES ===========================*/
/*=======================================================================================*/
.yellow {
background: #d6cc48 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.green {
background: #55bc75 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.red {
background: #dc4c42 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.blue {
background: #3bc2e3 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.facebookblue {
background: #3b559f !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content {
font-size: 80%;
}
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content:before {
border: medium solid rgba(0, 0, 0, 0);
content: " ";
height: 0;
pointer-events: none;
position: absolute;
right: 100%;
top: 50%;
width: 0;
}
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content:after {
border-color: rgba(136, 183, 213, 0) #DC4C42 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
border-width: 1px;
margin-top: -8px;
}
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content:before {
border-color: rgba(194, 225, 245, 0) #DC4C42 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
border-width: 10px;
margin-top: -10px;
}
.ui-tooltip {
box-shadow: 0 0 5px #aaa;
max-width: 300px;
padding: 8px;
position: absolute;
z-index: 9999;
}
.padT50px {
padding:50px 10px;
}
.middleForm {
width:385px;
margin:auto;
}
.bootstrap-growl.alert {
border: medium none;
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset;
padding-left: 60px;
position: relative;
}
.bootstrap-growl.alert.alert-block:before {
padding: 24px 14px;
}
.bootstrap-growl.alert-success:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: '\f058';
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 10px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-growl.alert-error:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: "\f00d";
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 8px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-growl.alert-warning:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: "\f071";
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 8px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-growl.alert-info:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: '\f129';
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 8px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.alert,.alert h4 {
color: #c09853;
}
.alert h4 {
margin: 0;
}
.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.alert-success h4 {
color: #468847;
}
.alert-danger,.alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}
.alert-danger h4,.alert-error h4 {
color: #b94a48;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.alert-info h4 {
color: #3a87ad;
}
.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.alert-block>p,.alert-block>ul {
margin-bottom: 0;
}
.alert-block p+p {
margin-top: 5px;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} | assets/css/style.css | @charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Noto Sans';
src: url('../font/NotoSans-Regular-webfont.eot');
src: url('../font/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/NotoSans-Regular-webfont.woff') format('woff'),
url('../font/NotoSans-Regular-webfont.ttf') format('truetype'),
url('../font/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background: none repeat scroll 0 0 #efeef5;
margin:0 auto;
padding:0px;
font-family:"Noto Sans";
color:#000000;
}
.topContent{
height:auto; padding:4px 0; font-size:14px; color:#fff; display:table;
}
.header{ height:auto;}
#headerContainer{
background: none repeat scroll 0 0 #f2f2f2;
box-shadow: 0 2px 7px #dadada;
height: auto;
position: relative;
top: 41px;
width: 100%;
z-index: 1;
}
#headerTop{ width:100%;height: 40px; background:linear-gradient(#56585d, #2f3034) repeat scroll 0 0 rgba(0, 0, 0, 0); position:fixed; z-index:103;}
header.page-header {
/*margin-bottom:90px !important;*/
}
ul.inline li { display:inline-block; list-style-type:none; }
.social-icons{ width:30%; float:left;}
.social-icons a {color:#fff;display:inline-block;margin:0 10px;transition:all 0.5s ease-in-out 0s;font-size:22px;}
.social-icons a:hover{ color:#fb0d3f;}
.logo{ width:20%; float:left;}
.social{ width:15%;float:left;}
.nav{ width:65%; float:right; font-size:12px; text-align:right; line-height:42px;}
.nav ul li{ list-style:none; display:inline-block; text-transform:uppercase; }
.nav a:link, .nav a:visited{
color:#000000;
padding:0 10px;
display:block;
text-decoration:none;
}
.nav a:hover{
color:#000000; border-radius:5px 5px 0 0;
background:#fb0d3f;
display:block;transition-duration:0.8s;
text-decoration:none;
}
.nav .active{
color:#000000; border-radius:5px 5px 0 0;
background:#fb0d3f;
display:block;
text-decoration:none;
}
.logo a {
display: block;
margin-top: 0px;
}
.header-tools-grid {
border-right: 1px solid #ffffff;
box-shadow: 0 4px 17px -2px rgba(0, 0, 0, 0.22);
padding: 0 20px;
}
.header-tools-grid h2 {
background: linear-gradient(#56585d, #2f3034) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 0 0 10px 10px;
color: white;
margin-top: -3px;
padding: 3px 13px;
text-align: center;
}
.header-tools-grid ul.inline {
display: block;
text-align: center;
}
ul ul.sub-options-ul {
display:none;
}
ul li:hover>ul.sub-options-ul {
display:block;
}
.header-tools-grid:not(:first-child) {
margin-left:13px;
}
.logo a img {
display:block;
margin-left:8px;
}
.left-panel {
background: linear-gradient(#56585d, #2f3034) repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 100%;
left: 0;
position: fixed;
top: 40px;
width: 240px;
box-shadow:3px 0 6px 5px #9b9b9b;
z-index: 101;
}
.side-menu {
}
.section-main {
margin-left:265px;
margin-right: 20px;
/*margin-right: 225px;*/
}
.mid-panel {
position: relative;
z-index:101;
}
#page {
/*background:url(../images/main_bg.png) no-repeat right bottom !important;*/
background:#FFFFFF !important;
}
.button, button{
border-radius:6px; border:none;
background:#3399FF; text-shadow: 0 1px 1px #000;
color:#fff;
display: inline-block;
font-size:1em; font-weight:normal;
cursor:pointer;
padding:5px 20px; transition-duration:0.3s;
text-decoration:none;
}
button:hover, .button:hover{
background:#5A5A5A;transition-duration:0.3s;
color:#fff; border:none;
text-decoration:none;
cursor:pointer;
}
.btn-big{ padding:4% 10%; font-size:2em;}
input.small {
font-size: 20px;
height: 35px;
padding-left: 5px;
width: 51px;
}
footer.page-footer {
background:linear-gradient(#2f3034, #56585d) repeat scroll 0 0 rgba(0, 0, 0, 0);
font-size: 11px;
z-index: 103;
}
footer.page-footer a:visited {
color:#000000;;
text-decoration:none;
}
footer.page-footer a {
color:#000000;;
text-decoration:none;
}
footer.page-footer a:hover {
color:#333333;
text-decoration:none;
}
.copyright{ width:27%; float:left;}
.footerNav{ width:72%; float:right; text-align:right;}
.footerNav ul li{ list-style:none; display:inline; margin:0 1% 0 0;}
#main {
margin-bottom: 56px;
position: relative !important;
padding-bottom:15px !important;
}
.marL30pxF {
margin-left:30px !important;
}
.marR30pxF {
margin-right:30px !important;
}
#room-area svg {
}
header.page-header {
margin-bottom:40px !important;
}
.top-tools {
height: 45px;
left: 0;
position: relative;
top:3px;
width: 100%;
}
input[type="text"] {border: 1px solid #c9c9c9; border-radius: 5px;}
svg g:hover{
cursor: move;
}
svg image:hover {
cursor: pointer;
}
input[type=text],input[type=password],input[type=file] {
display:inline-block;
background: #FBFBFB;
border: 1px solid #E5E5E5;
border-radius:5px;
box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
color: #555555;
font-size: 17px;
font-weight: 200;
padding: 7px;
}
input[type=button],input[type=submit] {
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
border-radius:5px;
border:none;
background-color: #21759B;
background-image: linear-gradient(to bottom, #2A95C5, #21759B);
border-color: #21759B #21759B #1E6A8D;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
color: #FFFFFF;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
input[type=button]:focus,input[type=submit]:focus {
background-color: #278AB7;
background-image: linear-gradient(to bottom, #2E9FD2, #21759B);
border-color: #1B607F;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
input[type=text]:focus,input[type=password]:focus {
border-color: #AAAAAA;
}
/*=======================================================================================*/
/*========================== ERROR MESSAGE AND TOOLTIP STYLES ===========================*/
/*=======================================================================================*/
.yellow {
background: #d6cc48 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.green {
background: #55bc75 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.red {
background: #dc4c42 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.blue {
background: #3bc2e3 !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
.facebookblue {
background: #3b559f !important;
color: white !important;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) !important; }
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content {
font-size: 80%;
}
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content:before {
border: medium solid rgba(0, 0, 0, 0);
content: " ";
height: 0;
pointer-events: none;
position: absolute;
right: 100%;
top: 50%;
width: 0;
}
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content:after {
border-color: rgba(136, 183, 213, 0) #DC4C42 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
border-width: 1px;
margin-top: -8px;
}
div.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content:before {
border-color: rgba(194, 225, 245, 0) #DC4C42 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
border-width: 10px;
margin-top: -10px;
}
.ui-tooltip {
box-shadow: 0 0 5px #aaa;
max-width: 300px;
padding: 8px;
position: absolute;
z-index: 9999;
}
.padT50px {
padding:50px 10px;
}
.middleForm {
width:385px;
margin:auto;
}
.bootstrap-growl.alert {
border: medium none;
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset;
padding-left: 60px;
position: relative;
}
.bootstrap-growl.alert.alert-block:before {
padding: 24px 14px;
}
.bootstrap-growl.alert-success:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: '\f058';
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 10px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-growl.alert-error:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: "\f00d";
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 8px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-growl.alert-warning:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: "\f071";
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 8px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-growl.alert-info:before {
background-color: inherit;
border-radius: 2px 0 0 2px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.04) inset, 1px 0 0 0 rgba(0, 0, 0, 0.05);
content: '\f129';
display: inline;
font-family: 'FontAwesome';
height: 100%;
left: 0;
padding: 8px 14px;
position: absolute;
text-align: center;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.alert,.alert h4 {
color: #c09853;
}
.alert h4 {
margin: 0;
}
.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.alert-success h4 {
color: #468847;
}
.alert-danger,.alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}
.alert-danger h4,.alert-error h4 {
color: #b94a48;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.alert-info h4 {
color: #3a87ad;
}
.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.alert-block>p,.alert-block>ul {
margin-bottom: 0;
}
.alert-block p+p {
margin-top: 5px;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} | 0.325949 | 0.084758 |
.sales-page-intro {
position: relative;
/* height: 30em; */
height: 15em;
width: 100%;
/* background-color: gold; */
background-image: url('../../images/paper-menu.jpg');
background-size: cover;
background-position: right;
background-repeat: no-repeat;
}
.sales-page-intro img {
position: absolute;
height: 100%;
width: 60%;
z-index: 1;
}
.sales-page-intro-header-content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 1em;
color: #fff;
font-size: 1.25rem;
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
}
.sales-page-intro-header-content p {
margin: 0;
}
.sales-page-content {
display: flex;
flex-direction: column;
height: 60em;
width: 100%;
/* background-color: magenta; */
}
.sales-page-content-left {
display: flex;
flex-direction: column;
height: 60%;
/* width: 50%; */
width: 100%;
padding: 1em;
/* padding: 2em; */
/* background-color: red; */
}
.sales-page-content-left h2 {
color: #AD00FF;
}
.sales-page-content-left-top {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
height: 30%;
width: 100%;
/* background-color: purple; */
}
.sales-page-content-left-top img {
height: 3em;
width: 3em;
margin-right: 2em;
}
.sales-page-content-left-bottom {
display: flex;
height: 70%;
width: 100%;
/* background-color: gold; */
}
.sales-page-content-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 40%;
width: 100%;
/* width: 50%; */
/* background-color: yellow; */
}
.sales-page-content-right img {
height: 15em;
width: 15em;
}
.sales-page-banner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
height: 10em;
width: 100%;
color: #0066FF;
/* background-color: gold; */
}
.sales-page-banner p {
font-weight: bold;
/* font-size: 4rem; */
font-size: 2rem;
}
.sales-page-banner-logo {
font-size: 3rem;
}
.sales-page-form-section {
display: flex;
/* flex-direction: row; */
flex-direction: column;
/* height: 35em; */
height: 65em;
width: 100%;
margin: 3em 0 3em;
/* background-color: royalblue; */
}
.sales-page-form-section-left {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
/* padding: 2em; */
padding: 1em;
/* height: 100%;
width: 50%; */
height: 50%;
width: 100%;
/* font-size: 3rem; */
font-size: 2rem;
font-weight: bold;
/* background-color: forestgreen; */
}
.sales-page-form-section-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* height: 100%;
width: 50%; */
height: 50%;
width: 100%;
/* background-color: magenta; */
}
@media (min-width: 768px) {
.sales-page-content {
height: 50em;
/* background-color: magenta; */
}
.sales-page-form-section-left {
/* background-color: crimson; */
height: 30%;
}
.sales-page-form-section-right {
height: 70%;
/* background-color: gold; */
}
/* .sales-page-content-right img {
height: 10em;
width: 10em;
} */
}
@media (min-width: 1024px) {
.sales-page-intro {
height: 30em;
}
.sales-page-intro-header-content {
font-weight: bold;
font-size: 4rem;
padding: 0.5em;
}
.sales-page-content {
flex-direction: row;
height: 40em;
/* background-color: magenta; */
}
.sales-page-content-left {
height: 100%;
width: 50%;
justify-content: center;
padding: 2em;
/* background-color: royalblue; */
}
.sales-page-content-left-top {
/* flex-direction: column;
justify-content: center; */
height: 10%;
/* background-color: crimson; */
}
.sales-page-content-left-bottom {
/* flex-direction: column;
justify-content: center; */
/* background-color: gold; */
height: 40%;
}
.sales-page-content-right {
height: 100%;
width: 50%;
/* background-color: magenta; */
}
.sales-page-form-section {
flex-direction: row;
height: 35em;
}
.sales-page-form-section-left {
height: 100%;
width: 50%;
font-size: 2.5rem;
}
.sales-page-form-section-right {
height: 100%;
width: 50%;
}
.sales-page-banner p {
font-size: 4rem;
}
.sales-page-banner-logo {
font-size: 5rem;
}
} | src/pages/for-restaurants/index.css | .sales-page-intro {
position: relative;
/* height: 30em; */
height: 15em;
width: 100%;
/* background-color: gold; */
background-image: url('../../images/paper-menu.jpg');
background-size: cover;
background-position: right;
background-repeat: no-repeat;
}
.sales-page-intro img {
position: absolute;
height: 100%;
width: 60%;
z-index: 1;
}
.sales-page-intro-header-content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 1em;
color: #fff;
font-size: 1.25rem;
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
}
.sales-page-intro-header-content p {
margin: 0;
}
.sales-page-content {
display: flex;
flex-direction: column;
height: 60em;
width: 100%;
/* background-color: magenta; */
}
.sales-page-content-left {
display: flex;
flex-direction: column;
height: 60%;
/* width: 50%; */
width: 100%;
padding: 1em;
/* padding: 2em; */
/* background-color: red; */
}
.sales-page-content-left h2 {
color: #AD00FF;
}
.sales-page-content-left-top {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
height: 30%;
width: 100%;
/* background-color: purple; */
}
.sales-page-content-left-top img {
height: 3em;
width: 3em;
margin-right: 2em;
}
.sales-page-content-left-bottom {
display: flex;
height: 70%;
width: 100%;
/* background-color: gold; */
}
.sales-page-content-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 40%;
width: 100%;
/* width: 50%; */
/* background-color: yellow; */
}
.sales-page-content-right img {
height: 15em;
width: 15em;
}
.sales-page-banner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
height: 10em;
width: 100%;
color: #0066FF;
/* background-color: gold; */
}
.sales-page-banner p {
font-weight: bold;
/* font-size: 4rem; */
font-size: 2rem;
}
.sales-page-banner-logo {
font-size: 3rem;
}
.sales-page-form-section {
display: flex;
/* flex-direction: row; */
flex-direction: column;
/* height: 35em; */
height: 65em;
width: 100%;
margin: 3em 0 3em;
/* background-color: royalblue; */
}
.sales-page-form-section-left {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
/* padding: 2em; */
padding: 1em;
/* height: 100%;
width: 50%; */
height: 50%;
width: 100%;
/* font-size: 3rem; */
font-size: 2rem;
font-weight: bold;
/* background-color: forestgreen; */
}
.sales-page-form-section-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* height: 100%;
width: 50%; */
height: 50%;
width: 100%;
/* background-color: magenta; */
}
@media (min-width: 768px) {
.sales-page-content {
height: 50em;
/* background-color: magenta; */
}
.sales-page-form-section-left {
/* background-color: crimson; */
height: 30%;
}
.sales-page-form-section-right {
height: 70%;
/* background-color: gold; */
}
/* .sales-page-content-right img {
height: 10em;
width: 10em;
} */
}
@media (min-width: 1024px) {
.sales-page-intro {
height: 30em;
}
.sales-page-intro-header-content {
font-weight: bold;
font-size: 4rem;
padding: 0.5em;
}
.sales-page-content {
flex-direction: row;
height: 40em;
/* background-color: magenta; */
}
.sales-page-content-left {
height: 100%;
width: 50%;
justify-content: center;
padding: 2em;
/* background-color: royalblue; */
}
.sales-page-content-left-top {
/* flex-direction: column;
justify-content: center; */
height: 10%;
/* background-color: crimson; */
}
.sales-page-content-left-bottom {
/* flex-direction: column;
justify-content: center; */
/* background-color: gold; */
height: 40%;
}
.sales-page-content-right {
height: 100%;
width: 50%;
/* background-color: magenta; */
}
.sales-page-form-section {
flex-direction: row;
height: 35em;
}
.sales-page-form-section-left {
height: 100%;
width: 50%;
font-size: 2.5rem;
}
.sales-page-form-section-right {
height: 100%;
width: 50%;
}
.sales-page-banner p {
font-size: 4rem;
}
.sales-page-banner-logo {
font-size: 5rem;
}
} | 0.522446 | 0.077518 |
@charset "utf8";
*,
*:after,
*:before,
html {
box-sizing: border-box;
}
a:hover,
a:link,
a:visited {
color: #27344e;
}
body{
font-family: "Arial", sans-serif;
color: white;
background-image: url("https://media.giphy.com/media/2tTl5OBt2m39zs9Fxy/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
/*
height: 500px;
background-attachment: fixed;
*/
text-align:center;
}
}
h1 {
text-align: center;
color: black;
font-size: 100%;
}
h2 {
text-align: center;
}
p.solid {
border-style: solid;
}
a {
display:block;
text-decoration:none;
}
body,
button
{
font-family:Tahoma,Geneva,sans-serif;
font-style:normal;
font-weight:400;}
body,
html
{height:100%}
button{
margin:0;
border:none;
outline:none;
cursor:pointer;
}
//*button:focus
{background:#00FFFF;color:white }*/
button,
p,
.home
{font-size:14px}
button,
.home{
background: transparent;
padding:14px;
color:white;
vertical-align:middle;
}
button:hover,
{
background: #00FFFF;
}
[class*="container"]
{
display:block;
position:relative;
float:left;
white-space: nowrap;
}
[class*="content"]
{
display:none;
position:absolute;
z-index:10
}
.home,
#btnMenu
{position:relative;
float:left;
}
#btnMenu,
.fa-close,
.acc
{display:none}
.content_list:before
{
content:"";
display:block;
position:absolute;
}
.btnList
{width:140px}
.content_list
{
background:#ffbcd9;
opacity: 1;
width:250px;
top:45px;
}
.content_list.left,
.content_list.left:before
{left:0}
.content_list.center
{left:-65px}
.content_list.center:before
{left:50%;
transform:translate(-50%,0);
}
.content_list.right,
.content_list.right:before
{right:0}
.content_list:before{
width:8px;
top:-8px;
border-left:8px solid transparent;
border-right:8px solid transparent;
border-bottom:8px solid #ff5a42
}
.container_right
{float:right}
.container_left{
}
.content_search
{background:#000;top:0;right:40px}
input[type=text]{
background:#fff;
width:100%;
font-size:22px;
border-radius:5px
}
input[type=text]:focus
{outline:none}
@media (max-width:683px){
#btnMenu
{display:block}
.container_menu
{display:none}
.container_list
{width:100%}
.btnList
{width:100%;box-shadow:0 2px 2px -2px #333}
.drop
{
display:inline-block;
}
.acc
{display:inline-block}
.content_list{
width:100%;
top:0;
position:relative;
float:left
}
.content_list.left,
.content_list.center,
.content_list.right
{left:0;right:0}
.content_list.left:before,
.content_list.center:before,
.content_list.right:before
{left:50%;transform:translate(-50%,0)}
/* In small screen, when the "Button Nav" clicked, the "container_menu" will be replaced with the "show_menu" */
.show_menu{
background:#1a1a1a;
width:100%;
top:45px;
display:block;
position:absolute
}
}
p{
font-size: 14px;
margin: 0;
padding: 0;
}
.visible
{display:inline-block}
.show_list
{padding:20px 0;animation:height 1s ease}
@keyframes height{
from{padding:0;opacity:0}
to{padding:20px 0;opacity:1}
}
.show_search form
{width:150px;padding:6px;animation:width 1s ease}
@keyframes width{
from{width:0;opacity:0}
to{width:150px;opacity:1}
}
[class*="show"]
{
display:block;
}
.show_list
{padding:20px 0;animation:height 1s ease}
/* start of our code */
header{
width: 100%;
padding:16px;
display:block;
position:relative;
z-index: 5;
box-shadow:0 8px 6px -6px #000
}
header h1,
header p
{letter-spacing:3px;text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;}
.test{
width:100%;
min-height:200%;
display:block;
position:relative;
float:left
}
.title{
width:100%;
min-height:100%;
display:block;
position:relative;
float:left
}
body{
font-family: "Arial", sans-serif;
color: black;
background-image: url("https://media.giphy.com/media/2tTl5OBt2m39zs9Fxy/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 50px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align:center;
}
.blank{
width:100%;
min-height:100%;
display:block;
position:relative;
float:left
}
h1 {
text-align: center;
color: black;
font-size: 800;
}
h2 {
text-align: center;
}
p#bruh, p#bruh2, p#bruh3 {
border-style: solid;
border-color: transparent;
border-width: 10px;
text-align: left;
font-size: 125%;
}
p#bruh{
margin-top: 60px;
}
p#bruh{
padding-right: 50px;
}
p#bruh2, p#bruh3{
padding-left: 50px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
img#theImage {
padding-left: 50px;
padding-top: 30px;
width: 95%;
height: auto;
}
.blank{
display: flex;
flex-direction: column;
}
/* Create three equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 15px;
}
.column2 {
float: center;
width: 100%
padding: 15px;
}
.column3 {
width: 28.3%;
display: flex;
align-items:center;
}
.column3 img{
width: 100%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.row{
display: flex;
justify-content:space-around;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.column {
width:100%;
}
.column2 {
width: 100%;
}
.column3 {
width: 100%;
}
} | wit.css | @charset "utf8";
*,
*:after,
*:before,
html {
box-sizing: border-box;
}
a:hover,
a:link,
a:visited {
color: #27344e;
}
body{
font-family: "Arial", sans-serif;
color: white;
background-image: url("https://media.giphy.com/media/2tTl5OBt2m39zs9Fxy/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
/*
height: 500px;
background-attachment: fixed;
*/
text-align:center;
}
}
h1 {
text-align: center;
color: black;
font-size: 100%;
}
h2 {
text-align: center;
}
p.solid {
border-style: solid;
}
a {
display:block;
text-decoration:none;
}
body,
button
{
font-family:Tahoma,Geneva,sans-serif;
font-style:normal;
font-weight:400;}
body,
html
{height:100%}
button{
margin:0;
border:none;
outline:none;
cursor:pointer;
}
//*button:focus
{background:#00FFFF;color:white }*/
button,
p,
.home
{font-size:14px}
button,
.home{
background: transparent;
padding:14px;
color:white;
vertical-align:middle;
}
button:hover,
{
background: #00FFFF;
}
[class*="container"]
{
display:block;
position:relative;
float:left;
white-space: nowrap;
}
[class*="content"]
{
display:none;
position:absolute;
z-index:10
}
.home,
#btnMenu
{position:relative;
float:left;
}
#btnMenu,
.fa-close,
.acc
{display:none}
.content_list:before
{
content:"";
display:block;
position:absolute;
}
.btnList
{width:140px}
.content_list
{
background:#ffbcd9;
opacity: 1;
width:250px;
top:45px;
}
.content_list.left,
.content_list.left:before
{left:0}
.content_list.center
{left:-65px}
.content_list.center:before
{left:50%;
transform:translate(-50%,0);
}
.content_list.right,
.content_list.right:before
{right:0}
.content_list:before{
width:8px;
top:-8px;
border-left:8px solid transparent;
border-right:8px solid transparent;
border-bottom:8px solid #ff5a42
}
.container_right
{float:right}
.container_left{
}
.content_search
{background:#000;top:0;right:40px}
input[type=text]{
background:#fff;
width:100%;
font-size:22px;
border-radius:5px
}
input[type=text]:focus
{outline:none}
@media (max-width:683px){
#btnMenu
{display:block}
.container_menu
{display:none}
.container_list
{width:100%}
.btnList
{width:100%;box-shadow:0 2px 2px -2px #333}
.drop
{
display:inline-block;
}
.acc
{display:inline-block}
.content_list{
width:100%;
top:0;
position:relative;
float:left
}
.content_list.left,
.content_list.center,
.content_list.right
{left:0;right:0}
.content_list.left:before,
.content_list.center:before,
.content_list.right:before
{left:50%;transform:translate(-50%,0)}
/* In small screen, when the "Button Nav" clicked, the "container_menu" will be replaced with the "show_menu" */
.show_menu{
background:#1a1a1a;
width:100%;
top:45px;
display:block;
position:absolute
}
}
p{
font-size: 14px;
margin: 0;
padding: 0;
}
.visible
{display:inline-block}
.show_list
{padding:20px 0;animation:height 1s ease}
@keyframes height{
from{padding:0;opacity:0}
to{padding:20px 0;opacity:1}
}
.show_search form
{width:150px;padding:6px;animation:width 1s ease}
@keyframes width{
from{width:0;opacity:0}
to{width:150px;opacity:1}
}
[class*="show"]
{
display:block;
}
.show_list
{padding:20px 0;animation:height 1s ease}
/* start of our code */
header{
width: 100%;
padding:16px;
display:block;
position:relative;
z-index: 5;
box-shadow:0 8px 6px -6px #000
}
header h1,
header p
{letter-spacing:3px;text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;}
.test{
width:100%;
min-height:200%;
display:block;
position:relative;
float:left
}
.title{
width:100%;
min-height:100%;
display:block;
position:relative;
float:left
}
body{
font-family: "Arial", sans-serif;
color: black;
background-image: url("https://media.giphy.com/media/2tTl5OBt2m39zs9Fxy/giphy.gif");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 50px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align:center;
}
.blank{
width:100%;
min-height:100%;
display:block;
position:relative;
float:left
}
h1 {
text-align: center;
color: black;
font-size: 800;
}
h2 {
text-align: center;
}
p#bruh, p#bruh2, p#bruh3 {
border-style: solid;
border-color: transparent;
border-width: 10px;
text-align: left;
font-size: 125%;
}
p#bruh{
margin-top: 60px;
}
p#bruh{
padding-right: 50px;
}
p#bruh2, p#bruh3{
padding-left: 50px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
img#theImage {
padding-left: 50px;
padding-top: 30px;
width: 95%;
height: auto;
}
.blank{
display: flex;
flex-direction: column;
}
/* Create three equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 15px;
}
.column2 {
float: center;
width: 100%
padding: 15px;
}
.column3 {
width: 28.3%;
display: flex;
align-items:center;
}
.column3 img{
width: 100%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.row{
display: flex;
justify-content:space-around;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.column {
width:100%;
}
.column2 {
width: 100%;
}
.column3 {
width: 100%;
}
} | 0.29584 | 0.045948 |
========================================================================== */
/*========================= global ===========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font-family: 'DinPro';
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
hr {
width: 800px;
margin: 0 auto;
}
.b {
font-weight: bold;
}
.hr-line{
margin: 10px auto;
}
/* ==================== HEADER ==========================================================
=========================================================================================*/
.header {
width: 980px;
margin: 0 auto;
position: relative;
padding-top: 15px;
}
.call {
display: inline-block;
float: right;
width: 415px;
}
.call a {
padding-top: 11px;
text-shadow: 1px 1px 2px #3d7828;
text-align: center;
color: #fff;
text-decoration: none;
display: inline-block;
height: 45px;
width: 185px;
border: 1px solid #7fc99d;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: rgb(112, 170, 71);
background: -moz-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -webkit-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -o-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -ms-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: linear-gradient(181deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
display: block;
float: right;
vertical-align: top;
position: absolute;
top: 25px;
right: 0;
font-size: 17px;
}
/* window */
.overlay {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 2;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay-payok {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 2;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.overlay-payok:target {
visibility: visible;
opacity: 1;
}
/* Кнопка закрытия окна */
.close {
background-color: rgba(0, 0, 0, 0.8);
border: 2px solid #ccc;
height: 24px;
line-height: 24px;
position: absolute;
right: -13px;
font-weight: bold;
text-align: center;
text-decoration: none;
top: -15px;
width: 24px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
z-index: 15;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
font-size: 22px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
line-height: 0.4;
padding-top: -6px;
}
.close:hover {
background-color: #e7cca0;
}
.popup p, .popup div {
margin-bottom: 10px;
}
/* =========== ФОРМА =============
================================== */
.popup {
left: 50%;
opacity: 0;
padding: 10px;
position: fixed;
top: 40%;
visibility: hidden;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
.popup-payok {
opacity: 0;
padding: 10px;
position: absolute;
left: 50%;
top: 200px;
visibility: hidden;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
.relative-close {
position: relative;
}
.feedback {
width: 980px;
height: 850px;
background: #fff;
border-radius: 7px;
margin-top: 2000px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
}
.feedback:after {
content: "";
position: absolute;
top: 310px;
left: 1px;
background: url(../img/background/after-line.png);
width: 978px;
height: 18px;
}
.left {
padding: 60px 0 0 45px;
float: left;
}
.left p {
font-size: 16px;
}
.left p:nth-child(1){
font-weight: bold;
font-size: 17px;
}
.right{
padding: 60px 65px 0 0;
float: right;
}
.right p {
font-size: 16px;
}
.right p:first-child{
color: #000;
font-weight: bold;
font-size: 17px;
}
.feedback img{
display: block;
position: absolute;
bottom: 220px;
left: 45px;
}
.pop-form {
padding-top: 10px;
width: 275px;
height: 360px;
position: absolute;
bottom: 160px;
right: 180px;
}
.pop-form p:first-child{
color: #598428;
font-size: 36px;
font-weight: bold;
}
.pop-form p {
text-align: center;
font-size: 38px;
font-weight: 100;
}
.pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 16px;
}
.pop-form input:focus {
outline: 0;
}
.pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.pop-form input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.pop-form input[type="button"]{
cursor: pointer;
margin-top: 10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
.overlay:target+.popup {
top: 50%;
opacity: 1;
visibility: visible;
}
.overlay-payok:target+.popup-payok{
top: 50%;
opacity: 1;
visibility: visible;
}
/*window*/
.no-but {
padding: 10px 200px 0 0;
font-size: 15px;
}
.telll {
font-size: 21px;
line-height: 0.8;
font-weight: bold;
}
.telll span{
color: #598428;
font-size: 28px;
}
.green {
color: #598428;
font-size: 40px;
font-weight: bold;
}
h1 {
text-align: center;
font-size: 30px;
}
.funktions {
background: url(../img/background/zahvat.png) top center;
width: 100%;
height: 347px;
}
.contens {
width: 980px;
height: 347px;
margin: 0 auto;
position: relative;
}
.packs {
position: absolute;
bottom: -50px;
left: 400px;
}
.fform {
padding-top: 10px;
width: 275px;
height: 370px;
border-radius: 5px;
position: absolute;
right: 0;
top: -5px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
-webkit-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
-moz-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
}
.fform p:first-child{
color: #598428;
font-size: 30px;
font-weight: bold;
}
.fform p {
text-align: center;
font-size: 32px;
font-weight: 100;
}
.fform input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 5px 10px;
font-size: 16px;
}
.fform input:focus {
outline: 0;
}
.fform input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.fform input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.fform input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
textarea {
height: 70px;
margin: 0 0 10px 10px;
width: 220px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
padding-left: 30px;
padding-top: 5px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
font-size: 16px;
background: url(../img/background/textarea.png) no-repeat;
background-position: 3% 10%;
color: #c1c1c1;
background-color: #fff;
}
.fform input[type="button"]{
cursor: pointer;
margin-top: -10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
.fform input[type="button"]:focus{
outline: none;
}
.menu {
padding-top: 55px;
width: 875px;
margin: 0 auto;
padding-bottom: 30px;
}
.menu li{
display: inline-block;
width: 215px;
height: 180px;
color: #598428;
font-size: 15px;
text-align: center;
vertical-align: bottom;
}
.menu p {
font-size: 15px;
font-weight: bold;
}
.menu span{
font-weight: bold;
font-size: 17px;
}
.look-bg {
background: url(../img/background/payok-bg.png);
}
.look {
padding-top: 15px;
width: 980px;
margin: 0 auto;
text-align: center;
}
.look p:first-child{
font-size: 18px;
}
.payok {
width: 280px;
height: 350px;
display: inline-block;
border-radius: 7px;
margin-right: 20px;
margin-top: 30px;
margin-bottom: 20px;
-webkit-box-shadow: 10px 10px 38px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 38px -19px rgba(0,0,0,0.75);
box-shadow: 10px 10px 38px -19px rgba(0,0,0,0.75);
background: #fff;
padding: 15px 10px 20px 0;
vertical-align: top;
position: relative;
}
.payok:nth-child(3).payok:nth-child(6) {
margin-right: 0;
}
.payok p:first-child{
font-weight: bold;
font-size: 20px;
}
.payok p:last-child{
font-size: 18px;
line-height: 1;
font-family: 'DinPro';
font-weight: lighter;
}
.payok-link {
height: 43px;
width: 258px;
position: absolute;
bottom: 15px;
left: 10px;
color: #fff;
text-shadow: 1px 1px 0 #d87305;
font-size: 18px;
text-decoration: none;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
padding-top: 9px;
font-weight: bold;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
}
.macking {
width: 980px;
margin: 0 auto;
padding-bottom:30px;
}
.macking-p{
font-weight: bold;
font-size: 22px;
text-align: center;
}
.mackng-left {
width: 310px;
float: left;
}
.mackng-center {
width: 310px;
display: inline-block;
margin-left: 25px;
}
.mackng-center p {
line-height: 4;
}
.mackng-right {
width: 306px;
display: inline-block;
float: right;
margin-left: 15px;
}
.mackng-right p{
line-height: 4;
}
.macking div p{
display: block;
padding: 12px;
border: 3px solid #598428;
border-radius: 3px;
font-size: 17px;
font-weight: bold;
text-align: center;
height: 100px;
}
.macking ul{
display: block;
margin-left: 25px;
font-size: 18px;
margin-top: 15px;
}
.macking li {
margin-top: 10px;
list-style-image: url(../img/mackng-list.png);
}
.how-we-work {
padding-top: 30px;
background: url(../img/background/after-line.png) no-repeat;
width: 980px;
margin: 0 auto;
padding-bottom: 30px;
}
.how-we-work p{
text-align: center;
color: #598428;
font-size: 40px;
}
.work-pic li {
display: inline-block;
font-weight: bold;
text-align: center;
vertical-align: top;
margin: 0 auto;
width: 151px;
margin-right: 50px;
position: relative;
}
.work-pic li:after {
background: url(../img/arrow.png);
width: 44px;
height: 36px;
content: "";
position: absolute;
top: 50px;
right: -54px;
}
.work-pic li:last-child{
margin-right: 0px;
}
.work-pic li:last-child:after{
width: 0px;
height: 0px;
content: "";
}
.reasons-bg {
background: #598428;
}
.reasons {
padding-top: 10px;
width: 980px;
margin: 0 auto;
font-size: 38px;
text-align: center;
color: #fff;
font-weight: bold;
}
.reasons ol{
margin-top: 30px;
padding-bottom: 20px;
counter-reset: li;
list-style: none;
*list-style: decimal;
}
.reasons li{
font-size: 24px;
text-align: left;
font-weight: normal;
color: #fff;
}
.reasons li {
position: relative;
display: block;
padding: 5px 0 10px 60px;
*padding: .4em;
margin: 18px 0;
text-decoration: none;
border-radius: .3em;
transition: all .3s ease-out;
}
.reasons li:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -5px;
top: -5px;
background: #fff;
height: 50px;
width: 50px;
line-height: 2em;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
color: #598428;
font-size: 32px;
line-height: 1.6;
}
.reviws p{
padding-top: 20px;
text-align: center;
}
.reviws {
width: 980px;
margin: 0 auto;
padding-bottom: 25px;
}
.reviw {
width: 470px;
height: 255px;
display: inline-block;
padding-top: 25px;
margin-bottom: 23px;
}
.reviw-left {
float: left;
width: 150px;
text-align: center;
}
.reviw-left span{
color: #598428;
}
.reviw-right {
float: right;
height: 260px;
width: 303px;
border-radius: 5px;
background-color: #598428;
position: relative;
}
.reviw-right:after {
background: url(../img/rightrev-after.png);
content: "";
position: absolute;
top: 20px;
left: -28px;
width: 28px;
height: 23px;
}
.reviw-right p{
color: #fff;
padding: 10px;
text-align: left;
line-height: 1.2;
font-size: 17px;
}
.photos {
margin-bottom: 17px;
margin: 0 auto;
height: 300px;
}
.photos-box {
width: 1500px;
margin: 0 auto
}
.footer-bg {
background: #2e302f;
}
.footer {
width: 980px;
margin: 0 auto;
position: relative;
padding-top: 15px;
}
.callf {
display: inline-block;
float: right;
width: 400px;
}
.callf a {
padding-top: 11px;
text-shadow: 1px 1px 2px #3d7828;
text-align: center;
color: #fff;
text-decoration: none;
display: inline-block;
height: 45px;
width: 177px;
border: 1px solid #7fc99d;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: rgb(112, 170, 71);
background: -moz-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -webkit-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -o-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -ms-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: linear-gradient(181deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
display: block;
float: right;
vertical-align: top;
position: absolute;
top: 25px;
right: 0;
}
.no-butf {
padding: 10px 185px 0 0;
font-size: 15px;
color: #fff;
}
.telllf {
font-size: 21px;
line-height: 0.8;
}
.telllf span{
color: #598428;
font-size: 28px;
}
.footer-left {
width: 533px;
color: #fff;
}
.footer-right {
position: absolute;
right: 0;
bottom: 0;
color: #fff;
}
/* ================== POP-UP’S ======================== === ==================================== */
.wint-green {
color: #62912d;
}
.wint-left {
padding: 20px;
width: 550px;
float: left;
font-size: 16px;
line-height: 1;
}
.wint-feedback {
margin-top: 2000px;
width: 980px;
height: 940px;
background: #fff;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
}
.wint-feedback:after{
position: absolute;
content: "";
top: 35px;
right: 30px;
background: url(../img/background/wint-bg.png);
width: 475px;
height: 393px;
}
.wint-pop-form {
padding-top: 10px;
width: 275px;
height: 360px;
position: absolute;
bottom: 130px;
right: 110px;
}
.wint-pop-form p:first-child{
color: #598428;
font-size: 36px;
font-weight: bold;
}
.wint-pop-form p {
text-align: center;
font-size: 38px;
font-weight: 100;
}
.wint-pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 16px;
}
.wint-pop-form input:focus {
outline: 0;
}
.wint-pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.wint-pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.wint-pop-form input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.wint-pop-form input[type="button"]{
cursor: pointer;
margin-top: 10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
.zakaz-feedback {
height: 385px;
width: 277px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
background: #fff;
}
.zakaz-pop-form {
padding-top: 10px;
width: 275px;
height: 360px;
}
.zakaz-pop-form p:first-child{
color: #52ac62;
font-size: 20px;
font-weight: bold;
}
.zakaz-pop-form p {
text-align: center;
font-size: 21px;
font-weight: 100;
}
.zakaz-pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 14px;
}
.zakaz-pop-form input:focus {
outline: 0;
}
.zakaz-pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.zakaz-pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.zakaz-pop-form input[type="button"]{
cursor: pointer;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
/* ПРОМЕЖУТОЧНЫЙ */
.min-green {
color: #62912d;
}
.min-left {
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
display: inline-block;
}
.min-feedback {
width: 980px;
height: 930px;
background: #fff;
margin-top: 2000px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
padding: 20px 0 0 20px;
}
.min-bottom {
padding: 20px;
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 100px;
left: 0px;
}
.host {
padding: 20px;
width: 300px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 15px;
right: 60px;
}
.min-feedback:after {
content: "";
position: absolute;
top: 430px;
left: 1px;
background: url(../img/background/after-line.png) no-repeat;
width: 978px;
height: 18px;
}
.min-pop-form {
padding-top: 10px;
width: 275px;
height: 455px;
position: absolute;
bottom: 40px;
right: 110px;
}
.min-pop-form p:first-child{
color: #598428;
font-size: 36px;
font-weight: bold;
}
.min-pop-form p {
text-align: center;
font-size: 38px;
font-weight: 100;
}
.min-pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 16px;
}
.min-pop-form input:focus {
outline: 0;
}
.min-pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.min-pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.min-pop-form input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.min-pop-form input[type="button"]{
cursor: pointer;
margin-top: 10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
/* ПОВСЕДНЕВНЫЙ */
.min-green {
color: #62912d;
}
.min-left {
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
display: inline-block;
}
.day-feedback {
width: 980px;
height: 875px;
background: #fff;
margin-top: 2000px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
padding: 20px 0 0 20px;
}
.min-bottom {
padding: 20px;
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 100px;
left: 0px;
}
.host {
padding: 20px;
width: 300px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 15px;
right: 60px;
}
.day-feedback:after {
content: "";
position: absolute;
bottom: 25px;
left: 1px;
background: url(../img/background/after-line.png) no-repeat;
width: 978px;
height: 18px;
}
.day-feedback:before {
content: "";
position: absolute;
top: 85px;
right: 65px;
background: url(../img/background/day.png) no-repeat;
width: 400px;
height: 294px;
}
/* */
.batle-feedback {
width: 980px;
height: 915px;
background: #fff;
margin-top: 2000px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
padding: 20px 0 0 20px;
}
.batle-feedback:after{
position: absolute;
content: "";
top: 45px;
right: 30px;
background: url(../img/background/batle-bg.png);
width: 465px;
height: 376px;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////// ======================= C()NTENT SLIDER =========================\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#container {
width:980px;
margin:0 auto;
position:relative;
}
#slides {
position:relative;
}
#slides .slidesContainer {
margin-left:-8px;
}
/*
Next/prev buttons
*/
#slides .slidesNext,#slides .slidesPrevious {
position:absolute;
top:134px;
left:20px;
width:24px;
height:0;
padding-top:5px;
display:block;
z-index:-101;
overflow:hidden;
background:url(../img/navigation-previous.png) no-repeat 0 0;
}
#slides .slidesNext {
right:20px;
left:auto;
background:url(../img/navigation-next.png) no-repeat 0 0;
}
/*
Pagination
*/
.slidesPagination {
margin:26px auto;
width:115px;
}
.slidesPagination li {
float:left;
margin:0 1px;
list-style:none;
}
.slidesPagination li a {
display:block;
width:14px;
height:0;
padding-top:14px;
margin-left: 20px;
background: url(../img/pagination.png);
background-position:0 0;
overflow:hidden;
}
.slidesPagination li.slidesCurrent a {
background-position:0 -14px;
}
.current_slide {
font:bold 10px/1.33 sans-serif;
width:100%;
text-align:center;
margin-top:12px;
}
/* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL */
/* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL */
.carousel3 {
width: 100%; /* ширина всего блока */
margin: 0 auto;
}
.carousel-wrapper3 {
width: 100%;
overflow: hidden;
margin: 0 auto;
padding: 0px;
}
.carousel-items3 {
width: 10000px; /* устанавливаем большую ширину для набора элементов */
position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block3 {
float: left; /* выстраиваем все элементы карусели в ряд */
padding: 1px; /* задаём ширину каждого элемента */
text-align: center;
}
.carousel-button-left3 a, .carousel-button-right3 a{
width: 19px;
height: 28px;
position: relative;
top: 40px;
cursor: pointer;
text-decoration:none;
}
.carousel-button-left3 a{
float: left;
background: url(../images/carousel-left.png) no-repeat;
}
.carousel-button-right3 a{
float: right;
background: url(../images/carousel-right.png) no-repeat;
}
.photos {
width: 100%;
height: 290px;
margin: 0 auto;
}
.feedbackf {
width: 930px;
border-radius: 9px;
position: relative;
text-align: center;
}
.feedbackf img{
margin-right: 15px;
border-radius: 5px;
border: 1px solid #fff;
}
.feedbackf img:last-child{
margin-right: 0;
}
.carousel-block3 a {
display: inline-block;
}
.carousel-block3 img {
border: 1px solid #fff;
display: inline-block;
}
.carousel-block3 img:hover {
border: 4px solid #598428;
margin: -3px;
border-radius: 5px;
}
.closef {
line-height: 24px;
position: absolute;
right: 48%;
font-weight: bold;
text-align: center;
text-decoration: none;
font-family: arial;
top: -16px;
width: 32px;
height: 32px;
margin-top: -1px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
background: url(../img/close.png);
}
.closef:before {
color: #747474;
content: "";
font-size: 18px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
line-height: 0.5;
padding-top: -3px;
}
.map {
margin: 0 auto;
width: 980px;
}
.title-map {
padding-top: 30px;
padding-bottom: 15px;
text-align: center;
color: #598428;
font-size: 40px;
} | !arh/landing/65_landings_templates/35/css/global.css | ========================================================================== */
/*========================= global ===========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font-family: 'DinPro';
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
hr {
width: 800px;
margin: 0 auto;
}
.b {
font-weight: bold;
}
.hr-line{
margin: 10px auto;
}
/* ==================== HEADER ==========================================================
=========================================================================================*/
.header {
width: 980px;
margin: 0 auto;
position: relative;
padding-top: 15px;
}
.call {
display: inline-block;
float: right;
width: 415px;
}
.call a {
padding-top: 11px;
text-shadow: 1px 1px 2px #3d7828;
text-align: center;
color: #fff;
text-decoration: none;
display: inline-block;
height: 45px;
width: 185px;
border: 1px solid #7fc99d;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: rgb(112, 170, 71);
background: -moz-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -webkit-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -o-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -ms-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: linear-gradient(181deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
display: block;
float: right;
vertical-align: top;
position: absolute;
top: 25px;
right: 0;
font-size: 17px;
}
/* window */
.overlay {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 2;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay-payok {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 2;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.overlay-payok:target {
visibility: visible;
opacity: 1;
}
/* Кнопка закрытия окна */
.close {
background-color: rgba(0, 0, 0, 0.8);
border: 2px solid #ccc;
height: 24px;
line-height: 24px;
position: absolute;
right: -13px;
font-weight: bold;
text-align: center;
text-decoration: none;
top: -15px;
width: 24px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
z-index: 15;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
font-size: 22px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
line-height: 0.4;
padding-top: -6px;
}
.close:hover {
background-color: #e7cca0;
}
.popup p, .popup div {
margin-bottom: 10px;
}
/* =========== ФОРМА =============
================================== */
.popup {
left: 50%;
opacity: 0;
padding: 10px;
position: fixed;
top: 40%;
visibility: hidden;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
.popup-payok {
opacity: 0;
padding: 10px;
position: absolute;
left: 50%;
top: 200px;
visibility: hidden;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
.relative-close {
position: relative;
}
.feedback {
width: 980px;
height: 850px;
background: #fff;
border-radius: 7px;
margin-top: 2000px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
}
.feedback:after {
content: "";
position: absolute;
top: 310px;
left: 1px;
background: url(../img/background/after-line.png);
width: 978px;
height: 18px;
}
.left {
padding: 60px 0 0 45px;
float: left;
}
.left p {
font-size: 16px;
}
.left p:nth-child(1){
font-weight: bold;
font-size: 17px;
}
.right{
padding: 60px 65px 0 0;
float: right;
}
.right p {
font-size: 16px;
}
.right p:first-child{
color: #000;
font-weight: bold;
font-size: 17px;
}
.feedback img{
display: block;
position: absolute;
bottom: 220px;
left: 45px;
}
.pop-form {
padding-top: 10px;
width: 275px;
height: 360px;
position: absolute;
bottom: 160px;
right: 180px;
}
.pop-form p:first-child{
color: #598428;
font-size: 36px;
font-weight: bold;
}
.pop-form p {
text-align: center;
font-size: 38px;
font-weight: 100;
}
.pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 16px;
}
.pop-form input:focus {
outline: 0;
}
.pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.pop-form input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.pop-form input[type="button"]{
cursor: pointer;
margin-top: 10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
.overlay:target+.popup {
top: 50%;
opacity: 1;
visibility: visible;
}
.overlay-payok:target+.popup-payok{
top: 50%;
opacity: 1;
visibility: visible;
}
/*window*/
.no-but {
padding: 10px 200px 0 0;
font-size: 15px;
}
.telll {
font-size: 21px;
line-height: 0.8;
font-weight: bold;
}
.telll span{
color: #598428;
font-size: 28px;
}
.green {
color: #598428;
font-size: 40px;
font-weight: bold;
}
h1 {
text-align: center;
font-size: 30px;
}
.funktions {
background: url(../img/background/zahvat.png) top center;
width: 100%;
height: 347px;
}
.contens {
width: 980px;
height: 347px;
margin: 0 auto;
position: relative;
}
.packs {
position: absolute;
bottom: -50px;
left: 400px;
}
.fform {
padding-top: 10px;
width: 275px;
height: 370px;
border-radius: 5px;
position: absolute;
right: 0;
top: -5px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 55%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
-webkit-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
-moz-box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
box-shadow: 0px -1px 47px -14px rgba(0,0,0,1);
}
.fform p:first-child{
color: #598428;
font-size: 30px;
font-weight: bold;
}
.fform p {
text-align: center;
font-size: 32px;
font-weight: 100;
}
.fform input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 5px 10px;
font-size: 16px;
}
.fform input:focus {
outline: 0;
}
.fform input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.fform input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.fform input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
textarea {
height: 70px;
margin: 0 0 10px 10px;
width: 220px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
padding-left: 30px;
padding-top: 5px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
font-size: 16px;
background: url(../img/background/textarea.png) no-repeat;
background-position: 3% 10%;
color: #c1c1c1;
background-color: #fff;
}
.fform input[type="button"]{
cursor: pointer;
margin-top: -10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
.fform input[type="button"]:focus{
outline: none;
}
.menu {
padding-top: 55px;
width: 875px;
margin: 0 auto;
padding-bottom: 30px;
}
.menu li{
display: inline-block;
width: 215px;
height: 180px;
color: #598428;
font-size: 15px;
text-align: center;
vertical-align: bottom;
}
.menu p {
font-size: 15px;
font-weight: bold;
}
.menu span{
font-weight: bold;
font-size: 17px;
}
.look-bg {
background: url(../img/background/payok-bg.png);
}
.look {
padding-top: 15px;
width: 980px;
margin: 0 auto;
text-align: center;
}
.look p:first-child{
font-size: 18px;
}
.payok {
width: 280px;
height: 350px;
display: inline-block;
border-radius: 7px;
margin-right: 20px;
margin-top: 30px;
margin-bottom: 20px;
-webkit-box-shadow: 10px 10px 38px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 38px -19px rgba(0,0,0,0.75);
box-shadow: 10px 10px 38px -19px rgba(0,0,0,0.75);
background: #fff;
padding: 15px 10px 20px 0;
vertical-align: top;
position: relative;
}
.payok:nth-child(3).payok:nth-child(6) {
margin-right: 0;
}
.payok p:first-child{
font-weight: bold;
font-size: 20px;
}
.payok p:last-child{
font-size: 18px;
line-height: 1;
font-family: 'DinPro';
font-weight: lighter;
}
.payok-link {
height: 43px;
width: 258px;
position: absolute;
bottom: 15px;
left: 10px;
color: #fff;
text-shadow: 1px 1px 0 #d87305;
font-size: 18px;
text-decoration: none;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
padding-top: 9px;
font-weight: bold;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
}
.macking {
width: 980px;
margin: 0 auto;
padding-bottom:30px;
}
.macking-p{
font-weight: bold;
font-size: 22px;
text-align: center;
}
.mackng-left {
width: 310px;
float: left;
}
.mackng-center {
width: 310px;
display: inline-block;
margin-left: 25px;
}
.mackng-center p {
line-height: 4;
}
.mackng-right {
width: 306px;
display: inline-block;
float: right;
margin-left: 15px;
}
.mackng-right p{
line-height: 4;
}
.macking div p{
display: block;
padding: 12px;
border: 3px solid #598428;
border-radius: 3px;
font-size: 17px;
font-weight: bold;
text-align: center;
height: 100px;
}
.macking ul{
display: block;
margin-left: 25px;
font-size: 18px;
margin-top: 15px;
}
.macking li {
margin-top: 10px;
list-style-image: url(../img/mackng-list.png);
}
.how-we-work {
padding-top: 30px;
background: url(../img/background/after-line.png) no-repeat;
width: 980px;
margin: 0 auto;
padding-bottom: 30px;
}
.how-we-work p{
text-align: center;
color: #598428;
font-size: 40px;
}
.work-pic li {
display: inline-block;
font-weight: bold;
text-align: center;
vertical-align: top;
margin: 0 auto;
width: 151px;
margin-right: 50px;
position: relative;
}
.work-pic li:after {
background: url(../img/arrow.png);
width: 44px;
height: 36px;
content: "";
position: absolute;
top: 50px;
right: -54px;
}
.work-pic li:last-child{
margin-right: 0px;
}
.work-pic li:last-child:after{
width: 0px;
height: 0px;
content: "";
}
.reasons-bg {
background: #598428;
}
.reasons {
padding-top: 10px;
width: 980px;
margin: 0 auto;
font-size: 38px;
text-align: center;
color: #fff;
font-weight: bold;
}
.reasons ol{
margin-top: 30px;
padding-bottom: 20px;
counter-reset: li;
list-style: none;
*list-style: decimal;
}
.reasons li{
font-size: 24px;
text-align: left;
font-weight: normal;
color: #fff;
}
.reasons li {
position: relative;
display: block;
padding: 5px 0 10px 60px;
*padding: .4em;
margin: 18px 0;
text-decoration: none;
border-radius: .3em;
transition: all .3s ease-out;
}
.reasons li:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -5px;
top: -5px;
background: #fff;
height: 50px;
width: 50px;
line-height: 2em;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
color: #598428;
font-size: 32px;
line-height: 1.6;
}
.reviws p{
padding-top: 20px;
text-align: center;
}
.reviws {
width: 980px;
margin: 0 auto;
padding-bottom: 25px;
}
.reviw {
width: 470px;
height: 255px;
display: inline-block;
padding-top: 25px;
margin-bottom: 23px;
}
.reviw-left {
float: left;
width: 150px;
text-align: center;
}
.reviw-left span{
color: #598428;
}
.reviw-right {
float: right;
height: 260px;
width: 303px;
border-radius: 5px;
background-color: #598428;
position: relative;
}
.reviw-right:after {
background: url(../img/rightrev-after.png);
content: "";
position: absolute;
top: 20px;
left: -28px;
width: 28px;
height: 23px;
}
.reviw-right p{
color: #fff;
padding: 10px;
text-align: left;
line-height: 1.2;
font-size: 17px;
}
.photos {
margin-bottom: 17px;
margin: 0 auto;
height: 300px;
}
.photos-box {
width: 1500px;
margin: 0 auto
}
.footer-bg {
background: #2e302f;
}
.footer {
width: 980px;
margin: 0 auto;
position: relative;
padding-top: 15px;
}
.callf {
display: inline-block;
float: right;
width: 400px;
}
.callf a {
padding-top: 11px;
text-shadow: 1px 1px 2px #3d7828;
text-align: center;
color: #fff;
text-decoration: none;
display: inline-block;
height: 45px;
width: 177px;
border: 1px solid #7fc99d;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: rgb(112, 170, 71);
background: -moz-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -webkit-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -o-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: -ms-linear-gradient(271deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
background: linear-gradient(181deg, rgb(112, 170, 71) 30%, rgb(89, 142, 54) 70%);
display: block;
float: right;
vertical-align: top;
position: absolute;
top: 25px;
right: 0;
}
.no-butf {
padding: 10px 185px 0 0;
font-size: 15px;
color: #fff;
}
.telllf {
font-size: 21px;
line-height: 0.8;
}
.telllf span{
color: #598428;
font-size: 28px;
}
.footer-left {
width: 533px;
color: #fff;
}
.footer-right {
position: absolute;
right: 0;
bottom: 0;
color: #fff;
}
/* ================== POP-UP’S ======================== === ==================================== */
.wint-green {
color: #62912d;
}
.wint-left {
padding: 20px;
width: 550px;
float: left;
font-size: 16px;
line-height: 1;
}
.wint-feedback {
margin-top: 2000px;
width: 980px;
height: 940px;
background: #fff;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
}
.wint-feedback:after{
position: absolute;
content: "";
top: 35px;
right: 30px;
background: url(../img/background/wint-bg.png);
width: 475px;
height: 393px;
}
.wint-pop-form {
padding-top: 10px;
width: 275px;
height: 360px;
position: absolute;
bottom: 130px;
right: 110px;
}
.wint-pop-form p:first-child{
color: #598428;
font-size: 36px;
font-weight: bold;
}
.wint-pop-form p {
text-align: center;
font-size: 38px;
font-weight: 100;
}
.wint-pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 16px;
}
.wint-pop-form input:focus {
outline: 0;
}
.wint-pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.wint-pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.wint-pop-form input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.wint-pop-form input[type="button"]{
cursor: pointer;
margin-top: 10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
.zakaz-feedback {
height: 385px;
width: 277px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
background: #fff;
}
.zakaz-pop-form {
padding-top: 10px;
width: 275px;
height: 360px;
}
.zakaz-pop-form p:first-child{
color: #52ac62;
font-size: 20px;
font-weight: bold;
}
.zakaz-pop-form p {
text-align: center;
font-size: 21px;
font-weight: 100;
}
.zakaz-pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 14px;
}
.zakaz-pop-form input:focus {
outline: 0;
}
.zakaz-pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.zakaz-pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.zakaz-pop-form input[type="button"]{
cursor: pointer;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
/* ПРОМЕЖУТОЧНЫЙ */
.min-green {
color: #62912d;
}
.min-left {
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
display: inline-block;
}
.min-feedback {
width: 980px;
height: 930px;
background: #fff;
margin-top: 2000px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
padding: 20px 0 0 20px;
}
.min-bottom {
padding: 20px;
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 100px;
left: 0px;
}
.host {
padding: 20px;
width: 300px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 15px;
right: 60px;
}
.min-feedback:after {
content: "";
position: absolute;
top: 430px;
left: 1px;
background: url(../img/background/after-line.png) no-repeat;
width: 978px;
height: 18px;
}
.min-pop-form {
padding-top: 10px;
width: 275px;
height: 455px;
position: absolute;
bottom: 40px;
right: 110px;
}
.min-pop-form p:first-child{
color: #598428;
font-size: 36px;
font-weight: bold;
}
.min-pop-form p {
text-align: center;
font-size: 38px;
font-weight: 100;
}
.min-pop-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 2px solid #c6c6c6;
border-left: 2px solid #c6c6c6;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
height: 35px;
width: 220px;
margin: 0 0 10px 10px;
font-size: 16px;
}
.min-pop-form input:focus {
outline: 0;
}
.min-pop-form input:nth-child(1){
background: url(../img/background/input-name.png) no-repeat;
background-color: #fff;
background-position: 3% center;
margin-top: 20px;
}
.min-pop-form input:nth-child(2){
background: url(../img/background/input-tel.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.min-pop-form input:nth-child(4){
background: url(../img/background/input-maill.png) no-repeat;
background-color: #fff;
background-position: 3% center;
}
.min-pop-form input[type="button"]{
cursor: pointer;
margin-top: 10px;
width: 252px;
padding: 0;
height: 50px;
background: rgba(240,195,15,1);
background: -moz-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,195,15,1)), color-stop(100%, rgba(243,157,18,1)));
background: -webkit-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -o-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: -ms-linear-gradient(top, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
background: linear-gradient(to bottom, rgba(240,195,15,1) 0%, rgba(243,157,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c30f', endColorstr='#f39d12', GradientType=0 );
border: none;
color: #fff;
font-size: 32px;
text-shadow: 1px 1px 0 #d87305;
}
/* ПОВСЕДНЕВНЫЙ */
.min-green {
color: #62912d;
}
.min-left {
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
display: inline-block;
}
.day-feedback {
width: 980px;
height: 875px;
background: #fff;
margin-top: 2000px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
padding: 20px 0 0 20px;
}
.min-bottom {
padding: 20px;
width: 480px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 100px;
left: 0px;
}
.host {
padding: 20px;
width: 300px;
float: left;
font-size: 16px;
line-height: 1;
position: absolute;
bottom: 15px;
right: 60px;
}
.day-feedback:after {
content: "";
position: absolute;
bottom: 25px;
left: 1px;
background: url(../img/background/after-line.png) no-repeat;
width: 978px;
height: 18px;
}
.day-feedback:before {
content: "";
position: absolute;
top: 85px;
right: 65px;
background: url(../img/background/day.png) no-repeat;
width: 400px;
height: 294px;
}
/* */
.batle-feedback {
width: 980px;
height: 915px;
background: #fff;
margin-top: 2000px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
position: relative;
padding: 20px 0 0 20px;
}
.batle-feedback:after{
position: absolute;
content: "";
top: 45px;
right: 30px;
background: url(../img/background/batle-bg.png);
width: 465px;
height: 376px;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////// ======================= C()NTENT SLIDER =========================\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#container {
width:980px;
margin:0 auto;
position:relative;
}
#slides {
position:relative;
}
#slides .slidesContainer {
margin-left:-8px;
}
/*
Next/prev buttons
*/
#slides .slidesNext,#slides .slidesPrevious {
position:absolute;
top:134px;
left:20px;
width:24px;
height:0;
padding-top:5px;
display:block;
z-index:-101;
overflow:hidden;
background:url(../img/navigation-previous.png) no-repeat 0 0;
}
#slides .slidesNext {
right:20px;
left:auto;
background:url(../img/navigation-next.png) no-repeat 0 0;
}
/*
Pagination
*/
.slidesPagination {
margin:26px auto;
width:115px;
}
.slidesPagination li {
float:left;
margin:0 1px;
list-style:none;
}
.slidesPagination li a {
display:block;
width:14px;
height:0;
padding-top:14px;
margin-left: 20px;
background: url(../img/pagination.png);
background-position:0 0;
overflow:hidden;
}
.slidesPagination li.slidesCurrent a {
background-position:0 -14px;
}
.current_slide {
font:bold 10px/1.33 sans-serif;
width:100%;
text-align:center;
margin-top:12px;
}
/* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL */
/* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL *//* CAROUSEL */
.carousel3 {
width: 100%; /* ширина всего блока */
margin: 0 auto;
}
.carousel-wrapper3 {
width: 100%;
overflow: hidden;
margin: 0 auto;
padding: 0px;
}
.carousel-items3 {
width: 10000px; /* устанавливаем большую ширину для набора элементов */
position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block3 {
float: left; /* выстраиваем все элементы карусели в ряд */
padding: 1px; /* задаём ширину каждого элемента */
text-align: center;
}
.carousel-button-left3 a, .carousel-button-right3 a{
width: 19px;
height: 28px;
position: relative;
top: 40px;
cursor: pointer;
text-decoration:none;
}
.carousel-button-left3 a{
float: left;
background: url(../images/carousel-left.png) no-repeat;
}
.carousel-button-right3 a{
float: right;
background: url(../images/carousel-right.png) no-repeat;
}
.photos {
width: 100%;
height: 290px;
margin: 0 auto;
}
.feedbackf {
width: 930px;
border-radius: 9px;
position: relative;
text-align: center;
}
.feedbackf img{
margin-right: 15px;
border-radius: 5px;
border: 1px solid #fff;
}
.feedbackf img:last-child{
margin-right: 0;
}
.carousel-block3 a {
display: inline-block;
}
.carousel-block3 img {
border: 1px solid #fff;
display: inline-block;
}
.carousel-block3 img:hover {
border: 4px solid #598428;
margin: -3px;
border-radius: 5px;
}
.closef {
line-height: 24px;
position: absolute;
right: 48%;
font-weight: bold;
text-align: center;
text-decoration: none;
font-family: arial;
top: -16px;
width: 32px;
height: 32px;
margin-top: -1px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
background: url(../img/close.png);
}
.closef:before {
color: #747474;
content: "";
font-size: 18px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
line-height: 0.5;
padding-top: -3px;
}
.map {
margin: 0 auto;
width: 980px;
}
.title-map {
padding-top: 30px;
padding-bottom: 15px;
text-align: center;
color: #598428;
font-size: 40px;
} | 0.338405 | 0.067454 |
.todo-app {
font: 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
background: #fff;
position: relative;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.todo-app button {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align: baseline;
font-family: inherit;
color: inherit;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.todo-app label[for='toggle-all'] {
display: none;
}
.todo-app:before {
content: '';
border-left: 1px solid #f5d6d6;
border-right: 1px solid #f5d6d6;
width: 2px;
position: absolute;
top: 0;
left: 40px;
height: 100%;
}
.todo-app input::-webkit-input-placeholder {
font-style: italic;
}
.todo-app input:-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
.todo-app-header {
border-radius: inherit;
}
.todo-app-new,
.todo-app .edit {
position: relative;
margin: 0;
width: 100%;
font-size: 24px;
font-family: inherit;
line-height: 1.4em;
border: 0;
outline: none;
color: inherit;
padding: 6px;
border: 1px solid #999;
box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.todo-app-new {
padding: 16px 16px 16px 60px;
border: none;
background: rgba(0, 0, 0, 0.02);
z-index: 2;
box-shadow: none;
}
.todo-app-main {
position: relative;
z-index: 2;
border-top: 1px dotted #adadad;
}
.todo-app-toggle-all {
position: absolute;
top: -42px;
left: -4px;
width: 40px;
text-align: center;
border: none; /* Mobile Safari */
}
.todo-app-toggle-all:before {
content: '»';
font-size: 28px;
color: #d9d9d9;
padding: 0 25px 7px;
}
.todo-app-toggle-all:checked:before {
color: #737373;
}
.todo-app .todo-list {
margin: 0;
padding: 0;
list-style: none;
}
.todo-app .todo-list li {
position: relative;
font-size: 24px;
border-bottom: 1px dotted #ccc;
}
.todo-app .todo-list li:last-child {
border-bottom: none;
}
.todo-app .todo-list li.editing {
border-bottom: none;
padding: 0;
}
.todo-app .todo-list li.editing .edit {
display: block;
width: 506px;
padding: 13px 17px 12px 17px;
margin: 0 0 0 43px;
}
.todo-app .todo-list li.editing .view {
display: none;
}
.todo-app .todo-list li .toggle {
text-align: center;
width: 40px;
height: auto;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
border: none; /* Mobile Safari */
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.todo-app .todo-list li .toggle:after {
font-size: 18px;
content: '✔';
line-height: 43px; /* 40 + a couple of pixels visual adjustment */
font-size: 20px;
color: #d9d9d9;
text-shadow: 0 -1px 0 #bfbfbf;
}
.todo-app .todo-list li .toggle:checked:after {
color: #85ada7;
text-shadow: 0 1px 0 #669991;
bottom: 1px;
position: relative;
}
.todo-app .todo-list li label {
word-break: break-word;
padding: 15px;
margin-left: 45px;
display: block;
line-height: 1.2;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
-ms-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}
.todo-app .todo-list li.completed label {
color: #a9a9a9;
text-decoration: line-through;
}
.todo-app .todo-list li .destroy {
display: none;
position: absolute;
top: 0;
right: 10px;
bottom: 0;
width: 40px;
height: 40px;
margin: auto 0;
font-size: 22px;
color: #a88a8a;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
border: none;
background: transparent;
}
.todo-app .todo-list li .destroy:hover {
text-shadow: 0 0 1px #000,
0 0 10px rgba(199, 107, 107, 0.8);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.todo-app .todo-list li .destroy:after {
content: '✖';
}
.todo-app .todo-list li:hover .destroy {
display: block;
}
.todo-app .todo-list li .edit {
display: none;
}
.todo-app .todo-list li.editing:last-child {
margin-bottom: -1px;
}
.todo-app .hidden{
display:none;
}
/*
Hack to remove background from Mobile Safari.
Can't use it globally since it destroys checkboxes in Firefox and Opera
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.todo-app-toggle-all,
.todo-app .todo-list li .toggle {
background: none;
}
.todo-app .todo-list li .toggle {
height: 40px;
}
.todo-app-toggle-all {
top: -56px;
left: -15px;
width: 65px;
height: 41px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-appearance: none;
appearance: none;
}
} | examples/desktop/todo/css/base.css | .todo-app {
font: 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
background: #fff;
position: relative;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.todo-app button {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align: baseline;
font-family: inherit;
color: inherit;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.todo-app label[for='toggle-all'] {
display: none;
}
.todo-app:before {
content: '';
border-left: 1px solid #f5d6d6;
border-right: 1px solid #f5d6d6;
width: 2px;
position: absolute;
top: 0;
left: 40px;
height: 100%;
}
.todo-app input::-webkit-input-placeholder {
font-style: italic;
}
.todo-app input:-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
.todo-app-header {
border-radius: inherit;
}
.todo-app-new,
.todo-app .edit {
position: relative;
margin: 0;
width: 100%;
font-size: 24px;
font-family: inherit;
line-height: 1.4em;
border: 0;
outline: none;
color: inherit;
padding: 6px;
border: 1px solid #999;
box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.todo-app-new {
padding: 16px 16px 16px 60px;
border: none;
background: rgba(0, 0, 0, 0.02);
z-index: 2;
box-shadow: none;
}
.todo-app-main {
position: relative;
z-index: 2;
border-top: 1px dotted #adadad;
}
.todo-app-toggle-all {
position: absolute;
top: -42px;
left: -4px;
width: 40px;
text-align: center;
border: none; /* Mobile Safari */
}
.todo-app-toggle-all:before {
content: '»';
font-size: 28px;
color: #d9d9d9;
padding: 0 25px 7px;
}
.todo-app-toggle-all:checked:before {
color: #737373;
}
.todo-app .todo-list {
margin: 0;
padding: 0;
list-style: none;
}
.todo-app .todo-list li {
position: relative;
font-size: 24px;
border-bottom: 1px dotted #ccc;
}
.todo-app .todo-list li:last-child {
border-bottom: none;
}
.todo-app .todo-list li.editing {
border-bottom: none;
padding: 0;
}
.todo-app .todo-list li.editing .edit {
display: block;
width: 506px;
padding: 13px 17px 12px 17px;
margin: 0 0 0 43px;
}
.todo-app .todo-list li.editing .view {
display: none;
}
.todo-app .todo-list li .toggle {
text-align: center;
width: 40px;
height: auto;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
border: none; /* Mobile Safari */
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.todo-app .todo-list li .toggle:after {
font-size: 18px;
content: '✔';
line-height: 43px; /* 40 + a couple of pixels visual adjustment */
font-size: 20px;
color: #d9d9d9;
text-shadow: 0 -1px 0 #bfbfbf;
}
.todo-app .todo-list li .toggle:checked:after {
color: #85ada7;
text-shadow: 0 1px 0 #669991;
bottom: 1px;
position: relative;
}
.todo-app .todo-list li label {
word-break: break-word;
padding: 15px;
margin-left: 45px;
display: block;
line-height: 1.2;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
-ms-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}
.todo-app .todo-list li.completed label {
color: #a9a9a9;
text-decoration: line-through;
}
.todo-app .todo-list li .destroy {
display: none;
position: absolute;
top: 0;
right: 10px;
bottom: 0;
width: 40px;
height: 40px;
margin: auto 0;
font-size: 22px;
color: #a88a8a;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
border: none;
background: transparent;
}
.todo-app .todo-list li .destroy:hover {
text-shadow: 0 0 1px #000,
0 0 10px rgba(199, 107, 107, 0.8);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.todo-app .todo-list li .destroy:after {
content: '✖';
}
.todo-app .todo-list li:hover .destroy {
display: block;
}
.todo-app .todo-list li .edit {
display: none;
}
.todo-app .todo-list li.editing:last-child {
margin-bottom: -1px;
}
.todo-app .hidden{
display:none;
}
/*
Hack to remove background from Mobile Safari.
Can't use it globally since it destroys checkboxes in Firefox and Opera
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.todo-app-toggle-all,
.todo-app .todo-list li .toggle {
background: none;
}
.todo-app .todo-list li .toggle {
height: 40px;
}
.todo-app-toggle-all {
top: -56px;
left: -15px;
width: 65px;
height: 41px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-appearance: none;
appearance: none;
}
} | 0.256925 | 0.092852 |
background-image:url(../images/backgrounds/register-bg01.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.form-control{
height: 40px;
width:100%;
box-shadow: none;
color: #969fa4;
}
.form-control:focus{
border-color: #5cb85c;
}
.form-control, .btn{
border-radius: 3px;
}
.formu1{
width: 500px;
margin: 0 auto;
padding: 30px 0;
}
.formu1 h2{
color: #424141;
margin: 0 0 15px;
position: relative;
text-align: center;
}
.formu1 h2:before, .formu1 h2:after{
content: "";
height: 2px;
width: 25%;
background: #d4d4d4;
position: absolute;
top: 50%;
z-index: 1;
}
.formu1 h2:before{
left: 0;
}
.formu1 h2:after{
right: 0;
}
.formu1 .hint-text{
color: #999;
margin-bottom: 30px;
text-align: center;
}
.formu1 form{
color: #999;
border-radius: 3px;
margin-bottom: 15px;
background: #f2f3f7;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 30px;
}
.formu1 .form-group{
margin-bottom: 20px;
}
.formu1 input[type="checkbox"]{
margin-top: 3px;
}
.formu1 .btn{
font-size: 16px;
font-weight: bold;
min-width: 140px;
outline: none !important;
}
.formu1 .row div:first-child{
padding-right: 10px;
}
.formu1 .row div:last-child{
padding-left: 10px;
}
.formu1 a{
color: #fff;
text-decoration: underline;
}
.formu1 a:hover{
text-decoration: none;
}
.formu1 form a{
/* color: rgb(236, 22, 22); */
text-decoration: none;
}
.formu1 form a:hover{
text-decoration: underline;
}
.separador {
margin: 20px 0 10px;
text-align: center;
border-top: 1px solid #ccc;
}
.separador i {
padding: 0 10px;
background: #f2f3f7;
position: relative;
top: -11px;
z-index: 1;
}
.social-btn .btn {
margin: 10px 0;
font-size: 15px;
text-align: center;
line-height: 24px;
}
.social-btn .btn i{
float: center;
margin: 4px 15px 0 5px;
min-width: 15px;
}
.alert {
width: 100%;
height: 30px;
line-height:30px;
padding:0px 15px;
display: inline-block;
text-align: center;
}
div a img{
width: 25px;
}
.form-group a {
color: #2ab13c;
} | public/css/register.css | background-image:url(../images/backgrounds/register-bg01.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.form-control{
height: 40px;
width:100%;
box-shadow: none;
color: #969fa4;
}
.form-control:focus{
border-color: #5cb85c;
}
.form-control, .btn{
border-radius: 3px;
}
.formu1{
width: 500px;
margin: 0 auto;
padding: 30px 0;
}
.formu1 h2{
color: #424141;
margin: 0 0 15px;
position: relative;
text-align: center;
}
.formu1 h2:before, .formu1 h2:after{
content: "";
height: 2px;
width: 25%;
background: #d4d4d4;
position: absolute;
top: 50%;
z-index: 1;
}
.formu1 h2:before{
left: 0;
}
.formu1 h2:after{
right: 0;
}
.formu1 .hint-text{
color: #999;
margin-bottom: 30px;
text-align: center;
}
.formu1 form{
color: #999;
border-radius: 3px;
margin-bottom: 15px;
background: #f2f3f7;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 30px;
}
.formu1 .form-group{
margin-bottom: 20px;
}
.formu1 input[type="checkbox"]{
margin-top: 3px;
}
.formu1 .btn{
font-size: 16px;
font-weight: bold;
min-width: 140px;
outline: none !important;
}
.formu1 .row div:first-child{
padding-right: 10px;
}
.formu1 .row div:last-child{
padding-left: 10px;
}
.formu1 a{
color: #fff;
text-decoration: underline;
}
.formu1 a:hover{
text-decoration: none;
}
.formu1 form a{
/* color: rgb(236, 22, 22); */
text-decoration: none;
}
.formu1 form a:hover{
text-decoration: underline;
}
.separador {
margin: 20px 0 10px;
text-align: center;
border-top: 1px solid #ccc;
}
.separador i {
padding: 0 10px;
background: #f2f3f7;
position: relative;
top: -11px;
z-index: 1;
}
.social-btn .btn {
margin: 10px 0;
font-size: 15px;
text-align: center;
line-height: 24px;
}
.social-btn .btn i{
float: center;
margin: 4px 15px 0 5px;
min-width: 15px;
}
.alert {
width: 100%;
height: 30px;
line-height:30px;
padding:0px 15px;
display: inline-block;
text-align: center;
}
div a img{
width: 25px;
}
.form-group a {
color: #2ab13c;
} | 0.087709 | 0.08548 |
@charset "UTF-8";
meta.foundation-version {
font-family: "/5.5.0/"; }
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0em; }
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0em; }
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em; }
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
width: 40.063em; }
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em; }
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
width: 64.063em; }
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em; }
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
width: 90.063em; }
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em; }
meta.foundation-data-attribute-namespace {
font-family: false; }
html, body {
height: 100%; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html,
body {
font-size: 100%; }
body {
background: #fff;
color: #222;
padding: 0;
margin: 0;
font-family: "Raleway", sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.5;
position: relative;
cursor: auto; }
a:hover {
cursor: pointer; }
img {
max-width: 100%;
height: auto; }
img {
-ms-interpolation-mode: bicubic; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important; }
.left {
float: left !important; }
.right {
float: right !important; }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.hide {
display: none !important;
visibility: hidden; }
.invisible {
visibility: hidden; }
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
display: inline-block;
vertical-align: middle; }
textarea {
height: auto;
min-height: 50px; }
select {
width: 100%; }
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 100rem; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.row.collapse > .column,
.row.collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.collapse .row {
margin-left: 0;
margin-right: 0; }
.row .row {
width: auto;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
margin-top: 0;
margin-bottom: 0;
max-width: none; }
.row .row:before, .row .row:after {
content: " ";
display: table; }
.row .row:after {
clear: both; }
.row .row.collapse {
width: auto;
margin: 0;
max-width: none; }
.row .row.collapse:before, .row .row.collapse:after {
content: " ";
display: table; }
.row .row.collapse:after {
clear: both; }
.column,
.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left; }
[class*="column"] + [class*="column"]:last-child {
float: right; }
[class*="column"] + [class*="column"].end {
float: left; }
@media only screen {
.small-push-0 {
position: relative;
left: 0%;
right: auto; }
.small-pull-0 {
position: relative;
right: 0%;
left: auto; }
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.small-push-3 {
position: relative;
left: 25%;
right: auto; }
.small-pull-3 {
position: relative;
right: 25%;
left: auto; }
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.small-push-6 {
position: relative;
left: 50%;
right: auto; }
.small-pull-6 {
position: relative;
right: 50%;
left: auto; }
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.small-push-9 {
position: relative;
left: 75%;
right: auto; }
.small-pull-9 {
position: relative;
right: 75%;
left: auto; }
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.small-1 {
width: 8.33333%; }
.small-2 {
width: 16.66667%; }
.small-3 {
width: 25%; }
.small-4 {
width: 33.33333%; }
.small-5 {
width: 41.66667%; }
.small-6 {
width: 50%; }
.small-7 {
width: 58.33333%; }
.small-8 {
width: 66.66667%; }
.small-9 {
width: 75%; }
.small-10 {
width: 83.33333%; }
.small-11 {
width: 91.66667%; }
.small-12 {
width: 100%; }
.small-offset-0 {
margin-left: 0% !important; }
.small-offset-1 {
margin-left: 8.33333% !important; }
.small-offset-2 {
margin-left: 16.66667% !important; }
.small-offset-3 {
margin-left: 25% !important; }
.small-offset-4 {
margin-left: 33.33333% !important; }
.small-offset-5 {
margin-left: 41.66667% !important; }
.small-offset-6 {
margin-left: 50% !important; }
.small-offset-7 {
margin-left: 58.33333% !important; }
.small-offset-8 {
margin-left: 66.66667% !important; }
.small-offset-9 {
margin-left: 75% !important; }
.small-offset-10 {
margin-left: 83.33333% !important; }
.small-offset-11 {
margin-left: 91.66667% !important; }
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.small-uncentered,
.columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none; }
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left; }
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right; }
.row.small-collapse > .column,
.row.small-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.small-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; } }
@media only screen and (min-width: 40.063em) {
.medium-push-0 {
position: relative;
left: 0%;
right: auto; }
.medium-pull-0 {
position: relative;
right: 0%;
left: auto; }
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.medium-push-3 {
position: relative;
left: 25%;
right: auto; }
.medium-pull-3 {
position: relative;
right: 25%;
left: auto; }
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.medium-push-6 {
position: relative;
left: 50%;
right: auto; }
.medium-pull-6 {
position: relative;
right: 50%;
left: auto; }
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.medium-push-9 {
position: relative;
left: 75%;
right: auto; }
.medium-pull-9 {
position: relative;
right: 75%;
left: auto; }
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.medium-1 {
width: 8.33333%; }
.medium-2 {
width: 16.66667%; }
.medium-3 {
width: 25%; }
.medium-4 {
width: 33.33333%; }
.medium-5 {
width: 41.66667%; }
.medium-6 {
width: 50%; }
.medium-7 {
width: 58.33333%; }
.medium-8 {
width: 66.66667%; }
.medium-9 {
width: 75%; }
.medium-10 {
width: 83.33333%; }
.medium-11 {
width: 91.66667%; }
.medium-12 {
width: 100%; }
.medium-offset-0 {
margin-left: 0% !important; }
.medium-offset-1 {
margin-left: 8.33333% !important; }
.medium-offset-2 {
margin-left: 16.66667% !important; }
.medium-offset-3 {
margin-left: 25% !important; }
.medium-offset-4 {
margin-left: 33.33333% !important; }
.medium-offset-5 {
margin-left: 41.66667% !important; }
.medium-offset-6 {
margin-left: 50% !important; }
.medium-offset-7 {
margin-left: 58.33333% !important; }
.medium-offset-8 {
margin-left: 66.66667% !important; }
.medium-offset-9 {
margin-left: 75% !important; }
.medium-offset-10 {
margin-left: 83.33333% !important; }
.medium-offset-11 {
margin-left: 91.66667% !important; }
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.medium-uncentered,
.columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none; }
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left; }
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right; }
.row.medium-collapse > .column,
.row.medium-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.medium-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.push-0 {
position: relative;
left: 0%;
right: auto; }
.pull-0 {
position: relative;
right: 0%;
left: auto; }
.push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.push-3 {
position: relative;
left: 25%;
right: auto; }
.pull-3 {
position: relative;
right: 25%;
left: auto; }
.push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.push-6 {
position: relative;
left: 50%;
right: auto; }
.pull-6 {
position: relative;
right: 50%;
left: auto; }
.push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.push-9 {
position: relative;
left: 75%;
right: auto; }
.pull-9 {
position: relative;
right: 75%;
left: auto; }
.push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.pull-11 {
position: relative;
right: 91.66667%;
left: auto; } }
@media only screen and (min-width: 64.063em) {
.large-push-0 {
position: relative;
left: 0%;
right: auto; }
.large-pull-0 {
position: relative;
right: 0%;
left: auto; }
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.large-push-3 {
position: relative;
left: 25%;
right: auto; }
.large-pull-3 {
position: relative;
right: 25%;
left: auto; }
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.large-push-6 {
position: relative;
left: 50%;
right: auto; }
.large-pull-6 {
position: relative;
right: 50%;
left: auto; }
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.large-push-9 {
position: relative;
left: 75%;
right: auto; }
.large-pull-9 {
position: relative;
right: 75%;
left: auto; }
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.large-1 {
width: 8.33333%; }
.large-2 {
width: 16.66667%; }
.large-3 {
width: 25%; }
.large-4 {
width: 33.33333%; }
.large-5 {
width: 41.66667%; }
.large-6 {
width: 50%; }
.large-7 {
width: 58.33333%; }
.large-8 {
width: 66.66667%; }
.large-9 {
width: 75%; }
.large-10 {
width: 83.33333%; }
.large-11 {
width: 91.66667%; }
.large-12 {
width: 100%; }
.large-offset-0 {
margin-left: 0% !important; }
.large-offset-1 {
margin-left: 8.33333% !important; }
.large-offset-2 {
margin-left: 16.66667% !important; }
.large-offset-3 {
margin-left: 25% !important; }
.large-offset-4 {
margin-left: 33.33333% !important; }
.large-offset-5 {
margin-left: 41.66667% !important; }
.large-offset-6 {
margin-left: 50% !important; }
.large-offset-7 {
margin-left: 58.33333% !important; }
.large-offset-8 {
margin-left: 66.66667% !important; }
.large-offset-9 {
margin-left: 75% !important; }
.large-offset-10 {
margin-left: 83.33333% !important; }
.large-offset-11 {
margin-left: 91.66667% !important; }
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.large-uncentered,
.columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none; }
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left; }
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right; }
.row.large-collapse > .column,
.row.large-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.large-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.push-0 {
position: relative;
left: 0%;
right: auto; }
.pull-0 {
position: relative;
right: 0%;
left: auto; }
.push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.push-3 {
position: relative;
left: 25%;
right: auto; }
.pull-3 {
position: relative;
right: 25%;
left: auto; }
.push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.push-6 {
position: relative;
left: 50%;
right: auto; }
.pull-6 {
position: relative;
right: 50%;
left: auto; }
.push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.push-9 {
position: relative;
left: 75%;
right: auto; }
.pull-9 {
position: relative;
right: 75%;
left: auto; }
.push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.pull-11 {
position: relative;
right: 91.66667%;
left: auto; } }
@media only screen and (min-width: 90.063em) {
.xlarge-push-0 {
position: relative;
left: 0%;
right: auto; }
.xlarge-pull-0 {
position: relative;
right: 0%;
left: auto; }
.xlarge-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.xlarge-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.xlarge-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.xlarge-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.xlarge-push-3 {
position: relative;
left: 25%;
right: auto; }
.xlarge-pull-3 {
position: relative;
right: 25%;
left: auto; }
.xlarge-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.xlarge-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.xlarge-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.xlarge-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.xlarge-push-6 {
position: relative;
left: 50%;
right: auto; }
.xlarge-pull-6 {
position: relative;
right: 50%;
left: auto; }
.xlarge-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.xlarge-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.xlarge-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.xlarge-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.xlarge-push-9 {
position: relative;
left: 75%;
right: auto; }
.xlarge-pull-9 {
position: relative;
right: 75%;
left: auto; }
.xlarge-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.xlarge-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.xlarge-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.xlarge-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.xlarge-1 {
width: 8.33333%; }
.xlarge-2 {
width: 16.66667%; }
.xlarge-3 {
width: 25%; }
.xlarge-4 {
width: 33.33333%; }
.xlarge-5 {
width: 41.66667%; }
.xlarge-6 {
width: 50%; }
.xlarge-7 {
width: 58.33333%; }
.xlarge-8 {
width: 66.66667%; }
.xlarge-9 {
width: 75%; }
.xlarge-10 {
width: 83.33333%; }
.xlarge-11 {
width: 91.66667%; }
.xlarge-12 {
width: 100%; }
.xlarge-offset-0 {
margin-left: 0% !important; }
.xlarge-offset-1 {
margin-left: 8.33333% !important; }
.xlarge-offset-2 {
margin-left: 16.66667% !important; }
.xlarge-offset-3 {
margin-left: 25% !important; }
.xlarge-offset-4 {
margin-left: 33.33333% !important; }
.xlarge-offset-5 {
margin-left: 41.66667% !important; }
.xlarge-offset-6 {
margin-left: 50% !important; }
.xlarge-offset-7 {
margin-left: 58.33333% !important; }
.xlarge-offset-8 {
margin-left: 66.66667% !important; }
.xlarge-offset-9 {
margin-left: 75% !important; }
.xlarge-offset-10 {
margin-left: 83.33333% !important; }
.xlarge-offset-11 {
margin-left: 91.66667% !important; }
.xlarge-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.xlarge-centered,
.columns.xlarge-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.xlarge-uncentered,
.columns.xlarge-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
float: none; }
.column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
float: left; }
.column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
float: right; }
.row.xlarge-collapse > .column,
.row.xlarge-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.xlarge-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.xlarge-uncollapse > .column,
.row.xlarge-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; } }
@media only screen and (min-width: 120.063em) {
.xxlarge-push-0 {
position: relative;
left: 0%;
right: auto; }
.xxlarge-pull-0 {
position: relative;
right: 0%;
left: auto; }
.xxlarge-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.xxlarge-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.xxlarge-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.xxlarge-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.xxlarge-push-3 {
position: relative;
left: 25%;
right: auto; }
.xxlarge-pull-3 {
position: relative;
right: 25%;
left: auto; }
.xxlarge-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.xxlarge-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.xxlarge-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.xxlarge-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.xxlarge-push-6 {
position: relative;
left: 50%;
right: auto; }
.xxlarge-pull-6 {
position: relative;
right: 50%;
left: auto; }
.xxlarge-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.xxlarge-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.xxlarge-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.xxlarge-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.xxlarge-push-9 {
position: relative;
left: 75%;
right: auto; }
.xxlarge-pull-9 {
position: relative;
right: 75%;
left: auto; }
.xxlarge-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.xxlarge-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.xxlarge-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.xxlarge-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.xxlarge-1 {
width: 8.33333%; }
.xxlarge-2 {
width: 16.66667%; }
.xxlarge-3 {
width: 25%; }
.xxlarge-4 {
width: 33.33333%; }
.xxlarge-5 {
width: 41.66667%; }
.xxlarge-6 {
width: 50%; }
.xxlarge-7 {
width: 58.33333%; }
.xxlarge-8 {
width: 66.66667%; }
.xxlarge-9 {
width: 75%; }
.xxlarge-10 {
width: 83.33333%; }
.xxlarge-11 {
width: 91.66667%; }
.xxlarge-12 {
width: 100%; }
.xxlarge-offset-0 {
margin-left: 0% !important; }
.xxlarge-offset-1 {
margin-left: 8.33333% !important; }
.xxlarge-offset-2 {
margin-left: 16.66667% !important; }
.xxlarge-offset-3 {
margin-left: 25% !important; }
.xxlarge-offset-4 {
margin-left: 33.33333% !important; }
.xxlarge-offset-5 {
margin-left: 41.66667% !important; }
.xxlarge-offset-6 {
margin-left: 50% !important; }
.xxlarge-offset-7 {
margin-left: 58.33333% !important; }
.xxlarge-offset-8 {
margin-left: 66.66667% !important; }
.xxlarge-offset-9 {
margin-left: 75% !important; }
.xxlarge-offset-10 {
margin-left: 83.33333% !important; }
.xxlarge-offset-11 {
margin-left: 91.66667% !important; }
.xxlarge-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.xxlarge-centered,
.columns.xxlarge-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
float: none; }
.column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
float: left; }
.column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
float: right; }
.row.xxlarge-collapse > .column,
.row.xxlarge-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.xxlarge-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.xxlarge-uncollapse > .column,
.row.xxlarge-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; } }
.accordion {
margin-bottom: 0; }
.accordion:before, .accordion:after {
content: " ";
display: table; }
.accordion:after {
clear: both; }
.accordion .accordion-navigation, .accordion dd {
display: block;
margin-bottom: 0 !important; }
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
background: #e8e8e8; }
.accordion .accordion-navigation > a, .accordion dd > a {
background: #EFEFEF;
color: #222222;
padding: 1rem;
display: block;
font-family: "Raleway", sans-serif;
font-size: 1rem; }
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
background: #e3e3e3; }
.accordion .accordion-navigation > .content, .accordion dd > .content {
display: none;
padding: 0.9375rem; }
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
display: block;
background: #FFFFFF; }
.alert-box {
border-style: solid;
border-width: 1px;
display: block;
font-weight: normal;
margin-bottom: 1.25rem;
position: relative;
padding: 0.875rem 1.5rem 0.875rem 0.875rem;
font-size: 0.8125rem;
transition: opacity 300ms ease-out;
background-color: #567335;
border-color: #4a632e;
color: #FFFFFF; }
.alert-box .close {
font-size: 1.375rem;
padding: 9px 6px 4px;
line-height: 0;
position: absolute;
top: 50%;
margin-top: -0.6875rem;
right: 0.25rem;
color: #454040;
opacity: 0.3;
background: inherit; }
.alert-box .close:hover, .alert-box .close:focus {
opacity: 0.5; }
.alert-box.radius {
border-radius: 3px; }
.alert-box.round {
border-radius: 1000px; }
.alert-box.success {
background-color: #43AC6A;
border-color: #3a945b;
color: #FFFFFF; }
.alert-box.alert {
background-color: #f04124;
border-color: #de2d0f;
color: #FFFFFF; }
.alert-box.secondary {
background-color: #E55129;
border-color: #cf4019;
color: #FFFFFF; }
.alert-box.warning {
background-color: #f08a24;
border-color: #de770f;
color: #FFFFFF; }
.alert-box.info {
background-color: #a0d3e8;
border-color: #74bfdd;
color: #52190a; }
.alert-box.alert-close {
opacity: 0; }
[class*="block-grid-"] {
display: block;
padding: 0;
margin: 0 -0.625rem; }
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
content: " ";
display: table; }
[class*="block-grid-"]:after {
clear: both; }
[class*="block-grid-"] > li {
display: block;
height: auto;
float: left;
padding: 0 0.625rem 1.25rem; }
@media only screen {
.small-block-grid-1 > li {
width: 100%;
list-style: none; }
.small-block-grid-1 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-1 > li:nth-of-type(1n+1) {
clear: both; }
.small-block-grid-2 > li {
width: 50%;
list-style: none; }
.small-block-grid-2 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-2 > li:nth-of-type(2n+1) {
clear: both; }
.small-block-grid-3 > li {
width: 33.33333%;
list-style: none; }
.small-block-grid-3 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-3 > li:nth-of-type(3n+1) {
clear: both; }
.small-block-grid-4 > li {
width: 25%;
list-style: none; }
.small-block-grid-4 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-4 > li:nth-of-type(4n+1) {
clear: both; }
.small-block-grid-5 > li {
width: 20%;
list-style: none; }
.small-block-grid-5 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-5 > li:nth-of-type(5n+1) {
clear: both; }
.small-block-grid-6 > li {
width: 16.66667%;
list-style: none; }
.small-block-grid-6 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-6 > li:nth-of-type(6n+1) {
clear: both; }
.small-block-grid-7 > li {
width: 14.28571%;
list-style: none; }
.small-block-grid-7 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-7 > li:nth-of-type(7n+1) {
clear: both; }
.small-block-grid-8 > li {
width: 12.5%;
list-style: none; }
.small-block-grid-8 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-8 > li:nth-of-type(8n+1) {
clear: both; }
.small-block-grid-9 > li {
width: 11.11111%;
list-style: none; }
.small-block-grid-9 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-9 > li:nth-of-type(9n+1) {
clear: both; }
.small-block-grid-10 > li {
width: 10%;
list-style: none; }
.small-block-grid-10 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-10 > li:nth-of-type(10n+1) {
clear: both; }
.small-block-grid-11 > li {
width: 9.09091%;
list-style: none; }
.small-block-grid-11 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-11 > li:nth-of-type(11n+1) {
clear: both; }
.small-block-grid-12 > li {
width: 8.33333%;
list-style: none; }
.small-block-grid-12 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-12 > li:nth-of-type(12n+1) {
clear: both; } }
@media only screen and (min-width: 40.063em) {
.medium-block-grid-1 > li {
width: 100%;
list-style: none; }
.medium-block-grid-1 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-1 > li:nth-of-type(1n+1) {
clear: both; }
.medium-block-grid-2 > li {
width: 50%;
list-style: none; }
.medium-block-grid-2 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-2 > li:nth-of-type(2n+1) {
clear: both; }
.medium-block-grid-3 > li {
width: 33.33333%;
list-style: none; }
.medium-block-grid-3 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-3 > li:nth-of-type(3n+1) {
clear: both; }
.medium-block-grid-4 > li {
width: 25%;
list-style: none; }
.medium-block-grid-4 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-4 > li:nth-of-type(4n+1) {
clear: both; }
.medium-block-grid-5 > li {
width: 20%;
list-style: none; }
.medium-block-grid-5 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-5 > li:nth-of-type(5n+1) {
clear: both; }
.medium-block-grid-6 > li {
width: 16.66667%;
list-style: none; }
.medium-block-grid-6 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-6 > li:nth-of-type(6n+1) {
clear: both; }
.medium-block-grid-7 > li {
width: 14.28571%;
list-style: none; }
.medium-block-grid-7 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-7 > li:nth-of-type(7n+1) {
clear: both; }
.medium-block-grid-8 > li {
width: 12.5%;
list-style: none; }
.medium-block-grid-8 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-8 > li:nth-of-type(8n+1) {
clear: both; }
.medium-block-grid-9 > li {
width: 11.11111%;
list-style: none; }
.medium-block-grid-9 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-9 > li:nth-of-type(9n+1) {
clear: both; }
.medium-block-grid-10 > li {
width: 10%;
list-style: none; }
.medium-block-grid-10 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-10 > li:nth-of-type(10n+1) {
clear: both; }
.medium-block-grid-11 > li {
width: 9.09091%;
list-style: none; }
.medium-block-grid-11 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-11 > li:nth-of-type(11n+1) {
clear: both; }
.medium-block-grid-12 > li {
width: 8.33333%;
list-style: none; }
.medium-block-grid-12 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-12 > li:nth-of-type(12n+1) {
clear: both; } }
@media only screen and (min-width: 64.063em) {
.large-block-grid-1 > li {
width: 100%;
list-style: none; }
.large-block-grid-1 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-1 > li:nth-of-type(1n+1) {
clear: both; }
.large-block-grid-2 > li {
width: 50%;
list-style: none; }
.large-block-grid-2 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-2 > li:nth-of-type(2n+1) {
clear: both; }
.large-block-grid-3 > li {
width: 33.33333%;
list-style: none; }
.large-block-grid-3 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-3 > li:nth-of-type(3n+1) {
clear: both; }
.large-block-grid-4 > li {
width: 25%;
list-style: none; }
.large-block-grid-4 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-4 > li:nth-of-type(4n+1) {
clear: both; }
.large-block-grid-5 > li {
width: 20%;
list-style: none; }
.large-block-grid-5 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-5 > li:nth-of-type(5n+1) {
clear: both; }
.large-block-grid-6 > li {
width: 16.66667%;
list-style: none; }
.large-block-grid-6 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-6 > li:nth-of-type(6n+1) {
clear: both; }
.large-block-grid-7 > li {
width: 14.28571%;
list-style: none; }
.large-block-grid-7 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-7 > li:nth-of-type(7n+1) {
clear: both; }
.large-block-grid-8 > li {
width: 12.5%;
list-style: none; }
.large-block-grid-8 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-8 > li:nth-of-type(8n+1) {
clear: both; }
.large-block-grid-9 > li {
width: 11.11111%;
list-style: none; }
.large-block-grid-9 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-9 > li:nth-of-type(9n+1) {
clear: both; }
.large-block-grid-10 > li {
width: 10%;
list-style: none; }
.large-block-grid-10 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-10 > li:nth-of-type(10n+1) {
clear: both; }
.large-block-grid-11 > li {
width: 9.09091%;
list-style: none; }
.large-block-grid-11 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-11 > li:nth-of-type(11n+1) {
clear: both; }
.large-block-grid-12 > li {
width: 8.33333%;
list-style: none; }
.large-block-grid-12 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-12 > li:nth-of-type(12n+1) {
clear: both; } }
.breadcrumbs {
display: block;
padding: 0.5625rem 0.875rem 0.5625rem;
overflow: hidden;
margin-left: 0;
list-style: none;
border-style: solid;
border-width: 1px;
background-color: #f3b19f;
border-color: #ef947b;
border-radius: 3px; }
.breadcrumbs > * {
margin: 0;
float: left;
font-size: 0.6875rem;
line-height: 0.6875rem;
text-transform: uppercase;
color: #567335; }
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
text-decoration: underline; }
.breadcrumbs > * a {
color: #567335; }
.breadcrumbs > *.current {
cursor: default;
color: #454040; }
.breadcrumbs > *.current a {
cursor: default;
color: #454040; }
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
text-decoration: none; }
.breadcrumbs > *.unavailable {
color: #999999; }
.breadcrumbs > *.unavailable a {
color: #999999; }
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
text-decoration: none;
color: #999999;
cursor: default; }
.breadcrumbs > *:before {
content: "/";
color: #AAAAAA;
margin: 0 0.75rem;
position: relative;
top: 1px; }
.breadcrumbs > *:first-child:before {
content: " ";
margin: 0; }
/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
content: "/"; }
button, .button {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Raleway", sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 1rem;
padding-right: 2rem;
padding-bottom: 1.0625rem;
padding-left: 2rem;
font-size: 1rem;
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF;
transition: background-color 300ms ease-out; }
button:hover, button:focus, .button:hover, .button:focus {
background-color: #455c2a; }
button:hover, button:focus, .button:hover, .button:focus {
color: #FFFFFF; }
button.secondary, .button.secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
background-color: #c13b17; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
color: #FFFFFF; }
button.success, .button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
background-color: #368a55; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
color: #FFFFFF; }
button.alert, .button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
background-color: #cf2a0e; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
color: #FFFFFF; }
button.warning, .button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
background-color: #cf6e0e; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
color: #FFFFFF; }
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #454040; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b6d9; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
color: #FFFFFF; }
button.large, .button.large {
padding-top: 1.125rem;
padding-right: 2.25rem;
padding-bottom: 1.1875rem;
padding-left: 2.25rem;
font-size: 1.25rem; }
button.small, .button.small {
padding-top: 0.875rem;
padding-right: 1.75rem;
padding-bottom: 0.9375rem;
padding-left: 1.75rem;
font-size: 0.8125rem; }
button.tiny, .button.tiny {
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem; }
button.expand, .button.expand {
padding-right: 0;
padding-left: 0;
width: 100%; }
button.left-align, .button.left-align {
text-align: left;
text-indent: 0.75rem; }
button.right-align, .button.right-align {
text-align: right;
padding-right: 0.75rem; }
button.radius, .button.radius {
border-radius: 3px; }
button.round, .button.round {
border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] {
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #455c2a; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
color: #FFFFFF; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #567335; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #c13b17; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
color: #FFFFFF; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #E55129; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #368a55; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
color: #FFFFFF; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #43AC6A; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #cf2a0e; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
color: #FFFFFF; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #f04124; }
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #cf6e0e; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
color: #FFFFFF; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #f08a24; }
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #454040;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b6d9; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
color: #FFFFFF; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8; }
button::-moz-focus-inner {
border: 0;
padding: 0; }
@media only screen and (min-width: 40.063em) {
button, .button {
display: inline-block; } }
.button-group {
list-style: none;
margin: 0;
left: 0; }
.button-group:before, .button-group:after {
content: " ";
display: table; }
.button-group:after {
clear: both; }
.button-group > li {
margin: 0 -2px;
display: inline-block; }
.button-group > li > button, .button-group > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group > li:first-child button, .button-group > li:first-child .button {
border-left: 0; }
.button-group.stack > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
float: none; }
.button-group.stack > li > button, .button-group.stack > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-left: 0; }
.button-group.stack > li > button, .button-group.stack > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-top: 0; }
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block; }
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0; }
@media only screen and (max-width: 40em) {
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0; }
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-top: 0; } }
.button-group.radius > * {
margin: 0 -2px;
display: inline-block; }
.button-group.radius > * > button, .button-group.radius > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
border-left: 0; }
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
border-radius: 0; }
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.button-group.radius.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-left: 0; }
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-top: 0; }
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
border-radius: 0; }
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
@media only screen and (min-width: 40.063em) {
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block; }
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
border-radius: 0; }
.button-group.radius.stack-for-small > *:first-child,
.button-group.radius.stack-for-small > *:first-child > a,
.button-group.radius.stack-for-small > *:first-child > button,
.button-group.radius.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.button-group.radius.stack-for-small > *:last-child,
.button-group.radius.stack-for-small > *:last-child > a,
.button-group.radius.stack-for-small > *:last-child > button,
.button-group.radius.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; } }
@media only screen and (max-width: 40em) {
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-top: 0; }
.button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
border-radius: 0; }
.button-group.radius.stack-for-small > *:first-child,
.button-group.radius.stack-for-small > *:first-child > a,
.button-group.radius.stack-for-small > *:first-child > button,
.button-group.radius.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.button-group.radius.stack-for-small > *:last-child,
.button-group.radius.stack-for-small > *:last-child > a,
.button-group.radius.stack-for-small > *:last-child > button,
.button-group.radius.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; } }
.button-group.round > * {
margin: 0 -2px;
display: inline-block; }
.button-group.round > * > button, .button-group.round > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
border-left: 0; }
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
border-radius: 0; }
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
.button-group.round.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-left: 0; }
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-top: 0; }
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
border-radius: 0; }
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem; }
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem; }
@media only screen and (min-width: 40.063em) {
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block; }
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
border-radius: 0; }
.button-group.round.stack-for-small > *:first-child,
.button-group.round.stack-for-small > *:first-child > a,
.button-group.round.stack-for-small > *:first-child > button,
.button-group.round.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
.button-group.round.stack-for-small > *:last-child,
.button-group.round.stack-for-small > *:last-child > a,
.button-group.round.stack-for-small > *:last-child > button,
.button-group.round.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; } }
@media only screen and (max-width: 40em) {
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-top: 0; }
.button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
border-radius: 0; }
.button-group.round.stack-for-small > *:first-child,
.button-group.round.stack-for-small > *:first-child > a,
.button-group.round.stack-for-small > *:first-child > button,
.button-group.round.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem; }
.button-group.round.stack-for-small > *:last-child,
.button-group.round.stack-for-small > *:last-child > a,
.button-group.round.stack-for-small > *:last-child > button,
.button-group.round.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem; } }
.button-group.even-2 li {
margin: 0 -2px;
display: inline-block;
width: 50%; }
.button-group.even-2 li > button, .button-group.even-2 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
border-left: 0; }
.button-group.even-2 li button, .button-group.even-2 li .button {
width: 100%; }
.button-group.even-3 li {
margin: 0 -2px;
display: inline-block;
width: 33.33333%; }
.button-group.even-3 li > button, .button-group.even-3 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
border-left: 0; }
.button-group.even-3 li button, .button-group.even-3 li .button {
width: 100%; }
.button-group.even-4 li {
margin: 0 -2px;
display: inline-block;
width: 25%; }
.button-group.even-4 li > button, .button-group.even-4 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
border-left: 0; }
.button-group.even-4 li button, .button-group.even-4 li .button {
width: 100%; }
.button-group.even-5 li {
margin: 0 -2px;
display: inline-block;
width: 20%; }
.button-group.even-5 li > button, .button-group.even-5 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
border-left: 0; }
.button-group.even-5 li button, .button-group.even-5 li .button {
width: 100%; }
.button-group.even-6 li {
margin: 0 -2px;
display: inline-block;
width: 16.66667%; }
.button-group.even-6 li > button, .button-group.even-6 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
border-left: 0; }
.button-group.even-6 li button, .button-group.even-6 li .button {
width: 100%; }
.button-group.even-7 li {
margin: 0 -2px;
display: inline-block;
width: 14.28571%; }
.button-group.even-7 li > button, .button-group.even-7 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
border-left: 0; }
.button-group.even-7 li button, .button-group.even-7 li .button {
width: 100%; }
.button-group.even-8 li {
margin: 0 -2px;
display: inline-block;
width: 12.5%; }
.button-group.even-8 li > button, .button-group.even-8 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
border-left: 0; }
.button-group.even-8 li button, .button-group.even-8 li .button {
width: 100%; }
.button-bar:before, .button-bar:after {
content: " ";
display: table; }
.button-bar:after {
clear: both; }
.button-bar .button-group {
float: left;
margin-right: 0.625rem; }
.button-bar .button-group div {
overflow: hidden; }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
margin-bottom: 0;
margin-left: 0;
list-style: none; }
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
content: " ";
display: table; }
.clearing-thumbs:after, [data-clearing]:after {
clear: both; }
.clearing-thumbs li, [data-clearing] li {
float: left;
margin-right: 10px; }
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
margin-right: 0; }
.clearing-blackout {
background: #454040;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 998; }
.clearing-blackout .clearing-close {
display: block; }
.clearing-container {
position: relative;
z-index: 998;
height: 100%;
overflow: hidden;
margin: 0; }
.clearing-touch-label {
position: absolute;
top: 50%;
left: 50%;
color: #AAAAAA;
font-size: 0.6em; }
.visible-img {
height: 95%;
position: relative; }
.visible-img img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -50%;
max-height: 100%;
max-width: 100%; }
.clearing-caption {
color: #CCCCCC;
font-size: 0.875em;
line-height: 1.3;
margin-bottom: 0;
text-align: center;
bottom: 0;
background: #454040;
width: 100%;
padding: 10px 30px 20px;
position: absolute;
left: 0; }
.clearing-close {
z-index: 999;
padding-left: 20px;
padding-top: 10px;
font-size: 30px;
line-height: 1;
color: #CCCCCC;
display: none; }
.clearing-close:hover, .clearing-close:focus {
color: #CCCCCC; }
.clearing-assembled .clearing-container {
height: 100%; }
.clearing-assembled .clearing-container .carousel > ul {
display: none; }
.clearing-feature li {
display: none; }
.clearing-feature li.clearing-featured-img {
display: block; }
@media only screen and (min-width: 40.063em) {
.clearing-main-prev,
.clearing-main-next {
position: absolute;
height: 100%;
width: 40px;
top: 0; }
.clearing-main-prev > span,
.clearing-main-next > span {
position: absolute;
top: 50%;
display: block;
width: 0;
height: 0;
border: solid 12px; }
.clearing-main-prev > span:hover,
.clearing-main-next > span:hover {
opacity: 0.8; }
.clearing-main-prev {
left: 0; }
.clearing-main-prev > span {
left: 5px;
border-color: transparent;
border-right-color: #CCCCCC; }
.clearing-main-next {
right: 0; }
.clearing-main-next > span {
border-color: transparent;
border-left-color: #CCCCCC; }
.clearing-main-prev.disabled,
.clearing-main-next.disabled {
opacity: 0.3; }
.clearing-assembled .clearing-container .carousel {
background: rgba(51, 51, 51, 0.8);
height: 120px;
margin-top: 10px;
text-align: center; }
.clearing-assembled .clearing-container .carousel > ul {
display: inline-block;
z-index: 999;
height: 100%;
position: relative;
float: none; }
.clearing-assembled .clearing-container .carousel > ul li {
display: block;
width: 120px;
min-height: inherit;
float: left;
overflow: hidden;
margin-right: 0;
padding: 0;
position: relative;
cursor: pointer;
opacity: 0.4;
clear: none; }
.clearing-assembled .clearing-container .carousel > ul li.fix-height img {
height: 100%;
max-width: none; }
.clearing-assembled .clearing-container .carousel > ul li a.th {
border: none;
box-shadow: none;
display: block; }
.clearing-assembled .clearing-container .carousel > ul li img {
cursor: pointer !important;
width: 100% !important; }
.clearing-assembled .clearing-container .carousel > ul li.visible {
opacity: 1; }
.clearing-assembled .clearing-container .carousel > ul li:hover {
opacity: 0.8; }
.clearing-assembled .clearing-container .visible-img {
background: #454040;
overflow: hidden;
height: 85%; }
.clearing-close {
position: absolute;
top: 10px;
right: 20px;
padding-left: 0;
padding-top: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 2px;
max-width: 200px; }
.f-dropdown > *:first-child {
margin-top: 0; }
.f-dropdown > *:last-child {
margin-bottom: 0; }
.f-dropdown:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent transparent #FFFFFF transparent;
border-bottom-style: solid;
position: absolute;
top: -12px;
left: 10px;
z-index: 89; }
.f-dropdown:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent transparent #cccccc transparent;
border-bottom-style: solid;
position: absolute;
top: -14px;
left: 9px;
z-index: 88; }
.f-dropdown.right:before {
left: auto;
right: 10px; }
.f-dropdown.right:after {
left: auto;
right: 9px; }
.f-dropdown.drop-right {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 0;
margin-left: 2px;
max-width: 200px; }
.f-dropdown.drop-right > *:first-child {
margin-top: 0; }
.f-dropdown.drop-right > *:last-child {
margin-bottom: 0; }
.f-dropdown.drop-right:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent #FFFFFF transparent transparent;
border-right-style: solid;
position: absolute;
top: 10px;
left: -12px;
z-index: 89; }
.f-dropdown.drop-right:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent #cccccc transparent transparent;
border-right-style: solid;
position: absolute;
top: 9px;
left: -14px;
z-index: 88; }
.f-dropdown.drop-left {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 0;
margin-left: -2px;
max-width: 200px; }
.f-dropdown.drop-left > *:first-child {
margin-top: 0; }
.f-dropdown.drop-left > *:last-child {
margin-bottom: 0; }
.f-dropdown.drop-left:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent transparent transparent #FFFFFF;
border-left-style: solid;
position: absolute;
top: 10px;
right: -12px;
left: auto;
z-index: 89; }
.f-dropdown.drop-left:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent transparent transparent #cccccc;
border-left-style: solid;
position: absolute;
top: 9px;
right: -14px;
left: auto;
z-index: 88; }
.f-dropdown.drop-top {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: -2px;
margin-left: 0;
max-width: 200px; }
.f-dropdown.drop-top > *:first-child {
margin-top: 0; }
.f-dropdown.drop-top > *:last-child {
margin-bottom: 0; }
.f-dropdown.drop-top:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: #FFFFFF transparent transparent transparent;
border-top-style: solid;
position: absolute;
top: auto;
bottom: -12px;
left: 10px;
right: auto;
z-index: 89; }
.f-dropdown.drop-top:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: #cccccc transparent transparent transparent;
border-top-style: solid;
position: absolute;
top: auto;
bottom: -14px;
left: 9px;
right: auto;
z-index: 88; }
.f-dropdown li {
font-size: 0.875rem;
cursor: pointer;
line-height: 1.125rem;
margin: 0; }
.f-dropdown li:hover, .f-dropdown li:focus {
background: #EEEEEE; }
.f-dropdown li.radius {
border-radius: 3px; }
.f-dropdown li a {
display: block;
padding: 0.5rem;
color: #585858; }
.f-dropdown.content {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
padding: 1.25rem;
width: 100%;
height: auto;
max-height: none;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
max-width: 200px; }
.f-dropdown.content > *:first-child {
margin-top: 0; }
.f-dropdown.content > *:last-child {
margin-bottom: 0; }
.f-dropdown.tiny {
max-width: 200px; }
.f-dropdown.small {
max-width: 300px; }
.f-dropdown.medium {
max-width: 500px; }
.f-dropdown.large {
max-width: 800px; }
.f-dropdown.mega {
width: 100% !important;
max-width: 100% !important; }
.f-dropdown.mega.open {
left: 0 !important; }
.dropdown.button, button.dropdown {
position: relative;
outline: none;
padding-right: 3.5625rem; }
.dropdown.button::after, button.dropdown::after {
position: absolute;
content: "";
width: 0;
height: 0;
display: block;
border-style: solid;
border-color: #FFFFFF transparent transparent transparent;
top: 50%; }
.dropdown.button::after, button.dropdown::after {
border-width: 0.375rem;
right: 1.40625rem;
margin-top: -0.15625rem; }
.dropdown.button::after, button.dropdown::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.tiny, button.dropdown.tiny {
padding-right: 2.625rem; }
.dropdown.button.tiny:after, button.dropdown.tiny:after {
border-width: 0.375rem;
right: 1.125rem;
margin-top: -0.125rem; }
.dropdown.button.tiny::after, button.dropdown.tiny::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.small, button.dropdown.small {
padding-right: 3.0625rem; }
.dropdown.button.small::after, button.dropdown.small::after {
border-width: 0.4375rem;
right: 1.3125rem;
margin-top: -0.15625rem; }
.dropdown.button.small::after, button.dropdown.small::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.large, button.dropdown.large {
padding-right: 3.625rem; }
.dropdown.button.large::after, button.dropdown.large::after {
border-width: 0.3125rem;
right: 1.71875rem;
margin-top: -0.15625rem; }
.dropdown.button.large::after, button.dropdown.large::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.secondary:after, button.dropdown.secondary:after {
border-color: #454040 transparent transparent transparent; }
.flex-video {
position: relative;
padding-top: 1.5625rem;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 1rem;
overflow: hidden; }
.flex-video.widescreen {
padding-bottom: 56.34%; }
.flex-video.vimeo {
padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
/* Standard Forms */
form {
margin: 0 0 1rem; }
/* Using forms within rows, we need to set some defaults */
form .row .row {
margin: 0 -0.5rem; }
form .row .row .column,
form .row .row .columns {
padding: 0 0.5rem; }
form .row .row.collapse {
margin: 0; }
form .row .row.collapse .column,
form .row .row.collapse .columns {
padding: 0; }
form .row .row.collapse input {
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
padding-left: 0.5rem; }
/* Label Styles */
label {
font-size: 0.875rem;
color: #4d4d4d;
cursor: pointer;
display: block;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0;
/* Styles for required inputs */ }
label.right {
float: none !important;
text-align: right; }
label.inline {
margin: 0 0 1rem 0;
padding: 0.5625rem 0; }
label small {
text-transform: capitalize;
color: #676767; }
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
display: block;
position: relative;
z-index: 2;
text-align: center;
width: 100%;
padding-top: 0;
padding-bottom: 0;
border-style: solid;
border-width: 1px;
overflow: hidden;
font-size: 0.875rem;
height: 2.3125rem;
line-height: 2.3125rem; }
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
text-align: center;
border: none; }
.prefix.button {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
text-align: center;
border: none; }
.prefix.button.radius {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.postfix.button.radius {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.prefix.button.round {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
.postfix.button.round {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
background: #f2f2f2;
border-right: none;
color: #454040;
border-color: #cccccc; }
span.postfix, label.postfix {
background: #f2f2f2;
border-left: none;
color: #454040;
border-color: #cccccc; }
/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
-webkit-appearance: none;
border-radius: 0;
background-color: #FFFFFF;
font-family: inherit;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-size: 0.875rem;
margin: 0 0 1rem 0;
padding: 0.5rem;
height: 2.3125rem;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
box-shadow: 0 0 5px #999999;
border-color: #999999; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
background: #fafafa;
border-color: #999999;
outline: none; }
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
background-color: #DDDDDD;
cursor: default; }
input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
background-color: #DDDDDD;
cursor: default; }
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
border-radius: 3px; }
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0; }
/* Respect enforced amount of rows for textarea */
textarea[rows] {
height: auto; }
/* Not allow resize out of parent */
textarea {
max-width: 100%; }
/* Add height value for select elements to match text input height */
select {
-webkit-appearance: none !important;
border-radius: 0;
background-color: #FAFAFA;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
padding: 0.5rem;
font-size: 0.875rem;
font-family: "Raleway", sans-serif;
color: rgba(0, 0, 0, 0.75);
line-height: normal;
border-radius: 0;
height: 2.3125rem; }
select::-ms-expand {
display: none; }
select.radius {
border-radius: 3px; }
select:hover {
background-color: #f3f3f3;
border-color: #999999; }
select:disabled {
background-color: #DDDDDD;
cursor: default; }
/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
margin: 0 0 1rem 0; }
input[type="checkbox"] + label,
input[type="radio"] + label {
display: inline-block;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
vertical-align: baseline; }
/* Normalize file input width */
input[type="file"] {
width: 100%; }
/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
border: 1px solid #DDDDDD;
padding: 1.25rem;
margin: 1.125rem 0; }
fieldset legend {
font-weight: bold;
background: #FFFFFF;
padding: 0 0.1875rem;
margin: 0;
margin-left: -0.1875rem; }
/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
background: #f04124;
color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
display: none; }
span.error, small.error {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
background: #f04124;
color: #FFFFFF; }
.error input,
.error textarea,
.error select {
margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
margin-bottom: 1rem; }
.error label,
.error label.error {
color: #f04124; }
.error small.error {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
background: #f04124;
color: #FFFFFF; }
.error > label > small {
color: #676767;
background: transparent;
padding: 0;
text-transform: capitalize;
font-style: normal;
font-size: 60%;
margin: 0;
display: inline; }
.error span.error-message {
display: block; }
input.error,
textarea.error,
select.error {
margin-bottom: 0; }
label.error {
color: #f04124; }
.icon-bar {
width: 100%;
font-size: 0;
display: inline-block;
background: #454040; }
.icon-bar > * {
text-align: center;
font-size: 1rem;
width: 25%;
margin: 0 auto;
display: block;
padding: 1.25rem;
float: left; }
.icon-bar > * i, .icon-bar > * img {
display: block;
margin: 0 auto; }
.icon-bar > * i + label, .icon-bar > * img + label {
margin-top: .0625rem; }
.icon-bar > * i {
font-size: 1.875rem;
vertical-align: middle; }
.icon-bar > * img {
width: 1.875rem;
height: 1.875rem; }
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
margin: 0 .0625rem 0 0;
display: inline-block; }
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
margin-top: 0; }
.icon-bar.label-right > * label {
display: inline-block; }
.icon-bar.vertical.label-right > * {
text-align: left; }
.icon-bar.vertical, .icon-bar.small-vertical {
height: 100%;
width: auto; }
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
width: auto;
margin: auto;
float: none; }
@media only screen and (min-width: 40.063em) {
.icon-bar.medium-vertical {
height: 100%;
width: auto; }
.icon-bar.medium-vertical .item {
width: auto;
margin: auto;
float: none; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.large-vertical {
height: 100%;
width: auto; }
.icon-bar.large-vertical .item {
width: auto;
margin: auto;
float: none; } }
.icon-bar > * {
font-size: 1rem;
padding: 1.25rem; }
.icon-bar > * i + label, .icon-bar > * img + label {
margin-top: .0625rem; }
.icon-bar > * i {
font-size: 1.875rem; }
.icon-bar > * img {
width: 1.875rem;
height: 1.875rem; }
.icon-bar > * label {
color: #FFFFFF; }
.icon-bar > * i {
color: #FFFFFF; }
.icon-bar > a:hover {
background: #567335; }
.icon-bar > a:hover label {
color: #FFFFFF; }
.icon-bar > a:hover i {
color: #FFFFFF; }
.icon-bar > a.active {
background: #567335; }
.icon-bar > a.active label {
color: #FFFFFF; }
.icon-bar > a.active i {
color: #FFFFFF; }
.icon-bar.two-up .item {
width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.two-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.two-up.large-vertical .item {
width: auto; } }
.icon-bar.three-up .item {
width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.three-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.three-up.large-vertical .item {
width: auto; } }
.icon-bar.four-up .item {
width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.four-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.four-up.large-vertical .item {
width: auto; } }
.icon-bar.five-up .item {
width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.five-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.five-up.large-vertical .item {
width: auto; } }
.icon-bar.six-up .item {
width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.six-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.six-up.large-vertical .item {
width: auto; } }
.inline-list {
margin: 0 auto 1.0625rem auto;
margin-left: -1.375rem;
margin-right: 0;
padding: 0;
list-style: none;
overflow: hidden; }
.inline-list > li {
list-style: none;
float: left;
margin-left: 1.375rem;
display: block; }
.inline-list > li > * {
display: block; }
/* Foundation Joyride */
.joyride-list {
display: none; }
/* Default styles for the container */
.joyride-tip-guide {
display: none;
position: absolute;
background: #454040;
color: #FFFFFF;
z-index: 101;
top: 0;
left: 2.5%;
font-family: inherit;
font-weight: normal;
width: 95%; }
.lt-ie9 .joyride-tip-guide {
max-width: 800px;
left: 50%;
margin-left: -400px; }
.joyride-content-wrapper {
width: 100%;
padding: 1.125rem 1.25rem 1.5rem; }
.joyride-content-wrapper .button {
margin-bottom: 0 !important; }
.joyride-content-wrapper .joyride-prev-tip {
margin-right: 10px; }
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
display: block;
position: absolute;
left: 22px;
width: 0;
height: 0;
border: 10px solid #454040; }
.joyride-tip-guide .joyride-nub.top {
border-top-style: solid;
border-color: #454040;
border-top-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
top: -20px; }
.joyride-tip-guide .joyride-nub.bottom {
border-bottom-style: solid;
border-color: #454040 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px; }
.joyride-tip-guide .joyride-nub.right {
right: -20px; }
.joyride-tip-guide .joyride-nub.left {
left: -20px; }
/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
line-height: 1.25;
margin: 0;
font-weight: bold;
color: #FFFFFF; }
.joyride-tip-guide p {
margin: 0 0 1.125rem 0;
font-size: 0.875rem;
line-height: 1.3; }
.joyride-timer-indicator-wrap {
width: 50px;
height: 3px;
border: solid 1px #585858;
position: absolute;
right: 1.0625rem;
bottom: 1rem; }
.joyride-timer-indicator {
display: block;
width: 0;
height: inherit;
background: #666666; }
.joyride-close-tip {
position: absolute;
right: 12px;
top: 10px;
color: #777777 !important;
text-decoration: none;
font-size: 24px;
font-weight: normal;
line-height: .5 !important; }
.joyride-close-tip:hover, .joyride-close-tip:focus {
color: #EEEEEE !important; }
.joyride-modal-bg {
position: fixed;
height: 100%;
width: 100%;
background: transparent;
background: rgba(0, 0, 0, 0.5);
z-index: 100;
display: none;
top: 0;
left: 0;
cursor: pointer; }
.joyride-expose-wrapper {
background-color: #FFFFFF;
position: absolute;
border-radius: 3px;
z-index: 102;
box-shadow: 0 0 15px #FFFFFF; }
.joyride-expose-cover {
background: transparent;
border-radius: 3px;
position: absolute;
z-index: 9999;
top: 0;
left: 0; }
/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
.joyride-tip-guide {
width: 300px;
left: inherit; }
.joyride-tip-guide .joyride-nub.bottom {
border-color: #454040 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px; }
.joyride-tip-guide .joyride-nub.right {
border-color: #454040 !important;
border-top-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
top: 22px;
left: auto;
right: -20px; }
.joyride-tip-guide .joyride-nub.left {
border-color: #454040 !important;
border-top-color: transparent !important;
border-left-color: transparent !important;
border-bottom-color: transparent !important;
top: 22px;
left: -20px;
right: auto; } }
.keystroke,
kbd {
background-color: #ededed;
border-color: #dddddd;
color: #222222;
border-style: solid;
border-width: 1px;
margin: 0;
font-family: "Consolas", "Menlo", "Courier", monospace;
font-size: inherit;
padding: 0.125rem 0.25rem 0;
border-radius: 3px; }
.label {
font-weight: normal;
font-family: "Raleway", sans-serif;
text-align: center;
text-decoration: none;
line-height: 1;
white-space: nowrap;
display: inline-block;
position: relative;
margin-bottom: auto;
padding: 0.25rem 0.5rem 0.25rem;
font-size: 0.6875rem;
background-color: #567335;
color: #FFFFFF; }
.label.radius {
border-radius: 3px; }
.label.round {
border-radius: 1000px; }
.label.alert {
background-color: #f04124;
color: #FFFFFF; }
.label.warning {
background-color: #f08a24;
color: #FFFFFF; }
.label.success {
background-color: #43AC6A;
color: #FFFFFF; }
.label.secondary {
background-color: #E55129;
color: #FFFFFF; }
.label.info {
background-color: #a0d3e8;
color: #454040; }
[data-magellan-expedition], [data-magellan-expedition-clone] {
background: #FFFFFF;
z-index: 50;
min-width: 100%;
padding: 10px; }
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
margin-bottom: 0; }
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
margin-bottom: 0; }
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
line-height: 1.8em; }
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg); }
to {
-moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
from {
-o-transform: rotate(0deg); }
to {
-o-transform: rotate(360deg); } }
@keyframes rotate {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
position: relative; }
.slideshow-wrapper ul {
list-style-type: none;
margin: 0; }
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
display: none; }
.slideshow-wrapper ul li:first-child {
display: block; }
.slideshow-wrapper .orbit-container {
background-color: transparent; }
.slideshow-wrapper .orbit-container li {
display: block; }
.slideshow-wrapper .orbit-container li .orbit-caption {
display: block; }
.slideshow-wrapper .orbit-container .orbit-bullets li {
display: inline-block; }
.slideshow-wrapper .preloader {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
border: solid 3px;
border-color: #585858 #FFFFFF;
border-radius: 1000px;
animation-name: rotate;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.orbit-container {
overflow: hidden;
width: 100%;
position: relative;
background: none; }
.orbit-container .orbit-slides-container {
list-style: none;
margin: 0;
padding: 0;
position: relative;
-webkit-transform: translateZ(0); }
.orbit-container .orbit-slides-container img {
display: block;
max-width: 100%; }
.orbit-container .orbit-slides-container > * {
position: absolute;
top: 0;
width: 100%;
margin-left: 100%; }
.orbit-container .orbit-slides-container > *:first-child {
margin-left: 0; }
.orbit-container .orbit-slides-container > * .orbit-caption {
position: absolute;
bottom: 0;
background-color: rgba(51, 51, 51, 0.8);
color: #FFFFFF;
width: 100%;
padding: 0.625rem 0.875rem;
font-size: 0.875rem; }
.orbit-container .orbit-slide-number {
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
color: #FFFFFF;
background: transparent;
z-index: 10; }
.orbit-container .orbit-slide-number span {
font-weight: 700;
padding: 0.3125rem; }
.orbit-container .orbit-timer {
position: absolute;
top: 12px;
right: 10px;
height: 6px;
width: 100px;
z-index: 10; }
.orbit-container .orbit-timer .orbit-progress {
height: 3px;
background-color: rgba(255, 255, 255, 0.3);
display: block;
width: 0;
position: relative;
right: 20px;
top: 5px; }
.orbit-container .orbit-timer > span {
display: none;
position: absolute;
top: 0;
right: 0;
width: 11px;
height: 14px;
border: solid 4px #FFFFFF;
border-top: none;
border-bottom: none; }
.orbit-container .orbit-timer.paused > span {
right: -4px;
top: 0;
width: 11px;
height: 14px;
border: inset 8px;
border-left-style: solid;
border-color: transparent;
border-left-color: #FFFFFF; }
.orbit-container .orbit-timer.paused > span.dark {
border-left-color: #454040; }
.orbit-container:hover .orbit-timer > span {
display: block; }
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
position: absolute;
top: 45%;
margin-top: -25px;
width: 36px;
height: 60px;
line-height: 50px;
color: white;
background-color: transparent;
text-indent: -9999px !important;
z-index: 10; }
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
background-color: rgba(0, 0, 0, 0.3); }
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
position: absolute;
top: 50%;
margin-top: -10px;
display: block;
width: 0;
height: 0;
border: inset 10px; }
.orbit-container .orbit-prev {
left: 0; }
.orbit-container .orbit-prev > span {
border-right-style: solid;
border-color: transparent;
border-right-color: #FFFFFF; }
.orbit-container .orbit-prev:hover > span {
border-right-color: #FFFFFF; }
.orbit-container .orbit-next {
right: 0; }
.orbit-container .orbit-next > span {
border-color: transparent;
border-left-style: solid;
border-left-color: #FFFFFF;
left: 50%;
margin-left: -4px; }
.orbit-container .orbit-next:hover > span {
border-left-color: #FFFFFF; }
.orbit-bullets-container {
text-align: center; }
.orbit-bullets {
margin: 0 auto 30px auto;
overflow: hidden;
position: relative;
top: 10px;
float: none;
text-align: center;
display: block; }
.orbit-bullets li {
cursor: pointer;
display: inline-block;
width: 0.5625rem;
height: 0.5625rem;
background: #CCCCCC;
float: none;
margin-right: 6px;
border-radius: 1000px; }
.orbit-bullets li.active {
background: #999999; }
.orbit-bullets li:last-child {
margin-right: 0; }
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: none; }
.touch .orbit-bullets {
display: none; }
@media only screen and (min-width: 40.063em) {
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: inherit; }
.touch .orbit-bullets {
display: block; } }
@media only screen and (max-width: 40em) {
.orbit-stack-on-small .orbit-slides-container {
height: auto !important; }
.orbit-stack-on-small .orbit-slides-container > * {
position: relative;
margin: 0 !important;
opacity: 1 !important; }
.orbit-stack-on-small .orbit-slide-number {
display: none; }
.orbit-timer {
display: none; }
.orbit-next, .orbit-prev {
display: none; }
.orbit-bullets {
display: none; } }
ul.pagination {
display: block;
min-height: 1.5rem;
margin-left: -0.3125rem; }
ul.pagination li {
height: 1.5rem;
color: #222222;
font-size: 0.875rem;
margin-left: 0.3125rem; }
ul.pagination li a, ul.pagination li button {
display: block;
padding: 0.0625rem 0.625rem 0.0625rem;
color: #999999;
background: none;
border-radius: 3px;
font-weight: normal;
font-size: 1em;
line-height: inherit;
transition: background-color 300ms ease-out; }
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
background: #e6e6e6; }
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
cursor: default;
color: #999999; }
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
background: transparent; }
ul.pagination li.current a, ul.pagination li.current button {
background: #567335;
color: #FFFFFF;
font-weight: bold;
cursor: default; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
background: #567335; }
ul.pagination li {
float: left;
display: block; }
/* Pagination centred wrapper */
.pagination-centered {
text-align: center; }
.pagination-centered ul.pagination li {
float: none;
display: inline-block; }
/* Panels */
.panel {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f2f2f2;
color: #454040; }
.panel > :first-child {
margin-top: 0; }
.panel > :last-child {
margin-bottom: 0; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
color: #454040; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
line-height: 1;
margin-bottom: 0.625rem; }
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
line-height: 1.4; }
.panel.callout {
border-style: solid;
border-width: 1px;
border-color: #dbe8cc;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f5f9f1;
color: #454040; }
.panel.callout > :first-child {
margin-top: 0; }
.panel.callout > :last-child {
margin-bottom: 0; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
color: #454040; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
line-height: 1;
margin-bottom: 0.625rem; }
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
line-height: 1.4; }
.panel.callout a:not(.button) {
color: #567335; }
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
color: #4a632e; }
.panel.radius {
border-radius: 3px; }
/* Pricing Tables */
.pricing-table {
border: solid 1px #DDDDDD;
margin-left: 0;
margin-bottom: 1.25rem; }
.pricing-table * {
list-style: none;
line-height: 1; }
.pricing-table .title {
background-color: #454040;
padding: 0.9375rem 1.25rem;
text-align: center;
color: #EEEEEE;
font-weight: normal;
font-size: 1rem;
font-family: "Raleway", sans-serif; }
.pricing-table .price {
background-color: #F6F6F6;
padding: 0.9375rem 1.25rem;
text-align: center;
color: #454040;
font-weight: normal;
font-size: 2rem;
font-family: "Raleway", sans-serif; }
.pricing-table .description {
background-color: #FFFFFF;
padding: 0.9375rem;
text-align: center;
color: #777777;
font-size: 0.75rem;
font-weight: normal;
line-height: 1.4;
border-bottom: dotted 1px #DDDDDD; }
.pricing-table .bullet-item {
background-color: #FFFFFF;
padding: 0.9375rem;
text-align: center;
color: #454040;
font-size: 0.875rem;
font-weight: normal;
border-bottom: dotted 1px #DDDDDD; }
.pricing-table .cta-button {
background-color: #FFFFFF;
text-align: center;
padding: 1.25rem 1.25rem 0; }
/* Progress Bar */
.progress {
background-color: #F6F6F6;
height: 1.5625rem;
border: 1px solid white;
padding: 0.125rem;
margin-bottom: 0.625rem; }
.progress .meter {
background: #567335;
height: 100%;
display: block; }
.progress.secondary .meter {
background: #E55129;
height: 100%;
display: block; }
.progress.success .meter {
background: #43AC6A;
height: 100%;
display: block; }
.progress.alert .meter {
background: #f04124;
height: 100%;
display: block; }
.progress.radius {
border-radius: 3px; }
.progress.radius .meter {
border-radius: 2px; }
.progress.round {
border-radius: 1000px; }
.progress.round .meter {
border-radius: 999px; }
.range-slider {
display: block;
position: relative;
width: 100%;
height: 1rem;
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
-ms-touch-action: none;
touch-action: none;
background: #FAFAFA; }
.range-slider.vertical-range {
display: block;
position: relative;
width: 100%;
height: 1rem;
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
-ms-touch-action: none;
touch-action: none;
display: inline-block;
width: 1rem;
height: 12.5rem; }
.range-slider.vertical-range .range-slider-handle {
margin-top: 0;
margin-left: -0.5rem;
position: absolute;
bottom: -10.5rem; }
.range-slider.vertical-range .range-slider-active-segment {
width: 0.875rem;
height: auto;
bottom: 0; }
.range-slider.radius {
background: #FAFAFA;
border-radius: 3px; }
.range-slider.radius .range-slider-handle {
background: #567335;
border-radius: 3px; }
.range-slider.radius .range-slider-handle:hover {
background: #4c652f; }
.range-slider.round {
background: #FAFAFA;
border-radius: 1000px; }
.range-slider.round .range-slider-handle {
background: #567335;
border-radius: 1000px; }
.range-slider.round .range-slider-handle:hover {
background: #4c652f; }
.range-slider.disabled, .range-slider[disabled] {
background: #FAFAFA;
cursor: default;
opacity: 0.7; }
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
background: #567335;
cursor: default;
opacity: 0.7; }
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
background: #4c652f; }
.range-slider-active-segment {
display: inline-block;
position: absolute;
height: 0.875rem;
background: #e54f27; }
.range-slider-handle {
display: inline-block;
position: absolute;
z-index: 1;
top: -0.3125rem;
width: 2rem;
height: 1.375rem;
border: 1px solid none;
cursor: pointer;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #567335; }
.range-slider-handle:hover {
background: #4c652f; }
.reveal-modal-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: 1004;
display: none;
left: 0; }
.reveal-modal, dialog {
visibility: hidden;
display: none;
position: absolute;
z-index: 1005;
width: 100vw;
top: 0;
border-radius: 3px;
left: 0;
background-color: #FFFFFF;
padding: 1.25rem;
border: solid 1px #666666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
padding: 1.875rem; }
@media only screen and (max-width: 40em) {
.reveal-modal, dialog {
min-height: 100vh; } }
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
min-width: 0; }
.reveal-modal > :first-child, dialog > :first-child {
margin-top: 0; }
.reveal-modal > :last-child, dialog > :last-child {
margin-bottom: 0; }
@media only screen and (min-width: 40.063em) {
.reveal-modal, dialog {
width: 80%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal, dialog {
top: 6.25rem; } }
.reveal-modal.radius, dialog.radius {
border-radius: 3px; }
.reveal-modal.round, dialog.round {
border-radius: 1000px; }
.reveal-modal.collapse, dialog.collapse {
padding: 0; }
@media only screen and (min-width: 40.063em) {
.reveal-modal.tiny, dialog.tiny {
width: 30%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.small, dialog.small {
width: 40%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.medium, dialog.medium {
width: 60%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.large, dialog.large {
width: 70%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.xlarge, dialog.xlarge {
width: 95%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
.reveal-modal.full, dialog.full {
top: 0;
left: 0;
height: 100%;
height: 100vh;
min-height: 100vh;
max-width: none !important;
margin-left: 0 !important; }
@media only screen and (min-width: 40.063em) {
.reveal-modal.full, dialog.full {
width: 100vw;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
font-size: 2.5rem;
line-height: 1;
position: absolute;
top: 0.625rem;
right: 1.375rem;
color: #AAAAAA;
font-weight: bold;
cursor: pointer; }
dialog {
display: none; }
dialog::backdrop, dialog + .backdrop {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: auto;
display: none;
left: 0; }
dialog[open] {
display: block; }
@media print {
dialog, .reveal-modal, dialog {
display: none;
background: #FFFFFF !important; } }
.side-nav {
display: block;
margin: 0;
padding: 0.875rem 0;
list-style-type: none;
list-style-position: outside;
font-family: "Raleway", sans-serif; }
.side-nav li {
margin: 0 0 0.4375rem 0;
font-size: 0.875rem;
font-weight: normal; }
.side-nav li a:not(.button) {
display: block;
color: #567335;
margin: 0;
padding: 0.4375rem 0.875rem; }
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
background: rgba(0, 0, 0, 0.025);
color: #8ab35b; }
.side-nav li.active > a:first-child:not(.button) {
color: #8ab35b;
font-weight: normal;
font-family: "Raleway", sans-serif; }
.side-nav li.divider {
border-top: 1px solid;
height: 0;
padding: 0;
list-style: none;
border-top-color: white; }
.side-nav li.heading {
color: #567335;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase; }
.split.button {
position: relative;
padding-right: 5.0625rem; }
.split.button span {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: solid 1px; }
.split.button span:after {
position: absolute;
content: "";
width: 0;
height: 0;
display: block;
border-style: inset;
top: 50%;
left: 50%; }
.split.button span:active {
background-color: rgba(0, 0, 0, 0.1); }
.split.button span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button span {
width: 3.09375rem; }
.split.button span:after {
border-top-style: solid;
border-width: 0.375rem;
top: 48%;
margin-left: -0.375rem; }
.split.button span:after {
border-color: #FFFFFF transparent transparent transparent; }
.split.button.secondary span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.secondary span:after {
border-color: #FFFFFF transparent transparent transparent; }
.split.button.alert span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.success span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.tiny {
padding-right: 3.75rem; }
.split.button.tiny span {
width: 2.25rem; }
.split.button.tiny span:after {
border-top-style: solid;
border-width: 0.375rem;
top: 48%;
margin-left: -0.375rem; }
.split.button.small {
padding-right: 4.375rem; }
.split.button.small span {
width: 2.625rem; }
.split.button.small span:after {
border-top-style: solid;
border-width: 0.4375rem;
top: 48%;
margin-left: -0.375rem; }
.split.button.large {
padding-right: 5.5rem; }
.split.button.large span {
width: 3.4375rem; }
.split.button.large span:after {
border-top-style: solid;
border-width: 0.3125rem;
top: 48%;
margin-left: -0.375rem; }
.split.button.expand {
padding-left: 2rem; }
.split.button.secondary span:after {
border-color: #454040 transparent transparent transparent; }
.split.button.radius span {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.split.button.round span {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
.sub-nav {
display: block;
width: auto;
overflow: hidden;
margin: -0.25rem 0 1.125rem;
padding-top: 0.25rem; }
.sub-nav dt {
text-transform: uppercase; }
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
float: left;
display: inline;
margin-left: 1rem;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
font-weight: normal;
font-size: 0.875rem;
color: #999999; }
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
text-decoration: none;
color: #999999;
padding: 0.9375rem 2.8125rem; }
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
color: #737373; }
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
border-radius: 0px;
font-weight: normal;
background: #567335;
padding: 0.9375rem 2.8125rem;
cursor: default;
color: #FFF; }
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
background: #4a632e; }
.switch {
padding: 0;
border: none;
position: relative;
outline: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.switch label {
display: block;
margin-bottom: 1rem;
position: relative;
color: transparent;
background: #DDDDDD;
text-indent: 100%;
width: 4rem;
height: 2rem;
cursor: pointer;
transition: left 0.15s ease-out; }
.switch input {
opacity: 0;
position: absolute;
top: 9px;
left: 10px;
padding: 0; }
.switch input + label {
margin-left: 0;
margin-right: 0; }
.switch label:after {
content: "";
display: block;
background: #FFFFFF;
position: absolute;
top: .25rem;
left: .25rem;
width: 1.5rem;
height: 1.5rem;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: translate3d(0, 0, 0);
transition: left 0.15s ease-out;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.switch input:checked + label {
background: #567335; }
.switch input:checked + label:after {
left: 2.25rem; }
.switch label {
width: 4rem;
height: 2rem; }
.switch label:after {
width: 1.5rem;
height: 1.5rem; }
.switch input:checked + label:after {
left: 2.25rem; }
.switch label {
color: transparent;
background: #DDDDDD; }
.switch label:after {
background: #FFFFFF; }
.switch input:checked + label {
background: #567335; }
.switch.large label {
width: 5rem;
height: 2.5rem; }
.switch.large label:after {
width: 2rem;
height: 2rem; }
.switch.large input:checked + label:after {
left: 2.75rem; }
.switch.small label {
width: 3.5rem;
height: 1.75rem; }
.switch.small label:after {
width: 1.25rem;
height: 1.25rem; }
.switch.small input:checked + label:after {
left: 2rem; }
.switch.tiny label {
width: 3rem;
height: 1.5rem; }
.switch.tiny label:after {
width: 1rem;
height: 1rem; }
.switch.tiny input:checked + label:after {
left: 1.75rem; }
.switch.radius label {
border-radius: 4px; }
.switch.radius label:after {
border-radius: 3px; }
.switch.round {
border-radius: 1000px; }
.switch.round label {
border-radius: 2rem; }
.switch.round label:after {
border-radius: 2rem; }
table {
background: #FFFFFF;
margin-bottom: 1.25rem;
border: solid 1px #DDDDDD;
table-layout: auto; }
table caption {
background: transparent;
color: #222222;
font-size: 1rem;
font-weight: bold; }
table thead {
background: #F5F5F5; }
table thead tr th,
table thead tr td {
padding: 0.5rem 0.625rem 0.625rem;
font-size: 0.875rem;
font-weight: bold;
color: #222222; }
table tfoot {
background: #F5F5F5; }
table tfoot tr th,
table tfoot tr td {
padding: 0.5rem 0.625rem 0.625rem;
font-size: 0.875rem;
font-weight: bold;
color: #222222; }
table tr th,
table tr td {
padding: 0.5625rem 0.625rem;
font-size: 0.875rem;
color: #222222;
text-align: left; }
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #F9F9F9; }
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
display: table-cell;
line-height: 1.125rem; }
.tabs {
margin-bottom: 0 !important;
margin-left: 0; }
.tabs:before, .tabs:after {
content: " ";
display: table; }
.tabs:after {
clear: both; }
.tabs dd, .tabs .tab-title {
position: relative;
margin-bottom: 0 !important;
list-style: none;
float: left; }
.tabs dd > a, .tabs .tab-title > a {
outline: none;
display: block;
background-color: #EFEFEF;
color: #222222;
padding: 1rem 2rem;
font-family: "Raleway", sans-serif;
font-size: 1rem; }
.tabs dd > a:hover, .tabs .tab-title > a:hover {
background-color: #e1e1e1; }
.tabs dd.active a, .tabs .tab-title.active a {
background-color: #FFFFFF;
color: #222222; }
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.tabs.vertical dd, .tabs.vertical .tab-title {
position: inherit;
float: none;
display: block;
top: auto; }
.tabs-content {
margin-bottom: 1.5rem;
width: 100%; }
.tabs-content:before, .tabs-content:after {
content: " ";
display: table; }
.tabs-content:after {
clear: both; }
.tabs-content > .content {
display: none;
float: left;
padding: 0.9375rem 0;
width: 100%; }
.tabs-content > .content.active {
display: block;
float: none; }
.tabs-content > .content.contained {
padding: 0.9375rem; }
.tabs-content.vertical {
display: block; }
.tabs-content.vertical > .content {
padding: 0 0.9375rem; }
@media only screen and (min-width: 40.063em) {
.tabs.vertical {
width: 20%;
max-width: 20%;
float: left;
margin: 0 0 1.25rem; }
.tabs-content.vertical {
width: 80%;
max-width: 80%;
float: left;
margin-left: -1px;
padding-left: 1rem; } }
.no-js .tabs-content > .content {
display: block;
float: none; }
/* Image Thumbnails */
.th {
line-height: 0;
display: inline-block;
border: solid 4px #FFFFFF;
max-width: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
transition: all 200ms ease-out; }
.th:hover, .th:focus {
box-shadow: 0 0 6px 1px rgba(86, 115, 53, 0.5); }
.th.radius {
border-radius: 3px; }
/* Tooltips */
.has-tip {
border-bottom: dotted 1px #CCCCCC;
cursor: help;
font-weight: bold;
color: #454040; }
.has-tip:hover, .has-tip:focus {
border-bottom: dotted 1px #273418;
color: #567335; }
.has-tip.tip-left, .has-tip.tip-right {
float: none !important; }
.tooltip {
display: none;
position: absolute;
z-index: 1006;
font-weight: normal;
font-size: 0.875rem;
line-height: 1.3;
padding: 0.75rem;
max-width: 300px;
left: 50%;
width: 100%;
color: #FFFFFF;
background: #454040; }
.tooltip > .nub {
display: block;
left: 5px;
position: absolute;
width: 0;
height: 0;
border: solid 5px;
border-color: transparent transparent #454040 transparent;
top: -10px;
pointer-events: none; }
.tooltip > .nub.rtl {
left: auto;
right: 5px; }
.tooltip.radius {
border-radius: 3px; }
.tooltip.round {
border-radius: 1000px; }
.tooltip.round > .nub {
left: 2rem; }
.tooltip.opened {
color: #567335 !important;
border-bottom: dotted 1px #273418 !important; }
.tap-to-close {
display: block;
font-size: 0.625rem;
color: #777777;
font-weight: normal; }
@media only screen and (min-width: 40.063em) {
.tooltip > .nub {
border-color: transparent transparent #454040 transparent;
top: -10px; }
.tooltip.tip-top > .nub {
border-color: #454040 transparent transparent transparent;
top: auto;
bottom: -10px; }
.tooltip.tip-left, .tooltip.tip-right {
float: none !important; }
.tooltip.tip-left > .nub {
border-color: transparent transparent transparent #454040;
right: -10px;
left: auto;
top: 50%;
margin-top: -5px; }
.tooltip.tip-right > .nub {
border-color: transparent #454040 transparent transparent;
right: auto;
left: -10px;
top: 50%;
margin-top: -5px; } }
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width: 9999px)/";
width: 9999px; }
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
width: 100%;
background: #454040; }
.contain-to-grid .top-bar {
margin-bottom: 0; }
.fixed {
width: 100%;
left: 0;
position: fixed;
top: 0;
z-index: 99; }
.fixed.expanded:not(.top-bar) {
overflow-y: auto;
height: auto;
width: 100%;
max-height: 100%; }
.fixed.expanded:not(.top-bar) .title-area {
position: fixed;
width: 100%;
z-index: 99; }
.fixed.expanded:not(.top-bar) .top-bar-section {
z-index: 98;
margin-top: 4.375rem; }
.top-bar {
overflow: hidden;
height: 4.375rem;
line-height: 4.375rem;
position: relative;
background: #454040;
margin-bottom: 0; }
.top-bar ul {
margin-bottom: 0;
list-style: none; }
.top-bar .row {
max-width: none; }
.top-bar form,
.top-bar input {
margin-bottom: 0; }
.top-bar input {
height: 1.75rem;
padding-top: .35rem;
padding-bottom: .35rem;
font-size: 0.75rem; }
.top-bar .button, .top-bar button {
padding-top: 0.4125rem;
padding-bottom: 0.4125rem;
margin-bottom: 0;
font-size: 0.75rem; }
@media only screen and (max-width: 40em) {
.top-bar .button, .top-bar button {
position: relative;
top: -1px; } }
.top-bar .title-area {
position: relative;
margin: 0; }
.top-bar .name {
height: 4.375rem;
margin: 0;
font-size: 16px; }
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
line-height: 4.375rem;
font-size: 1.0625rem;
margin: 0; }
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
font-weight: normal;
color: #FFFFFF;
width: 75%;
display: block;
padding: 0 1.375rem; }
.top-bar .toggle-topbar {
position: absolute;
right: 0;
top: 0; }
.top-bar .toggle-topbar a {
color: #FFFFFF;
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: bold;
position: relative;
display: block;
padding: 0 1.375rem;
height: 4.375rem;
line-height: 4.375rem; }
.top-bar .toggle-topbar.menu-icon {
top: 50%;
margin-top: -16px; }
.top-bar .toggle-topbar.menu-icon a {
height: 34px;
line-height: 33px;
padding: 0 2.9375rem 0 1.375rem;
color: #FFFFFF;
position: relative; }
.top-bar .toggle-topbar.menu-icon a span::after {
content: "";
position: absolute;
display: block;
height: 0;
top: 50%;
margin-top: -8px;
right: 1.375rem;
box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
width: 16px; }
.top-bar .toggle-topbar.menu-icon a span:hover:after {
box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
.top-bar.expanded {
height: auto;
background: transparent; }
.top-bar.expanded .title-area {
background: #454040; }
.top-bar.expanded .toggle-topbar a {
color: #888888; }
.top-bar.expanded .toggle-topbar a span::after {
box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
.top-bar-section {
left: 0;
position: relative;
width: auto;
transition: left 300ms ease-out; }
.top-bar-section ul {
padding: 0;
width: 100%;
height: auto;
display: block;
font-size: 16px;
margin: 0; }
.top-bar-section .divider,
.top-bar-section [role="separator"] {
border-top: solid 1px #232020;
clear: both;
height: 1px;
width: 100%; }
.top-bar-section ul li {
background: #454040; }
.top-bar-section ul li > a {
display: block;
width: 100%;
color: #FFFFFF;
padding: 12px 0 12px 0;
padding-left: 1.375rem;
font-family: "Raleway", sans-serif;
font-size: 1.125rem;
font-weight: normal;
text-transform: none; }
.top-bar-section ul li > a.button {
font-size: 1.125rem;
padding-right: 1.375rem;
padding-left: 1.375rem;
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
background-color: #455c2a; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
background-color: #c13b17; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
background-color: #368a55; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
background-color: #cf2a0e; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
background-color: #cf6e0e; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
color: #FFFFFF; }
.top-bar-section ul li > button {
font-size: 1.125rem;
padding-right: 1.375rem;
padding-left: 1.375rem;
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
background-color: #455c2a; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
background-color: #c13b17; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
background-color: #368a55; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
background-color: #cf2a0e; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
background-color: #cf6e0e; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
color: #FFFFFF; }
.top-bar-section ul li:hover:not(.has-form) > a {
background-color: #585858;
background: #585858;
color: #FFFFFF; }
.top-bar-section ul li.active > a {
background: #567335;
color: #FFFFFF; }
.top-bar-section ul li.active > a:hover {
background: #4a632e;
color: #FFFFFF; }
.top-bar-section .has-form {
padding: 1.375rem; }
.top-bar-section .has-dropdown {
position: relative; }
.top-bar-section .has-dropdown > a:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
border-left-style: solid;
margin-right: 1.375rem;
margin-top: -4.5px;
position: absolute;
top: 50%;
right: 0; }
.top-bar-section .has-dropdown.moved {
position: static; }
.top-bar-section .has-dropdown.moved > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important;
width: 100%; }
.top-bar-section .has-dropdown.moved > a:after {
display: none; }
.top-bar-section .dropdown {
padding: 0;
position: absolute;
left: 100%;
top: 0;
z-index: 99;
display: block;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .dropdown li {
width: 100%;
height: auto; }
.top-bar-section .dropdown li a {
font-weight: normal;
padding: 8px 1.375rem; }
.top-bar-section .dropdown li a.parent-link {
font-weight: normal; }
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
margin-bottom: 0;
margin-top: 0;
font-size: 1.125rem; }
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
color: #FFFFFF;
display: block; }
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
background: none; }
.top-bar-section .dropdown li.has-form {
padding: 8px 1.375rem; }
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
top: auto; }
.top-bar-section .dropdown label {
padding: 8px 1.375rem 2px;
margin-bottom: 0;
text-transform: uppercase;
color: #777777;
font-weight: bold;
font-size: 0.625rem; }
.js-generated {
display: block; }
@media only screen and (min-width: 9999px) {
.top-bar {
background: #454040;
overflow: visible; }
.top-bar:before, .top-bar:after {
content: " ";
display: table; }
.top-bar:after {
clear: both; }
.top-bar .toggle-topbar {
display: none; }
.top-bar .title-area {
float: left; }
.top-bar .name h1 a {
width: auto; }
.top-bar input,
.top-bar .button,
.top-bar button {
font-size: 0.875rem;
position: relative;
height: 1.75rem;
top: 1.3125rem; }
.top-bar.expanded {
background: #454040; }
.contain-to-grid .top-bar {
max-width: 100rem;
margin: 0 auto;
margin-bottom: 0; }
.top-bar-section {
transition: none 0 0;
left: 0 !important; }
.top-bar-section ul {
width: auto;
height: auto !important;
display: inline; }
.top-bar-section ul li {
float: left; }
.top-bar-section ul li .js-generated {
display: none; }
.top-bar-section li.hover > a:not(.button) {
background-color: #585858;
background: #585858;
color: #FFFFFF; }
.top-bar-section li:not(.has-form) a:not(.button) {
padding: 0 1.375rem;
line-height: 4.375rem;
background: #454040; }
.top-bar-section li:not(.has-form) a:not(.button):hover {
background-color: #585858;
background: #585858; }
.top-bar-section li.active:not(.has-form) a:not(.button) {
padding: 0 1.375rem;
line-height: 4.375rem;
color: #FFFFFF;
background: #567335; }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
background: #4a632e;
color: #FFFFFF; }
.top-bar-section .has-dropdown > a {
padding-right: 2.625rem !important; }
.top-bar-section .has-dropdown > a:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
border-top-style: solid;
margin-top: -2.5px;
top: 2.1875rem; }
.top-bar-section .has-dropdown.moved {
position: relative; }
.top-bar-section .has-dropdown.moved > .dropdown {
display: block;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.top-bar-section .has-dropdown > a:focus + .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
border: none;
content: "\00bb";
top: 1rem;
margin-top: -1px;
right: 5px;
line-height: 1.2; }
.top-bar-section .dropdown {
left: 0;
top: auto;
background: transparent;
min-width: 100%; }
.top-bar-section .dropdown li a {
color: #FFFFFF;
line-height: 4.375rem;
white-space: nowrap;
padding: 12px 1.375rem;
background: rgba(69, 64, 64, 0.8); }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
color: #FFFFFF;
background: rgba(69, 64, 64, 0.8); }
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
color: #FFFFFF;
background-color: #585858;
background: rgba(88, 88, 88, 0.8); }
.top-bar-section .dropdown li label {
white-space: nowrap;
background: #454040; }
.top-bar-section .dropdown li .dropdown {
left: 100%;
top: 0; }
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-bottom: none;
border-top: none;
border-right: solid 1px #5e5858;
clear: none;
height: 4.375rem;
width: 0; }
.top-bar-section .has-form {
background: #454040;
padding: 0 1.45833rem;
height: 4.375rem; }
.top-bar-section .right li .dropdown {
left: auto;
right: 0; }
.top-bar-section .right li .dropdown li .dropdown {
right: 100%; }
.top-bar-section .left li .dropdown {
right: auto;
left: 0; }
.top-bar-section .left li .dropdown li .dropdown {
left: 100%; }
.no-js .top-bar-section ul li:hover > a {
background-color: #585858;
background: #585858;
color: #FFFFFF; }
.no-js .top-bar-section ul li:active > a {
background: #567335;
color: #FFFFFF; }
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; } }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
.text-justify {
text-align: justify !important; }
@media only screen and (max-width: 40em) {
.small-only-text-left {
text-align: left !important; }
.small-only-text-right {
text-align: right !important; }
.small-only-text-center {
text-align: center !important; }
.small-only-text-justify {
text-align: justify !important; } }
@media only screen {
.small-text-left {
text-align: left !important; }
.small-text-right {
text-align: right !important; }
.small-text-center {
text-align: center !important; }
.small-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.medium-only-text-left {
text-align: left !important; }
.medium-only-text-right {
text-align: right !important; }
.medium-only-text-center {
text-align: center !important; }
.medium-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
.medium-text-left {
text-align: left !important; }
.medium-text-right {
text-align: right !important; }
.medium-text-center {
text-align: center !important; }
.medium-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
.large-only-text-left {
text-align: left !important; }
.large-only-text-right {
text-align: right !important; }
.large-only-text-center {
text-align: center !important; }
.large-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
.large-text-left {
text-align: left !important; }
.large-text-right {
text-align: right !important; }
.large-text-center {
text-align: center !important; }
.large-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-only-text-left {
text-align: left !important; }
.xlarge-only-text-right {
text-align: right !important; }
.xlarge-only-text-center {
text-align: center !important; }
.xlarge-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
.xlarge-text-left {
text-align: left !important; }
.xlarge-text-right {
text-align: right !important; }
.xlarge-text-center {
text-align: center !important; }
.xlarge-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
.xxlarge-only-text-left {
text-align: left !important; }
.xxlarge-only-text-right {
text-align: right !important; }
.xxlarge-only-text-center {
text-align: center !important; }
.xxlarge-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
.xxlarge-text-left {
text-align: left !important; }
.xxlarge-text-right {
text-align: right !important; }
.xxlarge-text-center {
text-align: center !important; }
.xxlarge-text-justify {
text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0; }
/* Default Link Styles */
a {
color: #567335;
text-decoration: none;
line-height: inherit; }
a:hover, a:focus {
color: #4a632e; }
a img {
border: none; }
/* Default paragraph styles */
p {
font-family: "Raleway", sans-serif;
font-weight: 200;
font-size: 1.25rem;
line-height: 1.6;
margin-bottom: 1.25rem;
text-rendering: optimizeLegibility; }
p.lead {
font-size: 1.46875rem;
line-height: 1.6; }
p aside {
font-size: 0.875rem;
line-height: 1.35;
font-style: italic; }
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
font-weight: 100;
font-style: normal;
color: #222222;
text-rendering: optimizeLegibility;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
line-height: 1.4; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-size: 60%;
color: #6f6f6f;
line-height: 0; }
h1 {
font-size: 3.8125rem; }
h2 {
font-size: 2.5rem; }
h3 {
font-size: 2.125rem; }
h4 {
font-size: 1.125rem; }
h5 {
font-size: 1.125rem; }
h6 {
font-size: 1rem; }
.subheader {
line-height: 1.4;
color: #6f6f6f;
font-weight: normal;
margin-top: 0.2rem;
margin-bottom: 0.5rem; }
hr {
border: solid #DDDDDD;
border-width: 1px 0 0;
clear: both;
margin: 1.25rem 0 1.1875rem;
height: 0; }
/* Helpful Typography Defaults */
em,
i {
font-style: italic;
line-height: inherit; }
strong,
b {
font-weight: bold;
line-height: inherit; }
small {
font-size: 60%;
line-height: inherit; }
code {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #454040;
background-color: #f7cbbf;
border-width: 1px;
border-style: solid;
border-color: #f2ab98;
padding: 0.125rem 0.3125rem 0.0625rem; }
/* Lists */
ul,
ol,
dl {
font-size: 1.25rem;
line-height: 1.6;
margin-bottom: 1.25rem;
list-style-position: outside;
font-family: "Raleway", sans-serif; }
ul {
margin-left: 1.1rem; }
ul.no-bullet {
margin-left: 0; }
ul.no-bullet li ul,
ul.no-bullet li ol {
margin-left: 1.25rem;
margin-bottom: 0;
list-style: none; }
/* Unordered Lists */
ul li ul,
ul li ol {
margin-left: 1.25rem;
margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
list-style: inherit; }
ul.square {
list-style-type: square;
margin-left: 1.1rem; }
ul.circle {
list-style-type: circle;
margin-left: 1.1rem; }
ul.disc {
list-style-type: disc;
margin-left: 1.1rem; }
ul.no-bullet {
list-style: none; }
/* Ordered Lists */
ol {
margin-left: 1.4rem; }
ol li ul,
ol li ol {
margin-left: 1.25rem;
margin-bottom: 0; }
/* Definition Lists */
dl dt {
margin-bottom: 0.3rem;
font-weight: bold; }
dl dd {
margin-bottom: 0.75rem; }
/* Abbreviations */
abbr,
acronym {
text-transform: uppercase;
font-size: 90%;
color: #222;
cursor: help; }
abbr {
text-transform: none; }
abbr[title] {
border-bottom: 1px dotted #DDDDDD; }
/* Blockquotes */
blockquote {
margin: 0 0 1.25rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #DDDDDD; }
blockquote cite {
display: block;
font-size: 0.8125rem;
color: #555555; }
blockquote cite:before {
content: "\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited {
color: #555555; }
blockquote,
blockquote p {
line-height: 1.6;
color: #6f6f6f; }
/* Microformats */
.vcard {
display: inline-block;
margin: 0 0 1.25rem 0;
border: 1px solid #DDDDDD;
padding: 0.625rem 0.75rem; }
.vcard li {
margin: 0;
display: block; }
.vcard .fn {
font-weight: bold;
font-size: 0.9375rem; }
.vevent .summary {
font-weight: bold; }
.vevent abbr {
cursor: default;
text-decoration: none;
font-weight: bold;
border: none;
padding: 0 0.0625rem; }
@media only screen and (min-width: 40.063em) {
h1, h2, h3, h4, h5, h6 {
line-height: 1.4; }
h1 {
font-size: 4.4375rem; }
h2 {
font-size: 3.125rem; }
h3 {
font-size: 2.4375rem; }
h4 {
font-size: 1.4375rem; }
h5 {
font-size: 1.125rem; }
h6 {
font-size: 1rem; } }
/*
* Print styles.
*
* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
* Credit to <NAME> and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
display: none !important; }
@media print {
* {
background: transparent !important;
color: #000000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999999;
page-break-inside: avoid; }
thead {
display: table-header-group;
/* h5bp.com/t */ }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.hide-on-print {
display: none !important; }
.print-only {
display: block !important; }
.hide-for-print {
display: none !important; }
.show-for-print {
display: inherit !important; } }
.off-canvas-wrap {
-webkit-backface-visibility: hidden;
position: relative;
width: 100%;
overflow: hidden; }
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
min-height: 100%;
-webkit-overflow-scrolling: touch; }
.inner-wrap {
position: relative;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.inner-wrap:before, .inner-wrap:after {
content: " ";
display: table; }
.inner-wrap:after {
clear: both; }
.tab-bar {
-webkit-backface-visibility: hidden;
background: #454040;
color: #FFFFFF;
height: 2.8125rem;
line-height: 2.8125rem;
position: relative; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
color: #FFFFFF;
font-weight: bold;
line-height: 2.8125rem;
margin: 0; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
font-size: 1.125rem; }
.left-small {
width: 2.8125rem;
height: 2.8125rem;
position: absolute;
top: 0;
border-right: solid 1px #232020;
left: 0; }
.right-small {
width: 2.8125rem;
height: 2.8125rem;
position: absolute;
top: 0;
border-left: solid 1px #232020;
right: 0; }
.tab-bar-section {
padding: 0 0.625rem;
position: absolute;
text-align: center;
height: 2.8125rem;
top: 0; }
@media only screen and (min-width: 40.063em) {
.tab-bar-section.left {
text-align: left; }
.tab-bar-section.right {
text-align: right; } }
.tab-bar-section.left {
left: 0;
right: 2.8125rem; }
.tab-bar-section.right {
left: 2.8125rem;
right: 0; }
.tab-bar-section.middle {
left: 2.8125rem;
right: 2.8125rem; }
.tab-bar .menu-icon {
text-indent: 2.1875rem;
width: 2.8125rem;
height: 2.8125rem;
display: block;
padding: 0;
color: #FFFFFF;
position: relative;
transform: translate3d(0, 0, 0); }
.tab-bar .menu-icon span::after {
content: "";
position: absolute;
display: block;
height: 0;
top: 50%;
margin-top: -0.5rem;
left: 0.90625rem;
box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
width: 1rem; }
.tab-bar .menu-icon span:hover:after {
box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
.left-off-canvas-menu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1001;
box-sizing: content-box;
transition: transform 500ms ease 0s;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.left-off-canvas-menu * {
-webkit-backface-visibility: hidden; }
.right-off-canvas-menu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1001;
box-sizing: content-box;
transition: transform 500ms ease 0s;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0; }
.right-off-canvas-menu * {
-webkit-backface-visibility: hidden; }
ul.off-canvas-list {
list-style-type: none;
padding: 0;
margin: 0; }
ul.off-canvas-list li label {
display: block;
padding: 0.3rem 0.9375rem;
color: #999999;
text-transform: uppercase;
font-size: 0.75rem;
font-weight: bold;
background: #444444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
ul.off-canvas-list li a {
display: block;
padding: 0.66667rem;
color: rgba(255, 255, 255, 0.7);
border-bottom: 1px solid #343030;
transition: background 300ms ease; }
ul.off-canvas-list li a:hover {
background: #302d2d; }
.move-right > .inner-wrap {
-ms-transform: translate(15.625rem, 0);
-webkit-transform: translate3d(15.625rem, 0, 0);
-moz-transform: translate3d(15.625rem, 0, 0);
-ms-transform: translate3d(15.625rem, 0, 0);
-o-transform: translate3d(15.625rem, 0, 0);
transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.move-left > .inner-wrap {
-ms-transform: translate(-15.625rem, 0);
-webkit-transform: translate3d(-15.625rem, 0, 0);
-moz-transform: translate3d(-15.625rem, 0, 0);
-ms-transform: translate3d(-15.625rem, 0, 0);
-o-transform: translate3d(-15.625rem, 0, 0);
transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-left .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-right .left-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.no-csstransforms .left-off-canvas-menu {
left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
left: 15.625rem; }
.left-submenu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1002;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.left-submenu * {
-webkit-backface-visibility: hidden; }
.left-submenu .back > a {
padding: 0.3rem 0.9375rem;
color: #999999;
text-transform: uppercase;
font-weight: bold;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
.left-submenu .back > a:hover {
background: #303030;
border-top: 1px solid #5e5e5e;
border-bottom: none; }
.left-submenu .back > a:before {
content: "\AB";
margin-right: 0.5rem;
display: inline; }
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
-ms-transform: translate(0%, 0);
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0); }
.right-submenu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1002;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.right-submenu * {
-webkit-backface-visibility: hidden; }
.right-submenu .back > a {
padding: 0.3rem 0.9375rem;
color: #999999;
text-transform: uppercase;
font-weight: bold;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
.right-submenu .back > a:hover {
background: #303030;
border-top: 1px solid #5e5e5e;
border-bottom: none; }
.right-submenu .back > a:after {
content: "\BB";
margin-left: 0.5rem;
display: inline; }
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
-ms-transform: translate(0%, 0);
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0); }
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
content: "\BB";
margin-left: 0.5rem;
display: inline; }
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
content: "\AB";
margin-right: 0.5rem;
display: inline; }
/* small displays */
@media only screen {
.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
display: inherit !important; }
.hide-for-landscape,
.show-for-portrait {
display: none !important; }
/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
display: table !important; }
thead.hide-for-landscape, thead.show-for-portrait {
display: table-header-group !important; }
tbody.hide-for-landscape, tbody.show-for-portrait {
display: table-row-group !important; }
tr.hide-for-landscape, tr.show-for-portrait {
display: table-row !important; }
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
display: table-cell !important; }
@media only screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: inherit !important; }
.hide-for-landscape,
.show-for-portrait {
display: none !important; }
/* Specific visibility for tables */
table.show-for-landscape, table.hide-for-portrait {
display: table !important; }
thead.show-for-landscape, thead.hide-for-portrait {
display: table-header-group !important; }
tbody.show-for-landscape, tbody.hide-for-portrait {
display: table-row-group !important; }
tr.show-for-landscape, tr.hide-for-portrait {
display: table-row !important; }
td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
display: table-cell !important; } }
@media only screen and (orientation: portrait) {
.show-for-portrait,
.hide-for-landscape {
display: inherit !important; }
.hide-for-portrait,
.show-for-landscape {
display: none !important; }
/* Specific visibility for tables */
table.show-for-portrait, table.hide-for-landscape {
display: table !important; }
thead.show-for-portrait, thead.hide-for-landscape {
display: table-header-group !important; }
tbody.show-for-portrait, tbody.hide-for-landscape {
display: table-row-group !important; }
tr.show-for-portrait, tr.hide-for-landscape {
display: table-row !important; }
td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
display: none !important; }
.hide-for-touch {
display: inherit !important; }
.touch .show-for-touch {
display: inherit !important; }
.touch .hide-for-touch {
display: none !important; }
/* Specific visibility for tables */
table.hide-for-touch {
display: table !important; }
.touch table.show-for-touch {
display: table !important; }
thead.hide-for-touch {
display: table-header-group !important; }
.touch thead.show-for-touch {
display: table-header-group !important; }
tbody.hide-for-touch {
display: table-row-group !important; }
.touch tbody.show-for-touch {
display: table-row-group !important; }
tr.hide-for-touch {
display: table-row !important; }
.touch tr.show-for-touch {
display: table-row !important; }
td.hide-for-touch {
display: table-cell !important; }
.touch td.show-for-touch {
display: table-cell !important; }
th.hide-for-touch {
display: table-cell !important; }
.touch th.show-for-touch {
display: table-cell !important; }
/* Print visibility */
@media print {
.show-for-print {
display: block; }
.hide-for-print {
display: none; }
table.show-for-print {
display: table !important; }
thead.show-for-print {
display: table-header-group !important; }
tbody.show-for-print {
display: table-row-group !important; }
tr.show-for-print {
display: table-row !important; }
td.show-for-print {
display: table-cell !important; }
th.show-for-print {
display: table-cell !important; } }
h1,
h2 {
text-transform: uppercase; }
@media only screen and (max-width: 40em) {
h2 {
font-size: 1.75rem; } }
h3 {
color: #567335; }
@media only screen and (max-width: 40em) {
h3 {
font-size: 1.375rem; } }
h4 {
font-size: 1.5rem; }
p {
font-weight: 300;
font-size: 1.25rem;
line-height: 2; }
@media only screen and (max-width: 40em) {
p {
font-size: 1rem; } }
h2 {
font-weight: 400;
font-size: 1.5rem;
line-height: 1.2em; }
@media only screen and (min-width: 40.063em) {
h2 {
font-size: 2rem;
line-height: 1.3em; } }
@media only screen and (min-width: 64.063em) {
h2 {
font-size: 3.4375rem; } }
h3 {
font-weight: 500;
font-size: 1.875rem;
text-transform: uppercase;
color: #000; }
strong {
font-weight: 600; }
.-caps {
text-transform: uppercase; }
.smgrey {
font-size: 0.875rem !important;
color: #CCC; }
.charcoal {
color: #585858; }
.strong-h4 h4 {
color: #567335;
font-weight: 400; }
.upper-grey-h4 h4 {
color: #777777;
font-weight: 600;
text-transform: uppercase; }
.upper-grey-h4 h4:after {
display: block;
content: "";
width: 80px;
height: 1px;
margin: 1.875rem auto;
background-color: #585858; }
.h4-dividers h4:before {
display: block;
content: "";
width: 80px;
height: 1px;
margin: 1.875rem auto;
background-color: #585858; }
.h4-dividers h4:first-child:before {
display: none; }
/* Mixins
/*********************/
/* Globals
/*********************/
a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
/* Positioning
/*********************/
.abcenter {
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important; }
.no-padding-top {
padding: 0 0 0.9375rem !important; }
.no-padding {
padding: 0 !important; }
.no-margin-top {
margin: 0 0 0.9375rem !important; }
.no-margin {
margin: 0 !important; }
/* Backgrounds
/*********************/
.bg-grey {
background-color: #CCCCCC;
padding: 1.25rem 0 3.125rem; }
.bg-oil {
background-color: #454040; }
.bg-oil * {
color: #FFF; }
.bg-green {
background-color: #b2baa0 !important;
padding: 1.25rem 0 3.125rem; }
.bg-primary-color {
background-color: #567335 !important; }
.bg-primary-color * {
color: #FFF !important; }
.inline {
display: inline-block; }
.inline .top {
vertical-align: top; }
.bgFull {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.bg-swimmer {
background-image: url("../../images/water-hang.jpg"); }
/* Rows
/*********************/
.row {
padding: 0.9375rem 0; }
#content > .row:first-child {
padding-top: 0; }
.fullWidth {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
overflow: hidden; }
.clearit {
width: 100% !important;
float: none !important;
clear: both !important; }
/* Buttons
/*********************/
/* Absolutely centers a button within its parent */
button.abcenter, .button.abcenter {
position: absolute;
top: 50%;
left: 50%;
margin-top: -27px;
margin-left: -100px; }
/* Absolutely positions a button in the upper center */
button.abcenter-top, .button.abcenter-top {
position: absolute;
top: 20%;
left: 50%;
margin-top: -27px;
margin-left: -100px; }
/* Containers
/*********************/
.white-box {
background-color: rgba(255, 255, 255, 0.85);
padding: 2.5rem;
margin-bottom: 1.875rem; }
.white-box h3 {
font-size: 1.5rem; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-loading .slick-list {
background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
/* Icons */
@font-face {
font-family: "slick";
src: url("./fonts/slick.eot");
src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
margin-top: -10px;
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before, .slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; }
/* Dots */
.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
/* Default Slick Styles */
/* Slider Structures */
@media only screen and (max-width: 40em) {
.bg .slick-slant,
.bg .black-overlay {
height: auto !important;
width: 100% !important;
position: relative; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.bg .slick-slant,
.bg .black-overlay {
height: auto !important;
width: 100% !important;
position: relative; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
.bg .slick-slant,
.bg .black-overlay {
height: auto !important;
width: 100% !important;
position: relative; } }
.bg2 .slick-slant {
height: 9.375rem !important;
position: relative; }
.slick-slider {
/* Slanted Slides */ }
.slick-slider .slick-next {
right: 20px; }
.slick-slider .slick-next:before {
background-image: url("/images/arrow-r.png"); }
.slick-slider .slick-prev {
left: 20px; }
.slick-slider .slick-prev:before {
background-image: url("/images/arrow-l.png"); }
.slick-slider .slick-prev, .slick-slider .slick-next {
height: 50px;
width: 50px;
opacity: 0.8; }
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
content: "";
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
width: 100%;
display: block;
opacity: 0.7; }
.slick-slider .slick-dots {
bottom: -8px; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-dots li {
margin: 0 2px; } }
.slick-slider .slick-dots li button:before {
opacity: 1;
color: #FFF;
font-size: 56px; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-dots li button:before {
font-size: 38px; } }
.slick-slider .slick-dots li.slick-active button:before {
color: #567335; }
.slick-slider .slick-slide {
overflow: hidden; }
.slick-slider .slick-slide .slick-slant {
float: none;
width: auto;
width: 100%; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-slide .slick-slant {
height: auto !important;
width: 100% !important; }
.slick-slider .slick-slide .slick-slant * {
width: 100% !important; }
.slick-slider .slick-slide .slick-slant .black-overlay {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.slick-slider .slick-slide .slick-slant {
height: auto !important;
width: 100% !important; }
.slick-slider .slick-slide .slick-slant * {
width: 100% !important; }
.slick-slider .slick-slide .slick-slant .black-overlay {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
.slick-slider .slick-slide .slick-slant .black-overlay {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
.slick-slider .slick-slide .slick-slant {
float: left;
width: 50%; } }
.slick-slider .slick-slide .slick-slant:nth-of-type(odd) {
transform-origin: top left;
z-index: 9; }
.slick-slider .slick-slide .slick-slant:nth-of-type(even) {
transform-origin: bottom right;
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
-moz-transform-origin: bottom right;
-o-transform-origin: bottom right; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-slide .slick-slant:not(.bgslide):nth-of-type(odd) {
margin-right: 0;
display: block !important; } }
.slick-slider .slick-slide .slick-slant:not(.bgslide) .white-overlay, .slick-slider .slick-slide .slick-slant:not(.bgslide) .black-overlay {
position: relative; }
.slick-slider .slick-slide .slick-slant:not(.bgslide) .slide-contents {
padding: 0.625rem;
padding: 0 30px;
width: 100%; }
@media only screen and (min-width: 64.063em) {
.slick-slider .slick-slide .slick-slant:not(.bgslide) .slide-contents {
padding: 0.625rem; } }
.slick-slider .slick-slide .slick-slant .slide-contents {
margin: 0 auto !important; }
.slick-slider .slick-slide .slick-slant .slide-contents img {
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: auto !important;
max-width: 120% !important;
height: auto !important; }
.slick-slider .slick-list .slick-track .slick-slide {
display: block !important;
position: relative;
width: 100%; }
.slick-slider .slick-list .slick-track .slick-slide .bgslide img {
width: 100% !important; }
.bg .slick-slide img {
width: auto !important;
position: relative !important; }
/* Full background slide w/ set height */
.bgslide {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: table !important; }
@media only screen and (max-width: 40em) {
.bgslide {
height: auto; }
.bgslide .black-overlay,
.bgslide .white-overlay {
position: relative !important; } }
@media only screen and (min-width: 64.063em) {
.bgslide {
height: 31.25rem; } }
@media only screen {
.bgslide h3 {
font-size: 1.375rem;
line-height: 1.2em; } }
@media only screen and (min-width: 40.063em) {
.bgslide h3 {
font-size: 1.875rem; } }
@media only screen and (min-width: 64.063em) {
.bgslide h3 {
font-size: 2.25rem; } }
@media only screen {
.bgslide p {
font-size: 0.75rem; } }
@media only screen and (min-width: 40.063em) {
.bgslide p {
font-size: 1rem; } }
@media only screen and (min-width: 64.063em) {
.bgslide p {
font-size: 1.125rem; } }
.bgslide .full-video {
padding: 0; }
.bgslide .full-video .slide-contents {
height: 100%;
width: 101%; }
@media only screen and (min-width: 64.063em) {
.bgslide .full-video .slide-contents {
width: 101%;
left: 42.3%; } }
.bgslide .full-video .slide-contents .flex-video {
margin-bottom: 0; }
@media only screen and (min-width: 64.063em) {
.bgslide .full-video .slide-contents .flex-video {
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
height: 100%;
width: 100%;
padding-bottom: 45%; } }
/* White overlay slides */
.white-overlay, .black-overlay {
position: relative;
z-index: 2; }
@media only screen and (min-width: 90.063em) {
.white-overlay, .black-overlay {
position: absolute;
height: 100%;
width: 100%; } }
@media only screen and (min-width: 90.063em) {
.white-overlay .slide-contents, .black-overlay .slide-contents {
position: absolute;
-ms-transform: translate(0%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0%, -50%) !important;
left: 0;
top: 50%; } }
.white-overlay {
background-color: rgba(255, 255, 255, 0.75);
position: relative;
z-index: 0; }
.black-overlay {
background-color: rgba(0, 0, 0, 0.75);
position: relative;
z-index: 1; }
@media only screen and (max-width: 40em) {
.black-overlay {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.black-overlay {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
.black-overlay:before {
content: '';
width: 18.75rem;
background-color: #4e6c28;
position: absolute;
top: 0;
bottom: 0;
right: -5.3125rem;
transform: skew(-15deg);
z-index: -1; } }
.black-overlay h1, .black-overlay h2, .black-overlay h3, .black-overlay h4, .black-overlay h5 {
color: #7da74d; }
.black-overlay p {
color: #FFF; }
.bg2 .slide-contents {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1; }
.bg2 .slide-contents * {
position: relative;
z-index: 2; }
@media only screen and (min-width: 90.063em) {
.bg2 .slick-slant:first-of-type:before {
content: '';
width: 18.75rem;
background: #546b35;
position: absolute;
top: 0;
bottom: 0;
right: -3.375rem;
transform: skew(-15deg);
z-index: 1; }
.bg2 .slick-slant:first-of-type .slide-contents {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1; }
.bg2 .slick-slant:first-of-type .slide-contents * {
position: relative;
z-index: 2; }
.bg2 .slick-slant {
position: relative; }
.bg2 .slick-slant .row {
padding-top: 0.9375rem;
padding-bottom: 0.9375rem; }
.bg2 .slick-slant:last-of-type {
position: relative;
z-index: 0; } }
#chart-area {
width: 100% !important;
max-width: 300px;
height: auto !important; }
@media only screen and (max-width: 40em) {
.slick-slant {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.slick-slant {
height: auto !important; } }
/* Custom Slick Styles */
.slick-hero .slick-dots {
width: 47%;
text-align: right; }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-dots {
width: 49%; } }
.slick-hero .slick-list:after {
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
background-color: #FFF;
width: 49%;
height: 45px;
bottom: 0px;
left: initial;
top: initial;
right: -0.9375rem; }
.slick-hero .slick-list .slick-track .slick-slide {
padding: 6.25rem 3.75rem 2.5rem;
height: auto;
color: #FFF;
position: relative; }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide {
padding: 18.75rem 3.125rem 2.5rem; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide {
padding: 21.875rem 1.875rem 15.625rem; } }
.slick-hero .slick-list .slick-track .slick-slide:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 50%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0,0,0,0.65)'); }
.slick-hero .slick-list .slick-track .slick-slide h1 {
color: #FFF;
line-height: 1.2em; }
@media only screen {
.slick-hero .slick-list .slick-track .slick-slide h1 {
font-size: 2.25rem; } }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide h1 {
font-size: 3.875rem; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide h1 {
font-size: 5.125rem; } }
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1.5rem; }
@media only screen {
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1rem; } }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1.125rem; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1.25rem; } }
.slick-hero .slick-list .slick-track .slick-slide .smgrey {
position: absolute;
bottom: 2.5rem;
right: 1.25rem; }
.slick-hero .slick-list .slick-track .slick-slide * {
z-index: 9;
position: relative; }
.slick-hero .slick-list .slick-track .slick-slide img {
z-index: -1; }
@media only screen {
.slick-hero .slick-list .slick-track .slick-slide.bgslide {
height: 28.125rem !important; } }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide.bgslide {
height: 43.75rem !important; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide.bgslide {
height: initial !important; } }
.slick-hero .slick-list .slick-track .slick-slide.bgslide.report-slide {
padding: 21.875rem 1.875rem 5rem;
position: relative; }
.slick-hero .slick-list .slick-track .slick-slide.bgslide.report-slide:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 60%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0, 0, 0, 0.9)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0, 0, 0, 0.9)'); }
.slick-hero .slick-list .slick-track .slick-slide.bgslide.report-slide h1 {
font-size: 3.875rem;
font-weight: 400; }
.box-grid {
padding: 1.875rem 0; }
@media only screen {
.box-grid h2 {
font-size: 2.375rem;
font-weight: 200;
line-height: 1.1em;
height: 1.1em; } }
.box-grid.bgFull h2 {
color: #FFF; }
@media only screen and (min-width: 40.063em) {
.box-grid h2 {
font-size: 1.875rem; } }
@media only screen and (min-width: 64.063em) {
.box-grid h2 {
font-size: 1.625rem; } }
@media only screen and (min-width: 120.063em) {
.box-grid h2 {
font-size: 2rem; } }
.box-grid .medium-6 {
margin: 0.9375rem 0; }
.box-grid .white-box {
margin-bottom: 0;
position: relative;
padding-bottom: 5rem; }
@media only screen and (max-width: 40em) {
.box-grid .white-box {
margin-bottom: 3.125rem; } }
.box-grid .white-box h4 {
font-size: 0.875rem;
text-transform: uppercase;
font-weight: 400;
color: #585858;
margin-bottom: 0; }
.box-grid .white-box h3 {
margin-bottom: 0.2rem; }
.box-grid .white-box p {
font-size: 1.125rem;
color: #585858;
margin-bottom: 0;
font-weight: 300; }
.box-grid .white-box .button, .box-grid .white-box button {
position: absolute;
bottom: 0;
left: 50%;
width: 13.75rem;
margin-left: -6.875rem;
margin-bottom: 0.625rem; }
.box-grid .white-box .newsletter-item {
position: relative;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 85%;
min-height: 300px;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 60%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0,0,0,0.65)'); }
.box-grid .white-box .newsletter-item .newsletter-text {
position: absolute;
bottom: 3%;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item .newsletter-text h3 {
color: #7da74d;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
text-transform: uppercase;
font-weight: 700;
font-size: 2.125rem; }
.box-grid .white-box .newsletter-item .newsletter-text h4 {
color: #FFF; }
.box-grid .white-box .newsletter-item .newsletter-text p {
color: #FFF;
opacity: 0;
height: 0;
margin: 0 1.5625rem;
position: relative;
top: 1.5625rem;
font-size: 1rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item .newsletter-text p:before {
display: block;
content: " ";
margin: 0 auto 1.25rem;
width: 0%;
height: 1px;
background-color: #EEEEEE;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item:hover {
position: absolute; }
.box-grid .white-box .newsletter-item:hover:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 200%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0,0,0,0.65)'); }
.box-grid .white-box .newsletter-item:hover .newsletter-text {
bottom: 60%; }
.box-grid .white-box .newsletter-item:hover p {
opacity: 1; }
.box-grid .white-box .newsletter-item:hover p:before {
width: 60%;
transition-delay: 0.32s; }
#footer {
position: relative;
background: #2f2d25;
text-align: center;
padding: 0;
font-size: 1rem; }
#footer .row .row {
max-width: 100% !important; }
#footer * {
color: #CCCCCC;
line-height: 1.5em; }
#footer h4 {
font-size: 1.22188rem;
font-weight: 400;
margin-bottom: 0; }
#footer p, #footer li {
font-size: 1rem;
font-weight: 100; }
#footer a {
color: #567335;
font-weight: 400; }
#footer a:hover {
color: #96bb6c; }
#footer ul {
list-style: none;
margin: 0;
padding: 0; }
#footer ul li {
margin: 0;
padding: 0; }
#footer > .row:first-of-type {
padding: 0;
/*&:before {
@media only screen and (min-width:64.063em) {
@include before-block();
background-color: $dirt;
width: 40%;
height: 45px;
top: -45px;
left:initial;
right: 0;
}
}*/ }
#footer > .row:first-of-type > .columns:first-of-type {
padding: 3.125rem 0 4.375rem;
/*&:before {
@media only screen and (min-width:64.063em) {
@include before-block();
@include transform(translate(100%,0) skew(-15deg,0deg));
background-color: $dirt;
width:30%;
height: 46px;
top: -45px;
left:initial;
right: 51.6%;
}
}*/ }
/* Color Variables */
.top-bar {
font-family: "Raleway", sans-serif;
background-color: rgba(34, 34, 34, 0.6);
z-index: 0;
height: 93px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
overflow: visible;
/*************/
/* Logo Area */
/*************/
/**************/
/* Navigation */
/**************/ }
@media only screen and (min-width: 40.063em) {
.top-bar {
height: auto; } }
.top-bar ul.title-area {
background-color: transparent;
padding: 0.53125rem 0.5rem;
display: block;
height: 93px;
position: relative; }
@media only screen and (max-width: 40em) {
.top-bar ul.title-area {
padding: 0; } }
@media only screen and (min-width: 40.063em) {
.top-bar ul.title-area {
padding: 0; } }
.top-bar ul.title-area .name {
height: 5.8125rem; }
.top-bar ul.title-area .name h1 {
line-height: 1em;
height: 5.8125rem; }
.top-bar ul.title-area .name h1 a {
padding: 0; }
.top-bar ul.title-area .name .logo {
height: 145px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5); }
@media only screen and (max-width: 40em) {
.top-bar ul.title-area .name .logo {
height: 100px; } }
.top-bar ul.title-area .menu-icon:before {
content: '';
height: 93px;
width: 13.5rem;
padding: 0;
position: absolute;
background-color: #567335;
-ms-transform: skew(-30deg, 0);
-webkit-transform: skew(-30deg, 0);
transform: skew(-30deg, 0);
top: -1.9375rem;
left: -1.5625rem; }
.top-bar.expanded .title-area {
background-color: #201e1e; }
.top-bar.expanded .top-bar-section {
max-height: 5000px; }
.top-bar .top-bar-section {
z-index: -2;
position: initial;
max-height: 0px;
overflow: hidden;
background-color: #201e1e;
/* Make top bar sections stack */
/**********************/
/****** Top Half ******/
/**********************/
/******************************/
/* Bottom Half - Main Buttons */
/******************************/ }
@media only screen and (min-width: 40.063em) {
.top-bar .top-bar-section {
max-width: 18.75rem;
float: right; } }
.top-bar .top-bar-section .secondary-nav, .top-bar .top-bar-section .main-nav {
clear: right; }
.top-bar .top-bar-section ul {
display: block;
/* General Global Nav Button styles */
/* List Items */ }
.top-bar .top-bar-section ul li {
background-color: transparent; }
.top-bar .top-bar-section ul li > a, .top-bar .top-bar-section ul li, .top-bar .top-bar-section ul img {
text-transform: uppercase;
font-family: "Raleway", sans-serif;
border: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.top-bar .top-bar-section ul:before, .top-bar .top-bar-section ul:after {
content: " ";
display: table; }
.top-bar .top-bar-section ul:after {
clear: both; }
.top-bar .top-bar-section ul a {
font-size: 0.625rem; }
@media only screen and (min-width: 64.063em) {
.top-bar .top-bar-section ul a {
font-size: 0.875rem; } }
.top-bar .top-bar-section ul li:not(.has-form) {
text-transform: none;
color: #FFF;
line-height: 1em;
padding: 0; }
.top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
line-height: 1em;
text-transform: uppercase; }
.top-bar .top-bar-section .has-dropdown.not-click > .dropdown {
opacity: 0;
z-index: -1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.top-bar .top-bar-section .has-dropdown.not-click > .dropdown li {
max-height: 0px;
overflow: hidden;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out; }
.top-bar .top-bar-section .has-dropdown.not-click:hover > .dropdown {
opacity: 1; }
.top-bar .top-bar-section .has-dropdown.not-click:hover > .dropdown li {
max-height: 300px; }
.top-bar .top-bar-section .has-dropdown > a:after {
display: none; }
.top-bar .top-bar-section .secondary-nav li {
background-color: transparent; }
.top-bar .top-bar-section .secondary-nav li a {
font-size: 0.875rem;
padding: 1.25rem;
background-color: transparent;
color: #fff;
font-weight: 400; }
.top-bar .top-bar-section .secondary-nav li a:hover {
background-color: transparent;
color: #ee4315; }
.top-bar .top-bar-section .secondary-nav .social {
background-color: initial;
padding-left: 40px;
z-index: 999;
margin-right: -0.625rem; }
.top-bar .top-bar-section .secondary-nav .social li {
margin-right: -1px; }
.top-bar .top-bar-section .secondary-nav .social li a {
padding: 0.975rem 1.375rem;
position: relative; }
.top-bar .top-bar-section .secondary-nav .social li a img {
opacity: 0.5;
height: 23px; }
.top-bar .top-bar-section .secondary-nav .social li a:hover img {
opacity: 0.9999; }
.top-bar .top-bar-section .secondary-nav .social li a:before {
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
background-color: #454040; }
.top-bar .top-bar-section .secondary-nav .social li:first-of-type a {
padding-left: 2.5rem; }
.top-bar .top-bar-section .secondary-nav .social li:last-of-type a {
padding-right: 2.5rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .secondary-nav .social {
position: relative;
top: 32px; } }
.top-bar .top-bar-section .main-nav {
background-color: #454040;
/******************/
/* Call to Action */
/******************/ }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .main-nav {
clear: both; } }
.top-bar .top-bar-section .main-nav ul {
padding-top: 0.9375rem;
padding-bottom: 0.9375rem; }
.top-bar .top-bar-section .main-nav ul li a {
font-size: 0.875rem;
padding: 0.75rem 1.875rem; }
.top-bar .top-bar-section .main-nav ul li ul {
height: 100vh !important;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
padding-bottom: 93px;
/* iPad with portrait orientation */
/* iPad with landscape orientation */
/* iPhone 5 */ }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
.top-bar .top-bar-section .main-nav ul li ul {
height: 1024px; } }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
.top-bar .top-bar-section .main-nav ul li ul {
height: 768px; } }
@media screen and (device-aspect-ratio: 40 / 71) {
.top-bar .top-bar-section .main-nav ul li ul {
height: 500px; } }
.top-bar .top-bar-section .main-nav ul.call-to-action {
position: relative;
margin-right: -0.8125rem; }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action {
height: 44px;
margin: 0; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li {
position: relative;
/* Left button */
/* "or" text */
/* Right button */ }
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
position: relative;
padding: 1.4375rem 3.75rem;
font-size: 0.875rem;
font-weight: 500;
text-align: center;
z-index: 999;
background-color: initial; }
@media only screen and (min-width: 64.063em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
font-size: 1.3125rem; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li a:before {
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1; }
.top-bar .top-bar-section .main-nav ul.call-to-action li a:hover {
background-color: initial; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
padding-top: 1.25rem;
padding-bottom: 1.25rem; } }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
font-size: 1rem;
float: none;
position: absolute;
padding-top: 0.875rem;
padding-bottom: 0.875rem; }
.top-bar .top-bar-section .main-nav ul.call-to-action li a:before {
-ms-transform: skew(0deg, 0deg);
/* IE 9 */
-webkit-transform: skew(0deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(0deg, 0deg); } }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(1) a:before {
background-color: #eb471b; }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(1) a:hover:before {
background-color: #ef6d4a; }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(1) a {
left: 0;
top: 0;
width: 50%; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li.nolink {
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
z-index: 9999;
pointer-events: none;
font-size: 1rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li.nolink {
font-size: 0.75rem; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(3) a:before {
background-color: #b83410; }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(3) a:hover:before {
background-color: #a12d0e; }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(3) a {
right: 0;
top: 0;
width: 50%;
padding-left: 0;
padding-right: 0; } }
dl.sub-nav {
overflow: hidden;
padding-top: 0;
position: relative; }
dl.sub-nav dd {
float: none;
display: inline-block;
text-transform: uppercase;
position: relative;
overflow: hidden;
font-size: 1.25rem;
font-weight: 300;
margin: 0 -0.625rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (max-width: 40em) {
dl.sub-nav dd {
float: none;
width: 90%;
margin: 0 0 0 0 !important;
font-size: 0.9375rem;
line-height: 1.2em; } }
dl.sub-nav dd:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #EEEEEE;
left: 6%;
width: 88%; }
@media only screen and (max-width: 40em) {
dl.sub-nav dd:before {
-ms-transform: skew(0deg, 0deg);
/* IE 9 */
-webkit-transform: skew(0deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(0deg, 0deg);
width: 100%;
left: 0 !important; } }
dl.sub-nav dd:hover:before {
background-color: #567335; }
dl.sub-nav dd:hover a {
color: #FFF; }
dl.sub-nav dd a {
background: transparent;
color: #567335;
display: block;
z-index: 9;
overflow: visible;
padding: 0.9375rem 3.125rem; }
@media only screen and (max-width: 40em) {
dl.sub-nav dd a {
padding: 0.9375rem;
width: 100%;
margin: 0; } }
dl.sub-nav dd:first-of-type:before {
left: -6%;
width: 98%; }
dl.sub-nav dd:first-of-type a {
padding: 0.9375rem 3.125rem 0.9375rem 2.1875rem; }
dl.sub-nav dd:last-of-type:before {
left: 7%;
width: 100%; }
dl.sub-nav dd:last-of-type a {
padding: 0.9375rem 2.1875rem 0.9375rem 3.125rem; }
dl.sub-nav dd.active:before {
background: #F5F5F5; }
dl.sub-nav dd.active a {
font-weight: 300;
background: transparent;
color: #AAAAAA; }
dl.sub-nav dd.active a:hover {
background: transparent;
color: #AAAAAA; }
dl.sub-nav dd.active:hover:before {
background: #EEEEEE; }
ul.tert-nav {
list-style: none;
display: block;
clear: both; }
ul.tert-nav:before, ul.tert-nav:after {
content: " ";
display: table; }
ul.tert-nav:after {
clear: both; }
ul.tert-nav li a {
color: #567335;
display: block;
font-size: 1.0625rem;
line-height: 1.2em;
margin-bottom: 0.6em;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border-bottom: solid 2px transparent; }
ul.tert-nav li a:hover {
border-bottom: solid 2px #567335; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
ul.tert-nav li a {
float: left;
width: 49%;
margin-right: 2%; }
ul.tert-nav li:nth-of-type(2n) a {
margin-right: 0; } }
@media only screen and (min-width: 64.063em) {
ul.tert-nav li a {
float: left;
width: 30%;
margin-right: 5%; }
ul.tert-nav li:nth-of-type(3n) a {
margin-right: 0; } }
ul.tert-nav:after {
display: block;
content: "";
width: 140px;
height: 1px;
clear: both;
position: relative;
top: 2.5rem;
margin: 1.875rem auto 4.0625rem;
background-color: #585858; }
.circle-features {
padding-bottom: 12.5rem; }
.circle-features .large-4 {
padding: 0 2.5rem; }
.circle-features .clip-circle {
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 8px 1px transparent;
-moz-box-shadow: 0 0 8px 1px transparent;
box-shadow: 0 0 8px 1px transparent;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 45vw;
height: 45vw;
text-align: center;
display: block;
margin: 0 auto 5rem; }
.circle-features .clip-circle h3 {
opacity: 1;
pointer-events: none;
position: absolute;
font-weight: 200;
left: 50%;
top: 100%;
margin-top: 1.25rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
.circle-features .clip-circle h3:after {
display: block;
content: " ";
margin: 0 auto;
width: 0%;
height: 2px;
background-color: #EEEEEE;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.circle-features .clip-circle:before {
display: block;
content: "";
background: transparent;
opacity: 0;
border: solid 2px #EEEEEE;
position: absolute;
height: 100%;
width: 100%;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.circle-features .clip-circle:after {
display: block;
content: "";
background: transparent;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-border-radius: 50%;
border-radius: 50%; }
.circle-features .clip-circle:hover {
-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1); }
.circle-features .clip-circle:hover:before {
opacity: 0.5;
height: 90%;
width: 90%; }
.circle-features .clip-circle:hover:after {
background: rgba(0, 0, 0, 0.5); }
.circle-features .clip-circle:hover h3 {
opacity: 1;
font-weight: 300;
top: 42%;
color: #EEEEEE;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.circle-features .clip-circle:hover h3:after {
width: 100%;
transition-delay: 0.32s; }
@media only screen and (min-width: 64.063em) {
.circle-features .clip-circle {
width: 18vw;
height: 18vw;
max-width: 18.75rem;
max-height: 18.75rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.circle-features .clip-circle {
width: 27vw;
height: 27vw; } }
.circle-features h2 {
font-weight: 400;
color: #454040;
margin-bottom: 3.125rem; }
.circle-features h3 {
text-transform: uppercase;
color: #454040;
font-weight: 600; }
.option-buttons {
text-align: center; }
.option-buttons a {
display: inline-block;
margin: 0 0.125rem 0.375rem 0;
background: #d93d13;
color: #FFF;
padding: 0.625rem 1.5625rem;
width: 100%;
text-transform: uppercase;
font-weight: 400;
position: relative; }
@media only screen and (min-width: 40.063em) {
.option-buttons a {
width: auto;
padding: 1.25rem 2.8125rem; } }
.option-buttons a:after {
display: block;
content: "";
position: absolute;
height: 1.25rem;
width: 1.25rem;
margin-left: -0.625rem;
margin-bottom: -0.625rem;
left: 50%;
bottom: 30%;
z-index: -1;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #ea4316;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (max-width: 40em) {
.option-buttons a:after {
display: none; } }
.option-buttons a:hover, .option-buttons a.active {
background: #ee6945; }
.option-buttons a:hover:after, .option-buttons a.active:after {
bottom: 0;
background: #ee6945; }
form {
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 100;
color: #777777;
margin-bottom: 2.1875rem; }
form:before, form:after {
content: " ";
display: table; }
form:after {
clear: both; }
form input {
text-transform: uppercase;
font-size: 1.25rem !important;
font-weight: 100; }
form > div {
float: none;
position: relative;
width: 100%; }
@media only screen and (min-width: 40.063em) {
form > div {
float: left; } }
form.form-floats > div {
margin: 0 0 0.5rem 0; }
@media only screen and (min-width: 40.063em) {
form.form-floats > div {
width: 48%; }
form.form-floats > div:nth-child(odd) {
margin-right: 4%; } }
@media only screen and (max-width: 40em) {
form label {
display: none; } }
form input, form textarea {
text-transform: uppercase;
font-size: 1.25rem !important;
font-weight: 100;
position: relative;
z-index: 1; }
@media only screen and (min-width: 40.063em) {
form input:valid, form textarea:valid {
background: #FFF; }
form input:focus + label, form textarea:focus + label {
bottom: 100%;
margin-top: -21px; }
form input:focus + label:after, form textarea:focus + label:after {
display: block;
content: "";
background-color: #567335;
width: 110%;
height: 100%;
position: absolute;
left: 4px;
top: 0;
z-index: -1;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg); } }
form label {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
text-transform: none;
color: #FFF;
height: 40%;
padding: 1px 10px 1px 15px;
top: 0;
bottom: 0;
left: 0;
z-index: 0;
background: #FFF;
font-size: 70%; }
form textarea {
display: block;
resize: vertical; }
form input[type="radio"] {
height: 1.25rem;
width: 1.25rem; }
#calendar .fc-toolbar {
position: relative; }
#calendar .fc-toolbar .fc-center .fc-prev-button, #calendar .fc-toolbar .fc-center .fc-next-button {
background: transparent;
border: none;
font-size: 2.625rem;
padding: 0.375rem 0 0;
height: auto;
line-height: 1em;
margin: 0;
color: #585858;
font-weight: 200; }
#calendar .fc-toolbar .fc-center h2 {
margin: 0 1.25rem;
text-transform: initial;
font-weight: 300;
color: #585858;
word-spacing: 500px;
width: 13vw;
font-size: 1.4375rem; }
#calendar .fc-toolbar .fc-center h2::first-line {
font-size: 2.4375rem; }
#calendar .fc-toolbar .fc-right {
position: absolute;
bottom: 0;
right: 0; }
#calendar .fc-toolbar .fc-right .fc-button {
border: 0;
box-shadow: none;
background-color: transparent;
background-image: none;
border-radius: 0; }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right {
height: 28px;
width: 36px;
padding: 0;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
-webkit-filter: grayscale(0);
filter: grayscale(0); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-state-active {
-webkit-filter: grayscale(1);
filter: grayscale(1); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-agendaDay-button {
background-image: url("/images/day.png"); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-agendaWeek-button {
background-image: url("/images/week.png"); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-month-button {
background-image: url("/images/month.png"); }
#calendar .fc-view-container table {
border: 0; }
#calendar .fc-view-container table thead {
background: #567335; }
#calendar .fc-view-container table thead .fc-widget-header {
border: 0; }
#calendar .fc-view-container table thead .fc-widget-header table {
margin: 0; }
#calendar .fc-view-container table thead .fc-widget-header table th.fc-day-header {
border: none;
color: #FFF;
text-transform: uppercase;
font-weight: 400;
padding: 0.625rem 0; }
#calendar .fc-view-container table thead .fc-widget-header table:after {
display: block;
content: "";
height: 2.1875rem;
width: 100%;
background: #FFF; }
#calendar .fc-view-container table tbody a.fc-event {
background: #567335;
font-weight: 300;
padding: 0.1875rem;
border-radius: 0;
border: solid 1px #CCCCCC;
margin: 0 0 0.1875rem 0; }
#calendar .fc-view-container table tbody .fc-week td.fc-day {
border: solid 1px #CCCCCC; }
#calendar .fc-view-container table tbody .fc-week td.fc-day.fc-state-highlight {
background: transparent;
border: solid 4px #f07d57;
display: block;
height: 100%; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table {
background: transparent !important; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table td {
border: 0; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table thead {
background: transparent; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table thead tr td {
border: 0; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table tbody tr {
background: transparent; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table .fc-day-number {
text-align: left;
font-size: 1.4375rem;
font-weight: 200;
padding: 0.8125rem; }
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe,
.twitter-timeline, .twitter-timeline-rendered {
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important; }
.snapwidget-widget {
width: 96% !important;
height: 96% !important;
position: absolute !important;
top: 2% !important;
left: 2% !important; }
.button.-orange {
background-color: #f74a00; }
.button.-orange:hover {
background-color: #ff7c45; }
.donate {
margin: 5rem 0 1.875rem; }
.donate .donate-button {
padding: 1.25rem 6.25rem;
font-size: 1.25rem; }
* {
-webkit-fontsmoothing: antialiase; }
header {
background: #201e1e;
height: 93px; }
header > .row {
padding-top: 0;
padding-bottom: 0; }
main a {
text-decoration: underline; }
.cta {
padding: 0; }
.cta .columns {
z-index: 1; }
.cta .columns div {
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
padding-top: 0.9375rem;
padding-bottom: 0.9375rem; }
.cta .columns div,
.cta .columns h3 {
text-align: center; }
@media only screen and (min-width: 64.063em) {
.cta .columns div,
.cta .columns h3 {
text-align: left; } }
.cta .columns h4 {
color: #fff;
margin-bottom: 0; }
.cta .columns img {
max-width: none; }
.cta .columns:last-of-type {
z-index: 0; }
@media only screen and (min-width: 40.063em) {
.cta .columns {
padding: 0 3.125rem; } }
@media only screen and (min-width: 90.063em) {
.cta .columns {
padding: 0 0.9375rem; } }
.cta a {
display: block;
width: 100%; }
.cta table {
margin: 0 auto; }
@media only screen and (max-width: 40em) {
.cta .columns {
height: auto !important; }
.cta .columns div {
position: relative;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
top: 0; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.cta .columns {
height: auto !important; }
.cta .columns div {
position: relative;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
top: 0; } }
@media only screen and (min-width: 90.063em) {
.cta {
text-align: left;
padding: 0; }
.cta table {
margin: auto; } }
.cta h3 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.cta h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.cta a:hover h3:after {
width: 100% !important;
background-color: white; }
@media only screen and (min-width: 64.063em) {
.cta .-divided {
padding-right: 4.6875rem; }
.cta .-divided:before {
content: '';
position: absolute;
right: -2.5rem;
width: 4.6875rem;
top: 0;
bottom: 0;
z-index: 1;
-moz-transform: skew(-15deg);
-webkit-transform: skew(-15deg);
-ms-transform: skew(15deg);
transform: skew(-15deg);
background: #546b35; } }
@media only screen and (min-width: 90.063em) {
.copy {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); } }
#content {
overflow: hidden; }
.main-nav .back {
display: none; }
.top-bar {
box-shadow: none;
background: transparent; }
.top-bar section.top-bar-section .main-nav {
background: transparent; }
.top-bar section.top-bar-section .main-nav ul li ul li a {
background-color: #222222 !important;
padding: 0.8125rem 0.625rem 0.8125rem 1.5625rem;
font-weight: 500; }
.top-bar section.top-bar-section .main-nav ul li ul li a:hover {
background-color: #3c3c3c !important; }
.top-bar section.top-bar-section .main-nav ul li ul li:nth-of-type(2) a {
padding-top: 1.5625rem; }
.top-bar section.top-bar-section .main-nav ul li ul li:last-of-type a {
padding-bottom: 1.5625rem; }
.top-bar section.top-bar-section ul .dropdown {
right: -1.3125rem !important;
left: initial !important; }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul .dropdown {
right: 0px !important;
top: 93px; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button {
position: absolute;
right: 21px;
top: 0 !important;
z-index: 99999; }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul li.has-dropdown.menu-button {
right: 0px;
width: 100%; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a {
height: 93px;
width: 5.875rem;
padding: 0;
position: relative;
background-color: #567335;
-ms-transform: skew(-30deg, 0);
/* IE 9 */
-webkit-transform: skew(-30deg, 0);
/* Chrome, Safari, Opera */
transform: skew(-30deg, 0); }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a {
float: right; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a img {
height: 35px;
position: absolute;
-ms-transform: translate(-50%, -50%) skew(30deg, 0) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) skew(30deg, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) skew(30deg, 0) !important;
top: 50%;
left: 65%; }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a img {
left: 50%; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a > * {
-ms-transform: skew(30deg, 0);
/* IE 9 */
-webkit-transform: skew(30deg, 0);
/* Chrome, Safari, Opera */
transform: skew(30deg, 0); }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a:after {
-ms-transform: skew(30deg, 0);
/* IE 9 */
-webkit-transform: skew(30deg, 0);
/* Chrome, Safari, Opera */
transform: skew(30deg, 0);
display: block;
content: "";
position: absolute;
top: 0;
right: -21px;
background: #567335;
height: 100%;
width: 60%;
border: 0;
margin: 0;
padding: 0;
z-index: -1; }
@media only screen and (min-width: 64.063em) {
.bgslide {
height: 28.125rem; } }
.shadow-sides {
-webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.3), -10px 0px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.3), -10px 0px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.3), -10px 0px 20px 0px rgba(0, 0, 0, 0.3); }
.text-white,
.text-white * {
color: #FFF !important; }
p.dot {
display: table-cell;
vertical-align: middle;
line-height: 1.3em;
margin: 0.625rem 0;
color: #aeaf9c;
font-size: 1.25rem;
font-weight: 500;
letter-spacing: 0.05em;
padding-left: 3.375rem;
text-transform: uppercase; }
.stats .row:first-of-type p.dot {
margin-top: 0; }
.stats .row:last-of-type p.dot {
margin-bottom: 0; }
p.dot strong {
color: #d3d2d2 !important;
font-weight: 700; }
p.dot:before {
background: #CCC;
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 5 0 0 5 rgba(0, 0, 0, 0.14);
-moz-box-shadow: 5 0 0 5 rgba(0, 0, 0, 0.14);
box-shadow: 5 0 0 5 rgba(0, 0, 0, 0.14);
-ms-transform: translate(0, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -50%) !important;
width: 2.5rem;
height: 2.5rem;
top: 49%; }
p.dot.acquisitions:before {
background-color: #5676A4; }
p.dot.start-up:before {
background-color: #579FB2; }
p.dot.parking:before {
background-color: #9E3F48; }
p.dot.management:before {
background-color: #D98C58; }
p.dot.trail:before {
background-color: #88A65E; }
p.dot.research:before {
background-color: #fac324; }
p.dot.signage:before {
background-color: #795D91; }
p.dot.bolt:before {
background-color: #8EA1C1; }
p.dot.individuals:before {
background-color: #689ACD; }
p.dot.conservation-campaign:before {
background-color: #4670c4; }
p.dot.member-dues:before {
background-color: #E77B45; }
p.dot.in-kind:before {
background-color: #71ae47; }
p.dot.corporate-support:before {
background-color: #A5A5A5; }
p.dot.other-income:before {
background-color: #944c20; }
p.dot.events:before {
background-color: #253e55; }
p.dot.stewardship:before {
background-color: #ffc000; }
p.dot.conservation:before {
background-color: #639cce; }
p.dot.land-acquisition:before {
background-color: #b1c9df; }
p.dot.local-support:before {
background-color: #4f74b2; }
p.dot.fundraising:before {
background-color: #717270; }
p.dot.admin:before {
background-color: #b4b4b0; }
p.dot.education:before {
background-color: #236ea9; }
p.dot.climbing-policy:before {
background-color: #1d4e73; }
/**************************************************/
/******************** SECTIONS ********************/
/**************************************************/
#title {
background: url("../../images/hero.jpg") 25% top;
background-size: cover;
padding: 0;
position: relative; }
#title:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 70%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(transparent));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), transparent);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), transparent);
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), transparent);
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), transparent);
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), transparent);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='transparent'); }
#title:after {
content: '';
position: absolute;
background-color: #FFF;
width: 40%;
height: 45px;
bottom: 0px;
left: initial;
top: initial;
right: 0; }
#title .row {
padding: 0; }
#title .row .columns:first-of-type {
padding: 15rem 0 0; }
@media only screen and (min-width: 40.063em) {
#title .row .columns:first-of-type {
padding: 59vh 0 0; } }
#title .row .columns:nth-of-type(2) {
padding: 0 1.875rem 3rem; }
#title .row .columns:nth-of-type(2) p {
line-height: 2em;
font-size: 1.25rem; }
#title .row .columns:last-of-type {
padding: 0; }
#title .row .columns:last-of-type p {
margin: 0;
padding: 0 0 1.25rem 0.9375rem;
font-size: 1rem;
width: 50%;
line-height: 1.3em; }
#title .row .columns:last-of-type:after {
content: '';
position: absolute;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
background-color: #FFF;
width: 49%;
height: 45px;
bottom: 0px;
left: initial;
top: initial;
right: 0; }
#title h1 {
font-weight: 400;
line-height: .8em;
margin-bottom: 0.625rem;
font-size: 2.5rem; }
#title h1 .year {
font-weight: 200;
line-height: 1.2; }
#title h1 .af-title {
letter-spacing: 0.375rem; }
#title h1 .ar-title {
letter-spacing: 0.5rem;
font-weight: 800;
font-size: 40%;
vertical-align: text-top; }
@media only screen and (min-width: 40.063em) {
#title h1 {
font-size: 3.875rem; }
#title h1 .ar-title {
letter-spacing: 0.75rem; } }
@media only screen and (min-width: 64.063em) {
#title h1 {
font-size: 4.45062rem; }
#title h1 .af-title {
letter-spacing: 0.75rem; }
#title h1 .ar-title {
letter-spacing: 1.125rem; } }
#network {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#network {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#network {
padding-top: 3.125rem; }
#network > .row {
padding: 0.9375rem 3.125rem; } }
#network .cta a:hover h3:after {
width: 100%;
background-color: white; }
#network .cta h3 {
color: white;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-align: left;
display: inline-block;
font-size: 2.25rem;
line-height: 1.3em; }
@media only screen and (max-width: 40em) {
#network .cta h3 {
text-align: center;
font-size: 1.5rem; } }
#network .cta h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (max-width: 40em) {
#network .cta td {
display: block; }
#network .cta .icon {
text-align: center; } }
#network .bg {
background-color: #373333;
overflow: hidden; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#network .bg {
padding: 0 3.125rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#network .bg {
padding: 0 3.125rem; } }
#network .bg > .row {
background: #373333;
padding: 0; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#network .bg > .row > .columns {
height: auto !important; } }
@media only screen and (max-width: 40em) {
#network .bg > .row > .columns {
height: auto !important; } }
#network .bg .infographic {
position: relative;
height: 7.875rem; }
@media only screen and (min-width: 64.063em) {
#network .bg .infographic:first-of-type {
margin-top: 1.875rem; } }
#network .bg .infographic:last-of-type {
margin-bottom: 2.5rem; }
@media only screen and (min-width: 40.063em) {
#network .bg .infographic {
height: 10.625rem; } }
#network .bg .infographic h3 {
display: block;
color: #FFF;
text-transform: uppercase;
font-weight: 700;
text-align: center;
float: left;
color: #FFF;
margin: 0 0.9375rem 0.9375rem 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0);
/* Fallback Color */
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(255, 255, 255, 0.3)', EndColorStr='rgba(255, 255, 255, 0)');
position: absolute;
-ms-transform: translate(0, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -50%) !important;
top: 50%;
padding-top: 0.625rem;
font-size: 3.75rem;
height: 6.875rem;
width: 6.875rem; }
#network .bg .infographic h3.yellow {
background-color: #d4a837; }
#network .bg .infographic h3.blue {
background-color: #528587; }
#network .bg .infographic h3.red {
background-color: #de562a; }
#network .bg .infographic h3.green {
background: url("../../images/star-green.png") transparent no-repeat center;
background-size: contain;
-webkit-box-shadow: 3px 3px 6px 1px transparent;
-moz-box-shadow: 3px 3px 6px 1px transparent;
box-shadow: 3px 3px 6px 1px transparent;
-webkit-border-radius: 0;
border-radius: 0;
height: 7.1875rem;
width: 7.1875rem;
padding-top: 1.1875rem;
padding-right: 0.3125rem;
margin-left: -0.625rem; }
@media only screen and (min-width: 40.063em) {
#network .bg .infographic h3.green {
margin-left: -0.3125rem; } }
@media only screen and (min-width: 64.063em) {
#network .bg .infographic h3 {
padding-top: 0.9375rem;
font-size: 4.4375rem;
height: 8.75rem;
width: 8.75rem; }
#network .bg .infographic h3.green {
height: 10rem;
width: 10rem;
padding-top: 2.1875rem; } }
#network .bg .infographic p {
-ms-transform: translate(0, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -50%) !important;
display: block;
color: #c9cbb4;
line-height: 1.25em;
margin-left: 7.8125rem;
text-transform: uppercase;
font-weight: 400;
font-size: 4.7vw;
text-align: left;
position: absolute;
top: 50%; }
@media only screen and (min-width: 40.063em) {
#network .bg .infographic p {
font-size: 2.8vw; } }
@media only screen and (min-width: 64.063em) {
#network .bg .infographic p {
font-size: 2vw;
margin-left: 10.625rem; } }
@media only screen and (min-width: 90.063em) {
#network .bg .infographic p {
font-size: 1.75rem; } }
#network .bg .columns:nth-of-type(2) {
position: relative; }
#network .bg .columns:nth-of-type(2) img {
width: 100%; }
@media only screen and (min-width: 64.063em) {
#network .bg .columns:nth-of-type(2) img {
width: 90%;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%); } }
#network .bg2 {
background-color: #567335;
padding: 0 1.875rem; }
@media only screen and (min-width: 40.063em) {
#network .bg2 {
padding: 0 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#network .bg2 {
padding: 0; } }
#network .bg2 img {
max-width: 150px; }
#network .bg2 > .row > .columns:nth-of-type(2) {
padding: 1.25rem; }
#grants-awarded {
background: #e8e8e8;
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#grants-awarded {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#grants-awarded {
padding-top: 3.125rem; } }
@media only screen and (min-width: 40.063em) {
#grants-awarded {
padding-top: 6.25rem; } }
#grants-awarded > .row:nth-of-type(1) h2 {
font-size: 2.25rem;
line-height: 1.3em;
margin-bottom: 0.9375rem; }
@media only screen and (max-width: 40em) {
#grants-awarded > .row:nth-of-type(1) h2 {
font-size: 1.5rem; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded > .row:nth-of-type(1) h2 {
font-size: 3rem; } }
#grants-awarded > .row:nth-of-type(1) h2 span {
color: #4e6c28;
font-weight: 600;
font-size: 2.875rem; }
@media only screen and (min-width: 64.063em) {
#grants-awarded > .row:nth-of-type(1) h2 span {
font-size: 5.125rem; } }
#grants-awarded .bg {
background: #e8e8e8;
overflow: hidden;
padding: 0; }
#grants-awarded .bg .expand-bg {
background-color: rgba(255, 255, 255, 0);
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, #302c2c), color-stop(100%, #302c2c));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* IE10 */
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(255, 255, 255, 0)', EndColorStr='#302c2c'); }
#grants-awarded .bg > .row {
background: #e8e8e8;
padding: 0; }
#grants-awarded .bg .row {
padding: 0; }
#grants-awarded .bg .stats {
background: #302c2c;
margin: 0;
text-align: center;
padding: 3.125rem; }
@media only screen and (max-width: 40em) {
#grants-awarded .bg .stats {
padding-left: 2.25rem;
padding-right: 2.25rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats {
width: 100%; } }
@media only screen and (min-width: 90.063em) {
#grants-awarded .bg .stats {
max-height: 29.625rem; } }
@media only screen and (max-width: 40em) {
#grants-awarded .bg .stats > img {
width: auto;
max-width: 300px;
padding: 0 0.875rem; } }
#grants-awarded .bg .stats > .columns {
text-align: left;
padding: 3.375rem 0 0 0.625rem; }
#grants-awarded .bg .stats > .columns .columns div {
display: table;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
position: relative; }
#grants-awarded .bg .stats h2 {
font-weight: 300;
letter-spacing: .05em;
margin-top: 1.25rem; }
@media only screen and (max-width: 40em) {
#grants-awarded .bg .stats h2 {
text-align: center; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded .bg .stats {
padding-top: 0;
padding-bottom: 0; }
#grants-awarded .bg .stats > .columns {
padding: 1.875rem 0 1.875rem 0; } }
@media only screen and (min-width: 64.063em) and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats > .columns {
width: 55%; } }
@media only screen and (min-width: 64.063em) and (min-width: 90.063em) {
#grants-awarded .bg .stats > .columns {
padding: 1.875rem 0; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded .bg .stats > .columns .row {
margin: 2.25rem 0; }
#grants-awarded .bg .stats > .columns .row:first-of-type {
margin-top: 0; }
#grants-awarded .bg .stats > .columns .row:last-of-type {
margin-bottom: 0; }
#grants-awarded .bg .stats img.graph {
width: 488px;
margin-right: -488px;
margin-bottom: -0.44375rem;
max-height: 30.125rem;
max-width: 30.125rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 40em) {
#grants-awarded .bg .stats img.graph {
width: 200px;
margin: 40px auto 0 !important;
float: none !important;
display: block; } }
@media only screen and (min-width: 64.063em) and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats img.graph {
position: absolute;
top: 50%;
left: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 26.875rem;
max-width: 26.875rem;
width: 41vw;
margin-right: 0;
margin-bottom: 0; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded .bg .stats.right {
text-align: left; } }
@media only screen and (min-width: 64.063em) and (max-width: 40em) {
#grants-awarded .bg .stats.right img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important; } }
@media only screen and (min-width: 64.063em) and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats.right img.graph {
position: absolute;
top: 50%;
left: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 38vw;
max-height: 26.875rem;
max-width: 26.875rem;
margin-right: 0;
margin-bottom: 0; } }
@media only screen and (min-width: 64.063em) and (min-width: 90.063em) {
#grants-awarded .bg .stats.right img.graph {
float: left;
-ms-transform: translate(-59%, -0.5%) !important;
/* IE 9 */
-webkit-transform: translate(-59%, -0.5%) !important;
/* Chrome, Safari, Opera */
transform: translate(-59%, -0.5%) !important;
max-width: 479px; } }
#access-preserved {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#access-preserved {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#access-preserved {
padding-top: 3.125rem; } }
#access-preserved > .row {
padding-bottom: 0; }
#access-preserved > .row > .columns:first-of-type {
margin-bottom: 1.875rem; }
#access-preserved > .row > .columns > h2 strong {
color: #4e6c28;
font-weight: 600;
font-size: 6.125rem; }
@media only screen and (max-width: 40em) {
#access-preserved > .row > .columns > h2 strong {
display: block;
margin: 0 auto;
line-height: 0.8em;
margin-bottom: 1.25rem;
font-size: 3rem; } }
#access-preserved .bg {
padding: 0;
position: relative;
text-align: center; }
#access-preserved .bg a {
text-decoration: none; }
#access-preserved .bg .bg-image {
width: 100%; }
#access-preserved .bg .green-circle {
-webkit-border-radius: 50%;
border-radius: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
background-color: rgba(105, 142, 53, 0.79);
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 9;
height: 11.25rem;
width: 11.25rem;
text-align: center;
text-transform: uppercase;
padding: 0 0.625rem 4.0625rem; }
@media only screen and (min-width: 64.063em) {
#access-preserved .bg .green-circle {
height: 20.625rem;
width: 20.625rem; } }
@media only screen and (max-width: 40em) {
#access-preserved .bg .green-circle {
height: 8.75rem;
width: 8.75rem; } }
#access-preserved .bg .green-circle h2 {
color: #FFF;
font-size: 6.25rem;
font-weight: 700;
line-height: 1em;
margin: 0 0 0.625rem; }
@media only screen and (min-width: 64.063em) {
#access-preserved .bg .green-circle h2 {
font-size: 11.25rem; } }
@media only screen and (max-width: 40em) {
#access-preserved .bg .green-circle h2 {
font-size: 4.875rem; } }
#access-preserved .bg .green-circle p {
color: #FFF;
font-weight: 600;
font-size: 1.25rem;
margin: 0;
line-height: 1.1; }
@media only screen and (min-width: 64.063em) {
#access-preserved .bg .green-circle p {
font-size: 2.5rem; } }
@media only screen and (max-width: 40em) {
#access-preserved .bg .green-circle p {
font-size: 1rem; } }
#access-preserved .bg2 .bg-image {
width: 100%; }
#access-preserved .rowcta {
padding-top: 0;
margin-bottom: 20px; }
#access-preserved .colcta {
background-color: #567335; }
#access-preserved .cta {
display: flex;
align-items: center;
justify-content: center;
padding: 15px 0; }
@media only screen and (max-width: 40em) {
#access-preserved .cta {
display: block;
text-align: center; } }
#access-preserved .cta img {
max-width: 150px; }
#access-preserved .cta h3 {
color: white;
font-size: 2.25rem;
line-height: 1.3em;
margin-left: 18px; }
#access-preserved .cta h3 a {
color: white;
text-decoration: none; }
#access-preserved .cta h3 a:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
#access-preserved .cta h3 a:hover:after {
width: 100%;
background-color: white; }
@media only screen and (max-width: 40em) {
#access-preserved .cta h3 {
font-size: 1.5rem;
margin-left: 0; } }
#bolt-replacement {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#bolt-replacement {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#bolt-replacement {
padding-top: 3.125rem; }
#bolt-replacement > .row {
padding: 0.9375rem 3.125rem; } }
#bolt-replacement h2 strong {
color: #4e6c28;
font-size: 110%; }
#bolt-replacement .bg {
background: #4e6c28; }
#bolt-replacement .bg p {
margin: 0;
color: #fff;
line-height: 1.6em;
padding: 2.5rem 1.875rem; }
@media only screen and (max-width: 40em) {
#bolt-replacement .bg p {
line-height: 1.4em; } }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg p {
margin-bottom: 0;
line-height: 2; } }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg p {
padding: 5rem 3.125rem 5rem 0; } }
#bolt-replacement .bg .image-top {
position: relative;
background: url("../../images/bolt-replacement.jpg") center center;
background-size: cover;
display: block !important; }
#bolt-replacement .bg .image-top .credit {
position: absolute;
bottom: 5px;
text-shadow: 1px 1px 3px black; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg .image-top {
display: none !important; } }
#bolt-replacement .bg .image-right {
position: relative;
background: url("../../images/bolt-replacement.jpg") center center;
background-size: cover;
display: none !important; }
#bolt-replacement .bg .image-right .credit {
position: absolute;
bottom: 5px;
text-shadow: 1px 1px 3px black; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg .image-right {
display: block !important; } }
#bolt-replacement .bg .rock-video {
margin-bottom: 0; }
#bolt-replacement .bg > .row {
overflow: visible;
padding-top: 0;
padding-bottom: 0; }
#bolt-replacement .bg2 {
margin-top: -1px;
background: #454040; }
#bolt-replacement .bg2 .cta h3 {
color: #c9cbb4 !important;
font-weight: 400;
font-size: 1.5rem;
line-height: 1.3;
position: relative; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg2 .cta h3 {
font-size: 2.4375rem; } }
#bolt-replacement .bg2 .cta a {
text-decoration: none;
text-align: left; }
#bolt-replacement .bg2 .cta .columns h3 {
padding: 1.75rem 0 1.5625rem;
font-weight: 500;
font-size: 1.5rem;
letter-spacing: 0.0625rem;
line-height: 1.1em;
position: relative;
display: inline-block; }
#bolt-replacement .bg2 .cta .columns h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: #c9cbb4;
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg2 .cta .columns h3 {
font-size: 2.4375rem; } }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 .cta .columns h3 {
padding-right: 0.9375rem; } }
#bolt-replacement .bg2 .cta .columns a:hover h3:after {
width: 100%;
background-color: white; }
#bolt-replacement .bg2 > .row {
padding: 0; }
#bolt-replacement .bg2 > .row .slick-single {
margin-bottom: 0; }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant h3 {
font-weight: 200; }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 100%;
float: none; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 60%;
float: left; } }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type .slide-contents {
padding-left: 0.9375rem; } }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type:before {
background: #454040; }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
overflow: hidden;
width: 100%;
float: none;
background-color: #4e6c28;
position: relative; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
width: 40%;
float: right; } }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
width: 100%;
padding: 0; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
margin-left: -3%; } }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
width: 100%;
margin: 0;
padding: 1.875rem;
display: block;
background-color: #4e6c28; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
padding: 0; } }
#donner-summit {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#donner-summit {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#donner-summit {
padding-top: 3.125rem; }
#donner-summit > .row {
padding: 0.9375rem 3.125rem; } }
#donner-summit h2 {
margin-bottom: 1.375rem; }
#donner-summit .bg {
background-color: #e8e8e8;
overflow: hidden; }
#donner-summit .bg .row {
padding: 0 !important; }
#donner-summit .bg .columns.text {
overflow: hidden;
padding: 1.875rem;
background: #e8e8e8; }
@media only screen and (max-width: 40em) {
#donner-summit .bg .columns.text {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#donner-summit .bg .columns.text {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
#donner-summit .bg .columns.text {
padding: 4.375rem 4.375rem 4.375rem 0.9375rem; } }
#donner-summit .bg .columns.text p {
font-weight: 400;
text-align: center;
padding: 0 0.25rem; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg .columns.text p {
font-weight: 500;
text-align: left;
padding: 0;
margin-bottom: 0;
float: none; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#donner-summit .bg .columns.text p {
left: 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#donner-summit .bg .columns.text p {
position: absolute;
left: 0.9375rem;
right: 3.125rem;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); } }
#donner-summit .bg .columns.top-photo {
padding: 0px;
min-height: 300px;
background: url("../../images/denny-cove.jpg") 50% 35%;
background-size: cover;
overflow: hidden;
display: block !important; }
#donner-summit .bg .columns.top-photo .logo {
position: absolute;
bottom: -1.25rem;
right: -3.125rem; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg .columns.top-photo {
display: none !important; } }
#donner-summit .bg .columns.side-photo {
position: relative;
padding: 0px;
min-height: 600px;
background: url("../../images/denny-cove.jpg") 50% 35%;
background-size: cover;
overflow: hidden;
display: none !important; }
#donner-summit .bg .columns.side-photo .logo {
position: absolute;
bottom: -1.25rem;
right: -3.125rem; }
#donner-summit .bg .columns.side-photo p {
position: absolute;
bottom: 5px;
right: 20px;
margin: 0;
color: white; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg .columns.side-photo {
display: block !important; } }
#donner-summit .bg2 {
background: #546b35;
/* Old browsers */
background: -moz-linear-gradient(left, #546b35 35%, #373333 35%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #546b35 35%, #373333 35%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #546b35 35%, #373333 35%); }
#donner-summit .bg2 .row.cta {
padding: 0;
z-index: 999; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg2 .row.cta {
padding: 0 3.125rem 0; } }
#donner-summit .bg2 .row.cta h3 {
color: #FFF;
font-weight: 300;
font-size: 1.5rem;
line-height: 2em;
margin: 0.75rem 0; }
#donner-summit .bg2 .row.cta h3 strong {
font-size: 3.2rem;
line-height: 1em;
margin-bottom: 0.625rem; }
#donner-summit .bg2 .row.cta h3 img {
width: 20%;
max-width: 100%; }
#donner-summit .bg2 .row.cta h3 div {
position: relative;
z-index: 1;
display: inline-block;
line-height: 1;
top: auto;
transform: none;
padding: 0;
vertical-align: middle; }
#donner-summit .bg2 .row.cta h3 br {
display: none; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg2 .row.cta h3 br {
display: block;
line-height: 0; } }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg2 .row.cta h3 {
font-size: 1.4vw; }
#donner-summit .bg2 .row.cta h3 strong {
font-size: 4vw; } }
@media only screen and (min-width: 90.063em) {
#donner-summit .bg2 .row.cta h3 {
font-size: 1.25rem; }
#donner-summit .bg2 .row.cta h3 strong {
font-size: 4.6875rem; } }
#donner-summit .bg2 .row.cta .-divided {
padding-right: 0; }
#donner-summit .bg2 .row.cta .-left {
background: #546b35; }
#donner-summit .bg2 .row.cta .-left strong {
line-height: .3; }
#donner-summit .bg2 .row.cta .-right {
background: #373333; }
#donner-summit .bg2 .row.cta .-right h3 {
color: #C9CAB4; }
#adopt-a-crag {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#adopt-a-crag {
padding-top: 3.125rem; }
#adopt-a-crag > .row {
padding: 0.9375rem 3.125rem; } }
#adopt-a-crag > .row:first-of-type h2 {
line-height: 1.5em;
margin-bottom: 0.625rem; }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag > .row:first-of-type h2 {
line-height: 1.2em;
margin-bottom: 1.875rem; } }
#adopt-a-crag > .row:first-of-type h2 strong {
font-size: 6.125rem;
font-weight: 700;
color: #567335; }
@media only screen and (max-width: 40em) {
#adopt-a-crag > .row:first-of-type h2 strong {
font-size: 3rem; } }
#adopt-a-crag > .row:first-of-type p {
margin-bottom: 1.875rem;
line-height: 2; }
#adopt-a-crag .bg {
background: #2a2727; }
@media only screen {
#adopt-a-crag .bg {
margin-top: 7.5rem; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg {
margin-top: 0.875rem; } }
#adopt-a-crag .bg > .row {
padding-top: 0;
padding-bottom: 0; }
#adopt-a-crag .bg .slick-slider {
margin-bottom: 0; }
#adopt-a-crag .bg > .row:first-of-type {
position: relative; }
#adopt-a-crag .bg > .row:first-of-type > img {
position: absolute;
-ms-transform: translate(-50%, -74%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -74%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -74%) !important;
z-index: 9;
width: 12.5rem;
left: 50%; }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type > img {
-ms-transform: translate(0, -75%) !important;
/* IE 9 */
-webkit-transform: translate(0, -75%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -75%) !important;
width: 14.0625rem;
right: 5rem;
left: initial; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant {
height: 33.125rem; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant {
width: 50% !important;
float: left !important; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type {
height: auto !important; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay {
background-color: #2a2727;
padding: 7.5rem 3.125rem 1.875rem; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay {
padding: 1.25rem 1.25rem; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay {
padding: 1.875rem 0; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay:before {
background-color: #2a2727; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content {
width: 100%;
padding: 0; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content * {
text-align: center !important; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content {
margin-top: 0; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content * {
text-align: left !important; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content {
padding-left: 0.9375rem;
padding-right: 4.6875rem; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content h3 {
color: #bac17d;
text-transform: initial;
font-size: 2rem;
margin: 0;
font-weight: 600; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content h3 {
font-size: 1.875rem;
max-width: 70%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content h3 {
font-size: 2.5rem; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content p {
font-size: 1.125rem;
line-height: 1.6em;
margin: 0;
color: #e6e4d0;
font-weight: 400; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content p {
font-size: 1.125rem;
line-height: 1.9em; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content p {
font-size: 1.125rem;
line-height: 1.9em; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:nth-of-type(2) {
position: relative !important;
float: right; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:nth-of-type(2) img {
left: 0 !important;
top: 0 !important; }
#adopt-a-crag .bg2 {
background-color: #546b35;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #546b35), color-stop(50%, #546b35), color-stop(51%, #738a34), color-stop(100%, #738a34));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#546b35', EndColorStr='#738a34'); }
#adopt-a-crag .bg2 > .row {
padding-top: 0;
padding-bottom: 0; }
#adopt-a-crag .bg2 .cta h3 {
font-size: 1.875rem;
line-height: 1.1em;
margin: 0;
color: #fff; }
#adopt-a-crag .bg2 .cta h3 strong {
display: block;
float: left;
font-size: 4.875rem;
margin-right: 0.625rem;
line-height: 1em;
margin-top: -0.8125rem;
margin-bottom: 0.625rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 .cta h3 strong {
float: none;
font-size: 3.2rem; } }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 .cta h3 {
font-size: 1.5rem; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 .cta .-divided {
padding-right: 4.6875rem; } }
#adopt-a-crag .bg2 .cta .columns:last-child {
background: #738a34; }
#adopt-a-crag .bg2 .cta .columns:last-child h3 {
color: #c9cbb4; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg2 .cta .columns:last-child {
padding-left: 3.125rem; } }
#adopt-a-crag .bg2 .cta td {
display: block;
width: 100%;
text-align: center; }
#adopt-a-crag .bg2 .cta td strong {
width: 100%;
text-align: center; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg2 .cta td {
display: table-cell;
text-align: left;
width: auto; }
#adopt-a-crag .bg2 .cta td .icon {
text-align: right; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
#adopt-a-crag .bg2 .cta h3 strong {
font-size: 4.875rem; }
#adopt-a-crag .bg2 .cta table, #adopt-a-crag .bg2 .cta table * {
display: inline-block;
text-align: center; } }
#adopt-a-crag .bg2 .slick-slider {
margin-bottom: 0; }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 .slick-slant,
#adopt-a-crag .bg2 .slide-contents {
height: 9.375rem !important; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) {
background: #546b35;
z-index: 999; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) h3 {
color: #FFF;
font-weight: 400; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant {
height: 9.375rem; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents {
padding: 1.25rem 1.875rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents {
text-align: center;
position: relative;
top: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
left: 3.125rem !important;
margin-right: 1.25rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
margin: 0 auto 10px !important;
display: block;
float: none;
clear: both; } }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
-ms-transform: tanslateY(-50%) !important;
/* IE 9 */
-webkit-transform: tanslateY(-50%) !important;
/* Chrome, Safari, Opera */
transform: tanslateY(-50%) !important;
position: absolute;
top: 50%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
left: 0.9375rem; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents h3 strong {
font-size: 4.875rem; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents .padded {
float: left; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type {
width: 100%;
float: none; }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type {
width: 56%;
float: left; } }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type img {
position: relative !important;
top: 0 !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
left: 0 !important; } }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type h3:first-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 64%; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type h3:last-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
left: 36%; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type .slide-contents:before {
background-color: #546b35; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type {
overflow: hidden;
width: 100%;
float: none;
background: #738a34; }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type {
width: 44%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents {
padding: 0.625rem 1.875rem 0.625rem 5.125rem;
float: right; } }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents img {
position: relative !important;
top: 0 !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
left: 0 !important; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents img {
left: 22% !important; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3 {
color: #c9cbb4; }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:first-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 60%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:first-of-type {
right: 34%; } }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:last-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
left: 40%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:last-of-type {
left: 67%;
width: 11.375rem; } }
#jeep-conservation {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#jeep-conservation {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#jeep-conservation {
padding-top: 3.125rem; } }
#jeep-conservation p {
font-size: 1.5625rem;
font-weight: 500;
line-height: 1.1; }
#jeep-conservation .bg {
background: #2B2727;
overflow: hidden; }
#jeep-conservation .bg > img {
width: 100%; }
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 {
color: #c9cbb4;
font-size: 2rem;
line-height: 1.2em;
font-weight: 500; }
@media only screen and (min-width: 40.063em) {
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 {
font-size: 2.625rem;
line-height: 1.5em; } }
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 strong {
color: #719540;
font-size: 4.6875rem;
line-height: 0.9em; }
@media only screen and (max-width: 40em) {
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 strong {
display: block;
width: 100%;
margin: 0 0 0.875rem;
font-size: 4.5rem; } }
#jeep-conservation .bg .row:nth-of-type(2) {
padding: 0; }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts {
padding: 1.875rem; }
@media only screen and (min-width: 40.063em) {
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts {
padding: 2.1875rem 3.125rem; } }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts > .columns {
display: table; }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts > .columns > .row {
display: table-cell;
vertical-align: middle; }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts > .columns > .row img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
#jeep-conservation .bg .row:nth-of-type(3) {
padding-bottom: 2.1875rem; }
#jeep-conservation .bg .row:nth-of-type(2) .columns,
#jeep-conservation .bg .row:nth-of-type(3) .columns {
color: #c9cbb4; }
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns {
margin-bottom: 0;
padding: 0; }
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns img,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns img {
height: 5rem;
width: auto; }
@media only screen and (min-width: 40.063em) {
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns img,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns img {
width: initial;
height: initial;
max-height: 4.0625rem; } }
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns p,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns p {
margin: 0; }
#homestead {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#homestead {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#homestead {
padding-top: 3.125rem; } }
#homestead .bg {
background: #272323;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch; }
@media only screen and (min-width: 40.063em) {
#homestead .bg {
flex-direction: row; } }
#homestead .bg .left-image {
position: relative;
background: url("../../images/homestead.jpg") center center;
background-size: cover;
min-height: 300px; }
@media only screen and (min-width: 40.063em) {
#homestead .bg .left-image {
width: 50%; } }
#homestead .bg .left-image .photo-credit {
position: absolute;
bottom: 10px;
left: 10px;
color: white; }
#homestead .bg .left-copy {
padding: 1.875rem;
text-align: center; }
@media only screen and (min-width: 40.063em) {
#homestead .bg .left-copy {
width: 50%;
padding: 4.6875rem; } }
@media only screen and (min-width: 64.063em) {
#homestead .bg .left-copy {
text-align: left; } }
#homestead .bg .left-copy p {
font-size: 1.25rem;
line-height: 1.4em;
font-weight: 300;
margin: 0;
text-align: center; }
@media only screen and (min-width: 64.063em) {
#homestead .bg .left-copy p {
text-align: left;
line-height: 2em; } }
#rock-project-tour {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#rock-project-tour {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#rock-project-tour {
padding-top: 3.125rem; } }
#rock-project-tour .bg {
background: #302c2c;
color: #c9cbb4; }
#rock-project-tour .bg .row {
padding: 0; }
#rock-project-tour .bg2 {
background: #536B35; }
#rock-project-tour .right-image {
padding: 0;
background: url("../../images/rock-project.jpg") 50% 50% no-repeat;
background-size: cover; }
#rock-project-tour .left-copy p {
margin: 5.625rem 0;
padding: 0 3.75rem; }
#rock-project-tour .lead-image-container {
position: relative;
width: 100%; }
#rock-project-tour .lead-image-container .lead-image {
width: 100%;
height: auto; }
#rock-project-tour .lead-image-container .credit {
position: absolute;
bottom: 10px;
left: 10px;
color: white;
text-shadow: 0px 0px 12px black; }
#rock-project-tour .be-considerate {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
color: #c9cbb4;
background: #302c2c;
padding: 0 15px 15px 15px; }
#rock-project-tour .be-considerate ul {
margin: 0;
padding: 0 15px 0 15px;
text-align: left; }
@media only screen and (min-width: 40.063em) {
#rock-project-tour .be-considerate ul {
padding: 15px 25px 15px 15px; } }
@media only screen and (min-width: 40.063em) {
#rock-project-tour .be-considerate {
flex-direction: row; } }
#rock-project-tour ul {
margin: 0;
text-align: center; }
#rock-project-tour .fact {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 0.9375rem;
list-style: none;
vertical-align: middle;
width: 100%;
color: #c9cbb4;
font-weight: 500;
font-size: 30px;
line-height: 35px; }
@media only screen and (min-width: 40.063em) {
#rock-project-tour .fact {
padding: 1.875rem;
font-size: 42px; } }
#rock-project-tour .cta {
background: #302c2c;
text-align: center; }
#rock-project-tour .cta h3 {
color: #c9cbb4 !important;
font-weight: 400;
font-size: 1.5rem;
line-height: 1.3;
position: relative; }
#rock-project-tour .cta h3.headline {
margin-bottom: -5px; }
@media only screen and (min-width: 64.063em) {
#rock-project-tour .cta h3 {
font-size: 2.4375rem; }
#rock-project-tour .cta h3.headline {
margin-bottom: -10px; } }
#rock-project-tour .cta a {
color: #c9cbb4 !important;
text-decoration: none; }
#rock-project-tour .cta a:hover {
text-decoration: underline; }
#wilderness-climbing-access {
padding-top: 6.25rem;
margin-top: 0.625rem; }
@media only screen and (max-width: 40em) {
#wilderness-climbing-access {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#wilderness-climbing-access {
padding-top: 3.125rem; } }
#wilderness-climbing-access .headline {
padding: 0 15px; }
#wilderness-climbing-access .headline h2 {
text-align: center; }
#wilderness-climbing-access .bg {
background: url("../../images/indian-creek.jpg") 40% center;
background-size: cover; }
#wilderness-climbing-access .bg > .row {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 400px; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg > .row {
min-height: 700px; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg > .row {
min-height: 1000px; } }
#wilderness-climbing-access .bg > .row p {
padding: 0 1.25rem;
text-align: center;
color: #FFF;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
font-size: 0.75rem;
position: absolute;
bottom: 0.625rem;
right: 0.625rem;
margin: 0;
text-align: left; }
#wilderness-climbing-access .bg2 {
background: #373333;
overflow: hidden; }
#wilderness-climbing-access .bg2 .dark-gray {
padding-top: 20px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center; }
#wilderness-climbing-access .bg2 .light-gray {
padding-top: 20px;
display: flex;
align-items: center;
justify-content: center;
background-color: #454040;
overflow: hidden; }
#wilderness-climbing-access .bg2 .cta {
position: relative;
max-width: 100rem;
margin: 0 auto;
padding-top: 15px;
padding-left: 30%;
padding-right: 5%; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg2 .cta {
padding-left: 22%; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 .cta {
padding-left: 14%; } }
@media only screen and (min-width: 90.063em) {
#wilderness-climbing-access .bg2 .cta {
padding-left: 10%; } }
#wilderness-climbing-access .bg2 .cta img {
position: absolute;
bottom: 0;
left: 8px; }
#wilderness-climbing-access .bg2 p {
text-transform: uppercase;
color: #c9cbb4;
line-height: 1.5em;
font-weight: 400 !important;
font-size: 1rem;
text-align: center; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg2 p {
font-size: 1.5rem; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 p {
text-align: left; } }
#wilderness-climbing-access .bg2 p strong {
font-size: 2.8125rem; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg2 p strong {
font-size: 3.4375rem; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 p strong {
font-size: 4.6875rem; } }
#wilderness-climbing-access .bg2 .row {
position: relative;
background: #373333;
padding-bottom: 0; }
#wilderness-climbing-access .bg2 .row img {
position: absolute;
bottom: 0;
left: 50%;
width: 8.75rem;
-ms-transform: translate(-50%, 0) !important;
/* IE 9 */
-webkit-transform: translate(-50%, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, 0) !important; }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 .row img {
top: 0;
left: 1.25rem;
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 12.5rem; } }
#wilderness-climbing-access .bg2 .row img.protesters {
bottom: -14px; }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 .row img.protesters {
top: auto;
bottom: -16px; } }
#wilderness-climbing-access .bg2 .row.flipped {
text-align: center;
padding-top: 50px; }
#fight-is-on {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#fight-is-on {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#fight-is-on {
padding-top: 3.125rem; }
#fight-is-on > .row {
padding: 0.9375rem 3.125rem; } }
#fight-is-on h2 strong {
color: #4e6c28;
font-size: 110%; }
#fight-is-on .bg {
background: #4e6c28; }
#fight-is-on .bg p {
margin: 0;
color: #fff;
line-height: 1.6em;
padding: 2.5rem 1.875rem; }
@media only screen and (max-width: 40em) {
#fight-is-on .bg p {
line-height: 1.4em; } }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg p {
margin-bottom: 0;
line-height: 2; } }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg p {
padding: 5rem 3.125rem 5rem 0; } }
#fight-is-on .bg .image-right {
position: relative;
background: url("../../images/fight-is-on.jpg") left center;
background-size: cover; }
#fight-is-on .bg .image-right .credit {
position: absolute;
bottom: 5px;
text-shadow: 1px 1px 3px black; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg .image-right.mobile {
display: none; } }
#fight-is-on .bg .image-right.desktop {
display: none; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg .image-right.desktop {
display: block; } }
#fight-is-on .bg .rock-video {
margin-bottom: 0; }
#fight-is-on .bg > .row {
overflow: visible;
padding-top: 0;
padding-bottom: 0; }
#fight-is-on .bg2 {
margin-top: -1px;
background: #454040; }
#fight-is-on .bg2 .cta h3 {
color: #c9cbb4 !important;
font-weight: 400;
font-size: 1.5rem;
line-height: 1.3;
position: relative; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg2 .cta h3 {
font-size: 2.4375rem; } }
#fight-is-on .bg2 .cta a {
text-decoration: none;
text-align: left; }
#fight-is-on .bg2 .cta .columns h3 {
padding: 1.75rem 0 1.5625rem;
font-weight: 500;
font-size: 1.5rem;
letter-spacing: 0.0625rem;
line-height: 1.1em;
position: relative;
display: inline-block; }
#fight-is-on .bg2 .cta .columns h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: #c9cbb4;
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg2 .cta .columns h3 {
font-size: 2.4375rem; } }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 .cta .columns h3 {
padding-right: 0.9375rem; } }
#fight-is-on .bg2 .cta .columns a:hover h3:after {
width: 100%;
background-color: white; }
#fight-is-on .bg2 > .row {
padding: 0; }
#fight-is-on .bg2 > .row .slick-single {
margin-bottom: 0; }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant h3 {
font-weight: 200; }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 100%;
float: none; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 60%;
float: left; } }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type .slide-contents {
padding-left: 0.9375rem; } }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type:before {
background: #454040; }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
overflow: hidden;
width: 100%;
float: none;
background-color: #4e6c28;
position: relative; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
width: 40%;
float: right; } }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
width: 100%;
padding: 0; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
margin-left: -3%; } }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
width: 100%;
margin: 0;
padding: 1.875rem;
display: block;
background-color: #4e6c28; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
padding: 0; } }
#advocacy {
padding-top: 6.25rem;
margin-top: 0.625rem; }
@media only screen and (max-width: 40em) {
#advocacy {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#advocacy {
padding-top: 3.125rem; } }
#advocacy .bg {
background: url("../../images/upslope.jpg") center;
background-size: cover; }
#advocacy .bg > .row {
position: relative;
padding-top: 7.5rem;
padding-bottom: 0.625rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row {
padding-bottom: 25rem; } }
#advocacy .bg > .row .columns:nth-of-type(1) h1 {
background: rgba(85, 119, 40, 0.9) url("../../images/land-trust.png") 50% 50% no-repeat;
background-size: 70%;
display: inline-block;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 0 2.5rem 0;
font-weight: 600;
height: 12.5rem;
width: 12.5rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row .columns:nth-of-type(1) h1 {
height: 15.625rem;
width: 15.625rem;
font-size: 2.1875rem; } }
@media only screen and (min-width: 64.063em) {
#advocacy .bg > .row .columns:nth-of-type(1) h1 {
height: 21.25rem;
width: 21.25rem;
font-size: 2.5rem; } }
#advocacy .bg > .row .columns:nth-of-type(2) {
margin-bottom: 100px; }
#advocacy .bg > .row .columns:nth-of-type(2) h1 {
font-weight: 600 !important;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
font-size: 1.625rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row .columns:nth-of-type(2) h1 {
font-size: 2rem; } }
@media only screen and (min-width: 64.063em) {
#advocacy .bg > .row .columns:nth-of-type(2) h1 {
font-size: 3.125rem; } }
#advocacy .bg > .row p {
padding: 0 1.25rem;
text-align: center;
color: #FFF;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
font-size: 0.75rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row p {
font-size: 1rem;
position: absolute;
bottom: 0.625rem;
right: 0.625rem;
margin: 0;
text-align: left; } }
#advocacy .bg2 {
background: #373333;
overflow: hidden;
padding: 1.25rem 0 0.75rem; }
#advocacy .bg2 .row {
position: relative;
background: #373333;
padding-bottom: 0; }
#advocacy .bg2 .row img {
position: absolute;
bottom: -0.75rem;
left: 50%;
width: 8.75rem;
-ms-transform: translate(-50%, 0) !important;
/* IE 9 */
-webkit-transform: translate(-50%, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, 0) !important; }
@media only screen and (min-width: 64.063em) {
#advocacy .bg2 .row img {
left: 1.25rem;
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 9.0625rem; } }
#advocacy .bg2 .row .columns p {
text-transform: uppercase;
color: #c9cbb4;
line-height: 1.5em;
font-weight: 400 !important;
font-size: 1.6rem;
margin: 0 1.875rem 8.75rem;
text-align: center; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg2 .row .columns p {
font-size: 2.125rem; } }
@media only screen and (min-width: 64.063em) {
#advocacy .bg2 .row .columns p {
margin: 0 0 1.25rem 11.25rem;
text-align: left; } }
#advocacy .bg2 .row .columns p strong {
font-size: 4.6875rem; }
#financials {
padding-top: 6.25rem; }
#financials .finances2 {
max-width: 580px; }
#financials .hide-mobile {
display: none; }
@media only screen and (min-width: 90.063em) {
#financials .hide-mobile {
display: block; } }
@media only screen and (max-width: 40em) {
#financials {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials {
padding-top: 3.125rem; }
#financials > .row {
padding: 0.9375rem 3.125rem; } }
#financials > .row:first-of-type > .columns:first-of-type p {
line-height: 2; }
#financials .bg {
background: #e8e8e8;
overflow: hidden; }
#financials .bg > .row:nth-of-type(1) {
background: #e8e8e8; }
#financials .bg > .row:nth-of-type(1) > p {
margin-right: 1.875rem; }
#financials .bg > .expanded:nth-of-type(2) {
background-color: #373333;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #373333), color-stop(50%, #373333), color-stop(51%, rgba(55, 51, 51, 0)), color-stop(100%, rgba(55, 51, 51, 0)));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#373333', EndColorStr='rgba(55, 51, 51, 0)');
margin: 0 0 6.25rem; }
#financials .bg > .expanded:nth-of-type(2) .row {
padding: 0; }
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
padding: 0;
margin: 0; }
@media only screen and (max-width: 40em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
width: 100%;
height: auto !important; } }
#financials .bg > .expanded:nth-of-type(2) .row > .columns .columns .columns {
display: table; }
@media only screen and (min-width: 90.063em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns .columns .columns {
padding-top: 0.625rem;
padding-bottom: 0.625rem; }
#financials .bg > .expanded:nth-of-type(2) .row > .columns .columns .columns.end {
margin-left: 0.9375rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns .stats > img {
width: 460px;
margin-left: -380px; } }
#financials .bg > .expanded:nth-of-type(3) {
background-color: rgba(55, 51, 51, 0);
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(55, 51, 51, 0)), color-stop(50%, rgba(55, 51, 51, 0)), color-stop(51%, #373333), color-stop(100%, #373333));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* IE10 */
background-image: -o-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(55, 51, 51, 0)', EndColorStr='#373333'); }
#financials .bg > .expanded:nth-of-type(3) .row {
padding: 0; }
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
padding: 0;
margin: 0; }
@media only screen and (max-width: 40em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
width: 100%;
height: auto !important; } }
#financials .bg > .expanded:nth-of-type(3) .row > .columns .columns .columns {
display: table; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns .columns .columns {
width: 76%;
display: block;
float: right; } }
@media only screen and (min-width: 64.063em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns .stats > img {
margin-right: -530px;
margin-bottom: -9px; } }
@media only screen and (min-width: 40.063em) {
#financials .bg .factoids {
padding: 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .factoids {
padding: 0; } }
@media only screen and (max-width: 40em) {
#financials .bg .factoids > .columns {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: solid 2px rgba(0, 0, 0, 0.2); }
#financials .bg .factoids > .columns:last-of-type {
border: 0;
margin-bottom: 0;
padding-bottom: 0; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .factoids > .columns {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: solid 2px rgba(0, 0, 0, 0.2); }
#financials .bg .factoids > .columns:last-of-type {
border: 0;
margin-bottom: 0;
padding-bottom: 0; } }
#financials .bg .factoids h3 {
font-size: 12vw;
font-weight: 700;
color: #373333;
margin: 0 0 0.1875rem 0;
line-height: 1em; }
@media only screen and (min-width: 40.063em) {
#financials .bg .factoids h3 {
font-size: 4.5625rem; } }
@media only screen and (min-width: 64.063em) {
#financials .bg .factoids h3 {
font-size: 4vw; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .factoids h3 {
font-size: 4.5625rem; } }
#financials .bg .factoids h3 span {
display: inline-block;
vertical-align: top;
margin-top: 0.375rem;
font-size: 2.875rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .factoids h3 span {
font-size: 2rem; } }
@media only screen and (max-width: 40em) {
#financials .bg .factoids h3 span {
font-size: 1.5rem; } }
#financials .bg .factoids p {
font-size: 4vw;
margin: 0;
text-transform: uppercase;
font-weight: 500;
line-height: 1.2em; }
@media only screen and (min-width: 40.063em) {
#financials .bg .factoids p {
font-size: 1.5625rem;
line-height: 1.3em; } }
#financials .bg .factoids img {
width: 100%; }
#financials .bg .stats {
background: #373333; }
@media only screen {
#financials .bg .stats {
padding: 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats {
padding: 0; } }
#financials .bg .stats * {
color: #c9cbb4; }
#financials .bg .stats strong {
color: #FFF; }
#financials .bg .stats h2 {
font-weight: 300;
font-size: 3.375rem;
letter-spacing: .03em;
line-height: 1em;
margin-top: 1.25rem; }
@media only screen and (max-width: 40em) {
#financials .bg .stats h2 {
text-align: center;
margin: 0 0 1.25rem 0;
font-size: 1.625rem; } }
#financials .bg .stats h3 {
font-size: 1.25rem;
color: #dcdbdb;
margin-bottom: 0;
padding-left: 0.1875rem;
margin-top: 1.25rem; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats h3 {
width: 76%;
float: right; } }
#financials .bg .stats p.dot {
font-weight: 400; }
@media only screen and (min-width: 40.063em) {
#financials .bg .stats > .columns {
padding-right: 5rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats > .columns .row {
margin: 3rem 0; }
#financials .bg .stats > .columns .row:first-of-type {
margin-top: 0; }
#financials .bg .stats > .columns .row:last-of-type {
margin-bottom: 0; } }
#financials .bg .stats.right {
text-align: center; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.right {
width: 100%; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.right {
padding-left: 0; } }
#financials .bg .stats.right > .columns {
padding: 0.625rem 0.9375rem; }
@media only screen and (min-width: 64.063em) {
#financials .bg .stats.right > .columns {
padding: 0.625rem 0 0 6.125rem !important; } }
@media only screen and (min-width: 64.063em) {
#financials .bg .stats.right .row {
margin: 0; }
#financials .bg .stats.right .row:first-of-type {
margin-top: 0; } }
#financials .bg .stats.right .right {
text-align: left; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.right .right:first-of-type {
width: 60% !important; } }
#financials .bg .stats.right .right .columns div {
position: relative;
display: table;
padding: 1.25rem 0; }
#financials .bg .stats.right .right .dot-group {
padding-left: 0 !important; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .stats.right img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
margin-top: 1.875rem;
width: 56vw !important; } }
@media only screen and (max-width: 40em) {
#financials .bg .stats.right img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 56vw !important;
margin: 40px auto 0 !important;
float: none !important;
display: block; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.right img.graph {
position: absolute;
top: 50%;
left: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 41vw;
max-height: 33.125rem;
max-width: 33.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.right img.graph {
float: left;
-ms-transform: translate(-49%, -0.5%) !important;
/* IE 9 */
-webkit-transform: translate(-49%, -0.5%) !important;
/* Chrome, Safari, Opera */
transform: translate(-49%, -0.5%) !important;
margin-right: -582px; } }
#financials .bg .stats.left {
text-align: center; }
@media only screen and (min-width: 64.063em) {
#financials .bg .stats.left {
padding-right: 0; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left {
width: 100%; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left .left:first-of-type {
padding-left: 0; } }
#financials .bg .stats.left .columns > div {
position: relative;
padding: 1.5625rem 0; }
@media only screen and (max-width: 40em) {
#financials .bg .stats.left .columns > div {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .stats.left .columns > div {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left .columns > div {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.left .columns > div {
display: table; } }
#financials .bg .stats.left .columns .row {
padding: 0; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left p.dot {
width: 65%;
display: block; } }
#financials .bg .stats.left img.graph + div {
text-align: left; }
@media only screen and (max-width: 40em) {
#financials .bg .stats.left img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 56vw !important;
margin: 40px auto 0 !important;
padding: 0 0.625rem;
float: none !important;
display: block; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .stats.left img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 56vw !important;
margin-top: 1.875rem;
padding: 0 0.625rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left img.graph {
position: absolute;
top: 50%;
right: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 41vw;
max-height: 33.125rem;
max-width: 33.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.left img.graph {
float: right;
width: 554px !important;
-ms-transform: translate(51%, 0) !important;
/* IE 9 */
-webkit-transform: translate(51%, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(51%, 0) !important;
margin-left: -236px;
margin-top: -2px; } }
#financials .disclaimer {
padding: 0 3.125rem;
text-transform: uppercase; }
#financials .disclaimer sup {
font-size: 60%; }
#board-staff {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#board-staff {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#board-staff {
padding-top: 3.125rem; } }
#board-staff .bg {
background-color: #373333;
position: relative;
padding: 3.75rem 0; }
#board-staff .bg * {
color: #c9cbb4; }
#board-staff .bg h4 {
text-transform: uppercase;
font-weight: 500;
font-size: 1.3125rem; }
#board-staff .bg h4:after {
display: block;
content: "";
height: 1px;
max-width: 12.5rem;
margin: 1.25rem auto;
background: #c9cbb4; }
@media only screen and (min-width: 64.063em) {
#board-staff .bg h4 {
font-size: 2rem; }
#board-staff .bg h4:after {
margin: 3.125rem auto; } }
#board-staff .bg p {
font-size: 1rem;
font-weight: 200;
line-height: 1.2em;
margin-bottom: 1.25rem;
padding-left: 1.25rem;
padding-right: 1.25rem; }
@media only screen and (min-width: 64.063em) {
#board-staff .bg p {
font-size: 1.75rem; } }
#board-staff .bg p strong {
font-weight: 500; }
#members {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#members {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#members {
padding-top: 3.125rem; }
#members > .row {
padding: 0.9375rem 3.125rem; } }
#members > .row:first-of-type > .columns:first-of-type h2 strong {
font-size: 6.125rem;
color: #567335; }
@media only screen and (max-width: 40em) {
#members > .row:first-of-type > .columns:first-of-type h2 strong {
font-size: 3rem; } }
#members > .row:first-of-type > .columns:first-of-type p {
line-height: 2; }
#members .bg {
background: #567335;
overflow: hidden; }
#members .bg > .row {
padding-top: 0;
padding-bottom: 0; }
#members .bg img {
width: auto !important; }
#members .bg .slick-single {
margin-bottom: 0; }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
width: 100%; }
@media only screen and (min-width: 64.063em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
width: 45%; } }
@media only screen and (max-width: 40em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
height: auto !important; } }
@media only screen and (max-width: 40em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) * {
position: relative !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) * {
position: relative !important; } }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) .black-overlay {
padding: 3.125rem; }
@media only screen and (min-width: 90.063em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) .black-overlay {
padding: 1.875rem 0.9375rem; } }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) .black-overlay:before {
background-color: #567335; }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(2) {
width: 55%;
position: relative !important;
overflow: hidden; }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(2) .bgslide {
background: url("../../images/casey-feature.jpg") 50% 25%;
background-size: cover;
width: 100%;
min-height: 37.5rem; }
#members .bg .slick-single h3 {
text-transform: initial;
font-weight: 500;
font-size: 2.9375rem;
margin-top: 0; }
@media only screen and (max-width: 40em) {
#members .bg .slick-single h3 {
font-size: 1.625rem;
border-bottom: solid 2px rgba(255, 255, 255, 0.5);
margin-bottom: 0.875rem;
padding-bottom: 0.875rem;
text-align: center; } }
#members .bg .slick-single p {
font-size: 1.25rem;
line-height: 1.9;
margin-bottom: 0; }
@media only screen and (max-width: 40em) {
#members .bg .slick-single p {
font-size: 1rem;
text-align: center; } }
#members .bg2 {
background-color: #454040; }
#members .bg2 > .row {
padding-top: 0;
padding-bottom: 0; }
#members .bg2 > .row .bg-oil h3 {
color: #c9cbb4;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-align: left;
display: inline-block;
font-size: 6vw;
line-height: 1.2em;
margin: 0;
vertical-align: middle;
padding-left: 1.25rem; }
@media only screen and (min-width: 40.063em) {
#members .bg2 > .row .bg-oil h3 {
font-size: 2.25rem;
line-height: 1.3em; } }
@media only screen and (min-width: 64.063em) {
#members .bg2 > .row .bg-oil h3 {
font-size: 3.125rem; } }
#members .bg2 > .row .bg-oil h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(201, 203, 180, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
#members .bg2 > .row .bg-oil a {
text-decoration: none;
display: inline-block; }
#members .bg2 > .row .bg-oil a:hover h3:after {
width: 100%;
background-color: #c9cbb4; }
@media only screen and (min-width: 90.063em) {
#members .bg2 > .row .bg-oil .columns {
padding: 0 0 0 1.875rem; }
#members .bg2 > .row .bg-oil a {
text-align: left; } }
#corporate-partners {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#corporate-partners {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#corporate-partners {
padding-top: 3.125rem; }
#corporate-partners > .row {
padding: 0.9375rem 3.125rem; } }
#corporate-partners > .row:first-of-type h2 strong {
font-size: 6.125rem;
color: #567335; }
@media only screen and (max-width: 40em) {
#corporate-partners > .row:first-of-type h2 strong {
font-size: 3rem; } }
#corporate-partners > .row:first-of-type p {
line-height: 2; }
#corporate-partners .bg {
background: #373333; }
#corporate-partners .bg .row.partner-stats {
background: #373333;
padding: 0 1.25rem;
position: relative; }
@media only screen and (min-width: 40.063em) {
#corporate-partners .bg .row.partner-stats {
padding: 0 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg .row.partner-stats {
padding: 3.75rem 0; } }
#corporate-partners .bg .row.partner-stats .columns {
padding: 2.5rem 0;
display: table; }
#corporate-partners .bg .row.partner-stats .columns div {
display: table-cell;
vertical-align: middle; }
@media only screen and (max-width: 40em) {
#corporate-partners .bg .row.partner-stats .columns {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#corporate-partners .bg .row.partner-stats .columns {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg .row.partner-stats .columns {
padding: 0 1.875rem; }
#corporate-partners .bg .row.partner-stats .columns div {
padding-left: 3.75rem; } }
#corporate-partners .bg .row.partner-stats .columns h3 {
font-weight: 700;
font-size: 3.75rem;
color: #c9cbb4;
float: left;
display: block;
line-height: 1em;
margin: 0 1.25rem 1.25rem 0; }
@media only screen and (min-width: 64.063em) {
#corporate-partners .bg .row.partner-stats .columns h3 {
font-size: 6.25rem; } }
#corporate-partners .bg .row.partner-stats .columns img {
float: left; }
#corporate-partners .bg .row.partner-stats .columns h4 {
font-size: 1.3125rem;
text-transform: uppercase;
font-weight: 400;
line-height: 1.3em;
color: #c9cbb4;
display: block;
clear: both;
padding-top: 0.625rem; }
@media only screen and (min-width: 64.063em) {
#corporate-partners .bg .row.partner-stats .columns h4 {
font-size: 1.5625rem; } }
#corporate-partners .bg .row.partner-stats .columns:after {
position: absolute;
display: block;
content: "";
background-color: #403c3b;
width: 100%;
height: 0.375rem;
right: 0;
bottom: 0; }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg .row.partner-stats .columns:after {
width: 0.5rem;
height: 100%;
right: 0;
top: 0;
bottom: initial;
-ms-transform: skew(-15deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-15deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-15deg, 0deg); } }
#corporate-partners .bg .row.partner-stats .columns:last-of-type:after {
display: none; }
#corporate-partners .bg2 {
background-color: #546b35;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #546b35), color-stop(50%, #546b35), color-stop(51%, #738a34), color-stop(100%, #738a34));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#546b35', EndColorStr='#738a34'); }
#corporate-partners .bg2 .cta a:first-child .icon {
width: 6.25rem; }
#corporate-partners .bg2 .cta a:last-child .icon {
width: 7.5rem; }
#corporate-partners .bg2 > .row:nth-of-type(1) {
padding-top: 0;
padding-bottom: 0;
background: #546b35; }
#corporate-partners .bg2 > .row:nth-of-type(1) img {
position: initial !important;
-ms-transform: none !important;
/* IE 9 */
-webkit-transform: none !important;
/* Chrome, Safari, Opera */
transform: none !important;
max-height: 100%;
display: inline-block; }
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-weight: 600;
text-transform: uppercase;
display: inline-block;
line-height: 1.3em;
font-size: 1.75rem;
margin-bottom: 0;
color: #fff; }
#corporate-partners .bg2 > .row:nth-of-type(1) h4 strong {
display: block;
font-weight: 700;
font-size: 3.75rem;
margin-bottom: 1.25rem;
line-height: 0.35em; }
#corporate-partners .bg2 > .row:nth-of-type(1) h4:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-size: 3.5vw; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-size: 2.5vw; } }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-size: 2.5rem; } }
#corporate-partners .bg2 > .row:nth-of-type(1) a {
text-decoration: none; }
#corporate-partners .bg2 > .row:nth-of-type(1) a:hover h4:after {
width: 100%;
background-color: white; }
#corporate-partners .bg2 > .row:nth-of-type(1) .columns:last-child {
overflow: hidden;
background: #738a34; }
#corporate-partners .bg2 > .row:nth-of-type(1) .columns:last-child .slide-contents {
height: 100%;
width: 100%; }
#thank-you {
padding-left: 1.875rem;
padding-right: 1.875rem;
padding-top: 6.25rem; }
#thank-you p {
font-size: 1.25rem;
line-height: 2; }
#thank-you h2 {
margin-bottom: 1.25rem; }
#thank-you .name {
line-height: 1.4;
font-size: 1.4375rem;
margin-top: 0.625rem; }
#thank-you .sig {
margin-top: 1.875rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#thank-you {
padding-top: 3.125rem; }
#thank-you > .row {
padding: 0.9375rem 3.125rem; } }
@media only screen and (max-width: 40em) {
#thank-you {
padding-top: 1.875rem; }
#thank-you .row, #thank-you .columns {
padding: 0; } }
#share {
margin-top: 6.25rem;
background-color: #3c599f;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3c599f), color-stop(50%, #3c599f), color-stop(51%, #20b8ff), color-stop(100%, #20b8ff));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3c599f', EndColorStr='#20b8ff');
overflow: hidden;
position: relative; }
#share a {
text-decoration: none; }
#share .fb {
position: relative;
z-index: 1;
margin-bottom: 0;
background-color: #3c599f; }
#share .fb:hover {
background: #5171bd; }
#share .tw {
background: #20b8ff; }
#share .tw:hover {
background: #6dd0ff; }
#share .fb,
#share .tw {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
#share .fb table,
#share .tw table {
margin: auto;
padding-top: 1.5625rem;
padding-bottom: 1.5625rem; }
#share .fb td,
#share .tw td {
font-size: 1.75rem;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.4; }
#share .fb td img,
#share .tw td img {
max-width: none; }
#share .fb a,
#share .tw a {
display: block; }
#share .row {
padding-top: 0;
padding-bottom: 0; }
#share .row .slick-single {
margin-bottom: 0;
width: auto;
float: none; }
@media only screen and (min-width: 64.063em) {
#share .row .slick-single > div .slick-slant {
width: 50% !important; } }
@media only screen and (min-width: 64.063em) {
#share .row .slick-single > div .slick-slant:nth-of-type(2) {
float: right; } }
#share .row .slick-single > div .slick-slant:nth-of-type(2) .button {
margin-bottom: 0;
height: 100%; }
#share .row .slick-single > div .slick-slant .slide-contents {
height: 100%;
padding: 0 !important; }
#share .row .slick-single > div .slick-slant .slide-contents a.button {
padding: 1.25rem 1.875rem;
overflow: visible;
text-align: center;
width: 100%;
height: 100%;
text-decoration: none; }
@media only screen and (min-width: 40.063em) {
#share .row .slick-single > div .slick-slant .slide-contents a.button {
padding: 1.875rem 0;
font-size: 1.5rem; } }
#share .row .slick-single > div .slick-slant .slide-contents a.button img {
margin-right: 10px;
-ms-transform: none !important;
/* IE 9 */
-webkit-transform: none !important;
/* Chrome, Safari, Opera */
transform: none !important;
position: initial !important;
display: initial !important; }
table {
background-color: transparent;
border: none;
margin-bottom: 0;
padding: 0.625rem 0; } | legacy/web/reports/our-2017-work/stylesheets/css/annualreport.css | @charset "UTF-8";
meta.foundation-version {
font-family: "/5.5.0/"; }
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0em; }
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0em; }
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em; }
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
width: 40.063em; }
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em; }
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
width: 64.063em; }
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em; }
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
width: 90.063em; }
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em; }
meta.foundation-data-attribute-namespace {
font-family: false; }
html, body {
height: 100%; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html,
body {
font-size: 100%; }
body {
background: #fff;
color: #222;
padding: 0;
margin: 0;
font-family: "Raleway", sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.5;
position: relative;
cursor: auto; }
a:hover {
cursor: pointer; }
img {
max-width: 100%;
height: auto; }
img {
-ms-interpolation-mode: bicubic; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important; }
.left {
float: left !important; }
.right {
float: right !important; }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.hide {
display: none !important;
visibility: hidden; }
.invisible {
visibility: hidden; }
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
display: inline-block;
vertical-align: middle; }
textarea {
height: auto;
min-height: 50px; }
select {
width: 100%; }
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 100rem; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.row.collapse > .column,
.row.collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.collapse .row {
margin-left: 0;
margin-right: 0; }
.row .row {
width: auto;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
margin-top: 0;
margin-bottom: 0;
max-width: none; }
.row .row:before, .row .row:after {
content: " ";
display: table; }
.row .row:after {
clear: both; }
.row .row.collapse {
width: auto;
margin: 0;
max-width: none; }
.row .row.collapse:before, .row .row.collapse:after {
content: " ";
display: table; }
.row .row.collapse:after {
clear: both; }
.column,
.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left; }
[class*="column"] + [class*="column"]:last-child {
float: right; }
[class*="column"] + [class*="column"].end {
float: left; }
@media only screen {
.small-push-0 {
position: relative;
left: 0%;
right: auto; }
.small-pull-0 {
position: relative;
right: 0%;
left: auto; }
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.small-push-3 {
position: relative;
left: 25%;
right: auto; }
.small-pull-3 {
position: relative;
right: 25%;
left: auto; }
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.small-push-6 {
position: relative;
left: 50%;
right: auto; }
.small-pull-6 {
position: relative;
right: 50%;
left: auto; }
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.small-push-9 {
position: relative;
left: 75%;
right: auto; }
.small-pull-9 {
position: relative;
right: 75%;
left: auto; }
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.small-1 {
width: 8.33333%; }
.small-2 {
width: 16.66667%; }
.small-3 {
width: 25%; }
.small-4 {
width: 33.33333%; }
.small-5 {
width: 41.66667%; }
.small-6 {
width: 50%; }
.small-7 {
width: 58.33333%; }
.small-8 {
width: 66.66667%; }
.small-9 {
width: 75%; }
.small-10 {
width: 83.33333%; }
.small-11 {
width: 91.66667%; }
.small-12 {
width: 100%; }
.small-offset-0 {
margin-left: 0% !important; }
.small-offset-1 {
margin-left: 8.33333% !important; }
.small-offset-2 {
margin-left: 16.66667% !important; }
.small-offset-3 {
margin-left: 25% !important; }
.small-offset-4 {
margin-left: 33.33333% !important; }
.small-offset-5 {
margin-left: 41.66667% !important; }
.small-offset-6 {
margin-left: 50% !important; }
.small-offset-7 {
margin-left: 58.33333% !important; }
.small-offset-8 {
margin-left: 66.66667% !important; }
.small-offset-9 {
margin-left: 75% !important; }
.small-offset-10 {
margin-left: 83.33333% !important; }
.small-offset-11 {
margin-left: 91.66667% !important; }
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.small-uncentered,
.columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none; }
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left; }
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right; }
.row.small-collapse > .column,
.row.small-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.small-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; } }
@media only screen and (min-width: 40.063em) {
.medium-push-0 {
position: relative;
left: 0%;
right: auto; }
.medium-pull-0 {
position: relative;
right: 0%;
left: auto; }
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.medium-push-3 {
position: relative;
left: 25%;
right: auto; }
.medium-pull-3 {
position: relative;
right: 25%;
left: auto; }
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.medium-push-6 {
position: relative;
left: 50%;
right: auto; }
.medium-pull-6 {
position: relative;
right: 50%;
left: auto; }
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.medium-push-9 {
position: relative;
left: 75%;
right: auto; }
.medium-pull-9 {
position: relative;
right: 75%;
left: auto; }
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.medium-1 {
width: 8.33333%; }
.medium-2 {
width: 16.66667%; }
.medium-3 {
width: 25%; }
.medium-4 {
width: 33.33333%; }
.medium-5 {
width: 41.66667%; }
.medium-6 {
width: 50%; }
.medium-7 {
width: 58.33333%; }
.medium-8 {
width: 66.66667%; }
.medium-9 {
width: 75%; }
.medium-10 {
width: 83.33333%; }
.medium-11 {
width: 91.66667%; }
.medium-12 {
width: 100%; }
.medium-offset-0 {
margin-left: 0% !important; }
.medium-offset-1 {
margin-left: 8.33333% !important; }
.medium-offset-2 {
margin-left: 16.66667% !important; }
.medium-offset-3 {
margin-left: 25% !important; }
.medium-offset-4 {
margin-left: 33.33333% !important; }
.medium-offset-5 {
margin-left: 41.66667% !important; }
.medium-offset-6 {
margin-left: 50% !important; }
.medium-offset-7 {
margin-left: 58.33333% !important; }
.medium-offset-8 {
margin-left: 66.66667% !important; }
.medium-offset-9 {
margin-left: 75% !important; }
.medium-offset-10 {
margin-left: 83.33333% !important; }
.medium-offset-11 {
margin-left: 91.66667% !important; }
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.medium-uncentered,
.columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none; }
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left; }
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right; }
.row.medium-collapse > .column,
.row.medium-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.medium-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.push-0 {
position: relative;
left: 0%;
right: auto; }
.pull-0 {
position: relative;
right: 0%;
left: auto; }
.push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.push-3 {
position: relative;
left: 25%;
right: auto; }
.pull-3 {
position: relative;
right: 25%;
left: auto; }
.push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.push-6 {
position: relative;
left: 50%;
right: auto; }
.pull-6 {
position: relative;
right: 50%;
left: auto; }
.push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.push-9 {
position: relative;
left: 75%;
right: auto; }
.pull-9 {
position: relative;
right: 75%;
left: auto; }
.push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.pull-11 {
position: relative;
right: 91.66667%;
left: auto; } }
@media only screen and (min-width: 64.063em) {
.large-push-0 {
position: relative;
left: 0%;
right: auto; }
.large-pull-0 {
position: relative;
right: 0%;
left: auto; }
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.large-push-3 {
position: relative;
left: 25%;
right: auto; }
.large-pull-3 {
position: relative;
right: 25%;
left: auto; }
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.large-push-6 {
position: relative;
left: 50%;
right: auto; }
.large-pull-6 {
position: relative;
right: 50%;
left: auto; }
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.large-push-9 {
position: relative;
left: 75%;
right: auto; }
.large-pull-9 {
position: relative;
right: 75%;
left: auto; }
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.large-1 {
width: 8.33333%; }
.large-2 {
width: 16.66667%; }
.large-3 {
width: 25%; }
.large-4 {
width: 33.33333%; }
.large-5 {
width: 41.66667%; }
.large-6 {
width: 50%; }
.large-7 {
width: 58.33333%; }
.large-8 {
width: 66.66667%; }
.large-9 {
width: 75%; }
.large-10 {
width: 83.33333%; }
.large-11 {
width: 91.66667%; }
.large-12 {
width: 100%; }
.large-offset-0 {
margin-left: 0% !important; }
.large-offset-1 {
margin-left: 8.33333% !important; }
.large-offset-2 {
margin-left: 16.66667% !important; }
.large-offset-3 {
margin-left: 25% !important; }
.large-offset-4 {
margin-left: 33.33333% !important; }
.large-offset-5 {
margin-left: 41.66667% !important; }
.large-offset-6 {
margin-left: 50% !important; }
.large-offset-7 {
margin-left: 58.33333% !important; }
.large-offset-8 {
margin-left: 66.66667% !important; }
.large-offset-9 {
margin-left: 75% !important; }
.large-offset-10 {
margin-left: 83.33333% !important; }
.large-offset-11 {
margin-left: 91.66667% !important; }
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.large-uncentered,
.columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none; }
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left; }
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right; }
.row.large-collapse > .column,
.row.large-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.large-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.push-0 {
position: relative;
left: 0%;
right: auto; }
.pull-0 {
position: relative;
right: 0%;
left: auto; }
.push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.push-3 {
position: relative;
left: 25%;
right: auto; }
.pull-3 {
position: relative;
right: 25%;
left: auto; }
.push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.push-6 {
position: relative;
left: 50%;
right: auto; }
.pull-6 {
position: relative;
right: 50%;
left: auto; }
.push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.push-9 {
position: relative;
left: 75%;
right: auto; }
.pull-9 {
position: relative;
right: 75%;
left: auto; }
.push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.pull-11 {
position: relative;
right: 91.66667%;
left: auto; } }
@media only screen and (min-width: 90.063em) {
.xlarge-push-0 {
position: relative;
left: 0%;
right: auto; }
.xlarge-pull-0 {
position: relative;
right: 0%;
left: auto; }
.xlarge-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.xlarge-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.xlarge-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.xlarge-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.xlarge-push-3 {
position: relative;
left: 25%;
right: auto; }
.xlarge-pull-3 {
position: relative;
right: 25%;
left: auto; }
.xlarge-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.xlarge-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.xlarge-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.xlarge-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.xlarge-push-6 {
position: relative;
left: 50%;
right: auto; }
.xlarge-pull-6 {
position: relative;
right: 50%;
left: auto; }
.xlarge-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.xlarge-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.xlarge-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.xlarge-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.xlarge-push-9 {
position: relative;
left: 75%;
right: auto; }
.xlarge-pull-9 {
position: relative;
right: 75%;
left: auto; }
.xlarge-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.xlarge-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.xlarge-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.xlarge-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.xlarge-1 {
width: 8.33333%; }
.xlarge-2 {
width: 16.66667%; }
.xlarge-3 {
width: 25%; }
.xlarge-4 {
width: 33.33333%; }
.xlarge-5 {
width: 41.66667%; }
.xlarge-6 {
width: 50%; }
.xlarge-7 {
width: 58.33333%; }
.xlarge-8 {
width: 66.66667%; }
.xlarge-9 {
width: 75%; }
.xlarge-10 {
width: 83.33333%; }
.xlarge-11 {
width: 91.66667%; }
.xlarge-12 {
width: 100%; }
.xlarge-offset-0 {
margin-left: 0% !important; }
.xlarge-offset-1 {
margin-left: 8.33333% !important; }
.xlarge-offset-2 {
margin-left: 16.66667% !important; }
.xlarge-offset-3 {
margin-left: 25% !important; }
.xlarge-offset-4 {
margin-left: 33.33333% !important; }
.xlarge-offset-5 {
margin-left: 41.66667% !important; }
.xlarge-offset-6 {
margin-left: 50% !important; }
.xlarge-offset-7 {
margin-left: 58.33333% !important; }
.xlarge-offset-8 {
margin-left: 66.66667% !important; }
.xlarge-offset-9 {
margin-left: 75% !important; }
.xlarge-offset-10 {
margin-left: 83.33333% !important; }
.xlarge-offset-11 {
margin-left: 91.66667% !important; }
.xlarge-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.xlarge-centered,
.columns.xlarge-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.xlarge-uncentered,
.columns.xlarge-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
float: none; }
.column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
float: left; }
.column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
float: right; }
.row.xlarge-collapse > .column,
.row.xlarge-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.xlarge-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.xlarge-uncollapse > .column,
.row.xlarge-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; } }
@media only screen and (min-width: 120.063em) {
.xxlarge-push-0 {
position: relative;
left: 0%;
right: auto; }
.xxlarge-pull-0 {
position: relative;
right: 0%;
left: auto; }
.xxlarge-push-1 {
position: relative;
left: 8.33333%;
right: auto; }
.xxlarge-pull-1 {
position: relative;
right: 8.33333%;
left: auto; }
.xxlarge-push-2 {
position: relative;
left: 16.66667%;
right: auto; }
.xxlarge-pull-2 {
position: relative;
right: 16.66667%;
left: auto; }
.xxlarge-push-3 {
position: relative;
left: 25%;
right: auto; }
.xxlarge-pull-3 {
position: relative;
right: 25%;
left: auto; }
.xxlarge-push-4 {
position: relative;
left: 33.33333%;
right: auto; }
.xxlarge-pull-4 {
position: relative;
right: 33.33333%;
left: auto; }
.xxlarge-push-5 {
position: relative;
left: 41.66667%;
right: auto; }
.xxlarge-pull-5 {
position: relative;
right: 41.66667%;
left: auto; }
.xxlarge-push-6 {
position: relative;
left: 50%;
right: auto; }
.xxlarge-pull-6 {
position: relative;
right: 50%;
left: auto; }
.xxlarge-push-7 {
position: relative;
left: 58.33333%;
right: auto; }
.xxlarge-pull-7 {
position: relative;
right: 58.33333%;
left: auto; }
.xxlarge-push-8 {
position: relative;
left: 66.66667%;
right: auto; }
.xxlarge-pull-8 {
position: relative;
right: 66.66667%;
left: auto; }
.xxlarge-push-9 {
position: relative;
left: 75%;
right: auto; }
.xxlarge-pull-9 {
position: relative;
right: 75%;
left: auto; }
.xxlarge-push-10 {
position: relative;
left: 83.33333%;
right: auto; }
.xxlarge-pull-10 {
position: relative;
right: 83.33333%;
left: auto; }
.xxlarge-push-11 {
position: relative;
left: 91.66667%;
right: auto; }
.xxlarge-pull-11 {
position: relative;
right: 91.66667%;
left: auto; }
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; }
.xxlarge-1 {
width: 8.33333%; }
.xxlarge-2 {
width: 16.66667%; }
.xxlarge-3 {
width: 25%; }
.xxlarge-4 {
width: 33.33333%; }
.xxlarge-5 {
width: 41.66667%; }
.xxlarge-6 {
width: 50%; }
.xxlarge-7 {
width: 58.33333%; }
.xxlarge-8 {
width: 66.66667%; }
.xxlarge-9 {
width: 75%; }
.xxlarge-10 {
width: 83.33333%; }
.xxlarge-11 {
width: 91.66667%; }
.xxlarge-12 {
width: 100%; }
.xxlarge-offset-0 {
margin-left: 0% !important; }
.xxlarge-offset-1 {
margin-left: 8.33333% !important; }
.xxlarge-offset-2 {
margin-left: 16.66667% !important; }
.xxlarge-offset-3 {
margin-left: 25% !important; }
.xxlarge-offset-4 {
margin-left: 33.33333% !important; }
.xxlarge-offset-5 {
margin-left: 41.66667% !important; }
.xxlarge-offset-6 {
margin-left: 50% !important; }
.xxlarge-offset-7 {
margin-left: 58.33333% !important; }
.xxlarge-offset-8 {
margin-left: 66.66667% !important; }
.xxlarge-offset-9 {
margin-left: 75% !important; }
.xxlarge-offset-10 {
margin-left: 83.33333% !important; }
.xxlarge-offset-11 {
margin-left: 91.66667% !important; }
.xxlarge-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left; }
.column.xxlarge-centered,
.columns.xxlarge-centered {
margin-left: auto;
margin-right: auto;
float: none; }
.column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
margin-left: 0;
margin-right: 0;
float: left; }
.column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
float: none; }
.column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
float: left; }
.column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
float: right; }
.row.xxlarge-collapse > .column,
.row.xxlarge-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.row.xxlarge-collapse .row {
margin-left: 0;
margin-right: 0; }
.row.xxlarge-uncollapse > .column,
.row.xxlarge-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left; } }
.accordion {
margin-bottom: 0; }
.accordion:before, .accordion:after {
content: " ";
display: table; }
.accordion:after {
clear: both; }
.accordion .accordion-navigation, .accordion dd {
display: block;
margin-bottom: 0 !important; }
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
background: #e8e8e8; }
.accordion .accordion-navigation > a, .accordion dd > a {
background: #EFEFEF;
color: #222222;
padding: 1rem;
display: block;
font-family: "Raleway", sans-serif;
font-size: 1rem; }
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
background: #e3e3e3; }
.accordion .accordion-navigation > .content, .accordion dd > .content {
display: none;
padding: 0.9375rem; }
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
display: block;
background: #FFFFFF; }
.alert-box {
border-style: solid;
border-width: 1px;
display: block;
font-weight: normal;
margin-bottom: 1.25rem;
position: relative;
padding: 0.875rem 1.5rem 0.875rem 0.875rem;
font-size: 0.8125rem;
transition: opacity 300ms ease-out;
background-color: #567335;
border-color: #4a632e;
color: #FFFFFF; }
.alert-box .close {
font-size: 1.375rem;
padding: 9px 6px 4px;
line-height: 0;
position: absolute;
top: 50%;
margin-top: -0.6875rem;
right: 0.25rem;
color: #454040;
opacity: 0.3;
background: inherit; }
.alert-box .close:hover, .alert-box .close:focus {
opacity: 0.5; }
.alert-box.radius {
border-radius: 3px; }
.alert-box.round {
border-radius: 1000px; }
.alert-box.success {
background-color: #43AC6A;
border-color: #3a945b;
color: #FFFFFF; }
.alert-box.alert {
background-color: #f04124;
border-color: #de2d0f;
color: #FFFFFF; }
.alert-box.secondary {
background-color: #E55129;
border-color: #cf4019;
color: #FFFFFF; }
.alert-box.warning {
background-color: #f08a24;
border-color: #de770f;
color: #FFFFFF; }
.alert-box.info {
background-color: #a0d3e8;
border-color: #74bfdd;
color: #52190a; }
.alert-box.alert-close {
opacity: 0; }
[class*="block-grid-"] {
display: block;
padding: 0;
margin: 0 -0.625rem; }
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
content: " ";
display: table; }
[class*="block-grid-"]:after {
clear: both; }
[class*="block-grid-"] > li {
display: block;
height: auto;
float: left;
padding: 0 0.625rem 1.25rem; }
@media only screen {
.small-block-grid-1 > li {
width: 100%;
list-style: none; }
.small-block-grid-1 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-1 > li:nth-of-type(1n+1) {
clear: both; }
.small-block-grid-2 > li {
width: 50%;
list-style: none; }
.small-block-grid-2 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-2 > li:nth-of-type(2n+1) {
clear: both; }
.small-block-grid-3 > li {
width: 33.33333%;
list-style: none; }
.small-block-grid-3 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-3 > li:nth-of-type(3n+1) {
clear: both; }
.small-block-grid-4 > li {
width: 25%;
list-style: none; }
.small-block-grid-4 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-4 > li:nth-of-type(4n+1) {
clear: both; }
.small-block-grid-5 > li {
width: 20%;
list-style: none; }
.small-block-grid-5 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-5 > li:nth-of-type(5n+1) {
clear: both; }
.small-block-grid-6 > li {
width: 16.66667%;
list-style: none; }
.small-block-grid-6 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-6 > li:nth-of-type(6n+1) {
clear: both; }
.small-block-grid-7 > li {
width: 14.28571%;
list-style: none; }
.small-block-grid-7 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-7 > li:nth-of-type(7n+1) {
clear: both; }
.small-block-grid-8 > li {
width: 12.5%;
list-style: none; }
.small-block-grid-8 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-8 > li:nth-of-type(8n+1) {
clear: both; }
.small-block-grid-9 > li {
width: 11.11111%;
list-style: none; }
.small-block-grid-9 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-9 > li:nth-of-type(9n+1) {
clear: both; }
.small-block-grid-10 > li {
width: 10%;
list-style: none; }
.small-block-grid-10 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-10 > li:nth-of-type(10n+1) {
clear: both; }
.small-block-grid-11 > li {
width: 9.09091%;
list-style: none; }
.small-block-grid-11 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-11 > li:nth-of-type(11n+1) {
clear: both; }
.small-block-grid-12 > li {
width: 8.33333%;
list-style: none; }
.small-block-grid-12 > li:nth-of-type(1n) {
clear: none; }
.small-block-grid-12 > li:nth-of-type(12n+1) {
clear: both; } }
@media only screen and (min-width: 40.063em) {
.medium-block-grid-1 > li {
width: 100%;
list-style: none; }
.medium-block-grid-1 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-1 > li:nth-of-type(1n+1) {
clear: both; }
.medium-block-grid-2 > li {
width: 50%;
list-style: none; }
.medium-block-grid-2 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-2 > li:nth-of-type(2n+1) {
clear: both; }
.medium-block-grid-3 > li {
width: 33.33333%;
list-style: none; }
.medium-block-grid-3 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-3 > li:nth-of-type(3n+1) {
clear: both; }
.medium-block-grid-4 > li {
width: 25%;
list-style: none; }
.medium-block-grid-4 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-4 > li:nth-of-type(4n+1) {
clear: both; }
.medium-block-grid-5 > li {
width: 20%;
list-style: none; }
.medium-block-grid-5 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-5 > li:nth-of-type(5n+1) {
clear: both; }
.medium-block-grid-6 > li {
width: 16.66667%;
list-style: none; }
.medium-block-grid-6 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-6 > li:nth-of-type(6n+1) {
clear: both; }
.medium-block-grid-7 > li {
width: 14.28571%;
list-style: none; }
.medium-block-grid-7 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-7 > li:nth-of-type(7n+1) {
clear: both; }
.medium-block-grid-8 > li {
width: 12.5%;
list-style: none; }
.medium-block-grid-8 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-8 > li:nth-of-type(8n+1) {
clear: both; }
.medium-block-grid-9 > li {
width: 11.11111%;
list-style: none; }
.medium-block-grid-9 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-9 > li:nth-of-type(9n+1) {
clear: both; }
.medium-block-grid-10 > li {
width: 10%;
list-style: none; }
.medium-block-grid-10 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-10 > li:nth-of-type(10n+1) {
clear: both; }
.medium-block-grid-11 > li {
width: 9.09091%;
list-style: none; }
.medium-block-grid-11 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-11 > li:nth-of-type(11n+1) {
clear: both; }
.medium-block-grid-12 > li {
width: 8.33333%;
list-style: none; }
.medium-block-grid-12 > li:nth-of-type(1n) {
clear: none; }
.medium-block-grid-12 > li:nth-of-type(12n+1) {
clear: both; } }
@media only screen and (min-width: 64.063em) {
.large-block-grid-1 > li {
width: 100%;
list-style: none; }
.large-block-grid-1 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-1 > li:nth-of-type(1n+1) {
clear: both; }
.large-block-grid-2 > li {
width: 50%;
list-style: none; }
.large-block-grid-2 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-2 > li:nth-of-type(2n+1) {
clear: both; }
.large-block-grid-3 > li {
width: 33.33333%;
list-style: none; }
.large-block-grid-3 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-3 > li:nth-of-type(3n+1) {
clear: both; }
.large-block-grid-4 > li {
width: 25%;
list-style: none; }
.large-block-grid-4 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-4 > li:nth-of-type(4n+1) {
clear: both; }
.large-block-grid-5 > li {
width: 20%;
list-style: none; }
.large-block-grid-5 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-5 > li:nth-of-type(5n+1) {
clear: both; }
.large-block-grid-6 > li {
width: 16.66667%;
list-style: none; }
.large-block-grid-6 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-6 > li:nth-of-type(6n+1) {
clear: both; }
.large-block-grid-7 > li {
width: 14.28571%;
list-style: none; }
.large-block-grid-7 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-7 > li:nth-of-type(7n+1) {
clear: both; }
.large-block-grid-8 > li {
width: 12.5%;
list-style: none; }
.large-block-grid-8 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-8 > li:nth-of-type(8n+1) {
clear: both; }
.large-block-grid-9 > li {
width: 11.11111%;
list-style: none; }
.large-block-grid-9 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-9 > li:nth-of-type(9n+1) {
clear: both; }
.large-block-grid-10 > li {
width: 10%;
list-style: none; }
.large-block-grid-10 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-10 > li:nth-of-type(10n+1) {
clear: both; }
.large-block-grid-11 > li {
width: 9.09091%;
list-style: none; }
.large-block-grid-11 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-11 > li:nth-of-type(11n+1) {
clear: both; }
.large-block-grid-12 > li {
width: 8.33333%;
list-style: none; }
.large-block-grid-12 > li:nth-of-type(1n) {
clear: none; }
.large-block-grid-12 > li:nth-of-type(12n+1) {
clear: both; } }
.breadcrumbs {
display: block;
padding: 0.5625rem 0.875rem 0.5625rem;
overflow: hidden;
margin-left: 0;
list-style: none;
border-style: solid;
border-width: 1px;
background-color: #f3b19f;
border-color: #ef947b;
border-radius: 3px; }
.breadcrumbs > * {
margin: 0;
float: left;
font-size: 0.6875rem;
line-height: 0.6875rem;
text-transform: uppercase;
color: #567335; }
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
text-decoration: underline; }
.breadcrumbs > * a {
color: #567335; }
.breadcrumbs > *.current {
cursor: default;
color: #454040; }
.breadcrumbs > *.current a {
cursor: default;
color: #454040; }
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
text-decoration: none; }
.breadcrumbs > *.unavailable {
color: #999999; }
.breadcrumbs > *.unavailable a {
color: #999999; }
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
text-decoration: none;
color: #999999;
cursor: default; }
.breadcrumbs > *:before {
content: "/";
color: #AAAAAA;
margin: 0 0.75rem;
position: relative;
top: 1px; }
.breadcrumbs > *:first-child:before {
content: " ";
margin: 0; }
/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
content: "/"; }
button, .button {
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Raleway", sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
border-radius: 0;
display: inline-block;
padding-top: 1rem;
padding-right: 2rem;
padding-bottom: 1.0625rem;
padding-left: 2rem;
font-size: 1rem;
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF;
transition: background-color 300ms ease-out; }
button:hover, button:focus, .button:hover, .button:focus {
background-color: #455c2a; }
button:hover, button:focus, .button:hover, .button:focus {
color: #FFFFFF; }
button.secondary, .button.secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
background-color: #c13b17; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
color: #FFFFFF; }
button.success, .button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
background-color: #368a55; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
color: #FFFFFF; }
button.alert, .button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
background-color: #cf2a0e; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
color: #FFFFFF; }
button.warning, .button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
background-color: #cf6e0e; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
color: #FFFFFF; }
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #454040; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b6d9; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
color: #FFFFFF; }
button.large, .button.large {
padding-top: 1.125rem;
padding-right: 2.25rem;
padding-bottom: 1.1875rem;
padding-left: 2.25rem;
font-size: 1.25rem; }
button.small, .button.small {
padding-top: 0.875rem;
padding-right: 1.75rem;
padding-bottom: 0.9375rem;
padding-left: 1.75rem;
font-size: 0.8125rem; }
button.tiny, .button.tiny {
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem; }
button.expand, .button.expand {
padding-right: 0;
padding-left: 0;
width: 100%; }
button.left-align, .button.left-align {
text-align: left;
text-indent: 0.75rem; }
button.right-align, .button.right-align {
text-align: right;
padding-right: 0.75rem; }
button.radius, .button.radius {
border-radius: 3px; }
button.round, .button.round {
border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] {
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #455c2a; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
color: #FFFFFF; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #567335; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #c13b17; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
color: #FFFFFF; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #E55129; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #368a55; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
color: #FFFFFF; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #43AC6A; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #cf2a0e; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
color: #FFFFFF; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #f04124; }
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #cf6e0e; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
color: #FFFFFF; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #f08a24; }
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #454040;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b6d9; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
color: #FFFFFF; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8; }
button::-moz-focus-inner {
border: 0;
padding: 0; }
@media only screen and (min-width: 40.063em) {
button, .button {
display: inline-block; } }
.button-group {
list-style: none;
margin: 0;
left: 0; }
.button-group:before, .button-group:after {
content: " ";
display: table; }
.button-group:after {
clear: both; }
.button-group > li {
margin: 0 -2px;
display: inline-block; }
.button-group > li > button, .button-group > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group > li:first-child button, .button-group > li:first-child .button {
border-left: 0; }
.button-group.stack > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
float: none; }
.button-group.stack > li > button, .button-group.stack > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-left: 0; }
.button-group.stack > li > button, .button-group.stack > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-top: 0; }
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block; }
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0; }
@media only screen and (max-width: 40em) {
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0; }
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-top: 0; } }
.button-group.radius > * {
margin: 0 -2px;
display: inline-block; }
.button-group.radius > * > button, .button-group.radius > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
border-left: 0; }
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
border-radius: 0; }
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.button-group.radius.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-left: 0; }
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-top: 0; }
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
border-radius: 0; }
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
@media only screen and (min-width: 40.063em) {
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block; }
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
border-radius: 0; }
.button-group.radius.stack-for-small > *:first-child,
.button-group.radius.stack-for-small > *:first-child > a,
.button-group.radius.stack-for-small > *:first-child > button,
.button-group.radius.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.button-group.radius.stack-for-small > *:last-child,
.button-group.radius.stack-for-small > *:last-child > a,
.button-group.radius.stack-for-small > *:last-child > button,
.button-group.radius.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; } }
@media only screen and (max-width: 40em) {
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-top: 0; }
.button-group.radius.stack-for-small > *,
.button-group.radius.stack-for-small > * > a,
.button-group.radius.stack-for-small > * > button,
.button-group.radius.stack-for-small > * > .button {
border-radius: 0; }
.button-group.radius.stack-for-small > *:first-child,
.button-group.radius.stack-for-small > *:first-child > a,
.button-group.radius.stack-for-small > *:first-child > button,
.button-group.radius.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.button-group.radius.stack-for-small > *:last-child,
.button-group.radius.stack-for-small > *:last-child > a,
.button-group.radius.stack-for-small > *:last-child > button,
.button-group.radius.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; } }
.button-group.round > * {
margin: 0 -2px;
display: inline-block; }
.button-group.round > * > button, .button-group.round > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
border-left: 0; }
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
border-radius: 0; }
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
.button-group.round.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-left: 0; }
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-top: 0; }
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
border-radius: 0; }
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem; }
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem; }
@media only screen and (min-width: 40.063em) {
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block; }
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
border-radius: 0; }
.button-group.round.stack-for-small > *:first-child,
.button-group.round.stack-for-small > *:first-child > a,
.button-group.round.stack-for-small > *:first-child > button,
.button-group.round.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
.button-group.round.stack-for-small > *:last-child,
.button-group.round.stack-for-small > *:last-child > a,
.button-group.round.stack-for-small > *:last-child > button,
.button-group.round.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; } }
@media only screen and (max-width: 40em) {
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0; }
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0; }
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
margin: 0;
display: block; }
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-top: 0; }
.button-group.round.stack-for-small > *,
.button-group.round.stack-for-small > * > a,
.button-group.round.stack-for-small > * > button,
.button-group.round.stack-for-small > * > .button {
border-radius: 0; }
.button-group.round.stack-for-small > *:first-child,
.button-group.round.stack-for-small > *:first-child > a,
.button-group.round.stack-for-small > *:first-child > button,
.button-group.round.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem; }
.button-group.round.stack-for-small > *:last-child,
.button-group.round.stack-for-small > *:last-child > a,
.button-group.round.stack-for-small > *:last-child > button,
.button-group.round.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem; } }
.button-group.even-2 li {
margin: 0 -2px;
display: inline-block;
width: 50%; }
.button-group.even-2 li > button, .button-group.even-2 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
border-left: 0; }
.button-group.even-2 li button, .button-group.even-2 li .button {
width: 100%; }
.button-group.even-3 li {
margin: 0 -2px;
display: inline-block;
width: 33.33333%; }
.button-group.even-3 li > button, .button-group.even-3 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
border-left: 0; }
.button-group.even-3 li button, .button-group.even-3 li .button {
width: 100%; }
.button-group.even-4 li {
margin: 0 -2px;
display: inline-block;
width: 25%; }
.button-group.even-4 li > button, .button-group.even-4 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
border-left: 0; }
.button-group.even-4 li button, .button-group.even-4 li .button {
width: 100%; }
.button-group.even-5 li {
margin: 0 -2px;
display: inline-block;
width: 20%; }
.button-group.even-5 li > button, .button-group.even-5 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
border-left: 0; }
.button-group.even-5 li button, .button-group.even-5 li .button {
width: 100%; }
.button-group.even-6 li {
margin: 0 -2px;
display: inline-block;
width: 16.66667%; }
.button-group.even-6 li > button, .button-group.even-6 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
border-left: 0; }
.button-group.even-6 li button, .button-group.even-6 li .button {
width: 100%; }
.button-group.even-7 li {
margin: 0 -2px;
display: inline-block;
width: 14.28571%; }
.button-group.even-7 li > button, .button-group.even-7 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
border-left: 0; }
.button-group.even-7 li button, .button-group.even-7 li .button {
width: 100%; }
.button-group.even-8 li {
margin: 0 -2px;
display: inline-block;
width: 12.5%; }
.button-group.even-8 li > button, .button-group.even-8 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
border-left: 0; }
.button-group.even-8 li button, .button-group.even-8 li .button {
width: 100%; }
.button-bar:before, .button-bar:after {
content: " ";
display: table; }
.button-bar:after {
clear: both; }
.button-bar .button-group {
float: left;
margin-right: 0.625rem; }
.button-bar .button-group div {
overflow: hidden; }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
margin-bottom: 0;
margin-left: 0;
list-style: none; }
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
content: " ";
display: table; }
.clearing-thumbs:after, [data-clearing]:after {
clear: both; }
.clearing-thumbs li, [data-clearing] li {
float: left;
margin-right: 10px; }
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
margin-right: 0; }
.clearing-blackout {
background: #454040;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 998; }
.clearing-blackout .clearing-close {
display: block; }
.clearing-container {
position: relative;
z-index: 998;
height: 100%;
overflow: hidden;
margin: 0; }
.clearing-touch-label {
position: absolute;
top: 50%;
left: 50%;
color: #AAAAAA;
font-size: 0.6em; }
.visible-img {
height: 95%;
position: relative; }
.visible-img img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -50%;
max-height: 100%;
max-width: 100%; }
.clearing-caption {
color: #CCCCCC;
font-size: 0.875em;
line-height: 1.3;
margin-bottom: 0;
text-align: center;
bottom: 0;
background: #454040;
width: 100%;
padding: 10px 30px 20px;
position: absolute;
left: 0; }
.clearing-close {
z-index: 999;
padding-left: 20px;
padding-top: 10px;
font-size: 30px;
line-height: 1;
color: #CCCCCC;
display: none; }
.clearing-close:hover, .clearing-close:focus {
color: #CCCCCC; }
.clearing-assembled .clearing-container {
height: 100%; }
.clearing-assembled .clearing-container .carousel > ul {
display: none; }
.clearing-feature li {
display: none; }
.clearing-feature li.clearing-featured-img {
display: block; }
@media only screen and (min-width: 40.063em) {
.clearing-main-prev,
.clearing-main-next {
position: absolute;
height: 100%;
width: 40px;
top: 0; }
.clearing-main-prev > span,
.clearing-main-next > span {
position: absolute;
top: 50%;
display: block;
width: 0;
height: 0;
border: solid 12px; }
.clearing-main-prev > span:hover,
.clearing-main-next > span:hover {
opacity: 0.8; }
.clearing-main-prev {
left: 0; }
.clearing-main-prev > span {
left: 5px;
border-color: transparent;
border-right-color: #CCCCCC; }
.clearing-main-next {
right: 0; }
.clearing-main-next > span {
border-color: transparent;
border-left-color: #CCCCCC; }
.clearing-main-prev.disabled,
.clearing-main-next.disabled {
opacity: 0.3; }
.clearing-assembled .clearing-container .carousel {
background: rgba(51, 51, 51, 0.8);
height: 120px;
margin-top: 10px;
text-align: center; }
.clearing-assembled .clearing-container .carousel > ul {
display: inline-block;
z-index: 999;
height: 100%;
position: relative;
float: none; }
.clearing-assembled .clearing-container .carousel > ul li {
display: block;
width: 120px;
min-height: inherit;
float: left;
overflow: hidden;
margin-right: 0;
padding: 0;
position: relative;
cursor: pointer;
opacity: 0.4;
clear: none; }
.clearing-assembled .clearing-container .carousel > ul li.fix-height img {
height: 100%;
max-width: none; }
.clearing-assembled .clearing-container .carousel > ul li a.th {
border: none;
box-shadow: none;
display: block; }
.clearing-assembled .clearing-container .carousel > ul li img {
cursor: pointer !important;
width: 100% !important; }
.clearing-assembled .clearing-container .carousel > ul li.visible {
opacity: 1; }
.clearing-assembled .clearing-container .carousel > ul li:hover {
opacity: 0.8; }
.clearing-assembled .clearing-container .visible-img {
background: #454040;
overflow: hidden;
height: 85%; }
.clearing-close {
position: absolute;
top: 10px;
right: 20px;
padding-left: 0;
padding-top: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 2px;
max-width: 200px; }
.f-dropdown > *:first-child {
margin-top: 0; }
.f-dropdown > *:last-child {
margin-bottom: 0; }
.f-dropdown:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent transparent #FFFFFF transparent;
border-bottom-style: solid;
position: absolute;
top: -12px;
left: 10px;
z-index: 89; }
.f-dropdown:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent transparent #cccccc transparent;
border-bottom-style: solid;
position: absolute;
top: -14px;
left: 9px;
z-index: 88; }
.f-dropdown.right:before {
left: auto;
right: 10px; }
.f-dropdown.right:after {
left: auto;
right: 9px; }
.f-dropdown.drop-right {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 0;
margin-left: 2px;
max-width: 200px; }
.f-dropdown.drop-right > *:first-child {
margin-top: 0; }
.f-dropdown.drop-right > *:last-child {
margin-bottom: 0; }
.f-dropdown.drop-right:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent #FFFFFF transparent transparent;
border-right-style: solid;
position: absolute;
top: 10px;
left: -12px;
z-index: 89; }
.f-dropdown.drop-right:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent #cccccc transparent transparent;
border-right-style: solid;
position: absolute;
top: 9px;
left: -14px;
z-index: 88; }
.f-dropdown.drop-left {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 0;
margin-left: -2px;
max-width: 200px; }
.f-dropdown.drop-left > *:first-child {
margin-top: 0; }
.f-dropdown.drop-left > *:last-child {
margin-bottom: 0; }
.f-dropdown.drop-left:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent transparent transparent #FFFFFF;
border-left-style: solid;
position: absolute;
top: 10px;
right: -12px;
left: auto;
z-index: 89; }
.f-dropdown.drop-left:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent transparent transparent #cccccc;
border-left-style: solid;
position: absolute;
top: 9px;
right: -14px;
left: auto;
z-index: 88; }
.f-dropdown.drop-top {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: -2px;
margin-left: 0;
max-width: 200px; }
.f-dropdown.drop-top > *:first-child {
margin-top: 0; }
.f-dropdown.drop-top > *:last-child {
margin-bottom: 0; }
.f-dropdown.drop-top:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: #FFFFFF transparent transparent transparent;
border-top-style: solid;
position: absolute;
top: auto;
bottom: -12px;
left: 10px;
right: auto;
z-index: 89; }
.f-dropdown.drop-top:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: #cccccc transparent transparent transparent;
border-top-style: solid;
position: absolute;
top: auto;
bottom: -14px;
left: 9px;
right: auto;
z-index: 88; }
.f-dropdown li {
font-size: 0.875rem;
cursor: pointer;
line-height: 1.125rem;
margin: 0; }
.f-dropdown li:hover, .f-dropdown li:focus {
background: #EEEEEE; }
.f-dropdown li.radius {
border-radius: 3px; }
.f-dropdown li a {
display: block;
padding: 0.5rem;
color: #585858; }
.f-dropdown.content {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
padding: 1.25rem;
width: 100%;
height: auto;
max-height: none;
background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
max-width: 200px; }
.f-dropdown.content > *:first-child {
margin-top: 0; }
.f-dropdown.content > *:last-child {
margin-bottom: 0; }
.f-dropdown.tiny {
max-width: 200px; }
.f-dropdown.small {
max-width: 300px; }
.f-dropdown.medium {
max-width: 500px; }
.f-dropdown.large {
max-width: 800px; }
.f-dropdown.mega {
width: 100% !important;
max-width: 100% !important; }
.f-dropdown.mega.open {
left: 0 !important; }
.dropdown.button, button.dropdown {
position: relative;
outline: none;
padding-right: 3.5625rem; }
.dropdown.button::after, button.dropdown::after {
position: absolute;
content: "";
width: 0;
height: 0;
display: block;
border-style: solid;
border-color: #FFFFFF transparent transparent transparent;
top: 50%; }
.dropdown.button::after, button.dropdown::after {
border-width: 0.375rem;
right: 1.40625rem;
margin-top: -0.15625rem; }
.dropdown.button::after, button.dropdown::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.tiny, button.dropdown.tiny {
padding-right: 2.625rem; }
.dropdown.button.tiny:after, button.dropdown.tiny:after {
border-width: 0.375rem;
right: 1.125rem;
margin-top: -0.125rem; }
.dropdown.button.tiny::after, button.dropdown.tiny::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.small, button.dropdown.small {
padding-right: 3.0625rem; }
.dropdown.button.small::after, button.dropdown.small::after {
border-width: 0.4375rem;
right: 1.3125rem;
margin-top: -0.15625rem; }
.dropdown.button.small::after, button.dropdown.small::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.large, button.dropdown.large {
padding-right: 3.625rem; }
.dropdown.button.large::after, button.dropdown.large::after {
border-width: 0.3125rem;
right: 1.71875rem;
margin-top: -0.15625rem; }
.dropdown.button.large::after, button.dropdown.large::after {
border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.secondary:after, button.dropdown.secondary:after {
border-color: #454040 transparent transparent transparent; }
.flex-video {
position: relative;
padding-top: 1.5625rem;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 1rem;
overflow: hidden; }
.flex-video.widescreen {
padding-bottom: 56.34%; }
.flex-video.vimeo {
padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
/* Standard Forms */
form {
margin: 0 0 1rem; }
/* Using forms within rows, we need to set some defaults */
form .row .row {
margin: 0 -0.5rem; }
form .row .row .column,
form .row .row .columns {
padding: 0 0.5rem; }
form .row .row.collapse {
margin: 0; }
form .row .row.collapse .column,
form .row .row.collapse .columns {
padding: 0; }
form .row .row.collapse input {
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
padding-left: 0.5rem; }
/* Label Styles */
label {
font-size: 0.875rem;
color: #4d4d4d;
cursor: pointer;
display: block;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0;
/* Styles for required inputs */ }
label.right {
float: none !important;
text-align: right; }
label.inline {
margin: 0 0 1rem 0;
padding: 0.5625rem 0; }
label small {
text-transform: capitalize;
color: #676767; }
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
display: block;
position: relative;
z-index: 2;
text-align: center;
width: 100%;
padding-top: 0;
padding-bottom: 0;
border-style: solid;
border-width: 1px;
overflow: hidden;
font-size: 0.875rem;
height: 2.3125rem;
line-height: 2.3125rem; }
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
text-align: center;
border: none; }
.prefix.button {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
text-align: center;
border: none; }
.prefix.button.radius {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.postfix.button.radius {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.prefix.button.round {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
.postfix.button.round {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
background: #f2f2f2;
border-right: none;
color: #454040;
border-color: #cccccc; }
span.postfix, label.postfix {
background: #f2f2f2;
border-left: none;
color: #454040;
border-color: #cccccc; }
/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
-webkit-appearance: none;
border-radius: 0;
background-color: #FFFFFF;
font-family: inherit;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-size: 0.875rem;
margin: 0 0 1rem 0;
padding: 0.5rem;
height: 2.3125rem;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
box-shadow: 0 0 5px #999999;
border-color: #999999; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
background: #fafafa;
border-color: #999999;
outline: none; }
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
background-color: #DDDDDD;
cursor: default; }
input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
background-color: #DDDDDD;
cursor: default; }
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
border-radius: 3px; }
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0; }
/* Respect enforced amount of rows for textarea */
textarea[rows] {
height: auto; }
/* Not allow resize out of parent */
textarea {
max-width: 100%; }
/* Add height value for select elements to match text input height */
select {
-webkit-appearance: none !important;
border-radius: 0;
background-color: #FAFAFA;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
padding: 0.5rem;
font-size: 0.875rem;
font-family: "Raleway", sans-serif;
color: rgba(0, 0, 0, 0.75);
line-height: normal;
border-radius: 0;
height: 2.3125rem; }
select::-ms-expand {
display: none; }
select.radius {
border-radius: 3px; }
select:hover {
background-color: #f3f3f3;
border-color: #999999; }
select:disabled {
background-color: #DDDDDD;
cursor: default; }
/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
margin: 0 0 1rem 0; }
input[type="checkbox"] + label,
input[type="radio"] + label {
display: inline-block;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
vertical-align: baseline; }
/* Normalize file input width */
input[type="file"] {
width: 100%; }
/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
border: 1px solid #DDDDDD;
padding: 1.25rem;
margin: 1.125rem 0; }
fieldset legend {
font-weight: bold;
background: #FFFFFF;
padding: 0 0.1875rem;
margin: 0;
margin-left: -0.1875rem; }
/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
background: #f04124;
color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
display: none; }
span.error, small.error {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
background: #f04124;
color: #FFFFFF; }
.error input,
.error textarea,
.error select {
margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
margin-bottom: 1rem; }
.error label,
.error label.error {
color: #f04124; }
.error small.error {
display: block;
padding: 0.375rem 0.5625rem 0.5625rem;
margin-top: -1px;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: normal;
font-style: italic;
background: #f04124;
color: #FFFFFF; }
.error > label > small {
color: #676767;
background: transparent;
padding: 0;
text-transform: capitalize;
font-style: normal;
font-size: 60%;
margin: 0;
display: inline; }
.error span.error-message {
display: block; }
input.error,
textarea.error,
select.error {
margin-bottom: 0; }
label.error {
color: #f04124; }
.icon-bar {
width: 100%;
font-size: 0;
display: inline-block;
background: #454040; }
.icon-bar > * {
text-align: center;
font-size: 1rem;
width: 25%;
margin: 0 auto;
display: block;
padding: 1.25rem;
float: left; }
.icon-bar > * i, .icon-bar > * img {
display: block;
margin: 0 auto; }
.icon-bar > * i + label, .icon-bar > * img + label {
margin-top: .0625rem; }
.icon-bar > * i {
font-size: 1.875rem;
vertical-align: middle; }
.icon-bar > * img {
width: 1.875rem;
height: 1.875rem; }
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
margin: 0 .0625rem 0 0;
display: inline-block; }
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
margin-top: 0; }
.icon-bar.label-right > * label {
display: inline-block; }
.icon-bar.vertical.label-right > * {
text-align: left; }
.icon-bar.vertical, .icon-bar.small-vertical {
height: 100%;
width: auto; }
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
width: auto;
margin: auto;
float: none; }
@media only screen and (min-width: 40.063em) {
.icon-bar.medium-vertical {
height: 100%;
width: auto; }
.icon-bar.medium-vertical .item {
width: auto;
margin: auto;
float: none; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.large-vertical {
height: 100%;
width: auto; }
.icon-bar.large-vertical .item {
width: auto;
margin: auto;
float: none; } }
.icon-bar > * {
font-size: 1rem;
padding: 1.25rem; }
.icon-bar > * i + label, .icon-bar > * img + label {
margin-top: .0625rem; }
.icon-bar > * i {
font-size: 1.875rem; }
.icon-bar > * img {
width: 1.875rem;
height: 1.875rem; }
.icon-bar > * label {
color: #FFFFFF; }
.icon-bar > * i {
color: #FFFFFF; }
.icon-bar > a:hover {
background: #567335; }
.icon-bar > a:hover label {
color: #FFFFFF; }
.icon-bar > a:hover i {
color: #FFFFFF; }
.icon-bar > a.active {
background: #567335; }
.icon-bar > a.active label {
color: #FFFFFF; }
.icon-bar > a.active i {
color: #FFFFFF; }
.icon-bar.two-up .item {
width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.two-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.two-up.large-vertical .item {
width: auto; } }
.icon-bar.three-up .item {
width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.three-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.three-up.large-vertical .item {
width: auto; } }
.icon-bar.four-up .item {
width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.four-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.four-up.large-vertical .item {
width: auto; } }
.icon-bar.five-up .item {
width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.five-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.five-up.large-vertical .item {
width: auto; } }
.icon-bar.six-up .item {
width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
width: auto; }
@media only screen and (min-width: 40.063em) {
.icon-bar.six-up.medium-vertical .item {
width: auto; } }
@media only screen and (min-width: 64.063em) {
.icon-bar.six-up.large-vertical .item {
width: auto; } }
.inline-list {
margin: 0 auto 1.0625rem auto;
margin-left: -1.375rem;
margin-right: 0;
padding: 0;
list-style: none;
overflow: hidden; }
.inline-list > li {
list-style: none;
float: left;
margin-left: 1.375rem;
display: block; }
.inline-list > li > * {
display: block; }
/* Foundation Joyride */
.joyride-list {
display: none; }
/* Default styles for the container */
.joyride-tip-guide {
display: none;
position: absolute;
background: #454040;
color: #FFFFFF;
z-index: 101;
top: 0;
left: 2.5%;
font-family: inherit;
font-weight: normal;
width: 95%; }
.lt-ie9 .joyride-tip-guide {
max-width: 800px;
left: 50%;
margin-left: -400px; }
.joyride-content-wrapper {
width: 100%;
padding: 1.125rem 1.25rem 1.5rem; }
.joyride-content-wrapper .button {
margin-bottom: 0 !important; }
.joyride-content-wrapper .joyride-prev-tip {
margin-right: 10px; }
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
display: block;
position: absolute;
left: 22px;
width: 0;
height: 0;
border: 10px solid #454040; }
.joyride-tip-guide .joyride-nub.top {
border-top-style: solid;
border-color: #454040;
border-top-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
top: -20px; }
.joyride-tip-guide .joyride-nub.bottom {
border-bottom-style: solid;
border-color: #454040 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px; }
.joyride-tip-guide .joyride-nub.right {
right: -20px; }
.joyride-tip-guide .joyride-nub.left {
left: -20px; }
/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
line-height: 1.25;
margin: 0;
font-weight: bold;
color: #FFFFFF; }
.joyride-tip-guide p {
margin: 0 0 1.125rem 0;
font-size: 0.875rem;
line-height: 1.3; }
.joyride-timer-indicator-wrap {
width: 50px;
height: 3px;
border: solid 1px #585858;
position: absolute;
right: 1.0625rem;
bottom: 1rem; }
.joyride-timer-indicator {
display: block;
width: 0;
height: inherit;
background: #666666; }
.joyride-close-tip {
position: absolute;
right: 12px;
top: 10px;
color: #777777 !important;
text-decoration: none;
font-size: 24px;
font-weight: normal;
line-height: .5 !important; }
.joyride-close-tip:hover, .joyride-close-tip:focus {
color: #EEEEEE !important; }
.joyride-modal-bg {
position: fixed;
height: 100%;
width: 100%;
background: transparent;
background: rgba(0, 0, 0, 0.5);
z-index: 100;
display: none;
top: 0;
left: 0;
cursor: pointer; }
.joyride-expose-wrapper {
background-color: #FFFFFF;
position: absolute;
border-radius: 3px;
z-index: 102;
box-shadow: 0 0 15px #FFFFFF; }
.joyride-expose-cover {
background: transparent;
border-radius: 3px;
position: absolute;
z-index: 9999;
top: 0;
left: 0; }
/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
.joyride-tip-guide {
width: 300px;
left: inherit; }
.joyride-tip-guide .joyride-nub.bottom {
border-color: #454040 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px; }
.joyride-tip-guide .joyride-nub.right {
border-color: #454040 !important;
border-top-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
top: 22px;
left: auto;
right: -20px; }
.joyride-tip-guide .joyride-nub.left {
border-color: #454040 !important;
border-top-color: transparent !important;
border-left-color: transparent !important;
border-bottom-color: transparent !important;
top: 22px;
left: -20px;
right: auto; } }
.keystroke,
kbd {
background-color: #ededed;
border-color: #dddddd;
color: #222222;
border-style: solid;
border-width: 1px;
margin: 0;
font-family: "Consolas", "Menlo", "Courier", monospace;
font-size: inherit;
padding: 0.125rem 0.25rem 0;
border-radius: 3px; }
.label {
font-weight: normal;
font-family: "Raleway", sans-serif;
text-align: center;
text-decoration: none;
line-height: 1;
white-space: nowrap;
display: inline-block;
position: relative;
margin-bottom: auto;
padding: 0.25rem 0.5rem 0.25rem;
font-size: 0.6875rem;
background-color: #567335;
color: #FFFFFF; }
.label.radius {
border-radius: 3px; }
.label.round {
border-radius: 1000px; }
.label.alert {
background-color: #f04124;
color: #FFFFFF; }
.label.warning {
background-color: #f08a24;
color: #FFFFFF; }
.label.success {
background-color: #43AC6A;
color: #FFFFFF; }
.label.secondary {
background-color: #E55129;
color: #FFFFFF; }
.label.info {
background-color: #a0d3e8;
color: #454040; }
[data-magellan-expedition], [data-magellan-expedition-clone] {
background: #FFFFFF;
z-index: 50;
min-width: 100%;
padding: 10px; }
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
margin-bottom: 0; }
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
margin-bottom: 0; }
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
line-height: 1.8em; }
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg); }
to {
-moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
from {
-o-transform: rotate(0deg); }
to {
-o-transform: rotate(360deg); } }
@keyframes rotate {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
position: relative; }
.slideshow-wrapper ul {
list-style-type: none;
margin: 0; }
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
display: none; }
.slideshow-wrapper ul li:first-child {
display: block; }
.slideshow-wrapper .orbit-container {
background-color: transparent; }
.slideshow-wrapper .orbit-container li {
display: block; }
.slideshow-wrapper .orbit-container li .orbit-caption {
display: block; }
.slideshow-wrapper .orbit-container .orbit-bullets li {
display: inline-block; }
.slideshow-wrapper .preloader {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
border: solid 3px;
border-color: #585858 #FFFFFF;
border-radius: 1000px;
animation-name: rotate;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: linear; }
.orbit-container {
overflow: hidden;
width: 100%;
position: relative;
background: none; }
.orbit-container .orbit-slides-container {
list-style: none;
margin: 0;
padding: 0;
position: relative;
-webkit-transform: translateZ(0); }
.orbit-container .orbit-slides-container img {
display: block;
max-width: 100%; }
.orbit-container .orbit-slides-container > * {
position: absolute;
top: 0;
width: 100%;
margin-left: 100%; }
.orbit-container .orbit-slides-container > *:first-child {
margin-left: 0; }
.orbit-container .orbit-slides-container > * .orbit-caption {
position: absolute;
bottom: 0;
background-color: rgba(51, 51, 51, 0.8);
color: #FFFFFF;
width: 100%;
padding: 0.625rem 0.875rem;
font-size: 0.875rem; }
.orbit-container .orbit-slide-number {
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
color: #FFFFFF;
background: transparent;
z-index: 10; }
.orbit-container .orbit-slide-number span {
font-weight: 700;
padding: 0.3125rem; }
.orbit-container .orbit-timer {
position: absolute;
top: 12px;
right: 10px;
height: 6px;
width: 100px;
z-index: 10; }
.orbit-container .orbit-timer .orbit-progress {
height: 3px;
background-color: rgba(255, 255, 255, 0.3);
display: block;
width: 0;
position: relative;
right: 20px;
top: 5px; }
.orbit-container .orbit-timer > span {
display: none;
position: absolute;
top: 0;
right: 0;
width: 11px;
height: 14px;
border: solid 4px #FFFFFF;
border-top: none;
border-bottom: none; }
.orbit-container .orbit-timer.paused > span {
right: -4px;
top: 0;
width: 11px;
height: 14px;
border: inset 8px;
border-left-style: solid;
border-color: transparent;
border-left-color: #FFFFFF; }
.orbit-container .orbit-timer.paused > span.dark {
border-left-color: #454040; }
.orbit-container:hover .orbit-timer > span {
display: block; }
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
position: absolute;
top: 45%;
margin-top: -25px;
width: 36px;
height: 60px;
line-height: 50px;
color: white;
background-color: transparent;
text-indent: -9999px !important;
z-index: 10; }
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
background-color: rgba(0, 0, 0, 0.3); }
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
position: absolute;
top: 50%;
margin-top: -10px;
display: block;
width: 0;
height: 0;
border: inset 10px; }
.orbit-container .orbit-prev {
left: 0; }
.orbit-container .orbit-prev > span {
border-right-style: solid;
border-color: transparent;
border-right-color: #FFFFFF; }
.orbit-container .orbit-prev:hover > span {
border-right-color: #FFFFFF; }
.orbit-container .orbit-next {
right: 0; }
.orbit-container .orbit-next > span {
border-color: transparent;
border-left-style: solid;
border-left-color: #FFFFFF;
left: 50%;
margin-left: -4px; }
.orbit-container .orbit-next:hover > span {
border-left-color: #FFFFFF; }
.orbit-bullets-container {
text-align: center; }
.orbit-bullets {
margin: 0 auto 30px auto;
overflow: hidden;
position: relative;
top: 10px;
float: none;
text-align: center;
display: block; }
.orbit-bullets li {
cursor: pointer;
display: inline-block;
width: 0.5625rem;
height: 0.5625rem;
background: #CCCCCC;
float: none;
margin-right: 6px;
border-radius: 1000px; }
.orbit-bullets li.active {
background: #999999; }
.orbit-bullets li:last-child {
margin-right: 0; }
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: none; }
.touch .orbit-bullets {
display: none; }
@media only screen and (min-width: 40.063em) {
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: inherit; }
.touch .orbit-bullets {
display: block; } }
@media only screen and (max-width: 40em) {
.orbit-stack-on-small .orbit-slides-container {
height: auto !important; }
.orbit-stack-on-small .orbit-slides-container > * {
position: relative;
margin: 0 !important;
opacity: 1 !important; }
.orbit-stack-on-small .orbit-slide-number {
display: none; }
.orbit-timer {
display: none; }
.orbit-next, .orbit-prev {
display: none; }
.orbit-bullets {
display: none; } }
ul.pagination {
display: block;
min-height: 1.5rem;
margin-left: -0.3125rem; }
ul.pagination li {
height: 1.5rem;
color: #222222;
font-size: 0.875rem;
margin-left: 0.3125rem; }
ul.pagination li a, ul.pagination li button {
display: block;
padding: 0.0625rem 0.625rem 0.0625rem;
color: #999999;
background: none;
border-radius: 3px;
font-weight: normal;
font-size: 1em;
line-height: inherit;
transition: background-color 300ms ease-out; }
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
background: #e6e6e6; }
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
cursor: default;
color: #999999; }
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
background: transparent; }
ul.pagination li.current a, ul.pagination li.current button {
background: #567335;
color: #FFFFFF;
font-weight: bold;
cursor: default; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
background: #567335; }
ul.pagination li {
float: left;
display: block; }
/* Pagination centred wrapper */
.pagination-centered {
text-align: center; }
.pagination-centered ul.pagination li {
float: none;
display: inline-block; }
/* Panels */
.panel {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f2f2f2;
color: #454040; }
.panel > :first-child {
margin-top: 0; }
.panel > :last-child {
margin-bottom: 0; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
color: #454040; }
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
line-height: 1;
margin-bottom: 0.625rem; }
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
line-height: 1.4; }
.panel.callout {
border-style: solid;
border-width: 1px;
border-color: #dbe8cc;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f5f9f1;
color: #454040; }
.panel.callout > :first-child {
margin-top: 0; }
.panel.callout > :last-child {
margin-bottom: 0; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
color: #454040; }
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
line-height: 1;
margin-bottom: 0.625rem; }
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
line-height: 1.4; }
.panel.callout a:not(.button) {
color: #567335; }
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
color: #4a632e; }
.panel.radius {
border-radius: 3px; }
/* Pricing Tables */
.pricing-table {
border: solid 1px #DDDDDD;
margin-left: 0;
margin-bottom: 1.25rem; }
.pricing-table * {
list-style: none;
line-height: 1; }
.pricing-table .title {
background-color: #454040;
padding: 0.9375rem 1.25rem;
text-align: center;
color: #EEEEEE;
font-weight: normal;
font-size: 1rem;
font-family: "Raleway", sans-serif; }
.pricing-table .price {
background-color: #F6F6F6;
padding: 0.9375rem 1.25rem;
text-align: center;
color: #454040;
font-weight: normal;
font-size: 2rem;
font-family: "Raleway", sans-serif; }
.pricing-table .description {
background-color: #FFFFFF;
padding: 0.9375rem;
text-align: center;
color: #777777;
font-size: 0.75rem;
font-weight: normal;
line-height: 1.4;
border-bottom: dotted 1px #DDDDDD; }
.pricing-table .bullet-item {
background-color: #FFFFFF;
padding: 0.9375rem;
text-align: center;
color: #454040;
font-size: 0.875rem;
font-weight: normal;
border-bottom: dotted 1px #DDDDDD; }
.pricing-table .cta-button {
background-color: #FFFFFF;
text-align: center;
padding: 1.25rem 1.25rem 0; }
/* Progress Bar */
.progress {
background-color: #F6F6F6;
height: 1.5625rem;
border: 1px solid white;
padding: 0.125rem;
margin-bottom: 0.625rem; }
.progress .meter {
background: #567335;
height: 100%;
display: block; }
.progress.secondary .meter {
background: #E55129;
height: 100%;
display: block; }
.progress.success .meter {
background: #43AC6A;
height: 100%;
display: block; }
.progress.alert .meter {
background: #f04124;
height: 100%;
display: block; }
.progress.radius {
border-radius: 3px; }
.progress.radius .meter {
border-radius: 2px; }
.progress.round {
border-radius: 1000px; }
.progress.round .meter {
border-radius: 999px; }
.range-slider {
display: block;
position: relative;
width: 100%;
height: 1rem;
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
-ms-touch-action: none;
touch-action: none;
background: #FAFAFA; }
.range-slider.vertical-range {
display: block;
position: relative;
width: 100%;
height: 1rem;
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
-ms-touch-action: none;
touch-action: none;
display: inline-block;
width: 1rem;
height: 12.5rem; }
.range-slider.vertical-range .range-slider-handle {
margin-top: 0;
margin-left: -0.5rem;
position: absolute;
bottom: -10.5rem; }
.range-slider.vertical-range .range-slider-active-segment {
width: 0.875rem;
height: auto;
bottom: 0; }
.range-slider.radius {
background: #FAFAFA;
border-radius: 3px; }
.range-slider.radius .range-slider-handle {
background: #567335;
border-radius: 3px; }
.range-slider.radius .range-slider-handle:hover {
background: #4c652f; }
.range-slider.round {
background: #FAFAFA;
border-radius: 1000px; }
.range-slider.round .range-slider-handle {
background: #567335;
border-radius: 1000px; }
.range-slider.round .range-slider-handle:hover {
background: #4c652f; }
.range-slider.disabled, .range-slider[disabled] {
background: #FAFAFA;
cursor: default;
opacity: 0.7; }
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
background: #567335;
cursor: default;
opacity: 0.7; }
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
background: #4c652f; }
.range-slider-active-segment {
display: inline-block;
position: absolute;
height: 0.875rem;
background: #e54f27; }
.range-slider-handle {
display: inline-block;
position: absolute;
z-index: 1;
top: -0.3125rem;
width: 2rem;
height: 1.375rem;
border: 1px solid none;
cursor: pointer;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #567335; }
.range-slider-handle:hover {
background: #4c652f; }
.reveal-modal-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: 1004;
display: none;
left: 0; }
.reveal-modal, dialog {
visibility: hidden;
display: none;
position: absolute;
z-index: 1005;
width: 100vw;
top: 0;
border-radius: 3px;
left: 0;
background-color: #FFFFFF;
padding: 1.25rem;
border: solid 1px #666666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
padding: 1.875rem; }
@media only screen and (max-width: 40em) {
.reveal-modal, dialog {
min-height: 100vh; } }
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
min-width: 0; }
.reveal-modal > :first-child, dialog > :first-child {
margin-top: 0; }
.reveal-modal > :last-child, dialog > :last-child {
margin-bottom: 0; }
@media only screen and (min-width: 40.063em) {
.reveal-modal, dialog {
width: 80%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal, dialog {
top: 6.25rem; } }
.reveal-modal.radius, dialog.radius {
border-radius: 3px; }
.reveal-modal.round, dialog.round {
border-radius: 1000px; }
.reveal-modal.collapse, dialog.collapse {
padding: 0; }
@media only screen and (min-width: 40.063em) {
.reveal-modal.tiny, dialog.tiny {
width: 30%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.small, dialog.small {
width: 40%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.medium, dialog.medium {
width: 60%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.large, dialog.large {
width: 70%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
.reveal-modal.xlarge, dialog.xlarge {
width: 95%;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
.reveal-modal.full, dialog.full {
top: 0;
left: 0;
height: 100%;
height: 100vh;
min-height: 100vh;
max-width: none !important;
margin-left: 0 !important; }
@media only screen and (min-width: 40.063em) {
.reveal-modal.full, dialog.full {
width: 100vw;
max-width: 100rem;
left: 0;
right: 0;
margin: 0 auto; } }
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
font-size: 2.5rem;
line-height: 1;
position: absolute;
top: 0.625rem;
right: 1.375rem;
color: #AAAAAA;
font-weight: bold;
cursor: pointer; }
dialog {
display: none; }
dialog::backdrop, dialog + .backdrop {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: auto;
display: none;
left: 0; }
dialog[open] {
display: block; }
@media print {
dialog, .reveal-modal, dialog {
display: none;
background: #FFFFFF !important; } }
.side-nav {
display: block;
margin: 0;
padding: 0.875rem 0;
list-style-type: none;
list-style-position: outside;
font-family: "Raleway", sans-serif; }
.side-nav li {
margin: 0 0 0.4375rem 0;
font-size: 0.875rem;
font-weight: normal; }
.side-nav li a:not(.button) {
display: block;
color: #567335;
margin: 0;
padding: 0.4375rem 0.875rem; }
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
background: rgba(0, 0, 0, 0.025);
color: #8ab35b; }
.side-nav li.active > a:first-child:not(.button) {
color: #8ab35b;
font-weight: normal;
font-family: "Raleway", sans-serif; }
.side-nav li.divider {
border-top: 1px solid;
height: 0;
padding: 0;
list-style: none;
border-top-color: white; }
.side-nav li.heading {
color: #567335;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase; }
.split.button {
position: relative;
padding-right: 5.0625rem; }
.split.button span {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: solid 1px; }
.split.button span:after {
position: absolute;
content: "";
width: 0;
height: 0;
display: block;
border-style: inset;
top: 50%;
left: 50%; }
.split.button span:active {
background-color: rgba(0, 0, 0, 0.1); }
.split.button span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button span {
width: 3.09375rem; }
.split.button span:after {
border-top-style: solid;
border-width: 0.375rem;
top: 48%;
margin-left: -0.375rem; }
.split.button span:after {
border-color: #FFFFFF transparent transparent transparent; }
.split.button.secondary span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.secondary span:after {
border-color: #FFFFFF transparent transparent transparent; }
.split.button.alert span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.success span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.tiny {
padding-right: 3.75rem; }
.split.button.tiny span {
width: 2.25rem; }
.split.button.tiny span:after {
border-top-style: solid;
border-width: 0.375rem;
top: 48%;
margin-left: -0.375rem; }
.split.button.small {
padding-right: 4.375rem; }
.split.button.small span {
width: 2.625rem; }
.split.button.small span:after {
border-top-style: solid;
border-width: 0.4375rem;
top: 48%;
margin-left: -0.375rem; }
.split.button.large {
padding-right: 5.5rem; }
.split.button.large span {
width: 3.4375rem; }
.split.button.large span:after {
border-top-style: solid;
border-width: 0.3125rem;
top: 48%;
margin-left: -0.375rem; }
.split.button.expand {
padding-left: 2rem; }
.split.button.secondary span:after {
border-color: #454040 transparent transparent transparent; }
.split.button.radius span {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.split.button.round span {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px; }
.sub-nav {
display: block;
width: auto;
overflow: hidden;
margin: -0.25rem 0 1.125rem;
padding-top: 0.25rem; }
.sub-nav dt {
text-transform: uppercase; }
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
float: left;
display: inline;
margin-left: 1rem;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
font-weight: normal;
font-size: 0.875rem;
color: #999999; }
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
text-decoration: none;
color: #999999;
padding: 0.9375rem 2.8125rem; }
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
color: #737373; }
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
border-radius: 0px;
font-weight: normal;
background: #567335;
padding: 0.9375rem 2.8125rem;
cursor: default;
color: #FFF; }
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
background: #4a632e; }
.switch {
padding: 0;
border: none;
position: relative;
outline: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.switch label {
display: block;
margin-bottom: 1rem;
position: relative;
color: transparent;
background: #DDDDDD;
text-indent: 100%;
width: 4rem;
height: 2rem;
cursor: pointer;
transition: left 0.15s ease-out; }
.switch input {
opacity: 0;
position: absolute;
top: 9px;
left: 10px;
padding: 0; }
.switch input + label {
margin-left: 0;
margin-right: 0; }
.switch label:after {
content: "";
display: block;
background: #FFFFFF;
position: absolute;
top: .25rem;
left: .25rem;
width: 1.5rem;
height: 1.5rem;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: translate3d(0, 0, 0);
transition: left 0.15s ease-out;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.switch input:checked + label {
background: #567335; }
.switch input:checked + label:after {
left: 2.25rem; }
.switch label {
width: 4rem;
height: 2rem; }
.switch label:after {
width: 1.5rem;
height: 1.5rem; }
.switch input:checked + label:after {
left: 2.25rem; }
.switch label {
color: transparent;
background: #DDDDDD; }
.switch label:after {
background: #FFFFFF; }
.switch input:checked + label {
background: #567335; }
.switch.large label {
width: 5rem;
height: 2.5rem; }
.switch.large label:after {
width: 2rem;
height: 2rem; }
.switch.large input:checked + label:after {
left: 2.75rem; }
.switch.small label {
width: 3.5rem;
height: 1.75rem; }
.switch.small label:after {
width: 1.25rem;
height: 1.25rem; }
.switch.small input:checked + label:after {
left: 2rem; }
.switch.tiny label {
width: 3rem;
height: 1.5rem; }
.switch.tiny label:after {
width: 1rem;
height: 1rem; }
.switch.tiny input:checked + label:after {
left: 1.75rem; }
.switch.radius label {
border-radius: 4px; }
.switch.radius label:after {
border-radius: 3px; }
.switch.round {
border-radius: 1000px; }
.switch.round label {
border-radius: 2rem; }
.switch.round label:after {
border-radius: 2rem; }
table {
background: #FFFFFF;
margin-bottom: 1.25rem;
border: solid 1px #DDDDDD;
table-layout: auto; }
table caption {
background: transparent;
color: #222222;
font-size: 1rem;
font-weight: bold; }
table thead {
background: #F5F5F5; }
table thead tr th,
table thead tr td {
padding: 0.5rem 0.625rem 0.625rem;
font-size: 0.875rem;
font-weight: bold;
color: #222222; }
table tfoot {
background: #F5F5F5; }
table tfoot tr th,
table tfoot tr td {
padding: 0.5rem 0.625rem 0.625rem;
font-size: 0.875rem;
font-weight: bold;
color: #222222; }
table tr th,
table tr td {
padding: 0.5625rem 0.625rem;
font-size: 0.875rem;
color: #222222;
text-align: left; }
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #F9F9F9; }
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
display: table-cell;
line-height: 1.125rem; }
.tabs {
margin-bottom: 0 !important;
margin-left: 0; }
.tabs:before, .tabs:after {
content: " ";
display: table; }
.tabs:after {
clear: both; }
.tabs dd, .tabs .tab-title {
position: relative;
margin-bottom: 0 !important;
list-style: none;
float: left; }
.tabs dd > a, .tabs .tab-title > a {
outline: none;
display: block;
background-color: #EFEFEF;
color: #222222;
padding: 1rem 2rem;
font-family: "Raleway", sans-serif;
font-size: 1rem; }
.tabs dd > a:hover, .tabs .tab-title > a:hover {
background-color: #e1e1e1; }
.tabs dd.active a, .tabs .tab-title.active a {
background-color: #FFFFFF;
color: #222222; }
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.tabs.vertical dd, .tabs.vertical .tab-title {
position: inherit;
float: none;
display: block;
top: auto; }
.tabs-content {
margin-bottom: 1.5rem;
width: 100%; }
.tabs-content:before, .tabs-content:after {
content: " ";
display: table; }
.tabs-content:after {
clear: both; }
.tabs-content > .content {
display: none;
float: left;
padding: 0.9375rem 0;
width: 100%; }
.tabs-content > .content.active {
display: block;
float: none; }
.tabs-content > .content.contained {
padding: 0.9375rem; }
.tabs-content.vertical {
display: block; }
.tabs-content.vertical > .content {
padding: 0 0.9375rem; }
@media only screen and (min-width: 40.063em) {
.tabs.vertical {
width: 20%;
max-width: 20%;
float: left;
margin: 0 0 1.25rem; }
.tabs-content.vertical {
width: 80%;
max-width: 80%;
float: left;
margin-left: -1px;
padding-left: 1rem; } }
.no-js .tabs-content > .content {
display: block;
float: none; }
/* Image Thumbnails */
.th {
line-height: 0;
display: inline-block;
border: solid 4px #FFFFFF;
max-width: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
transition: all 200ms ease-out; }
.th:hover, .th:focus {
box-shadow: 0 0 6px 1px rgba(86, 115, 53, 0.5); }
.th.radius {
border-radius: 3px; }
/* Tooltips */
.has-tip {
border-bottom: dotted 1px #CCCCCC;
cursor: help;
font-weight: bold;
color: #454040; }
.has-tip:hover, .has-tip:focus {
border-bottom: dotted 1px #273418;
color: #567335; }
.has-tip.tip-left, .has-tip.tip-right {
float: none !important; }
.tooltip {
display: none;
position: absolute;
z-index: 1006;
font-weight: normal;
font-size: 0.875rem;
line-height: 1.3;
padding: 0.75rem;
max-width: 300px;
left: 50%;
width: 100%;
color: #FFFFFF;
background: #454040; }
.tooltip > .nub {
display: block;
left: 5px;
position: absolute;
width: 0;
height: 0;
border: solid 5px;
border-color: transparent transparent #454040 transparent;
top: -10px;
pointer-events: none; }
.tooltip > .nub.rtl {
left: auto;
right: 5px; }
.tooltip.radius {
border-radius: 3px; }
.tooltip.round {
border-radius: 1000px; }
.tooltip.round > .nub {
left: 2rem; }
.tooltip.opened {
color: #567335 !important;
border-bottom: dotted 1px #273418 !important; }
.tap-to-close {
display: block;
font-size: 0.625rem;
color: #777777;
font-weight: normal; }
@media only screen and (min-width: 40.063em) {
.tooltip > .nub {
border-color: transparent transparent #454040 transparent;
top: -10px; }
.tooltip.tip-top > .nub {
border-color: #454040 transparent transparent transparent;
top: auto;
bottom: -10px; }
.tooltip.tip-left, .tooltip.tip-right {
float: none !important; }
.tooltip.tip-left > .nub {
border-color: transparent transparent transparent #454040;
right: -10px;
left: auto;
top: 50%;
margin-top: -5px; }
.tooltip.tip-right > .nub {
border-color: transparent #454040 transparent transparent;
right: auto;
left: -10px;
top: 50%;
margin-top: -5px; } }
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width: 9999px)/";
width: 9999px; }
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
width: 100%;
background: #454040; }
.contain-to-grid .top-bar {
margin-bottom: 0; }
.fixed {
width: 100%;
left: 0;
position: fixed;
top: 0;
z-index: 99; }
.fixed.expanded:not(.top-bar) {
overflow-y: auto;
height: auto;
width: 100%;
max-height: 100%; }
.fixed.expanded:not(.top-bar) .title-area {
position: fixed;
width: 100%;
z-index: 99; }
.fixed.expanded:not(.top-bar) .top-bar-section {
z-index: 98;
margin-top: 4.375rem; }
.top-bar {
overflow: hidden;
height: 4.375rem;
line-height: 4.375rem;
position: relative;
background: #454040;
margin-bottom: 0; }
.top-bar ul {
margin-bottom: 0;
list-style: none; }
.top-bar .row {
max-width: none; }
.top-bar form,
.top-bar input {
margin-bottom: 0; }
.top-bar input {
height: 1.75rem;
padding-top: .35rem;
padding-bottom: .35rem;
font-size: 0.75rem; }
.top-bar .button, .top-bar button {
padding-top: 0.4125rem;
padding-bottom: 0.4125rem;
margin-bottom: 0;
font-size: 0.75rem; }
@media only screen and (max-width: 40em) {
.top-bar .button, .top-bar button {
position: relative;
top: -1px; } }
.top-bar .title-area {
position: relative;
margin: 0; }
.top-bar .name {
height: 4.375rem;
margin: 0;
font-size: 16px; }
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
line-height: 4.375rem;
font-size: 1.0625rem;
margin: 0; }
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
font-weight: normal;
color: #FFFFFF;
width: 75%;
display: block;
padding: 0 1.375rem; }
.top-bar .toggle-topbar {
position: absolute;
right: 0;
top: 0; }
.top-bar .toggle-topbar a {
color: #FFFFFF;
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: bold;
position: relative;
display: block;
padding: 0 1.375rem;
height: 4.375rem;
line-height: 4.375rem; }
.top-bar .toggle-topbar.menu-icon {
top: 50%;
margin-top: -16px; }
.top-bar .toggle-topbar.menu-icon a {
height: 34px;
line-height: 33px;
padding: 0 2.9375rem 0 1.375rem;
color: #FFFFFF;
position: relative; }
.top-bar .toggle-topbar.menu-icon a span::after {
content: "";
position: absolute;
display: block;
height: 0;
top: 50%;
margin-top: -8px;
right: 1.375rem;
box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
width: 16px; }
.top-bar .toggle-topbar.menu-icon a span:hover:after {
box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
.top-bar.expanded {
height: auto;
background: transparent; }
.top-bar.expanded .title-area {
background: #454040; }
.top-bar.expanded .toggle-topbar a {
color: #888888; }
.top-bar.expanded .toggle-topbar a span::after {
box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
.top-bar-section {
left: 0;
position: relative;
width: auto;
transition: left 300ms ease-out; }
.top-bar-section ul {
padding: 0;
width: 100%;
height: auto;
display: block;
font-size: 16px;
margin: 0; }
.top-bar-section .divider,
.top-bar-section [role="separator"] {
border-top: solid 1px #232020;
clear: both;
height: 1px;
width: 100%; }
.top-bar-section ul li {
background: #454040; }
.top-bar-section ul li > a {
display: block;
width: 100%;
color: #FFFFFF;
padding: 12px 0 12px 0;
padding-left: 1.375rem;
font-family: "Raleway", sans-serif;
font-size: 1.125rem;
font-weight: normal;
text-transform: none; }
.top-bar-section ul li > a.button {
font-size: 1.125rem;
padding-right: 1.375rem;
padding-left: 1.375rem;
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
background-color: #455c2a; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
background-color: #c13b17; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
background-color: #368a55; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
background-color: #cf2a0e; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
color: #FFFFFF; }
.top-bar-section ul li > a.button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
background-color: #cf6e0e; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
color: #FFFFFF; }
.top-bar-section ul li > button {
font-size: 1.125rem;
padding-right: 1.375rem;
padding-left: 1.375rem;
background-color: #567335;
border-color: #455c2a;
color: #FFFFFF; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
background-color: #455c2a; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.secondary {
background-color: #E55129;
border-color: #c13b17;
color: #FFFFFF; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
background-color: #c13b17; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.success {
background-color: #43AC6A;
border-color: #368a55;
color: #FFFFFF; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
background-color: #368a55; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: #FFFFFF; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
background-color: #cf2a0e; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
color: #FFFFFF; }
.top-bar-section ul li > button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: #FFFFFF; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
background-color: #cf6e0e; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
color: #FFFFFF; }
.top-bar-section ul li:hover:not(.has-form) > a {
background-color: #585858;
background: #585858;
color: #FFFFFF; }
.top-bar-section ul li.active > a {
background: #567335;
color: #FFFFFF; }
.top-bar-section ul li.active > a:hover {
background: #4a632e;
color: #FFFFFF; }
.top-bar-section .has-form {
padding: 1.375rem; }
.top-bar-section .has-dropdown {
position: relative; }
.top-bar-section .has-dropdown > a:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
border-left-style: solid;
margin-right: 1.375rem;
margin-top: -4.5px;
position: absolute;
top: 50%;
right: 0; }
.top-bar-section .has-dropdown.moved {
position: static; }
.top-bar-section .has-dropdown.moved > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important;
width: 100%; }
.top-bar-section .has-dropdown.moved > a:after {
display: none; }
.top-bar-section .dropdown {
padding: 0;
position: absolute;
left: 100%;
top: 0;
z-index: 99;
display: block;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .dropdown li {
width: 100%;
height: auto; }
.top-bar-section .dropdown li a {
font-weight: normal;
padding: 8px 1.375rem; }
.top-bar-section .dropdown li a.parent-link {
font-weight: normal; }
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
margin-bottom: 0;
margin-top: 0;
font-size: 1.125rem; }
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
color: #FFFFFF;
display: block; }
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
background: none; }
.top-bar-section .dropdown li.has-form {
padding: 8px 1.375rem; }
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
top: auto; }
.top-bar-section .dropdown label {
padding: 8px 1.375rem 2px;
margin-bottom: 0;
text-transform: uppercase;
color: #777777;
font-weight: bold;
font-size: 0.625rem; }
.js-generated {
display: block; }
@media only screen and (min-width: 9999px) {
.top-bar {
background: #454040;
overflow: visible; }
.top-bar:before, .top-bar:after {
content: " ";
display: table; }
.top-bar:after {
clear: both; }
.top-bar .toggle-topbar {
display: none; }
.top-bar .title-area {
float: left; }
.top-bar .name h1 a {
width: auto; }
.top-bar input,
.top-bar .button,
.top-bar button {
font-size: 0.875rem;
position: relative;
height: 1.75rem;
top: 1.3125rem; }
.top-bar.expanded {
background: #454040; }
.contain-to-grid .top-bar {
max-width: 100rem;
margin: 0 auto;
margin-bottom: 0; }
.top-bar-section {
transition: none 0 0;
left: 0 !important; }
.top-bar-section ul {
width: auto;
height: auto !important;
display: inline; }
.top-bar-section ul li {
float: left; }
.top-bar-section ul li .js-generated {
display: none; }
.top-bar-section li.hover > a:not(.button) {
background-color: #585858;
background: #585858;
color: #FFFFFF; }
.top-bar-section li:not(.has-form) a:not(.button) {
padding: 0 1.375rem;
line-height: 4.375rem;
background: #454040; }
.top-bar-section li:not(.has-form) a:not(.button):hover {
background-color: #585858;
background: #585858; }
.top-bar-section li.active:not(.has-form) a:not(.button) {
padding: 0 1.375rem;
line-height: 4.375rem;
color: #FFFFFF;
background: #567335; }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
background: #4a632e;
color: #FFFFFF; }
.top-bar-section .has-dropdown > a {
padding-right: 2.625rem !important; }
.top-bar-section .has-dropdown > a:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
border-top-style: solid;
margin-top: -2.5px;
top: 2.1875rem; }
.top-bar-section .has-dropdown.moved {
position: relative; }
.top-bar-section .has-dropdown.moved > .dropdown {
display: block;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.top-bar-section .has-dropdown > a:focus + .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
border: none;
content: "\00bb";
top: 1rem;
margin-top: -1px;
right: 5px;
line-height: 1.2; }
.top-bar-section .dropdown {
left: 0;
top: auto;
background: transparent;
min-width: 100%; }
.top-bar-section .dropdown li a {
color: #FFFFFF;
line-height: 4.375rem;
white-space: nowrap;
padding: 12px 1.375rem;
background: rgba(69, 64, 64, 0.8); }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
color: #FFFFFF;
background: rgba(69, 64, 64, 0.8); }
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
color: #FFFFFF;
background-color: #585858;
background: rgba(88, 88, 88, 0.8); }
.top-bar-section .dropdown li label {
white-space: nowrap;
background: #454040; }
.top-bar-section .dropdown li .dropdown {
left: 100%;
top: 0; }
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-bottom: none;
border-top: none;
border-right: solid 1px #5e5858;
clear: none;
height: 4.375rem;
width: 0; }
.top-bar-section .has-form {
background: #454040;
padding: 0 1.45833rem;
height: 4.375rem; }
.top-bar-section .right li .dropdown {
left: auto;
right: 0; }
.top-bar-section .right li .dropdown li .dropdown {
right: 100%; }
.top-bar-section .left li .dropdown {
right: auto;
left: 0; }
.top-bar-section .left li .dropdown li .dropdown {
left: 100%; }
.no-js .top-bar-section ul li:hover > a {
background-color: #585858;
background: #585858;
color: #FFFFFF; }
.no-js .top-bar-section ul li:active > a {
background: #567335;
color: #FFFFFF; }
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; }
.no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
display: block;
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
position: absolute !important; } }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
.text-justify {
text-align: justify !important; }
@media only screen and (max-width: 40em) {
.small-only-text-left {
text-align: left !important; }
.small-only-text-right {
text-align: right !important; }
.small-only-text-center {
text-align: center !important; }
.small-only-text-justify {
text-align: justify !important; } }
@media only screen {
.small-text-left {
text-align: left !important; }
.small-text-right {
text-align: right !important; }
.small-text-center {
text-align: center !important; }
.small-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.medium-only-text-left {
text-align: left !important; }
.medium-only-text-right {
text-align: right !important; }
.medium-only-text-center {
text-align: center !important; }
.medium-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
.medium-text-left {
text-align: left !important; }
.medium-text-right {
text-align: right !important; }
.medium-text-center {
text-align: center !important; }
.medium-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
.large-only-text-left {
text-align: left !important; }
.large-only-text-right {
text-align: right !important; }
.large-only-text-center {
text-align: center !important; }
.large-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
.large-text-left {
text-align: left !important; }
.large-text-right {
text-align: right !important; }
.large-text-center {
text-align: center !important; }
.large-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-only-text-left {
text-align: left !important; }
.xlarge-only-text-right {
text-align: right !important; }
.xlarge-only-text-center {
text-align: center !important; }
.xlarge-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
.xlarge-text-left {
text-align: left !important; }
.xlarge-text-right {
text-align: right !important; }
.xlarge-text-center {
text-align: center !important; }
.xlarge-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
.xxlarge-only-text-left {
text-align: left !important; }
.xxlarge-only-text-right {
text-align: right !important; }
.xxlarge-only-text-center {
text-align: center !important; }
.xxlarge-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
.xxlarge-text-left {
text-align: left !important; }
.xxlarge-text-right {
text-align: right !important; }
.xxlarge-text-center {
text-align: center !important; }
.xxlarge-text-justify {
text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0; }
/* Default Link Styles */
a {
color: #567335;
text-decoration: none;
line-height: inherit; }
a:hover, a:focus {
color: #4a632e; }
a img {
border: none; }
/* Default paragraph styles */
p {
font-family: "Raleway", sans-serif;
font-weight: 200;
font-size: 1.25rem;
line-height: 1.6;
margin-bottom: 1.25rem;
text-rendering: optimizeLegibility; }
p.lead {
font-size: 1.46875rem;
line-height: 1.6; }
p aside {
font-size: 0.875rem;
line-height: 1.35;
font-style: italic; }
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
font-weight: 100;
font-style: normal;
color: #222222;
text-rendering: optimizeLegibility;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
line-height: 1.4; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-size: 60%;
color: #6f6f6f;
line-height: 0; }
h1 {
font-size: 3.8125rem; }
h2 {
font-size: 2.5rem; }
h3 {
font-size: 2.125rem; }
h4 {
font-size: 1.125rem; }
h5 {
font-size: 1.125rem; }
h6 {
font-size: 1rem; }
.subheader {
line-height: 1.4;
color: #6f6f6f;
font-weight: normal;
margin-top: 0.2rem;
margin-bottom: 0.5rem; }
hr {
border: solid #DDDDDD;
border-width: 1px 0 0;
clear: both;
margin: 1.25rem 0 1.1875rem;
height: 0; }
/* Helpful Typography Defaults */
em,
i {
font-style: italic;
line-height: inherit; }
strong,
b {
font-weight: bold;
line-height: inherit; }
small {
font-size: 60%;
line-height: inherit; }
code {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #454040;
background-color: #f7cbbf;
border-width: 1px;
border-style: solid;
border-color: #f2ab98;
padding: 0.125rem 0.3125rem 0.0625rem; }
/* Lists */
ul,
ol,
dl {
font-size: 1.25rem;
line-height: 1.6;
margin-bottom: 1.25rem;
list-style-position: outside;
font-family: "Raleway", sans-serif; }
ul {
margin-left: 1.1rem; }
ul.no-bullet {
margin-left: 0; }
ul.no-bullet li ul,
ul.no-bullet li ol {
margin-left: 1.25rem;
margin-bottom: 0;
list-style: none; }
/* Unordered Lists */
ul li ul,
ul li ol {
margin-left: 1.25rem;
margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
list-style: inherit; }
ul.square {
list-style-type: square;
margin-left: 1.1rem; }
ul.circle {
list-style-type: circle;
margin-left: 1.1rem; }
ul.disc {
list-style-type: disc;
margin-left: 1.1rem; }
ul.no-bullet {
list-style: none; }
/* Ordered Lists */
ol {
margin-left: 1.4rem; }
ol li ul,
ol li ol {
margin-left: 1.25rem;
margin-bottom: 0; }
/* Definition Lists */
dl dt {
margin-bottom: 0.3rem;
font-weight: bold; }
dl dd {
margin-bottom: 0.75rem; }
/* Abbreviations */
abbr,
acronym {
text-transform: uppercase;
font-size: 90%;
color: #222;
cursor: help; }
abbr {
text-transform: none; }
abbr[title] {
border-bottom: 1px dotted #DDDDDD; }
/* Blockquotes */
blockquote {
margin: 0 0 1.25rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #DDDDDD; }
blockquote cite {
display: block;
font-size: 0.8125rem;
color: #555555; }
blockquote cite:before {
content: "\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited {
color: #555555; }
blockquote,
blockquote p {
line-height: 1.6;
color: #6f6f6f; }
/* Microformats */
.vcard {
display: inline-block;
margin: 0 0 1.25rem 0;
border: 1px solid #DDDDDD;
padding: 0.625rem 0.75rem; }
.vcard li {
margin: 0;
display: block; }
.vcard .fn {
font-weight: bold;
font-size: 0.9375rem; }
.vevent .summary {
font-weight: bold; }
.vevent abbr {
cursor: default;
text-decoration: none;
font-weight: bold;
border: none;
padding: 0 0.0625rem; }
@media only screen and (min-width: 40.063em) {
h1, h2, h3, h4, h5, h6 {
line-height: 1.4; }
h1 {
font-size: 4.4375rem; }
h2 {
font-size: 3.125rem; }
h3 {
font-size: 2.4375rem; }
h4 {
font-size: 1.4375rem; }
h5 {
font-size: 1.125rem; }
h6 {
font-size: 1rem; } }
/*
* Print styles.
*
* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
* Credit to <NAME> and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
display: none !important; }
@media print {
* {
background: transparent !important;
color: #000000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999999;
page-break-inside: avoid; }
thead {
display: table-header-group;
/* h5bp.com/t */ }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.hide-on-print {
display: none !important; }
.print-only {
display: block !important; }
.hide-for-print {
display: none !important; }
.show-for-print {
display: inherit !important; } }
.off-canvas-wrap {
-webkit-backface-visibility: hidden;
position: relative;
width: 100%;
overflow: hidden; }
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
min-height: 100%;
-webkit-overflow-scrolling: touch; }
.inner-wrap {
position: relative;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.inner-wrap:before, .inner-wrap:after {
content: " ";
display: table; }
.inner-wrap:after {
clear: both; }
.tab-bar {
-webkit-backface-visibility: hidden;
background: #454040;
color: #FFFFFF;
height: 2.8125rem;
line-height: 2.8125rem;
position: relative; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
color: #FFFFFF;
font-weight: bold;
line-height: 2.8125rem;
margin: 0; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
font-size: 1.125rem; }
.left-small {
width: 2.8125rem;
height: 2.8125rem;
position: absolute;
top: 0;
border-right: solid 1px #232020;
left: 0; }
.right-small {
width: 2.8125rem;
height: 2.8125rem;
position: absolute;
top: 0;
border-left: solid 1px #232020;
right: 0; }
.tab-bar-section {
padding: 0 0.625rem;
position: absolute;
text-align: center;
height: 2.8125rem;
top: 0; }
@media only screen and (min-width: 40.063em) {
.tab-bar-section.left {
text-align: left; }
.tab-bar-section.right {
text-align: right; } }
.tab-bar-section.left {
left: 0;
right: 2.8125rem; }
.tab-bar-section.right {
left: 2.8125rem;
right: 0; }
.tab-bar-section.middle {
left: 2.8125rem;
right: 2.8125rem; }
.tab-bar .menu-icon {
text-indent: 2.1875rem;
width: 2.8125rem;
height: 2.8125rem;
display: block;
padding: 0;
color: #FFFFFF;
position: relative;
transform: translate3d(0, 0, 0); }
.tab-bar .menu-icon span::after {
content: "";
position: absolute;
display: block;
height: 0;
top: 50%;
margin-top: -0.5rem;
left: 0.90625rem;
box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
width: 1rem; }
.tab-bar .menu-icon span:hover:after {
box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
.left-off-canvas-menu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1001;
box-sizing: content-box;
transition: transform 500ms ease 0s;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.left-off-canvas-menu * {
-webkit-backface-visibility: hidden; }
.right-off-canvas-menu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1001;
box-sizing: content-box;
transition: transform 500ms ease 0s;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0; }
.right-off-canvas-menu * {
-webkit-backface-visibility: hidden; }
ul.off-canvas-list {
list-style-type: none;
padding: 0;
margin: 0; }
ul.off-canvas-list li label {
display: block;
padding: 0.3rem 0.9375rem;
color: #999999;
text-transform: uppercase;
font-size: 0.75rem;
font-weight: bold;
background: #444444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
ul.off-canvas-list li a {
display: block;
padding: 0.66667rem;
color: rgba(255, 255, 255, 0.7);
border-bottom: 1px solid #343030;
transition: background 300ms ease; }
ul.off-canvas-list li a:hover {
background: #302d2d; }
.move-right > .inner-wrap {
-ms-transform: translate(15.625rem, 0);
-webkit-transform: translate3d(15.625rem, 0, 0);
-moz-transform: translate3d(15.625rem, 0, 0);
-ms-transform: translate3d(15.625rem, 0, 0);
-o-transform: translate3d(15.625rem, 0, 0);
transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.move-left > .inner-wrap {
-ms-transform: translate(-15.625rem, 0);
-webkit-transform: translate3d(-15.625rem, 0, 0);
-moz-transform: translate3d(-15.625rem, 0, 0);
-ms-transform: translate3d(-15.625rem, 0, 0);
-o-transform: translate3d(-15.625rem, 0, 0);
transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-left .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-right .left-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
transition: background 300ms ease;
cursor: pointer;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
display: block;
position: absolute;
background: rgba(255, 255, 255, 0.2);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.offcanvas-overlap-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }
.no-csstransforms .left-off-canvas-menu {
left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
left: 15.625rem; }
.left-submenu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1002;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.left-submenu * {
-webkit-backface-visibility: hidden; }
.left-submenu .back > a {
padding: 0.3rem 0.9375rem;
color: #999999;
text-transform: uppercase;
font-weight: bold;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
.left-submenu .back > a:hover {
background: #303030;
border-top: 1px solid #5e5e5e;
border-bottom: none; }
.left-submenu .back > a:before {
content: "\AB";
margin-right: 0.5rem;
display: inline; }
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
-ms-transform: translate(0%, 0);
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0); }
.right-submenu {
-webkit-backface-visibility: hidden;
width: 15.625rem;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
background: #454040;
z-index: 1002;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease; }
.right-submenu * {
-webkit-backface-visibility: hidden; }
.right-submenu .back > a {
padding: 0.3rem 0.9375rem;
color: #999999;
text-transform: uppercase;
font-weight: bold;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
.right-submenu .back > a:hover {
background: #303030;
border-top: 1px solid #5e5e5e;
border-bottom: none; }
.right-submenu .back > a:after {
content: "\BB";
margin-left: 0.5rem;
display: inline; }
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
-ms-transform: translate(0%, 0);
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0); }
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
content: "\BB";
margin-left: 0.5rem;
display: inline; }
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
content: "\AB";
margin-right: 0.5rem;
display: inline; }
/* small displays */
@media only screen {
.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
display: inherit !important; }
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
display: none !important; }
.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
display: table !important; }
thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
display: table-header-group !important; }
tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
display: table-row-group !important; }
tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
display: table-row !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
display: inherit !important; }
.hide-for-landscape,
.show-for-portrait {
display: none !important; }
/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
display: table !important; }
thead.hide-for-landscape, thead.show-for-portrait {
display: table-header-group !important; }
tbody.hide-for-landscape, tbody.show-for-portrait {
display: table-row-group !important; }
tr.hide-for-landscape, tr.show-for-portrait {
display: table-row !important; }
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
display: table-cell !important; }
@media only screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: inherit !important; }
.hide-for-landscape,
.show-for-portrait {
display: none !important; }
/* Specific visibility for tables */
table.show-for-landscape, table.hide-for-portrait {
display: table !important; }
thead.show-for-landscape, thead.hide-for-portrait {
display: table-header-group !important; }
tbody.show-for-landscape, tbody.hide-for-portrait {
display: table-row-group !important; }
tr.show-for-landscape, tr.hide-for-portrait {
display: table-row !important; }
td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
display: table-cell !important; } }
@media only screen and (orientation: portrait) {
.show-for-portrait,
.hide-for-landscape {
display: inherit !important; }
.hide-for-portrait,
.show-for-landscape {
display: none !important; }
/* Specific visibility for tables */
table.show-for-portrait, table.hide-for-landscape {
display: table !important; }
thead.show-for-portrait, thead.hide-for-landscape {
display: table-header-group !important; }
tbody.show-for-portrait, tbody.hide-for-landscape {
display: table-row-group !important; }
tr.show-for-portrait, tr.hide-for-landscape {
display: table-row !important; }
td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
display: none !important; }
.hide-for-touch {
display: inherit !important; }
.touch .show-for-touch {
display: inherit !important; }
.touch .hide-for-touch {
display: none !important; }
/* Specific visibility for tables */
table.hide-for-touch {
display: table !important; }
.touch table.show-for-touch {
display: table !important; }
thead.hide-for-touch {
display: table-header-group !important; }
.touch thead.show-for-touch {
display: table-header-group !important; }
tbody.hide-for-touch {
display: table-row-group !important; }
.touch tbody.show-for-touch {
display: table-row-group !important; }
tr.hide-for-touch {
display: table-row !important; }
.touch tr.show-for-touch {
display: table-row !important; }
td.hide-for-touch {
display: table-cell !important; }
.touch td.show-for-touch {
display: table-cell !important; }
th.hide-for-touch {
display: table-cell !important; }
.touch th.show-for-touch {
display: table-cell !important; }
/* Print visibility */
@media print {
.show-for-print {
display: block; }
.hide-for-print {
display: none; }
table.show-for-print {
display: table !important; }
thead.show-for-print {
display: table-header-group !important; }
tbody.show-for-print {
display: table-row-group !important; }
tr.show-for-print {
display: table-row !important; }
td.show-for-print {
display: table-cell !important; }
th.show-for-print {
display: table-cell !important; } }
h1,
h2 {
text-transform: uppercase; }
@media only screen and (max-width: 40em) {
h2 {
font-size: 1.75rem; } }
h3 {
color: #567335; }
@media only screen and (max-width: 40em) {
h3 {
font-size: 1.375rem; } }
h4 {
font-size: 1.5rem; }
p {
font-weight: 300;
font-size: 1.25rem;
line-height: 2; }
@media only screen and (max-width: 40em) {
p {
font-size: 1rem; } }
h2 {
font-weight: 400;
font-size: 1.5rem;
line-height: 1.2em; }
@media only screen and (min-width: 40.063em) {
h2 {
font-size: 2rem;
line-height: 1.3em; } }
@media only screen and (min-width: 64.063em) {
h2 {
font-size: 3.4375rem; } }
h3 {
font-weight: 500;
font-size: 1.875rem;
text-transform: uppercase;
color: #000; }
strong {
font-weight: 600; }
.-caps {
text-transform: uppercase; }
.smgrey {
font-size: 0.875rem !important;
color: #CCC; }
.charcoal {
color: #585858; }
.strong-h4 h4 {
color: #567335;
font-weight: 400; }
.upper-grey-h4 h4 {
color: #777777;
font-weight: 600;
text-transform: uppercase; }
.upper-grey-h4 h4:after {
display: block;
content: "";
width: 80px;
height: 1px;
margin: 1.875rem auto;
background-color: #585858; }
.h4-dividers h4:before {
display: block;
content: "";
width: 80px;
height: 1px;
margin: 1.875rem auto;
background-color: #585858; }
.h4-dividers h4:first-child:before {
display: none; }
/* Mixins
/*********************/
/* Globals
/*********************/
a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
/* Positioning
/*********************/
.abcenter {
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important; }
.no-padding-top {
padding: 0 0 0.9375rem !important; }
.no-padding {
padding: 0 !important; }
.no-margin-top {
margin: 0 0 0.9375rem !important; }
.no-margin {
margin: 0 !important; }
/* Backgrounds
/*********************/
.bg-grey {
background-color: #CCCCCC;
padding: 1.25rem 0 3.125rem; }
.bg-oil {
background-color: #454040; }
.bg-oil * {
color: #FFF; }
.bg-green {
background-color: #b2baa0 !important;
padding: 1.25rem 0 3.125rem; }
.bg-primary-color {
background-color: #567335 !important; }
.bg-primary-color * {
color: #FFF !important; }
.inline {
display: inline-block; }
.inline .top {
vertical-align: top; }
.bgFull {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.bg-swimmer {
background-image: url("../../images/water-hang.jpg"); }
/* Rows
/*********************/
.row {
padding: 0.9375rem 0; }
#content > .row:first-child {
padding-top: 0; }
.fullWidth {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
overflow: hidden; }
.clearit {
width: 100% !important;
float: none !important;
clear: both !important; }
/* Buttons
/*********************/
/* Absolutely centers a button within its parent */
button.abcenter, .button.abcenter {
position: absolute;
top: 50%;
left: 50%;
margin-top: -27px;
margin-left: -100px; }
/* Absolutely positions a button in the upper center */
button.abcenter-top, .button.abcenter-top {
position: absolute;
top: 20%;
left: 50%;
margin-top: -27px;
margin-left: -100px; }
/* Containers
/*********************/
.white-box {
background-color: rgba(255, 255, 255, 0.85);
padding: 2.5rem;
margin-bottom: 1.875rem; }
.white-box h3 {
font-size: 1.5rem; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-loading .slick-list {
background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
/* Icons */
@font-face {
font-family: "slick";
src: url("./fonts/slick.eot");
src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
margin-top: -10px;
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before, .slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: "←"; }
[dir="rtl"] .slick-prev:before {
content: "→"; }
.slick-next {
right: -25px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: "→"; }
[dir="rtl"] .slick-next:before {
content: "←"; }
/* Dots */
.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
/* Default Slick Styles */
/* Slider Structures */
@media only screen and (max-width: 40em) {
.bg .slick-slant,
.bg .black-overlay {
height: auto !important;
width: 100% !important;
position: relative; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.bg .slick-slant,
.bg .black-overlay {
height: auto !important;
width: 100% !important;
position: relative; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
.bg .slick-slant,
.bg .black-overlay {
height: auto !important;
width: 100% !important;
position: relative; } }
.bg2 .slick-slant {
height: 9.375rem !important;
position: relative; }
.slick-slider {
/* Slanted Slides */ }
.slick-slider .slick-next {
right: 20px; }
.slick-slider .slick-next:before {
background-image: url("/images/arrow-r.png"); }
.slick-slider .slick-prev {
left: 20px; }
.slick-slider .slick-prev:before {
background-image: url("/images/arrow-l.png"); }
.slick-slider .slick-prev, .slick-slider .slick-next {
height: 50px;
width: 50px;
opacity: 0.8; }
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
content: "";
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
width: 100%;
display: block;
opacity: 0.7; }
.slick-slider .slick-dots {
bottom: -8px; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-dots li {
margin: 0 2px; } }
.slick-slider .slick-dots li button:before {
opacity: 1;
color: #FFF;
font-size: 56px; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-dots li button:before {
font-size: 38px; } }
.slick-slider .slick-dots li.slick-active button:before {
color: #567335; }
.slick-slider .slick-slide {
overflow: hidden; }
.slick-slider .slick-slide .slick-slant {
float: none;
width: auto;
width: 100%; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-slide .slick-slant {
height: auto !important;
width: 100% !important; }
.slick-slider .slick-slide .slick-slant * {
width: 100% !important; }
.slick-slider .slick-slide .slick-slant .black-overlay {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.slick-slider .slick-slide .slick-slant {
height: auto !important;
width: 100% !important; }
.slick-slider .slick-slide .slick-slant * {
width: 100% !important; }
.slick-slider .slick-slide .slick-slant .black-overlay {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
.slick-slider .slick-slide .slick-slant .black-overlay {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
.slick-slider .slick-slide .slick-slant {
float: left;
width: 50%; } }
.slick-slider .slick-slide .slick-slant:nth-of-type(odd) {
transform-origin: top left;
z-index: 9; }
.slick-slider .slick-slide .slick-slant:nth-of-type(even) {
transform-origin: bottom right;
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
-moz-transform-origin: bottom right;
-o-transform-origin: bottom right; }
@media only screen and (max-width: 40em) {
.slick-slider .slick-slide .slick-slant:not(.bgslide):nth-of-type(odd) {
margin-right: 0;
display: block !important; } }
.slick-slider .slick-slide .slick-slant:not(.bgslide) .white-overlay, .slick-slider .slick-slide .slick-slant:not(.bgslide) .black-overlay {
position: relative; }
.slick-slider .slick-slide .slick-slant:not(.bgslide) .slide-contents {
padding: 0.625rem;
padding: 0 30px;
width: 100%; }
@media only screen and (min-width: 64.063em) {
.slick-slider .slick-slide .slick-slant:not(.bgslide) .slide-contents {
padding: 0.625rem; } }
.slick-slider .slick-slide .slick-slant .slide-contents {
margin: 0 auto !important; }
.slick-slider .slick-slide .slick-slant .slide-contents img {
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: auto !important;
max-width: 120% !important;
height: auto !important; }
.slick-slider .slick-list .slick-track .slick-slide {
display: block !important;
position: relative;
width: 100%; }
.slick-slider .slick-list .slick-track .slick-slide .bgslide img {
width: 100% !important; }
.bg .slick-slide img {
width: auto !important;
position: relative !important; }
/* Full background slide w/ set height */
.bgslide {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: table !important; }
@media only screen and (max-width: 40em) {
.bgslide {
height: auto; }
.bgslide .black-overlay,
.bgslide .white-overlay {
position: relative !important; } }
@media only screen and (min-width: 64.063em) {
.bgslide {
height: 31.25rem; } }
@media only screen {
.bgslide h3 {
font-size: 1.375rem;
line-height: 1.2em; } }
@media only screen and (min-width: 40.063em) {
.bgslide h3 {
font-size: 1.875rem; } }
@media only screen and (min-width: 64.063em) {
.bgslide h3 {
font-size: 2.25rem; } }
@media only screen {
.bgslide p {
font-size: 0.75rem; } }
@media only screen and (min-width: 40.063em) {
.bgslide p {
font-size: 1rem; } }
@media only screen and (min-width: 64.063em) {
.bgslide p {
font-size: 1.125rem; } }
.bgslide .full-video {
padding: 0; }
.bgslide .full-video .slide-contents {
height: 100%;
width: 101%; }
@media only screen and (min-width: 64.063em) {
.bgslide .full-video .slide-contents {
width: 101%;
left: 42.3%; } }
.bgslide .full-video .slide-contents .flex-video {
margin-bottom: 0; }
@media only screen and (min-width: 64.063em) {
.bgslide .full-video .slide-contents .flex-video {
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
height: 100%;
width: 100%;
padding-bottom: 45%; } }
/* White overlay slides */
.white-overlay, .black-overlay {
position: relative;
z-index: 2; }
@media only screen and (min-width: 90.063em) {
.white-overlay, .black-overlay {
position: absolute;
height: 100%;
width: 100%; } }
@media only screen and (min-width: 90.063em) {
.white-overlay .slide-contents, .black-overlay .slide-contents {
position: absolute;
-ms-transform: translate(0%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0%, -50%) !important;
left: 0;
top: 50%; } }
.white-overlay {
background-color: rgba(255, 255, 255, 0.75);
position: relative;
z-index: 0; }
.black-overlay {
background-color: rgba(0, 0, 0, 0.75);
position: relative;
z-index: 1; }
@media only screen and (max-width: 40em) {
.black-overlay {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.black-overlay {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
.black-overlay:before {
content: '';
width: 18.75rem;
background-color: #4e6c28;
position: absolute;
top: 0;
bottom: 0;
right: -5.3125rem;
transform: skew(-15deg);
z-index: -1; } }
.black-overlay h1, .black-overlay h2, .black-overlay h3, .black-overlay h4, .black-overlay h5 {
color: #7da74d; }
.black-overlay p {
color: #FFF; }
.bg2 .slide-contents {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1; }
.bg2 .slide-contents * {
position: relative;
z-index: 2; }
@media only screen and (min-width: 90.063em) {
.bg2 .slick-slant:first-of-type:before {
content: '';
width: 18.75rem;
background: #546b35;
position: absolute;
top: 0;
bottom: 0;
right: -3.375rem;
transform: skew(-15deg);
z-index: 1; }
.bg2 .slick-slant:first-of-type .slide-contents {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1; }
.bg2 .slick-slant:first-of-type .slide-contents * {
position: relative;
z-index: 2; }
.bg2 .slick-slant {
position: relative; }
.bg2 .slick-slant .row {
padding-top: 0.9375rem;
padding-bottom: 0.9375rem; }
.bg2 .slick-slant:last-of-type {
position: relative;
z-index: 0; } }
#chart-area {
width: 100% !important;
max-width: 300px;
height: auto !important; }
@media only screen and (max-width: 40em) {
.slick-slant {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.slick-slant {
height: auto !important; } }
/* Custom Slick Styles */
.slick-hero .slick-dots {
width: 47%;
text-align: right; }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-dots {
width: 49%; } }
.slick-hero .slick-list:after {
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
background-color: #FFF;
width: 49%;
height: 45px;
bottom: 0px;
left: initial;
top: initial;
right: -0.9375rem; }
.slick-hero .slick-list .slick-track .slick-slide {
padding: 6.25rem 3.75rem 2.5rem;
height: auto;
color: #FFF;
position: relative; }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide {
padding: 18.75rem 3.125rem 2.5rem; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide {
padding: 21.875rem 1.875rem 15.625rem; } }
.slick-hero .slick-list .slick-track .slick-slide:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 50%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0,0,0,0.65)'); }
.slick-hero .slick-list .slick-track .slick-slide h1 {
color: #FFF;
line-height: 1.2em; }
@media only screen {
.slick-hero .slick-list .slick-track .slick-slide h1 {
font-size: 2.25rem; } }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide h1 {
font-size: 3.875rem; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide h1 {
font-size: 5.125rem; } }
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1.5rem; }
@media only screen {
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1rem; } }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1.125rem; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide p {
font-size: 1.25rem; } }
.slick-hero .slick-list .slick-track .slick-slide .smgrey {
position: absolute;
bottom: 2.5rem;
right: 1.25rem; }
.slick-hero .slick-list .slick-track .slick-slide * {
z-index: 9;
position: relative; }
.slick-hero .slick-list .slick-track .slick-slide img {
z-index: -1; }
@media only screen {
.slick-hero .slick-list .slick-track .slick-slide.bgslide {
height: 28.125rem !important; } }
@media only screen and (min-width: 40.063em) {
.slick-hero .slick-list .slick-track .slick-slide.bgslide {
height: 43.75rem !important; } }
@media only screen and (min-width: 64.063em) {
.slick-hero .slick-list .slick-track .slick-slide.bgslide {
height: initial !important; } }
.slick-hero .slick-list .slick-track .slick-slide.bgslide.report-slide {
padding: 21.875rem 1.875rem 5rem;
position: relative; }
.slick-hero .slick-list .slick-track .slick-slide.bgslide.report-slide:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 60%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0, 0, 0, 0.9)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0, 0, 0, 0.9)'); }
.slick-hero .slick-list .slick-track .slick-slide.bgslide.report-slide h1 {
font-size: 3.875rem;
font-weight: 400; }
.box-grid {
padding: 1.875rem 0; }
@media only screen {
.box-grid h2 {
font-size: 2.375rem;
font-weight: 200;
line-height: 1.1em;
height: 1.1em; } }
.box-grid.bgFull h2 {
color: #FFF; }
@media only screen and (min-width: 40.063em) {
.box-grid h2 {
font-size: 1.875rem; } }
@media only screen and (min-width: 64.063em) {
.box-grid h2 {
font-size: 1.625rem; } }
@media only screen and (min-width: 120.063em) {
.box-grid h2 {
font-size: 2rem; } }
.box-grid .medium-6 {
margin: 0.9375rem 0; }
.box-grid .white-box {
margin-bottom: 0;
position: relative;
padding-bottom: 5rem; }
@media only screen and (max-width: 40em) {
.box-grid .white-box {
margin-bottom: 3.125rem; } }
.box-grid .white-box h4 {
font-size: 0.875rem;
text-transform: uppercase;
font-weight: 400;
color: #585858;
margin-bottom: 0; }
.box-grid .white-box h3 {
margin-bottom: 0.2rem; }
.box-grid .white-box p {
font-size: 1.125rem;
color: #585858;
margin-bottom: 0;
font-weight: 300; }
.box-grid .white-box .button, .box-grid .white-box button {
position: absolute;
bottom: 0;
left: 50%;
width: 13.75rem;
margin-left: -6.875rem;
margin-bottom: 0.625rem; }
.box-grid .white-box .newsletter-item {
position: relative;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 85%;
min-height: 300px;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 60%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0,0,0,0.65)'); }
.box-grid .white-box .newsletter-item .newsletter-text {
position: absolute;
bottom: 3%;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item .newsletter-text h3 {
color: #7da74d;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
text-transform: uppercase;
font-weight: 700;
font-size: 2.125rem; }
.box-grid .white-box .newsletter-item .newsletter-text h4 {
color: #FFF; }
.box-grid .white-box .newsletter-item .newsletter-text p {
color: #FFF;
opacity: 0;
height: 0;
margin: 0 1.5625rem;
position: relative;
top: 1.5625rem;
font-size: 1rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item .newsletter-text p:before {
display: block;
content: " ";
margin: 0 auto 1.25rem;
width: 0%;
height: 1px;
background-color: #EEEEEE;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.box-grid .white-box .newsletter-item:hover {
position: absolute; }
.box-grid .white-box .newsletter-item:hover:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 200%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.65));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='rgba(0,0,0,0.65)'); }
.box-grid .white-box .newsletter-item:hover .newsletter-text {
bottom: 60%; }
.box-grid .white-box .newsletter-item:hover p {
opacity: 1; }
.box-grid .white-box .newsletter-item:hover p:before {
width: 60%;
transition-delay: 0.32s; }
#footer {
position: relative;
background: #2f2d25;
text-align: center;
padding: 0;
font-size: 1rem; }
#footer .row .row {
max-width: 100% !important; }
#footer * {
color: #CCCCCC;
line-height: 1.5em; }
#footer h4 {
font-size: 1.22188rem;
font-weight: 400;
margin-bottom: 0; }
#footer p, #footer li {
font-size: 1rem;
font-weight: 100; }
#footer a {
color: #567335;
font-weight: 400; }
#footer a:hover {
color: #96bb6c; }
#footer ul {
list-style: none;
margin: 0;
padding: 0; }
#footer ul li {
margin: 0;
padding: 0; }
#footer > .row:first-of-type {
padding: 0;
/*&:before {
@media only screen and (min-width:64.063em) {
@include before-block();
background-color: $dirt;
width: 40%;
height: 45px;
top: -45px;
left:initial;
right: 0;
}
}*/ }
#footer > .row:first-of-type > .columns:first-of-type {
padding: 3.125rem 0 4.375rem;
/*&:before {
@media only screen and (min-width:64.063em) {
@include before-block();
@include transform(translate(100%,0) skew(-15deg,0deg));
background-color: $dirt;
width:30%;
height: 46px;
top: -45px;
left:initial;
right: 51.6%;
}
}*/ }
/* Color Variables */
.top-bar {
font-family: "Raleway", sans-serif;
background-color: rgba(34, 34, 34, 0.6);
z-index: 0;
height: 93px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
overflow: visible;
/*************/
/* Logo Area */
/*************/
/**************/
/* Navigation */
/**************/ }
@media only screen and (min-width: 40.063em) {
.top-bar {
height: auto; } }
.top-bar ul.title-area {
background-color: transparent;
padding: 0.53125rem 0.5rem;
display: block;
height: 93px;
position: relative; }
@media only screen and (max-width: 40em) {
.top-bar ul.title-area {
padding: 0; } }
@media only screen and (min-width: 40.063em) {
.top-bar ul.title-area {
padding: 0; } }
.top-bar ul.title-area .name {
height: 5.8125rem; }
.top-bar ul.title-area .name h1 {
line-height: 1em;
height: 5.8125rem; }
.top-bar ul.title-area .name h1 a {
padding: 0; }
.top-bar ul.title-area .name .logo {
height: 145px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5); }
@media only screen and (max-width: 40em) {
.top-bar ul.title-area .name .logo {
height: 100px; } }
.top-bar ul.title-area .menu-icon:before {
content: '';
height: 93px;
width: 13.5rem;
padding: 0;
position: absolute;
background-color: #567335;
-ms-transform: skew(-30deg, 0);
-webkit-transform: skew(-30deg, 0);
transform: skew(-30deg, 0);
top: -1.9375rem;
left: -1.5625rem; }
.top-bar.expanded .title-area {
background-color: #201e1e; }
.top-bar.expanded .top-bar-section {
max-height: 5000px; }
.top-bar .top-bar-section {
z-index: -2;
position: initial;
max-height: 0px;
overflow: hidden;
background-color: #201e1e;
/* Make top bar sections stack */
/**********************/
/****** Top Half ******/
/**********************/
/******************************/
/* Bottom Half - Main Buttons */
/******************************/ }
@media only screen and (min-width: 40.063em) {
.top-bar .top-bar-section {
max-width: 18.75rem;
float: right; } }
.top-bar .top-bar-section .secondary-nav, .top-bar .top-bar-section .main-nav {
clear: right; }
.top-bar .top-bar-section ul {
display: block;
/* General Global Nav Button styles */
/* List Items */ }
.top-bar .top-bar-section ul li {
background-color: transparent; }
.top-bar .top-bar-section ul li > a, .top-bar .top-bar-section ul li, .top-bar .top-bar-section ul img {
text-transform: uppercase;
font-family: "Raleway", sans-serif;
border: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.top-bar .top-bar-section ul:before, .top-bar .top-bar-section ul:after {
content: " ";
display: table; }
.top-bar .top-bar-section ul:after {
clear: both; }
.top-bar .top-bar-section ul a {
font-size: 0.625rem; }
@media only screen and (min-width: 64.063em) {
.top-bar .top-bar-section ul a {
font-size: 0.875rem; } }
.top-bar .top-bar-section ul li:not(.has-form) {
text-transform: none;
color: #FFF;
line-height: 1em;
padding: 0; }
.top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
line-height: 1em;
text-transform: uppercase; }
.top-bar .top-bar-section .has-dropdown.not-click > .dropdown {
opacity: 0;
z-index: -1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.top-bar .top-bar-section .has-dropdown.not-click > .dropdown li {
max-height: 0px;
overflow: hidden;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out; }
.top-bar .top-bar-section .has-dropdown.not-click:hover > .dropdown {
opacity: 1; }
.top-bar .top-bar-section .has-dropdown.not-click:hover > .dropdown li {
max-height: 300px; }
.top-bar .top-bar-section .has-dropdown > a:after {
display: none; }
.top-bar .top-bar-section .secondary-nav li {
background-color: transparent; }
.top-bar .top-bar-section .secondary-nav li a {
font-size: 0.875rem;
padding: 1.25rem;
background-color: transparent;
color: #fff;
font-weight: 400; }
.top-bar .top-bar-section .secondary-nav li a:hover {
background-color: transparent;
color: #ee4315; }
.top-bar .top-bar-section .secondary-nav .social {
background-color: initial;
padding-left: 40px;
z-index: 999;
margin-right: -0.625rem; }
.top-bar .top-bar-section .secondary-nav .social li {
margin-right: -1px; }
.top-bar .top-bar-section .secondary-nav .social li a {
padding: 0.975rem 1.375rem;
position: relative; }
.top-bar .top-bar-section .secondary-nav .social li a img {
opacity: 0.5;
height: 23px; }
.top-bar .top-bar-section .secondary-nav .social li a:hover img {
opacity: 0.9999; }
.top-bar .top-bar-section .secondary-nav .social li a:before {
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
background-color: #454040; }
.top-bar .top-bar-section .secondary-nav .social li:first-of-type a {
padding-left: 2.5rem; }
.top-bar .top-bar-section .secondary-nav .social li:last-of-type a {
padding-right: 2.5rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .secondary-nav .social {
position: relative;
top: 32px; } }
.top-bar .top-bar-section .main-nav {
background-color: #454040;
/******************/
/* Call to Action */
/******************/ }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .main-nav {
clear: both; } }
.top-bar .top-bar-section .main-nav ul {
padding-top: 0.9375rem;
padding-bottom: 0.9375rem; }
.top-bar .top-bar-section .main-nav ul li a {
font-size: 0.875rem;
padding: 0.75rem 1.875rem; }
.top-bar .top-bar-section .main-nav ul li ul {
height: 100vh !important;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
padding-bottom: 93px;
/* iPad with portrait orientation */
/* iPad with landscape orientation */
/* iPhone 5 */ }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
.top-bar .top-bar-section .main-nav ul li ul {
height: 1024px; } }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
.top-bar .top-bar-section .main-nav ul li ul {
height: 768px; } }
@media screen and (device-aspect-ratio: 40 / 71) {
.top-bar .top-bar-section .main-nav ul li ul {
height: 500px; } }
.top-bar .top-bar-section .main-nav ul.call-to-action {
position: relative;
margin-right: -0.8125rem; }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action {
height: 44px;
margin: 0; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li {
position: relative;
/* Left button */
/* "or" text */
/* Right button */ }
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
position: relative;
padding: 1.4375rem 3.75rem;
font-size: 0.875rem;
font-weight: 500;
text-align: center;
z-index: 999;
background-color: initial; }
@media only screen and (min-width: 64.063em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
font-size: 1.3125rem; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li a:before {
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1; }
.top-bar .top-bar-section .main-nav ul.call-to-action li a:hover {
background-color: initial; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
padding-top: 1.25rem;
padding-bottom: 1.25rem; } }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li a {
font-size: 1rem;
float: none;
position: absolute;
padding-top: 0.875rem;
padding-bottom: 0.875rem; }
.top-bar .top-bar-section .main-nav ul.call-to-action li a:before {
-ms-transform: skew(0deg, 0deg);
/* IE 9 */
-webkit-transform: skew(0deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(0deg, 0deg); } }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(1) a:before {
background-color: #eb471b; }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(1) a:hover:before {
background-color: #ef6d4a; }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(1) a {
left: 0;
top: 0;
width: 50%; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li.nolink {
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
z-index: 9999;
pointer-events: none;
font-size: 1rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li.nolink {
font-size: 0.75rem; } }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(3) a:before {
background-color: #b83410; }
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(3) a:hover:before {
background-color: #a12d0e; }
@media only screen and (max-width: 40em) {
.top-bar .top-bar-section .main-nav ul.call-to-action li:nth-of-type(3) a {
right: 0;
top: 0;
width: 50%;
padding-left: 0;
padding-right: 0; } }
dl.sub-nav {
overflow: hidden;
padding-top: 0;
position: relative; }
dl.sub-nav dd {
float: none;
display: inline-block;
text-transform: uppercase;
position: relative;
overflow: hidden;
font-size: 1.25rem;
font-weight: 300;
margin: 0 -0.625rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (max-width: 40em) {
dl.sub-nav dd {
float: none;
width: 90%;
margin: 0 0 0 0 !important;
font-size: 0.9375rem;
line-height: 1.2em; } }
dl.sub-nav dd:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #EEEEEE;
left: 6%;
width: 88%; }
@media only screen and (max-width: 40em) {
dl.sub-nav dd:before {
-ms-transform: skew(0deg, 0deg);
/* IE 9 */
-webkit-transform: skew(0deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(0deg, 0deg);
width: 100%;
left: 0 !important; } }
dl.sub-nav dd:hover:before {
background-color: #567335; }
dl.sub-nav dd:hover a {
color: #FFF; }
dl.sub-nav dd a {
background: transparent;
color: #567335;
display: block;
z-index: 9;
overflow: visible;
padding: 0.9375rem 3.125rem; }
@media only screen and (max-width: 40em) {
dl.sub-nav dd a {
padding: 0.9375rem;
width: 100%;
margin: 0; } }
dl.sub-nav dd:first-of-type:before {
left: -6%;
width: 98%; }
dl.sub-nav dd:first-of-type a {
padding: 0.9375rem 3.125rem 0.9375rem 2.1875rem; }
dl.sub-nav dd:last-of-type:before {
left: 7%;
width: 100%; }
dl.sub-nav dd:last-of-type a {
padding: 0.9375rem 2.1875rem 0.9375rem 3.125rem; }
dl.sub-nav dd.active:before {
background: #F5F5F5; }
dl.sub-nav dd.active a {
font-weight: 300;
background: transparent;
color: #AAAAAA; }
dl.sub-nav dd.active a:hover {
background: transparent;
color: #AAAAAA; }
dl.sub-nav dd.active:hover:before {
background: #EEEEEE; }
ul.tert-nav {
list-style: none;
display: block;
clear: both; }
ul.tert-nav:before, ul.tert-nav:after {
content: " ";
display: table; }
ul.tert-nav:after {
clear: both; }
ul.tert-nav li a {
color: #567335;
display: block;
font-size: 1.0625rem;
line-height: 1.2em;
margin-bottom: 0.6em;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border-bottom: solid 2px transparent; }
ul.tert-nav li a:hover {
border-bottom: solid 2px #567335; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
ul.tert-nav li a {
float: left;
width: 49%;
margin-right: 2%; }
ul.tert-nav li:nth-of-type(2n) a {
margin-right: 0; } }
@media only screen and (min-width: 64.063em) {
ul.tert-nav li a {
float: left;
width: 30%;
margin-right: 5%; }
ul.tert-nav li:nth-of-type(3n) a {
margin-right: 0; } }
ul.tert-nav:after {
display: block;
content: "";
width: 140px;
height: 1px;
clear: both;
position: relative;
top: 2.5rem;
margin: 1.875rem auto 4.0625rem;
background-color: #585858; }
.circle-features {
padding-bottom: 12.5rem; }
.circle-features .large-4 {
padding: 0 2.5rem; }
.circle-features .clip-circle {
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 8px 1px transparent;
-moz-box-shadow: 0 0 8px 1px transparent;
box-shadow: 0 0 8px 1px transparent;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 45vw;
height: 45vw;
text-align: center;
display: block;
margin: 0 auto 5rem; }
.circle-features .clip-circle h3 {
opacity: 1;
pointer-events: none;
position: absolute;
font-weight: 200;
left: 50%;
top: 100%;
margin-top: 1.25rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
.circle-features .clip-circle h3:after {
display: block;
content: " ";
margin: 0 auto;
width: 0%;
height: 2px;
background-color: #EEEEEE;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.circle-features .clip-circle:before {
display: block;
content: "";
background: transparent;
opacity: 0;
border: solid 2px #EEEEEE;
position: absolute;
height: 100%;
width: 100%;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.circle-features .clip-circle:after {
display: block;
content: "";
background: transparent;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-border-radius: 50%;
border-radius: 50%; }
.circle-features .clip-circle:hover {
-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1); }
.circle-features .clip-circle:hover:before {
opacity: 0.5;
height: 90%;
width: 90%; }
.circle-features .clip-circle:hover:after {
background: rgba(0, 0, 0, 0.5); }
.circle-features .clip-circle:hover h3 {
opacity: 1;
font-weight: 300;
top: 42%;
color: #EEEEEE;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.circle-features .clip-circle:hover h3:after {
width: 100%;
transition-delay: 0.32s; }
@media only screen and (min-width: 64.063em) {
.circle-features .clip-circle {
width: 18vw;
height: 18vw;
max-width: 18.75rem;
max-height: 18.75rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.circle-features .clip-circle {
width: 27vw;
height: 27vw; } }
.circle-features h2 {
font-weight: 400;
color: #454040;
margin-bottom: 3.125rem; }
.circle-features h3 {
text-transform: uppercase;
color: #454040;
font-weight: 600; }
.option-buttons {
text-align: center; }
.option-buttons a {
display: inline-block;
margin: 0 0.125rem 0.375rem 0;
background: #d93d13;
color: #FFF;
padding: 0.625rem 1.5625rem;
width: 100%;
text-transform: uppercase;
font-weight: 400;
position: relative; }
@media only screen and (min-width: 40.063em) {
.option-buttons a {
width: auto;
padding: 1.25rem 2.8125rem; } }
.option-buttons a:after {
display: block;
content: "";
position: absolute;
height: 1.25rem;
width: 1.25rem;
margin-left: -0.625rem;
margin-bottom: -0.625rem;
left: 50%;
bottom: 30%;
z-index: -1;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #ea4316;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (max-width: 40em) {
.option-buttons a:after {
display: none; } }
.option-buttons a:hover, .option-buttons a.active {
background: #ee6945; }
.option-buttons a:hover:after, .option-buttons a.active:after {
bottom: 0;
background: #ee6945; }
form {
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 100;
color: #777777;
margin-bottom: 2.1875rem; }
form:before, form:after {
content: " ";
display: table; }
form:after {
clear: both; }
form input {
text-transform: uppercase;
font-size: 1.25rem !important;
font-weight: 100; }
form > div {
float: none;
position: relative;
width: 100%; }
@media only screen and (min-width: 40.063em) {
form > div {
float: left; } }
form.form-floats > div {
margin: 0 0 0.5rem 0; }
@media only screen and (min-width: 40.063em) {
form.form-floats > div {
width: 48%; }
form.form-floats > div:nth-child(odd) {
margin-right: 4%; } }
@media only screen and (max-width: 40em) {
form label {
display: none; } }
form input, form textarea {
text-transform: uppercase;
font-size: 1.25rem !important;
font-weight: 100;
position: relative;
z-index: 1; }
@media only screen and (min-width: 40.063em) {
form input:valid, form textarea:valid {
background: #FFF; }
form input:focus + label, form textarea:focus + label {
bottom: 100%;
margin-top: -21px; }
form input:focus + label:after, form textarea:focus + label:after {
display: block;
content: "";
background-color: #567335;
width: 110%;
height: 100%;
position: absolute;
left: 4px;
top: 0;
z-index: -1;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg); } }
form label {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
text-transform: none;
color: #FFF;
height: 40%;
padding: 1px 10px 1px 15px;
top: 0;
bottom: 0;
left: 0;
z-index: 0;
background: #FFF;
font-size: 70%; }
form textarea {
display: block;
resize: vertical; }
form input[type="radio"] {
height: 1.25rem;
width: 1.25rem; }
#calendar .fc-toolbar {
position: relative; }
#calendar .fc-toolbar .fc-center .fc-prev-button, #calendar .fc-toolbar .fc-center .fc-next-button {
background: transparent;
border: none;
font-size: 2.625rem;
padding: 0.375rem 0 0;
height: auto;
line-height: 1em;
margin: 0;
color: #585858;
font-weight: 200; }
#calendar .fc-toolbar .fc-center h2 {
margin: 0 1.25rem;
text-transform: initial;
font-weight: 300;
color: #585858;
word-spacing: 500px;
width: 13vw;
font-size: 1.4375rem; }
#calendar .fc-toolbar .fc-center h2::first-line {
font-size: 2.4375rem; }
#calendar .fc-toolbar .fc-right {
position: absolute;
bottom: 0;
right: 0; }
#calendar .fc-toolbar .fc-right .fc-button {
border: 0;
box-shadow: none;
background-color: transparent;
background-image: none;
border-radius: 0; }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right {
height: 28px;
width: 36px;
padding: 0;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
-webkit-filter: grayscale(0);
filter: grayscale(0); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-state-active {
-webkit-filter: grayscale(1);
filter: grayscale(1); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-agendaDay-button {
background-image: url("/images/day.png"); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-agendaWeek-button {
background-image: url("/images/week.png"); }
#calendar .fc-toolbar .fc-right .fc-button.fc-corner-right.fc-month-button {
background-image: url("/images/month.png"); }
#calendar .fc-view-container table {
border: 0; }
#calendar .fc-view-container table thead {
background: #567335; }
#calendar .fc-view-container table thead .fc-widget-header {
border: 0; }
#calendar .fc-view-container table thead .fc-widget-header table {
margin: 0; }
#calendar .fc-view-container table thead .fc-widget-header table th.fc-day-header {
border: none;
color: #FFF;
text-transform: uppercase;
font-weight: 400;
padding: 0.625rem 0; }
#calendar .fc-view-container table thead .fc-widget-header table:after {
display: block;
content: "";
height: 2.1875rem;
width: 100%;
background: #FFF; }
#calendar .fc-view-container table tbody a.fc-event {
background: #567335;
font-weight: 300;
padding: 0.1875rem;
border-radius: 0;
border: solid 1px #CCCCCC;
margin: 0 0 0.1875rem 0; }
#calendar .fc-view-container table tbody .fc-week td.fc-day {
border: solid 1px #CCCCCC; }
#calendar .fc-view-container table tbody .fc-week td.fc-day.fc-state-highlight {
background: transparent;
border: solid 4px #f07d57;
display: block;
height: 100%; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table {
background: transparent !important; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table td {
border: 0; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table thead {
background: transparent; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table thead tr td {
border: 0; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table tbody tr {
background: transparent; }
#calendar .fc-view-container table tbody .fc-week .fc-content-skeleton table .fc-day-number {
text-align: left;
font-size: 1.4375rem;
font-weight: 200;
padding: 0.8125rem; }
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe,
.twitter-timeline, .twitter-timeline-rendered {
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
left: 0 !important; }
.snapwidget-widget {
width: 96% !important;
height: 96% !important;
position: absolute !important;
top: 2% !important;
left: 2% !important; }
.button.-orange {
background-color: #f74a00; }
.button.-orange:hover {
background-color: #ff7c45; }
.donate {
margin: 5rem 0 1.875rem; }
.donate .donate-button {
padding: 1.25rem 6.25rem;
font-size: 1.25rem; }
* {
-webkit-fontsmoothing: antialiase; }
header {
background: #201e1e;
height: 93px; }
header > .row {
padding-top: 0;
padding-bottom: 0; }
main a {
text-decoration: underline; }
.cta {
padding: 0; }
.cta .columns {
z-index: 1; }
.cta .columns div {
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
padding-top: 0.9375rem;
padding-bottom: 0.9375rem; }
.cta .columns div,
.cta .columns h3 {
text-align: center; }
@media only screen and (min-width: 64.063em) {
.cta .columns div,
.cta .columns h3 {
text-align: left; } }
.cta .columns h4 {
color: #fff;
margin-bottom: 0; }
.cta .columns img {
max-width: none; }
.cta .columns:last-of-type {
z-index: 0; }
@media only screen and (min-width: 40.063em) {
.cta .columns {
padding: 0 3.125rem; } }
@media only screen and (min-width: 90.063em) {
.cta .columns {
padding: 0 0.9375rem; } }
.cta a {
display: block;
width: 100%; }
.cta table {
margin: 0 auto; }
@media only screen and (max-width: 40em) {
.cta .columns {
height: auto !important; }
.cta .columns div {
position: relative;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
top: 0; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.cta .columns {
height: auto !important; }
.cta .columns div {
position: relative;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
top: 0; } }
@media only screen and (min-width: 90.063em) {
.cta {
text-align: left;
padding: 0; }
.cta table {
margin: auto; } }
.cta h3 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.cta h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.cta a:hover h3:after {
width: 100% !important;
background-color: white; }
@media only screen and (min-width: 64.063em) {
.cta .-divided {
padding-right: 4.6875rem; }
.cta .-divided:before {
content: '';
position: absolute;
right: -2.5rem;
width: 4.6875rem;
top: 0;
bottom: 0;
z-index: 1;
-moz-transform: skew(-15deg);
-webkit-transform: skew(-15deg);
-ms-transform: skew(15deg);
transform: skew(-15deg);
background: #546b35; } }
@media only screen and (min-width: 90.063em) {
.copy {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); } }
#content {
overflow: hidden; }
.main-nav .back {
display: none; }
.top-bar {
box-shadow: none;
background: transparent; }
.top-bar section.top-bar-section .main-nav {
background: transparent; }
.top-bar section.top-bar-section .main-nav ul li ul li a {
background-color: #222222 !important;
padding: 0.8125rem 0.625rem 0.8125rem 1.5625rem;
font-weight: 500; }
.top-bar section.top-bar-section .main-nav ul li ul li a:hover {
background-color: #3c3c3c !important; }
.top-bar section.top-bar-section .main-nav ul li ul li:nth-of-type(2) a {
padding-top: 1.5625rem; }
.top-bar section.top-bar-section .main-nav ul li ul li:last-of-type a {
padding-bottom: 1.5625rem; }
.top-bar section.top-bar-section ul .dropdown {
right: -1.3125rem !important;
left: initial !important; }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul .dropdown {
right: 0px !important;
top: 93px; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button {
position: absolute;
right: 21px;
top: 0 !important;
z-index: 99999; }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul li.has-dropdown.menu-button {
right: 0px;
width: 100%; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a {
height: 93px;
width: 5.875rem;
padding: 0;
position: relative;
background-color: #567335;
-ms-transform: skew(-30deg, 0);
/* IE 9 */
-webkit-transform: skew(-30deg, 0);
/* Chrome, Safari, Opera */
transform: skew(-30deg, 0); }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a {
float: right; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a img {
height: 35px;
position: absolute;
-ms-transform: translate(-50%, -50%) skew(30deg, 0) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) skew(30deg, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) skew(30deg, 0) !important;
top: 50%;
left: 65%; }
@media only screen and (max-width: 40em) {
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a img {
left: 50%; } }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a > * {
-ms-transform: skew(30deg, 0);
/* IE 9 */
-webkit-transform: skew(30deg, 0);
/* Chrome, Safari, Opera */
transform: skew(30deg, 0); }
.top-bar section.top-bar-section ul li.has-dropdown.menu-button > a:after {
-ms-transform: skew(30deg, 0);
/* IE 9 */
-webkit-transform: skew(30deg, 0);
/* Chrome, Safari, Opera */
transform: skew(30deg, 0);
display: block;
content: "";
position: absolute;
top: 0;
right: -21px;
background: #567335;
height: 100%;
width: 60%;
border: 0;
margin: 0;
padding: 0;
z-index: -1; }
@media only screen and (min-width: 64.063em) {
.bgslide {
height: 28.125rem; } }
.shadow-sides {
-webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.3), -10px 0px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.3), -10px 0px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.3), -10px 0px 20px 0px rgba(0, 0, 0, 0.3); }
.text-white,
.text-white * {
color: #FFF !important; }
p.dot {
display: table-cell;
vertical-align: middle;
line-height: 1.3em;
margin: 0.625rem 0;
color: #aeaf9c;
font-size: 1.25rem;
font-weight: 500;
letter-spacing: 0.05em;
padding-left: 3.375rem;
text-transform: uppercase; }
.stats .row:first-of-type p.dot {
margin-top: 0; }
.stats .row:last-of-type p.dot {
margin-bottom: 0; }
p.dot strong {
color: #d3d2d2 !important;
font-weight: 700; }
p.dot:before {
background: #CCC;
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 5 0 0 5 rgba(0, 0, 0, 0.14);
-moz-box-shadow: 5 0 0 5 rgba(0, 0, 0, 0.14);
box-shadow: 5 0 0 5 rgba(0, 0, 0, 0.14);
-ms-transform: translate(0, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -50%) !important;
width: 2.5rem;
height: 2.5rem;
top: 49%; }
p.dot.acquisitions:before {
background-color: #5676A4; }
p.dot.start-up:before {
background-color: #579FB2; }
p.dot.parking:before {
background-color: #9E3F48; }
p.dot.management:before {
background-color: #D98C58; }
p.dot.trail:before {
background-color: #88A65E; }
p.dot.research:before {
background-color: #fac324; }
p.dot.signage:before {
background-color: #795D91; }
p.dot.bolt:before {
background-color: #8EA1C1; }
p.dot.individuals:before {
background-color: #689ACD; }
p.dot.conservation-campaign:before {
background-color: #4670c4; }
p.dot.member-dues:before {
background-color: #E77B45; }
p.dot.in-kind:before {
background-color: #71ae47; }
p.dot.corporate-support:before {
background-color: #A5A5A5; }
p.dot.other-income:before {
background-color: #944c20; }
p.dot.events:before {
background-color: #253e55; }
p.dot.stewardship:before {
background-color: #ffc000; }
p.dot.conservation:before {
background-color: #639cce; }
p.dot.land-acquisition:before {
background-color: #b1c9df; }
p.dot.local-support:before {
background-color: #4f74b2; }
p.dot.fundraising:before {
background-color: #717270; }
p.dot.admin:before {
background-color: #b4b4b0; }
p.dot.education:before {
background-color: #236ea9; }
p.dot.climbing-policy:before {
background-color: #1d4e73; }
/**************************************************/
/******************** SECTIONS ********************/
/**************************************************/
#title {
background: url("../../images/hero.jpg") 25% top;
background-size: cover;
padding: 0;
position: relative; }
#title:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
content: " ";
position: absolute;
bottom: 0;
left: 0;
height: 70%;
width: 100%;
z-index: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(transparent));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), transparent);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), transparent);
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), transparent);
/* IE10 */
background-image: -o-linear-gradient(top, rgba(0,0,0,0), transparent);
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,0,0,0), transparent);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0,0,0,0)', EndColorStr='transparent'); }
#title:after {
content: '';
position: absolute;
background-color: #FFF;
width: 40%;
height: 45px;
bottom: 0px;
left: initial;
top: initial;
right: 0; }
#title .row {
padding: 0; }
#title .row .columns:first-of-type {
padding: 15rem 0 0; }
@media only screen and (min-width: 40.063em) {
#title .row .columns:first-of-type {
padding: 59vh 0 0; } }
#title .row .columns:nth-of-type(2) {
padding: 0 1.875rem 3rem; }
#title .row .columns:nth-of-type(2) p {
line-height: 2em;
font-size: 1.25rem; }
#title .row .columns:last-of-type {
padding: 0; }
#title .row .columns:last-of-type p {
margin: 0;
padding: 0 0 1.25rem 0.9375rem;
font-size: 1rem;
width: 50%;
line-height: 1.3em; }
#title .row .columns:last-of-type:after {
content: '';
position: absolute;
-ms-transform: skew(-20deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-20deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-20deg, 0deg);
background-color: #FFF;
width: 49%;
height: 45px;
bottom: 0px;
left: initial;
top: initial;
right: 0; }
#title h1 {
font-weight: 400;
line-height: .8em;
margin-bottom: 0.625rem;
font-size: 2.5rem; }
#title h1 .year {
font-weight: 200;
line-height: 1.2; }
#title h1 .af-title {
letter-spacing: 0.375rem; }
#title h1 .ar-title {
letter-spacing: 0.5rem;
font-weight: 800;
font-size: 40%;
vertical-align: text-top; }
@media only screen and (min-width: 40.063em) {
#title h1 {
font-size: 3.875rem; }
#title h1 .ar-title {
letter-spacing: 0.75rem; } }
@media only screen and (min-width: 64.063em) {
#title h1 {
font-size: 4.45062rem; }
#title h1 .af-title {
letter-spacing: 0.75rem; }
#title h1 .ar-title {
letter-spacing: 1.125rem; } }
#network {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#network {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#network {
padding-top: 3.125rem; }
#network > .row {
padding: 0.9375rem 3.125rem; } }
#network .cta a:hover h3:after {
width: 100%;
background-color: white; }
#network .cta h3 {
color: white;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-align: left;
display: inline-block;
font-size: 2.25rem;
line-height: 1.3em; }
@media only screen and (max-width: 40em) {
#network .cta h3 {
text-align: center;
font-size: 1.5rem; } }
#network .cta h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (max-width: 40em) {
#network .cta td {
display: block; }
#network .cta .icon {
text-align: center; } }
#network .bg {
background-color: #373333;
overflow: hidden; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#network .bg {
padding: 0 3.125rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#network .bg {
padding: 0 3.125rem; } }
#network .bg > .row {
background: #373333;
padding: 0; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#network .bg > .row > .columns {
height: auto !important; } }
@media only screen and (max-width: 40em) {
#network .bg > .row > .columns {
height: auto !important; } }
#network .bg .infographic {
position: relative;
height: 7.875rem; }
@media only screen and (min-width: 64.063em) {
#network .bg .infographic:first-of-type {
margin-top: 1.875rem; } }
#network .bg .infographic:last-of-type {
margin-bottom: 2.5rem; }
@media only screen and (min-width: 40.063em) {
#network .bg .infographic {
height: 10.625rem; } }
#network .bg .infographic h3 {
display: block;
color: #FFF;
text-transform: uppercase;
font-weight: 700;
text-align: center;
float: left;
color: #FFF;
margin: 0 0.9375rem 0.9375rem 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0);
/* Fallback Color */
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* IE10 */
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
/* Opera 11.10+ */
background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(255, 255, 255, 0.3)', EndColorStr='rgba(255, 255, 255, 0)');
position: absolute;
-ms-transform: translate(0, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -50%) !important;
top: 50%;
padding-top: 0.625rem;
font-size: 3.75rem;
height: 6.875rem;
width: 6.875rem; }
#network .bg .infographic h3.yellow {
background-color: #d4a837; }
#network .bg .infographic h3.blue {
background-color: #528587; }
#network .bg .infographic h3.red {
background-color: #de562a; }
#network .bg .infographic h3.green {
background: url("../../images/star-green.png") transparent no-repeat center;
background-size: contain;
-webkit-box-shadow: 3px 3px 6px 1px transparent;
-moz-box-shadow: 3px 3px 6px 1px transparent;
box-shadow: 3px 3px 6px 1px transparent;
-webkit-border-radius: 0;
border-radius: 0;
height: 7.1875rem;
width: 7.1875rem;
padding-top: 1.1875rem;
padding-right: 0.3125rem;
margin-left: -0.625rem; }
@media only screen and (min-width: 40.063em) {
#network .bg .infographic h3.green {
margin-left: -0.3125rem; } }
@media only screen and (min-width: 64.063em) {
#network .bg .infographic h3 {
padding-top: 0.9375rem;
font-size: 4.4375rem;
height: 8.75rem;
width: 8.75rem; }
#network .bg .infographic h3.green {
height: 10rem;
width: 10rem;
padding-top: 2.1875rem; } }
#network .bg .infographic p {
-ms-transform: translate(0, -50%) !important;
/* IE 9 */
-webkit-transform: translate(0, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -50%) !important;
display: block;
color: #c9cbb4;
line-height: 1.25em;
margin-left: 7.8125rem;
text-transform: uppercase;
font-weight: 400;
font-size: 4.7vw;
text-align: left;
position: absolute;
top: 50%; }
@media only screen and (min-width: 40.063em) {
#network .bg .infographic p {
font-size: 2.8vw; } }
@media only screen and (min-width: 64.063em) {
#network .bg .infographic p {
font-size: 2vw;
margin-left: 10.625rem; } }
@media only screen and (min-width: 90.063em) {
#network .bg .infographic p {
font-size: 1.75rem; } }
#network .bg .columns:nth-of-type(2) {
position: relative; }
#network .bg .columns:nth-of-type(2) img {
width: 100%; }
@media only screen and (min-width: 64.063em) {
#network .bg .columns:nth-of-type(2) img {
width: 90%;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%); } }
#network .bg2 {
background-color: #567335;
padding: 0 1.875rem; }
@media only screen and (min-width: 40.063em) {
#network .bg2 {
padding: 0 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#network .bg2 {
padding: 0; } }
#network .bg2 img {
max-width: 150px; }
#network .bg2 > .row > .columns:nth-of-type(2) {
padding: 1.25rem; }
#grants-awarded {
background: #e8e8e8;
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#grants-awarded {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#grants-awarded {
padding-top: 3.125rem; } }
@media only screen and (min-width: 40.063em) {
#grants-awarded {
padding-top: 6.25rem; } }
#grants-awarded > .row:nth-of-type(1) h2 {
font-size: 2.25rem;
line-height: 1.3em;
margin-bottom: 0.9375rem; }
@media only screen and (max-width: 40em) {
#grants-awarded > .row:nth-of-type(1) h2 {
font-size: 1.5rem; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded > .row:nth-of-type(1) h2 {
font-size: 3rem; } }
#grants-awarded > .row:nth-of-type(1) h2 span {
color: #4e6c28;
font-weight: 600;
font-size: 2.875rem; }
@media only screen and (min-width: 64.063em) {
#grants-awarded > .row:nth-of-type(1) h2 span {
font-size: 5.125rem; } }
#grants-awarded .bg {
background: #e8e8e8;
overflow: hidden;
padding: 0; }
#grants-awarded .bg .expand-bg {
background-color: rgba(255, 255, 255, 0);
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, #302c2c), color-stop(100%, #302c2c));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* IE10 */
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #302c2c 51%, #302c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(255, 255, 255, 0)', EndColorStr='#302c2c'); }
#grants-awarded .bg > .row {
background: #e8e8e8;
padding: 0; }
#grants-awarded .bg .row {
padding: 0; }
#grants-awarded .bg .stats {
background: #302c2c;
margin: 0;
text-align: center;
padding: 3.125rem; }
@media only screen and (max-width: 40em) {
#grants-awarded .bg .stats {
padding-left: 2.25rem;
padding-right: 2.25rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats {
width: 100%; } }
@media only screen and (min-width: 90.063em) {
#grants-awarded .bg .stats {
max-height: 29.625rem; } }
@media only screen and (max-width: 40em) {
#grants-awarded .bg .stats > img {
width: auto;
max-width: 300px;
padding: 0 0.875rem; } }
#grants-awarded .bg .stats > .columns {
text-align: left;
padding: 3.375rem 0 0 0.625rem; }
#grants-awarded .bg .stats > .columns .columns div {
display: table;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
position: relative; }
#grants-awarded .bg .stats h2 {
font-weight: 300;
letter-spacing: .05em;
margin-top: 1.25rem; }
@media only screen and (max-width: 40em) {
#grants-awarded .bg .stats h2 {
text-align: center; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded .bg .stats {
padding-top: 0;
padding-bottom: 0; }
#grants-awarded .bg .stats > .columns {
padding: 1.875rem 0 1.875rem 0; } }
@media only screen and (min-width: 64.063em) and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats > .columns {
width: 55%; } }
@media only screen and (min-width: 64.063em) and (min-width: 90.063em) {
#grants-awarded .bg .stats > .columns {
padding: 1.875rem 0; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded .bg .stats > .columns .row {
margin: 2.25rem 0; }
#grants-awarded .bg .stats > .columns .row:first-of-type {
margin-top: 0; }
#grants-awarded .bg .stats > .columns .row:last-of-type {
margin-bottom: 0; }
#grants-awarded .bg .stats img.graph {
width: 488px;
margin-right: -488px;
margin-bottom: -0.44375rem;
max-height: 30.125rem;
max-width: 30.125rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 40em) {
#grants-awarded .bg .stats img.graph {
width: 200px;
margin: 40px auto 0 !important;
float: none !important;
display: block; } }
@media only screen and (min-width: 64.063em) and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats img.graph {
position: absolute;
top: 50%;
left: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 26.875rem;
max-width: 26.875rem;
width: 41vw;
margin-right: 0;
margin-bottom: 0; } }
@media only screen and (min-width: 64.063em) {
#grants-awarded .bg .stats.right {
text-align: left; } }
@media only screen and (min-width: 64.063em) and (max-width: 40em) {
#grants-awarded .bg .stats.right img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important; } }
@media only screen and (min-width: 64.063em) and (min-width: 64.063em) and (max-width: 90em) {
#grants-awarded .bg .stats.right img.graph {
position: absolute;
top: 50%;
left: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 38vw;
max-height: 26.875rem;
max-width: 26.875rem;
margin-right: 0;
margin-bottom: 0; } }
@media only screen and (min-width: 64.063em) and (min-width: 90.063em) {
#grants-awarded .bg .stats.right img.graph {
float: left;
-ms-transform: translate(-59%, -0.5%) !important;
/* IE 9 */
-webkit-transform: translate(-59%, -0.5%) !important;
/* Chrome, Safari, Opera */
transform: translate(-59%, -0.5%) !important;
max-width: 479px; } }
#access-preserved {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#access-preserved {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#access-preserved {
padding-top: 3.125rem; } }
#access-preserved > .row {
padding-bottom: 0; }
#access-preserved > .row > .columns:first-of-type {
margin-bottom: 1.875rem; }
#access-preserved > .row > .columns > h2 strong {
color: #4e6c28;
font-weight: 600;
font-size: 6.125rem; }
@media only screen and (max-width: 40em) {
#access-preserved > .row > .columns > h2 strong {
display: block;
margin: 0 auto;
line-height: 0.8em;
margin-bottom: 1.25rem;
font-size: 3rem; } }
#access-preserved .bg {
padding: 0;
position: relative;
text-align: center; }
#access-preserved .bg a {
text-decoration: none; }
#access-preserved .bg .bg-image {
width: 100%; }
#access-preserved .bg .green-circle {
-webkit-border-radius: 50%;
border-radius: 50%;
-ms-transform: translate(-50%, -50%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -50%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -50%) !important;
background-color: rgba(105, 142, 53, 0.79);
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 9;
height: 11.25rem;
width: 11.25rem;
text-align: center;
text-transform: uppercase;
padding: 0 0.625rem 4.0625rem; }
@media only screen and (min-width: 64.063em) {
#access-preserved .bg .green-circle {
height: 20.625rem;
width: 20.625rem; } }
@media only screen and (max-width: 40em) {
#access-preserved .bg .green-circle {
height: 8.75rem;
width: 8.75rem; } }
#access-preserved .bg .green-circle h2 {
color: #FFF;
font-size: 6.25rem;
font-weight: 700;
line-height: 1em;
margin: 0 0 0.625rem; }
@media only screen and (min-width: 64.063em) {
#access-preserved .bg .green-circle h2 {
font-size: 11.25rem; } }
@media only screen and (max-width: 40em) {
#access-preserved .bg .green-circle h2 {
font-size: 4.875rem; } }
#access-preserved .bg .green-circle p {
color: #FFF;
font-weight: 600;
font-size: 1.25rem;
margin: 0;
line-height: 1.1; }
@media only screen and (min-width: 64.063em) {
#access-preserved .bg .green-circle p {
font-size: 2.5rem; } }
@media only screen and (max-width: 40em) {
#access-preserved .bg .green-circle p {
font-size: 1rem; } }
#access-preserved .bg2 .bg-image {
width: 100%; }
#access-preserved .rowcta {
padding-top: 0;
margin-bottom: 20px; }
#access-preserved .colcta {
background-color: #567335; }
#access-preserved .cta {
display: flex;
align-items: center;
justify-content: center;
padding: 15px 0; }
@media only screen and (max-width: 40em) {
#access-preserved .cta {
display: block;
text-align: center; } }
#access-preserved .cta img {
max-width: 150px; }
#access-preserved .cta h3 {
color: white;
font-size: 2.25rem;
line-height: 1.3em;
margin-left: 18px; }
#access-preserved .cta h3 a {
color: white;
text-decoration: none; }
#access-preserved .cta h3 a:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
#access-preserved .cta h3 a:hover:after {
width: 100%;
background-color: white; }
@media only screen and (max-width: 40em) {
#access-preserved .cta h3 {
font-size: 1.5rem;
margin-left: 0; } }
#bolt-replacement {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#bolt-replacement {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#bolt-replacement {
padding-top: 3.125rem; }
#bolt-replacement > .row {
padding: 0.9375rem 3.125rem; } }
#bolt-replacement h2 strong {
color: #4e6c28;
font-size: 110%; }
#bolt-replacement .bg {
background: #4e6c28; }
#bolt-replacement .bg p {
margin: 0;
color: #fff;
line-height: 1.6em;
padding: 2.5rem 1.875rem; }
@media only screen and (max-width: 40em) {
#bolt-replacement .bg p {
line-height: 1.4em; } }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg p {
margin-bottom: 0;
line-height: 2; } }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg p {
padding: 5rem 3.125rem 5rem 0; } }
#bolt-replacement .bg .image-top {
position: relative;
background: url("../../images/bolt-replacement.jpg") center center;
background-size: cover;
display: block !important; }
#bolt-replacement .bg .image-top .credit {
position: absolute;
bottom: 5px;
text-shadow: 1px 1px 3px black; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg .image-top {
display: none !important; } }
#bolt-replacement .bg .image-right {
position: relative;
background: url("../../images/bolt-replacement.jpg") center center;
background-size: cover;
display: none !important; }
#bolt-replacement .bg .image-right .credit {
position: absolute;
bottom: 5px;
text-shadow: 1px 1px 3px black; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg .image-right {
display: block !important; } }
#bolt-replacement .bg .rock-video {
margin-bottom: 0; }
#bolt-replacement .bg > .row {
overflow: visible;
padding-top: 0;
padding-bottom: 0; }
#bolt-replacement .bg2 {
margin-top: -1px;
background: #454040; }
#bolt-replacement .bg2 .cta h3 {
color: #c9cbb4 !important;
font-weight: 400;
font-size: 1.5rem;
line-height: 1.3;
position: relative; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg2 .cta h3 {
font-size: 2.4375rem; } }
#bolt-replacement .bg2 .cta a {
text-decoration: none;
text-align: left; }
#bolt-replacement .bg2 .cta .columns h3 {
padding: 1.75rem 0 1.5625rem;
font-weight: 500;
font-size: 1.5rem;
letter-spacing: 0.0625rem;
line-height: 1.1em;
position: relative;
display: inline-block; }
#bolt-replacement .bg2 .cta .columns h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: #c9cbb4;
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 64.063em) {
#bolt-replacement .bg2 .cta .columns h3 {
font-size: 2.4375rem; } }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 .cta .columns h3 {
padding-right: 0.9375rem; } }
#bolt-replacement .bg2 .cta .columns a:hover h3:after {
width: 100%;
background-color: white; }
#bolt-replacement .bg2 > .row {
padding: 0; }
#bolt-replacement .bg2 > .row .slick-single {
margin-bottom: 0; }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant h3 {
font-weight: 200; }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 100%;
float: none; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 60%;
float: left; } }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type .slide-contents {
padding-left: 0.9375rem; } }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type:before {
background: #454040; }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
overflow: hidden;
width: 100%;
float: none;
background-color: #4e6c28;
position: relative; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
width: 40%;
float: right; } }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
width: 100%;
padding: 0; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
margin-left: -3%; } }
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
width: 100%;
margin: 0;
padding: 1.875rem;
display: block;
background-color: #4e6c28; }
@media only screen and (min-width: 90.063em) {
#bolt-replacement .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
padding: 0; } }
#donner-summit {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#donner-summit {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#donner-summit {
padding-top: 3.125rem; }
#donner-summit > .row {
padding: 0.9375rem 3.125rem; } }
#donner-summit h2 {
margin-bottom: 1.375rem; }
#donner-summit .bg {
background-color: #e8e8e8;
overflow: hidden; }
#donner-summit .bg .row {
padding: 0 !important; }
#donner-summit .bg .columns.text {
overflow: hidden;
padding: 1.875rem;
background: #e8e8e8; }
@media only screen and (max-width: 40em) {
#donner-summit .bg .columns.text {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#donner-summit .bg .columns.text {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
#donner-summit .bg .columns.text {
padding: 4.375rem 4.375rem 4.375rem 0.9375rem; } }
#donner-summit .bg .columns.text p {
font-weight: 400;
text-align: center;
padding: 0 0.25rem; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg .columns.text p {
font-weight: 500;
text-align: left;
padding: 0;
margin-bottom: 0;
float: none; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#donner-summit .bg .columns.text p {
left: 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#donner-summit .bg .columns.text p {
position: absolute;
left: 0.9375rem;
right: 3.125rem;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); } }
#donner-summit .bg .columns.top-photo {
padding: 0px;
min-height: 300px;
background: url("../../images/denny-cove.jpg") 50% 35%;
background-size: cover;
overflow: hidden;
display: block !important; }
#donner-summit .bg .columns.top-photo .logo {
position: absolute;
bottom: -1.25rem;
right: -3.125rem; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg .columns.top-photo {
display: none !important; } }
#donner-summit .bg .columns.side-photo {
position: relative;
padding: 0px;
min-height: 600px;
background: url("../../images/denny-cove.jpg") 50% 35%;
background-size: cover;
overflow: hidden;
display: none !important; }
#donner-summit .bg .columns.side-photo .logo {
position: absolute;
bottom: -1.25rem;
right: -3.125rem; }
#donner-summit .bg .columns.side-photo p {
position: absolute;
bottom: 5px;
right: 20px;
margin: 0;
color: white; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg .columns.side-photo {
display: block !important; } }
#donner-summit .bg2 {
background: #546b35;
/* Old browsers */
background: -moz-linear-gradient(left, #546b35 35%, #373333 35%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #546b35 35%, #373333 35%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #546b35 35%, #373333 35%); }
#donner-summit .bg2 .row.cta {
padding: 0;
z-index: 999; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg2 .row.cta {
padding: 0 3.125rem 0; } }
#donner-summit .bg2 .row.cta h3 {
color: #FFF;
font-weight: 300;
font-size: 1.5rem;
line-height: 2em;
margin: 0.75rem 0; }
#donner-summit .bg2 .row.cta h3 strong {
font-size: 3.2rem;
line-height: 1em;
margin-bottom: 0.625rem; }
#donner-summit .bg2 .row.cta h3 img {
width: 20%;
max-width: 100%; }
#donner-summit .bg2 .row.cta h3 div {
position: relative;
z-index: 1;
display: inline-block;
line-height: 1;
top: auto;
transform: none;
padding: 0;
vertical-align: middle; }
#donner-summit .bg2 .row.cta h3 br {
display: none; }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg2 .row.cta h3 br {
display: block;
line-height: 0; } }
@media only screen and (min-width: 64.063em) {
#donner-summit .bg2 .row.cta h3 {
font-size: 1.4vw; }
#donner-summit .bg2 .row.cta h3 strong {
font-size: 4vw; } }
@media only screen and (min-width: 90.063em) {
#donner-summit .bg2 .row.cta h3 {
font-size: 1.25rem; }
#donner-summit .bg2 .row.cta h3 strong {
font-size: 4.6875rem; } }
#donner-summit .bg2 .row.cta .-divided {
padding-right: 0; }
#donner-summit .bg2 .row.cta .-left {
background: #546b35; }
#donner-summit .bg2 .row.cta .-left strong {
line-height: .3; }
#donner-summit .bg2 .row.cta .-right {
background: #373333; }
#donner-summit .bg2 .row.cta .-right h3 {
color: #C9CAB4; }
#adopt-a-crag {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#adopt-a-crag {
padding-top: 3.125rem; }
#adopt-a-crag > .row {
padding: 0.9375rem 3.125rem; } }
#adopt-a-crag > .row:first-of-type h2 {
line-height: 1.5em;
margin-bottom: 0.625rem; }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag > .row:first-of-type h2 {
line-height: 1.2em;
margin-bottom: 1.875rem; } }
#adopt-a-crag > .row:first-of-type h2 strong {
font-size: 6.125rem;
font-weight: 700;
color: #567335; }
@media only screen and (max-width: 40em) {
#adopt-a-crag > .row:first-of-type h2 strong {
font-size: 3rem; } }
#adopt-a-crag > .row:first-of-type p {
margin-bottom: 1.875rem;
line-height: 2; }
#adopt-a-crag .bg {
background: #2a2727; }
@media only screen {
#adopt-a-crag .bg {
margin-top: 7.5rem; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg {
margin-top: 0.875rem; } }
#adopt-a-crag .bg > .row {
padding-top: 0;
padding-bottom: 0; }
#adopt-a-crag .bg .slick-slider {
margin-bottom: 0; }
#adopt-a-crag .bg > .row:first-of-type {
position: relative; }
#adopt-a-crag .bg > .row:first-of-type > img {
position: absolute;
-ms-transform: translate(-50%, -74%) !important;
/* IE 9 */
-webkit-transform: translate(-50%, -74%) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, -74%) !important;
z-index: 9;
width: 12.5rem;
left: 50%; }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type > img {
-ms-transform: translate(0, -75%) !important;
/* IE 9 */
-webkit-transform: translate(0, -75%) !important;
/* Chrome, Safari, Opera */
transform: translate(0, -75%) !important;
width: 14.0625rem;
right: 5rem;
left: initial; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant {
height: 33.125rem; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant {
width: 50% !important;
float: left !important; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type {
height: auto !important; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay {
background-color: #2a2727;
padding: 7.5rem 3.125rem 1.875rem; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay {
padding: 1.25rem 1.25rem; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay {
padding: 1.875rem 0; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay:before {
background-color: #2a2727; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content {
width: 100%;
padding: 0; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content * {
text-align: center !important; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content {
margin-top: 0; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content * {
text-align: left !important; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content {
padding-left: 0.9375rem;
padding-right: 4.6875rem; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content h3 {
color: #bac17d;
text-transform: initial;
font-size: 2rem;
margin: 0;
font-weight: 600; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content h3 {
font-size: 1.875rem;
max-width: 70%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content h3 {
font-size: 2.5rem; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content p {
font-size: 1.125rem;
line-height: 1.6em;
margin: 0;
color: #e6e4d0;
font-weight: 400; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content p {
font-size: 1.125rem;
line-height: 1.9em; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg > .row:first-of-type .slick-slant:first-of-type .black-overlay .inner-content p {
font-size: 1.125rem;
line-height: 1.9em; } }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:nth-of-type(2) {
position: relative !important;
float: right; }
#adopt-a-crag .bg > .row:first-of-type .slick-slant:nth-of-type(2) img {
left: 0 !important;
top: 0 !important; }
#adopt-a-crag .bg2 {
background-color: #546b35;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #546b35), color-stop(50%, #546b35), color-stop(51%, #738a34), color-stop(100%, #738a34));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#546b35', EndColorStr='#738a34'); }
#adopt-a-crag .bg2 > .row {
padding-top: 0;
padding-bottom: 0; }
#adopt-a-crag .bg2 .cta h3 {
font-size: 1.875rem;
line-height: 1.1em;
margin: 0;
color: #fff; }
#adopt-a-crag .bg2 .cta h3 strong {
display: block;
float: left;
font-size: 4.875rem;
margin-right: 0.625rem;
line-height: 1em;
margin-top: -0.8125rem;
margin-bottom: 0.625rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 .cta h3 strong {
float: none;
font-size: 3.2rem; } }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 .cta h3 {
font-size: 1.5rem; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 .cta .-divided {
padding-right: 4.6875rem; } }
#adopt-a-crag .bg2 .cta .columns:last-child {
background: #738a34; }
#adopt-a-crag .bg2 .cta .columns:last-child h3 {
color: #c9cbb4; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg2 .cta .columns:last-child {
padding-left: 3.125rem; } }
#adopt-a-crag .bg2 .cta td {
display: block;
width: 100%;
text-align: center; }
#adopt-a-crag .bg2 .cta td strong {
width: 100%;
text-align: center; }
@media only screen and (min-width: 64.063em) {
#adopt-a-crag .bg2 .cta td {
display: table-cell;
text-align: left;
width: auto; }
#adopt-a-crag .bg2 .cta td .icon {
text-align: right; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
#adopt-a-crag .bg2 .cta h3 strong {
font-size: 4.875rem; }
#adopt-a-crag .bg2 .cta table, #adopt-a-crag .bg2 .cta table * {
display: inline-block;
text-align: center; } }
#adopt-a-crag .bg2 .slick-slider {
margin-bottom: 0; }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 .slick-slant,
#adopt-a-crag .bg2 .slide-contents {
height: 9.375rem !important; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) {
background: #546b35;
z-index: 999; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) h3 {
color: #FFF;
font-weight: 400; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant {
height: 9.375rem; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents {
padding: 1.25rem 1.875rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents {
text-align: center;
position: relative;
top: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
left: 3.125rem !important;
margin-right: 1.25rem; }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
margin: 0 auto 10px !important;
display: block;
float: none;
clear: both; } }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
-ms-transform: tanslateY(-50%) !important;
/* IE 9 */
-webkit-transform: tanslateY(-50%) !important;
/* Chrome, Safari, Opera */
transform: tanslateY(-50%) !important;
position: absolute;
top: 50%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents img {
left: 0.9375rem; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents h3 strong {
font-size: 4.875rem; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant .slide-contents .padded {
float: left; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type {
width: 100%;
float: none; }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type {
width: 56%;
float: left; } }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type img {
position: relative !important;
top: 0 !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
left: 0 !important; } }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type h3:first-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 64%; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type h3:last-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
left: 36%; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:first-of-type .slide-contents:before {
background-color: #546b35; }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type {
overflow: hidden;
width: 100%;
float: none;
background: #738a34; }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type {
width: 44%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents {
padding: 0.625rem 1.875rem 0.625rem 5.125rem;
float: right; } }
@media only screen and (max-width: 40em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents img {
position: relative !important;
top: 0 !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
left: 0 !important; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents img {
left: 22% !important; } }
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3 {
color: #c9cbb4; }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:first-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 60%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:first-of-type {
right: 34%; } }
@media only screen and (min-width: 40.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:last-of-type {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
left: 40%; } }
@media only screen and (min-width: 90.063em) {
#adopt-a-crag .bg2 > .row:nth-of-type(1) .slick-slant:last-of-type .slide-contents h3:last-of-type {
left: 67%;
width: 11.375rem; } }
#jeep-conservation {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#jeep-conservation {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#jeep-conservation {
padding-top: 3.125rem; } }
#jeep-conservation p {
font-size: 1.5625rem;
font-weight: 500;
line-height: 1.1; }
#jeep-conservation .bg {
background: #2B2727;
overflow: hidden; }
#jeep-conservation .bg > img {
width: 100%; }
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 {
color: #c9cbb4;
font-size: 2rem;
line-height: 1.2em;
font-weight: 500; }
@media only screen and (min-width: 40.063em) {
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 {
font-size: 2.625rem;
line-height: 1.5em; } }
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 strong {
color: #719540;
font-size: 4.6875rem;
line-height: 0.9em; }
@media only screen and (max-width: 40em) {
#jeep-conservation .bg .row:nth-of-type(1) .columns h2 strong {
display: block;
width: 100%;
margin: 0 0 0.875rem;
font-size: 4.5rem; } }
#jeep-conservation .bg .row:nth-of-type(2) {
padding: 0; }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts {
padding: 1.875rem; }
@media only screen and (min-width: 40.063em) {
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts {
padding: 2.1875rem 3.125rem; } }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts > .columns {
display: table; }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts > .columns > .row {
display: table-cell;
vertical-align: middle; }
#jeep-conservation .bg .row:nth-of-type(2) .jeep-facts > .columns > .row img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
#jeep-conservation .bg .row:nth-of-type(3) {
padding-bottom: 2.1875rem; }
#jeep-conservation .bg .row:nth-of-type(2) .columns,
#jeep-conservation .bg .row:nth-of-type(3) .columns {
color: #c9cbb4; }
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns {
margin-bottom: 0;
padding: 0; }
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns img,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns img {
height: 5rem;
width: auto; }
@media only screen and (min-width: 40.063em) {
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns img,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns img {
width: initial;
height: initial;
max-height: 4.0625rem; } }
#jeep-conservation .bg .row:nth-of-type(2) .columns .columns p,
#jeep-conservation .bg .row:nth-of-type(3) .columns .columns p {
margin: 0; }
#homestead {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#homestead {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#homestead {
padding-top: 3.125rem; } }
#homestead .bg {
background: #272323;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch; }
@media only screen and (min-width: 40.063em) {
#homestead .bg {
flex-direction: row; } }
#homestead .bg .left-image {
position: relative;
background: url("../../images/homestead.jpg") center center;
background-size: cover;
min-height: 300px; }
@media only screen and (min-width: 40.063em) {
#homestead .bg .left-image {
width: 50%; } }
#homestead .bg .left-image .photo-credit {
position: absolute;
bottom: 10px;
left: 10px;
color: white; }
#homestead .bg .left-copy {
padding: 1.875rem;
text-align: center; }
@media only screen and (min-width: 40.063em) {
#homestead .bg .left-copy {
width: 50%;
padding: 4.6875rem; } }
@media only screen and (min-width: 64.063em) {
#homestead .bg .left-copy {
text-align: left; } }
#homestead .bg .left-copy p {
font-size: 1.25rem;
line-height: 1.4em;
font-weight: 300;
margin: 0;
text-align: center; }
@media only screen and (min-width: 64.063em) {
#homestead .bg .left-copy p {
text-align: left;
line-height: 2em; } }
#rock-project-tour {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#rock-project-tour {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#rock-project-tour {
padding-top: 3.125rem; } }
#rock-project-tour .bg {
background: #302c2c;
color: #c9cbb4; }
#rock-project-tour .bg .row {
padding: 0; }
#rock-project-tour .bg2 {
background: #536B35; }
#rock-project-tour .right-image {
padding: 0;
background: url("../../images/rock-project.jpg") 50% 50% no-repeat;
background-size: cover; }
#rock-project-tour .left-copy p {
margin: 5.625rem 0;
padding: 0 3.75rem; }
#rock-project-tour .lead-image-container {
position: relative;
width: 100%; }
#rock-project-tour .lead-image-container .lead-image {
width: 100%;
height: auto; }
#rock-project-tour .lead-image-container .credit {
position: absolute;
bottom: 10px;
left: 10px;
color: white;
text-shadow: 0px 0px 12px black; }
#rock-project-tour .be-considerate {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
color: #c9cbb4;
background: #302c2c;
padding: 0 15px 15px 15px; }
#rock-project-tour .be-considerate ul {
margin: 0;
padding: 0 15px 0 15px;
text-align: left; }
@media only screen and (min-width: 40.063em) {
#rock-project-tour .be-considerate ul {
padding: 15px 25px 15px 15px; } }
@media only screen and (min-width: 40.063em) {
#rock-project-tour .be-considerate {
flex-direction: row; } }
#rock-project-tour ul {
margin: 0;
text-align: center; }
#rock-project-tour .fact {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 0.9375rem;
list-style: none;
vertical-align: middle;
width: 100%;
color: #c9cbb4;
font-weight: 500;
font-size: 30px;
line-height: 35px; }
@media only screen and (min-width: 40.063em) {
#rock-project-tour .fact {
padding: 1.875rem;
font-size: 42px; } }
#rock-project-tour .cta {
background: #302c2c;
text-align: center; }
#rock-project-tour .cta h3 {
color: #c9cbb4 !important;
font-weight: 400;
font-size: 1.5rem;
line-height: 1.3;
position: relative; }
#rock-project-tour .cta h3.headline {
margin-bottom: -5px; }
@media only screen and (min-width: 64.063em) {
#rock-project-tour .cta h3 {
font-size: 2.4375rem; }
#rock-project-tour .cta h3.headline {
margin-bottom: -10px; } }
#rock-project-tour .cta a {
color: #c9cbb4 !important;
text-decoration: none; }
#rock-project-tour .cta a:hover {
text-decoration: underline; }
#wilderness-climbing-access {
padding-top: 6.25rem;
margin-top: 0.625rem; }
@media only screen and (max-width: 40em) {
#wilderness-climbing-access {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#wilderness-climbing-access {
padding-top: 3.125rem; } }
#wilderness-climbing-access .headline {
padding: 0 15px; }
#wilderness-climbing-access .headline h2 {
text-align: center; }
#wilderness-climbing-access .bg {
background: url("../../images/indian-creek.jpg") 40% center;
background-size: cover; }
#wilderness-climbing-access .bg > .row {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 400px; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg > .row {
min-height: 700px; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg > .row {
min-height: 1000px; } }
#wilderness-climbing-access .bg > .row p {
padding: 0 1.25rem;
text-align: center;
color: #FFF;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
font-size: 0.75rem;
position: absolute;
bottom: 0.625rem;
right: 0.625rem;
margin: 0;
text-align: left; }
#wilderness-climbing-access .bg2 {
background: #373333;
overflow: hidden; }
#wilderness-climbing-access .bg2 .dark-gray {
padding-top: 20px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center; }
#wilderness-climbing-access .bg2 .light-gray {
padding-top: 20px;
display: flex;
align-items: center;
justify-content: center;
background-color: #454040;
overflow: hidden; }
#wilderness-climbing-access .bg2 .cta {
position: relative;
max-width: 100rem;
margin: 0 auto;
padding-top: 15px;
padding-left: 30%;
padding-right: 5%; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg2 .cta {
padding-left: 22%; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 .cta {
padding-left: 14%; } }
@media only screen and (min-width: 90.063em) {
#wilderness-climbing-access .bg2 .cta {
padding-left: 10%; } }
#wilderness-climbing-access .bg2 .cta img {
position: absolute;
bottom: 0;
left: 8px; }
#wilderness-climbing-access .bg2 p {
text-transform: uppercase;
color: #c9cbb4;
line-height: 1.5em;
font-weight: 400 !important;
font-size: 1rem;
text-align: center; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg2 p {
font-size: 1.5rem; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 p {
text-align: left; } }
#wilderness-climbing-access .bg2 p strong {
font-size: 2.8125rem; }
@media only screen and (min-width: 40.063em) {
#wilderness-climbing-access .bg2 p strong {
font-size: 3.4375rem; } }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 p strong {
font-size: 4.6875rem; } }
#wilderness-climbing-access .bg2 .row {
position: relative;
background: #373333;
padding-bottom: 0; }
#wilderness-climbing-access .bg2 .row img {
position: absolute;
bottom: 0;
left: 50%;
width: 8.75rem;
-ms-transform: translate(-50%, 0) !important;
/* IE 9 */
-webkit-transform: translate(-50%, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, 0) !important; }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 .row img {
top: 0;
left: 1.25rem;
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 12.5rem; } }
#wilderness-climbing-access .bg2 .row img.protesters {
bottom: -14px; }
@media only screen and (min-width: 64.063em) {
#wilderness-climbing-access .bg2 .row img.protesters {
top: auto;
bottom: -16px; } }
#wilderness-climbing-access .bg2 .row.flipped {
text-align: center;
padding-top: 50px; }
#fight-is-on {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#fight-is-on {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#fight-is-on {
padding-top: 3.125rem; }
#fight-is-on > .row {
padding: 0.9375rem 3.125rem; } }
#fight-is-on h2 strong {
color: #4e6c28;
font-size: 110%; }
#fight-is-on .bg {
background: #4e6c28; }
#fight-is-on .bg p {
margin: 0;
color: #fff;
line-height: 1.6em;
padding: 2.5rem 1.875rem; }
@media only screen and (max-width: 40em) {
#fight-is-on .bg p {
line-height: 1.4em; } }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg p {
margin-bottom: 0;
line-height: 2; } }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg p {
padding: 5rem 3.125rem 5rem 0; } }
#fight-is-on .bg .image-right {
position: relative;
background: url("../../images/fight-is-on.jpg") left center;
background-size: cover; }
#fight-is-on .bg .image-right .credit {
position: absolute;
bottom: 5px;
text-shadow: 1px 1px 3px black; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg .image-right.mobile {
display: none; } }
#fight-is-on .bg .image-right.desktop {
display: none; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg .image-right.desktop {
display: block; } }
#fight-is-on .bg .rock-video {
margin-bottom: 0; }
#fight-is-on .bg > .row {
overflow: visible;
padding-top: 0;
padding-bottom: 0; }
#fight-is-on .bg2 {
margin-top: -1px;
background: #454040; }
#fight-is-on .bg2 .cta h3 {
color: #c9cbb4 !important;
font-weight: 400;
font-size: 1.5rem;
line-height: 1.3;
position: relative; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg2 .cta h3 {
font-size: 2.4375rem; } }
#fight-is-on .bg2 .cta a {
text-decoration: none;
text-align: left; }
#fight-is-on .bg2 .cta .columns h3 {
padding: 1.75rem 0 1.5625rem;
font-weight: 500;
font-size: 1.5rem;
letter-spacing: 0.0625rem;
line-height: 1.1em;
position: relative;
display: inline-block; }
#fight-is-on .bg2 .cta .columns h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: #c9cbb4;
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 64.063em) {
#fight-is-on .bg2 .cta .columns h3 {
font-size: 2.4375rem; } }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 .cta .columns h3 {
padding-right: 0.9375rem; } }
#fight-is-on .bg2 .cta .columns a:hover h3:after {
width: 100%;
background-color: white; }
#fight-is-on .bg2 > .row {
padding: 0; }
#fight-is-on .bg2 > .row .slick-single {
margin-bottom: 0; }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant h3 {
font-weight: 200; }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 100%;
float: none; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type {
width: 60%;
float: left; } }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type .slide-contents {
padding-left: 0.9375rem; } }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:first-of-type:before {
background: #454040; }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
overflow: hidden;
width: 100%;
float: none;
background-color: #4e6c28;
position: relative; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type {
width: 40%;
float: right; } }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
width: 100%;
padding: 0; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents {
margin-left: -3%; } }
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
width: 100%;
margin: 0;
padding: 1.875rem;
display: block;
background-color: #4e6c28; }
@media only screen and (min-width: 90.063em) {
#fight-is-on .bg2 > .row .slick-single.bg-oil .slick-slant:last-of-type .slide-contents a.button {
padding: 0; } }
#advocacy {
padding-top: 6.25rem;
margin-top: 0.625rem; }
@media only screen and (max-width: 40em) {
#advocacy {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#advocacy {
padding-top: 3.125rem; } }
#advocacy .bg {
background: url("../../images/upslope.jpg") center;
background-size: cover; }
#advocacy .bg > .row {
position: relative;
padding-top: 7.5rem;
padding-bottom: 0.625rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row {
padding-bottom: 25rem; } }
#advocacy .bg > .row .columns:nth-of-type(1) h1 {
background: rgba(85, 119, 40, 0.9) url("../../images/land-trust.png") 50% 50% no-repeat;
background-size: 70%;
display: inline-block;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 0 2.5rem 0;
font-weight: 600;
height: 12.5rem;
width: 12.5rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row .columns:nth-of-type(1) h1 {
height: 15.625rem;
width: 15.625rem;
font-size: 2.1875rem; } }
@media only screen and (min-width: 64.063em) {
#advocacy .bg > .row .columns:nth-of-type(1) h1 {
height: 21.25rem;
width: 21.25rem;
font-size: 2.5rem; } }
#advocacy .bg > .row .columns:nth-of-type(2) {
margin-bottom: 100px; }
#advocacy .bg > .row .columns:nth-of-type(2) h1 {
font-weight: 600 !important;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
font-size: 1.625rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row .columns:nth-of-type(2) h1 {
font-size: 2rem; } }
@media only screen and (min-width: 64.063em) {
#advocacy .bg > .row .columns:nth-of-type(2) h1 {
font-size: 3.125rem; } }
#advocacy .bg > .row p {
padding: 0 1.25rem;
text-align: center;
color: #FFF;
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
font-size: 0.75rem; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg > .row p {
font-size: 1rem;
position: absolute;
bottom: 0.625rem;
right: 0.625rem;
margin: 0;
text-align: left; } }
#advocacy .bg2 {
background: #373333;
overflow: hidden;
padding: 1.25rem 0 0.75rem; }
#advocacy .bg2 .row {
position: relative;
background: #373333;
padding-bottom: 0; }
#advocacy .bg2 .row img {
position: absolute;
bottom: -0.75rem;
left: 50%;
width: 8.75rem;
-ms-transform: translate(-50%, 0) !important;
/* IE 9 */
-webkit-transform: translate(-50%, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(-50%, 0) !important; }
@media only screen and (min-width: 64.063em) {
#advocacy .bg2 .row img {
left: 1.25rem;
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 9.0625rem; } }
#advocacy .bg2 .row .columns p {
text-transform: uppercase;
color: #c9cbb4;
line-height: 1.5em;
font-weight: 400 !important;
font-size: 1.6rem;
margin: 0 1.875rem 8.75rem;
text-align: center; }
@media only screen and (min-width: 40.063em) {
#advocacy .bg2 .row .columns p {
font-size: 2.125rem; } }
@media only screen and (min-width: 64.063em) {
#advocacy .bg2 .row .columns p {
margin: 0 0 1.25rem 11.25rem;
text-align: left; } }
#advocacy .bg2 .row .columns p strong {
font-size: 4.6875rem; }
#financials {
padding-top: 6.25rem; }
#financials .finances2 {
max-width: 580px; }
#financials .hide-mobile {
display: none; }
@media only screen and (min-width: 90.063em) {
#financials .hide-mobile {
display: block; } }
@media only screen and (max-width: 40em) {
#financials {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials {
padding-top: 3.125rem; }
#financials > .row {
padding: 0.9375rem 3.125rem; } }
#financials > .row:first-of-type > .columns:first-of-type p {
line-height: 2; }
#financials .bg {
background: #e8e8e8;
overflow: hidden; }
#financials .bg > .row:nth-of-type(1) {
background: #e8e8e8; }
#financials .bg > .row:nth-of-type(1) > p {
margin-right: 1.875rem; }
#financials .bg > .expanded:nth-of-type(2) {
background-color: #373333;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #373333), color-stop(50%, #373333), color-stop(51%, rgba(55, 51, 51, 0)), color-stop(100%, rgba(55, 51, 51, 0)));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #373333 0%, #373333 50%, rgba(55, 51, 51, 0) 51%, rgba(55, 51, 51, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#373333', EndColorStr='rgba(55, 51, 51, 0)');
margin: 0 0 6.25rem; }
#financials .bg > .expanded:nth-of-type(2) .row {
padding: 0; }
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
padding: 0;
margin: 0; }
@media only screen and (max-width: 40em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns {
width: 100%;
height: auto !important; } }
#financials .bg > .expanded:nth-of-type(2) .row > .columns .columns .columns {
display: table; }
@media only screen and (min-width: 90.063em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns .columns .columns {
padding-top: 0.625rem;
padding-bottom: 0.625rem; }
#financials .bg > .expanded:nth-of-type(2) .row > .columns .columns .columns.end {
margin-left: 0.9375rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg > .expanded:nth-of-type(2) .row > .columns .stats > img {
width: 460px;
margin-left: -380px; } }
#financials .bg > .expanded:nth-of-type(3) {
background-color: rgba(55, 51, 51, 0);
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(55, 51, 51, 0)), color-stop(50%, rgba(55, 51, 51, 0)), color-stop(51%, #373333), color-stop(100%, #373333));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* IE10 */
background-image: -o-linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, rgba(55, 51, 51, 0) 0%, rgba(55, 51, 51, 0) 50%, #373333 51%, #373333 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(55, 51, 51, 0)', EndColorStr='#373333'); }
#financials .bg > .expanded:nth-of-type(3) .row {
padding: 0; }
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
padding: 0;
margin: 0; }
@media only screen and (max-width: 40em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns {
width: 100%;
height: auto !important; } }
#financials .bg > .expanded:nth-of-type(3) .row > .columns .columns .columns {
display: table; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns .columns .columns {
width: 76%;
display: block;
float: right; } }
@media only screen and (min-width: 64.063em) {
#financials .bg > .expanded:nth-of-type(3) .row > .columns .stats > img {
margin-right: -530px;
margin-bottom: -9px; } }
@media only screen and (min-width: 40.063em) {
#financials .bg .factoids {
padding: 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .factoids {
padding: 0; } }
@media only screen and (max-width: 40em) {
#financials .bg .factoids > .columns {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: solid 2px rgba(0, 0, 0, 0.2); }
#financials .bg .factoids > .columns:last-of-type {
border: 0;
margin-bottom: 0;
padding-bottom: 0; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .factoids > .columns {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: solid 2px rgba(0, 0, 0, 0.2); }
#financials .bg .factoids > .columns:last-of-type {
border: 0;
margin-bottom: 0;
padding-bottom: 0; } }
#financials .bg .factoids h3 {
font-size: 12vw;
font-weight: 700;
color: #373333;
margin: 0 0 0.1875rem 0;
line-height: 1em; }
@media only screen and (min-width: 40.063em) {
#financials .bg .factoids h3 {
font-size: 4.5625rem; } }
@media only screen and (min-width: 64.063em) {
#financials .bg .factoids h3 {
font-size: 4vw; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .factoids h3 {
font-size: 4.5625rem; } }
#financials .bg .factoids h3 span {
display: inline-block;
vertical-align: top;
margin-top: 0.375rem;
font-size: 2.875rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .factoids h3 span {
font-size: 2rem; } }
@media only screen and (max-width: 40em) {
#financials .bg .factoids h3 span {
font-size: 1.5rem; } }
#financials .bg .factoids p {
font-size: 4vw;
margin: 0;
text-transform: uppercase;
font-weight: 500;
line-height: 1.2em; }
@media only screen and (min-width: 40.063em) {
#financials .bg .factoids p {
font-size: 1.5625rem;
line-height: 1.3em; } }
#financials .bg .factoids img {
width: 100%; }
#financials .bg .stats {
background: #373333; }
@media only screen {
#financials .bg .stats {
padding: 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats {
padding: 0; } }
#financials .bg .stats * {
color: #c9cbb4; }
#financials .bg .stats strong {
color: #FFF; }
#financials .bg .stats h2 {
font-weight: 300;
font-size: 3.375rem;
letter-spacing: .03em;
line-height: 1em;
margin-top: 1.25rem; }
@media only screen and (max-width: 40em) {
#financials .bg .stats h2 {
text-align: center;
margin: 0 0 1.25rem 0;
font-size: 1.625rem; } }
#financials .bg .stats h3 {
font-size: 1.25rem;
color: #dcdbdb;
margin-bottom: 0;
padding-left: 0.1875rem;
margin-top: 1.25rem; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats h3 {
width: 76%;
float: right; } }
#financials .bg .stats p.dot {
font-weight: 400; }
@media only screen and (min-width: 40.063em) {
#financials .bg .stats > .columns {
padding-right: 5rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats > .columns .row {
margin: 3rem 0; }
#financials .bg .stats > .columns .row:first-of-type {
margin-top: 0; }
#financials .bg .stats > .columns .row:last-of-type {
margin-bottom: 0; } }
#financials .bg .stats.right {
text-align: center; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.right {
width: 100%; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.right {
padding-left: 0; } }
#financials .bg .stats.right > .columns {
padding: 0.625rem 0.9375rem; }
@media only screen and (min-width: 64.063em) {
#financials .bg .stats.right > .columns {
padding: 0.625rem 0 0 6.125rem !important; } }
@media only screen and (min-width: 64.063em) {
#financials .bg .stats.right .row {
margin: 0; }
#financials .bg .stats.right .row:first-of-type {
margin-top: 0; } }
#financials .bg .stats.right .right {
text-align: left; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.right .right:first-of-type {
width: 60% !important; } }
#financials .bg .stats.right .right .columns div {
position: relative;
display: table;
padding: 1.25rem 0; }
#financials .bg .stats.right .right .dot-group {
padding-left: 0 !important; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .stats.right img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
margin-top: 1.875rem;
width: 56vw !important; } }
@media only screen and (max-width: 40em) {
#financials .bg .stats.right img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 56vw !important;
margin: 40px auto 0 !important;
float: none !important;
display: block; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.right img.graph {
position: absolute;
top: 50%;
left: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 41vw;
max-height: 33.125rem;
max-width: 33.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.right img.graph {
float: left;
-ms-transform: translate(-49%, -0.5%) !important;
/* IE 9 */
-webkit-transform: translate(-49%, -0.5%) !important;
/* Chrome, Safari, Opera */
transform: translate(-49%, -0.5%) !important;
margin-right: -582px; } }
#financials .bg .stats.left {
text-align: center; }
@media only screen and (min-width: 64.063em) {
#financials .bg .stats.left {
padding-right: 0; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left {
width: 100%; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left .left:first-of-type {
padding-left: 0; } }
#financials .bg .stats.left .columns > div {
position: relative;
padding: 1.5625rem 0; }
@media only screen and (max-width: 40em) {
#financials .bg .stats.left .columns > div {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .stats.left .columns > div {
height: auto !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left .columns > div {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.left .columns > div {
display: table; } }
#financials .bg .stats.left .columns .row {
padding: 0; }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left p.dot {
width: 65%;
display: block; } }
#financials .bg .stats.left img.graph + div {
text-align: left; }
@media only screen and (max-width: 40em) {
#financials .bg .stats.left img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 56vw !important;
margin: 40px auto 0 !important;
padding: 0 0.625rem;
float: none !important;
display: block; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#financials .bg .stats.left img.graph {
-ms-transform: translate(0, 0) !important;
/* IE 9 */
-webkit-transform: translate(0, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(0, 0) !important;
width: 56vw !important;
margin-top: 1.875rem;
padding: 0 0.625rem; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#financials .bg .stats.left img.graph {
position: absolute;
top: 50%;
right: 3.125rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 41vw;
max-height: 33.125rem;
max-width: 33.125rem; } }
@media only screen and (min-width: 90.063em) {
#financials .bg .stats.left img.graph {
float: right;
width: 554px !important;
-ms-transform: translate(51%, 0) !important;
/* IE 9 */
-webkit-transform: translate(51%, 0) !important;
/* Chrome, Safari, Opera */
transform: translate(51%, 0) !important;
margin-left: -236px;
margin-top: -2px; } }
#financials .disclaimer {
padding: 0 3.125rem;
text-transform: uppercase; }
#financials .disclaimer sup {
font-size: 60%; }
#board-staff {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#board-staff {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#board-staff {
padding-top: 3.125rem; } }
#board-staff .bg {
background-color: #373333;
position: relative;
padding: 3.75rem 0; }
#board-staff .bg * {
color: #c9cbb4; }
#board-staff .bg h4 {
text-transform: uppercase;
font-weight: 500;
font-size: 1.3125rem; }
#board-staff .bg h4:after {
display: block;
content: "";
height: 1px;
max-width: 12.5rem;
margin: 1.25rem auto;
background: #c9cbb4; }
@media only screen and (min-width: 64.063em) {
#board-staff .bg h4 {
font-size: 2rem; }
#board-staff .bg h4:after {
margin: 3.125rem auto; } }
#board-staff .bg p {
font-size: 1rem;
font-weight: 200;
line-height: 1.2em;
margin-bottom: 1.25rem;
padding-left: 1.25rem;
padding-right: 1.25rem; }
@media only screen and (min-width: 64.063em) {
#board-staff .bg p {
font-size: 1.75rem; } }
#board-staff .bg p strong {
font-weight: 500; }
#members {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#members {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#members {
padding-top: 3.125rem; }
#members > .row {
padding: 0.9375rem 3.125rem; } }
#members > .row:first-of-type > .columns:first-of-type h2 strong {
font-size: 6.125rem;
color: #567335; }
@media only screen and (max-width: 40em) {
#members > .row:first-of-type > .columns:first-of-type h2 strong {
font-size: 3rem; } }
#members > .row:first-of-type > .columns:first-of-type p {
line-height: 2; }
#members .bg {
background: #567335;
overflow: hidden; }
#members .bg > .row {
padding-top: 0;
padding-bottom: 0; }
#members .bg img {
width: auto !important; }
#members .bg .slick-single {
margin-bottom: 0; }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
width: 100%; }
@media only screen and (min-width: 64.063em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
width: 45%; } }
@media only screen and (max-width: 40em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) {
height: auto !important; } }
@media only screen and (max-width: 40em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) * {
position: relative !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) * {
position: relative !important; } }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) .black-overlay {
padding: 3.125rem; }
@media only screen and (min-width: 90.063em) {
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) .black-overlay {
padding: 1.875rem 0.9375rem; } }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(1) .black-overlay:before {
background-color: #567335; }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(2) {
width: 55%;
position: relative !important;
overflow: hidden; }
#members .bg .slick-single .slick-slide .slick-slant:nth-of-type(2) .bgslide {
background: url("../../images/casey-feature.jpg") 50% 25%;
background-size: cover;
width: 100%;
min-height: 37.5rem; }
#members .bg .slick-single h3 {
text-transform: initial;
font-weight: 500;
font-size: 2.9375rem;
margin-top: 0; }
@media only screen and (max-width: 40em) {
#members .bg .slick-single h3 {
font-size: 1.625rem;
border-bottom: solid 2px rgba(255, 255, 255, 0.5);
margin-bottom: 0.875rem;
padding-bottom: 0.875rem;
text-align: center; } }
#members .bg .slick-single p {
font-size: 1.25rem;
line-height: 1.9;
margin-bottom: 0; }
@media only screen and (max-width: 40em) {
#members .bg .slick-single p {
font-size: 1rem;
text-align: center; } }
#members .bg2 {
background-color: #454040; }
#members .bg2 > .row {
padding-top: 0;
padding-bottom: 0; }
#members .bg2 > .row .bg-oil h3 {
color: #c9cbb4;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-align: left;
display: inline-block;
font-size: 6vw;
line-height: 1.2em;
margin: 0;
vertical-align: middle;
padding-left: 1.25rem; }
@media only screen and (min-width: 40.063em) {
#members .bg2 > .row .bg-oil h3 {
font-size: 2.25rem;
line-height: 1.3em; } }
@media only screen and (min-width: 64.063em) {
#members .bg2 > .row .bg-oil h3 {
font-size: 3.125rem; } }
#members .bg2 > .row .bg-oil h3:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(201, 203, 180, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
#members .bg2 > .row .bg-oil a {
text-decoration: none;
display: inline-block; }
#members .bg2 > .row .bg-oil a:hover h3:after {
width: 100%;
background-color: #c9cbb4; }
@media only screen and (min-width: 90.063em) {
#members .bg2 > .row .bg-oil .columns {
padding: 0 0 0 1.875rem; }
#members .bg2 > .row .bg-oil a {
text-align: left; } }
#corporate-partners {
padding-top: 6.25rem; }
@media only screen and (max-width: 40em) {
#corporate-partners {
padding-top: 1.875rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#corporate-partners {
padding-top: 3.125rem; }
#corporate-partners > .row {
padding: 0.9375rem 3.125rem; } }
#corporate-partners > .row:first-of-type h2 strong {
font-size: 6.125rem;
color: #567335; }
@media only screen and (max-width: 40em) {
#corporate-partners > .row:first-of-type h2 strong {
font-size: 3rem; } }
#corporate-partners > .row:first-of-type p {
line-height: 2; }
#corporate-partners .bg {
background: #373333; }
#corporate-partners .bg .row.partner-stats {
background: #373333;
padding: 0 1.25rem;
position: relative; }
@media only screen and (min-width: 40.063em) {
#corporate-partners .bg .row.partner-stats {
padding: 0 3.125rem; } }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg .row.partner-stats {
padding: 3.75rem 0; } }
#corporate-partners .bg .row.partner-stats .columns {
padding: 2.5rem 0;
display: table; }
#corporate-partners .bg .row.partner-stats .columns div {
display: table-cell;
vertical-align: middle; }
@media only screen and (max-width: 40em) {
#corporate-partners .bg .row.partner-stats .columns {
height: auto !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#corporate-partners .bg .row.partner-stats .columns {
height: auto !important; } }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg .row.partner-stats .columns {
padding: 0 1.875rem; }
#corporate-partners .bg .row.partner-stats .columns div {
padding-left: 3.75rem; } }
#corporate-partners .bg .row.partner-stats .columns h3 {
font-weight: 700;
font-size: 3.75rem;
color: #c9cbb4;
float: left;
display: block;
line-height: 1em;
margin: 0 1.25rem 1.25rem 0; }
@media only screen and (min-width: 64.063em) {
#corporate-partners .bg .row.partner-stats .columns h3 {
font-size: 6.25rem; } }
#corporate-partners .bg .row.partner-stats .columns img {
float: left; }
#corporate-partners .bg .row.partner-stats .columns h4 {
font-size: 1.3125rem;
text-transform: uppercase;
font-weight: 400;
line-height: 1.3em;
color: #c9cbb4;
display: block;
clear: both;
padding-top: 0.625rem; }
@media only screen and (min-width: 64.063em) {
#corporate-partners .bg .row.partner-stats .columns h4 {
font-size: 1.5625rem; } }
#corporate-partners .bg .row.partner-stats .columns:after {
position: absolute;
display: block;
content: "";
background-color: #403c3b;
width: 100%;
height: 0.375rem;
right: 0;
bottom: 0; }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg .row.partner-stats .columns:after {
width: 0.5rem;
height: 100%;
right: 0;
top: 0;
bottom: initial;
-ms-transform: skew(-15deg, 0deg);
/* IE 9 */
-webkit-transform: skew(-15deg, 0deg);
/* Chrome, Safari, Opera */
transform: skew(-15deg, 0deg); } }
#corporate-partners .bg .row.partner-stats .columns:last-of-type:after {
display: none; }
#corporate-partners .bg2 {
background-color: #546b35;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #546b35), color-stop(50%, #546b35), color-stop(51%, #738a34), color-stop(100%, #738a34));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #546b35 0%, #546b35 50%, #738a34 51%, #738a34 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#546b35', EndColorStr='#738a34'); }
#corporate-partners .bg2 .cta a:first-child .icon {
width: 6.25rem; }
#corporate-partners .bg2 .cta a:last-child .icon {
width: 7.5rem; }
#corporate-partners .bg2 > .row:nth-of-type(1) {
padding-top: 0;
padding-bottom: 0;
background: #546b35; }
#corporate-partners .bg2 > .row:nth-of-type(1) img {
position: initial !important;
-ms-transform: none !important;
/* IE 9 */
-webkit-transform: none !important;
/* Chrome, Safari, Opera */
transform: none !important;
max-height: 100%;
display: inline-block; }
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-weight: 600;
text-transform: uppercase;
display: inline-block;
line-height: 1.3em;
font-size: 1.75rem;
margin-bottom: 0;
color: #fff; }
#corporate-partners .bg2 > .row:nth-of-type(1) h4 strong {
display: block;
font-weight: 700;
font-size: 3.75rem;
margin-bottom: 1.25rem;
line-height: 0.35em; }
#corporate-partners .bg2 > .row:nth-of-type(1) h4:after {
display: block;
content: "";
width: 0%;
height: 0.1875rem;
background-color: rgba(255, 255, 255, 0.2);
margin-top: -0.3125rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-size: 3.5vw; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-size: 2.5vw; } }
@media only screen and (min-width: 90.063em) {
#corporate-partners .bg2 > .row:nth-of-type(1) h4 {
font-size: 2.5rem; } }
#corporate-partners .bg2 > .row:nth-of-type(1) a {
text-decoration: none; }
#corporate-partners .bg2 > .row:nth-of-type(1) a:hover h4:after {
width: 100%;
background-color: white; }
#corporate-partners .bg2 > .row:nth-of-type(1) .columns:last-child {
overflow: hidden;
background: #738a34; }
#corporate-partners .bg2 > .row:nth-of-type(1) .columns:last-child .slide-contents {
height: 100%;
width: 100%; }
#thank-you {
padding-left: 1.875rem;
padding-right: 1.875rem;
padding-top: 6.25rem; }
#thank-you p {
font-size: 1.25rem;
line-height: 2; }
#thank-you h2 {
margin-bottom: 1.25rem; }
#thank-you .name {
line-height: 1.4;
font-size: 1.4375rem;
margin-top: 0.625rem; }
#thank-you .sig {
margin-top: 1.875rem; }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#thank-you {
padding-top: 3.125rem; }
#thank-you > .row {
padding: 0.9375rem 3.125rem; } }
@media only screen and (max-width: 40em) {
#thank-you {
padding-top: 1.875rem; }
#thank-you .row, #thank-you .columns {
padding: 0; } }
#share {
margin-top: 6.25rem;
background-color: #3c599f;
/* Fallback Color */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3c599f), color-stop(50%, #3c599f), color-stop(51%, #20b8ff), color-stop(100%, #20b8ff));
/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */
background-image: -moz-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* IE10 */
background-image: -o-linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
/* Opera 11.10+ */
background-image: linear-gradient(left, #3c599f 0%, #3c599f 50%, #20b8ff 51%, #20b8ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3c599f', EndColorStr='#20b8ff');
overflow: hidden;
position: relative; }
#share a {
text-decoration: none; }
#share .fb {
position: relative;
z-index: 1;
margin-bottom: 0;
background-color: #3c599f; }
#share .fb:hover {
background: #5171bd; }
#share .tw {
background: #20b8ff; }
#share .tw:hover {
background: #6dd0ff; }
#share .fb,
#share .tw {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
#share .fb table,
#share .tw table {
margin: auto;
padding-top: 1.5625rem;
padding-bottom: 1.5625rem; }
#share .fb td,
#share .tw td {
font-size: 1.75rem;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.4; }
#share .fb td img,
#share .tw td img {
max-width: none; }
#share .fb a,
#share .tw a {
display: block; }
#share .row {
padding-top: 0;
padding-bottom: 0; }
#share .row .slick-single {
margin-bottom: 0;
width: auto;
float: none; }
@media only screen and (min-width: 64.063em) {
#share .row .slick-single > div .slick-slant {
width: 50% !important; } }
@media only screen and (min-width: 64.063em) {
#share .row .slick-single > div .slick-slant:nth-of-type(2) {
float: right; } }
#share .row .slick-single > div .slick-slant:nth-of-type(2) .button {
margin-bottom: 0;
height: 100%; }
#share .row .slick-single > div .slick-slant .slide-contents {
height: 100%;
padding: 0 !important; }
#share .row .slick-single > div .slick-slant .slide-contents a.button {
padding: 1.25rem 1.875rem;
overflow: visible;
text-align: center;
width: 100%;
height: 100%;
text-decoration: none; }
@media only screen and (min-width: 40.063em) {
#share .row .slick-single > div .slick-slant .slide-contents a.button {
padding: 1.875rem 0;
font-size: 1.5rem; } }
#share .row .slick-single > div .slick-slant .slide-contents a.button img {
margin-right: 10px;
-ms-transform: none !important;
/* IE 9 */
-webkit-transform: none !important;
/* Chrome, Safari, Opera */
transform: none !important;
position: initial !important;
display: initial !important; }
table {
background-color: transparent;
border: none;
margin-bottom: 0;
padding: 0.625rem 0; } | 0.468547 | 0.063135 |
body {
background: #547980;
margin: 0;
padding: 0;
}
aside#searchMenu {
position: absolute;
width: 0;
height: 100vh;
overflow: hidden;
padding: 0;
color: #e5fcc2;
background: #03030b;
}
#searchBarSVG {
position: fixed;
margin-left: 20px;
margin-top: 20px;
cursor: pointer;
}
#searchBox {
display: none;
position: fixed;
margin-top: 19px;
margin-left: 60px;
color: #9de0ad;
background: none;
border: none;
font-size: 20px;
font-weight: 100;
height: 40px;
width: 210px;
}
#searchBox:focus {
outline: none;
}
div#primaryMenuContainer {
position: relative;
width: 100%;
height: 100%;
top: 100px;
overflow-y: scroll;
}
div#primaryMenuOptions {
position: relative;
width: 100%;
}
div#primaryMenuOptions > div.menuOption {
position: relative;
width: 100%;
padding: 10px;
padding-left: 20px;
cursor: pointer;
}
div#primaryMenuOptions > div.menuOption:hover {
padding-left: 30px;
width: 300px;
background: #2a363b;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
div#primaryMenuOptions > div.menuOption:hover > span.glyphicon {
margin-right: 10px;
opacity: 1;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
div#primaryMenuOptions > div.menuOption > span.glyphicon {
float: right;
opacity: 0;
margin-right: 0;
color: #fff;
}
div#secondaryMenu {
position: absolute;
padding-top: 100px;
left: -300px;
top: 0;
width: 300px;
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
color: #9de0ad;
background: #2a363b;
}
div#secondaryMenu > div#secondaryMenuOptions {
overflow: hidden;
}
div#secondaryMenu > div#secondaryMenuOptions > div.secMenuOption {
position: relative;
width: 100%;
padding: 10px;
padding-left: 20px;
cursor: pointer;
}
div#secondaryMenu > div#secondaryMenuOptions > div.secMenuOption:hover {
padding-left: 30px;
width: 300px;
background: #99b898;
color: #2a363b;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
} | dist/resources/stylus/search.css | body {
background: #547980;
margin: 0;
padding: 0;
}
aside#searchMenu {
position: absolute;
width: 0;
height: 100vh;
overflow: hidden;
padding: 0;
color: #e5fcc2;
background: #03030b;
}
#searchBarSVG {
position: fixed;
margin-left: 20px;
margin-top: 20px;
cursor: pointer;
}
#searchBox {
display: none;
position: fixed;
margin-top: 19px;
margin-left: 60px;
color: #9de0ad;
background: none;
border: none;
font-size: 20px;
font-weight: 100;
height: 40px;
width: 210px;
}
#searchBox:focus {
outline: none;
}
div#primaryMenuContainer {
position: relative;
width: 100%;
height: 100%;
top: 100px;
overflow-y: scroll;
}
div#primaryMenuOptions {
position: relative;
width: 100%;
}
div#primaryMenuOptions > div.menuOption {
position: relative;
width: 100%;
padding: 10px;
padding-left: 20px;
cursor: pointer;
}
div#primaryMenuOptions > div.menuOption:hover {
padding-left: 30px;
width: 300px;
background: #2a363b;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
div#primaryMenuOptions > div.menuOption:hover > span.glyphicon {
margin-right: 10px;
opacity: 1;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
div#primaryMenuOptions > div.menuOption > span.glyphicon {
float: right;
opacity: 0;
margin-right: 0;
color: #fff;
}
div#secondaryMenu {
position: absolute;
padding-top: 100px;
left: -300px;
top: 0;
width: 300px;
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
color: #9de0ad;
background: #2a363b;
}
div#secondaryMenu > div#secondaryMenuOptions {
overflow: hidden;
}
div#secondaryMenu > div#secondaryMenuOptions > div.secMenuOption {
position: relative;
width: 100%;
padding: 10px;
padding-left: 20px;
cursor: pointer;
}
div#secondaryMenu > div#secondaryMenuOptions > div.secMenuOption:hover {
padding-left: 30px;
width: 300px;
background: #99b898;
color: #2a363b;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
} | 0.336331 | 0.044245 |
body, #page-wrapper {
background: #e2e2e2;
}
.topheader {
background: #303034;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
}
.middle-wrapper {
padding: 25px;
}
.row > .cms_module_list {
padding: 0;
}
.cms_module_list {
background: #f0f0f0;
border: 1px solid #c6c6c6;
color: #4d4848;
border-radius: 5px;
margin-bottom: 15px;
}
.cms_module_list h3.menuText {
color: #4d4848;
margin: 13px 0px 0;
padding: 0 12px;
box-sizing: border-box;
font-weight: bold;
clear: both;
display: inline-block;
width: 100%;
}
.cms_module_list hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid #cecece;
}
.cms_module_list .menuList {
padding-left: 12px;
padding-right: 12px;
}
.cms_module_list .menuList li {
display: block;
width: 100%;
background-color: #fafafa;
height: auto;
border-radius: 0px;
margin: 0;
margin-bottom: 6px;
padding: 6px 15px;
text-align: left;
outline: solid 1px #ccc;
border-left: solid 10px #499bc7;
}
.cms_module_list .menuList li a {
color: #4d4848;
font-size: 16px;
}
.module_icon {
background: url('../img/module_grey_icon.png') 0 0 no-repeat;
width: 18px;
height: 15px;
margin-top: 5px;
margin-right: 20px;
float: left;
}
.module_icon_main {
background: url('../img/module_icon.png') 12px 13px no-repeat;
margin-top: 5px;
margin-right: 20px;
float: left;
background-color: #b03b4f;
width: 40px;
height: 40px;
border-radius: 50%;
}
.cms_module_list .menuList li.active {
background: #306480;
!important;
}
.cms_module_list .menuList li.active > a {
color: #fff;
!important;
}
.cms_module_list .menuList li.active .module_icon {
background: url('../img/module_icon.png') 0px 0px no-repeat;
}
.cms_module_list .menuList li.active span.module_icon_text, .cms_module_list .menuList li.active a {
color: #fff;
!important;
}
.module_upload_icon {
float: left;
font-size: 18px;
color: #fff;
line-height: 29px;
margin-right: 8px;
}
.upload_module, .upload_module:hover, .upload_module:active, .upload_module:focus {
outline: none;
background: #fff;
border: 1px solid #cecece;
border-radius: 4px;
color: #4d4848;
font-size: 16px;
padding: 10px 20px;
}
.upload_module .fa-cloud-download {
font-size: 20px;
color: #548eb2;
}
.upload_module_text, .module_icon_text, .module_icon_main_text {
margin-top: 3px;
float: left;
font-weight: 600;
color: #4d4848;
}
span.module_icon_text {
font-weight: normal;
color: #4d4848;
font-size: 16px;
}
.module_icon_main_text {
margin-top: 11px;
}
.cms_module_list .menuList li[general-type="content"] {
width: 87%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/***** for view module ************/
.module_detail {
background: #fff;
border: 1px solid #c6c6c6;
border-radius: 3px 3px 0 0px;
}
.module_detail div {
margin: 10px 0px;
}
.module_detail_link {
background: #f3f3f3;
border: 1px solid #c6c6c6;
border-radius: 0 0px 3px 3px;
border-top: 0;
}
.module_detail .module-title {
font-size: 17px;
color: #e8531f;
font-weight: bold;
}
.module_author_detail {
font-size: 13px;
color: #575757;
text-align: right;
}
.module_detail_author_link {
font-style: italic;
}
.module_detail_link i.fa {
color: #a6a6a6;
}
.module_tab li {
}
.module_tab.nav-tabs li a {
border: 1px solid #c6c6c6;
background: #fafafa;
color: #575757;
border-radius: 0;
margin-right: 0;
}
.module_tab.nav-tabs > li.active > a,
.module_tab.nav-tabs > li.active > a:focus,
.module_tab.nav-tabs > li.active > a:hover,
.module_tab.nav-tabs > li a:hover {
border: 1px solid #c6c6c6;
border-bottom: 4px solid #5e95b7;
background: #fff;
color: #575757;
}
.module_tab.nav-tabs li:first-child a,
.module_tab.nav-tabs li:first-child a:hover,
.module_tab.nav-tabs li:first-child.active > a:hover,
.module_tab.nav-tabs li:first-child.active > a:focus {
border-right: 0;
}
.addons {
border: 1px solid #c6c6c6;
border-radius: 3px;
background: #ffffff;
}
.addons .addons-header {
background: #fafafa;
border-radius: 3px 3px 0 0;
border-bottom: 1px solid #c6c6c6;
}
.addons .addons-header .addons-title {
font-weight: bold;
}
.addons-link {
font-style: italic;
}
.addons-author-detail {
color: #cbcbcb;
}
.settings {
background: #7a9f75;
border: none;
color: #fff;
}
.deactivate {
background: #5f8490;
border: none;
color: #fff;
}
.delete {
background: #b05858;
border: none;
color: #fff;
}
.addons-settings {
background: #7a9f75;
border: none;
color: #fff;
}
.addons-deactivate {
background: #5f8490;
border: none;
color: #fff;
}
.addons-delete {
background: #b05858;
border: none;
color: #fff;
}
.addons-settings, .addons-deactivate, .addons-delete {
padding: 5px 3px 5px 7px;
border-radius: 50%;
}
.addons-delete {
padding-right: 9px;
padding-left: 9px;
padding-bottom: 6px;
}
.addons-settings:hover, .addons-deactivate:hover, .addons-delete:hover {
color: #fff;
text-decoration: none;
}
.round_red {
background: #d93838;
color: #fff;
padding: 6px 7px 6px 7px;
border-radius: 50%;
}
.topRow img {
width: 100%;
height: auto !important;
}
.template-search {
background: #f0f0f0;
border-radius: 4px;
border: 1px solid #cecece;
}
.template-search-box {
}
.templates-list {
margin-left: -15px;
margin-right: -15px;
}
.templates-list .templates {
background: #fff;
border: 1px solid #ccc;
}
.template-upload-button {
border-radius: 0 3px 3px 0;
text-align: right
}
.template-upload-button .btnUploadWidgets {
background: #ac4040;
margin: 0 !important;
height: 54px;
padding: 6px 22px;
border-radius: 0;
}
.template-upload-button .btnUploadWidgets span.upload_module_text {
font-size: 15px;
color: #ffffff;
}
.templates-title .fa {
background: #5f8490;
border: none;
color: #fff;
padding: 7px 8px;
border-radius: 50%;
}
.author-icon {
color: #a6a6a6;
margin-right: 5px;
font-size: 15px;
}
.tempalte_icon {
width: 42px;
position: absolute;
top: 11px;
right: 0;
}
.control-label {
color: #656565;
margin-right: 7px;
margin-left: 10px;
}
.control-label .fa {
margin-left: 9px;
margin-right: 5px;
}
.tempalte_icon .addons-settings, .tempalte_icon .addons-deactivate, .tempalte_icon .addons-delete {
padding: 6px 7px 6px 7px;
margin-right: 0 !important;
}
.tempalte_icon div {
margin-top: 10px;
}
.menuBox {
padding: 12px 50px 0 12px;
}
.menuBox .btn-group {
margin-bottom: 0;
}
.addBtn {
position: absolute;
top: 12px;
right: 12px;
}
.selectCat {
padding-right: 4px;
}
.selectCatMenu {
background-color: #fff;
color: #656565;
position: relative;
border: solid 1px #cccccc;
}
.selectCatMenu .caret {
right: 8px !important;
}
.selectCatMenu .caret:before {
content: '';
display: inline-block;
width: 1px;
height: 34px;
background-color: #cfcfcf;
position: absolute;
top: -19px;
bottom: 0;
right: 10px;
}
.rightButtons {
margin-right: 13px;
text-align: right;
display: inline-block
}
.btn.searchBtn {
margin-left: 6px;
color: #9a9ca1;
font-size: 20px;
width: 34px;
height: 33px;
box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.14);
padding: 0;
line-height: 33px;
}
.editIcons {
background-color: #fff;
border-left: solid 1px #ddd;
padding: 10px 15px 10px 10px;
margin-bottom: 0;
display: inline-block;
}
.editIcons li {
display: inline-block;
margin: 0 5px;
}
.editIcons li a {
font-size: 21px;
width: 34px;
height: 33px;
padding: 0;
line-height: 33px;
vertical-align: middle;
border: solid 1px #d2d3d5;
box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.14);
}
.editIcons li a.trashBtn .fa {
color: #d93838;
}
.editIcons li a.copyBtn .fa {
color: #4eab69;
}
.editIcons li a.editBtn .fa {
color: #499bc7;
}
.editIcons li a:hover {
box-shadow: inset 2px 2px 4px 0 rgba(1, 1, 1, 0.10);
}
.listType .btn {
background-color: #efefef;
color: #9a9ca1;
border: solid 1px #cccccc;
box-shadow: inset 0 2px 4px 0 rgba(1, 1, 1, 0.10);
}
.listType .btn.active {
background-color: #fff;
color: #499bc7;
box-shadow: none;
}
.listType .fa {
font-size: 20px;
vertical-align: middle
}
.tpl-list .templates {
border: none;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.37);
border-radius: 2px;
overflow: hidden;
}
.tpl-list .templates:hover {
color: #ffffff;
box-shadow: 0 0 0 2px #499bc7, 2px 2px 3px 2px rgba(0, 0, 0, 0.37), -1px -1px 3px 1px rgba(0, 0, 0, 0.37);
}
.tpl-list .templates:hover .templates-header {
background-color: #499bc7;
}
.tempalte_icon {
display: none;
}
.tpl-list .templates:hover .tempalte_icon {
display: block !important;
}
.templates-header {
display: block;
text-align: center;
padding-top: 10px;
}
.templates-title {
padding-top: 10px;
}
.templates-buttons {
padding-bottom: 10px;
}
.col-xs-4.listView {
width: 100%;
float: none;
display: block;
}
.listView .templates {
clear: both;
height: 42px !important;
overflow: hidden
}
.listView .topRow {
float: left;
width: 25%;
}
.listView .templates-header {
float: right;
width: 75%;
text-align: left;
padding-top: 0;
}
.listView .templates-title {
width: 33.333%;
float: left;
padding: 8px 0 10px;
font-size: 16px;
border-left: solid 1px #cecece;
}
.listView .templates-buttons {
width: 63.333%;
float: left;
padding: 0;
font-size: 14px;
}
.listView .authorColumn {
width: 50%;
float: left;
background-color: #f0f0f0;
color: #3d3d3d;
padding: 10px 0;
border-left: solid 1px #cecece;
}
.listView .templates-buttons .fa {
color: #499bc7;
margin-right: 15px;
}
.listView .templates-buttons .fa.calendar-icon {
color: #4eab69;
}
.listView .dateColumn {
width: 50%;
color: #3d3d3d;
padding: 10px 0;
border-left: solid 1px #cecece;
float: left;
}
.tpl-list .listView .templates:hover .templates-header {
background-color: inherit;
color: #3d3d3d;
}
.layout {
background-color: #ffffff;
border: solid 1px #c6c6c6;
margin: 0 -10px 11px;
position: relative;
font-size: 15px;
color: #817f7f;
line-height: 18px;
}
.layoutCol {
padding-right: 50%;
}
.layoutImg {
border: solid 1px #c6c6c6;
float: left;
}
.layoutData {
height: 100%;
overflow: hidden;
min-height: 174px;
position: relative;
}
.layoutData h4 {
font-size: 17px;
color: #e8531f;
}
.iconDel {
font-size: 22px;
background-color: #ac4040;
color: #ffffff;
padding: 11px 14px 10px;
position: absolute;
top: 0;
right: 12px;
}
.iconDel:hover {
color: #ffffff;
opacity: 0.8
}
.row.layoutFooter {
margin: 0;
}
.layoutFooter {
background-color: #f3f3f3;
padding: 7px 10px 4px;
border-top: solid 1px #c6c6c6;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.centerText {
text-align: center;
}
.rightText {
text-align: right;
}
.iconRefresh {
background-color: #d93838;
color: #ffffff;
width: 22px;
height: 22px;
display: inline-block;
text-align: center;
border-radius: 100%;
line-height: 22px;
margin-right: 5px;
}
.fa-user {
margin-right: 5px;
color: #499bc7;
}
.link {
color: #4d6bcc;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.link i {
font-style: italic;
}
.paginationStyle > li > a {
background-color: #f3f3f3;
}
.paginationStyle > li > a:hover {
background-color: #fff;
}
.paginationStyle > li.disabled > a {
background-color: #f3f3f3;
}
.loadding {
display: block;
text-align: center;
}
.loadImg, .loadImgBlue {
background: url(/app/Modules/Resources/Resources/assets/img/ajax-loader.gif) no-repeat 0 0;
background-size: 100%;
width: 100px;
height: 100px;
display: inline-block;
}
.loadImgBlue {
background: url(/app/Modules/Resources/Resources/assets/img/ajax-loader-blue.gif);
}
.btnLoadmore .loadImg {
background: url(/app/Modules/Resources/Resources/assets/img/ajax-loader2.gif) no-repeat 0 0;
background-size: 100%;
width: 25px;
height: 25px;
margin-right: 5px;
vertical-align: middle;
}
@media (min-width: 1200px) and (max-width: 1500px) {
.layoutFooter {
position: inherit;
bottom: auto;
left: auto;
right: auto;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.rightButtons {
margin-right: 0;
}
.editIcons {
padding-right: 10px;
}
.editIcons li {
margin: 0;
}
}
@media only screen and (max-width: 1200px) {
.rightButtons {
text-align: left;
padding-top: 10px;
}
.template-upload-button {
text-align: left;
padding-left: 15px;
}
.layoutCol {
padding-right: 20%;
}
.link {
margin-bottom: 5px;
}
.centerText, .rightText {
text-align: left;
margin-bottom: 5px;
}
.layoutFooter {
position: inherit;
bottom: auto;
left: auto;
right: auto;
}
}
@media only screen and (min-width: 992px) {
.layoutData {
padding: 20px 20px 0 0;
}
}
@media only screen and (max-width: 991px) {
.layoutData {
padding: 7px 0 0 0;
!important;
}
.template-upload-button {
padding-left: 10px;
margin-top: 44px;
!important;
}
.btn.searchBtn {
margin-left: 5px;
}
.editIcons li {
margin: 0 3px;
}
.unit-box {
margin-top: 47px;
}
.template-upload-button .btnUploadWidgets {
padding: 6px 17px 6px 11px;
}
.template-upload-button .btnUploadWidgets span.upload_module_text, .template-upload-button .btnUploadWidgets i, .listType .fa, .btnUploadWidgets {
font-size: 12px;
}
.template-upload-button .btnUploadWidgets span.upload_module_text {
margin-top: 5px;
}
.editIcons li a, .editIcons li button, .btn.searchBtn, .btnGridView, .btnListView {
font-size: 15px;
width: 27px;
height: 27px;
padding: 0;
line-height: 28px;
}
.editIcons {
background-color: transparent;
border-left: solid 1px transparent;
}
}
@media only screen and (max-width: 768px) {
.layoutImg {
float: none;
width: 100%;
}
.row.layoutFooter {
margin: 0 -10px;
}
.template-upload-button .rightButtons {
display: block;
margin-bottom: 10px;
}
}
#components-list li.active .tpl-left-items {
color: #fff;
!important;
} | vendor/btybug/resources/src/Resources/assets/css/new-store.css | body, #page-wrapper {
background: #e2e2e2;
}
.topheader {
background: #303034;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.37);
}
.middle-wrapper {
padding: 25px;
}
.row > .cms_module_list {
padding: 0;
}
.cms_module_list {
background: #f0f0f0;
border: 1px solid #c6c6c6;
color: #4d4848;
border-radius: 5px;
margin-bottom: 15px;
}
.cms_module_list h3.menuText {
color: #4d4848;
margin: 13px 0px 0;
padding: 0 12px;
box-sizing: border-box;
font-weight: bold;
clear: both;
display: inline-block;
width: 100%;
}
.cms_module_list hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid #cecece;
}
.cms_module_list .menuList {
padding-left: 12px;
padding-right: 12px;
}
.cms_module_list .menuList li {
display: block;
width: 100%;
background-color: #fafafa;
height: auto;
border-radius: 0px;
margin: 0;
margin-bottom: 6px;
padding: 6px 15px;
text-align: left;
outline: solid 1px #ccc;
border-left: solid 10px #499bc7;
}
.cms_module_list .menuList li a {
color: #4d4848;
font-size: 16px;
}
.module_icon {
background: url('../img/module_grey_icon.png') 0 0 no-repeat;
width: 18px;
height: 15px;
margin-top: 5px;
margin-right: 20px;
float: left;
}
.module_icon_main {
background: url('../img/module_icon.png') 12px 13px no-repeat;
margin-top: 5px;
margin-right: 20px;
float: left;
background-color: #b03b4f;
width: 40px;
height: 40px;
border-radius: 50%;
}
.cms_module_list .menuList li.active {
background: #306480;
!important;
}
.cms_module_list .menuList li.active > a {
color: #fff;
!important;
}
.cms_module_list .menuList li.active .module_icon {
background: url('../img/module_icon.png') 0px 0px no-repeat;
}
.cms_module_list .menuList li.active span.module_icon_text, .cms_module_list .menuList li.active a {
color: #fff;
!important;
}
.module_upload_icon {
float: left;
font-size: 18px;
color: #fff;
line-height: 29px;
margin-right: 8px;
}
.upload_module, .upload_module:hover, .upload_module:active, .upload_module:focus {
outline: none;
background: #fff;
border: 1px solid #cecece;
border-radius: 4px;
color: #4d4848;
font-size: 16px;
padding: 10px 20px;
}
.upload_module .fa-cloud-download {
font-size: 20px;
color: #548eb2;
}
.upload_module_text, .module_icon_text, .module_icon_main_text {
margin-top: 3px;
float: left;
font-weight: 600;
color: #4d4848;
}
span.module_icon_text {
font-weight: normal;
color: #4d4848;
font-size: 16px;
}
.module_icon_main_text {
margin-top: 11px;
}
.cms_module_list .menuList li[general-type="content"] {
width: 87%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/***** for view module ************/
.module_detail {
background: #fff;
border: 1px solid #c6c6c6;
border-radius: 3px 3px 0 0px;
}
.module_detail div {
margin: 10px 0px;
}
.module_detail_link {
background: #f3f3f3;
border: 1px solid #c6c6c6;
border-radius: 0 0px 3px 3px;
border-top: 0;
}
.module_detail .module-title {
font-size: 17px;
color: #e8531f;
font-weight: bold;
}
.module_author_detail {
font-size: 13px;
color: #575757;
text-align: right;
}
.module_detail_author_link {
font-style: italic;
}
.module_detail_link i.fa {
color: #a6a6a6;
}
.module_tab li {
}
.module_tab.nav-tabs li a {
border: 1px solid #c6c6c6;
background: #fafafa;
color: #575757;
border-radius: 0;
margin-right: 0;
}
.module_tab.nav-tabs > li.active > a,
.module_tab.nav-tabs > li.active > a:focus,
.module_tab.nav-tabs > li.active > a:hover,
.module_tab.nav-tabs > li a:hover {
border: 1px solid #c6c6c6;
border-bottom: 4px solid #5e95b7;
background: #fff;
color: #575757;
}
.module_tab.nav-tabs li:first-child a,
.module_tab.nav-tabs li:first-child a:hover,
.module_tab.nav-tabs li:first-child.active > a:hover,
.module_tab.nav-tabs li:first-child.active > a:focus {
border-right: 0;
}
.addons {
border: 1px solid #c6c6c6;
border-radius: 3px;
background: #ffffff;
}
.addons .addons-header {
background: #fafafa;
border-radius: 3px 3px 0 0;
border-bottom: 1px solid #c6c6c6;
}
.addons .addons-header .addons-title {
font-weight: bold;
}
.addons-link {
font-style: italic;
}
.addons-author-detail {
color: #cbcbcb;
}
.settings {
background: #7a9f75;
border: none;
color: #fff;
}
.deactivate {
background: #5f8490;
border: none;
color: #fff;
}
.delete {
background: #b05858;
border: none;
color: #fff;
}
.addons-settings {
background: #7a9f75;
border: none;
color: #fff;
}
.addons-deactivate {
background: #5f8490;
border: none;
color: #fff;
}
.addons-delete {
background: #b05858;
border: none;
color: #fff;
}
.addons-settings, .addons-deactivate, .addons-delete {
padding: 5px 3px 5px 7px;
border-radius: 50%;
}
.addons-delete {
padding-right: 9px;
padding-left: 9px;
padding-bottom: 6px;
}
.addons-settings:hover, .addons-deactivate:hover, .addons-delete:hover {
color: #fff;
text-decoration: none;
}
.round_red {
background: #d93838;
color: #fff;
padding: 6px 7px 6px 7px;
border-radius: 50%;
}
.topRow img {
width: 100%;
height: auto !important;
}
.template-search {
background: #f0f0f0;
border-radius: 4px;
border: 1px solid #cecece;
}
.template-search-box {
}
.templates-list {
margin-left: -15px;
margin-right: -15px;
}
.templates-list .templates {
background: #fff;
border: 1px solid #ccc;
}
.template-upload-button {
border-radius: 0 3px 3px 0;
text-align: right
}
.template-upload-button .btnUploadWidgets {
background: #ac4040;
margin: 0 !important;
height: 54px;
padding: 6px 22px;
border-radius: 0;
}
.template-upload-button .btnUploadWidgets span.upload_module_text {
font-size: 15px;
color: #ffffff;
}
.templates-title .fa {
background: #5f8490;
border: none;
color: #fff;
padding: 7px 8px;
border-radius: 50%;
}
.author-icon {
color: #a6a6a6;
margin-right: 5px;
font-size: 15px;
}
.tempalte_icon {
width: 42px;
position: absolute;
top: 11px;
right: 0;
}
.control-label {
color: #656565;
margin-right: 7px;
margin-left: 10px;
}
.control-label .fa {
margin-left: 9px;
margin-right: 5px;
}
.tempalte_icon .addons-settings, .tempalte_icon .addons-deactivate, .tempalte_icon .addons-delete {
padding: 6px 7px 6px 7px;
margin-right: 0 !important;
}
.tempalte_icon div {
margin-top: 10px;
}
.menuBox {
padding: 12px 50px 0 12px;
}
.menuBox .btn-group {
margin-bottom: 0;
}
.addBtn {
position: absolute;
top: 12px;
right: 12px;
}
.selectCat {
padding-right: 4px;
}
.selectCatMenu {
background-color: #fff;
color: #656565;
position: relative;
border: solid 1px #cccccc;
}
.selectCatMenu .caret {
right: 8px !important;
}
.selectCatMenu .caret:before {
content: '';
display: inline-block;
width: 1px;
height: 34px;
background-color: #cfcfcf;
position: absolute;
top: -19px;
bottom: 0;
right: 10px;
}
.rightButtons {
margin-right: 13px;
text-align: right;
display: inline-block
}
.btn.searchBtn {
margin-left: 6px;
color: #9a9ca1;
font-size: 20px;
width: 34px;
height: 33px;
box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.14);
padding: 0;
line-height: 33px;
}
.editIcons {
background-color: #fff;
border-left: solid 1px #ddd;
padding: 10px 15px 10px 10px;
margin-bottom: 0;
display: inline-block;
}
.editIcons li {
display: inline-block;
margin: 0 5px;
}
.editIcons li a {
font-size: 21px;
width: 34px;
height: 33px;
padding: 0;
line-height: 33px;
vertical-align: middle;
border: solid 1px #d2d3d5;
box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.14);
}
.editIcons li a.trashBtn .fa {
color: #d93838;
}
.editIcons li a.copyBtn .fa {
color: #4eab69;
}
.editIcons li a.editBtn .fa {
color: #499bc7;
}
.editIcons li a:hover {
box-shadow: inset 2px 2px 4px 0 rgba(1, 1, 1, 0.10);
}
.listType .btn {
background-color: #efefef;
color: #9a9ca1;
border: solid 1px #cccccc;
box-shadow: inset 0 2px 4px 0 rgba(1, 1, 1, 0.10);
}
.listType .btn.active {
background-color: #fff;
color: #499bc7;
box-shadow: none;
}
.listType .fa {
font-size: 20px;
vertical-align: middle
}
.tpl-list .templates {
border: none;
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.37);
border-radius: 2px;
overflow: hidden;
}
.tpl-list .templates:hover {
color: #ffffff;
box-shadow: 0 0 0 2px #499bc7, 2px 2px 3px 2px rgba(0, 0, 0, 0.37), -1px -1px 3px 1px rgba(0, 0, 0, 0.37);
}
.tpl-list .templates:hover .templates-header {
background-color: #499bc7;
}
.tempalte_icon {
display: none;
}
.tpl-list .templates:hover .tempalte_icon {
display: block !important;
}
.templates-header {
display: block;
text-align: center;
padding-top: 10px;
}
.templates-title {
padding-top: 10px;
}
.templates-buttons {
padding-bottom: 10px;
}
.col-xs-4.listView {
width: 100%;
float: none;
display: block;
}
.listView .templates {
clear: both;
height: 42px !important;
overflow: hidden
}
.listView .topRow {
float: left;
width: 25%;
}
.listView .templates-header {
float: right;
width: 75%;
text-align: left;
padding-top: 0;
}
.listView .templates-title {
width: 33.333%;
float: left;
padding: 8px 0 10px;
font-size: 16px;
border-left: solid 1px #cecece;
}
.listView .templates-buttons {
width: 63.333%;
float: left;
padding: 0;
font-size: 14px;
}
.listView .authorColumn {
width: 50%;
float: left;
background-color: #f0f0f0;
color: #3d3d3d;
padding: 10px 0;
border-left: solid 1px #cecece;
}
.listView .templates-buttons .fa {
color: #499bc7;
margin-right: 15px;
}
.listView .templates-buttons .fa.calendar-icon {
color: #4eab69;
}
.listView .dateColumn {
width: 50%;
color: #3d3d3d;
padding: 10px 0;
border-left: solid 1px #cecece;
float: left;
}
.tpl-list .listView .templates:hover .templates-header {
background-color: inherit;
color: #3d3d3d;
}
.layout {
background-color: #ffffff;
border: solid 1px #c6c6c6;
margin: 0 -10px 11px;
position: relative;
font-size: 15px;
color: #817f7f;
line-height: 18px;
}
.layoutCol {
padding-right: 50%;
}
.layoutImg {
border: solid 1px #c6c6c6;
float: left;
}
.layoutData {
height: 100%;
overflow: hidden;
min-height: 174px;
position: relative;
}
.layoutData h4 {
font-size: 17px;
color: #e8531f;
}
.iconDel {
font-size: 22px;
background-color: #ac4040;
color: #ffffff;
padding: 11px 14px 10px;
position: absolute;
top: 0;
right: 12px;
}
.iconDel:hover {
color: #ffffff;
opacity: 0.8
}
.row.layoutFooter {
margin: 0;
}
.layoutFooter {
background-color: #f3f3f3;
padding: 7px 10px 4px;
border-top: solid 1px #c6c6c6;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.centerText {
text-align: center;
}
.rightText {
text-align: right;
}
.iconRefresh {
background-color: #d93838;
color: #ffffff;
width: 22px;
height: 22px;
display: inline-block;
text-align: center;
border-radius: 100%;
line-height: 22px;
margin-right: 5px;
}
.fa-user {
margin-right: 5px;
color: #499bc7;
}
.link {
color: #4d6bcc;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.link i {
font-style: italic;
}
.paginationStyle > li > a {
background-color: #f3f3f3;
}
.paginationStyle > li > a:hover {
background-color: #fff;
}
.paginationStyle > li.disabled > a {
background-color: #f3f3f3;
}
.loadding {
display: block;
text-align: center;
}
.loadImg, .loadImgBlue {
background: url(/app/Modules/Resources/Resources/assets/img/ajax-loader.gif) no-repeat 0 0;
background-size: 100%;
width: 100px;
height: 100px;
display: inline-block;
}
.loadImgBlue {
background: url(/app/Modules/Resources/Resources/assets/img/ajax-loader-blue.gif);
}
.btnLoadmore .loadImg {
background: url(/app/Modules/Resources/Resources/assets/img/ajax-loader2.gif) no-repeat 0 0;
background-size: 100%;
width: 25px;
height: 25px;
margin-right: 5px;
vertical-align: middle;
}
@media (min-width: 1200px) and (max-width: 1500px) {
.layoutFooter {
position: inherit;
bottom: auto;
left: auto;
right: auto;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.rightButtons {
margin-right: 0;
}
.editIcons {
padding-right: 10px;
}
.editIcons li {
margin: 0;
}
}
@media only screen and (max-width: 1200px) {
.rightButtons {
text-align: left;
padding-top: 10px;
}
.template-upload-button {
text-align: left;
padding-left: 15px;
}
.layoutCol {
padding-right: 20%;
}
.link {
margin-bottom: 5px;
}
.centerText, .rightText {
text-align: left;
margin-bottom: 5px;
}
.layoutFooter {
position: inherit;
bottom: auto;
left: auto;
right: auto;
}
}
@media only screen and (min-width: 992px) {
.layoutData {
padding: 20px 20px 0 0;
}
}
@media only screen and (max-width: 991px) {
.layoutData {
padding: 7px 0 0 0;
!important;
}
.template-upload-button {
padding-left: 10px;
margin-top: 44px;
!important;
}
.btn.searchBtn {
margin-left: 5px;
}
.editIcons li {
margin: 0 3px;
}
.unit-box {
margin-top: 47px;
}
.template-upload-button .btnUploadWidgets {
padding: 6px 17px 6px 11px;
}
.template-upload-button .btnUploadWidgets span.upload_module_text, .template-upload-button .btnUploadWidgets i, .listType .fa, .btnUploadWidgets {
font-size: 12px;
}
.template-upload-button .btnUploadWidgets span.upload_module_text {
margin-top: 5px;
}
.editIcons li a, .editIcons li button, .btn.searchBtn, .btnGridView, .btnListView {
font-size: 15px;
width: 27px;
height: 27px;
padding: 0;
line-height: 28px;
}
.editIcons {
background-color: transparent;
border-left: solid 1px transparent;
}
}
@media only screen and (max-width: 768px) {
.layoutImg {
float: none;
width: 100%;
}
.row.layoutFooter {
margin: 0 -10px;
}
.template-upload-button .rightButtons {
display: block;
margin-bottom: 10px;
}
}
#components-list li.active .tpl-left-items {
color: #fff;
!important;
} | 0.263884 | 0.102439 |
@charset "utf-8";
/*
安装页 css
*/
* { padding: 0; margin: 0; box-sizing: border-box; }
body { padding: 0; margin: 0; font-family: "Microsoft YaHei", STHeiti, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Heiti SC", NSimSun, SimSun, Arial, Helvetica, sans-serif; background: #FFFFFF; color: #444444; font-size: 14px; line-height: 1.5 }
.setup { width: 1000px; height: 400px; padding: 60px 0 0 0; margin: 0 auto; }
font[color='#3D69AA'] { background: #3D69AA; }
#ddleft { float: left; width: 340px; height: 400px; font-size: 1em; margin-right: 20px; }
#ddright { float: left; width: 600px; height: 400px; }
input,select{border:1px solid #999;line-height: 1.5em;border-radius:2px;}
input[type="text"],
input[type="password"] { padding: 3px 5px; }
input[readonly] { background: #eee; border: 1px solid #ccc; }
input[type="submit"],button,
input[type="button"] { color: #FFFFFF; font-size: 1.1em; height: 1.8em; padding: 0.15em 2em 0.20em 2em;margin: 0.2em 0.5em; background: #3a6ea5; border: 1px solid #3a6ea5; cursor: pointer; }
input[type="submit"]:hover,input[type="button"]:hover,button:hover{background: #3399cc;border: 1px solid #3399cc;}
input[disabled], input[disabled]:hover{ background: #eee; color: #999; border: 1px solid #ddd; }
#title { color: #3d69aa; border-bottom: 1px solid #3d69aa; font-size: 1.5em; font-weight: bolder; padding-bottom: 5px; margin-bottom: 5px; }
.title { color: #3d69aa; border-bottom: 1px solid #fff; font-size: 1.2em; font-weight: bolder; padding-top: 10px; }
#content { padding: 15px 0 }
#bottom { text-align: right; padding: 5px 0 20px 0; }
textarea { height: 360px; width: 600px; border: none; }
#ddleft div { }
#ddleft div img { width: 175px; height: 100px; }
#ddleft div strong { width: 115px; vertical-align: top; line-height: 120px; height: 120px; font-size: 1.5em; color: #666; }
#ddleft #headerimg { width: 100%; margin-top: 80px; }
#ddleft b { color: #3d69aa; }
#ddleft span { border: 1px solid gray; padding-bottom: 1px\9; }
p { line-height: 2.5em; clear: both; }
#content b { font-weight: blod; width: 120px; float: left; }
#content small { font-size: 0.9em; }
label { cursor: pointer; }
textarea{padding:0.5em;box-shadow:0 0 0.5em rgba(0,0,0,0.2);}
/*表 格*/
table { border-collapse: collapse; background: #ffffff; line-height: 120%;box-shadow:0 0 0.5em rgba(0,0,0,0.2); }
td,
th { border-right: 1px solid #efefef; margin: 0; padding: 5px 5px; vertical-align: middle; }
td:last-child{border-right:none;}
th:last-child{border-right:none;}
.table_hover > tbody > tr > td:hover,
.table_hover > tbody > tr > th:hover,
.table_hover > tbody > tr:hover > td,
.table_hover > tbody > tr:hover > th {
background-color: #ffffdd;
}
.table_striped > tbody > tr:nth-of-type(odd) {
background-color: #F4F4F4;
}
.table_striped > thead > tr {
background-color: #ededed;
}
.bingo,
.error { display: inline-block; width: 16px; height: 16px; }
.bingo:before { color: green; content: "\ea62";font-family: 'zblog'!important; }
.error:before { color: red; content: "\ed79";font-family: 'zblog'!important; }
/*进 度 条*/
.left { float: left; margin: 12px 0; }
.ui-progressbar { width: 256px; height: 18px; }
.ui-widget-header { background: #3d69aa; }
table.table_hover > tbody > tr > td:hover,
table.table_hover > tbody > tr > th:hover,
table.table_hover > tbody > tr:hover > td,
table.table_hover > tbody > tr:hover > th {background-color: #ffffdd;}
table.table_striped > tbody > tr:nth-of-type(odd) {background-color: #F4F4F4;}
.blodcolor{color:#1d4c7d}.normalcolor{color:#3a6ea5}.lightcolor{color:#b0cdee}.highcolor{color:#3399cc}.anticolor{color:#d60000}
.bg-blodcolor{background-color:#1d4c7d}.bg-normalcolor{background-color:#3a6ea5}.bg-lightcolor{background-color:#b0cdee}.bg-highcolor{background-color:#3399cc}.bg-anticolor{background-color:#d60000} | zb_system/css/admin3.css | @charset "utf-8";
/*
安装页 css
*/
* { padding: 0; margin: 0; box-sizing: border-box; }
body { padding: 0; margin: 0; font-family: "Microsoft YaHei", STHeiti, "Hiragino Sans GB", "WenQuanYi Micro Hei", "Heiti SC", NSimSun, SimSun, Arial, Helvetica, sans-serif; background: #FFFFFF; color: #444444; font-size: 14px; line-height: 1.5 }
.setup { width: 1000px; height: 400px; padding: 60px 0 0 0; margin: 0 auto; }
font[color='#3D69AA'] { background: #3D69AA; }
#ddleft { float: left; width: 340px; height: 400px; font-size: 1em; margin-right: 20px; }
#ddright { float: left; width: 600px; height: 400px; }
input,select{border:1px solid #999;line-height: 1.5em;border-radius:2px;}
input[type="text"],
input[type="password"] { padding: 3px 5px; }
input[readonly] { background: #eee; border: 1px solid #ccc; }
input[type="submit"],button,
input[type="button"] { color: #FFFFFF; font-size: 1.1em; height: 1.8em; padding: 0.15em 2em 0.20em 2em;margin: 0.2em 0.5em; background: #3a6ea5; border: 1px solid #3a6ea5; cursor: pointer; }
input[type="submit"]:hover,input[type="button"]:hover,button:hover{background: #3399cc;border: 1px solid #3399cc;}
input[disabled], input[disabled]:hover{ background: #eee; color: #999; border: 1px solid #ddd; }
#title { color: #3d69aa; border-bottom: 1px solid #3d69aa; font-size: 1.5em; font-weight: bolder; padding-bottom: 5px; margin-bottom: 5px; }
.title { color: #3d69aa; border-bottom: 1px solid #fff; font-size: 1.2em; font-weight: bolder; padding-top: 10px; }
#content { padding: 15px 0 }
#bottom { text-align: right; padding: 5px 0 20px 0; }
textarea { height: 360px; width: 600px; border: none; }
#ddleft div { }
#ddleft div img { width: 175px; height: 100px; }
#ddleft div strong { width: 115px; vertical-align: top; line-height: 120px; height: 120px; font-size: 1.5em; color: #666; }
#ddleft #headerimg { width: 100%; margin-top: 80px; }
#ddleft b { color: #3d69aa; }
#ddleft span { border: 1px solid gray; padding-bottom: 1px\9; }
p { line-height: 2.5em; clear: both; }
#content b { font-weight: blod; width: 120px; float: left; }
#content small { font-size: 0.9em; }
label { cursor: pointer; }
textarea{padding:0.5em;box-shadow:0 0 0.5em rgba(0,0,0,0.2);}
/*表 格*/
table { border-collapse: collapse; background: #ffffff; line-height: 120%;box-shadow:0 0 0.5em rgba(0,0,0,0.2); }
td,
th { border-right: 1px solid #efefef; margin: 0; padding: 5px 5px; vertical-align: middle; }
td:last-child{border-right:none;}
th:last-child{border-right:none;}
.table_hover > tbody > tr > td:hover,
.table_hover > tbody > tr > th:hover,
.table_hover > tbody > tr:hover > td,
.table_hover > tbody > tr:hover > th {
background-color: #ffffdd;
}
.table_striped > tbody > tr:nth-of-type(odd) {
background-color: #F4F4F4;
}
.table_striped > thead > tr {
background-color: #ededed;
}
.bingo,
.error { display: inline-block; width: 16px; height: 16px; }
.bingo:before { color: green; content: "\ea62";font-family: 'zblog'!important; }
.error:before { color: red; content: "\ed79";font-family: 'zblog'!important; }
/*进 度 条*/
.left { float: left; margin: 12px 0; }
.ui-progressbar { width: 256px; height: 18px; }
.ui-widget-header { background: #3d69aa; }
table.table_hover > tbody > tr > td:hover,
table.table_hover > tbody > tr > th:hover,
table.table_hover > tbody > tr:hover > td,
table.table_hover > tbody > tr:hover > th {background-color: #ffffdd;}
table.table_striped > tbody > tr:nth-of-type(odd) {background-color: #F4F4F4;}
.blodcolor{color:#1d4c7d}.normalcolor{color:#3a6ea5}.lightcolor{color:#b0cdee}.highcolor{color:#3399cc}.anticolor{color:#d60000}
.bg-blodcolor{background-color:#1d4c7d}.bg-normalcolor{background-color:#3a6ea5}.bg-lightcolor{background-color:#b0cdee}.bg-highcolor{background-color:#3399cc}.bg-anticolor{background-color:#d60000} | 0.358578 | 0.196826 |
@import url(https://fonts.googleapis.com/css?family=Finger+Paint);
/* line 5, ../sass/style.scss */
body {
background: black;
overflow: hidden;
font: 5vw/100vh "Finger Paint";
text-align: center;
color: transparent;
backface-visibility: hidden;
}
/* line 14, ../sass/style.scss */
span {
display: inline-block;
text-shadow: 0 0 0 whitesmoke;
animation: smoky 5s 3s both;
}
/* line 20, ../sass/style.scss */
span:nth-child(even) {
animation-name: smoky-mirror;
}
@keyframes smoky {
60% {
text-shadow: 0 0 40px whitesmoke;
}
to {
transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
text-shadow: 0 0 20px whitesmoke;
opacity: 0;
}
}
@keyframes smoky-mirror {
60% {
text-shadow: 0 0 40px whitesmoke;
}
to {
transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
text-shadow: 0 0 20px whitesmoke;
opacity: 0;
}
}
/* line 54, ../sass/style.scss */
span:nth-of-type(1) {
animation-delay: 3.1s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(2) {
animation-delay: 3.2s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(3) {
animation-delay: 3.3s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(4) {
animation-delay: 3.4s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(5) {
animation-delay: 3.5s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(6) {
animation-delay: 3.6s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(7) {
animation-delay: 3.7s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(8) {
animation-delay: 3.8s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(9) {
animation-delay: 3.9s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(10) {
animation-delay: 4s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(11) {
animation-delay: 4.1s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(12) {
animation-delay: 4.2s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(13) {
animation-delay: 4.3s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(14) {
animation-delay: 4.4s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(15) {
animation-delay: 4.5s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(16) {
animation-delay: 4.6s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(17) {
animation-delay: 4.7s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(18) {
animation-delay: 4.8s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(19) {
animation-delay: 4.9s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(20) {
animation-delay: 5s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(21) {
animation-delay: 5.1s;
} | image-master/image24/stylesheets/style.css | @import url(https://fonts.googleapis.com/css?family=Finger+Paint);
/* line 5, ../sass/style.scss */
body {
background: black;
overflow: hidden;
font: 5vw/100vh "Finger Paint";
text-align: center;
color: transparent;
backface-visibility: hidden;
}
/* line 14, ../sass/style.scss */
span {
display: inline-block;
text-shadow: 0 0 0 whitesmoke;
animation: smoky 5s 3s both;
}
/* line 20, ../sass/style.scss */
span:nth-child(even) {
animation-name: smoky-mirror;
}
@keyframes smoky {
60% {
text-shadow: 0 0 40px whitesmoke;
}
to {
transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
text-shadow: 0 0 20px whitesmoke;
opacity: 0;
}
}
@keyframes smoky-mirror {
60% {
text-shadow: 0 0 40px whitesmoke;
}
to {
transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
text-shadow: 0 0 20px whitesmoke;
opacity: 0;
}
}
/* line 54, ../sass/style.scss */
span:nth-of-type(1) {
animation-delay: 3.1s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(2) {
animation-delay: 3.2s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(3) {
animation-delay: 3.3s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(4) {
animation-delay: 3.4s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(5) {
animation-delay: 3.5s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(6) {
animation-delay: 3.6s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(7) {
animation-delay: 3.7s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(8) {
animation-delay: 3.8s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(9) {
animation-delay: 3.9s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(10) {
animation-delay: 4s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(11) {
animation-delay: 4.1s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(12) {
animation-delay: 4.2s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(13) {
animation-delay: 4.3s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(14) {
animation-delay: 4.4s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(15) {
animation-delay: 4.5s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(16) {
animation-delay: 4.6s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(17) {
animation-delay: 4.7s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(18) {
animation-delay: 4.8s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(19) {
animation-delay: 4.9s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(20) {
animation-delay: 5s;
}
/* line 54, ../sass/style.scss */
span:nth-of-type(21) {
animation-delay: 5.1s;
} | 0.338733 | 0.112113 |
* {
margin: 0;
padding: 0;
}
html, body {
background: #f0f0f0;
font-family: sans-serif;
font-size: 14px;
}
a:link { color: DodgerBlue; text-decoration: none; }
a:visited { color: DodgerBlue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }
a:active { color: blue; text-decoration: none; }
.title {
background: SteelBlue;
padding: 8px;
color: White;
font-size: 20px;
}
.panel {
margin: 8px;
padding: 8px;
border: solid;
border-color: LightGray;
border-width: 1px;
border-radius: 8px;
background: White;
}
.panel .field {
margin-right: 4px;
font-weight: bold;
}
.panel #datasets {
padding: 2px;
margin-right: 12px;
}
.panel #minSteps {
padding: 2px;
width: 40px;
margin-right: 12px;
}
.panel #btnLoad {
padding: 2px;
width: 60px;
margin-right: 12px;
}
.panel #colorKeys {
padding: 2px;
margin-right: 12px;
}
#chart-container {
width: 90%;
}
.footer {
color: gray;
padding: 8px;
text-align: center;
}
.drop {
cursor: pointer;
}
.continuation-line {
stroke-width: 8px;
stroke-opacity: 0.75;
stroke-linecap: "butt";
}
.split-event-line {
stroke: lightgray;
stroke-width: 6px;
stroke-opacity: 0.85;
stroke-linecap: "butt";
}
.merge-event-line {
stroke: lightgray;
stroke-width: 6px;
stroke-opacity: 0.85;
stroke-linecap: "butt";
}
.growth-event-line {
stroke: limegreen;
stroke-width: 2px;
stroke-opacity: 0.85;
}
.reduction-event-line {
stroke: lightcoral;
stroke-width: 2px;
stroke-opacity: 0.85;
}
.tooltip {
position: absolute;
background: #fff;
border: 3px solid #e7e7e7;
border-radius: 1rem;
padding: .5rem 1rem;
width: 20rem;
line-height: 1.4rem;
}
.tooltip .attribute {
font-size: 18px;
font-weight: bold;
}
.tooltip::before {
content: '';
display: block;
position: absolute;
top: -.65rem;
width: 1rem;
height: 1rem;
background: #fff;
border: 3px solid #e7e7e7;
border-width: 3px 0 0 3px;
transform: rotate(45deg);
z-index: 1;
}
.tooltip.left::before {
left: 1.65rem;
}
.tooltip.right::before {
right: 1.65rem;
}
.tooltip .community {
position: relative;
z-index: 2;
align-items: center;
}
.tooltip p {
font-size: .9rem;
color: #777;
} | public/css/app.css | * {
margin: 0;
padding: 0;
}
html, body {
background: #f0f0f0;
font-family: sans-serif;
font-size: 14px;
}
a:link { color: DodgerBlue; text-decoration: none; }
a:visited { color: DodgerBlue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }
a:active { color: blue; text-decoration: none; }
.title {
background: SteelBlue;
padding: 8px;
color: White;
font-size: 20px;
}
.panel {
margin: 8px;
padding: 8px;
border: solid;
border-color: LightGray;
border-width: 1px;
border-radius: 8px;
background: White;
}
.panel .field {
margin-right: 4px;
font-weight: bold;
}
.panel #datasets {
padding: 2px;
margin-right: 12px;
}
.panel #minSteps {
padding: 2px;
width: 40px;
margin-right: 12px;
}
.panel #btnLoad {
padding: 2px;
width: 60px;
margin-right: 12px;
}
.panel #colorKeys {
padding: 2px;
margin-right: 12px;
}
#chart-container {
width: 90%;
}
.footer {
color: gray;
padding: 8px;
text-align: center;
}
.drop {
cursor: pointer;
}
.continuation-line {
stroke-width: 8px;
stroke-opacity: 0.75;
stroke-linecap: "butt";
}
.split-event-line {
stroke: lightgray;
stroke-width: 6px;
stroke-opacity: 0.85;
stroke-linecap: "butt";
}
.merge-event-line {
stroke: lightgray;
stroke-width: 6px;
stroke-opacity: 0.85;
stroke-linecap: "butt";
}
.growth-event-line {
stroke: limegreen;
stroke-width: 2px;
stroke-opacity: 0.85;
}
.reduction-event-line {
stroke: lightcoral;
stroke-width: 2px;
stroke-opacity: 0.85;
}
.tooltip {
position: absolute;
background: #fff;
border: 3px solid #e7e7e7;
border-radius: 1rem;
padding: .5rem 1rem;
width: 20rem;
line-height: 1.4rem;
}
.tooltip .attribute {
font-size: 18px;
font-weight: bold;
}
.tooltip::before {
content: '';
display: block;
position: absolute;
top: -.65rem;
width: 1rem;
height: 1rem;
background: #fff;
border: 3px solid #e7e7e7;
border-width: 3px 0 0 3px;
transform: rotate(45deg);
z-index: 1;
}
.tooltip.left::before {
left: 1.65rem;
}
.tooltip.right::before {
right: 1.65rem;
}
.tooltip .community {
position: relative;
z-index: 2;
align-items: center;
}
.tooltip p {
font-size: .9rem;
color: #777;
} | 0.563498 | 0.097176 |
body.pages {
wrapper {
margin: 0 auto;
max-width: 1200px;
display: flex;
}
}
body.pages main.home {
header.main {
background-color: $color-primary;
background-image: radial-gradient(circle at 50% top, color(color($color-primary l(40%)) a(0.6)) 0%, color($color-primary a(0)) 75%);
background-repeat: no-repeat;
background-size: 100% 1000px;
wrapper {
flex-direction: column;
}
nav.menu {
margin: 0 25px;
height: 80px;
display: flex;
align-items: center;
a.logo {
color: color(white a(0.7));
display: flex;
position: relative;
&:after {
background-color: color(white a(0.1));
bottom: -10px;
content: "";
height: 2px;
left: -10px;
position: absolute;
right: -10px;
}
svg {
height: 28px;
}
}
ul {
align-items: center;
display: flex;
margin-left: auto;
li {
margin-left: 30px;
a {
color: color(white a(0.8));
font-size: 15px;
font-weight: 500;
position: relative;
transition: color .1s;
&.active, &:hover {
color: white;
}
&.active:after {
border-bottom: 2px solid white;
content: "";
bottom: -6px;
left: 0;
position: absolute;
right: 0;
}
}
}
}
}
div.intro {
align-items: center;
display: flex;
flex-direction: column;
margin: 40px 0 80px;
h1, h2 {
text-align: center;
color: white;
}
h1 {
font-size: 42px;
margin-bottom: 20px;
}
h2 {
font-size: 18px;
font-weight: 500;
color: color(white a(0.8));
}
a.signup {
transition: color .1s, border-color .1s;
border-radius: 3px;
border: 2px solid color(white a(0.7));
color: color(white a(0.8));
font-size: 14px;
font-weight: 500;
margin-top: 70px;
padding: 10px;
text-transform: uppercase;
&:hover {
color: white;
border-color: white;
}
}
}
}
h3 {
color: $color-primary;
font-size: 36px;
font-weight: 300;
margin-bottom: 40px;
text-align: center;
}
section.features {
display: flex;
margin: 80px auto;
max-width: 1000px;
div.feature {
flex: 1;
margin: 0 20px;
h4 {
color: $color-primary;
font-size: 25px;
font-weight: 400;
margin-bottom: 20px;
}
p {
color: color(black l(30%));
font-size: 17px;
line-height: 1.65;
}
}
}
section.video {
margin: 80px auto;
max-width: 800px;
figure.video {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
section.source {
background-color: color(black l(30));
padding: 80px 0;
& > wrapper {
flex-direction: column;
max-width: 800px;
}
h3, p, a {
color: color(white l(-10));
}
p {
font-size: 17px;
line-height: 1.65;
margin: 0;
text-align: center;
}
a {
text-decoration: underline;
&:hover {
color: white;
}
}
}
footer.main {
background-color: color(white b(7%));
wrapper {
align-items: center;
height: 50px;
justify-content: flex-start;
max-width: 800px;
}
p, a {
color: color(black l(50));
font-size: 12px;
font-weight: 500;
}
p {
margin: 0;
}
a {
text-decoration: underline;
&:hover {
color: color(black l(30));
}
}
}
}
body.thanks {
@mixin size 100%, 100%;
background-color: color(white b(5%));
display: flex;
main {
align-items: center;
display: flex;
flex-direction: column;
margin: auto;
max-width: 500px;
padding: 40px 0;
}
h1 {
font-size: 42px;
text-align: center;
}
h2 {
color: color(black l(40));
font-size: 20px;
font-weight: 400;
margin-top: 10px;
text-align: center;
}
a.button {
margin: 50px 0 100px;
}
footer {
color: color(black l(50));
a {
color: color($color-primary w(0));
&:hover {
text-decoration: underline;
}
}
}
} | public/css/_pages.css | body.pages {
wrapper {
margin: 0 auto;
max-width: 1200px;
display: flex;
}
}
body.pages main.home {
header.main {
background-color: $color-primary;
background-image: radial-gradient(circle at 50% top, color(color($color-primary l(40%)) a(0.6)) 0%, color($color-primary a(0)) 75%);
background-repeat: no-repeat;
background-size: 100% 1000px;
wrapper {
flex-direction: column;
}
nav.menu {
margin: 0 25px;
height: 80px;
display: flex;
align-items: center;
a.logo {
color: color(white a(0.7));
display: flex;
position: relative;
&:after {
background-color: color(white a(0.1));
bottom: -10px;
content: "";
height: 2px;
left: -10px;
position: absolute;
right: -10px;
}
svg {
height: 28px;
}
}
ul {
align-items: center;
display: flex;
margin-left: auto;
li {
margin-left: 30px;
a {
color: color(white a(0.8));
font-size: 15px;
font-weight: 500;
position: relative;
transition: color .1s;
&.active, &:hover {
color: white;
}
&.active:after {
border-bottom: 2px solid white;
content: "";
bottom: -6px;
left: 0;
position: absolute;
right: 0;
}
}
}
}
}
div.intro {
align-items: center;
display: flex;
flex-direction: column;
margin: 40px 0 80px;
h1, h2 {
text-align: center;
color: white;
}
h1 {
font-size: 42px;
margin-bottom: 20px;
}
h2 {
font-size: 18px;
font-weight: 500;
color: color(white a(0.8));
}
a.signup {
transition: color .1s, border-color .1s;
border-radius: 3px;
border: 2px solid color(white a(0.7));
color: color(white a(0.8));
font-size: 14px;
font-weight: 500;
margin-top: 70px;
padding: 10px;
text-transform: uppercase;
&:hover {
color: white;
border-color: white;
}
}
}
}
h3 {
color: $color-primary;
font-size: 36px;
font-weight: 300;
margin-bottom: 40px;
text-align: center;
}
section.features {
display: flex;
margin: 80px auto;
max-width: 1000px;
div.feature {
flex: 1;
margin: 0 20px;
h4 {
color: $color-primary;
font-size: 25px;
font-weight: 400;
margin-bottom: 20px;
}
p {
color: color(black l(30%));
font-size: 17px;
line-height: 1.65;
}
}
}
section.video {
margin: 80px auto;
max-width: 800px;
figure.video {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
section.source {
background-color: color(black l(30));
padding: 80px 0;
& > wrapper {
flex-direction: column;
max-width: 800px;
}
h3, p, a {
color: color(white l(-10));
}
p {
font-size: 17px;
line-height: 1.65;
margin: 0;
text-align: center;
}
a {
text-decoration: underline;
&:hover {
color: white;
}
}
}
footer.main {
background-color: color(white b(7%));
wrapper {
align-items: center;
height: 50px;
justify-content: flex-start;
max-width: 800px;
}
p, a {
color: color(black l(50));
font-size: 12px;
font-weight: 500;
}
p {
margin: 0;
}
a {
text-decoration: underline;
&:hover {
color: color(black l(30));
}
}
}
}
body.thanks {
@mixin size 100%, 100%;
background-color: color(white b(5%));
display: flex;
main {
align-items: center;
display: flex;
flex-direction: column;
margin: auto;
max-width: 500px;
padding: 40px 0;
}
h1 {
font-size: 42px;
text-align: center;
}
h2 {
color: color(black l(40));
font-size: 20px;
font-weight: 400;
margin-top: 10px;
text-align: center;
}
a.button {
margin: 50px 0 100px;
}
footer {
color: color(black l(50));
a {
color: color($color-primary w(0));
&:hover {
text-decoration: underline;
}
}
}
} | 0.681303 | 0.134151 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/*!
* Milligram v1.3.0
* https://milligram.github.io
*
* Copyright (c) 2018 <NAME>
* Licensed under the MIT license
*/
*,
*:after,
*:before {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
color: #606c76;
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 1.8em;
font-weight: 300;
letter-spacing: .01em;
line-height: 1.6;
}
blockquote {
border-left: 0.3rem solid #d1d1d1;
margin-left: 0;
margin-right: 0;
padding: 1rem 1.5rem;
}
blockquote *:last-child {
margin-bottom: 0;
}
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
background-color: #00c39b;
border: 0.1rem solid #00c39b;
border-radius: .4rem;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.1rem;
font-weight: 700;
height: 3.8rem;
letter-spacing: .1rem;
line-height: 3.8rem;
padding: 0 3.0rem;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
background-color: #4CD5B9;
border-color: #4CD5B9;
color: #fff;
outline: 0;
}
.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
cursor: default;
opacity: .5;
}
.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
background-color: #00c39b;
border-color: #00c39b;
}
.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
background-color: transparent;
color: #00c39b;
}
.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
background-color: transparent;
border-color: #4CD5B9;
color: #4CD5B9;
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
border-color: inherit;
color: #00c39b;
}
.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
background-color: transparent;
border-color: transparent;
color: #00c39b;
}
.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
background-color: transparent;
border-color: transparent;
color: #4CD5B9;
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
color: #00c39b;
}
code {
background: #f4f5f6;
border-radius: .4rem;
font-size: 86%;
margin: 0 .2rem;
padding: .2rem .5rem;
white-space: nowrap;
}
pre {
background: #f4f5f6;
border-left: 0.3rem solid #00c39b;
overflow-y: hidden;
}
pre > code {
border-radius: 0;
display: block;
padding: 1rem 1.5rem;
white-space: pre;
}
hr {
border: 0;
border-top: 0.1rem solid #f4f5f6;
margin: 3.0rem 0;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='datetime'],
input[type='datetime-local'],
input:not([type]),
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 0.1rem solid #d1d1d1;
border-radius: .4rem;
box-shadow: none;
box-sizing: inherit;
height: 3.8rem;
padding: .6rem 1.0rem;
width: 100%;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
border-color: #00c39b;
outline: 0;
}
select {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
padding-right: 3.0rem;
}
select:focus {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%2300c39b" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
textarea {
min-height: 6.5rem;
}
label,
legend {
display: block;
font-size: 1.6rem;
font-weight: 700;
margin-bottom: .5rem;
}
fieldset {
border-width: 0;
padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
display: inline;
}
.label-inline {
display: inline-block;
font-weight: normal;
margin-left: .5rem;
}
.container {
margin: 0 auto;
max-width: 112.0rem;
padding: 0 2.0rem;
position: relative;
width: 100%;
}
.row {
display: flex;
flex-direction: column;
padding: 0;
width: 100%;
}
.row.row-no-padding {
padding: 0;
}
.row.row-no-padding > .column {
padding: 0;
}
.row.row-wrap {
flex-wrap: wrap;
}
.row.row-top {
align-items: flex-start;
}
.row.row-bottom {
align-items: flex-end;
}
.row.row-center {
align-items: center;
}
.row.row-stretch {
align-items: stretch;
}
.row.row-baseline {
align-items: baseline;
}
.row .column {
display: block;
flex: 1 1 auto;
margin-left: 0;
max-width: 100%;
width: 100%;
}
.row .column.column-offset-10 {
margin-left: 10%;
}
.row .column.column-offset-20 {
margin-left: 20%;
}
.row .column.column-offset-25 {
margin-left: 25%;
}
.row .column.column-offset-33, .row .column.column-offset-34 {
margin-left: 33.3333%;
}
.row .column.column-offset-50 {
margin-left: 50%;
}
.row .column.column-offset-66, .row .column.column-offset-67 {
margin-left: 66.6666%;
}
.row .column.column-offset-75 {
margin-left: 75%;
}
.row .column.column-offset-80 {
margin-left: 80%;
}
.row .column.column-offset-90 {
margin-left: 90%;
}
.row .column.column-10 {
flex: 0 0 10%;
max-width: 10%;
}
.row .column.column-20 {
flex: 0 0 20%;
max-width: 20%;
}
.row .column.column-25 {
flex: 0 0 25%;
max-width: 25%;
}
.row .column.column-33, .row .column.column-34 {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.row .column.column-40 {
flex: 0 0 40%;
max-width: 40%;
}
.row .column.column-50 {
flex: 0 0 50%;
max-width: 50%;
}
.row .column.column-60 {
flex: 0 0 60%;
max-width: 60%;
}
.row .column.column-66, .row .column.column-67 {
flex: 0 0 66.6666%;
max-width: 66.6666%;
}
.row .column.column-75 {
flex: 0 0 75%;
max-width: 75%;
}
.row .column.column-80 {
flex: 0 0 80%;
max-width: 80%;
}
.row .column.column-90 {
flex: 0 0 90%;
max-width: 90%;
}
.row .column .column-top {
align-self: flex-start;
}
.row .column .column-bottom {
align-self: flex-end;
}
.row .column .column-center {
-ms-grid-row-align: center;
align-self: center;
}
@media (min-width: 40rem) {
.row {
flex-direction: row;
margin-left: -1.0rem;
width: calc(100% + 2.0rem);
}
.row .column {
margin-bottom: inherit;
padding: 0 1.0rem;
}
}
a {
color: #00c39b;
text-decoration: none;
}
a:focus, a:hover {
color: #606c76;
}
dl,
ol,
ul {
list-style: none;
margin-top: 0;
padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
font-size: 90%;
margin: 1.5rem 0 1.5rem 3.0rem;
}
ol {
list-style: decimal inside;
}
ul {
list-style: circle inside;
}
.button,
button,
dd,
dt,
li {
margin-bottom: 1.0rem;
}
fieldset,
input,
select,
textarea {
margin-bottom: 1.5rem;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
margin-bottom: 2.5rem;
}
table {
border-spacing: 0;
width: 100%;
}
td,
th {
border-bottom: 0.1rem solid #e1e1e1;
padding: 1.2rem 1.5rem;
text-align: left;
}
td:first-child,
th:first-child {
padding-left: 0;
}
td:last-child,
th:last-child {
padding-right: 0;
}
b,
strong {
font-weight: bold;
}
p {
margin-top: 0;
margin-bottom: 1.3rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
letter-spacing: -.1rem;
margin-bottom: 2.0rem;
margin-top: 0;
}
h1 {
font-size: 4.6rem;
line-height: 1.2;
}
h2 {
font-size: 3.6rem;
line-height: 1.25;
}
h3 {
font-size: 2.8rem;
line-height: 1.3;
}
h4 {
font-size: 2.2rem;
letter-spacing: -.08rem;
line-height: 1.35;
}
h5 {
font-size: 1.8rem;
letter-spacing: -.05rem;
line-height: 1.5;
}
h6 {
font-size: 1.6rem;
letter-spacing: 0;
line-height: 1.4;
}
img {
max-width: 100%;
}
.clearfix:after {
clear: both;
content: ' ';
display: table;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
/* Custom size */
.button-small {
font-size: 1rem;
height: 2.8rem;
line-height: 2.8rem;
padding: 0 1.5rem;
}
.tile {
width: 100%;
padding: .5rem 1.5rem;
} | default.css | /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/*!
* Milligram v1.3.0
* https://milligram.github.io
*
* Copyright (c) 2018 <NAME>
* Licensed under the MIT license
*/
*,
*:after,
*:before {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
color: #606c76;
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 1.8em;
font-weight: 300;
letter-spacing: .01em;
line-height: 1.6;
}
blockquote {
border-left: 0.3rem solid #d1d1d1;
margin-left: 0;
margin-right: 0;
padding: 1rem 1.5rem;
}
blockquote *:last-child {
margin-bottom: 0;
}
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
background-color: #00c39b;
border: 0.1rem solid #00c39b;
border-radius: .4rem;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.1rem;
font-weight: 700;
height: 3.8rem;
letter-spacing: .1rem;
line-height: 3.8rem;
padding: 0 3.0rem;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
background-color: #4CD5B9;
border-color: #4CD5B9;
color: #fff;
outline: 0;
}
.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
cursor: default;
opacity: .5;
}
.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
background-color: #00c39b;
border-color: #00c39b;
}
.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
background-color: transparent;
color: #00c39b;
}
.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
background-color: transparent;
border-color: #4CD5B9;
color: #4CD5B9;
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
border-color: inherit;
color: #00c39b;
}
.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
background-color: transparent;
border-color: transparent;
color: #00c39b;
}
.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
background-color: transparent;
border-color: transparent;
color: #4CD5B9;
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
color: #00c39b;
}
code {
background: #f4f5f6;
border-radius: .4rem;
font-size: 86%;
margin: 0 .2rem;
padding: .2rem .5rem;
white-space: nowrap;
}
pre {
background: #f4f5f6;
border-left: 0.3rem solid #00c39b;
overflow-y: hidden;
}
pre > code {
border-radius: 0;
display: block;
padding: 1rem 1.5rem;
white-space: pre;
}
hr {
border: 0;
border-top: 0.1rem solid #f4f5f6;
margin: 3.0rem 0;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='datetime'],
input[type='datetime-local'],
input:not([type]),
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
border: 0.1rem solid #d1d1d1;
border-radius: .4rem;
box-shadow: none;
box-sizing: inherit;
height: 3.8rem;
padding: .6rem 1.0rem;
width: 100%;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
border-color: #00c39b;
outline: 0;
}
select {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
padding-right: 3.0rem;
}
select:focus {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%2300c39b" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
textarea {
min-height: 6.5rem;
}
label,
legend {
display: block;
font-size: 1.6rem;
font-weight: 700;
margin-bottom: .5rem;
}
fieldset {
border-width: 0;
padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
display: inline;
}
.label-inline {
display: inline-block;
font-weight: normal;
margin-left: .5rem;
}
.container {
margin: 0 auto;
max-width: 112.0rem;
padding: 0 2.0rem;
position: relative;
width: 100%;
}
.row {
display: flex;
flex-direction: column;
padding: 0;
width: 100%;
}
.row.row-no-padding {
padding: 0;
}
.row.row-no-padding > .column {
padding: 0;
}
.row.row-wrap {
flex-wrap: wrap;
}
.row.row-top {
align-items: flex-start;
}
.row.row-bottom {
align-items: flex-end;
}
.row.row-center {
align-items: center;
}
.row.row-stretch {
align-items: stretch;
}
.row.row-baseline {
align-items: baseline;
}
.row .column {
display: block;
flex: 1 1 auto;
margin-left: 0;
max-width: 100%;
width: 100%;
}
.row .column.column-offset-10 {
margin-left: 10%;
}
.row .column.column-offset-20 {
margin-left: 20%;
}
.row .column.column-offset-25 {
margin-left: 25%;
}
.row .column.column-offset-33, .row .column.column-offset-34 {
margin-left: 33.3333%;
}
.row .column.column-offset-50 {
margin-left: 50%;
}
.row .column.column-offset-66, .row .column.column-offset-67 {
margin-left: 66.6666%;
}
.row .column.column-offset-75 {
margin-left: 75%;
}
.row .column.column-offset-80 {
margin-left: 80%;
}
.row .column.column-offset-90 {
margin-left: 90%;
}
.row .column.column-10 {
flex: 0 0 10%;
max-width: 10%;
}
.row .column.column-20 {
flex: 0 0 20%;
max-width: 20%;
}
.row .column.column-25 {
flex: 0 0 25%;
max-width: 25%;
}
.row .column.column-33, .row .column.column-34 {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.row .column.column-40 {
flex: 0 0 40%;
max-width: 40%;
}
.row .column.column-50 {
flex: 0 0 50%;
max-width: 50%;
}
.row .column.column-60 {
flex: 0 0 60%;
max-width: 60%;
}
.row .column.column-66, .row .column.column-67 {
flex: 0 0 66.6666%;
max-width: 66.6666%;
}
.row .column.column-75 {
flex: 0 0 75%;
max-width: 75%;
}
.row .column.column-80 {
flex: 0 0 80%;
max-width: 80%;
}
.row .column.column-90 {
flex: 0 0 90%;
max-width: 90%;
}
.row .column .column-top {
align-self: flex-start;
}
.row .column .column-bottom {
align-self: flex-end;
}
.row .column .column-center {
-ms-grid-row-align: center;
align-self: center;
}
@media (min-width: 40rem) {
.row {
flex-direction: row;
margin-left: -1.0rem;
width: calc(100% + 2.0rem);
}
.row .column {
margin-bottom: inherit;
padding: 0 1.0rem;
}
}
a {
color: #00c39b;
text-decoration: none;
}
a:focus, a:hover {
color: #606c76;
}
dl,
ol,
ul {
list-style: none;
margin-top: 0;
padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
font-size: 90%;
margin: 1.5rem 0 1.5rem 3.0rem;
}
ol {
list-style: decimal inside;
}
ul {
list-style: circle inside;
}
.button,
button,
dd,
dt,
li {
margin-bottom: 1.0rem;
}
fieldset,
input,
select,
textarea {
margin-bottom: 1.5rem;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
margin-bottom: 2.5rem;
}
table {
border-spacing: 0;
width: 100%;
}
td,
th {
border-bottom: 0.1rem solid #e1e1e1;
padding: 1.2rem 1.5rem;
text-align: left;
}
td:first-child,
th:first-child {
padding-left: 0;
}
td:last-child,
th:last-child {
padding-right: 0;
}
b,
strong {
font-weight: bold;
}
p {
margin-top: 0;
margin-bottom: 1.3rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
letter-spacing: -.1rem;
margin-bottom: 2.0rem;
margin-top: 0;
}
h1 {
font-size: 4.6rem;
line-height: 1.2;
}
h2 {
font-size: 3.6rem;
line-height: 1.25;
}
h3 {
font-size: 2.8rem;
line-height: 1.3;
}
h4 {
font-size: 2.2rem;
letter-spacing: -.08rem;
line-height: 1.35;
}
h5 {
font-size: 1.8rem;
letter-spacing: -.05rem;
line-height: 1.5;
}
h6 {
font-size: 1.6rem;
letter-spacing: 0;
line-height: 1.4;
}
img {
max-width: 100%;
}
.clearfix:after {
clear: both;
content: ' ';
display: table;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
/* Custom size */
.button-small {
font-size: 1rem;
height: 2.8rem;
line-height: 2.8rem;
padding: 0 1.5rem;
}
.tile {
width: 100%;
padding: .5rem 1.5rem;
} | 0.709019 | 0.165762 |
* {
padding: 0px;
margin: 0px;
font-family: "微软雅黑";
font-size: 12px;
font-style: normal
}
dd,
dl,
dt,
em,
i,
p,
textarea,
a,
div {
padding: 0px;
margin: 0px;
}
a {
text-decoration: none;
}
img {
border: 0px;
}
ul,
li {
padding: 0px;
margin: 0px;
list-style: none;
}
.fl {
float: left
}
.fr {
float: right
}
body {
margin: 0px;
padding: 0px;
color: #000;
background: #000c3b;
}
.clearfix:after,
.clearfix:before {
content: "";
display: table
}
.clearfix:after {
clear: both;
overflow: hidden
}
/*头部*/
.caption-title {
font-size: 22px;
font-family: "黑体";
color: #fff;
max-width: 900px;
margin: 0 auto;
height: 48px;
margin-top: 10px;
}
.biaoti {
line-height: 48px;
display: inline-block;
margin: 0px;
padding: 0px;
width: 276px;
text-align: center;
font-size: 28px;
}
.data-box1 {
border: 2px solid #032d60;
-webkit-box-shadow: #07417a 0 0 10px;
-moz-box-shadow: #07417a 0 0 10px;
box-shadow: inset 0 0 30px #07417a;
position: relative
}
.zhenwen {
width: 96%;
margin: 0 auto;
overflow: hidden;
padding-top: 30px;
}
.left_zs {
width: 30%;
}
.left_tb {
width: 95%
}
.mtop40 {
margin-top: 40px;
}
.h30 {
height: 40px;
}
.right_zs {
width: 40%;
}
.right_tb {
width: 95%;
float: right
}
/*四个角*/
.topL {
width: 20px;
height: 20px;
border-top-width: 2px;
border-top-color: #26c6f0;
border-top-style: solid;
border-left-width: 2px;
border-left-color: #26c6f0;
border-left-style: solid;
position: absolute;
top: -2px;
left: -2px
}
.topR {
width: 20px;
height: 20px;
border-top-width: 2px;
border-top-color: #26c6f0;
border-top-style: solid;
border-right-width: 2px;
border-right-color: #26c6f0;
border-right-style: solid;
position: absolute;
top: -2px;
right: -2px
}
.bottomL {
width: 20px;
height: 20px;
border-bottom-width: 2px;
border-bottom-color: #26c6f0;
border-bottom-style: solid;
border-left-width: 2px;
border-left-color: #26c6f0;
border-left-style: solid;
position: absolute;
bottom: -2px;
left: -2px
}
.bottomR {
width: 20px;
height: 20px;
border-bottom-width: 2px;
border-bottom-color: #26c6f0;
border-bottom-style: solid;
border-right-width: 2px;
border-right-color: #26c6f0;
border-right-style: solid;
position: absolute;
bottom: -2px;
right: -2px
}
/*小标题*/
.data-title-left,
.data-title-right {
color: #105eda;
font-family: "微软雅黑";
font-size: 20px
}
.data-title {
background-color: #000c3b;
width: 178px;
margin: -18px auto 0 auto;
color: #83c7e3;
font-size: 20px;
}
.data-title span {
text-align: center;
width: 150px;
display: inline-block;
text-align: center;
font-size: 18px;
} | src/assets/bigdata/bigcs/css/public.css | * {
padding: 0px;
margin: 0px;
font-family: "微软雅黑";
font-size: 12px;
font-style: normal
}
dd,
dl,
dt,
em,
i,
p,
textarea,
a,
div {
padding: 0px;
margin: 0px;
}
a {
text-decoration: none;
}
img {
border: 0px;
}
ul,
li {
padding: 0px;
margin: 0px;
list-style: none;
}
.fl {
float: left
}
.fr {
float: right
}
body {
margin: 0px;
padding: 0px;
color: #000;
background: #000c3b;
}
.clearfix:after,
.clearfix:before {
content: "";
display: table
}
.clearfix:after {
clear: both;
overflow: hidden
}
/*头部*/
.caption-title {
font-size: 22px;
font-family: "黑体";
color: #fff;
max-width: 900px;
margin: 0 auto;
height: 48px;
margin-top: 10px;
}
.biaoti {
line-height: 48px;
display: inline-block;
margin: 0px;
padding: 0px;
width: 276px;
text-align: center;
font-size: 28px;
}
.data-box1 {
border: 2px solid #032d60;
-webkit-box-shadow: #07417a 0 0 10px;
-moz-box-shadow: #07417a 0 0 10px;
box-shadow: inset 0 0 30px #07417a;
position: relative
}
.zhenwen {
width: 96%;
margin: 0 auto;
overflow: hidden;
padding-top: 30px;
}
.left_zs {
width: 30%;
}
.left_tb {
width: 95%
}
.mtop40 {
margin-top: 40px;
}
.h30 {
height: 40px;
}
.right_zs {
width: 40%;
}
.right_tb {
width: 95%;
float: right
}
/*四个角*/
.topL {
width: 20px;
height: 20px;
border-top-width: 2px;
border-top-color: #26c6f0;
border-top-style: solid;
border-left-width: 2px;
border-left-color: #26c6f0;
border-left-style: solid;
position: absolute;
top: -2px;
left: -2px
}
.topR {
width: 20px;
height: 20px;
border-top-width: 2px;
border-top-color: #26c6f0;
border-top-style: solid;
border-right-width: 2px;
border-right-color: #26c6f0;
border-right-style: solid;
position: absolute;
top: -2px;
right: -2px
}
.bottomL {
width: 20px;
height: 20px;
border-bottom-width: 2px;
border-bottom-color: #26c6f0;
border-bottom-style: solid;
border-left-width: 2px;
border-left-color: #26c6f0;
border-left-style: solid;
position: absolute;
bottom: -2px;
left: -2px
}
.bottomR {
width: 20px;
height: 20px;
border-bottom-width: 2px;
border-bottom-color: #26c6f0;
border-bottom-style: solid;
border-right-width: 2px;
border-right-color: #26c6f0;
border-right-style: solid;
position: absolute;
bottom: -2px;
right: -2px
}
/*小标题*/
.data-title-left,
.data-title-right {
color: #105eda;
font-family: "微软雅黑";
font-size: 20px
}
.data-title {
background-color: #000c3b;
width: 178px;
margin: -18px auto 0 auto;
color: #83c7e3;
font-size: 20px;
}
.data-title span {
text-align: center;
width: 150px;
display: inline-block;
text-align: center;
font-size: 18px;
} | 0.348867 | 0.109277 |
.bx_check_out_section {
padding: 100px 0px;
background: #fff;
}
.bx_check_out_section .bx_check_out_top {
padding-bottom: 30px;
}
.bx_check_out_section .bx_check_out_top_link {
height: 50px;
background: #f9f9f9;
padding: 0px 20px;
display: flex;
align-items: center;
}
.bx_check_out_section .bx_check_out_top_link .bx_cheke_link {
color: #85888e;
}
.bx_check_out_section .bx_check_out_top_link .bx_cheke_link a {
color: #ffc107;
}
.bx_check_out_section .bx_check_out_content_left {
background: #f9f9f9;
padding: 40px 30px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_left_heading {
color: #1d2025;
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
border-bottom: 1px solid #dedede;
padding-bottom: 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_title {
color: #1d2025;
border-bottom: 1px solid #dedede;
padding: 20px 0px;
margin-bottom: 10px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_product_list {
border-bottom: 1px solid #dedede;
padding-bottom: 20px;
margin-bottom: 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_product_list li span {
color: #7c8087;
padding: 10px 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_sub_total {
color: #1d2025;
padding: 10px 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_shipping {
padding: 10px 0px;
border-bottom: 1px solid #dedede;
}
.bx_check_out_section .bx_check_out_shipping .bx_shipping_name,
.bx_check_out_section .bx_check_out_shipping .bx_check_out_input span {
color: #1d2025;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_total_order {
color: #1d2025;
padding: 20px 0px;
border-bottom: 1px solid #dedede;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method {
padding: 15px 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method label {
color: #1d2025 !important;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method .bx_check_out_input {
border: 2px solid transparent;
padding: 10px 10px;
margin: 10px 0px;
transition: all .3s ease-out;
box-shadow: 0px 3px 6px 0px rgba(54, 64, 77, 0.1);
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method .bx_check_out_input:hover,
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method .bx_check_out_input.active {
border: 2px solid #0100a4;
transition: all .3s ease-out;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details {
padding-top: 20px;
padding-left: 40px;
display: none;
}
.bx_check_out_section .bx_check_out_content_left .bx_book_check_out_headding,
.bx_check_out_section .bx_check_out_content_left .bx_book_check_sub_headding {
color: #1d2025;
font-size: 18px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_check_out_content_left .bx_book_payable_amount {
color: #0100a4;
}
.bx_check_out_section .bx_check_out_content_left .bx_book_check_sub_headding {
padding-top: 15px;
font-size: 16px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details ul li {
padding-top: 15px;
font-size: 14px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details ul li::before {
content: "\f111";
font-family: 'Font Awesome\ 5 Free';
display: inline-block;
color: #0100a4;
background: #0100a4;
margin-right: 5px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details .bx_payment_btn {
color: #ffffff;
background: #0100a4;
border-radius: 4px;
padding: 10px 20px;
margin-top: 10px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn {
padding-top: 15px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn .bx_btn {
width: 100%;
height: 50px;
color: #fff;
background: #0100a4;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}
/* Right */
.bx_check_out_section .bx_check_out_content_right .bx_check_out_right_heading {
color: #1d2025;
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
padding-bottom: 20px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_label {
color: #1d2025;
padding-bottom: 10px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_label {
color: #1d2025;
padding-bottom: 10px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field::placeholder,
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea::placeholder {
color: #838d9c;
text-transform: capitalize;
font-size: 14px;
font-weight: 300;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field {
color: #838d9c;
background: #f8f8f8;
border: 1px solid rgba(131, 141, 156, 0.161);
border-radius: 3px;
padding: 0 20px;
line-height: 24px;
height: 50px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea {
color: #838d9c;
background: #f8f8f8;
border: 1px solid rgba(131, 141, 156, 0.161);
border-radius: 3px;
padding: 20px;
line-height: 24px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field.is-invalid,
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea.is-invalid {
border-color: #dc3545;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field.input_two {
margin-top: 10px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field:focus,
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea:focus {
color: #838d9c;
background: #fff;
border: 1px solid rgba(131, 141, 156, 0.161);
box-shadow: 0px 0px 14px rgba(9, 9, 26, .16);
}
.bx_check_out_section .bx_billing_details_form_fields .form-check-label {
color: #757577;
}
.bx_check_out_section .bx_billing_details_form_fields .form-check-input {
margin-top: 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_font_po_14_l {
font-size: 14px;
font-weight: 300;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_font_po_m_18 {
font-size: 18px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_font_po_m {
font-size: 16px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label {
position: relative;
padding-left: 40px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
width: 100%;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:before,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 15px;
height: 15px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:before {
border: 1px solid #0100a4;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:after,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label:after {
content: '';
width: 9px;
height: 9px;
background: #0100a4;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.bx_check_out_section .bx_btn,
.bx_check_out_section .bx_btn:focus,
.bx_check_out_section .bx_btn:active,
.bx_check_out_section .bx_btn:active:focus {
border: none;
outline: none;
box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
.bx_check_out_section {
padding: 70px 0px;
}
.bx_check_out_section .bx_check_out_content_left {
padding: 30px 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn .bx_btn {
height: 45px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field {
height: 45px;
}
}
@media (max-width: 768px) {
.bx_check_out_section {
padding: 50px 0px;
}
.bx_check_out_section .bx_check_out_content_left {
padding: 30px 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn .bx_btn {
height: 40px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field {
height: 40px;
}
} | public/css/checkout.css | .bx_check_out_section {
padding: 100px 0px;
background: #fff;
}
.bx_check_out_section .bx_check_out_top {
padding-bottom: 30px;
}
.bx_check_out_section .bx_check_out_top_link {
height: 50px;
background: #f9f9f9;
padding: 0px 20px;
display: flex;
align-items: center;
}
.bx_check_out_section .bx_check_out_top_link .bx_cheke_link {
color: #85888e;
}
.bx_check_out_section .bx_check_out_top_link .bx_cheke_link a {
color: #ffc107;
}
.bx_check_out_section .bx_check_out_content_left {
background: #f9f9f9;
padding: 40px 30px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_left_heading {
color: #1d2025;
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
border-bottom: 1px solid #dedede;
padding-bottom: 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_title {
color: #1d2025;
border-bottom: 1px solid #dedede;
padding: 20px 0px;
margin-bottom: 10px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_product_list {
border-bottom: 1px solid #dedede;
padding-bottom: 20px;
margin-bottom: 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_product_list li span {
color: #7c8087;
padding: 10px 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_sub_total {
color: #1d2025;
padding: 10px 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_shipping {
padding: 10px 0px;
border-bottom: 1px solid #dedede;
}
.bx_check_out_section .bx_check_out_shipping .bx_shipping_name,
.bx_check_out_section .bx_check_out_shipping .bx_check_out_input span {
color: #1d2025;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_total_order {
color: #1d2025;
padding: 20px 0px;
border-bottom: 1px solid #dedede;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method {
padding: 15px 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method label {
color: #1d2025 !important;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method .bx_check_out_input {
border: 2px solid transparent;
padding: 10px 10px;
margin: 10px 0px;
transition: all .3s ease-out;
box-shadow: 0px 3px 6px 0px rgba(54, 64, 77, 0.1);
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method .bx_check_out_input:hover,
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_method .bx_check_out_input.active {
border: 2px solid #0100a4;
transition: all .3s ease-out;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details {
padding-top: 20px;
padding-left: 40px;
display: none;
}
.bx_check_out_section .bx_check_out_content_left .bx_book_check_out_headding,
.bx_check_out_section .bx_check_out_content_left .bx_book_check_sub_headding {
color: #1d2025;
font-size: 18px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_check_out_content_left .bx_book_payable_amount {
color: #0100a4;
}
.bx_check_out_section .bx_check_out_content_left .bx_book_check_sub_headding {
padding-top: 15px;
font-size: 16px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details ul li {
padding-top: 15px;
font-size: 14px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details ul li::before {
content: "\f111";
font-family: 'Font Awesome\ 5 Free';
display: inline-block;
color: #0100a4;
background: #0100a4;
margin-right: 5px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_payment_details .bx_payment_btn {
color: #ffffff;
background: #0100a4;
border-radius: 4px;
padding: 10px 20px;
margin-top: 10px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn {
padding-top: 15px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn .bx_btn {
width: 100%;
height: 50px;
color: #fff;
background: #0100a4;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}
/* Right */
.bx_check_out_section .bx_check_out_content_right .bx_check_out_right_heading {
color: #1d2025;
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
padding-bottom: 20px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_label {
color: #1d2025;
padding-bottom: 10px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_label {
color: #1d2025;
padding-bottom: 10px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field::placeholder,
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea::placeholder {
color: #838d9c;
text-transform: capitalize;
font-size: 14px;
font-weight: 300;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field {
color: #838d9c;
background: #f8f8f8;
border: 1px solid rgba(131, 141, 156, 0.161);
border-radius: 3px;
padding: 0 20px;
line-height: 24px;
height: 50px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea {
color: #838d9c;
background: #f8f8f8;
border: 1px solid rgba(131, 141, 156, 0.161);
border-radius: 3px;
padding: 20px;
line-height: 24px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field.is-invalid,
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea.is-invalid {
border-color: #dc3545;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field.input_two {
margin-top: 10px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field:focus,
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field_textarea:focus {
color: #838d9c;
background: #fff;
border: 1px solid rgba(131, 141, 156, 0.161);
box-shadow: 0px 0px 14px rgba(9, 9, 26, .16);
}
.bx_check_out_section .bx_billing_details_form_fields .form-check-label {
color: #757577;
}
.bx_check_out_section .bx_billing_details_form_fields .form-check-input {
margin-top: 0px;
}
.bx_check_out_section .bx_check_out_content_left .bx_font_po_14_l {
font-size: 14px;
font-weight: 300;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_font_po_m_18 {
font-size: 18px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_font_po_m {
font-size: 16px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label {
position: relative;
padding-left: 40px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
width: 100%;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:before,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 15px;
height: 15px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:before {
border: 1px solid #0100a4;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:after,
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label:after {
content: '';
width: 9px;
height: 9px;
background: #0100a4;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.bx_check_out_section .bx_check_out_content_left [type="radio"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.bx_check_out_section .bx_btn,
.bx_check_out_section .bx_btn:focus,
.bx_check_out_section .bx_btn:active,
.bx_check_out_section .bx_btn:active:focus {
border: none;
outline: none;
box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
.bx_check_out_section {
padding: 70px 0px;
}
.bx_check_out_section .bx_check_out_content_left {
padding: 30px 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn .bx_btn {
height: 45px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field {
height: 45px;
}
}
@media (max-width: 768px) {
.bx_check_out_section {
padding: 50px 0px;
}
.bx_check_out_section .bx_check_out_content_left {
padding: 30px 20px;
}
.bx_check_out_section .bx_check_out_content_left .bx_check_out_order_btn .bx_btn {
height: 40px;
}
.bx_check_out_section .bx_check_out_content_right .bx_billing_details_field {
height: 40px;
}
} | 0.446736 | 0.098382 |
div,body,ul,li,ol,a,img,p,b,form,label,input{padding:0;margin:0;font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#1e1e1e;}
html,body{width:100%;height:100%;-webkit-tap-highlight-color:transparent;background-color:#fff;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:100px;-webkit-user-select: none;}
a{text-decoration:none;}
a,button{-webkit-tap-highlight-color: transparent;}
a:active,a:hover{outline:0;}
ol,ul,li{list-style:none;}
img,input{border:none;}
img{vertical-align:middle;}
input{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
.LeftFloat,.Business ul li,.VISATop ul li,.VisaState ul li,.VisaType dl dd span,.VISATop ul li.VISATop_li{float:left;}
.RightFloat,.Consultation{float:right;}
/* iphone 6 */
@media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2){
html{font-size: 117.1875px;}
}
/* iphone6 plus */
@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3){
html{font-size: 129.375px;}
}
@media only screen and (min-width: 750px){
.HeaderOne{position:relative;width:100%;overflow:hidden;}
.HeaderOne b{width:100%;}
.HeaderOne b img{display:block;width:100%;}
.HeaderOne div{position:absolute;left:35%;top:50%;width:30%;}
.HeaderOne div form,.HeaderOne div form label{float:left;width:100%;}
.HeaderOne div form label input{width:98%;height:0.5rem;background:#ffffff;border-radius:7px;font-size:0.16rem;line-height:0.4rem;padding-left:2%;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div form label input.sr{width:63%;float:left;border-radius:7px 0 0 7px}
.HeaderOne div form label input.yzm{float:right;width:35%;text-align:center;font-weight:inherit;color:#fff;background:#0088fa;border-radius:0 7px 7px 0;}
.HeaderOne div form label input.apply{width:100%;background:#0088fa;text-align:center;letter-spacing:.05rem;color:#fff;}
.HeaderOne div ul{float:left;width:100%;}
.HeaderOne div ul li{width:95%;height:0.4rem;background:#ffffff;border-radius:7px;font-size:0.14rem;line-height:0.4rem;padding-left:0.14rem;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div ul li.download{width:47%;height:1.6rem;background:#0088fa;color:#fff;padding:0;text-align:center;margin-bottom:20%;}
.HeaderOne div ul li.download img{float:left;width:34%;padding:14% 33% 0 33%;}
.HeaderOne div.prompt_bj{position:absolute;width:100%;height:100%;left:0;top:0;background:#1e1e1e;opacity:0.5;}
.HeaderOne div.prompt{position:absolute;width:30%;height:2.5rem;left:35%;top:8%;background:#fff;border-radius:7px;}
.HeaderOne div.prompt ol li{font-size:0.14rem;text-align:center;line-height:0.28rem;color:#9E9B9E;}
.HeaderOne div.prompt ol li b{width:100%;font-size:0.18rem;display:inherit;line-height:0.4rem;margin-top:15%;}
.HeaderOne div.prompt ol li a{float:left;width:50%;margin:10% 0 0 25%;background:#eee;line-height:0.34rem;border-radius:7px;}
.HeaderOne_p{text-align: justify;}
.HeaderOne p{font-size:.16rem;line-height:.32rem;width:80%;margin:0 auto 2rem;}
.HeaderOne p span{text-indent:.2rem;display:inline-block;}
.HeaderOne p.top{font-size:.26rem;line-height:.8rem;width:100%;text-align:center;margin:.2rem auto 0;}
}
@media only screen and (max-width: 750px){
.HeaderOne{position:relative;width:100%;overflow:hidden;}
.HeaderOne b{width:100%;}
.HeaderOne b img{display:block;width:100%;}
.HeaderOne div{position:absolute;left:5%;bottom:-15%;width:90%;}
.HeaderOne div form,.HeaderOne div form label{float:left;width:100%;}
.HeaderOne div form label input{width:95%;height:0.4rem;background:#ffffff;border-radius:7px;font-size:0.14rem;line-height:0.4rem;padding-left:0.14rem;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div form label input.sr{width:60%;float:left;border-radius:7px 0 0 7px}
.HeaderOne div form label input.yzm{float:right;width:35%;text-align:center;font-weight:inherit;color:#fff;background:#0088fa;border-radius:0 7px 7px 0;}
.HeaderOne div form label input.apply{width:100%;background:#0088fa;text-align:center;letter-spacing:.05rem;color:#fff;}
.HeaderOne div ul{float:left;width:100%;}
.HeaderOne div ul li{width:95%;height:0.4rem;background:#ffffff;border-radius:7px;font-size:0.14rem;line-height:0.4rem;padding-left:0.14rem;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div ul li.download{width:47%;height:1rem;background:#0088fa;color:#fff;padding:0;text-align:center;margin-bottom:20%;}
.HeaderOne div ul li.download img{float:left;width:34%;padding:14% 33% 0 33%;}
.HeaderOne div.prompt_bj{position:absolute;width:100%;height:100%;left:0;top:0;background:#1e1e1e;opacity:0.5;}
.HeaderOne div.prompt{position:absolute;width:80%;height:2rem;left:10%;top:35%;background:#fff;border-radius:7px;}
.HeaderOne div.prompt ol li{font-size:0.14rem;text-align:center;line-height:0.28rem;color:#9E9B9E;}
.HeaderOne div.prompt ol li b{width:100%;font-size:0.18rem;display:inherit;line-height:0.4rem;margin-top:15%;}
.HeaderOne div.prompt ol li a{float:left;width:50%;margin:10% 0 0 25%;background:#eee;line-height:0.34rem;border-radius:7px;}
.HeaderOne_p{text-align: justify;}
.HeaderOne p{font-size:.14rem;line-height:.28rem;width:90%;margin:0 auto 1rem;}
.HeaderOne p span{text-indent:.2rem;display:inline-block;}
.HeaderOne p.top{font-size:.2rem;line-height:.8rem;width:100%;text-align:center;margin:0 auto;}
} | public/assets/css/style.css | div,body,ul,li,ol,a,img,p,b,form,label,input{padding:0;margin:0;font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#1e1e1e;}
html,body{width:100%;height:100%;-webkit-tap-highlight-color:transparent;background-color:#fff;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:100px;-webkit-user-select: none;}
a{text-decoration:none;}
a,button{-webkit-tap-highlight-color: transparent;}
a:active,a:hover{outline:0;}
ol,ul,li{list-style:none;}
img,input{border:none;}
img{vertical-align:middle;}
input{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
.LeftFloat,.Business ul li,.VISATop ul li,.VisaState ul li,.VisaType dl dd span,.VISATop ul li.VISATop_li{float:left;}
.RightFloat,.Consultation{float:right;}
/* iphone 6 */
@media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2){
html{font-size: 117.1875px;}
}
/* iphone6 plus */
@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3){
html{font-size: 129.375px;}
}
@media only screen and (min-width: 750px){
.HeaderOne{position:relative;width:100%;overflow:hidden;}
.HeaderOne b{width:100%;}
.HeaderOne b img{display:block;width:100%;}
.HeaderOne div{position:absolute;left:35%;top:50%;width:30%;}
.HeaderOne div form,.HeaderOne div form label{float:left;width:100%;}
.HeaderOne div form label input{width:98%;height:0.5rem;background:#ffffff;border-radius:7px;font-size:0.16rem;line-height:0.4rem;padding-left:2%;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div form label input.sr{width:63%;float:left;border-radius:7px 0 0 7px}
.HeaderOne div form label input.yzm{float:right;width:35%;text-align:center;font-weight:inherit;color:#fff;background:#0088fa;border-radius:0 7px 7px 0;}
.HeaderOne div form label input.apply{width:100%;background:#0088fa;text-align:center;letter-spacing:.05rem;color:#fff;}
.HeaderOne div ul{float:left;width:100%;}
.HeaderOne div ul li{width:95%;height:0.4rem;background:#ffffff;border-radius:7px;font-size:0.14rem;line-height:0.4rem;padding-left:0.14rem;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div ul li.download{width:47%;height:1.6rem;background:#0088fa;color:#fff;padding:0;text-align:center;margin-bottom:20%;}
.HeaderOne div ul li.download img{float:left;width:34%;padding:14% 33% 0 33%;}
.HeaderOne div.prompt_bj{position:absolute;width:100%;height:100%;left:0;top:0;background:#1e1e1e;opacity:0.5;}
.HeaderOne div.prompt{position:absolute;width:30%;height:2.5rem;left:35%;top:8%;background:#fff;border-radius:7px;}
.HeaderOne div.prompt ol li{font-size:0.14rem;text-align:center;line-height:0.28rem;color:#9E9B9E;}
.HeaderOne div.prompt ol li b{width:100%;font-size:0.18rem;display:inherit;line-height:0.4rem;margin-top:15%;}
.HeaderOne div.prompt ol li a{float:left;width:50%;margin:10% 0 0 25%;background:#eee;line-height:0.34rem;border-radius:7px;}
.HeaderOne_p{text-align: justify;}
.HeaderOne p{font-size:.16rem;line-height:.32rem;width:80%;margin:0 auto 2rem;}
.HeaderOne p span{text-indent:.2rem;display:inline-block;}
.HeaderOne p.top{font-size:.26rem;line-height:.8rem;width:100%;text-align:center;margin:.2rem auto 0;}
}
@media only screen and (max-width: 750px){
.HeaderOne{position:relative;width:100%;overflow:hidden;}
.HeaderOne b{width:100%;}
.HeaderOne b img{display:block;width:100%;}
.HeaderOne div{position:absolute;left:5%;bottom:-15%;width:90%;}
.HeaderOne div form,.HeaderOne div form label{float:left;width:100%;}
.HeaderOne div form label input{width:95%;height:0.4rem;background:#ffffff;border-radius:7px;font-size:0.14rem;line-height:0.4rem;padding-left:0.14rem;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div form label input.sr{width:60%;float:left;border-radius:7px 0 0 7px}
.HeaderOne div form label input.yzm{float:right;width:35%;text-align:center;font-weight:inherit;color:#fff;background:#0088fa;border-radius:0 7px 7px 0;}
.HeaderOne div form label input.apply{width:100%;background:#0088fa;text-align:center;letter-spacing:.05rem;color:#fff;}
.HeaderOne div ul{float:left;width:100%;}
.HeaderOne div ul li{width:95%;height:0.4rem;background:#ffffff;border-radius:7px;font-size:0.14rem;line-height:0.4rem;padding-left:0.14rem;margin-bottom:3%;color:#6a6a6a;float:left;font-weight:300;letter-spacing:.001rem;}
.HeaderOne div ul li.download{width:47%;height:1rem;background:#0088fa;color:#fff;padding:0;text-align:center;margin-bottom:20%;}
.HeaderOne div ul li.download img{float:left;width:34%;padding:14% 33% 0 33%;}
.HeaderOne div.prompt_bj{position:absolute;width:100%;height:100%;left:0;top:0;background:#1e1e1e;opacity:0.5;}
.HeaderOne div.prompt{position:absolute;width:80%;height:2rem;left:10%;top:35%;background:#fff;border-radius:7px;}
.HeaderOne div.prompt ol li{font-size:0.14rem;text-align:center;line-height:0.28rem;color:#9E9B9E;}
.HeaderOne div.prompt ol li b{width:100%;font-size:0.18rem;display:inherit;line-height:0.4rem;margin-top:15%;}
.HeaderOne div.prompt ol li a{float:left;width:50%;margin:10% 0 0 25%;background:#eee;line-height:0.34rem;border-radius:7px;}
.HeaderOne_p{text-align: justify;}
.HeaderOne p{font-size:.14rem;line-height:.28rem;width:90%;margin:0 auto 1rem;}
.HeaderOne p span{text-indent:.2rem;display:inline-block;}
.HeaderOne p.top{font-size:.2rem;line-height:.8rem;width:100%;text-align:center;margin:0 auto;}
} | 0.250821 | 0.035679 |
@font-face {
font-family: 'MavenPro';
src: url('../fonts/MavenPro-Regular.eot');
src: local('☺'), url('../fonts/MavenPro-Regular.woff') format('woff'), url('../fonts/MavenPro-Regular.ttf') format('truetype'), url('../fonts/MavenPro-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MavenPro';
src: url('../fonts/MavenPro-Black.eot');
src: local('☺'), url('../fonts/MavenPro-Black.woff') format('woff'), url('../fonts/MavenPro-Black.ttf') format('truetype'), url('../fonts/MavenPro-Black.svg') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Blanch';
src: url('../fonts/BLANCH_CONDENSED.eot');
src: local('☺'), url('../fonts/BLANCH_CONDENSED.woff') format('woff'), url('../fonts/BLANCH_CONDENSED.ttf') format('truetype'), url('../fonts/BLANCH_CONDENSED.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Fontello';
src: url('../fonts/fontello.eot');
src: local('☺'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* ==========================================================================
Base
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
body {
font-size: 1em;
line-height: 1.4;
font-family: 'MavenPro';
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
a {
color: inherit;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Blanch';
}
/* ==========================================================================
Layout
========================================================================== */
html,
body {
max-width: 1440px;
min-width: 1024px;
margin: 0 auto;
padding: 0;
background: #fff;
overflow-x: hidden;
}
header {
background: none;
z-index: 1000;
position: absolute;
top: 0;
max-width: 1440px;
width: 100%;
}
header nav {
background: #fff;
width: 1024px;
margin: 0 auto;
position: relative;
height: 70px;
line-height: 70px;
}
header nav a {
color: inherit;
text-decoration: none;
}
header nav h1 {
margin: 0;
text-align: center;
position: absolute;
left: 0;
right: 0;
line-height: 76px;
color: #111;
font-size: 2.3em;
}
header nav h1 a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 70px;
background: #4f4f4f url(../images/logo@2x.png);
background-size: 70px 70px;
transition: .25s;
}
header nav h1 a:hover::before {
opacity: .9;
}
header nav ul {
margin: 0;
padding: 0;
position: absolute;
cursor: default;
list-style: none;
}
header nav ul li {
display: inline-block;
width: 70px;
color: #aaa;
text-transform: uppercase;
font-size: .8em;
cursor: default;
}
header nav ul li a {
color: #aaa;
border-bottom: 2px solid #fff;
transition: .25s;
}
header nav ul li a.selected {
border-bottom: 2px solid #666;
color: #111;
}
header nav ul li a:hover {
color: #555;
}
header nav ul:first-of-type {
left: 220px;
top: 0px;
text-align: right;
}
header nav ul:last-of-type {
right: 220px;
top: 0px;
}
header nav > a {
position: absolute;
top: 0;
right: 0;
height: 70px;
width: 70px;
text-align: center;
transition: .25s;
}
header nav > a:hover::before {
color: #222;
}
header nav > a span {
display: none;
}
header nav > a::before {
content: '\e801';
font-family: 'Fontello';
line-height: 70px;
color: #aaa;
transition: .25s;
}
div.main {
min-height: 800px;
}
footer {
width: 1024px;
margin: 60px auto;
border-top: 3px solid #f3f3f3;
padding-top: 15px;
color: #ccc;
font-size: 0.8em;
text-align: center;
clear: both;
}
footer a {
color: inherit;
}
/* ==========================================================================
Home
========================================================================== */
#home #caroussel {
background: #f8f8f8;
height: 420px;
position: relative;
overflow: visible !important;
padding-top: 70px;
}
#home #caroussel::before {
content: '';
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #f8f8f8;
position: absolute;
left: 50%;
margin-left: -20px;
bottom: -15px;
transition: .1s;
}
html.no-js #home #caroussel {
overflow: hidden !important;
}
#home #caroussel nav {
width: 1024px;
margin: auto;
padding: 20px 0;
}
html.no-js #home #caroussel nav {
display: none;
}
#home #caroussel nav ul {
margin: 0;
padding: 0;
text-align: center;
list-style: none;
cursor: default;
}
#home #caroussel nav ul li {
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #aaa;
cursor: default;
}
#home #caroussel nav ul li a {
display: inline-block;
padding: 2px 0;
text-decoration: none;
color: #aaa;
transition: .1s color;
cursor: pointer;
}
#home #caroussel nav ul li a:hover {
color: #777;
}
#home #caroussel nav ul li a.selected {
border-bottom: 4px solid #e0e0e0;
color: #111;
}
.products {
width: 1024px;
margin: auto;
}
.products ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
#home #caroussel .products ul {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 120px;
}
#home #caroussel .products ul.current {
pointer-events: auto;
}
html.no-js #home #caroussel .products ul {
pointer-events: auto;
position: relative;
left: auto;
bottom: auto;
margin: 0;
overflow: visible;
}
.products ul li {
display: inline-block;
width: 200px;
height: 200px;
text-align: center;
padding: 40px 0;
cursor: pointer;
background: url(../images/shadow.png) no-repeat;
background-position: center 20px;
transition: opacity 0.2s linear;
}
.products ul li a {
color: inherit;
text-decoration: none;
}
#home #caroussel .products ul li {
-webkit-transform: translateX(1440px);
transform: translateX(1440px);
}
html.no-js #home #caroussel .products ul li {
-webkit-transform: none;
transform: none;
}
.products ul li img {
width: 150px;
height: 150px;
margin: auto;
margin-bottom: 10px;
display: block;
transition: .25s;
}
[data-category="Macaron"] img {
width: 140px !important;
height: 140px !important;
margin-top: 10px !important;
}
[data-category="Pie"] img {
width: 170px !important;
height: 170px !important;
margin-top: -20px !important;
}
[data-category="Cupcake"] img {
width: 180px !important;
height: 180px !important;
margin-top: -30px !important;
}
.products ul li span,
.products ul li em {
text-transform: uppercase;
font-size: .9em;
color: #222;
opacity: 0;
transition: .25s;
}
.products ul li em {
font-family: 'Serif';
color: #888;
display: block;
}
.products ul li:hover span,
.products ul li:hover em {
opacity: 1;
}
.products ul li:hover img {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
#home #caroussel .products ul:empty::before {
content: 'No products for this category';
opacity: 0;
transition: .45s opacity;
line-height: 250px;
color: #D5D5D5;
}
#home #caroussel .products ul.current:empty::before {
opacity: 1;
}
#home #caroussel > p {
text-align: center;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
#home #caroussel > p a {
position: relative;
width: 200px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #444;
padding: 10px;
transition: .1s;
}
#home #caroussel > p a::before {
content: '\e800';
font-family: 'Fontello';
color: #636363;
margin-right: 10px;
font-size: 12px;
}
#home #caroussel > p a::after {
content: '';
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #f8f8f8;
position: absolute;
left: 90px;
bottom: -15px;
transition: .1s;
}
#home #caroussel > p a:hover {
color: #111;
background: #eee;
}
#home #caroussel > p a:hover::after {
border-top: 20px solid #eee;
}
#home #featured {
width: 1024px;
margin: 60px auto;
height: 435px;
text-align: centerl
}
#home #featured > div {
position: relative;
width: 334px;
height: 415px;
margin-right: 5px;
background: #f8f8f8;
display: inline-block;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
#home #featured > div:last-child {
margin-right: 0;
}
#home #featured > div a {
text-decoration: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.3);
transition: .25s;
}
#home #featured > div a:hover {
background: rgba(0,0,0,.5);
}
#home #featured > div h3,
#home #featured > div p {
margin: 0;
padding: 0 10px;
}
#home #featured > div h3 span {
width: 334px;
height: 320px;
font-size: 2em;
margin: 0;
display: table-cell;
vertical-align: bottom;
text-align: center;
color: #fff;
}
#home #featured > div p span,
#home #featured > div p em {
width: 334px;
height: 70px;
margin: 0;
display: table-cell;
vertical-align: middle;
text-align: center;
color: #fff;
}
#home #featured > div h3 + p::before {
content: '';
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 0 auto 10px auto;
transition: .25s;
}
#home #featured > div a:hover h3 + p::before {
width: 160px;
}
#home #featured > div p em {
font-family: 'Serif';
font-size: 2em;
transition: .25s;
}
#home #blog {
clear: both;
background: url(../images/bg-blogpost@2x.png);
background-size: 221.5px 455px;
padding: 25px 0 50px 0;
text-align: center;
color: #fff;
margin-bottom: 60px;
}
#home #blog h2 {
font-size: .8em;
font-weight: normal;
font-family: 'MavenPro';
}
#home #blog h2 a {
font-family: 'Blanch';
font-size: 2em;
display: block;
text-decoration: none;
color: #fff;
}
#home #blog h2::after {
content: '';
width: 80px;
height: 3px;
display: block;
margin: 5px auto;
background: rgba(255,255,255,.2);
}
#home #blog a {
text-decoration: none;
color: #fff;
}
#home #blog h1 {
font-size: 2.5em;
margin: 20px auto 10px auto;
}
#home #blog p {
width: 700px;
margin: auto;
font-size: 0.95em;
}
#home #blog a.more {
display: inline-block;
padding: 5px 10px;
border: 1px solid rgba(255,255,255,.5);
margin-top: 20px;
font-size: 0.75em;
transition: .1s;
}
#home #blog a.more:hover {
background: rgba(255,255,255,.15);
}
/* ==========================================================================
Caroussel Animation (Webkit)
========================================================================== */
#home #caroussel .products ul:first-child li,
html.no-js #home #caroussel .products ul li {
-webkit-animation: scaleUp 500ms ease-in-out both;
}
@-webkit-keyframes scaleUp {
0% { -webkit-transform: translateX(0); opacity: 0; }
100% { -webkit-transform: translateX(0); opacity: 1; }
}
#home #caroussel .products ul:first-child li:first-child {
-webkit-animation-delay: 90ms;
}
#home #caroussel .products ul:first-child li:nth-child(2) {
-webkit-animation-delay: 180ms;
}
#home #caroussel .products ul:first-child li:nth-child(3) {
-webkit-animation-delay: 270ms;
}
#home #caroussel .products ul:first-child li:nth-child(4) {
-webkit-animation-delay: 360ms;
}
#home #caroussel .products ul:first-child li:nth-child(5) {
-webkit-animation-delay: 450ms;
}
#home #caroussel .products ul.moveFromRight li {
-webkit-animation: moveFromRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveFromLeft li {
-webkit-animation: moveFromLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToRight li {
-webkit-animation: moveToRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li {
-webkit-animation: moveToLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li:first-child,
#home #caroussel .products ul.moveFromRight li:first-child,
#home #caroussel .products ul.moveToRight li:nth-child(5),
#home #caroussel .products ul.moveFromLeft li:nth-child(5) {
-webkit-animation-delay: 0ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(2),
#home #caroussel .products ul.moveFromRight li:nth-child(2),
#home #caroussel .products ul.moveToRight li:nth-child(4),
#home #caroussel .products ul.moveFromLeft li:nth-child(4) {
-webkit-animation-delay: 90ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(3),
#home #caroussel .products ul.moveFromRight li:nth-child(3),
#home #caroussel .products ul.moveToRight li:nth-child(3),
#home #caroussel .products ul.moveFromLeft li:nth-child(3) {
-webkit-animation-delay: 180ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(4),
#home #caroussel .products ul.moveFromRight li:nth-child(4),
#home #caroussel .products ul.moveToRight li:nth-child(2),
#home #caroussel .products ul.moveFromLeft li:nth-child(2) {
-webkit-animation-delay: 270ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(5),
#home #caroussel .products ul.moveFromRight li:nth-child(5),
#home #caroussel .products ul.moveToRight li:first-child,
#home #caroussel .products ul.moveFromLeft li:first-child {
-webkit-animation-delay: 350ms;
}
@-webkit-keyframes moveFromRight {
0% { -webkit-transform: translateX(1440px); }
100% { -webkit-transform: translateX(0); }
}
@-webkit-keyframes moveFromLeft {
0% { -webkit-transform: translateX(-1440px); }
100% { -webkit-transform: translateX(0); }
}
@-webkit-keyframes moveToRight {
0% { -webkit-transform: translateX(0); }
100% { -webkit-transform: translateX(1440px); }
}
@-webkit-keyframes moveToLeft {
0% { -webkit-transform: translateX(0); }
100% { -webkit-transform: translateX(-1440px); }
}
/* ==========================================================================
Caroussel Animation (Standard)
========================================================================== */
#home #caroussel .products ul:first-child li,
html.no-js #home #caroussel .products ul li {
animation: scaleUp 500ms ease-in-out both;
}
@keyframes scaleUp {
0% { transform: translateX(0); opacity: 0; }
100% { transform: translateX(0); opacity: 1; }
}
#home #caroussel .products ul:first-child li:first-child {
animation-delay: 90ms;
}
#home #caroussel .products ul:first-child li:nth-child(2) {
animation-delay: 180ms;
}
#home #caroussel .products ul:first-child li:nth-child(3) {
animation-delay: 270ms;
}
#home #caroussel .products ul:first-child li:nth-child(4) {
animation-delay: 360ms;
}
#home #caroussel .products ul:first-child li:nth-child(5) {
animation-delay: 450ms;
}
#home #caroussel .products ul.moveFromRight li {
animation: moveFromRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveFromLeft li {
animation: moveFromLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToRight li {
animation: moveToRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li {
animation: moveToLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li:first-child,
#home #caroussel .products ul.moveFromRight li:first-child,
#home #caroussel .products ul.moveToRight li:nth-child(5),
#home #caroussel .products ul.moveFromLeft li:nth-child(5) {
animation-delay: 0ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(2),
#home #caroussel .products ul.moveFromRight li:nth-child(2),
#home #caroussel .products ul.moveToRight li:nth-child(4),
#home #caroussel .products ul.moveFromLeft li:nth-child(4) {
animation-delay: 90ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(3),
#home #caroussel .products ul.moveFromRight li:nth-child(3),
#home #caroussel .products ul.moveToRight li:nth-child(3),
#home #caroussel .products ul.moveFromLeft li:nth-child(3) {
animation-delay: 180ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(4),
#home #caroussel .products ul.moveFromRight li:nth-child(4),
#home #caroussel .products ul.moveToRight li:nth-child(2),
#home #caroussel .products ul.moveFromLeft li:nth-child(2) {
animation-delay: 270ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(5),
#home #caroussel .products ul.moveFromRight li:nth-child(5),
#home #caroussel .products ul.moveToRight li:first-child,
#home #caroussel .products ul.moveFromLeft li:first-child {
animation-delay: 350ms;
}
@keyframes moveFromRight {
0% { transform: translateX(1440px); }
100% { transform: translateX(0); }
}
@keyframes moveFromLeft {
0% { transform: translateX(-1440px); }
100% { transform: translateX(0); }
}
@keyframes moveToRight {
0% { transform: translateX(0); }
100% { transform: translateX(1440px); }
}
@keyframes moveToLeft {
0% { transform: translateX(0); }
100% { transform: translateX(-1440px); }
}
/* ==========================================================================
Products list
========================================================================== */
#products #catalog {
background: #f8f8f8;
padding: 120px 0 50px 0;
position: relative;
}
#products #catalog h1 {
text-align: center;
font-size: 3em;
margin-top: 0;
}
#products #catalog ul li {
padding-bottom: 0;
}
#products #catalog > p {
text-align: center;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
#products #catalog > p a {
position: relative;
width: 200px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #444;
padding: 10px;
transition: .1s;
}
#products #catalog > p a::before {
content: '\e802';
font-family: 'Fontello';
color: #636363;
margin-right: 10px;
font-size: 12px;
}
#products #catalog > p a:hover {
color: #111;
background: #eee;
}
/* ==========================================================================
Products detail
========================================================================== */
#product #detail {
background: #f8f8f8;
padding: 110px 0 40px 0;
height: 570px;
position: relative;
}
#product #detail div {
width: 1024px;
margin: auto;
position: relative;
}
#product #detail div img {
width: 400px;
position: absolute;
left: 0;
top: -40px;
}
#product #detail div h4,
#product #detail div h3,
#product #detail div h2,
#product #detail div p {
margin-left: 450px;
text-align: center;
}
#product #detail div h4 {
font-size: 1.5em;
font-weight: normal;
margin-bottom: 0;
}
#product #detail div h4 strong {
color: #444;
}
#product #detail div h4 strong + em::before {
content: '–';
padding: 0 10px;
position: relative;
top: -1px;
}
#product #detail div h4 em {
font-size: 0.8em;
font-family: Serif;
font-style: italic;
color: #aaa;
position: relative;
top: -2px;
}
#product #detail div h2 {
font-size: 3em;
margin-top: 0;
margin-bottom: 0;
}
#product #detail div p {
font-size: .9em;
padding: 0 50px;
}
#product #detail div p em {
font-style: italic;
}
#product #detail div p strong {
font-weight: bold;
}
#product #detail div p .color {
font-size: 0;
color: transparent;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
position: relative;
}
#product #detail div p .color::after {
content: '';
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
border: 8px solid rgba(255,255,255,.6);
box-sizing: border-box;
}
#product #detail > p {
text-align: center;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
#product #detail > p a {
position: relative;
width: 200px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #444;
padding: 10px;
transition: .1s;
}
#product #detail > p a::before {
content: '\e800';
font-family: 'Fontello';
color: #636363;
margin-right: 10px;
font-size: 12px;
}
#product #detail > p a:hover {
color: #111;
background: #eee;
}
#product #gallery {
height: 450px;
background-size: cover;
background-position: center;
position: relative;
}
#product #gallery.noimage::before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
}
#product #quote blockquote {
width: 400px;
margin: 50px auto;
padding: 0 20px;
text-align: center;
font-style: italic;
color: #5F5F5F;
position: relative;
}
#product #quote blockquote::before {
content: '«';
position: absolute;
left: -40px;
top: 0;
bottom: 0;
width: 20px;
font-size: 4em;
font-family: 'Serif';
color: #B8B6B6;
}
#product #quote blockquote::after {
content: '»';
position: absolute;
right: -40px;
top: 0;
bottom: 0;
width: 20px;
font-size: 4em;
font-family: 'Serif';
color: #B8B6B6;
}
#product #quote blockquote strong {
font-weight: bold;
display: block;
font-size: 0.8em;
margin-top: 10px;
}
#product #related {
width: 1024px;
margin: 20px auto;
text-align: center;
}
#product #related h2 {
font-size: 2em;
margin-top: 2em;
}
#product #related li {
border: 2px solid #eee;
width: 250px;
margin: 8px 5px;
}
#product #related li:nth-child(3n) {
margin-right: 0;
}
#product #related li img {
margin-bottom: 30px;
}
#product #related li span,
#product #related li em {
opacity: 1;
}
/* ==========================================================================
Pages
========================================================================== */
#page-header {
height: 500px;
background: #f8f8f8;
}
#page-header > div {
height: 500px;
width: 100%;
display: table;
background-position: center;
}
#page-header > div > div {
background: rgba(0,0,0,.3);
padding-bottom: 100px;
height: 400px;
width: 100%;
color: #fff;
text-align: center;
display: table-cell;
vertical-align: bottom;
}
#page-header h1 {
width: 800px;
margin: 0 auto;
font-size: 3em;
}
#page-header p {
width: 600px;
margin: 0 auto;
font-size: 1.1em;
}
#page-body {
width: 800px;
margin: 50px auto;
text-align: center;
font-size: 0.9em;
padding-bottom: 50px;
}
#page-body h2 {
font-size: 2.8em;
}
#page-body p {
padding: 10px 0;
}
#page-body a {
color: #000;
}
/* ==========================================================================
Stores
========================================================================== */
#stores #page-body article {
display: table;
width: 800px;
background-position: center;
margin: 20px 0;
}
#stores #page-body article a {
display: table-cell;
height: 100px;
vertical-align: middle;
text-decoration: none;
color: #FFF;
background: rgba(0, 0, 0, 0.3);
transition: .25s;
}
#stores #page-body article a:hover {
background: rgba(0, 0, 0, 0.5);
}
#stores #page-body article a h3 {
font-size: 2.5em;
margin: 0;
}
#stores #page-body article a h3::after {
content: '';
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 0 auto 10px auto;
transition: .25s;
}
#stores #page-body article a:hover h3::after {
width: 160px !important;
}
/* ==========================================================================
Store detail
========================================================================== */
#store #page-header {
height: 300px;
}
#store #page-header div {
height: 250px;
}
#store #page-body {
position: relative;
}
#store #page-body p.address {
width: 400px;
font-size: 0.9em;
}
#store aside {
position: absolute;
top: 0;
left: 500px;
text-align: left;
}
#store aside h4 {
font-size: 1.8em;
margin-top: 0;
margin-bottom: 15px;
}
#store aside dl {
margin: 0;
padding: 6px 0;
border-bottom: 1px solid #eee;
}
#store aside dl:last-child {
border-bottom: 0;
}
#store aside dt,
#store aside dd {
display: inline-block;
}
#store aside dt {
width: 150px;
}
/* ==========================================================================
Jobs
========================================================================== */
#jobs #page-body {
position: relative;
width: 1024px;
}
#jobs #page-body .presentation {
width: 800px;
margin: auto;
}
#jobs #page-body h2 {
margin-top: 50px;
}
#jobs #page-body .job {
width: 430px;
margin: 20px 30px;
display: inline-block;
vertical-align: top;
}
#jobs #page-body .job a {
text-decoration: none;
color: inherit;
}
#jobs #page-body .job::before {
content: '\e803\e803\e803';
font-family: 'Fontello';
color: #ccc;
letter-spacing: 5px;
}
#jobs #page-body .job h3 {
font-size: 1.5em;
margin: 5px 0;
}
#jobs #page-body .job p {
color: #999;
font-size: 0.9em;
min-height: 90px;
}
#jobs #page-body .job strong {
display: inline-block;
border: 1px solid #ccc;
padding: 5px 10px;
font-weight: normal;;
font-size: 0.7em;
color: #777;
text-transform: uppercase;
transition: .1s;
}
#jobs #page-body .job strong:hover {
background: #f8f8f8
}
#jobs #page-body .job:nth-child(2n) {
margin-right: 0;
}
/* ==========================================================================
Job detail
========================================================================== */
#job #page-header {
height: 250px;
}
#job #page-header div {
height: 200px;
}
#job #page-body h1,
#job #page-body h2 {
font-size: 2em;
}
/* ==========================================================================
Selection
========================================================================== */
#selection #page-header{
height: 300px;
}
#selection #page-header div {
height: 250px;
padding-bottom: 50px;
}
#selection #page-body {
position: relative;
width: 800px;
margin-bottom: 0;
}
#selection #page-body img {
width: 400px;
height: 400px;
position: absolute;
left: 0;
top: 0;
}
#selection #page-body div {
display: table-cell;
padding-left: 450px;
vertical-align: middle;
height: 400px;
}
#selection #page-body div p {
font-size: .9em;
}
#selection #page-body div h4 em {
font-family: Serif;
font-style: italic;
color: #AAA;
font-size: 1.7em;
font-weight: normal;
position: relative;
top: -20px;
}
#selection .products {
width: 1024px;
margin: auto;
text-align: center;
}
#selection .products h2 {
font-size: 2em;
margin-top: 0;
}
#selection .products li {
border: 2px solid #eee;
width: 250px;
margin: 8px 5px;
}
#selection .products li img {
margin-bottom: 30px;
}
#selection .products li span,
#selection .products li em {
opacity: 1;
}
/* ==========================================================================
Not found
========================================================================== */
#not-found > section:first-child {
height: 200px;
background: #f8f8f8;
padding-top: 100px;
}
#not-found > section:first-child h1 {
text-align: center;
}
#not-found > section {
padding: 50px;
text-align: center;
}
#not-found > section p a {
color: inherit;
}
/* ==========================================================================
Search
========================================================================== */
#search > section:first-child {
height: 250px;
background: #f8f8f8;
padding-top: 125px;
}
#search > section:first-child form {
position: relative;
display: block;
width: 730px;
margin: auto;
}
#search > section:first-child input[type=text] {
border: none;
width: 700px;
font-size: 24px;
padding: 15px;
outline: none;
font-weight: 100;
height: 30px;
}
#search > section:first-child form::before {
content: '\e804';
font-family: 'Fontello';
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
display: block;
text-align: center;
line-height: 60px;
font-size: 20px;
color: #888;
}
#search > section:first-child input[type=submit] {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
cursor: pointer;
background: rgba(255,255,255,.7);
font-size: 0;
border: none;
outline: none;
transition: .25s;
}
#search > section:first-child input[type=submit]:hover {
background: rgba(255,255,255,0);
}
#search #product-results {
width: 800px;
margin-bottom: 60px;
}
#search #product-results h2 {
text-align: center;
font-size: 2em;
}
#search #product-results li {
background: none;
border: 2px solid #EEE;
width: 150px;
height: 150px;
margin: 8px 5px;
display: inline-block;
padding: 15px 10px;
transition: .25s;
vertical-align: top;
}
#search #product-results li:hover {
background: #fcfcfc;
}
#search #product-results li img {
-webkit-transform: none !important;
transform: none !important;
width: 100px !important;
height: 100px !important;
}
#search #product-results li span {
opacity: 1;
color: #aaa;
text-transform: initial;
}
#search #other-results {
width: 800px;
text-align: center;
margin: auto;
margin-bottom: 60px;
}
#search #other-results h2 {
text-align: center;
font-size: 2em;
}
#search #other-results a {
text-decoration: none;
color: inherit;
}
#search #other-results a h3 {
margin-bottom: 0;
font-size: 1.5em;
}
#search #other-results a em {
display: block;
color: #aaa;
font-style: normal;
font-size: .8em;
margin-bottom: 10px;
}
#search #other-results a p {
font-size: .9em;
}
#search #other-results article::before {
content: '';
display: block;
width: 150px;
height: 3px;
background: #eee;
margin: 30px auto;
}
#search #no-results {
width: 800px;
text-align: center;
margin: auto;
margin-bottom: 60px;
}
#search #no-results h2 {
text-align: center;
font-size: 2em;
}
#search #no-results p a {
color: inherit;
}
/* ==========================================================================
Page transitions
========================================================================== */
div.main > section:first-child {
box-sizing:border-box;
overflow: hidden;
transition: .25s height;
}
div.main > section:first-child > *,
div.main > section:not(:first-child) {
transition: .25s opacity;
}
div.main.fade > section:first-child > *,
div.main.fade > section:not(:first-child) {
opacity: 0;
}
[data-to=products] > section {
height: 800px !important;
}
[data-to=product] > section {
height: 570px !important;
}
[data-to=home] > section {
height: 420px !important;
}
[data-to=about] > section {
height: 500px !important;
}
[data-to=stores] > section {
height: 500px !important;
}
[data-to=store] > section {
height: 300px !important;
}
[data-to=jobs] > section {
height: 500px !important;
}
[data-to=job] > section {
height: 250px !important;
}
[data-to=selection] > section {
height: 300px !important;
}
[data-to=search] > section {
height: 250px !important;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 35em) {
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
/* ==========================================================================
Print styles
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/**
DISABLE TRANSITIONS & ANIMATIONS
*, *::before, *::after {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
*/ | public/stylesheets/main.css | @font-face {
font-family: 'MavenPro';
src: url('../fonts/MavenPro-Regular.eot');
src: local('☺'), url('../fonts/MavenPro-Regular.woff') format('woff'), url('../fonts/MavenPro-Regular.ttf') format('truetype'), url('../fonts/MavenPro-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MavenPro';
src: url('../fonts/MavenPro-Black.eot');
src: local('☺'), url('../fonts/MavenPro-Black.woff') format('woff'), url('../fonts/MavenPro-Black.ttf') format('truetype'), url('../fonts/MavenPro-Black.svg') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Blanch';
src: url('../fonts/BLANCH_CONDENSED.eot');
src: local('☺'), url('../fonts/BLANCH_CONDENSED.woff') format('woff'), url('../fonts/BLANCH_CONDENSED.ttf') format('truetype'), url('../fonts/BLANCH_CONDENSED.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Fontello';
src: url('../fonts/fontello.eot');
src: local('☺'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* ==========================================================================
Base
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
body {
font-size: 1em;
line-height: 1.4;
font-family: 'MavenPro';
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
a {
color: inherit;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Blanch';
}
/* ==========================================================================
Layout
========================================================================== */
html,
body {
max-width: 1440px;
min-width: 1024px;
margin: 0 auto;
padding: 0;
background: #fff;
overflow-x: hidden;
}
header {
background: none;
z-index: 1000;
position: absolute;
top: 0;
max-width: 1440px;
width: 100%;
}
header nav {
background: #fff;
width: 1024px;
margin: 0 auto;
position: relative;
height: 70px;
line-height: 70px;
}
header nav a {
color: inherit;
text-decoration: none;
}
header nav h1 {
margin: 0;
text-align: center;
position: absolute;
left: 0;
right: 0;
line-height: 76px;
color: #111;
font-size: 2.3em;
}
header nav h1 a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 70px;
background: #4f4f4f url(../images/logo@2x.png);
background-size: 70px 70px;
transition: .25s;
}
header nav h1 a:hover::before {
opacity: .9;
}
header nav ul {
margin: 0;
padding: 0;
position: absolute;
cursor: default;
list-style: none;
}
header nav ul li {
display: inline-block;
width: 70px;
color: #aaa;
text-transform: uppercase;
font-size: .8em;
cursor: default;
}
header nav ul li a {
color: #aaa;
border-bottom: 2px solid #fff;
transition: .25s;
}
header nav ul li a.selected {
border-bottom: 2px solid #666;
color: #111;
}
header nav ul li a:hover {
color: #555;
}
header nav ul:first-of-type {
left: 220px;
top: 0px;
text-align: right;
}
header nav ul:last-of-type {
right: 220px;
top: 0px;
}
header nav > a {
position: absolute;
top: 0;
right: 0;
height: 70px;
width: 70px;
text-align: center;
transition: .25s;
}
header nav > a:hover::before {
color: #222;
}
header nav > a span {
display: none;
}
header nav > a::before {
content: '\e801';
font-family: 'Fontello';
line-height: 70px;
color: #aaa;
transition: .25s;
}
div.main {
min-height: 800px;
}
footer {
width: 1024px;
margin: 60px auto;
border-top: 3px solid #f3f3f3;
padding-top: 15px;
color: #ccc;
font-size: 0.8em;
text-align: center;
clear: both;
}
footer a {
color: inherit;
}
/* ==========================================================================
Home
========================================================================== */
#home #caroussel {
background: #f8f8f8;
height: 420px;
position: relative;
overflow: visible !important;
padding-top: 70px;
}
#home #caroussel::before {
content: '';
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #f8f8f8;
position: absolute;
left: 50%;
margin-left: -20px;
bottom: -15px;
transition: .1s;
}
html.no-js #home #caroussel {
overflow: hidden !important;
}
#home #caroussel nav {
width: 1024px;
margin: auto;
padding: 20px 0;
}
html.no-js #home #caroussel nav {
display: none;
}
#home #caroussel nav ul {
margin: 0;
padding: 0;
text-align: center;
list-style: none;
cursor: default;
}
#home #caroussel nav ul li {
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #aaa;
cursor: default;
}
#home #caroussel nav ul li a {
display: inline-block;
padding: 2px 0;
text-decoration: none;
color: #aaa;
transition: .1s color;
cursor: pointer;
}
#home #caroussel nav ul li a:hover {
color: #777;
}
#home #caroussel nav ul li a.selected {
border-bottom: 4px solid #e0e0e0;
color: #111;
}
.products {
width: 1024px;
margin: auto;
}
.products ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
#home #caroussel .products ul {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 120px;
}
#home #caroussel .products ul.current {
pointer-events: auto;
}
html.no-js #home #caroussel .products ul {
pointer-events: auto;
position: relative;
left: auto;
bottom: auto;
margin: 0;
overflow: visible;
}
.products ul li {
display: inline-block;
width: 200px;
height: 200px;
text-align: center;
padding: 40px 0;
cursor: pointer;
background: url(../images/shadow.png) no-repeat;
background-position: center 20px;
transition: opacity 0.2s linear;
}
.products ul li a {
color: inherit;
text-decoration: none;
}
#home #caroussel .products ul li {
-webkit-transform: translateX(1440px);
transform: translateX(1440px);
}
html.no-js #home #caroussel .products ul li {
-webkit-transform: none;
transform: none;
}
.products ul li img {
width: 150px;
height: 150px;
margin: auto;
margin-bottom: 10px;
display: block;
transition: .25s;
}
[data-category="Macaron"] img {
width: 140px !important;
height: 140px !important;
margin-top: 10px !important;
}
[data-category="Pie"] img {
width: 170px !important;
height: 170px !important;
margin-top: -20px !important;
}
[data-category="Cupcake"] img {
width: 180px !important;
height: 180px !important;
margin-top: -30px !important;
}
.products ul li span,
.products ul li em {
text-transform: uppercase;
font-size: .9em;
color: #222;
opacity: 0;
transition: .25s;
}
.products ul li em {
font-family: 'Serif';
color: #888;
display: block;
}
.products ul li:hover span,
.products ul li:hover em {
opacity: 1;
}
.products ul li:hover img {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
#home #caroussel .products ul:empty::before {
content: 'No products for this category';
opacity: 0;
transition: .45s opacity;
line-height: 250px;
color: #D5D5D5;
}
#home #caroussel .products ul.current:empty::before {
opacity: 1;
}
#home #caroussel > p {
text-align: center;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
#home #caroussel > p a {
position: relative;
width: 200px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #444;
padding: 10px;
transition: .1s;
}
#home #caroussel > p a::before {
content: '\e800';
font-family: 'Fontello';
color: #636363;
margin-right: 10px;
font-size: 12px;
}
#home #caroussel > p a::after {
content: '';
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #f8f8f8;
position: absolute;
left: 90px;
bottom: -15px;
transition: .1s;
}
#home #caroussel > p a:hover {
color: #111;
background: #eee;
}
#home #caroussel > p a:hover::after {
border-top: 20px solid #eee;
}
#home #featured {
width: 1024px;
margin: 60px auto;
height: 435px;
text-align: centerl
}
#home #featured > div {
position: relative;
width: 334px;
height: 415px;
margin-right: 5px;
background: #f8f8f8;
display: inline-block;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
#home #featured > div:last-child {
margin-right: 0;
}
#home #featured > div a {
text-decoration: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.3);
transition: .25s;
}
#home #featured > div a:hover {
background: rgba(0,0,0,.5);
}
#home #featured > div h3,
#home #featured > div p {
margin: 0;
padding: 0 10px;
}
#home #featured > div h3 span {
width: 334px;
height: 320px;
font-size: 2em;
margin: 0;
display: table-cell;
vertical-align: bottom;
text-align: center;
color: #fff;
}
#home #featured > div p span,
#home #featured > div p em {
width: 334px;
height: 70px;
margin: 0;
display: table-cell;
vertical-align: middle;
text-align: center;
color: #fff;
}
#home #featured > div h3 + p::before {
content: '';
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 0 auto 10px auto;
transition: .25s;
}
#home #featured > div a:hover h3 + p::before {
width: 160px;
}
#home #featured > div p em {
font-family: 'Serif';
font-size: 2em;
transition: .25s;
}
#home #blog {
clear: both;
background: url(../images/bg-blogpost@2x.png);
background-size: 221.5px 455px;
padding: 25px 0 50px 0;
text-align: center;
color: #fff;
margin-bottom: 60px;
}
#home #blog h2 {
font-size: .8em;
font-weight: normal;
font-family: 'MavenPro';
}
#home #blog h2 a {
font-family: 'Blanch';
font-size: 2em;
display: block;
text-decoration: none;
color: #fff;
}
#home #blog h2::after {
content: '';
width: 80px;
height: 3px;
display: block;
margin: 5px auto;
background: rgba(255,255,255,.2);
}
#home #blog a {
text-decoration: none;
color: #fff;
}
#home #blog h1 {
font-size: 2.5em;
margin: 20px auto 10px auto;
}
#home #blog p {
width: 700px;
margin: auto;
font-size: 0.95em;
}
#home #blog a.more {
display: inline-block;
padding: 5px 10px;
border: 1px solid rgba(255,255,255,.5);
margin-top: 20px;
font-size: 0.75em;
transition: .1s;
}
#home #blog a.more:hover {
background: rgba(255,255,255,.15);
}
/* ==========================================================================
Caroussel Animation (Webkit)
========================================================================== */
#home #caroussel .products ul:first-child li,
html.no-js #home #caroussel .products ul li {
-webkit-animation: scaleUp 500ms ease-in-out both;
}
@-webkit-keyframes scaleUp {
0% { -webkit-transform: translateX(0); opacity: 0; }
100% { -webkit-transform: translateX(0); opacity: 1; }
}
#home #caroussel .products ul:first-child li:first-child {
-webkit-animation-delay: 90ms;
}
#home #caroussel .products ul:first-child li:nth-child(2) {
-webkit-animation-delay: 180ms;
}
#home #caroussel .products ul:first-child li:nth-child(3) {
-webkit-animation-delay: 270ms;
}
#home #caroussel .products ul:first-child li:nth-child(4) {
-webkit-animation-delay: 360ms;
}
#home #caroussel .products ul:first-child li:nth-child(5) {
-webkit-animation-delay: 450ms;
}
#home #caroussel .products ul.moveFromRight li {
-webkit-animation: moveFromRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveFromLeft li {
-webkit-animation: moveFromLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToRight li {
-webkit-animation: moveToRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li {
-webkit-animation: moveToLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li:first-child,
#home #caroussel .products ul.moveFromRight li:first-child,
#home #caroussel .products ul.moveToRight li:nth-child(5),
#home #caroussel .products ul.moveFromLeft li:nth-child(5) {
-webkit-animation-delay: 0ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(2),
#home #caroussel .products ul.moveFromRight li:nth-child(2),
#home #caroussel .products ul.moveToRight li:nth-child(4),
#home #caroussel .products ul.moveFromLeft li:nth-child(4) {
-webkit-animation-delay: 90ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(3),
#home #caroussel .products ul.moveFromRight li:nth-child(3),
#home #caroussel .products ul.moveToRight li:nth-child(3),
#home #caroussel .products ul.moveFromLeft li:nth-child(3) {
-webkit-animation-delay: 180ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(4),
#home #caroussel .products ul.moveFromRight li:nth-child(4),
#home #caroussel .products ul.moveToRight li:nth-child(2),
#home #caroussel .products ul.moveFromLeft li:nth-child(2) {
-webkit-animation-delay: 270ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(5),
#home #caroussel .products ul.moveFromRight li:nth-child(5),
#home #caroussel .products ul.moveToRight li:first-child,
#home #caroussel .products ul.moveFromLeft li:first-child {
-webkit-animation-delay: 350ms;
}
@-webkit-keyframes moveFromRight {
0% { -webkit-transform: translateX(1440px); }
100% { -webkit-transform: translateX(0); }
}
@-webkit-keyframes moveFromLeft {
0% { -webkit-transform: translateX(-1440px); }
100% { -webkit-transform: translateX(0); }
}
@-webkit-keyframes moveToRight {
0% { -webkit-transform: translateX(0); }
100% { -webkit-transform: translateX(1440px); }
}
@-webkit-keyframes moveToLeft {
0% { -webkit-transform: translateX(0); }
100% { -webkit-transform: translateX(-1440px); }
}
/* ==========================================================================
Caroussel Animation (Standard)
========================================================================== */
#home #caroussel .products ul:first-child li,
html.no-js #home #caroussel .products ul li {
animation: scaleUp 500ms ease-in-out both;
}
@keyframes scaleUp {
0% { transform: translateX(0); opacity: 0; }
100% { transform: translateX(0); opacity: 1; }
}
#home #caroussel .products ul:first-child li:first-child {
animation-delay: 90ms;
}
#home #caroussel .products ul:first-child li:nth-child(2) {
animation-delay: 180ms;
}
#home #caroussel .products ul:first-child li:nth-child(3) {
animation-delay: 270ms;
}
#home #caroussel .products ul:first-child li:nth-child(4) {
animation-delay: 360ms;
}
#home #caroussel .products ul:first-child li:nth-child(5) {
animation-delay: 450ms;
}
#home #caroussel .products ul.moveFromRight li {
animation: moveFromRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveFromLeft li {
animation: moveFromLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToRight li {
animation: moveToRight 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li {
animation: moveToLeft 350ms ease-in-out both;
}
#home #caroussel .products ul.moveToLeft li:first-child,
#home #caroussel .products ul.moveFromRight li:first-child,
#home #caroussel .products ul.moveToRight li:nth-child(5),
#home #caroussel .products ul.moveFromLeft li:nth-child(5) {
animation-delay: 0ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(2),
#home #caroussel .products ul.moveFromRight li:nth-child(2),
#home #caroussel .products ul.moveToRight li:nth-child(4),
#home #caroussel .products ul.moveFromLeft li:nth-child(4) {
animation-delay: 90ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(3),
#home #caroussel .products ul.moveFromRight li:nth-child(3),
#home #caroussel .products ul.moveToRight li:nth-child(3),
#home #caroussel .products ul.moveFromLeft li:nth-child(3) {
animation-delay: 180ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(4),
#home #caroussel .products ul.moveFromRight li:nth-child(4),
#home #caroussel .products ul.moveToRight li:nth-child(2),
#home #caroussel .products ul.moveFromLeft li:nth-child(2) {
animation-delay: 270ms;
}
#home #caroussel .products ul.moveToLeft li:nth-child(5),
#home #caroussel .products ul.moveFromRight li:nth-child(5),
#home #caroussel .products ul.moveToRight li:first-child,
#home #caroussel .products ul.moveFromLeft li:first-child {
animation-delay: 350ms;
}
@keyframes moveFromRight {
0% { transform: translateX(1440px); }
100% { transform: translateX(0); }
}
@keyframes moveFromLeft {
0% { transform: translateX(-1440px); }
100% { transform: translateX(0); }
}
@keyframes moveToRight {
0% { transform: translateX(0); }
100% { transform: translateX(1440px); }
}
@keyframes moveToLeft {
0% { transform: translateX(0); }
100% { transform: translateX(-1440px); }
}
/* ==========================================================================
Products list
========================================================================== */
#products #catalog {
background: #f8f8f8;
padding: 120px 0 50px 0;
position: relative;
}
#products #catalog h1 {
text-align: center;
font-size: 3em;
margin-top: 0;
}
#products #catalog ul li {
padding-bottom: 0;
}
#products #catalog > p {
text-align: center;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
#products #catalog > p a {
position: relative;
width: 200px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #444;
padding: 10px;
transition: .1s;
}
#products #catalog > p a::before {
content: '\e802';
font-family: 'Fontello';
color: #636363;
margin-right: 10px;
font-size: 12px;
}
#products #catalog > p a:hover {
color: #111;
background: #eee;
}
/* ==========================================================================
Products detail
========================================================================== */
#product #detail {
background: #f8f8f8;
padding: 110px 0 40px 0;
height: 570px;
position: relative;
}
#product #detail div {
width: 1024px;
margin: auto;
position: relative;
}
#product #detail div img {
width: 400px;
position: absolute;
left: 0;
top: -40px;
}
#product #detail div h4,
#product #detail div h3,
#product #detail div h2,
#product #detail div p {
margin-left: 450px;
text-align: center;
}
#product #detail div h4 {
font-size: 1.5em;
font-weight: normal;
margin-bottom: 0;
}
#product #detail div h4 strong {
color: #444;
}
#product #detail div h4 strong + em::before {
content: '–';
padding: 0 10px;
position: relative;
top: -1px;
}
#product #detail div h4 em {
font-size: 0.8em;
font-family: Serif;
font-style: italic;
color: #aaa;
position: relative;
top: -2px;
}
#product #detail div h2 {
font-size: 3em;
margin-top: 0;
margin-bottom: 0;
}
#product #detail div p {
font-size: .9em;
padding: 0 50px;
}
#product #detail div p em {
font-style: italic;
}
#product #detail div p strong {
font-weight: bold;
}
#product #detail div p .color {
font-size: 0;
color: transparent;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
position: relative;
}
#product #detail div p .color::after {
content: '';
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
border: 8px solid rgba(255,255,255,.6);
box-sizing: border-box;
}
#product #detail > p {
text-align: center;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
#product #detail > p a {
position: relative;
width: 200px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
font-size: .7em;
margin: 0 10px;
color: #444;
padding: 10px;
transition: .1s;
}
#product #detail > p a::before {
content: '\e800';
font-family: 'Fontello';
color: #636363;
margin-right: 10px;
font-size: 12px;
}
#product #detail > p a:hover {
color: #111;
background: #eee;
}
#product #gallery {
height: 450px;
background-size: cover;
background-position: center;
position: relative;
}
#product #gallery.noimage::before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
}
#product #quote blockquote {
width: 400px;
margin: 50px auto;
padding: 0 20px;
text-align: center;
font-style: italic;
color: #5F5F5F;
position: relative;
}
#product #quote blockquote::before {
content: '«';
position: absolute;
left: -40px;
top: 0;
bottom: 0;
width: 20px;
font-size: 4em;
font-family: 'Serif';
color: #B8B6B6;
}
#product #quote blockquote::after {
content: '»';
position: absolute;
right: -40px;
top: 0;
bottom: 0;
width: 20px;
font-size: 4em;
font-family: 'Serif';
color: #B8B6B6;
}
#product #quote blockquote strong {
font-weight: bold;
display: block;
font-size: 0.8em;
margin-top: 10px;
}
#product #related {
width: 1024px;
margin: 20px auto;
text-align: center;
}
#product #related h2 {
font-size: 2em;
margin-top: 2em;
}
#product #related li {
border: 2px solid #eee;
width: 250px;
margin: 8px 5px;
}
#product #related li:nth-child(3n) {
margin-right: 0;
}
#product #related li img {
margin-bottom: 30px;
}
#product #related li span,
#product #related li em {
opacity: 1;
}
/* ==========================================================================
Pages
========================================================================== */
#page-header {
height: 500px;
background: #f8f8f8;
}
#page-header > div {
height: 500px;
width: 100%;
display: table;
background-position: center;
}
#page-header > div > div {
background: rgba(0,0,0,.3);
padding-bottom: 100px;
height: 400px;
width: 100%;
color: #fff;
text-align: center;
display: table-cell;
vertical-align: bottom;
}
#page-header h1 {
width: 800px;
margin: 0 auto;
font-size: 3em;
}
#page-header p {
width: 600px;
margin: 0 auto;
font-size: 1.1em;
}
#page-body {
width: 800px;
margin: 50px auto;
text-align: center;
font-size: 0.9em;
padding-bottom: 50px;
}
#page-body h2 {
font-size: 2.8em;
}
#page-body p {
padding: 10px 0;
}
#page-body a {
color: #000;
}
/* ==========================================================================
Stores
========================================================================== */
#stores #page-body article {
display: table;
width: 800px;
background-position: center;
margin: 20px 0;
}
#stores #page-body article a {
display: table-cell;
height: 100px;
vertical-align: middle;
text-decoration: none;
color: #FFF;
background: rgba(0, 0, 0, 0.3);
transition: .25s;
}
#stores #page-body article a:hover {
background: rgba(0, 0, 0, 0.5);
}
#stores #page-body article a h3 {
font-size: 2.5em;
margin: 0;
}
#stores #page-body article a h3::after {
content: '';
display: block;
width: 80px;
height: 3px;
background: #fff;
margin: 0 auto 10px auto;
transition: .25s;
}
#stores #page-body article a:hover h3::after {
width: 160px !important;
}
/* ==========================================================================
Store detail
========================================================================== */
#store #page-header {
height: 300px;
}
#store #page-header div {
height: 250px;
}
#store #page-body {
position: relative;
}
#store #page-body p.address {
width: 400px;
font-size: 0.9em;
}
#store aside {
position: absolute;
top: 0;
left: 500px;
text-align: left;
}
#store aside h4 {
font-size: 1.8em;
margin-top: 0;
margin-bottom: 15px;
}
#store aside dl {
margin: 0;
padding: 6px 0;
border-bottom: 1px solid #eee;
}
#store aside dl:last-child {
border-bottom: 0;
}
#store aside dt,
#store aside dd {
display: inline-block;
}
#store aside dt {
width: 150px;
}
/* ==========================================================================
Jobs
========================================================================== */
#jobs #page-body {
position: relative;
width: 1024px;
}
#jobs #page-body .presentation {
width: 800px;
margin: auto;
}
#jobs #page-body h2 {
margin-top: 50px;
}
#jobs #page-body .job {
width: 430px;
margin: 20px 30px;
display: inline-block;
vertical-align: top;
}
#jobs #page-body .job a {
text-decoration: none;
color: inherit;
}
#jobs #page-body .job::before {
content: '\e803\e803\e803';
font-family: 'Fontello';
color: #ccc;
letter-spacing: 5px;
}
#jobs #page-body .job h3 {
font-size: 1.5em;
margin: 5px 0;
}
#jobs #page-body .job p {
color: #999;
font-size: 0.9em;
min-height: 90px;
}
#jobs #page-body .job strong {
display: inline-block;
border: 1px solid #ccc;
padding: 5px 10px;
font-weight: normal;;
font-size: 0.7em;
color: #777;
text-transform: uppercase;
transition: .1s;
}
#jobs #page-body .job strong:hover {
background: #f8f8f8
}
#jobs #page-body .job:nth-child(2n) {
margin-right: 0;
}
/* ==========================================================================
Job detail
========================================================================== */
#job #page-header {
height: 250px;
}
#job #page-header div {
height: 200px;
}
#job #page-body h1,
#job #page-body h2 {
font-size: 2em;
}
/* ==========================================================================
Selection
========================================================================== */
#selection #page-header{
height: 300px;
}
#selection #page-header div {
height: 250px;
padding-bottom: 50px;
}
#selection #page-body {
position: relative;
width: 800px;
margin-bottom: 0;
}
#selection #page-body img {
width: 400px;
height: 400px;
position: absolute;
left: 0;
top: 0;
}
#selection #page-body div {
display: table-cell;
padding-left: 450px;
vertical-align: middle;
height: 400px;
}
#selection #page-body div p {
font-size: .9em;
}
#selection #page-body div h4 em {
font-family: Serif;
font-style: italic;
color: #AAA;
font-size: 1.7em;
font-weight: normal;
position: relative;
top: -20px;
}
#selection .products {
width: 1024px;
margin: auto;
text-align: center;
}
#selection .products h2 {
font-size: 2em;
margin-top: 0;
}
#selection .products li {
border: 2px solid #eee;
width: 250px;
margin: 8px 5px;
}
#selection .products li img {
margin-bottom: 30px;
}
#selection .products li span,
#selection .products li em {
opacity: 1;
}
/* ==========================================================================
Not found
========================================================================== */
#not-found > section:first-child {
height: 200px;
background: #f8f8f8;
padding-top: 100px;
}
#not-found > section:first-child h1 {
text-align: center;
}
#not-found > section {
padding: 50px;
text-align: center;
}
#not-found > section p a {
color: inherit;
}
/* ==========================================================================
Search
========================================================================== */
#search > section:first-child {
height: 250px;
background: #f8f8f8;
padding-top: 125px;
}
#search > section:first-child form {
position: relative;
display: block;
width: 730px;
margin: auto;
}
#search > section:first-child input[type=text] {
border: none;
width: 700px;
font-size: 24px;
padding: 15px;
outline: none;
font-weight: 100;
height: 30px;
}
#search > section:first-child form::before {
content: '\e804';
font-family: 'Fontello';
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
display: block;
text-align: center;
line-height: 60px;
font-size: 20px;
color: #888;
}
#search > section:first-child input[type=submit] {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
cursor: pointer;
background: rgba(255,255,255,.7);
font-size: 0;
border: none;
outline: none;
transition: .25s;
}
#search > section:first-child input[type=submit]:hover {
background: rgba(255,255,255,0);
}
#search #product-results {
width: 800px;
margin-bottom: 60px;
}
#search #product-results h2 {
text-align: center;
font-size: 2em;
}
#search #product-results li {
background: none;
border: 2px solid #EEE;
width: 150px;
height: 150px;
margin: 8px 5px;
display: inline-block;
padding: 15px 10px;
transition: .25s;
vertical-align: top;
}
#search #product-results li:hover {
background: #fcfcfc;
}
#search #product-results li img {
-webkit-transform: none !important;
transform: none !important;
width: 100px !important;
height: 100px !important;
}
#search #product-results li span {
opacity: 1;
color: #aaa;
text-transform: initial;
}
#search #other-results {
width: 800px;
text-align: center;
margin: auto;
margin-bottom: 60px;
}
#search #other-results h2 {
text-align: center;
font-size: 2em;
}
#search #other-results a {
text-decoration: none;
color: inherit;
}
#search #other-results a h3 {
margin-bottom: 0;
font-size: 1.5em;
}
#search #other-results a em {
display: block;
color: #aaa;
font-style: normal;
font-size: .8em;
margin-bottom: 10px;
}
#search #other-results a p {
font-size: .9em;
}
#search #other-results article::before {
content: '';
display: block;
width: 150px;
height: 3px;
background: #eee;
margin: 30px auto;
}
#search #no-results {
width: 800px;
text-align: center;
margin: auto;
margin-bottom: 60px;
}
#search #no-results h2 {
text-align: center;
font-size: 2em;
}
#search #no-results p a {
color: inherit;
}
/* ==========================================================================
Page transitions
========================================================================== */
div.main > section:first-child {
box-sizing:border-box;
overflow: hidden;
transition: .25s height;
}
div.main > section:first-child > *,
div.main > section:not(:first-child) {
transition: .25s opacity;
}
div.main.fade > section:first-child > *,
div.main.fade > section:not(:first-child) {
opacity: 0;
}
[data-to=products] > section {
height: 800px !important;
}
[data-to=product] > section {
height: 570px !important;
}
[data-to=home] > section {
height: 420px !important;
}
[data-to=about] > section {
height: 500px !important;
}
[data-to=stores] > section {
height: 500px !important;
}
[data-to=store] > section {
height: 300px !important;
}
[data-to=jobs] > section {
height: 500px !important;
}
[data-to=job] > section {
height: 250px !important;
}
[data-to=selection] > section {
height: 300px !important;
}
[data-to=search] > section {
height: 250px !important;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 35em) {
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
/* ==========================================================================
Print styles
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/**
DISABLE TRANSITIONS & ANIMATIONS
*, *::before, *::after {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
*/ | 0.278453 | 0.044411 |
html, body {
margin: 0;
padding: 0;
}
body {
background-color: rgb(206, 208, 209);
margin-bottom: 500px;
}
h3 {
width: 60%;
margin: auto;
}
.item {
background-color: rgb(52, 191, 255);
display: flex;
justify-content: center;
align-items: center;
}
.item:nth-child(even){
background-color: rgb(253, 124, 124);
}
/* Start Grid Row Column */
.container1 {
margin: 50px auto;
width: 60%;
text-align: center;
display: grid;
}
/* Latihan 1 */
.container1.one {
grid-template-columns: 1fr 3fr 1.5fr;
}
/* Latihan 2 */
.container1.two {
grid-template-columns: 1fr 2fr 3fr;
grid-template-rows: 5fr 2.5fr;
grid-auto-rows: 100px;
}
/* Latihan 3 */
.container1.three {
grid-template-rows: 1fr 3fr;
grid-template-columns: 1.5fr 1fr;
grid-auto-columns: 3fr;
grid-auto-flow: column;
}
/* Latihan 4 */
.container1.four {
grid-auto-columns: 2fr;
grid-auto-flow: column;
}
/* Latihan 5 */
.container1.five {
grid-auto-columns: 40px;
}
/* Latihan 6 */
.container1.six {
grid-auto-columns: 40px;
grid-template-rows: auto auto 5fr 7fr;
grid-auto-rows: 2fr;
}
/* End Grid Row Column */
/* Start Grid Special Keyword Function */
.container2 {
width: 60%;
margin: 0 auto 50px auto;
display: grid;
}
/* Latihan 1 */
.container2.one {
grid-template-columns: repeat(9, 2fr);
}
/* Latihan 2 */
.container2.two {
grid-template-columns: 1fr min-content max-content;
}
/* Latihan 3 */
.container2.three {
border: 5px solid black;
grid-template-columns: repeat(auto-fit, 100px);
}
/* Latihan 4 */
.container2.four {
grid-template-columns: 1fr minmax(200px, 300px) 1fr;
}
/* End Grid Special Keyword Function */
/* Start Grid Area and Gap */
.container3 {
width: 60%;
margin: 0 auto 50px auto;
display: grid;
}
/* Latihan 1 */
.container3.one {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 100px);
grid-template-areas: 'header header header'
'sidebar sidebar sidebar'
'main main main'
'footer footer footer';
}
.container3 .item {
color: white;
}
.container3 .item.header {
grid-area: header;
background-color: rgb(255, 140, 140);
}
.container3 .item.sidebar {
grid-area: sidebar;
background-color: rgb(91, 142, 207);
}
.container3 .item.main {
grid-area: main;
background-color: orange;
}
.container3 .item.footer {
grid-area: footer;
background-color: grey;
}
@media screen and (min-width: 576px){
.container3.one {
grid-template-areas: 'header header header'
'sidebar main main'
'sidebar main main'
'footer footer footer';
}
}
/* Latihan 2 */
.container3.two {
grid-template: [row1-start] 'header header header' 1fr
[row1-end row2-start] 'main main main' 2fr
[row2-end row3-start] 'footer footer footer' 3fr [row3-end]
/ 1fr 2fr 3fr;
}
/* Latihan 3 */
.container3.three {
border: 5px solid black;
background-color: white;
grid-template-columns: repeat(3, 1fr);
column-gap: 5px;
row-gap: 5px;
}
.container3.three .item {
padding: 50px 0;
}
/* End Grid Area and Gap */
/* Start Grid Alignment */
.item.i1, .item.i4, .item.i7 {
width: 80px;
}
.item.i2, .item.i5, .item.i8 {
width: 50px;
}
.item.i3, .item.i6, .item.i9 {
width: 110px;
}
.container4 {
width: 60%;
margin: 0 auto 50px auto;
display: grid;
gap: 5px;
}
.container4 .item {
border: 3px solid rgb(0, 0, 0);
height: 100px;
background-color: rgb(117, 204, 255);
}
/* Latihan 1 */
.container4.one {
justify-items: center;
align-items: center;
grid-template-rows: 150px 150px 150px;
grid-template-columns: 1fr 1fr 1fr;
}
/* Latihan 2 */
.container4.two {
background-color: black;
height: 400px;
grid-template-columns: 120px 130px 120px;
grid-template-rows: 80px 80px 80px;
justify-content: end;
align-content: space-around;
}
.container4.two .item {
width: 80px;
height: 40px;
}
/* End Grid Alignment */
/* Start Grid Item Properties */
.container5 {
width: 60%;
margin: 0 auto 80px auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 100px);
}
.container5 .item {
background-color: transparent;
}
.container5 .item.property {
background-color: rgb(179, 245, 242);
}
/* Latihan 1 */
.container5.one .item.property {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 2;
grid-row-end: 4;
/* grid-column: 2 / 4;
grid-row: 2 / 4; */
}
/* Latihan 2 */
.container5.two .item.property {
grid-column-start: 1;
grid-column-end: span 2;
grid-row-start: 1;
grid-row-end: span 4;
/* grid-column: 1 / span 2;
grid-row: 1 / span 4; */
}
/* Latihan 3 */
.container5.three .item.property {
grid-column-start: -1;
grid-column-end: -3;
grid-row-start: -1;
grid-row-end: -4;
/* grid-column: -1 / -3;
grid-row: -1 / -4; */
}
/* Latihan 4 */
.container5.four, .container5.five, .container5.six, .container5.seven {
color: white;
border: 5px solid black;
grid-auto-rows: 40px;
}
.container5 .item.header {
grid-area: 1 / 1 / 2 / span 3;
background-color: rgb(255, 140, 140);
}
.container5 .item.sidebar {
grid-area: 2 / 1 / span 2 / 2;
background-color: rgb(91, 142, 207);
}
.container5 .item.main {
grid-area: 2 / 2 / span 2 / span 2;
background-color: orange;
}
.container5 .item.footer {
grid-area: 4 / 1 / 5 / span 3;
background-color: grey;
}
/* Latihan 5 */
.container5.five .item.header {
justify-self: start;
}
.container5.five .item.sidebar {
justify-self: center;
}
.container5.five .item.main {
justify-self: end;
}
.container5.five .item.footer {
justify-self: stretch;
}
/* Latihan 6 */
.container5.six .item.header {
align-self: start;
}
.container5.six .item.sidebar {
align-self: center;
}
.container5.six .item.main {
align-self: end;
}
.container5.six .item.footer {
align-self: stretch;
}
/* Latihan 7 */
.container5.seven .item.header {
place-self: center start;
}
.container5.seven .item.sidebar {
place-self: center start;
}
.container5.seven .item.main {
place-self: center;
}
.container5.seven .item.footer {
place-self: end;
}
/* End Grid Item Properties */ | CSS Exercises/Grid/style.css | html, body {
margin: 0;
padding: 0;
}
body {
background-color: rgb(206, 208, 209);
margin-bottom: 500px;
}
h3 {
width: 60%;
margin: auto;
}
.item {
background-color: rgb(52, 191, 255);
display: flex;
justify-content: center;
align-items: center;
}
.item:nth-child(even){
background-color: rgb(253, 124, 124);
}
/* Start Grid Row Column */
.container1 {
margin: 50px auto;
width: 60%;
text-align: center;
display: grid;
}
/* Latihan 1 */
.container1.one {
grid-template-columns: 1fr 3fr 1.5fr;
}
/* Latihan 2 */
.container1.two {
grid-template-columns: 1fr 2fr 3fr;
grid-template-rows: 5fr 2.5fr;
grid-auto-rows: 100px;
}
/* Latihan 3 */
.container1.three {
grid-template-rows: 1fr 3fr;
grid-template-columns: 1.5fr 1fr;
grid-auto-columns: 3fr;
grid-auto-flow: column;
}
/* Latihan 4 */
.container1.four {
grid-auto-columns: 2fr;
grid-auto-flow: column;
}
/* Latihan 5 */
.container1.five {
grid-auto-columns: 40px;
}
/* Latihan 6 */
.container1.six {
grid-auto-columns: 40px;
grid-template-rows: auto auto 5fr 7fr;
grid-auto-rows: 2fr;
}
/* End Grid Row Column */
/* Start Grid Special Keyword Function */
.container2 {
width: 60%;
margin: 0 auto 50px auto;
display: grid;
}
/* Latihan 1 */
.container2.one {
grid-template-columns: repeat(9, 2fr);
}
/* Latihan 2 */
.container2.two {
grid-template-columns: 1fr min-content max-content;
}
/* Latihan 3 */
.container2.three {
border: 5px solid black;
grid-template-columns: repeat(auto-fit, 100px);
}
/* Latihan 4 */
.container2.four {
grid-template-columns: 1fr minmax(200px, 300px) 1fr;
}
/* End Grid Special Keyword Function */
/* Start Grid Area and Gap */
.container3 {
width: 60%;
margin: 0 auto 50px auto;
display: grid;
}
/* Latihan 1 */
.container3.one {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 100px);
grid-template-areas: 'header header header'
'sidebar sidebar sidebar'
'main main main'
'footer footer footer';
}
.container3 .item {
color: white;
}
.container3 .item.header {
grid-area: header;
background-color: rgb(255, 140, 140);
}
.container3 .item.sidebar {
grid-area: sidebar;
background-color: rgb(91, 142, 207);
}
.container3 .item.main {
grid-area: main;
background-color: orange;
}
.container3 .item.footer {
grid-area: footer;
background-color: grey;
}
@media screen and (min-width: 576px){
.container3.one {
grid-template-areas: 'header header header'
'sidebar main main'
'sidebar main main'
'footer footer footer';
}
}
/* Latihan 2 */
.container3.two {
grid-template: [row1-start] 'header header header' 1fr
[row1-end row2-start] 'main main main' 2fr
[row2-end row3-start] 'footer footer footer' 3fr [row3-end]
/ 1fr 2fr 3fr;
}
/* Latihan 3 */
.container3.three {
border: 5px solid black;
background-color: white;
grid-template-columns: repeat(3, 1fr);
column-gap: 5px;
row-gap: 5px;
}
.container3.three .item {
padding: 50px 0;
}
/* End Grid Area and Gap */
/* Start Grid Alignment */
.item.i1, .item.i4, .item.i7 {
width: 80px;
}
.item.i2, .item.i5, .item.i8 {
width: 50px;
}
.item.i3, .item.i6, .item.i9 {
width: 110px;
}
.container4 {
width: 60%;
margin: 0 auto 50px auto;
display: grid;
gap: 5px;
}
.container4 .item {
border: 3px solid rgb(0, 0, 0);
height: 100px;
background-color: rgb(117, 204, 255);
}
/* Latihan 1 */
.container4.one {
justify-items: center;
align-items: center;
grid-template-rows: 150px 150px 150px;
grid-template-columns: 1fr 1fr 1fr;
}
/* Latihan 2 */
.container4.two {
background-color: black;
height: 400px;
grid-template-columns: 120px 130px 120px;
grid-template-rows: 80px 80px 80px;
justify-content: end;
align-content: space-around;
}
.container4.two .item {
width: 80px;
height: 40px;
}
/* End Grid Alignment */
/* Start Grid Item Properties */
.container5 {
width: 60%;
margin: 0 auto 80px auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 100px);
}
.container5 .item {
background-color: transparent;
}
.container5 .item.property {
background-color: rgb(179, 245, 242);
}
/* Latihan 1 */
.container5.one .item.property {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 2;
grid-row-end: 4;
/* grid-column: 2 / 4;
grid-row: 2 / 4; */
}
/* Latihan 2 */
.container5.two .item.property {
grid-column-start: 1;
grid-column-end: span 2;
grid-row-start: 1;
grid-row-end: span 4;
/* grid-column: 1 / span 2;
grid-row: 1 / span 4; */
}
/* Latihan 3 */
.container5.three .item.property {
grid-column-start: -1;
grid-column-end: -3;
grid-row-start: -1;
grid-row-end: -4;
/* grid-column: -1 / -3;
grid-row: -1 / -4; */
}
/* Latihan 4 */
.container5.four, .container5.five, .container5.six, .container5.seven {
color: white;
border: 5px solid black;
grid-auto-rows: 40px;
}
.container5 .item.header {
grid-area: 1 / 1 / 2 / span 3;
background-color: rgb(255, 140, 140);
}
.container5 .item.sidebar {
grid-area: 2 / 1 / span 2 / 2;
background-color: rgb(91, 142, 207);
}
.container5 .item.main {
grid-area: 2 / 2 / span 2 / span 2;
background-color: orange;
}
.container5 .item.footer {
grid-area: 4 / 1 / 5 / span 3;
background-color: grey;
}
/* Latihan 5 */
.container5.five .item.header {
justify-self: start;
}
.container5.five .item.sidebar {
justify-self: center;
}
.container5.five .item.main {
justify-self: end;
}
.container5.five .item.footer {
justify-self: stretch;
}
/* Latihan 6 */
.container5.six .item.header {
align-self: start;
}
.container5.six .item.sidebar {
align-self: center;
}
.container5.six .item.main {
align-self: end;
}
.container5.six .item.footer {
align-self: stretch;
}
/* Latihan 7 */
.container5.seven .item.header {
place-self: center start;
}
.container5.seven .item.sidebar {
place-self: center start;
}
.container5.seven .item.main {
place-self: center;
}
.container5.seven .item.footer {
place-self: end;
}
/* End Grid Item Properties */ | 0.475849 | 0.146973 |
@-moz-document url(chrome://browser/content/browser.xul) {
#main-window[sizemode="maximized"] :-moz-any(
.customTitleBarMaximizeButton,
.customTitleBarMinimizeButton,
.customTitleBarCloseButton,
.customTitleBarRestoreButton) {
margin-top: -4px !important; }
:-moz-any(
.customTitleBarMaximizeButton,
.customTitleBarMinimizeButton,
.customTitleBarCloseButton,
.customTitleBarRestoreButton) {
margin: 0 -1px 0 -1px !important; }
.customTitleBarLogo{
display: none !important;}
#main-window[sizemode="normal"] #nav-bar {
margin: 1px 0 0px 0 !important; }
#main-window[sizemode="maximized"] #nav-bar {
margin: 1px 0 -1px 0 !important; }
toolbarbutton {
max-height: 24px !important;
margin: 1px -1px 1px -1px !important;}
#urlbar,
.searchbar-textbox {
max-height: 26px !important;
margin: 0px 2px 0px 0 !important;}
#urlbar {
margin-left: -8px !important; }
#back-button, #forward-button {
margin-left: -10px !important; }
#appmenu-button {
margin: 0 2px 0 0px !important;
min-width: 31px !important;
max-width: 31px !important;
max-height: 28px !important; }
#main-window[sizemode="normal"] #appmenu-button {
min-height: 28px !important; }
#appmenu-button > .button-box .button-icon {
list-style-image: none !important;}
#TabsToolbar {
margin-right: -28px !important; }
/**************************************************
TAiT: Tabs Always In Titlebar
MFB: Movable Firefox Button
TMP: Tab Mix Plus
Only apply one of the following sections, leaving the
rest commented out, its a diy multiple choice script
***************************************************/
/** for TAiT **/
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: -11px -78px 0 -57px !important; }
#main-window[sizemode="normal"] #appmenu-button {
margin-top: 2px !important; }
#appmenu-button .button-text {
display: none !important; }
#navigator-toolbox:not([customizing]) #TabsToolbar {
margin-right: -18px !important; } /**/
/**************************************************/
/** for TAiT + MFB **
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 0 -78px 0 -63px !important;}
#appmenu-button {
margin: -1px 2px -1px 0px !important;}
#main-window[sizemode="normal"] #appmenu-button {
margin-bottom: -2px !important;} **/
/**************************************************/
/** for TAiT + UI FIXER **
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 0 -78px 0 -90px !important; } **/
/**************************************************/
/** for TAiT + UI FIXER + TMP **
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 1px -83px 0px -3px !important; }
#navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 8px -22px -1px 0 !important; }
#main-window[sizemode="normal"] #nav-bar {
margin: 0px 0 0px 0 !important; }
.scrollbutton-up, .scrollbutton-down {
margin-top: -2px !important; } **/
/**************************************************/
} | data/usercss/98568.user.css | @-moz-document url(chrome://browser/content/browser.xul) {
#main-window[sizemode="maximized"] :-moz-any(
.customTitleBarMaximizeButton,
.customTitleBarMinimizeButton,
.customTitleBarCloseButton,
.customTitleBarRestoreButton) {
margin-top: -4px !important; }
:-moz-any(
.customTitleBarMaximizeButton,
.customTitleBarMinimizeButton,
.customTitleBarCloseButton,
.customTitleBarRestoreButton) {
margin: 0 -1px 0 -1px !important; }
.customTitleBarLogo{
display: none !important;}
#main-window[sizemode="normal"] #nav-bar {
margin: 1px 0 0px 0 !important; }
#main-window[sizemode="maximized"] #nav-bar {
margin: 1px 0 -1px 0 !important; }
toolbarbutton {
max-height: 24px !important;
margin: 1px -1px 1px -1px !important;}
#urlbar,
.searchbar-textbox {
max-height: 26px !important;
margin: 0px 2px 0px 0 !important;}
#urlbar {
margin-left: -8px !important; }
#back-button, #forward-button {
margin-left: -10px !important; }
#appmenu-button {
margin: 0 2px 0 0px !important;
min-width: 31px !important;
max-width: 31px !important;
max-height: 28px !important; }
#main-window[sizemode="normal"] #appmenu-button {
min-height: 28px !important; }
#appmenu-button > .button-box .button-icon {
list-style-image: none !important;}
#TabsToolbar {
margin-right: -28px !important; }
/**************************************************
TAiT: Tabs Always In Titlebar
MFB: Movable Firefox Button
TMP: Tab Mix Plus
Only apply one of the following sections, leaving the
rest commented out, its a diy multiple choice script
***************************************************/
/** for TAiT **/
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: -11px -78px 0 -57px !important; }
#main-window[sizemode="normal"] #appmenu-button {
margin-top: 2px !important; }
#appmenu-button .button-text {
display: none !important; }
#navigator-toolbox:not([customizing]) #TabsToolbar {
margin-right: -18px !important; } /**/
/**************************************************/
/** for TAiT + MFB **
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 0 -78px 0 -63px !important;}
#appmenu-button {
margin: -1px 2px -1px 0px !important;}
#main-window[sizemode="normal"] #appmenu-button {
margin-bottom: -2px !important;} **/
/**************************************************/
/** for TAiT + UI FIXER **
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 0 -78px 0 -90px !important; } **/
/**************************************************/
/** for TAiT + UI FIXER + TMP **
#main-window[sizemode="normal"] #navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 1px -83px 0px -3px !important; }
#navigator-toolbox:not([customizing]) #TabsToolbar {
margin: 8px -22px -1px 0 !important; }
#main-window[sizemode="normal"] #nav-bar {
margin: 0px 0 0px 0 !important; }
.scrollbutton-up, .scrollbutton-down {
margin-top: -2px !important; } **/
/**************************************************/
} | 0.127191 | 0.051415 |
.set-filter{background: url("../../../assets/img/set-query-meta.png") no-repeat left center;border-bottom: 1px solid #ccc;}
.set_filter_box{ width: 500px;}
.f_search_box{ position: relative;}
.f_search_box label{line-height: 15px;}
.f_search_box input{ width: 100%; border:1px solid #e6eaec; color: #666; font-size: 12px; height:38px; line-height: 38px; background-color: #fff; outline: none; border-radius: 3px; padding:0 40px 0 10px; }
.f_search_box i{ position: absolute; line-height: 38px; top: 0; right: 10px; cursor: pointer;}
.will_select_box{ height: 16px; margin: 20px 0 10px; line-height: 16px;}
.will_select_box label{color: #fff; width: auto; display: inline-block;}
.will_select_list{height: 195px; background-color: #fff; padding:10px 0; border-radius: 3px; border:1px solid #e6eaec;}
.will_select_list li{padding: 0 10px; height: 26px; line-height: 26px; margin-bottom: 10px;}
.will_select_list li .mock_box{ top:5px; }
.will_select_list li:hover{ background-color: #f9f9f9;}
.will_select_list li .right_con{ top: 6px;}
.get_val_list{ height: 134px; border:1px solid #e6eaec; padding: 10px; background-color: #fff; border-radius:3px;}
.get_val_list li{ float: left; width: 103px; padding:0 20px 0 10px; position: relative;height:30px; line-height: 28px; background-color: #f0f0f0; color: #666; font-size: 12px; border:1px solid #e7e7e8; margin: 0 10px 10px 0;border-radius: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.get_val_list li i{ color: #f04946; position: absolute;right: 5px; top: 1px; cursor: pointer;}
.clear_condition{ line-height: 36px; color: #fff;}
.clear_condition i{ color: #66938e; margin-right: 10px;}
.set_param_name{ line-height: 30px; color: #fff; margin-top: 10px;}
.set_line{ height: 16px; line-height: 16px; margin-bottom: 10px; display: inline-block; float: right;}
.will_select_list label{height: 26px; overflow: hidden;}
.will_select_list label .mock_input{ width: 1px; height: 1px; overflow: hidden; top: -10px;}
.set_line input{ position: absolute; top: 0px; opacity: 0;}
.mock_radio{ display: inline-block;margin-right:6px;position:relative;width: 12px; height: 12px; border-radius: 50%; background-color: #e9e9e9;position: relative;border:1px solid #c9c9c9; }
.mock_radio:after{ display:none;content:''; overflow:hidden;position: absolute; width: 4px; height: 4px; background-color: #1f7acc; border-radius: 50%; top: 3px; left: 3px; }
.set_line input:checked+.mock_radio:after{ display: inline-block;}
.set_filter_btn button{ width: 49%;} | src/app/module/card/card.query.dimension.component.css | .set-filter{background: url("../../../assets/img/set-query-meta.png") no-repeat left center;border-bottom: 1px solid #ccc;}
.set_filter_box{ width: 500px;}
.f_search_box{ position: relative;}
.f_search_box label{line-height: 15px;}
.f_search_box input{ width: 100%; border:1px solid #e6eaec; color: #666; font-size: 12px; height:38px; line-height: 38px; background-color: #fff; outline: none; border-radius: 3px; padding:0 40px 0 10px; }
.f_search_box i{ position: absolute; line-height: 38px; top: 0; right: 10px; cursor: pointer;}
.will_select_box{ height: 16px; margin: 20px 0 10px; line-height: 16px;}
.will_select_box label{color: #fff; width: auto; display: inline-block;}
.will_select_list{height: 195px; background-color: #fff; padding:10px 0; border-radius: 3px; border:1px solid #e6eaec;}
.will_select_list li{padding: 0 10px; height: 26px; line-height: 26px; margin-bottom: 10px;}
.will_select_list li .mock_box{ top:5px; }
.will_select_list li:hover{ background-color: #f9f9f9;}
.will_select_list li .right_con{ top: 6px;}
.get_val_list{ height: 134px; border:1px solid #e6eaec; padding: 10px; background-color: #fff; border-radius:3px;}
.get_val_list li{ float: left; width: 103px; padding:0 20px 0 10px; position: relative;height:30px; line-height: 28px; background-color: #f0f0f0; color: #666; font-size: 12px; border:1px solid #e7e7e8; margin: 0 10px 10px 0;border-radius: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.get_val_list li i{ color: #f04946; position: absolute;right: 5px; top: 1px; cursor: pointer;}
.clear_condition{ line-height: 36px; color: #fff;}
.clear_condition i{ color: #66938e; margin-right: 10px;}
.set_param_name{ line-height: 30px; color: #fff; margin-top: 10px;}
.set_line{ height: 16px; line-height: 16px; margin-bottom: 10px; display: inline-block; float: right;}
.will_select_list label{height: 26px; overflow: hidden;}
.will_select_list label .mock_input{ width: 1px; height: 1px; overflow: hidden; top: -10px;}
.set_line input{ position: absolute; top: 0px; opacity: 0;}
.mock_radio{ display: inline-block;margin-right:6px;position:relative;width: 12px; height: 12px; border-radius: 50%; background-color: #e9e9e9;position: relative;border:1px solid #c9c9c9; }
.mock_radio:after{ display:none;content:''; overflow:hidden;position: absolute; width: 4px; height: 4px; background-color: #1f7acc; border-radius: 50%; top: 3px; left: 3px; }
.set_line input:checked+.mock_radio:after{ display: inline-block;}
.set_filter_btn button{ width: 49%;} | 0.359477 | 0.1602 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Fira Sans Condensed", sans-serif;
}
body {
color: #fff;
text-transform: uppercase;
}
img {
max-width: 100%;
}
/* UTILITIES */
/* Containers */
.app-wrap {
height: 100vh;
display: flex;
flex-direction: column;
}
.container {
max-width: 1250px;
margin: 0 auto;
}
/* Flex */
.flex {
display: flex;
}
.jc-center {
justify-content: center;
}
.jc-between {
justify-content: space-between;
}
.ai-center {
align-items: center;
}
.grow {
flex-grow: 1;
}
/* List */
.list-inline {
display: flex;
list-style: none;
}
/* HEADER */
.main-header {
background-color: #fff;
}
.main-header img {
height: 80px;
margin: 10px;
}
.main-header .header-nav {
margin-left: 40px;
}
.main-header .header-nav li {
margin: 0 20px;
border-bottom: 2px solid transparent;
}
.main-header .header-nav li a {
color: #303030;
text-decoration: none;
font-weight: 600;
}
.main-header .header-nav li.active, .main-header .header-nav li:hover {
border-bottom: 2px solid #0182f9;
}
.main-header .header-nav li.active a, .main-header .header-nav li:hover a {
color: #0182f9;
}
/* MAIN FOOTER */
.main-footer {
background-color: #303030;
border-top: 15px solid #0182f9;
}
.main-footer .sign-up {
margin: 25px 0;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
border: 2px solid #0182f9;
cursor: pointer;
}
.main-footer li {
margin-left: 20px;
}
.main-footer .follow {
color: #0182f9;
margin-right: 10px;
font-size: 1.3rem;
font-weight: 600;
}
/* HOME MAIN */
.home-main {
height: 100%;
padding-top: 70px;
background-color: #1c1c1c;
}
.home-main .container {
flex-direction: column;
}
.home-main .comics {
flex-wrap: wrap;
}
.home-main .comics .card {
width: calc(100% / 6);
padding: 14px;
}
.home-main .comics .card .comic-title {
margin-top: 1.3rem;
margin-bottom: 2rem;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9rem;
}
.home-main .load {
padding: 10px 60px;
margin-bottom: 1.1rem;
font-size: 0.9rem;
font-weight: 600;
background-color: #0182f9;
cursor: pointer;
}
.news-main {
height: 100%;
background-image: url("../images/dc-news.jpg");
}
.news-main .container {
height: 100%;
padding: 20px;
background-color: rgba(0, 0, 0, 0.7);
}
.news-main .container .news-title {
margin-bottom: 2.5rem;
color: #0182f9;
text-align: center;
font-size: 3rem;
}
.news-main .container p {
margin-bottom: 1.8rem;
text-transform: none;
font-size: 1.5rem;
} | public/css/app.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Fira Sans Condensed", sans-serif;
}
body {
color: #fff;
text-transform: uppercase;
}
img {
max-width: 100%;
}
/* UTILITIES */
/* Containers */
.app-wrap {
height: 100vh;
display: flex;
flex-direction: column;
}
.container {
max-width: 1250px;
margin: 0 auto;
}
/* Flex */
.flex {
display: flex;
}
.jc-center {
justify-content: center;
}
.jc-between {
justify-content: space-between;
}
.ai-center {
align-items: center;
}
.grow {
flex-grow: 1;
}
/* List */
.list-inline {
display: flex;
list-style: none;
}
/* HEADER */
.main-header {
background-color: #fff;
}
.main-header img {
height: 80px;
margin: 10px;
}
.main-header .header-nav {
margin-left: 40px;
}
.main-header .header-nav li {
margin: 0 20px;
border-bottom: 2px solid transparent;
}
.main-header .header-nav li a {
color: #303030;
text-decoration: none;
font-weight: 600;
}
.main-header .header-nav li.active, .main-header .header-nav li:hover {
border-bottom: 2px solid #0182f9;
}
.main-header .header-nav li.active a, .main-header .header-nav li:hover a {
color: #0182f9;
}
/* MAIN FOOTER */
.main-footer {
background-color: #303030;
border-top: 15px solid #0182f9;
}
.main-footer .sign-up {
margin: 25px 0;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
border: 2px solid #0182f9;
cursor: pointer;
}
.main-footer li {
margin-left: 20px;
}
.main-footer .follow {
color: #0182f9;
margin-right: 10px;
font-size: 1.3rem;
font-weight: 600;
}
/* HOME MAIN */
.home-main {
height: 100%;
padding-top: 70px;
background-color: #1c1c1c;
}
.home-main .container {
flex-direction: column;
}
.home-main .comics {
flex-wrap: wrap;
}
.home-main .comics .card {
width: calc(100% / 6);
padding: 14px;
}
.home-main .comics .card .comic-title {
margin-top: 1.3rem;
margin-bottom: 2rem;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9rem;
}
.home-main .load {
padding: 10px 60px;
margin-bottom: 1.1rem;
font-size: 0.9rem;
font-weight: 600;
background-color: #0182f9;
cursor: pointer;
}
.news-main {
height: 100%;
background-image: url("../images/dc-news.jpg");
}
.news-main .container {
height: 100%;
padding: 20px;
background-color: rgba(0, 0, 0, 0.7);
}
.news-main .container .news-title {
margin-bottom: 2.5rem;
color: #0182f9;
text-align: center;
font-size: 3rem;
}
.news-main .container p {
margin-bottom: 1.8rem;
text-transform: none;
font-size: 1.5rem;
} | 0.375592 | 0.072571 |
.tabs-page-container {
background: #f5f6fa;
padding: 0; }
.tabs-page-container .tabs-container-description {
padding: 30px; }
.tabs-page-container .tabs-container-description > h3 {
font-weight: 500;
margin-top: 0;
margin-bottom: 0; }
.tabs-page-container .tabs-container-description > p {
color: #858585;
margin-top: 5px;
margin-bottom: 0; }
.tabs-page-container > .tab-content {
background: #fff; }
.tabs-page-container > .tab-content > .tab-pane {
padding: 30px; }
.tabs-page-container > .nav-tabs .nav-item:first-child {
margin-left: 30px; }
.nav.nav-tabs {
border-bottom: 1px solid #d7dceb;
border-color: #d7dceb;
/*#c4cbe1;*/
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.nav.nav-tabs.tabs-page-default .nav-link {
position: relative;
padding: 15px 20px;
-webkit-border-radius: 0;
border-radius: 0;
font-size: 14px;
color: #333333;
border-left: 1px solid #d7dceb;
border-top: 1px solid #d7dceb;
border-right: none;
border-bottom: none; }
.nav.nav-tabs.tabs-page-default .nav-link > .badge {
padding: 3px 6px;
-webkit-border-radius: 9px;
border-radius: 9px;
margin-left: 6px;
line-height: 11px; }
.nav.nav-tabs.tabs-page-default .nav-link.active {
font-weight: 500;
background: #fff; }
.nav.nav-tabs.tabs-page-default .nav-link.active::before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
height: 4px;
display: block;
background: #25628F;
z-index: 1; }
.nav.nav-tabs.tabs-page-default .nav-link.active::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 1px;
display: block;
background: #fff;
z-index: 1; }
.nav.nav-tabs.tabs-page-default .nav-item + .nav-item {
margin-left: 0; }
.nav.nav-tabs.tabs-page-default .nav-item:last-child .nav-link {
border-right: 1px solid #d7dceb; }
.nav.nav-tabs .nav-item.dropdown .dropdown-menu {
margin: 0;
margin-top: 4px;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.nav.nav-tabs .nav-item.dropdown.show > .nav-link, .nav.nav-tabs .nav-item.dropdown.show > .nav-link:hover {
position: relative; }
.nav.nav-tabs .nav-item.dropdown.show > .nav-link::before, .nav.nav-tabs .nav-item.dropdown.show > .nav-link:hover::before {
content: '';
position: absolute;
top: auto;
left: 0;
right: 0;
bottom: 0;
height: 4px;
display: block;
background: #42a5f5;
z-index: 1; }
.tabs-container .tab-content .tab-pane {
padding: 20px; }
.tabs-container.tabs-primary .nav-link.active {
position: relative; }
.tabs-container.tabs-primary .nav-link.active::before {
content: '';
position: absolute;
bottom: auto;
left: -1px;
right: -1px;
top: -1px;
height: 4px;
display: block;
background: #25628F;
z-index: 1; }
.tabs-container.tabs-info .nav-link.active {
position: relative; }
.tabs-container.tabs-info .nav-link.active::before {
content: '';
position: absolute;
bottom: auto;
left: -1px;
right: -1px;
top: -1px;
height: 4px;
display: block;
background: #42a5f5;
z-index: 1; }
.tabs-container .nav-tabs .nav-item + .nav-item {
margin-left: 0; }
.tabs-container .nav-tabs .nav-item .nav-link .icon {
display: inline-block;
margin-right: 7px;
font-size: 23px;
position: relative;
top: 3px;
line-height: 11px; }
.tabs-container.tabs-icons-vertical .nav-tabs .nav-item .nav-link {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 15px;
padding-bottom: 15px;
text-align: center; }
.tabs-container.tabs-icons-vertical .nav-tabs .nav-item .nav-link > .icon {
margin: 0;
margin-bottom: 10px;
top: 0; }
.tabs-container.tabs-icons .nav-tabs .nav-item .nav-link .icon {
margin-right: 0; }
.tabs-container.tabs-default {
-webkit-border-radius: 2px;
border-radius: 2px;
border: solid 1px #d7dceb; }
.tabs-container.tabs-default .nav-link {
color: #333;
line-height: 14px;
position: relative;
font-size: 14px;
padding: 18px 20px; }
.tabs-container.tabs-default .nav-link.active {
font-weight: 500; }
.tabs-container.tabs-default .nav-link:focus {
color: #333; }
.tabs-container.tabs-default.tabs-header-default .nav-tabs {
background: #f5f6fa; }
.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link {
border: none; }
.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link:hover::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
display: block;
z-index: 1;
background: #d3edfc; }
.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link.active::before, .tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link.active:hover::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
display: block;
background: #42a5f5;
z-index: 1; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-tabs {
border-top: 1px solid #d7dceb;
border-bottom: none; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-item {
margin-top: -1px;
margin-bottom: 0; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link {
border: none; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link:hover::before {
bottom: auto;
top: 0; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link.active::before, .tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link.active:hover::before {
bottom: auto;
top: 0; }
.tabs-container.tabs-default.tabs-with-separator .nav-link {
border: none;
-webkit-border-radius: 0;
border-radius: 0; }
.tabs-container.tabs-default.tabs-with-separator .nav-item .nav-link.active {
background: #fff;
border-left: solid 1px #d7dceb;
border-right: solid 1px #d7dceb; }
.tabs-container.tabs-default.tabs-with-separator .nav-item .nav-link.active::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 1px;
display: block;
background: #fff;
z-index: 1; }
.tabs-container.tabs-default.tabs-with-separator .nav-item:first-child .nav-link.active {
border-left: none;
border-right: solid 1px #d7dceb; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-tabs {
border-top: 1px solid #d7dceb;
border-bottom: none; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-item {
margin-top: -1px;
margin-bottom: 0; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-item > .nav-link.active::after {
display: none; }
.tabs-container.tabs-vertical {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.tabs-container.tabs-vertical.center-content {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.tabs-container.tabs-vertical.center-content .tab-content {
text-align: center; }
.tabs-container.tabs-vertical .nav-item + .nav-item {
margin-top: 0; }
.tabs-container.tabs-vertical .nav-tabs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border: none;
border-right: 1px solid #d7dceb; }
.tabs-container.tabs-vertical .nav-tabs .nav-item {
margin-right: -1px;
white-space: nowrap; }
.tabs-container.tabs-vertical .nav-tabs.nav-tabs-icons .nav-item {
text-align: center; }
.tabs-container.tabs-vertical .nav-tabs.nav-tabs-icons .nav-item .icon {
font-size: 23px;
font-weight: normal;
color: #25628F;
width: 21px;
margin-right: 0;
position: relative;
top: 3px;
line-height: 11px; }
.tabs-container.tabs-vertical .tab-content {
width: 100%; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-tabs {
border: none;
border-left: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-tabs.nav-tabs-icons .nav-item .nav-link .icon {
margin-left: 0; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-item {
margin-right: 0;
margin-left: -1px; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link {
padding-top: 18px; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link:hover::before {
content: '';
height: 100%;
width: 4px;
display: block;
z-index: 1;
right: 0;
left: auto;
background: #d3edfc; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link.active::before, .tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link.active:hover::before {
content: '';
height: 100%;
width: 4px;
display: block;
background: #42a5f5;
z-index: 1;
right: 0;
left: auto; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link.active::before, .tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link.active:hover::before {
right: auto;
left: 0; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link:hover::before {
right: auto;
left: 0; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link {
border-right: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link.active {
border: none;
border-top: 1px solid #d7dceb;
border-bottom: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link.active:after {
display: none; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item:first-child .nav-link.active {
border-top: none; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item:last-child .nav-link.active {
border-bottom: none; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator.tabs-vertical-right .nav-link {
border-right: none;
border-left: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator.tabs-vertical-right .nav-link.active {
border: none;
border-top: 1px solid #d7dceb;
border-bottom: 1px solid #d7dceb; }
.tabs-container.tabs-pills .nav-pills .nav-item {
margin-left: 10px; }
.tabs-container.tabs-pills .nav-pills .nav-item:first-child {
margin-left: 0; }
.tabs-container.tabs-pills .nav-pills .nav-link {
padding: 18px 20px;
font-size: 14px;
line-height: 14px;
color: #333333;
-webkit-border-radius: 2px;
border-radius: 2px; }
.tabs-container.tabs-pills .nav-pills .nav-link:hover {
background-color: #e9f6fe; }
.tabs-container.tabs-pills .nav-pills .nav-link.active, .tabs-container.tabs-pills .nav-pills .nav-link .active:focus, .tabs-container.tabs-pills .nav-pills .nav-link .active:hover {
color: #fff;
background-color: #42a5f5;
font-weight: 500; }
.tabs-container.tabs-pills .tab-content {
-webkit-border-radius: 2px;
border-radius: 2px;
border: solid 1px #d7dceb;
margin-top: 10px; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bordered .nav-item .nav-link {
border-right: 1px solid #d7dceb; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bordered .nav-item .nav-link.active {
border-left: none; }
.tabs-container.full {
border: none;
-webkit-border-radius: 0;
border-radius: 0; }
.tabs-container.full .nav-tabs {
padding-left: 30px;
padding-right: 30px;
border-color: rgba(57, 80, 155, 0.2); }
.tabs-container.full.light > .nav-tabs .nav-link:not(.active) {
color: #858585; }
.tabs-container.full > .nav-tabs > .nav-item > .nav-link {
font-size: 14px;
padding: 20px 18px; }
.tabs-container.full .tab-pane {
padding: 30px; }
@media screen and (max-width: 992px) {
.tabs-page-container [class*="col-"] .tabs-container {
margin-bottom: 30px; } }
@media screen and (max-width: 580px) {
.tabs-page-container .nav.nav-tabs.tabs-full-page {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.tabs-page-container .nav.nav-tabs.tabs-full-page > .nav-item {
margin: 0; }
.tabs-page-container .nav.nav-tabs.tabs-full-page > .nav-item > .nav-link.active {
border-bottom: 1px solid #d7dceb; } }
/* END UIKIT TABS */ | public/assets/styles/uikit/tabs.css | .tabs-page-container {
background: #f5f6fa;
padding: 0; }
.tabs-page-container .tabs-container-description {
padding: 30px; }
.tabs-page-container .tabs-container-description > h3 {
font-weight: 500;
margin-top: 0;
margin-bottom: 0; }
.tabs-page-container .tabs-container-description > p {
color: #858585;
margin-top: 5px;
margin-bottom: 0; }
.tabs-page-container > .tab-content {
background: #fff; }
.tabs-page-container > .tab-content > .tab-pane {
padding: 30px; }
.tabs-page-container > .nav-tabs .nav-item:first-child {
margin-left: 30px; }
.nav.nav-tabs {
border-bottom: 1px solid #d7dceb;
border-color: #d7dceb;
/*#c4cbe1;*/
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.nav.nav-tabs.tabs-page-default .nav-link {
position: relative;
padding: 15px 20px;
-webkit-border-radius: 0;
border-radius: 0;
font-size: 14px;
color: #333333;
border-left: 1px solid #d7dceb;
border-top: 1px solid #d7dceb;
border-right: none;
border-bottom: none; }
.nav.nav-tabs.tabs-page-default .nav-link > .badge {
padding: 3px 6px;
-webkit-border-radius: 9px;
border-radius: 9px;
margin-left: 6px;
line-height: 11px; }
.nav.nav-tabs.tabs-page-default .nav-link.active {
font-weight: 500;
background: #fff; }
.nav.nav-tabs.tabs-page-default .nav-link.active::before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
height: 4px;
display: block;
background: #25628F;
z-index: 1; }
.nav.nav-tabs.tabs-page-default .nav-link.active::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 1px;
display: block;
background: #fff;
z-index: 1; }
.nav.nav-tabs.tabs-page-default .nav-item + .nav-item {
margin-left: 0; }
.nav.nav-tabs.tabs-page-default .nav-item:last-child .nav-link {
border-right: 1px solid #d7dceb; }
.nav.nav-tabs .nav-item.dropdown .dropdown-menu {
margin: 0;
margin-top: 4px;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.nav.nav-tabs .nav-item.dropdown.show > .nav-link, .nav.nav-tabs .nav-item.dropdown.show > .nav-link:hover {
position: relative; }
.nav.nav-tabs .nav-item.dropdown.show > .nav-link::before, .nav.nav-tabs .nav-item.dropdown.show > .nav-link:hover::before {
content: '';
position: absolute;
top: auto;
left: 0;
right: 0;
bottom: 0;
height: 4px;
display: block;
background: #42a5f5;
z-index: 1; }
.tabs-container .tab-content .tab-pane {
padding: 20px; }
.tabs-container.tabs-primary .nav-link.active {
position: relative; }
.tabs-container.tabs-primary .nav-link.active::before {
content: '';
position: absolute;
bottom: auto;
left: -1px;
right: -1px;
top: -1px;
height: 4px;
display: block;
background: #25628F;
z-index: 1; }
.tabs-container.tabs-info .nav-link.active {
position: relative; }
.tabs-container.tabs-info .nav-link.active::before {
content: '';
position: absolute;
bottom: auto;
left: -1px;
right: -1px;
top: -1px;
height: 4px;
display: block;
background: #42a5f5;
z-index: 1; }
.tabs-container .nav-tabs .nav-item + .nav-item {
margin-left: 0; }
.tabs-container .nav-tabs .nav-item .nav-link .icon {
display: inline-block;
margin-right: 7px;
font-size: 23px;
position: relative;
top: 3px;
line-height: 11px; }
.tabs-container.tabs-icons-vertical .nav-tabs .nav-item .nav-link {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 15px;
padding-bottom: 15px;
text-align: center; }
.tabs-container.tabs-icons-vertical .nav-tabs .nav-item .nav-link > .icon {
margin: 0;
margin-bottom: 10px;
top: 0; }
.tabs-container.tabs-icons .nav-tabs .nav-item .nav-link .icon {
margin-right: 0; }
.tabs-container.tabs-default {
-webkit-border-radius: 2px;
border-radius: 2px;
border: solid 1px #d7dceb; }
.tabs-container.tabs-default .nav-link {
color: #333;
line-height: 14px;
position: relative;
font-size: 14px;
padding: 18px 20px; }
.tabs-container.tabs-default .nav-link.active {
font-weight: 500; }
.tabs-container.tabs-default .nav-link:focus {
color: #333; }
.tabs-container.tabs-default.tabs-header-default .nav-tabs {
background: #f5f6fa; }
.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link {
border: none; }
.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link:hover::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
display: block;
z-index: 1;
background: #d3edfc; }
.tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link.active::before, .tabs-container.tabs-default.tabs-no-separator > .nav-tabs .nav-link.active:hover::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
display: block;
background: #42a5f5;
z-index: 1; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-tabs {
border-top: 1px solid #d7dceb;
border-bottom: none; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-item {
margin-top: -1px;
margin-bottom: 0; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link {
border: none; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link:hover::before {
bottom: auto;
top: 0; }
.tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link.active::before, .tabs-container.tabs-default.tabs-no-separator.tabs-bottom .nav-link.active:hover::before {
bottom: auto;
top: 0; }
.tabs-container.tabs-default.tabs-with-separator .nav-link {
border: none;
-webkit-border-radius: 0;
border-radius: 0; }
.tabs-container.tabs-default.tabs-with-separator .nav-item .nav-link.active {
background: #fff;
border-left: solid 1px #d7dceb;
border-right: solid 1px #d7dceb; }
.tabs-container.tabs-default.tabs-with-separator .nav-item .nav-link.active::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 1px;
display: block;
background: #fff;
z-index: 1; }
.tabs-container.tabs-default.tabs-with-separator .nav-item:first-child .nav-link.active {
border-left: none;
border-right: solid 1px #d7dceb; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-tabs {
border-top: 1px solid #d7dceb;
border-bottom: none; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-item {
margin-top: -1px;
margin-bottom: 0; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bottom .nav-item > .nav-link.active::after {
display: none; }
.tabs-container.tabs-vertical {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-js-display: flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.tabs-container.tabs-vertical.center-content {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.tabs-container.tabs-vertical.center-content .tab-content {
text-align: center; }
.tabs-container.tabs-vertical .nav-item + .nav-item {
margin-top: 0; }
.tabs-container.tabs-vertical .nav-tabs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border: none;
border-right: 1px solid #d7dceb; }
.tabs-container.tabs-vertical .nav-tabs .nav-item {
margin-right: -1px;
white-space: nowrap; }
.tabs-container.tabs-vertical .nav-tabs.nav-tabs-icons .nav-item {
text-align: center; }
.tabs-container.tabs-vertical .nav-tabs.nav-tabs-icons .nav-item .icon {
font-size: 23px;
font-weight: normal;
color: #25628F;
width: 21px;
margin-right: 0;
position: relative;
top: 3px;
line-height: 11px; }
.tabs-container.tabs-vertical .tab-content {
width: 100%; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-tabs {
border: none;
border-left: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-tabs.nav-tabs-icons .nav-item .nav-link .icon {
margin-left: 0; }
.tabs-container.tabs-vertical.tabs-default.tabs-vertical-right .nav-item {
margin-right: 0;
margin-left: -1px; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link {
padding-top: 18px; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link:hover::before {
content: '';
height: 100%;
width: 4px;
display: block;
z-index: 1;
right: 0;
left: auto;
background: #d3edfc; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link.active::before, .tabs-container.tabs-vertical.tabs-default.tabs-no-separator .nav-link.active:hover::before {
content: '';
height: 100%;
width: 4px;
display: block;
background: #42a5f5;
z-index: 1;
right: 0;
left: auto; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link.active::before, .tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link.active:hover::before {
right: auto;
left: 0; }
.tabs-container.tabs-vertical.tabs-default.tabs-no-separator.tabs-vertical-right .nav-link:hover::before {
right: auto;
left: 0; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link {
border-right: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link.active {
border: none;
border-top: 1px solid #d7dceb;
border-bottom: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item .nav-link.active:after {
display: none; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item:first-child .nav-link.active {
border-top: none; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator .nav-item:last-child .nav-link.active {
border-bottom: none; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator.tabs-vertical-right .nav-link {
border-right: none;
border-left: 1px solid #d7dceb; }
.tabs-container.tabs-vertical.tabs-default.tabs-with-separator.tabs-vertical-right .nav-link.active {
border: none;
border-top: 1px solid #d7dceb;
border-bottom: 1px solid #d7dceb; }
.tabs-container.tabs-pills .nav-pills .nav-item {
margin-left: 10px; }
.tabs-container.tabs-pills .nav-pills .nav-item:first-child {
margin-left: 0; }
.tabs-container.tabs-pills .nav-pills .nav-link {
padding: 18px 20px;
font-size: 14px;
line-height: 14px;
color: #333333;
-webkit-border-radius: 2px;
border-radius: 2px; }
.tabs-container.tabs-pills .nav-pills .nav-link:hover {
background-color: #e9f6fe; }
.tabs-container.tabs-pills .nav-pills .nav-link.active, .tabs-container.tabs-pills .nav-pills .nav-link .active:focus, .tabs-container.tabs-pills .nav-pills .nav-link .active:hover {
color: #fff;
background-color: #42a5f5;
font-weight: 500; }
.tabs-container.tabs-pills .tab-content {
-webkit-border-radius: 2px;
border-radius: 2px;
border: solid 1px #d7dceb;
margin-top: 10px; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bordered .nav-item .nav-link {
border-right: 1px solid #d7dceb; }
.tabs-container.tabs-default.tabs-with-separator.tabs-bordered .nav-item .nav-link.active {
border-left: none; }
.tabs-container.full {
border: none;
-webkit-border-radius: 0;
border-radius: 0; }
.tabs-container.full .nav-tabs {
padding-left: 30px;
padding-right: 30px;
border-color: rgba(57, 80, 155, 0.2); }
.tabs-container.full.light > .nav-tabs .nav-link:not(.active) {
color: #858585; }
.tabs-container.full > .nav-tabs > .nav-item > .nav-link {
font-size: 14px;
padding: 20px 18px; }
.tabs-container.full .tab-pane {
padding: 30px; }
@media screen and (max-width: 992px) {
.tabs-page-container [class*="col-"] .tabs-container {
margin-bottom: 30px; } }
@media screen and (max-width: 580px) {
.tabs-page-container .nav.nav-tabs.tabs-full-page {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.tabs-page-container .nav.nav-tabs.tabs-full-page > .nav-item {
margin: 0; }
.tabs-page-container .nav.nav-tabs.tabs-full-page > .nav-item > .nav-link.active {
border-bottom: 1px solid #d7dceb; } }
/* END UIKIT TABS */ | 0.369998 | 0.047514 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
html{
margin: 0;
font-family: 'Roboto', sans-serif;
min-height: 100%;
position: relative;
word-wrap: break-word;
}
body{
padding-bottom: 100px;
}
header{
max-width: 1000px;
margin: auto;
display: grid;
grid-template-areas: "logo navbar";
grid-auto-flow: column;
align-items: end;
padding-top: 52px;
}
header #logo{
grid-area: logo;
text-decoration: none;
}
header #logo>span{
color: #34C78E;
font-size: 36px;
font-weight: 700;
}
header #topNav{
grid-area: navbar;
justify-self: end;
}
header #topNav>#toggle{
display: none;
}
header #topNav>.icon-toggle{
color: #34C78E;
font-size: 32px;
font-weight: 700;
display: none;
}
header #topNav>.menu>a{
color: #000;
font-size: 20px;
padding: 10px;
text-decoration: none;
border-bottom: 2px solid #FFF;
}
header #topNav>.menu>a:hover{
border-bottom: 2px solid #34C78E;
}
header #topNav>.menu>a:nth-child(2){
background-color: #FFD500;
border: 2px solid #FFD500;
}
header #topNav>.menu>a:nth-child(2):hover{
background-color: #34C78E;
color: #FFF;
border-color: #34C78E;
}
footer{
display: grid;
grid-auto-flow: row;
grid-template-areas: "ctaDonation";
background-color: #FFF;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
footer>.click-to-donate{
grid-area: ctaDonation;
text-align: center;
font-size: 20px;
text-decoration: none;
color: #FFF;
line-height: 60px;
height: 60px;
background-color: #34C78E;
}
@media only screen and (max-width: 710px){
header{
grid-template-areas: "logo"
"navbar";
grid-auto-flow: row;
}
header #topNav{
grid-area: navbar;
justify-self: center;
margin-top: 20px;
}
header #topNav>.icon-toggle{
cursor: pointer;
display: block;
font-weight: 300;
}
header #topNav>.icon-toggle>span{
font-size: 38px;
color: #000;
}
header #topNav>.menu{
display: none;
}
header #topNav>.menu>a{
width: 100%;
display: block;
}
header #topNav>#toggle:checked + .menu{
display: block;
}
header #logo{
justify-self: center;
}
}
/*Below the CSS about <main>
Each page can have your own CSS, verify the folder /style or the documentation in special cases
*/
main{
display: grid;
margin-top: 100px;
max-width: 1000px;
margin: auto;
padding-bottom: 100px;
} | assets/style/main.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
html{
margin: 0;
font-family: 'Roboto', sans-serif;
min-height: 100%;
position: relative;
word-wrap: break-word;
}
body{
padding-bottom: 100px;
}
header{
max-width: 1000px;
margin: auto;
display: grid;
grid-template-areas: "logo navbar";
grid-auto-flow: column;
align-items: end;
padding-top: 52px;
}
header #logo{
grid-area: logo;
text-decoration: none;
}
header #logo>span{
color: #34C78E;
font-size: 36px;
font-weight: 700;
}
header #topNav{
grid-area: navbar;
justify-self: end;
}
header #topNav>#toggle{
display: none;
}
header #topNav>.icon-toggle{
color: #34C78E;
font-size: 32px;
font-weight: 700;
display: none;
}
header #topNav>.menu>a{
color: #000;
font-size: 20px;
padding: 10px;
text-decoration: none;
border-bottom: 2px solid #FFF;
}
header #topNav>.menu>a:hover{
border-bottom: 2px solid #34C78E;
}
header #topNav>.menu>a:nth-child(2){
background-color: #FFD500;
border: 2px solid #FFD500;
}
header #topNav>.menu>a:nth-child(2):hover{
background-color: #34C78E;
color: #FFF;
border-color: #34C78E;
}
footer{
display: grid;
grid-auto-flow: row;
grid-template-areas: "ctaDonation";
background-color: #FFF;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
footer>.click-to-donate{
grid-area: ctaDonation;
text-align: center;
font-size: 20px;
text-decoration: none;
color: #FFF;
line-height: 60px;
height: 60px;
background-color: #34C78E;
}
@media only screen and (max-width: 710px){
header{
grid-template-areas: "logo"
"navbar";
grid-auto-flow: row;
}
header #topNav{
grid-area: navbar;
justify-self: center;
margin-top: 20px;
}
header #topNav>.icon-toggle{
cursor: pointer;
display: block;
font-weight: 300;
}
header #topNav>.icon-toggle>span{
font-size: 38px;
color: #000;
}
header #topNav>.menu{
display: none;
}
header #topNav>.menu>a{
width: 100%;
display: block;
}
header #topNav>#toggle:checked + .menu{
display: block;
}
header #logo{
justify-self: center;
}
}
/*Below the CSS about <main>
Each page can have your own CSS, verify the folder /style or the documentation in special cases
*/
main{
display: grid;
margin-top: 100px;
max-width: 1000px;
margin: auto;
padding-bottom: 100px;
} | 0.156556 | 0.050168 |
@charset "UTF-8";
form,
img,
ul,
ol,
table,
td,
article,
figure,
figcaption {
margin: 0;
padding: 0;
border: 0;
}
a {
outline: none;
border: 0;
}
ul,
ol {
list-style: none outside none;
}
table {
border-spacing: 0;
}
td {
vertical-align: top;
}
html {
-webkit-text-size-adjust: none;
}
html,
body {
margin: 0;
height: 100%;
}
body {
background: #fff;
margin: 0;
font-size: 15px;
line-height: 21px;
width: 996px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
select,
input,
textarea {
font-size: 12px;
margin: 0;
color: #000;
}
a {
text-decoration: none;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.CodeMirror,
.CodeMirror textarea,
.CodeMirror pre {
font-family: "Open Sans", Menlo, Consolas, "Vera Mono", monospace;
font-size: 13px;
}
h1,
h2 {
font-family: "Opne Sans";
font-weight: normal;
font-size: 30px;
line-height: 36px;
padding-top: 32px;
padding-bottom: 8px;
border-bottom: 1px solid;
margin: 0 0 21px 0;
}
h3,
h4,
h5 {
font-weight: bold;
font-size: 1em;
}
h4 {
display: inline;
}
h4 + p {
margin-top: 21px;
}
h5 {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
}
body,
select,
input,
textarea,
.tutorial h2,
.reference h2 {
font-family: "Open Sans", "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
.tutorial h2,
.reference h2 {
font-size: 15px;
line-height: 21px;
padding: 0;
}
.tutorial h2 {
font-size: 20px;
line-height: 28px;
border: 0;
padding-top: 30px;
margin-top: -30px;
}
.tutorial section {
margin-bottom: 30px;
}
tt,
pre {
font-family: "Open Sans", Menlo, Consolas, "Vera Mono", monospace;
font-size: 13px;
}
/* Column Layout */
nav,
article,
aside {
float: left;
margin-left: 32px;
}
nav {
width: 160px;
position: fixed;
overflow-x: hidden;
overflow-y: auto;
padding: 0 21px 32px 0;
top: 0;
bottom: 0;
z-index: 1;
}
article {
position: relative;
margin: 0 0 32px 224px;
z-index: 0;
width: 540px;
}
article.examples {
width: 772px;
}
aside,
aside h1,
aside .fixed {
width: 200px;
}
/* Fullscreen */
body.fullscreen {
overflow: hidden;
}
body.fullscreen article {
position: absolute;
overflow: hidden;
width: auto;
padding: 0;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin-bottom: 0;
}
body.fullscreen article .paperscript {
height: 100%;
margin-bottom: 0;
}
body.fullscreen article .canvas,
body.fullscreen article canvas[resize] {
width: 100%;
height: 100%;
}
/* Menu */
nav ul,
aside ul {
padding: 0;
list-style: none;
margin: 0;
}
nav ul li,
aside ul li {
padding: 0;
margin: 0 0 0 13px;
text-indent: -13px;
}
nav ul li.spacer,
aside ul li.spacer {
margin-top: 10px;
}
nav ul > li,
aside ul > li {
padding: 0;
}
/* Colours and Links */
nav,
nav a {
color: #009dec;
border-bottom-color: #009dec;
}
nav ul a:hover,
nav ul .active > a {
background: #e3f4fc;
}
aside,
aside a {
color: #e4141b;
border-bottom-color: #e4141b;
}
aside a:hover,
aside .active > * {
background: #fce6e6;
}
/* Content Styles */
article {
/* Text Content */
}
article,
article a {
color: #333;
}
article a {
border-bottom: 1px solid;
}
article a:hover,
article a:hover em {
background: #e5e5e5;
}
article em {
font-style: normal;
background: #efefef;
}
article p,
article ul,
article ol {
margin: 0 10px 21px 0;
}
article p.small,
article ul.small,
article ol.small {
margin-bottom: 10.5px;
}
article figure,
article .CodeMirror,
article .paperscript {
margin-bottom: 21px;
}
article ul,
article ol {
padding: 0;
list-style: none outside none;
}
article ul ul,
article ul ol,
article ol ul,
article ol ol {
margin-bottom: 0;
}
article ul > li {
text-indent: -1em;
margin-left: 1em;
}
article ul > li:before {
content: "–";
padding-right: 0.3em;
}
article ol {
counter-reset: item;
}
article ol > li {
text-indent: -1.5em;
margin-left: 1.5em;
}
article ol > li:before {
text-indent: 0;
display: inline-block;
content: counter(item, upper-latin) ") ";
counter-increment: item;
width: 1.5em;
}
section {
clear: both;
margin: 0 0 21px;
padding: 0;
}
.column {
width: 260px;
float: left;
}
.column + .column {
margin-left: 20px;
}
.row {
clear: both;
}
.donation {
padding-bottom: 20px;
}
.donation input,
.donation select {
margin-right: 0.35em;
}
.note {
padding: 8px;
margin: 0 10px 19px;
background: #f4f4f4;
clear: both;
}
.note .resource {
margin: 0;
}
.note > :last-child {
margin-bottom: -21px;
}
/* Blocks */
.block {
display: table;
margin-bottom: 20px;
*zoom: 1;
}
.block:before, .block:after {
content: " ";
display: table;
}
.block:after {
clear: both;
}
.block .note {
margin: 0 10px 0 0;
}
.block .CodeMirror {
height: auto;
margin-bottom: 20px;
}
.block .paperscript:last-child {
margin-bottom: 0;
}
.block svg {
display: block;
}
.block .left,
.block .right {
float: none;
display: table-cell;
vertical-align: middle;
}
.block .left {
padding-right: 20px;
}
.block + .block {
border-top: 1px dotted #000;
padding-top: 20px;
}
/* Thumbnails */
.thumbnails {
margin-right: -23px;
}
.thumbnail {
float: left;
width: 242px;
margin: 0 23px 23px 0;
}
.download {
margin-bottom: 20px;
}
.download .image {
float: left;
margin-right: 8px;
}
.thumbnail .resource a,
.download .image a {
border: 0 !important;
background: none !important;
}
.reference h1,
.reference h2,
.reference h3 {
font-size: 15px;
font-weight: normal;
height: 19px;
border-bottom: 1px solid;
margin-top: 0;
margin-bottom: 16px;
}
.reference h2 a {
font-weight: bold;
}
.reference h3 {
margin-top: 16px;
border-bottom-style: dotted;
}
.reference a tt {
line-height: 18px;
}
.reference p {
margin: 0 0 16px 0;
}
.reference hr {
border: none;
border-bottom: 1px dotted;
}
.reference ul {
margin: 0;
padding: 0;
list-style: none;
}
.reference ul > li {
text-indent: 0;
margin-left: 0;
}
.reference ul > li:before {
display: none;
}
.reference .reference-list ul,
.reference .reference-inherited ul {
margin-left: 16px;
}
.reference .reference-inherited ul li {
text-indent: -30px;
padding-left: 30px;
}
.reference .reference-classes {
padding-bottom: 4px;
}
.reference .reference-classes h2,
.reference .reference-classes h3,
.reference .reference-classes hr {
margin: 10px 0 10px 0;
}
.reference .reference-classes .first h2 {
margin-top: 0;
}
* html .reference .reference-classes img {
margin-top: 5px;
}
.reference .reference-classes li {
list-style: none;
list-style-image: none;
}
.reference .reference-classes ul {
margin-left: 10px;
margin-bottom: 10px;
}
.reference .reference-members {
margin-bottom: 16px;
}
.reference .member-group-text {
margin-bottom: 16px;
}
.reference .member-description {
border: 1px solid #999;
border-top: 0;
margin: 16px 0 16px 0;
}
.reference .member-header {
border-top: 1px solid #999;
padding: 10px;
*zoom: 1;
}
.reference .member-header .member-link {
float: left;
}
.reference .member-header .member-close {
float: right;
}
.reference .member-header:before, .reference .member-header:after {
content: " ";
display: table;
}
.reference .member-header:after {
clear: both;
}
.reference .member-text {
border-top: 1px dashed #999;
padding: 10px 10px 0 10px;
margin-bottom: -6px;
}
.reference .member-link {
text-indent: -30px;
padding-left: 30px;
}
.reference ul,
.reference .paperscript,
.reference .CodeMirror {
margin-top: -8px;
margin-bottom: 16px;
}
.reference ul {
margin-top: 0;
}
.CodeMirror pre {
line-height: 18px;
margin: 0;
padding: 0;
background: transparent;
}
.paperscript .CodeMirror {
height: 100%;
}
.CodeMirror-scroll {
min-height: 100%;
overflow: auto;
}
.CodeMirror-gutter {
position: absolute;
left: 0;
top: 0;
min-width: 30px;
height: 100%;
background-color: #f4f4f4;
border-right: 1px solid #999;
}
.CodeMirror-gutter-text {
color: #aaa;
text-align: right;
padding: 2px 8px 2px 8px;
}
.CodeMirror-gutter-text pre {
font-size: 10px;
}
.CodeMirror-lines {
background: #ffffff;
padding: 2px 0 2px 8px;
}
.CodeMirror-lines pre.highlight {
background-color: #edf5fc;
}
.CodeMirror-cursor {
z-index: 10;
position: absolute;
visibility: hidden;
border-left: 1px solid #7c7c7c !important;
height: 16px;
}
.CodeMirror-selected {
background: #ccc !important;
color: HighlightText !important;
padding: 2px 0 2px 0;
}
.CodeMirror-focused .CodeMirror-cursor {
visibility: visible;
}
.CodeMirror-focused .CodeMirror-selected {
background: Highlight !important;
}
.CodeMirror-matchingbracket {
background: #e3fc8d !important;
}
.CodeMirror-nonmatchingbracket {
color: #d62a28 !important;
}
/* JavaScript & HTML Modes */
span.cm-keyword {
color: #ff7800;
}
span.cm-atom, span.cm-number {
color: #3b5bb5;
}
span.cm-def, span.cm-variable-2, span.cm-variable-3 {
color: #3a4a64;
}
span.cm-variable {
color: #000;
}
span.cm-property {
color: #000;
}
span.cm-operator {
color: #000;
}
span.cm-comment {
color: #8c868f;
}
span.cm-string {
color: #409b1c;
}
span.cm-meta {
color: #555;
}
span.cm-error {
color: #f30;
}
span.cm-qualifier {
color: #555;
}
span.cm-builtin {
color: #30a;
}
span.cm-bracket {
color: #cc7;
}
span.cm-tag {
font-weight: bold;
color: #3b5bb5;
}
span.cm-attribute {
font-style: italic;
color: #3b5bb5;
}
.paperscript {
position: relative;
}
.paperscript .buttons {
position: absolute;
right: 0;
z-index: 1;
}
.paperscript .button,
.paperscript .explain {
float: right;
display: none;
font-size: 12px;
line-height: 16px;
padding: 2px 6px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin: 8px 8px 0 0;
}
.paperscript .button {
background: #eee;
}
.paperscript .explain {
background: #e3f4fc;
}
.paperscript .explain, .paperscript:hover .button {
display: inline-block;
}
.paperscript .button:hover {
background: #ddd;
cursor: pointer;
}
.paperscript .tools {
display: inline;
}
.paperscript .source {
overflow: auto;
border: 1px solid #999;
}
.paperscript .CodeMirror {
margin: 0 !important;
}
.paperscript .CodeMirror-gutter-text,
.paperscript .CodeMirror-lines {
padding-top: 10px;
padding-bottom: 10px;
}
.paperscript .canvas {
line-height: 0;
}
.paperscript .canvas.border canvas {
border: 1px solid #999;
}
.paperscript.split .canvas {
border: 1px solid #999;
border-top: 0;
}
/* Documentation */
li.expandable-list ul {
display: none;
}
li.expandable-list.expanded a.arrow {
background: url(assets/arrow-open.gif) no-repeat;
}
li.expandable-list.expanded ul {
display: block;
}
li.expandable-list a.arrow {
width: 8px;
height: 8px;
display: inline-block;
background: url(assets/arrow-close.gif) no-repeat;
border-bottom: 0;
padding-right: 4px;
}
/* Tutorials */
ul.tutorial-index {
margin: 0;
padding-left: 0;
list-style: none;
}
ul.tutorial-index > li:before {
display: none;
}
ul.tutorial-index ul {
padding-left: 15px;
}
article ul.tutorial-index {
margin-bottom: 29px;
}
/* Helpers */
.clear {
clear: both;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.hidden {
display: none !important;
}
.fixed {
position: fixed;
overflow: hidden;
top: 0;
bottom: 0;
}
.small {
font-size: 0.9em;
} | test/assets/css/style.css | @charset "UTF-8";
form,
img,
ul,
ol,
table,
td,
article,
figure,
figcaption {
margin: 0;
padding: 0;
border: 0;
}
a {
outline: none;
border: 0;
}
ul,
ol {
list-style: none outside none;
}
table {
border-spacing: 0;
}
td {
vertical-align: top;
}
html {
-webkit-text-size-adjust: none;
}
html,
body {
margin: 0;
height: 100%;
}
body {
background: #fff;
margin: 0;
font-size: 15px;
line-height: 21px;
width: 996px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
select,
input,
textarea {
font-size: 12px;
margin: 0;
color: #000;
}
a {
text-decoration: none;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.CodeMirror,
.CodeMirror textarea,
.CodeMirror pre {
font-family: "Open Sans", Menlo, Consolas, "Vera Mono", monospace;
font-size: 13px;
}
h1,
h2 {
font-family: "Opne Sans";
font-weight: normal;
font-size: 30px;
line-height: 36px;
padding-top: 32px;
padding-bottom: 8px;
border-bottom: 1px solid;
margin: 0 0 21px 0;
}
h3,
h4,
h5 {
font-weight: bold;
font-size: 1em;
}
h4 {
display: inline;
}
h4 + p {
margin-top: 21px;
}
h5 {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
}
body,
select,
input,
textarea,
.tutorial h2,
.reference h2 {
font-family: "Open Sans", "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
.tutorial h2,
.reference h2 {
font-size: 15px;
line-height: 21px;
padding: 0;
}
.tutorial h2 {
font-size: 20px;
line-height: 28px;
border: 0;
padding-top: 30px;
margin-top: -30px;
}
.tutorial section {
margin-bottom: 30px;
}
tt,
pre {
font-family: "Open Sans", Menlo, Consolas, "Vera Mono", monospace;
font-size: 13px;
}
/* Column Layout */
nav,
article,
aside {
float: left;
margin-left: 32px;
}
nav {
width: 160px;
position: fixed;
overflow-x: hidden;
overflow-y: auto;
padding: 0 21px 32px 0;
top: 0;
bottom: 0;
z-index: 1;
}
article {
position: relative;
margin: 0 0 32px 224px;
z-index: 0;
width: 540px;
}
article.examples {
width: 772px;
}
aside,
aside h1,
aside .fixed {
width: 200px;
}
/* Fullscreen */
body.fullscreen {
overflow: hidden;
}
body.fullscreen article {
position: absolute;
overflow: hidden;
width: auto;
padding: 0;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin-bottom: 0;
}
body.fullscreen article .paperscript {
height: 100%;
margin-bottom: 0;
}
body.fullscreen article .canvas,
body.fullscreen article canvas[resize] {
width: 100%;
height: 100%;
}
/* Menu */
nav ul,
aside ul {
padding: 0;
list-style: none;
margin: 0;
}
nav ul li,
aside ul li {
padding: 0;
margin: 0 0 0 13px;
text-indent: -13px;
}
nav ul li.spacer,
aside ul li.spacer {
margin-top: 10px;
}
nav ul > li,
aside ul > li {
padding: 0;
}
/* Colours and Links */
nav,
nav a {
color: #009dec;
border-bottom-color: #009dec;
}
nav ul a:hover,
nav ul .active > a {
background: #e3f4fc;
}
aside,
aside a {
color: #e4141b;
border-bottom-color: #e4141b;
}
aside a:hover,
aside .active > * {
background: #fce6e6;
}
/* Content Styles */
article {
/* Text Content */
}
article,
article a {
color: #333;
}
article a {
border-bottom: 1px solid;
}
article a:hover,
article a:hover em {
background: #e5e5e5;
}
article em {
font-style: normal;
background: #efefef;
}
article p,
article ul,
article ol {
margin: 0 10px 21px 0;
}
article p.small,
article ul.small,
article ol.small {
margin-bottom: 10.5px;
}
article figure,
article .CodeMirror,
article .paperscript {
margin-bottom: 21px;
}
article ul,
article ol {
padding: 0;
list-style: none outside none;
}
article ul ul,
article ul ol,
article ol ul,
article ol ol {
margin-bottom: 0;
}
article ul > li {
text-indent: -1em;
margin-left: 1em;
}
article ul > li:before {
content: "–";
padding-right: 0.3em;
}
article ol {
counter-reset: item;
}
article ol > li {
text-indent: -1.5em;
margin-left: 1.5em;
}
article ol > li:before {
text-indent: 0;
display: inline-block;
content: counter(item, upper-latin) ") ";
counter-increment: item;
width: 1.5em;
}
section {
clear: both;
margin: 0 0 21px;
padding: 0;
}
.column {
width: 260px;
float: left;
}
.column + .column {
margin-left: 20px;
}
.row {
clear: both;
}
.donation {
padding-bottom: 20px;
}
.donation input,
.donation select {
margin-right: 0.35em;
}
.note {
padding: 8px;
margin: 0 10px 19px;
background: #f4f4f4;
clear: both;
}
.note .resource {
margin: 0;
}
.note > :last-child {
margin-bottom: -21px;
}
/* Blocks */
.block {
display: table;
margin-bottom: 20px;
*zoom: 1;
}
.block:before, .block:after {
content: " ";
display: table;
}
.block:after {
clear: both;
}
.block .note {
margin: 0 10px 0 0;
}
.block .CodeMirror {
height: auto;
margin-bottom: 20px;
}
.block .paperscript:last-child {
margin-bottom: 0;
}
.block svg {
display: block;
}
.block .left,
.block .right {
float: none;
display: table-cell;
vertical-align: middle;
}
.block .left {
padding-right: 20px;
}
.block + .block {
border-top: 1px dotted #000;
padding-top: 20px;
}
/* Thumbnails */
.thumbnails {
margin-right: -23px;
}
.thumbnail {
float: left;
width: 242px;
margin: 0 23px 23px 0;
}
.download {
margin-bottom: 20px;
}
.download .image {
float: left;
margin-right: 8px;
}
.thumbnail .resource a,
.download .image a {
border: 0 !important;
background: none !important;
}
.reference h1,
.reference h2,
.reference h3 {
font-size: 15px;
font-weight: normal;
height: 19px;
border-bottom: 1px solid;
margin-top: 0;
margin-bottom: 16px;
}
.reference h2 a {
font-weight: bold;
}
.reference h3 {
margin-top: 16px;
border-bottom-style: dotted;
}
.reference a tt {
line-height: 18px;
}
.reference p {
margin: 0 0 16px 0;
}
.reference hr {
border: none;
border-bottom: 1px dotted;
}
.reference ul {
margin: 0;
padding: 0;
list-style: none;
}
.reference ul > li {
text-indent: 0;
margin-left: 0;
}
.reference ul > li:before {
display: none;
}
.reference .reference-list ul,
.reference .reference-inherited ul {
margin-left: 16px;
}
.reference .reference-inherited ul li {
text-indent: -30px;
padding-left: 30px;
}
.reference .reference-classes {
padding-bottom: 4px;
}
.reference .reference-classes h2,
.reference .reference-classes h3,
.reference .reference-classes hr {
margin: 10px 0 10px 0;
}
.reference .reference-classes .first h2 {
margin-top: 0;
}
* html .reference .reference-classes img {
margin-top: 5px;
}
.reference .reference-classes li {
list-style: none;
list-style-image: none;
}
.reference .reference-classes ul {
margin-left: 10px;
margin-bottom: 10px;
}
.reference .reference-members {
margin-bottom: 16px;
}
.reference .member-group-text {
margin-bottom: 16px;
}
.reference .member-description {
border: 1px solid #999;
border-top: 0;
margin: 16px 0 16px 0;
}
.reference .member-header {
border-top: 1px solid #999;
padding: 10px;
*zoom: 1;
}
.reference .member-header .member-link {
float: left;
}
.reference .member-header .member-close {
float: right;
}
.reference .member-header:before, .reference .member-header:after {
content: " ";
display: table;
}
.reference .member-header:after {
clear: both;
}
.reference .member-text {
border-top: 1px dashed #999;
padding: 10px 10px 0 10px;
margin-bottom: -6px;
}
.reference .member-link {
text-indent: -30px;
padding-left: 30px;
}
.reference ul,
.reference .paperscript,
.reference .CodeMirror {
margin-top: -8px;
margin-bottom: 16px;
}
.reference ul {
margin-top: 0;
}
.CodeMirror pre {
line-height: 18px;
margin: 0;
padding: 0;
background: transparent;
}
.paperscript .CodeMirror {
height: 100%;
}
.CodeMirror-scroll {
min-height: 100%;
overflow: auto;
}
.CodeMirror-gutter {
position: absolute;
left: 0;
top: 0;
min-width: 30px;
height: 100%;
background-color: #f4f4f4;
border-right: 1px solid #999;
}
.CodeMirror-gutter-text {
color: #aaa;
text-align: right;
padding: 2px 8px 2px 8px;
}
.CodeMirror-gutter-text pre {
font-size: 10px;
}
.CodeMirror-lines {
background: #ffffff;
padding: 2px 0 2px 8px;
}
.CodeMirror-lines pre.highlight {
background-color: #edf5fc;
}
.CodeMirror-cursor {
z-index: 10;
position: absolute;
visibility: hidden;
border-left: 1px solid #7c7c7c !important;
height: 16px;
}
.CodeMirror-selected {
background: #ccc !important;
color: HighlightText !important;
padding: 2px 0 2px 0;
}
.CodeMirror-focused .CodeMirror-cursor {
visibility: visible;
}
.CodeMirror-focused .CodeMirror-selected {
background: Highlight !important;
}
.CodeMirror-matchingbracket {
background: #e3fc8d !important;
}
.CodeMirror-nonmatchingbracket {
color: #d62a28 !important;
}
/* JavaScript & HTML Modes */
span.cm-keyword {
color: #ff7800;
}
span.cm-atom, span.cm-number {
color: #3b5bb5;
}
span.cm-def, span.cm-variable-2, span.cm-variable-3 {
color: #3a4a64;
}
span.cm-variable {
color: #000;
}
span.cm-property {
color: #000;
}
span.cm-operator {
color: #000;
}
span.cm-comment {
color: #8c868f;
}
span.cm-string {
color: #409b1c;
}
span.cm-meta {
color: #555;
}
span.cm-error {
color: #f30;
}
span.cm-qualifier {
color: #555;
}
span.cm-builtin {
color: #30a;
}
span.cm-bracket {
color: #cc7;
}
span.cm-tag {
font-weight: bold;
color: #3b5bb5;
}
span.cm-attribute {
font-style: italic;
color: #3b5bb5;
}
.paperscript {
position: relative;
}
.paperscript .buttons {
position: absolute;
right: 0;
z-index: 1;
}
.paperscript .button,
.paperscript .explain {
float: right;
display: none;
font-size: 12px;
line-height: 16px;
padding: 2px 6px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin: 8px 8px 0 0;
}
.paperscript .button {
background: #eee;
}
.paperscript .explain {
background: #e3f4fc;
}
.paperscript .explain, .paperscript:hover .button {
display: inline-block;
}
.paperscript .button:hover {
background: #ddd;
cursor: pointer;
}
.paperscript .tools {
display: inline;
}
.paperscript .source {
overflow: auto;
border: 1px solid #999;
}
.paperscript .CodeMirror {
margin: 0 !important;
}
.paperscript .CodeMirror-gutter-text,
.paperscript .CodeMirror-lines {
padding-top: 10px;
padding-bottom: 10px;
}
.paperscript .canvas {
line-height: 0;
}
.paperscript .canvas.border canvas {
border: 1px solid #999;
}
.paperscript.split .canvas {
border: 1px solid #999;
border-top: 0;
}
/* Documentation */
li.expandable-list ul {
display: none;
}
li.expandable-list.expanded a.arrow {
background: url(assets/arrow-open.gif) no-repeat;
}
li.expandable-list.expanded ul {
display: block;
}
li.expandable-list a.arrow {
width: 8px;
height: 8px;
display: inline-block;
background: url(assets/arrow-close.gif) no-repeat;
border-bottom: 0;
padding-right: 4px;
}
/* Tutorials */
ul.tutorial-index {
margin: 0;
padding-left: 0;
list-style: none;
}
ul.tutorial-index > li:before {
display: none;
}
ul.tutorial-index ul {
padding-left: 15px;
}
article ul.tutorial-index {
margin-bottom: 29px;
}
/* Helpers */
.clear {
clear: both;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.hidden {
display: none !important;
}
.fixed {
position: fixed;
overflow: hidden;
top: 0;
bottom: 0;
}
.small {
font-size: 0.9em;
} | 0.324771 | 0.095055 |
html
{
margin: 0px;
overflow-x: hidden;
}
body{
margin-top: 0;
margin-left: 0;
background-image:linear-gradient(180deg, rgba(22,10,71,1) 100%, rgba(96,4,122,1) 100%);
height: 90vh;
font-family: 'Ubuntu', sans-serif;
font-family: 'Bebas Neue';
}
.detailscont
{
margin-top: 10vh;
width: 100vw;
height: 90vh;
display: flex;
justify-content: space-around;
align-items: center;
}
#map
{
height: 80%;
width: 40vw;
order: 2;
}
.ldetails
{
height: fit-content;
width: 50vw;
background-color: rgba(135, 24, 179, 0.466);
padding-bottom: 20px;
font-family: 'Ubuntu', sans-serif;
color: white;
padding: 20px;
order: 1;
}
.gm-svpc
{
display: none;
}
.selector-control {
margin-top: 10px;
}
.viewr1
{
display: flex;
justify-content: space-between;
margin-bottom: 10px ;
font-size: 3em;
}
.viewr1 i,.viewr1 span,.viewr1 img
{
margin: auto 0px auto 0px;
}
.viewr1 span
{
font-size: 1em;
}
.viewr1 img
{
height: 48px;
width: 48px;
}
.viewname
{
font-size: 1.3em;
margin-bottom: 10px;
text-align: center;
}
.viewr2,.viewr5
{
display: flex;
justify-content: space-around;
text-align: center;
margin-bottom: 20px;
}
.viewdthead
{
font-size: 1.3em;
}
.viewr3,.viewr4
{
display: flex;
}
.viewdeschead,.viewhead
{
font-size: 1.3em;
/* margin-right: 10px; */
margin: auto 10px auto 0;
}
.viewdesc,.viewaddr
{
width: 70%;
margin: auto 10px auto auto;
}
.btn-outline-success
{
color: greenyellow!important;
}
.viewpeeps
{
margin:10px 0 20px 0;
text-align: center;
}
.maxpeeps
{
font-size: 1.8em;
}
@media screen and (max-width: 740px) {
body {
background-image:linear-gradient(180deg, rgba(22,10,71,1) 100%, rgba(96,4,122,1) 100%);
}
.detailscont
{
/* padding-top: 9vh; */
width: 100vw;
height: fit-content;
display: flex;
flex-direction: column;
}
#map
{
height: 70vh;
width: 100vw;
order: 1;
}
.ldetails
{
height: fit-content;
width: 100vw;
padding-bottom: 20px;
font-family: 'Ubuntu', sans-serif;
color: white;
padding: 20px;
order: 1;
}
} | public/styles/details.css | html
{
margin: 0px;
overflow-x: hidden;
}
body{
margin-top: 0;
margin-left: 0;
background-image:linear-gradient(180deg, rgba(22,10,71,1) 100%, rgba(96,4,122,1) 100%);
height: 90vh;
font-family: 'Ubuntu', sans-serif;
font-family: 'Bebas Neue';
}
.detailscont
{
margin-top: 10vh;
width: 100vw;
height: 90vh;
display: flex;
justify-content: space-around;
align-items: center;
}
#map
{
height: 80%;
width: 40vw;
order: 2;
}
.ldetails
{
height: fit-content;
width: 50vw;
background-color: rgba(135, 24, 179, 0.466);
padding-bottom: 20px;
font-family: 'Ubuntu', sans-serif;
color: white;
padding: 20px;
order: 1;
}
.gm-svpc
{
display: none;
}
.selector-control {
margin-top: 10px;
}
.viewr1
{
display: flex;
justify-content: space-between;
margin-bottom: 10px ;
font-size: 3em;
}
.viewr1 i,.viewr1 span,.viewr1 img
{
margin: auto 0px auto 0px;
}
.viewr1 span
{
font-size: 1em;
}
.viewr1 img
{
height: 48px;
width: 48px;
}
.viewname
{
font-size: 1.3em;
margin-bottom: 10px;
text-align: center;
}
.viewr2,.viewr5
{
display: flex;
justify-content: space-around;
text-align: center;
margin-bottom: 20px;
}
.viewdthead
{
font-size: 1.3em;
}
.viewr3,.viewr4
{
display: flex;
}
.viewdeschead,.viewhead
{
font-size: 1.3em;
/* margin-right: 10px; */
margin: auto 10px auto 0;
}
.viewdesc,.viewaddr
{
width: 70%;
margin: auto 10px auto auto;
}
.btn-outline-success
{
color: greenyellow!important;
}
.viewpeeps
{
margin:10px 0 20px 0;
text-align: center;
}
.maxpeeps
{
font-size: 1.8em;
}
@media screen and (max-width: 740px) {
body {
background-image:linear-gradient(180deg, rgba(22,10,71,1) 100%, rgba(96,4,122,1) 100%);
}
.detailscont
{
/* padding-top: 9vh; */
width: 100vw;
height: fit-content;
display: flex;
flex-direction: column;
}
#map
{
height: 70vh;
width: 100vw;
order: 1;
}
.ldetails
{
height: fit-content;
width: 100vw;
padding-bottom: 20px;
font-family: 'Ubuntu', sans-serif;
color: white;
padding: 20px;
order: 1;
}
} | 0.52829 | 0.075721 |
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}em{font-style:italic;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
html{-webkit-text-size-adjust: none;}
strong{ font-weight:bold;}
img{ vertical-align:top;}
.cl{ clear:both; font-size:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
a { color: #7C7C7C; }
a:hover { color: #7C7C7C; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
li { list-style:none; margin:0; padding:0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="submit"] { width:250px; display:block; background:#4c4c4c; ;font-size:16px; font-weight:bold; color:#fff; text-align:center; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
input[type="submit"]:hover {background-color:#7C7C7C; cursor: pointer;}
input[type="text"]
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { padding:12px;font-size:16px;border-radius:2px;width:250px;border-color: #4b4b4c}
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
code, pre {
font-family: "Source Code Pro",Monaco,Menlo,Consolas,"Courier New",monospace;
}
.highlight pre {
font-family: "Inconsolata", Monaco, Courier, monospace;
font-size: .65em;
border: 1px solid #efefef;
border-left: 2em solid #efefef;
position: relative;
margin: 1em 0;
}
.highlight pre code {
counter-reset: linenumbers;
position: relative;
overflow: auto;
}
.highlight pre code > span:before {
font-size: .9em;
color: #aaa;
content: counter(linenumbers);
counter-increment: linenumbers;
left: -5.5ex;
position: absolute;
text-align: right;
width: 3.5ex;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*
* GitHub style for Pygments syntax highlighter, for use with Jekyll
* Courtesy of GitHub.com
*/
.highlight pre, pre, .highlight .hll {
background-color: #f3f3f3;
border: 1px solid #ccc;
padding: 6px 10px;
border-radius: 3px;
}
.highlight .c { color: #999988; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #999988; font-style: italic; }
.highlight .cp { color: #999999; font-weight: bold; }
.highlight .c1 { color: #999988; font-style: italic; }
.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000000; background-color: #ffdddd; }
.highlight .gd .x { color: #000000; background-color: #ffaaaa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #aa0000; }
.highlight .gh { color: #999999; }
.highlight .gi { color: #000000; background-color: #ddffdd; }
.highlight .gi .x { color: #000000; background-color: #aaffaa; }
.highlight .go { color: #888888; }
.highlight .gp { color: #555555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #800080; font-weight: bold; }
.highlight .gt { color: #aa0000; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kn { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #445588; font-weight: bold; }
.highlight .m { color: #009999; }
.highlight .s { color: #dd1144; }
.highlight .n { color: #333333; }
.highlight .na { color: teal; }
.highlight .nb { color: #0086b3; }
.highlight .nc { color: #445588; font-weight: bold; }
.highlight .no { color: teal; }
.highlight .ni { color: purple; }
.highlight .ne { color: #990000; font-weight: bold; }
.highlight .nf { color: #990000; font-weight: bold; }
.highlight .nn { color: #555555; }
.highlight .nt { color: navy; }
.highlight .nv { color: teal; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbbbbb; }
.highlight .mf { color: #009999; }
.highlight .mh { color: #009999; }
.highlight .mi { color: #009999; }
.highlight .mo { color: #009999; }
.highlight .sb { color: #dd1144; }
.highlight .sc { color: #dd1144; }
.highlight .sd { color: #dd1144; }
.highlight .s2 { color: #dd1144; }
.highlight .se { color: #dd1144; }
.highlight .sh { color: #dd1144; }
.highlight .si { color: #dd1144; }
.highlight .sx { color: #dd1144; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #dd1144; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999999; }
.highlight .vc { color: teal; }
.highlight .vg { color: teal; }
.highlight .vi { color: teal; }
.highlight .il { color: #009999; }
.highlight .gc { color: #999; background-color: #EAF2F5; }
code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap;}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:20px;}
pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}
.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;}
.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
.label:empty,.badge:empty{display:none;}
a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.label-important,.badge-important{background-color:#b94a48;}
.label-important[href],.badge-important[href]{background-color:#953b39;}
.label-warning,.badge-warning{background-color:#f89406;}
.label-warning[href],.badge-warning[href]{background-color:#c67605;}
.label-success,.badge-success{background-color:#468847;}
.label-success[href],.badge-success[href]{background-color:#356635;}
.label-info,.badge-info{background-color:#3a87ad;}
.label-info[href],.badge-info[href]{background-color:#2d6987;}
.label-inverse,.badge-inverse{background-color:#333333;}
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}
.btn .label,.btn .badge{position:relative;top:-1px;}
.btn-mini .label,.btn-mini .badge{top:0;}
/* ==========================================================================
General styles
========================================================================== */
html { background:#fff; }
body { font-family:Arimo, Arial, Helvetica, sans-serif; color:#fff; font-weight:400; font-size:14px; padding-top:90px; }
.container { width:1000px; margin:0 auto; position:relative; }
.container:before, .container:after { content: ""; display: table; }
.container:after { clear: both; }
.container { *zoom: 1; }
a { text-decoration:none; outline:none!important; }
a:hover { color:#7C7C7C; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: 'FairpNarMedIta';
src: url('fonts/FairpNarMedIta.eot');
src: local('☺'), url('fonts/FairpNarMedIta.woff') format('woff'), url('fonts/FairpNarMedIta.ttf') format('truetype'), url('fonts/FairpNarMedIta.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* ==========================================================================
Header
========================================================================== */
header { background:#f1eff2; width:100%; height:90px; position:fixed; top:0; left:0; z-index:100; -webkit-transition: height 200ms ease;
-moz-transition: height 200ms ease;-ms-transition: height 200ms ease;-o-transition: height 200ms ease;transition: height 200ms ease; }
.fixed-head header { height:55px; }
#logo { display:block; overflow:hidden; text-indent:-99999px; width:265px; height:54px; background:url(../images/logo.png); float:left; margin-top:21px; background-size:cover;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
.fixed-head #logo { width:197px; height:40px; margin-top:8px; background-repeat:no-repeat; }
header ul { float:right; margin-top:44px; }
.fixed-head header ul { margin-top:17px; }
header li { display:block; margin-left:20px; position:relative; float:left; }
/*header li.sub:after { position:absolute; width:100%; height:5px; content:"."; overflow:hidden; text-indent:-999999px;
background:url(../images/arrow.png) center center no-repeat; bottom:-6px; left:0; }
header li.sub:hover :after{ opacity:1; }*/
header li a { font-size:14px; color:#4b4b4c; }
header li a:hover { color:#5e5e5e; }
#nav ul { position:absolute; top:2px; left:-1px; width:160px; background:#f0f0f0; border:1px solid #1e5b7d; z-index:1000; }
.fixed-head #nav ul { top:21px; }
#nav ul:before { position:absolute; width:8px; height:5px; content:"."; overflow:hidden; text-indent:-999999px;
background:url(../images/arrow.png) center center no-repeat; top:-17px; left:26px; }
.fixed-head #nav ul:before { top:-12px; }
#nav ul li { border-bottom:1px solid #d5d5d5; line-height:36px; display:block; margin:0; float:none; }
#nav ul li a { display:block; padding-left:9px; border-bottom:1px solid #f0f0f0; font-size:14px; color:#393939;
-webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease;
transition: all 400ms ease; }
#nav ul li.li1 a:hover { background:#805875; color:#fff; border-bottom:1px solid #1e5b7d; }
#nav ul li.li2 a:hover { background:#49beb0; color:#fff; border-bottom:1px solid #1e5b7d; }
#nav ul li.li3 a:hover { background:#393939; color:#fff; border-bottom:1px solid #1e5b7d; }
#nav ul li.li4 a:hover { background:#f4f4f4; color:#393939; border-bottom:1px solid #f0f0f0; }
/* ==========================================================================
Homepage
========================================================================== */
#section1 { height:4300px; background:url(../images/bg-orange.png) top left repeat; overflow:hidden; }
.mobile #section1, .mobile #section1 .container { height:730px; }
#section1 .container { height:4300px; }
.wrapit { height:670px; width:1000px; position:absolute; bottom:45px; left:0; }
.fixed .wrapit { position:fixed; top:90px; left:50%; margin-left:-500px; }
.noscroll.fixed .wrapit { position:absolute; bottom:45px; left:0; margin-left:0; top:auto; }
#intro-wrapper { width:100%; height:100%; position:relative; overflow:hidden; }
.reverse-scroll #intro-wrapper { display:none; }
#intro { width:100%; height:320px; position:absolute; top:255px; text-align:center; z-index:2; }
#intro h1 { display:inline-block; border-bottom:1px solid rgba(255,255,255,0.2); line-height:1em; padding-bottom:10px;
font-size:60px; color:#fff; margin-bottom:15px; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif;
font-style: normal; font-weight: 500; }
#intro p { font-weight:bold; font-size:18px; line-height:1em; margin-bottom:75px; }
#intro div { display:inline-block; font-size:18px; color:#ec9057; padding-bottom:110px;
background:url(../images/indicator.png) bottom center no-repeat; }
#intro div.arrows { width:25px; height:25px; position:absolute; bottom:0; left:50%; margin-left:-12px; background:none; padding:0; }
#intro div.arrows span { display:block; width:25px; height:15px; overflow:hidden; text-indent:-999999px; background:url(../images/arrow5.png);
position:absolute; top:0; left:0; }
#intro div.arrows span.arrow1 { -webkit-animation: arrowanim 1.9s ease; -webkit-animation-iteration-count: infinite;
-moz-animation: arrowanim 1.9s ease; -moz-animation-iteration-count: infinite; }
#intro div.arrows span.arrow2 { top:11px; -webkit-animation: arrowanim 1.9s .3s ease; -webkit-animation-iteration-count: infinite;
-moz-animation: arrowanim 1.9s .3s ease; -moz-animation-iteration-count: infinite; }
@-webkit-keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
@-moz-keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
@-o-keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
@keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
#engine { width:595px; height:588px; position:absolute; right:0; top:35px; z-index:1; }
.part { position:absolute; top:0; right:0; }
#part1 { background:url(../images/part1.png) no-repeat; width:581px; height:618px; top:-680px; /*right:5px;*/ right:-680px; padding-bottom:34px; }
.reverse-scroll #part1 { top:0; right:5px; }
#part1 .shadow-bottom { width:374px; height:29px; background:url(../images/shadow.png); position:absolute; bottom:0; left:50%;
margin-left:-187px; z-index:5; }
#part11 { width:509px; height:572px; position:absolute; top:12px; left:0; z-index:10; background:url(../images/part11.png); }
#part11 .shadow { width:323px; height:292px; background:url(../images/shadow1.png); position:absolute; top:104px; left:184px; }
#part2 { background:url(../images/part2.png); width:594px; height:575px; /*top:17px;*/ right:8px; top:-680px; }
.reverse-scroll #part2 { top:17px; }
#part21 { width:515px; height:517px; position:absolute; top:6px; left:67px; z-index:5; background:url(../images/part21.png); }
#part3 { background:url(../images/part3.png); width:370px; height:362px; /*top:23px;*/ right:8px; top:-600px; }
.reverse-scroll #part3 { top:23px; }
#part31 { width:368px; height:362px; position:absolute; top:0; left:0; z-index:4; background:url(../images/part31.png); }
#part3 .shadow { width:175px; height:166px; background:url(../images/shadow3.png); position:absolute; top:36px; right:19px; z-index:3; }
#part4 { background:url(../images/part4.png); z-index:2; width:271px; height:265px; /*top:20px;*/ right:0; top:-600px; }
.reverse-scroll #part4 { top:20px; }
#bg-help { width:284px; height:292px; position:absolute; bottom:-4px; left:-20px; background:url(../images/bg-orange.png) top left repeat; z-index:4;
-webkit-border-radius: 18px; border-radius: 18px; }
.reverse-scroll #bg-help { bottom:-4px; left:-20px; }
#banner-title { width:630px; position:absolute; bottom:125px; left:0; z-index:10; display:none; }
.noscroll #banner-title { display:block; }
#banner-title h1 { width:100%; line-height:1em; color:#fff; font-size:60px; padding-bottom:10px; margin-bottom:15px;
border-bottom:1px solid rgba(255,255,255,0.2); font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif;
font-style: normal; font-weight: 500; }
#banner-title p { font-weight:bold; text-align:right; font-size:18px; }
.intro-title { top:275px; left:160px; position:absolute; z-index:3; width:369px; opacity:0; }
.intro-title p { font-size:17px; color:#fff; line-height:1em; padding-top:2px; }
.intro-title img { display:block; }
#title2 { width:579px; top:340px; }
#title3 { width:819px; left:0; top:220px; }
#title4 { width:381px; left:auto; right:0; top:120px; }
#title4 p { text-align:right; }
#section1 .scroll-to-arrow { position:absolute; bottom:0; left:50%; margin-left:-13px; opacity:0; }
.reverse-scroll #section1 .scroll-to-arrow { opacity:1; }
/* Section2 */
#section2 { background:url(../images/bg.png); padding-top:50px; }
.scroll-to-arrow { width:27px; height:17px; background:url(../images/arrow2.png); display:block; margin:0 auto; position:relative; }
.scroll-to-arrow span { width:100%; height:100%; position:absolute; top:0; left:0; background:url(../images/arrow2.png) 0 -18px; display:block; overflow:hidden; text-indent:-99999px;
opacity:0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.scroll-to-arrow:hover span { opacity:1; }
.big-icon { width:131px; height:131px; background:url(../images/icon.png); margin:15px auto 50px; position:relative; }
.big-icon span { width:100%; height:100%; position:absolute; top:0; left:0; background:url(../images/icon_hover.png); display:block; overflow:hidden; text-indent:-99999px;
opacity:0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.big-icon:hover span { opacity:1; }
#intro-text { text-align:center; width:750px; margin:0 auto; }
#intro-text p { font-size:15px; color:#707070; line-height:1.6em; }
#intro-text h2 { font-size:40px; color:#4b4b4c; line-height:1.1em; margin:50px 0 45px; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif;
font-style: normal; font-weight: 500;}
#tabs-btns { width:485px; margin:50px auto 0; position:relative; z-index:2; }
#tabs-btns li { display:block; float:left; border-top:1px solid #b0b0b0; border-bottom:1px solid #434343; }
#tabs-btns li.li1 a { border-left:1px solid #b0b0b0; }
#tabs-btns a { display:block; line-height:39px; width:120px; text-align:center; font-size:16px; font-weight:bold; color:#434343;
border-right:1px solid #b0b0b0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
#tabs-btns li.li1 a:hover { background:#6e5971; color:#fff; }
#tabs-btns li.li2 a:hover { background:#228372; color:#fff; }
#tabs-btns li.li3 a:hover { background:#3e3e3e; color:#fff; }
#tabs-btns li.li4 a:hover { background:#e7e7e7; color:#434343; }
#tabs-btns li.li1.active { border-bottom:1px solid #6e5971; }
#tabs-btns li.li1.active a { background:#6e5971; color:#fff; }
#tabs-btns li.li2.active { border-bottom:1px solid #228372; }
#tabs-btns li.li2.active a { background:#228372; color:#fff; }
#tabs-btns li.li3.active { border-bottom:1px solid #3e3e3e; }
#tabs-btns li.li3.active a { background:#3e3e3e; color:#fff; }
#tabs-btns li.li4.active { border-bottom:1px solid #e7e7e7; }
#tabs-btns li.li4.active a { background:#e7e7e7; }
#tabs-wrapper { border-bottom:1px solid #434343; border-top:1px solid #434343; position:relative; top:-1px; }
.tab-cont { padding:40px 0; display:none; }
.tab-cont h2 { color:#fff; display:block; font-size:60px; letter-spacing:-1px; margin-bottom:30px; line-height:1em;
font-family:"FairpNarMedIta"; }
.tab-cont p { text-align:justify; width:620px; float:left; }
.tab-cont .btn { display:block; float:right; width:296px; height:53px; line-height:53px; border:1px solid #fff; background:url(../images/arrow3.png) 265px center no-repeat;
padding-left:25px; font-size:14px; color:#fff; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.tab-cont .btn:hover { background:rgba(255,255,255,0.2) url(../images/arrow3.png) 265px center no-repeat; }
#tab4 h2, #tab4 p { color:#3e3e3e; }
#tab4 .btn { border:1px solid #3e3e3e; background:url(../images/arrow4.png) 265px center no-repeat; color:#3e3e3e; }
#tab1 { background:#6e5971; }
#tab2 { background:#228372; }
#tab3 { background:#3e3e3e; }
#tab4 { background:#e7e7e7; }
/* Section3 */
#section3 { padding:80px 0 40px; }
#blog { width:620px; float:left; }
#blog h3 { font-size:21px; color:#4b4b4c; line-height:1em; padding-bottom:18px; border-bottom:1px solid #d4d4d4; margin-bottom:20px;
font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 500; }
.post { margin-bottom:20px; overflow:hidden; }
.post h4 { font-size:16px; font-weight:bold; color:#545455; line-height:1em; margin-bottom:20px; }
.post p { font-size:15px; color:#707070; margin-bottom:15px; }
.post .more { float:right; display:block; border:1px solid #4c4c4d; width:95px; height:32px; text-align:center; font-weight:bold; color:#4b4b4c; font-size:12px;
line-height:30px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.post .more:hover { background:#eaeaea; }
#sidebar { width:296px; float:right; }
#sidebar h3 { font-size:21px; color:#4b4b4c; line-height:1em; padding-bottom:18px; border-bottom:1px solid #d4d4d4; margin-bottom:20px;
font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 500; }
#sidebar p { color:#4c4c4c; font-size:15px; margin-bottom:18px; }
#sidebar a { display:block; line-height:52px; background:#4c4c4c; font-size:16px; font-weight:bold; color:#fff; text-align:center; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
#sidebar a:hover { background:#363333; }
/* ==========================================================================
Footer
========================================================================== */
footer { padding:70px 0 55px; background:url(../images/bg.png); }
#logo-footer { position:absolute; top:-9px; left:0; width:52px; height:81px; background:url(../images/logo-footer.png); }
footer ul { display:block; text-align:right; padding-bottom:12px; border-bottom:1px solid #b4b5b3; margin-bottom:15px; }
footer ul li { display:inline-block; margin-left:20px; }
footer li a { font-size:14px; color:#454545; line-height:1.4em; }
footer li a:hover { text-decoration:underline; }
footer .social { display:block; width:30px; height:30px; margin-left:10px; float:right; text-indent:-999999px; overflow:hidden; }
.social1 { background:url(../images/icons.png) -60px 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.social1:hover { background:#cde5f2 url(../images/icons.png) -60px 0; }
.social2 { background:url(../images/icons.png) -30px 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.social2:hover { background:#cde5f2 url(../images/icons.png) -30px 0; }
.social3 { background:url(../images/icons.png) 0 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.social3:hover { background:#cde5f2 url(../images/icons.png) 0 0; }
/* ==========================================================================
SpaceBase
========================================================================== */
#inner-head { background:#989898; padding:70px 0 50px; }
#inner-head .container { position:relative; min-height:405px; }
#inner-head h1 { font-size:98px; color:#fff; font-family:"FairpNarMedIta"; font-weight:normal; line-height:1em; margin-bottom:30px; }
#inner-head span { line-height:1em; font-size:32px; display:block; line-height:1em; margin-bottom:20px;
font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 300; }
#inner-head p { font-size:15px; color:#fff; max-width:530px; margin-bottom:40px; }
.btn-download { line-height:1em; padding:60px 80px 15px; background:#393939 url(../images/download-icon.png) center 15px no-repeat; font-size:14px;
display:inline-block; color:#fff; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.btn-download:hover { color:#fff; background:#454545 url(../images/download-icon.png) center 15px no-repeat; }
.product-icon-wrap { position:absolute; top:0; right:0; width:370px; height:412px; }
.product-icon { width:370px; height:362px; background:url(../images/part3.png); position:absolute; top:0; left:0;
-webkit-animation: iconanim 2.6s linear; -webkit-animation-iteration-count: infinite; -moz-animation: iconanim 2.6s linear; -moz-animation-iteration-count: infinite; }
.product-shadow { width:352px; height:33px; background:url(../images/spacebase_big_shadow.png); bottom:0; left:5px; position:absolute;
-webkit-animation: shadowanim 2.6s linear; -webkit-animation-iteration-count: infinite; -moz-animation: shadowanim 2.6s linear; -moz-animation-iteration-count: infinite; }
@-webkit-keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@-moz-keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@-o-keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@-webkit-keyframes shadowanim {
0% { -webkit-transform: scale(1); }
25% { -webkit-transform: scale(0.8); }
50% { -webkit-transform: scale(1); }
75% { -webkit-transform: scale(1.2); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes shadowanim {
0% { -moz-transform: scale(1); }
25% { -moz-transform: scale(0.9); }
50% { -moz-transform: scale(1); }
75% { -moz-transform: scale(1.1); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes shadowanim {
0% { -o-transform: scale(1); }
25% { -o-transform: scale(0.9); }
50% { -o-transform: scale(1); }
75% { -o-transform: scale(1.1); }
100% { -o-transform: scale(1); }
}
@keyframes shadowanim {
0% { transform: scale(1); }
25% { transform: scale(0.9); }
50% { transform: scale(1); }
75% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.white-sect { background:#fff; color:#49647b; position:relative; }
.white-sect .row { padding:95px 0 130px; }
.bar-arrow { height:53px; width:100%; background:#393939 url(../images/arrow6.png) top center no-repeat; margin-bottom:40px; }
.subnav { width:510px; position:absolute; top:53px; left:50%; margin-left:-216px; z-index:2; overflow:hidden; z-index:10000; }
.subnav li { display:block; float:left; border-bottom:1px solid #393939; background:#fff; }
.subnav li.li1 a { border-left:1px solid #393939; padding:0 28px; }
.subnav li.li2 a { padding:0 22px; }
.subnav li.li3 a { padding:0 8px; }
.subnav a { display:block; line-height:39px; padding:0 25px; text-align:center; font-size:15px; color:#393939;
border-right:1px solid #393939; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.row { margin:0 -50px; overflow:hidden; }
.col4 { width:33.33333333%; float:left; padding:0 50px; }
.box-col { text-align:center; }
.box-col .icon { width:131px; height:131px; display:block; overflow:hidden; text-indent:-999999px; margin:0 auto 35px; }
.box-col .icon1 { background:url(../images/icon1.png); }
.box-col .icon2 { background:url(../images/icon2.png); }
.box-col .icon3 { background:url(../images/icon3.png); }
.box-col h3 { margin-bottom:40px; font-size:18px; color:#6B6B6B; font-weight:bold; line-height:1.4em; }
.box-col p { font-size:14px; line-height:1.5em; margin:0; text-align:justify; color:#6B6B6B }
.gray-sect { background:#f2f2f3; border-bottom:1px solid #cccccc; border-top:1px solid #cccccc; }
.pad45 { padding:45px 0; }
.padd50-100 { padding:50px 0 100px; }
.padd45-70 { padding:45px 0 70px; }
.gray-sect h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:40px; font-weight:bold; }
.accordion-wrapper { border:1px solid #d6d6d6; }
.acc { border-bottom:1px solid #d6d6d6; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.acc.last { border:0 none; }
.acc.active { background:#393939; }
.acc h4 { font-size:15px; color:#6B6B6B; font-weight:bold; line-height:1em; padding:18px 20px; background:url(../images/cross.png) 98% 18px no-repeat;
cursor:pointer; position:relative; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.acc h4:hover { background:#d7d7d7 url(../images/cross.png) 98% 18px no-repeat; }
.acc.active h4 { color:#fff; background:url(../images/x.png) 98% 18px no-repeat; }
.acc-cont { display:none; padding:50px; }
.acc-cont p { line-height:1.5em; margin:0; font-size:15px; }
#is-spacebar-for-you { text-align:center; }
#is-spacebar-for-you h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#is-spacebar-for-you p { font-size:15px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
#is-spacebar-for-you h5 { font-size:15px; color:#6B6B6B; line-height:1em; margin-bottom:60px; font-weight:bold; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
.samples-wrapper { border:1px solid #83a096; background:#f4f4f4; margin-bottom:100px; }
.sample { border-bottom:1px solid #83a096; text-align:left; }
.sample.last { border:0 none; }
.sample-cont { float:left; width:680px; padding:25px 15px 0 35px; }
.sample2 .sample-cont { padding-top:45px; }
.sample.last .sample-cont { padding-top:60px; }
.sample img { float:right; border-left:1px solid #bcbcbc; padding-left:2px; }
.sample h3 { font-size:32px; color:#6B6B6B; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 500; line-height:1em;
margin-bottom:20px; }
#is-spacebar-for-you .sample p { font-size:15px; margin:0; line-height:2em; }
.doc-banner { border:1px solid #393939; width:530px; height:125px; position:relative; margin:0 auto; text-align:left; }
.doc-banner h4 { font-size:24px; color:#49647B; line-height:1.2em; padding:32px 0 0 30px; font-weight:bold; }
.doc-banner h4 a { display:block; text-decoration:none; color:#49647B; text-transform:none; }
.doc-banner h4 a:hover { text-decoration:underline; }
.doc-banner .btn-download { position:absolute; top:0; right:0; height:100%; width:185px; padding:0; text-align:center; padding-top:84px; font-size:15px;
background:#393939 url(../images/download-icon.png) center 30px no-repeat; }
.doc-banner .btn-download:hover { background:#454545 url(../images/download-icon.png) center 30px no-repeat; }
.dark .doc-banner-alt .btn-icon { background:#393939 url(../images/icon-doc.png) center center no-repeat; }
.dark .doc-banner-alt .btn-icon:hover { background:#454545 url(../images/icon-doc.png) center center no-repeat; }
.dark .doc-banner-alt .btn-icon2 { background:#393939 url(../images/download-icon.png) center center no-repeat; }
.dark .doc-banner-alt .btn-icon2:hover { background:#454545 url(../images/download-icon.png) center center no-repeat; }
/* ==========================================================================
Comsat
========================================================================== */
.purple #inner-head { background:#c4abc8; padding:35px 0 0; }
.purple #inner-head .container { position:relative; min-height:490px; }
.purple .product-icon-wrap { top:0; right:0; width:417px; height:474px; }
.purple .product-icon { width:417px; height:419px; background:url(../images/comsat_big.png) no-repeat; top:0; left:0; }
.purple .product-shadow { width:352px; height:33px; bottom:0; left:35px; }
.purple #inner-head h1 { margin-top:30px; }
.purple .bar-arrow { background:#6e5971 url(../images/arrow6.png) top center no-repeat; }
.purple .subnav { width:400px; margin-left:-200px; }
.col6 { width:50%; float:left; padding:0 50px; }
.box-col .icon4 { background:url(../images/icon4.png); }
.box-col .icon5 { background:url(../images/icon5.png); }
.purple .box-col h3 { color:#6b6b6b; }
.purple .box-col p { color:#6b6b6b }
.purple .gray-sect h2 { color:#49647b; }
.table-style { border:1px solid #d6d6d6; }
.table-style li { border-bottom:1px solid #d6d6d6; color:#6b6b6b; font-weight:bold; font-size:15px; line-height:1.3em; padding:16px 20px; }
.table-style li.last { border:0 none; }
.row-alt, .white-sect .row-alt.row { margin:0 -20px; padding:0; }
.row-alt .col6 { padding:0 20px; }
.doc-banner-alt { border:1px solid #393939; width:100%; height:125px; position:relative; text-align:left; }
.doc-banner-alt h4 { font-size:24px; color:#49647b; line-height:1.2em; padding:32px 0 0 30px; font-weight:bold; }
.doc-banner-alt h4 a { display:inline-block; text-decoration:none; color:#49647b; text-transform:none; }
.doc-banner-alt h4 a:hover { text-decoration:underline; }
.doc-banner-alt .btn-icon { position:absolute; top:-1px; right:-1px; bottom:-1px; width:185px; padding:0; text-indent:-99999px; overflow:hidden;
background:#6e5971 url(../images/icon-doc.png) center center no-repeat;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
.doc-banner-alt .btn-icon:hover { background:#c4abc8 url(../images/icon-doc.png) center center no-repeat; }
.doc-banner-alt .btn-icon2 { background:#6e5971 url(../images/icon-git.png) center center no-repeat; }
.doc-banner-alt .btn-icon2:hover { background:#c4abc8 url(../images/icon-git.png) center center no-repeat; }
#resources { text-align:left; }
.purple .resources h3 { font-size:20px; color:#6b6b6b; line-height:1em; font-weight:bold; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
/* ==========================================================================
Galaxy
========================================================================== */
.gray #inner-head { background:#f0f0f0; padding:70px 0 0; }
.gray #inner-head .container { position:relative; min-height:455px; color:#707070; }
.gray .product-icon-wrap { top:0; ight:0; width:295px; height:420px; }
.gray .product-icon { width:295px; height:287px; background:url(../images/galaxy_big.png) no-repeat; top:0; left:0; }
.gray .product-shadow { width:260px; height:33px; bottom:0; left:15px; background:url(../images/galaxy_shadow.png) no-repeat; }
.gray #inner-head h1 { color:#909090; }
.gray #inner-head p { color:#707070; }
.gray #inner-head span { margin-bottom:45px; }
.gray .bar-arrow { background:#9b9b9b url(../images/arrow6.png) top center no-repeat; }
.gray .subnav { width:238px; margin-left:-118px; }
.box-col .icon6 { background:url(../images/icon6.png); }
.box-col .icon7 { background:url(../images/icon7.png); }
.gray .box-col h3 { color:#6b6b6b; }
.gray .box-col p { color:#6b6b6b }
.gray .white-sect .row { padding:95px 0 60px; }
.gray .white-sect .row-alt.row { margin:0 -20px; padding:70px 0 60px; }
.gray .acc.active { background:#b1b1b1; }
.gray .acc h4 { color:#6b6b6b; }
.gray .acc.active h4 { color:#fff; }
.gray .gray-sect h2 { color:#49647b; }
.gray .doc-banner-alt .btn-icon { background:#9b9b9b url(../images/icon-doc.png) center center no-repeat; }
.gray .doc-banner-alt .btn-icon:hover { background:#f0f0f0 url(../images/icon-doc.png) center center no-repeat; }
.gray .doc-banner-alt .btn-icon2 { background:#9b9b9b url(../images/icon-git.png) center center no-repeat; }
.gray .doc-banner-alt .btn-icon2:hover { background:#f0f0f0 url(../images/icon-git.png) center center no-repeat; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
/* ==========================================================================
Quasar
========================================================================== */
.green #inner-head { background:#9dc2bc; padding:70px 0 0; }
.green #inner-head .container { position:relative; min-height:455px; }
.green .product-icon-wrap { top:0; right:0; width:318px; height:433px; }
.green .product-icon { width:318px; height:314px; background:url(../images/quasar_big.png) no-repeat; top:0; left:0; }
.green .product-shadow { width:260px; height:33px; bottom:0; left:15px; background:url(../images/galaxy_shadow.png) no-repeat; }
.green .bar-arrow { background:#228372 url(../images/arrow6.png) top center no-repeat; }
.green .subnav { width:400px; margin-left:-200px; }
.box-col .icon8 { background:url(../images/icon8.png); }
.box-col .icon9 { background:url(../images/icon9.png); }
.box-col .icon10 { background:url(../images/icon10.png); }
.green .box-col h3 { color:#6b6b6b; }
.green .box-col p { color:#6b6b6b }
.green .white-sect .row { padding:95px 0 60px; }
.green .white-sect .row-alt.row { margin:0 -20px; padding:0; }
.green .gray-sect h2 { color:#49647b; }
.green .doc-banner-alt .btn-icon { background:#228372 url(../images/icon-doc.png) center center no-repeat; }
.green .doc-banner-alt .btn-icon:hover { background:#9dc2bc url(../images/icon-doc.png) center center no-repeat; }
.green .doc-banner-alt .btn-icon2 { background:#228372 url(../images/icon-git.png) center center no-repeat; }
.green .doc-banner-alt .btn-icon2:hover { background:#9dc2bc url(../images/icon-git.png) center center no-repeat; }
#resources { text-align:left; }
.green .resources h3 { font-size:20px; color:#6b6b6b; line-height:1em; font-weight:bold; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
/* ==========================================================================
Documentation - About pages
========================================================================== */
#main { padding:75px 0 100px; background:#fff; }
.text { color:#3a3a3a; }
.text-560 { margin:0 auto; width:100%; max-width:560px; }
.text h1 { font-size:32px; color:#3a3a3a; font-weight:bold; line-height:1em; margin-bottom:40px; text-align:center; }
.text h3 { font-size:15px; color:#3a3a3a; font-weight:bold; line-height:1em; margin-bottom:50px; text-align:center; }
.text p { font-size:15px; color:#3a3a3a; text-align:center; margin-bottom:40px; }
.products-boxes { overflow:hidden; margin-bottom:40px; }
.products-boxes li { display:block; float:left; margin-right:20px; width:184px; }
.products-boxes li.li5 { margin:0; }
.products-boxes li a { display:block; width:184px; height:184px; line-height:184px; text-align:center; font-family: "FairpNarMedIta",sans-serif;
color:#fff; font-size:32px;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
.products-boxes li.li1 a { background:#805875; }
.products-boxes li.li1 a:hover { background:#402c3a; }
.products-boxes li.li2 a { background:#49beb0; }
.products-boxes li.li2 a:hover { background:#245f58; }
.products-boxes li.li3 a { background:#a4a4a4; }
.products-boxes li.li3 a:hover { background:#525252; }
.products-boxes li.li4 a { background:#393939; }
.products-boxes li.li4 a:hover { background:#161616; }
.products-boxes li.li5 a { background:#f4f4f4; color:#a4a4a4; border:1px solid #dedede; }
.products-boxes li.li5 a:hover { background:#7a7a7a; color:#fff; }
.contact-box { position:relative; padding-top:70px; }
.contact-box h2 { line-height:1em; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-size:21px; color:#4b4b4b; padding-bottom:18px;
border-bottom:1px solid #bfbfbf; margin-bottom:20px; }
.contact-box p { float:left; width:290px; color:#4b4b4b; font-size:15px; line-height:1.5em; }
.contact-box .btn { display:block; float:right; width:193px; height:53px; line-height:53px; background:#4b4b4b;
font-size:16px; color:#fff; -webkit-transition: all 400ms ease; font-weight:bold; text-align:center;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.contact-box .btn:hover { background:#454545; }
.team { width:570px; margin:0 auto 65px; }
.person { width:248px; height:248px; float:left; position:relative; }
.person.last { float:right; }
.person-details { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(65,181,227,0.9); opacity:0;
-webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.person-details h3 { font-weight:bold; font-size:21px; line-height:1em; margin-bottom:8px; color:#fff; font-family:Arial, Helvetica, sans-serif; padding:15px 0 0 15px; }
.person-details span { display:block; line-height:1em; font-size:15px; color:#fff; padding-left:15px; margin-bottom:30px; }
.person-details p { color:#fff; font-size:15px; padding:0 15px 15px; }
.person:hover .person-details { opacity:1; }
.investors { width:570px; margin:0 auto; border:1px solid #c2c2c2; margin-bottom:10px; }
/* ==========================================================================
Support Page
========================================================================== */
.text-620 { margin:0 auto; width:100%; max-width:620px; }
.anchor-big { font-size:19px; font-weight:bold; color:#515151; padding-top:7px; display:inline-block; }
.anchor-big:hover { text-decoration:underline; }
.contact-wbox { padding:30px 0 50px; background:#f0f3f1; border-bottom:1px solid #cccccc; border-top:1px solid #cccccc; margin-top:60px; }
.contact-box-inner { padding:0 110px 0 490px; background:url(../images/spacebase_sm.png) 80px 18px no-repeat; }
.contact-box-inner h2 { color:#767676; font-size:92px; line-height:1em; border:0 none; font-family:"FairpNarMedIta"; margin-bottom:25px; padding:0; }
.contact-box-inner p { font-size:15px; color:#6b6b6b; text-align:justify; margin-bottom:34px; float:none; width:auto; }
.btn-contact { display:block; width:400px; height:63px; line-height:63px; background:#fff; border:1px solid #959595; text-indent:95px; font-size:17px;
font-weight:bold; color:#6b6b6b; position:relative; }
.btn-contact span.icon { position:absolute; top:-1px; right:-1px; bottom:-1px; width:93px; background:url(../images/icon-email.png); display:block;
text-indent:-999999px; overflow:hidden; }
.bar-arrow2 { background-color:#6b6b6b; margin-top:2px; }
#packages-wrapper { position:relative; }
#packages-wrapper h3 { text-align:center; font-size:20px; font-weight:bold; color:#3a3a3a; line-height:1em; margin-bottom:30px; }
.package-box { width:625px; margin:0 auto 45px; overflow:hidden; }
.package-box.last { margin-bottom:0; }
.package-icon { width:215px; height:194px; float:left; background:#41b6e4 url(../images/icon-package3.png) center center no-repeat; }
.package-icon2 { background:#41b6e4 url(../images/icon-package2.png) center center no-repeat; }
.package-icon3 { background:#41b6e4 url(../images/icon-package1.png) center center no-repeat; }
.package-cont { width:410px; float:left; border:1px solid #959595; }
.package-cont h4 { line-height:52px; background:#909090; font-weight:bold; font-size:18px; color:#fff; text-indent:22px; text-transform:uppercase; }
.package-cont li { display:block; line-height:35px; overflow:hidden; padding-left:25px; font-size:14px; color:#6b6b6b; }
.package-cont li.li-alt { background:#e6f6fc; }
.package-cont li strong { float:left; display:block; width:57%; }
.package-cont li span { float:left; display:block; width:43%; }
/* ==========================================================================
Documentation Page
========================================================================== */
#docs-cont { background:url(../images/bg-docs.png) repeat-y; position:relative; min-height:700px; margin-top:27px; }
.sidebar { width:245px; position:absolute; top:0; left:0; height:100%; }
.side-title { padding-left:53px; height:68px; background:url(../images/icon-title.png) no-repeat; width:245px; float:left; }
.side-title h2 { background:#a4a4a4; line-height:68px; text-align:center; font-weight:bold; font-size:18px; text-transform:uppercase; }
#docs-sidemenu { display:block; width:245px; }
#docs-sidemenu.scrolling { overflow-y:scroll; bottom:0; top:123px; position:fixed; left:0; }
#docs-sidemenu.scrolling-big { bottom:0; top:123px; position:fixed; left:0; }
#docs-sidemenu.stay { bottom:0; top:auto; position:absolute; left:0!important; }
#docs-sidemenu.stay-big { bottom:auto; top:123px; position:absolute; left:0!important; }
#docs-sidemenu li { display:block; width:245px; }
#docs-sidemenu.scrolling li { width:100%; }
#docs-sidemenu li a:hover, #docs-sidemenu li.current>a { font-weight:bold; }
#docs-sidemenu li.li1>a { background:#dcedf4; line-height:29px; display:block; margin-bottom:8px; padding:0 10px; font-size:14px;
font-weight:bold; color:#393939; text-transform:uppercase; }
#docs-sidemenu li.li1>ul { margin-bottom:10px; padding-left:12px; }
#docs-sidemenu li.li1>ul a { color:#4d4f4f; font-size:13px; line-height:1.1em; }
#docs-sidemenu li.li1>ul a.cat-link { color:#3a3a3a; font-size:16px; font-weight:bold; line-height:2em; }
#docs-sidemenu li.li1>ul ul { }
.main { width:743px; float:right; }
#docs-cont .main { min-height:700px; }
#docs-menu { float:right; margin-right:1px; }
#docs-menu li { display:block; float:left; width:128px; height:69px; }
#docs-menu li a { display:block; width:128px; height:69px; line-height:69px; text-align:center; font-family: "FairpNarMedIta",sans-serif;
color:#fff; font-size:25px;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
#docs-menu li.li1 a { background:#805875; }
#docs-menu li.li1 a:hover { background:#402c3a; }
#docs-menu li.li2 a { background:#49beb0; }
#docs-menu li.li2 a:hover { background:#245f58; }
#docs-menu li.li3 a { background:#a4a4a4; }
#docs-menu li.li3 a:hover, #docs-menu li.li3.on a { background:#525252; }
#docs-menu li.li4 a { background:#393939; }
#docs-menu li.li4 a:hover { background:#161616; }
#docs-menu li.li5 a { background:#fff; color:#a4a4a4; border:1px solid #959595; width:126px; }
#docs-menu li.li5 a:hover { background:#7a7a7a; color:#fff; border:1px solid #7a7a7a; }
#docs-cont .main { padding:40px 20px; border-bottom:1px solid #c6c6c6; margin-right:3px; }
.doc-text { margin-bottom:30px; color:#3a3a3a; }
.doc-text h1 { font-size:24px; color:#3a3a3a; line-height:1.2em; margin-bottom:14px; font-weight:bold; }
.doc-text h2 { font-size:22px; color:#3a3a3a; line-height:1.2em; margin-bottom:14px; font-weight:bold; }
.doc-text h3 { font-size:18px; color:#3a3a3a; line-height:1.2em; margin-bottom:4px; font-weight:bold; }
.doc-text h4 { font-size:15px; color:#3a3a3a; line-height:1.2em; margin-bottom:4px; font-weight:bold; }
.doc-text p { font-size:14px; color:#3a3a3a; line-height:1.5em; margin-bottom:10px; }
.doc-text a { font-size:14px; color:#0088cc; text-decoration:underline; }
.doc-text a:hover { text-decoration:none; }
.doc-text ul, .doc-text ol { margin-bottom:10px; }
.doc-text li { list-style:disc; list-style-position:inside; font-size:15px; color:#3a3a3a; line-height:1.5em; }
.doc-text ol li { list-style:decimal; list-style-position:inside; }
.sep { padding-bottom:20px; border-top:1px solid #d6d6d6; margin-top:20px; }
.note { margin-bottom:20px; padding:9px; }
.note.blue { background:#dfeff5; border:1px solid #94b7c4; font-size:15px; color:#237798; }
.note.yellow { background:#fcf8e3; border:1px solid #dcccae; font-size:15px; color:#b38d4a; }
#doumentation-bottom-bar { height:68px; background:#dcdcdc; color:#fff; overflow:hidden; position:fixed; top:90px; left:0; width:100%; }
.fixed-head #doumentation-bottom-bar { top:55px; }
#doumentation-bottom-bar h3 { position:relative; float:left; font-size:25px; font-family: "FairpNarMedIta",sans-serif; background:#b0b0b0; line-height:68px; padding:0 38px; }
#doumentation-bottom-bar a { margin-top:12px; display:block; line-height:46px; border-right:1px solid #c0c0c0; width:154px; float:left; text-align:center; }
#doumentation-bottom-bar a span { display:inline-block; padding-left:37px; line-height:30px; font-size:11px; color:#979797; }
.btn-1 span { background:url(../images/icon-doc1.png) left center no-repeat; }
.btn-1:hover span { background:url(../images/icon-doc11.png) left center no-repeat; }
.btn-2 span { background:url(../images/icon-doc2.png) left center no-repeat; }
.btn-2:hover span { background:url(../images/icon-doc21.png) left center no-repeat; }
.btn-3 span { background:url(../images/icon-doc3.png) left center no-repeat; }
.btn-3:hover span { background:url(../images/icon-doc31.png) left center no-repeat; }
.btn-4 span { background:url(../images/icon-doc4.png) left center no-repeat; }
.btn-4:hover span { background:url(../images/icon-doc41.png) left center no-repeat; }
#doumentation-bottom-bar a.btn-4 { border:0 none; }
#doumentation-bottom-bar a:hover span { color:#000; } | public/style.css | html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}em{font-style:italic;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
html{-webkit-text-size-adjust: none;}
strong{ font-weight:bold;}
img{ vertical-align:top;}
.cl{ clear:both; font-size:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
a { color: #7C7C7C; }
a:hover { color: #7C7C7C; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
li { list-style:none; margin:0; padding:0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="submit"] { width:250px; display:block; background:#4c4c4c; ;font-size:16px; font-weight:bold; color:#fff; text-align:center; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
input[type="submit"]:hover {background-color:#7C7C7C; cursor: pointer;}
input[type="text"]
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { padding:12px;font-size:16px;border-radius:2px;width:250px;border-color: #4b4b4c}
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
code, pre {
font-family: "Source Code Pro",Monaco,Menlo,Consolas,"Courier New",monospace;
}
.highlight pre {
font-family: "Inconsolata", Monaco, Courier, monospace;
font-size: .65em;
border: 1px solid #efefef;
border-left: 2em solid #efefef;
position: relative;
margin: 1em 0;
}
.highlight pre code {
counter-reset: linenumbers;
position: relative;
overflow: auto;
}
.highlight pre code > span:before {
font-size: .9em;
color: #aaa;
content: counter(linenumbers);
counter-increment: linenumbers;
left: -5.5ex;
position: absolute;
text-align: right;
width: 3.5ex;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*
* GitHub style for Pygments syntax highlighter, for use with Jekyll
* Courtesy of GitHub.com
*/
.highlight pre, pre, .highlight .hll {
background-color: #f3f3f3;
border: 1px solid #ccc;
padding: 6px 10px;
border-radius: 3px;
}
.highlight .c { color: #999988; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #999988; font-style: italic; }
.highlight .cp { color: #999999; font-weight: bold; }
.highlight .c1 { color: #999988; font-style: italic; }
.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000000; background-color: #ffdddd; }
.highlight .gd .x { color: #000000; background-color: #ffaaaa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #aa0000; }
.highlight .gh { color: #999999; }
.highlight .gi { color: #000000; background-color: #ddffdd; }
.highlight .gi .x { color: #000000; background-color: #aaffaa; }
.highlight .go { color: #888888; }
.highlight .gp { color: #555555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #800080; font-weight: bold; }
.highlight .gt { color: #aa0000; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kn { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #445588; font-weight: bold; }
.highlight .m { color: #009999; }
.highlight .s { color: #dd1144; }
.highlight .n { color: #333333; }
.highlight .na { color: teal; }
.highlight .nb { color: #0086b3; }
.highlight .nc { color: #445588; font-weight: bold; }
.highlight .no { color: teal; }
.highlight .ni { color: purple; }
.highlight .ne { color: #990000; font-weight: bold; }
.highlight .nf { color: #990000; font-weight: bold; }
.highlight .nn { color: #555555; }
.highlight .nt { color: navy; }
.highlight .nv { color: teal; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbbbbb; }
.highlight .mf { color: #009999; }
.highlight .mh { color: #009999; }
.highlight .mi { color: #009999; }
.highlight .mo { color: #009999; }
.highlight .sb { color: #dd1144; }
.highlight .sc { color: #dd1144; }
.highlight .sd { color: #dd1144; }
.highlight .s2 { color: #dd1144; }
.highlight .se { color: #dd1144; }
.highlight .sh { color: #dd1144; }
.highlight .si { color: #dd1144; }
.highlight .sx { color: #dd1144; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #dd1144; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999999; }
.highlight .vc { color: teal; }
.highlight .vg { color: teal; }
.highlight .vi { color: teal; }
.highlight .il { color: #009999; }
.highlight .gc { color: #999; background-color: #EAF2F5; }
code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap;}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:20px;}
pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}
.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;}
.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
.label:empty,.badge:empty{display:none;}
a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.label-important,.badge-important{background-color:#b94a48;}
.label-important[href],.badge-important[href]{background-color:#953b39;}
.label-warning,.badge-warning{background-color:#f89406;}
.label-warning[href],.badge-warning[href]{background-color:#c67605;}
.label-success,.badge-success{background-color:#468847;}
.label-success[href],.badge-success[href]{background-color:#356635;}
.label-info,.badge-info{background-color:#3a87ad;}
.label-info[href],.badge-info[href]{background-color:#2d6987;}
.label-inverse,.badge-inverse{background-color:#333333;}
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}
.btn .label,.btn .badge{position:relative;top:-1px;}
.btn-mini .label,.btn-mini .badge{top:0;}
/* ==========================================================================
General styles
========================================================================== */
html { background:#fff; }
body { font-family:Arimo, Arial, Helvetica, sans-serif; color:#fff; font-weight:400; font-size:14px; padding-top:90px; }
.container { width:1000px; margin:0 auto; position:relative; }
.container:before, .container:after { content: ""; display: table; }
.container:after { clear: both; }
.container { *zoom: 1; }
a { text-decoration:none; outline:none!important; }
a:hover { color:#7C7C7C; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: 'FairpNarMedIta';
src: url('fonts/FairpNarMedIta.eot');
src: local('☺'), url('fonts/FairpNarMedIta.woff') format('woff'), url('fonts/FairpNarMedIta.ttf') format('truetype'), url('fonts/FairpNarMedIta.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* ==========================================================================
Header
========================================================================== */
header { background:#f1eff2; width:100%; height:90px; position:fixed; top:0; left:0; z-index:100; -webkit-transition: height 200ms ease;
-moz-transition: height 200ms ease;-ms-transition: height 200ms ease;-o-transition: height 200ms ease;transition: height 200ms ease; }
.fixed-head header { height:55px; }
#logo { display:block; overflow:hidden; text-indent:-99999px; width:265px; height:54px; background:url(../images/logo.png); float:left; margin-top:21px; background-size:cover;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
.fixed-head #logo { width:197px; height:40px; margin-top:8px; background-repeat:no-repeat; }
header ul { float:right; margin-top:44px; }
.fixed-head header ul { margin-top:17px; }
header li { display:block; margin-left:20px; position:relative; float:left; }
/*header li.sub:after { position:absolute; width:100%; height:5px; content:"."; overflow:hidden; text-indent:-999999px;
background:url(../images/arrow.png) center center no-repeat; bottom:-6px; left:0; }
header li.sub:hover :after{ opacity:1; }*/
header li a { font-size:14px; color:#4b4b4c; }
header li a:hover { color:#5e5e5e; }
#nav ul { position:absolute; top:2px; left:-1px; width:160px; background:#f0f0f0; border:1px solid #1e5b7d; z-index:1000; }
.fixed-head #nav ul { top:21px; }
#nav ul:before { position:absolute; width:8px; height:5px; content:"."; overflow:hidden; text-indent:-999999px;
background:url(../images/arrow.png) center center no-repeat; top:-17px; left:26px; }
.fixed-head #nav ul:before { top:-12px; }
#nav ul li { border-bottom:1px solid #d5d5d5; line-height:36px; display:block; margin:0; float:none; }
#nav ul li a { display:block; padding-left:9px; border-bottom:1px solid #f0f0f0; font-size:14px; color:#393939;
-webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease;
transition: all 400ms ease; }
#nav ul li.li1 a:hover { background:#805875; color:#fff; border-bottom:1px solid #1e5b7d; }
#nav ul li.li2 a:hover { background:#49beb0; color:#fff; border-bottom:1px solid #1e5b7d; }
#nav ul li.li3 a:hover { background:#393939; color:#fff; border-bottom:1px solid #1e5b7d; }
#nav ul li.li4 a:hover { background:#f4f4f4; color:#393939; border-bottom:1px solid #f0f0f0; }
/* ==========================================================================
Homepage
========================================================================== */
#section1 { height:4300px; background:url(../images/bg-orange.png) top left repeat; overflow:hidden; }
.mobile #section1, .mobile #section1 .container { height:730px; }
#section1 .container { height:4300px; }
.wrapit { height:670px; width:1000px; position:absolute; bottom:45px; left:0; }
.fixed .wrapit { position:fixed; top:90px; left:50%; margin-left:-500px; }
.noscroll.fixed .wrapit { position:absolute; bottom:45px; left:0; margin-left:0; top:auto; }
#intro-wrapper { width:100%; height:100%; position:relative; overflow:hidden; }
.reverse-scroll #intro-wrapper { display:none; }
#intro { width:100%; height:320px; position:absolute; top:255px; text-align:center; z-index:2; }
#intro h1 { display:inline-block; border-bottom:1px solid rgba(255,255,255,0.2); line-height:1em; padding-bottom:10px;
font-size:60px; color:#fff; margin-bottom:15px; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif;
font-style: normal; font-weight: 500; }
#intro p { font-weight:bold; font-size:18px; line-height:1em; margin-bottom:75px; }
#intro div { display:inline-block; font-size:18px; color:#ec9057; padding-bottom:110px;
background:url(../images/indicator.png) bottom center no-repeat; }
#intro div.arrows { width:25px; height:25px; position:absolute; bottom:0; left:50%; margin-left:-12px; background:none; padding:0; }
#intro div.arrows span { display:block; width:25px; height:15px; overflow:hidden; text-indent:-999999px; background:url(../images/arrow5.png);
position:absolute; top:0; left:0; }
#intro div.arrows span.arrow1 { -webkit-animation: arrowanim 1.9s ease; -webkit-animation-iteration-count: infinite;
-moz-animation: arrowanim 1.9s ease; -moz-animation-iteration-count: infinite; }
#intro div.arrows span.arrow2 { top:11px; -webkit-animation: arrowanim 1.9s .3s ease; -webkit-animation-iteration-count: infinite;
-moz-animation: arrowanim 1.9s .3s ease; -moz-animation-iteration-count: infinite; }
@-webkit-keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
@-moz-keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
@-o-keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
@keyframes arrowanim {
0% { margin-top:0; }
25% { opacity:1; }
50% { opacity:0; margin-top:3px; }
100% { opacity:1; margin:0; }
}
#engine { width:595px; height:588px; position:absolute; right:0; top:35px; z-index:1; }
.part { position:absolute; top:0; right:0; }
#part1 { background:url(../images/part1.png) no-repeat; width:581px; height:618px; top:-680px; /*right:5px;*/ right:-680px; padding-bottom:34px; }
.reverse-scroll #part1 { top:0; right:5px; }
#part1 .shadow-bottom { width:374px; height:29px; background:url(../images/shadow.png); position:absolute; bottom:0; left:50%;
margin-left:-187px; z-index:5; }
#part11 { width:509px; height:572px; position:absolute; top:12px; left:0; z-index:10; background:url(../images/part11.png); }
#part11 .shadow { width:323px; height:292px; background:url(../images/shadow1.png); position:absolute; top:104px; left:184px; }
#part2 { background:url(../images/part2.png); width:594px; height:575px; /*top:17px;*/ right:8px; top:-680px; }
.reverse-scroll #part2 { top:17px; }
#part21 { width:515px; height:517px; position:absolute; top:6px; left:67px; z-index:5; background:url(../images/part21.png); }
#part3 { background:url(../images/part3.png); width:370px; height:362px; /*top:23px;*/ right:8px; top:-600px; }
.reverse-scroll #part3 { top:23px; }
#part31 { width:368px; height:362px; position:absolute; top:0; left:0; z-index:4; background:url(../images/part31.png); }
#part3 .shadow { width:175px; height:166px; background:url(../images/shadow3.png); position:absolute; top:36px; right:19px; z-index:3; }
#part4 { background:url(../images/part4.png); z-index:2; width:271px; height:265px; /*top:20px;*/ right:0; top:-600px; }
.reverse-scroll #part4 { top:20px; }
#bg-help { width:284px; height:292px; position:absolute; bottom:-4px; left:-20px; background:url(../images/bg-orange.png) top left repeat; z-index:4;
-webkit-border-radius: 18px; border-radius: 18px; }
.reverse-scroll #bg-help { bottom:-4px; left:-20px; }
#banner-title { width:630px; position:absolute; bottom:125px; left:0; z-index:10; display:none; }
.noscroll #banner-title { display:block; }
#banner-title h1 { width:100%; line-height:1em; color:#fff; font-size:60px; padding-bottom:10px; margin-bottom:15px;
border-bottom:1px solid rgba(255,255,255,0.2); font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif;
font-style: normal; font-weight: 500; }
#banner-title p { font-weight:bold; text-align:right; font-size:18px; }
.intro-title { top:275px; left:160px; position:absolute; z-index:3; width:369px; opacity:0; }
.intro-title p { font-size:17px; color:#fff; line-height:1em; padding-top:2px; }
.intro-title img { display:block; }
#title2 { width:579px; top:340px; }
#title3 { width:819px; left:0; top:220px; }
#title4 { width:381px; left:auto; right:0; top:120px; }
#title4 p { text-align:right; }
#section1 .scroll-to-arrow { position:absolute; bottom:0; left:50%; margin-left:-13px; opacity:0; }
.reverse-scroll #section1 .scroll-to-arrow { opacity:1; }
/* Section2 */
#section2 { background:url(../images/bg.png); padding-top:50px; }
.scroll-to-arrow { width:27px; height:17px; background:url(../images/arrow2.png); display:block; margin:0 auto; position:relative; }
.scroll-to-arrow span { width:100%; height:100%; position:absolute; top:0; left:0; background:url(../images/arrow2.png) 0 -18px; display:block; overflow:hidden; text-indent:-99999px;
opacity:0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.scroll-to-arrow:hover span { opacity:1; }
.big-icon { width:131px; height:131px; background:url(../images/icon.png); margin:15px auto 50px; position:relative; }
.big-icon span { width:100%; height:100%; position:absolute; top:0; left:0; background:url(../images/icon_hover.png); display:block; overflow:hidden; text-indent:-99999px;
opacity:0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.big-icon:hover span { opacity:1; }
#intro-text { text-align:center; width:750px; margin:0 auto; }
#intro-text p { font-size:15px; color:#707070; line-height:1.6em; }
#intro-text h2 { font-size:40px; color:#4b4b4c; line-height:1.1em; margin:50px 0 45px; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif;
font-style: normal; font-weight: 500;}
#tabs-btns { width:485px; margin:50px auto 0; position:relative; z-index:2; }
#tabs-btns li { display:block; float:left; border-top:1px solid #b0b0b0; border-bottom:1px solid #434343; }
#tabs-btns li.li1 a { border-left:1px solid #b0b0b0; }
#tabs-btns a { display:block; line-height:39px; width:120px; text-align:center; font-size:16px; font-weight:bold; color:#434343;
border-right:1px solid #b0b0b0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
#tabs-btns li.li1 a:hover { background:#6e5971; color:#fff; }
#tabs-btns li.li2 a:hover { background:#228372; color:#fff; }
#tabs-btns li.li3 a:hover { background:#3e3e3e; color:#fff; }
#tabs-btns li.li4 a:hover { background:#e7e7e7; color:#434343; }
#tabs-btns li.li1.active { border-bottom:1px solid #6e5971; }
#tabs-btns li.li1.active a { background:#6e5971; color:#fff; }
#tabs-btns li.li2.active { border-bottom:1px solid #228372; }
#tabs-btns li.li2.active a { background:#228372; color:#fff; }
#tabs-btns li.li3.active { border-bottom:1px solid #3e3e3e; }
#tabs-btns li.li3.active a { background:#3e3e3e; color:#fff; }
#tabs-btns li.li4.active { border-bottom:1px solid #e7e7e7; }
#tabs-btns li.li4.active a { background:#e7e7e7; }
#tabs-wrapper { border-bottom:1px solid #434343; border-top:1px solid #434343; position:relative; top:-1px; }
.tab-cont { padding:40px 0; display:none; }
.tab-cont h2 { color:#fff; display:block; font-size:60px; letter-spacing:-1px; margin-bottom:30px; line-height:1em;
font-family:"FairpNarMedIta"; }
.tab-cont p { text-align:justify; width:620px; float:left; }
.tab-cont .btn { display:block; float:right; width:296px; height:53px; line-height:53px; border:1px solid #fff; background:url(../images/arrow3.png) 265px center no-repeat;
padding-left:25px; font-size:14px; color:#fff; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.tab-cont .btn:hover { background:rgba(255,255,255,0.2) url(../images/arrow3.png) 265px center no-repeat; }
#tab4 h2, #tab4 p { color:#3e3e3e; }
#tab4 .btn { border:1px solid #3e3e3e; background:url(../images/arrow4.png) 265px center no-repeat; color:#3e3e3e; }
#tab1 { background:#6e5971; }
#tab2 { background:#228372; }
#tab3 { background:#3e3e3e; }
#tab4 { background:#e7e7e7; }
/* Section3 */
#section3 { padding:80px 0 40px; }
#blog { width:620px; float:left; }
#blog h3 { font-size:21px; color:#4b4b4c; line-height:1em; padding-bottom:18px; border-bottom:1px solid #d4d4d4; margin-bottom:20px;
font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 500; }
.post { margin-bottom:20px; overflow:hidden; }
.post h4 { font-size:16px; font-weight:bold; color:#545455; line-height:1em; margin-bottom:20px; }
.post p { font-size:15px; color:#707070; margin-bottom:15px; }
.post .more { float:right; display:block; border:1px solid #4c4c4d; width:95px; height:32px; text-align:center; font-weight:bold; color:#4b4b4c; font-size:12px;
line-height:30px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.post .more:hover { background:#eaeaea; }
#sidebar { width:296px; float:right; }
#sidebar h3 { font-size:21px; color:#4b4b4c; line-height:1em; padding-bottom:18px; border-bottom:1px solid #d4d4d4; margin-bottom:20px;
font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 500; }
#sidebar p { color:#4c4c4c; font-size:15px; margin-bottom:18px; }
#sidebar a { display:block; line-height:52px; background:#4c4c4c; font-size:16px; font-weight:bold; color:#fff; text-align:center; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
#sidebar a:hover { background:#363333; }
/* ==========================================================================
Footer
========================================================================== */
footer { padding:70px 0 55px; background:url(../images/bg.png); }
#logo-footer { position:absolute; top:-9px; left:0; width:52px; height:81px; background:url(../images/logo-footer.png); }
footer ul { display:block; text-align:right; padding-bottom:12px; border-bottom:1px solid #b4b5b3; margin-bottom:15px; }
footer ul li { display:inline-block; margin-left:20px; }
footer li a { font-size:14px; color:#454545; line-height:1.4em; }
footer li a:hover { text-decoration:underline; }
footer .social { display:block; width:30px; height:30px; margin-left:10px; float:right; text-indent:-999999px; overflow:hidden; }
.social1 { background:url(../images/icons.png) -60px 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.social1:hover { background:#cde5f2 url(../images/icons.png) -60px 0; }
.social2 { background:url(../images/icons.png) -30px 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.social2:hover { background:#cde5f2 url(../images/icons.png) -30px 0; }
.social3 { background:url(../images/icons.png) 0 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.social3:hover { background:#cde5f2 url(../images/icons.png) 0 0; }
/* ==========================================================================
SpaceBase
========================================================================== */
#inner-head { background:#989898; padding:70px 0 50px; }
#inner-head .container { position:relative; min-height:405px; }
#inner-head h1 { font-size:98px; color:#fff; font-family:"FairpNarMedIta"; font-weight:normal; line-height:1em; margin-bottom:30px; }
#inner-head span { line-height:1em; font-size:32px; display:block; line-height:1em; margin-bottom:20px;
font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 300; }
#inner-head p { font-size:15px; color:#fff; max-width:530px; margin-bottom:40px; }
.btn-download { line-height:1em; padding:60px 80px 15px; background:#393939 url(../images/download-icon.png) center 15px no-repeat; font-size:14px;
display:inline-block; color:#fff; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.btn-download:hover { color:#fff; background:#454545 url(../images/download-icon.png) center 15px no-repeat; }
.product-icon-wrap { position:absolute; top:0; right:0; width:370px; height:412px; }
.product-icon { width:370px; height:362px; background:url(../images/part3.png); position:absolute; top:0; left:0;
-webkit-animation: iconanim 2.6s linear; -webkit-animation-iteration-count: infinite; -moz-animation: iconanim 2.6s linear; -moz-animation-iteration-count: infinite; }
.product-shadow { width:352px; height:33px; background:url(../images/spacebase_big_shadow.png); bottom:0; left:5px; position:absolute;
-webkit-animation: shadowanim 2.6s linear; -webkit-animation-iteration-count: infinite; -moz-animation: shadowanim 2.6s linear; -moz-animation-iteration-count: infinite; }
@-webkit-keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@-moz-keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@-o-keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@keyframes iconanim {
0% { top:0; }
25% { top:-10px; }
50% { top:0; }
75% { top:10px; }
100% { top:0; }
}
@-webkit-keyframes shadowanim {
0% { -webkit-transform: scale(1); }
25% { -webkit-transform: scale(0.8); }
50% { -webkit-transform: scale(1); }
75% { -webkit-transform: scale(1.2); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes shadowanim {
0% { -moz-transform: scale(1); }
25% { -moz-transform: scale(0.9); }
50% { -moz-transform: scale(1); }
75% { -moz-transform: scale(1.1); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes shadowanim {
0% { -o-transform: scale(1); }
25% { -o-transform: scale(0.9); }
50% { -o-transform: scale(1); }
75% { -o-transform: scale(1.1); }
100% { -o-transform: scale(1); }
}
@keyframes shadowanim {
0% { transform: scale(1); }
25% { transform: scale(0.9); }
50% { transform: scale(1); }
75% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.white-sect { background:#fff; color:#49647b; position:relative; }
.white-sect .row { padding:95px 0 130px; }
.bar-arrow { height:53px; width:100%; background:#393939 url(../images/arrow6.png) top center no-repeat; margin-bottom:40px; }
.subnav { width:510px; position:absolute; top:53px; left:50%; margin-left:-216px; z-index:2; overflow:hidden; z-index:10000; }
.subnav li { display:block; float:left; border-bottom:1px solid #393939; background:#fff; }
.subnav li.li1 a { border-left:1px solid #393939; padding:0 28px; }
.subnav li.li2 a { padding:0 22px; }
.subnav li.li3 a { padding:0 8px; }
.subnav a { display:block; line-height:39px; padding:0 25px; text-align:center; font-size:15px; color:#393939;
border-right:1px solid #393939; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.row { margin:0 -50px; overflow:hidden; }
.col4 { width:33.33333333%; float:left; padding:0 50px; }
.box-col { text-align:center; }
.box-col .icon { width:131px; height:131px; display:block; overflow:hidden; text-indent:-999999px; margin:0 auto 35px; }
.box-col .icon1 { background:url(../images/icon1.png); }
.box-col .icon2 { background:url(../images/icon2.png); }
.box-col .icon3 { background:url(../images/icon3.png); }
.box-col h3 { margin-bottom:40px; font-size:18px; color:#6B6B6B; font-weight:bold; line-height:1.4em; }
.box-col p { font-size:14px; line-height:1.5em; margin:0; text-align:justify; color:#6B6B6B }
.gray-sect { background:#f2f2f3; border-bottom:1px solid #cccccc; border-top:1px solid #cccccc; }
.pad45 { padding:45px 0; }
.padd50-100 { padding:50px 0 100px; }
.padd45-70 { padding:45px 0 70px; }
.gray-sect h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:40px; font-weight:bold; }
.accordion-wrapper { border:1px solid #d6d6d6; }
.acc { border-bottom:1px solid #d6d6d6; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.acc.last { border:0 none; }
.acc.active { background:#393939; }
.acc h4 { font-size:15px; color:#6B6B6B; font-weight:bold; line-height:1em; padding:18px 20px; background:url(../images/cross.png) 98% 18px no-repeat;
cursor:pointer; position:relative; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease;
-o-transition: all 400ms ease; transition: all 400ms ease; }
.acc h4:hover { background:#d7d7d7 url(../images/cross.png) 98% 18px no-repeat; }
.acc.active h4 { color:#fff; background:url(../images/x.png) 98% 18px no-repeat; }
.acc-cont { display:none; padding:50px; }
.acc-cont p { line-height:1.5em; margin:0; font-size:15px; }
#is-spacebar-for-you { text-align:center; }
#is-spacebar-for-you h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#is-spacebar-for-you p { font-size:15px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
#is-spacebar-for-you h5 { font-size:15px; color:#6B6B6B; line-height:1em; margin-bottom:60px; font-weight:bold; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
.samples-wrapper { border:1px solid #83a096; background:#f4f4f4; margin-bottom:100px; }
.sample { border-bottom:1px solid #83a096; text-align:left; }
.sample.last { border:0 none; }
.sample-cont { float:left; width:680px; padding:25px 15px 0 35px; }
.sample2 .sample-cont { padding-top:45px; }
.sample.last .sample-cont { padding-top:60px; }
.sample img { float:right; border-left:1px solid #bcbcbc; padding-left:2px; }
.sample h3 { font-size:32px; color:#6B6B6B; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-style: normal; font-weight: 500; line-height:1em;
margin-bottom:20px; }
#is-spacebar-for-you .sample p { font-size:15px; margin:0; line-height:2em; }
.doc-banner { border:1px solid #393939; width:530px; height:125px; position:relative; margin:0 auto; text-align:left; }
.doc-banner h4 { font-size:24px; color:#49647B; line-height:1.2em; padding:32px 0 0 30px; font-weight:bold; }
.doc-banner h4 a { display:block; text-decoration:none; color:#49647B; text-transform:none; }
.doc-banner h4 a:hover { text-decoration:underline; }
.doc-banner .btn-download { position:absolute; top:0; right:0; height:100%; width:185px; padding:0; text-align:center; padding-top:84px; font-size:15px;
background:#393939 url(../images/download-icon.png) center 30px no-repeat; }
.doc-banner .btn-download:hover { background:#454545 url(../images/download-icon.png) center 30px no-repeat; }
.dark .doc-banner-alt .btn-icon { background:#393939 url(../images/icon-doc.png) center center no-repeat; }
.dark .doc-banner-alt .btn-icon:hover { background:#454545 url(../images/icon-doc.png) center center no-repeat; }
.dark .doc-banner-alt .btn-icon2 { background:#393939 url(../images/download-icon.png) center center no-repeat; }
.dark .doc-banner-alt .btn-icon2:hover { background:#454545 url(../images/download-icon.png) center center no-repeat; }
/* ==========================================================================
Comsat
========================================================================== */
.purple #inner-head { background:#c4abc8; padding:35px 0 0; }
.purple #inner-head .container { position:relative; min-height:490px; }
.purple .product-icon-wrap { top:0; right:0; width:417px; height:474px; }
.purple .product-icon { width:417px; height:419px; background:url(../images/comsat_big.png) no-repeat; top:0; left:0; }
.purple .product-shadow { width:352px; height:33px; bottom:0; left:35px; }
.purple #inner-head h1 { margin-top:30px; }
.purple .bar-arrow { background:#6e5971 url(../images/arrow6.png) top center no-repeat; }
.purple .subnav { width:400px; margin-left:-200px; }
.col6 { width:50%; float:left; padding:0 50px; }
.box-col .icon4 { background:url(../images/icon4.png); }
.box-col .icon5 { background:url(../images/icon5.png); }
.purple .box-col h3 { color:#6b6b6b; }
.purple .box-col p { color:#6b6b6b }
.purple .gray-sect h2 { color:#49647b; }
.table-style { border:1px solid #d6d6d6; }
.table-style li { border-bottom:1px solid #d6d6d6; color:#6b6b6b; font-weight:bold; font-size:15px; line-height:1.3em; padding:16px 20px; }
.table-style li.last { border:0 none; }
.row-alt, .white-sect .row-alt.row { margin:0 -20px; padding:0; }
.row-alt .col6 { padding:0 20px; }
.doc-banner-alt { border:1px solid #393939; width:100%; height:125px; position:relative; text-align:left; }
.doc-banner-alt h4 { font-size:24px; color:#49647b; line-height:1.2em; padding:32px 0 0 30px; font-weight:bold; }
.doc-banner-alt h4 a { display:inline-block; text-decoration:none; color:#49647b; text-transform:none; }
.doc-banner-alt h4 a:hover { text-decoration:underline; }
.doc-banner-alt .btn-icon { position:absolute; top:-1px; right:-1px; bottom:-1px; width:185px; padding:0; text-indent:-99999px; overflow:hidden;
background:#6e5971 url(../images/icon-doc.png) center center no-repeat;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
.doc-banner-alt .btn-icon:hover { background:#c4abc8 url(../images/icon-doc.png) center center no-repeat; }
.doc-banner-alt .btn-icon2 { background:#6e5971 url(../images/icon-git.png) center center no-repeat; }
.doc-banner-alt .btn-icon2:hover { background:#c4abc8 url(../images/icon-git.png) center center no-repeat; }
#resources { text-align:left; }
.purple .resources h3 { font-size:20px; color:#6b6b6b; line-height:1em; font-weight:bold; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
/* ==========================================================================
Galaxy
========================================================================== */
.gray #inner-head { background:#f0f0f0; padding:70px 0 0; }
.gray #inner-head .container { position:relative; min-height:455px; color:#707070; }
.gray .product-icon-wrap { top:0; ight:0; width:295px; height:420px; }
.gray .product-icon { width:295px; height:287px; background:url(../images/galaxy_big.png) no-repeat; top:0; left:0; }
.gray .product-shadow { width:260px; height:33px; bottom:0; left:15px; background:url(../images/galaxy_shadow.png) no-repeat; }
.gray #inner-head h1 { color:#909090; }
.gray #inner-head p { color:#707070; }
.gray #inner-head span { margin-bottom:45px; }
.gray .bar-arrow { background:#9b9b9b url(../images/arrow6.png) top center no-repeat; }
.gray .subnav { width:238px; margin-left:-118px; }
.box-col .icon6 { background:url(../images/icon6.png); }
.box-col .icon7 { background:url(../images/icon7.png); }
.gray .box-col h3 { color:#6b6b6b; }
.gray .box-col p { color:#6b6b6b }
.gray .white-sect .row { padding:95px 0 60px; }
.gray .white-sect .row-alt.row { margin:0 -20px; padding:70px 0 60px; }
.gray .acc.active { background:#b1b1b1; }
.gray .acc h4 { color:#6b6b6b; }
.gray .acc.active h4 { color:#fff; }
.gray .gray-sect h2 { color:#49647b; }
.gray .doc-banner-alt .btn-icon { background:#9b9b9b url(../images/icon-doc.png) center center no-repeat; }
.gray .doc-banner-alt .btn-icon:hover { background:#f0f0f0 url(../images/icon-doc.png) center center no-repeat; }
.gray .doc-banner-alt .btn-icon2 { background:#9b9b9b url(../images/icon-git.png) center center no-repeat; }
.gray .doc-banner-alt .btn-icon2:hover { background:#f0f0f0 url(../images/icon-git.png) center center no-repeat; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
/* ==========================================================================
Quasar
========================================================================== */
.green #inner-head { background:#9dc2bc; padding:70px 0 0; }
.green #inner-head .container { position:relative; min-height:455px; }
.green .product-icon-wrap { top:0; right:0; width:318px; height:433px; }
.green .product-icon { width:318px; height:314px; background:url(../images/quasar_big.png) no-repeat; top:0; left:0; }
.green .product-shadow { width:260px; height:33px; bottom:0; left:15px; background:url(../images/galaxy_shadow.png) no-repeat; }
.green .bar-arrow { background:#228372 url(../images/arrow6.png) top center no-repeat; }
.green .subnav { width:400px; margin-left:-200px; }
.box-col .icon8 { background:url(../images/icon8.png); }
.box-col .icon9 { background:url(../images/icon9.png); }
.box-col .icon10 { background:url(../images/icon10.png); }
.green .box-col h3 { color:#6b6b6b; }
.green .box-col p { color:#6b6b6b }
.green .white-sect .row { padding:95px 0 60px; }
.green .white-sect .row-alt.row { margin:0 -20px; padding:0; }
.green .gray-sect h2 { color:#49647b; }
.green .doc-banner-alt .btn-icon { background:#228372 url(../images/icon-doc.png) center center no-repeat; }
.green .doc-banner-alt .btn-icon:hover { background:#9dc2bc url(../images/icon-doc.png) center center no-repeat; }
.green .doc-banner-alt .btn-icon2 { background:#228372 url(../images/icon-git.png) center center no-repeat; }
.green .doc-banner-alt .btn-icon2:hover { background:#9dc2bc url(../images/icon-git.png) center center no-repeat; }
#resources { text-align:left; }
.green .resources h3 { font-size:20px; color:#6b6b6b; line-height:1em; font-weight:bold; }
#related-blogs { text-align:left; }
#related-blogs h2 { font-size:32px; color:#49647B; line-height:1em; margin-bottom:35px; font-weight:bold; }
#related-blogs a { font-size:16px; line-height:1.5em; margin:0 0 55px 0; color:#6B6B6B; }
/* ==========================================================================
Documentation - About pages
========================================================================== */
#main { padding:75px 0 100px; background:#fff; }
.text { color:#3a3a3a; }
.text-560 { margin:0 auto; width:100%; max-width:560px; }
.text h1 { font-size:32px; color:#3a3a3a; font-weight:bold; line-height:1em; margin-bottom:40px; text-align:center; }
.text h3 { font-size:15px; color:#3a3a3a; font-weight:bold; line-height:1em; margin-bottom:50px; text-align:center; }
.text p { font-size:15px; color:#3a3a3a; text-align:center; margin-bottom:40px; }
.products-boxes { overflow:hidden; margin-bottom:40px; }
.products-boxes li { display:block; float:left; margin-right:20px; width:184px; }
.products-boxes li.li5 { margin:0; }
.products-boxes li a { display:block; width:184px; height:184px; line-height:184px; text-align:center; font-family: "FairpNarMedIta",sans-serif;
color:#fff; font-size:32px;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
.products-boxes li.li1 a { background:#805875; }
.products-boxes li.li1 a:hover { background:#402c3a; }
.products-boxes li.li2 a { background:#49beb0; }
.products-boxes li.li2 a:hover { background:#245f58; }
.products-boxes li.li3 a { background:#a4a4a4; }
.products-boxes li.li3 a:hover { background:#525252; }
.products-boxes li.li4 a { background:#393939; }
.products-boxes li.li4 a:hover { background:#161616; }
.products-boxes li.li5 a { background:#f4f4f4; color:#a4a4a4; border:1px solid #dedede; }
.products-boxes li.li5 a:hover { background:#7a7a7a; color:#fff; }
.contact-box { position:relative; padding-top:70px; }
.contact-box h2 { line-height:1em; font-family: "mic-32-new-web-n5","mic-32-new-web",sans-serif; font-size:21px; color:#4b4b4b; padding-bottom:18px;
border-bottom:1px solid #bfbfbf; margin-bottom:20px; }
.contact-box p { float:left; width:290px; color:#4b4b4b; font-size:15px; line-height:1.5em; }
.contact-box .btn { display:block; float:right; width:193px; height:53px; line-height:53px; background:#4b4b4b;
font-size:16px; color:#fff; -webkit-transition: all 400ms ease; font-weight:bold; text-align:center;
-moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.contact-box .btn:hover { background:#454545; }
.team { width:570px; margin:0 auto 65px; }
.person { width:248px; height:248px; float:left; position:relative; }
.person.last { float:right; }
.person-details { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(65,181,227,0.9); opacity:0;
-webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; }
.person-details h3 { font-weight:bold; font-size:21px; line-height:1em; margin-bottom:8px; color:#fff; font-family:Arial, Helvetica, sans-serif; padding:15px 0 0 15px; }
.person-details span { display:block; line-height:1em; font-size:15px; color:#fff; padding-left:15px; margin-bottom:30px; }
.person-details p { color:#fff; font-size:15px; padding:0 15px 15px; }
.person:hover .person-details { opacity:1; }
.investors { width:570px; margin:0 auto; border:1px solid #c2c2c2; margin-bottom:10px; }
/* ==========================================================================
Support Page
========================================================================== */
.text-620 { margin:0 auto; width:100%; max-width:620px; }
.anchor-big { font-size:19px; font-weight:bold; color:#515151; padding-top:7px; display:inline-block; }
.anchor-big:hover { text-decoration:underline; }
.contact-wbox { padding:30px 0 50px; background:#f0f3f1; border-bottom:1px solid #cccccc; border-top:1px solid #cccccc; margin-top:60px; }
.contact-box-inner { padding:0 110px 0 490px; background:url(../images/spacebase_sm.png) 80px 18px no-repeat; }
.contact-box-inner h2 { color:#767676; font-size:92px; line-height:1em; border:0 none; font-family:"FairpNarMedIta"; margin-bottom:25px; padding:0; }
.contact-box-inner p { font-size:15px; color:#6b6b6b; text-align:justify; margin-bottom:34px; float:none; width:auto; }
.btn-contact { display:block; width:400px; height:63px; line-height:63px; background:#fff; border:1px solid #959595; text-indent:95px; font-size:17px;
font-weight:bold; color:#6b6b6b; position:relative; }
.btn-contact span.icon { position:absolute; top:-1px; right:-1px; bottom:-1px; width:93px; background:url(../images/icon-email.png); display:block;
text-indent:-999999px; overflow:hidden; }
.bar-arrow2 { background-color:#6b6b6b; margin-top:2px; }
#packages-wrapper { position:relative; }
#packages-wrapper h3 { text-align:center; font-size:20px; font-weight:bold; color:#3a3a3a; line-height:1em; margin-bottom:30px; }
.package-box { width:625px; margin:0 auto 45px; overflow:hidden; }
.package-box.last { margin-bottom:0; }
.package-icon { width:215px; height:194px; float:left; background:#41b6e4 url(../images/icon-package3.png) center center no-repeat; }
.package-icon2 { background:#41b6e4 url(../images/icon-package2.png) center center no-repeat; }
.package-icon3 { background:#41b6e4 url(../images/icon-package1.png) center center no-repeat; }
.package-cont { width:410px; float:left; border:1px solid #959595; }
.package-cont h4 { line-height:52px; background:#909090; font-weight:bold; font-size:18px; color:#fff; text-indent:22px; text-transform:uppercase; }
.package-cont li { display:block; line-height:35px; overflow:hidden; padding-left:25px; font-size:14px; color:#6b6b6b; }
.package-cont li.li-alt { background:#e6f6fc; }
.package-cont li strong { float:left; display:block; width:57%; }
.package-cont li span { float:left; display:block; width:43%; }
/* ==========================================================================
Documentation Page
========================================================================== */
#docs-cont { background:url(../images/bg-docs.png) repeat-y; position:relative; min-height:700px; margin-top:27px; }
.sidebar { width:245px; position:absolute; top:0; left:0; height:100%; }
.side-title { padding-left:53px; height:68px; background:url(../images/icon-title.png) no-repeat; width:245px; float:left; }
.side-title h2 { background:#a4a4a4; line-height:68px; text-align:center; font-weight:bold; font-size:18px; text-transform:uppercase; }
#docs-sidemenu { display:block; width:245px; }
#docs-sidemenu.scrolling { overflow-y:scroll; bottom:0; top:123px; position:fixed; left:0; }
#docs-sidemenu.scrolling-big { bottom:0; top:123px; position:fixed; left:0; }
#docs-sidemenu.stay { bottom:0; top:auto; position:absolute; left:0!important; }
#docs-sidemenu.stay-big { bottom:auto; top:123px; position:absolute; left:0!important; }
#docs-sidemenu li { display:block; width:245px; }
#docs-sidemenu.scrolling li { width:100%; }
#docs-sidemenu li a:hover, #docs-sidemenu li.current>a { font-weight:bold; }
#docs-sidemenu li.li1>a { background:#dcedf4; line-height:29px; display:block; margin-bottom:8px; padding:0 10px; font-size:14px;
font-weight:bold; color:#393939; text-transform:uppercase; }
#docs-sidemenu li.li1>ul { margin-bottom:10px; padding-left:12px; }
#docs-sidemenu li.li1>ul a { color:#4d4f4f; font-size:13px; line-height:1.1em; }
#docs-sidemenu li.li1>ul a.cat-link { color:#3a3a3a; font-size:16px; font-weight:bold; line-height:2em; }
#docs-sidemenu li.li1>ul ul { }
.main { width:743px; float:right; }
#docs-cont .main { min-height:700px; }
#docs-menu { float:right; margin-right:1px; }
#docs-menu li { display:block; float:left; width:128px; height:69px; }
#docs-menu li a { display:block; width:128px; height:69px; line-height:69px; text-align:center; font-family: "FairpNarMedIta",sans-serif;
color:#fff; font-size:25px;
-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease; }
#docs-menu li.li1 a { background:#805875; }
#docs-menu li.li1 a:hover { background:#402c3a; }
#docs-menu li.li2 a { background:#49beb0; }
#docs-menu li.li2 a:hover { background:#245f58; }
#docs-menu li.li3 a { background:#a4a4a4; }
#docs-menu li.li3 a:hover, #docs-menu li.li3.on a { background:#525252; }
#docs-menu li.li4 a { background:#393939; }
#docs-menu li.li4 a:hover { background:#161616; }
#docs-menu li.li5 a { background:#fff; color:#a4a4a4; border:1px solid #959595; width:126px; }
#docs-menu li.li5 a:hover { background:#7a7a7a; color:#fff; border:1px solid #7a7a7a; }
#docs-cont .main { padding:40px 20px; border-bottom:1px solid #c6c6c6; margin-right:3px; }
.doc-text { margin-bottom:30px; color:#3a3a3a; }
.doc-text h1 { font-size:24px; color:#3a3a3a; line-height:1.2em; margin-bottom:14px; font-weight:bold; }
.doc-text h2 { font-size:22px; color:#3a3a3a; line-height:1.2em; margin-bottom:14px; font-weight:bold; }
.doc-text h3 { font-size:18px; color:#3a3a3a; line-height:1.2em; margin-bottom:4px; font-weight:bold; }
.doc-text h4 { font-size:15px; color:#3a3a3a; line-height:1.2em; margin-bottom:4px; font-weight:bold; }
.doc-text p { font-size:14px; color:#3a3a3a; line-height:1.5em; margin-bottom:10px; }
.doc-text a { font-size:14px; color:#0088cc; text-decoration:underline; }
.doc-text a:hover { text-decoration:none; }
.doc-text ul, .doc-text ol { margin-bottom:10px; }
.doc-text li { list-style:disc; list-style-position:inside; font-size:15px; color:#3a3a3a; line-height:1.5em; }
.doc-text ol li { list-style:decimal; list-style-position:inside; }
.sep { padding-bottom:20px; border-top:1px solid #d6d6d6; margin-top:20px; }
.note { margin-bottom:20px; padding:9px; }
.note.blue { background:#dfeff5; border:1px solid #94b7c4; font-size:15px; color:#237798; }
.note.yellow { background:#fcf8e3; border:1px solid #dcccae; font-size:15px; color:#b38d4a; }
#doumentation-bottom-bar { height:68px; background:#dcdcdc; color:#fff; overflow:hidden; position:fixed; top:90px; left:0; width:100%; }
.fixed-head #doumentation-bottom-bar { top:55px; }
#doumentation-bottom-bar h3 { position:relative; float:left; font-size:25px; font-family: "FairpNarMedIta",sans-serif; background:#b0b0b0; line-height:68px; padding:0 38px; }
#doumentation-bottom-bar a { margin-top:12px; display:block; line-height:46px; border-right:1px solid #c0c0c0; width:154px; float:left; text-align:center; }
#doumentation-bottom-bar a span { display:inline-block; padding-left:37px; line-height:30px; font-size:11px; color:#979797; }
.btn-1 span { background:url(../images/icon-doc1.png) left center no-repeat; }
.btn-1:hover span { background:url(../images/icon-doc11.png) left center no-repeat; }
.btn-2 span { background:url(../images/icon-doc2.png) left center no-repeat; }
.btn-2:hover span { background:url(../images/icon-doc21.png) left center no-repeat; }
.btn-3 span { background:url(../images/icon-doc3.png) left center no-repeat; }
.btn-3:hover span { background:url(../images/icon-doc31.png) left center no-repeat; }
.btn-4 span { background:url(../images/icon-doc4.png) left center no-repeat; }
.btn-4:hover span { background:url(../images/icon-doc41.png) left center no-repeat; }
#doumentation-bottom-bar a.btn-4 { border:0 none; }
#doumentation-bottom-bar a:hover span { color:#000; } | 0.341363 | 0.081923 |
body,
figure,
img,
div,
header,
nav,
main,
ul,
li,
p,
section,
a,
article,
h1,
h2,
footer {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
outline: none;
font-family: "roboto", sans-serif;
}
figcaption {
display: none;
}
img {
max-width: 1200px;
}
body {
background-color: #141414;
}
* {
scrollbar-width: thin;
scrollbar-color: #fff #141414;
}
*::-webkit-scrollbar {
width: 9px;
}
*::-webkit-scrollbar-track {
background: #141414;
}
*::-webkit-scrollbar-thumb {
background-color: #fff;
border-radius: 20px;
border: 2px solid #141414;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
/*ESTILO DO CABEÇALHO*/
.cabecalho {
background-color: #141414;
padding: 16px 0;
}
/*ESTILO DO LOGO*/
.cabecalho .cabecalho__logo {
text-align: center;
}
.cabecalho .cabecalho__logo img {}
/*ESTILO DO MENU*/
.cabecalho .cabecalho__menu,
.cabecalho .cabecalho__menuConfiguracao {
display: none;
}
.cabecalho .cabecalho__menu {}
.cabecalho .cabecalho__menu ul {}
.cabecalho .cabecalho__menu li {}
.cabecalho .cabecalho__menu a {}
/*ESTILO DO MENU CONFIGURAÇÃO*/
.cabecalho .cabecalho__menuConfiguracao {}
.cabecalho .cabecalho__menuConfiguracao ul {}
.cabecalho .cabecalho__menuConfiguracao li {}
.cabecalho .cabecalho__menuConfiguracao a {}
/*ESTILO DO CONTEÚDO PRINCIPAL*/
main {
}
/*ESTILO SEÇÃO DESTAQUE*/
.secaoDestaque {
background-image: url(../img/destaque.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 30px 20px 22px;
}
.secaoDestaque .secaoDestaque__imagemDestaque {
display: none;
}
.secaoDestaque .secaoDestaque__imagemDestaque img {
width: 100%;
}
.secaoDestaque .secaoDestaque__descricaoDestaque {
color: white;
}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 {}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 img {
width: 100%;
max-width: 180px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque p {
margin: 10px 0;
font-size: 0.8rem;
}
.secaoDestaque .secaoDestaque__navegacaoDestaque {}
.secaoDestaque .secaoDestaque__navegacaoDestaque a {
font-size: 0.8rem;
background-color: white;
color: black;
padding: 6px 15px;
border-radius: 3px;
display: inline-block;
}
.secaoDestaque
.secaoDestaque__navegacaoDestaque
a.secaoDestaque__navegacaoDestaque--transparente {
color: #fff;
background-color: rgb(255 255 255 / 30%);
}
.secaoDestaque .secaoDestaque__navegacaoDestaque a img {
display: none;
}
/*ESTILO SEÇÃO FILMES*/
.secaoFilmes {
color: #e5e5e5;
padding: 0 20px;
overflow-x: hidden;
margin-top: 20px;
}
.secaoFilmes h2 {
font-size: 1.1rem;
}
.secaoFilmes .secaoFilmes__listaFilmes {
display: flex;
flex-wrap: nowrap;
overflow-x: scroll;
margin-top: 10px;
}
.secaoFilmes .secaoFilmes__listaFilmes li {
margin-right: 10px;
}
.secaoFilmes .secaoFilmes__listaFilmes li figure {}
.secaoFilmes .secaoFilmes__listaFilmes li img {}
/*ESTILO RODAPÉ*/
.rodape {
padding: 0 20px;
margin-top: 30px;
color: #808080;
}
.rodape .rodape_midiasSociais {}
.rodape .rodape_midiasSociais ul {
display: flex;
}
.rodape .rodape_midiasSociais ul li {
margin-right: 8px;
}
.rodape .rodape_midiasSociais ul a {}
.rodape .rodape_midiasSociais ul img {}
.rodape .rodape__menuNavegacao {
margin: 16px;
}
.rodape .rodape__menuNavegacao ul {}
.rodape .rodape__menuNavegacao ul li {}
.rodape .rodape__menuNavegacao ul li a {
color: #808080;
}
.rodape .rodape__linkCodigo {
color: #808080;
border: 1px solid #808080;
padding: 9px 15px;
display: inline-block;
margin-bottom: 20px;
}
.rodape p {}
@media only screen and (min-width: 620px) {
.secaoDestaque {
padding: 100px 20px 42px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 img {
width: 100%;
max-width: 320px;
}
.rodape .rodape__menuNavegacao {
margin: 16px 0;
display: flex;
justify-content: space-between;
}
}
@media only screen and (min-width: 991px) {
.cabecalho .cabecalho__menuConfiguracao ul {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cabecalho .cabecalho__menuConfiguracao li {
margin: 0 10px;
}
.secaoDestaque {
padding: 150px 30px 60px;
height: 780px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque {
max-width: 420px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 img {
max-width: 410px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque p {
margin: 14px 0 22px;
font-size: 1.3rem;
}
.secaoDestaque .secaoDestaque__descricaoDestaquea a {
font-size: 1rem;
padding: 10px 28px;
height: 52px;
line-height: 35px;
}
.secaoDestaque .secaoDestaque__navegacaoDestaque a img {
vertical-align: middle;
margin-right: 16px;
display: inline-block;
}
.secaoFilmes h2 {
font-size: 1.7rem;
}
.secaoFilmes {
padding: 0 30px;
transform: translateY(-213px);
margin-bottom: 40px;
}
.rodape {
padding: 0 30px 30px;
}
.cabecalho .cabecalho__menu,
.cabecalho .cabecalho__menuConfiguracao {
display: block;
}
.cabecalho .container {
display: flex;
}
.cabecalho {
padding: 20px 0;
}
.cabecalho .cabecalho__logo {
text-align: center;
margin-right: 20px;
}
.cabecalho .cabecalho__menu,
.cabecalho .cabecalho__menuConfiguracao {
display: block;
}
.cabecalho .cabecalho__menu {
flex-grow: 2;
}
.cabecalho .cabecalho__menu li {
display: inline-block;
margin-right: 15px;
}
.cabecalho .cabecalho__menu a {
color: white;
font-size: 0.9rem;
}
.cabecalho .cabecalho__menuConfiguracao li {
display: inline-block;
margin-right: 15px;
}
.cabecalho .cabecalho__menuConfiguracao a {
color: white;
}
} | assets/css/styled.css | body,
figure,
img,
div,
header,
nav,
main,
ul,
li,
p,
section,
a,
article,
h1,
h2,
footer {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
outline: none;
font-family: "roboto", sans-serif;
}
figcaption {
display: none;
}
img {
max-width: 1200px;
}
body {
background-color: #141414;
}
* {
scrollbar-width: thin;
scrollbar-color: #fff #141414;
}
*::-webkit-scrollbar {
width: 9px;
}
*::-webkit-scrollbar-track {
background: #141414;
}
*::-webkit-scrollbar-thumb {
background-color: #fff;
border-radius: 20px;
border: 2px solid #141414;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
/*ESTILO DO CABEÇALHO*/
.cabecalho {
background-color: #141414;
padding: 16px 0;
}
/*ESTILO DO LOGO*/
.cabecalho .cabecalho__logo {
text-align: center;
}
.cabecalho .cabecalho__logo img {}
/*ESTILO DO MENU*/
.cabecalho .cabecalho__menu,
.cabecalho .cabecalho__menuConfiguracao {
display: none;
}
.cabecalho .cabecalho__menu {}
.cabecalho .cabecalho__menu ul {}
.cabecalho .cabecalho__menu li {}
.cabecalho .cabecalho__menu a {}
/*ESTILO DO MENU CONFIGURAÇÃO*/
.cabecalho .cabecalho__menuConfiguracao {}
.cabecalho .cabecalho__menuConfiguracao ul {}
.cabecalho .cabecalho__menuConfiguracao li {}
.cabecalho .cabecalho__menuConfiguracao a {}
/*ESTILO DO CONTEÚDO PRINCIPAL*/
main {
}
/*ESTILO SEÇÃO DESTAQUE*/
.secaoDestaque {
background-image: url(../img/destaque.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 30px 20px 22px;
}
.secaoDestaque .secaoDestaque__imagemDestaque {
display: none;
}
.secaoDestaque .secaoDestaque__imagemDestaque img {
width: 100%;
}
.secaoDestaque .secaoDestaque__descricaoDestaque {
color: white;
}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 {}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 img {
width: 100%;
max-width: 180px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque p {
margin: 10px 0;
font-size: 0.8rem;
}
.secaoDestaque .secaoDestaque__navegacaoDestaque {}
.secaoDestaque .secaoDestaque__navegacaoDestaque a {
font-size: 0.8rem;
background-color: white;
color: black;
padding: 6px 15px;
border-radius: 3px;
display: inline-block;
}
.secaoDestaque
.secaoDestaque__navegacaoDestaque
a.secaoDestaque__navegacaoDestaque--transparente {
color: #fff;
background-color: rgb(255 255 255 / 30%);
}
.secaoDestaque .secaoDestaque__navegacaoDestaque a img {
display: none;
}
/*ESTILO SEÇÃO FILMES*/
.secaoFilmes {
color: #e5e5e5;
padding: 0 20px;
overflow-x: hidden;
margin-top: 20px;
}
.secaoFilmes h2 {
font-size: 1.1rem;
}
.secaoFilmes .secaoFilmes__listaFilmes {
display: flex;
flex-wrap: nowrap;
overflow-x: scroll;
margin-top: 10px;
}
.secaoFilmes .secaoFilmes__listaFilmes li {
margin-right: 10px;
}
.secaoFilmes .secaoFilmes__listaFilmes li figure {}
.secaoFilmes .secaoFilmes__listaFilmes li img {}
/*ESTILO RODAPÉ*/
.rodape {
padding: 0 20px;
margin-top: 30px;
color: #808080;
}
.rodape .rodape_midiasSociais {}
.rodape .rodape_midiasSociais ul {
display: flex;
}
.rodape .rodape_midiasSociais ul li {
margin-right: 8px;
}
.rodape .rodape_midiasSociais ul a {}
.rodape .rodape_midiasSociais ul img {}
.rodape .rodape__menuNavegacao {
margin: 16px;
}
.rodape .rodape__menuNavegacao ul {}
.rodape .rodape__menuNavegacao ul li {}
.rodape .rodape__menuNavegacao ul li a {
color: #808080;
}
.rodape .rodape__linkCodigo {
color: #808080;
border: 1px solid #808080;
padding: 9px 15px;
display: inline-block;
margin-bottom: 20px;
}
.rodape p {}
@media only screen and (min-width: 620px) {
.secaoDestaque {
padding: 100px 20px 42px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 img {
width: 100%;
max-width: 320px;
}
.rodape .rodape__menuNavegacao {
margin: 16px 0;
display: flex;
justify-content: space-between;
}
}
@media only screen and (min-width: 991px) {
.cabecalho .cabecalho__menuConfiguracao ul {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cabecalho .cabecalho__menuConfiguracao li {
margin: 0 10px;
}
.secaoDestaque {
padding: 150px 30px 60px;
height: 780px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque {
max-width: 420px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque h1 img {
max-width: 410px;
}
.secaoDestaque .secaoDestaque__descricaoDestaque p {
margin: 14px 0 22px;
font-size: 1.3rem;
}
.secaoDestaque .secaoDestaque__descricaoDestaquea a {
font-size: 1rem;
padding: 10px 28px;
height: 52px;
line-height: 35px;
}
.secaoDestaque .secaoDestaque__navegacaoDestaque a img {
vertical-align: middle;
margin-right: 16px;
display: inline-block;
}
.secaoFilmes h2 {
font-size: 1.7rem;
}
.secaoFilmes {
padding: 0 30px;
transform: translateY(-213px);
margin-bottom: 40px;
}
.rodape {
padding: 0 30px 30px;
}
.cabecalho .cabecalho__menu,
.cabecalho .cabecalho__menuConfiguracao {
display: block;
}
.cabecalho .container {
display: flex;
}
.cabecalho {
padding: 20px 0;
}
.cabecalho .cabecalho__logo {
text-align: center;
margin-right: 20px;
}
.cabecalho .cabecalho__menu,
.cabecalho .cabecalho__menuConfiguracao {
display: block;
}
.cabecalho .cabecalho__menu {
flex-grow: 2;
}
.cabecalho .cabecalho__menu li {
display: inline-block;
margin-right: 15px;
}
.cabecalho .cabecalho__menu a {
color: white;
font-size: 0.9rem;
}
.cabecalho .cabecalho__menuConfiguracao li {
display: inline-block;
margin-right: 15px;
}
.cabecalho .cabecalho__menuConfiguracao a {
color: white;
}
} | 0.264833 | 0.043711 |
@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p
{
font-size: 14px;
line-height: 22.4px;
color: #4A4F53;
}
h1 {
font-size: 65px;
color: #2d3033;
}
h2 {
font-size: 40px;
color: #2d3033;
}
h3 {
font-size: 28px;
color: #2d3033;
font-weight: 300;
}
h4 {
font-size: 22px;
color: #2d3033;
font-weight: 400;
}
h5 {
font-size: 14px;
color: #2d3033;
text-transform: uppercase;
font-weight: 700;
}
.spacer{padding:5em; padding-bottom:0; }
.spacer1
{
padding-top: 2em;
padding-left: 5em;
padding-right: 5em;
}
/*----------- Button -------------*/
.btn
{
cursor: pointer;
padding: 8px 16px;
display: inline-block;
margin: 10px 10px 10px 0px;
font-size: 14px;
outline: none;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-border
{
border: 1px solid #0066DC;
color: #0066DC;
overflow: hidden;
font-weight: 400;
}
.btn-border:hover, .btn-border:active
{
color: #ffffff;
background: #0066DC;
}
.btn-borderwhite
{
border: 1px solid #FFFFFF;
color: #FFFFFF;
overflow: hidden;
font-weight: 400;
}
.btn-borderwhite:hover, .btn-borderwhite:active
{
color: #000000;
background: #ffffff;
}
.btn-common
{
background: #0066DC;
}
.btn-common:hover
{
border: 1px solid #0066DC;
color: #0066DC;
overflow: hidden;
background: none;
}
.btn-section
{
padding: 0px;
margin: 0px;
}
.btn i
{
margin-right: 10px;
margin-left: 0px;
}
/* ------------------------------------------------------------------------------
Global Styles
-------------------------------------------------------------------------------*/
a {
color: #0066FF;
}
a:hover, a:focus {
text-decoration: none;
-moz-transition: background-color, color, 0.3s;
-o-transition: background-color, color, 0.3s;
-webkit-transition: background-color, color, 0.3s;
transition: background-color, color, 0.3s;
}
body
{
margin: 0px;
font-family: "Source Sans Pro";
font-weight: 400;
color: #6c7279;
}
ul, ol {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
.section {
padding: 100px 0;
}
.section-tb
{
padding-top: 100px;
padding-bottom: 0px;
}
.no-padding {
padding: 0;
}
.no-gutter [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.space {
margin-top: 60px;
}
.padding-bottom70
{
padding-bottom: 70px;
}
/*-------------------------------------------------------------------------------
Full Slider
---------------------------------------------------------------------------------*/
.bg1
{
display: table;
position: relative;
width: 100%;
height: 100%;
background: url('../img/slider/banner3.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.bg2
{
display: table;
position: relative;
width: 100%;
height: 100%; background: url('../img/slider/banner4.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.bg3
{
display: table;
position: relative;
width: 100%;
height: 100%; background: url('../img/slider/bg3.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.bg4
{
display: table;
position: relative;
width: 100%;
height: 100%;
background: url('../img/slider/banner5.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.banner-overlay
{
margin: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
color: #fff;
background-image: url('../img/bg-overlay.png');
background-repeat: repeat;
padding: 150px 0 150px 0;
}
#fullslider
{
padding: 0;
margin-top: -2px;
font-family: 'Roboto' , sans-serif;
width: 100%;
height: 100%;
color: #FFFFFF;
overflow: hidden;
}
.car-mediumtext
{
font-weight: lighter;
font-family: 'Open Sans';
color: #fff;
text-decoration: none;
background-color: transparent;
margin: 0px;
padding: 1px 4px 0px;
border-width: 0px;
border-color: rgb(255,214,88);
border-style: none;
font-size: 16px;
text-align: left;
}
.car-mediumtext li
{
line-height: 2.3em;
}
.car-mediumtext i
{
margin-right: 5px;
font-weight: lighter;
}
.car-mediumtext2
{
font-weight: lighter;
font-family: 'Open Sans';
color: #fff;
text-decoration: none;
background-color: transparent;
margin: 0px;
padding: 1px 4px 0px;
border-width: 0px;
border-color: rgb(255,214,88);
border-style: none;
font-size: 16px;
text-align: center;
}
.slide1-1
{
z-index: 0;
margin-top: 0px;
position: relative;
margin-left: 0px;
right: 0px;
max-width: 85%;
}
.slide1-2
{
z-index: 0;
margin-top: 0px;
position: relative;
margin-left: 0px;
left: 0px;
max-width: 85%;
}
.car-highlight1
{
font-size: 18px;
line-height: 18px;
font-weight: 400;
color: #006600;
text-decoration: none;
padding: 15px 10px 15px 10px;
border-width: 10px;
border-color: rgb(158, 158, 158);
border-style: none solid none none;
display: inline-block;
margin-top: 10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
letter-spacing: 1px;
background-color: #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: capitalize;
}
.car-highlight2
{
font-size: 18px;
line-height: 18px;
color: #FFFFFF;
text-decoration: none;
padding: 15px 10px 15px 10px;
border-width: 10px;
border-color: #7D2000;
border-style: none solid none none;
display: inline-block;
margin-top: 10px;
font-weight: 400;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
letter-spacing: 1px;
background-color: #CC3300;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: capitalize;
}
.car-highlight3
{
border-style: none solid none none;
border-width: 10px;
border-color: #004182;
font-size: 18px;
line-height: 18px;
font-weight: 400;
color: #FFFFFF;
text-decoration: none;
padding: 15px 10px 15px 10px;
margin-left: -6px;
display: inline-block;
margin-top: 10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
background-color: #0066DC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: capitalize;
}
.carouselText1
{
border: 10px none #F0004E;
font-weight: 800;
margin-top: 0px;
margin-bottom: 10px;
font-size: 25px;
color: #FFCC00;
padding: 5px 20px 5px 0px;
display: inline-block;
text-transform: uppercase;
border-radius: 0;
line-height: 1.5em;
word-spacing: 0.1em;
letter-spacing: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.carouselText2
{
border-color: #844F00;
border-width: 10px;
margin: 0px 0px 6px 0px;
font-size: 18px;
display: inline-block;
padding: 10px 20px 10px 20px;
color: #fff;
border-radius: 5px;
font-weight: 400;
text-transform: capitalize;
background-color: #FF9900;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-right-style: solid;
line-height: 18px;
}
#fullslider .carousel-control.right, #fullslider .carousel-control.left
{
background-image: none;
}
#fullslider .carousel-control.left, #fullslider .carousel-control.right
{
background-image: none;
filter: none;
background: rgba(0,0,0,.4);
height: 80px;
width: 50px;
margin-top: 20%;
margin-left: -10px;
margin-right: -3px;
padding-top: 27px;
}
#fullslider .item
{
padding: 0px 0px;
height: 630px;
overflow: hidden;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
#fullslider .item i
{
color: #FFCC00;
}
#fullslider .item p
{
font-size: 16px;
color: #FFFFFF;
text-transform: none;
font-weight: lighter;
text-align: justify;
line-height: 25px;
}
#fullslider .carousel-indicators
{
position: absolute;
left: 50%;
z-index: 1000;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
bottom: 8%;
}
#fullslider .carousel-indicators li
{
border: 2px solid #CCCCCC;
padding: 2px;
display: inline-block;
width: 12px;
height: 12px;
margin: 0px 3px 0px 3px;
text-indent: -999px;
border-radius: 10px;
cursor: pointer;
background-color: #CCCCCC;
}
#fullslider .carousel-indicators li:hover
{
border: 2px solid #0066DC;
background-color: #0066DC;
}
#fullslider .carousel-indicators .active
{
border: 2px solid #0066DC;
margin: 0;
width: 12px;
height: 12px;
background-color: #0066DC;
}
#fullslider .carousel-inner > .item
{
-moz-transition: opacity ease-in-out .6s;
-o-transition: opacity ease-in-out .6s;
-webkit-transition: opacity ease-in-out .6s;
transition: opacity ease-in-out .6s;
}
/* ------------------------------------------------------------------------------
Banner
-------------------------------------------------------------------------------*/
.banner
{
background-image: url('../img/polygon.png');
background-position: center top;
background-repeat: no-repeat;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
min-height: 250px;
}
.banner-btn {
opacity: 0.5;
}
.banner-text {
padding-top: 33%;
}
.banner-text h1 {
color: #fff;
font-family: "Source Sans Pro";
font-size: 53px;
letter-spacing: 20px;
font-weight: 700;
text-transform: uppercase;
}
.banner-text p {
color: #8d8d8d;
font-size: 12px;
font-weight: 400;
letter-spacing: 3px;
line-height: 24px;
margin-top: 10px;
margin-bottom: 80px;
text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
Intro
-------------------------------------------------------------------------------*/
.intro {
background-color: #e9eaed;
position: relative;
background: rgba(73,155,234,1);
background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(54,199,175,1)));
background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#36c7af', GradientType=1 );
}
.intro blockquote {
border: 0;
margin: 0;
padding: 50px 15% 0;
}
.intro h1
{
color: #000;
font: 37px "Source Sans Pro";
font-weight: lighter;
}
.intro p
{
color: #FFFFFF;
display: block;
font-size: 13px;
font-style: normal;
font-weight: 400;
margin-top: 30px;
}
/* ------------------------------------------------------------------------------
Services
-------------------------------------------------------------------------------*/
.service-section {
padding-top: 100px;
}
.services {
margin-bottom: 50px;
}
.services-content
{
padding: 0 15px;
margin-top: 30px;
color: #000000 !imporant;
}
.services-content h5
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e75+0,0062ad+100 */
background: #003e75; /* Old browsers */
background: -moz-linear-gradient(left, #003e75 0%, #0062ad 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #003e75 0%,#0062ad 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-width: 10px;
background: linear-gradient(to right, #003e75 0%,#0062ad 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e75', endColorstr='#0062ad',GradientType=1 );
color: #FFFFFF;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
border-left-style: solid;
border-left-color: #000000;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.services-content h5:hover
{
background: rgba(110,0,108,1);
background: -moz-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,0,108,1)), color-stop(100%, rgba(227,32,221,1)));
background: -webkit-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: -o-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: -ms-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: linear-gradient(to right, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e006c', endColorstr='#e320dd', GradientType=1 );
}
.services .icon {
background: linear-gradient(330deg, #0084ff 0%, #006ec2 25%, #024b99 50%, #024b99 75%, #024b99 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 36px;
padding-left: 15px;
}
#work
{
overflow: hidden;
background: rgba(176,76,0,1);
background: -moz-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(176,76,0,1)), color-stop(100%, rgba(255,183,0,1)));
background: -webkit-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b04c00', endColorstr='#ffb700', GradientType=1 );
color: #FFFFFF;
}
#work h2
{
color: #000000;
font: 37px "Source Sans Pro";
font-weight: lighter;
}
#work i
{
padding: 2px;
margin-right: 6px;
}
#work li
{
padding: 8px 5px 8px 8px;
margin-bottom: 12px;
background-color: rgba(0,0,0,0.3);
}
#work .carousel-control{width: 10%;}
#work .carousel-control i.fa{top: 50%;position: absolute;margin-top: -30px;left: 0;right: 0;}
#work .carousel .item a.view
{
position: absolute;
top: -10%;
left: 50%;
text-align: center;
background: rgb(0, 102, 204);
color: #fff;
display: inline-block;
padding: 0.75em 2em;
font-size: 1.25em;
margin-top: -24px;
margin-left: -70px;
}
#work .carousel .item:hover a.view{top:50%;text-decoration: none;}
/* ------------------------------------------------------------------------------
Works
-------------------------------------------------------------------------------*/
.work {
-moz-box-shadow: 0 0 0 1px #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
overflow: hidden;
position: relative;
}
.work img {
width: 100%;
height: 100%;
}
.work .overlay {
background: rgba(0, 102, 255, 0.9);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
-moz-transition: opacity, 0.3s;
-o-transition: opacity, 0.3s;
-webkit-transition: opacity, 0.3s;
transition: opacity, 0.3s;
}
.work .overlay-caption {
position: absolute;
text-align: center;
top: 50%;
width: 100%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.work h5, .work p, .work img {
-moz-transition: all, 0.5s;
-o-transition: all, 0.5s;
-webkit-transition: all, 0.5s;
transition: all, 0.5s;
}
.work h5, .work p {
color: #fff;
margin: 0;
opacity: 0;
}
.work span {
font-size: 45px;
}
.work h5 {
margin-bottom: 5px;
-moz-transform: translate3d(0, -200%, 0);
-ms-transform: translate3d(0, -200%, 0);
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
.work p {
-moz-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.work-box:hover .overlay {
opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
opacity: 1;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
Teams
-------------------------------------------------------------------------------*/
.person {
max-width: 270px;
text-align: center;
}
.person img
{
border-style: solid solid none solid;
border-width: medium;
border-color: #000;-webkit-box-shadow: 0px -15px 8px -12px rgba(120,120,120,1);
-moz-box-shadow: 0px -15px 8px -12px rgba(120,120,120,1);
box-shadow: 0px -15px 8px -12px rgba(120,120,120,1);
}
.person-content {
margin-top: 20px;
}
.person h4 {
font-weight: 400;
}
.person h5
{
color: #0066FF;
font-size: 13px;
font-weight: 400;
margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
display: inline-block;
float: none;
}
.social-icons a, .footer .footer-share a {
border: 1px solid #e8ecee;
-moz-border-radius: 5%;
-webkit-border-radius: 5%;
border-radius: 5%;
color: #c6cacc;
display: block;
font-size: 14px;
height: 32px;
line-height: 32px;
margin-right: 5px;
text-align: center;
width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover
{
background-color: #0066FF;
border-color: #0066FF;
color: #fff;
}
/* ------------------------------------------------------------------------------
Testimonials
-------------------------------------------------------------------------------*/
.testimonials
{
background: rgba(0,81,222,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,81,222,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: radial-gradient(ellipse at center, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051de', endColorstr='#000000', GradientType=1 );
position: relative;
text-align: center;
}
.testimonials blockquote {
border: 0;
margin: 0;
padding: 100px 15%;
}
.testimonials h1
{
padding: 15px 10px 15px 10px;
border-width: 6px;
color: #fff;
font: 20px "Source Sans Pro" !important;
font-weight: lighter;
border-left-style: solid;
background: rgba(0,0,0,0.2);
}
.testimonials p
{
border: 6px none #FFFFFF;
color: #fff;
display: block;
font-size: 13px;
font-style: normal;
letter-spacing: 2px;
font-weight: 400;
margin-top: 30px;
text-transform: uppercase;
background: rgba(0,0,0,0.2);
padding: 15px 10px 15px 10px;
}
/* ------------------------------------------------------------------------------
Quote
-------------------------------------------------------------------------------*/
.quote h3 {
margin-top: 0;
}
.quote p {
color: #2d3033;
font-weight: 600;
text-transform: uppercase;
}
.quote .btn {
margin-top: 30px;
}
/* ------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------*/
.footer {
text-align: left;
}
.footer-top {
background-color: #181818;
padding-top: 50px;
}
.footer-bottom {
background-color: #313454;
padding: 20px 0;
}
.footer .footer-col {
margin-bottom: 80px;
}
.footer h5 {
color: #fff;
}
.footer h5 {
margin-bottom: 20px;
}
.footer p {
color: rgba(255, 255, 255, 0.25);
}
.footer a {
color: rgba(255, 255, 255, 0.50);
}
.footer a:hover
{
color: #0066FF;
}
.footer .footer-share {
margin-top: 0;
}
.footer .footer-share li {
display: inline-block;
float: none;
}
.footer .footer-share a {
border: none;
font-size: 21px;
color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
color: #0066FF;
font-size: 11px;
margin: 0 2px;
}
/*-------------------------------------------------------
Services
--------------------------------------------------------*/
#review
{
background: #FFFFFF;
}
#review .box
{
border: 1px solid #F5F5F5;
padding: 30px;
background: #fff;
text-align: center;
margin-bottom: 70px;
position: relative;
-webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
}
@media screen and (max-width: 992px) {
#review .box {
min-height: inherit;
margin-bottom: 60px;
}
}
#review .box .icon
{
width: 85px;
height: 85px;
margin: 0 auto;
top: 0;
margin-top: -70px;
margin-bottom: 30px;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: table;
text-align: center;
font-style: normal;
}
#review .box .icon > span {
display: table-cell;
vertical-align: middle;
}
#review .box .icon > span i {
font-size: 40px;
color: #fff !important;
margin: 0;
padding: 0;
}
#review .box .icon.colored-1 {
background: #2aaf67;
}
#review .box .icon.colored-2 {
background: #00bff3;
}
#review .box .icon.colored-3 {
background: #f26522;
}
#review .box .icon.colored-4 {
background: #e52b50;
}
#review .box .icon.colored-5 {
background: #2fc5cc;
}
#review .box .icon.colored-6 {
background: #6173f4;
}
#review .box .step-number {
font-size: 16px;
display: block;
color: #d1d1d1;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
#review .box h3 {
margin: 0 0 20px 0;
padding: 0;
font-weight: 400;
font-size: 20px;
color: #444;
}
#accordion-alt3 .panel-heading h4
{
font-size: 15px;
line-height: 28px;
color: #663300;
}
.panel .panel-heading h4 {
font-weight: 400;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel
{
margin-bottom: 18px;
background-color: #E2C6A9;
border: 1px solid transparent;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
#accordion-alt3 .panel-heading h4 a i
{
font-size: 13px;
line-height: 18px;
width: 18px;
height: 18px;
margin-right: 5px;
color: #fff;
text-align: center;
border-radius: 50%;
margin-left: 6px;
background: #704A25;
}
/* ===========================
--- Contact
============================ */
.home-section
{
padding-top: 120px;
padding-bottom: 110px;
display: block;
position: relative;
z-index: 120;
background: rgba(73,155,234,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
}
#contact h2,#contact p
{
color: #FFFFFF;
}
.form-wrapper
{
background: rgba(0,0,0,0.3);
padding: 40px;
border-radius: 6px;
color: #FFFFFF;
}
form#contact-form .form-group label
{
text-align: left !important;
display: block;
letter-spacing: 1px;
font-size: 16px;
color: #FFFFFF;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
border-radius: 4px;
border: 1px solid #eee;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 16px;
margin-bottom: 20px;
background: #fefefe;
color: #888;
}
form#contact-form input,form#contact-form select {
height: 40px;
}
form#contact-form button {
border-radius: 4px;
height: 40px;
text-transform: none;
font-size: 16px;
font-weight: 700;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
background: #fff;
}
.content-last
{
background-color: #F9F2EC;
padding-top: 50px;
padding-bottom: 60px;
width: 100%;
} | css/main.css | @import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p
{
font-size: 14px;
line-height: 22.4px;
color: #4A4F53;
}
h1 {
font-size: 65px;
color: #2d3033;
}
h2 {
font-size: 40px;
color: #2d3033;
}
h3 {
font-size: 28px;
color: #2d3033;
font-weight: 300;
}
h4 {
font-size: 22px;
color: #2d3033;
font-weight: 400;
}
h5 {
font-size: 14px;
color: #2d3033;
text-transform: uppercase;
font-weight: 700;
}
.spacer{padding:5em; padding-bottom:0; }
.spacer1
{
padding-top: 2em;
padding-left: 5em;
padding-right: 5em;
}
/*----------- Button -------------*/
.btn
{
cursor: pointer;
padding: 8px 16px;
display: inline-block;
margin: 10px 10px 10px 0px;
font-size: 14px;
outline: none;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-border
{
border: 1px solid #0066DC;
color: #0066DC;
overflow: hidden;
font-weight: 400;
}
.btn-border:hover, .btn-border:active
{
color: #ffffff;
background: #0066DC;
}
.btn-borderwhite
{
border: 1px solid #FFFFFF;
color: #FFFFFF;
overflow: hidden;
font-weight: 400;
}
.btn-borderwhite:hover, .btn-borderwhite:active
{
color: #000000;
background: #ffffff;
}
.btn-common
{
background: #0066DC;
}
.btn-common:hover
{
border: 1px solid #0066DC;
color: #0066DC;
overflow: hidden;
background: none;
}
.btn-section
{
padding: 0px;
margin: 0px;
}
.btn i
{
margin-right: 10px;
margin-left: 0px;
}
/* ------------------------------------------------------------------------------
Global Styles
-------------------------------------------------------------------------------*/
a {
color: #0066FF;
}
a:hover, a:focus {
text-decoration: none;
-moz-transition: background-color, color, 0.3s;
-o-transition: background-color, color, 0.3s;
-webkit-transition: background-color, color, 0.3s;
transition: background-color, color, 0.3s;
}
body
{
margin: 0px;
font-family: "Source Sans Pro";
font-weight: 400;
color: #6c7279;
}
ul, ol {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
.section {
padding: 100px 0;
}
.section-tb
{
padding-top: 100px;
padding-bottom: 0px;
}
.no-padding {
padding: 0;
}
.no-gutter [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.space {
margin-top: 60px;
}
.padding-bottom70
{
padding-bottom: 70px;
}
/*-------------------------------------------------------------------------------
Full Slider
---------------------------------------------------------------------------------*/
.bg1
{
display: table;
position: relative;
width: 100%;
height: 100%;
background: url('../img/slider/banner3.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.bg2
{
display: table;
position: relative;
width: 100%;
height: 100%; background: url('../img/slider/banner4.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.bg3
{
display: table;
position: relative;
width: 100%;
height: 100%; background: url('../img/slider/bg3.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.bg4
{
display: table;
position: relative;
width: 100%;
height: 100%;
background: url('../img/slider/banner5.jpg') no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
vertical-align: middle;
overflow: hidden;
}
.banner-overlay
{
margin: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
color: #fff;
background-image: url('../img/bg-overlay.png');
background-repeat: repeat;
padding: 150px 0 150px 0;
}
#fullslider
{
padding: 0;
margin-top: -2px;
font-family: 'Roboto' , sans-serif;
width: 100%;
height: 100%;
color: #FFFFFF;
overflow: hidden;
}
.car-mediumtext
{
font-weight: lighter;
font-family: 'Open Sans';
color: #fff;
text-decoration: none;
background-color: transparent;
margin: 0px;
padding: 1px 4px 0px;
border-width: 0px;
border-color: rgb(255,214,88);
border-style: none;
font-size: 16px;
text-align: left;
}
.car-mediumtext li
{
line-height: 2.3em;
}
.car-mediumtext i
{
margin-right: 5px;
font-weight: lighter;
}
.car-mediumtext2
{
font-weight: lighter;
font-family: 'Open Sans';
color: #fff;
text-decoration: none;
background-color: transparent;
margin: 0px;
padding: 1px 4px 0px;
border-width: 0px;
border-color: rgb(255,214,88);
border-style: none;
font-size: 16px;
text-align: center;
}
.slide1-1
{
z-index: 0;
margin-top: 0px;
position: relative;
margin-left: 0px;
right: 0px;
max-width: 85%;
}
.slide1-2
{
z-index: 0;
margin-top: 0px;
position: relative;
margin-left: 0px;
left: 0px;
max-width: 85%;
}
.car-highlight1
{
font-size: 18px;
line-height: 18px;
font-weight: 400;
color: #006600;
text-decoration: none;
padding: 15px 10px 15px 10px;
border-width: 10px;
border-color: rgb(158, 158, 158);
border-style: none solid none none;
display: inline-block;
margin-top: 10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
letter-spacing: 1px;
background-color: #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: capitalize;
}
.car-highlight2
{
font-size: 18px;
line-height: 18px;
color: #FFFFFF;
text-decoration: none;
padding: 15px 10px 15px 10px;
border-width: 10px;
border-color: #7D2000;
border-style: none solid none none;
display: inline-block;
margin-top: 10px;
font-weight: 400;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
letter-spacing: 1px;
background-color: #CC3300;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: capitalize;
}
.car-highlight3
{
border-style: none solid none none;
border-width: 10px;
border-color: #004182;
font-size: 18px;
line-height: 18px;
font-weight: 400;
color: #FFFFFF;
text-decoration: none;
padding: 15px 10px 15px 10px;
margin-left: -6px;
display: inline-block;
margin-top: 10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
background-color: #0066DC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-transform: capitalize;
}
.carouselText1
{
border: 10px none #F0004E;
font-weight: 800;
margin-top: 0px;
margin-bottom: 10px;
font-size: 25px;
color: #FFCC00;
padding: 5px 20px 5px 0px;
display: inline-block;
text-transform: uppercase;
border-radius: 0;
line-height: 1.5em;
word-spacing: 0.1em;
letter-spacing: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.carouselText2
{
border-color: #844F00;
border-width: 10px;
margin: 0px 0px 6px 0px;
font-size: 18px;
display: inline-block;
padding: 10px 20px 10px 20px;
color: #fff;
border-radius: 5px;
font-weight: 400;
text-transform: capitalize;
background-color: #FF9900;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-right-style: solid;
line-height: 18px;
}
#fullslider .carousel-control.right, #fullslider .carousel-control.left
{
background-image: none;
}
#fullslider .carousel-control.left, #fullslider .carousel-control.right
{
background-image: none;
filter: none;
background: rgba(0,0,0,.4);
height: 80px;
width: 50px;
margin-top: 20%;
margin-left: -10px;
margin-right: -3px;
padding-top: 27px;
}
#fullslider .item
{
padding: 0px 0px;
height: 630px;
overflow: hidden;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
#fullslider .item i
{
color: #FFCC00;
}
#fullslider .item p
{
font-size: 16px;
color: #FFFFFF;
text-transform: none;
font-weight: lighter;
text-align: justify;
line-height: 25px;
}
#fullslider .carousel-indicators
{
position: absolute;
left: 50%;
z-index: 1000;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
bottom: 8%;
}
#fullslider .carousel-indicators li
{
border: 2px solid #CCCCCC;
padding: 2px;
display: inline-block;
width: 12px;
height: 12px;
margin: 0px 3px 0px 3px;
text-indent: -999px;
border-radius: 10px;
cursor: pointer;
background-color: #CCCCCC;
}
#fullslider .carousel-indicators li:hover
{
border: 2px solid #0066DC;
background-color: #0066DC;
}
#fullslider .carousel-indicators .active
{
border: 2px solid #0066DC;
margin: 0;
width: 12px;
height: 12px;
background-color: #0066DC;
}
#fullslider .carousel-inner > .item
{
-moz-transition: opacity ease-in-out .6s;
-o-transition: opacity ease-in-out .6s;
-webkit-transition: opacity ease-in-out .6s;
transition: opacity ease-in-out .6s;
}
/* ------------------------------------------------------------------------------
Banner
-------------------------------------------------------------------------------*/
.banner
{
background-image: url('../img/polygon.png');
background-position: center top;
background-repeat: no-repeat;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
min-height: 250px;
}
.banner-btn {
opacity: 0.5;
}
.banner-text {
padding-top: 33%;
}
.banner-text h1 {
color: #fff;
font-family: "Source Sans Pro";
font-size: 53px;
letter-spacing: 20px;
font-weight: 700;
text-transform: uppercase;
}
.banner-text p {
color: #8d8d8d;
font-size: 12px;
font-weight: 400;
letter-spacing: 3px;
line-height: 24px;
margin-top: 10px;
margin-bottom: 80px;
text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
Intro
-------------------------------------------------------------------------------*/
.intro {
background-color: #e9eaed;
position: relative;
background: rgba(73,155,234,1);
background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(54,199,175,1)));
background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#36c7af', GradientType=1 );
}
.intro blockquote {
border: 0;
margin: 0;
padding: 50px 15% 0;
}
.intro h1
{
color: #000;
font: 37px "Source Sans Pro";
font-weight: lighter;
}
.intro p
{
color: #FFFFFF;
display: block;
font-size: 13px;
font-style: normal;
font-weight: 400;
margin-top: 30px;
}
/* ------------------------------------------------------------------------------
Services
-------------------------------------------------------------------------------*/
.service-section {
padding-top: 100px;
}
.services {
margin-bottom: 50px;
}
.services-content
{
padding: 0 15px;
margin-top: 30px;
color: #000000 !imporant;
}
.services-content h5
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e75+0,0062ad+100 */
background: #003e75; /* Old browsers */
background: -moz-linear-gradient(left, #003e75 0%, #0062ad 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #003e75 0%,#0062ad 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-width: 10px;
background: linear-gradient(to right, #003e75 0%,#0062ad 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e75', endColorstr='#0062ad',GradientType=1 );
color: #FFFFFF;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
border-left-style: solid;
border-left-color: #000000;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.services-content h5:hover
{
background: rgba(110,0,108,1);
background: -moz-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,0,108,1)), color-stop(100%, rgba(227,32,221,1)));
background: -webkit-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: -o-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: -ms-linear-gradient(left, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
background: linear-gradient(to right, rgba(110,0,108,1) 0%, rgba(227,32,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e006c', endColorstr='#e320dd', GradientType=1 );
}
.services .icon {
background: linear-gradient(330deg, #0084ff 0%, #006ec2 25%, #024b99 50%, #024b99 75%, #024b99 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 36px;
padding-left: 15px;
}
#work
{
overflow: hidden;
background: rgba(176,76,0,1);
background: -moz-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(176,76,0,1)), color-stop(100%, rgba(255,183,0,1)));
background: -webkit-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
background: linear-gradient(45deg, rgba(176,76,0,1) 0%, rgba(255,183,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b04c00', endColorstr='#ffb700', GradientType=1 );
color: #FFFFFF;
}
#work h2
{
color: #000000;
font: 37px "Source Sans Pro";
font-weight: lighter;
}
#work i
{
padding: 2px;
margin-right: 6px;
}
#work li
{
padding: 8px 5px 8px 8px;
margin-bottom: 12px;
background-color: rgba(0,0,0,0.3);
}
#work .carousel-control{width: 10%;}
#work .carousel-control i.fa{top: 50%;position: absolute;margin-top: -30px;left: 0;right: 0;}
#work .carousel .item a.view
{
position: absolute;
top: -10%;
left: 50%;
text-align: center;
background: rgb(0, 102, 204);
color: #fff;
display: inline-block;
padding: 0.75em 2em;
font-size: 1.25em;
margin-top: -24px;
margin-left: -70px;
}
#work .carousel .item:hover a.view{top:50%;text-decoration: none;}
/* ------------------------------------------------------------------------------
Works
-------------------------------------------------------------------------------*/
.work {
-moz-box-shadow: 0 0 0 1px #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
overflow: hidden;
position: relative;
}
.work img {
width: 100%;
height: 100%;
}
.work .overlay {
background: rgba(0, 102, 255, 0.9);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
-moz-transition: opacity, 0.3s;
-o-transition: opacity, 0.3s;
-webkit-transition: opacity, 0.3s;
transition: opacity, 0.3s;
}
.work .overlay-caption {
position: absolute;
text-align: center;
top: 50%;
width: 100%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.work h5, .work p, .work img {
-moz-transition: all, 0.5s;
-o-transition: all, 0.5s;
-webkit-transition: all, 0.5s;
transition: all, 0.5s;
}
.work h5, .work p {
color: #fff;
margin: 0;
opacity: 0;
}
.work span {
font-size: 45px;
}
.work h5 {
margin-bottom: 5px;
-moz-transform: translate3d(0, -200%, 0);
-ms-transform: translate3d(0, -200%, 0);
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
.work p {
-moz-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.work-box:hover .overlay {
opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
opacity: 1;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
Teams
-------------------------------------------------------------------------------*/
.person {
max-width: 270px;
text-align: center;
}
.person img
{
border-style: solid solid none solid;
border-width: medium;
border-color: #000;-webkit-box-shadow: 0px -15px 8px -12px rgba(120,120,120,1);
-moz-box-shadow: 0px -15px 8px -12px rgba(120,120,120,1);
box-shadow: 0px -15px 8px -12px rgba(120,120,120,1);
}
.person-content {
margin-top: 20px;
}
.person h4 {
font-weight: 400;
}
.person h5
{
color: #0066FF;
font-size: 13px;
font-weight: 400;
margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
display: inline-block;
float: none;
}
.social-icons a, .footer .footer-share a {
border: 1px solid #e8ecee;
-moz-border-radius: 5%;
-webkit-border-radius: 5%;
border-radius: 5%;
color: #c6cacc;
display: block;
font-size: 14px;
height: 32px;
line-height: 32px;
margin-right: 5px;
text-align: center;
width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover
{
background-color: #0066FF;
border-color: #0066FF;
color: #fff;
}
/* ------------------------------------------------------------------------------
Testimonials
-------------------------------------------------------------------------------*/
.testimonials
{
background: rgba(0,81,222,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,81,222,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
background: radial-gradient(ellipse at center, rgba(0,81,222,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051de', endColorstr='#000000', GradientType=1 );
position: relative;
text-align: center;
}
.testimonials blockquote {
border: 0;
margin: 0;
padding: 100px 15%;
}
.testimonials h1
{
padding: 15px 10px 15px 10px;
border-width: 6px;
color: #fff;
font: 20px "Source Sans Pro" !important;
font-weight: lighter;
border-left-style: solid;
background: rgba(0,0,0,0.2);
}
.testimonials p
{
border: 6px none #FFFFFF;
color: #fff;
display: block;
font-size: 13px;
font-style: normal;
letter-spacing: 2px;
font-weight: 400;
margin-top: 30px;
text-transform: uppercase;
background: rgba(0,0,0,0.2);
padding: 15px 10px 15px 10px;
}
/* ------------------------------------------------------------------------------
Quote
-------------------------------------------------------------------------------*/
.quote h3 {
margin-top: 0;
}
.quote p {
color: #2d3033;
font-weight: 600;
text-transform: uppercase;
}
.quote .btn {
margin-top: 30px;
}
/* ------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------*/
.footer {
text-align: left;
}
.footer-top {
background-color: #181818;
padding-top: 50px;
}
.footer-bottom {
background-color: #313454;
padding: 20px 0;
}
.footer .footer-col {
margin-bottom: 80px;
}
.footer h5 {
color: #fff;
}
.footer h5 {
margin-bottom: 20px;
}
.footer p {
color: rgba(255, 255, 255, 0.25);
}
.footer a {
color: rgba(255, 255, 255, 0.50);
}
.footer a:hover
{
color: #0066FF;
}
.footer .footer-share {
margin-top: 0;
}
.footer .footer-share li {
display: inline-block;
float: none;
}
.footer .footer-share a {
border: none;
font-size: 21px;
color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
color: #0066FF;
font-size: 11px;
margin: 0 2px;
}
/*-------------------------------------------------------
Services
--------------------------------------------------------*/
#review
{
background: #FFFFFF;
}
#review .box
{
border: 1px solid #F5F5F5;
padding: 30px;
background: #fff;
text-align: center;
margin-bottom: 70px;
position: relative;
-webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
}
@media screen and (max-width: 992px) {
#review .box {
min-height: inherit;
margin-bottom: 60px;
}
}
#review .box .icon
{
width: 85px;
height: 85px;
margin: 0 auto;
top: 0;
margin-top: -70px;
margin-bottom: 30px;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: table;
text-align: center;
font-style: normal;
}
#review .box .icon > span {
display: table-cell;
vertical-align: middle;
}
#review .box .icon > span i {
font-size: 40px;
color: #fff !important;
margin: 0;
padding: 0;
}
#review .box .icon.colored-1 {
background: #2aaf67;
}
#review .box .icon.colored-2 {
background: #00bff3;
}
#review .box .icon.colored-3 {
background: #f26522;
}
#review .box .icon.colored-4 {
background: #e52b50;
}
#review .box .icon.colored-5 {
background: #2fc5cc;
}
#review .box .icon.colored-6 {
background: #6173f4;
}
#review .box .step-number {
font-size: 16px;
display: block;
color: #d1d1d1;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
#review .box h3 {
margin: 0 0 20px 0;
padding: 0;
font-weight: 400;
font-size: 20px;
color: #444;
}
#accordion-alt3 .panel-heading h4
{
font-size: 15px;
line-height: 28px;
color: #663300;
}
.panel .panel-heading h4 {
font-weight: 400;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel
{
margin-bottom: 18px;
background-color: #E2C6A9;
border: 1px solid transparent;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
#accordion-alt3 .panel-heading h4 a i
{
font-size: 13px;
line-height: 18px;
width: 18px;
height: 18px;
margin-right: 5px;
color: #fff;
text-align: center;
border-radius: 50%;
margin-left: 6px;
background: #704A25;
}
/* ===========================
--- Contact
============================ */
.home-section
{
padding-top: 120px;
padding-bottom: 110px;
display: block;
position: relative;
z-index: 120;
background: rgba(73,155,234,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
}
#contact h2,#contact p
{
color: #FFFFFF;
}
.form-wrapper
{
background: rgba(0,0,0,0.3);
padding: 40px;
border-radius: 6px;
color: #FFFFFF;
}
form#contact-form .form-group label
{
text-align: left !important;
display: block;
letter-spacing: 1px;
font-size: 16px;
color: #FFFFFF;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
border-radius: 4px;
border: 1px solid #eee;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 16px;
margin-bottom: 20px;
background: #fefefe;
color: #888;
}
form#contact-form input,form#contact-form select {
height: 40px;
}
form#contact-form button {
border-radius: 4px;
height: 40px;
text-transform: none;
font-size: 16px;
font-weight: 700;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
background: #fff;
}
.content-last
{
background-color: #F9F2EC;
padding-top: 50px;
padding-bottom: 60px;
width: 100%;
} | 0.304352 | 0.081009 |
@keyframes toastSlideIn {
0% {
opacity: 0;
transform: translateX(150px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes toastSlideOut {
0% {
opacity: .75;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(150px);
}
}
.bind-form h3 {
margin-top: 0;
}
.bind-form .application-select {
margin-top: 10px;
padding-left: 20px;
}
.bind-form .application-select .ui-select-bootstrap > .ui-select-choices {
max-height: 100px;
}
@media (min-width: 768px) {
.bind-form .application-select .ui-select-bootstrap > .ui-select-choices {
max-height: 170px;
}
}
.bind-form .bind-description {
padding-left: 20px;
}
.bind-form .bind-choice {
margin-top: 10px;
}
.bind-form .bind-choice:first-of-type {
margin-top: 0;
}
.bind-form .bind-choice strong {
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
}
.bind-form .help-block.service-instance-name {
display: inline-block;
margin-top: 0;
}
.bind-form .radio label[disabled] {
cursor: not-allowed;
}
.bind-service-selection {
margin-bottom: 5px;
}
.results-info {
margin-bottom: 20px;
margin-top: 30px;
}
.results-message {
flex: 1 1 0%;
padding-left: 10px;
}
@media (min-width: 768px) {
.results-message {
padding-left: 15px;
}
}
.results-message h3,
.results-message .h3 {
font-size: 15px;
line-height: 1.4;
margin-bottom: 0;
margin-top: 0;
}
@media (min-width: 768px) {
.results-message h3,
.results-message .h3 {
font-size: 20px;
font-weight: 300;
}
}
.results-message h3 strong,
.results-message .h3 strong {
font-weight: 600;
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
}
.results-status-unknown .results-message {
padding-left: 0;
}
.results-message-details {
font-style: italic;
margin-bottom: 0;
}
.results-status {
display: flex;
margin-bottom: 15px;
}
.results-status .fa,
.results-status .pficon {
font-size: 24px;
}
@media (min-width: 768px) {
.results-status .fa,
.results-status .pficon {
font-size: 32px;
}
}
.results-status .fa-clock-o {
font-size: 30px;
}
@media (min-width: 768px) {
.results-status .fa-clock-o {
font-size: 36px;
}
}
.dialog-btn {
float: right !important;
margin-right: 10px;
}
.dialog-btn:first-of-type {
margin-right: 0;
}
mark {
padding: 0;
background-color: rgba(252, 248, 160, 0.5);
}
.ui-select-choices-row.active > span mark {
background-color: rgba(252, 248, 160, 0.75);
}
.pretty-json {
font-family: Menlo, Monaco, Consolas, monospace;
white-space: pre-wrap;
}
.truncation-block {
margin-right: 10px;
}
.truncation-collapse-link {
float: right;
margin-left: 10px;
white-space: nowrap;
}
.table-responsive .truncation-collapse-link {
display: block;
float: none;
margin-left: 0;
}
.well .truncation-collapse-link {
margin-top: -10px;
}
.truncation-expand-link {
white-space: nowrap;
}
.table-responsive .truncation-expand-link {
display: block;
}
label.required:before {
content: '*';
position: absolute;
left: 10px;
}
@media (min-width: 768px) {
.form-horizontal label.required:before {
position: relative;
left: -3px;
}
}
.guided-tour-backdrop {
z-index: 1052;
}
div.hopscotch-bubble {
border-color: #bbb;
border-width: 1px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
div.hopscotch-bubble .hopscotch-actions {
background-color: #fff;
margin: -5px;
padding: 20px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border:after {
content: " ";
border-color: transparent;
border-style: solid;
position: absolute;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
display: none;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
border-top-color: #bbb;
border-width: 10px;
margin-top: -5px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border:after {
border-color: #fff transparent transparent;
border-width: 10px 10px 0;
margin-left: -10px;
margin-top: -12px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
top: 48px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
border-right-color: #bbb;
border-width: 10px;
margin-left: 11px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border:after {
border-color: transparent #fff transparent transparent;
border-width: 10px 10px 10px 0;
margin-left: 2px;
margin-top: -10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
top: 48px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
border-left-color: #bbb;
border-width: 10px;
margin-left: -5px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border:after {
border-color: transparent transparent transparent #fff;
border-width: 10px 0 10px 10px;
margin-left: -12px;
margin-top: -10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
border-bottom-color: #bbb;
border-width: 10px;
margin-top: 11px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border:after {
border-color: transparent transparent #f5f5f5;
border-width: 0 10px 10px;
margin-left: -10px;
margin-top: 2px;
}
div.hopscotch-bubble .hopscotch-bubble-close {
background: none;
color: transparent;
line-height: 0;
right: 8px;
text-indent: inherit;
top: 7px;
}
div.hopscotch-bubble .hopscotch-bubble-close:after {
color: #8b8d8f;
content: "\e60b";
display: inline-block;
font-family: "PatternFlyIcons-webfont";
left: 7px;
line-height: 1;
position: absolute;
top: 7px;
}
div.hopscotch-bubble .hopscotch-bubble-container {
background-color: #f5f5f5;
}
div.hopscotch-bubble .hopscotch-content {
color: #4d5258;
background-color: #fff;
font-family: "Open Sans";
font-size: 12px;
margin: 11px -5px 0 -45px;
padding: 15px 20px 5px;
}
div.hopscotch-bubble h3 {
margin-top: 6px;
color: #4d5258;
font-family: "Open Sans";
padding-left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-number {
background: none;
background-color: #0088ce;
border-radius: 15px;
font-family: "Open Sans";
font-size: 16px;
margin-left: 10px;
padding: 0;
}
div.hopscotch-bubble .hopscotch-nav-button {
border-radius: 0;
font-family: "Open Sans";
font-size: 12px;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
background-color: #0088ce;
background-image: none;
margin-left: 5px;
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
color: #030303;
}
.word-break {
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
}
.word-break-all {
word-break: break-all;
word-break: break-word;
overflow-wrap: break-word;
}
.origin-modal-popup {
background-color: #fff;
bottom: 0;
color: #363636;
left: 0;
position: fixed;
padding: 0 20px 20px;
right: 0;
top: 0;
z-index: 1050;
}
@media (min-width: 768px) {
.origin-modal-popup {
border: 1px solid #bbb;
bottom: auto;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
left: auto;
margin-top: 15px;
right: auto;
top: auto;
}
.origin-modal-popup:after {
border: solid 7px transparent;
border-bottom-color: #bbb;
content: "";
position: absolute;
right: 10px;
top: -15px;
}
.origin-modal-popup:before {
border: solid 7px transparent;
border-bottom-color: #f5f5f5;
content: "";
position: absolute;
right: 10px;
top: -14px;
z-index: 1;
}
.origin-modal-popup.position-above {
margin-top: -15px;
}
.origin-modal-popup.position-above:after {
border-bottom-color: transparent;
border-top-color: #fff;
bottom: -15px;
top: auto;
}
.origin-modal-popup.position-above:before {
border-bottom-color: transparent;
border-top-color: #fff;
bottom: -14px;
top: auto;
}
.origin-modal-popup.position-left:after {
left: 10px;
right: auto;
}
.origin-modal-popup.position-left:before {
left: 10px;
right: auto;
}
}
.origin-modal-popup .origin-modal-popup-close {
color: #72767b;
font-size: 14px;
line-height: 1;
position: absolute;
right: 20px;
top: 11px;
}
.origin-modal-popup .origin-modal-popup-close:hover {
color: #393f44;
}
.origin-modal-popup .origin-modal-popup-title {
background: #f5f5f5;
margin-left: -20px;
margin-right: -20px;
margin-top: 0;
padding: 10px 40px 10px 20px;
}
.origin-modal-popup textarea {
resize: vertical;
}
.origin-modal-popup-backdrop.modal-backdrop {
background-color: transparent;
cursor: not-allowed;
z-index: 1031;
}
.toast-action-divider {
color: #9c9c9c;
}
.toast-notification-details {
margin-right: -15px;
max-height: 300px;
overflow-y: auto;
}
.toast-notification-details .truncated-content {
white-space: pre-line;
}
.toast-notification-message {
font-weight: 700;
margin-right: 5px;
}
.toast-notifications-list-pf {
top: 28px;
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
z-index: 1055;
}
@media (max-width: 767px) {
.toast-notifications-list-pf {
max-width: calc(100% - 40px);
}
}
.toast-notifications-list-pf > div.ng-enter {
animation: toastSlideIn 0.2s ease-out;
}
.toast-notifications-list-pf > div.ng-leave {
animation: toastSlideOut 0.2s ease-in;
}
.toast-notifications-list-pf > div .toast-pf {
border-color: #fff;
margin-bottom: 5px;
width: 100%;
}
.tile-click {
cursor: pointer;
position: relative;
}
.tile-click:hover .tile-target {
color: #00659c;
}
.tile-click:hover .tile-target:hover {
text-decoration: none;
}
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
body > .ui-select-bootstrap.open {
z-index: 1050;
}
.ui-select-bootstrap {
/* Fixes ui-select's input box extending to 100% page width if the page has been resized after page-load
* https://github.com/angular-ui/ui-select/issues/1678
*/
}
.ui-select-bootstrap .ui-select-choices-row > span {
border-color: transparent;
border-style: solid;
border-width: 1px 0;
line-height: 1.66666667;
padding: 1px 10px;
}
.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
background-color: #def3ff;
border-color: #bee1f4;
color: #4d5258;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
background-color: #0088ce !important;
border-color: #0088ce !important;
color: #fff;
}
.ui-select-bootstrap .ui-select-choices-row.active .text-muted {
color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row-inner {
min-height: 24px;
cursor: pointer;
}
.ui-select-bootstrap .ui-select-choices-group-label:empty {
padding: 0;
}
.ui-select-bootstrap .ui-select-match-text,
.ui-select-bootstrap .ui-select-placeholder {
font-weight: normal;
padding-right: 20px;
}
.ui-select-bootstrap .ui-select-match-text span {
display: block;
text-overflow: ellipsis;
}
.ui-select-bootstrap .ui-select-match-text span span {
display: inline;
}
.ui-select-bootstrap .ui-select-placeholder {
display: block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
font-style: normal;
right: 6px;
top: 10px;
pointer-events: none;
}
.ui-select-bootstrap .ui-select-search {
width: 100% !important;
} | dist/origin-web-common.css | @keyframes toastSlideIn {
0% {
opacity: 0;
transform: translateX(150px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes toastSlideOut {
0% {
opacity: .75;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(150px);
}
}
.bind-form h3 {
margin-top: 0;
}
.bind-form .application-select {
margin-top: 10px;
padding-left: 20px;
}
.bind-form .application-select .ui-select-bootstrap > .ui-select-choices {
max-height: 100px;
}
@media (min-width: 768px) {
.bind-form .application-select .ui-select-bootstrap > .ui-select-choices {
max-height: 170px;
}
}
.bind-form .bind-description {
padding-left: 20px;
}
.bind-form .bind-choice {
margin-top: 10px;
}
.bind-form .bind-choice:first-of-type {
margin-top: 0;
}
.bind-form .bind-choice strong {
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
}
.bind-form .help-block.service-instance-name {
display: inline-block;
margin-top: 0;
}
.bind-form .radio label[disabled] {
cursor: not-allowed;
}
.bind-service-selection {
margin-bottom: 5px;
}
.results-info {
margin-bottom: 20px;
margin-top: 30px;
}
.results-message {
flex: 1 1 0%;
padding-left: 10px;
}
@media (min-width: 768px) {
.results-message {
padding-left: 15px;
}
}
.results-message h3,
.results-message .h3 {
font-size: 15px;
line-height: 1.4;
margin-bottom: 0;
margin-top: 0;
}
@media (min-width: 768px) {
.results-message h3,
.results-message .h3 {
font-size: 20px;
font-weight: 300;
}
}
.results-message h3 strong,
.results-message .h3 strong {
font-weight: 600;
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
}
.results-status-unknown .results-message {
padding-left: 0;
}
.results-message-details {
font-style: italic;
margin-bottom: 0;
}
.results-status {
display: flex;
margin-bottom: 15px;
}
.results-status .fa,
.results-status .pficon {
font-size: 24px;
}
@media (min-width: 768px) {
.results-status .fa,
.results-status .pficon {
font-size: 32px;
}
}
.results-status .fa-clock-o {
font-size: 30px;
}
@media (min-width: 768px) {
.results-status .fa-clock-o {
font-size: 36px;
}
}
.dialog-btn {
float: right !important;
margin-right: 10px;
}
.dialog-btn:first-of-type {
margin-right: 0;
}
mark {
padding: 0;
background-color: rgba(252, 248, 160, 0.5);
}
.ui-select-choices-row.active > span mark {
background-color: rgba(252, 248, 160, 0.75);
}
.pretty-json {
font-family: Menlo, Monaco, Consolas, monospace;
white-space: pre-wrap;
}
.truncation-block {
margin-right: 10px;
}
.truncation-collapse-link {
float: right;
margin-left: 10px;
white-space: nowrap;
}
.table-responsive .truncation-collapse-link {
display: block;
float: none;
margin-left: 0;
}
.well .truncation-collapse-link {
margin-top: -10px;
}
.truncation-expand-link {
white-space: nowrap;
}
.table-responsive .truncation-expand-link {
display: block;
}
label.required:before {
content: '*';
position: absolute;
left: 10px;
}
@media (min-width: 768px) {
.form-horizontal label.required:before {
position: relative;
left: -3px;
}
}
.guided-tour-backdrop {
z-index: 1052;
}
div.hopscotch-bubble {
border-color: #bbb;
border-width: 1px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
div.hopscotch-bubble .hopscotch-actions {
background-color: #fff;
margin: -5px;
padding: 20px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border:after {
content: " ";
border-color: transparent;
border-style: solid;
position: absolute;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
display: none;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
border-top-color: #bbb;
border-width: 10px;
margin-top: -5px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border:after {
border-color: #fff transparent transparent;
border-width: 10px 10px 0;
margin-left: -10px;
margin-top: -12px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
top: 48px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
border-right-color: #bbb;
border-width: 10px;
margin-left: 11px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border:after {
border-color: transparent #fff transparent transparent;
border-width: 10px 10px 10px 0;
margin-left: 2px;
margin-top: -10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
top: 48px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
border-left-color: #bbb;
border-width: 10px;
margin-left: -5px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border:after {
border-color: transparent transparent transparent #fff;
border-width: 10px 0 10px 10px;
margin-left: -12px;
margin-top: -10px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
border-bottom-color: #bbb;
border-width: 10px;
margin-top: 11px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border:after {
border-color: transparent transparent #f5f5f5;
border-width: 0 10px 10px;
margin-left: -10px;
margin-top: 2px;
}
div.hopscotch-bubble .hopscotch-bubble-close {
background: none;
color: transparent;
line-height: 0;
right: 8px;
text-indent: inherit;
top: 7px;
}
div.hopscotch-bubble .hopscotch-bubble-close:after {
color: #8b8d8f;
content: "\e60b";
display: inline-block;
font-family: "PatternFlyIcons-webfont";
left: 7px;
line-height: 1;
position: absolute;
top: 7px;
}
div.hopscotch-bubble .hopscotch-bubble-container {
background-color: #f5f5f5;
}
div.hopscotch-bubble .hopscotch-content {
color: #4d5258;
background-color: #fff;
font-family: "Open Sans";
font-size: 12px;
margin: 11px -5px 0 -45px;
padding: 15px 20px 5px;
}
div.hopscotch-bubble h3 {
margin-top: 6px;
color: #4d5258;
font-family: "Open Sans";
padding-left: 10px;
}
div.hopscotch-bubble .hopscotch-bubble-number {
background: none;
background-color: #0088ce;
border-radius: 15px;
font-family: "Open Sans";
font-size: 16px;
margin-left: 10px;
padding: 0;
}
div.hopscotch-bubble .hopscotch-nav-button {
border-radius: 0;
font-family: "Open Sans";
font-size: 12px;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
background-color: #0088ce;
background-image: none;
margin-left: 5px;
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
color: #030303;
}
.word-break {
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
}
.word-break-all {
word-break: break-all;
word-break: break-word;
overflow-wrap: break-word;
}
.origin-modal-popup {
background-color: #fff;
bottom: 0;
color: #363636;
left: 0;
position: fixed;
padding: 0 20px 20px;
right: 0;
top: 0;
z-index: 1050;
}
@media (min-width: 768px) {
.origin-modal-popup {
border: 1px solid #bbb;
bottom: auto;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
left: auto;
margin-top: 15px;
right: auto;
top: auto;
}
.origin-modal-popup:after {
border: solid 7px transparent;
border-bottom-color: #bbb;
content: "";
position: absolute;
right: 10px;
top: -15px;
}
.origin-modal-popup:before {
border: solid 7px transparent;
border-bottom-color: #f5f5f5;
content: "";
position: absolute;
right: 10px;
top: -14px;
z-index: 1;
}
.origin-modal-popup.position-above {
margin-top: -15px;
}
.origin-modal-popup.position-above:after {
border-bottom-color: transparent;
border-top-color: #fff;
bottom: -15px;
top: auto;
}
.origin-modal-popup.position-above:before {
border-bottom-color: transparent;
border-top-color: #fff;
bottom: -14px;
top: auto;
}
.origin-modal-popup.position-left:after {
left: 10px;
right: auto;
}
.origin-modal-popup.position-left:before {
left: 10px;
right: auto;
}
}
.origin-modal-popup .origin-modal-popup-close {
color: #72767b;
font-size: 14px;
line-height: 1;
position: absolute;
right: 20px;
top: 11px;
}
.origin-modal-popup .origin-modal-popup-close:hover {
color: #393f44;
}
.origin-modal-popup .origin-modal-popup-title {
background: #f5f5f5;
margin-left: -20px;
margin-right: -20px;
margin-top: 0;
padding: 10px 40px 10px 20px;
}
.origin-modal-popup textarea {
resize: vertical;
}
.origin-modal-popup-backdrop.modal-backdrop {
background-color: transparent;
cursor: not-allowed;
z-index: 1031;
}
.toast-action-divider {
color: #9c9c9c;
}
.toast-notification-details {
margin-right: -15px;
max-height: 300px;
overflow-y: auto;
}
.toast-notification-details .truncated-content {
white-space: pre-line;
}
.toast-notification-message {
font-weight: 700;
margin-right: 5px;
}
.toast-notifications-list-pf {
top: 28px;
word-wrap: break-word;
word-break: break-word;
overflow-wrap: break-word;
min-width: 0;
z-index: 1055;
}
@media (max-width: 767px) {
.toast-notifications-list-pf {
max-width: calc(100% - 40px);
}
}
.toast-notifications-list-pf > div.ng-enter {
animation: toastSlideIn 0.2s ease-out;
}
.toast-notifications-list-pf > div.ng-leave {
animation: toastSlideOut 0.2s ease-in;
}
.toast-notifications-list-pf > div .toast-pf {
border-color: #fff;
margin-bottom: 5px;
width: 100%;
}
.tile-click {
cursor: pointer;
position: relative;
}
.tile-click:hover .tile-target {
color: #00659c;
}
.tile-click:hover .tile-target:hover {
text-decoration: none;
}
/* Fix some styles with the angular-ui-select bootstrap theme that isn't right when combined with all of our styles */
body > .ui-select-bootstrap.open {
z-index: 1050;
}
.ui-select-bootstrap {
/* Fixes ui-select's input box extending to 100% page width if the page has been resized after page-load
* https://github.com/angular-ui/ui-select/issues/1678
*/
}
.ui-select-bootstrap .ui-select-choices-row > span {
border-color: transparent;
border-style: solid;
border-width: 1px 0;
line-height: 1.66666667;
padding: 1px 10px;
}
.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
background-color: #def3ff;
border-color: #bee1f4;
color: #4d5258;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
background-color: #0088ce !important;
border-color: #0088ce !important;
color: #fff;
}
.ui-select-bootstrap .ui-select-choices-row.active .text-muted {
color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row-inner {
min-height: 24px;
cursor: pointer;
}
.ui-select-bootstrap .ui-select-choices-group-label:empty {
padding: 0;
}
.ui-select-bootstrap .ui-select-match-text,
.ui-select-bootstrap .ui-select-placeholder {
font-weight: normal;
padding-right: 20px;
}
.ui-select-bootstrap .ui-select-match-text span {
display: block;
text-overflow: ellipsis;
}
.ui-select-bootstrap .ui-select-match-text span span {
display: inline;
}
.ui-select-bootstrap .ui-select-placeholder {
display: block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
font-style: normal;
right: 6px;
top: 10px;
pointer-events: none;
}
.ui-select-bootstrap .ui-select-search {
width: 100% !important;
} | 0.550366 | 0.07946 |
body {
background: rgba(255, 255, 255, 0.52);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ebaa1+0,ffffff+60&0+0,1+12,1+33,0+100 */
background: -moz-linear-gradient(top, rgba(94,186,161,0) 0%, rgba(126,200,180,1) 12%, rgba(182,224,213,1) 33%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(94,186,161,0) 0%,rgba(126,200,180,1) 12%,rgba(182,224,213,1) 33%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(94,186,161,0) 0%,rgba(126,200,180,1) 12%,rgba(182,224,213,1) 33%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ebaa1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
overflow-x: hidden;
}
html, body {
height: 100%;
}
a.blue:hover {
color: #376FC7;
}
footer:not(#admin_footer) {
position: fixed;
bottom: 0;
width: 100%;
height: 14%;
padding-bottom: 1%;
}
#admin_title {
color: white;
font-family: sans-serif;
font-size: 1.8rem;
font-weight: bold;
margin-left: 10%;
}
#admin_logo {
max-width: 50%;
vertical-align: middle;
}
.uslugi img {
width: 70%;
}
.list_none {
list-style-type: none;
}
.strong {
font-weight: bold;
}
.margin_title {
margin-bottom: 5%;
}
.title {
color: #376FC7;
font-weight: bold;
}
.center {
text-align: center;
}
.blue {
color: #376FC7;
}
#content {
padding-bottom: 14%;
}
.contact_item {
color: white;
font-weight: bold;
font-size: 1.5rem;
}
.name img {
margin-left: 20px;
}
.menu_item {
color: white !important;
font-weight: bold !important;
font-family: "Tahoma", "sans-serif" !important;
text-transform: uppercase !important;
padding: 0;
background-color: #00bd9c !important;
margin: 0;
border-left: solid 2px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.menu_item {
margin-left: 20px;
margin-right: 20px;
}
.crop {
width: 200px;
height: 150px;
overflow: hidden;
}
.crop img {
width: 400px;
height: 300px;
}
.section_offer {
color: white;
font-family: "Tahoma", "sans-serif";
font-size: 1.4em;
font-weight: bold;
line-height: 1.3em;
}
#header_bottom {
margin-top: 2%;
}
.uslugi_opis {
color: #1256C2;
}
#admin_content {
margin-top: 10%;
text-align: center;
}
.admin_button {
background: rgba(0, 189, 158, 0.9);
}
#admin_footer {
position: absolute !important;
bottom: 0 !important;
color: rgba(0, 189, 158, 0.9);
font-weight: bold;
font-family: sans-serif;
}
form {
display: inline !important;
}
@media only screen and (max-width: 40em) {
footer {
font-size: 0.5em;
}
.name img {
height: 35px;
margin-left: 5px;
position: initial;
}
#profile-img {
position: initial;
}
.top-bar {
text-align: left !important;
}
.contact_item {
color: white;
font-weight: bold;
font-size: 0.4rem;
}
.uslugi li {
font-size: 0.7em !important;
}
}
@media only screen and (max-width: 50em) {
.menu_item, .menu_item a {
font-size: 0.3em !important;
border-left: none !important;
}
}
@media only screen and (max-width: 62.5em) {
.contact_item {
font-weight: bold;
font-size: 1rem;
}
}
@media only screen and (min-width: 40em) {
.contact {
position: relative;
top: 1.5rem;
}
.uslugi {
font-size: 1.5em !important;
}
}
@media only screen and (min-width: 1024px) {
#uslugi-mobile {
display: none;
}
} | web/bundles/framework/css/style.css | body {
background: rgba(255, 255, 255, 0.52);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ebaa1+0,ffffff+60&0+0,1+12,1+33,0+100 */
background: -moz-linear-gradient(top, rgba(94,186,161,0) 0%, rgba(126,200,180,1) 12%, rgba(182,224,213,1) 33%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(94,186,161,0) 0%,rgba(126,200,180,1) 12%,rgba(182,224,213,1) 33%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(94,186,161,0) 0%,rgba(126,200,180,1) 12%,rgba(182,224,213,1) 33%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ebaa1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
overflow-x: hidden;
}
html, body {
height: 100%;
}
a.blue:hover {
color: #376FC7;
}
footer:not(#admin_footer) {
position: fixed;
bottom: 0;
width: 100%;
height: 14%;
padding-bottom: 1%;
}
#admin_title {
color: white;
font-family: sans-serif;
font-size: 1.8rem;
font-weight: bold;
margin-left: 10%;
}
#admin_logo {
max-width: 50%;
vertical-align: middle;
}
.uslugi img {
width: 70%;
}
.list_none {
list-style-type: none;
}
.strong {
font-weight: bold;
}
.margin_title {
margin-bottom: 5%;
}
.title {
color: #376FC7;
font-weight: bold;
}
.center {
text-align: center;
}
.blue {
color: #376FC7;
}
#content {
padding-bottom: 14%;
}
.contact_item {
color: white;
font-weight: bold;
font-size: 1.5rem;
}
.name img {
margin-left: 20px;
}
.menu_item {
color: white !important;
font-weight: bold !important;
font-family: "Tahoma", "sans-serif" !important;
text-transform: uppercase !important;
padding: 0;
background-color: #00bd9c !important;
margin: 0;
border-left: solid 2px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.menu_item {
margin-left: 20px;
margin-right: 20px;
}
.crop {
width: 200px;
height: 150px;
overflow: hidden;
}
.crop img {
width: 400px;
height: 300px;
}
.section_offer {
color: white;
font-family: "Tahoma", "sans-serif";
font-size: 1.4em;
font-weight: bold;
line-height: 1.3em;
}
#header_bottom {
margin-top: 2%;
}
.uslugi_opis {
color: #1256C2;
}
#admin_content {
margin-top: 10%;
text-align: center;
}
.admin_button {
background: rgba(0, 189, 158, 0.9);
}
#admin_footer {
position: absolute !important;
bottom: 0 !important;
color: rgba(0, 189, 158, 0.9);
font-weight: bold;
font-family: sans-serif;
}
form {
display: inline !important;
}
@media only screen and (max-width: 40em) {
footer {
font-size: 0.5em;
}
.name img {
height: 35px;
margin-left: 5px;
position: initial;
}
#profile-img {
position: initial;
}
.top-bar {
text-align: left !important;
}
.contact_item {
color: white;
font-weight: bold;
font-size: 0.4rem;
}
.uslugi li {
font-size: 0.7em !important;
}
}
@media only screen and (max-width: 50em) {
.menu_item, .menu_item a {
font-size: 0.3em !important;
border-left: none !important;
}
}
@media only screen and (max-width: 62.5em) {
.contact_item {
font-weight: bold;
font-size: 1rem;
}
}
@media only screen and (min-width: 40em) {
.contact {
position: relative;
top: 1.5rem;
}
.uslugi {
font-size: 1.5em !important;
}
}
@media only screen and (min-width: 1024px) {
#uslugi-mobile {
display: none;
}
} | 0.431105 | 0.070304 |
header {
margin: 30px 0 30px 0;
border-bottom: 1.5px solid rgb(189, 189, 189);
}
.buyline {
color: #666;
font-size: 1.1em;
margin-left: 33%;
margin-top: 1em;
}
.forIowa {
width: 225px;
height: auto;
float: left;
}
.cs4ia {
font-family: 'Oswald', sans-serif;
font-weight: bold;
font-style: italic;
color: #870d17;
font-size: 4em;
}
.cs4ia span {
font-family: 'Oswald', sans-serif;
font-weight: normal;
font-style: italic;
}
header div img {
max-width:100%;
max-height:100%;
}
div h1 {
margin-left: 16%;
}
nav {
margin-right: 18%;
}
nav ul {
text-align: center;
justify-content: center;
}
nav li {
display: inline-block;
height: 67px;
width: 100px;
}
nav a {
padding-top: 18px;
display: block;
text-decoration: none;
color: #666;
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
font-size: 1.25em;
}
nav li:hover {
background-color: rgb(212, 211, 211);
}
button{
margin-left: 73px;
}
footer {
bottom: 0;
background-color: #870d17;
color: #ffff;
height: 40px;
margin-top: 30px;
text-align: center;
padding-top: 1.3%;
}
.bodyWrapper {
height: 900px;
}
.aboutImage{
float:left;
}
nav ul li a{
display: block;
height: inherit;
}
/* .mainWrapper{
height: 1200px;
} */
p {
font-size: 1.25em;
line-height: 20px;
}
.smug{
display: inline;
height: 15px;
width: 15px;
}
@keyframes shake {
0% { transform: translate(2px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(0px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(2px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(2px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.smug:hover{
animation: shake .1s;
transform-origin: 50% 50%;
animation-iteration-count: infinite;
animation-timing-function: linear;
} | css/style.css | header {
margin: 30px 0 30px 0;
border-bottom: 1.5px solid rgb(189, 189, 189);
}
.buyline {
color: #666;
font-size: 1.1em;
margin-left: 33%;
margin-top: 1em;
}
.forIowa {
width: 225px;
height: auto;
float: left;
}
.cs4ia {
font-family: 'Oswald', sans-serif;
font-weight: bold;
font-style: italic;
color: #870d17;
font-size: 4em;
}
.cs4ia span {
font-family: 'Oswald', sans-serif;
font-weight: normal;
font-style: italic;
}
header div img {
max-width:100%;
max-height:100%;
}
div h1 {
margin-left: 16%;
}
nav {
margin-right: 18%;
}
nav ul {
text-align: center;
justify-content: center;
}
nav li {
display: inline-block;
height: 67px;
width: 100px;
}
nav a {
padding-top: 18px;
display: block;
text-decoration: none;
color: #666;
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
font-size: 1.25em;
}
nav li:hover {
background-color: rgb(212, 211, 211);
}
button{
margin-left: 73px;
}
footer {
bottom: 0;
background-color: #870d17;
color: #ffff;
height: 40px;
margin-top: 30px;
text-align: center;
padding-top: 1.3%;
}
.bodyWrapper {
height: 900px;
}
.aboutImage{
float:left;
}
nav ul li a{
display: block;
height: inherit;
}
/* .mainWrapper{
height: 1200px;
} */
p {
font-size: 1.25em;
line-height: 20px;
}
.smug{
display: inline;
height: 15px;
width: 15px;
}
@keyframes shake {
0% { transform: translate(2px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(0px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(2px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(2px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.smug:hover{
animation: shake .1s;
transform-origin: 50% 50%;
animation-iteration-count: infinite;
animation-timing-function: linear;
} | 0.58439 | 0.152663 |
.BaseHud
{
width: 100%;
height: 100%;
}
#Elements
{
margin-top: 500px;
width: 158px;
height: 100px;
background-image: url("file://{resources}/images/custom_game/elements/backgroundSmall.png");
background-size: 100%;
visibility: collapse;
flow-children: down;
}
#Elements.small
{
height: 100px;
background-image: url("file://{resources}/images/custom_game/elements/backgroundSmall.png");
}
#ElementButton
{
width: 30px;
height: 20px;
background-image: url("file://{resources}/images/custom_game/elements/button_up.png");
background-size: 100%;
margin-top: 18px;
margin-left: 55px;
}
#ElementButton:hover
{
background-image: url("file://{resources}/images/custom_game/elements/button_up_over.png");
}
#ElementButton:active
{
background-image: url("file://{resources}/images/custom_game/elements/button_up_down.png");
}
#ElementButton2
{
width: 30px;
height: 20px;
background-image: url("file://{resources}/images/custom_game/elements/button_down.png");
background-size: 100%;
margin-top: 18px;
margin-left: 55px;
}
#ElementButton2:hover
{
background-image: url("file://{resources}/images/custom_game/elements/button_down_over.png");
}
#ElementButton2:active
{
background-image: url("file://{resources}/images/custom_game/elements/button_down_down.png");
}
#ElementButtonHolder
{
width: 100%;
height: 50px;
}
#ResourceLumber
{
margin-top: -20px;
margin-left: 10px;
}
#LumberDisplay
{
margin-top: 95px;
margin-left: 170px;
color: #009900;
font-weight: bold;
text-shadow: 1px 1px 3px 4.0 #000;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
#LumberDisplay.newResource
{
animation-name: NewResource;
}
#Secondary
{
width: 100%;
height: 100%;
flow-children: down;
}
#Divider
{
margin-top: -8px;
width: 100%;
height: 35px;
background-image: url("file://{resources}/images/custom_game/elements/divider.png");
background-size: 100%;
contrast: 1.1;
}
.label
{
font-size: 22px;
color: #FFF;
}
.value
{
horizontal-align: right;
font-size: 22px;
color: #FFF;
}
.resource, .element
{
width: 100%;
padding-left: 6px;
padding-right: 30px;
}
.element
{
margin-top: -5px;
}
.hide
{
visibility: collapse;
}
@keyframes 'NewResource'
{
0%
{
transform: translateX( -4px ) rotateZ( -5deg );
}
50%
{
transform: translateX( 4px ) rotateZ( 5deg );
}
100%
{
transform: translateX( -4px ) rotateZ( -5deg );
}
} | content/panorama/styles/custom_game/elements.css | .BaseHud
{
width: 100%;
height: 100%;
}
#Elements
{
margin-top: 500px;
width: 158px;
height: 100px;
background-image: url("file://{resources}/images/custom_game/elements/backgroundSmall.png");
background-size: 100%;
visibility: collapse;
flow-children: down;
}
#Elements.small
{
height: 100px;
background-image: url("file://{resources}/images/custom_game/elements/backgroundSmall.png");
}
#ElementButton
{
width: 30px;
height: 20px;
background-image: url("file://{resources}/images/custom_game/elements/button_up.png");
background-size: 100%;
margin-top: 18px;
margin-left: 55px;
}
#ElementButton:hover
{
background-image: url("file://{resources}/images/custom_game/elements/button_up_over.png");
}
#ElementButton:active
{
background-image: url("file://{resources}/images/custom_game/elements/button_up_down.png");
}
#ElementButton2
{
width: 30px;
height: 20px;
background-image: url("file://{resources}/images/custom_game/elements/button_down.png");
background-size: 100%;
margin-top: 18px;
margin-left: 55px;
}
#ElementButton2:hover
{
background-image: url("file://{resources}/images/custom_game/elements/button_down_over.png");
}
#ElementButton2:active
{
background-image: url("file://{resources}/images/custom_game/elements/button_down_down.png");
}
#ElementButtonHolder
{
width: 100%;
height: 50px;
}
#ResourceLumber
{
margin-top: -20px;
margin-left: 10px;
}
#LumberDisplay
{
margin-top: 95px;
margin-left: 170px;
color: #009900;
font-weight: bold;
text-shadow: 1px 1px 3px 4.0 #000;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
#LumberDisplay.newResource
{
animation-name: NewResource;
}
#Secondary
{
width: 100%;
height: 100%;
flow-children: down;
}
#Divider
{
margin-top: -8px;
width: 100%;
height: 35px;
background-image: url("file://{resources}/images/custom_game/elements/divider.png");
background-size: 100%;
contrast: 1.1;
}
.label
{
font-size: 22px;
color: #FFF;
}
.value
{
horizontal-align: right;
font-size: 22px;
color: #FFF;
}
.resource, .element
{
width: 100%;
padding-left: 6px;
padding-right: 30px;
}
.element
{
margin-top: -5px;
}
.hide
{
visibility: collapse;
}
@keyframes 'NewResource'
{
0%
{
transform: translateX( -4px ) rotateZ( -5deg );
}
50%
{
transform: translateX( 4px ) rotateZ( 5deg );
}
100%
{
transform: translateX( -4px ) rotateZ( -5deg );
}
} | 0.680454 | 0.112065 |
body{
background-color: #F4F4F4;
}
input,button{
padding: 0;
border:0;
}
.w{
width: 1190px;
margin: auto;
}
.fr{
float: right;
}
.fl{
float: left;
}
/*京东顶部 start*/
.J_event{
background-color:#E7012B ;
}
.J_event a {
display: block;
height: 80px;
background: url("../images/top.jpg.webp") no-repeat;
}
.clearfix:before,.clearfix:after{
content: "";
display: table;
}
.clearfix:after{
clear: both;
}
.clearfix{
*zoom: 1;
}
/*京东顶部 end*/
.shortcut{
height: 30px;
background-color: #E3E4E5;
border-bottom: 1px solid #DDDDDD;
color:#9D9D9D;
font-size:12px;
line-height: 30px;
}
.shortcut a{
color:#9D9D9D;
font-size:12px;
text-decoration: none;
}
.pos {
font-style: normal;
color: #F10215;
font-size: 14px;
}
.shortcut .fr li{
float: left;
margin-right: 10px;
}
.shortcut .fr{
margin-right: 30px;
}
.spacer{
background-color: #CCCCCC;
height: 10px;
width: 1px;
margin: 10px 10px 0;
}
.shortcut .fr li a:hover{
color: red;
}
.fr .hongse{
color: red;
}
/*headerB部分开始*/
.header{
height: 140px;
background-color: #FFFFFF;
border-bottom: 1px solid #DDDDDD;
}
.inner{
height: 140px;
position: relative;
}
/*headerB部分结束*/
.logo{
width: 190px;
height: 120px;
position: absolute;
top:0;
left: 0;
}
.logo a{
display: block;
width: 190px ;
height: 120px;
margin-top: 10px;
}
.logo img{
height: 100%;
width: 100%;
}
.search{
width: 550px;
height: 35px;
background-color: pink;
position: relative;
top:25px;
left: 260px;
}
.search input{
width: 493px;
height: 33px;
border:1px solid #E2231A;
padding: 0 0 0 5px;
outline: none;
color: #B0B0B0;
float: left;
}
.search button{
width: 50px;
height: 35px;
background-color: #E1251B;
float: left;
cursor: pointer;
outline: none;
}
.search button:hover{
background-color:#C81623 ;
}
.search i{
font-style: normal;
font-size: 25px;
color: #ffffff;
}
.hotwords{
position: absolute;
top:60px;
left: 260px;
}
.hotwords .red{
color:#E1251B;
}
.hotwords a{
font-size: 12px;
color:#B5B5B5;
text-decoration: none;
}
.hotwords a:hover{
color:#E1251B;
}
.myCar{
width: 140px;
height: 33px;
border:1px solid #CCCCCC;
position: absolute;
top:25px;
right: 210px;
text-align: center;
line-height: 33px;
}
.myCar a {
font-size: 14px;
color: #E1251B;
text-decoration: none;
}
.myCar i{
font-style: normal;
color:#E1251B ;
}
.myCar:hover{
border:1px solid #E1251B;
}
.myCar s{
position: absolute;
top:5px;
left: 115px;
text-decoration: none;
background-color:#E1251B;
height: 16px;
line-height: 16px;
font-size: 12px;
padding: 0 3px;
border-radius: 6px;
color: #F4F4F4;
}
.guanggao{
position: absolute;
bottom:10px;
right: 0;
}
.navitems{
position: absolute;
bottom: 10px;
left: 200px;
}
.navitems li{
float: left;
margin-left: 20px;
}
.navitems a{
text-decoration: none;
color: #333333;
font-size: 15px;
}
.navitems .n1{
color: #E6473F;
}
.navitems a:hover{
color: #E1251B;
}
/*底部开始*/
.footer{
height: 568px;
}
.footer-service{
height: 100px;
border-bottom:1px solid #DEDEDE;
}
.footer-service-inner{
padding: 30px 0;
}
.footer-service-inner li{
width: 297px;
height: 42px;
float: left;
}
.usevice_unit{
width: 225px;
height: 42px;
margin: 0 auto;
position: relative;
}
.usevice_unit h5{
width: 36px;
height: 43px;
background-color: black;
position: absolute;
top:0;
left: 0;
background: url("../images/jinlingtu.png") no-repeat;
background-position: 0px -190px;
text-indent: -999px;
overflow: hidden;
}
.usevice_unit p{
line-height: 42px;
margin-left: 45px;
font-size: 18px;
font-weight: 700;
}
.usevice_unit .kuai{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -41px -190px;
}
.usevice_unit .hao{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -82px -190px;
}
.usevice_unit .sheng{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -123px -190px;
}
.help{
height: 200px;
padding-top:20px ;
}
.help dt{
font-size: 14px;
font-weight: 700;
color: #666666;
height: 30px;
}
.help dd{
height: 22px;
}
.help dd a{
color: #666666;
text-decoration: none;
font-size: 12px;
}
.help dd a:hover{
color: #E1251B;
}
.help dl{
float: left;
width: 195px;
}
.help .cover{
height: 150px;
width: 207px;
float: right;
background:url("../images/jinlingtu.png") no-repeat;
}
.cover dt{
text-align: center;
}
.cover .info{
width: 175px;
height: 50px;
font-size: 12px;
margin-top: 5px;
margin-left: 10px;
line-height: 18px;
}
.cover .more{
text-align: right;
padding-right: 20px;
}
.copyright{
border-top:1px solid #E1E1E1;
padding-top: 15px;
}
.copyright .links a{
color: #666666;
font-size: 12px;
text-decoration: none;
}
.links{
text-align: center;
}
.copyright .links a:hover{
color: #E1251B;
}
.copyright .links span{
color: #CFD8E6;
font-size: 12px;
margin: 0 7px;
}
.c-info p{
font-size: 12px;
color: #999999;
text-align: center;
height: 23px;
line-height: 20px;
}
.c-info{
margin-top: 12px;
}
.mod_copyright_split{
margin: 0 10px;
}
.c-info a{
color: #999999;
text-decoration: none;
}
.c-info a:hover{
color: #E1251B;
}
.mod_copyright_auth .mod_copyright_auth1{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -110px;
height: 30px;
width: 100px;
display: block;
margin-left: 350px;
}
.mod_copyright_auth .mod_copyright_auth2{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -150px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth .mod_copyright_auth3{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -40px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth .mod_copyright_auth4{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -76px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth .mod_copyright_auth5{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -0px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth a{
float: left;
margin-top: 30px;
} | css/base.css | body{
background-color: #F4F4F4;
}
input,button{
padding: 0;
border:0;
}
.w{
width: 1190px;
margin: auto;
}
.fr{
float: right;
}
.fl{
float: left;
}
/*京东顶部 start*/
.J_event{
background-color:#E7012B ;
}
.J_event a {
display: block;
height: 80px;
background: url("../images/top.jpg.webp") no-repeat;
}
.clearfix:before,.clearfix:after{
content: "";
display: table;
}
.clearfix:after{
clear: both;
}
.clearfix{
*zoom: 1;
}
/*京东顶部 end*/
.shortcut{
height: 30px;
background-color: #E3E4E5;
border-bottom: 1px solid #DDDDDD;
color:#9D9D9D;
font-size:12px;
line-height: 30px;
}
.shortcut a{
color:#9D9D9D;
font-size:12px;
text-decoration: none;
}
.pos {
font-style: normal;
color: #F10215;
font-size: 14px;
}
.shortcut .fr li{
float: left;
margin-right: 10px;
}
.shortcut .fr{
margin-right: 30px;
}
.spacer{
background-color: #CCCCCC;
height: 10px;
width: 1px;
margin: 10px 10px 0;
}
.shortcut .fr li a:hover{
color: red;
}
.fr .hongse{
color: red;
}
/*headerB部分开始*/
.header{
height: 140px;
background-color: #FFFFFF;
border-bottom: 1px solid #DDDDDD;
}
.inner{
height: 140px;
position: relative;
}
/*headerB部分结束*/
.logo{
width: 190px;
height: 120px;
position: absolute;
top:0;
left: 0;
}
.logo a{
display: block;
width: 190px ;
height: 120px;
margin-top: 10px;
}
.logo img{
height: 100%;
width: 100%;
}
.search{
width: 550px;
height: 35px;
background-color: pink;
position: relative;
top:25px;
left: 260px;
}
.search input{
width: 493px;
height: 33px;
border:1px solid #E2231A;
padding: 0 0 0 5px;
outline: none;
color: #B0B0B0;
float: left;
}
.search button{
width: 50px;
height: 35px;
background-color: #E1251B;
float: left;
cursor: pointer;
outline: none;
}
.search button:hover{
background-color:#C81623 ;
}
.search i{
font-style: normal;
font-size: 25px;
color: #ffffff;
}
.hotwords{
position: absolute;
top:60px;
left: 260px;
}
.hotwords .red{
color:#E1251B;
}
.hotwords a{
font-size: 12px;
color:#B5B5B5;
text-decoration: none;
}
.hotwords a:hover{
color:#E1251B;
}
.myCar{
width: 140px;
height: 33px;
border:1px solid #CCCCCC;
position: absolute;
top:25px;
right: 210px;
text-align: center;
line-height: 33px;
}
.myCar a {
font-size: 14px;
color: #E1251B;
text-decoration: none;
}
.myCar i{
font-style: normal;
color:#E1251B ;
}
.myCar:hover{
border:1px solid #E1251B;
}
.myCar s{
position: absolute;
top:5px;
left: 115px;
text-decoration: none;
background-color:#E1251B;
height: 16px;
line-height: 16px;
font-size: 12px;
padding: 0 3px;
border-radius: 6px;
color: #F4F4F4;
}
.guanggao{
position: absolute;
bottom:10px;
right: 0;
}
.navitems{
position: absolute;
bottom: 10px;
left: 200px;
}
.navitems li{
float: left;
margin-left: 20px;
}
.navitems a{
text-decoration: none;
color: #333333;
font-size: 15px;
}
.navitems .n1{
color: #E6473F;
}
.navitems a:hover{
color: #E1251B;
}
/*底部开始*/
.footer{
height: 568px;
}
.footer-service{
height: 100px;
border-bottom:1px solid #DEDEDE;
}
.footer-service-inner{
padding: 30px 0;
}
.footer-service-inner li{
width: 297px;
height: 42px;
float: left;
}
.usevice_unit{
width: 225px;
height: 42px;
margin: 0 auto;
position: relative;
}
.usevice_unit h5{
width: 36px;
height: 43px;
background-color: black;
position: absolute;
top:0;
left: 0;
background: url("../images/jinlingtu.png") no-repeat;
background-position: 0px -190px;
text-indent: -999px;
overflow: hidden;
}
.usevice_unit p{
line-height: 42px;
margin-left: 45px;
font-size: 18px;
font-weight: 700;
}
.usevice_unit .kuai{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -41px -190px;
}
.usevice_unit .hao{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -82px -190px;
}
.usevice_unit .sheng{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -123px -190px;
}
.help{
height: 200px;
padding-top:20px ;
}
.help dt{
font-size: 14px;
font-weight: 700;
color: #666666;
height: 30px;
}
.help dd{
height: 22px;
}
.help dd a{
color: #666666;
text-decoration: none;
font-size: 12px;
}
.help dd a:hover{
color: #E1251B;
}
.help dl{
float: left;
width: 195px;
}
.help .cover{
height: 150px;
width: 207px;
float: right;
background:url("../images/jinlingtu.png") no-repeat;
}
.cover dt{
text-align: center;
}
.cover .info{
width: 175px;
height: 50px;
font-size: 12px;
margin-top: 5px;
margin-left: 10px;
line-height: 18px;
}
.cover .more{
text-align: right;
padding-right: 20px;
}
.copyright{
border-top:1px solid #E1E1E1;
padding-top: 15px;
}
.copyright .links a{
color: #666666;
font-size: 12px;
text-decoration: none;
}
.links{
text-align: center;
}
.copyright .links a:hover{
color: #E1251B;
}
.copyright .links span{
color: #CFD8E6;
font-size: 12px;
margin: 0 7px;
}
.c-info p{
font-size: 12px;
color: #999999;
text-align: center;
height: 23px;
line-height: 20px;
}
.c-info{
margin-top: 12px;
}
.mod_copyright_split{
margin: 0 10px;
}
.c-info a{
color: #999999;
text-decoration: none;
}
.c-info a:hover{
color: #E1251B;
}
.mod_copyright_auth .mod_copyright_auth1{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -110px;
height: 30px;
width: 100px;
display: block;
margin-left: 350px;
}
.mod_copyright_auth .mod_copyright_auth2{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -150px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth .mod_copyright_auth3{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -40px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth .mod_copyright_auth4{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -76px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth .mod_copyright_auth5{
background: url("../images/jinlingtu.png") no-repeat;
background-position: -200px -0px;
height: 30px;
width: 100px;
display: block;
}
.mod_copyright_auth a{
float: left;
margin-top: 30px;
} | 0.378574 | 0.099121 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400');
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Source Sans Pro', sans-serif;
scroll-behavior: smooth;
}
section {
padding: 100px;
}
.banner {
position: relative;
min-height: 100vh;
background: url(banner-4.png);
background-size: cover;
background-position: right;
display: flex;
justify-content: space-between;
align-items: center;
}
.banner h2 {
font-size: 3em;
color: #fff;
font-weight: 500;
line-height: 1.5em;
}
.banner h2 span {
font-size: 1.5em;
font-weight: 700;
}
.banner h3 {
font-size: 1.5em;
color: #fff;
font-weight: 500;
}
.btn {
position: relative;
background: #050505;
transition: .8s;
/*background: #2196f3;*/
display: inline-block;
color: #fff;
margin-top: 20px;
padding: 10px 30px;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
font-weight: 500;
}
.btn:hover {
position: relative;
background: #1db954;
transition: .8s;
/*background: #0070c9;*/
display: inline-block;
color: #fff;
margin-top: 20px;
padding: 10px 30px;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
font-weight: 500;
}
header
{
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 40px 100px;
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
transition: .5s;
}
header.sticky {
background: #fff;
padding: 20px 100px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
header .logo {
/*list-style: none;*/
color: #fff;
list-style: none;
list-style-type: none;
transition: .8s;
font-size: 25px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: 2px;
}
header.sticky .logo {
color: black;
list-style: none;
list-style-type: none;
}
header .logo:hover {
/*list-style: none;*/
color: grey;
list-style: none;
list-style-type: none;
transition: .8s;
font-size: 25px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: 2px;
}
header ul {
position: relative;
display: flex;
}
header ul li {
position: relative;
list-style: none;
}
header ul li a {
position: relative;
display: inline-block;
margin: 0 15px;
color: #fff;
text-decoration: none;
}
header.sticky ul li a {
color: black;
}
.heading {
width: 100%;
text-align: center;
margin-bottom: 30px;
color: black;
}
.heading h2 {
font-weight: 600;
font-size: 30px;
}
.content {
display: flex;
justify-content: space-between;
}
.contentbox {
padding-right: 30px;
}
.contentbox h3 {
font-size: 25px;
margin-bottom: 10px;
}
.w50 h3 {
/*margin: 25px;*/
min-width: 50%;
}
img {
max-width: 100%;
}
.projetos {
background: black;
}
.heading.white {
color: white;
}
.projetos .content {
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
}
.projetos .content .projetosbox {
padding: 40px 20px;
background: #222;
color: white;
max-width: 340px;
margin: 20px;
text-align: center;
transition: 0.5s;
}
.projetos .content .projetosbox:hover {
background: black;
/*background: #2196f3;*/
}
.projetos .content .projetosbox img {
max-width: 80px;
filter: invert(1);
}
.projetos .content .projetosbox h2 {
font-size: 20px;
font-weight: 600;
}
.work .content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.work .content. .workbox {
width: 50%;
padding: 20px;
}
.work .content. .workbox img {
max-width: 100%;
}
.barra-de-comentarios {
background: white;
}
.barra-de-comentarios .content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.barra-de-comentarios .content .barra-de-comentarios-box {
max-width: calc(50% - 40px);
padding: 60px 40px;
margin: auto; /*20px;*/
background: white;/*black;*/
}
.barra-de-comentarios .content .barra-de-comentarios-box p {
color: black;/*#fff;*/
/*font-style: italic;*/
font-size: 16px;
font-weight: 300;
}
.barra-de-comentarios .content .barra-de-comentarios-box h3 {
margin-top: 40px;
text-align: end;
color: black;/*#fff;*/
font-weight: 600;
font-size: 20px;
line-height: 1em;
}
.barra-de-comentarios .content .barra-de-comentarios-box h3 span {
font-size: 14px;
font-weight: 400;
}
.email {
background:black;
}
.form-box {
min-width: 60%;
}
.form-box form {
display: flex;
flex-direction: column;
}
.form-box form h3,
.link-email h3 {
color: white;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.form-box form input,
.form-box form textarea {
margin-bottom: 20px;
padding: 15px;
font-size: 16px;
background: transparent;
border: none;
outline: none;
background: #222;
color: white;
resize: none;
}
.form-box form textarea {
min-height: 200px;
}
.form-box form input::placeholder,
.form-box form textarea::placeholder {
color: #999;
}
.form-box form input[type="submit"]
{
max-width: 100px;
background: grey;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
}
.site-testing {
color: white;
text-decoration: none;
transition: .5s;
}
.site-testing:hover {
color: grey;
transition: .5s;
}
.link-apple {
color: #0070c9;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.link-apple:hover{
color:#66bbff;
text-decoration: none;
transition: .5s;
}
.github-link {
color: #66bbff;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.github-link:hover {
color:#0070c9;
text-decoration: none;
transition: .5s;
}
.instagram-link {
color: #66bbff;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.instagram-link:hover {
color:#0070c9;
text-decoration: none;
transition: .5s;
}
.email-link {
color: #66bbff;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.email-link:hover {
color:#0070c9;
text-decoration: none;
transition: .5s;
}
/*.fa.fa-apple {
background-repeat: center no-repeat;
}*/
.inicio-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.appledeveloperacademy-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.sobre-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.projetos-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.email-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.html-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
ul.no-bullets {
list-style-type: none;
}
@media (max-width: 991px) {
header, header.sticky {
padding: 20px 50px;
z-index: 1000;
}
.menu {
position: fixed;
top: 75px;
left: -100%;
display: block;
padding: 100px 50px ;
text-align: center;
width: 100%;
height: 100vh;
background: #fff;
transition: .5s;
z-index: 999;
border-top: 1px solid rgba(0,0,0,0.2);
}
.menu.active {
left: 0;
}
header ul li a {
color: black;
font-size: 25px;
margin: 10px;
}
.toggle {
width: 40px;
height: 40px;
background: url(menu.png);
background-position: center;
background-repeat: no-repeat;
background-size: 30px;
cursor: ;
}
.toggle.active {
background: url(close.png);
background-position: center;
background-repeat: no-repeat;
background-size: 25px;
cursor: pointer;
}
header.sticky .toggle {
filter: invert(1);
}
section {
padding: 100px 50px;
}
.banner {
padding: 150px 50px 100px;
}
.banner h2 {
font-size: 1.5em;
}
.banner h3 {
font-size: 1em;
}
.btn {
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
}
.heading h2 {
font-size: 25px;
}
.contentbox h3 {
font-size: 20px;
}
.content {
flex-direction: column;
}
.w50 {
margin-bottom: 20px;
}
.projetos .content .projetosbox {
margin: 10px;
}
.work .content .workbox {
width: 100%;
padding: 10px;
}
.barra-de-comentarios .content .barra-de-comentarios-box {
max-width: calc(100% - 20px);
padding: 40px 20px;
margin: 10px;
background: white;
}
.email {
min-width: 40%;
margin: 20px 0;
}
}
@media (max-width: 600px) {
header, header.sticky {
padding: 20px 20px;
}
.banner {
padding: 150px 20px 100px;
}
section {
padding: 100px 20px;
}
} | style.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400');
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Source Sans Pro', sans-serif;
scroll-behavior: smooth;
}
section {
padding: 100px;
}
.banner {
position: relative;
min-height: 100vh;
background: url(banner-4.png);
background-size: cover;
background-position: right;
display: flex;
justify-content: space-between;
align-items: center;
}
.banner h2 {
font-size: 3em;
color: #fff;
font-weight: 500;
line-height: 1.5em;
}
.banner h2 span {
font-size: 1.5em;
font-weight: 700;
}
.banner h3 {
font-size: 1.5em;
color: #fff;
font-weight: 500;
}
.btn {
position: relative;
background: #050505;
transition: .8s;
/*background: #2196f3;*/
display: inline-block;
color: #fff;
margin-top: 20px;
padding: 10px 30px;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
font-weight: 500;
}
.btn:hover {
position: relative;
background: #1db954;
transition: .8s;
/*background: #0070c9;*/
display: inline-block;
color: #fff;
margin-top: 20px;
padding: 10px 30px;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
font-weight: 500;
}
header
{
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 40px 100px;
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
transition: .5s;
}
header.sticky {
background: #fff;
padding: 20px 100px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
header .logo {
/*list-style: none;*/
color: #fff;
list-style: none;
list-style-type: none;
transition: .8s;
font-size: 25px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: 2px;
}
header.sticky .logo {
color: black;
list-style: none;
list-style-type: none;
}
header .logo:hover {
/*list-style: none;*/
color: grey;
list-style: none;
list-style-type: none;
transition: .8s;
font-size: 25px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
letter-spacing: 2px;
}
header ul {
position: relative;
display: flex;
}
header ul li {
position: relative;
list-style: none;
}
header ul li a {
position: relative;
display: inline-block;
margin: 0 15px;
color: #fff;
text-decoration: none;
}
header.sticky ul li a {
color: black;
}
.heading {
width: 100%;
text-align: center;
margin-bottom: 30px;
color: black;
}
.heading h2 {
font-weight: 600;
font-size: 30px;
}
.content {
display: flex;
justify-content: space-between;
}
.contentbox {
padding-right: 30px;
}
.contentbox h3 {
font-size: 25px;
margin-bottom: 10px;
}
.w50 h3 {
/*margin: 25px;*/
min-width: 50%;
}
img {
max-width: 100%;
}
.projetos {
background: black;
}
.heading.white {
color: white;
}
.projetos .content {
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
}
.projetos .content .projetosbox {
padding: 40px 20px;
background: #222;
color: white;
max-width: 340px;
margin: 20px;
text-align: center;
transition: 0.5s;
}
.projetos .content .projetosbox:hover {
background: black;
/*background: #2196f3;*/
}
.projetos .content .projetosbox img {
max-width: 80px;
filter: invert(1);
}
.projetos .content .projetosbox h2 {
font-size: 20px;
font-weight: 600;
}
.work .content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.work .content. .workbox {
width: 50%;
padding: 20px;
}
.work .content. .workbox img {
max-width: 100%;
}
.barra-de-comentarios {
background: white;
}
.barra-de-comentarios .content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.barra-de-comentarios .content .barra-de-comentarios-box {
max-width: calc(50% - 40px);
padding: 60px 40px;
margin: auto; /*20px;*/
background: white;/*black;*/
}
.barra-de-comentarios .content .barra-de-comentarios-box p {
color: black;/*#fff;*/
/*font-style: italic;*/
font-size: 16px;
font-weight: 300;
}
.barra-de-comentarios .content .barra-de-comentarios-box h3 {
margin-top: 40px;
text-align: end;
color: black;/*#fff;*/
font-weight: 600;
font-size: 20px;
line-height: 1em;
}
.barra-de-comentarios .content .barra-de-comentarios-box h3 span {
font-size: 14px;
font-weight: 400;
}
.email {
background:black;
}
.form-box {
min-width: 60%;
}
.form-box form {
display: flex;
flex-direction: column;
}
.form-box form h3,
.link-email h3 {
color: white;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.form-box form input,
.form-box form textarea {
margin-bottom: 20px;
padding: 15px;
font-size: 16px;
background: transparent;
border: none;
outline: none;
background: #222;
color: white;
resize: none;
}
.form-box form textarea {
min-height: 200px;
}
.form-box form input::placeholder,
.form-box form textarea::placeholder {
color: #999;
}
.form-box form input[type="submit"]
{
max-width: 100px;
background: grey;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
}
.site-testing {
color: white;
text-decoration: none;
transition: .5s;
}
.site-testing:hover {
color: grey;
transition: .5s;
}
.link-apple {
color: #0070c9;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.link-apple:hover{
color:#66bbff;
text-decoration: none;
transition: .5s;
}
.github-link {
color: #66bbff;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.github-link:hover {
color:#0070c9;
text-decoration: none;
transition: .5s;
}
.instagram-link {
color: #66bbff;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.instagram-link:hover {
color:#0070c9;
text-decoration: none;
transition: .5s;
}
.email-link {
color: #66bbff;/*#66bbff;*/
text-decoration: none;
transition: .5s;
}
.email-link:hover {
color:#0070c9;
text-decoration: none;
transition: .5s;
}
/*.fa.fa-apple {
background-repeat: center no-repeat;
}*/
.inicio-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.appledeveloperacademy-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.sobre-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.projetos-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.email-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
.html-class:hover {
color: grey;
text-decoration: none;
transition: .5s;
}
ul.no-bullets {
list-style-type: none;
}
@media (max-width: 991px) {
header, header.sticky {
padding: 20px 50px;
z-index: 1000;
}
.menu {
position: fixed;
top: 75px;
left: -100%;
display: block;
padding: 100px 50px ;
text-align: center;
width: 100%;
height: 100vh;
background: #fff;
transition: .5s;
z-index: 999;
border-top: 1px solid rgba(0,0,0,0.2);
}
.menu.active {
left: 0;
}
header ul li a {
color: black;
font-size: 25px;
margin: 10px;
}
.toggle {
width: 40px;
height: 40px;
background: url(menu.png);
background-position: center;
background-repeat: no-repeat;
background-size: 30px;
cursor: ;
}
.toggle.active {
background: url(close.png);
background-position: center;
background-repeat: no-repeat;
background-size: 25px;
cursor: pointer;
}
header.sticky .toggle {
filter: invert(1);
}
section {
padding: 100px 50px;
}
.banner {
padding: 150px 50px 100px;
}
.banner h2 {
font-size: 1.5em;
}
.banner h3 {
font-size: 1em;
}
.btn {
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
}
.heading h2 {
font-size: 25px;
}
.contentbox h3 {
font-size: 20px;
}
.content {
flex-direction: column;
}
.w50 {
margin-bottom: 20px;
}
.projetos .content .projetosbox {
margin: 10px;
}
.work .content .workbox {
width: 100%;
padding: 10px;
}
.barra-de-comentarios .content .barra-de-comentarios-box {
max-width: calc(100% - 20px);
padding: 40px 20px;
margin: 10px;
background: white;
}
.email {
min-width: 40%;
margin: 20px 0;
}
}
@media (max-width: 600px) {
header, header.sticky {
padding: 20px 20px;
}
.banner {
padding: 150px 20px 100px;
}
section {
padding: 100px 20px;
}
} | 0.290477 | 0.052692 |
.recentPolicy {
padding: 10px 5px;
border: 1px solid #CFCFCF;
border-top: transparent;
}
.recentPolicy .recentPolicy_table {
border-radius: 5px;
border: 1px solid #a6b2c0;
}
.recentPolicy .clue_calendar_button .clue_calendar_btn_success {
width: 90px;
line-height: 26px;
background: #2f98d2;
color: #fff;
text-align: center;
border: none;
margin-left: 5px;
border-radius: 4px;
font-size: 12px;
border: 1px solid #2f98d2;
}
.recentPolicy .clue_calendar_button .clue_calendar_btn {
width: 90px;
line-height: 26px;
color: #545454;
text-align: center;
border: 1px solid #CFCFCF;
margin-left: 10px;
border-radius: 4px;
font-size: 12px;
background: #fbfbfb;
}
.recentPolicy .clue_calendar_button {
margin-top: 0px;
margin-bottom: 10px;
}
.clue_calendar_button .button_weibo {
color: #fff;
border: 1px solid #2f98d2;
background-color: #2f98d2;
}
.clue_calendar_button .button_number {
color: #343434;
border: 1px solid #e4e4e4;
background-color: #fbfbfb;
}
.clue_calendar_button .monitor_input_group {
float: right;
width: 40%;
}
.clue_calendar_button .monitor_form_control {
float: none;
height: 30px;
background: url("./editingCenter/app/images/sch.jpg") no-repeat 10px center;
padding-left: 30px;
font-size: 14px;
font-family: "Helvetica Neue', Helvetica, Arial, sans-serif";
width: 76%;
float: left;
border-radius: 5px!important;
}
.clue_calendar_button .input_group_btn {
position: relative;
font-size: 0;
white-space: nowrap;
top: 0px;
right: 0px;
left: 10px;
float: left;
}
.clue_calendar_button .input_group_btn .btn_monitor_search {
width: 60px;
height: 30px;
padding: 0px;
color: #65635f;
background: url("./editingCenter/app/images/b-m.jpg") repeat-x;
/*line-height: 28px;*/
border-radius: 5px;
}
.recentPolicy .policy_check {
width: 70px;
}
.recentPolicy .policy_source {
width: 120px;
}
.recentPolicy .policy_time {
width: 170px;
}
.recentPolicy .policy_read {
width: 90px;
}
.recentPolicy .policy_annex {
width: 90px;
}
.recentPolicy .recent-policy tbody tr td:nth-child(1) {
text-align: center;
}
.pagination > .active > a {
z-index: 1;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
} | app/planningCenter/cueSelectedTopic/timeCue/recentPolicy/recentPolicy.css | .recentPolicy {
padding: 10px 5px;
border: 1px solid #CFCFCF;
border-top: transparent;
}
.recentPolicy .recentPolicy_table {
border-radius: 5px;
border: 1px solid #a6b2c0;
}
.recentPolicy .clue_calendar_button .clue_calendar_btn_success {
width: 90px;
line-height: 26px;
background: #2f98d2;
color: #fff;
text-align: center;
border: none;
margin-left: 5px;
border-radius: 4px;
font-size: 12px;
border: 1px solid #2f98d2;
}
.recentPolicy .clue_calendar_button .clue_calendar_btn {
width: 90px;
line-height: 26px;
color: #545454;
text-align: center;
border: 1px solid #CFCFCF;
margin-left: 10px;
border-radius: 4px;
font-size: 12px;
background: #fbfbfb;
}
.recentPolicy .clue_calendar_button {
margin-top: 0px;
margin-bottom: 10px;
}
.clue_calendar_button .button_weibo {
color: #fff;
border: 1px solid #2f98d2;
background-color: #2f98d2;
}
.clue_calendar_button .button_number {
color: #343434;
border: 1px solid #e4e4e4;
background-color: #fbfbfb;
}
.clue_calendar_button .monitor_input_group {
float: right;
width: 40%;
}
.clue_calendar_button .monitor_form_control {
float: none;
height: 30px;
background: url("./editingCenter/app/images/sch.jpg") no-repeat 10px center;
padding-left: 30px;
font-size: 14px;
font-family: "Helvetica Neue', Helvetica, Arial, sans-serif";
width: 76%;
float: left;
border-radius: 5px!important;
}
.clue_calendar_button .input_group_btn {
position: relative;
font-size: 0;
white-space: nowrap;
top: 0px;
right: 0px;
left: 10px;
float: left;
}
.clue_calendar_button .input_group_btn .btn_monitor_search {
width: 60px;
height: 30px;
padding: 0px;
color: #65635f;
background: url("./editingCenter/app/images/b-m.jpg") repeat-x;
/*line-height: 28px;*/
border-radius: 5px;
}
.recentPolicy .policy_check {
width: 70px;
}
.recentPolicy .policy_source {
width: 120px;
}
.recentPolicy .policy_time {
width: 170px;
}
.recentPolicy .policy_read {
width: 90px;
}
.recentPolicy .policy_annex {
width: 90px;
}
.recentPolicy .recent-policy tbody tr td:nth-child(1) {
text-align: center;
}
.pagination > .active > a {
z-index: 1;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
} | 0.47317 | 0.157266 |
@charset "UTF-8";
td.dt-control {
background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
cursor: pointer;
}
tr.dt-hasChild td.dt-control {
background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
/*
* Styling for DataTables with Semantic UI
*/
table.dataTable.table {
margin: 0;
}
table.dataTable.table thead th,
table.dataTable.table thead td {
position: relative;
}
table.dataTable.table thead th.sorting, table.dataTable.table thead th.sorting_asc, table.dataTable.table thead th.sorting_desc,
table.dataTable.table thead td.sorting,
table.dataTable.table thead td.sorting_asc,
table.dataTable.table thead td.sorting_desc {
padding-right: 20px;
}
table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after,
table.dataTable.table thead td.sorting:after,
table.dataTable.table thead td.sorting_asc:after,
table.dataTable.table thead td.sorting_desc:after {
position: absolute;
top: 12px;
right: 8px;
display: block;
font-family: Icons;
}
table.dataTable.table thead th.sorting:after,
table.dataTable.table thead td.sorting:after {
content: "";
color: #ddd;
font-size: 0.8em;
}
table.dataTable.table thead th.sorting_asc:after,
table.dataTable.table thead td.sorting_asc:after {
content: "";
}
table.dataTable.table thead th.sorting_desc:after,
table.dataTable.table thead td.sorting_desc:after {
content: "";
}
table.dataTable.table td,
table.dataTable.table th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable.table td.dataTables_empty,
table.dataTable.table th.dataTables_empty {
text-align: center;
}
table.dataTable.table.nowrap th,
table.dataTable.table.nowrap td {
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
vertical-align: middle;
min-height: 2.7142em;
}
div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown {
min-width: 0;
}
div.dataTables_wrapper div.dataTables_filter span.input {
margin-left: 0.5em;
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 13px;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
text-align: center;
}
div.dataTables_wrapper div.row.dt-table {
padding: 0;
}
div.dataTables_wrapper div.dataTables_scrollHead table.dataTable {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: none;
}
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting:after,
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_asc:after,
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_desc:after {
display: none;
}
div.dataTables_wrapper div.dataTables_scrollBody table.dataTable {
border-radius: 0;
border-top: none;
border-bottom-width: 0;
}
div.dataTables_wrapper div.dataTables_scrollBody table.dataTable.no-footer {
border-bottom-width: 1px;
}
div.dataTables_wrapper div.dataTables_scrollFoot table.dataTable {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top: none;
} | public/DataTables/DataTables-1.11.3/css/dataTables.semanticui.css | @charset "UTF-8";
td.dt-control {
background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
cursor: pointer;
}
tr.dt-hasChild td.dt-control {
background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
/*
* Styling for DataTables with Semantic UI
*/
table.dataTable.table {
margin: 0;
}
table.dataTable.table thead th,
table.dataTable.table thead td {
position: relative;
}
table.dataTable.table thead th.sorting, table.dataTable.table thead th.sorting_asc, table.dataTable.table thead th.sorting_desc,
table.dataTable.table thead td.sorting,
table.dataTable.table thead td.sorting_asc,
table.dataTable.table thead td.sorting_desc {
padding-right: 20px;
}
table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after,
table.dataTable.table thead td.sorting:after,
table.dataTable.table thead td.sorting_asc:after,
table.dataTable.table thead td.sorting_desc:after {
position: absolute;
top: 12px;
right: 8px;
display: block;
font-family: Icons;
}
table.dataTable.table thead th.sorting:after,
table.dataTable.table thead td.sorting:after {
content: "";
color: #ddd;
font-size: 0.8em;
}
table.dataTable.table thead th.sorting_asc:after,
table.dataTable.table thead td.sorting_asc:after {
content: "";
}
table.dataTable.table thead th.sorting_desc:after,
table.dataTable.table thead td.sorting_desc:after {
content: "";
}
table.dataTable.table td,
table.dataTable.table th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable.table td.dataTables_empty,
table.dataTable.table th.dataTables_empty {
text-align: center;
}
table.dataTable.table.nowrap th,
table.dataTable.table.nowrap td {
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
vertical-align: middle;
min-height: 2.7142em;
}
div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown {
min-width: 0;
}
div.dataTables_wrapper div.dataTables_filter span.input {
margin-left: 0.5em;
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 13px;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
text-align: center;
}
div.dataTables_wrapper div.row.dt-table {
padding: 0;
}
div.dataTables_wrapper div.dataTables_scrollHead table.dataTable {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: none;
}
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting:after,
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_asc:after,
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_desc:after {
display: none;
}
div.dataTables_wrapper div.dataTables_scrollBody table.dataTable {
border-radius: 0;
border-top: none;
border-bottom-width: 0;
}
div.dataTables_wrapper div.dataTables_scrollBody table.dataTable.no-footer {
border-bottom-width: 1px;
}
div.dataTables_wrapper div.dataTables_scrollFoot table.dataTable {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top: none;
} | 0.478529 | 0.150903 |
body{
padding: 0;
margin:0;
height: auto;
background: url("./body_up.png") no-repeat #f5f5f5;
background-size:100%;
background-color: #f2f4f5;
}
@media(max-width: 1417px){
body{
background-size: auto auto;
}
}
body a{
text-decoration: none;
}
a:hover{
color: #fff;
}
.navia{
height: 110px;
width: 1200px;
margin: 0 auto;
}
.navia_left{
float: left;
margin-top: 20px;
}
.navia_right{
float: right;
margin-top: 39px;
width: 190px;
font-size: 14px;
}
.nl_1{
background: url("./logo.png");
background-repeat: no-repeat;
height: 110px;
width: 300px;
float: left;
margin-top: -10px;
background-size:100%;
}
.navia_right .nr_1{
float: left;
margin-left: 20px;
color: #3f364d;
}
.navia_right .nr_2{
float: left;
margin-left: 20px;
color: #3f364d;
}
.navia_right .nr_1 div{
background: url("./nav_pic.png") no-repeat -17px -8px;
margin: 2px 2px 0 0px;
height: 17px;
width: 17px;
float: left;
}
.navia_right .nr_2 div{
background: url("./nav_pic.png") no-repeat -46px -8px;
margin: 2px 2px 0 0px;
height: 17px;
width: 17px;
float: left;
}
.navia_right .nr_1 span{
color: #fff;
}
body .row{
width: 1200px;
margin: 0 auto 2px;
}
.title_div{
height: 110px;
padding: 0 0px;
}
.back_wathet{
height: 108px;
color: #fa8e19;
font-size: 20px;
}
.back_wathet1{
height: 108px;
background-color: #fa8e19;
}
.bnb_icon_font{
width: 130px;
margin: 0 auto;
padding: 25px 0;
}
.bnb_icon_font .bif_font{
color: #fa8e19;
font-size: 20px;
line-height: 60px;
/*background: green;*/
text-align: center;
}
.bnb_icon_font .bif_font1{
color: #fff;
width: 70px;
/*font-weight: 900;*/
font-size: 16px;
line-height: 20px;
margin: 10px 0px 0px 58px;
}
.entrance .col-md-2{
height: 110px;
}
#ultest .back_XL{
text-align: center;
}
.back_XL div{
/*background-color: #fff;*/
/*text-align: center;*/
font-size: 16px;
line-height: 51px;
/*color: #999999*/
}
.div_entrance{
border: 1px solid #ddd;
height: 110px;
background-color: #fff;
}
.back_LX1 .bl1{
border-bottom: 1px solid #ddd;
line-height: 105px;
background-color: #efefef;
/*font-weight: 900;*/
color: #fa8e19;
padding: 0 32px 0 0;
}
.back_LX1 .lineInto{
font-size: 20px;
border-bottom: none;
background-color: #fa8e19;
color: #fff;
}
.station{
display: inline-block;
width: 17px;
height: 17px;
margin-top: 18px;
vertical-align: middle;
margin-left: -10px;
background: url("./nav_pic.png") no-repeat -77px -8px;
}
.back_LX , .back_LX1{
background-color: #fff;
border: 1px solid #ddd;
}
.back_LK1 #kkk{
display: none;
}
.div_entrance1{
height: 110px;
}
a:-webkit-any-link {
color: transparent;
cursor: auto;
}
.de_icon{
border-bottom: 1px solid #ddd;
height: 55px;
font-size: 16px;
/*text-align: center;*/
line-height: 50px;
}
.de_icon .div_center{
width: 110px;
margin: 0 auto;
}
.back_gray{
background-color: #efefef;
}
.div_center .icon_ent{
height: 20px;
width: 20px;
background: url('./logo_icon2.png');
background-position: 34px -1px;
float: left;
margin-top: 17px;
margin-left: 10px;
}
.icon_ent2{
height: 20px;
width: 20px;
background: url('./icon_ytx.png');
background-position: -288px 1px;
float: left;
margin-top: 17px;
margin-right: 3px;
}
.div_center .ent_font{
float: left;
color: #fa8e19;
line-height: 51px;
}
.speed{
font-size: 16px;
color: #999999;
text-align: center;
line-height: 50px;
}
.red_font{
color: red;
}
.div_entrance1 .de_icon{
height: 54px;
border: 1px solid #ddd;
background-color: #fff;
}
.ent_name{
color: #2b2b2b;
}
.foot_page{
height: 40px;
width: 100%;
background-color: #000000;
color: #fff;
font-size: 16px;
line-height: 40px;
text-align: center;
position: absolute;
bottom: 0;
}
.id_code{
z-index: 999999;
height: 150px;
width: 120px;
position: absolute;
right: 65px;
top: 14.3em;
background-color: #fff;
border: 1px solid #ddd;
display: none;
}
.id_code .id_code_img .ici_icon{
background: url('./icon.png');
background-position: -80px -72px;
width: 120px;
height: 120px;
}
.ici_font{
color: #9f9f9f;
font-size: 16px;
/*font-weight: 900;*/
text-align: center;
margin: 6 auto;
}
.online_service , .online_service1{
z-index: 99999;
width: 60px;
height: 110px;
background-color: #ff9e13;
border-radius: 2px;
position: absolute;
right: 3px;
top: 110px;
}
.online_service1{
top: 200px;
z-index: 99999;
}
.online_service1 .os_icon {
height: 53px;
width: 55px;
margin: 7px auto 0;
background: url('./wx.png');
background-repeat: no-repeat;
display: block;
}
.os_icon {
height: 50px;
width: 55px;
margin: 10px auto 0;
background: url(".//logo_icon1.png");
background-position: 58px -2px;
/* height: 55px;
width: 55px;
margin: 6px auto 0;
background: url('./icon_ytx.png');
background-position: 81px -115px;*/
}
.os_font{
color: #fff;
font-size: 18px;
font-weight: 400;
width: 36px;
margin: 3px auto;
line-height: 19px;
}
.time input{
text-align: center;
height: 53px;
width: 100%;
border: none;
}
@media(max-width: 1200px){
.navia{
width: 800px;
}
body .row{
width: 800px;
}
.bnb_icon_font {
width: 120px;
}
.back_LX1 .icon_ent2 {
margin: 18px 0 0 13px;
}
.back_LX1 .bl1 {
padding: 0 0 0 0;
}
}
@media(max-width: 992px){
.entrance .col-md-2 {
margin-top: 10px;
}
.foot_page{
position: relative;
}
}
@media(max-width: 800px){
.bnb_icon_font {
width: 130px;
}
.navia{
width: 600px;
}
body .row{
width: 600px;
}
.navia_right{
width: 193px;
margin-top: 0px;
}
.download {
margin-right: 9px;
margin-top: 5px;
}
}
@media(max-width: 600px){
.nl_2{
display: none;
}
.navia{
height: 140px;
width: 400px;
}
body .row{
width: 400px;
}
.navia_right .nr_1{
float: left;
}
.navia_right {
float: left;
margin-top: 150px;
}
.navia_right {
margin: 20px 0px 0px 50px;
width: 200px;
}
.div_service{
width: 400px;
margin: -164px auto 0px;
height: 150px;
}
.online_service {
position: static;
float: right;
margin: -120px 3px 0px 0px;
}
.download {
margin:4px 0 4px -3px;
}
.navia_right .nr_1 {
margin-left: -11px;
}
.back_LX1 .icon_ent2 {
margin: 18px 0 0 45px;
}
}
@media(max-width: 400px){
.back_LX1 .bl1 {
padding: 0 20px 0 0;
}
.navia{
height: 140px;
width: 320px;
}
.div_service{
width: 320px;
}
body .row{
width: 320px;
}
}
#ultest{
margin-bottom: 10px;
}
.zxkf_tr {
height: 108px;
border: 1px solid #ddd;
background-color: #fff;
border-bottom: none;
border-top: none;
}
.zxkf_tr div {
padding: 20px 30px;
text-align: left;
}
.zxkf_tr a {
font-size: 16px;
color: #2b2b2b;
display: block;
}
.zxkf_tr a:hover{
text-decoration: none;
}
.zxkf_tr span {
display: block;
width: auto;
margin-bottom: 5px;
font-size: 14px;
color: #999999;
}
.cywz{
background: #fff url("./cywz.png") no-repeat;
}
.cywy{
background: #fff url("./cywy.png") no-repeat;
}
.cyzx{
background: #fff url("./cyzx.png") no-repeat;
}
.cygw{
background: #fff url("./cygw.png") no-repeat;
}
.zxkf{
background: #fff url("./zxkf.png") no-repeat;
}
.div_center .ie_1 {
background: url("./nav_pic.png") no-repeat -17px -65px !important;
}
.div_center .ie_2 {
background: url("./nav_pic.png") no-repeat -46px -65px !important;
}
.div_center .ie_3 {
background: url("./nav_pic.png") no-repeat -77px -65px !important;
}
.div_center .ie_4 {
background: url("./nav_pic.png") no-repeat -107px -65px !important;
}
.div_center .ie_5 {
background: url("./nav_pic.png") no-repeat -136px -65px !important;
}
/*.div_center .ie_6 {
background: url("./nav_pic.png") no-repeat -17px -156px !important;
}*/
.div_center .ie_7 {
background: url("./nav_pic.png") no-repeat -165px -65px !important;
}
.div_center .ie_8 {
background: url("./nav_pic.png") no-repeat -194px -65px !important;
}
.div_center .ie_9 {
background: url("./nav_pic.png") no-repeat -224px -65px !important;
}
.div_center .ie_10 {
background: url("./nav_pic.png") no-repeat -254px -65px !important;
}
.div_center .ie_12 {
background: url("./nav_pic.png") no-repeat -284px -65px !important;
}
.div_center .ie_13 {
background: url("./nav_pic.png") no-repeat -17px -99px !important;
}
.div_center .ie_14 {
background: url("./nav_pic.png") no-repeat -46px -99px !important;
}
.div_center .ie_15 {
background: url("./nav_pic.png") no-repeat -77px -99px !important;
}
.div_center .ie_16 {
background: url("./nav_pic.png") no-repeat -107px -99px !important;
}
.div_center .ie_17 {
background: url("./nav_pic.png") no-repeat -136px -99px !important;
}
.div_center .ie_19 {
background: url("./nav_pic.png") no-repeat -165px -99px !important;
}
.div_center .ie_20 {
background: url("./nav_pic.png") no-repeat -194px -99px !important;
}
.div_center .ie_21 {
background: url("./nav_pic.png") no-repeat -224px -99px !important;
}
.div_center .ie_23 {
background: url("./nav_pic.png") no-repeat -254px -99px !important;
}
.div_center .ie_24 {
background: url("./nav_pic.png") no-repeat -284px -99px !important;
}
.div_center .ie_25 {
background: url("./nav_pic.png") no-repeat -17px -125px !important;
}
.div_center .ie_26 {
background: url("./nav_pic.png") no-repeat -46px -125px !important;
}
.div_center .ie_27 {
background: url("./nav_pic.png") no-repeat -77px -125px !important;
}
.div_center .ie_28 {
background: url("./nav_pic.png") no-repeat -107px -125px !important;
}
.div_center .ie_30 {
background: url("./nav_pic.png") no-repeat -136px -125px !important;
}
.div_center .ie_31 {
background: url("./nav_pic.png") no-repeat -165px -125px !important;
}
.div_center .ie_32 {
background: url("./nav_pic.png") no-repeat -194px -125px !important;
}
.div_center .ie_36 {
background: url("./nav_pic.png") no-repeat -224px -125px !important;
}
.div_center .ie_29 {
background: url("./nav_pic.png") no-repeat -254px -125px !important;
}
.div_center .ie_35 {
background: url("./nav_pic.png") no-repeat -284px -125px !important;
}
.div_center .ie_40 {
background: url("./nav_pic.png") no-repeat -17px -156px !important;
}
.div_center .ie_41{
background: url("./nav_pic.png") no-repeat -46px -156px !important;
}
.div_center .ie_42 {
background: url("./nav_pic.png") no-repeat -77px -156px !important;
}
.div_center .ie_43 {
background: url("./nav_pic.png") no-repeat -107px -156px !important;
}
.div_center .ie_44 {
background: url("./nav_pic.png") no-repeat -136px -156px !important;
}
.div_center .ie_45 {
background: url("./nav_pic.png") no-repeat -165px -156px !important;
}
.div_center .ie_46 {
background: url("./nav_pic.png") no-repeat -194px -156px !important;
}
.div_center .ie_47 {
background: url("./nav_pic.png") no-repeat -224px -156px !important;
}
.div_center .ie_48 {
background: url("./nav_pic.png") no-repeat -254px -156px !important;
}
.div_center .ie_49 {
background: url("./nav_pic.png") no-repeat -284px -156px !important;
} | src/wwwroot/backup/av4.app/style.css | body{
padding: 0;
margin:0;
height: auto;
background: url("./body_up.png") no-repeat #f5f5f5;
background-size:100%;
background-color: #f2f4f5;
}
@media(max-width: 1417px){
body{
background-size: auto auto;
}
}
body a{
text-decoration: none;
}
a:hover{
color: #fff;
}
.navia{
height: 110px;
width: 1200px;
margin: 0 auto;
}
.navia_left{
float: left;
margin-top: 20px;
}
.navia_right{
float: right;
margin-top: 39px;
width: 190px;
font-size: 14px;
}
.nl_1{
background: url("./logo.png");
background-repeat: no-repeat;
height: 110px;
width: 300px;
float: left;
margin-top: -10px;
background-size:100%;
}
.navia_right .nr_1{
float: left;
margin-left: 20px;
color: #3f364d;
}
.navia_right .nr_2{
float: left;
margin-left: 20px;
color: #3f364d;
}
.navia_right .nr_1 div{
background: url("./nav_pic.png") no-repeat -17px -8px;
margin: 2px 2px 0 0px;
height: 17px;
width: 17px;
float: left;
}
.navia_right .nr_2 div{
background: url("./nav_pic.png") no-repeat -46px -8px;
margin: 2px 2px 0 0px;
height: 17px;
width: 17px;
float: left;
}
.navia_right .nr_1 span{
color: #fff;
}
body .row{
width: 1200px;
margin: 0 auto 2px;
}
.title_div{
height: 110px;
padding: 0 0px;
}
.back_wathet{
height: 108px;
color: #fa8e19;
font-size: 20px;
}
.back_wathet1{
height: 108px;
background-color: #fa8e19;
}
.bnb_icon_font{
width: 130px;
margin: 0 auto;
padding: 25px 0;
}
.bnb_icon_font .bif_font{
color: #fa8e19;
font-size: 20px;
line-height: 60px;
/*background: green;*/
text-align: center;
}
.bnb_icon_font .bif_font1{
color: #fff;
width: 70px;
/*font-weight: 900;*/
font-size: 16px;
line-height: 20px;
margin: 10px 0px 0px 58px;
}
.entrance .col-md-2{
height: 110px;
}
#ultest .back_XL{
text-align: center;
}
.back_XL div{
/*background-color: #fff;*/
/*text-align: center;*/
font-size: 16px;
line-height: 51px;
/*color: #999999*/
}
.div_entrance{
border: 1px solid #ddd;
height: 110px;
background-color: #fff;
}
.back_LX1 .bl1{
border-bottom: 1px solid #ddd;
line-height: 105px;
background-color: #efefef;
/*font-weight: 900;*/
color: #fa8e19;
padding: 0 32px 0 0;
}
.back_LX1 .lineInto{
font-size: 20px;
border-bottom: none;
background-color: #fa8e19;
color: #fff;
}
.station{
display: inline-block;
width: 17px;
height: 17px;
margin-top: 18px;
vertical-align: middle;
margin-left: -10px;
background: url("./nav_pic.png") no-repeat -77px -8px;
}
.back_LX , .back_LX1{
background-color: #fff;
border: 1px solid #ddd;
}
.back_LK1 #kkk{
display: none;
}
.div_entrance1{
height: 110px;
}
a:-webkit-any-link {
color: transparent;
cursor: auto;
}
.de_icon{
border-bottom: 1px solid #ddd;
height: 55px;
font-size: 16px;
/*text-align: center;*/
line-height: 50px;
}
.de_icon .div_center{
width: 110px;
margin: 0 auto;
}
.back_gray{
background-color: #efefef;
}
.div_center .icon_ent{
height: 20px;
width: 20px;
background: url('./logo_icon2.png');
background-position: 34px -1px;
float: left;
margin-top: 17px;
margin-left: 10px;
}
.icon_ent2{
height: 20px;
width: 20px;
background: url('./icon_ytx.png');
background-position: -288px 1px;
float: left;
margin-top: 17px;
margin-right: 3px;
}
.div_center .ent_font{
float: left;
color: #fa8e19;
line-height: 51px;
}
.speed{
font-size: 16px;
color: #999999;
text-align: center;
line-height: 50px;
}
.red_font{
color: red;
}
.div_entrance1 .de_icon{
height: 54px;
border: 1px solid #ddd;
background-color: #fff;
}
.ent_name{
color: #2b2b2b;
}
.foot_page{
height: 40px;
width: 100%;
background-color: #000000;
color: #fff;
font-size: 16px;
line-height: 40px;
text-align: center;
position: absolute;
bottom: 0;
}
.id_code{
z-index: 999999;
height: 150px;
width: 120px;
position: absolute;
right: 65px;
top: 14.3em;
background-color: #fff;
border: 1px solid #ddd;
display: none;
}
.id_code .id_code_img .ici_icon{
background: url('./icon.png');
background-position: -80px -72px;
width: 120px;
height: 120px;
}
.ici_font{
color: #9f9f9f;
font-size: 16px;
/*font-weight: 900;*/
text-align: center;
margin: 6 auto;
}
.online_service , .online_service1{
z-index: 99999;
width: 60px;
height: 110px;
background-color: #ff9e13;
border-radius: 2px;
position: absolute;
right: 3px;
top: 110px;
}
.online_service1{
top: 200px;
z-index: 99999;
}
.online_service1 .os_icon {
height: 53px;
width: 55px;
margin: 7px auto 0;
background: url('./wx.png');
background-repeat: no-repeat;
display: block;
}
.os_icon {
height: 50px;
width: 55px;
margin: 10px auto 0;
background: url(".//logo_icon1.png");
background-position: 58px -2px;
/* height: 55px;
width: 55px;
margin: 6px auto 0;
background: url('./icon_ytx.png');
background-position: 81px -115px;*/
}
.os_font{
color: #fff;
font-size: 18px;
font-weight: 400;
width: 36px;
margin: 3px auto;
line-height: 19px;
}
.time input{
text-align: center;
height: 53px;
width: 100%;
border: none;
}
@media(max-width: 1200px){
.navia{
width: 800px;
}
body .row{
width: 800px;
}
.bnb_icon_font {
width: 120px;
}
.back_LX1 .icon_ent2 {
margin: 18px 0 0 13px;
}
.back_LX1 .bl1 {
padding: 0 0 0 0;
}
}
@media(max-width: 992px){
.entrance .col-md-2 {
margin-top: 10px;
}
.foot_page{
position: relative;
}
}
@media(max-width: 800px){
.bnb_icon_font {
width: 130px;
}
.navia{
width: 600px;
}
body .row{
width: 600px;
}
.navia_right{
width: 193px;
margin-top: 0px;
}
.download {
margin-right: 9px;
margin-top: 5px;
}
}
@media(max-width: 600px){
.nl_2{
display: none;
}
.navia{
height: 140px;
width: 400px;
}
body .row{
width: 400px;
}
.navia_right .nr_1{
float: left;
}
.navia_right {
float: left;
margin-top: 150px;
}
.navia_right {
margin: 20px 0px 0px 50px;
width: 200px;
}
.div_service{
width: 400px;
margin: -164px auto 0px;
height: 150px;
}
.online_service {
position: static;
float: right;
margin: -120px 3px 0px 0px;
}
.download {
margin:4px 0 4px -3px;
}
.navia_right .nr_1 {
margin-left: -11px;
}
.back_LX1 .icon_ent2 {
margin: 18px 0 0 45px;
}
}
@media(max-width: 400px){
.back_LX1 .bl1 {
padding: 0 20px 0 0;
}
.navia{
height: 140px;
width: 320px;
}
.div_service{
width: 320px;
}
body .row{
width: 320px;
}
}
#ultest{
margin-bottom: 10px;
}
.zxkf_tr {
height: 108px;
border: 1px solid #ddd;
background-color: #fff;
border-bottom: none;
border-top: none;
}
.zxkf_tr div {
padding: 20px 30px;
text-align: left;
}
.zxkf_tr a {
font-size: 16px;
color: #2b2b2b;
display: block;
}
.zxkf_tr a:hover{
text-decoration: none;
}
.zxkf_tr span {
display: block;
width: auto;
margin-bottom: 5px;
font-size: 14px;
color: #999999;
}
.cywz{
background: #fff url("./cywz.png") no-repeat;
}
.cywy{
background: #fff url("./cywy.png") no-repeat;
}
.cyzx{
background: #fff url("./cyzx.png") no-repeat;
}
.cygw{
background: #fff url("./cygw.png") no-repeat;
}
.zxkf{
background: #fff url("./zxkf.png") no-repeat;
}
.div_center .ie_1 {
background: url("./nav_pic.png") no-repeat -17px -65px !important;
}
.div_center .ie_2 {
background: url("./nav_pic.png") no-repeat -46px -65px !important;
}
.div_center .ie_3 {
background: url("./nav_pic.png") no-repeat -77px -65px !important;
}
.div_center .ie_4 {
background: url("./nav_pic.png") no-repeat -107px -65px !important;
}
.div_center .ie_5 {
background: url("./nav_pic.png") no-repeat -136px -65px !important;
}
/*.div_center .ie_6 {
background: url("./nav_pic.png") no-repeat -17px -156px !important;
}*/
.div_center .ie_7 {
background: url("./nav_pic.png") no-repeat -165px -65px !important;
}
.div_center .ie_8 {
background: url("./nav_pic.png") no-repeat -194px -65px !important;
}
.div_center .ie_9 {
background: url("./nav_pic.png") no-repeat -224px -65px !important;
}
.div_center .ie_10 {
background: url("./nav_pic.png") no-repeat -254px -65px !important;
}
.div_center .ie_12 {
background: url("./nav_pic.png") no-repeat -284px -65px !important;
}
.div_center .ie_13 {
background: url("./nav_pic.png") no-repeat -17px -99px !important;
}
.div_center .ie_14 {
background: url("./nav_pic.png") no-repeat -46px -99px !important;
}
.div_center .ie_15 {
background: url("./nav_pic.png") no-repeat -77px -99px !important;
}
.div_center .ie_16 {
background: url("./nav_pic.png") no-repeat -107px -99px !important;
}
.div_center .ie_17 {
background: url("./nav_pic.png") no-repeat -136px -99px !important;
}
.div_center .ie_19 {
background: url("./nav_pic.png") no-repeat -165px -99px !important;
}
.div_center .ie_20 {
background: url("./nav_pic.png") no-repeat -194px -99px !important;
}
.div_center .ie_21 {
background: url("./nav_pic.png") no-repeat -224px -99px !important;
}
.div_center .ie_23 {
background: url("./nav_pic.png") no-repeat -254px -99px !important;
}
.div_center .ie_24 {
background: url("./nav_pic.png") no-repeat -284px -99px !important;
}
.div_center .ie_25 {
background: url("./nav_pic.png") no-repeat -17px -125px !important;
}
.div_center .ie_26 {
background: url("./nav_pic.png") no-repeat -46px -125px !important;
}
.div_center .ie_27 {
background: url("./nav_pic.png") no-repeat -77px -125px !important;
}
.div_center .ie_28 {
background: url("./nav_pic.png") no-repeat -107px -125px !important;
}
.div_center .ie_30 {
background: url("./nav_pic.png") no-repeat -136px -125px !important;
}
.div_center .ie_31 {
background: url("./nav_pic.png") no-repeat -165px -125px !important;
}
.div_center .ie_32 {
background: url("./nav_pic.png") no-repeat -194px -125px !important;
}
.div_center .ie_36 {
background: url("./nav_pic.png") no-repeat -224px -125px !important;
}
.div_center .ie_29 {
background: url("./nav_pic.png") no-repeat -254px -125px !important;
}
.div_center .ie_35 {
background: url("./nav_pic.png") no-repeat -284px -125px !important;
}
.div_center .ie_40 {
background: url("./nav_pic.png") no-repeat -17px -156px !important;
}
.div_center .ie_41{
background: url("./nav_pic.png") no-repeat -46px -156px !important;
}
.div_center .ie_42 {
background: url("./nav_pic.png") no-repeat -77px -156px !important;
}
.div_center .ie_43 {
background: url("./nav_pic.png") no-repeat -107px -156px !important;
}
.div_center .ie_44 {
background: url("./nav_pic.png") no-repeat -136px -156px !important;
}
.div_center .ie_45 {
background: url("./nav_pic.png") no-repeat -165px -156px !important;
}
.div_center .ie_46 {
background: url("./nav_pic.png") no-repeat -194px -156px !important;
}
.div_center .ie_47 {
background: url("./nav_pic.png") no-repeat -224px -156px !important;
}
.div_center .ie_48 {
background: url("./nav_pic.png") no-repeat -254px -156px !important;
}
.div_center .ie_49 {
background: url("./nav_pic.png") no-repeat -284px -156px !important;
} | 0.197483 | 0.068413 |
.container {
margin: 10px;
padding: 0px;
width: 100%;
height: 100%;
}
.huge {
font-size: 30px;
}
h2 {
color: #808286;
}
h1 {
color: #808286;
text-align: center;
}
.row.content {
border: none;
background: white; /* Fallback */
background: -ms-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -moz-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -webkit-gradient(linear, 0 0, 0 125, from(white), color-stop(2%, #f0f2f4), to(white));
height: 100%;
}
.sidenav {
/*background-color: #f1f1f1;*/
background: white; /* Fallback */
background: -ms-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -moz-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -webkit-gradient(linear, 0 0, 0 125, from(white), color-stop(2%, #f0f2f4), to(white));
height: 100%;
}
.logo {
width: 100%;
height: 100px;;
position: relative;
margin-left: 15px;
padding-left: 100px;
background-color: #FFF;
background: url("../img/logo_tk.png") left no-repeat;
}
.header {
width: 100%;
background-color: #FFF;
box-sizing: border-box;
border-bottom-color: #73C5EB;
border-bottom-width: 2px;
border-bottom-style: solid;
overflow:hidden;
margin-bottom: 15px;
}
.footer {
text-align: right;
color: #3f5663;
width: 100%;
background-color: #FFF;
margin-top: 20px;
padding-top: 40px;
padding-right: 10px;
padding-bottom: 20px;
box-sizing: border-box;
border-top-color: #73C5EB;
border-top-width: 2px;
border-top-style: solid;
overflow: hidden;
}
/* Pannel design */
.panel-red {
border-color: #d9534f;
}
.panel-red .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red a {
color: #d9534f;
}
.panel-red a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow a {
color: #f0ad4e;
}
.panel-yellow a:hover {
color: #df8a13;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green a {
color: #5cb85c;
}
.panel-green a:hover {
color: #3d8b3d;
}
.panel-blue {
border-color: #337AB7;
}
.panel-blue .panel-heading {
border-color: #337AB7;
color: #fff;
background-color: #337AB7;
}
.panel-blue a {
color: #337AB7;
}
.panel-blue a:hover {
color: #295C88;
}
.panel-lila{
border-color: #8080c0;
}
.panel-lila .panel-heading {
border-color: #8080c0;
color: #fff;
background-color: #8080c0;
}
.panel-lila a {
color: #8080c0;
}
.panel-lila a:hover {
color: #6b6bb6;
}
/* for small screens */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.row.content {
height: auto;
}
.logo {
width:100%;
background:url("../img/logo_tk.png") center center no-repeat;
}
} | web/WebContent/css/style.css | .container {
margin: 10px;
padding: 0px;
width: 100%;
height: 100%;
}
.huge {
font-size: 30px;
}
h2 {
color: #808286;
}
h1 {
color: #808286;
text-align: center;
}
.row.content {
border: none;
background: white; /* Fallback */
background: -ms-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -moz-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -webkit-gradient(linear, 0 0, 0 125, from(white), color-stop(2%, #f0f2f4), to(white));
height: 100%;
}
.sidenav {
/*background-color: #f1f1f1;*/
background: white; /* Fallback */
background: -ms-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -moz-linear-gradient(top, white, #f0f2f4 1px, white 125px);
background: -webkit-gradient(linear, 0 0, 0 125, from(white), color-stop(2%, #f0f2f4), to(white));
height: 100%;
}
.logo {
width: 100%;
height: 100px;;
position: relative;
margin-left: 15px;
padding-left: 100px;
background-color: #FFF;
background: url("../img/logo_tk.png") left no-repeat;
}
.header {
width: 100%;
background-color: #FFF;
box-sizing: border-box;
border-bottom-color: #73C5EB;
border-bottom-width: 2px;
border-bottom-style: solid;
overflow:hidden;
margin-bottom: 15px;
}
.footer {
text-align: right;
color: #3f5663;
width: 100%;
background-color: #FFF;
margin-top: 20px;
padding-top: 40px;
padding-right: 10px;
padding-bottom: 20px;
box-sizing: border-box;
border-top-color: #73C5EB;
border-top-width: 2px;
border-top-style: solid;
overflow: hidden;
}
/* Pannel design */
.panel-red {
border-color: #d9534f;
}
.panel-red .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red a {
color: #d9534f;
}
.panel-red a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow a {
color: #f0ad4e;
}
.panel-yellow a:hover {
color: #df8a13;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green a {
color: #5cb85c;
}
.panel-green a:hover {
color: #3d8b3d;
}
.panel-blue {
border-color: #337AB7;
}
.panel-blue .panel-heading {
border-color: #337AB7;
color: #fff;
background-color: #337AB7;
}
.panel-blue a {
color: #337AB7;
}
.panel-blue a:hover {
color: #295C88;
}
.panel-lila{
border-color: #8080c0;
}
.panel-lila .panel-heading {
border-color: #8080c0;
color: #fff;
background-color: #8080c0;
}
.panel-lila a {
color: #8080c0;
}
.panel-lila a:hover {
color: #6b6bb6;
}
/* for small screens */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.row.content {
height: auto;
}
.logo {
width:100%;
background:url("../img/logo_tk.png") center center no-repeat;
}
} | 0.26086 | 0.074905 |
header#header {
position: relative;
z-index: 1;
margin: 20px 50px;
}
div#main-wrapper {
position: fixed;
top: 200px;
background: white;
margin-left: 5%;
}
nav#navbar-main {
padding: 0px;
margin: 0px;
}
div#block-addcontent {
position: fixed;
right: 5em;
bottom: 8em;
}
div#block-addcontent h2{
display: none;
}
.add-content-wrapper {
display: none;
/* display: flex; */
font-size: 26px;
background: white;
padding: 10px;
border-radius: 50px;
}
.add-content-wrapper a {
display: flex;
}
.add-content-icon {
padding: 0px 10px;
color: deeppink;
}
.card.homepageMapCard {
margin: 0px 0px 25px 0px;
opacity: 0.9;
}
.biopamaPopup .mapboxgl-popup-content {
position: relative;
background: transparent;
border-radius: 3px;
box-shadow: none;
padding: 0px 10px 15px;
pointer-events: auto;
max-height: 200px;
}
.homepageMapCard.areaActive{
border: 2px solid green;
}
.biopamaPopup .mapboxgl-popup-close-button{
z-index: 10000;
position: fixed;
top: 3px;
background-color: #8fc04f;
border-radius: 100%;
height: 20px;
width: 20px;
right: calc(50% - 10px);
color: white;
}
.biopamaPopup{
max-width: 240px;
}
.biopamaPopup.multiPAs .mapboxgl-popup-content:before{
content: '';
bottom: 0;
left: 21px;
height: 20px;
right: 0;
background: linear-gradient(to top, rgb(255, 248, 248) 0%,rgba(251, 251, 251, 0) 100%);
position: fixed;
z-index: 5;
}
.card-body.homepageMapCardBody {
padding: 0.2rem 1rem;
cursor: pointer;
}
.mapCloseMarker, .closeSummaryCard {
background-color: rgba(100,100,100,0.15);
background-size: cover;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
top: 70px;
right: 10px;
position: absolute;
}
.mapCloseMarker:hover, .closeSummaryCard:hover {
background-color: rgba(255,165,165,0.30);
color: red;
font-size: 24px;
}
.card-header {
padding: 2px 15px;
font-variant: small-caps;
color: #fff;
}
.card-header-region{
background-color: #a25b28;
}
.card-header-country{
background-color: #679B95;
}
.card-header-pa{
background-color: #8FBF4B;
}
div.card.region a.cardIcon{
color: #a25b28;
border: 2px solid #a25b28;
}
div.card.country a.cardIcon{
color: #679B95;
border: 2px solid #679B95;
}
div.card.pa a.cardIcon{
color: #8FBF4B;
border: 2px solid #8FBF4B;
}
.area-icons {
display: flex;
position: absolute;
bottom: -15px;
left: calc(50% - 40px);
}
a.cardIcon {
background-color: #fff;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
font-size: 16px;
border-radius: 50%;
margin: 0 5px;
text-decoration: none;
}
a.cardIcon:hover {
font-size: 20px;
}
h4.area-subheading {
padding-bottom: 5px;
} | css/homepage/map_page_layout.css | header#header {
position: relative;
z-index: 1;
margin: 20px 50px;
}
div#main-wrapper {
position: fixed;
top: 200px;
background: white;
margin-left: 5%;
}
nav#navbar-main {
padding: 0px;
margin: 0px;
}
div#block-addcontent {
position: fixed;
right: 5em;
bottom: 8em;
}
div#block-addcontent h2{
display: none;
}
.add-content-wrapper {
display: none;
/* display: flex; */
font-size: 26px;
background: white;
padding: 10px;
border-radius: 50px;
}
.add-content-wrapper a {
display: flex;
}
.add-content-icon {
padding: 0px 10px;
color: deeppink;
}
.card.homepageMapCard {
margin: 0px 0px 25px 0px;
opacity: 0.9;
}
.biopamaPopup .mapboxgl-popup-content {
position: relative;
background: transparent;
border-radius: 3px;
box-shadow: none;
padding: 0px 10px 15px;
pointer-events: auto;
max-height: 200px;
}
.homepageMapCard.areaActive{
border: 2px solid green;
}
.biopamaPopup .mapboxgl-popup-close-button{
z-index: 10000;
position: fixed;
top: 3px;
background-color: #8fc04f;
border-radius: 100%;
height: 20px;
width: 20px;
right: calc(50% - 10px);
color: white;
}
.biopamaPopup{
max-width: 240px;
}
.biopamaPopup.multiPAs .mapboxgl-popup-content:before{
content: '';
bottom: 0;
left: 21px;
height: 20px;
right: 0;
background: linear-gradient(to top, rgb(255, 248, 248) 0%,rgba(251, 251, 251, 0) 100%);
position: fixed;
z-index: 5;
}
.card-body.homepageMapCardBody {
padding: 0.2rem 1rem;
cursor: pointer;
}
.mapCloseMarker, .closeSummaryCard {
background-color: rgba(100,100,100,0.15);
background-size: cover;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
top: 70px;
right: 10px;
position: absolute;
}
.mapCloseMarker:hover, .closeSummaryCard:hover {
background-color: rgba(255,165,165,0.30);
color: red;
font-size: 24px;
}
.card-header {
padding: 2px 15px;
font-variant: small-caps;
color: #fff;
}
.card-header-region{
background-color: #a25b28;
}
.card-header-country{
background-color: #679B95;
}
.card-header-pa{
background-color: #8FBF4B;
}
div.card.region a.cardIcon{
color: #a25b28;
border: 2px solid #a25b28;
}
div.card.country a.cardIcon{
color: #679B95;
border: 2px solid #679B95;
}
div.card.pa a.cardIcon{
color: #8FBF4B;
border: 2px solid #8FBF4B;
}
.area-icons {
display: flex;
position: absolute;
bottom: -15px;
left: calc(50% - 40px);
}
a.cardIcon {
background-color: #fff;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
font-size: 16px;
border-radius: 50%;
margin: 0 5px;
text-decoration: none;
}
a.cardIcon:hover {
font-size: 20px;
}
h4.area-subheading {
padding-bottom: 5px;
} | 0.360264 | 0.098252 |
/*
TODO
- Create classes for SiteMapPath
- Refactor Css
- Design is not currently dynamic
*/
/* Site-Wide Specifics */
h2 {
padding-top: 2.5%;
padding-bottom: 2.5%;
}
table {
text-align: center;
border-collapse: collapse;
font-size: 14px;
}
address {
text-align: center;
}
.TableHeaderRow {
text-align: center
}
img#header_image {
height: 100px;
width: 1000px;
}
caption {
font-size: 22px;
font-weight: bold;
padding: 2%;
}
a {
font-size: 18px;
}
/* When you apply these rules you will get the appearance and colour scheme described in the assessment. */
.dynamicMenuItem, .staticMenuItem {
display: block;
width: 99.99%;
text-decoration: none;
color: #000000;
font-weight: bold;
padding: 0.2em;
background-color: #D2E7DA;
}
.dynamicHoverStyle, .staticHoverStyle {
color: #000000;
text-shadow: 0 0 0px;
}
.loginControl {
font-size: x-small;
width: inherit;
}
.HoverNodeStyle {
background-color: #CCCCCC;
border-color: #888888;
border-style: Solid;
font-weight: bold;
}
.NodeStyle {
}
.ParentNodeStyle {
font-weight: normal;
}
.SelectedNodeStyle {
background-color: White;
border-color: #888888;
border-width: 1px;
border-style: Solid;
}
/* The CSS rules below will style all hyperlinks outside of the menu.*/
a:link {
color: #05100a;
}
a:visited {
color: darkslateblue;
}
#breadcrumb a:hover, #loginarea a:hover, #footer a:hover {
color: yellow;
}
/* Web.Master Specifics */
#master_pagewrapper {
width: 100%;
height: 100%;
background-color: #759275;
}
#master_copyright {
float: left;
position: relative;
left: 45px;
top: -26px;
}
#master_lastupdate {
float: right;
margin-right: 0;
position: relative;
left: -45px;
top: -26px;
}
#master_body {
font-family: Tahoma;
font-size: 13px;
font-weight: 400;
line-height: 20px;
}
#master_header {
height: 100px;
width: 100%;
background-color: ;
text-align: center;
}
#master_navigation {
height: 20px;
padding: 15px;
background-color: #759275;
text-align: left;
font-weight: bold;
font-size: 18px;
}
#master_aside {
float: right;
width: 15%;
text-align: left;
background-color: #759275;
padding-left: 1%;
padding-right: 1%;
padding-bottom: 2%;
font-size: 16px;
}
#master_content {
float: left;
width: 83%;
background-color: #9F9F9F;
color: black;
height: 100%;
text-align: center;
padding-bottom: 2%;
font-size: 17px;
}
#master_footer {
clear: both;
padding-top: 32px;
width: 100%;
background-color: #C6C892;
}
/* ../Default Specifics */
#default_page_image {
width: auto;
bottom: auto;
}
/* about/Default Specifics */
/* about/AboutUs Specifics */
#about_aboutus_heading {
padding-left: 5%;
padding-right: 5%;
}
/* about/ContactUs Specifics */
#about_contactus_heading {
padding-left: 5%;
padding-right: 5%;
}
/* pages/Default Specifics */
/* pages/Photographs Specifics */
/* pages/Specials Specifics */
/* pages/Popup Specifics */
#popup_image {
text-align: center;
padding: 2px;
}
#popup_text {
padding: 1%;
font-family: Tahoma;
font-size: 18px;
font-weight: 400;
line-height: 20px;
}
#popup_body {
background-color: #9F9F9F;
} | Initial/Assignment 1/App_Themes/Colour/Colour.css | /*
TODO
- Create classes for SiteMapPath
- Refactor Css
- Design is not currently dynamic
*/
/* Site-Wide Specifics */
h2 {
padding-top: 2.5%;
padding-bottom: 2.5%;
}
table {
text-align: center;
border-collapse: collapse;
font-size: 14px;
}
address {
text-align: center;
}
.TableHeaderRow {
text-align: center
}
img#header_image {
height: 100px;
width: 1000px;
}
caption {
font-size: 22px;
font-weight: bold;
padding: 2%;
}
a {
font-size: 18px;
}
/* When you apply these rules you will get the appearance and colour scheme described in the assessment. */
.dynamicMenuItem, .staticMenuItem {
display: block;
width: 99.99%;
text-decoration: none;
color: #000000;
font-weight: bold;
padding: 0.2em;
background-color: #D2E7DA;
}
.dynamicHoverStyle, .staticHoverStyle {
color: #000000;
text-shadow: 0 0 0px;
}
.loginControl {
font-size: x-small;
width: inherit;
}
.HoverNodeStyle {
background-color: #CCCCCC;
border-color: #888888;
border-style: Solid;
font-weight: bold;
}
.NodeStyle {
}
.ParentNodeStyle {
font-weight: normal;
}
.SelectedNodeStyle {
background-color: White;
border-color: #888888;
border-width: 1px;
border-style: Solid;
}
/* The CSS rules below will style all hyperlinks outside of the menu.*/
a:link {
color: #05100a;
}
a:visited {
color: darkslateblue;
}
#breadcrumb a:hover, #loginarea a:hover, #footer a:hover {
color: yellow;
}
/* Web.Master Specifics */
#master_pagewrapper {
width: 100%;
height: 100%;
background-color: #759275;
}
#master_copyright {
float: left;
position: relative;
left: 45px;
top: -26px;
}
#master_lastupdate {
float: right;
margin-right: 0;
position: relative;
left: -45px;
top: -26px;
}
#master_body {
font-family: Tahoma;
font-size: 13px;
font-weight: 400;
line-height: 20px;
}
#master_header {
height: 100px;
width: 100%;
background-color: ;
text-align: center;
}
#master_navigation {
height: 20px;
padding: 15px;
background-color: #759275;
text-align: left;
font-weight: bold;
font-size: 18px;
}
#master_aside {
float: right;
width: 15%;
text-align: left;
background-color: #759275;
padding-left: 1%;
padding-right: 1%;
padding-bottom: 2%;
font-size: 16px;
}
#master_content {
float: left;
width: 83%;
background-color: #9F9F9F;
color: black;
height: 100%;
text-align: center;
padding-bottom: 2%;
font-size: 17px;
}
#master_footer {
clear: both;
padding-top: 32px;
width: 100%;
background-color: #C6C892;
}
/* ../Default Specifics */
#default_page_image {
width: auto;
bottom: auto;
}
/* about/Default Specifics */
/* about/AboutUs Specifics */
#about_aboutus_heading {
padding-left: 5%;
padding-right: 5%;
}
/* about/ContactUs Specifics */
#about_contactus_heading {
padding-left: 5%;
padding-right: 5%;
}
/* pages/Default Specifics */
/* pages/Photographs Specifics */
/* pages/Specials Specifics */
/* pages/Popup Specifics */
#popup_image {
text-align: center;
padding: 2px;
}
#popup_text {
padding: 1%;
font-family: Tahoma;
font-size: 18px;
font-weight: 400;
line-height: 20px;
}
#popup_body {
background-color: #9F9F9F;
} | 0.180395 | 0.082365 |
License (if not mentioned otherwise in the files): http://www.script-tutorials.com/terms-of-use/ */
/* start starry background */
.stars, .twinkling, .clouds {
top:0;
left:0;
right:0;
bottom:0;
width:100%;
height:100%;
display:block;
}
/* moving the alpha image across the screen on loop */
@keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
.stars {
top:0;
background:#000 url(images/goldenstars.png) repeat top center;
z-index:0;
}
.twinkling{
background:transparent url(images/twinkling3.png) repeat top center;
z-index:1;
-moz-animation:move-twink-back 700s linear infinite;
-ms-animation:move-twink-back 700s linear infinite;
-o-animation:move-twink-back 700s linear infinite;
-webkit-animation:move-twink-back 700s linear infinite;
animation:move-twink-back 700s linear infinite;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body{
overflow-x: hidden;
}
html{
font-size: 12px;
font-family: 'Roboto Condensed', sans-serif;
color: #187070;
font-style: normal;
color: #FAC29A;
}
span{
font-family: 'Roboto Condensed', sans-serif;
}
body{
width: 100%;
height: 100%;
background-color: #1C1E26;
}
h1{
opacity: 1;
}
section{
opacity: 1;
padding: 6rem;
}
a{
text-decoration: none;
color: #8f8f8f;
}
p{
font-size: 1.8em;
font-weight: 300;
}
img{
width: 100%;
}
/*End global*/
/*Start reusable*/
.container{
width: 90%;
max-width: 120rem;
height: 100%;
margin: 0 auto;
position: relative;
}
.sectionheading{
text-align: center;
margin-bottom: 10rem;
}
.sectionheading h1{
font-size: 3.5rem;
color: #FAB795;
text-transform: uppercase;
font-weight: 300;
position: relative;
margin-bottom: 1rem;
}
.sectionheading h1::before,
.sectionheading h1::after{
content: '';
position: absolute;
bottom: -.5rem;
left: 50%;
transform: translateX(-50%);
color: #FAB795;
}
.sectionheading h1::before{
width: 10rem;
height: 3px;
border-radius: .8rem;
}
.sectionheading h1::after{
width: 1.5rem;
height: 1.5rem;
border-radius: 100%;
bottom: -1rem;
}
.sectionheading h6{
font-size: 1.6rem;
font-weight: 300;
}
.hasmarginright{
margin-right: 5rem;
}
/*End reusable*/
/*Start header*/
header{
width: 100%;
height: 100vh;
}
.topnav{
width: 100%;
height: 100vh;
position: fixed;
top: 0;
right: -100%;
z-index: 50;
background-color: #1A1C23;
border-left: 0.35rem solid #F09383;
transition: transform 650ms cubic-bezier(1, 0, 0, 1);
}
.topnav.open{
transform: translate3d(-100%,0,0);
border-radius: initial;
}
.navlist{
list-style: none;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
li{
margin: 0.2rem;
}
.navlink{
font-family: 'Roboto Condensed', sans-serif;
font-size: 5rem;
padding: 1rem;
}
.navlink:hover,
.navlink:focus{
background: linear-gradient(to top, #F09383, #E95678);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.menutoggler{
position: absolute;
top: 5rem;
right: 5rem;
width: 5rem;
height: 4rem;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 1500;
transition: transform 650ms ease-out;
}
.menutoggler #navtool {
position: absolute;
right: 60%;
margin-right: 10px;
padding: .55rem 1rem;
font-size: 1.2rem;
font-weight: 500;
white-space: nowrap;
color: #000;
border-radius: 50px;
background-color: #FAC29A;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
0 5px 15px rgba(0, 0, 0, 0.07);
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.menutoggler2{
position: absolute;
top: 5rem;
left: 5rem;
width: 5rem;
height: 4rem;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 1500;
transition: transform 650ms ease-out;
}
.navicon svg *{
fill: url(#rg);
}
.navicon:hover svg *{
fill: url(#rg2);
background: -webkit-linear-gradient(right, #27D796, #09F7A0);
}
.iframe{
width: 100%;
height: 340px;
max-width: 600px;
min-width: 200px;
}
.menutoggler2 #routetool{
position: absolute;
left: 60%;
margin-left: 10px;
padding: .55rem 1rem;
font-size: 1.2rem;
font-weight: 500;
white-space: nowrap;
color: rgb(0, 0, 0);
border-radius: 50px;
background-color: rgb(166, 222, 205);
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
0 5px 15px rgba(0, 0, 0, 0.07);
-webkit-text-fill-color:black ;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.menutoggler:hover #navtool{
right: 100%;
opacity: 0.9;
}
.menutoggler2:hover #routetool{
left: 100%;
opacity: 0.9;
}
.menutoggler.open #navtool{
opacity: 0;
}
.menutoggler2.open #routetool{
opacity: 0;
}
.landingtext{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
z-index: 1;
}
.landingtext h1{
font-size: 12rem;
font-family: 'Exo 2', sans-serif;
font-weight: 500;
background: linear-gradient(to top,#F09383, #FAC29A);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 1rem;
user-select: none;
}
.landingtext h6{
font-size: 2rem;
font-weight: 300;
}
/*End header*/
/*Start about*/
.about .container{
display: flex;
align-items: center;
justify-content: center;
}
.aboutheading{
text-align: center;
text-transform: uppercase;
line-height: 0;
margin-bottom: 6rem;
color: #FAB795;
}
.aboutheading h1{
font-size: 10rem;
opacity: 0.9;
}
.aboutheading h6{
margin-top: 5.5rem;
font-size: 2rem;
font-weight: 300;
opacity: .9;
}
.profileimg{
flex: 1;
margin-right: 5rem;
}
.aboutdetails{
}
.socialmedia{
display:flex;
margin-top: 5rem;
clear:right;
}
.fa-github-square{
font-size: 5rem;
}
.fa-linkedin{
font-size: 5rem;
}
/* .fa-instagram-square:hover{
color: #4b38f3;
} */
.fa-github-square:hover{
color: #e7b275;
}
.fa-linkedin:hover{
color: #f37782;
}
/*End about*/
/*Start services*/
.myskills{
margin-top: 10rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 2.5rem;
text-align: center;
}
.skill{
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
}
.skill h1{
text-transform: uppercase;
letter-spacing: 2px;
margin: 2rem -2px 2rem 0;
}
.iconcontainer{
width: 10rem;
height: 10rem;
border: 3px solid #EC6A88;
background-color: #232530;
margin-bottom: 2rem;
display: flex;
flex-direction: row;
text-align: center;
transform: rotate(45deg);
}
.iconcontainer svg{
color: #EC6A88;
font-size: 5rem;
margin: auto;
transform: rotate(-45deg);
}
/*End services*/
/*Start portfolio*/
.portfolioitem{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 5rem;
}
.portfolioitem:last-child{
margin-bottom: 0;
}
.portfolioimg{
flex: 1;
}
.portfoliodescription {
flex: 1;
}
.portfoliodescription h1{
font-size: 3rem;
font-weight: 300;
margin: 1rem 0;
}
.portfoliodescription h6{
font-size: 1.5rem;
text-transform: uppercase;
font-weight: 300;
color: #fc88a5;
opacity: 0.9;
}
.portfoliodescription .cta{
display: inline-block;
margin-top: 2.5rem;
font-size: 1.5rem;
text-transform: uppercase;
color: #7b93ff;
transition: color 650ms;
}
.portfoliodescription .cta:hover{
color: #f794ab;
}
.portfolioimg {
flex: 1;
}
/*End services*/
/*Start timeline*/
.timeline ul{
border-left: 4px solid #F09383;
border-radius: .8rem;
background-color: rgba(0, 0, 0, 0.05);
margin: 0 auto;
position: relative;
padding: 5rem;
list-style: none;
text-align: left;
width: 70%;
}
.timeline h1{
font-size: 2rem;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 1rem;
opacity: .7;
}
.timeline .date{
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 1rem;
padding-bottom: 1rem;
position: relative;
}
.timeline .date:last-of-type{
padding-bottom: 0;
margin-bottom: 0;
border:none;
}
.timeline .date::before,
.timeline .date::after{
position: absolute;
display: block;
top: 50%;
transform: translateY(-50%);
}
.timeline .date::before{
content: attr(data-date);
left: -21rem;
text-align: right;
min-width: 12rem;
font-size: 1.5rem;
}
.timeline .date::after{
content: '';
box-shadow: 0 0 0 4px #EC6A88;
border-radius: 100%;
left: -8rem;
height: 1.5rem;
width: 1.5rem;
background-color: #313534;
}
/*End timeline*/
/*Start contact*/
.contact{
background-color: #1A1C23;
}
form{
width: 70%;
margin: 0 auto;
}
form label{
font-size: 1.5rem;
}
input,
select,
textarea{
width: 100%;
padding: 1rem;
margin-bottom: 5px;
border: none;
opacity: .9;
outline-color: #FAB795;
}
input[type="submit"]{
width: initial;
background-color: #B877DB;
color: #3dbff3;
padding:1rem 2rem;
border-radius: .8rem;
cursor: pointer;
transition: background-color 650ms;
}
input[type="submit"]:hover{
color: #221e3f;
background-color: #f78195;
}
button{
width: initial;
background-color: #2E303E;
color: #ffefdd;
padding:1rem 2rem;
border-radius: .8rem;
cursor: pointer;
transition: background-color 650ms;
}
button:hover{
color: #2E303E;
background-color: #ffefdd;
}
/*End contact*/
/*Start footer*/
.copyright{
width: 100%;
text-align: center;
background-color: #16161C;
padding: 2rem 0;
position: relative;
}
.up{
position: absolute;
width: 5rem;
height: 5rem;
background-color: #dce9f5;
top: -2.5rem;
right: 5rem;
border-radius: 100%;
display: flex;
animation: pulse 2s infinite;
}
.up svg{
color: #16162d;
font-size: 2rem;
margin: auto;
}
.copyright p{
font-size: 1.4rem;
}
/*End footer*/
/*Start animations*/
/* @keyframes pulse{
0%{
box-shadow: 0 0 0 0 rgba(87, 253, 225, 0.99);
}
70%{
box-shadow: 0 0 0 0 rgba(90, 255, 247, 0);
}
100%{
box-shadow: 0 0 0 0 rgba(87, 253, 225, 0.99);
}
} */
/*End animations*/
/*Start media queries*/
@media screen and (max-width: 1200px){
.navlink{
font-size: 3.5rem;
}
}
@media screen and (max-width: 900px){
.navlink{
font-size: 3.2rem;
}
.projectContainer.open .projInfoContainer{
opacity: 1;
}
.projectContainer.open img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.container{max-width: 100%;}
}
/*noinspection ALL*/
@media screen and (max-width: 768px){
.landingtext h1{
font-size: 15rem;
}
.landingtext h6{
font-size: 1.7rem;
}
.menutoggler:hover #navtool{
right: 100%;
opacity: 0;
}
.menutoggler2:hover #routetool{
left: 100%;
opacity: 0;
}
.navlist{
flex-direction: column;
}
li{
margin: 2rem 0;
}
.nav-link{
font-size: 4.5rem;
}
.aboutheading h1{
font-size: 8rem;
}
.sectionheading h1{
font-size: 3rem;
}
.aboutdetails .navlist{
flex-direction: initial;
}
.aboutdetails li{
margin: 0 2 remm;
}
.iconcontainer {
flex-direction: column;
text-align: center;
width: 8rem;
height: 8rem;
}
.iconcontainer i{
font-size: 4rem;
text-align: center;
}
.timeline ul{
margin: 0 0 0 auto;
}
.timeline .date:before{
left: -20rem;
}
.timeline .date::after{
left: -5.9rem;
}
}
@media screen and (max-width: 600px){
.menutoggler{
top: 2rem;
right: 2rem;
}
.menutoggler2{
top: 2rem;
left: 2rem;
}
.menutoggler #navtool{
opacity: 0;
}
.menutoggler2 #routetool{
opacity: 0;
}
.landingtext h1{
font-size: 8rem;
}
.landingtext h6{
font-size: 1.4rem;
}
.navlink{
font-size: 3.5rem;
}
.about .container{
flex-direction: column;
}
.profileimg{
margin: 0 0 7rem 0;
}
.portfolioitem{
flex-direction: column;
}
.portfolioimg{
margin: 0 0 2rem 0;
order: 1;
}
.portfoliodescription{
margin: 0;
order: 2;
}
.timeline p{
font-size: 1.6rem;
}
.timeline .date::before{
font-size: 1.4rem;
}
form{
width: 100%;
}
.up{
right: 2rem;
}
}
@media screen and (max-width: 480px){
.myskills{
grid-template-columns: initial;
}
}
/*End media queries*/ | main.css | License (if not mentioned otherwise in the files): http://www.script-tutorials.com/terms-of-use/ */
/* start starry background */
.stars, .twinkling, .clouds {
top:0;
left:0;
right:0;
bottom:0;
width:100%;
height:100%;
display:block;
}
/* moving the alpha image across the screen on loop */
@keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
from {background-position:0 0;}
to {background-position:-10000px 5000px;}
}
.stars {
top:0;
background:#000 url(images/goldenstars.png) repeat top center;
z-index:0;
}
.twinkling{
background:transparent url(images/twinkling3.png) repeat top center;
z-index:1;
-moz-animation:move-twink-back 700s linear infinite;
-ms-animation:move-twink-back 700s linear infinite;
-o-animation:move-twink-back 700s linear infinite;
-webkit-animation:move-twink-back 700s linear infinite;
animation:move-twink-back 700s linear infinite;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body{
overflow-x: hidden;
}
html{
font-size: 12px;
font-family: 'Roboto Condensed', sans-serif;
color: #187070;
font-style: normal;
color: #FAC29A;
}
span{
font-family: 'Roboto Condensed', sans-serif;
}
body{
width: 100%;
height: 100%;
background-color: #1C1E26;
}
h1{
opacity: 1;
}
section{
opacity: 1;
padding: 6rem;
}
a{
text-decoration: none;
color: #8f8f8f;
}
p{
font-size: 1.8em;
font-weight: 300;
}
img{
width: 100%;
}
/*End global*/
/*Start reusable*/
.container{
width: 90%;
max-width: 120rem;
height: 100%;
margin: 0 auto;
position: relative;
}
.sectionheading{
text-align: center;
margin-bottom: 10rem;
}
.sectionheading h1{
font-size: 3.5rem;
color: #FAB795;
text-transform: uppercase;
font-weight: 300;
position: relative;
margin-bottom: 1rem;
}
.sectionheading h1::before,
.sectionheading h1::after{
content: '';
position: absolute;
bottom: -.5rem;
left: 50%;
transform: translateX(-50%);
color: #FAB795;
}
.sectionheading h1::before{
width: 10rem;
height: 3px;
border-radius: .8rem;
}
.sectionheading h1::after{
width: 1.5rem;
height: 1.5rem;
border-radius: 100%;
bottom: -1rem;
}
.sectionheading h6{
font-size: 1.6rem;
font-weight: 300;
}
.hasmarginright{
margin-right: 5rem;
}
/*End reusable*/
/*Start header*/
header{
width: 100%;
height: 100vh;
}
.topnav{
width: 100%;
height: 100vh;
position: fixed;
top: 0;
right: -100%;
z-index: 50;
background-color: #1A1C23;
border-left: 0.35rem solid #F09383;
transition: transform 650ms cubic-bezier(1, 0, 0, 1);
}
.topnav.open{
transform: translate3d(-100%,0,0);
border-radius: initial;
}
.navlist{
list-style: none;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
li{
margin: 0.2rem;
}
.navlink{
font-family: 'Roboto Condensed', sans-serif;
font-size: 5rem;
padding: 1rem;
}
.navlink:hover,
.navlink:focus{
background: linear-gradient(to top, #F09383, #E95678);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.menutoggler{
position: absolute;
top: 5rem;
right: 5rem;
width: 5rem;
height: 4rem;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 1500;
transition: transform 650ms ease-out;
}
.menutoggler #navtool {
position: absolute;
right: 60%;
margin-right: 10px;
padding: .55rem 1rem;
font-size: 1.2rem;
font-weight: 500;
white-space: nowrap;
color: #000;
border-radius: 50px;
background-color: #FAC29A;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
0 5px 15px rgba(0, 0, 0, 0.07);
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.menutoggler2{
position: absolute;
top: 5rem;
left: 5rem;
width: 5rem;
height: 4rem;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 1500;
transition: transform 650ms ease-out;
}
.navicon svg *{
fill: url(#rg);
}
.navicon:hover svg *{
fill: url(#rg2);
background: -webkit-linear-gradient(right, #27D796, #09F7A0);
}
.iframe{
width: 100%;
height: 340px;
max-width: 600px;
min-width: 200px;
}
.menutoggler2 #routetool{
position: absolute;
left: 60%;
margin-left: 10px;
padding: .55rem 1rem;
font-size: 1.2rem;
font-weight: 500;
white-space: nowrap;
color: rgb(0, 0, 0);
border-radius: 50px;
background-color: rgb(166, 222, 205);
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
0 5px 15px rgba(0, 0, 0, 0.07);
-webkit-text-fill-color:black ;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.menutoggler:hover #navtool{
right: 100%;
opacity: 0.9;
}
.menutoggler2:hover #routetool{
left: 100%;
opacity: 0.9;
}
.menutoggler.open #navtool{
opacity: 0;
}
.menutoggler2.open #routetool{
opacity: 0;
}
.landingtext{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
z-index: 1;
}
.landingtext h1{
font-size: 12rem;
font-family: 'Exo 2', sans-serif;
font-weight: 500;
background: linear-gradient(to top,#F09383, #FAC29A);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 1rem;
user-select: none;
}
.landingtext h6{
font-size: 2rem;
font-weight: 300;
}
/*End header*/
/*Start about*/
.about .container{
display: flex;
align-items: center;
justify-content: center;
}
.aboutheading{
text-align: center;
text-transform: uppercase;
line-height: 0;
margin-bottom: 6rem;
color: #FAB795;
}
.aboutheading h1{
font-size: 10rem;
opacity: 0.9;
}
.aboutheading h6{
margin-top: 5.5rem;
font-size: 2rem;
font-weight: 300;
opacity: .9;
}
.profileimg{
flex: 1;
margin-right: 5rem;
}
.aboutdetails{
}
.socialmedia{
display:flex;
margin-top: 5rem;
clear:right;
}
.fa-github-square{
font-size: 5rem;
}
.fa-linkedin{
font-size: 5rem;
}
/* .fa-instagram-square:hover{
color: #4b38f3;
} */
.fa-github-square:hover{
color: #e7b275;
}
.fa-linkedin:hover{
color: #f37782;
}
/*End about*/
/*Start services*/
.myskills{
margin-top: 10rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
grid-gap: 2.5rem;
text-align: center;
}
.skill{
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
}
.skill h1{
text-transform: uppercase;
letter-spacing: 2px;
margin: 2rem -2px 2rem 0;
}
.iconcontainer{
width: 10rem;
height: 10rem;
border: 3px solid #EC6A88;
background-color: #232530;
margin-bottom: 2rem;
display: flex;
flex-direction: row;
text-align: center;
transform: rotate(45deg);
}
.iconcontainer svg{
color: #EC6A88;
font-size: 5rem;
margin: auto;
transform: rotate(-45deg);
}
/*End services*/
/*Start portfolio*/
.portfolioitem{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 5rem;
}
.portfolioitem:last-child{
margin-bottom: 0;
}
.portfolioimg{
flex: 1;
}
.portfoliodescription {
flex: 1;
}
.portfoliodescription h1{
font-size: 3rem;
font-weight: 300;
margin: 1rem 0;
}
.portfoliodescription h6{
font-size: 1.5rem;
text-transform: uppercase;
font-weight: 300;
color: #fc88a5;
opacity: 0.9;
}
.portfoliodescription .cta{
display: inline-block;
margin-top: 2.5rem;
font-size: 1.5rem;
text-transform: uppercase;
color: #7b93ff;
transition: color 650ms;
}
.portfoliodescription .cta:hover{
color: #f794ab;
}
.portfolioimg {
flex: 1;
}
/*End services*/
/*Start timeline*/
.timeline ul{
border-left: 4px solid #F09383;
border-radius: .8rem;
background-color: rgba(0, 0, 0, 0.05);
margin: 0 auto;
position: relative;
padding: 5rem;
list-style: none;
text-align: left;
width: 70%;
}
.timeline h1{
font-size: 2rem;
text-transform: uppercase;
font-weight: 300;
margin-bottom: 1rem;
opacity: .7;
}
.timeline .date{
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 1rem;
padding-bottom: 1rem;
position: relative;
}
.timeline .date:last-of-type{
padding-bottom: 0;
margin-bottom: 0;
border:none;
}
.timeline .date::before,
.timeline .date::after{
position: absolute;
display: block;
top: 50%;
transform: translateY(-50%);
}
.timeline .date::before{
content: attr(data-date);
left: -21rem;
text-align: right;
min-width: 12rem;
font-size: 1.5rem;
}
.timeline .date::after{
content: '';
box-shadow: 0 0 0 4px #EC6A88;
border-radius: 100%;
left: -8rem;
height: 1.5rem;
width: 1.5rem;
background-color: #313534;
}
/*End timeline*/
/*Start contact*/
.contact{
background-color: #1A1C23;
}
form{
width: 70%;
margin: 0 auto;
}
form label{
font-size: 1.5rem;
}
input,
select,
textarea{
width: 100%;
padding: 1rem;
margin-bottom: 5px;
border: none;
opacity: .9;
outline-color: #FAB795;
}
input[type="submit"]{
width: initial;
background-color: #B877DB;
color: #3dbff3;
padding:1rem 2rem;
border-radius: .8rem;
cursor: pointer;
transition: background-color 650ms;
}
input[type="submit"]:hover{
color: #221e3f;
background-color: #f78195;
}
button{
width: initial;
background-color: #2E303E;
color: #ffefdd;
padding:1rem 2rem;
border-radius: .8rem;
cursor: pointer;
transition: background-color 650ms;
}
button:hover{
color: #2E303E;
background-color: #ffefdd;
}
/*End contact*/
/*Start footer*/
.copyright{
width: 100%;
text-align: center;
background-color: #16161C;
padding: 2rem 0;
position: relative;
}
.up{
position: absolute;
width: 5rem;
height: 5rem;
background-color: #dce9f5;
top: -2.5rem;
right: 5rem;
border-radius: 100%;
display: flex;
animation: pulse 2s infinite;
}
.up svg{
color: #16162d;
font-size: 2rem;
margin: auto;
}
.copyright p{
font-size: 1.4rem;
}
/*End footer*/
/*Start animations*/
/* @keyframes pulse{
0%{
box-shadow: 0 0 0 0 rgba(87, 253, 225, 0.99);
}
70%{
box-shadow: 0 0 0 0 rgba(90, 255, 247, 0);
}
100%{
box-shadow: 0 0 0 0 rgba(87, 253, 225, 0.99);
}
} */
/*End animations*/
/*Start media queries*/
@media screen and (max-width: 1200px){
.navlink{
font-size: 3.5rem;
}
}
@media screen and (max-width: 900px){
.navlink{
font-size: 3.2rem;
}
.projectContainer.open .projInfoContainer{
opacity: 1;
}
.projectContainer.open img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.container{max-width: 100%;}
}
/*noinspection ALL*/
@media screen and (max-width: 768px){
.landingtext h1{
font-size: 15rem;
}
.landingtext h6{
font-size: 1.7rem;
}
.menutoggler:hover #navtool{
right: 100%;
opacity: 0;
}
.menutoggler2:hover #routetool{
left: 100%;
opacity: 0;
}
.navlist{
flex-direction: column;
}
li{
margin: 2rem 0;
}
.nav-link{
font-size: 4.5rem;
}
.aboutheading h1{
font-size: 8rem;
}
.sectionheading h1{
font-size: 3rem;
}
.aboutdetails .navlist{
flex-direction: initial;
}
.aboutdetails li{
margin: 0 2 remm;
}
.iconcontainer {
flex-direction: column;
text-align: center;
width: 8rem;
height: 8rem;
}
.iconcontainer i{
font-size: 4rem;
text-align: center;
}
.timeline ul{
margin: 0 0 0 auto;
}
.timeline .date:before{
left: -20rem;
}
.timeline .date::after{
left: -5.9rem;
}
}
@media screen and (max-width: 600px){
.menutoggler{
top: 2rem;
right: 2rem;
}
.menutoggler2{
top: 2rem;
left: 2rem;
}
.menutoggler #navtool{
opacity: 0;
}
.menutoggler2 #routetool{
opacity: 0;
}
.landingtext h1{
font-size: 8rem;
}
.landingtext h6{
font-size: 1.4rem;
}
.navlink{
font-size: 3.5rem;
}
.about .container{
flex-direction: column;
}
.profileimg{
margin: 0 0 7rem 0;
}
.portfolioitem{
flex-direction: column;
}
.portfolioimg{
margin: 0 0 2rem 0;
order: 1;
}
.portfoliodescription{
margin: 0;
order: 2;
}
.timeline p{
font-size: 1.6rem;
}
.timeline .date::before{
font-size: 1.4rem;
}
form{
width: 100%;
}
.up{
right: 2rem;
}
}
@media screen and (max-width: 480px){
.myskills{
grid-template-columns: initial;
}
}
/*End media queries*/ | 0.327991 | 0.082697 |