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 |
|---|---|---|---|---|
.table {
display: flex;
flex-wrap: wrap;
padding: 0;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
width: inherit;
border-collapse: collapse;
}
tbody {
width: 100%;
}
tr {
width: 100%;
display: flex;
border-bottom: thin solid var(--surface1);
}
.totalHeader {
border-top: thin solid var(--surface1);
border-bottom: thin solid var(--surface1);
}
td {
display: flex;
box-sizing: border-box;
flex-grow: 1;
padding: 0.8em 1.2em;
overflow: hidden;
list-style: none;
align-items: center;
justify-content: flex-start;
}
.tableHead,
.head {
background-color: var(--surface1);
}
#orderTable tr.tableBody td:first-child {
width: 30%;
}
.tableBody {
background-color: var(--surface2);
}
td>div.title,
td.celltitle {
display: none;
}
#orderHistoryTable tr td {
width: 25%;
justify-content: center;
text-align: center;
}
tr td:nth-child(n+3) {
/* width: 10%; */
justify-content: flex-end;
text-align: right;
}
ol.addressList li {
margin: 0 1rem;
}
@media screen and (max-width: 768px) {
.tableHead,
.mobileHidden {
display: none;
}
table {
display: block;
width: 100%;
padding: 1em;
box-shadow: none;
}
#orderTable tr {
box-shadow: none;
margin-bottom: 0;
border-bottom: none;
}
tr {
box-sizing: border-box;
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 2em;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.totalHeader {
border-top: thin solid var(--surface1);
border-bottom: thin solid var(--surface1);
}
td {
width: 100% !important;
display: flex;
align-items: center;
}
td>div.title {
display: flex;
flex: 1;
color: var(--brand);
font-weight: 700;
border-right: 1px solid #ccc;
align-items: flex-start;
justify-content: flex-start;
}
td>div.content {
display: flex;
flex: 1;
padding-left: .5rem;
align-items: flex-end;
justify-content: flex-end;
text-align: right;
word-break: break-word;
}
td.celltitle {
display: block;
background-color: var(--brand);
color: white;
font-weight: 700;
order: -1;
}
.tableHead,
.mobileHidden {
display: none;
}
} | static/css/table.css | .table {
display: flex;
flex-wrap: wrap;
padding: 0;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
width: inherit;
border-collapse: collapse;
}
tbody {
width: 100%;
}
tr {
width: 100%;
display: flex;
border-bottom: thin solid var(--surface1);
}
.totalHeader {
border-top: thin solid var(--surface1);
border-bottom: thin solid var(--surface1);
}
td {
display: flex;
box-sizing: border-box;
flex-grow: 1;
padding: 0.8em 1.2em;
overflow: hidden;
list-style: none;
align-items: center;
justify-content: flex-start;
}
.tableHead,
.head {
background-color: var(--surface1);
}
#orderTable tr.tableBody td:first-child {
width: 30%;
}
.tableBody {
background-color: var(--surface2);
}
td>div.title,
td.celltitle {
display: none;
}
#orderHistoryTable tr td {
width: 25%;
justify-content: center;
text-align: center;
}
tr td:nth-child(n+3) {
/* width: 10%; */
justify-content: flex-end;
text-align: right;
}
ol.addressList li {
margin: 0 1rem;
}
@media screen and (max-width: 768px) {
.tableHead,
.mobileHidden {
display: none;
}
table {
display: block;
width: 100%;
padding: 1em;
box-shadow: none;
}
#orderTable tr {
box-shadow: none;
margin-bottom: 0;
border-bottom: none;
}
tr {
box-sizing: border-box;
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 2em;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.totalHeader {
border-top: thin solid var(--surface1);
border-bottom: thin solid var(--surface1);
}
td {
width: 100% !important;
display: flex;
align-items: center;
}
td>div.title {
display: flex;
flex: 1;
color: var(--brand);
font-weight: 700;
border-right: 1px solid #ccc;
align-items: flex-start;
justify-content: flex-start;
}
td>div.content {
display: flex;
flex: 1;
padding-left: .5rem;
align-items: flex-end;
justify-content: flex-end;
text-align: right;
word-break: break-word;
}
td.celltitle {
display: block;
background-color: var(--brand);
color: white;
font-weight: 700;
order: -1;
}
.tableHead,
.mobileHidden {
display: none;
}
} | 0.605916 | 0.151781 |
html { overflow-y:scroll}
*{word-wrap:break-word;}
body{ background:#465562; font-weight: normal;}
body,input,button,select,textarea{font:12px/1.5 'Microsoft Yahei','Simsun'; color:#444;}
textarea{resize:none;}body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,.pr,.pc{margin:0;padding:0;}
table{empty-cells:show;border-collapse:collapse;}caption,th{text-align:left;font-weight:400;}
ul li,.xl li{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:1em;}em,cite,i{font-style:normal;}
a{color:#333;text-decoration:none; /*transition:all .2s linear*/}
a:hover{text-decoration:blink;}
a img{border:none;}
label{cursor:pointer;}
ul,li { list-style:none}
/*清除浮动相关------------------*/
.clearfix:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.z{float:left;}
.y{float:right;}
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl{zoom:1;}
input {outline: none;}
textarea {outline: none;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
border:none; padding:0;
}
.height0 { height:0px; width:100%; clear:both; overflow:hidden}
.height10 { height:10px; width:100%; clear:both; overflow:hidden}
.height20 { height:20px; width:100%; clear:both; overflow:hidden}
.cmain { width:1200px; margin:0 auto}
.cheader { padding:15px 0; clear:both; border-bottom:1px solid #dadadc; background:#fff; overflow:hidden; height:auto}
.cheaderz { float:left}
.cheadert {float: right;width: 200px;margin-top: 45px;font-size: 15px;}
.clogin { background:#fff; border-radius: 5px; padding:65px 0; height:auto; overflow:hidden}
.cloginc { width:440px; height:auto; margin:0 auto;}
.clogincd { width:438px; height:48px; border:1px solid #eee; overflow:hidden; margin:0 0 20px; clear:both}
.clogincd span { float:left; margin:8px 11px;}
.clogincd em { float:left; margin:9px 0; width:380px}
.clogincd input { height:30px; line-height:30px; width:100%; border:none; font-size:14px;}
.clogincd3 { width:100%; height:50px; line-height:50px; text-align:center; color:#fff; font-size:18px; margin:20px 0; background:#ff5a60;}
.clogincd3 button { background:none; border:none; cursor:pointer; width:100%; height:50px; color:#fff; font-size:18px;}
.clogincd2 { width:100%; height:auto; margin:10px 0; clear:both; overflow:hidden}
.clogincd2z { float:left}
.clogincd2y { float:right}
.clogincd4 { clear:both; text-align:center; height:auto; font-size:14px;}
.clogincd4 a,.clogincd2y a { color:#3792ed}
.clogint { margin:20px auto; width:600px; font-size:16px; color:#333;}
.clogincd5 input { width:200px; height:30px; margin:9px; line-height:30px; border:none; font-size:14px;}
.clogincd5 a { display:block; width:98px; height:48px; font-size:16px; color:#999; border:1px solid #eee; text-align:center; line-height:48px;}
.clogincd5 img { border:1px solid #eee; vertical-align:middle}
.clogincd51 { border:1px solid #eee; width:218px; height:48px;}
.clogincd6 { border:1px solid #eee; margin:50px auto; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:24px; text-align:center; padding:60px 0; width:720px;}
.cdingdg { border:1px solid #eee; margin:0 auto; height:auto; background:#fff; overflow:hidden}
.cdingdgz { float:left; width:210px; height:auto; overflow:hidden}
.cdingdgy { float:right; width:988px; height:auto; overflow:hidden}
.cdingdgy1 { border-left:1px solid #eee; width:961px; float:left}
.cdingdgy2 { width:962px; height:auto; float:left}
.cdingdgy21 { border-left:1px solid #eee; height:auto; clear:both; overflow:hidden}
.cdingdgy22 { clear:both; height:auto; overflow:hidden; margin:40px 0 80px; width:600px; float:right;}
.cdingdgy22 li { float:left; width:300px;}
.cdingdgy22 li button { width:120px; text-align:center; font-size:14px; height:35px; line-height:35px; color:#fff; border:none; margin:0 auto; cursor:pointer}
.cdingdgy22li1 button { background:#ff5a60}
.cdingdgy22li2 button { background:#3792ed}
.cdingdgy211 { margin:20px; height:auto; clear:both; overflow:hidden}
.cdingdgy211z { float:left}
.cdingdgy211y { float:right}
.cdingdgy211z h4 { color:#888; height:25px; line-height:25px; clear:both; overflow:hidden; font-weight:500; font-size:14px;}
.cdingdgy211z h3 { color:#333; height:25px; line-height:25px; clear:both; overflow:hidden; font-weight:500; font-size:14px;}
.cdingdgy211y a { float:right; padding:0 10px; height:26px; line-height:26px; color:#fff; background:#ff5a60; margin:8px 0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cdingdgy213 { padding-top:40px; clear:both; height:auto; overflow:hidden}
.cdingdgy213z { float:left; width:440px; height:auto; border:1px solid #eee; margin:10px 10px 50px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.cdingdgy213zd1,.cdingdgy213zd2 { position:relative; clear:both; height:auto; overflow:hidden; margin:10px 0 20px;}
.cdingdgy213zd1z { width:48px; height:48px;}
.cdingdgy213zd1z img { width:100%; height:100%; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cdingdgy213zd1y h3 { font-size:14px; font-weight:500; width:100%; height:25px; clear:both; overflow:hidden}
.cdingdgy213zd1y h3 span {}
.cdingdgy213zd1y h3 em { color:#999}
.cdingdgy213zd1ydc { background:#e7e8eb; font-size:14px; padding:8px 12px;-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; position:relative}
.cdingdgy213zd1 .cdingdgy213zd1ydc { float:left}
.cdingdgy213zd2 .cdingdgy213zd1ydc { float:right}
.cdingdgy213zd1 .cdingdgy213zd1ydc span { width:8px; height:10px; background:url(jtzy.gif) no-repeat; display:block; position:absolute; left:-8px; top:14px}
.cdingdgy213zd2 .cdingdgy213zd1ydc span { width:8px; height:10px; background:url(jtzy2.gif) no-repeat; display:block; position:absolute; right:-7px; top:14px}
.cdingdgy213zd1 .cdingdgy213zd1z { position:absolute; left:0; top:0;}
.cdingdgy213zd1 .cdingdgy213zd1y { margin:0 10px 0 65px}
.cdingdgy213zd2 .cdingdgy213zd1z { position:absolute; right:0; top:0;}
.cdingdgy213zd2 .cdingdgy213zd1y { margin:0 65px 0 10px}
.cdingdgy213zd1 .cdingdgy213zd1y h3 { text-align:left}
.cdingdgy213zd2 .cdingdgy213zd1y h3 { text-align:right}
.cdingdgy213zd1 .cdingdgy213zd1y h3 em {padding-left:10px; }
.cdingdgy213zd2 .cdingdgy213zd1y h3 em {padding-right:10px;}
.cdingdgy213z_top { height:500px; padding:10px;}
.cdingdgy213z_bot { height:75px; width:100%; border-top:1px solid #eee; overflow:hidden}
.cdingdgy213z_botz { float:left; width:359px; padding:10px;}
.cdingdgy213z_boty { float:right; width:60px; text-align:center; border-left:1px solid #eee; height:75px; line-height:75px; font-size:14px; cursor:pointer}
.cdingdgy213z_botz textarea { border:none; width:100%; height:100%; background:none}
.cdingdgy213y { float:right; width:490px; height:auto; overflow:hidden}
.cdingdgy213 td { padding:10px 0; border-bottom:1px solid #eee; font-size:14px; line-height:22px;}
.cdingdgy213 td span { color:#999; padding-left:20px;}
.cdingdgy212 { width:962px; height:235px; background:url(hf.jpg) no-repeat;}
.cdingdgy212c { text-align:center; padding-top:50px; height:auto; color:#fff;}
.cdingdgy212c h2 img { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; width:100px; height:100px; border:2px solid #fff;}
.cdingdgy212c h3 img { vertical-align:middle; margin-left:5px;}
.cdingdgy212c h3 { font-size:15px; font-weight:500}
.cdingdgy212c h4 { font-size:14px; font-weight:500}
.cdingdgzli { margin:20px 0; height:auto; clear:both; overflow:hidden}
.cdingdgzli li { float:left; width:100%; height:33px; line-height:33px; font-size:14px;}
.cdingdgzli li a { color:#333; display:block; text-indent:50px;}
.cdingdgzli .a a,.cdingdgzli li a:hover { background:#ff5a60; color:#fff;}
.cshangjbj { width:930px; height:auto; margin:20px 0; float:right; clear:both; overflow:hidden}
.cshangjbj1 { background:url(hx.gif) left 50% repeat-x; width:100%; height:30px; line-height:30px; overflow:hidden}
.cshangjbj1 span { float:left; background:#fff; padding-right:10px; font-size:14px;}
.cshangjbj1 a { float:right; background:#fff; border:1px solid #f00; height:28px; line-height:28px; font-size:12px; padding:0 15px; margin-left:10px; color:#f00; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cshangjbj2 { width:500px; height:auto; margin:20px auto; overflow:hidden}
.cshangjbj2 td { font-size:14px; padding:5px 0;}
.cshangjbj2 span img { vertical-align:middle;}
.license { vertical-align:middle;}
.license img { width: 400px; height: 300px;}
.cshangjbj2 i { color:#999}
.cshangjbj2 select { width:100px;height:25px;margin-right: 15px;border:1px solid #eee; }
.cshangjbj2 .cshangjbj2in input { width:408px; border:1px solid #eee; height:22px; line-height:22px; text-indent:5px; color:#333;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cshangjbj2 td textarea { width:398px; padding:5px; border:1px solid #eee; height:auto; min-height:90px; line-height:22px; color:#333;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cshangjbj2li { padding-bottom:10px}
.cshangjbj2li li { float:left; width:50%;}
.cshangjbj2fuwu { padding:5px 0; clear:both}
.cshangjbj2fuwu li { float:left; margin-right:10px;}
.cshangjbj2fuwu li a { float:left; height:20px; padding:0 8px; border:1px solid #eee; position:relative}
.cshangjbj2fuwu li a span { position:absolute; right:-5px; top:-5px; background:url(x.gif) no-repeat; width:8px; height:8px;margin-bottom: 3px;}
.czhuce1 { width:1198px; border:1px solid #eee; background:#fff; margin:10px auto; overflow:hidden}
.czhuce11 { width:700px; margin:30px auto; font-size:14px; clear:both; overflow:hidden}
.czhuce11 span { float:left}
.czhuce11 a { float:right; color:#3792ed}
.czhuce12 { width:500px; height:auto; margin:0 auto 40px; font-size:14px;}
.czhuce12 td { padding:5px 0; clear:both;}
.czhuce12 p { border:1px solid #eee; height:33px; width:408px;}
.czhuce12 p input { width:100%; height:33px; line-height:33px; border:none; background:none; text-indent:5px}
.cshangjbj2but { width:100%; height:48px; line-height:48px; border:none; background:#ff5a5f; color:#fff; font-size:16px; text-align:center; cursor:pointer}
/*.imgboderp { border:1px solid #eee; padding:5px; width:398px;}*/
.imgboderp img { border:1px solid #eee; padding:5px; width:398px;}
/* by wanggp
.shangcutp { width:143px; height:21px; background:url(butsc.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}*/
.shangcutp { float:left;width:143px; height:21px; background:url(butsc.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}
.shangcutp input { width:143px; height:21px; background:none; border:none; position:absolute; right:0; top:0; opacity: 0; filter:alpha(opacity=0); cursor:pointer;}
/* by wanggp */
/*.shangcutp .cue { float:left;width:150px; height: 21px;}*/
.cshachsp { width:480px; height:auto; margin:0 auto}
.cshachspt { font-weight:bold;color:#333; font-size:14px; height:23px; line-height:23px; margin-top:10px; width:100%; clear:both; overflow:hidden}
.cshachspcin { width:48%; padding:5px; border:1px solid #eee; height:28px; line-height:28px; overflow:hidden; margin:5px 0;}
.cshachspc textarea { width:468px; padding:5px; border:1px solid #eee; height:auto; min-height:90px; line-height:28px; overflow:hidden; margin:5px 0;}
.cshachspt span { font-size:12px; color:#999}
.cshachspc2 { margin:10px auto; clear:both; text-align:center; height:auto; overflow:hidden}
.cshachspc2p { width:90px; height:25px; margin:0 auto; background:url(sc.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}
.cshachspc2p input { width:90px; height:25px; background:none; border:none; position:absolute; right:0; top:0; opacity: 0; filter:alpha(opacity=0); cursor:pointer;}
.cshachspc1 { padding:10px; border:1px solid #eee; width:458px; height:auto; background:#efefef; margin:10px 0; text-align:center;}
.cshachspc1 p { text-align:center; margin:10px auto; color:#000; font-size:14px}
/* by wanggp */
/* begin */
.cshachspc1 img { text-align:left; margin:10px; color:#000; width:200px; height:120px;}
/* end */
.retrie{position:relative;width:480px;z-index:102;height:100px}
.retrie dt{overflow:hidden;float:left;width:220px;height:38px;margin:5px 0}
.retrie dt input{float:left;width:160px;height:28px;line-height:28px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:0 0;border:1px solid #eee;text-indent:5px}
.retrie dt a{float:left;width:50px;height:32px;background:url(down.gif) 50% 0 no-repeat}
.retrie dt a:after{-webkit-transform:rotate(135deg)}
.retrie dt .up{background:url(up.gif) 50% 0 no-repeat}
.retrie dt .up:after{-webkit-transform:rotate(-45deg)}
.retrie dd{position:relative;width:120px}
.retrieslide{position:absolute;top:0;left:0;z-index:104;display:none;width:206px;max-height:200px;overflow-y:auto;background-color:#fff}
.retriearea .retrieslide{top:38px}
.retriearea2 .retrieslide{top:38px;left:220px}
.retriearea3 .retrieslide{top:86px;left:0}
.retriearea4 .retrieslide{top:86px;left:220px}
.retrieslide li{display:block;height:26px;border-bottom:1px solid #eee}
.retrieslide li a{display:block;padding:0 30px;height:26px;background-color:transparent;line-height:24px}
.retrieslide li a.selected,.retrieslide li a:hover{background-color:#f6f6f6}
.retrieslide li a.select{background-color:#fff}
.cshachspc3 { border:1px solid #eee; padding:0 2px; margin:5px 0; clear:both;}
#drag{ width:480px;height:400px; border:1px solid #eee;}
#drag .content{overflow:auto;}
#f_container{border: 1px solid #999999; z-index: 1000; display:none}
#container{width:290px;overflow: hidden;height: 20px;background:#F2F3F5;border: 5px solid #F2F3F5; }
#container select{border: 1px solid #ccc;}
.content .btn{width:105px; height: 30px;font-size: 13px; }
.chuangjlx { width:100%; background:url(hx.gif) left bottom repeat-x; height:35px; margin:20px 0; font-size:14px;}
.chuangjlxz { float:left}
.chuangjlxy { float:right; width:330px; height:28px; border:1px solid #eee;}
.chuangjlxy input { float:left; height:28px; line-height:28px; width:280px; padding:0 5px; background:none; border:none}
.chuangjlxy button { float:right; width:28px; height:28px; cursor:pointer; background:url(sea.gif) 50% 50% no-repeat; border:none; border-left:1px solid #eee;}
.chuangjlx li { float:left; padding:0 20px; height:32px; line-height:32px;}
.chuangjlx .a,.chuangjlx li:hover { border-bottom:3px solid #ff5a5f}
.chuangjlxc1 { width:920px; margin:20px auto; font-size:14px;}
.chuangjlxc2 { width:100%; margin:0 30px;}
.cshachspc4 { margin:5px 0; clear:both; height:auto; overflow:hidden}
.cshachspc4 textarea#lightdes{width: 94%;padding: 5px;border: 1px solid #eee;height: 200px;line-height: 28px;overflow: hidden;margin: 5px 0;}
.cshachspc4z { float:left; width:248px;}
.cshachspc4z img { border:1px solid #eee;width:248px}
.cshachspc4y { float:left; margin-left:20px; padding-top:33px}
.cshachspc3p { width:93px; height:21px; margin:0 auto; background:url(sc2.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}
.cshachspc3p input { width:93px; height:21px; background:none; border:none; position:absolute; right:0; top:0; opacity: 0; filter:alpha(opacity=0); cursor:pointer;}
.cshachspc6 { margin-top: 600px; margin-left: auto; margin-right: auto; margin-bottom: 40px;width:600px; text-align:center}
.cshachspc6 a {padding: 5px; width:120px; height:30px; line-height:30px; border:none; background:#ff6666; font-size:16px; color:#fff; text-align:center; cursor:pointer}
.cshachspc5 { margin:5px 0}
.cshachspc5 td { font-size:14px; color:#666; border-color:#eee;}
.chuangjlxc3 { width:100%; height:auto; padding-bottom:150px; clear:both; overflow:hidden}
.chuangjlxc3 tr:first-child td{font-size: 15px;font-weight: bold;}
.chuangjlxc3 tr:not(:first-child) td{color: #666;}
.chuangjlxc3 tr:not(:first-child):hover{background-color: #F0F0F0;}
.chuangjlxc3 td { text-align:center; padding:8px 0; border-bottom:1px solid #eee; font-size:14px;}
.chuangjlxc3 a { color:#3692ed}
.chuangjlxc3 td img { vertical-align:-1px; margin-left:5px;}
.chuangjlxc4 { height:30px; line-height:30px; width:914px; margin:15px auto; clear:both; overflow:hidden}
.chuangjlxc4z { float:left; padding-left:9px;}
.chuangjlxc4y { float:right}
.chuangjlxc4z li { float:left; margin-left:15px;}
.chuangjlxc4z li a { border:1px solid #eee; display:block; height:28px; line-height:28px; padding:0 10px; font-size:14px}
.chuangjlxc4z .a a,.chuangjlxc4z li a:hover { background:#ff5a5f; color:#fff; border:1px solid #ff5a5f;}
.chuangjlxc4z .add a{background: #44b549;color: #fff;border:none;}
.chuangjlxc4z li.add a:hover{background: #44b549;color: #fff;border:none;}
.chuangjlxc4y a { padding:0 20px 0 25px; height:30px; line-height:30px; font-size:14px; color:#fff; background:#ff5a5f url(xz.gif) 10px 50% no-repeat; float:right}
.chuangjlxc5 { width:940px; float:right; height:auto; clear:both; padding-bottom:50px;}
.chuangjlxc5d { float:left; width:180px; border:1px solid #eee; margin:0 10px 10px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position: relative;}
.chuangjlxc5d1 img { width:180px; height:146px; overflow:hidden}
.chuangjlxc5d2 { padding:0 5px 10px; clear:both; height:auto; overflow:hidden}
.chuangjlxc5d2 h3 { font-size:16px; height:25px; line-height:25px; font-weight:500}
.chuangjlxc5d2 h4 { font-size:12px; font-weight:500; height:24px; line-height:24px;}
.chuangjlxc5d2 h5 { font-size:12px; clear:both; height:33px; line-height:33px; overflow:hidden; font-weight:500;visibility: hidden;}
.chuangjlxc5d2 h5 span { float:left}
.chuangjlxc5d2 h5 em { float:right}
.chuangjlxc5d2 h5 em i { font-size:18px; color:#f00}
.chuangjlxc5d3 { cursor: pointer;background-color: #F0F0F0;border-top:1px solid #eee; width:100%; height:28px; line-height:28px; text-align:center; overflow:hidden; font-size:14px;}
.chuangjlxc5d3 a{color: #666;}
.chuangjlxc5d div.suipian_remove{cursor: pointer;position: absolute;right: -12px;top: -12px;background: url(remove.png) no-repeat;width: 24px;height: 24px;margin-bottom: 3px;}
.chuangjlx_spzz { float:left; width:333px; height:30px; line-height:30px;border: 1px solid #eee }
.chuangjlx_spzz input { float: left;height: 30px;line-height: 30px;width: 280px;padding: 0 5px;background: none;border: none;}
.chuangjlx_spzz button { float: right;width: 30px;height: 30px;cursor: pointer;background: url(sea.gif) 50% 50% no-repeat;border: none;border-left: 1px solid #eee;}
.chuangjlx_spz { float:left; width:190px; margin-left: 10px;height:26px; line-height:26px;}
.nice-select{
position: relative;color:#333; text-indent:10px; width:190px; height:26px;
}
.nice-select input{ display: block;width: 95%; text-indent:10px; border:1px solid #eee; height: 27px;background:none; font-size:12px;}
.nice-select ul li{height:26px;line-height:26px;overflow: hidden; width:100%; text-align:left; padding:0!important; text-indent:20px; cursor: pointer;}
.nice-select ul li.on{background-color: #ff5a5f; color:#fff;}
.cluxiangl1 { margin:10px 20px; clear:both; height:auto; overflow:hidden}
.cluxiangl2 { margin-bottom:50px; height:auto; clear:both; overflow:hidden}
.cluxiangl1d { width:333px; height:30px;border: 1px solid #eee}
.cluxiangl1d input { float: left;height: 30px;line-height: 30px;width: 280px;padding: 0 5px;background: none;border: none;}
.cluxiangl1d button { float: right;width: 30px;height: 30px;cursor: pointer;background: url(sea.gif) 50% 50% no-repeat;border: none;border-left: 1px solid #eee;}
.cluxiangl2z { float:left; width:95%; padding:0 20px;}
.cluxiangl2y { float:right; width:320px; height:360px; overflow:hidden; border:5px solid #efefef; position:relative; display:none}
.cluxiangl2zd { width:100%; height:auto; margin:10px 0; overflow:hidden}
.cluxiangl2zdz { float:left; width:85%; height:auto; border:1px solid #eee;}
.cluxiangl2zdy { float:right; width:107px; height:auto; padding-top:16px; overflow:hidden}
.cluxiangl2zdy li { float:left; width:100%; height:35px; overflow:hidden;}
.cluxiangl2zdy li a { display:block; width:103px; text-align:center; font-size:14px; color:#333; height:30px; line-height:30px; border:1px solid #eee;}
.cluxiangl2zdy .a,.cluxiangl2zdy li a:hover { background:#ff5a5f; color:#fff; border:1px solid #ff5a5f;}
.cluxiangl2zdzz { float:left; width:188px; height:138px; overflow:hidden}
.cluxiangl2zdzz img { width:100%; height:100%}
.cluxiangl2zdzy { float:right; width:545px; padding:10px 10px 10px 0; height:auto; overflow:hidden; font-size:14px;}
.cluxiangl2zdzy h3 { font-size:15px; height:25px; width:100%; clear:both; overflow:hidden}
.cluxiangl2zdzy h3 span { float:left}
.cluxiangl2zdzy h3 em { float:right; color:#f00}
.cluxiangl2ytop { position:absolute; right:10px; top:10px; z-index:9999}
.cluxiangl2ymap1 { width:318px; height:288px; border:1px solid #eee; overflow:hidden}
.cluxiangl2ymap2 { width:320px; height:auto; padding:10px; font-size:14px;}
.cyulanr1 { width:962px; height:235px; background:url(hf.jpg) no-repeat; clear:both; overflow:hidden}
.cyulanr1c { width:860px; height:auto; margin:110px auto 0;}
.cyulanr1cz { float:left}
.cyulanr1cy { float:right; padding-top:90px; color:#fff;}
.cyulanr1czz { float:left; width:100px; height:100px;}
.cyulanr1czz img {-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; border:2px solid #fff;}
.cyulanr1czy { float:left; padding-left:15px; padding-top:45px;}
.cyulanr1czy h3 { font-size:18px; font-weight:500; color:#fff; height:35px; line-height:35px; width:100%; clear:both; overflow:hidden}
.cyulanr1czy p { font-size:14px; color:#fff;}
.cyulanr2 { border-left:1px solid #eee; padding-bottom:20px; clear:both; height:auto;}
.cyulanr2d { height:50px; background:url(hx.gif) left bottom repeat-x; clear:both;}
.cyulanr2dz { float:left}
.cyulanr2dy {float:right}
.cyulanr2dz li { float:left; height:49px; font-size:14px;}
.cyulanr2dz li a { margin:10px 0; height:29px; line-height:29px; padding:0 20px; display:block; text-align:center; border-right:1px solid #eee;}
.cyulanr2dz .a { border-bottom:1px solid #ff5a5f}
.cyulanr2dz .a a { color:#ff5a5f}
.cyulanr2dyz { float:left; width:120px}
.cyulanr2dyy { float:right}
.cyulanr2dyy li { float:left; width:120px; text-align:center; height:49px; line-height:49px;}
.cyulanr2dyy li a { display:block; font-size:14px; color:#fff;}
.cyulanr2dyyli1 { background:#3692ed}
.cyulanr2dyyli2 { background:#ff6666}
.menuPopup{ position:relative;float:left; height:49px; line-height:49px; font-size:14px; padding:0 20px 0 0px; background:url(down2.gif) right 50% no-repeat}
.topfenxiangbox{ position: absolute; top:49px; left: 0; line-height: 20px; border: 1px solid #eee; border-top:none; background: #fff; z-index: 100; display: none;width:268px; padding: 0 5px;}
.cyulanr3 { margin:0 0 50px; clear:both; height:auto; overflow:hidden}
.cyulanr3tr1 td { text-align:center; padding:5px 0;}
.cyulanr3_td1 { vertical-align:middle}
.cyulanr3_td1 font { width:18px; height:18px; text-align:center; line-height:18px; display:block; margin:0 auto; font-size:12px!important; color:#fff; background:#999; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cyulanr3_td3 p { margin:10px; font-size:14px;}
.cyulanr3_td3 p span { display:block; font-size:12px; color:#999}
.cyulanr3_td4 p { margin:10px; font-size:12px; text-align:center}
.cyulanr3_td4 p img { vertical-align:middle; margin:0 3px}
.cyulanr3_td5d { font-size:14px; color:#333; margin:10px;}
.cyulanr3_td5d span { color:#999!important}
.cyulanr3_td6 { color:#333;}
.cyulanr3_td6 p { margin:10px}
.cyulanr3_td6 span { color:#999; font-size:12px; margin-top:10px; display:block}
.cyulanr4 { margin:0 0 50px; clear:both; height:auto; overflow:hidden}
.cyulanbzz { float:left; width:600px; padding-left:10px; margin-bottom:50px; height:auto; overflow:hidden}
.cyulanbzzz { float:left; width:50px; height:auto; overflow:hidden; text-align:center}
.cyulanbzzy { float:right; width:528px; border:1px solid #eee; height:auto; overflow:hidden}
.cyulanbzy { float:right; width:320px; height:360px; overflow:hidden; border:5px solid #efefef; position:relative;}
.none { display:none}
.cyulanbzzy1 { height:40px; padding:20px; border-bottom:1px solid #eee;}
.cyulanbzzy2d { width:100%; height:130px; clear:both; overflow:hidden;margin-top: 5px;}
.cyulanbzzy1z { float:left; width:40px; background:#ff5a5f; color:#fff; font-size:14px; text-align:center; line-height:40px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cyulanbzzy1y { float:left; padding-left:10px;}
.cyulanbzzy1y h3 { font-size:14px; font-weight:500; color:#333;}
.cyulanbzzy1y h4 { font-size:12px; color:#999; font-weight:500}
.cyulanbzzy2dy { float:left; width:300px; padding:10px; height:auto;}
.cyulanbzzy2dy h2 { font-size:15px; font-weight:500}
.cyulanbzzy2dy h3 { font-size:12px; margin:5px 0; color:#999; font-weight:500; clear:both}
.cyulanbzzy2dy p { font-size:12px; height:auto; line-height:25px; color:#999;}
.cyulanbzzy2dy p span { float:left}
.cyulanbzzy2dy p em { float:right}
.cyulanbzzy2dy p em i { font-size:18px; color:#f00}
.cyulanbzzz ul { background:url(sx.png) 4px top repeat-y; height:auto; overflow:hidden}
.cyulanbzzz ul li { margin:8px 0; font-size:14px; cursor:pointer}
.cyulanbzzz ul .active { background:url(liaon.png) left 50% no-repeat}
.chuangjlxy2 { float:right}
.chuangjlxy2 a { float:right; padding:0 20px; height:26px; line-height:26px; color:#fff; background:#ff5a60; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cpcjxctop { clear:both; padding:10px 0 30px 20px; height:auto; overflow:hidden;}
.cpcjxctopz { float:left;}
.cpcjxctopy { float:right; padding-top:12px;}
.cpcjxctopy li { float:left; width:35px;}
.cpcjxctopy li a { width:25px; display:block; background:#ff5a5f; float:right; height:25px; line-height:25px; text-align:center; color:#fff; font-size:16px; font-weight:600; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cpcjxctopz li { margin-bottom:10px;float:left; height:50px; width:110px; position:relative}
.cpcjxctopz li a { display:block; position:absolute; left:0; top:0; width:48px; height:48px; color:#ff5a5f; border:1px solid #ff5a5f; background:#fff; font-size:16px; text-align:center; line-height:50px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cpcjxctopz .a a,.cpcjxctopz li a:hover { color:#fff; background:#ff5a5f}
.cpcjxctopz li span { position:absolute; left:50px; top:0px; width:18px; height:4px; cursor:pointer; background:url(spanjian.gif) no-repeat; display:none}
.cpcjxcbot { clear:both; height:auto;position:relative}
.cpcjxcbotz { float:left; width:940px; padding-left:20px; height:auto; padding-bottom:180px}
.cpcjxcboty { position: absolute;top:116px;right:279px;background-color: #fff;}
.cpcjxcbotzz { float:left; width:300px; height:auto; border:1px solid #eee;}
.cpcjxcbotzy { float:right; width:458px; height:auto; border:1px solid #eee;}
.cpcjxcboty li { width:72px; height:72px; border-bottom:1px solid #eee; line-height:72px; text-align:center}
.cpcjxcboty li a { display:block; width:100%; height:100%; vertical-align:middle;font-size: 14px;}
.cpcjxcboty li img { vertical-align:middle}
.chuangjlxc4z_xc li { margin-left:2px!important; margin-right:15px}
.chuangjlxc4z_xc .light-tab {position:relative;margin-bottom: 5px;}
.chuangjlxc4z_xc .close {cursor:pointer;position: absolute;right: -4px;top: -3px;background: url(x.gif) no-repeat;width: 8px;height: 8px;margin-bottom: 3px;}
.cpcjxcbotzzt { border-bottom:1px solid #eee; width:100%; height:72px}
.cpcjxcbotzzb { width:100%; clear:both;}
.cpcjxcbotzzbd { padding:15px; height:40px; clear:both; cursor:pointer; position:relative}
.cpcjxcbotzzbd:hover { background:#eee;}
.cpcjxcbotzzbdz { float:left; font-size:16px}
.cpcjxcbotzzbdz img{
padding-right: 10px;
}
.cpcjxcbotzzbd img { vertical-align:middle}
.cpcjxcbotzzbdy { float:right; margin-top:5px; cursor:pointer}
.chuangjlx_sp { clear:both; height:25px;}
.chuangjlx_xc { width:100%; background:url(hx.gif) left bottom repeat-x; height:auto; margin:20px 0 0; font-size:14px;}
.chuangjlx_sp_xc { width:95%; clear:both; overflow:hidden; height:auto; border-top:1px solid #eee; margin:10px; padding:10px;}
.chuangjlx_sp_xcz { float:left}
.chuangjlx_sp_xcz li { float:left; padding:5px 10px;}
.chuangjlx_sp_xcz li a { padding:0 10px;}
.chuangjlx_sp_xcy { float:right;}
.chuangjlx_sp_xcy a { height:28px; line-height:28px; padding:0 10px; float:right; text-align:center; color:#fff; background:#ff5a5f}
.chuangjlx_sp_xcza1 { background:url(xcc1.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcza2 { background:url(xcc21.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcz .active .chuangjlx_sp_xcza1 { background:url(xc12.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcz .active .chuangjlx_sp_xcza2 { background:url(xcc2.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcz .active { border-bottom:1px solid #ff5a5f}
.cpcjxcbotzztz { float:left}
.cpcjxcbotzzty { float:right; position:relative}
.cpcjxcbotzzty .boxSearch { position:absolute; right:10px; top:20px; cursor:pointer}
.cpcjxcbotzzty .search_form_suggest {display:none; position:absolute; right:10px; top:50px; z-index:9999; }
.cpcjxc_tanc { width:235px; height:auto; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 4px 4px 22px #999;
-webkit-box-shadow: 4px 4px 22px #999;
box-shadow: 4px 4px 22px #999;}
.cpcjxc_tanct { width:100%; border-bottom:1px solid #eee; height:32px; line-height:32px;}
.cpcjxc_tanctz { float:left; padding-left:20px; font-size:14px; color:#333;}
.cpcjxc_tancty { float:right; padding-right:20px;}
.cpcjxc_tancc { clear:both; height:auto; overflow:hidden}
.cpcjxc_tancc li { float:left; width:100%; height:32px; line-height:32px; cursor:pointer; clear:both; overflow:hidden; text-indent:20px}
.cpcjxc_tancc li img { vertical-align:-2px; margin-right:13px;}
.cpcjxc_tancc_5 { border-top:1px solid #eee;}
.cpcjxcbotzzbd .search_form_suggest { display:none; width:235px; position:absolute; right:15px; top:45px; z-index:9999; height:auto; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 4px 4px 22px #999;
-webkit-box-shadow: 4px 4px 22px #999;
box-shadow: 4px 4px 22px #999;}
.cpcjxcbotzztz1 { height:24px; line-height:24px; margin:10px 10px 5px; clear:both}
.cpcjxcbotzztz1 input { background:none; border:none; color:#999;font-size: 13px;}
.cpcjxcbotzztz2 { padding:0 10px; clear:both; font-size:14px;}
.cpcjxcbotzztz2 input { border:none;}
.cluxiangl2zdz_xc { border:1px solid #eee; width:428px; height:auto; min-height: 168px; margin:0 auto 10px; position:relative}
.cluxiangl2zdz_xcz { float:left; width:168px; height:118px; margin:10px; overflow:hidden}
.cluxiangl2zdz_xcz img { width:100%; height:100%}
.cluxiangl2zdz_xcy { float:right; width:220px; padding:10px 10px 10px 0; height:auto; overflow:hidden; font-size:14px;}
.cluxiangl2zdz_xcy h3 { font-size:15px; height:25px; width:100%; clear:both; overflow:hidden}
.cluxiangl2zdz_xcy h3 span { float:left}
.cluxiangl2zdz_xcy h3 em { float:right; color:#f00}
.cluxiangl2zdz_xc1 { width:100%; clear:both; height:auto; overflow:hidden}
.cluxiangl2zdz_xc2 { height:30px; line-height:30px; border-top:1px solid #eee; text-align:center}
.cluxiangl2zdz_xc2 li { float:left; width:213px; border-right:1px solid #eee; text-align:center; font-size:14px;}
.cluxiangl2zdz_xc2 li img { vertical-align:-2px; margin-right:4px;}
.cluxiangl2zdz_xc2 .li2boxSearch { background:#ff5a5f; width:214px!important; cursor:pointer; color:#fff; border-right:none!important}
.cluxiangl2zdz_xc .search_form_suggest { display:none; width:235px; position:absolute; right:0px; top:175px; z-index:9999; height:auto; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 4px 4px 22px #999;
-webkit-box-shadow: 4px 4px 22px #999;
box-shadow: 4px 4px 22px #999;}
.cpcjxc_tancc_xcr { clear:both; height:auto; overflow:hidden}
.cpcjxc_tancc_xcr li { float:left; width:100%; height:32px; line-height:32px; cursor:pointer; clear:both; overflow:hidden;}
.cpcjxc_tancc_xcr li a { display:block; width:100%; height:32px;}
.cpcjxc_tancc_xcr li a:hover { background:#efefef}
.cpcjxc_tancc_xcr li span { float:left; margin-left:30px; margin-top:5px; font-size:12px; width:20px; line-height:20px; height:20px; text-align:center; color:#fff; background:#999; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cpcjxc_tancc_xcr li em { float:left; padding-left:10px}
.coverbai { display:none; position:absolute; left:0; top:0; right:0; bottom:0; background-color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 0.7);}
.coverbaic { width:1200px; height:auto; margin:146px auto;}
.coverbaicd { width:987px; height:auto; height:650px; background:#fff; border:1px solid #eee}
.coverbaicdz { float:left; width:71px; border-right:1px solid #eee; background:#e5e5e5; height:650px; overflow:hidden}
.coverbaicdy { float:right; width:915px; height:auto; overflow:hidden}
.coverbaicdz li { float:left; width:71px; height:81px; line-height:81px; border-bottom:1px solid #eee; text-align:center}
.coverbaicdz li a { width:71px; height:81px; display:block; text-align:center;}
.coverbaicdz .active { background:#ff5a5f}
#coverbaicdz_1 { background:url(ricon1.png) 50% 50% no-repeat}
#coverbaicdz_2 { background:url(ricon2.png) 50% 50% no-repeat}
#coverbaicdz_3 { background:url(ricon3.png) 50% 50% no-repeat}
.coverbaicdz .active #coverbaicdz_1 { background:url(ricon1a.png) 50% 50% no-repeat}
.coverbaicdz .active #coverbaicdz_2 { background:url(ricon2a.png) 50% 50% no-repeat}
.coverbaicdz .active #coverbaicdz_3 { background:url(ricon3a.png) 50% 50% no-repeat}
.coverbaicdy_1c { border-top:1px solid #eee; width:100%; height:auto; overflow:hidden; clear:both}
.coverbaicdy_1c li { float:left; width:100%; height:33px; line-height:33px; border-bottom:1px solid #eee; font-size:14px; text-align:center; color:#333;}
.co_li_sp1 { float:left; width:169px; border-right:1px solid #eee;}
.co_li_sp2 { float:left; width:249px; border-right:1px solid #eee;}
.co_li_sp3 { float:left; width:259px; border-right:1px solid #eee;}
.co_li_sp4 { float:left; width:180px;border-right:1px solid #eee;}
.co_li_sp5 {float: left;width: 50px;}
.coverbaicdy_1ty { float:right; width:150px; padding:15px;}
.coverbaicdy_1tz { float:left}
.coverbaicdy_1ty span { float:left; width:100px;}
.coverbaicdy_1ty em { float:right}
.coverbaicdy_1ty em img { padding:8px; border:1px solid #333; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; cursor:pointer; margin-top:5px;}
.coverbaicdy_1ty a { display:block; height:33px; line-height:33px; color:#fff; font-size:14px; text-align:center; background:#ff5a5f}
.coverbaicdy_1tz1 { float:left; padding:15px; font-size:14px; color:#333;}
.coverbaicdy_1tz1 input { border:1px solid #eee; width:160px; height:20px; line-height:20px; padding:5px; font-size:14px}
.coverbaicdy_1tz2 { float:left; width:280px; padding:15px; color:#333; font-size:14px}
.coverbaicdy_1tz2 input { border:1px solid #eee; width:130px; height:20px; line-height:20px; padding:5px; font-size:14px}
.select2 { width:95px; height:30px; line-height:30px; font-size:14px; background:none; border:none;}
.sleHid2 { display:block; width:90px; padding-left:5px; overflow:hidden; border:none}
.sleBG2 { width:80px; height:30px; line-height:28px; overflow:hidden; border:#eee 1px solid; border-left:none; background:#fff url(down2.gif) 90% 50% no-repeat; display:block;}
.coverbaicdy_1tz3 { float:left; width:110px; padding:15px; font-size:14px; color:#333;}
.select3 { width:80px; height:30px; line-height:30px; font-size:14px; background:none; border:none;}
.sleHid3 { display:block; width:65px; padding-left:5px; overflow:hidden; border:none}
.sleBG3 { width:60px; height:30px; line-height:28px; overflow:hidden; border:#eee 1px solid; background:#fff url(down2.gif) 90% 50% no-repeat; display:block;}
/* by wanggp */
.errmessage {
width:440px;
margin:0 auto;
color:red;
font-size:14px;
}
.cpcjxc_tc_pan { display:none; position:absolute; left:0; top:0; right:0; bottom:0; background-color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 0.7);}
.cpcjxc_tc_panc { width:760px; height:auto; margin:156px auto; position:relative}
.cpcjxc_tc_panc_gb { width:30px; height:30px; background:url(xx.png) no-repeat; position:absolute; right:0; top:0; display:block; cursor:pointer}
.cpcjxc_tc_pancd { width:650px; padding:25px; height:auto; overflow:hidden; background:#fff; margin:0 auto; -moz-box-shadow: 0px 0px 5px #333;
-webkit-box-shadow: 0px 0px 5px #333;
box-shadow: 0px 0px 5px #333;}
.cpcjxc_tc_pancd1 { height:50px; line-height:40px; font-size:16px; color:#333; clear:both; width:100%; overflow:hidden}
.cpcjxc_tc_pancd2 { padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #eee; width:100%; height:55px; overflow:hidden}
.cpcjxc_tc_pancd2z { float:left; width:55px; overflow:hidden}
.cpcjxc_tc_pancd2y { float:right; width:580px; padding:10px 0}
.cpcjxc_tc_pancd2y input { height:25px; line-height:25px; font-size:14px; color:#666; width:550px; padding:5px; border:1px solid #eee;}
.cpcjxc_tc_pancd3 { color:#333; font-size:14px;}
.cpcjxc_tc_pancd3 td { padding:13px 0;}
.cpcjxc_tc_pancd3_bo { border:1px solid #eee; width:208px; padding:0 5px; height:35px; line-height:35px;}
.nice-select_tc1 { width:218px; margin:5px 0; background:url("down2.gif") no-repeat scroll 190px 50%; text-indent:0!important}
.nice-select_tc1 ul { top:30px!important; left:-6px!important}
.nice-select_tc1 input { text-indent:5px!important}
.nice-select_tc1 ul li { height:33px; line-height:33px; font-size:14px; text-indent:10px!important}
.cpcjxc_tc_pancd3_bo input { border:none; font-size:14px; width:100%; text-indent:5px;}
#tianjiajstime_show { display:none}
.cpcjxc_tc_pancd3_hf1 { float:left; width:70px; height:35px; border-right:1px solid #eee;}
.cpcjxc_tc_pancd3_hf2 { float:left; width:80px; height:35px; border-right:1px solid #eee;}
.cpcjxc_tc_pancd3_hf3 { float:left; width:56px; height:35px;}
.nice-select_tc2 { width:80px; margin:5px 0; background:url("down2.gif") no-repeat scroll 60px 50%; text-indent:0!important}
.nice-select_tc2 ul { top:30px!important; left:-1px!important}
.nice-select_tc2 input { text-indent:10px!important}
.nice-select_tc2 ul li { height:33px; line-height:33px; font-size:14px; text-indent:10px!important}
.nice-select_tc3 { width:61px; margin:5px 0; background:url("down2.gif") no-repeat scroll 40px 50%; text-indent:0!important}
.nice-select_tc3 ul { top:30px!important; left:-1px!important}
.nice-select_tc3 input { text-indent:10px!important}
.nice-select_tc3 ul li { height:33px; line-height:33px; font-size:14px; text-indent:10px!important}
.cpcjxc_tc_pancd3_texta { border:1px solid #eee; padding:5px; font-size:14px; color:#666;}
.cpcjxc_tc_pancd3_texta textarea { border:none; width:100%; min-height:100px}
.cpcjxc_tc_pancd3_but { height:30px; line-height:30px; width:200px; float:right}
.cpcjxc_tc_pancd3_but li { float:left; width:100px; height:30px; overflow:hidden}
.cpcjxc_tc_pancd3_but li button { width:78px; height:28px; font-size:14px; float:right; text-align:center; line-height:25px; cursor:pointer; -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px;}
.cpcjxc_tc_pancd3_butli2 button { background:#41c074; border:1px solid #41c074; color:#fff;}
.cpcjxc_tc_pancd3_butli1 button { background:#fff; border:1px solid #41c074; color:#41c074}
.jiazaimore { clear:both; height:auto; padding:30px 0; overflow:hidden; text-align:center}
.jiazaimore a { padding:5px 20px; font-size:14px; color:#fff; background:#ff5a60}
.suipianrim { float:right; width:988px; height:auto; min-height:990px; overflow:hidden; position:relative}
.suipidel { width:958px; height:auto; min-height:1100px; position:absolute; left:1px; top:1px; background:#fff; display:none}
.suipidel1 { height:60px; border-bottom:1px solid #eee; padding:15px 0; width:100%; position:relative}
.suipidel1sp { position:absolute; right:0; top:8px; cursor:pointer;}
.suipidel1z { float:left; padding-left:25px;}
.suipidel1y { float:right; font-size:14px; padding-top:15px;}
.suipidel1y span { font-size:28px}
.suipidel1z h2 { font-size:28px; font-weight:500}
.suipidel1z h4 { font-size:14px; font-weight:500}
.suipidel2 { float:right; width:935px; height:auto; padding:20px 0 0 20px; overflow:hidden}
.suipidel2z { float:left; width:430px; height:auto; overflow:hidden}
.suipidel2y { float:right; width:480px; height:auto; overflow:hidden;}
.suipidel2z1 { width:280px; width:410px; border:10px solid #eee;}
.slideBox{ width:410px; height:280px; overflow:hidden; position:relative;}
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; left:45%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{ float:left; margin-right:5px; width:12px; height:12px; line-height:12px; text-align:center; background:#fff; cursor:pointer; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }
.slideBox .hd ul li.on{ background:#00b081; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:410px; height:280px; display:block; }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:20px; height:32px; background:url(zy.png) 0 0 no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox .next{ left:auto; right:3%; background-position:100% 0; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; }
.slideBox .prevStop{ display:none; }
.slideBox .nextStop{ display:none; }
.suipidel2z2 { height:50px; line-height:50px; font-size:16px; clear:both; width:100%; overflow:hidden}
.suipidel2z2 span { float:left; width:50%; text-align:center}
.suipidel2z2 em { float:right; width:50%; text-align:center}
.suipidel2z3 { border:1px solid #eee; padding:10px; clear:both; height:auto; max-height:230px; overflow-y:auto; font-size:14px; margin-bottom:10px;}
.suipidel2z3t { font-size:14px; vertical-align:middle; height:30px; line-height:30px; width:100%; overflow:hidden}
.suipidel2z3t img { vertical-align:middle; margin-right:5px;}
.suipidel2z3c { padding:0 16px; line-height:23px;}
.suipidel2z4 { border:1px solid #eee; padding:10px; clear:both; height:auto; overflow:hidden; font-size:14px; margin-bottom:10px;}
.suipidel2z4 li { float:left; width:100%; height:auto; line-height:30px; overflow:hidden}
.suipidel2z4 li span { float:left; width:95px;}
.suipidel2z4 li em { float:left;}
.suipidel2z4 li img { vertical-align:middle; margin-right:5px;}
.suipidel3 { margin:0 auto; width:350px; clear:both; height:auto; overflow:hidden; padding:20px 0}
.suipidel3 li { float:left; width:120px;}
.suipidel3li2 { float:right!important}
.suipidel3 li button { border:none; display:block; text-align:center; font-size:12px; color:#fff; width:120px; height:30px; line-height:30px;}
.suipidel3li1 button { background:#ff5a5f}
.suipidel3li2 button { background:#3692ed}
.xingchsupdel { float:right; width:630px; height:auto; min-height:750px; position:relative; border:1px solid #eee;}
.psuipxdel { position:absolute; right:0; top:0; min-height:770px; background:#fff; display:none}
.psuipxdel1 { height:55px; width:100%; border-bottom:1px solid #eee; clear:both}
.psuipxdel2 { padding:15px; clear:both; height:auto; overflow:hidden}
.psuipxdel1z { float:left; width:55px; height:55px; border-right:1px solid #eee; text-align:center; cursor:pointer}
.psuipxdel1z span { display:block; margin-top:20px;}
.psuipxdel1y { float:right; width:400px; text-align:center; line-height:23px; padding:6px 0; font-size:15px}
.psuipxdel21 { clear:both; height:auto; padding-bottom:10px; overflow:hidden}
.psuipxdel21z { float:left; width:210px; height:auto; overflow:hidden}
.psuipxdel21z img {width: 210px; height:147px;}
.psuipxdel21y { float:right; width:200px; height:auto; overflow:hidden}
.psuipxdel21y h2 { font-size:16px; font-weight:500; height:35px; width:100%; clear:both; overflow:hidden}
.psuipxdel21y h2 span { font-size:18px}
.psuipxdel21y h3 { font-size:14px; font-weight:500; height:25px; line-height:25px; clear:both; width:100%; overflow:hidden}
.psuipxdel21y h3 span { float:left}
.psuipxdel21y h3 em { float:right}
.psuipxdel21y h4 { width:150px; height:28px; line-height:28px; font-size:14px; margin-top:8px; border:1px solid #ff5a5f; color:#ff5a5f; text-align:center;}
.psuipxdel21y h4 a { color:#ff5a5f}
[id*='cpcjxcbotzy_'] {max-height:800px;overflow: auto;}
.my-btn {
float: right;
display: block;
width: 103px;
text-align: center;
font-size: 14px;
height: 30px;
line-height: 30px;
border: 1px solid #eee;
background-color: #2ecc71;
}
.title-input-li {
font-weight: bold;
color: #333;
font-size: 14px;
margin-top: 10px;
width: 100%;
clear: both;
overflow: hidden;
}
.title-input-in {
width: 48%;
border: 1px solid #eee;
height: 28px;
line-height: 28px;
overflow: hidden;
margin: 5px 10px;
}
/* Edgar新增 */
.chuangjlxc4z_xc input[type='checkbox']{
vertical-align: middle;
}
.dv-notice {
margin-top: 150px;
margin-left: 10px;
}
.p-notice {
font-size:20px;
}
.ta-notice {
width: 398px;
padding: 5px;
border: 1px solid #eee;
height: auto;
min-height: 190px;
line-height: 22px;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-left:60px;
margin-top:10px;
} | app/static/images/style.css | html { overflow-y:scroll}
*{word-wrap:break-word;}
body{ background:#465562; font-weight: normal;}
body,input,button,select,textarea{font:12px/1.5 'Microsoft Yahei','Simsun'; color:#444;}
textarea{resize:none;}body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,.pr,.pc{margin:0;padding:0;}
table{empty-cells:show;border-collapse:collapse;}caption,th{text-align:left;font-weight:400;}
ul li,.xl li{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:1em;}em,cite,i{font-style:normal;}
a{color:#333;text-decoration:none; /*transition:all .2s linear*/}
a:hover{text-decoration:blink;}
a img{border:none;}
label{cursor:pointer;}
ul,li { list-style:none}
/*清除浮动相关------------------*/
.clearfix:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.z{float:left;}
.y{float:right;}
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl{zoom:1;}
input {outline: none;}
textarea {outline: none;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
border:none; padding:0;
}
.height0 { height:0px; width:100%; clear:both; overflow:hidden}
.height10 { height:10px; width:100%; clear:both; overflow:hidden}
.height20 { height:20px; width:100%; clear:both; overflow:hidden}
.cmain { width:1200px; margin:0 auto}
.cheader { padding:15px 0; clear:both; border-bottom:1px solid #dadadc; background:#fff; overflow:hidden; height:auto}
.cheaderz { float:left}
.cheadert {float: right;width: 200px;margin-top: 45px;font-size: 15px;}
.clogin { background:#fff; border-radius: 5px; padding:65px 0; height:auto; overflow:hidden}
.cloginc { width:440px; height:auto; margin:0 auto;}
.clogincd { width:438px; height:48px; border:1px solid #eee; overflow:hidden; margin:0 0 20px; clear:both}
.clogincd span { float:left; margin:8px 11px;}
.clogincd em { float:left; margin:9px 0; width:380px}
.clogincd input { height:30px; line-height:30px; width:100%; border:none; font-size:14px;}
.clogincd3 { width:100%; height:50px; line-height:50px; text-align:center; color:#fff; font-size:18px; margin:20px 0; background:#ff5a60;}
.clogincd3 button { background:none; border:none; cursor:pointer; width:100%; height:50px; color:#fff; font-size:18px;}
.clogincd2 { width:100%; height:auto; margin:10px 0; clear:both; overflow:hidden}
.clogincd2z { float:left}
.clogincd2y { float:right}
.clogincd4 { clear:both; text-align:center; height:auto; font-size:14px;}
.clogincd4 a,.clogincd2y a { color:#3792ed}
.clogint { margin:20px auto; width:600px; font-size:16px; color:#333;}
.clogincd5 input { width:200px; height:30px; margin:9px; line-height:30px; border:none; font-size:14px;}
.clogincd5 a { display:block; width:98px; height:48px; font-size:16px; color:#999; border:1px solid #eee; text-align:center; line-height:48px;}
.clogincd5 img { border:1px solid #eee; vertical-align:middle}
.clogincd51 { border:1px solid #eee; width:218px; height:48px;}
.clogincd6 { border:1px solid #eee; margin:50px auto; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:24px; text-align:center; padding:60px 0; width:720px;}
.cdingdg { border:1px solid #eee; margin:0 auto; height:auto; background:#fff; overflow:hidden}
.cdingdgz { float:left; width:210px; height:auto; overflow:hidden}
.cdingdgy { float:right; width:988px; height:auto; overflow:hidden}
.cdingdgy1 { border-left:1px solid #eee; width:961px; float:left}
.cdingdgy2 { width:962px; height:auto; float:left}
.cdingdgy21 { border-left:1px solid #eee; height:auto; clear:both; overflow:hidden}
.cdingdgy22 { clear:both; height:auto; overflow:hidden; margin:40px 0 80px; width:600px; float:right;}
.cdingdgy22 li { float:left; width:300px;}
.cdingdgy22 li button { width:120px; text-align:center; font-size:14px; height:35px; line-height:35px; color:#fff; border:none; margin:0 auto; cursor:pointer}
.cdingdgy22li1 button { background:#ff5a60}
.cdingdgy22li2 button { background:#3792ed}
.cdingdgy211 { margin:20px; height:auto; clear:both; overflow:hidden}
.cdingdgy211z { float:left}
.cdingdgy211y { float:right}
.cdingdgy211z h4 { color:#888; height:25px; line-height:25px; clear:both; overflow:hidden; font-weight:500; font-size:14px;}
.cdingdgy211z h3 { color:#333; height:25px; line-height:25px; clear:both; overflow:hidden; font-weight:500; font-size:14px;}
.cdingdgy211y a { float:right; padding:0 10px; height:26px; line-height:26px; color:#fff; background:#ff5a60; margin:8px 0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cdingdgy213 { padding-top:40px; clear:both; height:auto; overflow:hidden}
.cdingdgy213z { float:left; width:440px; height:auto; border:1px solid #eee; margin:10px 10px 50px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.cdingdgy213zd1,.cdingdgy213zd2 { position:relative; clear:both; height:auto; overflow:hidden; margin:10px 0 20px;}
.cdingdgy213zd1z { width:48px; height:48px;}
.cdingdgy213zd1z img { width:100%; height:100%; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cdingdgy213zd1y h3 { font-size:14px; font-weight:500; width:100%; height:25px; clear:both; overflow:hidden}
.cdingdgy213zd1y h3 span {}
.cdingdgy213zd1y h3 em { color:#999}
.cdingdgy213zd1ydc { background:#e7e8eb; font-size:14px; padding:8px 12px;-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; position:relative}
.cdingdgy213zd1 .cdingdgy213zd1ydc { float:left}
.cdingdgy213zd2 .cdingdgy213zd1ydc { float:right}
.cdingdgy213zd1 .cdingdgy213zd1ydc span { width:8px; height:10px; background:url(jtzy.gif) no-repeat; display:block; position:absolute; left:-8px; top:14px}
.cdingdgy213zd2 .cdingdgy213zd1ydc span { width:8px; height:10px; background:url(jtzy2.gif) no-repeat; display:block; position:absolute; right:-7px; top:14px}
.cdingdgy213zd1 .cdingdgy213zd1z { position:absolute; left:0; top:0;}
.cdingdgy213zd1 .cdingdgy213zd1y { margin:0 10px 0 65px}
.cdingdgy213zd2 .cdingdgy213zd1z { position:absolute; right:0; top:0;}
.cdingdgy213zd2 .cdingdgy213zd1y { margin:0 65px 0 10px}
.cdingdgy213zd1 .cdingdgy213zd1y h3 { text-align:left}
.cdingdgy213zd2 .cdingdgy213zd1y h3 { text-align:right}
.cdingdgy213zd1 .cdingdgy213zd1y h3 em {padding-left:10px; }
.cdingdgy213zd2 .cdingdgy213zd1y h3 em {padding-right:10px;}
.cdingdgy213z_top { height:500px; padding:10px;}
.cdingdgy213z_bot { height:75px; width:100%; border-top:1px solid #eee; overflow:hidden}
.cdingdgy213z_botz { float:left; width:359px; padding:10px;}
.cdingdgy213z_boty { float:right; width:60px; text-align:center; border-left:1px solid #eee; height:75px; line-height:75px; font-size:14px; cursor:pointer}
.cdingdgy213z_botz textarea { border:none; width:100%; height:100%; background:none}
.cdingdgy213y { float:right; width:490px; height:auto; overflow:hidden}
.cdingdgy213 td { padding:10px 0; border-bottom:1px solid #eee; font-size:14px; line-height:22px;}
.cdingdgy213 td span { color:#999; padding-left:20px;}
.cdingdgy212 { width:962px; height:235px; background:url(hf.jpg) no-repeat;}
.cdingdgy212c { text-align:center; padding-top:50px; height:auto; color:#fff;}
.cdingdgy212c h2 img { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; width:100px; height:100px; border:2px solid #fff;}
.cdingdgy212c h3 img { vertical-align:middle; margin-left:5px;}
.cdingdgy212c h3 { font-size:15px; font-weight:500}
.cdingdgy212c h4 { font-size:14px; font-weight:500}
.cdingdgzli { margin:20px 0; height:auto; clear:both; overflow:hidden}
.cdingdgzli li { float:left; width:100%; height:33px; line-height:33px; font-size:14px;}
.cdingdgzli li a { color:#333; display:block; text-indent:50px;}
.cdingdgzli .a a,.cdingdgzli li a:hover { background:#ff5a60; color:#fff;}
.cshangjbj { width:930px; height:auto; margin:20px 0; float:right; clear:both; overflow:hidden}
.cshangjbj1 { background:url(hx.gif) left 50% repeat-x; width:100%; height:30px; line-height:30px; overflow:hidden}
.cshangjbj1 span { float:left; background:#fff; padding-right:10px; font-size:14px;}
.cshangjbj1 a { float:right; background:#fff; border:1px solid #f00; height:28px; line-height:28px; font-size:12px; padding:0 15px; margin-left:10px; color:#f00; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cshangjbj2 { width:500px; height:auto; margin:20px auto; overflow:hidden}
.cshangjbj2 td { font-size:14px; padding:5px 0;}
.cshangjbj2 span img { vertical-align:middle;}
.license { vertical-align:middle;}
.license img { width: 400px; height: 300px;}
.cshangjbj2 i { color:#999}
.cshangjbj2 select { width:100px;height:25px;margin-right: 15px;border:1px solid #eee; }
.cshangjbj2 .cshangjbj2in input { width:408px; border:1px solid #eee; height:22px; line-height:22px; text-indent:5px; color:#333;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cshangjbj2 td textarea { width:398px; padding:5px; border:1px solid #eee; height:auto; min-height:90px; line-height:22px; color:#333;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cshangjbj2li { padding-bottom:10px}
.cshangjbj2li li { float:left; width:50%;}
.cshangjbj2fuwu { padding:5px 0; clear:both}
.cshangjbj2fuwu li { float:left; margin-right:10px;}
.cshangjbj2fuwu li a { float:left; height:20px; padding:0 8px; border:1px solid #eee; position:relative}
.cshangjbj2fuwu li a span { position:absolute; right:-5px; top:-5px; background:url(x.gif) no-repeat; width:8px; height:8px;margin-bottom: 3px;}
.czhuce1 { width:1198px; border:1px solid #eee; background:#fff; margin:10px auto; overflow:hidden}
.czhuce11 { width:700px; margin:30px auto; font-size:14px; clear:both; overflow:hidden}
.czhuce11 span { float:left}
.czhuce11 a { float:right; color:#3792ed}
.czhuce12 { width:500px; height:auto; margin:0 auto 40px; font-size:14px;}
.czhuce12 td { padding:5px 0; clear:both;}
.czhuce12 p { border:1px solid #eee; height:33px; width:408px;}
.czhuce12 p input { width:100%; height:33px; line-height:33px; border:none; background:none; text-indent:5px}
.cshangjbj2but { width:100%; height:48px; line-height:48px; border:none; background:#ff5a5f; color:#fff; font-size:16px; text-align:center; cursor:pointer}
/*.imgboderp { border:1px solid #eee; padding:5px; width:398px;}*/
.imgboderp img { border:1px solid #eee; padding:5px; width:398px;}
/* by wanggp
.shangcutp { width:143px; height:21px; background:url(butsc.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}*/
.shangcutp { float:left;width:143px; height:21px; background:url(butsc.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}
.shangcutp input { width:143px; height:21px; background:none; border:none; position:absolute; right:0; top:0; opacity: 0; filter:alpha(opacity=0); cursor:pointer;}
/* by wanggp */
/*.shangcutp .cue { float:left;width:150px; height: 21px;}*/
.cshachsp { width:480px; height:auto; margin:0 auto}
.cshachspt { font-weight:bold;color:#333; font-size:14px; height:23px; line-height:23px; margin-top:10px; width:100%; clear:both; overflow:hidden}
.cshachspcin { width:48%; padding:5px; border:1px solid #eee; height:28px; line-height:28px; overflow:hidden; margin:5px 0;}
.cshachspc textarea { width:468px; padding:5px; border:1px solid #eee; height:auto; min-height:90px; line-height:28px; overflow:hidden; margin:5px 0;}
.cshachspt span { font-size:12px; color:#999}
.cshachspc2 { margin:10px auto; clear:both; text-align:center; height:auto; overflow:hidden}
.cshachspc2p { width:90px; height:25px; margin:0 auto; background:url(sc.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}
.cshachspc2p input { width:90px; height:25px; background:none; border:none; position:absolute; right:0; top:0; opacity: 0; filter:alpha(opacity=0); cursor:pointer;}
.cshachspc1 { padding:10px; border:1px solid #eee; width:458px; height:auto; background:#efefef; margin:10px 0; text-align:center;}
.cshachspc1 p { text-align:center; margin:10px auto; color:#000; font-size:14px}
/* by wanggp */
/* begin */
.cshachspc1 img { text-align:left; margin:10px; color:#000; width:200px; height:120px;}
/* end */
.retrie{position:relative;width:480px;z-index:102;height:100px}
.retrie dt{overflow:hidden;float:left;width:220px;height:38px;margin:5px 0}
.retrie dt input{float:left;width:160px;height:28px;line-height:28px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:0 0;border:1px solid #eee;text-indent:5px}
.retrie dt a{float:left;width:50px;height:32px;background:url(down.gif) 50% 0 no-repeat}
.retrie dt a:after{-webkit-transform:rotate(135deg)}
.retrie dt .up{background:url(up.gif) 50% 0 no-repeat}
.retrie dt .up:after{-webkit-transform:rotate(-45deg)}
.retrie dd{position:relative;width:120px}
.retrieslide{position:absolute;top:0;left:0;z-index:104;display:none;width:206px;max-height:200px;overflow-y:auto;background-color:#fff}
.retriearea .retrieslide{top:38px}
.retriearea2 .retrieslide{top:38px;left:220px}
.retriearea3 .retrieslide{top:86px;left:0}
.retriearea4 .retrieslide{top:86px;left:220px}
.retrieslide li{display:block;height:26px;border-bottom:1px solid #eee}
.retrieslide li a{display:block;padding:0 30px;height:26px;background-color:transparent;line-height:24px}
.retrieslide li a.selected,.retrieslide li a:hover{background-color:#f6f6f6}
.retrieslide li a.select{background-color:#fff}
.cshachspc3 { border:1px solid #eee; padding:0 2px; margin:5px 0; clear:both;}
#drag{ width:480px;height:400px; border:1px solid #eee;}
#drag .content{overflow:auto;}
#f_container{border: 1px solid #999999; z-index: 1000; display:none}
#container{width:290px;overflow: hidden;height: 20px;background:#F2F3F5;border: 5px solid #F2F3F5; }
#container select{border: 1px solid #ccc;}
.content .btn{width:105px; height: 30px;font-size: 13px; }
.chuangjlx { width:100%; background:url(hx.gif) left bottom repeat-x; height:35px; margin:20px 0; font-size:14px;}
.chuangjlxz { float:left}
.chuangjlxy { float:right; width:330px; height:28px; border:1px solid #eee;}
.chuangjlxy input { float:left; height:28px; line-height:28px; width:280px; padding:0 5px; background:none; border:none}
.chuangjlxy button { float:right; width:28px; height:28px; cursor:pointer; background:url(sea.gif) 50% 50% no-repeat; border:none; border-left:1px solid #eee;}
.chuangjlx li { float:left; padding:0 20px; height:32px; line-height:32px;}
.chuangjlx .a,.chuangjlx li:hover { border-bottom:3px solid #ff5a5f}
.chuangjlxc1 { width:920px; margin:20px auto; font-size:14px;}
.chuangjlxc2 { width:100%; margin:0 30px;}
.cshachspc4 { margin:5px 0; clear:both; height:auto; overflow:hidden}
.cshachspc4 textarea#lightdes{width: 94%;padding: 5px;border: 1px solid #eee;height: 200px;line-height: 28px;overflow: hidden;margin: 5px 0;}
.cshachspc4z { float:left; width:248px;}
.cshachspc4z img { border:1px solid #eee;width:248px}
.cshachspc4y { float:left; margin-left:20px; padding-top:33px}
.cshachspc3p { width:93px; height:21px; margin:0 auto; background:url(sc2.gif) no-repeat; background-size:100% 100%; border:none; overflow:hidden; position:relative; cursor:pointer}
.cshachspc3p input { width:93px; height:21px; background:none; border:none; position:absolute; right:0; top:0; opacity: 0; filter:alpha(opacity=0); cursor:pointer;}
.cshachspc6 { margin-top: 600px; margin-left: auto; margin-right: auto; margin-bottom: 40px;width:600px; text-align:center}
.cshachspc6 a {padding: 5px; width:120px; height:30px; line-height:30px; border:none; background:#ff6666; font-size:16px; color:#fff; text-align:center; cursor:pointer}
.cshachspc5 { margin:5px 0}
.cshachspc5 td { font-size:14px; color:#666; border-color:#eee;}
.chuangjlxc3 { width:100%; height:auto; padding-bottom:150px; clear:both; overflow:hidden}
.chuangjlxc3 tr:first-child td{font-size: 15px;font-weight: bold;}
.chuangjlxc3 tr:not(:first-child) td{color: #666;}
.chuangjlxc3 tr:not(:first-child):hover{background-color: #F0F0F0;}
.chuangjlxc3 td { text-align:center; padding:8px 0; border-bottom:1px solid #eee; font-size:14px;}
.chuangjlxc3 a { color:#3692ed}
.chuangjlxc3 td img { vertical-align:-1px; margin-left:5px;}
.chuangjlxc4 { height:30px; line-height:30px; width:914px; margin:15px auto; clear:both; overflow:hidden}
.chuangjlxc4z { float:left; padding-left:9px;}
.chuangjlxc4y { float:right}
.chuangjlxc4z li { float:left; margin-left:15px;}
.chuangjlxc4z li a { border:1px solid #eee; display:block; height:28px; line-height:28px; padding:0 10px; font-size:14px}
.chuangjlxc4z .a a,.chuangjlxc4z li a:hover { background:#ff5a5f; color:#fff; border:1px solid #ff5a5f;}
.chuangjlxc4z .add a{background: #44b549;color: #fff;border:none;}
.chuangjlxc4z li.add a:hover{background: #44b549;color: #fff;border:none;}
.chuangjlxc4y a { padding:0 20px 0 25px; height:30px; line-height:30px; font-size:14px; color:#fff; background:#ff5a5f url(xz.gif) 10px 50% no-repeat; float:right}
.chuangjlxc5 { width:940px; float:right; height:auto; clear:both; padding-bottom:50px;}
.chuangjlxc5d { float:left; width:180px; border:1px solid #eee; margin:0 10px 10px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position: relative;}
.chuangjlxc5d1 img { width:180px; height:146px; overflow:hidden}
.chuangjlxc5d2 { padding:0 5px 10px; clear:both; height:auto; overflow:hidden}
.chuangjlxc5d2 h3 { font-size:16px; height:25px; line-height:25px; font-weight:500}
.chuangjlxc5d2 h4 { font-size:12px; font-weight:500; height:24px; line-height:24px;}
.chuangjlxc5d2 h5 { font-size:12px; clear:both; height:33px; line-height:33px; overflow:hidden; font-weight:500;visibility: hidden;}
.chuangjlxc5d2 h5 span { float:left}
.chuangjlxc5d2 h5 em { float:right}
.chuangjlxc5d2 h5 em i { font-size:18px; color:#f00}
.chuangjlxc5d3 { cursor: pointer;background-color: #F0F0F0;border-top:1px solid #eee; width:100%; height:28px; line-height:28px; text-align:center; overflow:hidden; font-size:14px;}
.chuangjlxc5d3 a{color: #666;}
.chuangjlxc5d div.suipian_remove{cursor: pointer;position: absolute;right: -12px;top: -12px;background: url(remove.png) no-repeat;width: 24px;height: 24px;margin-bottom: 3px;}
.chuangjlx_spzz { float:left; width:333px; height:30px; line-height:30px;border: 1px solid #eee }
.chuangjlx_spzz input { float: left;height: 30px;line-height: 30px;width: 280px;padding: 0 5px;background: none;border: none;}
.chuangjlx_spzz button { float: right;width: 30px;height: 30px;cursor: pointer;background: url(sea.gif) 50% 50% no-repeat;border: none;border-left: 1px solid #eee;}
.chuangjlx_spz { float:left; width:190px; margin-left: 10px;height:26px; line-height:26px;}
.nice-select{
position: relative;color:#333; text-indent:10px; width:190px; height:26px;
}
.nice-select input{ display: block;width: 95%; text-indent:10px; border:1px solid #eee; height: 27px;background:none; font-size:12px;}
.nice-select ul li{height:26px;line-height:26px;overflow: hidden; width:100%; text-align:left; padding:0!important; text-indent:20px; cursor: pointer;}
.nice-select ul li.on{background-color: #ff5a5f; color:#fff;}
.cluxiangl1 { margin:10px 20px; clear:both; height:auto; overflow:hidden}
.cluxiangl2 { margin-bottom:50px; height:auto; clear:both; overflow:hidden}
.cluxiangl1d { width:333px; height:30px;border: 1px solid #eee}
.cluxiangl1d input { float: left;height: 30px;line-height: 30px;width: 280px;padding: 0 5px;background: none;border: none;}
.cluxiangl1d button { float: right;width: 30px;height: 30px;cursor: pointer;background: url(sea.gif) 50% 50% no-repeat;border: none;border-left: 1px solid #eee;}
.cluxiangl2z { float:left; width:95%; padding:0 20px;}
.cluxiangl2y { float:right; width:320px; height:360px; overflow:hidden; border:5px solid #efefef; position:relative; display:none}
.cluxiangl2zd { width:100%; height:auto; margin:10px 0; overflow:hidden}
.cluxiangl2zdz { float:left; width:85%; height:auto; border:1px solid #eee;}
.cluxiangl2zdy { float:right; width:107px; height:auto; padding-top:16px; overflow:hidden}
.cluxiangl2zdy li { float:left; width:100%; height:35px; overflow:hidden;}
.cluxiangl2zdy li a { display:block; width:103px; text-align:center; font-size:14px; color:#333; height:30px; line-height:30px; border:1px solid #eee;}
.cluxiangl2zdy .a,.cluxiangl2zdy li a:hover { background:#ff5a5f; color:#fff; border:1px solid #ff5a5f;}
.cluxiangl2zdzz { float:left; width:188px; height:138px; overflow:hidden}
.cluxiangl2zdzz img { width:100%; height:100%}
.cluxiangl2zdzy { float:right; width:545px; padding:10px 10px 10px 0; height:auto; overflow:hidden; font-size:14px;}
.cluxiangl2zdzy h3 { font-size:15px; height:25px; width:100%; clear:both; overflow:hidden}
.cluxiangl2zdzy h3 span { float:left}
.cluxiangl2zdzy h3 em { float:right; color:#f00}
.cluxiangl2ytop { position:absolute; right:10px; top:10px; z-index:9999}
.cluxiangl2ymap1 { width:318px; height:288px; border:1px solid #eee; overflow:hidden}
.cluxiangl2ymap2 { width:320px; height:auto; padding:10px; font-size:14px;}
.cyulanr1 { width:962px; height:235px; background:url(hf.jpg) no-repeat; clear:both; overflow:hidden}
.cyulanr1c { width:860px; height:auto; margin:110px auto 0;}
.cyulanr1cz { float:left}
.cyulanr1cy { float:right; padding-top:90px; color:#fff;}
.cyulanr1czz { float:left; width:100px; height:100px;}
.cyulanr1czz img {-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; border:2px solid #fff;}
.cyulanr1czy { float:left; padding-left:15px; padding-top:45px;}
.cyulanr1czy h3 { font-size:18px; font-weight:500; color:#fff; height:35px; line-height:35px; width:100%; clear:both; overflow:hidden}
.cyulanr1czy p { font-size:14px; color:#fff;}
.cyulanr2 { border-left:1px solid #eee; padding-bottom:20px; clear:both; height:auto;}
.cyulanr2d { height:50px; background:url(hx.gif) left bottom repeat-x; clear:both;}
.cyulanr2dz { float:left}
.cyulanr2dy {float:right}
.cyulanr2dz li { float:left; height:49px; font-size:14px;}
.cyulanr2dz li a { margin:10px 0; height:29px; line-height:29px; padding:0 20px; display:block; text-align:center; border-right:1px solid #eee;}
.cyulanr2dz .a { border-bottom:1px solid #ff5a5f}
.cyulanr2dz .a a { color:#ff5a5f}
.cyulanr2dyz { float:left; width:120px}
.cyulanr2dyy { float:right}
.cyulanr2dyy li { float:left; width:120px; text-align:center; height:49px; line-height:49px;}
.cyulanr2dyy li a { display:block; font-size:14px; color:#fff;}
.cyulanr2dyyli1 { background:#3692ed}
.cyulanr2dyyli2 { background:#ff6666}
.menuPopup{ position:relative;float:left; height:49px; line-height:49px; font-size:14px; padding:0 20px 0 0px; background:url(down2.gif) right 50% no-repeat}
.topfenxiangbox{ position: absolute; top:49px; left: 0; line-height: 20px; border: 1px solid #eee; border-top:none; background: #fff; z-index: 100; display: none;width:268px; padding: 0 5px;}
.cyulanr3 { margin:0 0 50px; clear:both; height:auto; overflow:hidden}
.cyulanr3tr1 td { text-align:center; padding:5px 0;}
.cyulanr3_td1 { vertical-align:middle}
.cyulanr3_td1 font { width:18px; height:18px; text-align:center; line-height:18px; display:block; margin:0 auto; font-size:12px!important; color:#fff; background:#999; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cyulanr3_td3 p { margin:10px; font-size:14px;}
.cyulanr3_td3 p span { display:block; font-size:12px; color:#999}
.cyulanr3_td4 p { margin:10px; font-size:12px; text-align:center}
.cyulanr3_td4 p img { vertical-align:middle; margin:0 3px}
.cyulanr3_td5d { font-size:14px; color:#333; margin:10px;}
.cyulanr3_td5d span { color:#999!important}
.cyulanr3_td6 { color:#333;}
.cyulanr3_td6 p { margin:10px}
.cyulanr3_td6 span { color:#999; font-size:12px; margin-top:10px; display:block}
.cyulanr4 { margin:0 0 50px; clear:both; height:auto; overflow:hidden}
.cyulanbzz { float:left; width:600px; padding-left:10px; margin-bottom:50px; height:auto; overflow:hidden}
.cyulanbzzz { float:left; width:50px; height:auto; overflow:hidden; text-align:center}
.cyulanbzzy { float:right; width:528px; border:1px solid #eee; height:auto; overflow:hidden}
.cyulanbzy { float:right; width:320px; height:360px; overflow:hidden; border:5px solid #efefef; position:relative;}
.none { display:none}
.cyulanbzzy1 { height:40px; padding:20px; border-bottom:1px solid #eee;}
.cyulanbzzy2d { width:100%; height:130px; clear:both; overflow:hidden;margin-top: 5px;}
.cyulanbzzy1z { float:left; width:40px; background:#ff5a5f; color:#fff; font-size:14px; text-align:center; line-height:40px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cyulanbzzy1y { float:left; padding-left:10px;}
.cyulanbzzy1y h3 { font-size:14px; font-weight:500; color:#333;}
.cyulanbzzy1y h4 { font-size:12px; color:#999; font-weight:500}
.cyulanbzzy2dy { float:left; width:300px; padding:10px; height:auto;}
.cyulanbzzy2dy h2 { font-size:15px; font-weight:500}
.cyulanbzzy2dy h3 { font-size:12px; margin:5px 0; color:#999; font-weight:500; clear:both}
.cyulanbzzy2dy p { font-size:12px; height:auto; line-height:25px; color:#999;}
.cyulanbzzy2dy p span { float:left}
.cyulanbzzy2dy p em { float:right}
.cyulanbzzy2dy p em i { font-size:18px; color:#f00}
.cyulanbzzz ul { background:url(sx.png) 4px top repeat-y; height:auto; overflow:hidden}
.cyulanbzzz ul li { margin:8px 0; font-size:14px; cursor:pointer}
.cyulanbzzz ul .active { background:url(liaon.png) left 50% no-repeat}
.chuangjlxy2 { float:right}
.chuangjlxy2 a { float:right; padding:0 20px; height:26px; line-height:26px; color:#fff; background:#ff5a60; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cpcjxctop { clear:both; padding:10px 0 30px 20px; height:auto; overflow:hidden;}
.cpcjxctopz { float:left;}
.cpcjxctopy { float:right; padding-top:12px;}
.cpcjxctopy li { float:left; width:35px;}
.cpcjxctopy li a { width:25px; display:block; background:#ff5a5f; float:right; height:25px; line-height:25px; text-align:center; color:#fff; font-size:16px; font-weight:600; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cpcjxctopz li { margin-bottom:10px;float:left; height:50px; width:110px; position:relative}
.cpcjxctopz li a { display:block; position:absolute; left:0; top:0; width:48px; height:48px; color:#ff5a5f; border:1px solid #ff5a5f; background:#fff; font-size:16px; text-align:center; line-height:50px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cpcjxctopz .a a,.cpcjxctopz li a:hover { color:#fff; background:#ff5a5f}
.cpcjxctopz li span { position:absolute; left:50px; top:0px; width:18px; height:4px; cursor:pointer; background:url(spanjian.gif) no-repeat; display:none}
.cpcjxcbot { clear:both; height:auto;position:relative}
.cpcjxcbotz { float:left; width:940px; padding-left:20px; height:auto; padding-bottom:180px}
.cpcjxcboty { position: absolute;top:116px;right:279px;background-color: #fff;}
.cpcjxcbotzz { float:left; width:300px; height:auto; border:1px solid #eee;}
.cpcjxcbotzy { float:right; width:458px; height:auto; border:1px solid #eee;}
.cpcjxcboty li { width:72px; height:72px; border-bottom:1px solid #eee; line-height:72px; text-align:center}
.cpcjxcboty li a { display:block; width:100%; height:100%; vertical-align:middle;font-size: 14px;}
.cpcjxcboty li img { vertical-align:middle}
.chuangjlxc4z_xc li { margin-left:2px!important; margin-right:15px}
.chuangjlxc4z_xc .light-tab {position:relative;margin-bottom: 5px;}
.chuangjlxc4z_xc .close {cursor:pointer;position: absolute;right: -4px;top: -3px;background: url(x.gif) no-repeat;width: 8px;height: 8px;margin-bottom: 3px;}
.cpcjxcbotzzt { border-bottom:1px solid #eee; width:100%; height:72px}
.cpcjxcbotzzb { width:100%; clear:both;}
.cpcjxcbotzzbd { padding:15px; height:40px; clear:both; cursor:pointer; position:relative}
.cpcjxcbotzzbd:hover { background:#eee;}
.cpcjxcbotzzbdz { float:left; font-size:16px}
.cpcjxcbotzzbdz img{
padding-right: 10px;
}
.cpcjxcbotzzbd img { vertical-align:middle}
.cpcjxcbotzzbdy { float:right; margin-top:5px; cursor:pointer}
.chuangjlx_sp { clear:both; height:25px;}
.chuangjlx_xc { width:100%; background:url(hx.gif) left bottom repeat-x; height:auto; margin:20px 0 0; font-size:14px;}
.chuangjlx_sp_xc { width:95%; clear:both; overflow:hidden; height:auto; border-top:1px solid #eee; margin:10px; padding:10px;}
.chuangjlx_sp_xcz { float:left}
.chuangjlx_sp_xcz li { float:left; padding:5px 10px;}
.chuangjlx_sp_xcz li a { padding:0 10px;}
.chuangjlx_sp_xcy { float:right;}
.chuangjlx_sp_xcy a { height:28px; line-height:28px; padding:0 10px; float:right; text-align:center; color:#fff; background:#ff5a5f}
.chuangjlx_sp_xcza1 { background:url(xcc1.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcza2 { background:url(xcc21.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcz .active .chuangjlx_sp_xcza1 { background:url(xc12.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcz .active .chuangjlx_sp_xcza2 { background:url(xcc2.png) left 50% no-repeat; padding-left:25px!important;}
.chuangjlx_sp_xcz .active { border-bottom:1px solid #ff5a5f}
.cpcjxcbotzztz { float:left}
.cpcjxcbotzzty { float:right; position:relative}
.cpcjxcbotzzty .boxSearch { position:absolute; right:10px; top:20px; cursor:pointer}
.cpcjxcbotzzty .search_form_suggest {display:none; position:absolute; right:10px; top:50px; z-index:9999; }
.cpcjxc_tanc { width:235px; height:auto; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 4px 4px 22px #999;
-webkit-box-shadow: 4px 4px 22px #999;
box-shadow: 4px 4px 22px #999;}
.cpcjxc_tanct { width:100%; border-bottom:1px solid #eee; height:32px; line-height:32px;}
.cpcjxc_tanctz { float:left; padding-left:20px; font-size:14px; color:#333;}
.cpcjxc_tancty { float:right; padding-right:20px;}
.cpcjxc_tancc { clear:both; height:auto; overflow:hidden}
.cpcjxc_tancc li { float:left; width:100%; height:32px; line-height:32px; cursor:pointer; clear:both; overflow:hidden; text-indent:20px}
.cpcjxc_tancc li img { vertical-align:-2px; margin-right:13px;}
.cpcjxc_tancc_5 { border-top:1px solid #eee;}
.cpcjxcbotzzbd .search_form_suggest { display:none; width:235px; position:absolute; right:15px; top:45px; z-index:9999; height:auto; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 4px 4px 22px #999;
-webkit-box-shadow: 4px 4px 22px #999;
box-shadow: 4px 4px 22px #999;}
.cpcjxcbotzztz1 { height:24px; line-height:24px; margin:10px 10px 5px; clear:both}
.cpcjxcbotzztz1 input { background:none; border:none; color:#999;font-size: 13px;}
.cpcjxcbotzztz2 { padding:0 10px; clear:both; font-size:14px;}
.cpcjxcbotzztz2 input { border:none;}
.cluxiangl2zdz_xc { border:1px solid #eee; width:428px; height:auto; min-height: 168px; margin:0 auto 10px; position:relative}
.cluxiangl2zdz_xcz { float:left; width:168px; height:118px; margin:10px; overflow:hidden}
.cluxiangl2zdz_xcz img { width:100%; height:100%}
.cluxiangl2zdz_xcy { float:right; width:220px; padding:10px 10px 10px 0; height:auto; overflow:hidden; font-size:14px;}
.cluxiangl2zdz_xcy h3 { font-size:15px; height:25px; width:100%; clear:both; overflow:hidden}
.cluxiangl2zdz_xcy h3 span { float:left}
.cluxiangl2zdz_xcy h3 em { float:right; color:#f00}
.cluxiangl2zdz_xc1 { width:100%; clear:both; height:auto; overflow:hidden}
.cluxiangl2zdz_xc2 { height:30px; line-height:30px; border-top:1px solid #eee; text-align:center}
.cluxiangl2zdz_xc2 li { float:left; width:213px; border-right:1px solid #eee; text-align:center; font-size:14px;}
.cluxiangl2zdz_xc2 li img { vertical-align:-2px; margin-right:4px;}
.cluxiangl2zdz_xc2 .li2boxSearch { background:#ff5a5f; width:214px!important; cursor:pointer; color:#fff; border-right:none!important}
.cluxiangl2zdz_xc .search_form_suggest { display:none; width:235px; position:absolute; right:0px; top:175px; z-index:9999; height:auto; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 4px 4px 22px #999;
-webkit-box-shadow: 4px 4px 22px #999;
box-shadow: 4px 4px 22px #999;}
.cpcjxc_tancc_xcr { clear:both; height:auto; overflow:hidden}
.cpcjxc_tancc_xcr li { float:left; width:100%; height:32px; line-height:32px; cursor:pointer; clear:both; overflow:hidden;}
.cpcjxc_tancc_xcr li a { display:block; width:100%; height:32px;}
.cpcjxc_tancc_xcr li a:hover { background:#efefef}
.cpcjxc_tancc_xcr li span { float:left; margin-left:30px; margin-top:5px; font-size:12px; width:20px; line-height:20px; height:20px; text-align:center; color:#fff; background:#999; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.cpcjxc_tancc_xcr li em { float:left; padding-left:10px}
.coverbai { display:none; position:absolute; left:0; top:0; right:0; bottom:0; background-color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 0.7);}
.coverbaic { width:1200px; height:auto; margin:146px auto;}
.coverbaicd { width:987px; height:auto; height:650px; background:#fff; border:1px solid #eee}
.coverbaicdz { float:left; width:71px; border-right:1px solid #eee; background:#e5e5e5; height:650px; overflow:hidden}
.coverbaicdy { float:right; width:915px; height:auto; overflow:hidden}
.coverbaicdz li { float:left; width:71px; height:81px; line-height:81px; border-bottom:1px solid #eee; text-align:center}
.coverbaicdz li a { width:71px; height:81px; display:block; text-align:center;}
.coverbaicdz .active { background:#ff5a5f}
#coverbaicdz_1 { background:url(ricon1.png) 50% 50% no-repeat}
#coverbaicdz_2 { background:url(ricon2.png) 50% 50% no-repeat}
#coverbaicdz_3 { background:url(ricon3.png) 50% 50% no-repeat}
.coverbaicdz .active #coverbaicdz_1 { background:url(ricon1a.png) 50% 50% no-repeat}
.coverbaicdz .active #coverbaicdz_2 { background:url(ricon2a.png) 50% 50% no-repeat}
.coverbaicdz .active #coverbaicdz_3 { background:url(ricon3a.png) 50% 50% no-repeat}
.coverbaicdy_1c { border-top:1px solid #eee; width:100%; height:auto; overflow:hidden; clear:both}
.coverbaicdy_1c li { float:left; width:100%; height:33px; line-height:33px; border-bottom:1px solid #eee; font-size:14px; text-align:center; color:#333;}
.co_li_sp1 { float:left; width:169px; border-right:1px solid #eee;}
.co_li_sp2 { float:left; width:249px; border-right:1px solid #eee;}
.co_li_sp3 { float:left; width:259px; border-right:1px solid #eee;}
.co_li_sp4 { float:left; width:180px;border-right:1px solid #eee;}
.co_li_sp5 {float: left;width: 50px;}
.coverbaicdy_1ty { float:right; width:150px; padding:15px;}
.coverbaicdy_1tz { float:left}
.coverbaicdy_1ty span { float:left; width:100px;}
.coverbaicdy_1ty em { float:right}
.coverbaicdy_1ty em img { padding:8px; border:1px solid #333; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; cursor:pointer; margin-top:5px;}
.coverbaicdy_1ty a { display:block; height:33px; line-height:33px; color:#fff; font-size:14px; text-align:center; background:#ff5a5f}
.coverbaicdy_1tz1 { float:left; padding:15px; font-size:14px; color:#333;}
.coverbaicdy_1tz1 input { border:1px solid #eee; width:160px; height:20px; line-height:20px; padding:5px; font-size:14px}
.coverbaicdy_1tz2 { float:left; width:280px; padding:15px; color:#333; font-size:14px}
.coverbaicdy_1tz2 input { border:1px solid #eee; width:130px; height:20px; line-height:20px; padding:5px; font-size:14px}
.select2 { width:95px; height:30px; line-height:30px; font-size:14px; background:none; border:none;}
.sleHid2 { display:block; width:90px; padding-left:5px; overflow:hidden; border:none}
.sleBG2 { width:80px; height:30px; line-height:28px; overflow:hidden; border:#eee 1px solid; border-left:none; background:#fff url(down2.gif) 90% 50% no-repeat; display:block;}
.coverbaicdy_1tz3 { float:left; width:110px; padding:15px; font-size:14px; color:#333;}
.select3 { width:80px; height:30px; line-height:30px; font-size:14px; background:none; border:none;}
.sleHid3 { display:block; width:65px; padding-left:5px; overflow:hidden; border:none}
.sleBG3 { width:60px; height:30px; line-height:28px; overflow:hidden; border:#eee 1px solid; background:#fff url(down2.gif) 90% 50% no-repeat; display:block;}
/* by wanggp */
.errmessage {
width:440px;
margin:0 auto;
color:red;
font-size:14px;
}
.cpcjxc_tc_pan { display:none; position:absolute; left:0; top:0; right:0; bottom:0; background-color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 0.7);}
.cpcjxc_tc_panc { width:760px; height:auto; margin:156px auto; position:relative}
.cpcjxc_tc_panc_gb { width:30px; height:30px; background:url(xx.png) no-repeat; position:absolute; right:0; top:0; display:block; cursor:pointer}
.cpcjxc_tc_pancd { width:650px; padding:25px; height:auto; overflow:hidden; background:#fff; margin:0 auto; -moz-box-shadow: 0px 0px 5px #333;
-webkit-box-shadow: 0px 0px 5px #333;
box-shadow: 0px 0px 5px #333;}
.cpcjxc_tc_pancd1 { height:50px; line-height:40px; font-size:16px; color:#333; clear:both; width:100%; overflow:hidden}
.cpcjxc_tc_pancd2 { padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #eee; width:100%; height:55px; overflow:hidden}
.cpcjxc_tc_pancd2z { float:left; width:55px; overflow:hidden}
.cpcjxc_tc_pancd2y { float:right; width:580px; padding:10px 0}
.cpcjxc_tc_pancd2y input { height:25px; line-height:25px; font-size:14px; color:#666; width:550px; padding:5px; border:1px solid #eee;}
.cpcjxc_tc_pancd3 { color:#333; font-size:14px;}
.cpcjxc_tc_pancd3 td { padding:13px 0;}
.cpcjxc_tc_pancd3_bo { border:1px solid #eee; width:208px; padding:0 5px; height:35px; line-height:35px;}
.nice-select_tc1 { width:218px; margin:5px 0; background:url("down2.gif") no-repeat scroll 190px 50%; text-indent:0!important}
.nice-select_tc1 ul { top:30px!important; left:-6px!important}
.nice-select_tc1 input { text-indent:5px!important}
.nice-select_tc1 ul li { height:33px; line-height:33px; font-size:14px; text-indent:10px!important}
.cpcjxc_tc_pancd3_bo input { border:none; font-size:14px; width:100%; text-indent:5px;}
#tianjiajstime_show { display:none}
.cpcjxc_tc_pancd3_hf1 { float:left; width:70px; height:35px; border-right:1px solid #eee;}
.cpcjxc_tc_pancd3_hf2 { float:left; width:80px; height:35px; border-right:1px solid #eee;}
.cpcjxc_tc_pancd3_hf3 { float:left; width:56px; height:35px;}
.nice-select_tc2 { width:80px; margin:5px 0; background:url("down2.gif") no-repeat scroll 60px 50%; text-indent:0!important}
.nice-select_tc2 ul { top:30px!important; left:-1px!important}
.nice-select_tc2 input { text-indent:10px!important}
.nice-select_tc2 ul li { height:33px; line-height:33px; font-size:14px; text-indent:10px!important}
.nice-select_tc3 { width:61px; margin:5px 0; background:url("down2.gif") no-repeat scroll 40px 50%; text-indent:0!important}
.nice-select_tc3 ul { top:30px!important; left:-1px!important}
.nice-select_tc3 input { text-indent:10px!important}
.nice-select_tc3 ul li { height:33px; line-height:33px; font-size:14px; text-indent:10px!important}
.cpcjxc_tc_pancd3_texta { border:1px solid #eee; padding:5px; font-size:14px; color:#666;}
.cpcjxc_tc_pancd3_texta textarea { border:none; width:100%; min-height:100px}
.cpcjxc_tc_pancd3_but { height:30px; line-height:30px; width:200px; float:right}
.cpcjxc_tc_pancd3_but li { float:left; width:100px; height:30px; overflow:hidden}
.cpcjxc_tc_pancd3_but li button { width:78px; height:28px; font-size:14px; float:right; text-align:center; line-height:25px; cursor:pointer; -webkit-border-radius:1px; -moz-border-radius:1px; border-radius:1px;}
.cpcjxc_tc_pancd3_butli2 button { background:#41c074; border:1px solid #41c074; color:#fff;}
.cpcjxc_tc_pancd3_butli1 button { background:#fff; border:1px solid #41c074; color:#41c074}
.jiazaimore { clear:both; height:auto; padding:30px 0; overflow:hidden; text-align:center}
.jiazaimore a { padding:5px 20px; font-size:14px; color:#fff; background:#ff5a60}
.suipianrim { float:right; width:988px; height:auto; min-height:990px; overflow:hidden; position:relative}
.suipidel { width:958px; height:auto; min-height:1100px; position:absolute; left:1px; top:1px; background:#fff; display:none}
.suipidel1 { height:60px; border-bottom:1px solid #eee; padding:15px 0; width:100%; position:relative}
.suipidel1sp { position:absolute; right:0; top:8px; cursor:pointer;}
.suipidel1z { float:left; padding-left:25px;}
.suipidel1y { float:right; font-size:14px; padding-top:15px;}
.suipidel1y span { font-size:28px}
.suipidel1z h2 { font-size:28px; font-weight:500}
.suipidel1z h4 { font-size:14px; font-weight:500}
.suipidel2 { float:right; width:935px; height:auto; padding:20px 0 0 20px; overflow:hidden}
.suipidel2z { float:left; width:430px; height:auto; overflow:hidden}
.suipidel2y { float:right; width:480px; height:auto; overflow:hidden;}
.suipidel2z1 { width:280px; width:410px; border:10px solid #eee;}
.slideBox{ width:410px; height:280px; overflow:hidden; position:relative;}
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; left:45%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{ float:left; margin-right:5px; width:12px; height:12px; line-height:12px; text-align:center; background:#fff; cursor:pointer; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }
.slideBox .hd ul li.on{ background:#00b081; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:410px; height:280px; display:block; }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:20px; height:32px; background:url(zy.png) 0 0 no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox .next{ left:auto; right:3%; background-position:100% 0; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1; }
.slideBox .prevStop{ display:none; }
.slideBox .nextStop{ display:none; }
.suipidel2z2 { height:50px; line-height:50px; font-size:16px; clear:both; width:100%; overflow:hidden}
.suipidel2z2 span { float:left; width:50%; text-align:center}
.suipidel2z2 em { float:right; width:50%; text-align:center}
.suipidel2z3 { border:1px solid #eee; padding:10px; clear:both; height:auto; max-height:230px; overflow-y:auto; font-size:14px; margin-bottom:10px;}
.suipidel2z3t { font-size:14px; vertical-align:middle; height:30px; line-height:30px; width:100%; overflow:hidden}
.suipidel2z3t img { vertical-align:middle; margin-right:5px;}
.suipidel2z3c { padding:0 16px; line-height:23px;}
.suipidel2z4 { border:1px solid #eee; padding:10px; clear:both; height:auto; overflow:hidden; font-size:14px; margin-bottom:10px;}
.suipidel2z4 li { float:left; width:100%; height:auto; line-height:30px; overflow:hidden}
.suipidel2z4 li span { float:left; width:95px;}
.suipidel2z4 li em { float:left;}
.suipidel2z4 li img { vertical-align:middle; margin-right:5px;}
.suipidel3 { margin:0 auto; width:350px; clear:both; height:auto; overflow:hidden; padding:20px 0}
.suipidel3 li { float:left; width:120px;}
.suipidel3li2 { float:right!important}
.suipidel3 li button { border:none; display:block; text-align:center; font-size:12px; color:#fff; width:120px; height:30px; line-height:30px;}
.suipidel3li1 button { background:#ff5a5f}
.suipidel3li2 button { background:#3692ed}
.xingchsupdel { float:right; width:630px; height:auto; min-height:750px; position:relative; border:1px solid #eee;}
.psuipxdel { position:absolute; right:0; top:0; min-height:770px; background:#fff; display:none}
.psuipxdel1 { height:55px; width:100%; border-bottom:1px solid #eee; clear:both}
.psuipxdel2 { padding:15px; clear:both; height:auto; overflow:hidden}
.psuipxdel1z { float:left; width:55px; height:55px; border-right:1px solid #eee; text-align:center; cursor:pointer}
.psuipxdel1z span { display:block; margin-top:20px;}
.psuipxdel1y { float:right; width:400px; text-align:center; line-height:23px; padding:6px 0; font-size:15px}
.psuipxdel21 { clear:both; height:auto; padding-bottom:10px; overflow:hidden}
.psuipxdel21z { float:left; width:210px; height:auto; overflow:hidden}
.psuipxdel21z img {width: 210px; height:147px;}
.psuipxdel21y { float:right; width:200px; height:auto; overflow:hidden}
.psuipxdel21y h2 { font-size:16px; font-weight:500; height:35px; width:100%; clear:both; overflow:hidden}
.psuipxdel21y h2 span { font-size:18px}
.psuipxdel21y h3 { font-size:14px; font-weight:500; height:25px; line-height:25px; clear:both; width:100%; overflow:hidden}
.psuipxdel21y h3 span { float:left}
.psuipxdel21y h3 em { float:right}
.psuipxdel21y h4 { width:150px; height:28px; line-height:28px; font-size:14px; margin-top:8px; border:1px solid #ff5a5f; color:#ff5a5f; text-align:center;}
.psuipxdel21y h4 a { color:#ff5a5f}
[id*='cpcjxcbotzy_'] {max-height:800px;overflow: auto;}
.my-btn {
float: right;
display: block;
width: 103px;
text-align: center;
font-size: 14px;
height: 30px;
line-height: 30px;
border: 1px solid #eee;
background-color: #2ecc71;
}
.title-input-li {
font-weight: bold;
color: #333;
font-size: 14px;
margin-top: 10px;
width: 100%;
clear: both;
overflow: hidden;
}
.title-input-in {
width: 48%;
border: 1px solid #eee;
height: 28px;
line-height: 28px;
overflow: hidden;
margin: 5px 10px;
}
/* Edgar新增 */
.chuangjlxc4z_xc input[type='checkbox']{
vertical-align: middle;
}
.dv-notice {
margin-top: 150px;
margin-left: 10px;
}
.p-notice {
font-size:20px;
}
.ta-notice {
width: 398px;
padding: 5px;
border: 1px solid #eee;
height: auto;
min-height: 190px;
line-height: 22px;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-left:60px;
margin-top:10px;
} | 0.382257 | 0.070113 |
.home__txt--wrapper {
overflow-x: hidden;
}
.home__txt {
padding-bottom: 64px;
display: flex;
flex-direction: column;
align-items: center;
}
.hero__txt {
position: absolute;
bottom: 0;
display: flex;
flex-direction: column;
align-items: left;
justify-content: space-between;
}
.home__brow {
text-align: left;
color: var(--black);
font-family: Chapeau-Medium;
font-weight: 900;
text-transform: uppercase;
font-size: 10px;
font-stretch: normal;
font-style: normal;
line-height: 17px;
letter-spacing: 1.3px;
}
.home__head {
font-family: Chapeau-Medium;
font-weight: 500;
font-size: 16px;
color: var(--black);
letter-spacing: 1.33px;
line-height: 22px;
text-transform: capitalize;
text-decoration: none;
transition: 200ms ease-in-out;
}
.link__wrapper {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 24px;
padding-bottom: 24px;
width: 90vw;
border-bottom: 2px var(--black) solid;
}
.link__wrapper:hover .home__head {
transition: 200ms ease-in-out;
color: var(--black);
}
.link__wrapper:hover {
border-bottom-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Squiggle-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.st0{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23000' stroke-width='1' class='st0' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: bottom;
background-size: auto 8px;
background-repeat: repeat-x;
text-decoration: none;
}
/* Hovers Effects for the Hero */
.home__head:hover ~ .home__hero {
background-color: red;
}
a {
text-decoration: none;
}
/* TABLET + DESKTOP VERSION */
@media (min-width: 768px) {
.home__head {
text-align: left;
font-size: 24px;
line-height: 36px;
}
.home__brow {
font-size: 12px;
}
}
/* DESKTOP VERSION */
@media (min-width: 1024px) {
.home__txt--wrapper {
position: relative;
}
.link__wrapper {
display: flex;
justify-content: space-between;
width: 38vw;
border-bottom: 2px var(--black) solid;
padding-top: 36px;
padding-bottom: 36px;
}
.home__txt::-webkit-scrollbar {
display: none;
}
.home__txt:after {
position: absolute;
height: 110%;
bottom: 0;
left: 0;
width: 100%;
content: "";
background: linear-gradient(
180deg,
var(--white) 10%,
rgba(255,255,255,0.001) 20%,
rgba(255,255,255,0.001) 78%,
var(--white) 90%
);
pointer-events: none;
}
.home__txt {
overflow: scroll;
align-items: flex-start;
text-align: left;
height: 30vw;
padding-bottom: 6vw;
padding-top: 3vw;
padding-left: 6vw;
align-items: flex-start;
}
.home__head {
font-size: 2vw;
line-height: 2.75vw;
}
} | src/components/homeTxt/homeTxt.css | .home__txt--wrapper {
overflow-x: hidden;
}
.home__txt {
padding-bottom: 64px;
display: flex;
flex-direction: column;
align-items: center;
}
.hero__txt {
position: absolute;
bottom: 0;
display: flex;
flex-direction: column;
align-items: left;
justify-content: space-between;
}
.home__brow {
text-align: left;
color: var(--black);
font-family: Chapeau-Medium;
font-weight: 900;
text-transform: uppercase;
font-size: 10px;
font-stretch: normal;
font-style: normal;
line-height: 17px;
letter-spacing: 1.3px;
}
.home__head {
font-family: Chapeau-Medium;
font-weight: 500;
font-size: 16px;
color: var(--black);
letter-spacing: 1.33px;
line-height: 22px;
text-transform: capitalize;
text-decoration: none;
transition: 200ms ease-in-out;
}
.link__wrapper {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 24px;
padding-bottom: 24px;
width: 90vw;
border-bottom: 2px var(--black) solid;
}
.link__wrapper:hover .home__head {
transition: 200ms ease-in-out;
color: var(--black);
}
.link__wrapper:hover {
border-bottom-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Squiggle-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.st0{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23000' stroke-width='1' class='st0' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: bottom;
background-size: auto 8px;
background-repeat: repeat-x;
text-decoration: none;
}
/* Hovers Effects for the Hero */
.home__head:hover ~ .home__hero {
background-color: red;
}
a {
text-decoration: none;
}
/* TABLET + DESKTOP VERSION */
@media (min-width: 768px) {
.home__head {
text-align: left;
font-size: 24px;
line-height: 36px;
}
.home__brow {
font-size: 12px;
}
}
/* DESKTOP VERSION */
@media (min-width: 1024px) {
.home__txt--wrapper {
position: relative;
}
.link__wrapper {
display: flex;
justify-content: space-between;
width: 38vw;
border-bottom: 2px var(--black) solid;
padding-top: 36px;
padding-bottom: 36px;
}
.home__txt::-webkit-scrollbar {
display: none;
}
.home__txt:after {
position: absolute;
height: 110%;
bottom: 0;
left: 0;
width: 100%;
content: "";
background: linear-gradient(
180deg,
var(--white) 10%,
rgba(255,255,255,0.001) 20%,
rgba(255,255,255,0.001) 78%,
var(--white) 90%
);
pointer-events: none;
}
.home__txt {
overflow: scroll;
align-items: flex-start;
text-align: left;
height: 30vw;
padding-bottom: 6vw;
padding-top: 3vw;
padding-left: 6vw;
align-items: flex-start;
}
.home__head {
font-size: 2vw;
line-height: 2.75vw;
}
} | 0.577257 | 0.063832 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
/* Starts here - dark theme */
:root {
--background: white;
--text-primary: black;
--text-secondary: hsl(220, 13%, 13%);
--accent: purple;
--link-color: hsl(220, 13%, 13%);
--primary-color: hsl(26, 100%, 55%);
--primary-color2: blue;
--secondary-color: hsl(25, 100%, 94%);
--tertiary-color: blue;
--tertiary-color2: hsl(219, 9%, 45%);
--progress-color: #3f3d56;
--progress-color2: #ff9900;
--border-color: rgba(50, 50, 93, 0.1);
--opacity: 1;
--theme: "default";
--box-shadow: 3px 6px 5px rgba(182, 188, 200, 1);
--box-shadow2: -16px 2.3px 19.1px -15px rgb(182, 188, 200, 1),
16px 2.3px 19.1px -15px rgb(182, 188, 200, 1),
0px 31.3px 19.1px -19px rgb(182, 188, 200, 1);
/* #bb86fc; */
/* --footer-color: hsl(26, 100%, 55%); */
}
[data-theme="true"] {
--background: #121212;
--text-primary: rgba(226, 230, 239, 1);
--text-secondary: #bb86fc;
/* --text-tertiary:white; */
--accent: darkred;
--link-color: white;
--primary-color: blue;
--primary-color2: hsl(26, 100%, 55%);
--secondary-color: #292929;
--tertiary-color: #5b3cb0;
--tertiary-color2: #ee82ee;
--progress-color: #ff9900;
--progress-color2: #3f3d56;
--border-color: white;
--opacity: 0.5;
--theme: "dark";
--box-shadow: 0;
--box-shadow2: 0;
}
.page-loader {
position: fixed;
top: 50%;
left: 50%;
margin-top: -60px;
margin-left: -60px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid hsl(26, 100%, 55%);
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(180deg);
}
50% {
-webkit-transform: rotate(360deg);
}
75% {
-webkit-transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(360deg);
}
75% {
transform: rotate(180deg);
}
100% {
transform: rotate(0deg);
}
} | src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
/* Starts here - dark theme */
:root {
--background: white;
--text-primary: black;
--text-secondary: hsl(220, 13%, 13%);
--accent: purple;
--link-color: hsl(220, 13%, 13%);
--primary-color: hsl(26, 100%, 55%);
--primary-color2: blue;
--secondary-color: hsl(25, 100%, 94%);
--tertiary-color: blue;
--tertiary-color2: hsl(219, 9%, 45%);
--progress-color: #3f3d56;
--progress-color2: #ff9900;
--border-color: rgba(50, 50, 93, 0.1);
--opacity: 1;
--theme: "default";
--box-shadow: 3px 6px 5px rgba(182, 188, 200, 1);
--box-shadow2: -16px 2.3px 19.1px -15px rgb(182, 188, 200, 1),
16px 2.3px 19.1px -15px rgb(182, 188, 200, 1),
0px 31.3px 19.1px -19px rgb(182, 188, 200, 1);
/* #bb86fc; */
/* --footer-color: hsl(26, 100%, 55%); */
}
[data-theme="true"] {
--background: #121212;
--text-primary: rgba(226, 230, 239, 1);
--text-secondary: #bb86fc;
/* --text-tertiary:white; */
--accent: darkred;
--link-color: white;
--primary-color: blue;
--primary-color2: hsl(26, 100%, 55%);
--secondary-color: #292929;
--tertiary-color: #5b3cb0;
--tertiary-color2: #ee82ee;
--progress-color: #ff9900;
--progress-color2: #3f3d56;
--border-color: white;
--opacity: 0.5;
--theme: "dark";
--box-shadow: 0;
--box-shadow2: 0;
}
.page-loader {
position: fixed;
top: 50%;
left: 50%;
margin-top: -60px;
margin-left: -60px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid hsl(26, 100%, 55%);
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(180deg);
}
50% {
-webkit-transform: rotate(360deg);
}
75% {
-webkit-transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(360deg);
}
75% {
transform: rotate(180deg);
}
100% {
transform: rotate(0deg);
}
} | 0.427636 | 0.091382 |
padding: 2em 0 0 44px;
color: dodgerblue;
max-width: 720px;
margin: auto;
display: block;
box-sizing: border-box;
cursor: pointer;
font-family: system-ui, ".SFNSText-Regular", sans-serif;
}
#backtoarticle i {
vertical-align: text-bottom;
margin-right: 0.25em;
font-size: 1.275em;
/* pre-define the width to avoid the text moving after fontawesome loads */
width: 0.36em;
}
body,
html {
padding: 0;
margin: 0;
font-size: 21px;
}
iframe {
display: none;
}
iframe.reader-frame {
display: block;
width: 100%;
/* height is set in js */
border: 0;
}
.reader-main {
padding-top: 1em;
max-width: 720px;
display: block;
margin: auto;
}
* {
font-family: "Charter", "Georgia", serif;
}
/* actual reader content */
.visually-hidden {
display: none;
}
h1.article-title {
padding: 0 2rem 1rem 2rem;
margin-top: 1rem;
margin: 0;
font-size: 2em;
font-weight: 500;
}
h2.article-authors {
padding: 0 2.5rem;
font-size: 1.2em;
font-weight: 400;
margin: 0;
font-style: italic;
}
/* small windows */
@media all and (max-width: 600px) {
h1.article-title {
font-size: 1.5em;
}
h2.article-authors {
font-size: 1.1em;
}
}
h1,
h2 {
font-weight: inherit;
}
h3,
h4 {
padding: 0.5em 0;
margin-top: 0.5em;
margin: 0;
font-size: 1.4em;
font-weight: 500;
}
h4 {
font-size: 1.25em;
font-weight: 600;
}
.page {
padding: 0 2.25rem 2.25rem 2.25rem;
}
.article-authors + .page {
padding-top: 1rem;
}
img {
display: block;
max-width: 100%;
height: auto;
margin: auto;
}
p {
line-height: 1.5em;
}
ul li,
ol li {
margin: 0.25rem 0;
line-height: 1.5em;
}
a {
color: #1b74bb;
font-size: 1em;
text-decoration: none;
}
body.dark-mode a {
color: #65a9ed;
}
a:hover {
background-image: linear-gradient(to bottom, transparent 70%, currentColor 0%);
background-size: 1px 3px;
background-position: 0px 1.03em;
background-repeat: repeat-x;
}
figure {
max-width: 50%;
float: right;
}
@media all and (max-width: 600px) {
figure {
max-width: 100%;
float: initial;
margin: 0;
}
}
figure figcaption {
font-size: 0.8em;
margin-top: 1em;
opacity: 0.75;
}
figure figcaption * {
font-family: sans-serif;
}
pre,
pre *,
code,
code * {
font-family: monospace;
}
pre {
display: block;
overflow: auto;
}
q,
blockquote {
display: block;
border-left: 1px currentColor solid;
padding-left: 0.5em;
font-size: 1.2em;
line-height: 1.5em;
margin: 1.5em 0;
}
/* dark theme */
body.dark-mode {
background-color: rgb(33, 37, 43);
color: lightgrey;
}
/* printing */
@media print {
body {
color: #000 !important;
font-size: 16px !important;
}
}
/* site-specific styles */
/* nytimes.com */
.lede-container {
display: none;
}
figure figcaption .credit,
figure figcaption [itemprop=copyrightHolder] {
display: block;
font-style: italic;
margin-top: 0.25em;
}
/* wikipedia (and others?) */
.mw-editsection {
display: none;
}
/* wsj.com */
dd {
display: block;
padding: 1em 0;
}
/* arstechnica.com */
#masthead > #primary {
display: none;
}
/* bbc.com */
.off-screen {
display: none;
}
/* lifehacker.com (and possibly others */
svg {
display: none;
} | reader/readerView.css | padding: 2em 0 0 44px;
color: dodgerblue;
max-width: 720px;
margin: auto;
display: block;
box-sizing: border-box;
cursor: pointer;
font-family: system-ui, ".SFNSText-Regular", sans-serif;
}
#backtoarticle i {
vertical-align: text-bottom;
margin-right: 0.25em;
font-size: 1.275em;
/* pre-define the width to avoid the text moving after fontawesome loads */
width: 0.36em;
}
body,
html {
padding: 0;
margin: 0;
font-size: 21px;
}
iframe {
display: none;
}
iframe.reader-frame {
display: block;
width: 100%;
/* height is set in js */
border: 0;
}
.reader-main {
padding-top: 1em;
max-width: 720px;
display: block;
margin: auto;
}
* {
font-family: "Charter", "Georgia", serif;
}
/* actual reader content */
.visually-hidden {
display: none;
}
h1.article-title {
padding: 0 2rem 1rem 2rem;
margin-top: 1rem;
margin: 0;
font-size: 2em;
font-weight: 500;
}
h2.article-authors {
padding: 0 2.5rem;
font-size: 1.2em;
font-weight: 400;
margin: 0;
font-style: italic;
}
/* small windows */
@media all and (max-width: 600px) {
h1.article-title {
font-size: 1.5em;
}
h2.article-authors {
font-size: 1.1em;
}
}
h1,
h2 {
font-weight: inherit;
}
h3,
h4 {
padding: 0.5em 0;
margin-top: 0.5em;
margin: 0;
font-size: 1.4em;
font-weight: 500;
}
h4 {
font-size: 1.25em;
font-weight: 600;
}
.page {
padding: 0 2.25rem 2.25rem 2.25rem;
}
.article-authors + .page {
padding-top: 1rem;
}
img {
display: block;
max-width: 100%;
height: auto;
margin: auto;
}
p {
line-height: 1.5em;
}
ul li,
ol li {
margin: 0.25rem 0;
line-height: 1.5em;
}
a {
color: #1b74bb;
font-size: 1em;
text-decoration: none;
}
body.dark-mode a {
color: #65a9ed;
}
a:hover {
background-image: linear-gradient(to bottom, transparent 70%, currentColor 0%);
background-size: 1px 3px;
background-position: 0px 1.03em;
background-repeat: repeat-x;
}
figure {
max-width: 50%;
float: right;
}
@media all and (max-width: 600px) {
figure {
max-width: 100%;
float: initial;
margin: 0;
}
}
figure figcaption {
font-size: 0.8em;
margin-top: 1em;
opacity: 0.75;
}
figure figcaption * {
font-family: sans-serif;
}
pre,
pre *,
code,
code * {
font-family: monospace;
}
pre {
display: block;
overflow: auto;
}
q,
blockquote {
display: block;
border-left: 1px currentColor solid;
padding-left: 0.5em;
font-size: 1.2em;
line-height: 1.5em;
margin: 1.5em 0;
}
/* dark theme */
body.dark-mode {
background-color: rgb(33, 37, 43);
color: lightgrey;
}
/* printing */
@media print {
body {
color: #000 !important;
font-size: 16px !important;
}
}
/* site-specific styles */
/* nytimes.com */
.lede-container {
display: none;
}
figure figcaption .credit,
figure figcaption [itemprop=copyrightHolder] {
display: block;
font-style: italic;
margin-top: 0.25em;
}
/* wikipedia (and others?) */
.mw-editsection {
display: none;
}
/* wsj.com */
dd {
display: block;
padding: 1em 0;
}
/* arstechnica.com */
#masthead > #primary {
display: none;
}
/* bbc.com */
.off-screen {
display: none;
}
/* lifehacker.com (and possibly others */
svg {
display: none;
} | 0.235196 | 0.112405 |
.lds-ring {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid red;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: red transparent transparent transparent;
}
.lds-ring .lds-ring__first {
animation-delay: -0.45s;
}
.lds-ring .lds-ring__two {
animation-delay: -0.3s;
}
.lds-ring .lds-ring__three {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.anime-ball {
display: flex;
justify-content: space-evenly;
margin-top: 40px;
}
.anime-ball .square {
background-color: red;
width: 100px;
height: 100px;
}
.anime-ball .ball {
background-color: blue;
width: 100px;
height: 100px;
border-radius: 100px;
animation-name: ball-jump;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes ball-jump {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(-50px, -50px);
}
50% {
transform: translate(-100px, 0);
}
75% {
transform: translate(-50px, -50px);
}
100% {
transform: translate(0, 0);
}
}
.true-animation {
background: linear-gradient(45deg, #F17C58, #E94584, #24AADB, #27DBB1, #FFDC18, #FF3706);
margin: 200px auto 0;
width: 200px;
height: 200px;
animation-name: animation-true;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
background-size: 600% 100%;
}
@keyframes animation-true {
0% {
border-radius: 0;
background-position: 0%
}
7% {
border-radius: 50%;
background-position: 100%;
}
14% {
border-radius: 0;
transform: scale(1);
background-position: 0%
}
28% {
transform: scale(1.2) skew(0, 10deg);
}
35% {
transform: scale(1) skew(0, 0);
}
42% {
transform: rotate(180deg);
}
50% {
transform: rotate(0);
}
70% {
background-position: 100%;
border-radius: 50%;
}
100% {
background-position: 0%;
border-radius: 0;
}
} | src/ex11_html-css-advanced/task-01.css | .lds-ring {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid red;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: red transparent transparent transparent;
}
.lds-ring .lds-ring__first {
animation-delay: -0.45s;
}
.lds-ring .lds-ring__two {
animation-delay: -0.3s;
}
.lds-ring .lds-ring__three {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.anime-ball {
display: flex;
justify-content: space-evenly;
margin-top: 40px;
}
.anime-ball .square {
background-color: red;
width: 100px;
height: 100px;
}
.anime-ball .ball {
background-color: blue;
width: 100px;
height: 100px;
border-radius: 100px;
animation-name: ball-jump;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes ball-jump {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(-50px, -50px);
}
50% {
transform: translate(-100px, 0);
}
75% {
transform: translate(-50px, -50px);
}
100% {
transform: translate(0, 0);
}
}
.true-animation {
background: linear-gradient(45deg, #F17C58, #E94584, #24AADB, #27DBB1, #FFDC18, #FF3706);
margin: 200px auto 0;
width: 200px;
height: 200px;
animation-name: animation-true;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
background-size: 600% 100%;
}
@keyframes animation-true {
0% {
border-radius: 0;
background-position: 0%
}
7% {
border-radius: 50%;
background-position: 100%;
}
14% {
border-radius: 0;
transform: scale(1);
background-position: 0%
}
28% {
transform: scale(1.2) skew(0, 10deg);
}
35% {
transform: scale(1) skew(0, 0);
}
42% {
transform: rotate(180deg);
}
50% {
transform: rotate(0);
}
70% {
background-position: 100%;
border-radius: 50%;
}
100% {
background-position: 0%;
border-radius: 0;
}
} | 0.758958 | 0.141548 |
@import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto:100,300,400,600,700';
body {
background: white;
font-family: Roboto;
}
#container{
margin: 0 auto;
margin-top:50px;
position: relative;
max-width: 1440px;
display: flex;
justify-content: center;
}
#container a:not(.topMenu a){
text-decoration: none;
color: #c9c9c9;
}
.heading {
font-size: 5vw;
font-weight: 900;
color: #333133;
line-height: 4vw;
text-transform: uppercase;
border: 30px solid #333133;
padding: 20px;
letter-spacing: -5px;
position: relative;
overflow: hidden;
border-bottom: none;
padding-bottom: 40px;
}
.titleBar{
border-bottom: 1px solid #c9c9c9;
display: flex;
align-items: center;
display: -ms-flex;
height: 29px;
background: #333133;
}
.sizeToggle{
height:15px;
width:16px;
background:#c9c9c9;
margin-left:8px;
}
.topMenu a{
color: #c9c9c9;
background: #333133;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
padding: 10px;
margin: 1px;
font-weight: 600;
flex-grow: 1;
display: flex;
justify-content: center;
align-content: center;
}
.topMenu{
background: none;
color: #333133;
text-decoration: none;
text-align: right;
margin-bottom: 2px;
position: absolute;
top: 0px;
right: 0px;
display: flex;
height: 100%;
flex-direction: column;
}
.issueBar {
width: 109px;
position: relative;
}
.homeButton{
position: absolute;
top: 0px;
right: 0px;
height: 80px;
width: 100%;
display: flex;
z-index: 3;
text-transform: uppercase;
font-size: 10px;
text-align: center;
color: white;
background: #ff0090;
padding: 2px 0px 2px 0px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
justify-content: center;
align-items: center;
border-bottom: 1px solid white;
display:none;
}
.mainColumn{
display: flex;
flex-direction: column;
width: calc(100% - 133px);
z-index: 5;
max-width: 900px;
}
.controlBar{
border-bottom: 1px solid #c9c9c9;
background: #333133;
padding-left: 20px;
}
.documentToggle{
display: inline-flex;
width: 150px;
margin: 10px 0px 10px 2px;
height: 58px;
position: relative;
}
.documentToggle:hover .indicatorToggle{
background: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.labelToggle {
position: absolute;
bottom: 0px;
padding: 3px 10px 0px 1px;
color: #c9c9c9;
font-size: 12px;
background: #333133;
}
.indicatorToggle{
position: absolute;
left: 2px;
top: 2px;
background: #333133;
height: 7px;
width: 7px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
.teiToggle{
background: #00b7eb;
margin-left: 10px;
}
.pdfToggle{
background: #ff0090;
}
.txtToggle{
background: #ffff6a;
}
.titleText {
color: #c9c9c9;
margin-left: 10px;
font-size: 11px;
letter-spacing: 1px;
}
.issueIndex:nth-child(2){
z-index:2;
}
.documentSection {
background: $background-document-color;
display: flex;
flex-direction: row;
width: calc(100% - 133px);
max-width: 900px;
}
.issueMask{
width: 40px;
height: 980px;
position: absolute;
z-index: 4;
left: 56px;
top: 90px;
background: #333133;
}
.singleIndex {
color: grey;
cursor: pointer;
}
.childIndex {
color: grey;
position: relative;
padding-left: 0px;
top: 80px;
background: #fff;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.childIndex:nth-child(1) .childText{
margin-top:1px;
}
.childIndex:nth-last-child(1) .childText{
margin-bottom: 12px;
}
.indicatorYear{
position: relative;
left: 12px;
top: 21px;
float: left;
background: grey;
height: 3px;
width: 3px;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 3;
display: none;
}
.indicatorIndex{
position: relative;
left: 12px;
top: 26px;
float: left;
background: grey;
height: 3px;
width: 3px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 3;
}
.childIndicator{
position: absolute;
left: 27px;
bottom: 2px;
background: #c9c9c9;
height: 3px;
width: 3px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
display:none;
}
.singleIndex:hover .indicatorIndex{
background: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.childIndex:hover .childIndicator{
background: #00b7eb;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.childIndex:hover .childText{
-webkit-transition-duration: 0s;
transition-duration: 0s;
color:white;
margin-right: 15px;
}
.singleIndex:hover .singleText{
color: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.activeMonth .singleText {
color: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.activeMonth .indicatorIndex {
background: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.yearText{
-webkit-transition-duration: .2s;
transition-duration: .2s;
color: white;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: relative;
top: 80px;
padding-right: 10px;
text-align: right;
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 11px;
background: #333133;
}
.singleText{
-webkit-transition-duration: .2s;
transition-duration: .2s;
color: grey;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: relative;
top: 80px;
padding-right: 10px;
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 11px;
text-align: right;
background: #333133;
}
.childText {
margin-right: 26px;
padding: 5px;
color: #ffffff;
font-weight: 900;
margin-bottom: 13px;
background: #fe7251;
-webkit-transition-duration: .2s;
transition-duration: .2s;
text-align: right;
}
.centerHome {
color: grey;
display: flex;
flex-direction: column;
width: 360px;
align-items: center;
justify-content: center;
padding: 10px;
}
.logoSubtitle {
font-family: Roboto;
margin: 10px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
color: white;
}
.mainWindow {
font-family: Courier New;
display: flex;
display: -ms-flexbox;
justify-content: center;
flex-direction: column;
align-items: center;
height: 80%;
font-size: 12px;
color: #999999;
background: #333133;
padding-left: 20%;
padding-right: 20%;
min-height: 1000px;
}
.footerBar{
border-top: 1px solid #c9c9c9;
height: 80px;
display: flex;
align-items: center;
background: #333133;
}
.ccLogo{
margin: 20px;
height: 30px;
margin-right: 10px;
}
.ccText {
color: #999;
font-size: 12px;
}
.ccText a {
color: #999;
text-decoration: none;
}
.previewTop{
position: absolute;
z-index: -1;
text-decoration: none;
text-align: right;
margin-bottom: 2px;
position: absolute;
top: 0px;
background: #ffff6a;
transform: translateX(90px);
display: flex;
height: 100%;
width: 500px;
flex-direction: column;
transition: .2s linear;
justify-content: center;
}
.previewTech{
font-size: 10px;
line-height: 10px;
letter-spacing: 0px;
text-align: left;
width: 320px;
padding: 20px;
border-left: 10px solid #333133;
}
.topMenu a:hover + .previewTop, .previewTop:hover{
height: 100%;
transition: .2s ease-in;
background: #ffff6a;
transform: translateX(-400px);
}
@media (max-width: 1600px) {
#container {
margin: 0px;
margin-left: 40px;
margin-right: 0px;
margin-top: 50px;
position: relative;
width: auto;
}
}
@media (max-width: 1000px) {
#container{
margin-left: 0px;
margin-top: 0px;
}
.homeButton{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 77px;
border: none;
}
.heading{
font-size: 50px;
line-height: 40px;
padding-bottom: 30px;
}
.mainColumn {
width: calc(100% - 60px);
}
.documentToggle {
width: 80px;
}
.issueBar{
width: 60px;
}
.issueIndex {
position: relative;
left: 0px;
background: none ;
}
.issueMask {
display: none;
}
.indicatorIndex, .indicatorYear, .childIndicator {
display: none;
}
.childIndex:nth-last-child(1) .childText {
margin-bottom: 0px;
}
.singleText, .yearText{
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
margin-bottom: -1px;
background: none;
margin-top: 0px;
border: 1px solid #525252;
padding: 10px;
background: #333133;
}
.childIndex{
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
margin: 0px;
border: none;
}
.childText{
margin-bottom: 1px;
margin-right: 10px;
padding: 10px;
}
.childIndex:hover .childText{
margin-right: 0px;
}
.titleText, .topMenu a{
font-size:8px;
}
} | public/css/cartridge.css | @import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto:100,300,400,600,700';
body {
background: white;
font-family: Roboto;
}
#container{
margin: 0 auto;
margin-top:50px;
position: relative;
max-width: 1440px;
display: flex;
justify-content: center;
}
#container a:not(.topMenu a){
text-decoration: none;
color: #c9c9c9;
}
.heading {
font-size: 5vw;
font-weight: 900;
color: #333133;
line-height: 4vw;
text-transform: uppercase;
border: 30px solid #333133;
padding: 20px;
letter-spacing: -5px;
position: relative;
overflow: hidden;
border-bottom: none;
padding-bottom: 40px;
}
.titleBar{
border-bottom: 1px solid #c9c9c9;
display: flex;
align-items: center;
display: -ms-flex;
height: 29px;
background: #333133;
}
.sizeToggle{
height:15px;
width:16px;
background:#c9c9c9;
margin-left:8px;
}
.topMenu a{
color: #c9c9c9;
background: #333133;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
padding: 10px;
margin: 1px;
font-weight: 600;
flex-grow: 1;
display: flex;
justify-content: center;
align-content: center;
}
.topMenu{
background: none;
color: #333133;
text-decoration: none;
text-align: right;
margin-bottom: 2px;
position: absolute;
top: 0px;
right: 0px;
display: flex;
height: 100%;
flex-direction: column;
}
.issueBar {
width: 109px;
position: relative;
}
.homeButton{
position: absolute;
top: 0px;
right: 0px;
height: 80px;
width: 100%;
display: flex;
z-index: 3;
text-transform: uppercase;
font-size: 10px;
text-align: center;
color: white;
background: #ff0090;
padding: 2px 0px 2px 0px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
justify-content: center;
align-items: center;
border-bottom: 1px solid white;
display:none;
}
.mainColumn{
display: flex;
flex-direction: column;
width: calc(100% - 133px);
z-index: 5;
max-width: 900px;
}
.controlBar{
border-bottom: 1px solid #c9c9c9;
background: #333133;
padding-left: 20px;
}
.documentToggle{
display: inline-flex;
width: 150px;
margin: 10px 0px 10px 2px;
height: 58px;
position: relative;
}
.documentToggle:hover .indicatorToggle{
background: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.labelToggle {
position: absolute;
bottom: 0px;
padding: 3px 10px 0px 1px;
color: #c9c9c9;
font-size: 12px;
background: #333133;
}
.indicatorToggle{
position: absolute;
left: 2px;
top: 2px;
background: #333133;
height: 7px;
width: 7px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
.teiToggle{
background: #00b7eb;
margin-left: 10px;
}
.pdfToggle{
background: #ff0090;
}
.txtToggle{
background: #ffff6a;
}
.titleText {
color: #c9c9c9;
margin-left: 10px;
font-size: 11px;
letter-spacing: 1px;
}
.issueIndex:nth-child(2){
z-index:2;
}
.documentSection {
background: $background-document-color;
display: flex;
flex-direction: row;
width: calc(100% - 133px);
max-width: 900px;
}
.issueMask{
width: 40px;
height: 980px;
position: absolute;
z-index: 4;
left: 56px;
top: 90px;
background: #333133;
}
.singleIndex {
color: grey;
cursor: pointer;
}
.childIndex {
color: grey;
position: relative;
padding-left: 0px;
top: 80px;
background: #fff;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.childIndex:nth-child(1) .childText{
margin-top:1px;
}
.childIndex:nth-last-child(1) .childText{
margin-bottom: 12px;
}
.indicatorYear{
position: relative;
left: 12px;
top: 21px;
float: left;
background: grey;
height: 3px;
width: 3px;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 3;
display: none;
}
.indicatorIndex{
position: relative;
left: 12px;
top: 26px;
float: left;
background: grey;
height: 3px;
width: 3px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 3;
}
.childIndicator{
position: absolute;
left: 27px;
bottom: 2px;
background: #c9c9c9;
height: 3px;
width: 3px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
display:none;
}
.singleIndex:hover .indicatorIndex{
background: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.childIndex:hover .childIndicator{
background: #00b7eb;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.childIndex:hover .childText{
-webkit-transition-duration: 0s;
transition-duration: 0s;
color:white;
margin-right: 15px;
}
.singleIndex:hover .singleText{
color: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.activeMonth .singleText {
color: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.activeMonth .indicatorIndex {
background: white;
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.yearText{
-webkit-transition-duration: .2s;
transition-duration: .2s;
color: white;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: relative;
top: 80px;
padding-right: 10px;
text-align: right;
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 11px;
background: #333133;
}
.singleText{
-webkit-transition-duration: .2s;
transition-duration: .2s;
color: grey;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: relative;
top: 80px;
padding-right: 10px;
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 11px;
text-align: right;
background: #333133;
}
.childText {
margin-right: 26px;
padding: 5px;
color: #ffffff;
font-weight: 900;
margin-bottom: 13px;
background: #fe7251;
-webkit-transition-duration: .2s;
transition-duration: .2s;
text-align: right;
}
.centerHome {
color: grey;
display: flex;
flex-direction: column;
width: 360px;
align-items: center;
justify-content: center;
padding: 10px;
}
.logoSubtitle {
font-family: Roboto;
margin: 10px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
color: white;
}
.mainWindow {
font-family: Courier New;
display: flex;
display: -ms-flexbox;
justify-content: center;
flex-direction: column;
align-items: center;
height: 80%;
font-size: 12px;
color: #999999;
background: #333133;
padding-left: 20%;
padding-right: 20%;
min-height: 1000px;
}
.footerBar{
border-top: 1px solid #c9c9c9;
height: 80px;
display: flex;
align-items: center;
background: #333133;
}
.ccLogo{
margin: 20px;
height: 30px;
margin-right: 10px;
}
.ccText {
color: #999;
font-size: 12px;
}
.ccText a {
color: #999;
text-decoration: none;
}
.previewTop{
position: absolute;
z-index: -1;
text-decoration: none;
text-align: right;
margin-bottom: 2px;
position: absolute;
top: 0px;
background: #ffff6a;
transform: translateX(90px);
display: flex;
height: 100%;
width: 500px;
flex-direction: column;
transition: .2s linear;
justify-content: center;
}
.previewTech{
font-size: 10px;
line-height: 10px;
letter-spacing: 0px;
text-align: left;
width: 320px;
padding: 20px;
border-left: 10px solid #333133;
}
.topMenu a:hover + .previewTop, .previewTop:hover{
height: 100%;
transition: .2s ease-in;
background: #ffff6a;
transform: translateX(-400px);
}
@media (max-width: 1600px) {
#container {
margin: 0px;
margin-left: 40px;
margin-right: 0px;
margin-top: 50px;
position: relative;
width: auto;
}
}
@media (max-width: 1000px) {
#container{
margin-left: 0px;
margin-top: 0px;
}
.homeButton{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 77px;
border: none;
}
.heading{
font-size: 50px;
line-height: 40px;
padding-bottom: 30px;
}
.mainColumn {
width: calc(100% - 60px);
}
.documentToggle {
width: 80px;
}
.issueBar{
width: 60px;
}
.issueIndex {
position: relative;
left: 0px;
background: none ;
}
.issueMask {
display: none;
}
.indicatorIndex, .indicatorYear, .childIndicator {
display: none;
}
.childIndex:nth-last-child(1) .childText {
margin-bottom: 0px;
}
.singleText, .yearText{
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
margin-bottom: -1px;
background: none;
margin-top: 0px;
border: 1px solid #525252;
padding: 10px;
background: #333133;
}
.childIndex{
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
margin: 0px;
border: none;
}
.childText{
margin-bottom: 1px;
margin-right: 10px;
padding: 10px;
}
.childIndex:hover .childText{
margin-right: 0px;
}
.titleText, .topMenu a{
font-size:8px;
}
} | 0.340376 | 0.085671 |
@media screen and (max-width: 950px){
.navbar .desktop ul li{
font-size: 22px;
}
.navbar ul{
word-spacing: 20px;
}
.navbar ul li{
font-size: 22px;
}
.container-info{
padding: 50px;
}
}
@media screen and (max-width: 890px){
.navbar .desktop{
display: none;
}
.icon-menu{
/* display: none; */
display: block;
}
.container-info h1{
font-size: 50px;
}
.container-info{
padding: 50px;
}
.produtos-container{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.item-produtos:nth-child(1){
margin-right: 0;
}
.item-produtos:nth-child(3){
margin-left: 0;
}
.item-produtos{
width: 50%;
}
.item-produtos img{
border: 2px solid black;
width: 80%;
border-radius: 50px;
margin: 20px;
}
.item img{
width: 50%;
}
}
@media screen and (max-width: 590px){
#top-header{
padding: 10px 15px;
}
.produtos-container{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.item-produtos{
width: 100%;
text-align: center;
}
.item-produtos img{
border: 2px solid black;
width: 60%;
border-radius: 50px;
margin: 20px;
}
#quem-somos{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.container-loja{
width: 100%;
height: auto;
text-align: center;
padding-bottom: 20px;
}
.redes-sociais{
width: 100%;
margin: auto;
}
.img-redessociais{
display: flex;
justify-content: space-around;
}
.img-redessociais .item:nth-child(1){
position: relative;
left: 0%;
}
.img-redessociais .item:nth-child(3){
position: relative;
right: 0%;
}
.formulario form{
text-align: left;
margin: 10px auto;
width: 100%;
}
.item img{
width: 45%;
}
.quem-somos-img{
width: 50%;
min-width: 350px;
height: 400px;
}
} | css/responsivo.css | @media screen and (max-width: 950px){
.navbar .desktop ul li{
font-size: 22px;
}
.navbar ul{
word-spacing: 20px;
}
.navbar ul li{
font-size: 22px;
}
.container-info{
padding: 50px;
}
}
@media screen and (max-width: 890px){
.navbar .desktop{
display: none;
}
.icon-menu{
/* display: none; */
display: block;
}
.container-info h1{
font-size: 50px;
}
.container-info{
padding: 50px;
}
.produtos-container{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.item-produtos:nth-child(1){
margin-right: 0;
}
.item-produtos:nth-child(3){
margin-left: 0;
}
.item-produtos{
width: 50%;
}
.item-produtos img{
border: 2px solid black;
width: 80%;
border-radius: 50px;
margin: 20px;
}
.item img{
width: 50%;
}
}
@media screen and (max-width: 590px){
#top-header{
padding: 10px 15px;
}
.produtos-container{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.item-produtos{
width: 100%;
text-align: center;
}
.item-produtos img{
border: 2px solid black;
width: 60%;
border-radius: 50px;
margin: 20px;
}
#quem-somos{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.container-loja{
width: 100%;
height: auto;
text-align: center;
padding-bottom: 20px;
}
.redes-sociais{
width: 100%;
margin: auto;
}
.img-redessociais{
display: flex;
justify-content: space-around;
}
.img-redessociais .item:nth-child(1){
position: relative;
left: 0%;
}
.img-redessociais .item:nth-child(3){
position: relative;
right: 0%;
}
.formulario form{
text-align: left;
margin: 10px auto;
width: 100%;
}
.item img{
width: 45%;
}
.quem-somos-img{
width: 50%;
min-width: 350px;
height: 400px;
}
} | 0.267408 | 0.089177 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto'), local('Roboto--Light'),
url('../fonts/Roboto-Light.ttf') format('ttf'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* roboto-italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'),
url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: local('Roboto Black'), local('Roboto-Black'),
url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
url('../fonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
scroll-behavior: smooth
}
/* ==========================================================================
pre-loader
========================================================================== */
a #alexandra{
background: url(../medias/pastilles/alexandra.png) no-repeat -9999px -9999px;
}
a #anais{
background: url(../medias/pastilles/anais.png) no-repeat -9999px -9999px;
}
a #blandine{
background: url(../medias/pastilles/blandine.png) no-repeat -9999px -9999px;
}
a #camille{
background: url(../medias/pastilles/camille.png) no-repeat -9999px -9999px;
}
a #celine{
background: url(../medias/pastilles/celine.png) no-repeat -9999px -9999px;
}
a #cynthia{
background: url(../medias/pastilles/cynthia.png) no-repeat -9999px -9999px;
}
a #harmony{
background: url(../medias/pastilles/harmony.png) no-repeat -9999px -9999px;
}
a #katia{
background: url(../medias/pastilles/katia.png) no-repeat -9999px -9999px;
}
a #lidye{
background: url(../medias/pastilles/lidye.png) no-repeat -9999px -9999px;
}
a #marjorie{
background: url(../medias/pastilles/Marjorie.png) no-repeat -9999px -9999px;
}
a #melissa{
background: url(../medias/pastilles/Melissa.png) no-repeat -9999px -9999px;
}
a #sarah{
background: url(../medias/pastilles/Sarah.png) no-repeat -9999px -9999px;
}
/* ==========================================================================
Colors
========================================================================== */
.orange-txt {
color: #f47216;
}
.blue-txt {
color: #1082ce;
}
.green-txt {
color: #00a650;
}
.yellow-txt {
color: #fcd205;
}
.gris-light {
color: #cacac8;
}
.gris-dark {
color:#8a8988;
}
/* ==========================================================================
Layout
========================================================================== */
body, main {
padding: 0;
margin: 0;
width: 100vw;
min-height: 100vh;
background-color: #ffffff;
color: #000;
overflow-x: hidden;
font-family: 'Roboto';
font-weight: 900;
}
.wrapped {
padding-left: 10vw;
padding-right: 10vw;
padding-top: 15px;
}
/* ==========================================================================
Menu
========================================================================== */
nav {
height: 0;
}
#nav-container {
height: 12vh;
}
a {
text-decoration: none;
color: black;
transition: color 0.3s ease;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
.active {
color: #FFFFFF
}
#menuToggle {
display: block;
position: fixed;
top: 40px;
left: 40px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
}
#menuToggle input {
display: block;
width: 40px;
height: 32px;
position: absolute;
top: -7px;
left: -5px;
cursor: pointer;
opacity: 0; /* hide this */
z-index: 2; /* and place it over the hamburger */
-webkit-touch-callout: none;
}
#menuToggle span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #000000;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
opacity 0.55s ease;
}
#menuToggle span:first-child {
transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #000000;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
transform: rotate(-45deg) translate(0, -1px);
}
#menu {
position: absolute;
width: 300px;
height: 110vh;
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
background: #cacac8;
list-style-type: none;
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
padding: 10px 0;
font-size: 22px;
}
#menuToggle input:checked ~ ul {
transform: none;
}
.button-image{
margin-top: 20px;
margin-bottom: 40px;
max-width: 100%;
transition: all .2s ease-in-out;
}
.button-image:hover{
transform: scale(1.03);
}
.intro-img {
max-width: 80vw;
}
/* ==========================================================================
Map
========================================================================== */
#map-container {
background-image: url('../medias/carte-metro-mobile.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100vh;
width: 100vw;
}
.femme {
cursor: pointer;
stroke-width: 0;
clear: both;
z-index: 111;
}
svg {
height: 85vh;
max-width: 165vw;
z-index: 100;
position: relative;
right: 150px;
}
.popover {
border: none;
background-color: transparent;
max-width: 300px;
}
.popover h1 {
font-size: 2em;
line-break: 1em;
margin: 0;
color: #FFFFFF;
}
.popover p {
font-size: 1em;
line-break: 0.8em;
margin: 0;
color: #FFFFFF;
font-weight: 900;
}
.invisible-fff {
visibility: visible;
fill-opacity: 1;
}
#map-logo {
display: block;
position: relative;
top: 30px;
right: -65vw;
height: 80px;
}
#map-sharebox {
width: 33vw;
max-height: 25vh;
position: relative;
top: 75vh;
margin-right: 40px;
}
#map-sharebox * {
margin-bottom: 0;
float: right;
padding: 1px;
}
/* ==========================================================================
Article
========================================================================== */
.metro-video {
width: 100vw;
height: 56vw;
z-index: 1;
}
.content {
margin-left: 1vw;
margin-right: 1vw;
}
article p {
font-weight: 400;
font-size: 1.1em;
background-color: #FFFFFF;
}
h1 {
font-family: 'Roboto';
font-weight: 900;
font-size: 3em;
line-height: 1em;
}
h2 {
font-weight: 900;
font-size: 1.6em;
}
h3 {
font-weight: 900;
font-size: 1.2em;
}
h4 {
font-weight: 900;
font-size: 1.2em;
}
.date {
font-weight: 200;
color: #cacac8;
font-weight: 400;
margin-bottom: 0;
font-size: 1.1em;
line-height: 1em;
}
.lieu {
font-weight: 300;
font-size: 1.4em;
margin-bottom: 0;
}
.nom {
margin-bottom: 3px;
font-size: 1.4em;
}
.portrait {
width: 100%;
margin-top: 40px;
margin-bottom: 25px;
}
.quote {
max-width: 100%;
}
.btn-box {
margin: auto;
max-width: fit-content;
}
.color {
font-weight: 900;
}
.bleu h1,.bleu h2,.bleu .color {
color: #1082ce;
}
.orange h1,.orange h2,.orange .color {
color: #f47216;
}
.green h1,.green h2,.green .color{
color: #00a650;
}
.yellow h1,.yellow h2,.yellow .color{
color: #fcd205;
}
.social {
display: none;
}
text {
fill-opacity: 1;
}
#merci-logo {
position: absolute;
top: 40px;
right: 40px;
}
#merci-logo img {
height: 80px;
}
.text-center {
display: none;
}
.merci-txt {
font-weight: 400;
margin-bottom: 25px;
}
.about-row {
margin-top: 100px;
}
@media only screen and (min-width: 992px) {
/* Style adjustments for viewports that meet the condition */
.wrapped {
margin: 0;
padding: 0;
}
.invisible-fff {
/* visibility: hidden; */
fill-opacity: 0;
animation: appear 1s ease;
}
@keyframes appear {
0% { opacity: 0;}
10% { opacity: 0.1;}
90% { opacity: 0.9;}
100% {opacity: 1;}
}
.intro {
background-image: url(../medias/entete-large.png);
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
height: 100vh;
}
#intro-text {
color: #FFFFFF;
font-size: 1em;
margin-top: 40px;
line-height: 1.2em;
}
.button-image {
max-width: 100%;
}
#map-logo {
right: -85vw;
}
svg {
max-height: 100vh;
max-width: 100vw;
z-index: -1;
top: -25vh;
height: auto;
position: unset;
}
.content {
margin-left: 5vw;
margin-right: 5vw;
}
article p {
font-size: 1.2em;
line-height: 1.2;
margin-bottom: 25px;
}
h1 {
font-size: 5em;
}
.date {
font-size: 1.4em;
line-height: 1em;
}
.lieu {
font-size: 2.5em;
margin-bottom: 0;
}
.nom {
margin-top: 40px;
margin-bottom: 10px;
font-size: 2.5em;
}
}
@media only screen and (min-width: 1400px) {
/* Style adjustments for viewports that meet the condition */
} | css/main.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto'), local('Roboto--Light'),
url('../fonts/Roboto-Light.ttf') format('ttf'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* roboto-italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'),
url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: local('Roboto Black'), local('Roboto-Black'),
url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
url('../fonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/roboto-v18-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
scroll-behavior: smooth
}
/* ==========================================================================
pre-loader
========================================================================== */
a #alexandra{
background: url(../medias/pastilles/alexandra.png) no-repeat -9999px -9999px;
}
a #anais{
background: url(../medias/pastilles/anais.png) no-repeat -9999px -9999px;
}
a #blandine{
background: url(../medias/pastilles/blandine.png) no-repeat -9999px -9999px;
}
a #camille{
background: url(../medias/pastilles/camille.png) no-repeat -9999px -9999px;
}
a #celine{
background: url(../medias/pastilles/celine.png) no-repeat -9999px -9999px;
}
a #cynthia{
background: url(../medias/pastilles/cynthia.png) no-repeat -9999px -9999px;
}
a #harmony{
background: url(../medias/pastilles/harmony.png) no-repeat -9999px -9999px;
}
a #katia{
background: url(../medias/pastilles/katia.png) no-repeat -9999px -9999px;
}
a #lidye{
background: url(../medias/pastilles/lidye.png) no-repeat -9999px -9999px;
}
a #marjorie{
background: url(../medias/pastilles/Marjorie.png) no-repeat -9999px -9999px;
}
a #melissa{
background: url(../medias/pastilles/Melissa.png) no-repeat -9999px -9999px;
}
a #sarah{
background: url(../medias/pastilles/Sarah.png) no-repeat -9999px -9999px;
}
/* ==========================================================================
Colors
========================================================================== */
.orange-txt {
color: #f47216;
}
.blue-txt {
color: #1082ce;
}
.green-txt {
color: #00a650;
}
.yellow-txt {
color: #fcd205;
}
.gris-light {
color: #cacac8;
}
.gris-dark {
color:#8a8988;
}
/* ==========================================================================
Layout
========================================================================== */
body, main {
padding: 0;
margin: 0;
width: 100vw;
min-height: 100vh;
background-color: #ffffff;
color: #000;
overflow-x: hidden;
font-family: 'Roboto';
font-weight: 900;
}
.wrapped {
padding-left: 10vw;
padding-right: 10vw;
padding-top: 15px;
}
/* ==========================================================================
Menu
========================================================================== */
nav {
height: 0;
}
#nav-container {
height: 12vh;
}
a {
text-decoration: none;
color: black;
transition: color 0.3s ease;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
.active {
color: #FFFFFF
}
#menuToggle {
display: block;
position: fixed;
top: 40px;
left: 40px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
}
#menuToggle input {
display: block;
width: 40px;
height: 32px;
position: absolute;
top: -7px;
left: -5px;
cursor: pointer;
opacity: 0; /* hide this */
z-index: 2; /* and place it over the hamburger */
-webkit-touch-callout: none;
}
#menuToggle span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #000000;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
opacity 0.55s ease;
}
#menuToggle span:first-child {
transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #000000;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
transform: rotate(-45deg) translate(0, -1px);
}
#menu {
position: absolute;
width: 300px;
height: 110vh;
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
background: #cacac8;
list-style-type: none;
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li {
padding: 10px 0;
font-size: 22px;
}
#menuToggle input:checked ~ ul {
transform: none;
}
.button-image{
margin-top: 20px;
margin-bottom: 40px;
max-width: 100%;
transition: all .2s ease-in-out;
}
.button-image:hover{
transform: scale(1.03);
}
.intro-img {
max-width: 80vw;
}
/* ==========================================================================
Map
========================================================================== */
#map-container {
background-image: url('../medias/carte-metro-mobile.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100vh;
width: 100vw;
}
.femme {
cursor: pointer;
stroke-width: 0;
clear: both;
z-index: 111;
}
svg {
height: 85vh;
max-width: 165vw;
z-index: 100;
position: relative;
right: 150px;
}
.popover {
border: none;
background-color: transparent;
max-width: 300px;
}
.popover h1 {
font-size: 2em;
line-break: 1em;
margin: 0;
color: #FFFFFF;
}
.popover p {
font-size: 1em;
line-break: 0.8em;
margin: 0;
color: #FFFFFF;
font-weight: 900;
}
.invisible-fff {
visibility: visible;
fill-opacity: 1;
}
#map-logo {
display: block;
position: relative;
top: 30px;
right: -65vw;
height: 80px;
}
#map-sharebox {
width: 33vw;
max-height: 25vh;
position: relative;
top: 75vh;
margin-right: 40px;
}
#map-sharebox * {
margin-bottom: 0;
float: right;
padding: 1px;
}
/* ==========================================================================
Article
========================================================================== */
.metro-video {
width: 100vw;
height: 56vw;
z-index: 1;
}
.content {
margin-left: 1vw;
margin-right: 1vw;
}
article p {
font-weight: 400;
font-size: 1.1em;
background-color: #FFFFFF;
}
h1 {
font-family: 'Roboto';
font-weight: 900;
font-size: 3em;
line-height: 1em;
}
h2 {
font-weight: 900;
font-size: 1.6em;
}
h3 {
font-weight: 900;
font-size: 1.2em;
}
h4 {
font-weight: 900;
font-size: 1.2em;
}
.date {
font-weight: 200;
color: #cacac8;
font-weight: 400;
margin-bottom: 0;
font-size: 1.1em;
line-height: 1em;
}
.lieu {
font-weight: 300;
font-size: 1.4em;
margin-bottom: 0;
}
.nom {
margin-bottom: 3px;
font-size: 1.4em;
}
.portrait {
width: 100%;
margin-top: 40px;
margin-bottom: 25px;
}
.quote {
max-width: 100%;
}
.btn-box {
margin: auto;
max-width: fit-content;
}
.color {
font-weight: 900;
}
.bleu h1,.bleu h2,.bleu .color {
color: #1082ce;
}
.orange h1,.orange h2,.orange .color {
color: #f47216;
}
.green h1,.green h2,.green .color{
color: #00a650;
}
.yellow h1,.yellow h2,.yellow .color{
color: #fcd205;
}
.social {
display: none;
}
text {
fill-opacity: 1;
}
#merci-logo {
position: absolute;
top: 40px;
right: 40px;
}
#merci-logo img {
height: 80px;
}
.text-center {
display: none;
}
.merci-txt {
font-weight: 400;
margin-bottom: 25px;
}
.about-row {
margin-top: 100px;
}
@media only screen and (min-width: 992px) {
/* Style adjustments for viewports that meet the condition */
.wrapped {
margin: 0;
padding: 0;
}
.invisible-fff {
/* visibility: hidden; */
fill-opacity: 0;
animation: appear 1s ease;
}
@keyframes appear {
0% { opacity: 0;}
10% { opacity: 0.1;}
90% { opacity: 0.9;}
100% {opacity: 1;}
}
.intro {
background-image: url(../medias/entete-large.png);
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
height: 100vh;
}
#intro-text {
color: #FFFFFF;
font-size: 1em;
margin-top: 40px;
line-height: 1.2em;
}
.button-image {
max-width: 100%;
}
#map-logo {
right: -85vw;
}
svg {
max-height: 100vh;
max-width: 100vw;
z-index: -1;
top: -25vh;
height: auto;
position: unset;
}
.content {
margin-left: 5vw;
margin-right: 5vw;
}
article p {
font-size: 1.2em;
line-height: 1.2;
margin-bottom: 25px;
}
h1 {
font-size: 5em;
}
.date {
font-size: 1.4em;
line-height: 1em;
}
.lieu {
font-size: 2.5em;
margin-bottom: 0;
}
.nom {
margin-top: 40px;
margin-bottom: 10px;
font-size: 2.5em;
}
}
@media only screen and (min-width: 1400px) {
/* Style adjustments for viewports that meet the condition */
} | 0.289975 | 0.059592 |
@import url('../css/googlefonts.css');
* {
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
body {
-webkit-font-smoothing: antialiased;
background-color: #fff;
color: #808080;
font: 13px "Ubuntu", Arial, sans-serif;
}
a {
text-decoration: none;
}
nav .open {
background-color: #51381F;
}
nav a{
font-size: 12px !important;
}
nav li{
font-size: 12px !important;
}
nav a:hover{
color: #999 !important;
}
nav ul li:nth-child(3) a {
color: #363636;
position: relative;
padding-left: 5px;
}
footer {
right: 0;
left: 0;
position: absolute;
z-index: -1;
}
// nav ul li:nth-child(4) a:before,
// footer ul li:before {
// content: "";
// width: 1px;
// height: 22px;
// background-color: #ccc;
// position: absolute;
// top: -3px;
// left: -7px;
// }
nav ul li span {
color: #9c865e;
padding-right: 15px;
}
.nav-wrapper,
footer,
.main-wrapper {
max-width: 1920px;
overflow: hidden;
}
.nav-wrapper ul li.logged-name a {
color: #363636;
padding-right: 43px;
text-decoration: underline;
border-right: 1px solid #cfd1cf;
}
.logged-name span {
padding-left: 5px;
}
.language-list {
margin-left: 10px;
}
.nav-wrapper ul li.language-list a {
text-decoration: underline;
padding: 5px;
color: #363636;
}
.active-link {
color: #b7914c !important;
text-decoration: none !important;
}
.error-button,
.edited-button,
.tosite-button {
display: block;
height: 45px;
line-height: 45px;
font-size: 15px;
text-align: center;
color: #fff;
margin-top: 10px;
border-radius: 3px;
}
.error-button {
width: 140px;
background-color: #ff6470;
}
.edited-button {
width: 241px;
background-color: #2baae1;
}
.tosite-button {
width: 200px;
height: 49px;
background: url(/images/tosite_but_bg.png) no-repeat;
margin-top: 8px;
color: #363636;
line-height: 49px;
font-weight: bold;
margin-left: -5px;
}
.tosite-button:hover {
background: none #e4c48b;
border-radius: 50px;
}
aside {
display: block;
width: 240px;
background-color: #353f4d;
position: fixed;
left: 0;
top: 0;
bottom: 0;
overflow: auto;
float: left;
}
.logo-section, .logo-section-auth {position: relative;}
.logo-section a, .logo-section-auth a {
margin: 20.5px 20px;
font-size: 20px;
color: #fff;
display: block;
font-weight: bold;
letter-spacing: -.5px;
}
.logo-section-auth a {text-align: center; padding-right: 10px;}
.logo-section a > i.nav-ico {
display: block;
position: absolute;
background: url(/images/nav_ico.png) no-repeat;
width: 30px;
height: 19px;
top: 3px;
right: 20px;
}
.navigation ul li > ul li {
border-bottom: none;
}
.navigation ul li > ul li > a {
padding: 10px 30px 15px;
position: relative;
font-weight: normal;
}
.navigation ul li {
border-bottom: 1px solid #5f5f5c;
}
.navigation ul li a:hover {
background-color: #fff;
}
.navigation ul li > ul li a:before {
content:"-";
position: absolute;
left: 20px;
}
.navigation ul li a {
padding: 13px 20px;
display: block;
color: #e4c38b;
font-size: 15px;
font-weight: bold;
}
.navigation ul li.active {
background-color: #fff;
}
.navigation ul li.active > ul {
background-color: rgba(53, 63, 77, .92);
}
section {
margin-top: 10px;
margin-bottom: 62px;
}
section, footer ul {
// margin-left: 270px;
}
.title-description{
line-height: 1;
}
.card{
min-height: auto;
}
.card a:hover{
color: #85CE36 !important;
}
footer ul {
margin-left: 30px !important;
}
.dashboard-page{
margin-top: 25px;
}
.header-block a{
margin-left: 5px;
}
span.error {
font-size: 17px;
color: #ff6470;
font-weight: 500;
display: block;
margin-top: 5px;
}
.section-info {
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eff3f1;
}
.section-info a {
color: #353f4d;
font-size: 24px;
font-weight: 500;
}
.section-info p {
padding-top: 5px;
color: #808080;
font-size: 15px;
}
.section-info dl {
margin-top: 5px;
}
.section-info dl dt a {
font-size: 18px;
color: #353f4d;
}
.section-info dl dd {
font-size: 15px;
color: #808080;
margin-top: 4px;
margin-bottom: 4px;
}
.section-info:last-child {
border-bottom: none;
}
.speedbar ul li {
float: left;
padding: 5px 10px;
position: relative;
}
.speedbar ul li a {
color: #a4a5a7;
}
.speedbar ul li a.active {
text-decoration: underline;
color: #353f4d;
}
.speedbar ul li:first-child,
.list-elements ul li a:first-child {
padding-left: 0;
}
.list-elements ul li:first-child {
margin-right: 100px;
}
.speedbar ul li:first-child:before {
content: "";
}
.speedbar ul li:before {
content: "-";
position: absolute;
left: 0;
color: #b2b3b4;
}
.list-elements:before {
content: "";
display: block;
visibility: hidden;
clear: both;
}
.list-elements ul {
border-bottom: 1px solid #353f4d;
padding-bottom: 90px;
}
.list-elements ul li {
float: left;
margin-top: 40px;
position: relative;
}
.list-elements ul li a:first-child {
margin-left: -40px;
}
.list-elements ul li a {
height: 50px;
display: block;
}
.list-elements ul li:first-child a:nth-child(2) {
display: inline-block;
height: 50px;
}
.list-elements ul li:first-child a {
display: inline;
}
.list-elements ul li a:hover{
background-position: 37% bottom;
color: #2c3440;
}
.list-elements ul li a.active {
background: url(/images/hover_tr.png) no-repeat;
background-position: 20% bottom;
color: #2c3440;
}
.list-elements ul li:first-child a i.search-ico {
display: block;
width: 48px;
height: 49px;
position: absolute;
left: 0;
top: -10px;
border-radius: 50%;
background: url(/images/search_ico.png) #e4c48b no-repeat center center;
}
.list-elements ul li:first-child a:hover i.search-ico {
box-shadow: 0 1px 4px rgba(0,0,0,.1);
background: url(/images/search_ico.png) #ebebec no-repeat center center;
}
.list-elements ul li a {
padding: 1px 60px 0;
font-size: 18px;
font-weight: bold;
color: #9f9f9f;
}
.list-elements ul li a:hover {
color: #2c3440;
}
.list-content {
width: 100%;
/*margin-top: 10px;
padding-top: 10px;*/
box-sizing: border-box;
font-size: 15px;
color: #353f4d;
overflow: hidden;
}
.full-part, .right-part, .left-part {
padding-bottom: 25px !important;
padding-top: 25px !important;
}
article.content {
margin-top: 15px !important;
}
.list-content .part{
background-color: #FFF;
box-sizing: border-box;
padding: 0 10px;
overflow: hidden;
}
.list-content .left-part{
width: 69%;
float: left;
margin-right: 1%;
}
.list-content .right-part{
width: 29%;
float: left;
margin-left: 1%;
}
.list-content .part-min{
width: 69%;
/* float: left; */
/* margin-left: 1%; */
padding-bottom: 20px;
}
.list-content form.form-search input[type='text'] {
width: 265px;
height: 48px;
background-color: #fff;
margin-left: 40px;
margin-right: 30px;
}
.list-content form.form-search select {
width: 78px;
height: 49px;
background-color: #fff;
margin-left: 40px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-search input[type="submit"] {
width: 270px;
height: 23px;
margin-left: -158px;
margin-top: 10px;
}
.list-content form.form-reg ul li input {
height: 40px;
padding-left: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-reg ul li textarea{
width: 100%;
height: 200px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-sizing: border-box;
padding: 10px;
}
.list-content form.form-reg input[type='checkbox']{
width: auto;
height: auto;
}
.list-content form.form-reg ul li:first-child input {
margin-top: 0;
}
.list-content form.form-reg ul li select {
height: 40px;
background-color: #fff;
margin-top: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
margin-top: 0 !important;
}
.list-content form.form-reg ul li label {
width: 100%;
display: inline-block;
margin-right: 5%;
line-height: 1;
margin-bottom: 0;
margin-top: 15px;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li label {
width: 100%;
display: inline-block;
margin-right: 0 !important;
line-height: 1;
margin-bottom: 0;
margin-top: 0 !important;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li input{
height: auto;
padding: 0;
}
.list-content form.form-reg input[type="submit"] {
width: 200px;
height: 40px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 30px;
color: #ffffff;
background-color: #85CE36;
border: none;
border-radius: 3px;
border-color: #85CE36;
outline: none;
display: block;
margin: 0 auto;
}
.list-content form.form-reg input[type="submit"]:hover{
background-color: #2ecc71;
}
.form-reg-ul {
margin-bottom: 50px;
}
// .add-in-elem ul li input[type="submit"] {
// width: 355px;
// height: 30px;
// line-height: 22px;
// margin-top: 20px;
// }
.navigation form {
margin-top: 50px;
}
.navigation form input {
width: 155px;
background: none;
border: none;
border-bottom: 1px solid #fff;
margin-bottom: 30px;
text-align: center;
font-size: 12px;
font-weight: 500;
padding-bottom: 10px;
}
.navigation form input:focus {
border-color: #bea16f;
}
.navigation form button {
width: 127px;
height: 48px;
margin-bottom: 20px;
margin-top: 50px;
display: block;
background: url(/images/but_bg.png) no-repeat;
border-radius: 50px;
border: none;
cursor: pointer;
text-align: center;
line-height: 48px;
font-size: 15px;
color: #414a57;
font-weight: bold;
margin-left: 50px;
}
.navigation form button:hover {
background: none #e4c48b;
}
.navigation form input:nth-child(2),
.navigation form button:nth-of-type(2) {
/*margin-bottom: 0;*/
margin-top: 0;
}
.add-in-elem .title {
width: 803px;
height: 55px;
line-height: 55px;
font-size: 18px;
font-weight: 500;
color: #353f4d;
background-color: #e8e8e8;
margin-top: 30px;
padding-left: 20px;
}
.add-in-elem ul li {
width: 808px;
background-color: #f7f7f7;
margin-top: 5px;
padding-left: 15px;
/* padding: 20px 20px;*/
position: relative;
}
.add-in-elem ul li input[type="text"],
.add-in-elem ul li input[type="file"],
.add-in-elem ul li input[type="checkbox"],
.add-in-elem ul li input[type="date"] {
width: 353px;
height: 49px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
box-sizing: border-box;
padding-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li input:focus,
.add-in-elem ul li textarea:focus {
border: 1px solid #353f4d;
}
.add-in-elem ul li select {
width: 353px;
height: 49px;
background-color: #fff;
border: 1px solid #d2d2d3;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li textarea {
margin-top: 5px;
margin-bottom: 5px;
width: 353px;
height: 162px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
vertical-align: middle;
padding: 5px 10px;
box-sizing: border-box;
resize: vertical;
}
.add-in-elem ul li input[type="checkbox"] {
vertical-align: middle;
width: 13px;
}
.add-in-elem ul li input[type="file"] {
background: none;
border: none;
padding-top: 15px;
}
// .add-in-elem ul li input[type="submit"] {
// width: 266px;
// height: 30px;
// margin-top: 20px;
// }
.add-in-elem ul li label {
display: inline-block;
width: 100%;
font-size: 15px;
color: #353f4d;
}
footer {
height: 30px;
background-color: #fafafa;
position: relative;
bottom: 0;
z-index: 9998;
background-color: #3a4651;
}
.footer a{
color: #FFF !important;
}
.children-rights{
margin-left: 50px;
}
footer ul li {
float: left;
font-size: 14px;
line-height: 60px;
padding: 0 15px;
position: relative;
}
footer ul li:before {
top: 20px;
left: 0;
}
footer ul li a,
footer ul li a > span {
color: #9c865e;
}
footer ul li:first-child {
padding-left: 0;
}
footer ul li:first-child:before {
background: none;
}
footer ul li:nth-child(4),
footer ul li:nth-child(5) {
float: right;
}
.login-form {
text-align: center;
}
.submit-label {
width: 90% !important;
height: 48px;
margin-bottom: 20px !important;
margin-top: 50px;
display: block;
background-color: #fff !important;
border-radius: 50px;
border: none !important;
cursor: pointer !important;
text-align: center !important;
line-height: 48px;
font-size: 15px !important;
color: #414a57;
font-weight: bold !important;
margin-left: auto;
margin-right: auto;
}
input.error {
border-bottom: 2px solid #ff0000 !important;
}
font.error {
color: #ff0000;
}
.hidden-checkboxes {
display: none;
}
.children-rights li {
width: 96% !important;
background-color: #f2f2f2 !important;
}
// .pagination li {
// display: inline-block;
// width: 15px;
// padding: 2px;
// }
// .pagination li a{
// display: block;
// text-align: center;
// color: #000;
// }
// .pagination li:first-child a{
// display: block;
// text-align: center;
// color: #000;
// font-size: 16px;
// }
// .pagination li:first-child span{
// display: block;
// text-align: center;
// font-size: 16px;
// }
// .pagination li:last-child a{
// display: block;
// text-align: center;
// color: #000;
// font-size: 16px;
// }
// .pagination li:last-child span{
// display: block;
// text-align: center;
// font-size: 16px;
// }
.empty-response {
text-align: center;
margin-top: 50px;
color: #8e44ad;
font-size: 20px;
padding: 20px;
background-color: #FFF;
}
.el-table {
width: 100%;
margin-top: 20px;
margin-bottom: 80px;
}
.el-table thead tr {
width: 850px;
}
.el-table thead tr th {
padding: 5px 0;
font-size: 14px;
font-weight: 600;
color: #353f4d;
background-color: #e8e8e8;
margin-bottom: 10px;
text-align: center;
}
.el-table thead tr th:first-child {
text-align: left;
padding-left: 20px;
}
.el-table tbody tr td {
background-color: #f7f7f7;
border: 2px solid #fff;
height: 50px;
line-height: 50px;
}
.el-table tbody tr td:first-child {
text-align: left;
font-size: 14px;
color: #353f4d;
padding-left: 20px;
font-size: 14px;
}
.el-table tbody tr td:first-child:hover {
color: #FFF;
}
.el-table tbody tr td {
text-align: center;
font-size: 12px;
}
.active-section,
.el-table tbody tr td:not(:nth-child(1)) a {
display: inline-block;
width: 30px;
height: 30px;
background-image: url(/images/round_ico.png);
background-repeat: no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 14px;
padding-left: .1px;
cursor: pointer;
color: #2c3e50;
font-weight: bold;
text-decoration: none;
}
.el-table tbody tr td img{
margin-top: 5px;
}
.el-table tbody tr td a.top-pos,
.el-table tbody tr td a.bottom-pos {
display: block;
margin-top: 3px;
background: none;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5.5px 5px 5.5px;
border-color: transparent transparent #353f4d transparent;
}
.el-table tbody tr td a.bottom-pos {
border-width: 5px 5.5px 0 5.5px;
border-color: #353f4d transparent transparent transparent;
}
.el-table tbody tr td a.negative {
color: #e74c3c;
}
.el-table tbody tr:hover td {
background-color: #85CE36;
color: #FFF !important;
}
.el-table tfoot tr td {
padding-left: 20px;
font-size: 12px;
color: #a4a5a7;
height: 50px !important;
background-color: #e8e8e8;
}
#cke_body {
// margin: 5px 10px auto 0;
}
.file-div {
display: inline-block;
margin: 20px auto;
}
.file-div img {
width: 95%;
margin: 5px;
}
.first-table-child {
width: 5%;
}
.alert.alert-info {
padding: 10px;
position: absolute;
background-color: #a7e483;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.error-alert.alert-info {
padding: 10px;
position: absolute;
background-color: #e40003;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.textarea textarea {
margin-top: 10px;
padding-left: 10px;
}
.textarea label {
display: block;
}
.textarea, .ckeditor {
// display: none;
}
.question {
width: 35%;
}
.answered span {
display: inline-block;
width: 30px;
height: 30px;
background: url(/images/round_ico.png) no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 20px;
padding-left: .1px;
cursor: pointer;
color: #73c940;
font-weight: bold;
}
.answered span.negative {
color: #ff6470;
}
.answer a {
border: 2px solid #353f4d;
border-radius: 6px;
font-weight: 500 !important;
color: #353f4d !important;
display: inline !important;
background: none !important;
margin: auto !important;
line-height: normal !important;
font-size: 18px !important;
padding-left: 10px !important;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
.answer a:hover {
background-color: #d9c98e !important;
}
.title-feedform:not(.title-feedform-question) {
display: inline-block;
width: 25%;
margin-bottom: 10px;
}
.content-feedform:not(.content-feedform-question) {
display: inline-block;
width: 100%;
padding: 10px;
background-color: #EEE;
border: 2px solid #fff;
margin-bottom: 10px;
}
.title-feedform-question {
width: 96%;
}
.content-feedform-question {
display: inline-block;
width: 96%;
padding: 5px;
background-color: #e6e6e6;
border: 2px solid #fff;
margin-bottom: 10px;
margin-top: 5px;
}
.active-menu {
background-color: #fff;
}
.valute {
display: inline-block;
}
.photos a {
font-weight: normal !important;
color: #353f4d!important;
display: inline !important;
background: none !important;
border-bottom: 1px solid #353f4d;
font-size: 15px !important;
}
#image-upload {
margin: 25px auto;
width: 89%;
border: 2px dashed #0087F7;
border-radius: 5px;
background: white;
cursor: pointer;
}
#image-upload .dz-message span {
cursor: pointer;
font-weight: 400;
text-align: center;
line-height: 2.5;
font-size: 1.4em;
}
#image-upload:hover {
-webkit-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
-moz-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
}
.title-module{
padding-top: 10px;
font-size: 20px;
text-align: center;
}
.space-30{
width: 40px;
display: inline-block;
}
.slider-show{
width: 200px;
margin-bottom: 5px;
}
.drop-hd{
display: none;
}
.open ul{
display: block;
}
.active .active{
text-decoration: underline;
}
a.black:hover{
color: #555 !important;
text-decoration: none !important;
}
.input-group-addon{
cursor: pointer;
}
/**
* Nestable
*/
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }
.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/**
* Nestable Extras
*/
.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }
#nestable-menu { padding: 0; margin: 20px 0; }
#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }
#nestable-output .buttons {
display: flex;
align-items: center;
justify-content: center;
}
#nestable-output .buttons * {
padding: 0 3px;
}
#nestable-output .buttons *:hover {
cursor: pointer;
}
#nestable2 .dd-handle {
color: #fff;
border: 1px solid #999;
background: #bbb;
background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }
@media only screen and (min-width: 700px) {
.dd { float: left; width: 48%; }
.dd + .dd { margin-left: 2%; }
}
.dd-hover > .dd-handle { background: #2ea8e5 !important; }
/**
* Nestable Draggable Handles
*/
.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
margin-top: -25px;
}
.dd3-item span{
display: block;
margin-left: 44px;
margin-top: 10px;
padding-top: 5px;
overflow: hidden;
font-family: calibri;
font-weight: bold;
}
.dd3-item a{
margin-top: 5px;
display: inline-block;
margin-right: 5px;
margin-top: 5px;
}
.dd3-item a:hover{
color: #34495e !important;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }
.dd3-item > button { margin-left: 30px; }
.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; white-space: nowrap; overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background: linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/*.dd3-handle:before { content: '≡'; display }*/
.dd3-content{
}
.dd3-content span{
display: block;
float: right;
}
.dd3-content span i{
cursor: pointer;
margin-left: 10px;
}
.menu_name{
padding: 4px;
background: #FFF;
}
.menu_name:focus{
border: 1px solid #999;
margin-top: -2px;
padding: 4px 10px;
}
.tab-content{
display: none;
}
.active-content{
display: block;
border: 1px solid #85CE36;
border-top: none;
overflow: hidden;
}
.has-error label{
color: #c0392b;
}
.has-error input{
border: 1px solid #c0392b !important;
}
.alert p{
margin-bottom: 0;
}
.alert ul{
margin-bottom: 0;
}
.min-height{
min-height: 1000px;
padding: 30px 15px !important;
}
.jstree-node {
/*border: 1px solid red;*/
/*height: 40px;*/
}
#nestable-output .buttons{
position: absolute;
right: 0;
top: 0;
}
#nestable-output .buttons button{
display: inline-block;
width: 30px;
}
.tag-clone{
display: none;
}
.parent-tag li{
margin: 10px 0;
}
input[type='radio']{
display: inline-block;
width: 30px !important;
height: auto !important;
}
.onoffswitch {
position: relative; width: 90px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
margin: 0 auto;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 18px; margin: 6px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 56px;
border: 2px solid #999999; border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
=======
@import url('/css/googlefonts.css');
* {
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
body {
-webkit-font-smoothing: antialiased;
background-color: #fff;
color: #808080;
font: 13px "Ubuntu", Arial, sans-serif;
}
a {
text-decoration: none;
}
nav ul li:nth-child(3) a {
color: #363636;
position: relative;
padding-left: 5px;
}
footer {
right: 0;
left: 0;
position: absolute;
z-index: -1;
}
nav ul li span {
color: #9c865e;
padding-right: 15px;
}
.nav-wrapper, footer, .main-wrapper {
max-width: 1920px;
overflow: hidden;
}
.nav-wrapper ul li.logged-name a {
color: #363636;
padding-right: 43px;
text-decoration: underline;
border-right: 1px solid #cfd1cf;
}
.logged-name span {
padding-left: 5px;
}
.language-list {
margin-left: 10px;
}
.nav-wrapper ul li.language-list a {
text-decoration: underline;
padding: 5px;
color: #363636;
}
.active-link {
color: #b7914c !important;
text-decoration: none !important;
}
.error-button, .edited-button, .tosite-button {
display: block;
height: 45px;
line-height: 45px;
font-size: 15px;
text-align: center;
color: #fff;
margin-top: 10px;
border-radius: 3px;
}
.error-button {
width: 140px;
background-color: #ff6470;
}
.edited-button {
width: 241px;
background-color: #2baae1;
}
.tosite-button {
width: 200px;
height: 49px;
background: url(/images/tosite_but_bg.png) no-repeat;
margin-top: 8px;
color: #363636;
line-height: 49px;
font-weight: bold;
margin-left: -5px;
}
.tosite-button:hover {
background: none #e4c48b;
border-radius: 50px;
}
aside {
display: block;
width: 240px;
background-color: #353f4d;
position: fixed;
left: 0;
top: 0;
bottom: 0;
overflow: auto;
float: left;
}
.logo-section, .logo-section-auth {
position: relative;
}
.logo-section a, .logo-section-auth a {
margin: 20.5px 20px;
font-size: 20px;
color: #fff;
display: block;
font-weight: bold;
letter-spacing: -.5px;
}
.logo-section-auth a {
text-align: center;
padding-right: 10px;
}
.logo-section a > i.nav-ico {
display: block;
position: absolute;
background: url(/images/nav_ico.png) no-repeat;
width: 30px;
height: 19px;
top: 3px;
right: 20px;
}
.navigation ul li > ul li {
border-bottom: none;
}
.navigation ul li > ul li > a {
padding: 10px 30px 15px;
position: relative;
font-weight: normal;
}
.navigation ul li {
border-bottom: 1px solid #5f5f5c;
}
.navigation ul li a:hover {
background-color: #fff;
}
.navigation ul li > ul li a:before {
content:"-";
position: absolute;
left: 20px;
}
.navigation ul li a {
padding: 13px 20px;
display: block;
color: #e4c38b;
font-size: 15px;
font-weight: bold;
}
.navigation ul li.active {
background-color: #fff;
}
.navigation ul li.active > ul {
background-color: rgba(53, 63, 77, .92);
}
section {
margin-top: 10px;
margin-bottom: 62px;
}
.title-description{
line-height: 1;
}
.card{
min-height: auto;
}
.card a:hover{
color: #85CE36 !important;
}
footer ul {
margin-left: 30px !important;
}
.dashboard-page{
margin-top: 25px;
}
.header-block a{
margin-left: 5px;
}
span.error {
font-size: 17px;
color: #ff6470;
font-weight: 500;
display: block;
margin-top: 5px;
}
.section-info {
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eff3f1;
}
.section-info a {
color: #353f4d;
font-size: 24px;
font-weight: 500;
}
.section-info p {
padding-top: 5px;
color: #808080;
font-size: 15px;
}
.section-info dl {
margin-top: 5px;
}
.section-info dl dt a {
font-size: 18px;
color: #353f4d;
}
.section-info dl dd {
font-size: 15px;
color: #808080;
margin-top: 4px;
margin-bottom: 4px;
}
.section-info:last-child {
border-bottom: none;
}
.speedbar ul li {
float: left;
padding: 5px 10px;
position: relative;
}
.speedbar ul li a {
color: #a4a5a7;
}
.speedbar ul li a.active {
text-decoration: underline;
color: #353f4d;
}
.speedbar ul li:first-child, .list-elements ul li a:first-child {
padding-left: 0;
}
.list-elements ul li:first-child {
margin-right: 100px;
}
.speedbar ul li:first-child:before {
content: "";
}
.speedbar ul li:before {
content: "-";
position: absolute;
left: 0;
color: #b2b3b4;
}
.list-elements:before {
content: "";
display: block;
visibility: hidden;
clear: both;
}
.list-elements ul {
border-bottom: 1px solid #353f4d;
padding-bottom: 90px;
}
.list-elements ul li {
float: left;
margin-top: 40px;
position: relative;
}
.list-elements ul li a:first-child {
margin-left: -40px;
}
.list-elements ul li a {
height: 50px;
display: block;
}
.list-elements ul li:first-child a:nth-child(2) {
display: inline-block;
height: 50px;
}
.list-elements ul li:first-child a {
display: inline;
}
.list-elements ul li a:hover{
background-position: 37% bottom;
color: #2c3440;
}
.list-elements ul li a.active {
background: url(/images/hover_tr.png) no-repeat;
background-position: 20% bottom;
color: #2c3440;
}
.list-elements ul li:first-child a i.search-ico {
display: block;
width: 48px;
height: 49px;
position: absolute;
left: 0;
top: -10px;
border-radius: 50%;
background: url(/images/search_ico.png) #e4c48b no-repeat center center;
}
.list-elements ul li:first-child a:hover i.search-ico {
box-shadow: 0 1px 4px rgba(0,0,0,.1);
background: url(/images/search_ico.png) #ebebec no-repeat center center;
}
.list-elements ul li a {
padding: 1px 60px 0;
font-size: 18px;
font-weight: bold;
color: #9f9f9f;
}
.list-elements ul li a:hover {
color: #2c3440;
}
.list-content {
width: 100%;
box-sizing: border-box;
font-size: 15px;
color: #353f4d;
overflow: hidden;
}
.full-part, .right-part, .left-part {
padding-bottom: 25px !important;
padding-top: 25px !important;
}
article.content {
margin-top: 15px !important;
}
.list-content .part{
background-color: #FFF;
box-sizing: border-box;
padding: 0 10px;
}
.list-content .left-part{
width: 69%;
float: left;
margin-right: 1%;
}
.list-content .right-part{
width: 29%;
float: left;
margin-left: 1%;
}
.list-content .part-min{
width: 69%;
padding-bottom: 20px;
}
.list-content form.form-search input[type='text'] {
width: 265px;
height: 48px;
background-color: #fff;
margin-left: 40px;
margin-right: 30px;
}
.list-content form.form-search select {
width: 78px;
height: 49px;
background-color: #fff;
margin-left: 40px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-search input[type="submit"] {
width: 270px;
height: 23px;
margin-left: -158px;
margin-top: 10px;
}
.list-content form.form-reg ul li input {
height: 40px;
padding-left: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-reg ul li textarea{
width: 100%;
height: 200px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-sizing: border-box;
padding: 10px;
}
.list-content form.form-reg input[type='checkbox']{
width: auto;
height: auto;
}
.list-content form.form-reg ul li:first-child input {
margin-top: 0;
}
.list-content form.form-reg ul li select {
height: 40px;
background-color: #fff;
margin-top: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-reg ul li label {
width: 100%;
display: inline-block;
margin-right: 5%;
line-height: 1;
margin-bottom: 0;
margin-top: 15px;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li label {
width: 100%;
display: inline-block;
margin-right: 0 !important;
line-height: 1;
margin-bottom: 0;
margin-top: 0 !important;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li input{
height: auto;
padding: 0;
}
.list-content form.form-reg input[type="submit"] {
width: 200px;
height: 40px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 30px;
color: #ffffff;
background-color: #85CE36;
border: none;
border-radius: 3px;
border-color: #85CE36;
outline: none;
display: block;
margin: 0 auto;
}
.list-content form.form-reg input[type="submit"]:hover{
background-color: #2ecc71;
}
.form-reg-ul {
margin-bottom: 50px;
}
.navigation form {
margin-top: 50px;
}
.navigation form input {
width: 155px;
background: none;
border: none;
border-bottom: 1px solid #fff;
margin-bottom: 30px;
text-align: center;
font-size: 12px;
font-weight: 500;
padding-bottom: 10px;
}
.navigation form input:focus {
border-color: #bea16f;
}
.navigation form button {
width: 127px;
height: 48px;
margin-bottom: 20px;
margin-top: 50px;
display: block;
background: url(/images/but_bg.png) no-repeat;
border-radius: 50px;
border: none;
cursor: pointer;
text-align: center;
line-height: 48px;
font-size: 15px;
color: #414a57;
font-weight: bold;
margin-left: 50px;
}
.navigation form button:hover {
background: none #e4c48b;
}
.navigation form input:nth-child(2), .navigation form button:nth-of-type(2) {
margin-top: 0;
}
.add-in-elem .title {
width: 803px;
height: 55px;
line-height: 55px;
font-size: 18px;
font-weight: 500;
color: #353f4d;
background-color: #e8e8e8;
margin-top: 30px;
padding-left: 20px;
}
.add-in-elem ul li {
width: 808px;
background-color: #f7f7f7;
margin-top: 5px;
padding-left: 15px;
position: relative;
}
.add-in-elem ul li input[type="text"], .add-in-elem ul li input[type="file"], .add-in-elem ul li input[type="checkbox"], .add-in-elem ul li input[type="date"] {
width: 353px;
height: 49px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
box-sizing: border-box;
padding-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li input:focus, .add-in-elem ul li textarea:focus {
border: 1px solid #353f4d;
}
.add-in-elem ul li select {
width: 353px;
height: 49px;
background-color: #fff;
border: 1px solid #d2d2d3;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li textarea {
margin-top: 5px;
margin-bottom: 5px;
width: 353px;
height: 162px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
vertical-align: middle;
padding: 5px 10px;
box-sizing: border-box;
resize: vertical;
}
.add-in-elem ul li input[type="checkbox"] {
vertical-align: middle;
width: 13px;
}
.add-in-elem ul li input[type="file"] {
background: none;
border: none;
padding-top: 15px;
}
.add-in-elem ul li label {
display: inline-block;
width: 100%;
font-size: 15px;
color: #353f4d;
}
footer {
height: 30px;
background-color: #fafafa;
position: relative;
bottom: 0;
z-index: 9998;
background-color: #3a4651;
}
.footer a{
color: #FFF !important;
}
.children-rights{
margin-left: 50px;
}
footer ul li {
float: left;
font-size: 14px;
line-height: 60px;
padding: 0 15px;
position: relative;
}
footer ul li:before {
top: 20px;
left: 0;
}
footer ul li a, footer ul li a > span {
color: #9c865e;
}
footer ul li:first-child {
padding-left: 0;
}
footer ul li:first-child:before {
background: none;
}
footer ul li:nth-child(4), footer ul li:nth-child(5) {
float: right;
}
.login-form {
text-align: center;
}
.submit-label {
width: 90% !important;
height: 48px;
margin-bottom: 20px !important;
margin-top: 50px;
display: block;
background-color: #fff !important;
border-radius: 50px;
border: none !important;
cursor: pointer !important;
text-align: center !important;
line-height: 48px;
font-size: 15px !important;
color: #414a57;
font-weight: bold !important;
margin-left: auto;
margin-right: auto;
}
input.error {
border-bottom: 2px solid #ff0000 !important;
}
font.error {
color: #ff0000;
}
.hidden-checkboxes {
display: none;
}
.children-rights li {
width: 96% !important;
background-color: #f2f2f2 !important;
}
.empty-response {
text-align: center;
margin-top: 50px;
color: #8e44ad;
font-size: 20px;
padding: 20px;
background-color: #FFF;
}
.el-table {
width: 100%;
margin-top: 20px;
margin-bottom: 80px;
}
.el-table thead tr {
width: 850px;
}
.el-table thead tr th {
padding: 5px 0;
font-size: 14px;
font-weight: 600;
color: #353f4d;
background-color: #e8e8e8;
margin-bottom: 10px;
text-align: center;
}
.el-table thead tr th:first-child {
text-align: left;
padding-left: 20px;
}
.el-table tbody tr td {
background-color: #f7f7f7;
border: 2px solid #fff;
height: 50px;
line-height: 50px;
}
.el-table tbody tr td:first-child {
text-align: left;
font-size: 14px;
color: #353f4d;
padding-left: 20px;
font-size: 14px;
}
.el-table tbody tr td:first-child:hover {
color: #FFF;
}
.el-table tbody tr td {
text-align: center;
font-size: 12px;
}
.active-section, .el-table tbody tr td:not(:nth-child(1)) a {
display: inline-block;
width: 30px;
height: 30px;
background-image: url(/images/round_ico.png);
background-repeat: no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 14px;
padding-left: .1px;
cursor: pointer;
color: #2c3e50;
font-weight: bold;
text-decoration: none;
}
.el-table tbody tr td img{
margin-top: 5px;
}
.el-table tbody tr td a.top-pos, .el-table tbody tr td a.bottom-pos {
display: block;
margin-top: 3px;
background: none;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5.5px 5px 5.5px;
border-color: transparent transparent #353f4d transparent;
}
.el-table tbody tr td a.bottom-pos {
border-width: 5px 5.5px 0 5.5px;
border-color: #353f4d transparent transparent transparent;
}
.el-table tbody tr td a.negative {
color: #e74c3c;
}
.el-table tbody tr:hover td {
background-color: #85CE36;
color: #FFF !important;
}
.el-table tfoot tr td {
padding-left: 20px;
font-size: 12px;
color: #a4a5a7;
height: 50px !important;
background-color: #e8e8e8;
}
.file-div {
display: inline-block;
margin: 20px auto;
}
.file-div img {
width: 95%;
margin: 5px;
}
.first-table-child {
width: 5%;
}
.alert.alert-info {
padding: 10px;
position: absolute;
background-color: #a7e483;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.error-alert.alert-info {
padding: 10px;
position: absolute;
background-color: #e40003;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.textarea textarea {
margin-top: 10px;
padding-left: 10px;
}
.textarea label {
display: block;
}
.question {
width: 35%;
}
.answered span {
display: inline-block;
width: 30px;
height: 30px;
background: url(/images/round_ico.png) no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 20px;
padding-left: .1px;
cursor: pointer;
color: #73c940;
font-weight: bold;
}
.answered span.negative {
color: #ff6470;
}
.answer a {
border: 2px solid #353f4d;
border-radius: 6px;
font-weight: 500 !important;
color: #353f4d !important;
display: inline !important;
background: none !important;
margin: auto !important;
line-height: normal !important;
font-size: 18px !important;
padding-left: 10px !important;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
.answer a:hover {
background-color: #d9c98e !important;
}
.title-feedform:not(.title-feedform-question) {
display: inline-block;
width: 25%;
margin-bottom: 10px;
}
.content-feedform:not(.content-feedform-question) {
display: inline-block;
width: 100%;
padding: 10px;
background-color: #EEE;
border: 2px solid #fff;
margin-bottom: 10px;
}
.title-feedform-question {
width: 96%;
}
.content-feedform-question {
display: inline-block;
width: 96%;
padding: 5px;
background-color: #e6e6e6;
border: 2px solid #fff;
margin-bottom: 10px;
margin-top: 5px;
}
.active-menu {
background-color: #fff;
}
.valute {
display: inline-block;
}
.photos a {
font-weight: normal !important;
color: #353f4d!important;
display: inline !important;
background: none !important;
border-bottom: 1px solid #353f4d;
font-size: 15px !important;
}
#image-upload {
margin: 25px auto;
width: 89%;
border: 2px dashed #0087F7;
border-radius: 5px;
background: white;
cursor: pointer;
}
#image-upload .dz-message span {
cursor: pointer;
font-weight: 400;
text-align: center;
line-height: 2.5;
font-size: 1.4em;
}
#image-upload:hover {
-webkit-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
-moz-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
}
.title-module{
padding-top: 10px;
font-size: 20px;
text-align: center;
}
.space-30{
width: 40px;
display: inline-block;
}
.slider-show{
width: 200px;
margin-bottom: 5px;
}
.drop-hd{
display: none;
}
.open ul{
display: block;
}
.active .active{
text-decoration: underline;
}
a.black:hover{
color: #555 !important;
text-decoration: none !important;
}
.input-group-addon{
cursor: pointer;
}
/** * Nestable */
.dd {
position: relative;
display: block;
margin: 0;
padding: 0;
max-width: 600px;
list-style: none;
font-size: 13px;
line-height: 20px;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 30px;
}
.dd-collapsed .dd-list {
display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 20px;
font-size: 13px;
line-height: 20px;
}
.dd-handle {
display: block;
height: 30px;
margin: 5px 0;
padding: 5px 10px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-handle:hover {
color: #2ea8e5;
background: #fff;
}
.dd-item > button {
display: block;
position: relative;
cursor: pointer;
float: left;
width: 25px;
height: 20px;
margin: 5px 0;
padding: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
background: transparent;
font-size: 12px;
line-height: 1;
text-align: center;
font-weight: bold;
}
.dd-item > button:before {
content: '+';
display: block;
position: absolute;
width: 100%;
text-align: center;
text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
content: '-';
}
.dd-placeholder, .dd-empty {
margin: 5px 0;
padding: 0;
min-height: 30px;
background: #f2fbff;
border: 1px dashed #b6bcbf;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-empty {
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel {
position: absolute;
pointer-events: none;
z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
margin-top: 0;
}
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/** * Nestable Extras */
.nestable-lists {
display: block;
clear: both;
padding: 30px 0;
width: 100%;
border: 0;
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
#nestable-menu {
padding: 0;
margin: 20px 0;
}
#nestable-output, #nestable2-output {
width: 100%;
height: auto;
font-size: 0.75em;
line-height: 1.333333em;
font-family: Consolas, monospace;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
#nestable-output .buttons {
display: flex;
align-items: center;
justify-content: center;
}
#nestable-output .buttons * {
padding: 0 3px;
}
#nestable-output .buttons *:hover {
cursor: pointer;
}
#nestable2 .dd-handle {
color: #fff;
border: 1px solid #999;
background: #bbb;
background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
background: #bbb;
}
#nestable2 .dd-item > button:before {
color: #fff;
}
@media only screen and (min-width: 700px) {
.dd {
float: left;
width: 48%;
}
.dd + .dd {
margin-left: 2%;
}
}
.dd-hover > .dd-handle {
background: #2ea8e5 !important;
}
/** * Nestable Draggable Handles */
.dd3-content {
display: block;
height: 30px;
margin: 5px 0;
margin-top: -25px;
padding: 5px 10px 5px 40px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin-top: -25px;
}
.dd3-item span{
display: block;
margin-left: 44px;
margin-top: 10px;
padding-top: 5px;
overflow: hidden;
font-family: calibri;
font-weight: bold;
}
.dd3-item a{
margin-top: 5px;
display: inline-block;
margin-right: 5px;
margin-top: 5px;
}
.dd3-item a:hover{
color: #34495e !important;
}
.dd3-content:hover {
color: #2ea8e5;
background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
margin: 0;
}
.dd3-item > button {
margin-left: 30px;
}
.dd3-handle {
position: absolute;
margin: 0;
left: 0;
top: 0;
cursor: pointer;
width: 30px;
white-space: nowrap;
overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background: linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/*.dd3-handle:before {
content: '≡';
display
}
*/
.dd3-content{
}
.dd3-content span{
display: block;
float: right;
}
.dd3-content span i{
cursor: pointer;
margin-left: 10px;
}
.menu_name{
padding: 4px;
background: #FFF;
}
.menu_name:focus{
border: 1px solid #999;
margin-top: -2px;
padding: 4px 10px;
}
.tab-content{
display: none;
}
.active-content{
display: block;
border: 1px solid #000;
margin-right: -10px;
border-top: none;
overflow: hidden;
}
.has-error label{
color: #c0392b;
}
.has-error input{
border: 1px solid #c0392b !important;
}
.alert p{
margin-bottom: 0;
}
.alert ul{
margin-bottom: 0;
}
.min-height{
min-height: 1000px;
padding: 30px 15px !important;
}
.jstree-node {
/*border: 1px solid red;
*/
/*height: 40px;
*/
}
#nestable-output .buttons{
position: absolute;
right: 0;
top: 0;
}
#nestable-output .buttons button{
display: inline-block;
width: 30px;
}
.tag-clone{
display: none;
}
.parent-tag li{
margin: 10px 0;
}
input[type='radio']{
display: inline-block;
width: 30px !important;
height: auto !important;
}
.onoffswitch {
position: relative;
width: 90px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 20px;
margin: 0 auto;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: #34A7C1;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE;
color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block;
width: 18px;
margin: 6px;
background: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;
right: 56px;
border: 2px solid #999999;
border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
/** * Nestable */
.dd {
position: relative;
display: block;
margin: 0;
padding: 0;
max-width: 600px;
list-style: none;
font-size: 13px;
line-height: 20px;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 30px;
}
.dd-collapsed .dd-list {
display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 20px;
font-size: 13px;
line-height: 20px;
}
.dd-handle {
display: block;
height: 30px;
margin: 5px 0;
padding: 5px 10px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-handle:hover {
color: #2ea8e5;
background: #fff;
}
.dd-item > button {
display: block;
position: relative;
cursor: pointer;
float: left;
width: 25px;
height: 20px;
margin: 5px 0;
padding: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
background: transparent;
font-size: 12px;
line-height: 1;
text-align: center;
font-weight: bold;
}
.dd-item > button:before {
content: '+';
display: block;
position: absolute;
width: 100%;
text-align: center;
text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
content: '-';
}
.dd-placeholder, .dd-empty {
margin: 5px 0;
padding: 0;
min-height: 30px;
background: #f2fbff;
border: 1px dashed #b6bcbf;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-empty {
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel {
position: absolute;
pointer-events: none;
z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
margin-top: 0;
}
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/** * Nestable Extras */
.nestable-lists {
display: block;
clear: both;
padding: 30px 0;
width: 100%;
border: 0;
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
#nestable-menu {
padding: 0;
margin: 20px 0;
}
#nestable-output, #nestable2-output {
width: 100%;
height: auto;
font-size: 0.75em;
line-height: 1.333333em;
font-family: Consolas, monospace;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
color: #fff;
border: 1px solid #999;
background: #bbb;
background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
background: #bbb;
}
#nestable2 .dd-item > button:before {
color: #fff;
}
@media only screen and (min-width: 700px) {
.dd {
float: left;
width: 48%;
}
.dd + .dd {
margin-left: 2%;
}
}
.dd-hover > .dd-handle {
background: #2ea8e5 !important;
}
/** * Nestable Draggable Handles */
.dd3-content {
display: block;
height: 30px;
margin: 5px 0;
margin-top: -25px;
padding: 5px 10px 5px 40px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd3-content:hover {
color: #2ea8e5;
background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
margin: 0;
}
.dd3-item > button {
margin-left: 30px;
}
.dd3-handle {
position: absolute;
margin: 0;
left: 0;
top: 0;
cursor: pointer;
width: 30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background: linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.dd3-handle:before {
content: '≡';
display: block;
position: absolute;
left: 0;
top: 3px;
width: 100%;
text-align: center;
text-indent: 0;
color: #fff;
font-size: 20px;
font-weight: normal;
}
.dd3-handle:hover {
background: #ddd;
}
/** * Socialite */
.socialite {
display: block;
float: left;
height: 35px;
}
.dd{
position: relative;
}
.nestable-stop{
position: absolute;
width: 100%;
height: 127%;
top: 0;
left: 0;
background-color:rgba(0, 0, 0, 0.5);
}
ul{
list-style: none;
padding: 0;
}
label, .control-label{
font-size: 12px;
}
.table>thead>tr>th{
font-size: 12px;
}
td form{
display: inline;
}
td a{
margin: 0 5px;
}
h3 a{
font-size: 16px !important;
}
.multiDataWrapp{
display: none;
}
.multiDataWrapp label{
margin-bottom: 0;
}
.multiDataWrapp .form-group{
margin-bottom: 5px;
position: relative;
}
.multiDataWrapp .form-group input{
padding-right: 30px;
}
.multiDataWrapp .form-group i{
position: absolute;
bottom: 8px;
right: 6px;
cursor: pointer;
}
.white-bg{
background-color: #FFF;
}
.form-group ol{
margin: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
font-size: 13px;
padding: 10px;
}
.cats-tree ul{
padding-left: 20px;
}
.cats-tree ul li{
padding: 0;
}
.cats-tree ul .form-group{
margin: 0;
}
#image_preview img{
width: 90%;
margin: 0 auto;
display: block;
margin-top: 10px;
}
.append div{
overflow: hidden;
}
.append label{
width: 30% !important;
height: 20px !important;
float: left;
text-align: right;
margin: 5px;
display: block !important;
color: #888;
}
.append input{
width: 62% !important;
height: 20px !important;
float: left;
margin: 5px;
border: 1px solid #CCC;
border-radius: 2px;
}
.image-list{
margin: 5px 0;
border-bottom: 1px solid #EEE;
}
.image-list .form-group{
margin: 0;
}
.image-list img{
width: 100%;
}
.image-list input{
height: 25px;
margin-bottom: 5px;
font-size: 12px;
}
.image-list label{
height: 13px;
margin-bottom: 5px;
}
.main-image{
border: 3px solid red;
}
.back-image{
border: 3px solid green;
}
.label-nr{
color: #e74c3c;
margin-left: 30px;
font-weight: 600;
}
.small-text{
font-size: 12px !important;
height: 100px !important;
}
.full-part{
width: 100%;
float: none;
}
.children-table{
border-left: 80px solid #f0f3f6;
overflow: hidden;
/* margin-left: 20px !important;
padding-left: 20px !important; */
} | public/admin/css/custom.css | @import url('../css/googlefonts.css');
* {
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
body {
-webkit-font-smoothing: antialiased;
background-color: #fff;
color: #808080;
font: 13px "Ubuntu", Arial, sans-serif;
}
a {
text-decoration: none;
}
nav .open {
background-color: #51381F;
}
nav a{
font-size: 12px !important;
}
nav li{
font-size: 12px !important;
}
nav a:hover{
color: #999 !important;
}
nav ul li:nth-child(3) a {
color: #363636;
position: relative;
padding-left: 5px;
}
footer {
right: 0;
left: 0;
position: absolute;
z-index: -1;
}
// nav ul li:nth-child(4) a:before,
// footer ul li:before {
// content: "";
// width: 1px;
// height: 22px;
// background-color: #ccc;
// position: absolute;
// top: -3px;
// left: -7px;
// }
nav ul li span {
color: #9c865e;
padding-right: 15px;
}
.nav-wrapper,
footer,
.main-wrapper {
max-width: 1920px;
overflow: hidden;
}
.nav-wrapper ul li.logged-name a {
color: #363636;
padding-right: 43px;
text-decoration: underline;
border-right: 1px solid #cfd1cf;
}
.logged-name span {
padding-left: 5px;
}
.language-list {
margin-left: 10px;
}
.nav-wrapper ul li.language-list a {
text-decoration: underline;
padding: 5px;
color: #363636;
}
.active-link {
color: #b7914c !important;
text-decoration: none !important;
}
.error-button,
.edited-button,
.tosite-button {
display: block;
height: 45px;
line-height: 45px;
font-size: 15px;
text-align: center;
color: #fff;
margin-top: 10px;
border-radius: 3px;
}
.error-button {
width: 140px;
background-color: #ff6470;
}
.edited-button {
width: 241px;
background-color: #2baae1;
}
.tosite-button {
width: 200px;
height: 49px;
background: url(/images/tosite_but_bg.png) no-repeat;
margin-top: 8px;
color: #363636;
line-height: 49px;
font-weight: bold;
margin-left: -5px;
}
.tosite-button:hover {
background: none #e4c48b;
border-radius: 50px;
}
aside {
display: block;
width: 240px;
background-color: #353f4d;
position: fixed;
left: 0;
top: 0;
bottom: 0;
overflow: auto;
float: left;
}
.logo-section, .logo-section-auth {position: relative;}
.logo-section a, .logo-section-auth a {
margin: 20.5px 20px;
font-size: 20px;
color: #fff;
display: block;
font-weight: bold;
letter-spacing: -.5px;
}
.logo-section-auth a {text-align: center; padding-right: 10px;}
.logo-section a > i.nav-ico {
display: block;
position: absolute;
background: url(/images/nav_ico.png) no-repeat;
width: 30px;
height: 19px;
top: 3px;
right: 20px;
}
.navigation ul li > ul li {
border-bottom: none;
}
.navigation ul li > ul li > a {
padding: 10px 30px 15px;
position: relative;
font-weight: normal;
}
.navigation ul li {
border-bottom: 1px solid #5f5f5c;
}
.navigation ul li a:hover {
background-color: #fff;
}
.navigation ul li > ul li a:before {
content:"-";
position: absolute;
left: 20px;
}
.navigation ul li a {
padding: 13px 20px;
display: block;
color: #e4c38b;
font-size: 15px;
font-weight: bold;
}
.navigation ul li.active {
background-color: #fff;
}
.navigation ul li.active > ul {
background-color: rgba(53, 63, 77, .92);
}
section {
margin-top: 10px;
margin-bottom: 62px;
}
section, footer ul {
// margin-left: 270px;
}
.title-description{
line-height: 1;
}
.card{
min-height: auto;
}
.card a:hover{
color: #85CE36 !important;
}
footer ul {
margin-left: 30px !important;
}
.dashboard-page{
margin-top: 25px;
}
.header-block a{
margin-left: 5px;
}
span.error {
font-size: 17px;
color: #ff6470;
font-weight: 500;
display: block;
margin-top: 5px;
}
.section-info {
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eff3f1;
}
.section-info a {
color: #353f4d;
font-size: 24px;
font-weight: 500;
}
.section-info p {
padding-top: 5px;
color: #808080;
font-size: 15px;
}
.section-info dl {
margin-top: 5px;
}
.section-info dl dt a {
font-size: 18px;
color: #353f4d;
}
.section-info dl dd {
font-size: 15px;
color: #808080;
margin-top: 4px;
margin-bottom: 4px;
}
.section-info:last-child {
border-bottom: none;
}
.speedbar ul li {
float: left;
padding: 5px 10px;
position: relative;
}
.speedbar ul li a {
color: #a4a5a7;
}
.speedbar ul li a.active {
text-decoration: underline;
color: #353f4d;
}
.speedbar ul li:first-child,
.list-elements ul li a:first-child {
padding-left: 0;
}
.list-elements ul li:first-child {
margin-right: 100px;
}
.speedbar ul li:first-child:before {
content: "";
}
.speedbar ul li:before {
content: "-";
position: absolute;
left: 0;
color: #b2b3b4;
}
.list-elements:before {
content: "";
display: block;
visibility: hidden;
clear: both;
}
.list-elements ul {
border-bottom: 1px solid #353f4d;
padding-bottom: 90px;
}
.list-elements ul li {
float: left;
margin-top: 40px;
position: relative;
}
.list-elements ul li a:first-child {
margin-left: -40px;
}
.list-elements ul li a {
height: 50px;
display: block;
}
.list-elements ul li:first-child a:nth-child(2) {
display: inline-block;
height: 50px;
}
.list-elements ul li:first-child a {
display: inline;
}
.list-elements ul li a:hover{
background-position: 37% bottom;
color: #2c3440;
}
.list-elements ul li a.active {
background: url(/images/hover_tr.png) no-repeat;
background-position: 20% bottom;
color: #2c3440;
}
.list-elements ul li:first-child a i.search-ico {
display: block;
width: 48px;
height: 49px;
position: absolute;
left: 0;
top: -10px;
border-radius: 50%;
background: url(/images/search_ico.png) #e4c48b no-repeat center center;
}
.list-elements ul li:first-child a:hover i.search-ico {
box-shadow: 0 1px 4px rgba(0,0,0,.1);
background: url(/images/search_ico.png) #ebebec no-repeat center center;
}
.list-elements ul li a {
padding: 1px 60px 0;
font-size: 18px;
font-weight: bold;
color: #9f9f9f;
}
.list-elements ul li a:hover {
color: #2c3440;
}
.list-content {
width: 100%;
/*margin-top: 10px;
padding-top: 10px;*/
box-sizing: border-box;
font-size: 15px;
color: #353f4d;
overflow: hidden;
}
.full-part, .right-part, .left-part {
padding-bottom: 25px !important;
padding-top: 25px !important;
}
article.content {
margin-top: 15px !important;
}
.list-content .part{
background-color: #FFF;
box-sizing: border-box;
padding: 0 10px;
overflow: hidden;
}
.list-content .left-part{
width: 69%;
float: left;
margin-right: 1%;
}
.list-content .right-part{
width: 29%;
float: left;
margin-left: 1%;
}
.list-content .part-min{
width: 69%;
/* float: left; */
/* margin-left: 1%; */
padding-bottom: 20px;
}
.list-content form.form-search input[type='text'] {
width: 265px;
height: 48px;
background-color: #fff;
margin-left: 40px;
margin-right: 30px;
}
.list-content form.form-search select {
width: 78px;
height: 49px;
background-color: #fff;
margin-left: 40px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-search input[type="submit"] {
width: 270px;
height: 23px;
margin-left: -158px;
margin-top: 10px;
}
.list-content form.form-reg ul li input {
height: 40px;
padding-left: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-reg ul li textarea{
width: 100%;
height: 200px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-sizing: border-box;
padding: 10px;
}
.list-content form.form-reg input[type='checkbox']{
width: auto;
height: auto;
}
.list-content form.form-reg ul li:first-child input {
margin-top: 0;
}
.list-content form.form-reg ul li select {
height: 40px;
background-color: #fff;
margin-top: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
margin-top: 0 !important;
}
.list-content form.form-reg ul li label {
width: 100%;
display: inline-block;
margin-right: 5%;
line-height: 1;
margin-bottom: 0;
margin-top: 15px;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li label {
width: 100%;
display: inline-block;
margin-right: 0 !important;
line-height: 1;
margin-bottom: 0;
margin-top: 0 !important;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li input{
height: auto;
padding: 0;
}
.list-content form.form-reg input[type="submit"] {
width: 200px;
height: 40px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 30px;
color: #ffffff;
background-color: #85CE36;
border: none;
border-radius: 3px;
border-color: #85CE36;
outline: none;
display: block;
margin: 0 auto;
}
.list-content form.form-reg input[type="submit"]:hover{
background-color: #2ecc71;
}
.form-reg-ul {
margin-bottom: 50px;
}
// .add-in-elem ul li input[type="submit"] {
// width: 355px;
// height: 30px;
// line-height: 22px;
// margin-top: 20px;
// }
.navigation form {
margin-top: 50px;
}
.navigation form input {
width: 155px;
background: none;
border: none;
border-bottom: 1px solid #fff;
margin-bottom: 30px;
text-align: center;
font-size: 12px;
font-weight: 500;
padding-bottom: 10px;
}
.navigation form input:focus {
border-color: #bea16f;
}
.navigation form button {
width: 127px;
height: 48px;
margin-bottom: 20px;
margin-top: 50px;
display: block;
background: url(/images/but_bg.png) no-repeat;
border-radius: 50px;
border: none;
cursor: pointer;
text-align: center;
line-height: 48px;
font-size: 15px;
color: #414a57;
font-weight: bold;
margin-left: 50px;
}
.navigation form button:hover {
background: none #e4c48b;
}
.navigation form input:nth-child(2),
.navigation form button:nth-of-type(2) {
/*margin-bottom: 0;*/
margin-top: 0;
}
.add-in-elem .title {
width: 803px;
height: 55px;
line-height: 55px;
font-size: 18px;
font-weight: 500;
color: #353f4d;
background-color: #e8e8e8;
margin-top: 30px;
padding-left: 20px;
}
.add-in-elem ul li {
width: 808px;
background-color: #f7f7f7;
margin-top: 5px;
padding-left: 15px;
/* padding: 20px 20px;*/
position: relative;
}
.add-in-elem ul li input[type="text"],
.add-in-elem ul li input[type="file"],
.add-in-elem ul li input[type="checkbox"],
.add-in-elem ul li input[type="date"] {
width: 353px;
height: 49px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
box-sizing: border-box;
padding-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li input:focus,
.add-in-elem ul li textarea:focus {
border: 1px solid #353f4d;
}
.add-in-elem ul li select {
width: 353px;
height: 49px;
background-color: #fff;
border: 1px solid #d2d2d3;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li textarea {
margin-top: 5px;
margin-bottom: 5px;
width: 353px;
height: 162px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
vertical-align: middle;
padding: 5px 10px;
box-sizing: border-box;
resize: vertical;
}
.add-in-elem ul li input[type="checkbox"] {
vertical-align: middle;
width: 13px;
}
.add-in-elem ul li input[type="file"] {
background: none;
border: none;
padding-top: 15px;
}
// .add-in-elem ul li input[type="submit"] {
// width: 266px;
// height: 30px;
// margin-top: 20px;
// }
.add-in-elem ul li label {
display: inline-block;
width: 100%;
font-size: 15px;
color: #353f4d;
}
footer {
height: 30px;
background-color: #fafafa;
position: relative;
bottom: 0;
z-index: 9998;
background-color: #3a4651;
}
.footer a{
color: #FFF !important;
}
.children-rights{
margin-left: 50px;
}
footer ul li {
float: left;
font-size: 14px;
line-height: 60px;
padding: 0 15px;
position: relative;
}
footer ul li:before {
top: 20px;
left: 0;
}
footer ul li a,
footer ul li a > span {
color: #9c865e;
}
footer ul li:first-child {
padding-left: 0;
}
footer ul li:first-child:before {
background: none;
}
footer ul li:nth-child(4),
footer ul li:nth-child(5) {
float: right;
}
.login-form {
text-align: center;
}
.submit-label {
width: 90% !important;
height: 48px;
margin-bottom: 20px !important;
margin-top: 50px;
display: block;
background-color: #fff !important;
border-radius: 50px;
border: none !important;
cursor: pointer !important;
text-align: center !important;
line-height: 48px;
font-size: 15px !important;
color: #414a57;
font-weight: bold !important;
margin-left: auto;
margin-right: auto;
}
input.error {
border-bottom: 2px solid #ff0000 !important;
}
font.error {
color: #ff0000;
}
.hidden-checkboxes {
display: none;
}
.children-rights li {
width: 96% !important;
background-color: #f2f2f2 !important;
}
// .pagination li {
// display: inline-block;
// width: 15px;
// padding: 2px;
// }
// .pagination li a{
// display: block;
// text-align: center;
// color: #000;
// }
// .pagination li:first-child a{
// display: block;
// text-align: center;
// color: #000;
// font-size: 16px;
// }
// .pagination li:first-child span{
// display: block;
// text-align: center;
// font-size: 16px;
// }
// .pagination li:last-child a{
// display: block;
// text-align: center;
// color: #000;
// font-size: 16px;
// }
// .pagination li:last-child span{
// display: block;
// text-align: center;
// font-size: 16px;
// }
.empty-response {
text-align: center;
margin-top: 50px;
color: #8e44ad;
font-size: 20px;
padding: 20px;
background-color: #FFF;
}
.el-table {
width: 100%;
margin-top: 20px;
margin-bottom: 80px;
}
.el-table thead tr {
width: 850px;
}
.el-table thead tr th {
padding: 5px 0;
font-size: 14px;
font-weight: 600;
color: #353f4d;
background-color: #e8e8e8;
margin-bottom: 10px;
text-align: center;
}
.el-table thead tr th:first-child {
text-align: left;
padding-left: 20px;
}
.el-table tbody tr td {
background-color: #f7f7f7;
border: 2px solid #fff;
height: 50px;
line-height: 50px;
}
.el-table tbody tr td:first-child {
text-align: left;
font-size: 14px;
color: #353f4d;
padding-left: 20px;
font-size: 14px;
}
.el-table tbody tr td:first-child:hover {
color: #FFF;
}
.el-table tbody tr td {
text-align: center;
font-size: 12px;
}
.active-section,
.el-table tbody tr td:not(:nth-child(1)) a {
display: inline-block;
width: 30px;
height: 30px;
background-image: url(/images/round_ico.png);
background-repeat: no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 14px;
padding-left: .1px;
cursor: pointer;
color: #2c3e50;
font-weight: bold;
text-decoration: none;
}
.el-table tbody tr td img{
margin-top: 5px;
}
.el-table tbody tr td a.top-pos,
.el-table tbody tr td a.bottom-pos {
display: block;
margin-top: 3px;
background: none;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5.5px 5px 5.5px;
border-color: transparent transparent #353f4d transparent;
}
.el-table tbody tr td a.bottom-pos {
border-width: 5px 5.5px 0 5.5px;
border-color: #353f4d transparent transparent transparent;
}
.el-table tbody tr td a.negative {
color: #e74c3c;
}
.el-table tbody tr:hover td {
background-color: #85CE36;
color: #FFF !important;
}
.el-table tfoot tr td {
padding-left: 20px;
font-size: 12px;
color: #a4a5a7;
height: 50px !important;
background-color: #e8e8e8;
}
#cke_body {
// margin: 5px 10px auto 0;
}
.file-div {
display: inline-block;
margin: 20px auto;
}
.file-div img {
width: 95%;
margin: 5px;
}
.first-table-child {
width: 5%;
}
.alert.alert-info {
padding: 10px;
position: absolute;
background-color: #a7e483;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.error-alert.alert-info {
padding: 10px;
position: absolute;
background-color: #e40003;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.textarea textarea {
margin-top: 10px;
padding-left: 10px;
}
.textarea label {
display: block;
}
.textarea, .ckeditor {
// display: none;
}
.question {
width: 35%;
}
.answered span {
display: inline-block;
width: 30px;
height: 30px;
background: url(/images/round_ico.png) no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 20px;
padding-left: .1px;
cursor: pointer;
color: #73c940;
font-weight: bold;
}
.answered span.negative {
color: #ff6470;
}
.answer a {
border: 2px solid #353f4d;
border-radius: 6px;
font-weight: 500 !important;
color: #353f4d !important;
display: inline !important;
background: none !important;
margin: auto !important;
line-height: normal !important;
font-size: 18px !important;
padding-left: 10px !important;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
.answer a:hover {
background-color: #d9c98e !important;
}
.title-feedform:not(.title-feedform-question) {
display: inline-block;
width: 25%;
margin-bottom: 10px;
}
.content-feedform:not(.content-feedform-question) {
display: inline-block;
width: 100%;
padding: 10px;
background-color: #EEE;
border: 2px solid #fff;
margin-bottom: 10px;
}
.title-feedform-question {
width: 96%;
}
.content-feedform-question {
display: inline-block;
width: 96%;
padding: 5px;
background-color: #e6e6e6;
border: 2px solid #fff;
margin-bottom: 10px;
margin-top: 5px;
}
.active-menu {
background-color: #fff;
}
.valute {
display: inline-block;
}
.photos a {
font-weight: normal !important;
color: #353f4d!important;
display: inline !important;
background: none !important;
border-bottom: 1px solid #353f4d;
font-size: 15px !important;
}
#image-upload {
margin: 25px auto;
width: 89%;
border: 2px dashed #0087F7;
border-radius: 5px;
background: white;
cursor: pointer;
}
#image-upload .dz-message span {
cursor: pointer;
font-weight: 400;
text-align: center;
line-height: 2.5;
font-size: 1.4em;
}
#image-upload:hover {
-webkit-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
-moz-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
}
.title-module{
padding-top: 10px;
font-size: 20px;
text-align: center;
}
.space-30{
width: 40px;
display: inline-block;
}
.slider-show{
width: 200px;
margin-bottom: 5px;
}
.drop-hd{
display: none;
}
.open ul{
display: block;
}
.active .active{
text-decoration: underline;
}
a.black:hover{
color: #555 !important;
text-decoration: none !important;
}
.input-group-addon{
cursor: pointer;
}
/**
* Nestable
*/
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }
.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/**
* Nestable Extras
*/
.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }
#nestable-menu { padding: 0; margin: 20px 0; }
#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }
#nestable-output .buttons {
display: flex;
align-items: center;
justify-content: center;
}
#nestable-output .buttons * {
padding: 0 3px;
}
#nestable-output .buttons *:hover {
cursor: pointer;
}
#nestable2 .dd-handle {
color: #fff;
border: 1px solid #999;
background: #bbb;
background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }
@media only screen and (min-width: 700px) {
.dd { float: left; width: 48%; }
.dd + .dd { margin-left: 2%; }
}
.dd-hover > .dd-handle { background: #2ea8e5 !important; }
/**
* Nestable Draggable Handles
*/
.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
margin-top: -25px;
}
.dd3-item span{
display: block;
margin-left: 44px;
margin-top: 10px;
padding-top: 5px;
overflow: hidden;
font-family: calibri;
font-weight: bold;
}
.dd3-item a{
margin-top: 5px;
display: inline-block;
margin-right: 5px;
margin-top: 5px;
}
.dd3-item a:hover{
color: #34495e !important;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }
.dd3-item > button { margin-left: 30px; }
.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; white-space: nowrap; overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background: linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/*.dd3-handle:before { content: '≡'; display }*/
.dd3-content{
}
.dd3-content span{
display: block;
float: right;
}
.dd3-content span i{
cursor: pointer;
margin-left: 10px;
}
.menu_name{
padding: 4px;
background: #FFF;
}
.menu_name:focus{
border: 1px solid #999;
margin-top: -2px;
padding: 4px 10px;
}
.tab-content{
display: none;
}
.active-content{
display: block;
border: 1px solid #85CE36;
border-top: none;
overflow: hidden;
}
.has-error label{
color: #c0392b;
}
.has-error input{
border: 1px solid #c0392b !important;
}
.alert p{
margin-bottom: 0;
}
.alert ul{
margin-bottom: 0;
}
.min-height{
min-height: 1000px;
padding: 30px 15px !important;
}
.jstree-node {
/*border: 1px solid red;*/
/*height: 40px;*/
}
#nestable-output .buttons{
position: absolute;
right: 0;
top: 0;
}
#nestable-output .buttons button{
display: inline-block;
width: 30px;
}
.tag-clone{
display: none;
}
.parent-tag li{
margin: 10px 0;
}
input[type='radio']{
display: inline-block;
width: 30px !important;
height: auto !important;
}
.onoffswitch {
position: relative; width: 90px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
margin: 0 auto;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block; width: 18px; margin: 6px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 56px;
border: 2px solid #999999; border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
=======
@import url('/css/googlefonts.css');
* {
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
body {
-webkit-font-smoothing: antialiased;
background-color: #fff;
color: #808080;
font: 13px "Ubuntu", Arial, sans-serif;
}
a {
text-decoration: none;
}
nav ul li:nth-child(3) a {
color: #363636;
position: relative;
padding-left: 5px;
}
footer {
right: 0;
left: 0;
position: absolute;
z-index: -1;
}
nav ul li span {
color: #9c865e;
padding-right: 15px;
}
.nav-wrapper, footer, .main-wrapper {
max-width: 1920px;
overflow: hidden;
}
.nav-wrapper ul li.logged-name a {
color: #363636;
padding-right: 43px;
text-decoration: underline;
border-right: 1px solid #cfd1cf;
}
.logged-name span {
padding-left: 5px;
}
.language-list {
margin-left: 10px;
}
.nav-wrapper ul li.language-list a {
text-decoration: underline;
padding: 5px;
color: #363636;
}
.active-link {
color: #b7914c !important;
text-decoration: none !important;
}
.error-button, .edited-button, .tosite-button {
display: block;
height: 45px;
line-height: 45px;
font-size: 15px;
text-align: center;
color: #fff;
margin-top: 10px;
border-radius: 3px;
}
.error-button {
width: 140px;
background-color: #ff6470;
}
.edited-button {
width: 241px;
background-color: #2baae1;
}
.tosite-button {
width: 200px;
height: 49px;
background: url(/images/tosite_but_bg.png) no-repeat;
margin-top: 8px;
color: #363636;
line-height: 49px;
font-weight: bold;
margin-left: -5px;
}
.tosite-button:hover {
background: none #e4c48b;
border-radius: 50px;
}
aside {
display: block;
width: 240px;
background-color: #353f4d;
position: fixed;
left: 0;
top: 0;
bottom: 0;
overflow: auto;
float: left;
}
.logo-section, .logo-section-auth {
position: relative;
}
.logo-section a, .logo-section-auth a {
margin: 20.5px 20px;
font-size: 20px;
color: #fff;
display: block;
font-weight: bold;
letter-spacing: -.5px;
}
.logo-section-auth a {
text-align: center;
padding-right: 10px;
}
.logo-section a > i.nav-ico {
display: block;
position: absolute;
background: url(/images/nav_ico.png) no-repeat;
width: 30px;
height: 19px;
top: 3px;
right: 20px;
}
.navigation ul li > ul li {
border-bottom: none;
}
.navigation ul li > ul li > a {
padding: 10px 30px 15px;
position: relative;
font-weight: normal;
}
.navigation ul li {
border-bottom: 1px solid #5f5f5c;
}
.navigation ul li a:hover {
background-color: #fff;
}
.navigation ul li > ul li a:before {
content:"-";
position: absolute;
left: 20px;
}
.navigation ul li a {
padding: 13px 20px;
display: block;
color: #e4c38b;
font-size: 15px;
font-weight: bold;
}
.navigation ul li.active {
background-color: #fff;
}
.navigation ul li.active > ul {
background-color: rgba(53, 63, 77, .92);
}
section {
margin-top: 10px;
margin-bottom: 62px;
}
.title-description{
line-height: 1;
}
.card{
min-height: auto;
}
.card a:hover{
color: #85CE36 !important;
}
footer ul {
margin-left: 30px !important;
}
.dashboard-page{
margin-top: 25px;
}
.header-block a{
margin-left: 5px;
}
span.error {
font-size: 17px;
color: #ff6470;
font-weight: 500;
display: block;
margin-top: 5px;
}
.section-info {
margin-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eff3f1;
}
.section-info a {
color: #353f4d;
font-size: 24px;
font-weight: 500;
}
.section-info p {
padding-top: 5px;
color: #808080;
font-size: 15px;
}
.section-info dl {
margin-top: 5px;
}
.section-info dl dt a {
font-size: 18px;
color: #353f4d;
}
.section-info dl dd {
font-size: 15px;
color: #808080;
margin-top: 4px;
margin-bottom: 4px;
}
.section-info:last-child {
border-bottom: none;
}
.speedbar ul li {
float: left;
padding: 5px 10px;
position: relative;
}
.speedbar ul li a {
color: #a4a5a7;
}
.speedbar ul li a.active {
text-decoration: underline;
color: #353f4d;
}
.speedbar ul li:first-child, .list-elements ul li a:first-child {
padding-left: 0;
}
.list-elements ul li:first-child {
margin-right: 100px;
}
.speedbar ul li:first-child:before {
content: "";
}
.speedbar ul li:before {
content: "-";
position: absolute;
left: 0;
color: #b2b3b4;
}
.list-elements:before {
content: "";
display: block;
visibility: hidden;
clear: both;
}
.list-elements ul {
border-bottom: 1px solid #353f4d;
padding-bottom: 90px;
}
.list-elements ul li {
float: left;
margin-top: 40px;
position: relative;
}
.list-elements ul li a:first-child {
margin-left: -40px;
}
.list-elements ul li a {
height: 50px;
display: block;
}
.list-elements ul li:first-child a:nth-child(2) {
display: inline-block;
height: 50px;
}
.list-elements ul li:first-child a {
display: inline;
}
.list-elements ul li a:hover{
background-position: 37% bottom;
color: #2c3440;
}
.list-elements ul li a.active {
background: url(/images/hover_tr.png) no-repeat;
background-position: 20% bottom;
color: #2c3440;
}
.list-elements ul li:first-child a i.search-ico {
display: block;
width: 48px;
height: 49px;
position: absolute;
left: 0;
top: -10px;
border-radius: 50%;
background: url(/images/search_ico.png) #e4c48b no-repeat center center;
}
.list-elements ul li:first-child a:hover i.search-ico {
box-shadow: 0 1px 4px rgba(0,0,0,.1);
background: url(/images/search_ico.png) #ebebec no-repeat center center;
}
.list-elements ul li a {
padding: 1px 60px 0;
font-size: 18px;
font-weight: bold;
color: #9f9f9f;
}
.list-elements ul li a:hover {
color: #2c3440;
}
.list-content {
width: 100%;
box-sizing: border-box;
font-size: 15px;
color: #353f4d;
overflow: hidden;
}
.full-part, .right-part, .left-part {
padding-bottom: 25px !important;
padding-top: 25px !important;
}
article.content {
margin-top: 15px !important;
}
.list-content .part{
background-color: #FFF;
box-sizing: border-box;
padding: 0 10px;
}
.list-content .left-part{
width: 69%;
float: left;
margin-right: 1%;
}
.list-content .right-part{
width: 29%;
float: left;
margin-left: 1%;
}
.list-content .part-min{
width: 69%;
padding-bottom: 20px;
}
.list-content form.form-search input[type='text'] {
width: 265px;
height: 48px;
background-color: #fff;
margin-left: 40px;
margin-right: 30px;
}
.list-content form.form-search select {
width: 78px;
height: 49px;
background-color: #fff;
margin-left: 40px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-search input[type="submit"] {
width: 270px;
height: 23px;
margin-left: -158px;
margin-top: 10px;
}
.list-content form.form-reg ul li input {
height: 40px;
padding-left: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-reg ul li textarea{
width: 100%;
height: 200px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-sizing: border-box;
padding: 10px;
}
.list-content form.form-reg input[type='checkbox']{
width: auto;
height: auto;
}
.list-content form.form-reg ul li:first-child input {
margin-top: 0;
}
.list-content form.form-reg ul li select {
height: 40px;
background-color: #fff;
margin-top: 10px;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 100%;
}
.list-content form.form-reg ul li label {
width: 100%;
display: inline-block;
margin-right: 5%;
line-height: 1;
margin-bottom: 0;
margin-top: 15px;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li label {
width: 100%;
display: inline-block;
margin-right: 0 !important;
line-height: 1;
margin-bottom: 0;
margin-top: 0 !important;
font-size: 13px;
}
.list-content form.form-reg .build-wrap ul li input{
height: auto;
padding: 0;
}
.list-content form.form-reg input[type="submit"] {
width: 200px;
height: 40px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 30px;
color: #ffffff;
background-color: #85CE36;
border: none;
border-radius: 3px;
border-color: #85CE36;
outline: none;
display: block;
margin: 0 auto;
}
.list-content form.form-reg input[type="submit"]:hover{
background-color: #2ecc71;
}
.form-reg-ul {
margin-bottom: 50px;
}
.navigation form {
margin-top: 50px;
}
.navigation form input {
width: 155px;
background: none;
border: none;
border-bottom: 1px solid #fff;
margin-bottom: 30px;
text-align: center;
font-size: 12px;
font-weight: 500;
padding-bottom: 10px;
}
.navigation form input:focus {
border-color: #bea16f;
}
.navigation form button {
width: 127px;
height: 48px;
margin-bottom: 20px;
margin-top: 50px;
display: block;
background: url(/images/but_bg.png) no-repeat;
border-radius: 50px;
border: none;
cursor: pointer;
text-align: center;
line-height: 48px;
font-size: 15px;
color: #414a57;
font-weight: bold;
margin-left: 50px;
}
.navigation form button:hover {
background: none #e4c48b;
}
.navigation form input:nth-child(2), .navigation form button:nth-of-type(2) {
margin-top: 0;
}
.add-in-elem .title {
width: 803px;
height: 55px;
line-height: 55px;
font-size: 18px;
font-weight: 500;
color: #353f4d;
background-color: #e8e8e8;
margin-top: 30px;
padding-left: 20px;
}
.add-in-elem ul li {
width: 808px;
background-color: #f7f7f7;
margin-top: 5px;
padding-left: 15px;
position: relative;
}
.add-in-elem ul li input[type="text"], .add-in-elem ul li input[type="file"], .add-in-elem ul li input[type="checkbox"], .add-in-elem ul li input[type="date"] {
width: 353px;
height: 49px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
box-sizing: border-box;
padding-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li input:focus, .add-in-elem ul li textarea:focus {
border: 1px solid #353f4d;
}
.add-in-elem ul li select {
width: 353px;
height: 49px;
background-color: #fff;
border: 1px solid #d2d2d3;
margin-top: 5px;
margin-bottom: 5px;
}
.add-in-elem ul li textarea {
margin-top: 5px;
margin-bottom: 5px;
width: 353px;
height: 162px;
background-color: #fff;
cursor: pointer;
border: 1px solid #d2d2d3;
vertical-align: middle;
padding: 5px 10px;
box-sizing: border-box;
resize: vertical;
}
.add-in-elem ul li input[type="checkbox"] {
vertical-align: middle;
width: 13px;
}
.add-in-elem ul li input[type="file"] {
background: none;
border: none;
padding-top: 15px;
}
.add-in-elem ul li label {
display: inline-block;
width: 100%;
font-size: 15px;
color: #353f4d;
}
footer {
height: 30px;
background-color: #fafafa;
position: relative;
bottom: 0;
z-index: 9998;
background-color: #3a4651;
}
.footer a{
color: #FFF !important;
}
.children-rights{
margin-left: 50px;
}
footer ul li {
float: left;
font-size: 14px;
line-height: 60px;
padding: 0 15px;
position: relative;
}
footer ul li:before {
top: 20px;
left: 0;
}
footer ul li a, footer ul li a > span {
color: #9c865e;
}
footer ul li:first-child {
padding-left: 0;
}
footer ul li:first-child:before {
background: none;
}
footer ul li:nth-child(4), footer ul li:nth-child(5) {
float: right;
}
.login-form {
text-align: center;
}
.submit-label {
width: 90% !important;
height: 48px;
margin-bottom: 20px !important;
margin-top: 50px;
display: block;
background-color: #fff !important;
border-radius: 50px;
border: none !important;
cursor: pointer !important;
text-align: center !important;
line-height: 48px;
font-size: 15px !important;
color: #414a57;
font-weight: bold !important;
margin-left: auto;
margin-right: auto;
}
input.error {
border-bottom: 2px solid #ff0000 !important;
}
font.error {
color: #ff0000;
}
.hidden-checkboxes {
display: none;
}
.children-rights li {
width: 96% !important;
background-color: #f2f2f2 !important;
}
.empty-response {
text-align: center;
margin-top: 50px;
color: #8e44ad;
font-size: 20px;
padding: 20px;
background-color: #FFF;
}
.el-table {
width: 100%;
margin-top: 20px;
margin-bottom: 80px;
}
.el-table thead tr {
width: 850px;
}
.el-table thead tr th {
padding: 5px 0;
font-size: 14px;
font-weight: 600;
color: #353f4d;
background-color: #e8e8e8;
margin-bottom: 10px;
text-align: center;
}
.el-table thead tr th:first-child {
text-align: left;
padding-left: 20px;
}
.el-table tbody tr td {
background-color: #f7f7f7;
border: 2px solid #fff;
height: 50px;
line-height: 50px;
}
.el-table tbody tr td:first-child {
text-align: left;
font-size: 14px;
color: #353f4d;
padding-left: 20px;
font-size: 14px;
}
.el-table tbody tr td:first-child:hover {
color: #FFF;
}
.el-table tbody tr td {
text-align: center;
font-size: 12px;
}
.active-section, .el-table tbody tr td:not(:nth-child(1)) a {
display: inline-block;
width: 30px;
height: 30px;
background-image: url(/images/round_ico.png);
background-repeat: no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 14px;
padding-left: .1px;
cursor: pointer;
color: #2c3e50;
font-weight: bold;
text-decoration: none;
}
.el-table tbody tr td img{
margin-top: 5px;
}
.el-table tbody tr td a.top-pos, .el-table tbody tr td a.bottom-pos {
display: block;
margin-top: 3px;
background: none;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5.5px 5px 5.5px;
border-color: transparent transparent #353f4d transparent;
}
.el-table tbody tr td a.bottom-pos {
border-width: 5px 5.5px 0 5.5px;
border-color: #353f4d transparent transparent transparent;
}
.el-table tbody tr td a.negative {
color: #e74c3c;
}
.el-table tbody tr:hover td {
background-color: #85CE36;
color: #FFF !important;
}
.el-table tfoot tr td {
padding-left: 20px;
font-size: 12px;
color: #a4a5a7;
height: 50px !important;
background-color: #e8e8e8;
}
.file-div {
display: inline-block;
margin: 20px auto;
}
.file-div img {
width: 95%;
margin: 5px;
}
.first-table-child {
width: 5%;
}
.alert.alert-info {
padding: 10px;
position: absolute;
background-color: #a7e483;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.error-alert.alert-info {
padding: 10px;
position: absolute;
background-color: #e40003;
border-radius: 6px;
font-size: 18px;
left: 50%;
width: 264px;
color: #fff;
opacity: .9;
cursor: pointer;
text-align: center;
}
.textarea textarea {
margin-top: 10px;
padding-left: 10px;
}
.textarea label {
display: block;
}
.question {
width: 35%;
}
.answered span {
display: inline-block;
width: 30px;
height: 30px;
background: url(/images/round_ico.png) no-repeat;
margin: 0 auto;
line-height: 28px;
font-size: 20px;
padding-left: .1px;
cursor: pointer;
color: #73c940;
font-weight: bold;
}
.answered span.negative {
color: #ff6470;
}
.answer a {
border: 2px solid #353f4d;
border-radius: 6px;
font-weight: 500 !important;
color: #353f4d !important;
display: inline !important;
background: none !important;
margin: auto !important;
line-height: normal !important;
font-size: 18px !important;
padding-left: 10px !important;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
.answer a:hover {
background-color: #d9c98e !important;
}
.title-feedform:not(.title-feedform-question) {
display: inline-block;
width: 25%;
margin-bottom: 10px;
}
.content-feedform:not(.content-feedform-question) {
display: inline-block;
width: 100%;
padding: 10px;
background-color: #EEE;
border: 2px solid #fff;
margin-bottom: 10px;
}
.title-feedform-question {
width: 96%;
}
.content-feedform-question {
display: inline-block;
width: 96%;
padding: 5px;
background-color: #e6e6e6;
border: 2px solid #fff;
margin-bottom: 10px;
margin-top: 5px;
}
.active-menu {
background-color: #fff;
}
.valute {
display: inline-block;
}
.photos a {
font-weight: normal !important;
color: #353f4d!important;
display: inline !important;
background: none !important;
border-bottom: 1px solid #353f4d;
font-size: 15px !important;
}
#image-upload {
margin: 25px auto;
width: 89%;
border: 2px dashed #0087F7;
border-radius: 5px;
background: white;
cursor: pointer;
}
#image-upload .dz-message span {
cursor: pointer;
font-weight: 400;
text-align: center;
line-height: 2.5;
font-size: 1.4em;
}
#image-upload:hover {
-webkit-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
-moz-box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
box-shadow: 0 1px 16px 6px rgba(0,135,247,0.65);
}
.title-module{
padding-top: 10px;
font-size: 20px;
text-align: center;
}
.space-30{
width: 40px;
display: inline-block;
}
.slider-show{
width: 200px;
margin-bottom: 5px;
}
.drop-hd{
display: none;
}
.open ul{
display: block;
}
.active .active{
text-decoration: underline;
}
a.black:hover{
color: #555 !important;
text-decoration: none !important;
}
.input-group-addon{
cursor: pointer;
}
/** * Nestable */
.dd {
position: relative;
display: block;
margin: 0;
padding: 0;
max-width: 600px;
list-style: none;
font-size: 13px;
line-height: 20px;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 30px;
}
.dd-collapsed .dd-list {
display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 20px;
font-size: 13px;
line-height: 20px;
}
.dd-handle {
display: block;
height: 30px;
margin: 5px 0;
padding: 5px 10px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-handle:hover {
color: #2ea8e5;
background: #fff;
}
.dd-item > button {
display: block;
position: relative;
cursor: pointer;
float: left;
width: 25px;
height: 20px;
margin: 5px 0;
padding: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
background: transparent;
font-size: 12px;
line-height: 1;
text-align: center;
font-weight: bold;
}
.dd-item > button:before {
content: '+';
display: block;
position: absolute;
width: 100%;
text-align: center;
text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
content: '-';
}
.dd-placeholder, .dd-empty {
margin: 5px 0;
padding: 0;
min-height: 30px;
background: #f2fbff;
border: 1px dashed #b6bcbf;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-empty {
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel {
position: absolute;
pointer-events: none;
z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
margin-top: 0;
}
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/** * Nestable Extras */
.nestable-lists {
display: block;
clear: both;
padding: 30px 0;
width: 100%;
border: 0;
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
#nestable-menu {
padding: 0;
margin: 20px 0;
}
#nestable-output, #nestable2-output {
width: 100%;
height: auto;
font-size: 0.75em;
line-height: 1.333333em;
font-family: Consolas, monospace;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
#nestable-output .buttons {
display: flex;
align-items: center;
justify-content: center;
}
#nestable-output .buttons * {
padding: 0 3px;
}
#nestable-output .buttons *:hover {
cursor: pointer;
}
#nestable2 .dd-handle {
color: #fff;
border: 1px solid #999;
background: #bbb;
background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
background: #bbb;
}
#nestable2 .dd-item > button:before {
color: #fff;
}
@media only screen and (min-width: 700px) {
.dd {
float: left;
width: 48%;
}
.dd + .dd {
margin-left: 2%;
}
}
.dd-hover > .dd-handle {
background: #2ea8e5 !important;
}
/** * Nestable Draggable Handles */
.dd3-content {
display: block;
height: 30px;
margin: 5px 0;
margin-top: -25px;
padding: 5px 10px 5px 40px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin-top: -25px;
}
.dd3-item span{
display: block;
margin-left: 44px;
margin-top: 10px;
padding-top: 5px;
overflow: hidden;
font-family: calibri;
font-weight: bold;
}
.dd3-item a{
margin-top: 5px;
display: inline-block;
margin-right: 5px;
margin-top: 5px;
}
.dd3-item a:hover{
color: #34495e !important;
}
.dd3-content:hover {
color: #2ea8e5;
background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
margin: 0;
}
.dd3-item > button {
margin-left: 30px;
}
.dd3-handle {
position: absolute;
margin: 0;
left: 0;
top: 0;
cursor: pointer;
width: 30px;
white-space: nowrap;
overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background: linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/*.dd3-handle:before {
content: '≡';
display
}
*/
.dd3-content{
}
.dd3-content span{
display: block;
float: right;
}
.dd3-content span i{
cursor: pointer;
margin-left: 10px;
}
.menu_name{
padding: 4px;
background: #FFF;
}
.menu_name:focus{
border: 1px solid #999;
margin-top: -2px;
padding: 4px 10px;
}
.tab-content{
display: none;
}
.active-content{
display: block;
border: 1px solid #000;
margin-right: -10px;
border-top: none;
overflow: hidden;
}
.has-error label{
color: #c0392b;
}
.has-error input{
border: 1px solid #c0392b !important;
}
.alert p{
margin-bottom: 0;
}
.alert ul{
margin-bottom: 0;
}
.min-height{
min-height: 1000px;
padding: 30px 15px !important;
}
.jstree-node {
/*border: 1px solid red;
*/
/*height: 40px;
*/
}
#nestable-output .buttons{
position: absolute;
right: 0;
top: 0;
}
#nestable-output .buttons button{
display: inline-block;
width: 30px;
}
.tag-clone{
display: none;
}
.parent-tag li{
margin: 10px 0;
}
input[type='radio']{
display: inline-block;
width: 30px !important;
height: auto !important;
}
.onoffswitch {
position: relative;
width: 90px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 20px;
margin: 0 auto;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: #34A7C1;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE;
color: #999999;
text-align: right;
}
.onoffswitch-switch {
display: block;
width: 18px;
margin: 6px;
background: #FFFFFF;
position: absolute;
top: 0;
bottom: 0;
right: 56px;
border: 2px solid #999999;
border-radius: 20px;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
/** * Nestable */
.dd {
position: relative;
display: block;
margin: 0;
padding: 0;
max-width: 600px;
list-style: none;
font-size: 13px;
line-height: 20px;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 30px;
}
.dd-collapsed .dd-list {
display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 20px;
font-size: 13px;
line-height: 20px;
}
.dd-handle {
display: block;
height: 30px;
margin: 5px 0;
padding: 5px 10px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-handle:hover {
color: #2ea8e5;
background: #fff;
}
.dd-item > button {
display: block;
position: relative;
cursor: pointer;
float: left;
width: 25px;
height: 20px;
margin: 5px 0;
padding: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
background: transparent;
font-size: 12px;
line-height: 1;
text-align: center;
font-weight: bold;
}
.dd-item > button:before {
content: '+';
display: block;
position: absolute;
width: 100%;
text-align: center;
text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
content: '-';
}
.dd-placeholder, .dd-empty {
margin: 5px 0;
padding: 0;
min-height: 30px;
background: #f2fbff;
border: 1px dashed #b6bcbf;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd-empty {
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel {
position: absolute;
pointer-events: none;
z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
margin-top: 0;
}
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/** * Nestable Extras */
.nestable-lists {
display: block;
clear: both;
padding: 30px 0;
width: 100%;
border: 0;
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
#nestable-menu {
padding: 0;
margin: 20px 0;
}
#nestable-output, #nestable2-output {
width: 100%;
height: auto;
font-size: 0.75em;
line-height: 1.333333em;
font-family: Consolas, monospace;
padding: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
color: #fff;
border: 1px solid #999;
background: #bbb;
background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
background: #bbb;
}
#nestable2 .dd-item > button:before {
color: #fff;
}
@media only screen and (min-width: 700px) {
.dd {
float: left;
width: 48%;
}
.dd + .dd {
margin-left: 2%;
}
}
.dd-hover > .dd-handle {
background: #2ea8e5 !important;
}
/** * Nestable Draggable Handles */
.dd3-content {
display: block;
height: 30px;
margin: 5px 0;
margin-top: -25px;
padding: 5px 10px 5px 40px;
color: #333;
text-decoration: none;
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dd3-content:hover {
color: #2ea8e5;
background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
margin: 0;
}
.dd3-item > button {
margin-left: 30px;
}
.dd3-handle {
position: absolute;
margin: 0;
left: 0;
top: 0;
cursor: pointer;
width: 30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background: linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.dd3-handle:before {
content: '≡';
display: block;
position: absolute;
left: 0;
top: 3px;
width: 100%;
text-align: center;
text-indent: 0;
color: #fff;
font-size: 20px;
font-weight: normal;
}
.dd3-handle:hover {
background: #ddd;
}
/** * Socialite */
.socialite {
display: block;
float: left;
height: 35px;
}
.dd{
position: relative;
}
.nestable-stop{
position: absolute;
width: 100%;
height: 127%;
top: 0;
left: 0;
background-color:rgba(0, 0, 0, 0.5);
}
ul{
list-style: none;
padding: 0;
}
label, .control-label{
font-size: 12px;
}
.table>thead>tr>th{
font-size: 12px;
}
td form{
display: inline;
}
td a{
margin: 0 5px;
}
h3 a{
font-size: 16px !important;
}
.multiDataWrapp{
display: none;
}
.multiDataWrapp label{
margin-bottom: 0;
}
.multiDataWrapp .form-group{
margin-bottom: 5px;
position: relative;
}
.multiDataWrapp .form-group input{
padding-right: 30px;
}
.multiDataWrapp .form-group i{
position: absolute;
bottom: 8px;
right: 6px;
cursor: pointer;
}
.white-bg{
background-color: #FFF;
}
.form-group ol{
margin: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
font-size: 13px;
padding: 10px;
}
.cats-tree ul{
padding-left: 20px;
}
.cats-tree ul li{
padding: 0;
}
.cats-tree ul .form-group{
margin: 0;
}
#image_preview img{
width: 90%;
margin: 0 auto;
display: block;
margin-top: 10px;
}
.append div{
overflow: hidden;
}
.append label{
width: 30% !important;
height: 20px !important;
float: left;
text-align: right;
margin: 5px;
display: block !important;
color: #888;
}
.append input{
width: 62% !important;
height: 20px !important;
float: left;
margin: 5px;
border: 1px solid #CCC;
border-radius: 2px;
}
.image-list{
margin: 5px 0;
border-bottom: 1px solid #EEE;
}
.image-list .form-group{
margin: 0;
}
.image-list img{
width: 100%;
}
.image-list input{
height: 25px;
margin-bottom: 5px;
font-size: 12px;
}
.image-list label{
height: 13px;
margin-bottom: 5px;
}
.main-image{
border: 3px solid red;
}
.back-image{
border: 3px solid green;
}
.label-nr{
color: #e74c3c;
margin-left: 30px;
font-weight: 600;
}
.small-text{
font-size: 12px !important;
height: 100px !important;
}
.full-part{
width: 100%;
float: none;
}
.children-table{
border-left: 80px solid #f0f3f6;
overflow: hidden;
/* margin-left: 20px !important;
padding-left: 20px !important; */
} | 0.271445 | 0.088072 |
@font-face {
font-family: vcr;
src: url('../font/vcr_mono.ttf');
}
@font-face {
font-family: third-rail;
src: url('../font/thirdrail.ttf');
}
:root {
--loc-text-shadow: 2px -2px 0 rgb(102, 255, 255), 4px -4px 0 rgb(255, 0, 204),
6px -6px 0 black;
--sec-bg: linear-gradient(
135deg,
rgba(255, 216, 22, 0.8) 20%,
45%,
rgba(63, 0, 188, 0.8) 80%
),
url('../images/noise.svg');
--header-bg: linear-gradient(
45deg,
rgba(175, 0, 198, 0.75) 20%,
55%,
rgba(255, 219, 0, 0.6) 95%
),
url('../images/noise.svg');
}
.fp-enabled body {
background-color: rgb(17, 1, 51);
}
.section-hero {
background: url('../images/bg-hero.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.header-card {
background: var(--header-bg);
border: none;
border-radius: 10px;
margin-bottom: 3em;
}
.hero-info {
position: absolute;
font-size: 2em;
bottom: 0;
left: 0;
text-transform: uppercase;
padding: 0 0 0 20px;
text-align: left;
}
.hero-right {
position: absolute;
font-size: 2em;
bottom: 0;
right: 0;
text-transform: uppercase;
padding-bottom: 2px !important;
}
.hero-links > small {
color: #3295ff !important;
padding-right: 1.5vw;
}
.hero-links {
font-size: 1rem;
}
.apply-btn {
position: absolute;
font-family: 'PT Sans', sans-serif;
word-wrap: break-word;
text-align: center;
text-transform: uppercase;
padding: 1vw 0 0 2vw;
top: 0;
left: 0;
}
.apply-btn > a {
color: transparent;
}
.apply-text {
font-size: 4em;
}
.hero-text {
font-family: 'vcr', Arial, Helvetica, sans-serif;
color: white;
padding-bottom: 20px;
}
/* div.apply-btn:hover {
-webkit-box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
0px 0px 5px 10px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
0px 0px 5px 10px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
0px 0px 5px 10px rgba(0, 0, 0, 0);
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
} */
.wrap {
margin-left: auto;
margin-right: auto;
width: 960px;
position: relative;
}
h1 {
font-size: 6em;
}
p {
font-size: 2em;
}
.intro {
transform: translate(0);
}
.intro p {
width: 50%;
margin: 0 auto;
font-size: 1.5em;
}
.section-info {
background-color: rgb(17, 1, 51);
}
.FAQ {
padding-top: 5vh;
}
.FAQ-card-deck {
padding-left: 120px;
padding-right: 120px;
}
.FAQ-text {
font-size: 1.1vw;
color: white;
padding: 10px 10px 0 10px;
}
.card-deck {
margin-bottom: 40px;
text-align: left;
}
.faq-image-container {
position: absolute;
max-width: 33vw;
max-height: 100%;
margin: 0 auto;
top: 0;
}
.faq-header-img {
width: 100%;
height: 100%;
}
.faq-card {
background-color: transparent;
border-style: none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq-card-img {
transform: rotate(10deg);
}
.FAQ-card:after {
content: '';
border-radius: 5px;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 4px 8px 0 rgb(132, 13, 140), 0 6px 20px 0 rgba(0, 0, 0, 0);
opacity: 0;
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.FAQ-card:hover {
-webkit-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}
.FAQ-card:hover::after {
opacity: 1;
}
.FAQ-card-title {
font-family: third-rail;
color: white;
margin: 0 auto;
padding: 35px 35px 0 35px;
}
.faq-title-diff-font {
font-family: 'Permanent Marker', cursive;
font-style: italic;
font-weight: bolder;
}
@media only screen and (min-width: 300px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 2.5vw;
}
.FAQ-text {
font-size: 2.2vw;
padding: 10px 5px 0 5px;
}
#faq-1-text,
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 5px;
}
}
@media only screen and (min-width: 576px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 2.5vw;
}
.FAQ-text {
font-size: 2vw;
padding: 20px 15px 0 15px;
}
#faq-1-text,
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 40px;
}
}
@media only screen and (min-width: 768px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1vw;
padding: 5px 5px 0 5px;
}
#faq-1-text,
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 5px;
}
}
@media only screen and (min-width: 800px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1.15vw;
padding: 5px 5px 0 5px;
}
#faq-1-text {
padding-top: 0px;
}
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 5px;
}
}
@media only screen and (min-width: 992px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1vw;
padding: 10px 10px 0 10px;
}
#faq-1-text {
padding-top: 5px;
}
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 20px;
}
}
@media only screen and (min-width: 1200px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1.15vw;
padding: 12px 12px 0 12px;
}
#faq-1-text {
padding-top: 40px;
}
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text {
padding-top: 40px;
}
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 50px;
}
} | css/fullpage-styles.css | @font-face {
font-family: vcr;
src: url('../font/vcr_mono.ttf');
}
@font-face {
font-family: third-rail;
src: url('../font/thirdrail.ttf');
}
:root {
--loc-text-shadow: 2px -2px 0 rgb(102, 255, 255), 4px -4px 0 rgb(255, 0, 204),
6px -6px 0 black;
--sec-bg: linear-gradient(
135deg,
rgba(255, 216, 22, 0.8) 20%,
45%,
rgba(63, 0, 188, 0.8) 80%
),
url('../images/noise.svg');
--header-bg: linear-gradient(
45deg,
rgba(175, 0, 198, 0.75) 20%,
55%,
rgba(255, 219, 0, 0.6) 95%
),
url('../images/noise.svg');
}
.fp-enabled body {
background-color: rgb(17, 1, 51);
}
.section-hero {
background: url('../images/bg-hero.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.header-card {
background: var(--header-bg);
border: none;
border-radius: 10px;
margin-bottom: 3em;
}
.hero-info {
position: absolute;
font-size: 2em;
bottom: 0;
left: 0;
text-transform: uppercase;
padding: 0 0 0 20px;
text-align: left;
}
.hero-right {
position: absolute;
font-size: 2em;
bottom: 0;
right: 0;
text-transform: uppercase;
padding-bottom: 2px !important;
}
.hero-links > small {
color: #3295ff !important;
padding-right: 1.5vw;
}
.hero-links {
font-size: 1rem;
}
.apply-btn {
position: absolute;
font-family: 'PT Sans', sans-serif;
word-wrap: break-word;
text-align: center;
text-transform: uppercase;
padding: 1vw 0 0 2vw;
top: 0;
left: 0;
}
.apply-btn > a {
color: transparent;
}
.apply-text {
font-size: 4em;
}
.hero-text {
font-family: 'vcr', Arial, Helvetica, sans-serif;
color: white;
padding-bottom: 20px;
}
/* div.apply-btn:hover {
-webkit-box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
0px 0px 5px 10px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
0px 0px 5px 10px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
0px 0px 5px 10px rgba(0, 0, 0, 0);
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
} */
.wrap {
margin-left: auto;
margin-right: auto;
width: 960px;
position: relative;
}
h1 {
font-size: 6em;
}
p {
font-size: 2em;
}
.intro {
transform: translate(0);
}
.intro p {
width: 50%;
margin: 0 auto;
font-size: 1.5em;
}
.section-info {
background-color: rgb(17, 1, 51);
}
.FAQ {
padding-top: 5vh;
}
.FAQ-card-deck {
padding-left: 120px;
padding-right: 120px;
}
.FAQ-text {
font-size: 1.1vw;
color: white;
padding: 10px 10px 0 10px;
}
.card-deck {
margin-bottom: 40px;
text-align: left;
}
.faq-image-container {
position: absolute;
max-width: 33vw;
max-height: 100%;
margin: 0 auto;
top: 0;
}
.faq-header-img {
width: 100%;
height: 100%;
}
.faq-card {
background-color: transparent;
border-style: none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq-card-img {
transform: rotate(10deg);
}
.FAQ-card:after {
content: '';
border-radius: 5px;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 4px 8px 0 rgb(132, 13, 140), 0 6px 20px 0 rgba(0, 0, 0, 0);
opacity: 0;
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.FAQ-card:hover {
-webkit-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}
.FAQ-card:hover::after {
opacity: 1;
}
.FAQ-card-title {
font-family: third-rail;
color: white;
margin: 0 auto;
padding: 35px 35px 0 35px;
}
.faq-title-diff-font {
font-family: 'Permanent Marker', cursive;
font-style: italic;
font-weight: bolder;
}
@media only screen and (min-width: 300px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 2.5vw;
}
.FAQ-text {
font-size: 2.2vw;
padding: 10px 5px 0 5px;
}
#faq-1-text,
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 5px;
}
}
@media only screen and (min-width: 576px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 2.5vw;
}
.FAQ-text {
font-size: 2vw;
padding: 20px 15px 0 15px;
}
#faq-1-text,
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 40px;
}
}
@media only screen and (min-width: 768px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1vw;
padding: 5px 5px 0 5px;
}
#faq-1-text,
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 5px;
}
}
@media only screen and (min-width: 800px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1.15vw;
padding: 5px 5px 0 5px;
}
#faq-1-text {
padding-top: 0px;
}
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 5px;
}
}
@media only screen and (min-width: 992px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1vw;
padding: 10px 10px 0 10px;
}
#faq-1-text {
padding-top: 5px;
}
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text,
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 20px;
}
}
@media only screen and (min-width: 1200px) {
.FAQ-card-title,
.faq-title-diff-font {
font-size: 1.3vw;
}
.FAQ-text {
font-size: 1.15vw;
padding: 12px 12px 0 12px;
}
#faq-1-text {
padding-top: 40px;
}
#faq-2-text,
#faq-3-text,
#faq-4-text,
#faq-5-text,
#faq-6-text {
padding-top: 40px;
}
#faq-7-text,
#faq-8-text,
#faq-9-text {
padding-top: 50px;
}
} | 0.385606 | 0.104432 |
.close-offcanvas {
text-align: right;
font-size: 24px;
margin-right: -20px;
margin-top: -20px
}
.close-offcanvas a {
display: inline-block;
padding: 20px;
color: rgba(0, 0, 0, .3)
}
.close-offcanvas a:hover {
color: #000
}
.close-offcanvas a>span {
display: none
}
.off-canvas__overlay {
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
z-index: 20;
display: none
}
.move-left a.off-canvas__overlay {
display: block
}
.off-canvas-area {
padding: 20px;
font-size: 14px
}
nav.tab-bar,
.left-off-canvas-menu,
.left-off-canvas-menu *,
.right-off-canvas-menu,
.move-right a.exit-off-canvas,
.move-left a.exit-off-canvas {
-webkit-backface-visibility: hidden
}
.off-canvas-wrap,
.inner-wrap {
position: relative;
width: 100%
}
.left-off-canvas-menu,
.right-off-canvas-menu {
width: 260px;
top: 0;
bottom: 0;
height: 100%;
position: absolute;
overflow-y: auto;
background: #fafafa;
z-index: 1001;
box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .2) inset
}
section.left-small,
section.right-small {
width: 2.8125rem;
height: 2.8125rem;
position: absolute;
top: 0
}
.off-canvas-wrap {
overflow: hidden
}
.inner-wrap {
*zoom: 1;
-webkit-transition: -webkit-transform .5s ease;
-moz-transition: -moz-transform .5s ease;
-ms-transition: -ms-transform .5s ease;
-o-transition: -o-transform .5s ease;
transition: transform .5s ease
}
.inner-wrap:before,
.inner-wrap:after {
content: " ";
display: table
}
.inner-wrap:after {
clear: both
}
nav.tab-bar {
background: #333;
color: #fff;
height: 2.8125rem;
line-height: 2.8125rem;
position: relative
}
nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4,
nav.tab-bar h5,
nav.tab-bar h6 {
color: #fff;
font-weight: 700;
line-height: 2.8125rem;
margin: 0
}
nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4 {
font-size: 1.125rem
}
section.left-small {
border-right: solid 1px #1a1a1a;
box-shadow: 1px 0 0 #4d4d4d;
left: 0
}
section.right-small {
border-left: solid 1px #4d4d4d;
box-shadow: -1px 0 0 #1a1a1a;
right: 0
}
section.tab-bar-section {
padding: 0 .625rem;
position: absolute;
text-align: center;
height: 2.8125rem;
top: 0
}
@media only screen and (min-width:40.063em) {
section.tab-bar-section {
text-align: left
}
}
section.tab-bar-section.left {
left: 0;
right: 2.8125rem
}
section.tab-bar-section.right {
left: 2.8125rem;
right: 0
}
section.tab-bar-section.middle {
left: 2.8125rem;
right: 2.8125rem
}
a.menu-icon {
display: inline-block;
float: right;
height: 100%;
padding: 0 40px 0 0;
position: absolute;
right: 0;
text-align: right;
width: 30%
}
a.menu-icon:before,
a.menu-icon span {
display: inline-block;
vertical-align: middle
}
a.menu-icon:before {
content: "";
height: 100%
}
a.menu-icon span {
width: 1.25rem;
height: 0;
margin-top: -30px;
-webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}
.left-off-canvas-menu {
-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-off-canvas-menu {
-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
}
ul.off-canvas-list {
list-style-type: none;
padding: 0;
margin: 0
}
ul.off-canvas-list li label {
padding: .3rem .9375rem;
color: #999;
text-transform: uppercase;
font-weight: 700;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0
}
ul.off-canvas-list li a {
display: block;
padding: .66667rem;
color: rgba(255, 255, 255, .7);
border-bottom: 1px solid #262626
}
.move-right>.inner-wrap {
-webkit-transform: translate3d(260px, 0, 0);
-moz-transform: translate3d(260px, 0, 0);
-ms-transform: translate3d(260px, 0, 0);
-o-transform: translate3d(260px, 0, 0);
transform: translate3d(260px, 0, 0)
}
.move-left>.inner-wrap {
-webkit-transform: translate3d(-260px, 0, 0);
-moz-transform: translate3d(-260px, 0, 0);
-ms-transform: translate3d(-260px, 0, 0);
-o-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0)
}
.lt-ie10 .left-off-canvas-menu {
left: -260px
}
.lt-ie10 .right-off-canvas-menu {
right: -260px
}
.lt-ie10 .move-left>.inner-wrap {
right: 260px
}
.lt-ie10 .move-right>.inner-wrap {
left: 260px
}
.input_tiny {
width: 50px
}
.input_small {
width: 100px
}
.input_medium {
width: 150px
}
.input_large {
width: 200px
}
.input_xlarge {
width: 250px
}
.input_xxlarge {
width: 300px
}
input[type=search]::-webkit-search-decoration {
display: none
}
#global-container input:invalid,
#global-container button:invalid,
#global-container a.button:invalid,
#global-container select:invalid,
#global-container textarea:invalid {
box-shadow: none
}
#global-container input:focus,
#global-container button:focus,
#global-container a.button:focus,
#global-container select:focus,
#global-container textarea:focus {
border-color: rgba(0, 99, 255, .67);
z-index: 1
}
input[type=file]:focus,
input[type=file]:active,
input[type=radio]:focus,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active {
box-shadow: none
}
button,
a.button,
input[type=reset],
input[type=submit],
input[type=button] {
-webkit-appearance: none;
border-radius: 4px;
background-clip: padding-box;
background: #ebebeb;
border: none;
cursor: pointer;
color: #333;
display: inline-block;
outline: 0;
overflow: visible;
margin: 0;
padding: 6px 14px 8px;
text-decoration: none;
vertical-align: top;
min-height: 2.4em;
width: auto;
font: inherit;
font-weight: 400;
line-height: 1;
background: #ddd
}
button:hover,
a.button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
background-color: #ebebeb;
text-decoration: none
}
button:active,
a.button:active,
input[type=reset]:active,
input[type=submit]:active,
input[type=button]:active {
background-color: #ddd;
box-shadow: inset rgba(0, 0, 0, .25) 0 1px 2px 0
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
border: 0;
padding: 0
}
textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-clip: padding-box;
border-radius: 3px;
-webkit-appearance: none;
background-color: #fff;
border: 1px solid;
border-color: #dcdddd;
color: #000;
outline: 0;
margin: 0;
padding: 0px 10px;
text-align: left;
font-size: inherit;
height: 2.4em;
vertical-align: middle;
font-family: inherit
}
textarea[disabled],
select[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled] {
background-color: #eee
}
.form-skin-dark textarea,
.form-skin-dark select,
.form-skin-dark input[type=date],
.form-skin-dark input[type=datetime],
.form-skin-dark input[type=datetime-local],
.form-skin-dark input[type=email],
.form-skin-dark input[type=month],
.form-skin-dark input[type=number],
.form-skin-dark input[type=password],
.form-skin-dark input[type=search],
.form-skin-dark input[type=tel],
.form-skin-dark input[type=text],
.form-skin-dark input[type=time],
.form-skin-dark input[type=url],
.form-skin-dark input[type=week] {
background-color: rgba(0, 0, 0, .15);
color: #fff;
border-color: rgba(0, 0, 0, .38) rgba(0, 0, 0, .21) rgba(0, 0, 0, .07)
}
.form-skin-dark input::-webkit-input-placeholder,
.form-skin-dark textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, .3)
}
.form-skin-dark input:-moz-placeholder,
.form-skin-dark textarea:-moz-placeholder {
color: rgba(255, 255, 255, .3)
}
.form-skin-dark input.placeholder_text,
.form-skin-dark textarea.placeholder_text {
color: rgba(255, 255, 255, .3)
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
box-shadow: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-khtml-user-select: none;
user-select: none;
color: #888;
cursor: default
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #d5d2d2
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #d5d2d2
}
input.placeholder_text,
textarea.placeholder_text {
color: #d5d2d2
}
textarea,
select[size],
select[multiple] {
height: auto
}
select[size="0"],
select[size="1"] {
height: 1.8em
}
select {
max-width: 100%
}
@media (-webkit-min-device-pixel-ratio:0) {
select[size],
select[multiple],
select[multiple][size] {
background-image: none;
padding-right: 3px
}
select,
select[size="0"],
select[size="1"] {
background-image: url(assets/sds-content/themes/seowp/./images/select_arrow.png);
background-repeat: no-repeat;
background-position: right center;
padding-right: 36px !important
}
::-webkit-validation-bubble-message {
-webkit-box-shadow: none;
box-shadow: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
border: 0;
color: #fff;
font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
overflow: hidden;
padding: 15px 15px 17px;
text-shadow: #000 0 0 1px;
min-height: 16px
}
::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
-webkit-box-shadow: none;
box-shadow: none;
background: #666;
border-color: #666
}
}
textarea {
min-height: 40px;
overflow: auto;
resize: vertical;
font-weight: 400!important;
width: 100%
}
optgroup {
color: #000;
font-weight: 400;
}
optgroup::-moz-focus-inner {
border: 0;
padding: 0
}
/*! lbmn: Custom Media Queries */
.show-for-retina {
display: none
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
.show-for-retina {
display: inline-block
}
.hide-for-retina {
display: none
}
}
body, body .dslc-module-front {
font-family: 'inherit';
line-height: 1.42857143;
font-size: 18px;
}
body.dslca-enabled.dslc-res-phone #mega_main_menu.topbar {
display: none
}
body.dslca-enabled.dslc-res-phone #mega_main_menu.header-menu .mega_main_menu_ul {
display: none
}
@media print {
@page {
margin: .5cm
}
.notification-panel,
.topbar,
.site-header,
.calltoaction-area,
.site-footer,
.master-slider {
display: none !important
}
img {
max-width: 500px
}
}
.dslc-modules-section-wrapper,
.dslca-add-modules-section {
width: 1200px
}
[class^=dslc-icon-ext-],
[class*=" dslc-icon-ext-"] {
font-family: 'iconfont'
}
body:not(.dslc-res-phone) .first-column-last .dslc-first-col {
float: right
}
body:not(.dslc-res-phone) .last-column-first .dslc-first-col {
float: left
}
#dslc-content .mce-toolbar .mce-btn i {
font-style: normal
}
#dslc-content .mce-container button,
#dslc-content .wp-editor-tabs button {
box-shadow: none;
border-radius: 0
}
#dslc-content .mce-container button:hover {
background: 0 0
}
.no-menu-set {
float: right;
margin-top: 6px;
font-size: 14px;
opacity: .5
}
.site-footer-inner .no-menu-set {
color: #9f9f9f;
margin-top: 35px
}
body #mega_main_menu li.default_dropdown>.mega_dropdown>li.drop_to_right>.item_link:before {
content: '' !important
}
@media only screen and (max-width:480px) {
#dslc-content.dslc-blog-post-main {
z-index: 99999;
position: relative
}
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post-thumb {
margin-bottom: 0;
padding-bottom: 0;
width: 100%
}
}
form.post-password-form {
margin: 0 auto;
width: 800px
}
form.post-password-form p {
color: #3d3d3d;
font-size: 18px;
line-height: 23px
}
form.post-password-form p label {
font-size: 16px;
margin-right: 0;
margin-bottom: 5px
}
form.post-password-form p input[type=password] {
display: block;
margin-bottom: 15px
}
form.post-password-form p input[type=submit] {
background-color: #5aade1;
color: #fff;
border-radius: 4px;
font-size: 18px;
line-height: 21px;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 20px;
padding-right: 20px
}
#disqus_thread {
display: none
}
.dslc-modules-area #disqus_thread {
display: block !important
}
#mega_main_menu.header-menu>.menu_holder>.menu_inner>ul>li.nav_search_box i:before,
#mega_main_menu.header-menu>.menu_holder>.menu_inner>ul>li>.item_link>i:before {
font-family: 'iconfont'
}
.dslc-tp-content ul:not(.essb_links_list) li {
padding: 10px 0 10px 10px;
text-indent: -1em
}
.site-header.mega_main_menu-disabled {
background-color: rgba(255, 255, 255, .3);
border-bottom: 1px solid #eee;
min-height: 120px;
padding-top: 40px
}
.site-header.mega_main_menu-disabled .default-header-content {
margin-left: auto;
margin-right: auto;
max-width: 1200px
}
.nomegamenu-logo {
display: inline-block;
margin-top: -12px
}
.nomegamenu-logo a {
display: block
}
.site-header.mega_main_menu-disabled .header-top-menu {
float: right;
margin-top: 6px
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li {
display: inline-block
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li .sub-menu {
display: none
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li {
position: relative
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu {
display: block;
position: absolute;
z-index: 2;
background-color: #f7f7f7;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
min-width: 200px;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 2px 1px rgba(0, 0, 0, .15), 3px 5px 10px rgba(0, 0, 0, .19)
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu li:hover>.sub-menu {
top: 0;
left: 98%
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu>li {
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-color: #ededed;
border-width: 1px
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu>li:hover {
background-color: #56aee3
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li li a {
color: #909497;
font-size: 15px;
line-height: 21px;
text-transform: none
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li li:hover>a {
color: #fff
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li>a {
padding-left: 16px;
padding-right: 16px;
color: rgba(0, 0, 0, .91)
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li>a:hover {
color: #56aee3
}
html.content-loaded .global-wrapper:before,
html.content-loaded .global-wrapper:after {
opacity: 0;
z-index: 0;
color: rgba(0, 0, 0, 0);
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
/* New */
.dslc-icon-border {
border: solid 1px #eee;
padding: .2em .25em .15em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
#dslc-content blockquote p:last-child {
margin-bottom: 0 !important
}
body.dslca-enabled:not(.dslca-composer-hidden) #dslc-header.dslc-header-pos-fixed,
body.dslca-enabled:not(.dslca-composer-hidden) #dslc-header.dslc-header-pos-absolute {
position: relative
}
#dslc-header {
z-index: 2
}
#dslc-header.dslc-header-pos-absolute {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99999
}
#dslc-header.dslc-header-pos-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99999
}
.dslc-modules-section {
border: 0px solid transparent;
position: relative
}
.dslc-modules-section.dslc-init-parallax {
background-attachment: fixed
}
.dslc-modules-section-wrapper {
position: relative;
max-width: 100%;
margin: 0 auto
}
.dslc-modules-section.dslc-full .dslc-modules-section-wrapper {
width: 100%
}
.dslc-module-front {
position: relative
}
.dslc-col {
display: block;
float: left;
margin-right: 2.12766%;
min-height: 1px
}
body.rtl .dslc-col {
float: right;
margin-left: 2.12766%;
margin-right: 0
}
.dslc-1-col {
width: 6.38297%
}
.dslc-2-col {
width: 14.89361%
}
.dslc-3-col {
width: 23.40425%
}
.dslc-4-col {
width: 31.91489%
}
.dslc-5-col {
width: 40.42553%
}
.dslc-6-col {
width: 48.93617%
}
.dslc-7-col {
width: 57.4468%
}
.dslc-8-col {
width: 65.95744%
}
.dslc-9-col {
width: 74.46808%
}
.dslc-10-col {
width: 82.97872%
}
.dslc-11-col {
width: 91.48936%
}
.dslc-12-col {
width: 100%
}
.dslc-last-col {
margin-right: 0
}
body.rtl .dslc-last-col {
margin-left: 0
}
.dslc-first-col {
clear: both
}
.dslc-no-columns-spacing .dslc-col {
margin: 0
}
.dslc-no-columns-spacing .dslc-1-col {
width: 8.33333%
}
.dslc-no-columns-spacing .dslc-2-col {
width: 16.66666%
}
.dslc-no-columns-spacing .dslc-3-col {
width: 25%
}
.dslc-no-columns-spacing .dslc-4-col {
width: 33.33333%
}
.dslc-no-columns-spacing .dslc-5-col {
width: 41.66666%
}
.dslc-no-columns-spacing .dslc-6-col {
width: 50%
}
.dslc-no-columns-spacing .dslc-7-col {
width: 58.33333%
}
.dslc-no-columns-spacing .dslc-8-col {
width: 66.66666%
}
.dslc-no-columns-spacing .dslc-9-col {
width: 75%
}
.dslc-no-columns-spacing .dslc-10-col {
width: 83.33333%
}
.dslc-no-columns-spacing .dslc-11-col {
width: 91.66666%
}
.dslc-no-columns-spacing .dslc-12-col {
width: 100%
}
.dslc-module-heading:before,
.dslc-module-heading:after,
.dslc-clearfix:before,
.dslc-clearfix:after {
content: " ";
display: table
}
.dslc-module-heading:after,
.dslc-clearfix:after {
clear: both
}
.dslc-module-heading,
.dslc-clearfix {
*zoom: 1
}
.dslc-fl {
float: left
}
.dslc-fr {
float: right
}
.dslc-clear {
clear: both
}
.dslc-no-float {
float: none !important
}
.dslc-carousel .dslc-col,
.dslc-carousel .dslc-first-col,
.dslc-carousel .dslc-last-col {
float: none;
clear: none;
margin: 0
}
.dslc-no-columns-spacing .dslc-carousel .dslc-col,
.dslc-no-columns-spacing .dslc-carousel .dslc-first-col,
.dslc-no-columns-spacing .dslc-carousel .dslc-last-col {
width: 100%
}
.dslc-carousel-item {
width: auto
}
.dslc-carousel-nav {
float: right
}
.dslc-carousel-nav-inner {
display: block
}
.dslc-carousel-nav-prev,
.dslc-carousel-nav-next {
border: 0px solid transparent;
border-radius: 3px;
display: inline-flex;
justify-content: center;
align-items: center;
height: 23px;
position: relative;
width: 23px;
text-decoration: none;
vertical-align: bottom
}
.dslc-carousel-nav-prev {
margin-right: 7px
}
.dslc-carousel-nav-prev span,
.dslc-carousel-nav-next span {
color: #fff;
font-size: 10px;
text-align: center;
font-weight: normal
}
.dslc-carousel-nav-prev.position-aside,
.dslc-carousel-nav-next.position-aside {
position: absolute;
top: 50%;
margin-top: -30px
}
.dslc-carousel-nav-prev.position-aside {
left: -40px;
margin-right: 0
}
.dslc-carousel-nav-next.position-aside {
right: -40px
}
#dslc-content .dslc-carousel .owl-pagination .owl-page span {
margin: 0;
filter: Alpha(Opacity=100);
opacity: 1
}
#dslc-content .dslc-slider {
padding-bottom: 1px;
opacity: 0;
max-height: 10px
}
#dslc-content .dslc-slider img {
max-width: 100%
}
#dslc-content .dslc-slider .owl-pagination .owl-page span {
margin: 0;
filter: Alpha(Opacity=100);
opacity: 1
}
#dslc-content .dslc-slider-item .dslc-caption {
display: block
}
.dslc-carousel {
opacity: 0;
max-height: 100px;
overflow: hidden
}
.dslc-carousel.owl-carousel .owl-wrapper-outer {
overflow: visible
}
@keyframes dslcSpin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes dslcSpin {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes dslcSpin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-ms-keyframes dslcSpin {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-o-keyframes dslcSpin {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
#dslc-content .dslc-module-heading {
overflow: hidden;
position: relative
}
#dslc-content .dslc-module-heading h2 {
display: block;
float: left;
font-size: 17px;
font-weight: 400;
line-height: 1;
margin: 0;
padding: 0;
margin-right: 15px
}
#dslc-content .dslc-module-heading-view-all {
display: block;
float: left;
font-size: 11px;
line-height: 1;
margin: 3px 0;
margin-right: 20px
}
#dslc-content .dslc-module-heading-view-all a {
display: block;
padding-left: 15px;
border-left: 1px dotted #4f4f4f;
font-weight: 600;
line-height: 1;
text-decoration: none
}
.dslc-masonry-item {
margin-bottom: 30px;
margin-right: 0
}
.dslc-masonry-item-animate {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out
}
.dslc-post-separator {
clear: both;
height: 1px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ededed
}
.dslc-pagination {
border: 0px solid transparent;
overflow: hidden;
margin-top: 30px
}
.dslc-pagination ul {
margin: 0;
padding: 0
}
.dslc-pagination li {
display: inline-block;
margin: 0;
padding: 0;
margin-right: 10px
}
.dslc-pagination li:last-child {
margin-right: 0 !important
}
.dslc-pagination li a {
background: #eee;
border: 0px solid transparent;
color: #000;
display: block;
line-height: 1;
padding: 10px;
text-decoration: none
}
.dslc-pagination li.current a {
background: #000;
color: #fff
}
.dslc-pagination li.dslc-pagination-load-more {
width: auto;
display: block
}
.dslc-pagination li.dslc-pagination-load-more.dslc-inactive a {
cursor: default
}
.dslc-pagination-load-more .dslc-icon {
margin-right: 10px
}
.dslc-load-more-temp {
display: none
}
.dslc-init-center {
display: flex;
align-items: center;
justify-content: center
}
.dslc-init-topleft .dslc-init-target {
position: absolute !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important
}
.dslc-init-topright .dslc-init-target {
position: absolute !important;
top: 0 !important;
right: 0 !important;
bottom: auto !important;
left: auto !important
}
.dslc-init-bottomleft .dslc-init-target {
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
top: auto !important;
right: auto !important
}
.dslc-init-bottomright .dslc-init-target {
position: absolute !important;
bottom: 0 !important;
right: 0 !important;
top: auto !important;
left: auto !important
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-topleft {
position: absolute;
top: 0;
left: 0;
bottom: auto;
right: auto
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-topright {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: auto
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-bottomleft {
position: absolute;
bottom: 0;
left: 0;
top: auto;
right: auto
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-bottomright {
position: absolute;
bottom: 0;
right: 0;
top: auto;
left: auto
}
.dslc-post-filters {
overflow: hidden;
font-size: 0
}
.dslc-post-filter {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 3px;
color: #979797;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 500;
line-height: 1;
padding: 12px;
margin-right: 10px
}
.dslc-post-filter.dslc-active {
color: #ff4e01
}
.dslc-post-filter:last-child {
margin-right: 0 !important
}
#dslc-content .dslc-bg-video {
background: transparent;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
opacity: 0
}
#dslc-content .dslc-bg-video.dslc-force-show {
opacity: 1
}
#dslc-content .dslc-bg-video .mejs-container {
background: transparent;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100% !important;
height: auto !important;
overflow: hidden
}
#dslc-content .dslc-bg-video video {
min-width: 100%;
height: auto !important;
min-height: 100%
}
#dslc-content .dslc-bg-video .mejs-controls {
display: none !important
}
#dslc-content .dslc-bg-video-overlay {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
background: #000
}
.dslc-trigger-lightbox-gallery {
cursor: pointer
}
@keyframes dslcFadeIn {
to {
opacity: 1
}
}
@keyframes dslcSlideUp {
to {
transform: translateY(0)
}
}
@keyframes dslcSlideDown {
to {
transform: translateY(0)
}
}
@keyframes dslcSlideRight {
to {
transform: translateX(0)
}
}
@keyframes dslcSlideLeft {
to {
transform: translateX(0)
}
}
@keyframes dslcSlideUpFadeIn {
to {
transform: translateY(0);
opacity: 1
}
}
@keyframes dslcSlideDownFadeIn {
to {
transform: translateY(0);
opacity: 1
}
}
@keyframes dslcSlideRightFadeIn {
to {
transform: translateX(0);
opacity: 1
}
}
@keyframes dslcSlideLeftFadeIn {
to {
transform: translateX(0);
opacity: 1
}
}
@media only screen and (min-width: 768px) {
@-webkit-keyframes dslcFadeIn {
to {
opacity: 1
}
}
@-moz-keyframes dslcFadeIn {
to {
opacity: 1
}
}
.dslc-in-viewport-anim-dslcFadeIn.dslc-in-viewport-check {
opacity: 0
}
@-webkit-keyframes dslcSlideUp {
to {
-webkit-transform: translateY(0)
}
}
@-moz-keyframes dslcSlideUp {
to {
-moz-transform: translateY(0)
}
}
.dslc-in-viewport-anim-dslcSlideUp.dslc-in-viewport-check {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
transform: translateY(100px)
}
@-webkit-keyframes dslcSlideDown {
to {
-webkit-transform: translateY(0)
}
}
@-moz-keyframes dslcSlideDown {
to {
-moz-transform: translateY(0)
}
}
.dslc-in-viewport-anim-dslcSlideDown.dslc-in-viewport-check {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
transform: translateY(-100px)
}
@-webkit-keyframes dslcSlideRight {
to {
-webkit-transform: translateX(0)
}
}
@-moz-keyframes dslcSlideRight {
to {
-moz-transform: translateX(0)
}
}
.dslc-in-viewport-anim-dslcSlideRight.dslc-in-viewport-check {
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
transform: translateX(-100px)
}
@-webkit-keyframes dslcSlideLeft {
to {
-webkit-transform: translateX(0)
}
}
@-moz-keyframes dslcSlideLeft {
to {
-moz-transform: translateX(0)
}
}
.dslc-in-viewport-anim-dslcSlideLeft.dslc-in-viewport-check {
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
transform: translateX(100px)
}
@-webkit-keyframes dslcSlideUpFadeIn {
to {
-webkit-transform: translateY(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideUpFadeIn {
to {
-moz-transform: translateY(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideUpFadeIn.dslc-in-viewport-check {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
@-webkit-keyframes dslcSlideDownFadeIn {
to {
-webkit-transform: translateY(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideDownFadeIn {
to {
-moz-transform: translateY(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideDownFadeIn.dslc-in-viewport-check {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
@-webkit-keyframes dslcSlideRightFadeIn {
to {
-webkit-transform: translateX(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideRightFadeIn {
to {
-moz-transform: translateX(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideRightFadeIn.dslc-in-viewport-check {
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
@-webkit-keyframes dslcSlideLeftFadeIn {
to {
-webkit-transform: translateX(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideLeftFadeIn {
to {
-moz-transform: translateX(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideLeftFadeIn.dslc-in-viewport-check {
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-post-thumb .dslc-on-hover-anim-target {
opacity: 1 !important;
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
transform: translateY(0) !important;
-webkit-transform: translateX(0) !important;
-moz-transform: translateX(0) !important;
transform: translateX(0) !important
}
.dslc-anim-dslcFadeIn,
.dslc-anim-dslcSlideDownFadeIn,
.dslc-anim-dslcSlideUpFadeIn,
.dslc-anim-dslcSlideLeftFadeIn,
.dslc-anim-dslcSlideRightFadeIn {
opacity: 0
}
.dslc-on-hover-anim:hover .dslc-anim-dslcFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideDownFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideUpFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideLeftFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideRightFadeIn {
opacity: 1
}
.dslc-anim-dslcSlideDown,
.dslc-anim-dslcSlideDownFadeIn {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideDown,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideDownFadeIn {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%)
}
.dslc-anim-dslcSlideUp,
.dslc-anim-dslcSlideUpFadeIn {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideUp,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideUpFadeIn {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%)
}
.dslc-anim-dslcSlideRight,
.dslc-anim-dslcSlideRightFadeIn {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideRight,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideRightFadeIn {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0)
}
.dslc-anim-dslcSlideLeft,
.dslc-anim-dslcSlideLeftFadeIn {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideLeft,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideLeftFadeIn {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%)
}
.dslc-anim-none {
opacity: 0;
-webkit-transition: all 0s ease-out !important
}
.dslc-on-hover-anim:hover .dslc-anim-none {
opacity: 1
}
#dslc-content {
position: relative
}
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto
}
.alignright {
float: right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
.aligncenter {
display: block;
margin: 5px auto 5px auto
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.gallery-caption {
font-weight: bold
}
.dslc-content i:not(.fa, .dslc-icon),
.dslc-content em {
font-style: italic
}
@media only screen and (min-width: 1025px) {
.dslc-hide-on-desktop {
display: none !important
}
.dslca-enabled .dslc-hide-on-desktop {
display: block !important
}
.dslca-composer-hidden .dslc-hide-on-desktop {
display: none !important
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
body.dslca-enabled.dslc-res-tablet {
padding-bottom: 200px
}
.dslc-hide-on-tablet {
display: none !important
}
.dslc-post-heading {
overflow: hidden
}
}
@media only screen and (max-width: 767px) {
.dslc-text-module-content .list-check-first{
margin-bottom: 0px;
}
#dslc-module-b9b3a561f0f .dslc-separator {
margin-bottom: 5px;
padding-bottom: 0px;
}
body.dslca-enabled.dslc-res-phone {
padding-bottom: 200px
}
.dslc-col,
.dslc-no-columns-spacing .dslc-col {
width: 100%;
margin: 0;
min-width: 0px
}
.dslc-module-front.dslc-col {
margin-bottom: 0
}
.home8-service .dslc-module-front.dslc-col {
margin-bottom: 12px!important;
}
.dslc-hide-on-phone {
display: none !important
}
.dslc-post-heading {
overflow: hidden
}
}
@media all and (-ms-high-contrast: none) {
.dslc-image-container .dslc-image,
.dslc-image-container .dslc-image a {
width: 100% !important
}
.dslc-in-viewport-check {
transform: none !important;
opacity: 1 !important
}
#dslc-content .dslc-info-box-image-alt-inner {
width: 100%
}
}
body #dslc-content .nf-field-container {
margin-bottom: 0
}
body #dslc-content input:focus {
outline: none
}
body:not(.dslca-enabled) .dslc-sticky-row {
width: 100%;
left: 0;
z-index: 1
}
.test {
font: 100% Helvetica, sans-serif;
color: #333
}
.dslc-module-front a {
text-decoration: none
}
#dslc-content .dslc-post {
overflow: hidden
}
.dslc-module-front {
}
#dslc-content .dslc-cpt-post-thumb {
margin-bottom: 20px;
overflow: hidden;
position: relative;
line-height: 0
}
#dslc-content .dslc-cpt-post-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-cpt-post-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-cpt-post-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-cpt-post-thumb .dslc-cpt-post-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-cpt-post-thumb .dslc-cpt-post-main.dslc-cpt-post-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-cpt-post-thumb .dslc-cpt-post-main {
opacity: 1
}
#dslc-content .dslc-cpt-post-meta {
margin-bottom: 20px;
overflow: hidden;
padding: 13px 0;
font-size: 11px;
line-height: 1
}
#dslc-content .dslc-cpt-post-meta-author {
float: left
}
#dslc-content .dslc-cpt-post-meta-author.above {
float: none
}
#dslc-content .dslc-cpt-post-meta-author a {
text-decoration: none
}
#dslc-content .dslc-cpt-post-meta-date {
float: right
}
#dslc-content .dslc-cpt-post-meta-date.above {
float: none
}
#dslc-content .dslc-cpt-post-title {
margin-bottom: 13px
}
#dslc-content .dslc-cpt-post-title h2 {
font-weight: 600;
font-size: 15px;
line-height: 26px;
margin: 0;
padding: 0
}
#dslc-content .dslc-cpt-post-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-cpt-post-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px
}
#dslc-content .dslc-cpt-post-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
#dslc-content .dslc-cpt-posts-orientation-horizontal .dslc-cpt-post-thumb {
float: left;
margin-right: 20px;
width: 200px
}
#dslc-content .dslc-cpt-posts-orientation-horizontal .dslc-cpt-post-main {
overflow: hidden
}
.dslc-post-thumb {
overflow: hidden
}
#dslc-content .dslc-blog-post-main {
border: 0px solid transparent
}
#dslc-content .dslc-blog-post-thumb {
overflow: hidden;
position: relative;
line-height: 0
}
#dslc-content .dslc-blog-post-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-blog-post-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-blog-post-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-blog-post-thumb .dslc-blog-post-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-blog-post-thumb .dslc-blog-post-main.dslc-blog-post-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-blog-post-thumb .dslc-blog-post-main {
opacity: 1
}
#dslc-content .dslc-blog-post-meta {
border-left: 0;
border-right: 0;
margin-bottom: 20px;
overflow: hidden;
padding: 13px 0;
font-size: 11px;
line-height: 1;
width: 100%
}
#dslc-content .dslc-blog-post-meta-author {
float: left
}
#dslc-content .dslc-blog-post-meta-author.above {
float: none
}
#dslc-content .dslc-blog-post-meta-avatar {
margin-right: 10px;
width: 30px;
display: inline-block
}
#dslc-content .dslc-blog-post-meta-avatar img {
vertical-align: middle;
width: 100%;
height: auto;
border-radius: 50%
}
#dslc-content .dslc-blog-post-meta-author a {
text-decoration: none
}
#dslc-content .dslc-blog-post-meta-date {
float: right
}
#dslc-content .dslc-blog-post-meta-date.above {
float: none
}
#dslc-content .dslc-blog-post-meta-comment-count {
display: inline-block;
margin: 0 auto
}
#dslc-content .dslc-blog-post-meta-comment-count.right {
float: right
}
#dslc-content .dslc-blog-post-meta-comment-count.left {
float: left
}
.dslc-blog-post-meta .clearfix {
clear: both
}
#dslc-content .dslc-blog-post-title {
margin-bottom: 13px
}
#dslc-content .dslc-blog-post-title h2 {
font-weight: 600;
font-size: 15px;
line-height: 26px;
margin: 0;
padding: 0
}
#dslc-content .dslc-blog-post-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-blog-post-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px
}
#dslc-content .dslc-blog-post-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
.dslc-posts-orientation-horizontal .dslc-post-thumb {
float: left;
margin-right: 20px;
width: 200px
}
#dslc-content .dslc-posts-orientation-horizontal .dslc-post-main {
overflow: hidden
}
#dslc-content .dslc-download-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-download-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-download-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-download-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-download-thumb .dslc-download-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-download-thumb .dslc-download-main.dslc-download-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-download-thumb .dslc-download-main {
opacity: 1
}
#dslc-content .dslc-download-main {
border: 0px solid transparent;
text-align: center
}
#dslc-content .dslc-download-title {
margin-bottom: 13px
}
#dslc-content .dslc-download-title h2 {
font-size: 15px;
line-height: 1.7;
margin: 0;
padding: 0
}
#dslc-content .dslc-download-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-download-tags {
border: 1px solid #e5e5e5;
border-width: 1px 0;
font-size: 12px;
padding: 8px 0;
line-height: 1;
margin-bottom: 22px
}
#dslc-content .dslc-download-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px;
font-weight: 400
}
#dslc-content .dslc-download-download {
margin-bottom: 10px
}
#dslc-content .dslc-download-download a {
background: #ff4e01;
border: 0px solid transparent;
border-radius: 3px;
color: #fff;
display: block;
font-size: 13px;
font-weight: 500;
line-height: 1;
padding: 15px 0;
text-decoration: none;
text-align: center
}
#dslc-content .dslc-download-download .dslc-icon {
margin-right: 10px
}
#dslc-content .dslc-download-info {
font-size: 10px;
font-style: italic
}
#dslc-content .dslc-gallery-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-gallery-thumb-inner {
border: 0 solid transparent;
position: relative;
overflow: hidden
}
#dslc-content .dslc-gallery-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
box-shadow: none;
max-width: 100%;
height: auto
}
#dslc-content .dslc-gallery-thumb .dslc-gallery-images-count {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
text-decoration: none
}
#dslc-content .dslc-gallery-images-count-bg {
background: transparent;
border: 0px solid transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
#dslc-content .dslc-gallery-images-count-main {
position: relative
}
#dslc-content .dslc-gallery-images-count-num {
color: #fff;
display: block;
font-size: 25px;
line-height: 1;
margin-bottom: 8px
}
#dslc-content .dslc-gallery-images-count-txt {
color: #7d7d7d;
display: block;
font-size: 11px;
line-height: 1
}
#dslc-content .dslc-gallery-thumb .dslc-gallery-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-gallery-thumb .dslc-gallery-main.dslc-gallery-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-gallery-thumb .dslc-gallery-main {
opacity: 1
}
#dslc-content .dslc-gallery-main {
border: 0px solid transparent;
text-align: center
}
#dslc-content .dslc-gallery-title {
margin-bottom: 15px
}
#dslc-content .dslc-gallery-title h2 {
font-size: 11px;
line-height: 1;
margin: 0;
padding: 0
}
#dslc-content .dslc-gallery-title h2 a {
display: block;
color: #7d7d7d;
text-decoration: none
}
#dslc-content .dslc-gallery-sep {
display: block;
height: 1px;
border-bottom: 1px solid #4a4a4a;
margin-bottom: 15px
}
#dslc-content .dslc-gallery-excerpt {
font-size: 12px;
border-width: 1px 0 0 0
}
#dslc-content .dslc-gallery-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
#dslc-content .dslc-gallery .dslc-lightbox-gallery {
display: none
}
#dslc-content .dslc-info-box {
text-align: center;
border: 0px solid transparent
}
#dslc-content .dslc-info-box-image {
margin-bottom: 25px;
position: relative;
font-size: 0
}
#dslc-content .dslc-info-box-image-link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
#dslc-content .dslc-info-box-icon-pos-aside .dslc-info-box-main {
overflow: hidden;
margin-bottom: 25px;
}
#dslc-content .dslc-info-box-icon-pos-aside .dslc-info-box-image {
float: left;
margin-right: 20px
}
#dslc-content .dslc-info-box-image-inner {
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
border: 0px solid transparent
}
#dslc-content .dslc-info-box-image-inner .dslc-icon {
color: #fff;
line-height: 1;
font-size: 40px
}
#dslc-content .dslc-info-box-image-pos-aside .dslc-info-box-main {
overflow: hidden
}
#dslc-content .dslc-info-box-image-pos-aside .dslc-info-box-image-alt {
float: left;
margin-right: 20px
}
#dslc-content .dslc-info-box-image-alt-inner {
display: inline-block
}
#dslc-content .dslc-info-box-title h4 {
font-size: 17px;
line-height: 1;
margin: 0;
padding: 0;
font-weight: 400
}
#dslc-content .dslc-info-box-title h4 a {
color: inherit;
text-decoration: none
}
#dslc-content .dslc-info-box-content {
margin-bottom: 25px
}
#dslc-content .dslc-info-box-button {
font-size: 0
}
#dslc-content .dslc-info-box-button a {
display: inline-block;
line-height: 1;
text-decoration: none;
box-shadow: none;
-webkit-appearance: none
}
#dslc-content .dslc-info-box-button-aside {
float: right
}
#dslc-content .dslc-partner .dslc-partner-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-partner .dslc-partner-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-partner .dslc-partner-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
vertical-align: bottom;
width: auto;
max-width: 100%;
height: auto
}
#dslc-content .dslc-partner-thumb .dslc-partner-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-partner-thumb .dslc-partner-main.dslc-partner-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-partner-thumb .dslc-partner-main {
opacity: 1
}
#dslc-content .dslc-partner-title {
margin-bottom: 10px
}
#dslc-content .dslc-partner-title h2 {
margin: 0;
padding: 0
}
#dslc-content .dslc-partner-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-project-thumb {
margin-bottom: 24px;
position: relative;
line-height: 0
}
#dslc-content .dslc-project-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-project-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-project-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-project-thumb .dslc-project-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-project-thumb .dslc-project-main.dslc-project-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-projects .dslc-post:first-child .dslc-project-thumb .dslc-project-main {
opacity: 1
}
#dslc-content .dslc-project-main {
border: 0px solid transparent
}
#dslc-content .dslc-project-title {
margin-bottom: 10px
}
#dslc-content .dslc-project-title h2 {
font-weight: 500;
font-size: 12px;
line-height: 1;
margin: 0;
padding: 0
}
#dslc-content .dslc-project-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-project-cats {
font-size: 10px;
line-height: 1
}
#dslc-content .dslc-project-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px;
border-top: 0px solid #000
}
#dslc-content .dslc-project-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
.dslc-separator-wrapper {
padding-bottom: 1px
}
.dslc-separator {
clear: both;
height: 1px;
padding-bottom: 25px;
margin-bottom: 25px;
width: 100%
}
.dslc-module-front.dslc-module-DSLC_Separator {
min-height: auto
}
.dslc-separator.dslc-separator-style-solid {
border-bottom: 1px solid #ededed
}
.dslc-separator.dslc-separator-style-dashed {
border-bottom: 1px dashed #ededed
}
.dslc-separator.dslc-separator-style-dotted {
border-bottom: 1px dotted #ededed
}
#dslc-content .dslc-staff-member-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-staff-member-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-staff-member-thumb img {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-staff-member-thumb .dslc-staff-member-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-staff-member-thumb .dslc-staff-member-main.dslc-staff-member-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-staff-member-thumb .dslc-staff-member-main {
opacity: 1
}
#dslc-content .dslc-staff-member-social a {
margin: 0 6px;
text-decoration: none
}
#dslc-content ul.dslc-staff-social .dslc-icon {
line-height: 1
}
#dslc-content ul.dslc-staff-social .dslc-social-label {
float: left;
display: block
}
#dslc-content ul.dslc-social {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
line-height: 1
}
#dslc-content ul.dslc-social li {
margin: 0;
padding: 0;
line-height: 1;
display: inline-block;
margin-right: 10px;
overflow: hidden
}
#dslc-content ul.dslc-social .dslc-icon {
line-height: 1
}
#dslc-content ul.dslc-social .dslc-social-label {
float: left;
display: block
}
#dslc-content ul.dslc-social li:last-child {
margin-right: 0
}
#dslc-content .dslc-staff-member-title h2 {
margin: 0;
padding: 0
}
#dslc-content .dslc-staff-member-title h2 a {
display: block;
text-decoration: none;
color: inherit
}
#dslc-content .dslc-tabs-nav-pos-aside .dslc-tabs-nav {
float: left;
margin-bottom: 0 !important
}
#dslc-content .dslc-tabs-nav-pos-above .dslc-tabs-nav {
margin-right: 0 !important
}
#dslc-content .dslc-tabs-nav-hook {
background: #fbfbfb;
border: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-radius: 3px 3px 0 0;
bottom: -1px;
cursor: pointer;
display: inline-block;
padding: 10px;
position: relative;
line-height: 1;
margin-left: -1px
}
#dslc-content .dslc-tabs-nav-pos-aside .dslc-tabs-nav-hook {
display: block;
margin-left: 0 !important
}
#dslc-content .dslc-tabs-nav-pos-above .dslc-tabs-nav-hook {
margin-bottom: 0 !important
}
#dslc-content .dslc-tabs-nav-hook:first-child {
margin-left: 0 !important
}
#dslc-content .dslc-tabs-nav-hook.dslc-active {
background: #fff
}
#dslc-content .dslc-tabs-content {
background: #fff
}
#dslc-content .dslc-tabs-nav-pos-aside .dslc-tabs-content {
overflow: hidden
}
#dslc-content .dslc-tabs-tab-content {
padding: 35px;
display: none;
position: relative
}
#dslc-content .dslc-tabs-tab-content.dslc-active {
display: block
}
.dslca-add-new-tab-hook {
background: #78CA4F;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 11px;
margin-left: 10px;
height: 20px;
text-align: center;
line-height: 22px;
margin-top: 8px;
width: 20px;
position: relative
}
.dslca-add-new-tab-hook .dslca-icon {
position: absolute;
line-height: 1;
top: 5px;
right: 6px
}
.dslca-delete-tab-hook {
color: #E55F5F;
cursor: pointer;
display: inline-block;
font-size: 12px;
margin-left: 10px;
line-height: 1;
vertical-align: top
}
.dslc-tabs-content .dslc-tabs-nav-hook {
display: none !important
}
#dslc-content .dslc-testimonials {
border: 0px solid transparent
}
#dslc-content .dslc-posts.dslc-carousel-arrow-aside {
position: relative;
width: 90%;
margin: 0 auto
}
.dslc-module-DSLC_Text_Simple img {
max-width: 100%;
height: auto
}
.dslc-text-module-content:before {
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1
}
#dslc-content .dslc-widgets-wrap {
border: 0px solid transparent
}
#dslc-content .dslc-widget {
margin-bottom: 30px;
width: 100%
}
#dslc-content .dslc-widget:last-child {
margin-bottom: 0 !important
}
#dslc-content .dslc-widget-wrap {
border: 0 solid transparent
}
#dslc-content .dslc-widget-title {
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
padding-bottom: 10px;
line-height: 1
}
#dslc-content .dslc-widget-title-inner {
display: block
}
#dslc-content .dslc-widgets-2-col .dslc-col {
width: 14.89361%
}
#dslc-content .dslc-widgets-3-col .dslc-col {
width: 23.40425%
}
#dslc-content .dslc-widgets-4-col .dslc-col {
width: 31.91489%
}
#dslc-content .dslc-widgets-5-col .dslc-col {
width: 40.42553%
}
#dslc-content .dslc-widgets-6-col .dslc-col {
width: 48.93617%
}
#dslc-content .dslc-widgets-7-col .dslc-col {
width: 57.4468%
}
#dslc-content .dslc-widgets-8-col .dslc-col {
width: 65.95744%
}
#dslc-content .dslc-widgets-9-col .dslc-col {
width: 74.46808%
}
#dslc-content .dslc-widgets-10-col .dslc-col {
width: 82.97872%
}
#dslc-content .dslc-widgets-11-col .dslc-col {
width: 91.48936%
}
#dslc-content .dslc-widgets-12-col .dslc-col {
width: 100%;
margin-right: 0
}
#dslc-content .dslc-widgets-6-col .dslc-col:nth-child(2n),
#dslc-content .dslc-widgets-4-col .dslc-col:nth-child(3n),
#dslc-content .dslc-widgets-3-col .dslc-col:nth-child(4n),
#dslc-content .dslc-widgets-2-col .dslc-col:nth-child(6n) {
margin-right: 0
}
#dslc-content .dslc-product-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-product-thumb-inner {
bottom: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-product-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
border-radius: 3px 3px 0 0;
box-shadow: none;
max-width: 100%;
height: auto
}
#dslc-content .dslc-product-thumb .dslc-product-price {
background: transparent;
color: #fff;
font-weight: 400;
font-size: 25px;
line-height: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center
}
#dslc-content .dslc-product-price-bg {
background: transparent;
border: 0px solid transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
#dslc-content .dslc-product-price-main {
position: relative
}
#dslc-content .dslc-product-thumb .dslc-product-price del {
display: none
}
#dslc-content .dslc-product-thumb .dslc-product-price ins {
text-decoration: none;
background: transparent
}
#dslc-content .dslc-product-thumb .dslc-product-price .from {
display: none
}
#dslc-content .dslc-product-thumb .dslc-product-price .amount {
vertical-align: middle
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-product-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-product-main.dslc-product-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-products .dslc-post:first-child .dslc-product-thumb .dslc-product-main {
opacity: 1
}
#dslc-content .dslc-product-main {
background: #1d1d1d;
border-radius: 0 0 3px 3px;
padding: 20px;
text-align: center;
border: 0px solid transparent
}
#dslc-content .dslc-product-title {
margin-bottom: 15px
}
#dslc-content .dslc-product-price-secondary {
color: #fff;
float: left;
font-size: 20px;
line-height: 1
}
#dslc-content .dslc-product-price-secondary ins {
text-decoration: none;
background: transparent
}
#dslc-content .dslc-product-title h2 {
clear: none;
font-size: 11px;
line-height: 1;
vertical-align: middle;
margin: 0;
padding: 0
}
#dslc-content .dslc-product-title h2 a {
display: block;
color: #7d7d7d;
text-decoration: none
}
#dslc-content .dslc-product-excerpt {
border-bottom: 0 solid transparent
}
#dslc-content .dslc-product-sep {
display: block;
border-bottom: 1px solid #4a4a4a;
height: 1px;
margin-bottom: 15px
}
#dslc-content .dslc-product-extra .dslc-product-add-to-cart {
color: #8d8d8d;
font-size: 12px;
line-height: 1;
text-decoration: none;
float: left
}
#dslc-content .dslc-product-extra .dslc-product-details {
color: #8d8d8d;
font-size: 12px;
text-decoration: none;
line-height: 1;
float: right
}
#dslc-content .dslc-product-extra .dslc-icon {
margin-right: 5px
}
#dslc-content .dslc-tp-title {
border: 0 solid transparent
}
#dslc-content .dslc-tp-content {
border: 0 solid transparent
}
#dslc-content .dslc-tp-meta {
border: 0 solid transparent
}
#dslc-content .dslc-tp-meta ul {
margin: 0;
list-style-type: none;
font-size: 0
}
#dslc-content .dslc-tp-meta-horizontal li {
display: inline-block;
margin-top: 0 !important;
margin-bottom: 0 !important;
list-style-type: none
}
#dslc-content .dslc-tp-meta-horizontal li:first-child {
margin-left: 0 !important
}
#dslc-content .dslc-tp-meta-horizontal li:last-child {
margin-right: 0 !important
}
#dslc-content .dslc-tp-meta-vertical li {
margin-left: 0 !important;
margin-right: 0 !important
}
#dslc-content .dslc-tp-meta-vertical li:first-child {
margin-top: 0 !important
}
#dslc-content .dslc-tp-meta-vertical li:last-child {
margin-bottom: 0 !important
}
#dslc-content .dslc-tp-meta-avatar {
margin-right: 10px;
width: 30px;
display: inline-block
}
#dslc-content .dslc-tp-meta-avatar img {
vertical-align: middle;
width: 100%;
height: auto;
border-radius: 50%
}
#dslc-content .dslc-tp-download-button a {
border: 0px solid transparent;
display: block;
line-height: 1;
text-decoration: none;
text-align: center;
-webkit-appearance: none
}
#dslc-content .dslc-tp-thumbnail {
bottom: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-tp-thumbnail img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto
}
#dslc-content .dslc-tp-gallery-slider {
border: 0 solid transparent
}
#dslc-content .dslc-tp-gallery-slider-main {
border: 0 solid transparent
}
#dslc-content .dslc-tp-gallery-slider-main li {
overflow: hidden
}
#dslc-content .dslc-tp-gallery-slider-nav {
border: 0 solid transparent
}
#dslc-content .dslc-tp-gallery-slider-nav li {
margin-right: 10px;
padding: 5px;
border: 1px solid red;
cursor: pointer;
opacity: 0.7
}
#dslc-content .dslc-tp-gallery-slider-nav li.flex-active-slide {
opacity: 1
}
#dslc-content ul.dslc-staff-social {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
line-height: 1
}
#dslc-content ul.dslc-staff-social li {
margin: 0;
padding: 0;
line-height: 1;
display: inline-block;
overflow: hidden
}
#dslc-content ul.dslc-staff-social a {
border: 0 solid transparent;
text-decoration: none;
position: relative;
float: left;
display: inline-flex;
justify-content: center;
align-items: center
}
.dslc-notification-box-has-timeout {
display: none
}
body.dslca-enabled .dslc-notification-box-has-timeout {
display: block
}
#dslc-content .dslc-notification-box-content p:last-child {
margin-bottom: 0
}
#dslc-content .dslc-notification-box-close {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 15px;
top: 20px;
cursor: pointer;
background: #ffffff;
color: #f65757;
border-radius: 50%;
width: 15px;
height: 15px
}
#dslc-content .dslc-notification-box-close .dslc-icon {
color: #f65757;
font-size: 12px;
text-align: center
}
#dslc-content .dslc-button a {
display: inline-block;
text-decoration: none;
line-height: 1;
box-shadow: none;
-webkit-appearance: none;
font-weight: 400;
}
#dslc-content .dslc-button a span {
position: relative
}
.dslc-tp-comments ul,
.dslc-tp-comments ol,
.dslc-tp-comments li {
list-style-type: none
}
.dslc-tp-comments ol {
margin-left: 0
}
.dslc-tp-comments {
border: 0 solid transparent
}
.dslc-comment {
border: 0 solid transparent;
margin: 0
}
.dslc-comment-inner {
border: 1px solid #ddd;
padding: 10px;
margin-bottom: 20px
}
.dslc-comment-info {
margin-bottom: 10px;
border-bottom: 1px solid #ddd
}
.dslc-comment-meta {
float: left;
margin: 0
}
.dslc-comment-meta-author {
display: inline-block;
margin-right: 15px;
line-height: 1
}
.dslc-comment-author-avatar {
margin-right: 5px
}
.dslc-comment-meta-author a {
color: inherit;
text-decoration: none
}
.dslc-comment-author-avatar img {
vertical-align: middle
}
.dslc-comment-meta-date {
display: inline-block;
line-height: 1
}
.dslc-comment-reply {
float: right
}
.dslc-comment-reply a {
text-decoration: none
}
.dslc-comment .dslc-comment {
margin-left: 50px
}
.dslc-tp-comment-form input[type=text]::-moz-placeholder,
.dslc-tp-comment-form input[type=url]::-moz-placeholder,
.dslc-tp-comment-form input[type=email]::-moz-placeholder,
.dslc-tp-comment-form textarea::-moz-placeholder {
opacity: 1
}
.dslc-tp-comment-form {
border: 0 solid transparent
}
.dslc-tp-comment-form input[type="text"] {
line-height: 1
}
.dslc-tp-comment-form input,
.dslc-tp-comment-form textarea {
border: 0 solid transparent
}
.dslc-tp-comment-form textarea {
width: 100%;
height: 130px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.dslc-tp-comment-form .logged-in-as {
margin-bottom: 15px
}
.dslc-tp-comment-form #submit {
cursor: pointer
}
.dslc-image,
.dslc-image img {
border: 0;
box-shadow: none
}
#dslc-content .dslc-image,
#dslc-content .dslc-image>a {
display: inline-block
}
#dslc-content .dslc-image img {
max-width: 81%;
display: inline-block;
vertical-align: middle;
box-shadow: none;
border-radius: none;
position: relative
}
#dslc-content .dslc-accordion {
border: 0 solid transparent
}
#dslc-content .dslc-accordion-item:first-child {
margin-top: 0 !important
}
#dslc-content .dslc-accordion-header {
border: 0 solid transparent;
font-size: 11px;
font-weight: 500;
font-size: 11px;
line-height: 1;
position: relative;
display: flex;
justify-content: space-between;
align-items: center
}
#dslc-content .dslc-accordion-title {
border: 0 solid transparent;
display: block
}
#dslc-content .dslc-accordion-hook {
cursor: pointer
}
#dslc-content .dslc-accordion-toggle {
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0
}
#dslc-content .dslc-accordion-content {
position: relative;
border: 0 solid transparent
}
#dslc-content .dslca-add-accordion {
text-align: center
}
#dslc-content .dslca-add-accordion-hook {
background: #78CA4F;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 12px;
height: 20px;
text-align: center;
line-height: 22px;
width: 20px;
position: relative;
margin-top: 10px
}
#dslc-content .dslca-accordion-action-hooks {
line-height: 0
}
#dslc-content .dslca-move-up-accordion-hook,
#dslc-content .dslca-move-down-accordion-hook {
color: #5890e5
}
#dslc-content .dslca-move-up-accordion-hook:hover,
#dslc-content .dslca-move-down-accordion-hook:hover {
color: #3b6fbe
}
#dslc-content .dslca-delete-accordion-hook,
#dslc-content .dslca-toggle-accordion-hook {
color: #E55F5F;
cursor: pointer;
display: inline-block;
font-size: 12px;
margin-left: 10px;
line-height: 1;
vertical-align: top
}
#dslc-content .dslc-icon-module {
position: relative;
display: inline-block
}
#dslc-content .dslc-navigation {
z-index: 999;
position: relative;
text-align: right;
font-size: 0
}
body .dslc-navigation .menu-item[class^="dslc-icon-"]:before,
body .dslc-navigation .menu-item[class*=" dslc-icon-"]:before {
display: none
}
#dslc-content .dslc-navigation .menu {
list-style: none;
margin: 0;
padding: 0
}
#dslc-content .dslc-navigation .menu>li {
display: inline-block;
position: relative
}
#dslc-content .dslc-navigation.dslc-navigation-orientation-horizontal .menu>li {
margin-top: 0 !important
}
#dslc-content .dslc-navigation.dslc-navigation-orientation-vertical .menu>li {
display: block;
margin-left: 0 !important
}
#dslc-content .dslc-navigation .menu>li:first-child {
margin-left: 0 !important
}
#dslc-content .dslc-navigation.dslc-navigation-orientation-vertical .menu>li:first-child {
margin-top: 0 !important
}
#dslc-content .dslc-navigation .menu>li>a {
display: inline-block;
text-decoration: none;
vertical-align: middle
}
#dslc-content .dslc-navigation-arrow {
display: inline-block;
margin-left: 5px;
vertical-align: middle
}
#dslc-content .dslc-navigation .menu ul {
display: none;
list-style-type: none;
margin: 0;
opacity: 0;
position: absolute;
z-index: 10;
top: 100%;
left: -28px;
text-align: left
}
#dslc-content .dslc-navigation.dslc-navigation-sub-position-left .menu ul {
left: 0;
right: auto
}
#dslc-content .dslc-navigation.dslc-navigation-sub-position-right .menu ul {
right: 0;
left: auto
}
#dslc-content .dslc-navigation.dslc-navigation-sub-position-center .menu ul {
left: auto;
right: auto
}
#dslc-content .dslc-navigation-orientation-vertical .menu ul {
top: 0;
left: 100%
}
#dslc-content .dslc-navigation .menu ul.dslc-navigation-invert-subnav {
left: auto;
right: 0
}
#dslc-content .dslc-navigation .menu ul li {
display: block;
position: relative;
z-index: 3;
white-space: nowrap;
margin: 0
}
#dslc-content .dslc-navigation .menu ul li a {
display: block;
line-height: 1;
text-decoration: none
}
#dslc-content .dslc-navigation .menu ul li:last-child a {
border-bottom: 0 !important
}
#dslc-content .dslc-navigation .dt-icon.dt-subnav-arrow {
display: none;
color: #bfbfbf;
font-size: 8px;
margin-left: 10px;
vertical-align: middle;
position: relative;
top: -3px;
margin-right: 0
}
#dslc-content .dslc-navigation li.current-menu-item .dt-icon.dt-subnav-arrow {
color: #878787
}
#dslc-content .dslc-navigation .menu ul ul {
left: 100%;
margin-left: -1px;
top: -1px
}
#dslc-content .dslc-navigation .menu ul:before {
position: absolute;
content: '';
display: block;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 2;
border-style: solid
}
#dslc-content .dslc-navigation .menu li:hover>ul.sub-menu:after {
display: block;
content: "";
left: -10px;
right: -10px;
bottom: -10px;
top: -10px;
z-index: 0;
position: absolute
}
#dslc-content .dslc-navigation .menu ul ul.dslc-navigation-invert-subnav {
left: auto;
right: 100%
}
#dslc-content .dslc-navigation .menu li:hover>ul.sub-menu {
display: block;
opacity: 1
}
#dslc-content .dslc-mobile-navigation {
position: relative;
text-align: right;
display: none
}
#dslc-content .dslc-mobile-navigation select {
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
position: absolute;
right: 0;
top: 0;
padding-top: 0;
padding-bottom: 0;
z-index: 10;
height: 38px;
width: 100%
}
#dslc-content .dslc-mobile-navigation-hook {
color: #555;
font-size: 24px;
line-height: 22px
}
.dslc-post-main-inner-link-cover {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.dslc-posts-social-share {
line-height: 1
}
.dslc-posts-social-share a:last-child {
margin-right: 0 !important
}
.dslc-posts-social-share-count {
display: inline-block;
border-style: solid
}
.dslc-center-elem {
top: 50%;
position: relative;
left: 50%;
visibility: visible;
transform: translate(-50%, -50%)
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#dslc-content .dslc-mobile-navigation.dslc-navigation-res-t-enabled {
display: block
}
#dslc-content .dslc-navigation.dslc-navigation-res-t-enabled {
display: none
}
.dslc-post-main-inner-link-cover {
display: block
}
}
@media only screen and (max-width: 767px) {
.dslc-comment .dslc-comment {
margin-left: 0
}
.dslc-comment .children {
margin-left: 0;
padding-left: 0
}
#dslc-content .dslc-mobile-navigation.dslc-navigation-res-p-enabled {
display: block
}
#dslc-content .dslc-navigation.dslc-navigation-res-p-enabled {
display: none
}
.dslc-post-main-inner-link-cover {
display: block
}
.dslc-carousel .dslc-carousel-item {
margin-left: 0 !important
}
body #dslc-content .dslc-partner-thumb {
width: 100%
}
#dslc-content .dslc-posts.dslc-carousel-arrow-aside {
width: 80%
}
#dslc-content .dslc-posts-orientation-horizontal .dslc-post-main {
overflow: visible
}
}
em {
font-style: italic!important;
font-size: 21px!important;
}
.gradient-lighten-top-right,
.gradient-darken-top-right,
.gradient-lighten-right,
.gradient-darken-right,
.gradient-lighten-bottom-right,
.gradient-darken-bottom-right,
.gradient-lighten-bottom,
.gradient-darken-bottom,
.gradient-lighten-bottom-left,
.gradient-darken-bottom-left,
.gradient-lighten-left,
.gradient-darken-left,
.gradient-lighten-top-left,
.gradient-darken-top-left,
.gradient-lighten-top,
.gradient-darken-top {
position: relative;
overflow: hidden
}
.gradient-lighten-top-right:before,
.gradient-darken-top-right:before,
.gradient-lighten-right:before,
.gradient-darken-right:before,
.gradient-lighten-bottom-right:before,
.gradient-darken-bottom-right:before,
.gradient-lighten-bottom:before,
.gradient-darken-bottom:before,
.gradient-lighten-bottom-left:before,
.gradient-darken-bottom-left:before,
.gradient-lighten-left:before,
.gradient-darken-left:before,
.gradient-lighten-top-left:before,
.gradient-darken-top-left:before,
.gradient-lighten-top:before,
.gradient-darken-top:before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: ''
}
.gradient-lighten-top-right>span,
.gradient-darken-top-right>span,
.gradient-lighten-right>span,
.gradient-darken-right>span,
.gradient-lighten-bottom-right>span,
.gradient-darken-bottom-right>span,
.gradient-lighten-bottom>span,
.gradient-darken-bottom>span,
.gradient-lighten-bottom-left>span,
.gradient-darken-bottom-left>span,
.gradient-lighten-left>span,
.gradient-darken-left>span,
.gradient-lighten-top-left>span,
.gradient-darken-top-left>span,
.gradient-lighten-top>span,
.gradient-darken-top>span {
position: relative
}
.gradient-lighten-top-right:before,
.gradient-lighten-right:before,
.gradient-lighten-bottom-right:before,
.gradient-lighten-bottom:before,
.gradient-lighten-bottom-left:before,
.gradient-lighten-left:before,
.gradient-lighten-top-left:before,
.gradient-lighten-top:before {
mix-blend-mode: overlay
}
.gradient-darken-top-right:before,
.gradient-darken-right:before,
.gradient-darken-bottom-right:before,
.gradient-darken-bottom:before,
.gradient-darken-bottom-left:before,
.gradient-darken-left:before,
.gradient-darken-top-left:before,
.gradient-darken-top:before {
mix-blend-mode: multiply
}
.gradient-lighten-top:before {
background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-top-right:before {
background-image: linear-gradient(30deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-right:before {
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-bottom-right:before {
background-image: linear-gradient(140deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-bottom:before {
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-bottom-left:before {
background-image: linear-gradient(200deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-left:before {
background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-top-left:before {
background-image: linear-gradient(340deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-darken-top:before {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-top-right:before {
background-image: linear-gradient(30deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-right:before {
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-bottom-right:before {
background-image: linear-gradient(140deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-bottom:before {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-bottom-left:before {
background-image: linear-gradient(200deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-left:before {
background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-top-left:before {
background-image: linear-gradient(340deg, rgba(0, 0, 0, 0), #000)
}
#dslc-section-dividers {
display: none
}
.dslc-section-divider {
position: absolute;
left: 0;
right: 0;
top: -1px;
line-height: 0;
overflow: hidden
}
.dslc-section-divider svg {
display: block;
position: relative;
left: -1px;
width: calc(100% + 2px);
fill: #eaeaea
}
.dslc-section-divider[data-divider-pos="bottom"] {
top: auto;
bottom: -1px;
transform: scaleY(-1)
}
.dslc-section-divider[data-divider-pos="bottom"].dslc-flip-vert {
transform: scaleY(1)
}
.dslc-section-divider.dslc-flip-hor svg {
transform: scaleX(-1)
}
.dslc-section-divider.dslc-flip-vert {
transform: scaleY(-1)
}
.dslca-enabled.dslc-res-tablet .dslc-module-DSLC_Menu_Pro,
.dslca-enabled.dslc-res-phone .dslc-module-DSLC_Menu_Pro {
z-index: inherit
}
.menu-item[class^=dslc-icon-],
.menu-item[class*=" dslc-icon-"] {
font-family: inherit;
font-size: inherit;
text-decoration: inherit;
-webkit-font-smoothing: inherit;
display: inherit;
width: inherit;
height: inherit;
line-height: inherit;
vertical-align: inherit;
background-image: inherit;
background-position: inherit;
background-repeat: inherit;
margin-top: inherit
}
.menu-item[class^=dslc-icon-]:before,
.menu-item[class*=" dslc-icon-"]:before {
font-family: DSLCFontAwesome;
font-weight: 400;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0 0;
background-repeat: repeat
}
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-left .menu ul.sub-menu {
left: 0 !important;
right: auto
}
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-right .menu ul.sub-menu {
right: 0;
left: auto !important
}
.dslca-enabled .lcmenu-mobile-hook.dslc-hide-on-desktop {
display: none !important
}
.dslca-enabled.dslc-res-tablet .lcmenu-mobile-hook.dslc-hide-on-desktop {
display: block !important
}
.dslca-enabled.dslc-res-phone .lcmenu-mobile-hook.dslc-hide-on-desktop {
display: block !important
}
.lcmenupro-navigation .menu-item-description {
display: block
}
ul.sub-menu li:hover,
ul.sub-menu li:hover>a,
ul.sub-menu li>a:hover,
ul.sub-menu li:hover:before {
cursor: pointer
}
.menu>li.menu-type-columns .sub-menu .menu-item-has-children,
.menu>li.menu-type-columns .sub-menu .menu-item-has-children>a {
cursor: default
}
#dslc-content .menu .menu-type-columns ul li {
border-width: 0
}
#dslc-content .menu ul li:last-child {
border-bottom-width: 0
}
@media only screen and (min-width:1025px) {
.dslca-enabled .lcmenupro-inner .menu.dslc-hide-on-desktop {
display: none !important
}
}
#dslc-content .lcmenupro-navigation .menu>li:not(.menu-type-columns) ul.sub-menu li ul.sub-menu {
left: 100% !important
}
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-center .menu>li:not(.menu-type-columns) ul.sub-menu li ul.sub-menu {
left: 150% !important
}
body .lcmenupro-navigation .menu li.menu-type-columns .sub-menu .sub-menu .sub-menu li {
flex-wrap: wrap
}
#dslc-content .menu>li.menu-type-columns ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a {
margin: 0
}
li ul.sub-menu {
-webkit-tap-highlight-color: transparent
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0
}
.leaflet-container {
overflow: hidden
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none
}
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast
}
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
touch-action: none;
touch-action: pinch-zoom
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none
}
.leaflet-container {
-webkit-tap-highlight-color: transparent
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}
.leaflet-tile {
filter: inherit;
visibility: hidden
}
.leaflet-tile-loaded {
visibility: inherit
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800
}
.leaflet-overlay-pane svg {
-moz-user-select: none
}
.leaflet-pane {
z-index: 1
}
.leaflet-tile-pane {
z-index: 200
}
.leaflet-overlay-pane {
z-index: 400
}
.leaflet-shadow-pane {
z-index: 500
}
.leaflet-marker-pane {
z-index: 600
}
.leaflet-tooltip-pane {
z-index: 650
}
.leaflet-popup-pane {
z-index: 700
}
.leaflet-map-pane canvas {
z-index: 100
}
.leaflet-map-pane svg {
z-index: 200
}
.leaflet-vml-shape {
width: 1px;
height: 1px
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute
}
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted;
pointer-events: auto
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none
}
.leaflet-top {
top: 0
}
.leaflet-right {
right: 0
}
.leaflet-bottom {
bottom: 0
}
.leaflet-left {
left: 0
}
.leaflet-control {
float: left;
clear: both
}
.leaflet-right .leaflet-control {
float: right
}
.leaflet-top .leaflet-control {
margin-top: 10px
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px
}
.leaflet-left .leaflet-control {
margin-left: 10px
}
.leaflet-right .leaflet-control {
margin-right: 10px
}
.leaflet-fade-anim .leaflet-tile {
will-change: opacity
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity .2s linear;
-moz-transition: opacity .2s linear;
transition: opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
transition: transform .25s cubic-bezier(0, 0, .25, 1)
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden
}
.leaflet-interactive {
cursor: pointer
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
pointer-events: none
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive {
pointer-events: visiblePainted;
pointer-events: auto
}
.leaflet-container {
background: #ddd;
outline: 0
}
.leaflet-container a {
color: #0078a8
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, .5)
}
.leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
border-radius: 4px
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: #000
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block
}
.leaflet-bar a:hover {
background-color: #f4f4f4
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
font-size: 22px
}
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
background: #fff;
border-radius: 5px
}
.leaflet-control-layers-toggle {
background-image: url(assets/sds-content/plugins/lc-extensions/extensions/openstreetmap/css/images/layers.png);
width: 36px;
height: 36px
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(assets/sds-content/plugins/lc-extensions/extensions/openstreetmap/css/images/layers-2x.png);
background-size: 26px 26px
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px
}
.leaflet-control-layers label {
display: block
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px
}
.leaflet-default-icon-path {
background-image: url(assets/sds-content/plugins/lc-extensions/extensions/openstreetmap/css/../images/marker-icon.png)
}
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, .7);
margin: 0
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333
}
.leaflet-control-attribution a {
text-decoration: none
}
.leaflet-control-attribution a:hover {
text-decoration: underline
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, .5)
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0, 0, 0, .2);
background-clip: padding-box
}
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4
}
.leaflet-popup-content p {
margin: 18px 0
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: #fff;
color: #333;
box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: 700;
background: 0 0
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999
}
.leaflet-div-icon {
background: #fff;
border: 1px solid #666
}
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: 0 0;
content: ""
}
.leaflet-tooltip-bottom {
margin-top: 6px
}
.leaflet-tooltip-top {
margin-top: -6px
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff
}
.leaflet-tooltip-left {
margin-left: -6px
}
.leaflet-tooltip-right {
margin-left: 6px
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff
}
.ms-laptop-template .ms-bullet-selected {
background-position: -143px -25px
}
.ms-tablet-template .ms-tablet-cont .ms-view {
background-color: #17171a
}
.ms-tablet-template .ms-tablet-cont {
max-width: 500px;
position: relative;
margin: 0 auto
}
.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
max-width: 842px
}
.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
padding: 4.1% 12.1% 10%;
max-width: 632px
}
.ms-tablet-template .ms-lt-slider-cont {
position: relative;
padding: 11.1% 11% 22%;
max-width: 400px
}
.ms-tablet-template .ms-tablet-bg {
max-width: 100%;
position: absolute
}
.ms-tablet-template .ms-nav-prev,
.ms-tablet-template .ms-nav-next {
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -120px;
margin-top: -17px;
position: absolute;
top: 50%;
cursor: pointer
}
.ms-tablet-template .ms-nav-next {
background-position: -59px -9px;
right: -120px;
left: auto
}
.ms-tablet-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -18%;
right: 50%;
width: 100px
}
.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%
}
.ms-tablet-template .ms-bullet {
width: 10px;
height: 10px;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px
}
.ms-tablet-template .ms-bullet-selected {
background-position: -143px -25px
}
.ms-phone-template .ms-phone-cont .ms-view {
background-color: #17171a
}
.ms-phone-template .ms-phone-cont {
max-width: 386px;
position: relative;
margin: 0 auto
}
.ms-phone-template.ms-phone-land .ms-phone-cont {
max-width: 666px
}
.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
position: relative;
padding: 4.6% 16.1% 10% 15.5%;
max-width: 455px
}
.ms-phone-template .ms-lt-slider-cont {
position: relative;
padding: 26.2% 16.5% 33% 16.8%;
max-width: 258px
}
.ms-phone-template .ms-phone-bg {
max-width: 100%;
position: absolute
}
.ms-phone-template .ms-nav-prev,
.ms-phone-template .ms-nav-next {
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -120px;
margin-top: -17px;
position: absolute;
top: 50%;
cursor: pointer
}
.ms-phone-template .ms-nav-next {
background-position: -59px -9px;
right: -120px;
left: auto
}
.ms-phone-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -30%;
right: 50%;
width: 100px
}
.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%
}
.ms-phone-template .ms-bullet {
width: 10px;
height: 10px;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px
}
.ms-phone-template .ms-bullet-selected {
background-position: -143px -25px
}
.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
bottom: -21%
}
.ms-phone-template.ms-phone-land .ms-nav-next {
right: -150px
}
.ms-phone-template.ms-phone-land .ms-nav-prev {
left: -150px
}
.ms-partialview-template .ms-slide-info {
text-align: center;
margin-top: 20px;
width: 100%
}
.ms-partialview-template .ms-slide-info h3 {
margin: 5px;
font-size: 23pt;
color: #222
}
.ms-partialview-template .ms-slide-info h4 {
margin: 5px;
font-size: 14pt;
color: #7a7a7a
}
.ms-partialview-template .ms-slide-info p {
font-size: 10pt;
margin: 6px
}
.ms-showcase2-template .ms-view {
background: 0 0
}
.master-slider {
-moz-transform: translate3d(0, 0, 1px)
}
.ms-staff-carousel {
margin: 25px auto;
position: relative
}
.ms-staff-carousel .ms-view {
overflow: visible;
background-color: transparent
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/staff-arrows.png) #fff no-repeat -7px -57px;
width: 35px;
height: 40px;
left: -35px;
margin-top: -17px;
box-shadow: 0px 1px 0px 0px #bebebe;
position: absolute;
top: 50%;
cursor: pointer
}
.ms-staff-carousel .ms-nav-next {
background-position: -6px -7px;
right: -35px;
left: auto
}
.ms-staff-carousel .ms-staff-info {
text-align: center;
margin: 0 auto;
max-width: 600px;
margin-top: 30px;
min-height: 300px;
color: #222
}
.ms-staff-carousel .ms-staff-info h3 {
font-size: 22pt;
margin: 0
}
.ms-staff-carousel .ms-staff-info h4 {
color: #787878;
font-size: 15pt;
margin: 3px
}
.ms-staff-carousel.ms-round .ms-slide-bgcont {
border-radius: 5000px;
border: solid 8px #e6e6e6;
margin: 0 -8px
}
.ms-staff-carousel.ms-round .ms-view {
padding-bottom: 8%
}
.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
background-color: transparent;
box-shadow: none;
left: -45px
}
.ms-staff-carousel.ms-round .ms-nav-next {
left: auto;
right: -45px
}
.ms-tabs-template .ms-thumb-frame h3 {
font-weight: 400;
font-size: 13pt;
margin: 0
}
.ms-tabs-template .ms-thumb-frame p {
font-size: 10pt;
margin: 4px 0
}
.ms-tabs-template .ms-thumb-frame-selected h3 {
color: #4b8aac
}
.ms-vertical-template .ms-nav-prev,
.ms-vertical-template .ms-nav-next {
top: 10px;
left: 50%;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
background-position: -11px -6px;
width: 40px;
height: 30px;
margin-left: -20px;
margin-top: 0
}
.ms-vertical-template .ms-nav-next {
top: auto;
bottom: 10px;
background-position: -11px -53px
}
.ms-vertical-template .ms-thumblist-fwd,
.ms-vertical-template .ms-thumblist-bwd {
width: 100%;
position: absolute;
top: 0;
height: 15px;
cursor: pointer;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
background-position: 50% -106px
}
.ms-vertical-template .ms-thumblist-bwd {
top: auto;
bottom: 0;
background-position: 50% -145px
}
@charset "UTF-8";
/*!
Theme Name: SEOWP
Theme URI: http://seowptheme.com/
Author: <NAME>
Author URI: http://themeforest.net/user/lumbermandesigns
Description: SEOWP is a clean theme specially designed for Digital Marketing Agencies and their clients.
Version: 1.9.7
License: GNU General Public License
License URI: http://themeforest.net/licenses
Tags: white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background: 0 0
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code,
kbd,
pre,
samp {
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
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-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
*,
*:before,
*:after {
box-sizing: border-box
}
body.admin-bar .fixed {
top: 28px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0
}
a {
text-decoration: none;
line-height: inherit
}
a img {
border: none
}
.larger {
font-size: 125%;
font-weight: 300
}
.smaller {
font-size: 90%
}
span.larger,
span.smaller {
display: inline-block
}
.lighter {
font-weight: lighter
}
.light {
font-weight: 300
}
.thin {
font-weight: 200
}
.normal {
font-weight: 400
}
.bolder {
font-weight: bolder
}
.bold {
font-weight: 700
}
.uppercase {
text-transform: uppercase;
letter-spacing: 4px
}
ul {
list-style: none
}
.dslc-tp-content ul,
.dslc-tp-content ol,
.dslc-tp-content table,
.dslc-tp-content dl,
.dslc-tp-content address,
.dslc-tp-content pre,
.dslc-text-module-content ul,
.dslc-text-module-content ol,
.dslc-text-module-content table,
.dslc-text-module-content dl,
.dslc-text-module-content address,
.dslc-text-module-content pre {
margin-bottom: 20px
}
.dslc-tp-content ul ul,
.dslc-tp-content ul ol,
.dslc-tp-content ol ul,
.dslc-tp-content ol ol,
.dslc-text-module-content ul ul,
.dslc-text-module-content ul ol,
.dslc-text-module-content ol ul,
.dslc-text-module-content ol ol {
margin-bottom: 0
}
.dslc-tp-content table th,
.dslc-tp-content table td,
.dslc-text-module-content table th,
.dslc-text-module-content table td {
border-bottom: 1px solid rgba(0, 0, 0, .05);
padding: .5em .75em !important
}
.dslc-tp-content table thead th,
.dslc-tp-content table thead td,
.dslc-text-module-content table thead th,
.dslc-text-module-content table thead td {
background-color: rgba(0, 0, 0, .025)
}
.dslc-tp-content table tr:last-child th,
.dslc-tp-content table tr:last-child td,
.dslc-text-module-content table tr:last-child th,
.dslc-text-module-content table tr:last-child td {
border-bottom: none
}
.dslc-tp-content dl dt,
.dslc-text-module-content dl dt {
font-weight: 400;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.dslc-tp-content dl dd,
.dslc-text-module-content dl dd {
padding-top: 10px;
margin-bottom: 20px
}
.dslc-tp-content address,
.dslc-text-module-content address {
border: 1px solid rgba(137, 137, 137, .075);
display: inline-block;
padding: 25px 30px
}
.dslc-tp-content blockquote,
.dslc-text-module-content blockquote {
padding-left: 30px;
border-left: 1px solid rgba(137, 137, 137, .075)
}
.dslc-tp-content blockquote cite,
.dslc-text-module-content blockquote cite {
display: block;
font-size: 85%;
margin-top: 20px
}
.dslc-tp-content ul li,
.dslc-tp-content ol li,
.dslc-text-module-content ul li,
.dslc-text-module-content ol li {
list-style-position: inside
}
.dslc-tp-content ul li ul,
.dslc-tp-content ul li ol,
.dslc-tp-content ol li ul,
.dslc-tp-content ol li ol,
.dslc-text-module-content ul li ul,
.dslc-text-module-content ul li ol,
.dslc-text-module-content ol li ul,
.dslc-text-module-content ol li ol {
padding-left: 30px
}
.dslc-tp-content ul.arrow li,
.dslc-tp-content ol.arrow li,
.dslc-text-module-content ul.arrow li,
.dslc-text-module-content ol.arrow li {
list-style-type: none
}
.dslc-tp-content ul.arrow li:before,
.dslc-tp-content ol.arrow li:before,
.dslc-text-module-content ul.arrow li:before,
.dslc-text-module-content ol.arrow li:before {
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e100";
margin-right: 5px;
opacity: .5
}
.no-side-padding,
.no-side-padding.dslc-modules-section {
padding-left: 0;
padding-right: 0
}
.border-radius-top-0 {
border-top-radius: 0
}
.border-radius-bottom-0 {
border-top-radius: 0
}
.border-radius-right-0 {
border-right-radius: 0
}
.border-radius-left-0 {
border-left-radius: 0
}
.site-header {
position: relative;
z-index: 20
}
.wp-caption-text,
.gallery-caption,
.bypostauthor {
color: inherit
}
.alignleft {
float: left
}
.alignright {
float: right
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption.alignnone {
width: auto !important
}
img[src=""] {
display: none !important
}
img {
max-width: 100%;
height: auto
}
body.boxed-page-layout:before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%
}
.boxed-page-layout .global-wrapper {
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 0 7px 1px rgba(0, 0, 0, .1);
margin: 0 auto;
max-width: 1360px
}
#global-container {
position: relative;
z-index: 2
}
.site-main {
position: relative
}
.essb_links {
line-height: 24px
}
.essb_links,
.essb_links *,
.essb_links *:before,
.essb_links *:after {
box-sizing: padding-box
}
.page-links .page-links__title {
text-transform: uppercase;
letter-spacing: 1px;
opacity: .5
}
.page-links .page-numbers {
word-spacing: 20px
}
.single .post-password-required {
width: 50%;
margin: 100px auto;
text-align: center
}
.single .post-password-required p:first-child {
font-size: 27px;
line-height: 38px;
margin-bottom: 60px
}
.dslca-prompt-modal-descr textarea {
width: 100%
}
.dslc-page .site-content {
padding-top: 0;
padding-bottom: 0
}
.dslca-wp-editor-inner *,
.dslca-wp-editor-inner:before,
.dslca-wp-editor-inner:after {
box-sizing: padding-box
}
body.dslca-enabled .site-main,
body.dslca-enabled #global-container {
z-index: auto
}
body .dslca-wp-editor .wp-switch-editor {
height: auto
}
.dslc-text-module-content p,
.dslc-info-box-content p {
font-size: 15px;
line-height: 30px;
}
.dslc-text-module-content h2,.dslc-text-module-content h2 strong{
font-size: 25px;
font-weight: 500;
color: #218ac9;
}
.dslc-text-module-content .dslca-editable-content {
margin-bottom: inherit
}
.dslc-info-box-content p {
margin-bottom: 0
}
.dslc-post-separator {
border-right-width: 0;
border-left-width: 0;
border-top-width: 0
}
.dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-bottom: 0
}
#dslc-content .blog-noauthor .dslc-blog-post-meta-author,
#dslc-content .blog-noauthor .dslc-cpt-post-meta-author {
display: none
}
#dslc-content .blog-noauthor .dslc-blog-post-meta-date,
#dslc-content .blog-noauthor .dslc-cpt-post-meta-date {
float: left
}
#dslc-content .blog-noauthor .dslc-blog-post-meta-comment-count {
margin-left: 10px
}
#global-container #dslc-content .dslc-blog-posts .dslc-posts-inner>.dslc-post-separator:last-child {
margin: 0;
padding: 0
}
#dslc-content .dslc-blog-post-meta-avatar img {
height: auto
}
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Posts .dslc-post,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-LBMN_ArchivePostsGrid_LC_Module .dslc-post {
overflow: hidden
}
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Posts .dslc-post-thumb,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post-thumb,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-LBMN_ArchivePostsGrid_LC_Module .dslc-post-thumb {
min-height: 1px
}
body .dslca-module-edit-field-icon-suggest,
body .dslca-module-edit-field-icon-prev,
body .dslca-module-edit-field-icon-next,
body .dslca-module-edit-field-font-prev,
body .dslca-module-edit-field-font-next,
body .dslca-module-edit-field-icon-switch-set {
display: none
}
body .dslca-module-edit-field-font-wrapper {
width: 100%
}
.dslca-module-edit-option-font {
position: relative
}
.dslca-module-edit-option-font .dslc-icon-refresh {
display: none;
right: 12px;
position: absolute;
opacity: .5;
bottom: 10px
}
.wf-loading .dslca-module-edit-option-font .dslc-icon-refresh {
display: inline-block
}
.dslca-modal-allicons {
left: 60px !important;
right: 60px;
top: 90px;
width: auto;
position: fixed
}
.dslca-modal-allicons .modal-content {
height: 100%;
overflow: scroll
}
.dslca-modal-allicons .lbmn-icons-grid {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden
}
.dslca-modal-allicons .icon-item {
display: inline-block;
width: 9%;
min-width: 140px;
min-height: 150px;
padding: 20px 10px;
margin: 0 0 0 -1px;
vertical-align: top;
text-align: center;
border-left: 1px solid rgba(155, 155, 155, .05);
border-bottom: 1px solid rgba(155, 155, 155, .05)
}
.dslca-modal-allicons .icon-item:hover {
box-shadow: 0 1px 5px 0px rgba(68, 68, 68, .52)
}
.dslca-modal-allicons .icon-item:active {
box-shadow: 0 1px 5px 0px #5890e5 inset
}
.dslca-modal-allicons .icon-item__icon {
display: inline-block;
width: 100%;
padding: 20px 0;
font-size: 24px
}
.dslca-modal-allicons .icon-item__name {
opacity: .35;
display: inline-block;
font-size: 14px;
line-height: 1.25
}
.dslca-module-edit-label .button-reset {
float: right;
cursor: pointer;
opacity: .4;
border: 1px solid rgba(255, 255, 255, .5);
font-size: 9px;
padding: 4px 5px;
margin-top: -5px;
border-radius: 3px
}
.dslca-module-edit-label .button-reset:hover {
opacity: 1
}
.dslca-module-edit-option input[type=text],
.dslca-module-edit-option input[type=email],
.dslca-module-edit-option input[type=number],
.dslca-module-edit-option textarea,
.dslca-module-edit-option select {
display: inline-block;
margin-bottom: 0
}
#dslc-content .nf-field-container {
margin-bottom: 0
}
#dslc-content .label-above .nf-field-label {
margin-bottom: 5px
}
.nf-field-container.calc_hidden {
opacity: 0
}
.dslc-res-phone div[class^=bti-lm-a-],
.dslc-res-phone div[class^=bti-lm-b-] {
margin-left: 0;
margin-right: 0
}
.dslc-res-phone div[class^=bti-lm-col-] {
width: 100%
}
#dslc-content .dslc-module-DSLC_TP_Meta li {
list-style-position: outside
}
.comment-form #submit {
text-transform: lowercase;
box-shadow: none
}
.dslc-comments-pingback {
border-bottom: 1px solid rgba(155, 155, 155, .1);
font-size: 90%;
margin-bottom: 20px;
padding-bottom: 20px
}
.dslc-comments-pingback p {
margin-bottom: 0
}
.nocomments {
border: 1px solid rgba(155, 155, 155, .1);
border-radius: 3px;
display: inline-block;
font-size: 80%;
letter-spacing: 1px;
padding: 5px 14px;
margin-top: 40px;
text-transform: uppercase
}
body .dslc-accordion-item {
margin-top: 0
}
body #nex-forms .radio-inline,
body #nex-forms .checkbox-inline {
font-weight: inherit
}
body #nex-forms div.input-inner {
margin-bottom: 8px
}
body #nex-forms div.radio-group label.radio-inline,
body #nex-forms div.radio-group label.checkbox-inline,
body #nex-forms div.checkbox-group label {
padding-left: 45px
}
body #nex-forms .btn {
box-shadow: none
}
body #nex-forms .btn.input-lg {
padding-left: 20px;
padding-right: 20px;
font-size: 16px
}
.message-popup {
position: fixed;
z-index: 100000;
background: rgba(0, 0, 0, .75);
width: 100%;
height: 100%;
text-align: center;
left: 0;
top: 0
}
.message-popup .message-content {
position: relative;
background: #fff;
width: 660px;
margin: 120px auto;
padding: 50px 40px
}
.message-popup .close-help-popup {
position: absolute;
right: 0;
top: 0;
display: inline-block;
font-size: 21px;
padding: 20px 22px
}
.message-popup .welcome-panel h3 {
margin-bottom: 20px;
font-size: 24px
}
.message-popup .welcome-panel .button.button-hero {
margin: 0
}
.rtw_meta {
font-size: 13px;
line-height: 21px;
margin-bottom: 0;
opacity: .4
}
.wpcf7-form-control-wrap {
display: block
}
.wpcf7-list-item-label {
margin-left: 10px
}
.wpcf7-form-control+.wpcf7-not-valid-tip {
top: auto;
left: 0;
border-radius: 0 0 6px 6px;
margin-top: -26px;
width: 100%;
background: red;
color: #fff;
border: none;
font-weight: 500;
text-transform: uppercase;
padding-left: 8px
}
.wpcf7-response-output.wpcf7-validation-errors {
border-radius: 6px;
background: #ff8500;
color: #fff;
border: none;
padding-left: 10px;
margin-left: 0;
margin-right: 0
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
border-radius: 6px;
background: #398f14;
color: #fff;
border: none;
padding-left: 10px;
margin-left: 0;
margin-right: 0
}
body #nex-forms .ui-nex-forms-container label#title,
body #nex-forms .ui-nex-forms-container .help-block {
display: inherit
}
body #nex-forms .input_holder .col-sm-2 {
width: 25%
}
body #nex-forms .input_holder .col-sm-10 {
width: 75%
}
body #nex-forms label {
font-weight: 400
}
body #nex-forms .is_required.btn-xs {
position: absolute;
color: rgba(255, 85, 0, .5) !important;
left: -14px;
top: 7px
}
body #nex-forms .input-sm .is_required.btn-xs {
left: -4px;
top: 10px
}
body #nex-forms .input-lg .is_required.btn-xs {
left: 1px;
top: 16px
}
body #nex-forms .input-lg {
font-size: 19px;
font-weight: 300
}
body #nex-forms .input-lg .sub-text {
font-size: 12px;
position: relative;
top: -9px
}
form label {
margin-right: .75em;
font-weight: 400
}
.dslc-code-empty-title {
padding-top: 40px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(0, 0, 0, .11)
}
.dslc-code-empty-content {
padding-top: 60px;
padding-bottom: 60px
}
.notification-panel {
display: none;
position: relative;
z-index: 20;
padding: 0 20px;
text-align: center;
transition: all .5s ease 0s
}
.notification-panel:before {
content: "";
width: 1px;
margin-right: -.4em;
vertical-align: middle;
display: inline-block
}
@media only screen and (max-width:767px) {
.dslc-text-module-content h2,.dslc-text-module-content h2 strong{
font-size: 18px;
font-weight: 500;
color: #218ac9;
}
.expertise {
text-align: center;
margin-bottom: 20px;
margin-top: 9px;
}
.title-widget {
color: #fff;
font-size: 18px!important;
}
body .notification-panel {
display: none !important
}
#expertise-section .col-sm-2 {
width: 16%;
padding-right: 0px!important;
padding-left: 0px!important;
}
#expertise-section img{
max-width: 100%!important;
}
}
.notification-panel__icon {
font-size: 135%;
margin-left: 15px;
margin-right: 10px;
opacity: .5;
vertical-align: middle
}
.in-wp-customizer .notification-panel__icon {
vertical-align: text-bottom
}
.notification-panel__content {
display: inline;
font-size: 16px;
vertical-align: text-bottom;
position: relative;
z-index: 1
}
.notification-panel__message {
display: inline-block;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: middle;
line-height: 1.3
}
.notification-panel__cta-icon {
font-size: 150%;
opacity: .5;
vertical-align: middle;
margin-top: -.05em
}
.notification-panel__cta-link {
position: absolute;
z-index: 2;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.notification-panel__close {
display: inline-block;
position: absolute;
z-index: 3;
top: 50%;
right: 0;
margin-top: -16px;
padding: 0 30px;
font-size: 25px;
opacity: .5
}
.notification-panel__close:hover {
opacity: 1
}
.dslca-enabled .site-header {
background: #fff;
color: #999;
text-transform: uppercase;
font-size: 11px;
font-weight: 900;
text-align: center;
padding: 20px
}
.topbar {
position: relative;
z-index: 30
}
.topbar .menu_holder {
position: relative
}
.topbar .menu_holder:before {
content: '';
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%
}
.topbar .menu_inner {
position: relative;
z-index: 1
}
#mega_main_menu.disabled {
display: none
}
.mega_main_menu .menu_holder {
position: relative;
padding-left: 20px;
padding-right: 20px
}
.mega_main_menu .menu_holder:before {
content: '';
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%
}
.mega_main_menu .logo_link:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle
}
.mega_main_menu .nav_logo .logo_link .nav_logo__retina {
display: none
}
.mega_main_menu.logoplacement-top-left .nav_logo {
text-align: left
}
.mega_main_menu.logoplacement-top-center .nav_logo {
text-align: center
}
.mega_main_menu.logoplacement-top-right .nav_logo {
text-align: right
}
.mega_main_menu.logoplacement-top-left .menu_holder:after,
.mega_main_menu.logoplacement-top-center .menu_holder:after,
.mega_main_menu.logoplacement-top-right .menu_holder:after {
display: block
}
.mega_main_menu.logoplacement-top-left .nav_logo,
.mega_main_menu.logoplacement-top-center .nav_logo,
.mega_main_menu.logoplacement-top-right .nav_logo {
width: 100%;
padding-top: 0
}
.mega_main_menu>.menu_holder>.menu_inner>ul li>.item_link .link_text {
line-height: inherit
}
.mega_main_menu.no-search .nav_search_box {
display: none !important
}
.mega_main_menu.include-search .nav_search_box {
display: inline-block !important
}
.mega_main_menu .nav_search_box:before {
display: none !important
}
.mega_main_menu#mega_main_menu>.menu_holder>.menu_inner>ul>li.nav_search_box #mega_main_menu_searchform .field {
transition: all .1s ease 0s
}
.mega_main_menu#mega_main_menu>.menu_holder>.menu_inner>ul>li.nav_search_box #mega_main_menu_searchform .field:focus {
transition: all .2s ease .2s
}
.mega_main_menu #mega_main_menu_searchform:before {
transition: all .2s ease 0s
}
.mega_main_menu.search-shadow-inside #mega_main_menu_searchform:before {
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3) inset, 0 1px 1px 0 rgba(0, 0, 0, .3) inset, 0 1px 10px 0 rgba(0, 0, 0, .1) inset
}
.mega_main_menu.search-shadow-outside #mega_main_menu_searchform:before {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4)
}
.mega_main_menu li.nav_search_box>#mega_main_menu_searchform:before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%
}
.mega_main_menu a.menu-icon {
margin-right: -20px;
padding: 0 10% 0 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_2>.item_link,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_2>.item_link {
margin-top: 12px;
margin-bottom: 8px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text {
letter-spacing: 1px;
text-transform: uppercase
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text .link_descr,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text .link_descr {
letter-spacing: 0;
text-transform: none;
color: inherit
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_3>.item_link,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_3>.item_link {
margin-bottom: 12px;
margin-right: 12px;
margin-top: 12px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_3>.item_link>.link_content>.link_text>.link_descr,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_3>.item_link>.link_content>.link_text>.link_descr {
margin-top: 12px
}
#mega_main_menu .mega_dropdown>li>.item_link.menu_item_without_text.disable_icon {
padding: 0 !important
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_icon {
margin-top: 15px;
margin-bottom: 15px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_icon,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_icon>i {
width: 80px
}
body #mega_main_menu.mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_title {
margin-top: 25px;
margin-bottom: 10px;
font-size: 19px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_title,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_description {
margin-left: 80px
}
body #mega_main_menu ul li .mega_dropdown>li>.item_link>i {
opacity: .7
}
body #mega_main_menu.header-menu ul li .mega_dropdown>li>.item_link>i+.link_content {
padding-left: 4px
}
body #mega_main_menu>.menu_holder>.menu_inner .item_link>.link_content>.link_text>.link_descr {
font-size: 90%;
opacity: .5
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns2>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns2>.mega_dropdown {
width: 520px
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns3>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns3>.mega_dropdown {
width: 780px
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns4>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns5>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns6>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns7>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns8>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns9>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns10>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns4>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns5>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns6>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns7>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns8>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns9>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns10>.mega_dropdown {
width: 1024px
}
#mega_main_menu ul>li.submenu_full_width>.mega_dropdown {
top: auto
}
#mega_main_menu.header-menu ul.mega_main_menu_ul>li>.mega_dropdown {
margin-top: 20px
}
#mega_main_menu.header-menu ul.mega_main_menu_ul>li>.mega_dropdown:before {
content: "";
display: block;
height: 21px;
left: 0;
position: absolute;
top: -21px;
width: 100%
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown:hover>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown>.item_link:hover+.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown.keep_open>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown:hover>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown>.mega_dropdown>li:hover .post_details,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown>.mega_dropdown>li.keep_open .post_details,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown:hover>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown>.item_link:hover+.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown.keep_open>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown>.mega_dropdown>.post_item:hover .post_details,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown>.mega_dropdown>.post_item.keep_open .post_details {
padding: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.processed_image {
margin-bottom: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown .mega_dropdown>li,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown .mega_dropdown>li.post_item {
padding: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_description {
margin-right: 20px;
margin-bottom: 30px
}
html.js .header-menu .nav_search_box>#mega_main_menu_searchform:before {
opacity: 0
}
html.js .header-menu .nav_search_box>#mega_main_menu_searchform.search_form_focused:before {
opacity: 1
}
#mega_main_menu.direction-horizontal .sticky_container {
box-shadow: 0 1px 3px 0 rgba(156, 156, 156, .4)
}
#mega_main_menu.direction-horizontal>.menu_holder.sticky_container .nav_logo {
text-align: left
}
#mega_main_menu.direction-horizontal.logoplacement-bottom-right>.menu_holder .nav_logo {
text-align: right
}
#mega_main_menu.header-menu.logoplacement-bottom-left .menu_holder,
#mega_main_menu.header-menu.logoplacement-bottom-right .menu_holder {
width: 100%;
z-index: 2000
}
body.boxed-page-layout #mega_main_menu.header-menu .sticky_container {
left: auto;
max-width: 1360px;
z-index: 2000
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.menu-align-left {
float: left
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.menu-align-right {
float: right
}
#mega_main_menu.nav_menu>.menu_holder>.menu_inner>ul>li:hover>span.item_link,
#mega_main_menu.nav_menu>.menu_holder>.menu_inner>ul>li>span.item_link:hover {
background: 0 0
}
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>.nav_logo:before {
display: none !important
}
#mega_main_menu.header-menu.logoplacement-top-left .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-center .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-right .nav_logo {
max-width: 1360px
}
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container {
padding: 0;
min-height: 0
}
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container .nav_logo {
display: none
}
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .menu_holder,
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .menu_holder.sticky_container,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container .menu_holder,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container .menu_holder.sticky_container,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container .menu_holder,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container .menu_holder.sticky_container {
transition: none
}
#mega_main_menu.logoplacement-bottom-right .nav_logo {
float: right
}
body #mega_main_menu .nav_logo .logo_link {
padding-left: 0 !important;
padding-right: 0 !important
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.nav_search_box #mega_main_menu_searchform .field:focus {
padding-left: 14px
}
body #mega_main_menu.header-menu>.menu_holder>.menu_inner>ul>li.nav_search_box>#mega_main_menu_searchform {
border: none;
background: 0 0
}
.off-canvas-area .widget {
margin-bottom: 24px
}
.off-canvas-area .widget-title {
margin-bottom: 14px;
font-size: 14px;
letter-spacing: 2.4px;
text-transform: uppercase
}
.off-canvas-area .essb-fans {
margin-left: -6px;
margin-right: -6px
}
.off-canvas-area .widget_nav_menu .menu {
list-style: none;
padding: 0;
margin-left: -20px;
margin-right: -20px
}
.off-canvas-area .widget_nav_menu .menu>li {
margin: 0
}
.off-canvas-area .widget_nav_menu .menu>li a {
display: inline-block;
width: 100%;
color: rgba(0, 0, 0, .75)
}
.off-canvas-area .widget_nav_menu .menu>li a:first-child {
position: relative;
padding: 5px 20px;
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.off-canvas-area .widget_nav_menu .menu>li a:first-child:after {
position: absolute;
right: 1.5em;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
line-height: inherit;
vertical-align: middle;
content: "\e834";
opacity: .5
}
.off-canvas-area .widget_nav_menu .menu>li.current_page_item {
background: rgba(0, 0, 0, .04)
}
.off-canvas-area .widget_nav_menu .menu>li.current_page_item>a:first-child {
border: none;
font-weight: 400;
color: rgba(0, 0, 0, .85)
}
.off-canvas-area .widget_nav_menu .menu>li.current_page_item>a:first-child:after {
opacity: 1
}
.off-canvas-area .widget_nav_menu .menu>li:last-child a {
border-bottom: none
}
.off-canvas-area .widget_nav_menu .menu .menu-icon>a:first-child {
position: relative
}
.off-canvas-area .widget_nav_menu .menu .submenu-item-icon {
font-size: 125%;
position: absolute;
left: 1.25em;
margin-top: -.1em;
opacity: .75
}
.textwidget>p:last-child {
margin-bottom: 0
}
.widget_recent_entries ul {
list-style: none !important
}
.widget_recent_entries li {
overflow: hidden;
margin-bottom: 6px
}
.widget_recent_entries li a {
position: relative
}
.widget_recent_entries li span {
display: inline-block;
margin-top: 4px;
font-size: 75%;
opacity: .8
}
.widget_search {
overflow: hidden
}
.widget_search form {
overflow: hidden;
padding-bottom: 2px
}
.widget_search input[name="s"] {
float: left;
width: 70%;
border-radius: 4px 0 0 4px
}
.widget_search input[type=submit] {
float: right;
width: 30%;
margin: 0;
text-align: center;
border-radius: 0 4px 4px 0
}
#global-container #dslc-content .dslc-widget div>ul {
margin-left: 0
}
#global-container #dslc-content .dslc-widget div>ul ul {
margin-top: .75em
}
.widget_calendar table {
min-width: 80%
}
.widget_rotatingtweets_widget .rtw_meta {
opacity: .5
}
.widget_rotatingtweets_widget:hover .rtw_meta {
opacity: 1
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_icon {
position: absolute
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_icon img {
border-radius: 3px
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_block {
margin-left: 10px
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_info {
font-size: 13px;
line-height: 1.125
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_info div {
display: inline-block;
margin-right: 10px
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_time_short a,
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_id a {
color: #8899a5
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_name {
float: left;
font-weight: 700
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_name a {
color: #292f33
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_main {
margin-top: 10px;
margin-bottom: 10px
}
.widget_rotatingtweets_widget .follow-button {
margin-top: 20px
}
body form.mc4wp-form label {
font-weight: 400
}
.nsu-form label {
margin-right: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown>.mega_dropdown .nsu_widget {
padding-left: 30px
}
body .essb-fans.colored {
margin-left: -10%
}
body .essb-fans li a {
padding: 0 0 14px
}
body .essb-fans li span {
font-size: 20px;
margin-top: 15px
}
#global-container #dslc-content .dslc-widget.widget_recent_comments ul,
#global-container #dslc-content .dslc-widget.widget_archive ul,
#global-container #dslc-content .dslc-widget.widget_recent_entries ul,
#global-container #dslc-content .dslc-widget.widget_categories ul,
#global-container #dslc-content .dslc-widget.widget_meta ul,
#global-container #dslc-content .dslc-widget.widget_rss ul,
#global-container #dslc-content .dslc-widget.widget_pages ul {
list-style: none
}
#dslc-content .dslc-widget ul {
list-style: none
}
.widget_recent_comments li,
.widget_archive li,
.widget_recent_entries li,
.widget_categories li,
.widget_meta li {
position: relative;
padding-left: 2.5em !important;
padding-bottom: 12px !important;
margin-bottom: 12px !important;
font-size: 15px;
line-height: 1.4
}
.widget_recent_comments li:before,
.widget_archive li:before,
.widget_recent_entries li:before,
.widget_categories li:before,
.widget_meta li:before {
position: absolute;
display: inline-block;
top: 3px;
left: 0;
vertical-align: middle;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e69c";
opacity: .5;
transition: all .35s ease-in-out;
font-size: 19px
}
.widget_recent_comments li:hover:before,
.widget_archive li:hover:before,
.widget_recent_entries li:hover:before,
.widget_categories li:hover:before,
.widget_meta li:hover:before {
opacity: 1;
left: -5px
}
.widget_recent_comments li>a,
.widget_archive li>a,
.widget_recent_entries li>a,
.widget_categories li>a,
.widget_meta li>a {
display: inline-block !important
}
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_recent_entries li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child {
border-bottom: none
}
.widget_recent_entries ul li>.post-date {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px
}
.widget_recent_comments .recentcomments,
.widget_recent_comments .recentcomments>.url {
width: auto
}
.widget_recent_comments .recentcomments>.url {
font-size: 14px
}
.widget_archive ul li:before {
content: "\e69d"
}
.widget_recent_entries ul li:before {
content: "\e69f"
}
.widget_categories ul li:before {
content: "\e6ac"
}
.widget_recent_comments ul li:before {
content: "\e65e"
}
.widget_meta ul li:nth-child(1):before {
content: "\e693"
}
.widget_meta ul li:nth-child(2):before {
content: "\e691"
}
.widget_meta ul li:nth-child(3):before {
content: "\e641"
}
.widget_meta ul li:nth-child(4):before {
content: "\e684"
}
.widget_meta ul li:nth-child(5):before {
content: "\e66d"
}
.tagcloud {
font-size: 190%;
line-height: .8;
word-spacing: -15px
}
.tagcloud a {
display: inline-block;
padding: 2px 6px 4px;
word-spacing: 0;
transition: all .35s ease-in-out
}
.tagcloud a:hover {
background: #fff;
border-radius: 100px;
transform: scale(1.5)
}
.widget_calendar caption {
text-transform: uppercase;
font-size: 14px;
opacity: .4;
letter-spacing: 3px;
margin-bottom: 20px
}
.widget_calendar table {
width: 100%;
border: none
}
.widget_calendar table thead {
background: 0 0;
border-bottom: 1px solid rgba(8, 8, 8, .05);
opacity: .4
}
.widget_calendar table thead tr th {
font-weight: 400;
font-size: 12px;
padding-top: 10px;
padding-bottom: 11px;
text-align: center
}
.widget_calendar table tbody tr td {
font-size: 12px;
text-align: center
}
.widget_calendar table tr:nth-of-type(even) {
background: 0 0
}
.widget_calendar table tfoot {
background: 0 0;
font-weight: 400
}
.widget_calendar table tfoot td {
padding-top: 20px
}
.widget_pages ul {
list-style: none
}
.widget_pages ul li a {
position: relative;
display: inline-block;
padding: 10px 0;
font-size: 18px
}
.widget_pages ul li a:before {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e67b";
opacity: .75
}
.widget_pages ul li ul {
padding: 0 0 10px
}
.widget_pages ul li li {
border: none
}
.widget_pages ul li li a {
padding: 0;
font-size: 14px
}
.widget_pages ul a {
display: inline-block;
transition: all .2s ease-in-out
}
.widget_pages ul a:hover {
transform: translate(10px, 0)
}
.widget_rss .rsswidget img {
margin-bottom: 0;
margin-right: .5em
}
.widget_rss>ul {
list-style: none
}
.widget_rss>ul>li {
margin-bottom: 2em
}
.widget_rss .rss-date {
display: block;
opacity: .7;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
position: relative;
margin-top: 10px
}
.widget_rss .rss-date:before {
display: inline-block;
margin-top: -3px;
margin-right: 5px;
vertical-align: middle;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e6a7";
font-size: 20px
}
.widget_rss .rssSummary {
margin-top: 1em;
font-size: 14px
}
.widget_rss cite {
display: inline-block;
padding-top: 5px;
margin-top: 20px;
margin-bottom: 20px;
font-size: 13px;
border-top: 1px solid rgba(0, 0, 0, .1);
opacity: .7
}
.calltoaction-area {
position: relative;
z-index: 2;
padding: 0 20px;
text-align: center;
transition: all .5s ease 0s
}
.calltoaction-area:before {
content: "";
width: 0;
vertical-align: middle;
display: inline-block
}
.calltoaction-area__content {
display: inline;
font-size: 16px;
vertical-align: middle;
position: relative;
z-index: 1
}
.calltoaction-area__message {
display: inline-block;
vertical-align: middle;
line-height: 1.2
}
.calltoaction-area__cta-icon {
margin-top: -.15em;
opacity: .5;
vertical-align: middle
}
.calltoaction-area__cta-link {
position: absolute;
z-index: 2;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.in-wp-customizer .calltoaction-area {
display: block
}
@media only screen and (max-width:767px) {
body .calltoaction-area {
height: auto;
padding: 30px 20px;
line-height: 1.3
}
body .calltoaction-area__content {
font-size: 21px
}
}
.dslca-enabled .site-footer {
background: #222;
color: #999;
text-transform: uppercase;
font-size: 11px;
font-weight: 900;
text-align: center;
padding: 20px;
margin-bottom: 55px
}
.footer-editing__pseudo-content {
width: 70%;
margin: 100px auto;
text-align: center;
text-transform: uppercase;
color: #acacac;
letter-spacing: 1px
}
.footer-editing__pseudo-content .dslca-activate-composer-hook {
position: relative;
right: auto;
bottom: auto;
display: inline-block;
float: none
}
.single-lbmn_footer.dslca-enabled .site-content {
padding-bottom: 140px
}
body.dslc-res-phone #dslc-content .dslc-testimonial-author.dslc-testimonial-author-pos-outside-right {
float: none
}
body.dslc-res-phone .dslc-no-columns-spacing .dslc-col {
margin: 0
}
body .dslc-module-DSLC_Info_Box:after {
clear: both;
content: "";
display: table
}
body .dslc-accordion-header,
body #dslc-content .dslc-cpt-post-title h2,
body #dslc-content .dslc-blog-post-title h2,
body #dslc-content .dslc-gallery-title h2,
body #dslc-content .dslc-partner .dslc-partner-title h2,
body #dslc-content .dslc-projects .dslc-project-title h2,
body #dslc-content .dslc-product-title h2,
body #dslc-content .dslc-staff-member-title h2,
body #dslc-content .dslc-module-heading h2,
body #dslc-content .dslc-product-thumb .dslc-product-price,
body #dslc-content .dslc-product-price-secondary,
body #dslc-content .dslc-projects .dslc-project-cats,
body #dslc-content .dslc-gallery-images-count-num,
body #dslc-content .dslc-gallery-images-count-txt,
body #dslc-content .dslc-partner .dslc-partner-excerpt {
font-family: inherit
}
body #dslc-content .dslc-partner .dslc-partner-thumb {
margin-left: auto;
margin-right: auto
}
@media only screen and (min-width:768px) and (max-width:1024px) {
#dslc-content .tablet-width-full {
width: 100%
}
}
@media only screen and (max-width:767px) {
#dslc-content .mobile-margin-bottom-none {
margin-bottom: 0
}
#dslc-content .area-mobile-margin-bottom-none .dslc-modules-area {
margin-bottom: 0
}
#dslc-content .phone-width-full {
width: 100%
}
#dslc-content .phone-width-half {
width: 50%
}
#dslc-content .hide-on-phone {
display: none
}
}
@media only screen and (max-width:320px) {
#dslc-content .hide-for-extra-small {
display: none
}
}
.dslc-modules-section-wrapper,
.dslca-add-modules-section {
width: 1200px
}
.dslc-modules-section:not(.dslc-full) {
padding-left: 4%;
padding-right: 4%
}
.dslc-modules-section {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding-bottom: 80px;
padding-top: 80px;
padding-left: 0;
padding-right: 0;
background-image: none;
background-repeat: repeat;
background-position: left top;
background-attachment: scroll;
background-size: auto;
border-width: 0;
border-style: solid
}
/* New End */
#dslc-module-74055eaf658 .dslc-text-module-content {
margin-top: 0;
margin-right: 30px;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
background-size: auto
}
#dslc-module-74055eaf658 .dslc-text-module-content,
#dslc-module-74055eaf658 .dslc-text-module-content .dslca-editable-content,
#dslc-module-74055eaf658 .dslc-text-module-content p {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content p {
padding-right: 0;
padding-bottom: 30px;
margin-top: 10px;
}
#dslc-module-74055eaf658 .dslc-text-module-content h1 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h2 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h3 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h4 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h5 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h6 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content ul {
list-style-type: disc;
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content ol {
list-style-type: decimal
}
#dslc-module-74055eaf658 input[type=text],
#dslc-module-74055eaf658 input[type=password],
#dslc-module-74055eaf658 input[type=number],
#dslc-module-74055eaf658 input[type=email],
#dslc-module-74055eaf658 input[type=tel],
#dslc-module-74055eaf658 textarea,
#dslc-module-74055eaf658 select {
color: #fff;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
border-color: #ddd;
border-width: 1px;
border-style: solid
}
#dslc-module-74055eaf658 input[type=text]::placeholder,
#dslc-module-74055eaf658 input[type=password]::placeholder,
#dslc-module-74055eaf658 input[type=number]::placeholder,
#dslc-module-74055eaf658 input[type=email]::placeholder,
#dslc-module-74055eaf658 input[type=tel]::placeholder,
#dslc-module-74055eaf658 textarea::placeholder,
#dslc-module-74055eaf658 select::placeholder {
color: #fff
}
#dslc-module-74055eaf658 .dslc-text-module-content blockquote,
#dslc-module-74055eaf658 .dslc-text-module-content blockquote p {
font-size: 13px;
font-weight: 400;
line-height: 22px
}
#dslc-module-74055eaf658 blockquote,
#dslc-module-74055eaf658 .dslc-text-module-content blockquote p {
text-align: left
}
#dslc-module-74055eaf658 blockquote {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-74055eaf658 input[type=submit],
#dslc-module-74055eaf658 button {
background-color: #5890e5;
border-radius: 3px;
color: #fff;
font-size: 13px;
font-weight: 500;
line-height: 13px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px
}
#dslc-module-74055eaf658 input[type=submit]:hover,
#dslc-module-74055eaf658 button:hover {
background-color: #5890e5;
color: #fff;
border-color: #5890e5
}
#dslc-module-0a8fdc467de .dslc-info-box {
text-align: left;
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
margin-bottom: 8px;
padding-left: 60px;
padding-right: 60px
}
#dslc-module-0a8fdc467de .dslc-info-box-main-wrap {
max-width: 100%
}
#dslc-module-0a8fdc467de .dslc-info-box-wrapper {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-0a8fdc467de .dslc-info-box-image-inner .dslc-icon,
#dslc-module-0a8fdc467de .dslc-info-box-image-inner svg {
color: #727272;
fill: #727272;
font-size: 30px;
width: 30px;
height: 20px
}
#dslc-module-0a8fdc467de .dslc-info-box-image-inner {
width: 29px;
height: 29px;
background-color: transparent
}
#dslc-module-0a8fdc467de .dslc-info-box-image {
text-align: left
}
#dslc-module-0a8fdc467de .dslc-info-box-image,
#dslc-module-0a8fdc467de .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 10px
}
#dslc-module-0a8fdc467de .dslc-info-box-image-alt {
text-align: center
}
#dslc-module-0a8fdc467de .dslc-info-box-image-alt-inner img {
margin-bottom: 25px
}
#dslc-module-0a8fdc467de .dslc-info-box-title {
text-align: inherit
}
#dslc-module-0a8fdc467de .dslc-info-box-title h4 {
font-size: 20px;
text-transform: none;
line-height: 30px
}
#dslc-module-0a8fdc467de .dslc-info-box-content {
text-align: inherit;
margin-bottom: 28px
}
#dslc-module-0a8fdc467de .dslc-info-box-content,
#dslc-module-0a8fdc467de .dslc-info-box-content p {
font-size: 14px;
line-height: 22px
}
#dslc-module-0a8fdc467de .dslc-info-box-content li {
font-size: 13px;
font-weight: 400;
line-height: 22px;
margin-bottom: 10px
}
#dslc-module-0a8fdc467de .dslc-info-box-content ul,
#dslc-module-0a8fdc467de .dslc-info-box-content ol {
margin-bottom: 25px;
margin-left: 25px
}
#dslc-module-0a8fdc467de .dslc-info-box-content ul {
list-style-type: disc
}
#dslc-module-0a8fdc467de .dslc-info-box-content ol {
list-style-type: decimal
}
#dslc-module-0a8fdc467de .dslc-info-box-button a {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
text-transform: none;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-0a8fdc467de .dslc-info-box-button a:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-0a8fdc467de .dslc-info-box-button a:before {
opacity: 1
}
#dslc-module-0a8fdc467de .dslc-info-box-button {
margin-top: 20px;
margin-right: 12px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-primary svg {
width: 11px;
height: 11px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-primary svg {
margin-right: 5px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
text-transform: none;
margin-left: 5px;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary:before {
opacity: 1
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary svg {
width: 11px;
height: 11px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary svg {
margin-right: 5px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content {
margin-top: 80px;
background-repeat: repeat;
background-attachment: scroll;
background-position: left top;
background-size: auto
}
#dslc-module-5bf0a899d98 .dslc-text-module-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content .dslca-editable-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content p {
text-align: left;
line-height: 30px;
color: white;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 {
text-align: left;
margin-bottom: 15px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 strong{
font-size: 40px;
color: #5890e5!important;
font-weight: 400;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong{
text-align: left;
text-align: left;
line-height: 30px;
font-size: 22px;
color: white;
font-weight: 400;}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 {
text-align: left;
margin-top: 5px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h3 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h4 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h5 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h6 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul {
list-style-type: disc;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ol {
list-style-type: decimal
}
#dslc-module-5bf0a899d98 .dslc-text-module-content em strong{
color: #5890e5!important;
line-height: 2;
font-weight: 400;
}
#dslc-module-5bf0a899d98 input[type=text],
#dslc-module-5bf0a899d98 input[type=password],
#dslc-module-5bf0a899d98 input[type=number],
#dslc-module-5bf0a899d98 input[type=email],
#dslc-module-5bf0a899d98 input[type=tel],
#dslc-module-5bf0a899d98 textarea,
#dslc-module-5bf0a899d98 select {
color: #fff;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
border-color: #ddd;
border-width: 1px;
border-style: solid
}
#dslc-module-5bf0a899d98 input[type=text]::placeholder,
#dslc-module-5bf0a899d98 input[type=password]::placeholder,
#dslc-module-5bf0a899d98 input[type=number]::placeholder,
#dslc-module-5bf0a899d98 input[type=email]::placeholder,
#dslc-module-5bf0a899d98 input[type=tel]::placeholder,
#dslc-module-5bf0a899d98 textarea::placeholder,
#dslc-module-5bf0a899d98 select::placeholder {
color: #fff
}
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
font-size: 13px;
font-weight: 400;
line-height: 22px
}
#dslc-module-5bf0a899d98 blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
text-align: left
}
#dslc-module-5bf0a899d98 blockquote {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-5bf0a899d98 input[type=submit],
#dslc-module-5bf0a899d98 button {
background-color: #5890e5;
border-radius: 3px;
color: #fff;
font-size: 13px;
font-weight: 500;
line-height: 13px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px
}
#dslc-module-5bf0a899d98 input[type=submit]:hover,
#dslc-module-5bf0a899d98 button:hover {
background-color: #5890e5;
color: #fff;
border-color: #5890e5
}
@media only screen and (max-width:768px){
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 strong {
font-size: 30px;
color: #5890e5!important;
font-weight: 400;
}
.footerp li i {
float: left;
padding-right: 0px;
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
#dslc-module-5bf0a899d98 .dslc-text-module-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content .dslca-editable-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content p {
font-size: 15px;
line-height: 22px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content p strong{
font-size: 15px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 {
font-size: 28px;
line-height: 30px;
margin-bottom: 20px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 {
font-size: 19px;
line-height: 30px;
margin-bottom: 20px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h3 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h4 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h5 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h6 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content li {
font-size: 13px;
line-height: 22px;
margin-bottom: 10px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul,
#dslc-module-5bf0a899d98 .dslc-text-module-content ol {
margin-bottom: 25px;
margin-left: 25px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong, #dslc-module-5bf0a899d98 .dslc-text-module-content em strong{
color: #5890e5!important;
line-height: 2;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
font-size: 13px;
line-height: 22px
}
#dslc-module-5bf0a899d98 blockquote {
text-align: left
}
}
em {
font-style: normal!important;
}
@media only screen and (max-width:767px) {
.dslc-module-button .dslc-button a {
color: #fff;
font-size: 20px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong{
font-size: 18px;
}
.dslc-content strong, .dslc-content b {
font-size: 15px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content .dslca-editable-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content p {
font-size: 15px;
line-height: 25px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 {
font-size: 28px;
line-height: 30px;
margin-bottom: 30px;
text-align: left;
color: #218ac9;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 {
font-size: 18px;
line-height: 20px;
margin-bottom: 8px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h3 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h4 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h5 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h6 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content li {
font-size: 13px;
line-height: 22px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul,
#dslc-module-5bf0a899d98 .dslc-text-module-content ol {
margin-bottom: 25px;
margin-left: 25px
}
/* #dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong, #dslc-module-5bf0a899d98 .dslc-text-module-content em strong{
line-height: 2;
} */
#dslc-module-5bf0a899d98 .dslc-text-module-content ul {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
font-size: 13px;
line-height: 22px
}
#dslc-module-5bf0a899d98 blockquote {
text-align: left
}
}
.dslc-content strong, .dslc-content b {
font-size: 15px;
font-weight: 300;
}
#dslc-module-Icons .dslc-info-box {
text-align: left;
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-Icons .dslc-info-box-main-wrap {
max-width: 100%
}
#dslc-module-Icons .dslc-info-box-wrapper {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-Icons .dslc-info-box-image-inner .dslc-icon,
#dslc-module-Icons .dslc-info-box-image-inner svg {
color: #218ac9;
fill: #218ac9;
font-size: 35px;
width: 45px;
height: 45px;
}
#dslc-module-Icons .dslc-info-box-image-inner {
width: 70px;
height: 70px;
text-align: center;
border: 1px solid#eaeaea;
border-radius: 100px;
border-color: #1c9bd6;
}
#dslc-module-Icons .dslc-info-box-image-inner:hover{
border: 1px solid #a7a7a8;
box-shadow: 2px 2px 2px #a7a7a8;
color: white;
}
#dslc-module-Icons .dslc-info-box-image {
text-align: inherit;
margin-top: -6px;
margin-bottom: 25px
}
#dslc-module-Icons .dslc-info-box-image,
#dslc-module-Icons .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 12px
}
#dslc-module-Icons .dslc-info-box-image-alt {
text-align: center
}
#dslc-module-Icons .dslc-info-box-image-alt-inner img {
margin-bottom: 25px
}
#dslc-module-Icons .dslc-info-box-title {
text-align: inherit;
margin-bottom: 10px;
}
#dslc-module-Icons .dslc-info-box-title h4 {
font-size: 18px;
line-height: 20px;
}
#dslc-module-Icons .dslc-info-box-content {
text-align: inherit;
margin-bottom: 28px
}
#dslc-module-Icons .dslc-info-box-content,
#dslc-module-Icons .dslc-info-box-content p {
font-size: 15px;
line-height: 30px;
/* word-spacing: 1px; */
}
#dslc-module-Icons .dslc-info-box-button a {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-Icons h4 b{
font-size: 20px;
font-weight: 500;
}
#dslc-module-Icons .dslc-info-box-button a:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-Icons .dslc-info-box-button {
margin-top: 20px;
margin-right: 12px
}
#dslc-module-Icons .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-primary svg {
margin-right: 5px
}
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
margin-left: 5px;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary svg {
margin-right: 5px
}
.dslc-module-e5f25a6682d .dslc-image-container {
text-align: center;
}
.dslc-module-e5f25a6682d .dslc-image,
.dslc-module-e5f25a6682d .dslc-image a,
.dslc-module-e5f25a6682d .dslc-image img {
margin-top: 5px;
width: auto;
}
.dslc-module-e5f25a6682d .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-n9u17hfiqto .dslc-image-container {
text-align: center
}
.dslc-module-n9u17hfiqto .dslc-image,
.dslc-module-n9u17hfiqto .dslc-image a,
.dslc-module-n9u17hfiqto .dslc-image img {
width: auto
}
.dslc-module-n9u17hfiqto .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-7ua0khkat78 .dslc-image-container {
text-align: center
}
.dslc-module-7ua0khkat78 .dslc-image,
.dslc-module-7ua0khkat78 .dslc-image a,
.dslc-module-7ua0khkat78 .dslc-image img {
width: auto
}
.dslc-module-7ua0khkat78 .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-oh3sm14bv38 .dslc-image-container {
text-align: center
}
.dslc-module-oh3sm14bv38 .dslc-image,
.dslc-module-oh3sm14bv38 .dslc-image a,
.dslc-module-oh3sm14bv38 .dslc-image img {
width: auto
}
.dslc-module-oh3sm14bv38 .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-6a5gqf2futg .dslc-image-container {
text-align: center
}
.dslc-module-6a5gqf2futg .dslc-image,
.dslc-module-6a5gqf2futg .dslc-image a,
.dslc-module-6a5gqf2futg .dslc-image img {
width: auto
}
.dslc-module-6a5gqf2futg .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-md3lbcsjlco .dslc-image-container {
text-align: center
}
.dslc-module-md3lbcsjlco .dslc-image,
.dslc-module-md3lbcsjlco .dslc-image a,
.dslc-module-md3lbcsjlco .dslc-image img {
width: auto
}
.dslc-module-md3lbcsjlco .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
@media only screen and (min-width:768px) and (max-width:1024px) {
#dslc-module-371ab08b3b3 .dslc-separator {
margin-bottom: 30px;
padding-bottom: 30px;
border-color: #ededed;
border-width: 1px
}
#dslc-module-Icons .dslc-info-box-main-wrap {
max-width: 100%
}
#dslc-module-Icons .dslc-info-box-image {
margin-top: 3px
}
#dslc-module-Icons .dslc-info-box-image,
#dslc-module-Icons .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 18px
}
#dslc-module-Icons .dslc-info-box-image-inner {
width: 47px;
height: 47px
}
#dslc-module-Icons .dslc-info-box-image-inner .dslc-icon,
#dslc-module-Icons .dslc-info-box-image-inner svg {
font-size: 19px;
height: 19px;
width: 19px
}
#dslc-module-Icons .dslc-info-box-title h4 {
font-size: 19px;
line-height: 24px
}
#dslc-module-Icons .dslc-info-box-title {
margin-bottom: 15px
}
#dslc-module-Icons .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-primary svg,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary svg {
margin-right: 10px
}
}
@media only screen and (max-width:767px) {
em {
font-style: italic!important;
font-size: 17px!important;
text-align: center!important;
font-weight: 500;
}
.dslc-module-e5f25a6682d .dslc-image,
.dslc-module-e5f25a6682d .dslc-image a,
.dslc-module-e5f25a6682d .dslc-image img {
width: 90%;
margin-top: 0px;
}
#dslc-module-Icons .dslc-info-box {
margin-bottom: 0px;
text-align: center;
}
#dslc-module-Icons .dslc-info-box-content {
text-align: inherit;
margin-bottom: 25px;
}
#dslc-module-Icons .dslc-info-box-main-wrap {
max-width: 100%;
/* border-bottom: 1px solid #f1efef; */
}
.service-box-2 {
padding: 20px!important;
}
#dslc-module-Icons .dslc-info-box-image {
margin-top: -2px
}
#dslc-module-Icons .dslc-info-box-image,
#dslc-module-Icons .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 0px;
margin-top: 25px;
float: none;
display: none;
text-align: center;
}
#dslc-module-Icons h4 b {
font-size: 20px;
font-weight: 500;
color: #1a8aca;
}
#dslc-module-Icons .dslc-info-box-image-inner {
width: 60px;
height: 60px
}
#dslc-module-Icons .dslc-info-box-image-inner .dslc-icon,
#dslc-module-Icons .dslc-info-box-image-inner svg {
font-size: 24px;
height: 24px;
width: 24px
}
#dslc-module-Icons .dslc-info-box-title h4 {
font-size: 23px;
line-height: 27px;
margin-top: 11px;
}
#dslc-module-Icons .dslc-info-box-content,
#dslc-module-Icons .dslc-info-box-content p {
font-size: 15px;
line-height: 30px;
}
#dslc-module-Icons .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-primary svg,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary svg {
margin-right: 10px
}
}
@media only screen and (min-width:767px) {
#dslc-content .service-box .dslc-info-box-icon-pos-aside .dslc-info-box-main ,
.home8-service #dslc-module-Icons .dslc-info-box-content {
overflow: hidden;
margin-bottom: 5px!important;
}
.home8-service #dslc-module-Icons .dslc-info-box-content
.list-check ul{
padding-left: 10%;
padding-right: 10%;
}
.list-check-last{
padding-right: 5%;
}
}
#dslc-content .dslc-info-box-icon-pos-aside .dslc-info-box-main {
overflow: hidden;
}
.list-unstyled, .list-unstyled ul{
padding-left: 0;
list-style: none!important;
}
.content--disc-list ul{
list-style: disc!important;
}
.sectionTitle:after {
content: '';
display: block;
width: 47px;
height: 2px;
margin: 25px auto 0;
}
.sectionTitle:after {
background: #00b4fa;
}
.dslc-text-module-content ul li i,.dslc-info-box-main ul li i,.dslc-info-box-seperate ul li i{
font-size: 14px;
color: #2474a3;
line-height: 32px;
margin-right: 15px;
} | assets/wp-content/cache/autoptimize/css/common.css | .close-offcanvas {
text-align: right;
font-size: 24px;
margin-right: -20px;
margin-top: -20px
}
.close-offcanvas a {
display: inline-block;
padding: 20px;
color: rgba(0, 0, 0, .3)
}
.close-offcanvas a:hover {
color: #000
}
.close-offcanvas a>span {
display: none
}
.off-canvas__overlay {
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
z-index: 20;
display: none
}
.move-left a.off-canvas__overlay {
display: block
}
.off-canvas-area {
padding: 20px;
font-size: 14px
}
nav.tab-bar,
.left-off-canvas-menu,
.left-off-canvas-menu *,
.right-off-canvas-menu,
.move-right a.exit-off-canvas,
.move-left a.exit-off-canvas {
-webkit-backface-visibility: hidden
}
.off-canvas-wrap,
.inner-wrap {
position: relative;
width: 100%
}
.left-off-canvas-menu,
.right-off-canvas-menu {
width: 260px;
top: 0;
bottom: 0;
height: 100%;
position: absolute;
overflow-y: auto;
background: #fafafa;
z-index: 1001;
box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .2) inset
}
section.left-small,
section.right-small {
width: 2.8125rem;
height: 2.8125rem;
position: absolute;
top: 0
}
.off-canvas-wrap {
overflow: hidden
}
.inner-wrap {
*zoom: 1;
-webkit-transition: -webkit-transform .5s ease;
-moz-transition: -moz-transform .5s ease;
-ms-transition: -ms-transform .5s ease;
-o-transition: -o-transform .5s ease;
transition: transform .5s ease
}
.inner-wrap:before,
.inner-wrap:after {
content: " ";
display: table
}
.inner-wrap:after {
clear: both
}
nav.tab-bar {
background: #333;
color: #fff;
height: 2.8125rem;
line-height: 2.8125rem;
position: relative
}
nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4,
nav.tab-bar h5,
nav.tab-bar h6 {
color: #fff;
font-weight: 700;
line-height: 2.8125rem;
margin: 0
}
nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4 {
font-size: 1.125rem
}
section.left-small {
border-right: solid 1px #1a1a1a;
box-shadow: 1px 0 0 #4d4d4d;
left: 0
}
section.right-small {
border-left: solid 1px #4d4d4d;
box-shadow: -1px 0 0 #1a1a1a;
right: 0
}
section.tab-bar-section {
padding: 0 .625rem;
position: absolute;
text-align: center;
height: 2.8125rem;
top: 0
}
@media only screen and (min-width:40.063em) {
section.tab-bar-section {
text-align: left
}
}
section.tab-bar-section.left {
left: 0;
right: 2.8125rem
}
section.tab-bar-section.right {
left: 2.8125rem;
right: 0
}
section.tab-bar-section.middle {
left: 2.8125rem;
right: 2.8125rem
}
a.menu-icon {
display: inline-block;
float: right;
height: 100%;
padding: 0 40px 0 0;
position: absolute;
right: 0;
text-align: right;
width: 30%
}
a.menu-icon:before,
a.menu-icon span {
display: inline-block;
vertical-align: middle
}
a.menu-icon:before {
content: "";
height: 100%
}
a.menu-icon span {
width: 1.25rem;
height: 0;
margin-top: -30px;
-webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}
.left-off-canvas-menu {
-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-off-canvas-menu {
-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
}
ul.off-canvas-list {
list-style-type: none;
padding: 0;
margin: 0
}
ul.off-canvas-list li label {
padding: .3rem .9375rem;
color: #999;
text-transform: uppercase;
font-weight: 700;
background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0
}
ul.off-canvas-list li a {
display: block;
padding: .66667rem;
color: rgba(255, 255, 255, .7);
border-bottom: 1px solid #262626
}
.move-right>.inner-wrap {
-webkit-transform: translate3d(260px, 0, 0);
-moz-transform: translate3d(260px, 0, 0);
-ms-transform: translate3d(260px, 0, 0);
-o-transform: translate3d(260px, 0, 0);
transform: translate3d(260px, 0, 0)
}
.move-left>.inner-wrap {
-webkit-transform: translate3d(-260px, 0, 0);
-moz-transform: translate3d(-260px, 0, 0);
-ms-transform: translate3d(-260px, 0, 0);
-o-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0)
}
.lt-ie10 .left-off-canvas-menu {
left: -260px
}
.lt-ie10 .right-off-canvas-menu {
right: -260px
}
.lt-ie10 .move-left>.inner-wrap {
right: 260px
}
.lt-ie10 .move-right>.inner-wrap {
left: 260px
}
.input_tiny {
width: 50px
}
.input_small {
width: 100px
}
.input_medium {
width: 150px
}
.input_large {
width: 200px
}
.input_xlarge {
width: 250px
}
.input_xxlarge {
width: 300px
}
input[type=search]::-webkit-search-decoration {
display: none
}
#global-container input:invalid,
#global-container button:invalid,
#global-container a.button:invalid,
#global-container select:invalid,
#global-container textarea:invalid {
box-shadow: none
}
#global-container input:focus,
#global-container button:focus,
#global-container a.button:focus,
#global-container select:focus,
#global-container textarea:focus {
border-color: rgba(0, 99, 255, .67);
z-index: 1
}
input[type=file]:focus,
input[type=file]:active,
input[type=radio]:focus,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active {
box-shadow: none
}
button,
a.button,
input[type=reset],
input[type=submit],
input[type=button] {
-webkit-appearance: none;
border-radius: 4px;
background-clip: padding-box;
background: #ebebeb;
border: none;
cursor: pointer;
color: #333;
display: inline-block;
outline: 0;
overflow: visible;
margin: 0;
padding: 6px 14px 8px;
text-decoration: none;
vertical-align: top;
min-height: 2.4em;
width: auto;
font: inherit;
font-weight: 400;
line-height: 1;
background: #ddd
}
button:hover,
a.button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
background-color: #ebebeb;
text-decoration: none
}
button:active,
a.button:active,
input[type=reset]:active,
input[type=submit]:active,
input[type=button]:active {
background-color: #ddd;
box-shadow: inset rgba(0, 0, 0, .25) 0 1px 2px 0
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
border: 0;
padding: 0
}
textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-clip: padding-box;
border-radius: 3px;
-webkit-appearance: none;
background-color: #fff;
border: 1px solid;
border-color: #dcdddd;
color: #000;
outline: 0;
margin: 0;
padding: 0px 10px;
text-align: left;
font-size: inherit;
height: 2.4em;
vertical-align: middle;
font-family: inherit
}
textarea[disabled],
select[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled] {
background-color: #eee
}
.form-skin-dark textarea,
.form-skin-dark select,
.form-skin-dark input[type=date],
.form-skin-dark input[type=datetime],
.form-skin-dark input[type=datetime-local],
.form-skin-dark input[type=email],
.form-skin-dark input[type=month],
.form-skin-dark input[type=number],
.form-skin-dark input[type=password],
.form-skin-dark input[type=search],
.form-skin-dark input[type=tel],
.form-skin-dark input[type=text],
.form-skin-dark input[type=time],
.form-skin-dark input[type=url],
.form-skin-dark input[type=week] {
background-color: rgba(0, 0, 0, .15);
color: #fff;
border-color: rgba(0, 0, 0, .38) rgba(0, 0, 0, .21) rgba(0, 0, 0, .07)
}
.form-skin-dark input::-webkit-input-placeholder,
.form-skin-dark textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, .3)
}
.form-skin-dark input:-moz-placeholder,
.form-skin-dark textarea:-moz-placeholder {
color: rgba(255, 255, 255, .3)
}
.form-skin-dark input.placeholder_text,
.form-skin-dark textarea.placeholder_text {
color: rgba(255, 255, 255, .3)
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
box-shadow: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-khtml-user-select: none;
user-select: none;
color: #888;
cursor: default
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #d5d2d2
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #d5d2d2
}
input.placeholder_text,
textarea.placeholder_text {
color: #d5d2d2
}
textarea,
select[size],
select[multiple] {
height: auto
}
select[size="0"],
select[size="1"] {
height: 1.8em
}
select {
max-width: 100%
}
@media (-webkit-min-device-pixel-ratio:0) {
select[size],
select[multiple],
select[multiple][size] {
background-image: none;
padding-right: 3px
}
select,
select[size="0"],
select[size="1"] {
background-image: url(assets/sds-content/themes/seowp/./images/select_arrow.png);
background-repeat: no-repeat;
background-position: right center;
padding-right: 36px !important
}
::-webkit-validation-bubble-message {
-webkit-box-shadow: none;
box-shadow: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
border: 0;
color: #fff;
font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
overflow: hidden;
padding: 15px 15px 17px;
text-shadow: #000 0 0 1px;
min-height: 16px
}
::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
-webkit-box-shadow: none;
box-shadow: none;
background: #666;
border-color: #666
}
}
textarea {
min-height: 40px;
overflow: auto;
resize: vertical;
font-weight: 400!important;
width: 100%
}
optgroup {
color: #000;
font-weight: 400;
}
optgroup::-moz-focus-inner {
border: 0;
padding: 0
}
/*! lbmn: Custom Media Queries */
.show-for-retina {
display: none
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
.show-for-retina {
display: inline-block
}
.hide-for-retina {
display: none
}
}
body, body .dslc-module-front {
font-family: 'inherit';
line-height: 1.42857143;
font-size: 18px;
}
body.dslca-enabled.dslc-res-phone #mega_main_menu.topbar {
display: none
}
body.dslca-enabled.dslc-res-phone #mega_main_menu.header-menu .mega_main_menu_ul {
display: none
}
@media print {
@page {
margin: .5cm
}
.notification-panel,
.topbar,
.site-header,
.calltoaction-area,
.site-footer,
.master-slider {
display: none !important
}
img {
max-width: 500px
}
}
.dslc-modules-section-wrapper,
.dslca-add-modules-section {
width: 1200px
}
[class^=dslc-icon-ext-],
[class*=" dslc-icon-ext-"] {
font-family: 'iconfont'
}
body:not(.dslc-res-phone) .first-column-last .dslc-first-col {
float: right
}
body:not(.dslc-res-phone) .last-column-first .dslc-first-col {
float: left
}
#dslc-content .mce-toolbar .mce-btn i {
font-style: normal
}
#dslc-content .mce-container button,
#dslc-content .wp-editor-tabs button {
box-shadow: none;
border-radius: 0
}
#dslc-content .mce-container button:hover {
background: 0 0
}
.no-menu-set {
float: right;
margin-top: 6px;
font-size: 14px;
opacity: .5
}
.site-footer-inner .no-menu-set {
color: #9f9f9f;
margin-top: 35px
}
body #mega_main_menu li.default_dropdown>.mega_dropdown>li.drop_to_right>.item_link:before {
content: '' !important
}
@media only screen and (max-width:480px) {
#dslc-content.dslc-blog-post-main {
z-index: 99999;
position: relative
}
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post-thumb {
margin-bottom: 0;
padding-bottom: 0;
width: 100%
}
}
form.post-password-form {
margin: 0 auto;
width: 800px
}
form.post-password-form p {
color: #3d3d3d;
font-size: 18px;
line-height: 23px
}
form.post-password-form p label {
font-size: 16px;
margin-right: 0;
margin-bottom: 5px
}
form.post-password-form p input[type=password] {
display: block;
margin-bottom: 15px
}
form.post-password-form p input[type=submit] {
background-color: #5aade1;
color: #fff;
border-radius: 4px;
font-size: 18px;
line-height: 21px;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 20px;
padding-right: 20px
}
#disqus_thread {
display: none
}
.dslc-modules-area #disqus_thread {
display: block !important
}
#mega_main_menu.header-menu>.menu_holder>.menu_inner>ul>li.nav_search_box i:before,
#mega_main_menu.header-menu>.menu_holder>.menu_inner>ul>li>.item_link>i:before {
font-family: 'iconfont'
}
.dslc-tp-content ul:not(.essb_links_list) li {
padding: 10px 0 10px 10px;
text-indent: -1em
}
.site-header.mega_main_menu-disabled {
background-color: rgba(255, 255, 255, .3);
border-bottom: 1px solid #eee;
min-height: 120px;
padding-top: 40px
}
.site-header.mega_main_menu-disabled .default-header-content {
margin-left: auto;
margin-right: auto;
max-width: 1200px
}
.nomegamenu-logo {
display: inline-block;
margin-top: -12px
}
.nomegamenu-logo a {
display: block
}
.site-header.mega_main_menu-disabled .header-top-menu {
float: right;
margin-top: 6px
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li {
display: inline-block
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li .sub-menu {
display: none
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li {
position: relative
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu {
display: block;
position: absolute;
z-index: 2;
background-color: #f7f7f7;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
min-width: 200px;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 2px 1px rgba(0, 0, 0, .15), 3px 5px 10px rgba(0, 0, 0, .19)
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu li:hover>.sub-menu {
top: 0;
left: 98%
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu>li {
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-color: #ededed;
border-width: 1px
}
.site-header.mega_main_menu-disabled .header-top-menu>ul li:hover>.sub-menu>li:hover {
background-color: #56aee3
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li li a {
color: #909497;
font-size: 15px;
line-height: 21px;
text-transform: none
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li li:hover>a {
color: #fff
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li>a {
padding-left: 16px;
padding-right: 16px;
color: rgba(0, 0, 0, .91)
}
.site-header.mega_main_menu-disabled .header-top-menu>ul>li>a:hover {
color: #56aee3
}
html.content-loaded .global-wrapper:before,
html.content-loaded .global-wrapper:after {
opacity: 0;
z-index: 0;
color: rgba(0, 0, 0, 0);
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
/* New */
.dslc-icon-border {
border: solid 1px #eee;
padding: .2em .25em .15em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
#dslc-content blockquote p:last-child {
margin-bottom: 0 !important
}
body.dslca-enabled:not(.dslca-composer-hidden) #dslc-header.dslc-header-pos-fixed,
body.dslca-enabled:not(.dslca-composer-hidden) #dslc-header.dslc-header-pos-absolute {
position: relative
}
#dslc-header {
z-index: 2
}
#dslc-header.dslc-header-pos-absolute {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99999
}
#dslc-header.dslc-header-pos-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99999
}
.dslc-modules-section {
border: 0px solid transparent;
position: relative
}
.dslc-modules-section.dslc-init-parallax {
background-attachment: fixed
}
.dslc-modules-section-wrapper {
position: relative;
max-width: 100%;
margin: 0 auto
}
.dslc-modules-section.dslc-full .dslc-modules-section-wrapper {
width: 100%
}
.dslc-module-front {
position: relative
}
.dslc-col {
display: block;
float: left;
margin-right: 2.12766%;
min-height: 1px
}
body.rtl .dslc-col {
float: right;
margin-left: 2.12766%;
margin-right: 0
}
.dslc-1-col {
width: 6.38297%
}
.dslc-2-col {
width: 14.89361%
}
.dslc-3-col {
width: 23.40425%
}
.dslc-4-col {
width: 31.91489%
}
.dslc-5-col {
width: 40.42553%
}
.dslc-6-col {
width: 48.93617%
}
.dslc-7-col {
width: 57.4468%
}
.dslc-8-col {
width: 65.95744%
}
.dslc-9-col {
width: 74.46808%
}
.dslc-10-col {
width: 82.97872%
}
.dslc-11-col {
width: 91.48936%
}
.dslc-12-col {
width: 100%
}
.dslc-last-col {
margin-right: 0
}
body.rtl .dslc-last-col {
margin-left: 0
}
.dslc-first-col {
clear: both
}
.dslc-no-columns-spacing .dslc-col {
margin: 0
}
.dslc-no-columns-spacing .dslc-1-col {
width: 8.33333%
}
.dslc-no-columns-spacing .dslc-2-col {
width: 16.66666%
}
.dslc-no-columns-spacing .dslc-3-col {
width: 25%
}
.dslc-no-columns-spacing .dslc-4-col {
width: 33.33333%
}
.dslc-no-columns-spacing .dslc-5-col {
width: 41.66666%
}
.dslc-no-columns-spacing .dslc-6-col {
width: 50%
}
.dslc-no-columns-spacing .dslc-7-col {
width: 58.33333%
}
.dslc-no-columns-spacing .dslc-8-col {
width: 66.66666%
}
.dslc-no-columns-spacing .dslc-9-col {
width: 75%
}
.dslc-no-columns-spacing .dslc-10-col {
width: 83.33333%
}
.dslc-no-columns-spacing .dslc-11-col {
width: 91.66666%
}
.dslc-no-columns-spacing .dslc-12-col {
width: 100%
}
.dslc-module-heading:before,
.dslc-module-heading:after,
.dslc-clearfix:before,
.dslc-clearfix:after {
content: " ";
display: table
}
.dslc-module-heading:after,
.dslc-clearfix:after {
clear: both
}
.dslc-module-heading,
.dslc-clearfix {
*zoom: 1
}
.dslc-fl {
float: left
}
.dslc-fr {
float: right
}
.dslc-clear {
clear: both
}
.dslc-no-float {
float: none !important
}
.dslc-carousel .dslc-col,
.dslc-carousel .dslc-first-col,
.dslc-carousel .dslc-last-col {
float: none;
clear: none;
margin: 0
}
.dslc-no-columns-spacing .dslc-carousel .dslc-col,
.dslc-no-columns-spacing .dslc-carousel .dslc-first-col,
.dslc-no-columns-spacing .dslc-carousel .dslc-last-col {
width: 100%
}
.dslc-carousel-item {
width: auto
}
.dslc-carousel-nav {
float: right
}
.dslc-carousel-nav-inner {
display: block
}
.dslc-carousel-nav-prev,
.dslc-carousel-nav-next {
border: 0px solid transparent;
border-radius: 3px;
display: inline-flex;
justify-content: center;
align-items: center;
height: 23px;
position: relative;
width: 23px;
text-decoration: none;
vertical-align: bottom
}
.dslc-carousel-nav-prev {
margin-right: 7px
}
.dslc-carousel-nav-prev span,
.dslc-carousel-nav-next span {
color: #fff;
font-size: 10px;
text-align: center;
font-weight: normal
}
.dslc-carousel-nav-prev.position-aside,
.dslc-carousel-nav-next.position-aside {
position: absolute;
top: 50%;
margin-top: -30px
}
.dslc-carousel-nav-prev.position-aside {
left: -40px;
margin-right: 0
}
.dslc-carousel-nav-next.position-aside {
right: -40px
}
#dslc-content .dslc-carousel .owl-pagination .owl-page span {
margin: 0;
filter: Alpha(Opacity=100);
opacity: 1
}
#dslc-content .dslc-slider {
padding-bottom: 1px;
opacity: 0;
max-height: 10px
}
#dslc-content .dslc-slider img {
max-width: 100%
}
#dslc-content .dslc-slider .owl-pagination .owl-page span {
margin: 0;
filter: Alpha(Opacity=100);
opacity: 1
}
#dslc-content .dslc-slider-item .dslc-caption {
display: block
}
.dslc-carousel {
opacity: 0;
max-height: 100px;
overflow: hidden
}
.dslc-carousel.owl-carousel .owl-wrapper-outer {
overflow: visible
}
@keyframes dslcSpin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-moz-keyframes dslcSpin {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes dslcSpin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-ms-keyframes dslcSpin {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-o-keyframes dslcSpin {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
#dslc-content .dslc-module-heading {
overflow: hidden;
position: relative
}
#dslc-content .dslc-module-heading h2 {
display: block;
float: left;
font-size: 17px;
font-weight: 400;
line-height: 1;
margin: 0;
padding: 0;
margin-right: 15px
}
#dslc-content .dslc-module-heading-view-all {
display: block;
float: left;
font-size: 11px;
line-height: 1;
margin: 3px 0;
margin-right: 20px
}
#dslc-content .dslc-module-heading-view-all a {
display: block;
padding-left: 15px;
border-left: 1px dotted #4f4f4f;
font-weight: 600;
line-height: 1;
text-decoration: none
}
.dslc-masonry-item {
margin-bottom: 30px;
margin-right: 0
}
.dslc-masonry-item-animate {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out
}
.dslc-post-separator {
clear: both;
height: 1px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ededed
}
.dslc-pagination {
border: 0px solid transparent;
overflow: hidden;
margin-top: 30px
}
.dslc-pagination ul {
margin: 0;
padding: 0
}
.dslc-pagination li {
display: inline-block;
margin: 0;
padding: 0;
margin-right: 10px
}
.dslc-pagination li:last-child {
margin-right: 0 !important
}
.dslc-pagination li a {
background: #eee;
border: 0px solid transparent;
color: #000;
display: block;
line-height: 1;
padding: 10px;
text-decoration: none
}
.dslc-pagination li.current a {
background: #000;
color: #fff
}
.dslc-pagination li.dslc-pagination-load-more {
width: auto;
display: block
}
.dslc-pagination li.dslc-pagination-load-more.dslc-inactive a {
cursor: default
}
.dslc-pagination-load-more .dslc-icon {
margin-right: 10px
}
.dslc-load-more-temp {
display: none
}
.dslc-init-center {
display: flex;
align-items: center;
justify-content: center
}
.dslc-init-topleft .dslc-init-target {
position: absolute !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important
}
.dslc-init-topright .dslc-init-target {
position: absolute !important;
top: 0 !important;
right: 0 !important;
bottom: auto !important;
left: auto !important
}
.dslc-init-bottomleft .dslc-init-target {
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
top: auto !important;
right: auto !important
}
.dslc-init-bottomright .dslc-init-target {
position: absolute !important;
bottom: 0 !important;
right: 0 !important;
top: auto !important;
left: auto !important
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-topleft {
position: absolute;
top: 0;
left: 0;
bottom: auto;
right: auto
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-topright {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: auto
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-bottomleft {
position: absolute;
bottom: 0;
left: 0;
top: auto;
right: auto
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-init-bottomright {
position: absolute;
bottom: 0;
right: 0;
top: auto;
left: auto
}
.dslc-post-filters {
overflow: hidden;
font-size: 0
}
.dslc-post-filter {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 3px;
color: #979797;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 500;
line-height: 1;
padding: 12px;
margin-right: 10px
}
.dslc-post-filter.dslc-active {
color: #ff4e01
}
.dslc-post-filter:last-child {
margin-right: 0 !important
}
#dslc-content .dslc-bg-video {
background: transparent;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
opacity: 0
}
#dslc-content .dslc-bg-video.dslc-force-show {
opacity: 1
}
#dslc-content .dslc-bg-video .mejs-container {
background: transparent;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100% !important;
height: auto !important;
overflow: hidden
}
#dslc-content .dslc-bg-video video {
min-width: 100%;
height: auto !important;
min-height: 100%
}
#dslc-content .dslc-bg-video .mejs-controls {
display: none !important
}
#dslc-content .dslc-bg-video-overlay {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
background: #000
}
.dslc-trigger-lightbox-gallery {
cursor: pointer
}
@keyframes dslcFadeIn {
to {
opacity: 1
}
}
@keyframes dslcSlideUp {
to {
transform: translateY(0)
}
}
@keyframes dslcSlideDown {
to {
transform: translateY(0)
}
}
@keyframes dslcSlideRight {
to {
transform: translateX(0)
}
}
@keyframes dslcSlideLeft {
to {
transform: translateX(0)
}
}
@keyframes dslcSlideUpFadeIn {
to {
transform: translateY(0);
opacity: 1
}
}
@keyframes dslcSlideDownFadeIn {
to {
transform: translateY(0);
opacity: 1
}
}
@keyframes dslcSlideRightFadeIn {
to {
transform: translateX(0);
opacity: 1
}
}
@keyframes dslcSlideLeftFadeIn {
to {
transform: translateX(0);
opacity: 1
}
}
@media only screen and (min-width: 768px) {
@-webkit-keyframes dslcFadeIn {
to {
opacity: 1
}
}
@-moz-keyframes dslcFadeIn {
to {
opacity: 1
}
}
.dslc-in-viewport-anim-dslcFadeIn.dslc-in-viewport-check {
opacity: 0
}
@-webkit-keyframes dslcSlideUp {
to {
-webkit-transform: translateY(0)
}
}
@-moz-keyframes dslcSlideUp {
to {
-moz-transform: translateY(0)
}
}
.dslc-in-viewport-anim-dslcSlideUp.dslc-in-viewport-check {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
transform: translateY(100px)
}
@-webkit-keyframes dslcSlideDown {
to {
-webkit-transform: translateY(0)
}
}
@-moz-keyframes dslcSlideDown {
to {
-moz-transform: translateY(0)
}
}
.dslc-in-viewport-anim-dslcSlideDown.dslc-in-viewport-check {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
transform: translateY(-100px)
}
@-webkit-keyframes dslcSlideRight {
to {
-webkit-transform: translateX(0)
}
}
@-moz-keyframes dslcSlideRight {
to {
-moz-transform: translateX(0)
}
}
.dslc-in-viewport-anim-dslcSlideRight.dslc-in-viewport-check {
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
transform: translateX(-100px)
}
@-webkit-keyframes dslcSlideLeft {
to {
-webkit-transform: translateX(0)
}
}
@-moz-keyframes dslcSlideLeft {
to {
-moz-transform: translateX(0)
}
}
.dslc-in-viewport-anim-dslcSlideLeft.dslc-in-viewport-check {
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
transform: translateX(100px)
}
@-webkit-keyframes dslcSlideUpFadeIn {
to {
-webkit-transform: translateY(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideUpFadeIn {
to {
-moz-transform: translateY(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideUpFadeIn.dslc-in-viewport-check {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
@-webkit-keyframes dslcSlideDownFadeIn {
to {
-webkit-transform: translateY(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideDownFadeIn {
to {
-moz-transform: translateY(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideDownFadeIn.dslc-in-viewport-check {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
@-webkit-keyframes dslcSlideRightFadeIn {
to {
-webkit-transform: translateX(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideRightFadeIn {
to {
-moz-transform: translateX(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideRightFadeIn.dslc-in-viewport-check {
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
@-webkit-keyframes dslcSlideLeftFadeIn {
to {
-webkit-transform: translateX(0);
opacity: 1
}
}
@-moz-keyframes dslcSlideLeftFadeIn {
to {
-moz-transform: translateX(0);
opacity: 1
}
}
.dslc-in-viewport-anim-dslcSlideLeftFadeIn.dslc-in-viewport-check {
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-post-thumb .dslc-on-hover-anim-target {
opacity: 1 !important;
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
transform: translateY(0) !important;
-webkit-transform: translateX(0) !important;
-moz-transform: translateX(0) !important;
transform: translateX(0) !important
}
.dslc-anim-dslcFadeIn,
.dslc-anim-dslcSlideDownFadeIn,
.dslc-anim-dslcSlideUpFadeIn,
.dslc-anim-dslcSlideLeftFadeIn,
.dslc-anim-dslcSlideRightFadeIn {
opacity: 0
}
.dslc-on-hover-anim:hover .dslc-anim-dslcFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideDownFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideUpFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideLeftFadeIn,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideRightFadeIn {
opacity: 1
}
.dslc-anim-dslcSlideDown,
.dslc-anim-dslcSlideDownFadeIn {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideDown,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideDownFadeIn {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%)
}
.dslc-anim-dslcSlideUp,
.dslc-anim-dslcSlideUpFadeIn {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideUp,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideUpFadeIn {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%)
}
.dslc-anim-dslcSlideRight,
.dslc-anim-dslcSlideRightFadeIn {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideRight,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideRightFadeIn {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0)
}
.dslc-anim-dslcSlideLeft,
.dslc-anim-dslcSlideLeftFadeIn {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%)
}
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideLeft,
.dslc-on-hover-anim:hover .dslc-anim-dslcSlideLeftFadeIn {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%)
}
.dslc-anim-none {
opacity: 0;
-webkit-transition: all 0s ease-out !important
}
.dslc-on-hover-anim:hover .dslc-anim-none {
opacity: 1
}
#dslc-content {
position: relative
}
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto
}
.alignright {
float: right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
.aligncenter {
display: block;
margin: 5px auto 5px auto
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.gallery-caption {
font-weight: bold
}
.dslc-content i:not(.fa, .dslc-icon),
.dslc-content em {
font-style: italic
}
@media only screen and (min-width: 1025px) {
.dslc-hide-on-desktop {
display: none !important
}
.dslca-enabled .dslc-hide-on-desktop {
display: block !important
}
.dslca-composer-hidden .dslc-hide-on-desktop {
display: none !important
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
body.dslca-enabled.dslc-res-tablet {
padding-bottom: 200px
}
.dslc-hide-on-tablet {
display: none !important
}
.dslc-post-heading {
overflow: hidden
}
}
@media only screen and (max-width: 767px) {
.dslc-text-module-content .list-check-first{
margin-bottom: 0px;
}
#dslc-module-b9b3a561f0f .dslc-separator {
margin-bottom: 5px;
padding-bottom: 0px;
}
body.dslca-enabled.dslc-res-phone {
padding-bottom: 200px
}
.dslc-col,
.dslc-no-columns-spacing .dslc-col {
width: 100%;
margin: 0;
min-width: 0px
}
.dslc-module-front.dslc-col {
margin-bottom: 0
}
.home8-service .dslc-module-front.dslc-col {
margin-bottom: 12px!important;
}
.dslc-hide-on-phone {
display: none !important
}
.dslc-post-heading {
overflow: hidden
}
}
@media all and (-ms-high-contrast: none) {
.dslc-image-container .dslc-image,
.dslc-image-container .dslc-image a {
width: 100% !important
}
.dslc-in-viewport-check {
transform: none !important;
opacity: 1 !important
}
#dslc-content .dslc-info-box-image-alt-inner {
width: 100%
}
}
body #dslc-content .nf-field-container {
margin-bottom: 0
}
body #dslc-content input:focus {
outline: none
}
body:not(.dslca-enabled) .dslc-sticky-row {
width: 100%;
left: 0;
z-index: 1
}
.test {
font: 100% Helvetica, sans-serif;
color: #333
}
.dslc-module-front a {
text-decoration: none
}
#dslc-content .dslc-post {
overflow: hidden
}
.dslc-module-front {
}
#dslc-content .dslc-cpt-post-thumb {
margin-bottom: 20px;
overflow: hidden;
position: relative;
line-height: 0
}
#dslc-content .dslc-cpt-post-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-cpt-post-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-cpt-post-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-cpt-post-thumb .dslc-cpt-post-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-cpt-post-thumb .dslc-cpt-post-main.dslc-cpt-post-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-cpt-post-thumb .dslc-cpt-post-main {
opacity: 1
}
#dslc-content .dslc-cpt-post-meta {
margin-bottom: 20px;
overflow: hidden;
padding: 13px 0;
font-size: 11px;
line-height: 1
}
#dslc-content .dslc-cpt-post-meta-author {
float: left
}
#dslc-content .dslc-cpt-post-meta-author.above {
float: none
}
#dslc-content .dslc-cpt-post-meta-author a {
text-decoration: none
}
#dslc-content .dslc-cpt-post-meta-date {
float: right
}
#dslc-content .dslc-cpt-post-meta-date.above {
float: none
}
#dslc-content .dslc-cpt-post-title {
margin-bottom: 13px
}
#dslc-content .dslc-cpt-post-title h2 {
font-weight: 600;
font-size: 15px;
line-height: 26px;
margin: 0;
padding: 0
}
#dslc-content .dslc-cpt-post-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-cpt-post-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px
}
#dslc-content .dslc-cpt-post-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
#dslc-content .dslc-cpt-posts-orientation-horizontal .dslc-cpt-post-thumb {
float: left;
margin-right: 20px;
width: 200px
}
#dslc-content .dslc-cpt-posts-orientation-horizontal .dslc-cpt-post-main {
overflow: hidden
}
.dslc-post-thumb {
overflow: hidden
}
#dslc-content .dslc-blog-post-main {
border: 0px solid transparent
}
#dslc-content .dslc-blog-post-thumb {
overflow: hidden;
position: relative;
line-height: 0
}
#dslc-content .dslc-blog-post-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-blog-post-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-blog-post-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-blog-post-thumb .dslc-blog-post-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-blog-post-thumb .dslc-blog-post-main.dslc-blog-post-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-blog-post-thumb .dslc-blog-post-main {
opacity: 1
}
#dslc-content .dslc-blog-post-meta {
border-left: 0;
border-right: 0;
margin-bottom: 20px;
overflow: hidden;
padding: 13px 0;
font-size: 11px;
line-height: 1;
width: 100%
}
#dslc-content .dslc-blog-post-meta-author {
float: left
}
#dslc-content .dslc-blog-post-meta-author.above {
float: none
}
#dslc-content .dslc-blog-post-meta-avatar {
margin-right: 10px;
width: 30px;
display: inline-block
}
#dslc-content .dslc-blog-post-meta-avatar img {
vertical-align: middle;
width: 100%;
height: auto;
border-radius: 50%
}
#dslc-content .dslc-blog-post-meta-author a {
text-decoration: none
}
#dslc-content .dslc-blog-post-meta-date {
float: right
}
#dslc-content .dslc-blog-post-meta-date.above {
float: none
}
#dslc-content .dslc-blog-post-meta-comment-count {
display: inline-block;
margin: 0 auto
}
#dslc-content .dslc-blog-post-meta-comment-count.right {
float: right
}
#dslc-content .dslc-blog-post-meta-comment-count.left {
float: left
}
.dslc-blog-post-meta .clearfix {
clear: both
}
#dslc-content .dslc-blog-post-title {
margin-bottom: 13px
}
#dslc-content .dslc-blog-post-title h2 {
font-weight: 600;
font-size: 15px;
line-height: 26px;
margin: 0;
padding: 0
}
#dslc-content .dslc-blog-post-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-blog-post-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px
}
#dslc-content .dslc-blog-post-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
.dslc-posts-orientation-horizontal .dslc-post-thumb {
float: left;
margin-right: 20px;
width: 200px
}
#dslc-content .dslc-posts-orientation-horizontal .dslc-post-main {
overflow: hidden
}
#dslc-content .dslc-download-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-download-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-download-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-download-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-download-thumb .dslc-download-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-download-thumb .dslc-download-main.dslc-download-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-download-thumb .dslc-download-main {
opacity: 1
}
#dslc-content .dslc-download-main {
border: 0px solid transparent;
text-align: center
}
#dslc-content .dslc-download-title {
margin-bottom: 13px
}
#dslc-content .dslc-download-title h2 {
font-size: 15px;
line-height: 1.7;
margin: 0;
padding: 0
}
#dslc-content .dslc-download-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-download-tags {
border: 1px solid #e5e5e5;
border-width: 1px 0;
font-size: 12px;
padding: 8px 0;
line-height: 1;
margin-bottom: 22px
}
#dslc-content .dslc-download-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px;
font-weight: 400
}
#dslc-content .dslc-download-download {
margin-bottom: 10px
}
#dslc-content .dslc-download-download a {
background: #ff4e01;
border: 0px solid transparent;
border-radius: 3px;
color: #fff;
display: block;
font-size: 13px;
font-weight: 500;
line-height: 1;
padding: 15px 0;
text-decoration: none;
text-align: center
}
#dslc-content .dslc-download-download .dslc-icon {
margin-right: 10px
}
#dslc-content .dslc-download-info {
font-size: 10px;
font-style: italic
}
#dslc-content .dslc-gallery-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-gallery-thumb-inner {
border: 0 solid transparent;
position: relative;
overflow: hidden
}
#dslc-content .dslc-gallery-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
box-shadow: none;
max-width: 100%;
height: auto
}
#dslc-content .dslc-gallery-thumb .dslc-gallery-images-count {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
text-decoration: none
}
#dslc-content .dslc-gallery-images-count-bg {
background: transparent;
border: 0px solid transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
#dslc-content .dslc-gallery-images-count-main {
position: relative
}
#dslc-content .dslc-gallery-images-count-num {
color: #fff;
display: block;
font-size: 25px;
line-height: 1;
margin-bottom: 8px
}
#dslc-content .dslc-gallery-images-count-txt {
color: #7d7d7d;
display: block;
font-size: 11px;
line-height: 1
}
#dslc-content .dslc-gallery-thumb .dslc-gallery-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-gallery-thumb .dslc-gallery-main.dslc-gallery-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-gallery-thumb .dslc-gallery-main {
opacity: 1
}
#dslc-content .dslc-gallery-main {
border: 0px solid transparent;
text-align: center
}
#dslc-content .dslc-gallery-title {
margin-bottom: 15px
}
#dslc-content .dslc-gallery-title h2 {
font-size: 11px;
line-height: 1;
margin: 0;
padding: 0
}
#dslc-content .dslc-gallery-title h2 a {
display: block;
color: #7d7d7d;
text-decoration: none
}
#dslc-content .dslc-gallery-sep {
display: block;
height: 1px;
border-bottom: 1px solid #4a4a4a;
margin-bottom: 15px
}
#dslc-content .dslc-gallery-excerpt {
font-size: 12px;
border-width: 1px 0 0 0
}
#dslc-content .dslc-gallery-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
#dslc-content .dslc-gallery .dslc-lightbox-gallery {
display: none
}
#dslc-content .dslc-info-box {
text-align: center;
border: 0px solid transparent
}
#dslc-content .dslc-info-box-image {
margin-bottom: 25px;
position: relative;
font-size: 0
}
#dslc-content .dslc-info-box-image-link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
#dslc-content .dslc-info-box-icon-pos-aside .dslc-info-box-main {
overflow: hidden;
margin-bottom: 25px;
}
#dslc-content .dslc-info-box-icon-pos-aside .dslc-info-box-image {
float: left;
margin-right: 20px
}
#dslc-content .dslc-info-box-image-inner {
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
border: 0px solid transparent
}
#dslc-content .dslc-info-box-image-inner .dslc-icon {
color: #fff;
line-height: 1;
font-size: 40px
}
#dslc-content .dslc-info-box-image-pos-aside .dslc-info-box-main {
overflow: hidden
}
#dslc-content .dslc-info-box-image-pos-aside .dslc-info-box-image-alt {
float: left;
margin-right: 20px
}
#dslc-content .dslc-info-box-image-alt-inner {
display: inline-block
}
#dslc-content .dslc-info-box-title h4 {
font-size: 17px;
line-height: 1;
margin: 0;
padding: 0;
font-weight: 400
}
#dslc-content .dslc-info-box-title h4 a {
color: inherit;
text-decoration: none
}
#dslc-content .dslc-info-box-content {
margin-bottom: 25px
}
#dslc-content .dslc-info-box-button {
font-size: 0
}
#dslc-content .dslc-info-box-button a {
display: inline-block;
line-height: 1;
text-decoration: none;
box-shadow: none;
-webkit-appearance: none
}
#dslc-content .dslc-info-box-button-aside {
float: right
}
#dslc-content .dslc-partner .dslc-partner-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-partner .dslc-partner-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-partner .dslc-partner-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
vertical-align: bottom;
width: auto;
max-width: 100%;
height: auto
}
#dslc-content .dslc-partner-thumb .dslc-partner-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-partner-thumb .dslc-partner-main.dslc-partner-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-partner-thumb .dslc-partner-main {
opacity: 1
}
#dslc-content .dslc-partner-title {
margin-bottom: 10px
}
#dslc-content .dslc-partner-title h2 {
margin: 0;
padding: 0
}
#dslc-content .dslc-partner-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-project-thumb {
margin-bottom: 24px;
position: relative;
line-height: 0
}
#dslc-content .dslc-project-thumb-inner {
border: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-project-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-project-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-project-thumb .dslc-project-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-project-thumb .dslc-project-main.dslc-project-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-projects .dslc-post:first-child .dslc-project-thumb .dslc-project-main {
opacity: 1
}
#dslc-content .dslc-project-main {
border: 0px solid transparent
}
#dslc-content .dslc-project-title {
margin-bottom: 10px
}
#dslc-content .dslc-project-title h2 {
font-weight: 500;
font-size: 12px;
line-height: 1;
margin: 0;
padding: 0
}
#dslc-content .dslc-project-title h2 a {
display: block;
color: inherit;
text-decoration: none
}
#dslc-content .dslc-project-cats {
font-size: 10px;
line-height: 1
}
#dslc-content .dslc-project-excerpt {
margin-bottom: 22px;
font-size: 13px;
line-height: 22px;
border-top: 0px solid #000
}
#dslc-content .dslc-project-read-more a {
display: inline-block;
line-height: 1;
text-decoration: none;
border: 0 solid transparent
}
.dslc-separator-wrapper {
padding-bottom: 1px
}
.dslc-separator {
clear: both;
height: 1px;
padding-bottom: 25px;
margin-bottom: 25px;
width: 100%
}
.dslc-module-front.dslc-module-DSLC_Separator {
min-height: auto
}
.dslc-separator.dslc-separator-style-solid {
border-bottom: 1px solid #ededed
}
.dslc-separator.dslc-separator-style-dashed {
border-bottom: 1px dashed #ededed
}
.dslc-separator.dslc-separator-style-dotted {
border-bottom: 1px dotted #ededed
}
#dslc-content .dslc-staff-member-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-staff-member-thumb a {
display: inline-block;
max-width: 100%
}
#dslc-content .dslc-staff-member-thumb img {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
max-width: 100%;
height: auto
}
#dslc-content .dslc-staff-member-thumb .dslc-staff-member-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-staff-member-thumb .dslc-staff-member-main.dslc-staff-member-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-post:first-child .dslc-staff-member-thumb .dslc-staff-member-main {
opacity: 1
}
#dslc-content .dslc-staff-member-social a {
margin: 0 6px;
text-decoration: none
}
#dslc-content ul.dslc-staff-social .dslc-icon {
line-height: 1
}
#dslc-content ul.dslc-staff-social .dslc-social-label {
float: left;
display: block
}
#dslc-content ul.dslc-social {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
line-height: 1
}
#dslc-content ul.dslc-social li {
margin: 0;
padding: 0;
line-height: 1;
display: inline-block;
margin-right: 10px;
overflow: hidden
}
#dslc-content ul.dslc-social .dslc-icon {
line-height: 1
}
#dslc-content ul.dslc-social .dslc-social-label {
float: left;
display: block
}
#dslc-content ul.dslc-social li:last-child {
margin-right: 0
}
#dslc-content .dslc-staff-member-title h2 {
margin: 0;
padding: 0
}
#dslc-content .dslc-staff-member-title h2 a {
display: block;
text-decoration: none;
color: inherit
}
#dslc-content .dslc-tabs-nav-pos-aside .dslc-tabs-nav {
float: left;
margin-bottom: 0 !important
}
#dslc-content .dslc-tabs-nav-pos-above .dslc-tabs-nav {
margin-right: 0 !important
}
#dslc-content .dslc-tabs-nav-hook {
background: #fbfbfb;
border: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-radius: 3px 3px 0 0;
bottom: -1px;
cursor: pointer;
display: inline-block;
padding: 10px;
position: relative;
line-height: 1;
margin-left: -1px
}
#dslc-content .dslc-tabs-nav-pos-aside .dslc-tabs-nav-hook {
display: block;
margin-left: 0 !important
}
#dslc-content .dslc-tabs-nav-pos-above .dslc-tabs-nav-hook {
margin-bottom: 0 !important
}
#dslc-content .dslc-tabs-nav-hook:first-child {
margin-left: 0 !important
}
#dslc-content .dslc-tabs-nav-hook.dslc-active {
background: #fff
}
#dslc-content .dslc-tabs-content {
background: #fff
}
#dslc-content .dslc-tabs-nav-pos-aside .dslc-tabs-content {
overflow: hidden
}
#dslc-content .dslc-tabs-tab-content {
padding: 35px;
display: none;
position: relative
}
#dslc-content .dslc-tabs-tab-content.dslc-active {
display: block
}
.dslca-add-new-tab-hook {
background: #78CA4F;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 11px;
margin-left: 10px;
height: 20px;
text-align: center;
line-height: 22px;
margin-top: 8px;
width: 20px;
position: relative
}
.dslca-add-new-tab-hook .dslca-icon {
position: absolute;
line-height: 1;
top: 5px;
right: 6px
}
.dslca-delete-tab-hook {
color: #E55F5F;
cursor: pointer;
display: inline-block;
font-size: 12px;
margin-left: 10px;
line-height: 1;
vertical-align: top
}
.dslc-tabs-content .dslc-tabs-nav-hook {
display: none !important
}
#dslc-content .dslc-testimonials {
border: 0px solid transparent
}
#dslc-content .dslc-posts.dslc-carousel-arrow-aside {
position: relative;
width: 90%;
margin: 0 auto
}
.dslc-module-DSLC_Text_Simple img {
max-width: 100%;
height: auto
}
.dslc-text-module-content:before {
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1
}
#dslc-content .dslc-widgets-wrap {
border: 0px solid transparent
}
#dslc-content .dslc-widget {
margin-bottom: 30px;
width: 100%
}
#dslc-content .dslc-widget:last-child {
margin-bottom: 0 !important
}
#dslc-content .dslc-widget-wrap {
border: 0 solid transparent
}
#dslc-content .dslc-widget-title {
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
padding-bottom: 10px;
line-height: 1
}
#dslc-content .dslc-widget-title-inner {
display: block
}
#dslc-content .dslc-widgets-2-col .dslc-col {
width: 14.89361%
}
#dslc-content .dslc-widgets-3-col .dslc-col {
width: 23.40425%
}
#dslc-content .dslc-widgets-4-col .dslc-col {
width: 31.91489%
}
#dslc-content .dslc-widgets-5-col .dslc-col {
width: 40.42553%
}
#dslc-content .dslc-widgets-6-col .dslc-col {
width: 48.93617%
}
#dslc-content .dslc-widgets-7-col .dslc-col {
width: 57.4468%
}
#dslc-content .dslc-widgets-8-col .dslc-col {
width: 65.95744%
}
#dslc-content .dslc-widgets-9-col .dslc-col {
width: 74.46808%
}
#dslc-content .dslc-widgets-10-col .dslc-col {
width: 82.97872%
}
#dslc-content .dslc-widgets-11-col .dslc-col {
width: 91.48936%
}
#dslc-content .dslc-widgets-12-col .dslc-col {
width: 100%;
margin-right: 0
}
#dslc-content .dslc-widgets-6-col .dslc-col:nth-child(2n),
#dslc-content .dslc-widgets-4-col .dslc-col:nth-child(3n),
#dslc-content .dslc-widgets-3-col .dslc-col:nth-child(4n),
#dslc-content .dslc-widgets-2-col .dslc-col:nth-child(6n) {
margin-right: 0
}
#dslc-content .dslc-product-thumb {
position: relative;
line-height: 0
}
#dslc-content .dslc-product-thumb-inner {
bottom: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-product-thumb img {
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
border-radius: 3px 3px 0 0;
box-shadow: none;
max-width: 100%;
height: auto
}
#dslc-content .dslc-product-thumb .dslc-product-price {
background: transparent;
color: #fff;
font-weight: 400;
font-size: 25px;
line-height: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center
}
#dslc-content .dslc-product-price-bg {
background: transparent;
border: 0px solid transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
#dslc-content .dslc-product-price-main {
position: relative
}
#dslc-content .dslc-product-thumb .dslc-product-price del {
display: none
}
#dslc-content .dslc-product-thumb .dslc-product-price ins {
text-decoration: none;
background: transparent
}
#dslc-content .dslc-product-thumb .dslc-product-price .from {
display: none
}
#dslc-content .dslc-product-thumb .dslc-product-price .amount {
vertical-align: middle
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-product-main {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
#dslc-content .dslc-products .dslc-product-thumb .dslc-product-main.dslc-product-main-visible {
opacity: 1 !important
}
body.dslca-enabled #dslc-content .dslc-products .dslc-post:first-child .dslc-product-thumb .dslc-product-main {
opacity: 1
}
#dslc-content .dslc-product-main {
background: #1d1d1d;
border-radius: 0 0 3px 3px;
padding: 20px;
text-align: center;
border: 0px solid transparent
}
#dslc-content .dslc-product-title {
margin-bottom: 15px
}
#dslc-content .dslc-product-price-secondary {
color: #fff;
float: left;
font-size: 20px;
line-height: 1
}
#dslc-content .dslc-product-price-secondary ins {
text-decoration: none;
background: transparent
}
#dslc-content .dslc-product-title h2 {
clear: none;
font-size: 11px;
line-height: 1;
vertical-align: middle;
margin: 0;
padding: 0
}
#dslc-content .dslc-product-title h2 a {
display: block;
color: #7d7d7d;
text-decoration: none
}
#dslc-content .dslc-product-excerpt {
border-bottom: 0 solid transparent
}
#dslc-content .dslc-product-sep {
display: block;
border-bottom: 1px solid #4a4a4a;
height: 1px;
margin-bottom: 15px
}
#dslc-content .dslc-product-extra .dslc-product-add-to-cart {
color: #8d8d8d;
font-size: 12px;
line-height: 1;
text-decoration: none;
float: left
}
#dslc-content .dslc-product-extra .dslc-product-details {
color: #8d8d8d;
font-size: 12px;
text-decoration: none;
line-height: 1;
float: right
}
#dslc-content .dslc-product-extra .dslc-icon {
margin-right: 5px
}
#dslc-content .dslc-tp-title {
border: 0 solid transparent
}
#dslc-content .dslc-tp-content {
border: 0 solid transparent
}
#dslc-content .dslc-tp-meta {
border: 0 solid transparent
}
#dslc-content .dslc-tp-meta ul {
margin: 0;
list-style-type: none;
font-size: 0
}
#dslc-content .dslc-tp-meta-horizontal li {
display: inline-block;
margin-top: 0 !important;
margin-bottom: 0 !important;
list-style-type: none
}
#dslc-content .dslc-tp-meta-horizontal li:first-child {
margin-left: 0 !important
}
#dslc-content .dslc-tp-meta-horizontal li:last-child {
margin-right: 0 !important
}
#dslc-content .dslc-tp-meta-vertical li {
margin-left: 0 !important;
margin-right: 0 !important
}
#dslc-content .dslc-tp-meta-vertical li:first-child {
margin-top: 0 !important
}
#dslc-content .dslc-tp-meta-vertical li:last-child {
margin-bottom: 0 !important
}
#dslc-content .dslc-tp-meta-avatar {
margin-right: 10px;
width: 30px;
display: inline-block
}
#dslc-content .dslc-tp-meta-avatar img {
vertical-align: middle;
width: 100%;
height: auto;
border-radius: 50%
}
#dslc-content .dslc-tp-download-button a {
border: 0px solid transparent;
display: block;
line-height: 1;
text-decoration: none;
text-align: center;
-webkit-appearance: none
}
#dslc-content .dslc-tp-thumbnail {
bottom: 0 solid transparent;
overflow: hidden
}
#dslc-content .dslc-tp-thumbnail img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto
}
#dslc-content .dslc-tp-gallery-slider {
border: 0 solid transparent
}
#dslc-content .dslc-tp-gallery-slider-main {
border: 0 solid transparent
}
#dslc-content .dslc-tp-gallery-slider-main li {
overflow: hidden
}
#dslc-content .dslc-tp-gallery-slider-nav {
border: 0 solid transparent
}
#dslc-content .dslc-tp-gallery-slider-nav li {
margin-right: 10px;
padding: 5px;
border: 1px solid red;
cursor: pointer;
opacity: 0.7
}
#dslc-content .dslc-tp-gallery-slider-nav li.flex-active-slide {
opacity: 1
}
#dslc-content ul.dslc-staff-social {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
line-height: 1
}
#dslc-content ul.dslc-staff-social li {
margin: 0;
padding: 0;
line-height: 1;
display: inline-block;
overflow: hidden
}
#dslc-content ul.dslc-staff-social a {
border: 0 solid transparent;
text-decoration: none;
position: relative;
float: left;
display: inline-flex;
justify-content: center;
align-items: center
}
.dslc-notification-box-has-timeout {
display: none
}
body.dslca-enabled .dslc-notification-box-has-timeout {
display: block
}
#dslc-content .dslc-notification-box-content p:last-child {
margin-bottom: 0
}
#dslc-content .dslc-notification-box-close {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 15px;
top: 20px;
cursor: pointer;
background: #ffffff;
color: #f65757;
border-radius: 50%;
width: 15px;
height: 15px
}
#dslc-content .dslc-notification-box-close .dslc-icon {
color: #f65757;
font-size: 12px;
text-align: center
}
#dslc-content .dslc-button a {
display: inline-block;
text-decoration: none;
line-height: 1;
box-shadow: none;
-webkit-appearance: none;
font-weight: 400;
}
#dslc-content .dslc-button a span {
position: relative
}
.dslc-tp-comments ul,
.dslc-tp-comments ol,
.dslc-tp-comments li {
list-style-type: none
}
.dslc-tp-comments ol {
margin-left: 0
}
.dslc-tp-comments {
border: 0 solid transparent
}
.dslc-comment {
border: 0 solid transparent;
margin: 0
}
.dslc-comment-inner {
border: 1px solid #ddd;
padding: 10px;
margin-bottom: 20px
}
.dslc-comment-info {
margin-bottom: 10px;
border-bottom: 1px solid #ddd
}
.dslc-comment-meta {
float: left;
margin: 0
}
.dslc-comment-meta-author {
display: inline-block;
margin-right: 15px;
line-height: 1
}
.dslc-comment-author-avatar {
margin-right: 5px
}
.dslc-comment-meta-author a {
color: inherit;
text-decoration: none
}
.dslc-comment-author-avatar img {
vertical-align: middle
}
.dslc-comment-meta-date {
display: inline-block;
line-height: 1
}
.dslc-comment-reply {
float: right
}
.dslc-comment-reply a {
text-decoration: none
}
.dslc-comment .dslc-comment {
margin-left: 50px
}
.dslc-tp-comment-form input[type=text]::-moz-placeholder,
.dslc-tp-comment-form input[type=url]::-moz-placeholder,
.dslc-tp-comment-form input[type=email]::-moz-placeholder,
.dslc-tp-comment-form textarea::-moz-placeholder {
opacity: 1
}
.dslc-tp-comment-form {
border: 0 solid transparent
}
.dslc-tp-comment-form input[type="text"] {
line-height: 1
}
.dslc-tp-comment-form input,
.dslc-tp-comment-form textarea {
border: 0 solid transparent
}
.dslc-tp-comment-form textarea {
width: 100%;
height: 130px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.dslc-tp-comment-form .logged-in-as {
margin-bottom: 15px
}
.dslc-tp-comment-form #submit {
cursor: pointer
}
.dslc-image,
.dslc-image img {
border: 0;
box-shadow: none
}
#dslc-content .dslc-image,
#dslc-content .dslc-image>a {
display: inline-block
}
#dslc-content .dslc-image img {
max-width: 81%;
display: inline-block;
vertical-align: middle;
box-shadow: none;
border-radius: none;
position: relative
}
#dslc-content .dslc-accordion {
border: 0 solid transparent
}
#dslc-content .dslc-accordion-item:first-child {
margin-top: 0 !important
}
#dslc-content .dslc-accordion-header {
border: 0 solid transparent;
font-size: 11px;
font-weight: 500;
font-size: 11px;
line-height: 1;
position: relative;
display: flex;
justify-content: space-between;
align-items: center
}
#dslc-content .dslc-accordion-title {
border: 0 solid transparent;
display: block
}
#dslc-content .dslc-accordion-hook {
cursor: pointer
}
#dslc-content .dslc-accordion-toggle {
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0
}
#dslc-content .dslc-accordion-content {
position: relative;
border: 0 solid transparent
}
#dslc-content .dslca-add-accordion {
text-align: center
}
#dslc-content .dslca-add-accordion-hook {
background: #78CA4F;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 12px;
height: 20px;
text-align: center;
line-height: 22px;
width: 20px;
position: relative;
margin-top: 10px
}
#dslc-content .dslca-accordion-action-hooks {
line-height: 0
}
#dslc-content .dslca-move-up-accordion-hook,
#dslc-content .dslca-move-down-accordion-hook {
color: #5890e5
}
#dslc-content .dslca-move-up-accordion-hook:hover,
#dslc-content .dslca-move-down-accordion-hook:hover {
color: #3b6fbe
}
#dslc-content .dslca-delete-accordion-hook,
#dslc-content .dslca-toggle-accordion-hook {
color: #E55F5F;
cursor: pointer;
display: inline-block;
font-size: 12px;
margin-left: 10px;
line-height: 1;
vertical-align: top
}
#dslc-content .dslc-icon-module {
position: relative;
display: inline-block
}
#dslc-content .dslc-navigation {
z-index: 999;
position: relative;
text-align: right;
font-size: 0
}
body .dslc-navigation .menu-item[class^="dslc-icon-"]:before,
body .dslc-navigation .menu-item[class*=" dslc-icon-"]:before {
display: none
}
#dslc-content .dslc-navigation .menu {
list-style: none;
margin: 0;
padding: 0
}
#dslc-content .dslc-navigation .menu>li {
display: inline-block;
position: relative
}
#dslc-content .dslc-navigation.dslc-navigation-orientation-horizontal .menu>li {
margin-top: 0 !important
}
#dslc-content .dslc-navigation.dslc-navigation-orientation-vertical .menu>li {
display: block;
margin-left: 0 !important
}
#dslc-content .dslc-navigation .menu>li:first-child {
margin-left: 0 !important
}
#dslc-content .dslc-navigation.dslc-navigation-orientation-vertical .menu>li:first-child {
margin-top: 0 !important
}
#dslc-content .dslc-navigation .menu>li>a {
display: inline-block;
text-decoration: none;
vertical-align: middle
}
#dslc-content .dslc-navigation-arrow {
display: inline-block;
margin-left: 5px;
vertical-align: middle
}
#dslc-content .dslc-navigation .menu ul {
display: none;
list-style-type: none;
margin: 0;
opacity: 0;
position: absolute;
z-index: 10;
top: 100%;
left: -28px;
text-align: left
}
#dslc-content .dslc-navigation.dslc-navigation-sub-position-left .menu ul {
left: 0;
right: auto
}
#dslc-content .dslc-navigation.dslc-navigation-sub-position-right .menu ul {
right: 0;
left: auto
}
#dslc-content .dslc-navigation.dslc-navigation-sub-position-center .menu ul {
left: auto;
right: auto
}
#dslc-content .dslc-navigation-orientation-vertical .menu ul {
top: 0;
left: 100%
}
#dslc-content .dslc-navigation .menu ul.dslc-navigation-invert-subnav {
left: auto;
right: 0
}
#dslc-content .dslc-navigation .menu ul li {
display: block;
position: relative;
z-index: 3;
white-space: nowrap;
margin: 0
}
#dslc-content .dslc-navigation .menu ul li a {
display: block;
line-height: 1;
text-decoration: none
}
#dslc-content .dslc-navigation .menu ul li:last-child a {
border-bottom: 0 !important
}
#dslc-content .dslc-navigation .dt-icon.dt-subnav-arrow {
display: none;
color: #bfbfbf;
font-size: 8px;
margin-left: 10px;
vertical-align: middle;
position: relative;
top: -3px;
margin-right: 0
}
#dslc-content .dslc-navigation li.current-menu-item .dt-icon.dt-subnav-arrow {
color: #878787
}
#dslc-content .dslc-navigation .menu ul ul {
left: 100%;
margin-left: -1px;
top: -1px
}
#dslc-content .dslc-navigation .menu ul:before {
position: absolute;
content: '';
display: block;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 2;
border-style: solid
}
#dslc-content .dslc-navigation .menu li:hover>ul.sub-menu:after {
display: block;
content: "";
left: -10px;
right: -10px;
bottom: -10px;
top: -10px;
z-index: 0;
position: absolute
}
#dslc-content .dslc-navigation .menu ul ul.dslc-navigation-invert-subnav {
left: auto;
right: 100%
}
#dslc-content .dslc-navigation .menu li:hover>ul.sub-menu {
display: block;
opacity: 1
}
#dslc-content .dslc-mobile-navigation {
position: relative;
text-align: right;
display: none
}
#dslc-content .dslc-mobile-navigation select {
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
position: absolute;
right: 0;
top: 0;
padding-top: 0;
padding-bottom: 0;
z-index: 10;
height: 38px;
width: 100%
}
#dslc-content .dslc-mobile-navigation-hook {
color: #555;
font-size: 24px;
line-height: 22px
}
.dslc-post-main-inner-link-cover {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.dslc-posts-social-share {
line-height: 1
}
.dslc-posts-social-share a:last-child {
margin-right: 0 !important
}
.dslc-posts-social-share-count {
display: inline-block;
border-style: solid
}
.dslc-center-elem {
top: 50%;
position: relative;
left: 50%;
visibility: visible;
transform: translate(-50%, -50%)
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#dslc-content .dslc-mobile-navigation.dslc-navigation-res-t-enabled {
display: block
}
#dslc-content .dslc-navigation.dslc-navigation-res-t-enabled {
display: none
}
.dslc-post-main-inner-link-cover {
display: block
}
}
@media only screen and (max-width: 767px) {
.dslc-comment .dslc-comment {
margin-left: 0
}
.dslc-comment .children {
margin-left: 0;
padding-left: 0
}
#dslc-content .dslc-mobile-navigation.dslc-navigation-res-p-enabled {
display: block
}
#dslc-content .dslc-navigation.dslc-navigation-res-p-enabled {
display: none
}
.dslc-post-main-inner-link-cover {
display: block
}
.dslc-carousel .dslc-carousel-item {
margin-left: 0 !important
}
body #dslc-content .dslc-partner-thumb {
width: 100%
}
#dslc-content .dslc-posts.dslc-carousel-arrow-aside {
width: 80%
}
#dslc-content .dslc-posts-orientation-horizontal .dslc-post-main {
overflow: visible
}
}
em {
font-style: italic!important;
font-size: 21px!important;
}
.gradient-lighten-top-right,
.gradient-darken-top-right,
.gradient-lighten-right,
.gradient-darken-right,
.gradient-lighten-bottom-right,
.gradient-darken-bottom-right,
.gradient-lighten-bottom,
.gradient-darken-bottom,
.gradient-lighten-bottom-left,
.gradient-darken-bottom-left,
.gradient-lighten-left,
.gradient-darken-left,
.gradient-lighten-top-left,
.gradient-darken-top-left,
.gradient-lighten-top,
.gradient-darken-top {
position: relative;
overflow: hidden
}
.gradient-lighten-top-right:before,
.gradient-darken-top-right:before,
.gradient-lighten-right:before,
.gradient-darken-right:before,
.gradient-lighten-bottom-right:before,
.gradient-darken-bottom-right:before,
.gradient-lighten-bottom:before,
.gradient-darken-bottom:before,
.gradient-lighten-bottom-left:before,
.gradient-darken-bottom-left:before,
.gradient-lighten-left:before,
.gradient-darken-left:before,
.gradient-lighten-top-left:before,
.gradient-darken-top-left:before,
.gradient-lighten-top:before,
.gradient-darken-top:before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: ''
}
.gradient-lighten-top-right>span,
.gradient-darken-top-right>span,
.gradient-lighten-right>span,
.gradient-darken-right>span,
.gradient-lighten-bottom-right>span,
.gradient-darken-bottom-right>span,
.gradient-lighten-bottom>span,
.gradient-darken-bottom>span,
.gradient-lighten-bottom-left>span,
.gradient-darken-bottom-left>span,
.gradient-lighten-left>span,
.gradient-darken-left>span,
.gradient-lighten-top-left>span,
.gradient-darken-top-left>span,
.gradient-lighten-top>span,
.gradient-darken-top>span {
position: relative
}
.gradient-lighten-top-right:before,
.gradient-lighten-right:before,
.gradient-lighten-bottom-right:before,
.gradient-lighten-bottom:before,
.gradient-lighten-bottom-left:before,
.gradient-lighten-left:before,
.gradient-lighten-top-left:before,
.gradient-lighten-top:before {
mix-blend-mode: overlay
}
.gradient-darken-top-right:before,
.gradient-darken-right:before,
.gradient-darken-bottom-right:before,
.gradient-darken-bottom:before,
.gradient-darken-bottom-left:before,
.gradient-darken-left:before,
.gradient-darken-top-left:before,
.gradient-darken-top:before {
mix-blend-mode: multiply
}
.gradient-lighten-top:before {
background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-top-right:before {
background-image: linear-gradient(30deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-right:before {
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-bottom-right:before {
background-image: linear-gradient(140deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-bottom:before {
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-bottom-left:before {
background-image: linear-gradient(200deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-left:before {
background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-lighten-top-left:before {
background-image: linear-gradient(340deg, rgba(255, 255, 255, 0), #fff)
}
.gradient-darken-top:before {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-top-right:before {
background-image: linear-gradient(30deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-right:before {
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-bottom-right:before {
background-image: linear-gradient(140deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-bottom:before {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-bottom-left:before {
background-image: linear-gradient(200deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-left:before {
background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #000)
}
.gradient-darken-top-left:before {
background-image: linear-gradient(340deg, rgba(0, 0, 0, 0), #000)
}
#dslc-section-dividers {
display: none
}
.dslc-section-divider {
position: absolute;
left: 0;
right: 0;
top: -1px;
line-height: 0;
overflow: hidden
}
.dslc-section-divider svg {
display: block;
position: relative;
left: -1px;
width: calc(100% + 2px);
fill: #eaeaea
}
.dslc-section-divider[data-divider-pos="bottom"] {
top: auto;
bottom: -1px;
transform: scaleY(-1)
}
.dslc-section-divider[data-divider-pos="bottom"].dslc-flip-vert {
transform: scaleY(1)
}
.dslc-section-divider.dslc-flip-hor svg {
transform: scaleX(-1)
}
.dslc-section-divider.dslc-flip-vert {
transform: scaleY(-1)
}
.dslca-enabled.dslc-res-tablet .dslc-module-DSLC_Menu_Pro,
.dslca-enabled.dslc-res-phone .dslc-module-DSLC_Menu_Pro {
z-index: inherit
}
.menu-item[class^=dslc-icon-],
.menu-item[class*=" dslc-icon-"] {
font-family: inherit;
font-size: inherit;
text-decoration: inherit;
-webkit-font-smoothing: inherit;
display: inherit;
width: inherit;
height: inherit;
line-height: inherit;
vertical-align: inherit;
background-image: inherit;
background-position: inherit;
background-repeat: inherit;
margin-top: inherit
}
.menu-item[class^=dslc-icon-]:before,
.menu-item[class*=" dslc-icon-"]:before {
font-family: DSLCFontAwesome;
font-weight: 400;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0 0;
background-repeat: repeat
}
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-left .menu ul.sub-menu {
left: 0 !important;
right: auto
}
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-right .menu ul.sub-menu {
right: 0;
left: auto !important
}
.dslca-enabled .lcmenu-mobile-hook.dslc-hide-on-desktop {
display: none !important
}
.dslca-enabled.dslc-res-tablet .lcmenu-mobile-hook.dslc-hide-on-desktop {
display: block !important
}
.dslca-enabled.dslc-res-phone .lcmenu-mobile-hook.dslc-hide-on-desktop {
display: block !important
}
.lcmenupro-navigation .menu-item-description {
display: block
}
ul.sub-menu li:hover,
ul.sub-menu li:hover>a,
ul.sub-menu li>a:hover,
ul.sub-menu li:hover:before {
cursor: pointer
}
.menu>li.menu-type-columns .sub-menu .menu-item-has-children,
.menu>li.menu-type-columns .sub-menu .menu-item-has-children>a {
cursor: default
}
#dslc-content .menu .menu-type-columns ul li {
border-width: 0
}
#dslc-content .menu ul li:last-child {
border-bottom-width: 0
}
@media only screen and (min-width:1025px) {
.dslca-enabled .lcmenupro-inner .menu.dslc-hide-on-desktop {
display: none !important
}
}
#dslc-content .lcmenupro-navigation .menu>li:not(.menu-type-columns) ul.sub-menu li ul.sub-menu {
left: 100% !important
}
#dslc-content .lcmenupro-navigation.lcmenupro-sub-position-center .menu>li:not(.menu-type-columns) ul.sub-menu li ul.sub-menu {
left: 150% !important
}
body .lcmenupro-navigation .menu li.menu-type-columns .sub-menu .sub-menu .sub-menu li {
flex-wrap: wrap
}
#dslc-content .menu>li.menu-type-columns ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a {
margin: 0
}
li ul.sub-menu {
-webkit-tap-highlight-color: transparent
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0
}
.leaflet-container {
overflow: hidden
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none
}
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast
}
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
touch-action: none;
touch-action: pinch-zoom
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none
}
.leaflet-container {
-webkit-tap-highlight-color: transparent
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}
.leaflet-tile {
filter: inherit;
visibility: hidden
}
.leaflet-tile-loaded {
visibility: inherit
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800
}
.leaflet-overlay-pane svg {
-moz-user-select: none
}
.leaflet-pane {
z-index: 1
}
.leaflet-tile-pane {
z-index: 200
}
.leaflet-overlay-pane {
z-index: 400
}
.leaflet-shadow-pane {
z-index: 500
}
.leaflet-marker-pane {
z-index: 600
}
.leaflet-tooltip-pane {
z-index: 650
}
.leaflet-popup-pane {
z-index: 700
}
.leaflet-map-pane canvas {
z-index: 100
}
.leaflet-map-pane svg {
z-index: 200
}
.leaflet-vml-shape {
width: 1px;
height: 1px
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute
}
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted;
pointer-events: auto
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none
}
.leaflet-top {
top: 0
}
.leaflet-right {
right: 0
}
.leaflet-bottom {
bottom: 0
}
.leaflet-left {
left: 0
}
.leaflet-control {
float: left;
clear: both
}
.leaflet-right .leaflet-control {
float: right
}
.leaflet-top .leaflet-control {
margin-top: 10px
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px
}
.leaflet-left .leaflet-control {
margin-left: 10px
}
.leaflet-right .leaflet-control {
margin-right: 10px
}
.leaflet-fade-anim .leaflet-tile {
will-change: opacity
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity .2s linear;
-moz-transition: opacity .2s linear;
transition: opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
transition: transform .25s cubic-bezier(0, 0, .25, 1)
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden
}
.leaflet-interactive {
cursor: pointer
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
pointer-events: none
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive {
pointer-events: visiblePainted;
pointer-events: auto
}
.leaflet-container {
background: #ddd;
outline: 0
}
.leaflet-container a {
color: #0078a8
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, .5)
}
.leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
border-radius: 4px
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: #000
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block
}
.leaflet-bar a:hover {
background-color: #f4f4f4
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
font-size: 22px
}
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
background: #fff;
border-radius: 5px
}
.leaflet-control-layers-toggle {
background-image: url(assets/sds-content/plugins/lc-extensions/extensions/openstreetmap/css/images/layers.png);
width: 36px;
height: 36px
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(assets/sds-content/plugins/lc-extensions/extensions/openstreetmap/css/images/layers-2x.png);
background-size: 26px 26px
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px
}
.leaflet-control-layers label {
display: block
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px
}
.leaflet-default-icon-path {
background-image: url(assets/sds-content/plugins/lc-extensions/extensions/openstreetmap/css/../images/marker-icon.png)
}
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, .7);
margin: 0
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333
}
.leaflet-control-attribution a {
text-decoration: none
}
.leaflet-control-attribution a:hover {
text-decoration: underline
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, .5)
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0, 0, 0, .2);
background-clip: padding-box
}
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4
}
.leaflet-popup-content p {
margin: 18px 0
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: #fff;
color: #333;
box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: 700;
background: 0 0
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999
}
.leaflet-div-icon {
background: #fff;
border: 1px solid #666
}
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: 0 0;
content: ""
}
.leaflet-tooltip-bottom {
margin-top: 6px
}
.leaflet-tooltip-top {
margin-top: -6px
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff
}
.leaflet-tooltip-left {
margin-left: -6px
}
.leaflet-tooltip-right {
margin-left: 6px
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff
}
.ms-laptop-template .ms-bullet-selected {
background-position: -143px -25px
}
.ms-tablet-template .ms-tablet-cont .ms-view {
background-color: #17171a
}
.ms-tablet-template .ms-tablet-cont {
max-width: 500px;
position: relative;
margin: 0 auto
}
.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
max-width: 842px
}
.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
padding: 4.1% 12.1% 10%;
max-width: 632px
}
.ms-tablet-template .ms-lt-slider-cont {
position: relative;
padding: 11.1% 11% 22%;
max-width: 400px
}
.ms-tablet-template .ms-tablet-bg {
max-width: 100%;
position: absolute
}
.ms-tablet-template .ms-nav-prev,
.ms-tablet-template .ms-nav-next {
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -120px;
margin-top: -17px;
position: absolute;
top: 50%;
cursor: pointer
}
.ms-tablet-template .ms-nav-next {
background-position: -59px -9px;
right: -120px;
left: auto
}
.ms-tablet-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -18%;
right: 50%;
width: 100px
}
.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%
}
.ms-tablet-template .ms-bullet {
width: 10px;
height: 10px;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px
}
.ms-tablet-template .ms-bullet-selected {
background-position: -143px -25px
}
.ms-phone-template .ms-phone-cont .ms-view {
background-color: #17171a
}
.ms-phone-template .ms-phone-cont {
max-width: 386px;
position: relative;
margin: 0 auto
}
.ms-phone-template.ms-phone-land .ms-phone-cont {
max-width: 666px
}
.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
position: relative;
padding: 4.6% 16.1% 10% 15.5%;
max-width: 455px
}
.ms-phone-template .ms-lt-slider-cont {
position: relative;
padding: 26.2% 16.5% 33% 16.8%;
max-width: 258px
}
.ms-phone-template .ms-phone-bg {
max-width: 100%;
position: absolute
}
.ms-phone-template .ms-nav-prev,
.ms-phone-template .ms-nav-next {
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
width: 35px;
height: 40px;
left: -120px;
margin-top: -17px;
position: absolute;
top: 50%;
cursor: pointer
}
.ms-phone-template .ms-nav-next {
background-position: -59px -9px;
right: -120px;
left: auto
}
.ms-phone-template .ms-bullets.ms-dir-h {
position: absolute;
bottom: -30%;
right: 50%;
width: 100px
}
.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%
}
.ms-phone-template .ms-bullet {
width: 10px;
height: 10px;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
margin: 4px
}
.ms-phone-template .ms-bullet-selected {
background-position: -143px -25px
}
.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
bottom: -21%
}
.ms-phone-template.ms-phone-land .ms-nav-next {
right: -150px
}
.ms-phone-template.ms-phone-land .ms-nav-prev {
left: -150px
}
.ms-partialview-template .ms-slide-info {
text-align: center;
margin-top: 20px;
width: 100%
}
.ms-partialview-template .ms-slide-info h3 {
margin: 5px;
font-size: 23pt;
color: #222
}
.ms-partialview-template .ms-slide-info h4 {
margin: 5px;
font-size: 14pt;
color: #7a7a7a
}
.ms-partialview-template .ms-slide-info p {
font-size: 10pt;
margin: 6px
}
.ms-showcase2-template .ms-view {
background: 0 0
}
.master-slider {
-moz-transform: translate3d(0, 0, 1px)
}
.ms-staff-carousel {
margin: 25px auto;
position: relative
}
.ms-staff-carousel .ms-view {
overflow: visible;
background-color: transparent
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/staff-arrows.png) #fff no-repeat -7px -57px;
width: 35px;
height: 40px;
left: -35px;
margin-top: -17px;
box-shadow: 0px 1px 0px 0px #bebebe;
position: absolute;
top: 50%;
cursor: pointer
}
.ms-staff-carousel .ms-nav-next {
background-position: -6px -7px;
right: -35px;
left: auto
}
.ms-staff-carousel .ms-staff-info {
text-align: center;
margin: 0 auto;
max-width: 600px;
margin-top: 30px;
min-height: 300px;
color: #222
}
.ms-staff-carousel .ms-staff-info h3 {
font-size: 22pt;
margin: 0
}
.ms-staff-carousel .ms-staff-info h4 {
color: #787878;
font-size: 15pt;
margin: 3px
}
.ms-staff-carousel.ms-round .ms-slide-bgcont {
border-radius: 5000px;
border: solid 8px #e6e6e6;
margin: 0 -8px
}
.ms-staff-carousel.ms-round .ms-view {
padding-bottom: 8%
}
.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
background-color: transparent;
box-shadow: none;
left: -45px
}
.ms-staff-carousel.ms-round .ms-nav-next {
left: auto;
right: -45px
}
.ms-tabs-template .ms-thumb-frame h3 {
font-weight: 400;
font-size: 13pt;
margin: 0
}
.ms-tabs-template .ms-thumb-frame p {
font-size: 10pt;
margin: 4px 0
}
.ms-tabs-template .ms-thumb-frame-selected h3 {
color: #4b8aac
}
.ms-vertical-template .ms-nav-prev,
.ms-vertical-template .ms-nav-next {
top: 10px;
left: 50%;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
background-position: -11px -6px;
width: 40px;
height: 30px;
margin-left: -20px;
margin-top: 0
}
.ms-vertical-template .ms-nav-next {
top: auto;
bottom: 10px;
background-position: -11px -53px
}
.ms-vertical-template .ms-thumblist-fwd,
.ms-vertical-template .ms-thumblist-bwd {
width: 100%;
position: absolute;
top: 0;
height: 15px;
cursor: pointer;
background: url(assets/sds-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
background-position: 50% -106px
}
.ms-vertical-template .ms-thumblist-bwd {
top: auto;
bottom: 0;
background-position: 50% -145px
}
@charset "UTF-8";
/*!
Theme Name: SEOWP
Theme URI: http://seowptheme.com/
Author: <NAME>
Author URI: http://themeforest.net/user/lumbermandesigns
Description: SEOWP is a clean theme specially designed for Digital Marketing Agencies and their clients.
Version: 1.9.7
License: GNU General Public License
License URI: http://themeforest.net/licenses
Tags: white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background: 0 0
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code,
kbd,
pre,
samp {
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
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-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
*,
*:before,
*:after {
box-sizing: border-box
}
body.admin-bar .fixed {
top: 28px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0
}
a {
text-decoration: none;
line-height: inherit
}
a img {
border: none
}
.larger {
font-size: 125%;
font-weight: 300
}
.smaller {
font-size: 90%
}
span.larger,
span.smaller {
display: inline-block
}
.lighter {
font-weight: lighter
}
.light {
font-weight: 300
}
.thin {
font-weight: 200
}
.normal {
font-weight: 400
}
.bolder {
font-weight: bolder
}
.bold {
font-weight: 700
}
.uppercase {
text-transform: uppercase;
letter-spacing: 4px
}
ul {
list-style: none
}
.dslc-tp-content ul,
.dslc-tp-content ol,
.dslc-tp-content table,
.dslc-tp-content dl,
.dslc-tp-content address,
.dslc-tp-content pre,
.dslc-text-module-content ul,
.dslc-text-module-content ol,
.dslc-text-module-content table,
.dslc-text-module-content dl,
.dslc-text-module-content address,
.dslc-text-module-content pre {
margin-bottom: 20px
}
.dslc-tp-content ul ul,
.dslc-tp-content ul ol,
.dslc-tp-content ol ul,
.dslc-tp-content ol ol,
.dslc-text-module-content ul ul,
.dslc-text-module-content ul ol,
.dslc-text-module-content ol ul,
.dslc-text-module-content ol ol {
margin-bottom: 0
}
.dslc-tp-content table th,
.dslc-tp-content table td,
.dslc-text-module-content table th,
.dslc-text-module-content table td {
border-bottom: 1px solid rgba(0, 0, 0, .05);
padding: .5em .75em !important
}
.dslc-tp-content table thead th,
.dslc-tp-content table thead td,
.dslc-text-module-content table thead th,
.dslc-text-module-content table thead td {
background-color: rgba(0, 0, 0, .025)
}
.dslc-tp-content table tr:last-child th,
.dslc-tp-content table tr:last-child td,
.dslc-text-module-content table tr:last-child th,
.dslc-text-module-content table tr:last-child td {
border-bottom: none
}
.dslc-tp-content dl dt,
.dslc-text-module-content dl dt {
font-weight: 400;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.dslc-tp-content dl dd,
.dslc-text-module-content dl dd {
padding-top: 10px;
margin-bottom: 20px
}
.dslc-tp-content address,
.dslc-text-module-content address {
border: 1px solid rgba(137, 137, 137, .075);
display: inline-block;
padding: 25px 30px
}
.dslc-tp-content blockquote,
.dslc-text-module-content blockquote {
padding-left: 30px;
border-left: 1px solid rgba(137, 137, 137, .075)
}
.dslc-tp-content blockquote cite,
.dslc-text-module-content blockquote cite {
display: block;
font-size: 85%;
margin-top: 20px
}
.dslc-tp-content ul li,
.dslc-tp-content ol li,
.dslc-text-module-content ul li,
.dslc-text-module-content ol li {
list-style-position: inside
}
.dslc-tp-content ul li ul,
.dslc-tp-content ul li ol,
.dslc-tp-content ol li ul,
.dslc-tp-content ol li ol,
.dslc-text-module-content ul li ul,
.dslc-text-module-content ul li ol,
.dslc-text-module-content ol li ul,
.dslc-text-module-content ol li ol {
padding-left: 30px
}
.dslc-tp-content ul.arrow li,
.dslc-tp-content ol.arrow li,
.dslc-text-module-content ul.arrow li,
.dslc-text-module-content ol.arrow li {
list-style-type: none
}
.dslc-tp-content ul.arrow li:before,
.dslc-tp-content ol.arrow li:before,
.dslc-text-module-content ul.arrow li:before,
.dslc-text-module-content ol.arrow li:before {
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e100";
margin-right: 5px;
opacity: .5
}
.no-side-padding,
.no-side-padding.dslc-modules-section {
padding-left: 0;
padding-right: 0
}
.border-radius-top-0 {
border-top-radius: 0
}
.border-radius-bottom-0 {
border-top-radius: 0
}
.border-radius-right-0 {
border-right-radius: 0
}
.border-radius-left-0 {
border-left-radius: 0
}
.site-header {
position: relative;
z-index: 20
}
.wp-caption-text,
.gallery-caption,
.bypostauthor {
color: inherit
}
.alignleft {
float: left
}
.alignright {
float: right
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption.alignnone {
width: auto !important
}
img[src=""] {
display: none !important
}
img {
max-width: 100%;
height: auto
}
body.boxed-page-layout:before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%
}
.boxed-page-layout .global-wrapper {
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 0 7px 1px rgba(0, 0, 0, .1);
margin: 0 auto;
max-width: 1360px
}
#global-container {
position: relative;
z-index: 2
}
.site-main {
position: relative
}
.essb_links {
line-height: 24px
}
.essb_links,
.essb_links *,
.essb_links *:before,
.essb_links *:after {
box-sizing: padding-box
}
.page-links .page-links__title {
text-transform: uppercase;
letter-spacing: 1px;
opacity: .5
}
.page-links .page-numbers {
word-spacing: 20px
}
.single .post-password-required {
width: 50%;
margin: 100px auto;
text-align: center
}
.single .post-password-required p:first-child {
font-size: 27px;
line-height: 38px;
margin-bottom: 60px
}
.dslca-prompt-modal-descr textarea {
width: 100%
}
.dslc-page .site-content {
padding-top: 0;
padding-bottom: 0
}
.dslca-wp-editor-inner *,
.dslca-wp-editor-inner:before,
.dslca-wp-editor-inner:after {
box-sizing: padding-box
}
body.dslca-enabled .site-main,
body.dslca-enabled #global-container {
z-index: auto
}
body .dslca-wp-editor .wp-switch-editor {
height: auto
}
.dslc-text-module-content p,
.dslc-info-box-content p {
font-size: 15px;
line-height: 30px;
}
.dslc-text-module-content h2,.dslc-text-module-content h2 strong{
font-size: 25px;
font-weight: 500;
color: #218ac9;
}
.dslc-text-module-content .dslca-editable-content {
margin-bottom: inherit
}
.dslc-info-box-content p {
margin-bottom: 0
}
.dslc-post-separator {
border-right-width: 0;
border-left-width: 0;
border-top-width: 0
}
.dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-bottom: 0
}
#dslc-content .blog-noauthor .dslc-blog-post-meta-author,
#dslc-content .blog-noauthor .dslc-cpt-post-meta-author {
display: none
}
#dslc-content .blog-noauthor .dslc-blog-post-meta-date,
#dslc-content .blog-noauthor .dslc-cpt-post-meta-date {
float: left
}
#dslc-content .blog-noauthor .dslc-blog-post-meta-comment-count {
margin-left: 10px
}
#global-container #dslc-content .dslc-blog-posts .dslc-posts-inner>.dslc-post-separator:last-child {
margin: 0;
padding: 0
}
#dslc-content .dslc-blog-post-meta-avatar img {
height: auto
}
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Posts .dslc-post,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-LBMN_ArchivePostsGrid_LC_Module .dslc-post {
overflow: hidden
}
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Posts .dslc-post-thumb,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-DSLC_Blog .dslc-post-thumb,
#global-container #dslc-content .blog-balanced-thumbnail .dslc-module-LBMN_ArchivePostsGrid_LC_Module .dslc-post-thumb {
min-height: 1px
}
body .dslca-module-edit-field-icon-suggest,
body .dslca-module-edit-field-icon-prev,
body .dslca-module-edit-field-icon-next,
body .dslca-module-edit-field-font-prev,
body .dslca-module-edit-field-font-next,
body .dslca-module-edit-field-icon-switch-set {
display: none
}
body .dslca-module-edit-field-font-wrapper {
width: 100%
}
.dslca-module-edit-option-font {
position: relative
}
.dslca-module-edit-option-font .dslc-icon-refresh {
display: none;
right: 12px;
position: absolute;
opacity: .5;
bottom: 10px
}
.wf-loading .dslca-module-edit-option-font .dslc-icon-refresh {
display: inline-block
}
.dslca-modal-allicons {
left: 60px !important;
right: 60px;
top: 90px;
width: auto;
position: fixed
}
.dslca-modal-allicons .modal-content {
height: 100%;
overflow: scroll
}
.dslca-modal-allicons .lbmn-icons-grid {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden
}
.dslca-modal-allicons .icon-item {
display: inline-block;
width: 9%;
min-width: 140px;
min-height: 150px;
padding: 20px 10px;
margin: 0 0 0 -1px;
vertical-align: top;
text-align: center;
border-left: 1px solid rgba(155, 155, 155, .05);
border-bottom: 1px solid rgba(155, 155, 155, .05)
}
.dslca-modal-allicons .icon-item:hover {
box-shadow: 0 1px 5px 0px rgba(68, 68, 68, .52)
}
.dslca-modal-allicons .icon-item:active {
box-shadow: 0 1px 5px 0px #5890e5 inset
}
.dslca-modal-allicons .icon-item__icon {
display: inline-block;
width: 100%;
padding: 20px 0;
font-size: 24px
}
.dslca-modal-allicons .icon-item__name {
opacity: .35;
display: inline-block;
font-size: 14px;
line-height: 1.25
}
.dslca-module-edit-label .button-reset {
float: right;
cursor: pointer;
opacity: .4;
border: 1px solid rgba(255, 255, 255, .5);
font-size: 9px;
padding: 4px 5px;
margin-top: -5px;
border-radius: 3px
}
.dslca-module-edit-label .button-reset:hover {
opacity: 1
}
.dslca-module-edit-option input[type=text],
.dslca-module-edit-option input[type=email],
.dslca-module-edit-option input[type=number],
.dslca-module-edit-option textarea,
.dslca-module-edit-option select {
display: inline-block;
margin-bottom: 0
}
#dslc-content .nf-field-container {
margin-bottom: 0
}
#dslc-content .label-above .nf-field-label {
margin-bottom: 5px
}
.nf-field-container.calc_hidden {
opacity: 0
}
.dslc-res-phone div[class^=bti-lm-a-],
.dslc-res-phone div[class^=bti-lm-b-] {
margin-left: 0;
margin-right: 0
}
.dslc-res-phone div[class^=bti-lm-col-] {
width: 100%
}
#dslc-content .dslc-module-DSLC_TP_Meta li {
list-style-position: outside
}
.comment-form #submit {
text-transform: lowercase;
box-shadow: none
}
.dslc-comments-pingback {
border-bottom: 1px solid rgba(155, 155, 155, .1);
font-size: 90%;
margin-bottom: 20px;
padding-bottom: 20px
}
.dslc-comments-pingback p {
margin-bottom: 0
}
.nocomments {
border: 1px solid rgba(155, 155, 155, .1);
border-radius: 3px;
display: inline-block;
font-size: 80%;
letter-spacing: 1px;
padding: 5px 14px;
margin-top: 40px;
text-transform: uppercase
}
body .dslc-accordion-item {
margin-top: 0
}
body #nex-forms .radio-inline,
body #nex-forms .checkbox-inline {
font-weight: inherit
}
body #nex-forms div.input-inner {
margin-bottom: 8px
}
body #nex-forms div.radio-group label.radio-inline,
body #nex-forms div.radio-group label.checkbox-inline,
body #nex-forms div.checkbox-group label {
padding-left: 45px
}
body #nex-forms .btn {
box-shadow: none
}
body #nex-forms .btn.input-lg {
padding-left: 20px;
padding-right: 20px;
font-size: 16px
}
.message-popup {
position: fixed;
z-index: 100000;
background: rgba(0, 0, 0, .75);
width: 100%;
height: 100%;
text-align: center;
left: 0;
top: 0
}
.message-popup .message-content {
position: relative;
background: #fff;
width: 660px;
margin: 120px auto;
padding: 50px 40px
}
.message-popup .close-help-popup {
position: absolute;
right: 0;
top: 0;
display: inline-block;
font-size: 21px;
padding: 20px 22px
}
.message-popup .welcome-panel h3 {
margin-bottom: 20px;
font-size: 24px
}
.message-popup .welcome-panel .button.button-hero {
margin: 0
}
.rtw_meta {
font-size: 13px;
line-height: 21px;
margin-bottom: 0;
opacity: .4
}
.wpcf7-form-control-wrap {
display: block
}
.wpcf7-list-item-label {
margin-left: 10px
}
.wpcf7-form-control+.wpcf7-not-valid-tip {
top: auto;
left: 0;
border-radius: 0 0 6px 6px;
margin-top: -26px;
width: 100%;
background: red;
color: #fff;
border: none;
font-weight: 500;
text-transform: uppercase;
padding-left: 8px
}
.wpcf7-response-output.wpcf7-validation-errors {
border-radius: 6px;
background: #ff8500;
color: #fff;
border: none;
padding-left: 10px;
margin-left: 0;
margin-right: 0
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
border-radius: 6px;
background: #398f14;
color: #fff;
border: none;
padding-left: 10px;
margin-left: 0;
margin-right: 0
}
body #nex-forms .ui-nex-forms-container label#title,
body #nex-forms .ui-nex-forms-container .help-block {
display: inherit
}
body #nex-forms .input_holder .col-sm-2 {
width: 25%
}
body #nex-forms .input_holder .col-sm-10 {
width: 75%
}
body #nex-forms label {
font-weight: 400
}
body #nex-forms .is_required.btn-xs {
position: absolute;
color: rgba(255, 85, 0, .5) !important;
left: -14px;
top: 7px
}
body #nex-forms .input-sm .is_required.btn-xs {
left: -4px;
top: 10px
}
body #nex-forms .input-lg .is_required.btn-xs {
left: 1px;
top: 16px
}
body #nex-forms .input-lg {
font-size: 19px;
font-weight: 300
}
body #nex-forms .input-lg .sub-text {
font-size: 12px;
position: relative;
top: -9px
}
form label {
margin-right: .75em;
font-weight: 400
}
.dslc-code-empty-title {
padding-top: 40px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(0, 0, 0, .11)
}
.dslc-code-empty-content {
padding-top: 60px;
padding-bottom: 60px
}
.notification-panel {
display: none;
position: relative;
z-index: 20;
padding: 0 20px;
text-align: center;
transition: all .5s ease 0s
}
.notification-panel:before {
content: "";
width: 1px;
margin-right: -.4em;
vertical-align: middle;
display: inline-block
}
@media only screen and (max-width:767px) {
.dslc-text-module-content h2,.dslc-text-module-content h2 strong{
font-size: 18px;
font-weight: 500;
color: #218ac9;
}
.expertise {
text-align: center;
margin-bottom: 20px;
margin-top: 9px;
}
.title-widget {
color: #fff;
font-size: 18px!important;
}
body .notification-panel {
display: none !important
}
#expertise-section .col-sm-2 {
width: 16%;
padding-right: 0px!important;
padding-left: 0px!important;
}
#expertise-section img{
max-width: 100%!important;
}
}
.notification-panel__icon {
font-size: 135%;
margin-left: 15px;
margin-right: 10px;
opacity: .5;
vertical-align: middle
}
.in-wp-customizer .notification-panel__icon {
vertical-align: text-bottom
}
.notification-panel__content {
display: inline;
font-size: 16px;
vertical-align: text-bottom;
position: relative;
z-index: 1
}
.notification-panel__message {
display: inline-block;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: middle;
line-height: 1.3
}
.notification-panel__cta-icon {
font-size: 150%;
opacity: .5;
vertical-align: middle;
margin-top: -.05em
}
.notification-panel__cta-link {
position: absolute;
z-index: 2;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.notification-panel__close {
display: inline-block;
position: absolute;
z-index: 3;
top: 50%;
right: 0;
margin-top: -16px;
padding: 0 30px;
font-size: 25px;
opacity: .5
}
.notification-panel__close:hover {
opacity: 1
}
.dslca-enabled .site-header {
background: #fff;
color: #999;
text-transform: uppercase;
font-size: 11px;
font-weight: 900;
text-align: center;
padding: 20px
}
.topbar {
position: relative;
z-index: 30
}
.topbar .menu_holder {
position: relative
}
.topbar .menu_holder:before {
content: '';
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%
}
.topbar .menu_inner {
position: relative;
z-index: 1
}
#mega_main_menu.disabled {
display: none
}
.mega_main_menu .menu_holder {
position: relative;
padding-left: 20px;
padding-right: 20px
}
.mega_main_menu .menu_holder:before {
content: '';
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%
}
.mega_main_menu .logo_link:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle
}
.mega_main_menu .nav_logo .logo_link .nav_logo__retina {
display: none
}
.mega_main_menu.logoplacement-top-left .nav_logo {
text-align: left
}
.mega_main_menu.logoplacement-top-center .nav_logo {
text-align: center
}
.mega_main_menu.logoplacement-top-right .nav_logo {
text-align: right
}
.mega_main_menu.logoplacement-top-left .menu_holder:after,
.mega_main_menu.logoplacement-top-center .menu_holder:after,
.mega_main_menu.logoplacement-top-right .menu_holder:after {
display: block
}
.mega_main_menu.logoplacement-top-left .nav_logo,
.mega_main_menu.logoplacement-top-center .nav_logo,
.mega_main_menu.logoplacement-top-right .nav_logo {
width: 100%;
padding-top: 0
}
.mega_main_menu>.menu_holder>.menu_inner>ul li>.item_link .link_text {
line-height: inherit
}
.mega_main_menu.no-search .nav_search_box {
display: none !important
}
.mega_main_menu.include-search .nav_search_box {
display: inline-block !important
}
.mega_main_menu .nav_search_box:before {
display: none !important
}
.mega_main_menu#mega_main_menu>.menu_holder>.menu_inner>ul>li.nav_search_box #mega_main_menu_searchform .field {
transition: all .1s ease 0s
}
.mega_main_menu#mega_main_menu>.menu_holder>.menu_inner>ul>li.nav_search_box #mega_main_menu_searchform .field:focus {
transition: all .2s ease .2s
}
.mega_main_menu #mega_main_menu_searchform:before {
transition: all .2s ease 0s
}
.mega_main_menu.search-shadow-inside #mega_main_menu_searchform:before {
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3) inset, 0 1px 1px 0 rgba(0, 0, 0, .3) inset, 0 1px 10px 0 rgba(0, 0, 0, .1) inset
}
.mega_main_menu.search-shadow-outside #mega_main_menu_searchform:before {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4)
}
.mega_main_menu li.nav_search_box>#mega_main_menu_searchform:before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%
}
.mega_main_menu a.menu-icon {
margin-right: -20px;
padding: 0 10% 0 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_2>.item_link,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_2>.item_link {
margin-top: 12px;
margin-bottom: 8px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text {
letter-spacing: 1px;
text-transform: uppercase
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text .link_descr,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_2>.item_link .link_text .link_descr {
letter-spacing: 0;
text-transform: none;
color: inherit
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_3>.item_link,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_3>.item_link {
margin-bottom: 12px;
margin-right: 12px;
margin-top: 12px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown .mega_dropdown>li.additional_style_3>.item_link>.link_content>.link_text>.link_descr,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown .mega_dropdown>li.additional_style_3>.item_link>.link_content>.link_text>.link_descr {
margin-top: 12px
}
#mega_main_menu .mega_dropdown>li>.item_link.menu_item_without_text.disable_icon {
padding: 0 !important
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_icon {
margin-top: 15px;
margin-bottom: 15px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_icon,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_icon>i {
width: 80px
}
body #mega_main_menu.mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_title {
margin-top: 25px;
margin-bottom: 10px;
font-size: 19px
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_title,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_description {
margin-left: 80px
}
body #mega_main_menu ul li .mega_dropdown>li>.item_link>i {
opacity: .7
}
body #mega_main_menu.header-menu ul li .mega_dropdown>li>.item_link>i+.link_content {
padding-left: 4px
}
body #mega_main_menu>.menu_holder>.menu_inner .item_link>.link_content>.link_text>.link_descr {
font-size: 90%;
opacity: .5
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns2>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns2>.mega_dropdown {
width: 520px
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns3>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns3>.mega_dropdown {
width: 780px
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns4>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns5>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns6>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns7>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns8>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns9>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown:not(.submenu_full_width).columns10>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns4>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns5>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns6>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns7>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns8>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns9>.mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown:not(.submenu_full_width).columns10>.mega_dropdown {
width: 1024px
}
#mega_main_menu ul>li.submenu_full_width>.mega_dropdown {
top: auto
}
#mega_main_menu.header-menu ul.mega_main_menu_ul>li>.mega_dropdown {
margin-top: 20px
}
#mega_main_menu.header-menu ul.mega_main_menu_ul>li>.mega_dropdown:before {
content: "";
display: block;
height: 21px;
left: 0;
position: absolute;
top: -21px;
width: 100%
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown:hover>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown>.item_link:hover+.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown.keep_open>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown:hover>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown>.mega_dropdown>li:hover .post_details,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown>.mega_dropdown>li.keep_open .post_details,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown:hover>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown>.item_link:hover+.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown.keep_open>.mega_dropdown,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown>.mega_dropdown>.post_item:hover .post_details,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown>.mega_dropdown>.post_item.keep_open .post_details {
padding: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.processed_image {
margin-bottom: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown .mega_dropdown>li,
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown .mega_dropdown>li.post_item {
padding: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_description {
margin-right: 20px;
margin-bottom: 30px
}
html.js .header-menu .nav_search_box>#mega_main_menu_searchform:before {
opacity: 0
}
html.js .header-menu .nav_search_box>#mega_main_menu_searchform.search_form_focused:before {
opacity: 1
}
#mega_main_menu.direction-horizontal .sticky_container {
box-shadow: 0 1px 3px 0 rgba(156, 156, 156, .4)
}
#mega_main_menu.direction-horizontal>.menu_holder.sticky_container .nav_logo {
text-align: left
}
#mega_main_menu.direction-horizontal.logoplacement-bottom-right>.menu_holder .nav_logo {
text-align: right
}
#mega_main_menu.header-menu.logoplacement-bottom-left .menu_holder,
#mega_main_menu.header-menu.logoplacement-bottom-right .menu_holder {
width: 100%;
z-index: 2000
}
body.boxed-page-layout #mega_main_menu.header-menu .sticky_container {
left: auto;
max-width: 1360px;
z-index: 2000
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.menu-align-left {
float: left
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.menu-align-right {
float: right
}
#mega_main_menu.nav_menu>.menu_holder>.menu_inner>ul>li:hover>span.item_link,
#mega_main_menu.nav_menu>.menu_holder>.menu_inner>ul>li>span.item_link:hover {
background: 0 0
}
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>.nav_logo:before {
display: none !important
}
#mega_main_menu.header-menu.logoplacement-top-left .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-center .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-right .nav_logo {
max-width: 1360px
}
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container {
padding: 0;
min-height: 0
}
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container .nav_logo,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container .nav_logo {
display: none
}
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .menu_holder,
#mega_main_menu.header-menu.logoplacement-top-left .sticky_container .menu_holder.sticky_container,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container .menu_holder,
#mega_main_menu.header-menu.logoplacement-top-center .sticky_container .menu_holder.sticky_container,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container .menu_holder,
#mega_main_menu.header-menu.logoplacement-top-right .sticky_container .menu_holder.sticky_container {
transition: none
}
#mega_main_menu.logoplacement-bottom-right .nav_logo {
float: right
}
body #mega_main_menu .nav_logo .logo_link {
padding-left: 0 !important;
padding-right: 0 !important
}
#mega_main_menu>.menu_holder>.menu_inner>ul>li.nav_search_box #mega_main_menu_searchform .field:focus {
padding-left: 14px
}
body #mega_main_menu.header-menu>.menu_holder>.menu_inner>ul>li.nav_search_box>#mega_main_menu_searchform {
border: none;
background: 0 0
}
.off-canvas-area .widget {
margin-bottom: 24px
}
.off-canvas-area .widget-title {
margin-bottom: 14px;
font-size: 14px;
letter-spacing: 2.4px;
text-transform: uppercase
}
.off-canvas-area .essb-fans {
margin-left: -6px;
margin-right: -6px
}
.off-canvas-area .widget_nav_menu .menu {
list-style: none;
padding: 0;
margin-left: -20px;
margin-right: -20px
}
.off-canvas-area .widget_nav_menu .menu>li {
margin: 0
}
.off-canvas-area .widget_nav_menu .menu>li a {
display: inline-block;
width: 100%;
color: rgba(0, 0, 0, .75)
}
.off-canvas-area .widget_nav_menu .menu>li a:first-child {
position: relative;
padding: 5px 20px;
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.off-canvas-area .widget_nav_menu .menu>li a:first-child:after {
position: absolute;
right: 1.5em;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
line-height: inherit;
vertical-align: middle;
content: "\e834";
opacity: .5
}
.off-canvas-area .widget_nav_menu .menu>li.current_page_item {
background: rgba(0, 0, 0, .04)
}
.off-canvas-area .widget_nav_menu .menu>li.current_page_item>a:first-child {
border: none;
font-weight: 400;
color: rgba(0, 0, 0, .85)
}
.off-canvas-area .widget_nav_menu .menu>li.current_page_item>a:first-child:after {
opacity: 1
}
.off-canvas-area .widget_nav_menu .menu>li:last-child a {
border-bottom: none
}
.off-canvas-area .widget_nav_menu .menu .menu-icon>a:first-child {
position: relative
}
.off-canvas-area .widget_nav_menu .menu .submenu-item-icon {
font-size: 125%;
position: absolute;
left: 1.25em;
margin-top: -.1em;
opacity: .75
}
.textwidget>p:last-child {
margin-bottom: 0
}
.widget_recent_entries ul {
list-style: none !important
}
.widget_recent_entries li {
overflow: hidden;
margin-bottom: 6px
}
.widget_recent_entries li a {
position: relative
}
.widget_recent_entries li span {
display: inline-block;
margin-top: 4px;
font-size: 75%;
opacity: .8
}
.widget_search {
overflow: hidden
}
.widget_search form {
overflow: hidden;
padding-bottom: 2px
}
.widget_search input[name="s"] {
float: left;
width: 70%;
border-radius: 4px 0 0 4px
}
.widget_search input[type=submit] {
float: right;
width: 30%;
margin: 0;
text-align: center;
border-radius: 0 4px 4px 0
}
#global-container #dslc-content .dslc-widget div>ul {
margin-left: 0
}
#global-container #dslc-content .dslc-widget div>ul ul {
margin-top: .75em
}
.widget_calendar table {
min-width: 80%
}
.widget_rotatingtweets_widget .rtw_meta {
opacity: .5
}
.widget_rotatingtweets_widget:hover .rtw_meta {
opacity: 1
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_icon {
position: absolute
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_icon img {
border-radius: 3px
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_wide_block {
margin-left: 10px
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_info {
font-size: 13px;
line-height: 1.125
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_info div {
display: inline-block;
margin-right: 10px
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_time_short a,
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_id a {
color: #8899a5
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_name {
float: left;
font-weight: 700
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_name a {
color: #292f33
}
.widget_rotatingtweets_widget .rotatingtweets_format_2 .rtw_main {
margin-top: 10px;
margin-bottom: 10px
}
.widget_rotatingtweets_widget .follow-button {
margin-top: 20px
}
body form.mc4wp-form label {
font-weight: 400
}
.nsu-form label {
margin-right: 0
}
body #mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown>.mega_dropdown .nsu_widget {
padding-left: 30px
}
body .essb-fans.colored {
margin-left: -10%
}
body .essb-fans li a {
padding: 0 0 14px
}
body .essb-fans li span {
font-size: 20px;
margin-top: 15px
}
#global-container #dslc-content .dslc-widget.widget_recent_comments ul,
#global-container #dslc-content .dslc-widget.widget_archive ul,
#global-container #dslc-content .dslc-widget.widget_recent_entries ul,
#global-container #dslc-content .dslc-widget.widget_categories ul,
#global-container #dslc-content .dslc-widget.widget_meta ul,
#global-container #dslc-content .dslc-widget.widget_rss ul,
#global-container #dslc-content .dslc-widget.widget_pages ul {
list-style: none
}
#dslc-content .dslc-widget ul {
list-style: none
}
.widget_recent_comments li,
.widget_archive li,
.widget_recent_entries li,
.widget_categories li,
.widget_meta li {
position: relative;
padding-left: 2.5em !important;
padding-bottom: 12px !important;
margin-bottom: 12px !important;
font-size: 15px;
line-height: 1.4
}
.widget_recent_comments li:before,
.widget_archive li:before,
.widget_recent_entries li:before,
.widget_categories li:before,
.widget_meta li:before {
position: absolute;
display: inline-block;
top: 3px;
left: 0;
vertical-align: middle;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e69c";
opacity: .5;
transition: all .35s ease-in-out;
font-size: 19px
}
.widget_recent_comments li:hover:before,
.widget_archive li:hover:before,
.widget_recent_entries li:hover:before,
.widget_categories li:hover:before,
.widget_meta li:hover:before {
opacity: 1;
left: -5px
}
.widget_recent_comments li>a,
.widget_archive li>a,
.widget_recent_entries li>a,
.widget_categories li>a,
.widget_meta li>a {
display: inline-block !important
}
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_recent_entries li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child {
border-bottom: none
}
.widget_recent_entries ul li>.post-date {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px
}
.widget_recent_comments .recentcomments,
.widget_recent_comments .recentcomments>.url {
width: auto
}
.widget_recent_comments .recentcomments>.url {
font-size: 14px
}
.widget_archive ul li:before {
content: "\e69d"
}
.widget_recent_entries ul li:before {
content: "\e69f"
}
.widget_categories ul li:before {
content: "\e6ac"
}
.widget_recent_comments ul li:before {
content: "\e65e"
}
.widget_meta ul li:nth-child(1):before {
content: "\e693"
}
.widget_meta ul li:nth-child(2):before {
content: "\e691"
}
.widget_meta ul li:nth-child(3):before {
content: "\e641"
}
.widget_meta ul li:nth-child(4):before {
content: "\e684"
}
.widget_meta ul li:nth-child(5):before {
content: "\e66d"
}
.tagcloud {
font-size: 190%;
line-height: .8;
word-spacing: -15px
}
.tagcloud a {
display: inline-block;
padding: 2px 6px 4px;
word-spacing: 0;
transition: all .35s ease-in-out
}
.tagcloud a:hover {
background: #fff;
border-radius: 100px;
transform: scale(1.5)
}
.widget_calendar caption {
text-transform: uppercase;
font-size: 14px;
opacity: .4;
letter-spacing: 3px;
margin-bottom: 20px
}
.widget_calendar table {
width: 100%;
border: none
}
.widget_calendar table thead {
background: 0 0;
border-bottom: 1px solid rgba(8, 8, 8, .05);
opacity: .4
}
.widget_calendar table thead tr th {
font-weight: 400;
font-size: 12px;
padding-top: 10px;
padding-bottom: 11px;
text-align: center
}
.widget_calendar table tbody tr td {
font-size: 12px;
text-align: center
}
.widget_calendar table tr:nth-of-type(even) {
background: 0 0
}
.widget_calendar table tfoot {
background: 0 0;
font-weight: 400
}
.widget_calendar table tfoot td {
padding-top: 20px
}
.widget_pages ul {
list-style: none
}
.widget_pages ul li a {
position: relative;
display: inline-block;
padding: 10px 0;
font-size: 18px
}
.widget_pages ul li a:before {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e67b";
opacity: .75
}
.widget_pages ul li ul {
padding: 0 0 10px
}
.widget_pages ul li li {
border: none
}
.widget_pages ul li li a {
padding: 0;
font-size: 14px
}
.widget_pages ul a {
display: inline-block;
transition: all .2s ease-in-out
}
.widget_pages ul a:hover {
transform: translate(10px, 0)
}
.widget_rss .rsswidget img {
margin-bottom: 0;
margin-right: .5em
}
.widget_rss>ul {
list-style: none
}
.widget_rss>ul>li {
margin-bottom: 2em
}
.widget_rss .rss-date {
display: block;
opacity: .7;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
position: relative;
margin-top: 10px
}
.widget_rss .rss-date:before {
display: inline-block;
margin-top: -3px;
margin-right: 5px;
vertical-align: middle;
font-family: 'iconfont';
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e6a7";
font-size: 20px
}
.widget_rss .rssSummary {
margin-top: 1em;
font-size: 14px
}
.widget_rss cite {
display: inline-block;
padding-top: 5px;
margin-top: 20px;
margin-bottom: 20px;
font-size: 13px;
border-top: 1px solid rgba(0, 0, 0, .1);
opacity: .7
}
.calltoaction-area {
position: relative;
z-index: 2;
padding: 0 20px;
text-align: center;
transition: all .5s ease 0s
}
.calltoaction-area:before {
content: "";
width: 0;
vertical-align: middle;
display: inline-block
}
.calltoaction-area__content {
display: inline;
font-size: 16px;
vertical-align: middle;
position: relative;
z-index: 1
}
.calltoaction-area__message {
display: inline-block;
vertical-align: middle;
line-height: 1.2
}
.calltoaction-area__cta-icon {
margin-top: -.15em;
opacity: .5;
vertical-align: middle
}
.calltoaction-area__cta-link {
position: absolute;
z-index: 2;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.in-wp-customizer .calltoaction-area {
display: block
}
@media only screen and (max-width:767px) {
body .calltoaction-area {
height: auto;
padding: 30px 20px;
line-height: 1.3
}
body .calltoaction-area__content {
font-size: 21px
}
}
.dslca-enabled .site-footer {
background: #222;
color: #999;
text-transform: uppercase;
font-size: 11px;
font-weight: 900;
text-align: center;
padding: 20px;
margin-bottom: 55px
}
.footer-editing__pseudo-content {
width: 70%;
margin: 100px auto;
text-align: center;
text-transform: uppercase;
color: #acacac;
letter-spacing: 1px
}
.footer-editing__pseudo-content .dslca-activate-composer-hook {
position: relative;
right: auto;
bottom: auto;
display: inline-block;
float: none
}
.single-lbmn_footer.dslca-enabled .site-content {
padding-bottom: 140px
}
body.dslc-res-phone #dslc-content .dslc-testimonial-author.dslc-testimonial-author-pos-outside-right {
float: none
}
body.dslc-res-phone .dslc-no-columns-spacing .dslc-col {
margin: 0
}
body .dslc-module-DSLC_Info_Box:after {
clear: both;
content: "";
display: table
}
body .dslc-accordion-header,
body #dslc-content .dslc-cpt-post-title h2,
body #dslc-content .dslc-blog-post-title h2,
body #dslc-content .dslc-gallery-title h2,
body #dslc-content .dslc-partner .dslc-partner-title h2,
body #dslc-content .dslc-projects .dslc-project-title h2,
body #dslc-content .dslc-product-title h2,
body #dslc-content .dslc-staff-member-title h2,
body #dslc-content .dslc-module-heading h2,
body #dslc-content .dslc-product-thumb .dslc-product-price,
body #dslc-content .dslc-product-price-secondary,
body #dslc-content .dslc-projects .dslc-project-cats,
body #dslc-content .dslc-gallery-images-count-num,
body #dslc-content .dslc-gallery-images-count-txt,
body #dslc-content .dslc-partner .dslc-partner-excerpt {
font-family: inherit
}
body #dslc-content .dslc-partner .dslc-partner-thumb {
margin-left: auto;
margin-right: auto
}
@media only screen and (min-width:768px) and (max-width:1024px) {
#dslc-content .tablet-width-full {
width: 100%
}
}
@media only screen and (max-width:767px) {
#dslc-content .mobile-margin-bottom-none {
margin-bottom: 0
}
#dslc-content .area-mobile-margin-bottom-none .dslc-modules-area {
margin-bottom: 0
}
#dslc-content .phone-width-full {
width: 100%
}
#dslc-content .phone-width-half {
width: 50%
}
#dslc-content .hide-on-phone {
display: none
}
}
@media only screen and (max-width:320px) {
#dslc-content .hide-for-extra-small {
display: none
}
}
.dslc-modules-section-wrapper,
.dslca-add-modules-section {
width: 1200px
}
.dslc-modules-section:not(.dslc-full) {
padding-left: 4%;
padding-right: 4%
}
.dslc-modules-section {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding-bottom: 80px;
padding-top: 80px;
padding-left: 0;
padding-right: 0;
background-image: none;
background-repeat: repeat;
background-position: left top;
background-attachment: scroll;
background-size: auto;
border-width: 0;
border-style: solid
}
/* New End */
#dslc-module-74055eaf658 .dslc-text-module-content {
margin-top: 0;
margin-right: 30px;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
background-size: auto
}
#dslc-module-74055eaf658 .dslc-text-module-content,
#dslc-module-74055eaf658 .dslc-text-module-content .dslca-editable-content,
#dslc-module-74055eaf658 .dslc-text-module-content p {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content p {
padding-right: 0;
padding-bottom: 30px;
margin-top: 10px;
}
#dslc-module-74055eaf658 .dslc-text-module-content h1 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h2 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h3 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h4 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h5 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content h6 {
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content ul {
list-style-type: disc;
text-align: left
}
#dslc-module-74055eaf658 .dslc-text-module-content ol {
list-style-type: decimal
}
#dslc-module-74055eaf658 input[type=text],
#dslc-module-74055eaf658 input[type=password],
#dslc-module-74055eaf658 input[type=number],
#dslc-module-74055eaf658 input[type=email],
#dslc-module-74055eaf658 input[type=tel],
#dslc-module-74055eaf658 textarea,
#dslc-module-74055eaf658 select {
color: #fff;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
border-color: #ddd;
border-width: 1px;
border-style: solid
}
#dslc-module-74055eaf658 input[type=text]::placeholder,
#dslc-module-74055eaf658 input[type=password]::placeholder,
#dslc-module-74055eaf658 input[type=number]::placeholder,
#dslc-module-74055eaf658 input[type=email]::placeholder,
#dslc-module-74055eaf658 input[type=tel]::placeholder,
#dslc-module-74055eaf658 textarea::placeholder,
#dslc-module-74055eaf658 select::placeholder {
color: #fff
}
#dslc-module-74055eaf658 .dslc-text-module-content blockquote,
#dslc-module-74055eaf658 .dslc-text-module-content blockquote p {
font-size: 13px;
font-weight: 400;
line-height: 22px
}
#dslc-module-74055eaf658 blockquote,
#dslc-module-74055eaf658 .dslc-text-module-content blockquote p {
text-align: left
}
#dslc-module-74055eaf658 blockquote {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-74055eaf658 input[type=submit],
#dslc-module-74055eaf658 button {
background-color: #5890e5;
border-radius: 3px;
color: #fff;
font-size: 13px;
font-weight: 500;
line-height: 13px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px
}
#dslc-module-74055eaf658 input[type=submit]:hover,
#dslc-module-74055eaf658 button:hover {
background-color: #5890e5;
color: #fff;
border-color: #5890e5
}
#dslc-module-0a8fdc467de .dslc-info-box {
text-align: left;
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
margin-bottom: 8px;
padding-left: 60px;
padding-right: 60px
}
#dslc-module-0a8fdc467de .dslc-info-box-main-wrap {
max-width: 100%
}
#dslc-module-0a8fdc467de .dslc-info-box-wrapper {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-0a8fdc467de .dslc-info-box-image-inner .dslc-icon,
#dslc-module-0a8fdc467de .dslc-info-box-image-inner svg {
color: #727272;
fill: #727272;
font-size: 30px;
width: 30px;
height: 20px
}
#dslc-module-0a8fdc467de .dslc-info-box-image-inner {
width: 29px;
height: 29px;
background-color: transparent
}
#dslc-module-0a8fdc467de .dslc-info-box-image {
text-align: left
}
#dslc-module-0a8fdc467de .dslc-info-box-image,
#dslc-module-0a8fdc467de .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 10px
}
#dslc-module-0a8fdc467de .dslc-info-box-image-alt {
text-align: center
}
#dslc-module-0a8fdc467de .dslc-info-box-image-alt-inner img {
margin-bottom: 25px
}
#dslc-module-0a8fdc467de .dslc-info-box-title {
text-align: inherit
}
#dslc-module-0a8fdc467de .dslc-info-box-title h4 {
font-size: 20px;
text-transform: none;
line-height: 30px
}
#dslc-module-0a8fdc467de .dslc-info-box-content {
text-align: inherit;
margin-bottom: 28px
}
#dslc-module-0a8fdc467de .dslc-info-box-content,
#dslc-module-0a8fdc467de .dslc-info-box-content p {
font-size: 14px;
line-height: 22px
}
#dslc-module-0a8fdc467de .dslc-info-box-content li {
font-size: 13px;
font-weight: 400;
line-height: 22px;
margin-bottom: 10px
}
#dslc-module-0a8fdc467de .dslc-info-box-content ul,
#dslc-module-0a8fdc467de .dslc-info-box-content ol {
margin-bottom: 25px;
margin-left: 25px
}
#dslc-module-0a8fdc467de .dslc-info-box-content ul {
list-style-type: disc
}
#dslc-module-0a8fdc467de .dslc-info-box-content ol {
list-style-type: decimal
}
#dslc-module-0a8fdc467de .dslc-info-box-button a {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
text-transform: none;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-0a8fdc467de .dslc-info-box-button a:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-0a8fdc467de .dslc-info-box-button a:before {
opacity: 1
}
#dslc-module-0a8fdc467de .dslc-info-box-button {
margin-top: 20px;
margin-right: 12px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-primary svg {
width: 11px;
height: 11px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-primary svg {
margin-right: 5px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
text-transform: none;
margin-left: 5px;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary:before {
opacity: 1
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary svg {
width: 11px;
height: 11px
}
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-0a8fdc467de .dslc-info-box-button a.dslc-secondary svg {
margin-right: 5px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content {
margin-top: 80px;
background-repeat: repeat;
background-attachment: scroll;
background-position: left top;
background-size: auto
}
#dslc-module-5bf0a899d98 .dslc-text-module-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content .dslca-editable-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content p {
text-align: left;
line-height: 30px;
color: white;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 {
text-align: left;
margin-bottom: 15px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 strong{
font-size: 40px;
color: #5890e5!important;
font-weight: 400;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong{
text-align: left;
text-align: left;
line-height: 30px;
font-size: 22px;
color: white;
font-weight: 400;}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 {
text-align: left;
margin-top: 5px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h3 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h4 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h5 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h6 {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul {
list-style-type: disc;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ol {
list-style-type: decimal
}
#dslc-module-5bf0a899d98 .dslc-text-module-content em strong{
color: #5890e5!important;
line-height: 2;
font-weight: 400;
}
#dslc-module-5bf0a899d98 input[type=text],
#dslc-module-5bf0a899d98 input[type=password],
#dslc-module-5bf0a899d98 input[type=number],
#dslc-module-5bf0a899d98 input[type=email],
#dslc-module-5bf0a899d98 input[type=tel],
#dslc-module-5bf0a899d98 textarea,
#dslc-module-5bf0a899d98 select {
color: #fff;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
background-color: #fff;
border-color: #ddd;
border-width: 1px;
border-style: solid
}
#dslc-module-5bf0a899d98 input[type=text]::placeholder,
#dslc-module-5bf0a899d98 input[type=password]::placeholder,
#dslc-module-5bf0a899d98 input[type=number]::placeholder,
#dslc-module-5bf0a899d98 input[type=email]::placeholder,
#dslc-module-5bf0a899d98 input[type=tel]::placeholder,
#dslc-module-5bf0a899d98 textarea::placeholder,
#dslc-module-5bf0a899d98 select::placeholder {
color: #fff
}
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
font-size: 13px;
font-weight: 400;
line-height: 22px
}
#dslc-module-5bf0a899d98 blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
text-align: left
}
#dslc-module-5bf0a899d98 blockquote {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-5bf0a899d98 input[type=submit],
#dslc-module-5bf0a899d98 button {
background-color: #5890e5;
border-radius: 3px;
color: #fff;
font-size: 13px;
font-weight: 500;
line-height: 13px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px
}
#dslc-module-5bf0a899d98 input[type=submit]:hover,
#dslc-module-5bf0a899d98 button:hover {
background-color: #5890e5;
color: #fff;
border-color: #5890e5
}
@media only screen and (max-width:768px){
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 strong {
font-size: 30px;
color: #5890e5!important;
font-weight: 400;
}
.footerp li i {
float: left;
padding-right: 0px;
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
#dslc-module-5bf0a899d98 .dslc-text-module-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content .dslca-editable-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content p {
font-size: 15px;
line-height: 22px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content p strong{
font-size: 15px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 {
font-size: 28px;
line-height: 30px;
margin-bottom: 20px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 {
font-size: 19px;
line-height: 30px;
margin-bottom: 20px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h3 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h4 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h5 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h6 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content li {
font-size: 13px;
line-height: 22px;
margin-bottom: 10px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul,
#dslc-module-5bf0a899d98 .dslc-text-module-content ol {
margin-bottom: 25px;
margin-left: 25px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong, #dslc-module-5bf0a899d98 .dslc-text-module-content em strong{
color: #5890e5!important;
line-height: 2;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
font-size: 13px;
line-height: 22px
}
#dslc-module-5bf0a899d98 blockquote {
text-align: left
}
}
em {
font-style: normal!important;
}
@media only screen and (max-width:767px) {
.dslc-module-button .dslc-button a {
color: #fff;
font-size: 20px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong{
font-size: 18px;
}
.dslc-content strong, .dslc-content b {
font-size: 15px;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content .dslca-editable-content,
#dslc-module-5bf0a899d98 .dslc-text-module-content p {
font-size: 15px;
line-height: 25px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h1 {
font-size: 28px;
line-height: 30px;
margin-bottom: 30px;
text-align: left;
color: #218ac9;
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h2 {
font-size: 18px;
line-height: 20px;
margin-bottom: 8px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h3 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h4 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h5 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content h6 {
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content li {
font-size: 13px;
line-height: 22px
}
#dslc-module-5bf0a899d98 .dslc-text-module-content ul,
#dslc-module-5bf0a899d98 .dslc-text-module-content ol {
margin-bottom: 25px;
margin-left: 25px
}
/* #dslc-module-5bf0a899d98 .dslc-text-module-content h2 strong, #dslc-module-5bf0a899d98 .dslc-text-module-content em strong{
line-height: 2;
} */
#dslc-module-5bf0a899d98 .dslc-text-module-content ul {
text-align: left
}
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote,
#dslc-module-5bf0a899d98 .dslc-text-module-content blockquote p {
font-size: 13px;
line-height: 22px
}
#dslc-module-5bf0a899d98 blockquote {
text-align: left
}
}
.dslc-content strong, .dslc-content b {
font-size: 15px;
font-weight: 300;
}
#dslc-module-Icons .dslc-info-box {
text-align: left;
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-Icons .dslc-info-box-main-wrap {
max-width: 100%
}
#dslc-module-Icons .dslc-info-box-wrapper {
background-repeat: repeat;
background-attachment: scroll;
background-position: top left
}
#dslc-module-Icons .dslc-info-box-image-inner .dslc-icon,
#dslc-module-Icons .dslc-info-box-image-inner svg {
color: #218ac9;
fill: #218ac9;
font-size: 35px;
width: 45px;
height: 45px;
}
#dslc-module-Icons .dslc-info-box-image-inner {
width: 70px;
height: 70px;
text-align: center;
border: 1px solid#eaeaea;
border-radius: 100px;
border-color: #1c9bd6;
}
#dslc-module-Icons .dslc-info-box-image-inner:hover{
border: 1px solid #a7a7a8;
box-shadow: 2px 2px 2px #a7a7a8;
color: white;
}
#dslc-module-Icons .dslc-info-box-image {
text-align: inherit;
margin-top: -6px;
margin-bottom: 25px
}
#dslc-module-Icons .dslc-info-box-image,
#dslc-module-Icons .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 12px
}
#dslc-module-Icons .dslc-info-box-image-alt {
text-align: center
}
#dslc-module-Icons .dslc-info-box-image-alt-inner img {
margin-bottom: 25px
}
#dslc-module-Icons .dslc-info-box-title {
text-align: inherit;
margin-bottom: 10px;
}
#dslc-module-Icons .dslc-info-box-title h4 {
font-size: 18px;
line-height: 20px;
}
#dslc-module-Icons .dslc-info-box-content {
text-align: inherit;
margin-bottom: 28px
}
#dslc-module-Icons .dslc-info-box-content,
#dslc-module-Icons .dslc-info-box-content p {
font-size: 15px;
line-height: 30px;
/* word-spacing: 1px; */
}
#dslc-module-Icons .dslc-info-box-button a {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-Icons h4 b{
font-size: 20px;
font-weight: 500;
}
#dslc-module-Icons .dslc-info-box-button a:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-Icons .dslc-info-box-button {
margin-top: 20px;
margin-right: 12px
}
#dslc-module-Icons .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-primary svg {
margin-right: 5px
}
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary {
background-color: rgba(0, 0, 0, 0);
border-radius: 3px;
font-size: 13px;
font-weight: 400;
margin-left: 5px;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 16px;
padding-right: 16px;
border-width: 1px;
border-style: solid;
border-color: #e2dfdf
}
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary:hover {
background-color: #4b7bc2;
color: #fff;
border-color: #4b7bc2
}
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary svg {
margin-right: 5px
}
.dslc-module-e5f25a6682d .dslc-image-container {
text-align: center;
}
.dslc-module-e5f25a6682d .dslc-image,
.dslc-module-e5f25a6682d .dslc-image a,
.dslc-module-e5f25a6682d .dslc-image img {
margin-top: 5px;
width: auto;
}
.dslc-module-e5f25a6682d .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-n9u17hfiqto .dslc-image-container {
text-align: center
}
.dslc-module-n9u17hfiqto .dslc-image,
.dslc-module-n9u17hfiqto .dslc-image a,
.dslc-module-n9u17hfiqto .dslc-image img {
width: auto
}
.dslc-module-n9u17hfiqto .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-7ua0khkat78 .dslc-image-container {
text-align: center
}
.dslc-module-7ua0khkat78 .dslc-image,
.dslc-module-7ua0khkat78 .dslc-image a,
.dslc-module-7ua0khkat78 .dslc-image img {
width: auto
}
.dslc-module-7ua0khkat78 .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-oh3sm14bv38 .dslc-image-container {
text-align: center
}
.dslc-module-oh3sm14bv38 .dslc-image,
.dslc-module-oh3sm14bv38 .dslc-image a,
.dslc-module-oh3sm14bv38 .dslc-image img {
width: auto
}
.dslc-module-oh3sm14bv38 .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-6a5gqf2futg .dslc-image-container {
text-align: center
}
.dslc-module-6a5gqf2futg .dslc-image,
.dslc-module-6a5gqf2futg .dslc-image a,
.dslc-module-6a5gqf2futg .dslc-image img {
width: auto
}
.dslc-module-6a5gqf2futg .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
.dslc-module-md3lbcsjlco .dslc-image-container {
text-align: center
}
.dslc-module-md3lbcsjlco .dslc-image,
.dslc-module-md3lbcsjlco .dslc-image a,
.dslc-module-md3lbcsjlco .dslc-image img {
width: auto
}
.dslc-module-md3lbcsjlco .dslc-image-caption {
text-align: center;
font-size: 14px;
line-height: 22px;
margin-top: 20px
}
@media only screen and (min-width:768px) and (max-width:1024px) {
#dslc-module-371ab08b3b3 .dslc-separator {
margin-bottom: 30px;
padding-bottom: 30px;
border-color: #ededed;
border-width: 1px
}
#dslc-module-Icons .dslc-info-box-main-wrap {
max-width: 100%
}
#dslc-module-Icons .dslc-info-box-image {
margin-top: 3px
}
#dslc-module-Icons .dslc-info-box-image,
#dslc-module-Icons .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 18px
}
#dslc-module-Icons .dslc-info-box-image-inner {
width: 47px;
height: 47px
}
#dslc-module-Icons .dslc-info-box-image-inner .dslc-icon,
#dslc-module-Icons .dslc-info-box-image-inner svg {
font-size: 19px;
height: 19px;
width: 19px
}
#dslc-module-Icons .dslc-info-box-title h4 {
font-size: 19px;
line-height: 24px
}
#dslc-module-Icons .dslc-info-box-title {
margin-bottom: 15px
}
#dslc-module-Icons .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-primary svg,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary svg {
margin-right: 10px
}
}
@media only screen and (max-width:767px) {
em {
font-style: italic!important;
font-size: 17px!important;
text-align: center!important;
font-weight: 500;
}
.dslc-module-e5f25a6682d .dslc-image,
.dslc-module-e5f25a6682d .dslc-image a,
.dslc-module-e5f25a6682d .dslc-image img {
width: 90%;
margin-top: 0px;
}
#dslc-module-Icons .dslc-info-box {
margin-bottom: 0px;
text-align: center;
}
#dslc-module-Icons .dslc-info-box-content {
text-align: inherit;
margin-bottom: 25px;
}
#dslc-module-Icons .dslc-info-box-main-wrap {
max-width: 100%;
/* border-bottom: 1px solid #f1efef; */
}
.service-box-2 {
padding: 20px!important;
}
#dslc-module-Icons .dslc-info-box-image {
margin-top: -2px
}
#dslc-module-Icons .dslc-info-box-image,
#dslc-module-Icons .dslc-info-box-icon-pos-aside .dslc-info-box-image {
margin-right: 0px;
margin-top: 25px;
float: none;
display: none;
text-align: center;
}
#dslc-module-Icons h4 b {
font-size: 20px;
font-weight: 500;
color: #1a8aca;
}
#dslc-module-Icons .dslc-info-box-image-inner {
width: 60px;
height: 60px
}
#dslc-module-Icons .dslc-info-box-image-inner .dslc-icon,
#dslc-module-Icons .dslc-info-box-image-inner svg {
font-size: 24px;
height: 24px;
width: 24px
}
#dslc-module-Icons .dslc-info-box-title h4 {
font-size: 23px;
line-height: 27px;
margin-top: 11px;
}
#dslc-module-Icons .dslc-info-box-content,
#dslc-module-Icons .dslc-info-box-content p {
font-size: 15px;
line-height: 30px;
}
#dslc-module-Icons .dslc-info-box-button a.dslc-primary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary .dslc-icon,
#dslc-module-Icons .dslc-info-box-button a.dslc-primary svg,
#dslc-module-Icons .dslc-info-box-button a.dslc-secondary svg {
margin-right: 10px
}
}
@media only screen and (min-width:767px) {
#dslc-content .service-box .dslc-info-box-icon-pos-aside .dslc-info-box-main ,
.home8-service #dslc-module-Icons .dslc-info-box-content {
overflow: hidden;
margin-bottom: 5px!important;
}
.home8-service #dslc-module-Icons .dslc-info-box-content
.list-check ul{
padding-left: 10%;
padding-right: 10%;
}
.list-check-last{
padding-right: 5%;
}
}
#dslc-content .dslc-info-box-icon-pos-aside .dslc-info-box-main {
overflow: hidden;
}
.list-unstyled, .list-unstyled ul{
padding-left: 0;
list-style: none!important;
}
.content--disc-list ul{
list-style: disc!important;
}
.sectionTitle:after {
content: '';
display: block;
width: 47px;
height: 2px;
margin: 25px auto 0;
}
.sectionTitle:after {
background: #00b4fa;
}
.dslc-text-module-content ul li i,.dslc-info-box-main ul li i,.dslc-info-box-seperate ul li i{
font-size: 14px;
color: #2474a3;
line-height: 32px;
margin-right: 15px;
} | 0.577614 | 0.213459 |
@media (max-width: 1280px) {
.gallery .owl-prev { left: -50px; }
.gallery .owl-next { right: -50px; }
}
@media (max-width: 1260px) {
.gallery .owl-prev, .gallery .owl-next,
.testis .owl-prev, .testis .owl-next,
.get-started .owl-prev, .get-started .owl-next { display: none !important; }
}
@media (max-width: 1199px) {
.headline p { padding: 0 90px; }
.icon-wrap { padding: 0 15px; }
.feature .heading, .feature-block { padding-right: 0; }
.feature .first { left: 130px; }
.feature .second { left: 30px; }
.feature .third { left: 90px; }
.feature .fourth { left: 220px; }
.tooltip-left { left: -140px; }
.tooltip-right { right: -20px; }
.gallery a { display: block; }
.gallery .owl-item { padding: 0 10px; }
.owl-carousel .owl-controls { opacity: 1; }
.arrow-left, .arrow-right { opacity: 1; }
.parallax header, .parallax section, .parallax .feature { background-position: 50% 0 !important; background-attachment: scroll; }
}
@media (max-width: 991px) {
#right-markers { display: none;}
.headline h1 { font-size: 41px; }
h2 { font-size: 26px; margin-bottom: 20px; }
.icon-wrap h3 { font-size: 21px; margin-bottom: 20px; }
.subheadline { font-size: 18px; line-height: 26px; }
#intro { padding-top: 90px; height: 100% }
header { height: 600px; }
.headline p { padding: 0 20px; }
.top-bar.slidedown { display: none; }
.top-bar { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; padding: 0 0 10px; margin: 0; min-height: 60px; }
.top-bar .nav { padding-top: 5px; position: absolute; width: 100%; left: 0; float: none; }
.top-bar .logo { margin-top: 0px; margin-left: 10px; }
.top-bar .logo a { font-size: 36px; }
.top-bar .row { margin: 0 -15px; }
.top-bar .container { width: 100%; }
.navbar-collapse { border: none; position: absolute; width: 100%; top: 56px; left: 0; }
.nav li, .nav li a { display: block; text-align: center; }
.nav li a, .nav li:first-child a.active { padding: 10px 0; }
.nav li { border-bottom: 1px solid rgba(255,255,255,0.3); }
.nav li:last-child { border: none; }
.nav li a.active, .nav li a:hover, .nav .download-btn a, .nav li:first-child a.active, .nav li:first-child a.active:hover { border-radius: 0; }
.nav li:first-child a.active { display: block; }
.nav .download-btn a { color: #fff; text-shadow: 0px 1px 1px rgba(0,0,0,0.3); background: none; }
.nav .download-btn a:hover, .nav .download-btn a.active { background: #fff; text-shadow: inherit; border-color: transparent; }
.swiper-container { width: 100%; height: 450px; }
.arrow-left { left: 10px; }
.arrow-right { right: 10px; }
.arrow-left, .arrow-right { margin-top: -40px; }
.get-started { padding-top: 160px; }
.feature img { width: 55%; }
.feature .first { left: 110px; top: 70px; }
.feature .second { left: 50; top: 110px; width: 48%; }
.feature .third { left: 70px; top: 100px; }
.feature .fourth { left: 160px; width: 48%; top: 140px; }
.tooltip-left, .tooltip-right { display: none; }
.fast-contact li { float: left; margin: 0 45px 30px; }
.fast-contact { display: inline-block; margin-top: 0; margin-bottom: 0; }
.socials { text-align: center; margin-bottom: 30px; }
#logo-mobi a img { top: 5px !important;}
}
@media (max-width: 767px) {
.get-started { padding-bottom: 50px; }
.feature, .gallery, .testis, .pricing, .newsletter, .contact { padding: 50px 0; }
.download { padding: 50px 0 20px; }
.feature { text-align: center; }
.feature-block i { position: relative; margin-bottom: 20px; }
.feature-block { padding-left: 0; }
.feature .heading:after { margin: 0 auto; }
.feature img { position: relative; }
.download img { display: none; }
.feature .first, .feature .third { top: 20px; }
.feature .third { left: 40px; }
.feature .second, .feature .fourth { position: absolute; top: 30px; }
.feature .fourth { left: 120px; }
.download { min-height: 300px; }
.newsletter .input-field, .newsletter .submit { width: 100%; float: none; margin: 0; left: 0; border-radius: 5px; }
.newsletter .input-field { margin-bottom: 10px; }
.subscribe-message{ position: relative; bottom: 0; left: 0; margin-left: 0; display: inline; margin-bottom: 10px; float: left; }
.plan.featured { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.fast-contact li { float: none; padding: 0; }
.fast-contact { text-align: center; width: 100%; }
.fast-contact li i { position: relative; display: block; margin-bottom: 10px; }
.countdown div { padding: 0 30px; }
.arrow { display: none; }
}
@media (max-width: 600px) {
.top-bar .logo { margin-left: 0; }
.navbar-toggle { right: 5px; }
.swiper-container { width: 230px; }
.arrow-left { left: 0; }
.arrow-right { right: 0; }
h2 { font-size: 24px; }
.subheadline { font-size: 16px; line-height: 24px; }
#intro h1 { font-size: 24px; }
#intro p { font-size: 14px; line-height: 19px; }
.contact .submit { width: 100%; }
footer p { padding: 30px 15px 0; font-size: 14px; }
}
@media (max-width: 480px) {
.top-bar { position: absolute; }
.feature .first { left: 160px; }
.feature .second { left: 80px; }
.feature .third { left: 60px; }
.feature .fourth { left: 180px; }
}
@media (max-width: 360px) {
.top-bar { position: fixed; }
.feature .first { left: 110px; }
.feature .second { left: 40px; }
.feature .third { left: 30px; }
.feature .fourth { left: 120px; }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#slogan { padding-top: 140px; }
}
#right-markers {
position: fixed;
right: 0;
top: 40%;
z-index: 9999;
}
#logo-startup-peru {
background: #fff;
padding: 10px;
margin-bottom: 20px;
}
#web-summit {
background: #1B1F25;
padding: 10px;
position: relative;
right: -13px;
} | assets/css/media.css |
@media (max-width: 1280px) {
.gallery .owl-prev { left: -50px; }
.gallery .owl-next { right: -50px; }
}
@media (max-width: 1260px) {
.gallery .owl-prev, .gallery .owl-next,
.testis .owl-prev, .testis .owl-next,
.get-started .owl-prev, .get-started .owl-next { display: none !important; }
}
@media (max-width: 1199px) {
.headline p { padding: 0 90px; }
.icon-wrap { padding: 0 15px; }
.feature .heading, .feature-block { padding-right: 0; }
.feature .first { left: 130px; }
.feature .second { left: 30px; }
.feature .third { left: 90px; }
.feature .fourth { left: 220px; }
.tooltip-left { left: -140px; }
.tooltip-right { right: -20px; }
.gallery a { display: block; }
.gallery .owl-item { padding: 0 10px; }
.owl-carousel .owl-controls { opacity: 1; }
.arrow-left, .arrow-right { opacity: 1; }
.parallax header, .parallax section, .parallax .feature { background-position: 50% 0 !important; background-attachment: scroll; }
}
@media (max-width: 991px) {
#right-markers { display: none;}
.headline h1 { font-size: 41px; }
h2 { font-size: 26px; margin-bottom: 20px; }
.icon-wrap h3 { font-size: 21px; margin-bottom: 20px; }
.subheadline { font-size: 18px; line-height: 26px; }
#intro { padding-top: 90px; height: 100% }
header { height: 600px; }
.headline p { padding: 0 20px; }
.top-bar.slidedown { display: none; }
.top-bar { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; padding: 0 0 10px; margin: 0; min-height: 60px; }
.top-bar .nav { padding-top: 5px; position: absolute; width: 100%; left: 0; float: none; }
.top-bar .logo { margin-top: 0px; margin-left: 10px; }
.top-bar .logo a { font-size: 36px; }
.top-bar .row { margin: 0 -15px; }
.top-bar .container { width: 100%; }
.navbar-collapse { border: none; position: absolute; width: 100%; top: 56px; left: 0; }
.nav li, .nav li a { display: block; text-align: center; }
.nav li a, .nav li:first-child a.active { padding: 10px 0; }
.nav li { border-bottom: 1px solid rgba(255,255,255,0.3); }
.nav li:last-child { border: none; }
.nav li a.active, .nav li a:hover, .nav .download-btn a, .nav li:first-child a.active, .nav li:first-child a.active:hover { border-radius: 0; }
.nav li:first-child a.active { display: block; }
.nav .download-btn a { color: #fff; text-shadow: 0px 1px 1px rgba(0,0,0,0.3); background: none; }
.nav .download-btn a:hover, .nav .download-btn a.active { background: #fff; text-shadow: inherit; border-color: transparent; }
.swiper-container { width: 100%; height: 450px; }
.arrow-left { left: 10px; }
.arrow-right { right: 10px; }
.arrow-left, .arrow-right { margin-top: -40px; }
.get-started { padding-top: 160px; }
.feature img { width: 55%; }
.feature .first { left: 110px; top: 70px; }
.feature .second { left: 50; top: 110px; width: 48%; }
.feature .third { left: 70px; top: 100px; }
.feature .fourth { left: 160px; width: 48%; top: 140px; }
.tooltip-left, .tooltip-right { display: none; }
.fast-contact li { float: left; margin: 0 45px 30px; }
.fast-contact { display: inline-block; margin-top: 0; margin-bottom: 0; }
.socials { text-align: center; margin-bottom: 30px; }
#logo-mobi a img { top: 5px !important;}
}
@media (max-width: 767px) {
.get-started { padding-bottom: 50px; }
.feature, .gallery, .testis, .pricing, .newsletter, .contact { padding: 50px 0; }
.download { padding: 50px 0 20px; }
.feature { text-align: center; }
.feature-block i { position: relative; margin-bottom: 20px; }
.feature-block { padding-left: 0; }
.feature .heading:after { margin: 0 auto; }
.feature img { position: relative; }
.download img { display: none; }
.feature .first, .feature .third { top: 20px; }
.feature .third { left: 40px; }
.feature .second, .feature .fourth { position: absolute; top: 30px; }
.feature .fourth { left: 120px; }
.download { min-height: 300px; }
.newsletter .input-field, .newsletter .submit { width: 100%; float: none; margin: 0; left: 0; border-radius: 5px; }
.newsletter .input-field { margin-bottom: 10px; }
.subscribe-message{ position: relative; bottom: 0; left: 0; margin-left: 0; display: inline; margin-bottom: 10px; float: left; }
.plan.featured { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.fast-contact li { float: none; padding: 0; }
.fast-contact { text-align: center; width: 100%; }
.fast-contact li i { position: relative; display: block; margin-bottom: 10px; }
.countdown div { padding: 0 30px; }
.arrow { display: none; }
}
@media (max-width: 600px) {
.top-bar .logo { margin-left: 0; }
.navbar-toggle { right: 5px; }
.swiper-container { width: 230px; }
.arrow-left { left: 0; }
.arrow-right { right: 0; }
h2 { font-size: 24px; }
.subheadline { font-size: 16px; line-height: 24px; }
#intro h1 { font-size: 24px; }
#intro p { font-size: 14px; line-height: 19px; }
.contact .submit { width: 100%; }
footer p { padding: 30px 15px 0; font-size: 14px; }
}
@media (max-width: 480px) {
.top-bar { position: absolute; }
.feature .first { left: 160px; }
.feature .second { left: 80px; }
.feature .third { left: 60px; }
.feature .fourth { left: 180px; }
}
@media (max-width: 360px) {
.top-bar { position: fixed; }
.feature .first { left: 110px; }
.feature .second { left: 40px; }
.feature .third { left: 30px; }
.feature .fourth { left: 120px; }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#slogan { padding-top: 140px; }
}
#right-markers {
position: fixed;
right: 0;
top: 40%;
z-index: 9999;
}
#logo-startup-peru {
background: #fff;
padding: 10px;
margin-bottom: 20px;
}
#web-summit {
background: #1B1F25;
padding: 10px;
position: relative;
right: -13px;
} | 0.615088 | 0.161452 |
@font-face{
font-family: Muli;
src: url("fonts/MuliExtralight-ywL02.ttf");
}
@font-face{
font-family: Graphik;
src: url("fonts/Graphik-Regular.ttf");
}
@font-face{
font-family: Montserrat-Regular;
src: url("fonts/Montserrat-Bold.ttf");
}
@font-face{
font-family: OpenSans-Regular;
src: url("fonts/OpenSans-Regular.ttf");
}
@font-face{
font-family: Graphik-Semibold;
src: url("fonts/Graphik-Semibold.ttf");
}
.SecHeading{
font-family: Montserrat-Regular;
padding: 10px 10px 0px 10px;
text-transform: uppercase;
color: #505050;
font-size: 35px;
text-decoration: underline ;
}
.SecHeading .partOne{
color: #f2f2f2; background: #111;
}
.SecHeading .partTwo{
background: #f2f2f2; color: #111;
}
/*more heading*/
.moreHeading{
font-size: 25px;
font-family: Graphik, sans-serif;
text-transform: capitalize;
}
.borders{
color: #505050
}
.CateCards{
padding: 20px;
}
.CateCards .card{
border-radius: 15px;
border: none;
height: 85px;
position: relative;
margin: 25px;
}
.CateCards .cateCard{
width: 100%;
height: 100%;
display:inline-block;
border-radius: 15px;
}
.CateCards .cateCard:hover{
opacity: .7;
}
.CateCards .card img{
border-radius: 15px;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.87;
}
.CateCards .content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.CateCards .content h4{
color: #fff;
text-transform: uppercase;
font-size: 18px;
text-shadow: 2.10px 2px 1px rgba(36, 35, 35, 0.4);
font-family: Graphik-Semibold, sans-serif;
margin-top: 10px;
font-weight: 300;
background: linear-gradient(to right, rgba(36, 35, 35, 0.1), rgba(36, 35, 35, 0.1));
letter-spacing: 1px;
}
.headUnderlined2{
font-family: Muli;
font-weight: 700;
color: #111;
text-decoration: none;
padding-bottom: 3px;
border-width: 2px;
border-style: solid;
border-image:
linear-gradient(
to right,
#000000,#111 100%) 0 0 100%;
}
.headUnderlined1{
color: rgb(129, 127, 127);
font-family: Muli;
font-weight: 700;
text-decoration: none;
padding-bottom: 3px;
border-width: 2px;
border-style: solid;
border-image:
linear-gradient(
to right,
#75787B, rgb(129, 127, 127) 100%) 0 0 100%;
}
@media (min-width: 576px) {
.CateCards .content h4{
font-size: 12px;
}
}
@media (min-width: 588px) {
.CateCards .content h4{
font-size: 10px;
}
}
@media (min-width: 612px) {
.CateCards .content h4{
font-size: 10px;
}
}
@media (min-width: 992px) {
.CateCards .content h4{
font-size: 20px;
}
.CateCards .card{
margin: 25px;
}
} | blog-project/css/category.css | @font-face{
font-family: Muli;
src: url("fonts/MuliExtralight-ywL02.ttf");
}
@font-face{
font-family: Graphik;
src: url("fonts/Graphik-Regular.ttf");
}
@font-face{
font-family: Montserrat-Regular;
src: url("fonts/Montserrat-Bold.ttf");
}
@font-face{
font-family: OpenSans-Regular;
src: url("fonts/OpenSans-Regular.ttf");
}
@font-face{
font-family: Graphik-Semibold;
src: url("fonts/Graphik-Semibold.ttf");
}
.SecHeading{
font-family: Montserrat-Regular;
padding: 10px 10px 0px 10px;
text-transform: uppercase;
color: #505050;
font-size: 35px;
text-decoration: underline ;
}
.SecHeading .partOne{
color: #f2f2f2; background: #111;
}
.SecHeading .partTwo{
background: #f2f2f2; color: #111;
}
/*more heading*/
.moreHeading{
font-size: 25px;
font-family: Graphik, sans-serif;
text-transform: capitalize;
}
.borders{
color: #505050
}
.CateCards{
padding: 20px;
}
.CateCards .card{
border-radius: 15px;
border: none;
height: 85px;
position: relative;
margin: 25px;
}
.CateCards .cateCard{
width: 100%;
height: 100%;
display:inline-block;
border-radius: 15px;
}
.CateCards .cateCard:hover{
opacity: .7;
}
.CateCards .card img{
border-radius: 15px;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.87;
}
.CateCards .content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.CateCards .content h4{
color: #fff;
text-transform: uppercase;
font-size: 18px;
text-shadow: 2.10px 2px 1px rgba(36, 35, 35, 0.4);
font-family: Graphik-Semibold, sans-serif;
margin-top: 10px;
font-weight: 300;
background: linear-gradient(to right, rgba(36, 35, 35, 0.1), rgba(36, 35, 35, 0.1));
letter-spacing: 1px;
}
.headUnderlined2{
font-family: Muli;
font-weight: 700;
color: #111;
text-decoration: none;
padding-bottom: 3px;
border-width: 2px;
border-style: solid;
border-image:
linear-gradient(
to right,
#000000,#111 100%) 0 0 100%;
}
.headUnderlined1{
color: rgb(129, 127, 127);
font-family: Muli;
font-weight: 700;
text-decoration: none;
padding-bottom: 3px;
border-width: 2px;
border-style: solid;
border-image:
linear-gradient(
to right,
#75787B, rgb(129, 127, 127) 100%) 0 0 100%;
}
@media (min-width: 576px) {
.CateCards .content h4{
font-size: 12px;
}
}
@media (min-width: 588px) {
.CateCards .content h4{
font-size: 10px;
}
}
@media (min-width: 612px) {
.CateCards .content h4{
font-size: 10px;
}
}
@media (min-width: 992px) {
.CateCards .content h4{
font-size: 20px;
}
.CateCards .card{
margin: 25px;
}
} | 0.340814 | 0.066934 |
:root {
--background-color: #2c3e50;
--border-color: #7591AD;
--text-color: #34495e;
--color1: #EC3E27;
--color2: #fd79a8;
--color3: #0984e3;
--color4: #00b894;
--color5: #fdcb6e;
--color6: #e056fd;
--color7: #F97F51;
--color8: #BDC581;
}
* {
margin: 0;
padding: 0;
}
html {
font-size: 14px;
}
body {
width: 100vw;
height: 100vh;
font-family: 'Montserrat', sans-serif, Arial, 'Microsoft Yahei';
background: linear-gradient(to left top, #373B44, #4286f4);
}
.container {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
perspective: 2000px;
transform-style: preserve-3d;
}
.container .card {
position: relative;
width: 400px;
height: 550px;
background-color: #000;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
perspective: 2000px;
transform-style: preserve-3d;
}
.container .pic {
position: absolute;
width: 100%;
height: 100%;
border-radius: 20px;
background-image: url(../images/bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
transition: 1s;
}
.container .pic::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
transition: 1s;
}
h2, h3, h4 {
position: absolute;
top: 100px;
color: #fff;
text-transform: uppercase;
transition: 1s;
}
h2 {
font-size: 30px;
margin-top: 0px;
}
h3 {
font-size: 20px;
margin-top: 50px;
}
h4 {
font-size: 30px;
margin-top: 300px;
opacity: 0.7;
}
.container.active .card {
transform: rotateX(60deg) translateY(150px);
box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.5);
}
.container.active .pic {
transform: translateZ(20px);
}
.container.active .pic::before {
background-color: rgba(0, 0, 0, 0.6);
}
.container.active h2 {
opacity: 0;
transform: translateZ(40px) translateY(-80px);
}
.container.active h3 {
opacity: 0;
transform: translateZ(40px) translateY(-60px);
}
.container.active h4 {
opacity: 1;
transform: translateZ(40px) translateY(40px);
}
.container .chart {
position: absolute;
width: 65%;
height: 60px;
top: 100px;
margin-top: 120px;
transform: translateZ(21px);
display: flex;
align-items: center;
perspective: 2000px;
transform-style: preserve-3d;
}
.container .bar {
position: absolute;
width: 0;
height: 20px;
background-color: #FFF;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15));
perspective: 2000px;
transform-style: preserve-3d;
transform-origin: left;
transition: 1s;
}
.container .bar:nth-child(1) {
transform: translateX(0px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(2) {
transform: translateX(40px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(3) {
transform: translateX(80px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(4) {
transform: translateX(120px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(5) {
transform: translateX(160px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(6) {
transform: translateX(200px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(7) {
transform: translateX(240px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar::after {
position: absolute;
content: '';
top: 100%;
left: 0;
width: 100%;
height: 20px;
background-color: #FFF;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15));
transform-origin: top;
transform: rotateX(-90deg);
opacity: 0;
transition: 1s;
}
.container .bar::before {
position: absolute;
content: '';
top: 0;
left: 100%;
width: 20px;
height: 20px;
background-color: #FFF;
background-image: linear-gradient(to left top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05));
transform-origin: left;
transform: rotateY(90deg);
transition: 1s;
}
.container .bar {
text-align: right;
}
.container .bar span {
padding-right: 10px;
font-size: 12px;
color: #555;
opacity: 0;
}
.container.active .chart {
transform: translateZ(20px);
}
.container.active .bar:nth-child(1) {
width: 200px;
}
.container.active .bar:nth-child(2) {
width: 100px;
}
.container.active .bar:nth-child(3) {
width: 150px;
}
.container.active .bar:nth-child(4) {
width: 240px;
}
.container.active .bar:nth-child(5) {
width: 70px;
}
.container.active .bar:nth-child(6) {
width: 70px;
}
.container.active .bar:nth-child(7) {
width: 100px;
}
.container.active .bar::after {
opacity: 1;
}
.container.active .bar span {
opacity: 1;
} | card-effect/css/style.css | :root {
--background-color: #2c3e50;
--border-color: #7591AD;
--text-color: #34495e;
--color1: #EC3E27;
--color2: #fd79a8;
--color3: #0984e3;
--color4: #00b894;
--color5: #fdcb6e;
--color6: #e056fd;
--color7: #F97F51;
--color8: #BDC581;
}
* {
margin: 0;
padding: 0;
}
html {
font-size: 14px;
}
body {
width: 100vw;
height: 100vh;
font-family: 'Montserrat', sans-serif, Arial, 'Microsoft Yahei';
background: linear-gradient(to left top, #373B44, #4286f4);
}
.container {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
perspective: 2000px;
transform-style: preserve-3d;
}
.container .card {
position: relative;
width: 400px;
height: 550px;
background-color: #000;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
perspective: 2000px;
transform-style: preserve-3d;
}
.container .pic {
position: absolute;
width: 100%;
height: 100%;
border-radius: 20px;
background-image: url(../images/bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
transition: 1s;
}
.container .pic::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
transition: 1s;
}
h2, h3, h4 {
position: absolute;
top: 100px;
color: #fff;
text-transform: uppercase;
transition: 1s;
}
h2 {
font-size: 30px;
margin-top: 0px;
}
h3 {
font-size: 20px;
margin-top: 50px;
}
h4 {
font-size: 30px;
margin-top: 300px;
opacity: 0.7;
}
.container.active .card {
transform: rotateX(60deg) translateY(150px);
box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.5);
}
.container.active .pic {
transform: translateZ(20px);
}
.container.active .pic::before {
background-color: rgba(0, 0, 0, 0.6);
}
.container.active h2 {
opacity: 0;
transform: translateZ(40px) translateY(-80px);
}
.container.active h3 {
opacity: 0;
transform: translateZ(40px) translateY(-60px);
}
.container.active h4 {
opacity: 1;
transform: translateZ(40px) translateY(40px);
}
.container .chart {
position: absolute;
width: 65%;
height: 60px;
top: 100px;
margin-top: 120px;
transform: translateZ(21px);
display: flex;
align-items: center;
perspective: 2000px;
transform-style: preserve-3d;
}
.container .bar {
position: absolute;
width: 0;
height: 20px;
background-color: #FFF;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15));
perspective: 2000px;
transform-style: preserve-3d;
transform-origin: left;
transition: 1s;
}
.container .bar:nth-child(1) {
transform: translateX(0px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(2) {
transform: translateX(40px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(3) {
transform: translateX(80px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(4) {
transform: translateX(120px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(5) {
transform: translateX(160px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(6) {
transform: translateX(200px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar:nth-child(7) {
transform: translateX(240px) rotateY(-90deg) rotateX(-45deg);
}
.container .bar::after {
position: absolute;
content: '';
top: 100%;
left: 0;
width: 100%;
height: 20px;
background-color: #FFF;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15));
transform-origin: top;
transform: rotateX(-90deg);
opacity: 0;
transition: 1s;
}
.container .bar::before {
position: absolute;
content: '';
top: 0;
left: 100%;
width: 20px;
height: 20px;
background-color: #FFF;
background-image: linear-gradient(to left top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05));
transform-origin: left;
transform: rotateY(90deg);
transition: 1s;
}
.container .bar {
text-align: right;
}
.container .bar span {
padding-right: 10px;
font-size: 12px;
color: #555;
opacity: 0;
}
.container.active .chart {
transform: translateZ(20px);
}
.container.active .bar:nth-child(1) {
width: 200px;
}
.container.active .bar:nth-child(2) {
width: 100px;
}
.container.active .bar:nth-child(3) {
width: 150px;
}
.container.active .bar:nth-child(4) {
width: 240px;
}
.container.active .bar:nth-child(5) {
width: 70px;
}
.container.active .bar:nth-child(6) {
width: 70px;
}
.container.active .bar:nth-child(7) {
width: 100px;
}
.container.active .bar::after {
opacity: 1;
}
.container.active .bar span {
opacity: 1;
} | 0.577376 | 0.188511 |
.interaction_form .pop_content{width:600px}
.interaction_form div.dialog_content{border-width:0}
.interaction_form .pop_content div.dialog_body{padding:0}
.interaction_dialog_body{padding:0;border-bottom:1px solid #ccc}
.interaction_form_body{padding:0;border-bottom:none}
.interaction_form .choose_story{margin:5px 10px 0;padding:0 0 3px;position:relative;width:350px;z-index:2}
.interaction_form .underline{border-bottom:1px solid #edeff5;margin:0 10px}
.interaction_form .choose_story .label{font-weight:bold;color:#808080;float:left;padding:2px 10px 4px 5px}
.interaction_form_body .choose_story a.option{float:left;border-bottom:none;padding:4px 14px 4px;text-align:center;overflow:hidden;zoom:1}
.interaction_form .minifeedwall .story{margin-top:0;margin-bottom:0}
.interaction_form .story_preview{margin-top:0}
.interaction_form .story_preview .preview{display:none}
.interaction_form .story_preview .selected{display:block}
.interim_status{padding:15px 10px}
.interaction_form .story_preview{padding:15px 10px 10px}
.interaction_form .story_preview_nile{padding:10px 3px 6px 20px}
.interaction_form .story_preview .icon{float:left;width:16px}
.interaction_form .recipients{font-size:11px;padding:5px 10px 2px;color:#808080}
.interaction_form .recipients strong{float:left;padding:4px}
.interaction_form .recipients .token{font-weight:normal;float:left;display:block;background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-repeat:no-repeat;color:#000;margin:2px;white-space:nowrap}
.interaction_form .recipients .token span{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-position:top right;background-repeat:no-repeat;display:block}
.interaction_form .recipients .token span span{background-position:bottom right}
.interaction_form .recipients .token span span span{background-position:bottom left}
.interaction_form .recipients .token span span span span{background-image:none;padding:2px 3px 3px 5px}
.interaction_form .recipients .token:hover,
.interaction_form .recipients .token:hover span{background-image:url(/rsrc.php/zF06U/hash/acyc41zn.gif);text-decoration:none}
.interaction_form .recipients a.hide{background-repeat:no-repeat;background-image:url(/rsrc.php/z3NZ7/hash/2fpiuayh.gif);background-position:3px 2px;padding:0 8px 0 3px;text-decoration:none}
.interaction_form .recipients a.hide:hover{text-decoration:none}
.interaction_form .link_placeholder{color:#3b5998;display:inline;padding:0}
.interaction_form .title .link_placeholder{font-weight:bold}
.interaction_form .minifeedwall .size_2.story_type_7 .icon{margin-top:0}
.interaction_form .size_4 .title .link_placeholder{font-size:14px}
.interaction_form .not_me_link{float:right;padding:2px 10px}
.interaction_form .feed_dialog_disclaimer{padding:0 0 10px 10px;color:#808080;font-size:9px}
.interaction_form .auto_accept{padding:0 0 10px 10px}
.interaction_form .dialog_buttons{overflow:visible;position:relative;background:#f7f7f7;padding:10px;zoom:1}
.interaction_form .dialog_buttons .button_container{float:right}
.interaction_form .UIPrivacyWidget{float:right}
.interaction_form .UIPrivacyWidget .UIActionMenu{border-bottom:none}
.interaction_form .dialog_buttons_msg{float:left;width:340px;text-align:left;padding-top:3px}
.interaction_form .dialog_buttons_msg .feed_remember .inputcheckbox{padding:0;margin:0 5px 0 5px;vertical-align:bottom;height:14px;width:14px}
.interaction_form .dialog_buttons_msg .feed_remember .remember_explanation{padding:5px 0 0 5px;color:#777}
.interaction_form .dialog_buttons input.align_bottom{position:absolute;bottom:10px;right:10px}
.interaction_form .buttons input{margin-left:10px}
table.connect_dialog{position:relative}
table.box_section_iframe{width:432px}
table.info_section_iframe{width:720px}
.async_throbber .async_saving{background:url(/rsrc.php/zBS5C/hash/7hwy7at6.gif) no-repeat right;padding-right:20px}
.emote_text{display:none;*margin-bottom:-3px}
.emote_img{overflow:hidden;width:16px;height:16px;margin-bottom:-5px;*margin-bottom:-3px}
#blueBar{background-color:#3b5998;height:41px;left:0;position:absolute;width:100%}
#blueBar.loggedOut{height:82px}
.liquid #pageFooter{zoom:1}
.fbx #pageFooter{margin:auto;width:auto}
.hasLeftCol #pageFooter{background-color:#fff;clear:both;margin-left:180px}
#pagefooter{border-top:0}
#pageFooter{color:#737373;font-size:11px;margin:0 auto;width:980px}
#pageFooter a{color:#385495;margin:0 3px;text-decoration:none;white-space:nowrap}
#pageFooter a:last-child{margin-right:0}
#pageFooter a:hover{text-decoration:underline}
#contentCurve{background-color:#fff;border-bottom:1px solid #b3b3b3;height:3px;font-size:1px}
.hasLeftCol #contentCurve{border:1px solid #b3b3b3;border-top:none;position:relative;*position:static}
#footerContainer{border-top:1px solid #eee;margin-bottom:30px;padding:3px 0 10px 0;position:relative}
#footerContainer .copyright{display:inline}
#footerContainer .brand{background-repeat:no-repeat;padding-left:22px}
#footerRight{margin-left:200px;position:absolute;text-align:right;top:3px;right:0}
.fbx{}
#globalContainer{margin:0 auto}
.fbx #globalContainer{width:981px}
.liquid #globalContainer{margin:0;min-width:980px;padding:0 50px;width:auto}
.liquid #minWidthOuter{_border-left:970px solid #fff;zoom:1}
.liquid #minWidthInner{_margin-left:-970px}
.liquid #contentCol,
.liquid #leftCol{_position:relative}
.UIFullPage_Container,
.UIStandardFrame_Container{padding:20px 0 0 0}
.fbx #tab_canvas > div{padding-top:0}
.fb_content{padding-bottom:20px}
.fbx .fb_content{padding-bottom:0}
#pageHead{height:41px;position:relative;z-index:15;margin:0 auto;width:980px}
.fbx #pageHead{margin:0;width:auto}
#pageLogo a{background:#3b5998 url(/rsrc.php/z7VU4/hash/66ad7upf.png) no-repeat -21px 0;display:block;position:absolute;height:31px;left:-6px;width:103px;top:10px}
#pageLogo a:hover,
#pageLogo a:focus,
#pageLogo a:active{outline:none;background-color:#4b67a1;background-position:-21px -31px}
#pageLogo span{display:none}
#headNavOut{background-color:#627aad;border:1px solid #1d4088;border-bottom:0;font-size:11px;height:30px;margin-left:180px;padding-left:10px;padding-right:6px;position:relative;top:10px}
#pageNav{list-style:none;margin:0;padding:0;position:absolute;right:0;top:0}
#pageNav li{float:left}
#pageNav a{color:#fff;display:block;display:inline-block;font-weight:bold;height:22px;padding:8px 10px 0 10px;text-decoration:none}
#pageNav a:hover,
#pageNav a:focus,
#pageNav a:active{outline:none;background-color:#6d86b7}
#navAccount{position:relative}
#navAccount.openToggler{background-color:#fff;border:1px solid #333;border-bottom:0;margin-left:-2px;position:relative;right:-1px;top:-1px}
#navAccount #navAccountLink{padding-right:16px;zoom:1}
.openToggler #navAccountLink{background-color:#fff;color:#333;height:22px;position:relative;z-index:3}
.openToggler #navAccountLink:hover,
.openToggler #navAccountLink:focus,
.openToggler #navAccountLink:active{background-color:#fff}
#navAccountLink img{background:url(/rsrc.php/z7VU4/hash/66ad7upf.png) no-repeat -137px 0;height:4px;left:5px;position:relative;top:-2px;width:7px}
.openToggler #navAccountLink .dropMenuDivide{background:#e0e0e0}
.openToggler #navAccountLink img{background-position:-137px -4px}
#navAccount ul{background:#fff;border:1px solid #333;border-bottom:2px solid #2d4486;display:none;margin-right:-1px;margin-top:-1px;min-width:200px;padding:10px 0 5px;position:absolute;right:0;_right:-1px;top:100%;*width:100%;_width:200px;z-index:1}
#navAccount.openToggler ul{display:block}
#navAccount ul a{color:#3a579a;display:block;font-weight:normal;height:auto;_margin-right:-25px;padding:4px 10px 5px;white-space:nowrap;*white-space:auto;_white-space:nowrap}
#navAccount ul a:hover,
#navAccount ul a:focus,
#navAccount ul a:active{background:#6d84b4;border-bottom:1px solid #3b5998;border-top:1px solid #3b5998;color:#fff;padding:3px 10px 4px}
#navAccount li{display:block;float:none}
#navAccountInfo{border-bottom:1px solid #e0e0e0;_height:60px;min-height:55px;*min-height:60px;position:relative;margin:5px 4px;padding:0 6px 0 64px}
ul #navAccountInfo a:hover,
ul #navAccountInfo a:focus,
ul #navAccountInfo a:active{background:none;border:none;color:#3b5998;padding:4px 10px 5px;text-decoration:underline}
#navAccountInfo #navAccountPic{left:-5px;margin:0;position:absolute;top:-9px;*top:-5px}
#navAccountInfo #navAccountPic img{width:50px;height:50px}
#navAccount #navAccountName{font-size:13px;font-weight:bold;margin:0;padding:0 !important;*word-wrap:break-word}
#navSearch{left:4px;position:absolute;top:4px;width:300px}
#navSearch .inputtext{width:292px}
#navSearch .uiTypeahead,
#navSearch .uiTypeahead .wrap{border-color:#3b5998}
#mainContainer{margin-left:-1px;display:block;width:100%}
.hasLeftCol #mainContainer{border-right:1px solid #b3b3b3}
#leftCol{display:none;float:left;padding:20px 0 0 2px;width:179px;word-wrap:break-word}
.hasLeftCol #leftCol{display:block}
#rightCol{margin-top:-10000px;float:right;padding-right:0;width:240px;word-wrap:break-word}
.hasRightCol #rightCol{margin-top:0}
.hasLeftCol #rightCol{padding-right:15px;_padding-right:9px;width:234px}
#contentCol{background-color:#fff;padding-top:15px}
.hasLeftCol #contentCol{border-left:1px solid #b3b3b3;margin-left:181px}
#contentArea{display:table-cell;*display:block;margin-right:-1px;*overflow:hidden;padding-left:1px;zoom:1}
.safari3 .hasLeftCol .hasRightCol #contentArea{display:inline-block;width:520px}
.safari3 .hasRightCol #contentArea{width:720px}
#contentArea:after,
#contentArea::after{clear:both;content:" F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W !";display:block;font-size:25px;height:0 !important;line-height:0;visibility:hidden}
#headerArea{border-bottom:2px solid #bbb;margin-bottom:5px;padding:2px 0 12px;*padding-top:0}
.hasLeftCol #contentArea,
.hasRightCol #contentArea{margin-right:0}
.hasRightCol #contentArea{padding-right:20px}
.hasLeftCol #contentArea{padding:0 15px}
.hasLeftCol #headerArea{margin:0 15px 5px}
#bottomContent{clear:both;height:17px;font-size:1px}
.profile #rightCol .box .box_header{font-size:11px;font-weight:bold;padding:3px 5px}
#rightCol #adcolumn_advertise{display:none}
#rightCol #sidebar_ads{float:none;padding:0 0 0 0}
#rightCol #facebook .sidebar_ads_test{padding:0 0 0 17px}
#rightCol #sidebar_ads .adcolumn_wrapper{border-left:none}
#rightCol #sidebar_ads .admin_upsell,
#rightCol .UIEMUASFrame{width:210px}
#rightCol #sidebar_ads .UIEmuASIFrame,
#rightCol #sidebar_ads .UIEMUASFrame{border-top:none;border-bottom:1px solid #e5e5e5;padding-left:0;padding-right:80px;width:auto}
#rightCol #sidebar_ads .adcolumn{border-left:none}
#rightCol #sidebar_ads #adcolumn_more_ads{border-top:none;padding-left:0}
#rightCol .UITitledBox{margin-bottom:15px}
#rightCol .UITitledBox_Top{line-height:13px}
#rightCol .UITitledBox_Top small{font-size:11px}
#rightCol .friend_grid_col{margin-left:0}
#rightCol .UISuggestionList_ItemContainer{border:none;margin:0}
#rightCol #pymk .friend_grid_col{width:auto}
#pymk .friend_grid_col .fg_name{width:155px}
#globalContainer #locale_selector_dialog_onclick{display:inline;float:none;padding:0 0 0 5px;width:auto}
.fbx #globalContainer #content{min-height:inherit}
.fbx .megaphone_story{_width:500px}
.UIPrivacyWidget_Custom{overflow:hidden}
.UIPrivacyWidget_CustomLabel{float:left}
.UIPrivacyWidget_CustomEditLink{float:right;margin-right:40px}
.UIPrivacyWidget_CustomEditLink:hover{background:none;text-decoration:underline}
.UIPrivacyWidget_Root .UIActionMenu_Menu{min-width:160px;*width:100%;_width:200px}
.UIPrivacyWidget_Root .UIActionMenu_Active .UIActionMenu_Text{color:#fff}
.UIPrivacyWidget_Root.UIActionMenu_Upward .hideToggler{right:0;top:0}
.UIComposer_TargetedPrivacyButton .UIPrivacyWidget_Root .UIActionMenu_Menu{min-width:130px}
.UIComposer_TargetedPrivacyButton .UIPrivacyWidget_CustomEditLink{margin-right:10px}
.hideToggler{height:0;opacity:0;overflow:hidden;position:absolute;width:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity = 0)";*filter:alpha(opacity=0)}
.openToggler{z-index:100}
.typeahead_list{background:transparent;border:1px solid #bdc7d8;border-top:none;font-size:11px;margin-top:-1px;overflow:auto;position:absolute;text-align:left;z-index:97}
.generic_dialog .typeahead_list,
.typeahead_list_absolute{z-index:106}
.typeahead_list .typeahead_suggestion,
.typeahead_list .typeahead_message{border-top:1px solid #ddd;padding:3px}
.typeahead_list .typeahead_suggestion{background:#fff;color:#000;cursor:default;filter:alpha(opacity=94);opacity:.94}
.typeahead_list .typeahead_suggestion:hover{cursor:pointer;cursor:hand}
.typeahead_list .typeahead_suggestion em{background:#d8dfea;color:#000;font-style:normal;font-weight:bold}
.typeahead_list .typeahead_suggestion small{color:#808080;padding-left:5px}
.typeahead_list .typeahead_selected{background:#3b5998;color:#fff;filter:alpha(opacity=100);opacity:1}
.typeahead_list .typeahead_selected small{color:#95a5c6}
.typeahead_list .typeahead_selected em{background:#5670a6;color:#fff}
.typeahead_list .typeahead_message{background:#eee;color:#333}
input.typeahead_found{background-color:#e1e9f6}
.typeahead_iframe{filter:alpha(opacity=0);left:0;position:absolute;top:0}
.typeahead_parent{margin:0;padding:0;overflow:visible;position:relative;float:left;width:0;height:0}
.typeahead_list_icon{width:27px;height:22px;position:absolute;left:-30px;top:3px;cursor:pointer;padding:0}
.typeahead_friendlist_icon{background:transparent url(/rsrc.php/zF4X9/hash/4agebnpg.png) 4px 6px no-repeat}
.typeahead_friendlist_icon.on_selected{background-color:#3b5998;background-image:url(/rsrc.php/z9ZCZ/hash/wo8mv2bv.gif)}
.tokenizer{min-height:5px;padding:0 0 3px 3px;width:100%;background:#fff;font-size:11px}
.tokenizer_locked{background:#f4f4f4}
.tokenizer,
.tokenizer *{cursor:text
}
.tokenizer .placeholder{color:#777;float:left;margin-top:5px}
.tokenizer input{width:100%}
.tokenizer .tokenizer_input,
.tokenizer .token{float:left;margin-right:3px;margin-top:3px}
.tokenizer .tab_stop,
.tokenizer .tokenizer_stretcher{display:block;float:left;overflow:hidden}
.tokenizer .tab_stop{height:1px;width:1px}
.tokenizer .tokenizer_stretcher{width:0;padding-top:7px}
#facebook .tokenizer .tab_stop input{border:0 solid black;display:inline;position:relative;left:-500px}
.tokenizer_input_borderless div{left:4px;margin-left:-1px;overflow:hidden;position:relative}
.tokenizer_input_borderless div input{border:3px solid white!important;border-left:none;display:block;margin:-2px 0 -2px -2px;padding:0!important}
.tokenizer div:-moz-first-node{padding-top:1px!important}
.tokenizer_input{max-width:450px;overflow:hidden;padding:1px 0}
#facebook .tokenizer_input input,
.tokenizer_input_shadow{border:0 solid black;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;padding:0 5px;white-space:pre}
.tokenizer_input_shadow{display:inline;left:-10000px;position:absolute;top:-10000px}
.tokenizer .tokenizer_input_shadow{height:0;display:block;left:0;overflow:hidden;position:relative;top:0}
div.tokenizer .inline_placeholder{color:#777;display:block;float:left;padding:5px 0 0 2px}
div.tokenizer .token{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-repeat:no-repeat;color:#000;white-space:nowrap}
div.tokenizer .token span{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-position:top right;background-repeat:no-repeat;display:block}
div.tokenizer .token span span{background-position:bottom right}
div.tokenizer .token span span span{background-position:bottom left}
div.tokenizer .token span span span span{background-image:none;padding:2px 3px 2px 5px}
div.tokenizer.tokenizer_locked .token span span span span{padding-right:5px}
html div.tokenizer_locked .token:hover,
html div.tokenizer_locked .token:hover span{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif)}
div.tokenizer .token:hover,
div.tokenizer .token:hover span{background-image:url(/rsrc.php/zF06U/hash/acyc41zn.gif);text-decoration:none}
div.tokenizer .token_selected,
div.tokenizer .token_selected span,
div.tokenizer .token_selected:hover,
div.tokenizer .token_selected:hover span{background-image:url(/rsrc.php/zA560/hash/c65u0xug.gif);color:#fff;text-decoration:none}
div.tokenizer .token span.x,
div.tokenizer .token span.x_hover,
div.tokenizer .token:hover span.x,
div.tokenizer .token:hover span.x_hover{background:url(/rsrc.php/zA4IG/hash/cny9pytx.png) no-repeat -842px -64px;cursor:pointer;display:inline;padding:0 6px 0 5px}
div.tokenizer.tokenizer_locked .token span.x,
div.tokenizer.tokenizer_locked .token span.x_hover{display:none}
div.standard_tokenizer div.tokenizer{border:solid 1px #8f96bd}
.typeahead_list .typeahead_suggestion .with_pic small{padding-left:0}
.UIActionMenu{cursor:pointer;*display:inline-block;_display:inline;font-size:11px;position:relative;border-bottom:1px solid #ebebeb;margin-bottom:-1px}
.UIActionMenu a:hover{text-decoration:none}
.UIActionMenu_Wrap{position:relative;background-position:left top;border:1px solid #999;border-bottom:1px solid #888;cursor:pointer;display:block;height:20px;padding:0 18px 0 4px;zoom:1}
.ie6 .UIActionMenu_Wrap,
.ie6 .UIActionMenu_Text{display:inline-block}
.UIActionMenu_Chevron, .UIActionMenu_Text, .UIActionMenu_Icon{line-height:20px}
.UIActionMenu_Chevron{background:no-repeat left -193px;height:20px;position:absolute;right:0;top:-1px;width:20px}
.UIActionMenu_Text{color:#333;float:left;font-weight:bold;margin:0 3px 0 2px}
.UIActionMenu_Icon{float:left;height:20px}
.UIActionMenu_Lock{background-position:left -217px;width:16px;margin-left:-2px}
.UIActionMenu_People{background-position:left -475px;width:16px}
.UIActionMenu_Menu{border:1px solid #444;left:0;position:absolute;visibility:hidden;top:21px;_width:160px}
.UIActionMenu_Upward .UIActionMenu .UIActionMenu_Menu{bottom:24px;left:auto;right:0;top:auto}
.UIActionMenu_AlignRight .UIActionMenu_Menu{left:auto;right:0}
.UIActionMenu_Wrap,
.UIActionMenu_Icon,
.UIActionMenu_Chevron,
.UIActionMenu_SuppressButton .UIActionMenu_Wrap:hover,
.ie6 .UIActionMenu_SuppressButton .UIActionMenu_Wrap{background-image:url(/rsrc.php/zCCSI/hash/7am1obcj.png)}
.UIActionMenu_SuppressButton{border-color:transparent;_border:none}
.UIActionMenu_SuppressButton .UIActionMenu_Wrap{background-image:none;border-color:transparent}
.ie6 .UIActionMenu_SuppressButton .UIActionMenu_Wrap,
.UIActionMenu_SuppressButton .UIActionMenu_Wrap:hover{border-color:#999;border-bottom-color:#888;-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1)}
.openToggler .UIActionMenu_SuppressButton .UIActionMenu_Wrap{border-color:#444}
.UIActionMenu_SuppressText .UIActionMenu_Text{display:none}
.UIActionMenu_Blue .UIActionMenu_Text{color:#3b5998}
.UIActionMenu_Blue .UIActionMenu_Lock{background-position:left -265px}
.openToggler .UIActionMenu_Wrap{background:#6d84b4 !important;border-color:#3b5998 !important}
.openToggler .UIActionMenu_Text{color:#fff}
.openToggler .UIActionMenu_Lock{background-position:left -241px}
.openToggler .UIActionMenu_People{background-position:left -499px}
.openToggler .UIActionMenu_Chevron{background-position:left -169px}
.openToggler .UIActionMenu_Menu{visibility:visible}
.openToggler .UIActionMenu_Wrap:hover .uiTooltipWrap,
.openToggler .UIActionMenu_Wrap:hover .uiTooltipText{visibility:hidden}
#profile_settings .UIActionMenu,
#SettingsPage_Content .UIActionMenu,
.FriendAddingTool_Menu .UIActionMenu{float:left}
.UIObjectListing_ActionContainer .UIActionMenu{float:right}
.ff2 .UIObjectListing_ActionContainer .UIActionMenu{float:none}
.UISelectList{background-color:#fff;margin:0;padding:3px 0;width:100%}
.UISelectList_Item{margin:0;padding:0;text-align:left}
.UISelectList_Item input{visibility:hidden;position:absolute;left:-20px}
.UISelectList_Label{color:#111;background-color:#fff;display:block;font-weight:normal;min-width:100px;max-width:300px;overflow:hidden;white-space:nowrap;padding:2px 4px 3px 19px}
.UISelectList_Label:focus,
.UISelectList_Label:active{outline:none;background-color:#333;color:#eee}
.UISelectList_check_Checked,
.UISelectList_radio_Checked{background:white no-repeat left 4px;cursor:pointer;font-weight:bold}
.UISelectList_check_Checked{background-image:url(/rsrc.php/zEB7R/hash/3w3zk8ej.gif)}
.UISelectList_radio_Checked{background-image:url(/rsrc.php/zDOUV/hash/6m1zsoz1.gif)}
.UISelectList_check_Checked:focus,
.UISelectList_check_Checked:active{background-position:left -56px}
.UISelectList_radio_Checked:focus,
.UISelectList_radio_Checked:active{background-position:left -16px}
.uiLinkButton input{background:none;border:none;color:#3b5998;cursor:pointer;font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;font-size:11px;margin:0;*overflow:visible;padding:0;vertical-align:top;_width:0}
.uiLinkButton input::-moz-focus-inner{border:0;padding:0}
.uiLinkButton:hover,
.uiLinkButton input:hover,
.uiLinkButton input:focus,
.uiLinkButton input:active{color:#3b5998;text-decoration:underline}
a.uiTooltip{position:relative}
a.uiTooltip:hover,
a.uiTooltip:focus,
a.uiTooltip:active{outline:none;text-decoration:none}
.uiTooltipWrap{display:none;bottom:100%;left:0;padding-bottom:4px;position:absolute;z-index:10;background-position:left bottom;background-repeat:no-repeat}
a.uiTooltip:hover .uiTooltipWrap,
a.uiTooltip:focus .uiTooltipWrap,
a.uiTooltip:active .uiTooltipWrap{display:block;background-image:url(/rsrc.php/zA6K6/hash/cnbfiri3.gif)}
a.uiTooltip .uiTooltipWrap:hover{visibility:hidden}
a.uiTooltip:hover .bottom{background-image:url(/rsrc.php/z9FL2/hash/3nblnwz6.png)}
.uiTooltipText{background-color:#282828;color:#fff !important;display:block;left:0;padding:3px 8px 4px;white-space:nowrap}
.uiTooltip .bottom{top:100%;padding:4px 0 0;background-position:left top}
.uiTooltip .right{left:auto;right:0;background-position:right bottom}
.uiTooltip .center{float:left;position:relative;right:-50%}
.uiTooltip .center .uiTooltipWrap{background-position:left bottom;margin-left:-10px;padding-left:10px}
.uiTooltip .center .uiTooltipText{position:relative;left:-50%}
#bootloader_css_d7hredev3koc444w_pkg_css { height: 42px; } | companies/facebook/liarliar/liarliar_files/5vpp2da1.css | .interaction_form .pop_content{width:600px}
.interaction_form div.dialog_content{border-width:0}
.interaction_form .pop_content div.dialog_body{padding:0}
.interaction_dialog_body{padding:0;border-bottom:1px solid #ccc}
.interaction_form_body{padding:0;border-bottom:none}
.interaction_form .choose_story{margin:5px 10px 0;padding:0 0 3px;position:relative;width:350px;z-index:2}
.interaction_form .underline{border-bottom:1px solid #edeff5;margin:0 10px}
.interaction_form .choose_story .label{font-weight:bold;color:#808080;float:left;padding:2px 10px 4px 5px}
.interaction_form_body .choose_story a.option{float:left;border-bottom:none;padding:4px 14px 4px;text-align:center;overflow:hidden;zoom:1}
.interaction_form .minifeedwall .story{margin-top:0;margin-bottom:0}
.interaction_form .story_preview{margin-top:0}
.interaction_form .story_preview .preview{display:none}
.interaction_form .story_preview .selected{display:block}
.interim_status{padding:15px 10px}
.interaction_form .story_preview{padding:15px 10px 10px}
.interaction_form .story_preview_nile{padding:10px 3px 6px 20px}
.interaction_form .story_preview .icon{float:left;width:16px}
.interaction_form .recipients{font-size:11px;padding:5px 10px 2px;color:#808080}
.interaction_form .recipients strong{float:left;padding:4px}
.interaction_form .recipients .token{font-weight:normal;float:left;display:block;background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-repeat:no-repeat;color:#000;margin:2px;white-space:nowrap}
.interaction_form .recipients .token span{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-position:top right;background-repeat:no-repeat;display:block}
.interaction_form .recipients .token span span{background-position:bottom right}
.interaction_form .recipients .token span span span{background-position:bottom left}
.interaction_form .recipients .token span span span span{background-image:none;padding:2px 3px 3px 5px}
.interaction_form .recipients .token:hover,
.interaction_form .recipients .token:hover span{background-image:url(/rsrc.php/zF06U/hash/acyc41zn.gif);text-decoration:none}
.interaction_form .recipients a.hide{background-repeat:no-repeat;background-image:url(/rsrc.php/z3NZ7/hash/2fpiuayh.gif);background-position:3px 2px;padding:0 8px 0 3px;text-decoration:none}
.interaction_form .recipients a.hide:hover{text-decoration:none}
.interaction_form .link_placeholder{color:#3b5998;display:inline;padding:0}
.interaction_form .title .link_placeholder{font-weight:bold}
.interaction_form .minifeedwall .size_2.story_type_7 .icon{margin-top:0}
.interaction_form .size_4 .title .link_placeholder{font-size:14px}
.interaction_form .not_me_link{float:right;padding:2px 10px}
.interaction_form .feed_dialog_disclaimer{padding:0 0 10px 10px;color:#808080;font-size:9px}
.interaction_form .auto_accept{padding:0 0 10px 10px}
.interaction_form .dialog_buttons{overflow:visible;position:relative;background:#f7f7f7;padding:10px;zoom:1}
.interaction_form .dialog_buttons .button_container{float:right}
.interaction_form .UIPrivacyWidget{float:right}
.interaction_form .UIPrivacyWidget .UIActionMenu{border-bottom:none}
.interaction_form .dialog_buttons_msg{float:left;width:340px;text-align:left;padding-top:3px}
.interaction_form .dialog_buttons_msg .feed_remember .inputcheckbox{padding:0;margin:0 5px 0 5px;vertical-align:bottom;height:14px;width:14px}
.interaction_form .dialog_buttons_msg .feed_remember .remember_explanation{padding:5px 0 0 5px;color:#777}
.interaction_form .dialog_buttons input.align_bottom{position:absolute;bottom:10px;right:10px}
.interaction_form .buttons input{margin-left:10px}
table.connect_dialog{position:relative}
table.box_section_iframe{width:432px}
table.info_section_iframe{width:720px}
.async_throbber .async_saving{background:url(/rsrc.php/zBS5C/hash/7hwy7at6.gif) no-repeat right;padding-right:20px}
.emote_text{display:none;*margin-bottom:-3px}
.emote_img{overflow:hidden;width:16px;height:16px;margin-bottom:-5px;*margin-bottom:-3px}
#blueBar{background-color:#3b5998;height:41px;left:0;position:absolute;width:100%}
#blueBar.loggedOut{height:82px}
.liquid #pageFooter{zoom:1}
.fbx #pageFooter{margin:auto;width:auto}
.hasLeftCol #pageFooter{background-color:#fff;clear:both;margin-left:180px}
#pagefooter{border-top:0}
#pageFooter{color:#737373;font-size:11px;margin:0 auto;width:980px}
#pageFooter a{color:#385495;margin:0 3px;text-decoration:none;white-space:nowrap}
#pageFooter a:last-child{margin-right:0}
#pageFooter a:hover{text-decoration:underline}
#contentCurve{background-color:#fff;border-bottom:1px solid #b3b3b3;height:3px;font-size:1px}
.hasLeftCol #contentCurve{border:1px solid #b3b3b3;border-top:none;position:relative;*position:static}
#footerContainer{border-top:1px solid #eee;margin-bottom:30px;padding:3px 0 10px 0;position:relative}
#footerContainer .copyright{display:inline}
#footerContainer .brand{background-repeat:no-repeat;padding-left:22px}
#footerRight{margin-left:200px;position:absolute;text-align:right;top:3px;right:0}
.fbx{}
#globalContainer{margin:0 auto}
.fbx #globalContainer{width:981px}
.liquid #globalContainer{margin:0;min-width:980px;padding:0 50px;width:auto}
.liquid #minWidthOuter{_border-left:970px solid #fff;zoom:1}
.liquid #minWidthInner{_margin-left:-970px}
.liquid #contentCol,
.liquid #leftCol{_position:relative}
.UIFullPage_Container,
.UIStandardFrame_Container{padding:20px 0 0 0}
.fbx #tab_canvas > div{padding-top:0}
.fb_content{padding-bottom:20px}
.fbx .fb_content{padding-bottom:0}
#pageHead{height:41px;position:relative;z-index:15;margin:0 auto;width:980px}
.fbx #pageHead{margin:0;width:auto}
#pageLogo a{background:#3b5998 url(/rsrc.php/z7VU4/hash/66ad7upf.png) no-repeat -21px 0;display:block;position:absolute;height:31px;left:-6px;width:103px;top:10px}
#pageLogo a:hover,
#pageLogo a:focus,
#pageLogo a:active{outline:none;background-color:#4b67a1;background-position:-21px -31px}
#pageLogo span{display:none}
#headNavOut{background-color:#627aad;border:1px solid #1d4088;border-bottom:0;font-size:11px;height:30px;margin-left:180px;padding-left:10px;padding-right:6px;position:relative;top:10px}
#pageNav{list-style:none;margin:0;padding:0;position:absolute;right:0;top:0}
#pageNav li{float:left}
#pageNav a{color:#fff;display:block;display:inline-block;font-weight:bold;height:22px;padding:8px 10px 0 10px;text-decoration:none}
#pageNav a:hover,
#pageNav a:focus,
#pageNav a:active{outline:none;background-color:#6d86b7}
#navAccount{position:relative}
#navAccount.openToggler{background-color:#fff;border:1px solid #333;border-bottom:0;margin-left:-2px;position:relative;right:-1px;top:-1px}
#navAccount #navAccountLink{padding-right:16px;zoom:1}
.openToggler #navAccountLink{background-color:#fff;color:#333;height:22px;position:relative;z-index:3}
.openToggler #navAccountLink:hover,
.openToggler #navAccountLink:focus,
.openToggler #navAccountLink:active{background-color:#fff}
#navAccountLink img{background:url(/rsrc.php/z7VU4/hash/66ad7upf.png) no-repeat -137px 0;height:4px;left:5px;position:relative;top:-2px;width:7px}
.openToggler #navAccountLink .dropMenuDivide{background:#e0e0e0}
.openToggler #navAccountLink img{background-position:-137px -4px}
#navAccount ul{background:#fff;border:1px solid #333;border-bottom:2px solid #2d4486;display:none;margin-right:-1px;margin-top:-1px;min-width:200px;padding:10px 0 5px;position:absolute;right:0;_right:-1px;top:100%;*width:100%;_width:200px;z-index:1}
#navAccount.openToggler ul{display:block}
#navAccount ul a{color:#3a579a;display:block;font-weight:normal;height:auto;_margin-right:-25px;padding:4px 10px 5px;white-space:nowrap;*white-space:auto;_white-space:nowrap}
#navAccount ul a:hover,
#navAccount ul a:focus,
#navAccount ul a:active{background:#6d84b4;border-bottom:1px solid #3b5998;border-top:1px solid #3b5998;color:#fff;padding:3px 10px 4px}
#navAccount li{display:block;float:none}
#navAccountInfo{border-bottom:1px solid #e0e0e0;_height:60px;min-height:55px;*min-height:60px;position:relative;margin:5px 4px;padding:0 6px 0 64px}
ul #navAccountInfo a:hover,
ul #navAccountInfo a:focus,
ul #navAccountInfo a:active{background:none;border:none;color:#3b5998;padding:4px 10px 5px;text-decoration:underline}
#navAccountInfo #navAccountPic{left:-5px;margin:0;position:absolute;top:-9px;*top:-5px}
#navAccountInfo #navAccountPic img{width:50px;height:50px}
#navAccount #navAccountName{font-size:13px;font-weight:bold;margin:0;padding:0 !important;*word-wrap:break-word}
#navSearch{left:4px;position:absolute;top:4px;width:300px}
#navSearch .inputtext{width:292px}
#navSearch .uiTypeahead,
#navSearch .uiTypeahead .wrap{border-color:#3b5998}
#mainContainer{margin-left:-1px;display:block;width:100%}
.hasLeftCol #mainContainer{border-right:1px solid #b3b3b3}
#leftCol{display:none;float:left;padding:20px 0 0 2px;width:179px;word-wrap:break-word}
.hasLeftCol #leftCol{display:block}
#rightCol{margin-top:-10000px;float:right;padding-right:0;width:240px;word-wrap:break-word}
.hasRightCol #rightCol{margin-top:0}
.hasLeftCol #rightCol{padding-right:15px;_padding-right:9px;width:234px}
#contentCol{background-color:#fff;padding-top:15px}
.hasLeftCol #contentCol{border-left:1px solid #b3b3b3;margin-left:181px}
#contentArea{display:table-cell;*display:block;margin-right:-1px;*overflow:hidden;padding-left:1px;zoom:1}
.safari3 .hasLeftCol .hasRightCol #contentArea{display:inline-block;width:520px}
.safari3 .hasRightCol #contentArea{width:720px}
#contentArea:after,
#contentArea::after{clear:both;content:" F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W ! F a c e b o o k C S S F T W !";display:block;font-size:25px;height:0 !important;line-height:0;visibility:hidden}
#headerArea{border-bottom:2px solid #bbb;margin-bottom:5px;padding:2px 0 12px;*padding-top:0}
.hasLeftCol #contentArea,
.hasRightCol #contentArea{margin-right:0}
.hasRightCol #contentArea{padding-right:20px}
.hasLeftCol #contentArea{padding:0 15px}
.hasLeftCol #headerArea{margin:0 15px 5px}
#bottomContent{clear:both;height:17px;font-size:1px}
.profile #rightCol .box .box_header{font-size:11px;font-weight:bold;padding:3px 5px}
#rightCol #adcolumn_advertise{display:none}
#rightCol #sidebar_ads{float:none;padding:0 0 0 0}
#rightCol #facebook .sidebar_ads_test{padding:0 0 0 17px}
#rightCol #sidebar_ads .adcolumn_wrapper{border-left:none}
#rightCol #sidebar_ads .admin_upsell,
#rightCol .UIEMUASFrame{width:210px}
#rightCol #sidebar_ads .UIEmuASIFrame,
#rightCol #sidebar_ads .UIEMUASFrame{border-top:none;border-bottom:1px solid #e5e5e5;padding-left:0;padding-right:80px;width:auto}
#rightCol #sidebar_ads .adcolumn{border-left:none}
#rightCol #sidebar_ads #adcolumn_more_ads{border-top:none;padding-left:0}
#rightCol .UITitledBox{margin-bottom:15px}
#rightCol .UITitledBox_Top{line-height:13px}
#rightCol .UITitledBox_Top small{font-size:11px}
#rightCol .friend_grid_col{margin-left:0}
#rightCol .UISuggestionList_ItemContainer{border:none;margin:0}
#rightCol #pymk .friend_grid_col{width:auto}
#pymk .friend_grid_col .fg_name{width:155px}
#globalContainer #locale_selector_dialog_onclick{display:inline;float:none;padding:0 0 0 5px;width:auto}
.fbx #globalContainer #content{min-height:inherit}
.fbx .megaphone_story{_width:500px}
.UIPrivacyWidget_Custom{overflow:hidden}
.UIPrivacyWidget_CustomLabel{float:left}
.UIPrivacyWidget_CustomEditLink{float:right;margin-right:40px}
.UIPrivacyWidget_CustomEditLink:hover{background:none;text-decoration:underline}
.UIPrivacyWidget_Root .UIActionMenu_Menu{min-width:160px;*width:100%;_width:200px}
.UIPrivacyWidget_Root .UIActionMenu_Active .UIActionMenu_Text{color:#fff}
.UIPrivacyWidget_Root.UIActionMenu_Upward .hideToggler{right:0;top:0}
.UIComposer_TargetedPrivacyButton .UIPrivacyWidget_Root .UIActionMenu_Menu{min-width:130px}
.UIComposer_TargetedPrivacyButton .UIPrivacyWidget_CustomEditLink{margin-right:10px}
.hideToggler{height:0;opacity:0;overflow:hidden;position:absolute;width:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity = 0)";*filter:alpha(opacity=0)}
.openToggler{z-index:100}
.typeahead_list{background:transparent;border:1px solid #bdc7d8;border-top:none;font-size:11px;margin-top:-1px;overflow:auto;position:absolute;text-align:left;z-index:97}
.generic_dialog .typeahead_list,
.typeahead_list_absolute{z-index:106}
.typeahead_list .typeahead_suggestion,
.typeahead_list .typeahead_message{border-top:1px solid #ddd;padding:3px}
.typeahead_list .typeahead_suggestion{background:#fff;color:#000;cursor:default;filter:alpha(opacity=94);opacity:.94}
.typeahead_list .typeahead_suggestion:hover{cursor:pointer;cursor:hand}
.typeahead_list .typeahead_suggestion em{background:#d8dfea;color:#000;font-style:normal;font-weight:bold}
.typeahead_list .typeahead_suggestion small{color:#808080;padding-left:5px}
.typeahead_list .typeahead_selected{background:#3b5998;color:#fff;filter:alpha(opacity=100);opacity:1}
.typeahead_list .typeahead_selected small{color:#95a5c6}
.typeahead_list .typeahead_selected em{background:#5670a6;color:#fff}
.typeahead_list .typeahead_message{background:#eee;color:#333}
input.typeahead_found{background-color:#e1e9f6}
.typeahead_iframe{filter:alpha(opacity=0);left:0;position:absolute;top:0}
.typeahead_parent{margin:0;padding:0;overflow:visible;position:relative;float:left;width:0;height:0}
.typeahead_list_icon{width:27px;height:22px;position:absolute;left:-30px;top:3px;cursor:pointer;padding:0}
.typeahead_friendlist_icon{background:transparent url(/rsrc.php/zF4X9/hash/4agebnpg.png) 4px 6px no-repeat}
.typeahead_friendlist_icon.on_selected{background-color:#3b5998;background-image:url(/rsrc.php/z9ZCZ/hash/wo8mv2bv.gif)}
.tokenizer{min-height:5px;padding:0 0 3px 3px;width:100%;background:#fff;font-size:11px}
.tokenizer_locked{background:#f4f4f4}
.tokenizer,
.tokenizer *{cursor:text
}
.tokenizer .placeholder{color:#777;float:left;margin-top:5px}
.tokenizer input{width:100%}
.tokenizer .tokenizer_input,
.tokenizer .token{float:left;margin-right:3px;margin-top:3px}
.tokenizer .tab_stop,
.tokenizer .tokenizer_stretcher{display:block;float:left;overflow:hidden}
.tokenizer .tab_stop{height:1px;width:1px}
.tokenizer .tokenizer_stretcher{width:0;padding-top:7px}
#facebook .tokenizer .tab_stop input{border:0 solid black;display:inline;position:relative;left:-500px}
.tokenizer_input_borderless div{left:4px;margin-left:-1px;overflow:hidden;position:relative}
.tokenizer_input_borderless div input{border:3px solid white!important;border-left:none;display:block;margin:-2px 0 -2px -2px;padding:0!important}
.tokenizer div:-moz-first-node{padding-top:1px!important}
.tokenizer_input{max-width:450px;overflow:hidden;padding:1px 0}
#facebook .tokenizer_input input,
.tokenizer_input_shadow{border:0 solid black;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;padding:0 5px;white-space:pre}
.tokenizer_input_shadow{display:inline;left:-10000px;position:absolute;top:-10000px}
.tokenizer .tokenizer_input_shadow{height:0;display:block;left:0;overflow:hidden;position:relative;top:0}
div.tokenizer .inline_placeholder{color:#777;display:block;float:left;padding:5px 0 0 2px}
div.tokenizer .token{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-repeat:no-repeat;color:#000;white-space:nowrap}
div.tokenizer .token span{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif);background-position:top right;background-repeat:no-repeat;display:block}
div.tokenizer .token span span{background-position:bottom right}
div.tokenizer .token span span span{background-position:bottom left}
div.tokenizer .token span span span span{background-image:none;padding:2px 3px 2px 5px}
div.tokenizer.tokenizer_locked .token span span span span{padding-right:5px}
html div.tokenizer_locked .token:hover,
html div.tokenizer_locked .token:hover span{background-image:url(/rsrc.php/zO52Q/hash/5n2nw1c6.gif)}
div.tokenizer .token:hover,
div.tokenizer .token:hover span{background-image:url(/rsrc.php/zF06U/hash/acyc41zn.gif);text-decoration:none}
div.tokenizer .token_selected,
div.tokenizer .token_selected span,
div.tokenizer .token_selected:hover,
div.tokenizer .token_selected:hover span{background-image:url(/rsrc.php/zA560/hash/c65u0xug.gif);color:#fff;text-decoration:none}
div.tokenizer .token span.x,
div.tokenizer .token span.x_hover,
div.tokenizer .token:hover span.x,
div.tokenizer .token:hover span.x_hover{background:url(/rsrc.php/zA4IG/hash/cny9pytx.png) no-repeat -842px -64px;cursor:pointer;display:inline;padding:0 6px 0 5px}
div.tokenizer.tokenizer_locked .token span.x,
div.tokenizer.tokenizer_locked .token span.x_hover{display:none}
div.standard_tokenizer div.tokenizer{border:solid 1px #8f96bd}
.typeahead_list .typeahead_suggestion .with_pic small{padding-left:0}
.UIActionMenu{cursor:pointer;*display:inline-block;_display:inline;font-size:11px;position:relative;border-bottom:1px solid #ebebeb;margin-bottom:-1px}
.UIActionMenu a:hover{text-decoration:none}
.UIActionMenu_Wrap{position:relative;background-position:left top;border:1px solid #999;border-bottom:1px solid #888;cursor:pointer;display:block;height:20px;padding:0 18px 0 4px;zoom:1}
.ie6 .UIActionMenu_Wrap,
.ie6 .UIActionMenu_Text{display:inline-block}
.UIActionMenu_Chevron, .UIActionMenu_Text, .UIActionMenu_Icon{line-height:20px}
.UIActionMenu_Chevron{background:no-repeat left -193px;height:20px;position:absolute;right:0;top:-1px;width:20px}
.UIActionMenu_Text{color:#333;float:left;font-weight:bold;margin:0 3px 0 2px}
.UIActionMenu_Icon{float:left;height:20px}
.UIActionMenu_Lock{background-position:left -217px;width:16px;margin-left:-2px}
.UIActionMenu_People{background-position:left -475px;width:16px}
.UIActionMenu_Menu{border:1px solid #444;left:0;position:absolute;visibility:hidden;top:21px;_width:160px}
.UIActionMenu_Upward .UIActionMenu .UIActionMenu_Menu{bottom:24px;left:auto;right:0;top:auto}
.UIActionMenu_AlignRight .UIActionMenu_Menu{left:auto;right:0}
.UIActionMenu_Wrap,
.UIActionMenu_Icon,
.UIActionMenu_Chevron,
.UIActionMenu_SuppressButton .UIActionMenu_Wrap:hover,
.ie6 .UIActionMenu_SuppressButton .UIActionMenu_Wrap{background-image:url(/rsrc.php/zCCSI/hash/7am1obcj.png)}
.UIActionMenu_SuppressButton{border-color:transparent;_border:none}
.UIActionMenu_SuppressButton .UIActionMenu_Wrap{background-image:none;border-color:transparent}
.ie6 .UIActionMenu_SuppressButton .UIActionMenu_Wrap,
.UIActionMenu_SuppressButton .UIActionMenu_Wrap:hover{border-color:#999;border-bottom-color:#888;-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1)}
.openToggler .UIActionMenu_SuppressButton .UIActionMenu_Wrap{border-color:#444}
.UIActionMenu_SuppressText .UIActionMenu_Text{display:none}
.UIActionMenu_Blue .UIActionMenu_Text{color:#3b5998}
.UIActionMenu_Blue .UIActionMenu_Lock{background-position:left -265px}
.openToggler .UIActionMenu_Wrap{background:#6d84b4 !important;border-color:#3b5998 !important}
.openToggler .UIActionMenu_Text{color:#fff}
.openToggler .UIActionMenu_Lock{background-position:left -241px}
.openToggler .UIActionMenu_People{background-position:left -499px}
.openToggler .UIActionMenu_Chevron{background-position:left -169px}
.openToggler .UIActionMenu_Menu{visibility:visible}
.openToggler .UIActionMenu_Wrap:hover .uiTooltipWrap,
.openToggler .UIActionMenu_Wrap:hover .uiTooltipText{visibility:hidden}
#profile_settings .UIActionMenu,
#SettingsPage_Content .UIActionMenu,
.FriendAddingTool_Menu .UIActionMenu{float:left}
.UIObjectListing_ActionContainer .UIActionMenu{float:right}
.ff2 .UIObjectListing_ActionContainer .UIActionMenu{float:none}
.UISelectList{background-color:#fff;margin:0;padding:3px 0;width:100%}
.UISelectList_Item{margin:0;padding:0;text-align:left}
.UISelectList_Item input{visibility:hidden;position:absolute;left:-20px}
.UISelectList_Label{color:#111;background-color:#fff;display:block;font-weight:normal;min-width:100px;max-width:300px;overflow:hidden;white-space:nowrap;padding:2px 4px 3px 19px}
.UISelectList_Label:focus,
.UISelectList_Label:active{outline:none;background-color:#333;color:#eee}
.UISelectList_check_Checked,
.UISelectList_radio_Checked{background:white no-repeat left 4px;cursor:pointer;font-weight:bold}
.UISelectList_check_Checked{background-image:url(/rsrc.php/zEB7R/hash/3w3zk8ej.gif)}
.UISelectList_radio_Checked{background-image:url(/rsrc.php/zDOUV/hash/6m1zsoz1.gif)}
.UISelectList_check_Checked:focus,
.UISelectList_check_Checked:active{background-position:left -56px}
.UISelectList_radio_Checked:focus,
.UISelectList_radio_Checked:active{background-position:left -16px}
.uiLinkButton input{background:none;border:none;color:#3b5998;cursor:pointer;font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;font-size:11px;margin:0;*overflow:visible;padding:0;vertical-align:top;_width:0}
.uiLinkButton input::-moz-focus-inner{border:0;padding:0}
.uiLinkButton:hover,
.uiLinkButton input:hover,
.uiLinkButton input:focus,
.uiLinkButton input:active{color:#3b5998;text-decoration:underline}
a.uiTooltip{position:relative}
a.uiTooltip:hover,
a.uiTooltip:focus,
a.uiTooltip:active{outline:none;text-decoration:none}
.uiTooltipWrap{display:none;bottom:100%;left:0;padding-bottom:4px;position:absolute;z-index:10;background-position:left bottom;background-repeat:no-repeat}
a.uiTooltip:hover .uiTooltipWrap,
a.uiTooltip:focus .uiTooltipWrap,
a.uiTooltip:active .uiTooltipWrap{display:block;background-image:url(/rsrc.php/zA6K6/hash/cnbfiri3.gif)}
a.uiTooltip .uiTooltipWrap:hover{visibility:hidden}
a.uiTooltip:hover .bottom{background-image:url(/rsrc.php/z9FL2/hash/3nblnwz6.png)}
.uiTooltipText{background-color:#282828;color:#fff !important;display:block;left:0;padding:3px 8px 4px;white-space:nowrap}
.uiTooltip .bottom{top:100%;padding:4px 0 0;background-position:left top}
.uiTooltip .right{left:auto;right:0;background-position:right bottom}
.uiTooltip .center{float:left;position:relative;right:-50%}
.uiTooltip .center .uiTooltipWrap{background-position:left bottom;margin-left:-10px;padding-left:10px}
.uiTooltip .center .uiTooltipText{position:relative;left:-50%}
#bootloader_css_d7hredev3koc444w_pkg_css { height: 42px; } | 0.332419 | 0.05962 |
@charset "UTF-8";
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: "FontAwesome";
src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: 0.2em 0.25em 0.15em;
border: solid 0.08em #eeeeee;
border-radius: 0.1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: 0.3em;
}
.fa.pull-right {
margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "";
}
.fa-music:before {
content: "";
}
.fa-search:before {
content: "";
}
.fa-envelope-o:before {
content: "";
}
.fa-heart:before {
content: "";
}
.fa-star:before {
content: "";
}
.fa-star-o:before {
content: "";
}
.fa-user:before {
content: "";
}
.fa-film:before {
content: "";
}
.fa-th-large:before {
content: "";
}
.fa-th:before {
content: "";
}
.fa-th-list:before {
content: "";
}
.fa-check:before {
content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "";
}
.fa-search-plus:before {
content: "";
}
.fa-search-minus:before {
content: "";
}
.fa-power-off:before {
content: "";
}
.fa-signal:before {
content: "";
}
.fa-gear:before,
.fa-cog:before {
content: "";
}
.fa-trash-o:before {
content: "";
}
.fa-home:before {
content: "";
}
.fa-file-o:before {
content: "";
}
.fa-clock-o:before {
content: "";
}
.fa-road:before {
content: "";
}
.fa-download:before {
content: "";
}
.fa-arrow-circle-o-down:before {
content: "";
}
.fa-arrow-circle-o-up:before {
content: "";
}
.fa-inbox:before {
content: "";
}
.fa-play-circle-o:before {
content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "";
}
.fa-refresh:before {
content: "";
}
.fa-list-alt:before {
content: "";
}
.fa-lock:before {
content: "";
}
.fa-flag:before {
content: "";
}
.fa-headphones:before {
content: "";
}
.fa-volume-off:before {
content: "";
}
.fa-volume-down:before {
content: "";
}
.fa-volume-up:before {
content: "";
}
.fa-qrcode:before {
content: "";
}
.fa-barcode:before {
content: "";
}
.fa-tag:before {
content: "";
}
.fa-tags:before {
content: "";
}
.fa-book:before {
content: "";
}
.fa-bookmark:before {
content: "";
}
.fa-print:before {
content: "";
}
.fa-camera:before {
content: "";
}
.fa-font:before {
content: "";
}
.fa-bold:before {
content: "";
}
.fa-italic:before {
content: "";
}
.fa-text-height:before {
content: "";
}
.fa-text-width:before {
content: "";
}
.fa-align-left:before {
content: "";
}
.fa-align-center:before {
content: "";
}
.fa-align-right:before {
content: "";
}
.fa-align-justify:before {
content: "";
}
.fa-list:before {
content: "";
}
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
.fa-indent:before {
content: "";
}
.fa-video-camera:before {
content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "";
}
.fa-pencil:before {
content: "";
}
.fa-map-marker:before {
content: "";
}
.fa-adjust:before {
content: "";
}
.fa-tint:before {
content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
.fa-share-square-o:before {
content: "";
}
.fa-check-square-o:before {
content: "";
}
.fa-arrows:before {
content: "";
}
.fa-step-backward:before {
content: "";
}
.fa-fast-backward:before {
content: "";
}
.fa-backward:before {
content: "";
}
.fa-play:before {
content: "";
}
.fa-pause:before {
content: "";
}
.fa-stop:before {
content: "";
}
.fa-forward:before {
content: "";
}
.fa-fast-forward:before {
content: "";
}
.fa-step-forward:before {
content: "";
}
.fa-eject:before {
content: "";
}
.fa-chevron-left:before {
content: "";
}
.fa-chevron-right:before {
content: "";
}
.fa-plus-circle:before {
content: "";
}
.fa-minus-circle:before {
content: "";
}
.fa-times-circle:before {
content: "";
}
.fa-check-circle:before {
content: "";
}
.fa-question-circle:before {
content: "";
}
.fa-info-circle:before {
content: "";
}
.fa-crosshairs:before {
content: "";
}
.fa-times-circle-o:before {
content: "";
}
.fa-check-circle-o:before {
content: "";
}
.fa-ban:before {
content: "";
}
.fa-arrow-left:before {
content: "";
}
.fa-arrow-right:before {
content: "";
}
.fa-arrow-up:before {
content: "";
}
.fa-arrow-down:before {
content: "";
}
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
.fa-expand:before {
content: "";
}
.fa-compress:before {
content: "";
}
.fa-plus:before {
content: "";
}
.fa-minus:before {
content: "";
}
.fa-asterisk:before {
content: "";
}
.fa-exclamation-circle:before {
content: "";
}
.fa-gift:before {
content: "";
}
.fa-leaf:before {
content: "";
}
.fa-fire:before {
content: "";
}
.fa-eye:before {
content: "";
}
.fa-eye-slash:before {
content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "";
}
.fa-plane:before {
content: "";
}
.fa-calendar:before {
content: "";
}
.fa-random:before {
content: "";
}
.fa-comment:before {
content: "";
}
.fa-magnet:before {
content: "";
}
.fa-chevron-up:before {
content: "";
}
.fa-chevron-down:before {
content: "";
}
.fa-retweet:before {
content: "";
}
.fa-shopping-cart:before {
content: "";
}
.fa-folder:before {
content: "";
}
.fa-folder-open:before {
content: "";
}
.fa-arrows-v:before {
content: "";
}
.fa-arrows-h:before {
content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
.fa-twitter-square:before {
content: "";
}
.fa-facebook-square:before {
content: "";
}
.fa-camera-retro:before {
content: "";
}
.fa-key:before {
content: "";
}
.fa-gears:before,
.fa-cogs:before {
content: "";
}
.fa-comments:before {
content: "";
}
.fa-thumbs-o-up:before {
content: "";
}
.fa-thumbs-o-down:before {
content: "";
}
.fa-star-half:before {
content: "";
}
.fa-heart-o:before {
content: "";
}
.fa-sign-out:before {
content: "";
}
.fa-linkedin-square:before {
content: "";
}
.fa-thumb-tack:before {
content: "";
}
.fa-external-link:before {
content: "";
}
.fa-sign-in:before {
content: "";
}
.fa-trophy:before {
content: "";
}
.fa-github-square:before {
content: "";
}
.fa-upload:before {
content: "";
}
.fa-lemon-o:before {
content: "";
}
.fa-phone:before {
content: "";
}
.fa-square-o:before {
content: "";
}
.fa-bookmark-o:before {
content: "";
}
.fa-phone-square:before {
content: "";
}
.fa-twitter:before {
content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
.fa-github:before {
content: "";
}
.fa-unlock:before {
content: "";
}
.fa-credit-card:before {
content: "";
}
.fa-rss:before {
content: "";
}
.fa-hdd-o:before {
content: "";
}
.fa-bullhorn:before {
content: "";
}
.fa-bell:before {
content: "";
}
.fa-certificate:before {
content: "";
}
.fa-hand-o-right:before {
content: "";
}
.fa-hand-o-left:before {
content: "";
}
.fa-hand-o-up:before {
content: "";
}
.fa-hand-o-down:before {
content: "";
}
.fa-arrow-circle-left:before {
content: "";
}
.fa-arrow-circle-right:before {
content: "";
}
.fa-arrow-circle-up:before {
content: "";
}
.fa-arrow-circle-down:before {
content: "";
}
.fa-globe:before {
content: "";
}
.fa-wrench:before {
content: "";
}
.fa-tasks:before {
content: "";
}
.fa-filter:before {
content: "";
}
.fa-briefcase:before {
content: "";
}
.fa-arrows-alt:before {
content: "";
}
.fa-group:before,
.fa-users:before {
content: "";
}
.fa-chain:before,
.fa-link:before {
content: "";
}
.fa-cloud:before {
content: "";
}
.fa-flask:before {
content: "";
}
.fa-cut:before,
.fa-scissors:before {
content: "";
}
.fa-copy:before,
.fa-files-o:before {
content: "";
}
.fa-paperclip:before {
content: "";
}
.fa-save:before,
.fa-floppy-o:before {
content: "";
}
.fa-square:before {
content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "";
}
.fa-list-ul:before {
content: "";
}
.fa-list-ol:before {
content: "";
}
.fa-strikethrough:before {
content: "";
}
.fa-underline:before {
content: "";
}
.fa-table:before {
content: "";
}
.fa-magic:before {
content: "";
}
.fa-truck:before {
content: "";
}
.fa-pinterest:before {
content: "";
}
.fa-pinterest-square:before {
content: "";
}
.fa-google-plus-square:before {
content: "";
}
.fa-google-plus:before {
content: "";
}
.fa-money:before {
content: "";
}
.fa-caret-down:before {
content: "";
}
.fa-caret-up:before {
content: "";
}
.fa-caret-left:before {
content: "";
}
.fa-caret-right:before {
content: "";
}
.fa-columns:before {
content: "";
}
.fa-unsorted:before,
.fa-sort:before {
content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "";
}
.fa-envelope:before {
content: "";
}
.fa-linkedin:before {
content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
.fa-legal:before,
.fa-gavel:before {
content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
.fa-comment-o:before {
content: "";
}
.fa-comments-o:before {
content: "";
}
.fa-flash:before,
.fa-bolt:before {
content: "";
}
.fa-sitemap:before {
content: "";
}
.fa-umbrella:before {
content: "";
}
.fa-paste:before,
.fa-clipboard:before {
content: "";
}
.fa-lightbulb-o:before {
content: "";
}
.fa-exchange:before {
content: "";
}
.fa-cloud-download:before {
content: "";
}
.fa-cloud-upload:before {
content: "";
}
.fa-user-md:before {
content: "";
}
.fa-stethoscope:before {
content: "";
}
.fa-suitcase:before {
content: "";
}
.fa-bell-o:before {
content: "";
}
.fa-coffee:before {
content: "";
}
.fa-cutlery:before {
content: "";
}
.fa-file-text-o:before {
content: "";
}
.fa-building-o:before {
content: "";
}
.fa-hospital-o:before {
content: "";
}
.fa-ambulance:before {
content: "";
}
.fa-medkit:before {
content: "";
}
.fa-fighter-jet:before {
content: "";
}
.fa-beer:before {
content: "";
}
.fa-h-square:before {
content: "";
}
.fa-plus-square:before {
content: "";
}
.fa-angle-double-left:before {
content: "";
}
.fa-angle-double-right:before {
content: "";
}
.fa-angle-double-up:before {
content: "";
}
.fa-angle-double-down:before {
content: "";
}
.fa-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.fa-angle-up:before {
content: "";
}
.fa-angle-down:before {
content: "";
}
.fa-desktop:before {
content: "";
}
.fa-laptop:before {
content: "";
}
.fa-tablet:before {
content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
.fa-circle-o:before {
content: "";
}
.fa-quote-left:before {
content: "";
}
.fa-quote-right:before {
content: "";
}
.fa-spinner:before {
content: "";
}
.fa-circle:before {
content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
.fa-github-alt:before {
content: "";
}
.fa-folder-o:before {
content: "";
}
.fa-folder-open-o:before {
content: "";
}
.fa-smile-o:before {
content: "";
}
.fa-frown-o:before {
content: "";
}
.fa-meh-o:before {
content: "";
}
.fa-gamepad:before {
content: "";
}
.fa-keyboard-o:before {
content: "";
}
.fa-flag-o:before {
content: "";
}
.fa-flag-checkered:before {
content: "";
}
.fa-terminal:before {
content: "";
}
.fa-code:before {
content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
.fa-location-arrow:before {
content: "";
}
.fa-crop:before {
content: "";
}
.fa-code-fork:before {
content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "";
}
.fa-question:before {
content: "";
}
.fa-info:before {
content: "";
}
.fa-exclamation:before {
content: "";
}
.fa-superscript:before {
content: "";
}
.fa-subscript:before {
content: "";
}
.fa-eraser:before {
content: "";
}
.fa-puzzle-piece:before {
content: "";
}
.fa-microphone:before {
content: "";
}
.fa-microphone-slash:before {
content: "";
}
.fa-shield:before {
content: "";
}
.fa-calendar-o:before {
content: "";
}
.fa-fire-extinguisher:before {
content: "";
}
.fa-rocket:before {
content: "";
}
.fa-maxcdn:before {
content: "";
}
.fa-chevron-circle-left:before {
content: "";
}
.fa-chevron-circle-right:before {
content: "";
}
.fa-chevron-circle-up:before {
content: "";
}
.fa-chevron-circle-down:before {
content: "";
}
.fa-html5:before {
content: "";
}
.fa-css3:before {
content: "";
}
.fa-anchor:before {
content: "";
}
.fa-unlock-alt:before {
content: "";
}
.fa-bullseye:before {
content: "";
}
.fa-ellipsis-h:before {
content: "";
}
.fa-ellipsis-v:before {
content: "";
}
.fa-rss-square:before {
content: "";
}
.fa-play-circle:before {
content: "";
}
.fa-ticket:before {
content: "";
}
.fa-minus-square:before {
content: "";
}
.fa-minus-square-o:before {
content: "";
}
.fa-level-up:before {
content: "";
}
.fa-level-down:before {
content: "";
}
.fa-check-square:before {
content: "";
}
.fa-pencil-square:before {
content: "";
}
.fa-external-link-square:before {
content: "";
}
.fa-share-square:before {
content: "";
}
.fa-compass:before {
content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "";
}
.fa-euro:before,
.fa-eur:before {
content: "";
}
.fa-gbp:before {
content: "";
}
.fa-dollar:before,
.fa-usd:before {
content: "";
}
.fa-rupee:before,
.fa-inr:before {
content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "";
}
.fa-won:before,
.fa-krw:before {
content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
.fa-file:before {
content: "";
}
.fa-file-text:before {
content: "";
}
.fa-sort-alpha-asc:before {
content: "";
}
.fa-sort-alpha-desc:before {
content: "";
}
.fa-sort-amount-asc:before {
content: "";
}
.fa-sort-amount-desc:before {
content: "";
}
.fa-sort-numeric-asc:before {
content: "";
}
.fa-sort-numeric-desc:before {
content: "";
}
.fa-thumbs-up:before {
content: "";
}
.fa-thumbs-down:before {
content: "";
}
.fa-youtube-square:before {
content: "";
}
.fa-youtube:before {
content: "";
}
.fa-xing:before {
content: "";
}
.fa-xing-square:before {
content: "";
}
.fa-youtube-play:before {
content: "";
}
.fa-dropbox:before {
content: "";
}
.fa-stack-overflow:before {
content: "";
}
.fa-instagram:before {
content: "";
}
.fa-flickr:before {
content: "";
}
.fa-adn:before {
content: "";
}
.fa-bitbucket:before {
content: "";
}
.fa-bitbucket-square:before {
content: "";
}
.fa-tumblr:before {
content: "";
}
.fa-tumblr-square:before {
content: "";
}
.fa-long-arrow-down:before {
content: "";
}
.fa-long-arrow-up:before {
content: "";
}
.fa-long-arrow-left:before {
content: "";
}
.fa-long-arrow-right:before {
content: "";
}
.fa-apple:before {
content: "";
}
.fa-windows:before {
content: "";
}
.fa-android:before {
content: "";
}
.fa-linux:before {
content: "";
}
.fa-dribbble:before {
content: "";
}
.fa-skype:before {
content: "";
}
.fa-foursquare:before {
content: "";
}
.fa-trello:before {
content: "";
}
.fa-female:before {
content: "";
}
.fa-male:before {
content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
.fa-sun-o:before {
content: "";
}
.fa-moon-o:before {
content: "";
}
.fa-archive:before {
content: "";
}
.fa-bug:before {
content: "";
}
.fa-vk:before {
content: "";
}
.fa-weibo:before {
content: "";
}
.fa-renren:before {
content: "";
}
.fa-pagelines:before {
content: "";
}
.fa-stack-exchange:before {
content: "";
}
.fa-arrow-circle-o-right:before {
content: "";
}
.fa-arrow-circle-o-left:before {
content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "";
}
.fa-dot-circle-o:before {
content: "";
}
.fa-wheelchair:before {
content: "";
}
.fa-vimeo-square:before {
content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "";
}
.fa-plus-square-o:before {
content: "";
}
.fa-space-shuttle:before {
content: "";
}
.fa-slack:before {
content: "";
}
.fa-envelope-square:before {
content: "";
}
.fa-wordpress:before {
content: "";
}
.fa-openid:before {
content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "";
}
.fa-yahoo:before {
content: "";
}
.fa-google:before {
content: "";
}
.fa-reddit:before {
content: "";
}
.fa-reddit-square:before {
content: "";
}
.fa-stumbleupon-circle:before {
content: "";
}
.fa-stumbleupon:before {
content: "";
}
.fa-delicious:before {
content: "";
}
.fa-digg:before {
content: "";
}
.fa-pied-piper:before {
content: "";
}
.fa-pied-piper-alt:before {
content: "";
}
.fa-drupal:before {
content: "";
}
.fa-joomla:before {
content: "";
}
.fa-language:before {
content: "";
}
.fa-fax:before {
content: "";
}
.fa-building:before {
content: "";
}
.fa-child:before {
content: "";
}
.fa-paw:before {
content: "";
}
.fa-spoon:before {
content: "";
}
.fa-cube:before {
content: "";
}
.fa-cubes:before {
content: "";
}
.fa-behance:before {
content: "";
}
.fa-behance-square:before {
content: "";
}
.fa-steam:before {
content: "";
}
.fa-steam-square:before {
content: "";
}
.fa-recycle:before {
content: "";
}
.fa-automobile:before,
.fa-car:before {
content: "";
}
.fa-cab:before,
.fa-taxi:before {
content: "";
}
.fa-tree:before {
content: "";
}
.fa-spotify:before {
content: "";
}
.fa-deviantart:before {
content: "";
}
.fa-soundcloud:before {
content: "";
}
.fa-database:before {
content: "";
}
.fa-file-pdf-o:before {
content: "";
}
.fa-file-word-o:before {
content: "";
}
.fa-file-excel-o:before {
content: "";
}
.fa-file-powerpoint-o:before {
content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
.fa-file-code-o:before {
content: "";
}
.fa-vine:before {
content: "";
}
.fa-codepen:before {
content: "";
}
.fa-jsfiddle:before {
content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "";
}
.fa-circle-o-notch:before {
content: "";
}
.fa-ra:before,
.fa-rebel:before {
content: "";
}
.fa-ge:before,
.fa-empire:before {
content: "";
}
.fa-git-square:before {
content: "";
}
.fa-git:before {
content: "";
}
.fa-hacker-news:before {
content: "";
}
.fa-tencent-weibo:before {
content: "";
}
.fa-qq:before {
content: "";
}
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
.fa-send:before,
.fa-paper-plane:before {
content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "";
}
.fa-history:before {
content: "";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "";
}
.fa-header:before {
content: "";
}
.fa-paragraph:before {
content: "";
}
.fa-sliders:before {
content: "";
}
.fa-share-alt:before {
content: "";
}
.fa-share-alt-square:before {
content: "";
}
.fa-bomb:before {
content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "";
}
.fa-tty:before {
content: "";
}
.fa-binoculars:before {
content: "";
}
.fa-plug:before {
content: "";
}
.fa-slideshare:before {
content: "";
}
.fa-twitch:before {
content: "";
}
.fa-yelp:before {
content: "";
}
.fa-newspaper-o:before {
content: "";
}
.fa-wifi:before {
content: "";
}
.fa-calculator:before {
content: "";
}
.fa-paypal:before {
content: "";
}
.fa-google-wallet:before {
content: "";
}
.fa-cc-visa:before {
content: "";
}
.fa-cc-mastercard:before {
content: "";
}
.fa-cc-discover:before {
content: "";
}
.fa-cc-amex:before {
content: "";
}
.fa-cc-paypal:before {
content: "";
}
.fa-cc-stripe:before {
content: "";
}
.fa-bell-slash:before {
content: "";
}
.fa-bell-slash-o:before {
content: "";
}
.fa-trash:before {
content: "";
}
.fa-copyright:before {
content: "";
}
.fa-at:before {
content: "";
}
.fa-eyedropper:before {
content: "";
}
.fa-paint-brush:before {
content: "";
}
.fa-birthday-cake:before {
content: "";
}
.fa-area-chart:before {
content: "";
}
.fa-pie-chart:before {
content: "";
}
.fa-line-chart:before {
content: "";
}
.fa-lastfm:before {
content: "";
}
.fa-lastfm-square:before {
content: "";
}
.fa-toggle-off:before {
content: "";
}
.fa-toggle-on:before {
content: "";
}
.fa-bicycle:before {
content: "";
}
.fa-bus:before {
content: "";
}
.fa-ioxhost:before {
content: "";
}
.fa-angellist:before {
content: "";
}
.fa-cc:before {
content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "";
}
.fa-meanpath:before {
content: "";
}
.fa-buysellads:before {
content: "";
}
.fa-connectdevelop:before {
content: "";
}
.fa-dashcube:before {
content: "";
}
.fa-forumbee:before {
content: "";
}
.fa-leanpub:before {
content: "";
}
.fa-sellsy:before {
content: "";
}
.fa-shirtsinbulk:before {
content: "";
}
.fa-simplybuilt:before {
content: "";
}
.fa-skyatlas:before {
content: "";
}
.fa-cart-plus:before {
content: "";
}
.fa-cart-arrow-down:before {
content: "";
}
.fa-diamond:before {
content: "";
}
.fa-ship:before {
content: "";
}
.fa-user-secret:before {
content: "";
}
.fa-motorcycle:before {
content: "";
}
.fa-street-view:before {
content: "";
}
.fa-heartbeat:before {
content: "";
}
.fa-venus:before {
content: "";
}
.fa-mars:before {
content: "";
}
.fa-mercury:before {
content: "";
}
.fa-transgender:before {
content: "";
}
.fa-transgender-alt:before {
content: "";
}
.fa-venus-double:before {
content: "";
}
.fa-mars-double:before {
content: "";
}
.fa-venus-mars:before {
content: "";
}
.fa-mars-stroke:before {
content: "";
}
.fa-mars-stroke-v:before {
content: "";
}
.fa-mars-stroke-h:before {
content: "";
}
.fa-neuter:before {
content: "";
}
.fa-facebook-official:before {
content: "";
}
.fa-pinterest-p:before {
content: "";
}
.fa-whatsapp:before {
content: "";
}
.fa-server:before {
content: "";
}
.fa-user-plus:before {
content: "";
}
.fa-user-times:before {
content: "";
}
.fa-hotel:before,
.fa-bed:before {
content: "";
}
.fa-viacoin:before {
content: "";
}
.fa-train:before {
content: "";
}
.fa-subway:before {
content: "";
}
.fa-medium:before {
content: "";
}
/* don't use css generated by font squirrel, use this set cos it fixes the chrome rendering problem */
/* you shouldn't need to use more than these four fonts, the others are more decorative but not necessary for web */
/******************** Font ********************/
@font-face {
font-family: "latoblack";
src: url("../fonts/lato/lato-black.eot");
src: url("../fonts/lato/lato-black.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-black.svg#latoblack") format("svg"), url("../fonts/lato/lato-black.otf") format("opentype"), url("../fonts/lato/lato-black.ttf") format("truetype"), url("../fonts/lato/lato-black.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "latosemibold";
src: url("../fonts/lato/lato-semibold.eot");
src: url("../fonts/lato/lato-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-semibold.svg#latosemibold") format("svg"), url("../fonts/lato/lato-semibold.otf") format("opentype"), url("../fonts/lato/lato-semibold.ttf") format("truetype"), url("../fonts/lato/lato-semibold.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "latoregular";
src: url("../fonts/lato/lato-regular.eot");
src: url("../fonts/lato/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular.svg#latoregular") format("svg"), url("/../fonts/lato/lato-regular.otf") format("opentype"), url("../fonts/lato/lato-regular.ttf") format("truetype"), url("../fonts/lato/lato-regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "latoitalic";
src: url("../fonts/lato/lato-italic.eot");
src: url("../fonts/lato/lato-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-italic.svg#latoitalic") format("svg"), url("../fonts/lato/lato-italic.otf") format("opentype"), url("../fonts/lato/lato-italic.ttf") format("truetype"), url("../fonts/lato/lato-italic.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* fixes chrome font rendering */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "latoblack";
src: url("../fonts/lato/lato-black.svg#latoblack") format("svg");
}
@font-face {
font-family: "latosemibold";
src: url("../fonts/lato/lato-bold.svg#latosemibold") format("svg");
}
@font-face {
font-family: "latoregular";
src: url("../fonts/lato/lato-regular.svg#latoregular") format("svg");
}
@font-face {
font-family: "latoitalic";
src: url("../fonts/lato/lato-italic.svg#latoitalic") format("svg");
}
}
body {
-webkit-font-smoothing: antialiased;
}
/* change bold and italic to the fonts rather than font-weights */
i, em {
font-family: "latoitalic", sans-serif;
font-style: normal;
}
b, strong {
font-family: "latosemibold", sans-serif;
font-weight: normal;
}
body {
font-family: "latoregular", sans-serif;
font-size: 16px;
}
p {
margin-top: 0px;
margin-bottom: 16px;
}
h1 {
font-family: "latoblack";
}
h2 {
font-family: "latoblack";
margin-top: 60px;
}
h3 {
font-family: "latosemibold";
margin-top: 40px;
}
h4 {
font-family: "latoregular";
font-size: 20px;
margin-top: 40px;
}
ol.simple, ul.simple {
margin-top: 16px;
margin-bottom: 16px;
}
ol li p, ul li p {
margin-top: 0px;
margin-bottom: 0px;
}
.main {
padding-top: 20px;
}
.navbar-fixed-top {
border-width: 0;
background-color: #1D414E;
}
@media (min-width: 768px) {
.navbar-right {
margin-right: 0px;
}
}
.navbar-default {
background-image: none;
}
.navbar-default .navbar-toggle {
background-color: #386576;
border-style: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #B2D234;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #FFFFFF;
}
.navbar-default .navbar-collapse.nav-collapse.collapsing,
.navbar-default .navbar-collapse.nav-collapse.collapse.in {
background: #efefef;
}
@media (max-width: 767px) {
.navbar-default .navbar-collapse.nav-collapse.collapsing,
.navbar-default .navbar-collapse.nav-collapse.collapse.in {
margin: 0;
padding: 0;
border-bottom: 2px solid #C5C5C5;
}
}
.navbar-default .navbar-header {
background-color: #1D414E;
}
.navbar-default .navbar-brand {
padding: 8px 15px;
}
.navbar-default .navbar-brand img {
height: 36px;
}
/* Mobile Search (768px and below) */
@media (max-width: 767px) {
.navbar-form {
margin: 0;
padding: 2px 5px;
background: #DDDDDD;
border-bottom: 1px solid #C5C5C5;
}
}
.navbar-form .form-group {
margin-bottom: 1px;
}
/* Side Bar */
div.sidebar {
background: #dfe4e5;
padding: 0;
}
/* Sidebar & Mobile Table of contents */
.sidebar .navbar-collapse,
.mobile-nav .navbar-collapse {
padding: 0;
}
.sidebar ul,
.mobile-nav ul {
padding: 0;
}
.sidebar .toctree-l1,
.mobile-nav .toctree-l1 {
border-bottom: 1px solid #cbd6d8;
}
.sidebar .toctree-l1.current,
.mobile-nav .toctree-l1.current {
background-color: #efefef;
}
.sidebar .toctree-l1 a,
.mobile-nav .toctree-l1 a {
font-size: 14px;
color: #1c7a9b;
}
.sidebar .toctree-l1 a:hover,
.mobile-nav .toctree-l1 a:hover {
color: #051419;
text-decoration: none;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 a:hover,
.mobile-nav .toctree-l1 a:hover {
background-color: #E2E2E2;
}
}
.sidebar .toctree-l1 a.reference.internal,
.mobile-nav .toctree-l1 a.reference.internal {
display: block;
padding: 8px 10px;
color: #1D414E;
font-family: "latosemibold";
}
.sidebar .toctree-l1 ul,
.mobile-nav .toctree-l1 ul {
padding: 0 0 10px;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul,
.mobile-nav .toctree-l1 ul {
padding: 0;
}
}
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal {
padding: 5px 5px 5px 20px;
color: #1c7a9b;
font-family: "latoregular";
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal {
border-top: 1px dotted #D8D8D8;
}
}
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal:hover {
color: #051419;
text-decoration: none;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal:hover {
background-color: #E2E2E2;
}
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal:focus,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal:focus {
background-color: #E2E2E2;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a {
padding: 5px 5px 5px 30px;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a {
padding: 0;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal {
padding: 5px 5px 5px 30px;
color: #093d4f;
font-family: "latoregular";
font-size: 12px;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal {
border-top: 1px dotted #D8D8D8;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover {
color: #051419;
text-decoration: none;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover {
background-color: #E2E2E2;
}
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:focus,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:focus {
background-color: #E2E2E2;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 ul,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 ul {
display: none;
}
/* Breadcrumbs */
.breadcrumb li:nth-child(2):before {
content: "";
padding: 0;
}
.breadcrumb .breadcrumbs-aside {
float: right;
}
@media (max-width: 767px) {
.breadcrumb .breadcrumbs-aside {
display: none;
}
}
.breadcrumb .breadcrumbs-aside:before {
display: none;
}
/* Youtube video */
iframe {
margin-top: 20px;
margin-bottom: 20px;
}
/* Code blocks */
.highlight pre {
margin-top: 16px;
margin-bottom: 16px;
}
/*header link icon */
a.headerlink {
color: #CCCCCC;
visibility: hidden;
font-size: 14px;
}
a.headerlink:after {
visibility: visible;
content: "";
font-family: FontAwesome;
display: inline-block;
}
a.headerlink:hover {
color: #1c7a9b;
}
/* Tables */
table {
border: 1px solid #DDDDDD;
word-break: break-word;
}
table tr.row-odd {
background-color: #F2F2F2;
}
table.footnote {
border: none;
border: none;
}
table.footnote.table th, table.footnote.table td {
border-top: none;
}
table.footnote td {
border-top: none;
}
.section table {
width: auto;
}
/* Responsive images */
.section img {
max-width: 100%;
border-width: 2px;
border-style: solid;
border-color: #c8d1d3;
border-radius: 3px;
background-color: #c8d1d3;
margin-top: 16px;
margin-bottom: 16px;
}
/* Footer */
.footer {
margin-top: 30px;
}
/* Alerts */
.alert-info {
background-image: none;
color: #333;
}
pre {
word-break: normal;
word-wrap: normal;
}
/* Admonition */
.admonition {
margin-top: 16px;
margin-bottom: 16px;
}
.admonition p {
margin: 0;
}
.fa,
.rst-content .admonition-title,
.rst-content h1 .headerlink,
.rst-content h2 .headerlink,
.rst-content h3 .headerlink,
.rst-content h4 .headerlink,
.rst-content h5 .headerlink,
.rst-content h6 .headerlink,
.rst-content dl dt .headerlink,
.icon {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rst-content h1 .headerlink:after,
.rst-content h2 .headerlink:after,
.rst-content h3 .headerlink:after,
.rst-content h4 .headerlink:after,
.rst-content h5 .headerlink:after,
.rst-content h6 .headerlink:after,
.rst-content dl dt .headerlink:after {
visibility: visible;
content: "";
font-family: FontAwesome;
display: inline-block;
}
/* Tabs */
/* Reset sphinx tabs so they do not take on bootstrap's .container CSS */
.sphinx-tabs.container,
.sphinx-tabs .container {
width: auto;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
font-size: 16px;
}
.sphinx-tabs.container .sphinx-tab,
.sphinx-tabs .container .sphinx-tab {
padding: 16px;
}
.sphinx-tab,
.ui.tabular.menu,
.sphinx-tabs .sphinx-menu a.active.item {
border-color: #ddd !important;
}
/*# sourceMappingURL=catalystcloud.css.map */ | sphinx_catalystcloud_theme/static/cloudtheme/css/catalystcloud.css | @charset "UTF-8";
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: "FontAwesome";
src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: 0.2em 0.25em 0.15em;
border: solid 0.08em #eeeeee;
border-radius: 0.1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: 0.3em;
}
.fa.pull-right {
margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "";
}
.fa-music:before {
content: "";
}
.fa-search:before {
content: "";
}
.fa-envelope-o:before {
content: "";
}
.fa-heart:before {
content: "";
}
.fa-star:before {
content: "";
}
.fa-star-o:before {
content: "";
}
.fa-user:before {
content: "";
}
.fa-film:before {
content: "";
}
.fa-th-large:before {
content: "";
}
.fa-th:before {
content: "";
}
.fa-th-list:before {
content: "";
}
.fa-check:before {
content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "";
}
.fa-search-plus:before {
content: "";
}
.fa-search-minus:before {
content: "";
}
.fa-power-off:before {
content: "";
}
.fa-signal:before {
content: "";
}
.fa-gear:before,
.fa-cog:before {
content: "";
}
.fa-trash-o:before {
content: "";
}
.fa-home:before {
content: "";
}
.fa-file-o:before {
content: "";
}
.fa-clock-o:before {
content: "";
}
.fa-road:before {
content: "";
}
.fa-download:before {
content: "";
}
.fa-arrow-circle-o-down:before {
content: "";
}
.fa-arrow-circle-o-up:before {
content: "";
}
.fa-inbox:before {
content: "";
}
.fa-play-circle-o:before {
content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "";
}
.fa-refresh:before {
content: "";
}
.fa-list-alt:before {
content: "";
}
.fa-lock:before {
content: "";
}
.fa-flag:before {
content: "";
}
.fa-headphones:before {
content: "";
}
.fa-volume-off:before {
content: "";
}
.fa-volume-down:before {
content: "";
}
.fa-volume-up:before {
content: "";
}
.fa-qrcode:before {
content: "";
}
.fa-barcode:before {
content: "";
}
.fa-tag:before {
content: "";
}
.fa-tags:before {
content: "";
}
.fa-book:before {
content: "";
}
.fa-bookmark:before {
content: "";
}
.fa-print:before {
content: "";
}
.fa-camera:before {
content: "";
}
.fa-font:before {
content: "";
}
.fa-bold:before {
content: "";
}
.fa-italic:before {
content: "";
}
.fa-text-height:before {
content: "";
}
.fa-text-width:before {
content: "";
}
.fa-align-left:before {
content: "";
}
.fa-align-center:before {
content: "";
}
.fa-align-right:before {
content: "";
}
.fa-align-justify:before {
content: "";
}
.fa-list:before {
content: "";
}
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
.fa-indent:before {
content: "";
}
.fa-video-camera:before {
content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "";
}
.fa-pencil:before {
content: "";
}
.fa-map-marker:before {
content: "";
}
.fa-adjust:before {
content: "";
}
.fa-tint:before {
content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
.fa-share-square-o:before {
content: "";
}
.fa-check-square-o:before {
content: "";
}
.fa-arrows:before {
content: "";
}
.fa-step-backward:before {
content: "";
}
.fa-fast-backward:before {
content: "";
}
.fa-backward:before {
content: "";
}
.fa-play:before {
content: "";
}
.fa-pause:before {
content: "";
}
.fa-stop:before {
content: "";
}
.fa-forward:before {
content: "";
}
.fa-fast-forward:before {
content: "";
}
.fa-step-forward:before {
content: "";
}
.fa-eject:before {
content: "";
}
.fa-chevron-left:before {
content: "";
}
.fa-chevron-right:before {
content: "";
}
.fa-plus-circle:before {
content: "";
}
.fa-minus-circle:before {
content: "";
}
.fa-times-circle:before {
content: "";
}
.fa-check-circle:before {
content: "";
}
.fa-question-circle:before {
content: "";
}
.fa-info-circle:before {
content: "";
}
.fa-crosshairs:before {
content: "";
}
.fa-times-circle-o:before {
content: "";
}
.fa-check-circle-o:before {
content: "";
}
.fa-ban:before {
content: "";
}
.fa-arrow-left:before {
content: "";
}
.fa-arrow-right:before {
content: "";
}
.fa-arrow-up:before {
content: "";
}
.fa-arrow-down:before {
content: "";
}
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
.fa-expand:before {
content: "";
}
.fa-compress:before {
content: "";
}
.fa-plus:before {
content: "";
}
.fa-minus:before {
content: "";
}
.fa-asterisk:before {
content: "";
}
.fa-exclamation-circle:before {
content: "";
}
.fa-gift:before {
content: "";
}
.fa-leaf:before {
content: "";
}
.fa-fire:before {
content: "";
}
.fa-eye:before {
content: "";
}
.fa-eye-slash:before {
content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "";
}
.fa-plane:before {
content: "";
}
.fa-calendar:before {
content: "";
}
.fa-random:before {
content: "";
}
.fa-comment:before {
content: "";
}
.fa-magnet:before {
content: "";
}
.fa-chevron-up:before {
content: "";
}
.fa-chevron-down:before {
content: "";
}
.fa-retweet:before {
content: "";
}
.fa-shopping-cart:before {
content: "";
}
.fa-folder:before {
content: "";
}
.fa-folder-open:before {
content: "";
}
.fa-arrows-v:before {
content: "";
}
.fa-arrows-h:before {
content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
.fa-twitter-square:before {
content: "";
}
.fa-facebook-square:before {
content: "";
}
.fa-camera-retro:before {
content: "";
}
.fa-key:before {
content: "";
}
.fa-gears:before,
.fa-cogs:before {
content: "";
}
.fa-comments:before {
content: "";
}
.fa-thumbs-o-up:before {
content: "";
}
.fa-thumbs-o-down:before {
content: "";
}
.fa-star-half:before {
content: "";
}
.fa-heart-o:before {
content: "";
}
.fa-sign-out:before {
content: "";
}
.fa-linkedin-square:before {
content: "";
}
.fa-thumb-tack:before {
content: "";
}
.fa-external-link:before {
content: "";
}
.fa-sign-in:before {
content: "";
}
.fa-trophy:before {
content: "";
}
.fa-github-square:before {
content: "";
}
.fa-upload:before {
content: "";
}
.fa-lemon-o:before {
content: "";
}
.fa-phone:before {
content: "";
}
.fa-square-o:before {
content: "";
}
.fa-bookmark-o:before {
content: "";
}
.fa-phone-square:before {
content: "";
}
.fa-twitter:before {
content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
.fa-github:before {
content: "";
}
.fa-unlock:before {
content: "";
}
.fa-credit-card:before {
content: "";
}
.fa-rss:before {
content: "";
}
.fa-hdd-o:before {
content: "";
}
.fa-bullhorn:before {
content: "";
}
.fa-bell:before {
content: "";
}
.fa-certificate:before {
content: "";
}
.fa-hand-o-right:before {
content: "";
}
.fa-hand-o-left:before {
content: "";
}
.fa-hand-o-up:before {
content: "";
}
.fa-hand-o-down:before {
content: "";
}
.fa-arrow-circle-left:before {
content: "";
}
.fa-arrow-circle-right:before {
content: "";
}
.fa-arrow-circle-up:before {
content: "";
}
.fa-arrow-circle-down:before {
content: "";
}
.fa-globe:before {
content: "";
}
.fa-wrench:before {
content: "";
}
.fa-tasks:before {
content: "";
}
.fa-filter:before {
content: "";
}
.fa-briefcase:before {
content: "";
}
.fa-arrows-alt:before {
content: "";
}
.fa-group:before,
.fa-users:before {
content: "";
}
.fa-chain:before,
.fa-link:before {
content: "";
}
.fa-cloud:before {
content: "";
}
.fa-flask:before {
content: "";
}
.fa-cut:before,
.fa-scissors:before {
content: "";
}
.fa-copy:before,
.fa-files-o:before {
content: "";
}
.fa-paperclip:before {
content: "";
}
.fa-save:before,
.fa-floppy-o:before {
content: "";
}
.fa-square:before {
content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "";
}
.fa-list-ul:before {
content: "";
}
.fa-list-ol:before {
content: "";
}
.fa-strikethrough:before {
content: "";
}
.fa-underline:before {
content: "";
}
.fa-table:before {
content: "";
}
.fa-magic:before {
content: "";
}
.fa-truck:before {
content: "";
}
.fa-pinterest:before {
content: "";
}
.fa-pinterest-square:before {
content: "";
}
.fa-google-plus-square:before {
content: "";
}
.fa-google-plus:before {
content: "";
}
.fa-money:before {
content: "";
}
.fa-caret-down:before {
content: "";
}
.fa-caret-up:before {
content: "";
}
.fa-caret-left:before {
content: "";
}
.fa-caret-right:before {
content: "";
}
.fa-columns:before {
content: "";
}
.fa-unsorted:before,
.fa-sort:before {
content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "";
}
.fa-envelope:before {
content: "";
}
.fa-linkedin:before {
content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
.fa-legal:before,
.fa-gavel:before {
content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
.fa-comment-o:before {
content: "";
}
.fa-comments-o:before {
content: "";
}
.fa-flash:before,
.fa-bolt:before {
content: "";
}
.fa-sitemap:before {
content: "";
}
.fa-umbrella:before {
content: "";
}
.fa-paste:before,
.fa-clipboard:before {
content: "";
}
.fa-lightbulb-o:before {
content: "";
}
.fa-exchange:before {
content: "";
}
.fa-cloud-download:before {
content: "";
}
.fa-cloud-upload:before {
content: "";
}
.fa-user-md:before {
content: "";
}
.fa-stethoscope:before {
content: "";
}
.fa-suitcase:before {
content: "";
}
.fa-bell-o:before {
content: "";
}
.fa-coffee:before {
content: "";
}
.fa-cutlery:before {
content: "";
}
.fa-file-text-o:before {
content: "";
}
.fa-building-o:before {
content: "";
}
.fa-hospital-o:before {
content: "";
}
.fa-ambulance:before {
content: "";
}
.fa-medkit:before {
content: "";
}
.fa-fighter-jet:before {
content: "";
}
.fa-beer:before {
content: "";
}
.fa-h-square:before {
content: "";
}
.fa-plus-square:before {
content: "";
}
.fa-angle-double-left:before {
content: "";
}
.fa-angle-double-right:before {
content: "";
}
.fa-angle-double-up:before {
content: "";
}
.fa-angle-double-down:before {
content: "";
}
.fa-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.fa-angle-up:before {
content: "";
}
.fa-angle-down:before {
content: "";
}
.fa-desktop:before {
content: "";
}
.fa-laptop:before {
content: "";
}
.fa-tablet:before {
content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
.fa-circle-o:before {
content: "";
}
.fa-quote-left:before {
content: "";
}
.fa-quote-right:before {
content: "";
}
.fa-spinner:before {
content: "";
}
.fa-circle:before {
content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
.fa-github-alt:before {
content: "";
}
.fa-folder-o:before {
content: "";
}
.fa-folder-open-o:before {
content: "";
}
.fa-smile-o:before {
content: "";
}
.fa-frown-o:before {
content: "";
}
.fa-meh-o:before {
content: "";
}
.fa-gamepad:before {
content: "";
}
.fa-keyboard-o:before {
content: "";
}
.fa-flag-o:before {
content: "";
}
.fa-flag-checkered:before {
content: "";
}
.fa-terminal:before {
content: "";
}
.fa-code:before {
content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
.fa-location-arrow:before {
content: "";
}
.fa-crop:before {
content: "";
}
.fa-code-fork:before {
content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "";
}
.fa-question:before {
content: "";
}
.fa-info:before {
content: "";
}
.fa-exclamation:before {
content: "";
}
.fa-superscript:before {
content: "";
}
.fa-subscript:before {
content: "";
}
.fa-eraser:before {
content: "";
}
.fa-puzzle-piece:before {
content: "";
}
.fa-microphone:before {
content: "";
}
.fa-microphone-slash:before {
content: "";
}
.fa-shield:before {
content: "";
}
.fa-calendar-o:before {
content: "";
}
.fa-fire-extinguisher:before {
content: "";
}
.fa-rocket:before {
content: "";
}
.fa-maxcdn:before {
content: "";
}
.fa-chevron-circle-left:before {
content: "";
}
.fa-chevron-circle-right:before {
content: "";
}
.fa-chevron-circle-up:before {
content: "";
}
.fa-chevron-circle-down:before {
content: "";
}
.fa-html5:before {
content: "";
}
.fa-css3:before {
content: "";
}
.fa-anchor:before {
content: "";
}
.fa-unlock-alt:before {
content: "";
}
.fa-bullseye:before {
content: "";
}
.fa-ellipsis-h:before {
content: "";
}
.fa-ellipsis-v:before {
content: "";
}
.fa-rss-square:before {
content: "";
}
.fa-play-circle:before {
content: "";
}
.fa-ticket:before {
content: "";
}
.fa-minus-square:before {
content: "";
}
.fa-minus-square-o:before {
content: "";
}
.fa-level-up:before {
content: "";
}
.fa-level-down:before {
content: "";
}
.fa-check-square:before {
content: "";
}
.fa-pencil-square:before {
content: "";
}
.fa-external-link-square:before {
content: "";
}
.fa-share-square:before {
content: "";
}
.fa-compass:before {
content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "";
}
.fa-euro:before,
.fa-eur:before {
content: "";
}
.fa-gbp:before {
content: "";
}
.fa-dollar:before,
.fa-usd:before {
content: "";
}
.fa-rupee:before,
.fa-inr:before {
content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "";
}
.fa-won:before,
.fa-krw:before {
content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
.fa-file:before {
content: "";
}
.fa-file-text:before {
content: "";
}
.fa-sort-alpha-asc:before {
content: "";
}
.fa-sort-alpha-desc:before {
content: "";
}
.fa-sort-amount-asc:before {
content: "";
}
.fa-sort-amount-desc:before {
content: "";
}
.fa-sort-numeric-asc:before {
content: "";
}
.fa-sort-numeric-desc:before {
content: "";
}
.fa-thumbs-up:before {
content: "";
}
.fa-thumbs-down:before {
content: "";
}
.fa-youtube-square:before {
content: "";
}
.fa-youtube:before {
content: "";
}
.fa-xing:before {
content: "";
}
.fa-xing-square:before {
content: "";
}
.fa-youtube-play:before {
content: "";
}
.fa-dropbox:before {
content: "";
}
.fa-stack-overflow:before {
content: "";
}
.fa-instagram:before {
content: "";
}
.fa-flickr:before {
content: "";
}
.fa-adn:before {
content: "";
}
.fa-bitbucket:before {
content: "";
}
.fa-bitbucket-square:before {
content: "";
}
.fa-tumblr:before {
content: "";
}
.fa-tumblr-square:before {
content: "";
}
.fa-long-arrow-down:before {
content: "";
}
.fa-long-arrow-up:before {
content: "";
}
.fa-long-arrow-left:before {
content: "";
}
.fa-long-arrow-right:before {
content: "";
}
.fa-apple:before {
content: "";
}
.fa-windows:before {
content: "";
}
.fa-android:before {
content: "";
}
.fa-linux:before {
content: "";
}
.fa-dribbble:before {
content: "";
}
.fa-skype:before {
content: "";
}
.fa-foursquare:before {
content: "";
}
.fa-trello:before {
content: "";
}
.fa-female:before {
content: "";
}
.fa-male:before {
content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
.fa-sun-o:before {
content: "";
}
.fa-moon-o:before {
content: "";
}
.fa-archive:before {
content: "";
}
.fa-bug:before {
content: "";
}
.fa-vk:before {
content: "";
}
.fa-weibo:before {
content: "";
}
.fa-renren:before {
content: "";
}
.fa-pagelines:before {
content: "";
}
.fa-stack-exchange:before {
content: "";
}
.fa-arrow-circle-o-right:before {
content: "";
}
.fa-arrow-circle-o-left:before {
content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "";
}
.fa-dot-circle-o:before {
content: "";
}
.fa-wheelchair:before {
content: "";
}
.fa-vimeo-square:before {
content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "";
}
.fa-plus-square-o:before {
content: "";
}
.fa-space-shuttle:before {
content: "";
}
.fa-slack:before {
content: "";
}
.fa-envelope-square:before {
content: "";
}
.fa-wordpress:before {
content: "";
}
.fa-openid:before {
content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "";
}
.fa-yahoo:before {
content: "";
}
.fa-google:before {
content: "";
}
.fa-reddit:before {
content: "";
}
.fa-reddit-square:before {
content: "";
}
.fa-stumbleupon-circle:before {
content: "";
}
.fa-stumbleupon:before {
content: "";
}
.fa-delicious:before {
content: "";
}
.fa-digg:before {
content: "";
}
.fa-pied-piper:before {
content: "";
}
.fa-pied-piper-alt:before {
content: "";
}
.fa-drupal:before {
content: "";
}
.fa-joomla:before {
content: "";
}
.fa-language:before {
content: "";
}
.fa-fax:before {
content: "";
}
.fa-building:before {
content: "";
}
.fa-child:before {
content: "";
}
.fa-paw:before {
content: "";
}
.fa-spoon:before {
content: "";
}
.fa-cube:before {
content: "";
}
.fa-cubes:before {
content: "";
}
.fa-behance:before {
content: "";
}
.fa-behance-square:before {
content: "";
}
.fa-steam:before {
content: "";
}
.fa-steam-square:before {
content: "";
}
.fa-recycle:before {
content: "";
}
.fa-automobile:before,
.fa-car:before {
content: "";
}
.fa-cab:before,
.fa-taxi:before {
content: "";
}
.fa-tree:before {
content: "";
}
.fa-spotify:before {
content: "";
}
.fa-deviantart:before {
content: "";
}
.fa-soundcloud:before {
content: "";
}
.fa-database:before {
content: "";
}
.fa-file-pdf-o:before {
content: "";
}
.fa-file-word-o:before {
content: "";
}
.fa-file-excel-o:before {
content: "";
}
.fa-file-powerpoint-o:before {
content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
.fa-file-code-o:before {
content: "";
}
.fa-vine:before {
content: "";
}
.fa-codepen:before {
content: "";
}
.fa-jsfiddle:before {
content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "";
}
.fa-circle-o-notch:before {
content: "";
}
.fa-ra:before,
.fa-rebel:before {
content: "";
}
.fa-ge:before,
.fa-empire:before {
content: "";
}
.fa-git-square:before {
content: "";
}
.fa-git:before {
content: "";
}
.fa-hacker-news:before {
content: "";
}
.fa-tencent-weibo:before {
content: "";
}
.fa-qq:before {
content: "";
}
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
.fa-send:before,
.fa-paper-plane:before {
content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "";
}
.fa-history:before {
content: "";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "";
}
.fa-header:before {
content: "";
}
.fa-paragraph:before {
content: "";
}
.fa-sliders:before {
content: "";
}
.fa-share-alt:before {
content: "";
}
.fa-share-alt-square:before {
content: "";
}
.fa-bomb:before {
content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "";
}
.fa-tty:before {
content: "";
}
.fa-binoculars:before {
content: "";
}
.fa-plug:before {
content: "";
}
.fa-slideshare:before {
content: "";
}
.fa-twitch:before {
content: "";
}
.fa-yelp:before {
content: "";
}
.fa-newspaper-o:before {
content: "";
}
.fa-wifi:before {
content: "";
}
.fa-calculator:before {
content: "";
}
.fa-paypal:before {
content: "";
}
.fa-google-wallet:before {
content: "";
}
.fa-cc-visa:before {
content: "";
}
.fa-cc-mastercard:before {
content: "";
}
.fa-cc-discover:before {
content: "";
}
.fa-cc-amex:before {
content: "";
}
.fa-cc-paypal:before {
content: "";
}
.fa-cc-stripe:before {
content: "";
}
.fa-bell-slash:before {
content: "";
}
.fa-bell-slash-o:before {
content: "";
}
.fa-trash:before {
content: "";
}
.fa-copyright:before {
content: "";
}
.fa-at:before {
content: "";
}
.fa-eyedropper:before {
content: "";
}
.fa-paint-brush:before {
content: "";
}
.fa-birthday-cake:before {
content: "";
}
.fa-area-chart:before {
content: "";
}
.fa-pie-chart:before {
content: "";
}
.fa-line-chart:before {
content: "";
}
.fa-lastfm:before {
content: "";
}
.fa-lastfm-square:before {
content: "";
}
.fa-toggle-off:before {
content: "";
}
.fa-toggle-on:before {
content: "";
}
.fa-bicycle:before {
content: "";
}
.fa-bus:before {
content: "";
}
.fa-ioxhost:before {
content: "";
}
.fa-angellist:before {
content: "";
}
.fa-cc:before {
content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "";
}
.fa-meanpath:before {
content: "";
}
.fa-buysellads:before {
content: "";
}
.fa-connectdevelop:before {
content: "";
}
.fa-dashcube:before {
content: "";
}
.fa-forumbee:before {
content: "";
}
.fa-leanpub:before {
content: "";
}
.fa-sellsy:before {
content: "";
}
.fa-shirtsinbulk:before {
content: "";
}
.fa-simplybuilt:before {
content: "";
}
.fa-skyatlas:before {
content: "";
}
.fa-cart-plus:before {
content: "";
}
.fa-cart-arrow-down:before {
content: "";
}
.fa-diamond:before {
content: "";
}
.fa-ship:before {
content: "";
}
.fa-user-secret:before {
content: "";
}
.fa-motorcycle:before {
content: "";
}
.fa-street-view:before {
content: "";
}
.fa-heartbeat:before {
content: "";
}
.fa-venus:before {
content: "";
}
.fa-mars:before {
content: "";
}
.fa-mercury:before {
content: "";
}
.fa-transgender:before {
content: "";
}
.fa-transgender-alt:before {
content: "";
}
.fa-venus-double:before {
content: "";
}
.fa-mars-double:before {
content: "";
}
.fa-venus-mars:before {
content: "";
}
.fa-mars-stroke:before {
content: "";
}
.fa-mars-stroke-v:before {
content: "";
}
.fa-mars-stroke-h:before {
content: "";
}
.fa-neuter:before {
content: "";
}
.fa-facebook-official:before {
content: "";
}
.fa-pinterest-p:before {
content: "";
}
.fa-whatsapp:before {
content: "";
}
.fa-server:before {
content: "";
}
.fa-user-plus:before {
content: "";
}
.fa-user-times:before {
content: "";
}
.fa-hotel:before,
.fa-bed:before {
content: "";
}
.fa-viacoin:before {
content: "";
}
.fa-train:before {
content: "";
}
.fa-subway:before {
content: "";
}
.fa-medium:before {
content: "";
}
/* don't use css generated by font squirrel, use this set cos it fixes the chrome rendering problem */
/* you shouldn't need to use more than these four fonts, the others are more decorative but not necessary for web */
/******************** Font ********************/
@font-face {
font-family: "latoblack";
src: url("../fonts/lato/lato-black.eot");
src: url("../fonts/lato/lato-black.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-black.svg#latoblack") format("svg"), url("../fonts/lato/lato-black.otf") format("opentype"), url("../fonts/lato/lato-black.ttf") format("truetype"), url("../fonts/lato/lato-black.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "latosemibold";
src: url("../fonts/lato/lato-semibold.eot");
src: url("../fonts/lato/lato-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-semibold.svg#latosemibold") format("svg"), url("../fonts/lato/lato-semibold.otf") format("opentype"), url("../fonts/lato/lato-semibold.ttf") format("truetype"), url("../fonts/lato/lato-semibold.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "latoregular";
src: url("../fonts/lato/lato-regular.eot");
src: url("../fonts/lato/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular.svg#latoregular") format("svg"), url("/../fonts/lato/lato-regular.otf") format("opentype"), url("../fonts/lato/lato-regular.ttf") format("truetype"), url("../fonts/lato/lato-regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "latoitalic";
src: url("../fonts/lato/lato-italic.eot");
src: url("../fonts/lato/lato-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-italic.svg#latoitalic") format("svg"), url("../fonts/lato/lato-italic.otf") format("opentype"), url("../fonts/lato/lato-italic.ttf") format("truetype"), url("../fonts/lato/lato-italic.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/* fixes chrome font rendering */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "latoblack";
src: url("../fonts/lato/lato-black.svg#latoblack") format("svg");
}
@font-face {
font-family: "latosemibold";
src: url("../fonts/lato/lato-bold.svg#latosemibold") format("svg");
}
@font-face {
font-family: "latoregular";
src: url("../fonts/lato/lato-regular.svg#latoregular") format("svg");
}
@font-face {
font-family: "latoitalic";
src: url("../fonts/lato/lato-italic.svg#latoitalic") format("svg");
}
}
body {
-webkit-font-smoothing: antialiased;
}
/* change bold and italic to the fonts rather than font-weights */
i, em {
font-family: "latoitalic", sans-serif;
font-style: normal;
}
b, strong {
font-family: "latosemibold", sans-serif;
font-weight: normal;
}
body {
font-family: "latoregular", sans-serif;
font-size: 16px;
}
p {
margin-top: 0px;
margin-bottom: 16px;
}
h1 {
font-family: "latoblack";
}
h2 {
font-family: "latoblack";
margin-top: 60px;
}
h3 {
font-family: "latosemibold";
margin-top: 40px;
}
h4 {
font-family: "latoregular";
font-size: 20px;
margin-top: 40px;
}
ol.simple, ul.simple {
margin-top: 16px;
margin-bottom: 16px;
}
ol li p, ul li p {
margin-top: 0px;
margin-bottom: 0px;
}
.main {
padding-top: 20px;
}
.navbar-fixed-top {
border-width: 0;
background-color: #1D414E;
}
@media (min-width: 768px) {
.navbar-right {
margin-right: 0px;
}
}
.navbar-default {
background-image: none;
}
.navbar-default .navbar-toggle {
background-color: #386576;
border-style: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #B2D234;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #FFFFFF;
}
.navbar-default .navbar-collapse.nav-collapse.collapsing,
.navbar-default .navbar-collapse.nav-collapse.collapse.in {
background: #efefef;
}
@media (max-width: 767px) {
.navbar-default .navbar-collapse.nav-collapse.collapsing,
.navbar-default .navbar-collapse.nav-collapse.collapse.in {
margin: 0;
padding: 0;
border-bottom: 2px solid #C5C5C5;
}
}
.navbar-default .navbar-header {
background-color: #1D414E;
}
.navbar-default .navbar-brand {
padding: 8px 15px;
}
.navbar-default .navbar-brand img {
height: 36px;
}
/* Mobile Search (768px and below) */
@media (max-width: 767px) {
.navbar-form {
margin: 0;
padding: 2px 5px;
background: #DDDDDD;
border-bottom: 1px solid #C5C5C5;
}
}
.navbar-form .form-group {
margin-bottom: 1px;
}
/* Side Bar */
div.sidebar {
background: #dfe4e5;
padding: 0;
}
/* Sidebar & Mobile Table of contents */
.sidebar .navbar-collapse,
.mobile-nav .navbar-collapse {
padding: 0;
}
.sidebar ul,
.mobile-nav ul {
padding: 0;
}
.sidebar .toctree-l1,
.mobile-nav .toctree-l1 {
border-bottom: 1px solid #cbd6d8;
}
.sidebar .toctree-l1.current,
.mobile-nav .toctree-l1.current {
background-color: #efefef;
}
.sidebar .toctree-l1 a,
.mobile-nav .toctree-l1 a {
font-size: 14px;
color: #1c7a9b;
}
.sidebar .toctree-l1 a:hover,
.mobile-nav .toctree-l1 a:hover {
color: #051419;
text-decoration: none;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 a:hover,
.mobile-nav .toctree-l1 a:hover {
background-color: #E2E2E2;
}
}
.sidebar .toctree-l1 a.reference.internal,
.mobile-nav .toctree-l1 a.reference.internal {
display: block;
padding: 8px 10px;
color: #1D414E;
font-family: "latosemibold";
}
.sidebar .toctree-l1 ul,
.mobile-nav .toctree-l1 ul {
padding: 0 0 10px;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul,
.mobile-nav .toctree-l1 ul {
padding: 0;
}
}
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal {
padding: 5px 5px 5px 20px;
color: #1c7a9b;
font-family: "latoregular";
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal {
border-top: 1px dotted #D8D8D8;
}
}
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal:hover {
color: #051419;
text-decoration: none;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal:hover {
background-color: #E2E2E2;
}
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 a.reference.internal:focus,
.mobile-nav .toctree-l1 ul .toctree-l2 a.reference.internal:focus {
background-color: #E2E2E2;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a {
padding: 5px 5px 5px 30px;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a {
padding: 0;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal {
padding: 5px 5px 5px 30px;
color: #093d4f;
font-family: "latoregular";
font-size: 12px;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal {
border-top: 1px dotted #D8D8D8;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover {
color: #051419;
text-decoration: none;
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:hover {
background-color: #E2E2E2;
}
}
@media (max-width: 767px) {
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:focus,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 a.reference.internal:focus {
background-color: #E2E2E2;
}
}
.sidebar .toctree-l1 ul .toctree-l2 ul .toctree-l3 ul,
.mobile-nav .toctree-l1 ul .toctree-l2 ul .toctree-l3 ul {
display: none;
}
/* Breadcrumbs */
.breadcrumb li:nth-child(2):before {
content: "";
padding: 0;
}
.breadcrumb .breadcrumbs-aside {
float: right;
}
@media (max-width: 767px) {
.breadcrumb .breadcrumbs-aside {
display: none;
}
}
.breadcrumb .breadcrumbs-aside:before {
display: none;
}
/* Youtube video */
iframe {
margin-top: 20px;
margin-bottom: 20px;
}
/* Code blocks */
.highlight pre {
margin-top: 16px;
margin-bottom: 16px;
}
/*header link icon */
a.headerlink {
color: #CCCCCC;
visibility: hidden;
font-size: 14px;
}
a.headerlink:after {
visibility: visible;
content: "";
font-family: FontAwesome;
display: inline-block;
}
a.headerlink:hover {
color: #1c7a9b;
}
/* Tables */
table {
border: 1px solid #DDDDDD;
word-break: break-word;
}
table tr.row-odd {
background-color: #F2F2F2;
}
table.footnote {
border: none;
border: none;
}
table.footnote.table th, table.footnote.table td {
border-top: none;
}
table.footnote td {
border-top: none;
}
.section table {
width: auto;
}
/* Responsive images */
.section img {
max-width: 100%;
border-width: 2px;
border-style: solid;
border-color: #c8d1d3;
border-radius: 3px;
background-color: #c8d1d3;
margin-top: 16px;
margin-bottom: 16px;
}
/* Footer */
.footer {
margin-top: 30px;
}
/* Alerts */
.alert-info {
background-image: none;
color: #333;
}
pre {
word-break: normal;
word-wrap: normal;
}
/* Admonition */
.admonition {
margin-top: 16px;
margin-bottom: 16px;
}
.admonition p {
margin: 0;
}
.fa,
.rst-content .admonition-title,
.rst-content h1 .headerlink,
.rst-content h2 .headerlink,
.rst-content h3 .headerlink,
.rst-content h4 .headerlink,
.rst-content h5 .headerlink,
.rst-content h6 .headerlink,
.rst-content dl dt .headerlink,
.icon {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rst-content h1 .headerlink:after,
.rst-content h2 .headerlink:after,
.rst-content h3 .headerlink:after,
.rst-content h4 .headerlink:after,
.rst-content h5 .headerlink:after,
.rst-content h6 .headerlink:after,
.rst-content dl dt .headerlink:after {
visibility: visible;
content: "";
font-family: FontAwesome;
display: inline-block;
}
/* Tabs */
/* Reset sphinx tabs so they do not take on bootstrap's .container CSS */
.sphinx-tabs.container,
.sphinx-tabs .container {
width: auto;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
font-size: 16px;
}
.sphinx-tabs.container .sphinx-tab,
.sphinx-tabs .container .sphinx-tab {
padding: 16px;
}
.sphinx-tab,
.ui.tabular.menu,
.sphinx-tabs .sphinx-menu a.active.item {
border-color: #ddd !important;
}
/*# sourceMappingURL=catalystcloud.css.map */ | 0.493653 | 0.092278 |
.products-list{
clear:both;
}
.products-list ul li{
float:left;
width:306px;
height:417px;
border:solid 2px #fff;
}
.products-list ul .active{
border:solid 2px #e6e6e6;
}
.products-list ul li .img{
width:220px;
height:220px;
margin:auto;
margin-top:40px;
}
.products-list ul li .img a{
display:block;
width:100%;
height:100%;
}
.products-list ul li .w{
clear:both;
width:270px;
margin:auto;
padding-top:40px;
}
.products-list ul li .w .left{
float:left;
color:#000;
width:172px;
font-size:14px;
line-height:24px;
overflow:hidden;
FONT-FAMILY: "Microsoft Yahei";
}
.products-list ul li .w .left p{
width:172px;
overflow:hidden;
white-space: nowrap;
}
.products-list ul li .w .left a{
display:block;
width:172px;
overflow:hidden;
}
.products-list ul li .w .left a:hover{
color:#F30;
}
.products-list ul li .w .right{
float:right;
width:80px;
padding-top:5px;
font-size:12px;
overflow:hidden;
FONT-FAMILY: "Microsoft Yahei";
}
.products-list ul li .w .right p{
color:#999;
padding-top:10px;
_padding-top:5px;
}
.products-list ul li .btn{
clear:both;
width:260px;
margin:auto;
margin-top:10px;
padding-top:10px;
padding-left:10px;
visibility:hidden;
border-top: #dfdfdf solid 1px;
}
.products-list ul .active .btn{
visibility:visible;
}
.products-list ul li .btn1{
float:left;
width:120px;
height:30px;
color:#1d7ad9;
display:block;
font-size:12px;
margin-right:10px;
font-weight:bold;
line-height:30px;
text-align:center;
margin-top:5px;
background-color:#cae4ff;
border:solid 1px #60a2e4;
}
.products-list ul li .btn1:hover{
background-color:#b9d8f9;
}
.products-list ul li .btn2{
float:left;
width:80px;
height:30px;
color:#ffffff;
display:block;
font-size:12px;
font-weight:bold;
line-height:30px;
margin-top:5px;
padding-left:40px;
background-color:#1d7ad9;
border:solid 1px #1d7ad9;
background-image: url(../images/cart3.png);
background-repeat: no-repeat;
background-position: 18px center;
}
.products-list ul li .btn2:hover{
background-color:#1167c0;
}
.products-list .right i{
float:left;
height:12px;
width:65px;
overflow:hidden;
margin-bottom:6px;
background-image: url(../images/icon-stat.png);
background-repeat: no-repeat;
} | public/home/css/pro-list.css | .products-list{
clear:both;
}
.products-list ul li{
float:left;
width:306px;
height:417px;
border:solid 2px #fff;
}
.products-list ul .active{
border:solid 2px #e6e6e6;
}
.products-list ul li .img{
width:220px;
height:220px;
margin:auto;
margin-top:40px;
}
.products-list ul li .img a{
display:block;
width:100%;
height:100%;
}
.products-list ul li .w{
clear:both;
width:270px;
margin:auto;
padding-top:40px;
}
.products-list ul li .w .left{
float:left;
color:#000;
width:172px;
font-size:14px;
line-height:24px;
overflow:hidden;
FONT-FAMILY: "Microsoft Yahei";
}
.products-list ul li .w .left p{
width:172px;
overflow:hidden;
white-space: nowrap;
}
.products-list ul li .w .left a{
display:block;
width:172px;
overflow:hidden;
}
.products-list ul li .w .left a:hover{
color:#F30;
}
.products-list ul li .w .right{
float:right;
width:80px;
padding-top:5px;
font-size:12px;
overflow:hidden;
FONT-FAMILY: "Microsoft Yahei";
}
.products-list ul li .w .right p{
color:#999;
padding-top:10px;
_padding-top:5px;
}
.products-list ul li .btn{
clear:both;
width:260px;
margin:auto;
margin-top:10px;
padding-top:10px;
padding-left:10px;
visibility:hidden;
border-top: #dfdfdf solid 1px;
}
.products-list ul .active .btn{
visibility:visible;
}
.products-list ul li .btn1{
float:left;
width:120px;
height:30px;
color:#1d7ad9;
display:block;
font-size:12px;
margin-right:10px;
font-weight:bold;
line-height:30px;
text-align:center;
margin-top:5px;
background-color:#cae4ff;
border:solid 1px #60a2e4;
}
.products-list ul li .btn1:hover{
background-color:#b9d8f9;
}
.products-list ul li .btn2{
float:left;
width:80px;
height:30px;
color:#ffffff;
display:block;
font-size:12px;
font-weight:bold;
line-height:30px;
margin-top:5px;
padding-left:40px;
background-color:#1d7ad9;
border:solid 1px #1d7ad9;
background-image: url(../images/cart3.png);
background-repeat: no-repeat;
background-position: 18px center;
}
.products-list ul li .btn2:hover{
background-color:#1167c0;
}
.products-list .right i{
float:left;
height:12px;
width:65px;
overflow:hidden;
margin-bottom:6px;
background-image: url(../images/icon-stat.png);
background-repeat: no-repeat;
} | 0.234757 | 0.054601 |
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&family=Barlow+Condensed:wght@800&display=swap');
/* CSS Variables for elements we may want to change in the future to make it easy to update the whole site. */
:root {
--default-font-size: 15px;
--text-font-size: 15px;
--font-family: Dosis, Arial, Helvetica, sans-serif;
--font-color: #3a3a3a;
--hover-link-color: #C22636;
--alfa-button-background: #C22636;
--heading-font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
--heading-font-weight: 800;
--heading-font-color: #C22636;
--footer-font-color: #FFFFFF;
--footer-bg-color: #1B2441;
--bg-alfa-blue: #1B2441;
--icon-color: #C22636;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: var(--font-color);
}
i {
font-size: 1.8em;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
font-family: var(--heading-font-family);
color: var(--heading-font-color);
}
h1.heading a {
color: var(--heading-font-color);
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
/* header nav links */
a.heading {
color: var(--heading-font-color);
text-transform: uppercase;
}
a.nav-item {
text-transform: uppercase;
}
a:hover, a.nav-item:hover {
color: var(--hover-link-color);
}
a.active-link {
border-bottom: 1px solid;
color: var(--hover-link-color);
font-weight: bold;
}
/* Mobile Navbar */
#mobile-nav {
z-index: 1;
}
button.btn.mobile-btn[aria-expanded=true] .hamburger {
display: none;
}
button.btn.mobile-btn[aria-expanded=false] .close-hamburger {
display: none;
}
/* Header Icons */
header i {
font-size: 1.5rem;
color: var(--icon-color);
}
body {
color: var(--font-color);
font-family: var(--font-family), Arial, Helvetica, sans-serif;
}
/* Buttons */
a.btn {
background: var(--alfa-button-background);
}
.btn-red {
background: var(--alfa-button-background);
}
/* Class created to round images to 35px; */
.rounded-35 {
border-radius: 35px;
}
/* Parallax-home section */
#parallax-home {
background-image: url("../images/alfa-4c-parallax.jpg");
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
height: 300px;
}
/* Cards section */
.lightweight-bg {
background: linear-gradient(to top, rgba(245, 246, 252, 0.52), #000000),url("../images/carbon-fibre.jpg");
background-size: cover;
}
.elegant-bg {
background: linear-gradient(to top, rgba(245, 246, 252, 0.52), #000000),url("../images/alfa-4c-elegant.jpg");
background-size: cover;
}
.exotic-bg {
background: linear-gradient(to top, rgba(245, 246, 252, 0.52), #000000),url("../images/exotic-image.jpg");
background-size: cover;
}
.bg-card-wrapper {
min-height: 360px;
background-position: center;
}
@media screen and (max-width: 641px){
.bg-card-wrapper {
min-height: 350px;
}
}
/* Card section end */
/* Footer styles */
footer {
background: var(--footer-bg-color);
}
footer h2, footer a, footer p, footer strong {
color: var(--footer-font-color);
}
button.btn.text-white.w-100.collapsed[aria-expanded=false] #minus, button.btn.text-white.w-100[aria-expanded=true] #plus {
display: none;
}
#footer-menu ul li {
padding: 3px;
}
/* Sets font size of icons */
.socials i {
font-size: 25px;
padding-left: .5rem;
padding-right: .5rem;
}
/* Blue background to be used on containers this is used on statistics part of about page */
.bg-alfa-blue {
background: var(--bg-alfa-blue);
}
/* Alfa 4C About us colour options */
.responsive-circle {
height: auto;
padding-top: 100%;
}
.circle-wrapper {
max-width: 110px;
min-width: 110px;
}
@media screen and (min-width: 641px){
.circle-text {
min-height: 60px;
}
}
.giallo415 {
background: #d9ac32;
}
.rosso-alfa {
background: #aa1b0e;
}
.rosso-competizione {
background: #971f2a;
}
.madreperla-white {
background: #f4f4e9;
}
.black-4c {
background: #1c1c1e;
}
.basalt-grey-metallic {
background: #858585;
}
.white-4c {
background: #f0f1ef;
}
/* Alfa 4C About us colour options end */
.socials-gallery i {
font-size: 3em;
} | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&family=Barlow+Condensed:wght@800&display=swap');
/* CSS Variables for elements we may want to change in the future to make it easy to update the whole site. */
:root {
--default-font-size: 15px;
--text-font-size: 15px;
--font-family: Dosis, Arial, Helvetica, sans-serif;
--font-color: #3a3a3a;
--hover-link-color: #C22636;
--alfa-button-background: #C22636;
--heading-font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
--heading-font-weight: 800;
--heading-font-color: #C22636;
--footer-font-color: #FFFFFF;
--footer-bg-color: #1B2441;
--bg-alfa-blue: #1B2441;
--icon-color: #C22636;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: var(--font-color);
}
i {
font-size: 1.8em;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
font-family: var(--heading-font-family);
color: var(--heading-font-color);
}
h1.heading a {
color: var(--heading-font-color);
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
/* header nav links */
a.heading {
color: var(--heading-font-color);
text-transform: uppercase;
}
a.nav-item {
text-transform: uppercase;
}
a:hover, a.nav-item:hover {
color: var(--hover-link-color);
}
a.active-link {
border-bottom: 1px solid;
color: var(--hover-link-color);
font-weight: bold;
}
/* Mobile Navbar */
#mobile-nav {
z-index: 1;
}
button.btn.mobile-btn[aria-expanded=true] .hamburger {
display: none;
}
button.btn.mobile-btn[aria-expanded=false] .close-hamburger {
display: none;
}
/* Header Icons */
header i {
font-size: 1.5rem;
color: var(--icon-color);
}
body {
color: var(--font-color);
font-family: var(--font-family), Arial, Helvetica, sans-serif;
}
/* Buttons */
a.btn {
background: var(--alfa-button-background);
}
.btn-red {
background: var(--alfa-button-background);
}
/* Class created to round images to 35px; */
.rounded-35 {
border-radius: 35px;
}
/* Parallax-home section */
#parallax-home {
background-image: url("../images/alfa-4c-parallax.jpg");
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
height: 300px;
}
/* Cards section */
.lightweight-bg {
background: linear-gradient(to top, rgba(245, 246, 252, 0.52), #000000),url("../images/carbon-fibre.jpg");
background-size: cover;
}
.elegant-bg {
background: linear-gradient(to top, rgba(245, 246, 252, 0.52), #000000),url("../images/alfa-4c-elegant.jpg");
background-size: cover;
}
.exotic-bg {
background: linear-gradient(to top, rgba(245, 246, 252, 0.52), #000000),url("../images/exotic-image.jpg");
background-size: cover;
}
.bg-card-wrapper {
min-height: 360px;
background-position: center;
}
@media screen and (max-width: 641px){
.bg-card-wrapper {
min-height: 350px;
}
}
/* Card section end */
/* Footer styles */
footer {
background: var(--footer-bg-color);
}
footer h2, footer a, footer p, footer strong {
color: var(--footer-font-color);
}
button.btn.text-white.w-100.collapsed[aria-expanded=false] #minus, button.btn.text-white.w-100[aria-expanded=true] #plus {
display: none;
}
#footer-menu ul li {
padding: 3px;
}
/* Sets font size of icons */
.socials i {
font-size: 25px;
padding-left: .5rem;
padding-right: .5rem;
}
/* Blue background to be used on containers this is used on statistics part of about page */
.bg-alfa-blue {
background: var(--bg-alfa-blue);
}
/* Alfa 4C About us colour options */
.responsive-circle {
height: auto;
padding-top: 100%;
}
.circle-wrapper {
max-width: 110px;
min-width: 110px;
}
@media screen and (min-width: 641px){
.circle-text {
min-height: 60px;
}
}
.giallo415 {
background: #d9ac32;
}
.rosso-alfa {
background: #aa1b0e;
}
.rosso-competizione {
background: #971f2a;
}
.madreperla-white {
background: #f4f4e9;
}
.black-4c {
background: #1c1c1e;
}
.basalt-grey-metallic {
background: #858585;
}
.white-4c {
background: #f0f1ef;
}
/* Alfa 4C About us colour options end */
.socials-gallery i {
font-size: 3em;
} | 0.293506 | 0.119434 |
.RoundedCoral1.rnr-s-empty > .rnr-c
{
background:none;
}
.RoundedCoral1.rnr-s-empty > .rnr-c .rnr-leftbricks
{
margin-left: 10px;
}
.RoundedCoral1.rnr-s-empty > .rnr-c .rnr-rightbricks
{
margin-right: 10px;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style1
{
color: #525252;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-empty > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-empty > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style2
{
color: #333333;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style3
{
color: #333333;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-menu > .rnr-c
{
border: solid #C0C0C0 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 19px; padding-left: 10px;
border-bottom-left-radius: 19px; padding-left: 10px;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 19px; padding-right: 10px;
border-bottom-right-radius: 19px; padding-right: 10px;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style1
{
background-color: #696969;
background: linear-gradient(0.000000turn, #B4B4B4, #696969);
;
color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-menu > .rnr-c.rnr-ch
{
background-color: #696969;
background: linear-gradient(0.000000turn, #B4B4B4, #696969);
;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #343434;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #444444;color: #DCDCDC;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-menu > .rnr-c .rnr-leftbricks
{
margin-left: 20px;
}
.RoundedCoral1.rnr-s-menu > .rnr-c .rnr-rightbricks
{
margin-right: 20px;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 8px 5px;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 20px; background:transparent;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 20px; background:transparent;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 7px 6px;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 7px 6px;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-c
{
background:none;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-c .rnr-leftbricks
{
margin-left: 10px;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-c .rnr-rightbricks
{
margin-right: 10px;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style1
{
color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style2
{
color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style3
{
color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c
{
border: solid #6699CC 1px;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 11px; padding-left: 6px;
border-bottom-left-radius: 11px; padding-left: 6px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 11px; padding-right: 6px;
border-bottom-right-radius: 11px; padding-right: 6px;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style1
{
background-image: none; background-color: #8e9aac;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c.rnr-ch
{
background-image: none; background-color: #8e9aac;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #FFFF00;color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #FFFF00;color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c .rnr-leftbricks
{
margin-left: 12px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c .rnr-rightbricks
{
margin-right: 12px;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 12px; background:transparent;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 12px; background:transparent;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-fields > .rnr-c
{
border: solid #DCDCDC 1px;border-top-left-radius: 13px;border-top-right-radius: 13px;border-bottom-left-radius: 13px;border-bottom-right-radius: 13px;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 12px; padding-left: 6px;
border-bottom-left-radius: 12px; padding-left: 6px;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 12px; padding-right: 6px;
border-bottom-right-radius: 12px; padding-right: 6px;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style1
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #FFFFFF, #FFFFFF);
;
color: #525252;
font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-fields > .rnr-c.rnr-ch
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #FFFFFF, #FFFFFF);
;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style2
{
background-color: #F0F0F0;
background: linear-gradient(0.000000turn, #323232, #F0F0F0);
;
color: #4D4D4D;
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #FFFFFF;color: #696969;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-fields > .rnr-c .rnr-leftbricks
{
margin-left: 13px;
}
.RoundedCoral1.rnr-s-fields > .rnr-c .rnr-rightbricks
{
margin-right: 13px;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 13px; background:transparent;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 13px; background:transparent;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 10px 5px;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-form > .rnr-c
{
border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;
}
.RoundedCoral1.rnr-s-form > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 18px; padding-left: 9px;
border-bottom-left-radius: 18px; padding-left: 9px;
}
.RoundedCoral1.rnr-s-form > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 18px; padding-right: 9px;
border-bottom-right-radius: 18px; padding-right: 9px;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style1
{
background-image: none; background-color: #00CCCC;color: #000080;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-form > .rnr-c.rnr-ch
{
background-image: none; background-color: #00CCCC;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #004080;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #6699CC;color: #003366;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-form > .rnr-c .rnr-leftbricks
{
margin-left: 18px;
}
.RoundedCoral1.rnr-s-form > .rnr-c .rnr-rightbricks
{
margin-right: 18px;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-form > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-form > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-1 > .rnr-c
{
border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 14px; padding-left: 7px;
border-bottom-left-radius: 14px; padding-left: 7px;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 14px; padding-right: 7px;
border-bottom-right-radius: 14px; padding-right: 7px;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style1
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FEFEFE, #F9F9F9);
;
color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-1 > .rnr-c.rnr-ch
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FEFEFE, #F9F9F9);
;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #F0F0F0;color: #4D4D4D;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #6699CC;color: #D1EEEE;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 5px 5px;
}
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 5px 5px;
}
.RoundedCoral1.rnr-s-1 > .rnr-c .rnr-leftbricks
{
margin-left: 14px;
}
.RoundedCoral1.rnr-s-1 > .rnr-c .rnr-rightbricks
{
margin-right: 14px;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 14px; background:transparent;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 14px; background:transparent;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-2 > .rnr-c
{
border: solid #DCDCDC 1px;border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 17px; padding-left: 9px;
border-bottom-left-radius: 17px; padding-left: 9px;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 17px; padding-right: 9px;
border-bottom-right-radius: 17px; padding-right: 9px;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style1
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FCFCFC, #F9F9F9);
;
color: #333333;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-2 > .rnr-c.rnr-ch
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FCFCFC, #F9F9F9);
;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #3366FF;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #6699CC;color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-2 > .rnr-c .rnr-leftbricks
{
margin-left: 18px;
}
.RoundedCoral1.rnr-s-2 > .rnr-c .rnr-rightbricks
{
margin-right: 18px;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-3 > .rnr-c
{
border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 18px; padding-left: 9px;
border-bottom-left-radius: 18px; padding-left: 9px;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 18px; padding-right: 9px;
border-bottom-right-radius: 18px; padding-right: 9px;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style1
{
background-image: none; background-color: #343434;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-3 > .rnr-c.rnr-ch
{
background-image: none; background-color: #343434;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #2E5C8B;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #004080;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-3 > .rnr-c .rnr-leftbricks
{
margin-left: 18px;
}
.RoundedCoral1.rnr-s-3 > .rnr-c .rnr-rightbricks
{
margin-right: 18px;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > td:not(.rnr-cs)
{
border-top: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > td:not(.rnr-cs)
{
border-bottom: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > td:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > td:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > th:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > th:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > *.rnr-cs + th,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > *.rnr-cs + th
{
border-left: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > *.rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > *.rnr-edge
{
border-right: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > *.rnr-cs + th,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > *.rnr-cs + th
{
border-top-left-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > *.rnr-cs + th,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > *.rnr-cs + th
{
border-bottom-left-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > .rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > .rnr-edge
{
border-top-right-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > .rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > .rnr-edge
{
border-bottom-right-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > * > .rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > * > .rnr-edge
{
min-width: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow > td:not(.rnr-cs)
{
background-color: #E2E2E2;
background: linear-gradient(0.000000turn, #F0F0F0, #E2E2E2);
;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;color: #525252;padding: 5px 7px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-bottomrow > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-bottomrow > td:not(.rnr-cs)
{
background-color: #DCE2E6; background-image: none;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;color: #333333;padding: 5px 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row > td:not(.rnr-cs)
{
background-color: #F7F7F7; background-image: none;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;color: #333333;color: #333333;padding: 5px 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row:nth-last-child(2n+1) > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row:nth-last-child(2n+1) > td:not(.rnr-cs)
{
background-color: #FFFFFF; background-image: none;color: #333333;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical).hoverable > * > .rnr-row:hover > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord.hoverable > * > .rnr-row:hover > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row > td.rnr-selected,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row > td.rnr-selected
{
background-color: #F0F0F0; background-image: none;color: #333333;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical).hoverable > * > .rnr-row:hover:nth-last-child(2n+1) > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord.hoverable > * > .rnr-row:hover:nth-last-child(2n+1) > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row:nth-last-child(2n+1) > td.rnr-selected,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row:nth-last-child(2n+1) > td.rnr-selected
{
background-color: #F0F0F0; background-image: none;color: #333333;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > thead > tr:last-child > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > thead > tr:last-child > th:not(.rnr-cs)
{
border-bottom: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:not(.rnr-bottomrow) + .rnr-bottomrow > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:not(.rnr-bottomrow) + .rnr-bottomrow > td:not(.rnr-cs)
{
border-top: solid #EFEFEF 1px;
}
.RoundedCoral1 .rnr-search-highlight
{
color: #FF0000; background-color: transparent;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #202B34, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem):not(.manage):hover:not(.menuSeparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem).current.current.current
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *:hover:hover:hover.expanded
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #C9C9C9, #FFFFFF);
;
color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem:hover:not(.menuSeparator)
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem.current.current.current
{
background-color: #FAE0DD;
background: linear-gradient(0.000000turn, #C5B0AE, #FAE0DD);
;
color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li:hover:hover:hover.expanded
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem) > div
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > :not(ul) > *
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem > div
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li > :not(ul) > *
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #202B34, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem):not(.manage):hover:not(.menuSeparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem).current.current.current
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *:hover:hover:hover.expanded
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #C9C9C9, #FFFFFF);
;
color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem:hover:not(.menuSeparator)
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem.current.current.current
{
background-color: #FAE0DD;
background: linear-gradient(0.000000turn, #C5B0AE, #FAE0DD);
;
color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li:hover:hover:hover.expanded
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem) > div
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > :not(ul) > *
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem > div
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li > :not(ul) > *
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-hmenu.main > div:not(.rnr-hseparator)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #24303A, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;padding: 6px 5px;border-top-left-radius: 16px;border-top-right-radius: 16px;border: solid #494949 1px;
}
.RoundedCoral1 .rnr-b-hmenu.main > div:not(.rnr-hseparator) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-hmenu.main:hover:not(.expanded) > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main.current.current > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main:hover.expanded > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li
{
background-image:none; background-color: #FFFFFF;color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li:hover:not(.expanded):not(.menuSeparator)
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li.current.current
{
background-image:none; background-color: #FAE0DD;color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li:hover.expanded
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li > div > div
{
padding: 4px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-hmenu.main ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-hmenu.main.rnr-b-hmenu.rnr-b-hmenu
{
padding-bottom: 0; padding-left:0; padding-right:0; vertical-align: bottom;
}
.RoundedCoral1 .rnr-b-hmenu.second > div:not(.rnr-hseparator)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #24303A, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;padding: 6px 5px;border-top-left-radius: 16px;border-top-right-radius: 16px;border: solid #494949 1px;
}
.RoundedCoral1 .rnr-b-hmenu.second > div:not(.rnr-hseparator) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-hmenu.second:hover:not(.expanded) > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second.current.current > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second:hover.expanded > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li
{
background-image:none; background-color: #FFFFFF;color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li:hover:not(.expanded):not(.menuSeparator)
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li.current.current
{
background-image:none; background-color: #FAE0DD;color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li:hover.expanded
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li > div > div
{
padding: 4px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-hmenu.second ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-hmenu.second.rnr-b-hmenu.rnr-b-hmenu
{
padding-bottom: 0; padding-left:0; padding-right:0; vertical-align: bottom;
}
body.RoundedCoral1
{
background-color:#F7F7F7;
}
.RoundedCoral1 .rnr-list
{
color: #C78787;background-color: #FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-tab.selected
{
background-color:#16589C;
border-top-left-radius:4px;
border-top-right-radius:4px;
}
.RoundedCoral1 .rnr-tab
{
background-color:#E9E9E9;
border-top-left-radius:4px;
border-top-right-radius:4px;
border: solid #808080 1px; border-bottom-width:0;
}
.RoundedCoral1 .rnr-tab.selected > a
{
color: #FFFFFF;
}
.RoundedCoral1 .rnr-tab > a
{
color: #000000;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .yui-navset .yui-content
{
border: solid #16589C 1px;border-top-width: 5px;
}
.RoundedCoral1 .rnr-stepnav > a.active,
.RoundedCoral1 .rnr-stepnav > a:hover:not(.active),
.RoundedCoral1 .rnr-stepnav > a.active:after,
.RoundedCoral1 .rnr-stepnav > a:hover:not(.active):after
{
background-image: none; background-color: #D35544;
}
.RoundedCoral1 .rnr-stepnav > a:not(.active),
.RoundedCoral1 .rnr-stepnav > a:not(.active):after
{
background-image: none; background-color: #FFFFFF;
}
.RoundedCoral1 .rnr-stepnav > a:before
{
background-image: none; background: #FFFFFF;
}
.RoundedCoral1 .rnr-stepnav > a.active,
.RoundedCoral1 .rnr-stepnav > a:hover:not(.active)
{
color: #FFFFFF;
}
.RoundedCoral1 .rnr-stepnav > a:not(.active)
{
color: #DDDDDD;
}
.RoundedCoral1 .rnr-stepnav > a:before
{
color: #C35142;
}
.RoundedCoral1 .rnr-stepnav > a,
.rnr-pagewrapper .RoundedCoral1 .rnr-stepnav > a,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-stepnav > a
{
font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-message
{
background-color: #EBEDEF;border:none;color: #16589C;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-error.rnr-error
{
color: #A80000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .yui3-panel-content.yui3-panel-content
{
border-radius: 14px;
}
.RoundedCoral1 .yui3-panel .yui3-widget-hd.yui3-widget-hd.yui3-widget-hd
{
background-color: #DDDDDD; background-image: none;font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;color: #4D4D4D;
}
.RoundedCoral1 .yui3-widget-ft
{
background-color: #DDDDDD;
background: linear-gradient(0.000000turn, #2E2E2E, #DDDDDD);
;
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;color: #4D4D4D;
}
.RoundedCoral1 .rnr-dbbordered
{
border-radius: 14px;
}
.RoundedCoral1 .rnr-dbelemheader
{
background-color: #DDDDDD; background-image: none;font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;color: #4D4D4D;
}
.RoundedCoral1 .rnr-dbelemfooter
{
background-color: #D8D8D8;
background: linear-gradient(0.000000turn, #2D2D2D, #D8D8D8);
;
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;color: #000000;
}
.RoundedCoral1 .rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow
{
background-color: #FFFF00; background-image: none;color: #000000;
}
.RoundedCoral1 .rnr-dashboard
{
background-color: #FFFFFF;
}
.RoundedCoral1 .rnr-button.rnr-button,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.RoundedCoral1 .button.button.button.rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button
{
border: solid 1px;border-radius: 10px;padding: 3px 10px 3px;background-image: none; background-color: #D35544;
border-color: #D35544;color: #FFFFFF;
font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-button.rnr-button.img,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.RoundedCoral1 .button.button.button.rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button.img
{
padding: 3px;
}
.RoundedCoral1 .rnr-button:hover,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:hover,
.RoundedCoral1 .button.button.button.rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:hover
{
background-image: none; background-color: #FFFFFF;
border-color: #D35544;color: #C35142;
}
.RoundedCoral1 .rnr-button:active,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:active,
.RoundedCoral1 .button.button.button.rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .rnr-button:active,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:active
{
background-image: none; background-color: #FFFFFF;
border-color: #D35544;color: #C35142;
}
.RoundedCoral1 .rnr-button.disabled,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.RoundedCoral1 .button.button.button.rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.disabled
{
background-image: none; background-color: #FFFFFF;
border-color: #696969;color: #DDDDDD;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.RoundedCoral1 .link.link.link.rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button
{
background: none; border: none; ;
border: none;border-radius: 0px;padding: 4px 8px 4px;color: #404040;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.RoundedCoral1 .link.link.link.rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button.img
{
padding: 4px;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:hover,
.RoundedCoral1 .link.link.link.rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:hover
{
color: #8e9aac;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:active,
.RoundedCoral1 .link.link.link.rnr-button:active,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:active
{
color: #004080;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.RoundedCoral1 .link.link.link.rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.disabled
{
color: #004080;
}
.RoundedCoral1 .main.main.main.rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button
{
border: solid 1px;border-radius: 10px;padding: 3px 10px 3px;background-image: none; background-color: #454F5E;
border-color: #424242;color: #FFFFFF;
font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .main.main.main.rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button.img
{
padding: 3px;
}
.RoundedCoral1 .main.main.main.rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:hover
{
background-image: none; background-color: #FFFFFF;
border-color: #424242;color: #424242;
}
.RoundedCoral1 .main.main.main.rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:active
{
background-image: none; background-color: #FFFFFF;
border-color: #424242;color: #424242;
}
.RoundedCoral1 .main.main.main.rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.disabled
{
background-image: none; background-color: #C0C0C0;
border-color: #696969;color: #A9A9A9;
} | styles/RoundedCoral1/style.css | .RoundedCoral1.rnr-s-empty > .rnr-c
{
background:none;
}
.RoundedCoral1.rnr-s-empty > .rnr-c .rnr-leftbricks
{
margin-left: 10px;
}
.RoundedCoral1.rnr-s-empty > .rnr-c .rnr-rightbricks
{
margin-right: 10px;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style1
{
color: #525252;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-empty > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-empty > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style2
{
color: #333333;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style3
{
color: #333333;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-empty > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-empty > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-menu > .rnr-c
{
border: solid #C0C0C0 1px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 19px; padding-left: 10px;
border-bottom-left-radius: 19px; padding-left: 10px;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 19px; padding-right: 10px;
border-bottom-right-radius: 19px; padding-right: 10px;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style1
{
background-color: #696969;
background: linear-gradient(0.000000turn, #B4B4B4, #696969);
;
color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-menu > .rnr-c.rnr-ch
{
background-color: #696969;
background: linear-gradient(0.000000turn, #B4B4B4, #696969);
;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #343434;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #444444;color: #DCDCDC;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-menu > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-menu > .rnr-c .rnr-leftbricks
{
margin-left: 20px;
}
.RoundedCoral1.rnr-s-menu > .rnr-c .rnr-rightbricks
{
margin-right: 20px;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 8px 5px;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 20px; background:transparent;
}
.RoundedCoral1.rnr-s-menu > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 20px; background:transparent;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 7px 6px;
}
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-menu > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-menu > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 7px 6px;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-c
{
background:none;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-c .rnr-leftbricks
{
margin-left: 10px;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-c .rnr-rightbricks
{
margin-right: 10px;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style1
{
color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-hmenu > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 10px; background:transparent;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style2
{
color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style3
{
color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-hmenu > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-hmenu > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c
{
border: solid #6699CC 1px;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 11px; padding-left: 6px;
border-bottom-left-radius: 11px; padding-left: 6px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 11px; padding-right: 6px;
border-bottom-right-radius: 11px; padding-right: 6px;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style1
{
background-image: none; background-color: #8e9aac;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c.rnr-ch
{
background-image: none; background-color: #8e9aac;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #FFFF00;color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #FFFF00;color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c .rnr-leftbricks
{
margin-left: 12px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-c .rnr-rightbricks
{
margin-right: 12px;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 12px; background:transparent;
}
.RoundedCoral1.rnr-s-undermenu > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 12px; background:transparent;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-undermenu > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-undermenu > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-fields > .rnr-c
{
border: solid #DCDCDC 1px;border-top-left-radius: 13px;border-top-right-radius: 13px;border-bottom-left-radius: 13px;border-bottom-right-radius: 13px;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 12px; padding-left: 6px;
border-bottom-left-radius: 12px; padding-left: 6px;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 12px; padding-right: 6px;
border-bottom-right-radius: 12px; padding-right: 6px;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style1
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #FFFFFF, #FFFFFF);
;
color: #525252;
font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-fields > .rnr-c.rnr-ch
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #FFFFFF, #FFFFFF);
;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style2
{
background-color: #F0F0F0;
background: linear-gradient(0.000000turn, #323232, #F0F0F0);
;
color: #4D4D4D;
font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #FFFFFF;color: #696969;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-fields > .rnr-c .rnr-leftbricks
{
margin-left: 13px;
}
.RoundedCoral1.rnr-s-fields > .rnr-c .rnr-rightbricks
{
margin-right: 13px;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 13px; background:transparent;
}
.RoundedCoral1.rnr-s-fields > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 13px; background:transparent;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 10px 5px;
}
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-fields > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-fields > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-form > .rnr-c
{
border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;
}
.RoundedCoral1.rnr-s-form > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 18px; padding-left: 9px;
border-bottom-left-radius: 18px; padding-left: 9px;
}
.RoundedCoral1.rnr-s-form > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 18px; padding-right: 9px;
border-bottom-right-radius: 18px; padding-right: 9px;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style1
{
background-image: none; background-color: #00CCCC;color: #000080;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-form > .rnr-c.rnr-ch
{
background-image: none; background-color: #00CCCC;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #004080;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #6699CC;color: #003366;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-form > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-form > .rnr-c .rnr-leftbricks
{
margin-left: 18px;
}
.RoundedCoral1.rnr-s-form > .rnr-c .rnr-rightbricks
{
margin-right: 18px;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-form > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-form > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-form > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-form > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-1 > .rnr-c
{
border-top-left-radius: 14px;border-top-right-radius: 14px;border-bottom-left-radius: 14px;border-bottom-right-radius: 14px;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 14px; padding-left: 7px;
border-bottom-left-radius: 14px; padding-left: 7px;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 14px; padding-right: 7px;
border-bottom-right-radius: 14px; padding-right: 7px;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style1
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FEFEFE, #F9F9F9);
;
color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-1 > .rnr-c.rnr-ch
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FEFEFE, #F9F9F9);
;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #F0F0F0;color: #4D4D4D;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #6699CC;color: #D1EEEE;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 5px 5px;
}
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-1 > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 5px 5px;
}
.RoundedCoral1.rnr-s-1 > .rnr-c .rnr-leftbricks
{
margin-left: 14px;
}
.RoundedCoral1.rnr-s-1 > .rnr-c .rnr-rightbricks
{
margin-right: 14px;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 14px; background:transparent;
}
.RoundedCoral1.rnr-s-1 > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 14px; background:transparent;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-1 > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-1 > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 5px 4px;
}
.RoundedCoral1.rnr-s-2 > .rnr-c
{
border: solid #DCDCDC 1px;border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 17px; padding-left: 9px;
border-bottom-left-radius: 17px; padding-left: 9px;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 17px; padding-right: 9px;
border-bottom-right-radius: 17px; padding-right: 9px;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style1
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FCFCFC, #F9F9F9);
;
color: #333333;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-2 > .rnr-c.rnr-ch
{
background-color: #F9F9F9;
background: linear-gradient(0.000000turn, #FCFCFC, #F9F9F9);
;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #3366FF;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #6699CC;color: #FFFF00;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-2 > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-2 > .rnr-c .rnr-leftbricks
{
margin-left: 18px;
}
.RoundedCoral1.rnr-s-2 > .rnr-c .rnr-rightbricks
{
margin-right: 18px;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-2 > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-2 > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-2 > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-3 > .rnr-c
{
border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch > .rnr-b-hmenu:first-child
{
border-top-left-radius: 18px; padding-left: 9px;
border-bottom-left-radius: 18px; padding-left: 9px;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch> .rnr-b-hmenu:last-child
{
border-top-right-radius: 18px; padding-right: 9px;
border-bottom-right-radius: 18px; padding-right: 9px;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style1,
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style1
{
background-image: none; background-color: #343434;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-3 > .rnr-c.rnr-ch
{
background-image: none; background-color: #343434;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style2,
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style2
{
background-image: none; background-color: #2E5C8B;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style3,
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style3
{
background-image: none; background-color: #004080;color: #FFFFFF;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.tree.main > * > * > div ,
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.simple.main > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.tree.second > * > * > div ,
.RoundedCoral1 .rnr-s-3 > .rnr-c > .rnr-b-vmenu.simple.second > * > * > div
{
padding: 6px 6px;
}
.RoundedCoral1.rnr-s-3 > .rnr-c .rnr-leftbricks
{
margin-left: 18px;
}
.RoundedCoral1.rnr-s-3 > .rnr-c .rnr-rightbricks
{
margin-right: 18px;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style1:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style1,
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style1 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch:before
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-3 > .rnr-ch:after
{
content: "";display:table-cell;padding:0 0 0 18px; background:transparent;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style2:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style2,
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style2 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style3:not(.rnr-hfiller),
.RoundedCoral1.rnr-s-3 > * > :not(.rnr-b-wrapper) .style3,
.RoundedCoral1.rnr-s-3 > :not(.runner-c) > *.style3 > .fieldGrid > * > * > td
{
padding: 6px 5px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > td:not(.rnr-cs)
{
border-top: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > td:not(.rnr-cs)
{
border-bottom: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > td:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > td:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > th:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > th:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > *.rnr-cs + th,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > *.rnr-cs + th
{
border-left: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > * > *.rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > * > *.rnr-edge
{
border-right: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > *.rnr-cs + th,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > *.rnr-cs + th
{
border-top-left-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > td:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > th:first-child,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > *.rnr-cs + td,
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > *.rnr-cs + th,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > *.rnr-cs + th
{
border-bottom-left-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow:first-child > .rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow:first-child > .rnr-edge
{
border-top-right-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:last-child > .rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:last-child > .rnr-edge
{
border-bottom-right-radius: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > * > .rnr-edge,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > * > .rnr-edge
{
min-width: 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-toprow > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-toprow > td:not(.rnr-cs)
{
background-color: #E2E2E2;
background: linear-gradient(0.000000turn, #F0F0F0, #E2E2E2);
;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;color: #525252;padding: 5px 7px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-bottomrow > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-bottomrow > td:not(.rnr-cs)
{
background-color: #DCE2E6; background-image: none;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;color: #333333;padding: 5px 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row > td:not(.rnr-cs)
{
background-color: #F7F7F7; background-image: none;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;color: #333333;color: #333333;padding: 5px 4px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row:nth-last-child(2n+1) > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row:nth-last-child(2n+1) > td:not(.rnr-cs)
{
background-color: #FFFFFF; background-image: none;color: #333333;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical).hoverable > * > .rnr-row:hover > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord.hoverable > * > .rnr-row:hover > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row > td.rnr-selected,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row > td.rnr-selected
{
background-color: #F0F0F0; background-image: none;color: #333333;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical).hoverable > * > .rnr-row:hover:nth-last-child(2n+1) > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord.hoverable > * > .rnr-row:hover:nth-last-child(2n+1) > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > * > .rnr-row:nth-last-child(2n+1) > td.rnr-selected,
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > * > .rnr-row:nth-last-child(2n+1) > td.rnr-selected
{
background-color: #F0F0F0; background-image: none;color: #333333;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > thead > tr:last-child > th:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > thead > tr:last-child > th:not(.rnr-cs)
{
border-bottom: solid #EFEFEF 1px;
}
.RoundedCoral1.rnr-s-grid > table:not(.runner-c):not(.vertical) > tbody > tr:not(.rnr-bottomrow) + .rnr-bottomrow > td:not(.rnr-cs),
.RoundedCoral1.rnr-s-grid > table.vertical > * > tr > td > table.rnr-vrecord > tbody > tr:not(.rnr-bottomrow) + .rnr-bottomrow > td:not(.rnr-cs)
{
border-top: solid #EFEFEF 1px;
}
.RoundedCoral1 .rnr-search-highlight
{
color: #FF0000; background-color: transparent;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #202B34, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem):not(.manage):hover:not(.menuSeparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem).current.current.current
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > *:hover:hover:hover.expanded
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #C9C9C9, #FFFFFF);
;
color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem:hover:not(.menuSeparator)
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem.current.current.current
{
background-color: #FAE0DD;
background: linear-gradient(0.000000turn, #C5B0AE, #FAE0DD);
;
color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li:hover:hover:hover.expanded
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.tree.main > *:not(.subitem) > div
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > :not(ul) > *
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.tree.main > *.subitem > div
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * > ul li > :not(ul) > *
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.main > * ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #202B34, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem):not(.manage):hover:not(.menuSeparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem).current.current.current
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > *:hover:hover:hover.expanded
{
background-color: #283943;
background: linear-gradient(0.000000turn, #172127, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem
{
background-color: #FFFFFF;
background: linear-gradient(0.000000turn, #C9C9C9, #FFFFFF);
;
color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li > hr,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li:hover:not(.expanded):not(.menuSeparator),
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem:hover:not(.menuSeparator)
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li.current.current.current,
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem.current.current.current
{
background-color: #FAE0DD;
background: linear-gradient(0.000000turn, #C5B0AE, #FAE0DD);
;
color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li:hover:hover:hover.expanded
{
background-color: #F7F7F7;
background: linear-gradient(0.000000turn, #C3C3C3, #F7F7F7);
;
color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-vmenu.tree.second > *:not(.subitem) > div
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > :not(ul) > *
{
padding: 3px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-vmenu.tree.second > *.subitem > div
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * > ul li > :not(ul) > *
{
padding: 4px 6px; margin:1px 3px;
}
.RoundedCoral1 .rnr-b-vmenu.simple.second > * ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-hmenu.main > div:not(.rnr-hseparator)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #24303A, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;padding: 6px 5px;border-top-left-radius: 16px;border-top-right-radius: 16px;border: solid #494949 1px;
}
.RoundedCoral1 .rnr-b-hmenu.main > div:not(.rnr-hseparator) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-hmenu.main:hover:not(.expanded) > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main.current.current > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main:hover.expanded > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li
{
background-image:none; background-color: #FFFFFF;color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li:hover:not(.expanded):not(.menuSeparator)
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li.current.current
{
background-image:none; background-color: #FAE0DD;color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li:hover.expanded
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.main > ul li > div > div
{
padding: 4px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-hmenu.main ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-hmenu.main.rnr-b-hmenu.rnr-b-hmenu
{
padding-bottom: 0; padding-left:0; padding-right:0; vertical-align: bottom;
}
.RoundedCoral1 .rnr-b-hmenu.second > div:not(.rnr-hseparator)
{
background-color: #374A59;
background: linear-gradient(0.000000turn, #24303A, #374A59);
;
color:#BFC2C7;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;padding: 6px 5px;border-top-left-radius: 16px;border-top-right-radius: 16px;border: solid #494949 1px;
}
.RoundedCoral1 .rnr-b-hmenu.second > div:not(.rnr-hseparator) > hr
{
border-color:#BFC2C7;
}
.RoundedCoral1 .rnr-b-hmenu.second:hover:not(.expanded) > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second.current.current > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second:hover.expanded > div:not(.rnr-hseparator)
{
background-color: #283943;
background: linear-gradient(0.000000turn, #1A252C, #283943);
;
color:#FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li
{
background-image:none; background-color: #FFFFFF;color:#000000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li > hr
{
border-color:#000000;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li:hover:not(.expanded):not(.menuSeparator)
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li.current.current
{
background-image:none; background-color: #FAE0DD;color:#D02B18;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li:hover.expanded
{
background-image:none; background-color: #F7F7F7;color:#797979;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: italic; text-decoration: none;
}
.RoundedCoral1 .rnr-b-hmenu.second > ul li > div > div
{
padding: 4px 3px; margin:1px 1px;
}
.RoundedCoral1 .rnr-b-hmenu.second ul
{
box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-b-hmenu.second.rnr-b-hmenu.rnr-b-hmenu
{
padding-bottom: 0; padding-left:0; padding-right:0; vertical-align: bottom;
}
body.RoundedCoral1
{
background-color:#F7F7F7;
}
.RoundedCoral1 .rnr-list
{
color: #C78787;background-color: #FFFFFF;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;box-shadow:5px 5px 3px rgba(0,0,0,0.2);
}
.RoundedCoral1 .rnr-tab.selected
{
background-color:#16589C;
border-top-left-radius:4px;
border-top-right-radius:4px;
}
.RoundedCoral1 .rnr-tab
{
background-color:#E9E9E9;
border-top-left-radius:4px;
border-top-right-radius:4px;
border: solid #808080 1px; border-bottom-width:0;
}
.RoundedCoral1 .rnr-tab.selected > a
{
color: #FFFFFF;
}
.RoundedCoral1 .rnr-tab > a
{
color: #000000;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .yui-navset .yui-content
{
border: solid #16589C 1px;border-top-width: 5px;
}
.RoundedCoral1 .rnr-stepnav > a.active,
.RoundedCoral1 .rnr-stepnav > a:hover:not(.active),
.RoundedCoral1 .rnr-stepnav > a.active:after,
.RoundedCoral1 .rnr-stepnav > a:hover:not(.active):after
{
background-image: none; background-color: #D35544;
}
.RoundedCoral1 .rnr-stepnav > a:not(.active),
.RoundedCoral1 .rnr-stepnav > a:not(.active):after
{
background-image: none; background-color: #FFFFFF;
}
.RoundedCoral1 .rnr-stepnav > a:before
{
background-image: none; background: #FFFFFF;
}
.RoundedCoral1 .rnr-stepnav > a.active,
.RoundedCoral1 .rnr-stepnav > a:hover:not(.active)
{
color: #FFFFFF;
}
.RoundedCoral1 .rnr-stepnav > a:not(.active)
{
color: #DDDDDD;
}
.RoundedCoral1 .rnr-stepnav > a:before
{
color: #C35142;
}
.RoundedCoral1 .rnr-stepnav > a,
.rnr-pagewrapper .RoundedCoral1 .rnr-stepnav > a,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-stepnav > a
{
font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-message
{
background-color: #EBEDEF;border:none;color: #16589C;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-error.rnr-error
{
color: #A80000;font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .yui3-panel-content.yui3-panel-content
{
border-radius: 14px;
}
.RoundedCoral1 .yui3-panel .yui3-widget-hd.yui3-widget-hd.yui3-widget-hd
{
background-color: #DDDDDD; background-image: none;font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;color: #4D4D4D;
}
.RoundedCoral1 .yui3-widget-ft
{
background-color: #DDDDDD;
background: linear-gradient(0.000000turn, #2E2E2E, #DDDDDD);
;
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;color: #4D4D4D;
}
.RoundedCoral1 .rnr-dbbordered
{
border-radius: 14px;
}
.RoundedCoral1 .rnr-dbelemheader
{
background-color: #DDDDDD; background-image: none;font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; text-decoration: none;color: #4D4D4D;
}
.RoundedCoral1 .rnr-dbelemfooter
{
background-color: #D8D8D8;
background: linear-gradient(0.000000turn, #2D2D2D, #D8D8D8);
;
font-family: Arial, sans-serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none;color: #000000;
}
.RoundedCoral1 .rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow.rnr-dbselectedrow
{
background-color: #FFFF00; background-image: none;color: #000000;
}
.RoundedCoral1 .rnr-dashboard
{
background-color: #FFFFFF;
}
.RoundedCoral1 .rnr-button.rnr-button,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.RoundedCoral1 .button.button.button.rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button
{
border: solid 1px;border-radius: 10px;padding: 3px 10px 3px;background-image: none; background-color: #D35544;
border-color: #D35544;color: #FFFFFF;
font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .rnr-button.rnr-button.img,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.RoundedCoral1 .button.button.button.rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.rnr-button.img
{
padding: 3px;
}
.RoundedCoral1 .rnr-button:hover,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:hover,
.RoundedCoral1 .button.button.button.rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:hover
{
background-image: none; background-color: #FFFFFF;
border-color: #D35544;color: #C35142;
}
.RoundedCoral1 .rnr-button:active,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:active,
.RoundedCoral1 .button.button.button.rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .rnr-button:active,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button:active
{
background-image: none; background-color: #FFFFFF;
border-color: #D35544;color: #C35142;
}
.RoundedCoral1 .rnr-button.disabled,
.RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.RoundedCoral1 .button.button.button.rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.asbuttons > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .button.button.button.rnr-button.disabled
{
background-image: none; background-color: #FFFFFF;
border-color: #696969;color: #DDDDDD;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.RoundedCoral1 .link.link.link.rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button
{
background: none; border: none; ;
border: none;border-radius: 0px;padding: 4px 8px 4px;color: #404040;
font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.RoundedCoral1 .link.link.link.rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.rnr-button.img
{
padding: 4px;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:hover,
.RoundedCoral1 .link.link.link.rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:hover
{
color: #8e9aac;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:active,
.RoundedCoral1 .link.link.link.rnr-button:active,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button:active
{
color: #004080;
}
.RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.RoundedCoral1 .link.link.link.rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1.aslinks > * > *:not(.rnr-wrapper) .rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .link.link.link.rnr-button.disabled
{
color: #004080;
}
.RoundedCoral1 .main.main.main.rnr-button.rnr-button,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button
{
border: solid 1px;border-radius: 10px;padding: 3px 10px 3px;background-image: none; background-color: #454F5E;
border-color: #424242;color: #FFFFFF;
font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none;
}
.RoundedCoral1 .main.main.main.rnr-button.rnr-button.img,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button.img,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.rnr-button.img
{
padding: 3px;
}
.RoundedCoral1 .main.main.main.rnr-button:hover,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:hover,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:hover
{
background-image: none; background-color: #FFFFFF;
border-color: #424242;color: #424242;
}
.RoundedCoral1 .main.main.main.rnr-button:active,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:active,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button:active
{
background-image: none; background-color: #FFFFFF;
border-color: #424242;color: #424242;
}
.RoundedCoral1 .main.main.main.rnr-button.disabled,
.rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.disabled,
.rnr-pagewrapper .rnr-pagewrapper .RoundedCoral1 .main.main.main.rnr-button.disabled
{
background-image: none; background-color: #C0C0C0;
border-color: #696969;color: #A9A9A9;
} | 0.216508 | 0.122891 |
html{
font-size: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
color: #333;
padding-bottom: 30px;
}
button, input, select, textarea {
font-family: 'Open Sans', sans-serif;
}
a {
color: #15A5FA;
}
a:hover, a:focus, a:active {
color: #666;
}
h1{
margin-bottom: 30px;
line-height: 1.4em;
font-size: 2rem;
}
.smaller {
font-size: 1.5rem;
line-height: 1.5rem !important;
}
.bigger {
font-size: 20px;
}
.blue {
color: #15A5FA;
}
.light-blue {
color: #4FBCFC;
}
.green {
color: #02A351;
}
.red {
color: red;
}
.orange {
color: #FF9008;
}
.gray {
color: #666;
}
.light-gray {
color: gray;
}
.small-font {
margin-top: 5px;
margin-bottom: 5px;
font-size: 14px;
}
.em {
font-style: italic;
color: #666;
}
/*content*/
.all-content-wrapper {
align-items: flex-start;
}
.content-wrapper {
padding-top: 20px;
}
body .mb-30 {
margin-bottom: 30px;
margin-top: 40px;
}
body .mb-45 {
margin-bottom: 45px;
}
/*header*/
.header-wrap {
background-color: #444;
}
.header-wrap a {
color:white;
}
.header-wrap a:hover, .header-wrap a:focus {
color: #FF9008;
text-decoration: none;
}
.header-clientLinks{
padding-top: 9px;
padding-bottom: 12px;
color:white;
font-size: 20px;
}
.right-column-wrapper {
padding-left: 60px;
}
.logout-wrapper {
text-align: right;
}
/*menu*/
.menu-wrapper {
padding: 0px;
background-color: #444;
align-items: flex-start;
}
.menu-wrapper ul.menu, .menu-wrapper ul.menu-child {
padding: 0;
list-style: none;
}
.menu-link {
color:white;
font-size: 1.25rem;
}
.menu-link a {
padding: 10px 15px 12px 15px;
color:white;
display: block;
cursor:pointer;
}
.menu-link a:hover{
color: white;
text-decoration: none;
background-color: #FF9008;
}
.menu-link a:focus{
color: white;
text-decoration: none;
}
.menu-wrapper ul.menu li a {
padding-left: 42px;
}
.menu-wrapper ul.menu li:after {
content: "";
display: table;
clear: both;
}
.menu-wrapper ul.menu li a .fa {
float: right;
margin-top: 5px;
margin-right: 8px;
}
.a-left{
float: left;
width: 80%;
}
.menu-link a.a-right {
float: left;
width: 20%;
padding-top: 11px;
padding-bottom: 16px;
}
.menu-wrapper ul.menu li a.a-right .fa {
margin-right: 5px;
}
.menu-child {
display: none;}
.menu-child.body-expanded {
display: block;
}
.menu-link-child {
padding-left: 42px;
}
.menu-wrapper ul.menu li.menu-link-child a {
padding-left: 15px;
font-size: 18px;
}
.active a, a.active {
background-color: #15A5FA;
}
.active a:hover, .active a:focus, a.active:hover, a.active:focus {
background-color: #FF9008;
}
/*listings*/
ul.products-list {
padding-left: 0;
list-style: none;
}
ul.products-list li {
padding: 10px 15px;
border: 2px solid #15A5FA;
margin-top: 15px;
margin-bottom: 15px;
font-size: 1.25rem;
}
.links-auth {
display: inline-block;
height: 16px;
width: 16px;
margin-right: 10px;
}
.status-icon, .delete-icon, .offcategory-icon{
float: right;
margin-right: 10px;
cursor: pointer;
}
.edit-icon {
display: inline-block;
margin-right: 10px;
cursor: pointer;
}
.delete-icon:hover, .delete-icon:focus, .offcategory-icon:hover, .offcategory:focus {
color: red;
}
.unlocked {
background: url(../images/green_lock.png) no-repeat;
}
.locked {
background: url(../images/red_lock_1.png) no-repeat;
}
ul.products-list li.event-border {
border: 2px solid #999;
}
ul.products-list li.category-border {
border: 2px solid #999;
}
ul.products-list li.link-border {
border: 2px solid #4FBCFC;
}
ul.products-list li.webinar-border {
border: 2px solid #999;
}
.list-title-block {
float: left;
width: 90%;
padding-right: 15px;
box-sizing: border-box;
}
.list-buttons-block {
float: left;
width: 10%;
padding-top: 5px;
}
.href-copy {
margin-top: 15px;
display: flex;
}
.href-copy-input {
width: 100%;
color: #666;
border: 1px solid #ccc;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
}
.href-copy-a{
margin-right: 10px;
color: #888;
}
.href-copy-a:hover {
color: #333
}
/*Reorder*/
.draggable-list-item {
background-color: #fff;
cursor: pointer;
}
ul.products-list li.event-border.draggable-list-item:hover {
border-color: #15A5FA;
}
.draggable-list-item-flex {
display: flex;
}
.draggable-list-item-text {
width: 97%;
}
.draggable-list-item-fa {
margin-top: 5px;
width: 3%;
text-align: right;
}
.reorder-h {
font-size: 1.8em;
margin-bottom: 30px;
}
.button-order-confirm-wrapper {
margin-top: 30px;
}
.tabs-wrapper {
margin-bottom: 30px;
}
.nav-tabs .nav-item .nav-link {
cursor:pointer;
color: #888;
}
.nav-tabs .nav-item .nav-link.active {
color: #555;
}
.category-description-wrapper{
display: none;}
/*popup*/
.undercover {
position: absolute;
z-index: 3333333333;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
top: 0;
text-align: center;
display: none;
box-sizing: border-box;
padding-right: 15px;
}
.undercover-loading {
position: fixed;
z-index: 3333333333;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
top: 0;
text-align: center;
display: none;
}
.popup-window {
width: 60%;
height: 220px;
position: relative;
display: inline-block;
text-align: left;
border: 2px solid #4FBCFC;
box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
background-color: #fff;
padding: 45px;
}
.popup-container {
padding-top: 10%;
}
.loading-save {
position: relative;
display: inline-block;
top:200px;
text-align: center;
}
.loading-save-header {
font-size: 32px;
margin-bottom: 30px;
}
.loading-save-footer {
font-size: 20px;
margin-top: 20px;
}
.popup-question {
font-size: 28px;
text-align: center;
margin-bottom: 30px;
}
.popup-buttons {
padding-right: 60px;
padding-left: 60px;
}
.popup-half{
text-align: center;
width: 50%;
float: left;
}
.popup-button {
display: inline-block;
padding: 5px 30px;
color: white;
font-size: 20px;
cursor:pointer;
}
.yes-button {
background-color: #15A5FA;
}
.no-button {
background-color: #999;
}
.yes-button:hover, .yes-button:focus, .no-button:hover, .no-button:focus {
background-color: #FF9008;
}
/*action buttons*/
.add-action-wrapper {
margin-bottom: 30px;
}
.cancel-wrap {
margin-top: 20px;
}
.category-change-hat {
margin-bottom: 30px;
}
.category-change-body {
padding-top: 30px;
border-bottom: 2px solid #cccccc;
border-top: 2px solid #cccccc;
}
.button-blue{
display: inline-block;
color: white;
cursor:pointer;
background-color: #15A5FA;
box-sizing: border-box;
}
.cancel-button {
background-color: #999;
}
.button-blue:hover, .button-blue:focus {
background-color: #FF9008;
color: white;
text-decoration: none;
}
.button-empty {
display: inline-block;
cursor:pointer;
box-sizing: border-box;
background-color: #fff;
color: #15A5FA;
border: 1px solid #15A5FA;
}
.button-empty-active {
background-color: #15A5FA;
color: #fff;
}
.button-empty:hover, .button-empty:focus {
background-color: #FF9008;
border: 1px solid #FF9008;
color: white;
text-decoration: none;
}
.left-fa .fa {
display: inline-block;
margin-right: 5px;
margin-top: 5px;
}
.publishing {
margin-top: 2px;
}
.button-l {
padding: 10px 20px;
font-size: 20px;
}
.button-m {
padding: 7px 15px;
font-size: 18px;
}
.button-s {
padding: 5px 12px;
font-size: 16px;
}
.button-border {
border: none;
}
.button-border:focus {
outline: none;
}
.button-margin-right {
margin-right: 20px;
}
/*form*/
.form-group {
margin-bottom: 40px;
}
.form-block-header {
font-size: 1.5rem;
margin-bottom: 15px;
display: block;
color: #15A5FA;
}
textarea.form-control {
border: 1px solid #c5c5c5;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
textarea.form-control:focus {
border: 1px solid #4FBCFC;
}
.instruct {
margin-top: -20px;
margin-bottom: 40px;
font-size: 14px;
color: #666;
}
.instruct p {
margin-bottom: 8px;
}
select.form-control {
max-width: 250px;
}
select.form-control.month-select{
max-width: 75px;
}
.form-control.year-input {
width: 10%;
}
.default-params-hat {
font-size: 20px;
color: #15A5FA;
cursor:pointer;
}
.default-params-hat .fa {
font-size: 24px;
}
.default-params-open {
border-bottom: 1px dashed #15A5FA;
}
.default-params-hat:hover {
color: #333;
}
.default-params-hat:hover .default-params-open {
border-bottom: 1px dashed #333;
}
.message-alert, .message-good {
font-size: 18px;
padding: 10px 15px;
margin-bottom: 30px;
font-weight: 600;
}
.message-alert {
border: 2px solid red;
color: #333;
}
.message-alert .fa {
color: red;
}
.message-good {
border: 2px solid #15A5FA;
color: #15A5FA;
}
.editor-description {
margin-top: 20px;
}
/*file addition*/
.form-control-plaintext {
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
max-width: 97%;
}
.filename {
display: inline-block;
width: auto;
}
.delete-file, .restore-file .fa {
cursor:pointer;
font-size: 24px;
display: inline-block;
position: relative;
top:2px;
}
.restore-file {
cursor:pointer;
}
.delete-file:hover, .restore-file:hover .fa {
color: #333;
}
.restore-file:hover {
color: #333;
}
.add-file {
margin-top: 20px;
}
.little {
font-size: 14px;
margin-top: -30px;
margin-bottom: 40px;
}
/*panel-form*/
.panel-container {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 2px solid #cccccc;
}
.panel-container.panel-container-bottom {
padding-top: 15px;
margin-bottom: 30px;
padding-bottom: 15px;
border-top: 2px solid #cccccc;
border-bottom: none;
}
.loading-save {
display: inline-block;}
.loading-hidden {
display: none;
}
.small-panel-wrap {
margin-bottom: 30px;
}
/*Логин*/
.login-wrapper{
width: 320px;
margin: auto;
padding: 8% 0 0;
box-sizing: border-box;
}
.logo-wrapper {
margin-bottom: 30px;
}
.logo-wrapper img {
width: 100%;
max-width: 198px;
}
.login-wrapper .form-group {
margin-bottom: 20px;
}
.form-wrapper {
padding: 0 12px;
}
/*Password validate*/
.pswd-info {
margin-top: 10px;
}
.pswd-info ul {
padding-left: 0;
list-style: none;
}
.pswd-info ul li {
font-size: 14px;
}
/*Papers*/
.paper-description {
font-size: 24px;
margin-bottom: 30px;
}
.paper-description a {
color: #333;
}
.parent-paper-description.paper-description {
margin-bottom: 15px;
}
.paper-header {
margin-bottom: 15px;
}
.paper-close.panel-point {
margin-left: -15px;
}
.papers-list {
list-style: none;
padding-left: 0;
}
.papers-list-item {
margin-bottom: 25px;
font-size: 20px;
}
.delete-paper-icon {
margin-left: 10px;
cursor:pointer;
}
.delete-paper-icon.gray:hover, .delete-paper-icon.gray:focus {
color: red;
}
@media (min-width: 992px) and (max-width: 1199px) {
.menu-wrapper ul.menu .menu-link a.a-right {
padding-left: 37px;
padding-right: 10px;
}
.menu-wrapper ul.menu li a .fa {
margin-right: 3px;
}
.menu-wrapper ul.menu li.menu-link-child a {
font-size: 16px;
}
.menu-link, .header-clientLinks {
font-size: 19px;
}
/*listing*/
.draggable-list-item-text {
width: 95%;
}
.draggable-list-item-fa {
width: 5%;
}
}
@media (max-width: 991px) {
/*menu*/
.menu-toggler {
cursor:pointer;
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
}
.menu-toggler .fa {
color: #fff;
font-size: 48px;
}
.right-column-wrapper {
padding-left: 42px;
}
.logout-wrapper{
text-align: left;
padding-left: 27px;
}
.hidden-menu {
display: none;
}
/*content*/
.all-content-wrapper .right-column-wrapper {
padding-left: 15px;
}
.list-title-block {
width: 100%;
padding-right: 0;
}
.list-buttons-block {
margin-top: 10px;
width: 100%;
}
}
@media (max-width: 767px) {
.popup-window {
width: 100%;
}
.panel-point {
width: 20%;
margin-right: 0;
margin-left: 0;
padding-left: 10px;
padding-right: 10px;
min-height: 48px;
}
.panel-point .subscription {
display: none;
}
.panel-point .fa {
height: 48px;
font-size: 48px;
margin-top: 0;
}
/*listing*/
.draggable-list-item-text {
width: 95%;
}
.draggable-list-item-fa {
width: 5%;
}
.form-control.year-input{
width: 30%;
}
}
@media (max-width: 440px) {
.popup-window {
padding: 45px 15px;
}
.popup-buttons {
padding-right: 0;
padding-left: 0;
}
#see-right-button{
float:none !important;
margin-top: 15px;
}
.button-margin-right {
margin-bottom: 10px;
}
.save-button.left {
float: none;
display: block;
}
.save-button:after {
content: '';
display: table;
clear: both;
}
}
.class-for-updated-at-field, .button-save-wrap, .current_invitation_file {
border: none;
background: transparent;
}
.class-for-updated-at-field:focus, .button-save-wrap:focus, .current_invitation_file:focus {
border: none;
outline: none;
}
.current_invitation_file {
width: 100%;
}
.button-save-wrap {
cursor: pointer
}
.help-block {color: red}
.error-summary {
border: 2px solid red;
font-weight: bold;
font-size: 18px;
background: #fff;
padding: 15px 15px 0;
margin-bottom: 30px;
}
.checklist label {
display: block;
}
.panel-icon .fa {
font-size: 36px;
}
.panel-icon:hover .fa {
color: #333
}
.left {
float: left;}
.right {
float: right;
}
.man-no-delete {
font-weight: bold;
padding: 15px;
border: 2px solid #15A5FA;
}
.month-select select, .month-select input {
width: 75px;
}
.create-icon {
margin-top: 2px;
} | web/css/admin.css | html{
font-size: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
color: #333;
padding-bottom: 30px;
}
button, input, select, textarea {
font-family: 'Open Sans', sans-serif;
}
a {
color: #15A5FA;
}
a:hover, a:focus, a:active {
color: #666;
}
h1{
margin-bottom: 30px;
line-height: 1.4em;
font-size: 2rem;
}
.smaller {
font-size: 1.5rem;
line-height: 1.5rem !important;
}
.bigger {
font-size: 20px;
}
.blue {
color: #15A5FA;
}
.light-blue {
color: #4FBCFC;
}
.green {
color: #02A351;
}
.red {
color: red;
}
.orange {
color: #FF9008;
}
.gray {
color: #666;
}
.light-gray {
color: gray;
}
.small-font {
margin-top: 5px;
margin-bottom: 5px;
font-size: 14px;
}
.em {
font-style: italic;
color: #666;
}
/*content*/
.all-content-wrapper {
align-items: flex-start;
}
.content-wrapper {
padding-top: 20px;
}
body .mb-30 {
margin-bottom: 30px;
margin-top: 40px;
}
body .mb-45 {
margin-bottom: 45px;
}
/*header*/
.header-wrap {
background-color: #444;
}
.header-wrap a {
color:white;
}
.header-wrap a:hover, .header-wrap a:focus {
color: #FF9008;
text-decoration: none;
}
.header-clientLinks{
padding-top: 9px;
padding-bottom: 12px;
color:white;
font-size: 20px;
}
.right-column-wrapper {
padding-left: 60px;
}
.logout-wrapper {
text-align: right;
}
/*menu*/
.menu-wrapper {
padding: 0px;
background-color: #444;
align-items: flex-start;
}
.menu-wrapper ul.menu, .menu-wrapper ul.menu-child {
padding: 0;
list-style: none;
}
.menu-link {
color:white;
font-size: 1.25rem;
}
.menu-link a {
padding: 10px 15px 12px 15px;
color:white;
display: block;
cursor:pointer;
}
.menu-link a:hover{
color: white;
text-decoration: none;
background-color: #FF9008;
}
.menu-link a:focus{
color: white;
text-decoration: none;
}
.menu-wrapper ul.menu li a {
padding-left: 42px;
}
.menu-wrapper ul.menu li:after {
content: "";
display: table;
clear: both;
}
.menu-wrapper ul.menu li a .fa {
float: right;
margin-top: 5px;
margin-right: 8px;
}
.a-left{
float: left;
width: 80%;
}
.menu-link a.a-right {
float: left;
width: 20%;
padding-top: 11px;
padding-bottom: 16px;
}
.menu-wrapper ul.menu li a.a-right .fa {
margin-right: 5px;
}
.menu-child {
display: none;}
.menu-child.body-expanded {
display: block;
}
.menu-link-child {
padding-left: 42px;
}
.menu-wrapper ul.menu li.menu-link-child a {
padding-left: 15px;
font-size: 18px;
}
.active a, a.active {
background-color: #15A5FA;
}
.active a:hover, .active a:focus, a.active:hover, a.active:focus {
background-color: #FF9008;
}
/*listings*/
ul.products-list {
padding-left: 0;
list-style: none;
}
ul.products-list li {
padding: 10px 15px;
border: 2px solid #15A5FA;
margin-top: 15px;
margin-bottom: 15px;
font-size: 1.25rem;
}
.links-auth {
display: inline-block;
height: 16px;
width: 16px;
margin-right: 10px;
}
.status-icon, .delete-icon, .offcategory-icon{
float: right;
margin-right: 10px;
cursor: pointer;
}
.edit-icon {
display: inline-block;
margin-right: 10px;
cursor: pointer;
}
.delete-icon:hover, .delete-icon:focus, .offcategory-icon:hover, .offcategory:focus {
color: red;
}
.unlocked {
background: url(../images/green_lock.png) no-repeat;
}
.locked {
background: url(../images/red_lock_1.png) no-repeat;
}
ul.products-list li.event-border {
border: 2px solid #999;
}
ul.products-list li.category-border {
border: 2px solid #999;
}
ul.products-list li.link-border {
border: 2px solid #4FBCFC;
}
ul.products-list li.webinar-border {
border: 2px solid #999;
}
.list-title-block {
float: left;
width: 90%;
padding-right: 15px;
box-sizing: border-box;
}
.list-buttons-block {
float: left;
width: 10%;
padding-top: 5px;
}
.href-copy {
margin-top: 15px;
display: flex;
}
.href-copy-input {
width: 100%;
color: #666;
border: 1px solid #ccc;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
}
.href-copy-a{
margin-right: 10px;
color: #888;
}
.href-copy-a:hover {
color: #333
}
/*Reorder*/
.draggable-list-item {
background-color: #fff;
cursor: pointer;
}
ul.products-list li.event-border.draggable-list-item:hover {
border-color: #15A5FA;
}
.draggable-list-item-flex {
display: flex;
}
.draggable-list-item-text {
width: 97%;
}
.draggable-list-item-fa {
margin-top: 5px;
width: 3%;
text-align: right;
}
.reorder-h {
font-size: 1.8em;
margin-bottom: 30px;
}
.button-order-confirm-wrapper {
margin-top: 30px;
}
.tabs-wrapper {
margin-bottom: 30px;
}
.nav-tabs .nav-item .nav-link {
cursor:pointer;
color: #888;
}
.nav-tabs .nav-item .nav-link.active {
color: #555;
}
.category-description-wrapper{
display: none;}
/*popup*/
.undercover {
position: absolute;
z-index: 3333333333;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
top: 0;
text-align: center;
display: none;
box-sizing: border-box;
padding-right: 15px;
}
.undercover-loading {
position: fixed;
z-index: 3333333333;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
top: 0;
text-align: center;
display: none;
}
.popup-window {
width: 60%;
height: 220px;
position: relative;
display: inline-block;
text-align: left;
border: 2px solid #4FBCFC;
box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
background-color: #fff;
padding: 45px;
}
.popup-container {
padding-top: 10%;
}
.loading-save {
position: relative;
display: inline-block;
top:200px;
text-align: center;
}
.loading-save-header {
font-size: 32px;
margin-bottom: 30px;
}
.loading-save-footer {
font-size: 20px;
margin-top: 20px;
}
.popup-question {
font-size: 28px;
text-align: center;
margin-bottom: 30px;
}
.popup-buttons {
padding-right: 60px;
padding-left: 60px;
}
.popup-half{
text-align: center;
width: 50%;
float: left;
}
.popup-button {
display: inline-block;
padding: 5px 30px;
color: white;
font-size: 20px;
cursor:pointer;
}
.yes-button {
background-color: #15A5FA;
}
.no-button {
background-color: #999;
}
.yes-button:hover, .yes-button:focus, .no-button:hover, .no-button:focus {
background-color: #FF9008;
}
/*action buttons*/
.add-action-wrapper {
margin-bottom: 30px;
}
.cancel-wrap {
margin-top: 20px;
}
.category-change-hat {
margin-bottom: 30px;
}
.category-change-body {
padding-top: 30px;
border-bottom: 2px solid #cccccc;
border-top: 2px solid #cccccc;
}
.button-blue{
display: inline-block;
color: white;
cursor:pointer;
background-color: #15A5FA;
box-sizing: border-box;
}
.cancel-button {
background-color: #999;
}
.button-blue:hover, .button-blue:focus {
background-color: #FF9008;
color: white;
text-decoration: none;
}
.button-empty {
display: inline-block;
cursor:pointer;
box-sizing: border-box;
background-color: #fff;
color: #15A5FA;
border: 1px solid #15A5FA;
}
.button-empty-active {
background-color: #15A5FA;
color: #fff;
}
.button-empty:hover, .button-empty:focus {
background-color: #FF9008;
border: 1px solid #FF9008;
color: white;
text-decoration: none;
}
.left-fa .fa {
display: inline-block;
margin-right: 5px;
margin-top: 5px;
}
.publishing {
margin-top: 2px;
}
.button-l {
padding: 10px 20px;
font-size: 20px;
}
.button-m {
padding: 7px 15px;
font-size: 18px;
}
.button-s {
padding: 5px 12px;
font-size: 16px;
}
.button-border {
border: none;
}
.button-border:focus {
outline: none;
}
.button-margin-right {
margin-right: 20px;
}
/*form*/
.form-group {
margin-bottom: 40px;
}
.form-block-header {
font-size: 1.5rem;
margin-bottom: 15px;
display: block;
color: #15A5FA;
}
textarea.form-control {
border: 1px solid #c5c5c5;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
textarea.form-control:focus {
border: 1px solid #4FBCFC;
}
.instruct {
margin-top: -20px;
margin-bottom: 40px;
font-size: 14px;
color: #666;
}
.instruct p {
margin-bottom: 8px;
}
select.form-control {
max-width: 250px;
}
select.form-control.month-select{
max-width: 75px;
}
.form-control.year-input {
width: 10%;
}
.default-params-hat {
font-size: 20px;
color: #15A5FA;
cursor:pointer;
}
.default-params-hat .fa {
font-size: 24px;
}
.default-params-open {
border-bottom: 1px dashed #15A5FA;
}
.default-params-hat:hover {
color: #333;
}
.default-params-hat:hover .default-params-open {
border-bottom: 1px dashed #333;
}
.message-alert, .message-good {
font-size: 18px;
padding: 10px 15px;
margin-bottom: 30px;
font-weight: 600;
}
.message-alert {
border: 2px solid red;
color: #333;
}
.message-alert .fa {
color: red;
}
.message-good {
border: 2px solid #15A5FA;
color: #15A5FA;
}
.editor-description {
margin-top: 20px;
}
/*file addition*/
.form-control-plaintext {
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
max-width: 97%;
}
.filename {
display: inline-block;
width: auto;
}
.delete-file, .restore-file .fa {
cursor:pointer;
font-size: 24px;
display: inline-block;
position: relative;
top:2px;
}
.restore-file {
cursor:pointer;
}
.delete-file:hover, .restore-file:hover .fa {
color: #333;
}
.restore-file:hover {
color: #333;
}
.add-file {
margin-top: 20px;
}
.little {
font-size: 14px;
margin-top: -30px;
margin-bottom: 40px;
}
/*panel-form*/
.panel-container {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 2px solid #cccccc;
}
.panel-container.panel-container-bottom {
padding-top: 15px;
margin-bottom: 30px;
padding-bottom: 15px;
border-top: 2px solid #cccccc;
border-bottom: none;
}
.loading-save {
display: inline-block;}
.loading-hidden {
display: none;
}
.small-panel-wrap {
margin-bottom: 30px;
}
/*Логин*/
.login-wrapper{
width: 320px;
margin: auto;
padding: 8% 0 0;
box-sizing: border-box;
}
.logo-wrapper {
margin-bottom: 30px;
}
.logo-wrapper img {
width: 100%;
max-width: 198px;
}
.login-wrapper .form-group {
margin-bottom: 20px;
}
.form-wrapper {
padding: 0 12px;
}
/*Password validate*/
.pswd-info {
margin-top: 10px;
}
.pswd-info ul {
padding-left: 0;
list-style: none;
}
.pswd-info ul li {
font-size: 14px;
}
/*Papers*/
.paper-description {
font-size: 24px;
margin-bottom: 30px;
}
.paper-description a {
color: #333;
}
.parent-paper-description.paper-description {
margin-bottom: 15px;
}
.paper-header {
margin-bottom: 15px;
}
.paper-close.panel-point {
margin-left: -15px;
}
.papers-list {
list-style: none;
padding-left: 0;
}
.papers-list-item {
margin-bottom: 25px;
font-size: 20px;
}
.delete-paper-icon {
margin-left: 10px;
cursor:pointer;
}
.delete-paper-icon.gray:hover, .delete-paper-icon.gray:focus {
color: red;
}
@media (min-width: 992px) and (max-width: 1199px) {
.menu-wrapper ul.menu .menu-link a.a-right {
padding-left: 37px;
padding-right: 10px;
}
.menu-wrapper ul.menu li a .fa {
margin-right: 3px;
}
.menu-wrapper ul.menu li.menu-link-child a {
font-size: 16px;
}
.menu-link, .header-clientLinks {
font-size: 19px;
}
/*listing*/
.draggable-list-item-text {
width: 95%;
}
.draggable-list-item-fa {
width: 5%;
}
}
@media (max-width: 991px) {
/*menu*/
.menu-toggler {
cursor:pointer;
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
}
.menu-toggler .fa {
color: #fff;
font-size: 48px;
}
.right-column-wrapper {
padding-left: 42px;
}
.logout-wrapper{
text-align: left;
padding-left: 27px;
}
.hidden-menu {
display: none;
}
/*content*/
.all-content-wrapper .right-column-wrapper {
padding-left: 15px;
}
.list-title-block {
width: 100%;
padding-right: 0;
}
.list-buttons-block {
margin-top: 10px;
width: 100%;
}
}
@media (max-width: 767px) {
.popup-window {
width: 100%;
}
.panel-point {
width: 20%;
margin-right: 0;
margin-left: 0;
padding-left: 10px;
padding-right: 10px;
min-height: 48px;
}
.panel-point .subscription {
display: none;
}
.panel-point .fa {
height: 48px;
font-size: 48px;
margin-top: 0;
}
/*listing*/
.draggable-list-item-text {
width: 95%;
}
.draggable-list-item-fa {
width: 5%;
}
.form-control.year-input{
width: 30%;
}
}
@media (max-width: 440px) {
.popup-window {
padding: 45px 15px;
}
.popup-buttons {
padding-right: 0;
padding-left: 0;
}
#see-right-button{
float:none !important;
margin-top: 15px;
}
.button-margin-right {
margin-bottom: 10px;
}
.save-button.left {
float: none;
display: block;
}
.save-button:after {
content: '';
display: table;
clear: both;
}
}
.class-for-updated-at-field, .button-save-wrap, .current_invitation_file {
border: none;
background: transparent;
}
.class-for-updated-at-field:focus, .button-save-wrap:focus, .current_invitation_file:focus {
border: none;
outline: none;
}
.current_invitation_file {
width: 100%;
}
.button-save-wrap {
cursor: pointer
}
.help-block {color: red}
.error-summary {
border: 2px solid red;
font-weight: bold;
font-size: 18px;
background: #fff;
padding: 15px 15px 0;
margin-bottom: 30px;
}
.checklist label {
display: block;
}
.panel-icon .fa {
font-size: 36px;
}
.panel-icon:hover .fa {
color: #333
}
.left {
float: left;}
.right {
float: right;
}
.man-no-delete {
font-weight: bold;
padding: 15px;
border: 2px solid #15A5FA;
}
.month-select select, .month-select input {
width: 75px;
}
.create-icon {
margin-top: 2px;
} | 0.38145 | 0.10393 |
@media only screen and (max-width: 30em){
body{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
header{
width: 100%;
height: 3.75em;
}
.header__container{
height:3.75em;
}
.header__container .menu ul li{
display: none;
}
.header__container .logo a{
font-size: 18px;
}
.header__container .icon i{
font-size: 1.25em;
margin-right: 0.5625em;
}
/*slider Start*/
slider,
slider .slider__container{
width: 100%;
height: 15em;
}
slider .slider__container .item img{
width: 100%;
height: 15em;
}
slider .slider__container h2{
left: 5%;
line-height: 0.8em;
letter-spacing: 0.15em;
}
.slider__container span, .slider__container small{
font-size: 10px;
}
/*best-seller Start*/
best-seller .seller__container ul {
display: flex;
flex-direction: column;
text-align: center;
}
best-seller ul li{
width: 100%;
}
best-seller ul li:nth-child(2),
best-seller ul li:nth-child(3),
best-seller ul li:nth-child(4),
best-seller ul li:nth-child(5){
margin-bottom:2em;
}
best-seller ul li p{
font-size: 1.25em;
}
/*section Start*/
section{
height: 37.5em;
}
section ul{
height: 37.5em;
display: flex;
flex-direction: column;
}
/*summer Start*/
summer .summer__container{
height: 100em;
width:100%;
}
summer ul{
width:100%;
height: 100em;
display: flex;
flex-direction: column;
}
summer ul li{
height: 100em;
width:100%;
text-align: center;
}
summer ul li img{
width: 12.5em;
}
summer ul li:nth-child(2){
background: #34394f;
width: 100%;
}
/*product Start*/
product ul{
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
}
product ul li{
width: 100%;
margin: 1em 0em 1em 0em;
}
product ul li img{
width: 100%;
}
product ul li p{
font-size: 1.25em;
}
/*discount Start*/
discount ul{
width: 100%;
height: 37.5em;
display: flex;
flex-direction: column;
}
discount ul li:nth-child(1){
width: 100%;
height: 18.75em;
}
discount ul li:nth-child(1) button{
margin-top: 1em;
}
discount ul li:nth-child(2) img{
width: 9em;
height: 9em;
}
discount ul li:nth-child(2){
width: 100%;
height: 18.75em;
display: flex;
flex-wrap: wrap;
}
/*footer Start*/
footer ul{
height: 7.5em;
display: flex;
flex-direction: column;
justify-content: center;
}
footer ul li:nth-child(1){
width: 100%;
}
footer ul li:nth-child(2){
width: 100%;
margin-top: 1em;
}
}
@media only screen and (max-width: 17.5em){
body{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
slider,
slider .slider__container{
width: 100%;
height: 10em;
}
slider .slider__container .item img{
width: 100%;
height: 10em;
}
discount ul{
height: 37.5em;
}
discount ul li:nth-child(1){
width: 100%;
height: 20.75em;
}
discount ul li .Special a{
font-size: 1.2em;
}
discount ul li .Special small,
discount ul li .Special p{
color: #fff;
font-size: 0.8em;
}
discount ul li:nth-child(2) img{
width: 6em;
height: 6em;
}
/*footer Start*/
footer ul li:nth-child(2) img{
margin-right: 0em;
}
} | mobile.css | @media only screen and (max-width: 30em){
body{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
header{
width: 100%;
height: 3.75em;
}
.header__container{
height:3.75em;
}
.header__container .menu ul li{
display: none;
}
.header__container .logo a{
font-size: 18px;
}
.header__container .icon i{
font-size: 1.25em;
margin-right: 0.5625em;
}
/*slider Start*/
slider,
slider .slider__container{
width: 100%;
height: 15em;
}
slider .slider__container .item img{
width: 100%;
height: 15em;
}
slider .slider__container h2{
left: 5%;
line-height: 0.8em;
letter-spacing: 0.15em;
}
.slider__container span, .slider__container small{
font-size: 10px;
}
/*best-seller Start*/
best-seller .seller__container ul {
display: flex;
flex-direction: column;
text-align: center;
}
best-seller ul li{
width: 100%;
}
best-seller ul li:nth-child(2),
best-seller ul li:nth-child(3),
best-seller ul li:nth-child(4),
best-seller ul li:nth-child(5){
margin-bottom:2em;
}
best-seller ul li p{
font-size: 1.25em;
}
/*section Start*/
section{
height: 37.5em;
}
section ul{
height: 37.5em;
display: flex;
flex-direction: column;
}
/*summer Start*/
summer .summer__container{
height: 100em;
width:100%;
}
summer ul{
width:100%;
height: 100em;
display: flex;
flex-direction: column;
}
summer ul li{
height: 100em;
width:100%;
text-align: center;
}
summer ul li img{
width: 12.5em;
}
summer ul li:nth-child(2){
background: #34394f;
width: 100%;
}
/*product Start*/
product ul{
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
}
product ul li{
width: 100%;
margin: 1em 0em 1em 0em;
}
product ul li img{
width: 100%;
}
product ul li p{
font-size: 1.25em;
}
/*discount Start*/
discount ul{
width: 100%;
height: 37.5em;
display: flex;
flex-direction: column;
}
discount ul li:nth-child(1){
width: 100%;
height: 18.75em;
}
discount ul li:nth-child(1) button{
margin-top: 1em;
}
discount ul li:nth-child(2) img{
width: 9em;
height: 9em;
}
discount ul li:nth-child(2){
width: 100%;
height: 18.75em;
display: flex;
flex-wrap: wrap;
}
/*footer Start*/
footer ul{
height: 7.5em;
display: flex;
flex-direction: column;
justify-content: center;
}
footer ul li:nth-child(1){
width: 100%;
}
footer ul li:nth-child(2){
width: 100%;
margin-top: 1em;
}
}
@media only screen and (max-width: 17.5em){
body{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
slider,
slider .slider__container{
width: 100%;
height: 10em;
}
slider .slider__container .item img{
width: 100%;
height: 10em;
}
discount ul{
height: 37.5em;
}
discount ul li:nth-child(1){
width: 100%;
height: 20.75em;
}
discount ul li .Special a{
font-size: 1.2em;
}
discount ul li .Special small,
discount ul li .Special p{
color: #fff;
font-size: 0.8em;
}
discount ul li:nth-child(2) img{
width: 6em;
height: 6em;
}
/*footer Start*/
footer ul li:nth-child(2) img{
margin-right: 0em;
}
} | 0.066835 | 0.044995 |
.main-tit {
margin: 10px auto 16px;
padding: 0 0 5px 12px;
line-height: 25px;
color: #646464;
border-bottom: 1px solid #e5e5e5;
background: url(../../img/info/goods_info.gif) no-repeat 0 7px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
width: 988px;
font-size: 14px; }
.main-tit a {
color: #005ba1;
font-size: 14px; }
.con-main {
width: 1000px;
margin: 0 auto;
margin: 15px auto 30px;
overflow: hidden;
clear: both; }
.goods-map {
width: 412px;
float: left;
margin: 0;
padding: 0 0 30px;
position: relative; }
.large-box {
width: 404px;
height: 536px;
position: absolute;
top: 0;
left: 425px;
z-index: 2;
border: 1px solid #ccc;
display: none;
overflow: hidden; }
.large-box img {
width: 806px;
height: 1072px;
position: absolute; }
#shadow {
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 200px;
background: rgba(0, 0, 0, 0.4);
display: none; }
#big-map:hover {
cursor: move; }
#big-map {
height: 536px;
width: 403px;
border: 1px solid #ccc;
position: relative; }
#big-map img {
width: 402px;
height: 536px;
padding-left: 1px; }
#small-map {
margin-top: 8px;
width: 405px;
height: 100%;
overflow: hidden; }
#small-map a {
display: block;
width: 66px;
height: 88px;
margin: 7px 0 0 3px; }
#small-map a img {
width: 66px;
height: 88px; }
.goods-map .active {
background: url(../../img/goods_info.gif) no-repeat left -188px;
border: none; }
.goods-data {
height: 98px;
width: 73px;
margin: 2px 4px 0 4px;
overflow: hidden;
float: left;
border: 1px solid #ccc; }
.goods-info {
width: 570px;
float: right;
position: relative;
padding-bottom: 30px; }
.goods-info .active-color {
border: 2px solid #ff6701;
background: #fff url(../../img/goods_info.gif) no-repeat right -52px; }
.p_tit {
width: 560px;
line-height: 25px;
font-size: 14px;
font-weight: bold;
color: #000;
border-bottom: 1px solid #e5e5e5;
padding: 0 0 5px 0px;
float: left; }
.p_tit h1 {
font-size: 14px; }
.p_tit font {
float: left;
font-size: 12px;
color: #646464; }
.p_tit p a:first-child {
text-decoration: underline;
float: left;
color: #646464;
display: inline-block; }
.p_tit p a:nth-child(2) {
color: #005BA1;
float: left;
margin-left: 10px; }
.p_tit p span {
float: right; }
.p_price {
clear: both;
padding: 20px 0 20px 0px;
border-bottom: 1px solid #e5e5e5; }
.p_price p:first-child font {
color: #cf1700;
height: 30px;
font-size: 26px;
padding-left: 15px; }
.p_price p:nth-of-type(2) font {
color: #ea7514;
font-size: 15px;
font-weight: bold;
padding-left: 15px; }
.p_color {
padding: 10px 0;
width: 546px;
color: #646464; }
.p_color {
margin: 7px 0 8px 0; }
.goods_color span, .goods_size span {
float: left; }
.goods_color, .goods_size {
width: 100%;
height: 30px; }
.goods_color a, .goods_size a {
float: left;
display: block;
border: 1px solid #ccc;
font-size: 12px;
height: 20px;
padding: 2px 8px;
line-height: 20px;
width: auto;
margin: 0 10px 5px 0;
background: #fff;
overflow: hidden;
text-align: center;
color: #646464; }
.goods_num {
width: 100%;
height: 30px; }
.goods_num a {
width: 15px;
height: 19px;
display: inline-block;
float: left;
border: 1px solid #e5e5e5;
text-align: center;
line-height: 19px; }
.goods_num span {
float: left; }
.goods_num input {
float: left;
height: 19px;
line-height: 19px;
margin: 0 10px;
width: 30px;
text-align: center; }
.goods_num a:nth-of-type(2) {
margin-right: 3px; }
.goods_server {
width: 100%;
height: 30px; }
.goods_server a {
display: inline-block;
float: left;
color: #333;
padding: 0 10px 0 20px; }
.goods_server a:first-child {
position: relative;
background: url(../../img/fqb.gif) left center no-repeat; }
.goods_server a:first-child:hover em {
display: block; }
.goods_server a:first-child em {
display: none;
width: 429px;
height: 75px;
padding: 5px 6px 0;
line-height: 20px;
font-size: 12px;
background: url(../../img/gtipsbg.gif) no-repeat;
color: #4d4d4d;
position: absolute;
left: 0px;
top: -80px;
font-style: normal; }
.goods_server a:first-child em b {
float: left; }
.goods_server a:first-child em font {
color: #ea7514; }
.goods_server a:first-child em img {
float: right;
padding: 3px 0 0; }
.goods_server a:nth-of-type(2) {
background: url(../../img/wlb.jpg) left center no-repeat; }
.goods_server a:last-child {
background: url(../../img/fwb.jpg) left center no-repeat; }
.p_btn {
height: 38px;
clear: both;
position: relative;
z-index: 1;
padding: 20px 0 0; }
.p_btn a {
background: url(../../img/goods_info.gif) no-repeat;
height: 36px;
width: 153px;
display: block;
float: left;
position: relative;
margin-right: 15px; }
.p_btn a:first-child {
background-position: 0 -844px; }
.p_btn a:nth-of-type(2) {
background-position: 0 -952px; }
.p_btn a:last-child {
background-position: -211px -1435px;
width: 61px;
height: 36px;
display: inline-block; }
.p_numphone {
color: #ea7414;
clear: both;
padding-bottom: 20px; }
.p_numphone span {
color: #7e7e7e;
font-size: 12px; }
.share_box {
width: 100%;
height: 90px;
padding-top: 20px;
overflow: hidden;
border-top: 1px solid #e5e5e5; }
.share_box_le {
width: 50%;
float: left; }
.share_box_le img {
float: left; }
.share_box_le span {
display: inline-block;
width: 98px;
margin-top: 25px;
margin-left: 15px; }
.bdsharebuttonbox {
padding-top: 25px; }
.goods-attr {
width: 100%; }
.con-list {
transition: all 1s; }
.goods-attr-tit {
width: 100%;
background: url(../../img/info/goods_info.gif) repeat-x left -1717px;
height: 38px;
line-height: 38px;
clear: both;
background: #efefef; }
.goods-attr-tit ul li {
float: left;
width: 140px;
height: 36px;
line-height: 36px;
text-align: center;
margin-left: 0px;
background: #efefef;
border-right: 1px solid #fff;
cursor: pointer; }
.goods-attr-tit .focus {
background: #ea7514;
height: 36px;
color: #fff; }
.goods-attr-tit ul li:first-child a {
color: #fff;
background: #ea7514; }
.goods-attr-tit ul li a {
font-size: 14px;
font-weight: bold;
text-align: center;
font-size: 14px;
color: #000;
display: block;
width: 140px;
height: 35px;
line-height: 36px; }
.goods-attr-tit ul li:last-child {
width: 152px;
float: left;
margin-left: 284px;
border-right: none; }
.goods-attr-tit ul li:last-child a {
float: right;
height: 36px;
line-height: 36px;
display: inline-block;
vertical-align: top;
width: 98px;
margin: 0px 0px 0px 5px;
color: #fff;
background: yellowgreen; }
.goods-attr-tit ul li:last-child span {
display: inline-block;
float: left;
color: #cc1700;
font-size: 18px; }
.contents-left {
padding: 5px 0 15px 0;
width: 774px;
line-height: 22px;
overflow: hidden;
color: #646464;
float: left; }
.contents-left h5 {
height: 25px;
line-height: 25px;
padding: 0 0 0 16px;
font-size: 14px;
font-weight: bold;
background: #f3f3f3;
color: #333;
margin: 20px 0;
float: left;
width: 758px; }
.contents-left table {
width: 100%;
border-collapse: collapse; }
.contents-left table td {
height: 30px;
line-height: 20px;
padding-left: 10px;
border: 1px solid #ebebeb; }
.hd-tit {
width: 70px;
color: red;
font-weight: bold;
float: left;
padding-left: 16px;
height: 30px; }
.hd-con {
width: 687px;
float: left;
font-size: 12px; }
.con-list img {
margin: 0;
padding: 0;
border: 0; }
.agreement {
border: #e5e5e5 1px solid;
color: #555;
overflow: hidden;
padding: 30px;
margin-bottom: 17px; }
.agreement-left {
width: 310px;
float: left;
border-right: #e5e5e5 1px solid;
height: 110px; }
.start {
width: 90px;
float: left; }
.start h3 {
font-weight: normal;
font-size: 14px;
width: 100%; }
.start p {
height: 71px;
line-height: 71px;
vertical-align: middle; }
.start p strong {
color: #EE7F2C;
font-size: 40px;
font-weight: normal; }
.agreement b {
width: 78px;
height: 13px;
overflow: hidden;
background: url(../../img/goods_info.gif) no-repeat;
display: block;
background-position: -194px -1190px; }
.agreement ul {
width: 200px;
float: right;
margin-right: 10px;
display: inline; }
.agreement ul li {
float: left;
display: block;
width: 100%;
height: 14px;
line-height: 20px;
margin-bottom: 30px; }
.agreement .icon-start {
width: 78px;
margin: 0 10px !important; }
.agreement ul li span {
float: left; }
.agreement-center {
width: 200px;
height: 110px;
float: left;
border-right: #e5e5e5 1px solid;
padding-left: 20px; }
.agreement-center ol {
margin: 15px auto 0 auto;
overflow: hidden; }
.agreement-center ol li {
float: left;
display: block;
overflow: hidden;
height: 22px;
line-height: 22px;
margin-right: 5px; }
.agreement-center h3 {
font-weight: normal;
font-size: 14px;
margin: 0 auto;
overflow: hidden; }
.agreement-right {
width: 145px;
float: right; }
.agreement-right {
padding: 1px;
margin-bottom: 12px;
width: 154px; }
.agreement .agreement-right .rule {
color: #555;
line-height: 18px;
font-size: 12px;
margin: 10px 0 0 21px; }
.agreement-right p a {
color: #005aa0;
margin-left: 12px; }
.assessment {
margin-bottom: 10px;
display: block;
color: #fff;
background: url(../../img/goods_info.gif) no-repeat -158px -1133px;
width: 114px;
height: 23px;
line-height: 23px;
text-align: center;
font-size: 12px;
font-weight: bold;
margin: 0 auto; }
.fix-right {
display: block;
opacity: 1;
width: 66px;
background: #fff;
position: fixed;
right: 30px;
bottom: 180px;
border-right: 1px solid #ddd; }
.fix-right a {
display: block;
width: 65px;
text-align: center; }
.fix-right a:first-child {
color: #f00;
cursor: pointer;
text-align: center;
display: inline-block;
height: 30px;
line-height: 30px;
background: #fff;
border: 1px solid #ddd; }
.fix-right a:first-child:hover {
color: #fff;
background: red; }
.fix-right a:nth-of-type(2) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 0;
height: 56px; }
.fix-right a:nth-of-type(2):hover {
background-position: -69px 0; }
.fix-right a:nth-of-type(3) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 -60px;
height: 56px; }
.fix-right a:nth-of-type(3):hover {
background-position: -69px -60px; }
.fix-right a:nth-of-type(4) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 -116px;
height: 56px; }
.fix-right a:nth-of-type(4):hover {
background-position: -69px -116px; }
.fix-right a:nth-of-type(5) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 -174px;
height: 56px; }
.fix-right a:nth-of-type(5):hover {
background-position: -69px -174px; }
.fix-left {
opacity: 1;
transform: scale(0.5);
transition: all 1s;
display: block;
position: fixed;
left: 30px;
bottom: 180px;
width: 116px;
height: 161px;
background: url(../../img/smalla.png) no-repeat center; }
#goods_num {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 12px;
color: #fff;
display: inline-block;
margin-top: 4px;
margin-left: 28px;
background: url(../../img/circle.png) no-repeat; }
#buy {
position: relative; }
#buyImg {
position: absolute;
left: 52px;
top: -40px;
display: block;
width: 30px;
height: 40px;
background: rgba(0, 0, 0, 0.4);
cursor: default;
display: none; }
.contents-left table td {
width: 33.5%; }
.contents-right {
padding: 1px;
margin-bottom: 12px;
width: 204px;
border: 1px solid #dfdfdf;
float: right;
margin-top: 20px; }
.contents-right h5 {
margin: 0px 0 20px 0;
height: 25px;
line-height: 25px;
padding: 0 0 0 16px;
font-size: 14px;
font-weight: 700;
background: #f3f3f3;
color: #333; }
.goods-img img {
width: 81px;
height: 108px;
border: none; }
.goods-img {
width: 81px;
height: 108px;
float: left;
margin: 0;
padding: 0;
border: none; }
.goods-pp {
height: 18px;
width: 95px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-top: 4px;
color: #666666;
padding-left: 5px;
font-size: 14px; }
.goods-name {
display: inline-block;
color: #000;
height: 70px;
width: 100px;
margin-left: 5px;
font-size: 14px; }
.history {
float: right;
position: static; }
.history li {
float: left;
height: 120px;
overflow: hidden;
width: 195px;
position: relative; }
/*# sourceMappingURL=goods-details.css.map */ | src/scss/goods-details.css | .main-tit {
margin: 10px auto 16px;
padding: 0 0 5px 12px;
line-height: 25px;
color: #646464;
border-bottom: 1px solid #e5e5e5;
background: url(../../img/info/goods_info.gif) no-repeat 0 7px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
width: 988px;
font-size: 14px; }
.main-tit a {
color: #005ba1;
font-size: 14px; }
.con-main {
width: 1000px;
margin: 0 auto;
margin: 15px auto 30px;
overflow: hidden;
clear: both; }
.goods-map {
width: 412px;
float: left;
margin: 0;
padding: 0 0 30px;
position: relative; }
.large-box {
width: 404px;
height: 536px;
position: absolute;
top: 0;
left: 425px;
z-index: 2;
border: 1px solid #ccc;
display: none;
overflow: hidden; }
.large-box img {
width: 806px;
height: 1072px;
position: absolute; }
#shadow {
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 200px;
background: rgba(0, 0, 0, 0.4);
display: none; }
#big-map:hover {
cursor: move; }
#big-map {
height: 536px;
width: 403px;
border: 1px solid #ccc;
position: relative; }
#big-map img {
width: 402px;
height: 536px;
padding-left: 1px; }
#small-map {
margin-top: 8px;
width: 405px;
height: 100%;
overflow: hidden; }
#small-map a {
display: block;
width: 66px;
height: 88px;
margin: 7px 0 0 3px; }
#small-map a img {
width: 66px;
height: 88px; }
.goods-map .active {
background: url(../../img/goods_info.gif) no-repeat left -188px;
border: none; }
.goods-data {
height: 98px;
width: 73px;
margin: 2px 4px 0 4px;
overflow: hidden;
float: left;
border: 1px solid #ccc; }
.goods-info {
width: 570px;
float: right;
position: relative;
padding-bottom: 30px; }
.goods-info .active-color {
border: 2px solid #ff6701;
background: #fff url(../../img/goods_info.gif) no-repeat right -52px; }
.p_tit {
width: 560px;
line-height: 25px;
font-size: 14px;
font-weight: bold;
color: #000;
border-bottom: 1px solid #e5e5e5;
padding: 0 0 5px 0px;
float: left; }
.p_tit h1 {
font-size: 14px; }
.p_tit font {
float: left;
font-size: 12px;
color: #646464; }
.p_tit p a:first-child {
text-decoration: underline;
float: left;
color: #646464;
display: inline-block; }
.p_tit p a:nth-child(2) {
color: #005BA1;
float: left;
margin-left: 10px; }
.p_tit p span {
float: right; }
.p_price {
clear: both;
padding: 20px 0 20px 0px;
border-bottom: 1px solid #e5e5e5; }
.p_price p:first-child font {
color: #cf1700;
height: 30px;
font-size: 26px;
padding-left: 15px; }
.p_price p:nth-of-type(2) font {
color: #ea7514;
font-size: 15px;
font-weight: bold;
padding-left: 15px; }
.p_color {
padding: 10px 0;
width: 546px;
color: #646464; }
.p_color {
margin: 7px 0 8px 0; }
.goods_color span, .goods_size span {
float: left; }
.goods_color, .goods_size {
width: 100%;
height: 30px; }
.goods_color a, .goods_size a {
float: left;
display: block;
border: 1px solid #ccc;
font-size: 12px;
height: 20px;
padding: 2px 8px;
line-height: 20px;
width: auto;
margin: 0 10px 5px 0;
background: #fff;
overflow: hidden;
text-align: center;
color: #646464; }
.goods_num {
width: 100%;
height: 30px; }
.goods_num a {
width: 15px;
height: 19px;
display: inline-block;
float: left;
border: 1px solid #e5e5e5;
text-align: center;
line-height: 19px; }
.goods_num span {
float: left; }
.goods_num input {
float: left;
height: 19px;
line-height: 19px;
margin: 0 10px;
width: 30px;
text-align: center; }
.goods_num a:nth-of-type(2) {
margin-right: 3px; }
.goods_server {
width: 100%;
height: 30px; }
.goods_server a {
display: inline-block;
float: left;
color: #333;
padding: 0 10px 0 20px; }
.goods_server a:first-child {
position: relative;
background: url(../../img/fqb.gif) left center no-repeat; }
.goods_server a:first-child:hover em {
display: block; }
.goods_server a:first-child em {
display: none;
width: 429px;
height: 75px;
padding: 5px 6px 0;
line-height: 20px;
font-size: 12px;
background: url(../../img/gtipsbg.gif) no-repeat;
color: #4d4d4d;
position: absolute;
left: 0px;
top: -80px;
font-style: normal; }
.goods_server a:first-child em b {
float: left; }
.goods_server a:first-child em font {
color: #ea7514; }
.goods_server a:first-child em img {
float: right;
padding: 3px 0 0; }
.goods_server a:nth-of-type(2) {
background: url(../../img/wlb.jpg) left center no-repeat; }
.goods_server a:last-child {
background: url(../../img/fwb.jpg) left center no-repeat; }
.p_btn {
height: 38px;
clear: both;
position: relative;
z-index: 1;
padding: 20px 0 0; }
.p_btn a {
background: url(../../img/goods_info.gif) no-repeat;
height: 36px;
width: 153px;
display: block;
float: left;
position: relative;
margin-right: 15px; }
.p_btn a:first-child {
background-position: 0 -844px; }
.p_btn a:nth-of-type(2) {
background-position: 0 -952px; }
.p_btn a:last-child {
background-position: -211px -1435px;
width: 61px;
height: 36px;
display: inline-block; }
.p_numphone {
color: #ea7414;
clear: both;
padding-bottom: 20px; }
.p_numphone span {
color: #7e7e7e;
font-size: 12px; }
.share_box {
width: 100%;
height: 90px;
padding-top: 20px;
overflow: hidden;
border-top: 1px solid #e5e5e5; }
.share_box_le {
width: 50%;
float: left; }
.share_box_le img {
float: left; }
.share_box_le span {
display: inline-block;
width: 98px;
margin-top: 25px;
margin-left: 15px; }
.bdsharebuttonbox {
padding-top: 25px; }
.goods-attr {
width: 100%; }
.con-list {
transition: all 1s; }
.goods-attr-tit {
width: 100%;
background: url(../../img/info/goods_info.gif) repeat-x left -1717px;
height: 38px;
line-height: 38px;
clear: both;
background: #efefef; }
.goods-attr-tit ul li {
float: left;
width: 140px;
height: 36px;
line-height: 36px;
text-align: center;
margin-left: 0px;
background: #efefef;
border-right: 1px solid #fff;
cursor: pointer; }
.goods-attr-tit .focus {
background: #ea7514;
height: 36px;
color: #fff; }
.goods-attr-tit ul li:first-child a {
color: #fff;
background: #ea7514; }
.goods-attr-tit ul li a {
font-size: 14px;
font-weight: bold;
text-align: center;
font-size: 14px;
color: #000;
display: block;
width: 140px;
height: 35px;
line-height: 36px; }
.goods-attr-tit ul li:last-child {
width: 152px;
float: left;
margin-left: 284px;
border-right: none; }
.goods-attr-tit ul li:last-child a {
float: right;
height: 36px;
line-height: 36px;
display: inline-block;
vertical-align: top;
width: 98px;
margin: 0px 0px 0px 5px;
color: #fff;
background: yellowgreen; }
.goods-attr-tit ul li:last-child span {
display: inline-block;
float: left;
color: #cc1700;
font-size: 18px; }
.contents-left {
padding: 5px 0 15px 0;
width: 774px;
line-height: 22px;
overflow: hidden;
color: #646464;
float: left; }
.contents-left h5 {
height: 25px;
line-height: 25px;
padding: 0 0 0 16px;
font-size: 14px;
font-weight: bold;
background: #f3f3f3;
color: #333;
margin: 20px 0;
float: left;
width: 758px; }
.contents-left table {
width: 100%;
border-collapse: collapse; }
.contents-left table td {
height: 30px;
line-height: 20px;
padding-left: 10px;
border: 1px solid #ebebeb; }
.hd-tit {
width: 70px;
color: red;
font-weight: bold;
float: left;
padding-left: 16px;
height: 30px; }
.hd-con {
width: 687px;
float: left;
font-size: 12px; }
.con-list img {
margin: 0;
padding: 0;
border: 0; }
.agreement {
border: #e5e5e5 1px solid;
color: #555;
overflow: hidden;
padding: 30px;
margin-bottom: 17px; }
.agreement-left {
width: 310px;
float: left;
border-right: #e5e5e5 1px solid;
height: 110px; }
.start {
width: 90px;
float: left; }
.start h3 {
font-weight: normal;
font-size: 14px;
width: 100%; }
.start p {
height: 71px;
line-height: 71px;
vertical-align: middle; }
.start p strong {
color: #EE7F2C;
font-size: 40px;
font-weight: normal; }
.agreement b {
width: 78px;
height: 13px;
overflow: hidden;
background: url(../../img/goods_info.gif) no-repeat;
display: block;
background-position: -194px -1190px; }
.agreement ul {
width: 200px;
float: right;
margin-right: 10px;
display: inline; }
.agreement ul li {
float: left;
display: block;
width: 100%;
height: 14px;
line-height: 20px;
margin-bottom: 30px; }
.agreement .icon-start {
width: 78px;
margin: 0 10px !important; }
.agreement ul li span {
float: left; }
.agreement-center {
width: 200px;
height: 110px;
float: left;
border-right: #e5e5e5 1px solid;
padding-left: 20px; }
.agreement-center ol {
margin: 15px auto 0 auto;
overflow: hidden; }
.agreement-center ol li {
float: left;
display: block;
overflow: hidden;
height: 22px;
line-height: 22px;
margin-right: 5px; }
.agreement-center h3 {
font-weight: normal;
font-size: 14px;
margin: 0 auto;
overflow: hidden; }
.agreement-right {
width: 145px;
float: right; }
.agreement-right {
padding: 1px;
margin-bottom: 12px;
width: 154px; }
.agreement .agreement-right .rule {
color: #555;
line-height: 18px;
font-size: 12px;
margin: 10px 0 0 21px; }
.agreement-right p a {
color: #005aa0;
margin-left: 12px; }
.assessment {
margin-bottom: 10px;
display: block;
color: #fff;
background: url(../../img/goods_info.gif) no-repeat -158px -1133px;
width: 114px;
height: 23px;
line-height: 23px;
text-align: center;
font-size: 12px;
font-weight: bold;
margin: 0 auto; }
.fix-right {
display: block;
opacity: 1;
width: 66px;
background: #fff;
position: fixed;
right: 30px;
bottom: 180px;
border-right: 1px solid #ddd; }
.fix-right a {
display: block;
width: 65px;
text-align: center; }
.fix-right a:first-child {
color: #f00;
cursor: pointer;
text-align: center;
display: inline-block;
height: 30px;
line-height: 30px;
background: #fff;
border: 1px solid #ddd; }
.fix-right a:first-child:hover {
color: #fff;
background: red; }
.fix-right a:nth-of-type(2) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 0;
height: 56px; }
.fix-right a:nth-of-type(2):hover {
background-position: -69px 0; }
.fix-right a:nth-of-type(3) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 -60px;
height: 56px; }
.fix-right a:nth-of-type(3):hover {
background-position: -69px -60px; }
.fix-right a:nth-of-type(4) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 -116px;
height: 56px; }
.fix-right a:nth-of-type(4):hover {
background-position: -69px -116px; }
.fix-right a:nth-of-type(5) {
background: url(../../img/r_menu_bg.jpg) no-repeat 0 -174px;
height: 56px; }
.fix-right a:nth-of-type(5):hover {
background-position: -69px -174px; }
.fix-left {
opacity: 1;
transform: scale(0.5);
transition: all 1s;
display: block;
position: fixed;
left: 30px;
bottom: 180px;
width: 116px;
height: 161px;
background: url(../../img/smalla.png) no-repeat center; }
#goods_num {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 12px;
color: #fff;
display: inline-block;
margin-top: 4px;
margin-left: 28px;
background: url(../../img/circle.png) no-repeat; }
#buy {
position: relative; }
#buyImg {
position: absolute;
left: 52px;
top: -40px;
display: block;
width: 30px;
height: 40px;
background: rgba(0, 0, 0, 0.4);
cursor: default;
display: none; }
.contents-left table td {
width: 33.5%; }
.contents-right {
padding: 1px;
margin-bottom: 12px;
width: 204px;
border: 1px solid #dfdfdf;
float: right;
margin-top: 20px; }
.contents-right h5 {
margin: 0px 0 20px 0;
height: 25px;
line-height: 25px;
padding: 0 0 0 16px;
font-size: 14px;
font-weight: 700;
background: #f3f3f3;
color: #333; }
.goods-img img {
width: 81px;
height: 108px;
border: none; }
.goods-img {
width: 81px;
height: 108px;
float: left;
margin: 0;
padding: 0;
border: none; }
.goods-pp {
height: 18px;
width: 95px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-top: 4px;
color: #666666;
padding-left: 5px;
font-size: 14px; }
.goods-name {
display: inline-block;
color: #000;
height: 70px;
width: 100px;
margin-left: 5px;
font-size: 14px; }
.history {
float: right;
position: static; }
.history li {
float: left;
height: 120px;
overflow: hidden;
width: 195px;
position: relative; }
/*# sourceMappingURL=goods-details.css.map */ | 0.394784 | 0.127544 |
.div_PopUp{
width:200px;
height:100px;
background:#f00;
position:absolute;
z-index:100;
top:30%;
left:40;
}
.container{
width: 100vw;
height: 100vh;
background: #6c6c6c;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.box{
display: inline-block;
position: relative;
margin: 1.2em 0 1em 0;
padding: 1em;
border: none;
text-decoration: none;
/* width: 300px;
height: 300px; */
background:rgba(20, 55, 145, 0.7);
}
body{
margin: 0px;
}
.centro {
width: 200px;
height: 50px;
line-height: 50px;
text-align:center;
background-color: rgba(10,23,55,0.7);
color: white;
/* pura mágica */
position: absolute;
top: 50%; /* posiciona na metade da tela */
margin-top: -25px; /* e retrocede metade da altura */
left: 50%; /* posiciona na metade da tela */
margin-left: -100px; /* e retrocede metade da largura */
}
.centro2 {
line-height: 50px;
text-align:center;
color: white;
/* pura mágica */
position: absolute;
top: 50%; /* posiciona na metade da tela */
margin-top: -25px; /* e retrocede metade da altura */
left: 50%; /* posiciona na metade da tela */
margin-left: -100px; /* e retrocede metade da largura */
}
.fonte{
font: 16px;
font-weight: 700;
}
/*configuração dos botões*/
.center {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 100vh;
}
.btn2 {
background-color: white;
border: 2px solid #2098D1;
display: inline-block;
position: relative;
margin: 1.2em 0 1em 0;
padding: 1em;
text-decoration: none;
text-align: center;
font-weight: 700;
}
.btn {
display: inline-block;
position: relative;
margin: 1.2em 0 1em 0;
padding: 1em;
border: none;
text-decoration: none;
font-weight: 700;
color: #39424D;
cursor: pointer;
}
.hvr-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
background-color: #2098D1;
color: white;
}
.btn-size {
padding: 2em;
padding-top: 3.5%;
font-size: 12pt;
} | public/css/Styles.css | .div_PopUp{
width:200px;
height:100px;
background:#f00;
position:absolute;
z-index:100;
top:30%;
left:40;
}
.container{
width: 100vw;
height: 100vh;
background: #6c6c6c;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.box{
display: inline-block;
position: relative;
margin: 1.2em 0 1em 0;
padding: 1em;
border: none;
text-decoration: none;
/* width: 300px;
height: 300px; */
background:rgba(20, 55, 145, 0.7);
}
body{
margin: 0px;
}
.centro {
width: 200px;
height: 50px;
line-height: 50px;
text-align:center;
background-color: rgba(10,23,55,0.7);
color: white;
/* pura mágica */
position: absolute;
top: 50%; /* posiciona na metade da tela */
margin-top: -25px; /* e retrocede metade da altura */
left: 50%; /* posiciona na metade da tela */
margin-left: -100px; /* e retrocede metade da largura */
}
.centro2 {
line-height: 50px;
text-align:center;
color: white;
/* pura mágica */
position: absolute;
top: 50%; /* posiciona na metade da tela */
margin-top: -25px; /* e retrocede metade da altura */
left: 50%; /* posiciona na metade da tela */
margin-left: -100px; /* e retrocede metade da largura */
}
.fonte{
font: 16px;
font-weight: 700;
}
/*configuração dos botões*/
.center {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 100vh;
}
.btn2 {
background-color: white;
border: 2px solid #2098D1;
display: inline-block;
position: relative;
margin: 1.2em 0 1em 0;
padding: 1em;
text-decoration: none;
text-align: center;
font-weight: 700;
}
.btn {
display: inline-block;
position: relative;
margin: 1.2em 0 1em 0;
padding: 1em;
border: none;
text-decoration: none;
font-weight: 700;
color: #39424D;
cursor: pointer;
}
.hvr-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
background-color: #2098D1;
color: white;
}
.btn-size {
padding: 2em;
padding-top: 3.5%;
font-size: 12pt;
} | 0.38549 | 0.088347 |
/* Container */
$gallery-alignment: center;
/* Items */
$gallery-item-padding: 1rem;
/* Full Gallery */
/* Close Button */
$gallery-close-top-offset: 0;
$gallery-close-right-offset: 0;
$gallery-close-background: var(--black);
$gallery-close-color: white;
$gallery-close-padding: 0.25rem;
$gallery-close-size: 2.5rem;
/* Close Button: Hover */
$gallery-close-background--hover: gray;
$gallery-close-color--hover: white;
/* Arrows */
$gallery-arrow-size: 3rem; /* Sets both width and height */
$gallery-arrow-background: gray;
$gallery-arrow-radius: 0;
$gallery-arrow-buffer: 0; /* Controls the space on the left and right */
/* Arrows: Icons */
$gallery-arrow-icon-size: 50%;
/* Arrows: Hover */
$gallery-arrow-background--hover: var(--black);
/* Containers =============================================================== */
.gallery {
text-align: $gallery-alignment;
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
/* Items ==================================================================== */
.gallery__item {
padding: $gallery-item-padding;
font-size: 1rem;
display: inline-block;
}
.gallery__item-link {
display: block;
}
/* Full Gallery ============================================================= */
/* Container */
.gallery--full {
height: 100vh;
width: 100%;
background: rgba(0,0,0,0.8);
position: fixed;
top: 0;
right: 0;
display: flex;
align-items: center;
transform: translate3d(0,-100%,0);
opacity: 0;
transition: opacity 250ms $global-easing 0ms,
transform 0ms ease 250ms;
&.open {
transform: translate3d(0,0,0);
opacity: 1;
transition: opacity 250ms $global-easing 0ms;
}
}
/* Slides */
.gallery__slides {
width: 100%;
/* Track */
.slick-track {
display: flex;
align-items: center;
}
/* Arrows (Next and Prev) */
.slick-arrow {
z-index: 1;
}
}
.gallery__slide {
max-height: 80%;
max-width: 80vw;
padding: 0 2rem;
cursor: grab;
&:active {
cursor: grabbing;
}
}
/* Images (Full) */
.gallery__item-image--full {
/* TODO: This should be a percentage value to account for varying screen heights. */
max-height: 80vh;
}
/* Close Button */
.gallery__close-button {
top: $gallery-close-top-offset;
right: $gallery-close-right-offset;
background: $gallery-close-background;
fill: $gallery-close-color;
padding: $gallery-close-padding;
width: $gallery-close-size;
height: $gallery-close-size;
position: absolute;
}
/* Close Button: Hover */
.no-touchevents .gallery__close-button:hover {
background: $gallery-close-background--hover;
fill: $gallery-close-color--hover;
}
/* Full Gallery: Navigation Arrows */
.gallery--full .slick-arrow {
font-size: $gallery-arrow-icon-size;
border-radius: $gallery-arrow-radius;
background: $gallery-arrow-background;
width: $gallery-arrow-size;
height: $gallery-arrow-size;
position: absolute;
top: 50%;
transform: translate3d(0,-50%,0);
color: white;
cursor: pointer;
outline: none;
display: none;
@media $(p-tablet) {
display: block;
}
/* Prev */
&.slick-prev {
left: $gallery-arrow-buffer;
}
/* Next */
&.slick-next {
right: $gallery-arrow-buffer;
}
}
/* Full Gallery: Arrows (Hover) */
.no-touchevents {
.gallery--full .slick-arrow:hover {
background: $gallery-arrow-background--hover;
}
}
/* Full Gallery: Arrows: Icons */
[class*="gallery__arrow-icon--"] {
width: $gallery-arrow-icon-size;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
/* Gallery: Sidebar Navigation ============================================== */
.has-sidebar-nav {
.gallery--full {
width: 100%;
@media $(l-tablet) {
width: calc(100vw - $sidebar-nav-width--tablet);
}
@media $(cinema) {
width: calc(100vw - $sidebar-nav-width--cinema);
}
@media $(cinema-xl) {
width: calc(100vw - $sidebar-nav-width--cinema-xl);
}
}
} | assets/post/components/gallery/gallery.css |
/* Container */
$gallery-alignment: center;
/* Items */
$gallery-item-padding: 1rem;
/* Full Gallery */
/* Close Button */
$gallery-close-top-offset: 0;
$gallery-close-right-offset: 0;
$gallery-close-background: var(--black);
$gallery-close-color: white;
$gallery-close-padding: 0.25rem;
$gallery-close-size: 2.5rem;
/* Close Button: Hover */
$gallery-close-background--hover: gray;
$gallery-close-color--hover: white;
/* Arrows */
$gallery-arrow-size: 3rem; /* Sets both width and height */
$gallery-arrow-background: gray;
$gallery-arrow-radius: 0;
$gallery-arrow-buffer: 0; /* Controls the space on the left and right */
/* Arrows: Icons */
$gallery-arrow-icon-size: 50%;
/* Arrows: Hover */
$gallery-arrow-background--hover: var(--black);
/* Containers =============================================================== */
.gallery {
text-align: $gallery-alignment;
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
/* Items ==================================================================== */
.gallery__item {
padding: $gallery-item-padding;
font-size: 1rem;
display: inline-block;
}
.gallery__item-link {
display: block;
}
/* Full Gallery ============================================================= */
/* Container */
.gallery--full {
height: 100vh;
width: 100%;
background: rgba(0,0,0,0.8);
position: fixed;
top: 0;
right: 0;
display: flex;
align-items: center;
transform: translate3d(0,-100%,0);
opacity: 0;
transition: opacity 250ms $global-easing 0ms,
transform 0ms ease 250ms;
&.open {
transform: translate3d(0,0,0);
opacity: 1;
transition: opacity 250ms $global-easing 0ms;
}
}
/* Slides */
.gallery__slides {
width: 100%;
/* Track */
.slick-track {
display: flex;
align-items: center;
}
/* Arrows (Next and Prev) */
.slick-arrow {
z-index: 1;
}
}
.gallery__slide {
max-height: 80%;
max-width: 80vw;
padding: 0 2rem;
cursor: grab;
&:active {
cursor: grabbing;
}
}
/* Images (Full) */
.gallery__item-image--full {
/* TODO: This should be a percentage value to account for varying screen heights. */
max-height: 80vh;
}
/* Close Button */
.gallery__close-button {
top: $gallery-close-top-offset;
right: $gallery-close-right-offset;
background: $gallery-close-background;
fill: $gallery-close-color;
padding: $gallery-close-padding;
width: $gallery-close-size;
height: $gallery-close-size;
position: absolute;
}
/* Close Button: Hover */
.no-touchevents .gallery__close-button:hover {
background: $gallery-close-background--hover;
fill: $gallery-close-color--hover;
}
/* Full Gallery: Navigation Arrows */
.gallery--full .slick-arrow {
font-size: $gallery-arrow-icon-size;
border-radius: $gallery-arrow-radius;
background: $gallery-arrow-background;
width: $gallery-arrow-size;
height: $gallery-arrow-size;
position: absolute;
top: 50%;
transform: translate3d(0,-50%,0);
color: white;
cursor: pointer;
outline: none;
display: none;
@media $(p-tablet) {
display: block;
}
/* Prev */
&.slick-prev {
left: $gallery-arrow-buffer;
}
/* Next */
&.slick-next {
right: $gallery-arrow-buffer;
}
}
/* Full Gallery: Arrows (Hover) */
.no-touchevents {
.gallery--full .slick-arrow:hover {
background: $gallery-arrow-background--hover;
}
}
/* Full Gallery: Arrows: Icons */
[class*="gallery__arrow-icon--"] {
width: $gallery-arrow-icon-size;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
/* Gallery: Sidebar Navigation ============================================== */
.has-sidebar-nav {
.gallery--full {
width: 100%;
@media $(l-tablet) {
width: calc(100vw - $sidebar-nav-width--tablet);
}
@media $(cinema) {
width: calc(100vw - $sidebar-nav-width--cinema);
}
@media $(cinema-xl) {
width: calc(100vw - $sidebar-nav-width--cinema-xl);
}
}
} | 0.435902 | 0.064979 |
* {
box-sizing: border-box;
}
body {
background-color: #121212;
margin: 0 auto;
}
#wrapper {
margin: 0 auto;
max-width: 1366px;
text-align: center;
}
a {
text-decoration: none;
color: #bb86fc;
}
img {
max-width: 100%;
}
p {
text-align: left;
color: #f0f0f0;
font-family: Arial, sans-serif;
line-height: 1.5;
font-weight: lighter;
}
button {
display: block;
border: none;
margin: 0 auto;
padding: 10px;
text-decoration: none;
border-radius: 5px;
font-size: 1rem;
font-family: Arial, sans-serif;
text-align: center;
cursor: pointer;
background: #bb86fc;
}
button:hover {
background: #8d52d4;
}
label {
text-align: left;
color: #f0f0f0;
font-family: Arial, sans-serif;
display: block;
margin-bottom: 15px;
}
/*******************
HEADING
********************/
h1 {
font-family: 'Tulpen One', Arial, Sans-serif;
font-size: 4.5rem;
letter-spacing: .8rem;
padding-left: .8rem;
font-weight: lighter;
color: #f0f0f0;
clear: both;
}
h2 {
font-size: 1.2rem;
font-weight: lighter;
letter-spacing: .2rem;
text-align: center;
font-family: Arial, sans-serif;
color: #e2e2e2;
padding: 0 10%;
clear: both;
}
h3 {
font-size: 1.2rem;
font-weight: lighter;
font-family: Arial, sans-serif;
color: #bb86fc;
}
nav li.selected, nav li:hover, nav li:focus {
color: #bb86fc;
}
/*******************
NAVIGATION
********************/
nav {
padding: 20px 10px;
margin: 0, auto;
text-align: center;
/*font-weight: lighter;*/
Background-color: #1f1f1f;
}
nav ul {
list-style: none;
margin: 0 10px;
padding: 0;
}
nav li {
display: inline-block;
font-family: Arial, sans-serif;
font-size: 1.2em;
padding: 15px 5%;
font-weight: lighter;
letter-spacing: .2rem;
text-align: center;
color: #e2e2e2;
cursor: pointer;
}
/*******************
PAGE: PROJECTS
********************/
#gallerycontainer {
list-style: none;
margin: 5% auto;
width: 100%;
display: flex;
justify-content: space-around;
}
.galleryitem {
display: inline-block;
flex-basis: 25%;
background-color: #1f1f1f;
border-style: solid;
border-width: 1px;
border-color: #222222;
color: #e2e2e2;
}
.galleryitem h2 {
margin: 0;
padding: 20%;
letter-spacing: 0rem;
text-align: left;
}
.galleryitem h3 {
padding: 0 5%;
letter-spacing: 0rem;
text-align: left;
}
.galleryitem p {
padding: 0 5%;
font-size: 1em;
text-align: justify;
}
.galleryitem img {
width: 100%;
}
/*******************
PAGE: TEAM
********************/
#teamcontainer {
margin: 5% auto;
display: flex;
justify-content: space-around;
}
.teammember {
display: inline-block;
text-align: center;
flex-basis: 25%;
}
.avatar {
max-width: 100px;
margin: 0 auto 10% auto;
border-radius: 100%;
}
.teammember p {
text-align: center;
}
/*******************
PAGE: CONTACT
********************/
#contactcontainer {
margin: 5% auto;
display: flex;
justify-content: space-around;
}
#contactcontainer ul {
margin: 10% 5%;
padding: 0 0;
width: 90%;
display: inline-block;
}
#contactcontainer li {
width: 100%;
padding: 0 0;
margin: 0 auto 5% auto;
text-align: center;
display: inline-block;
}
input, textarea {
background-color: #1f1f1f;
border-style: solid;
border-width: 1px;
border-color: #222222;
color: #e2e2e2;
font-family: Arial, sans-serif;
font-size: 1em;
width: 100%;
padding: 2% 2%;
}
textarea {
height: 200px;
resize: none;
}
/*******************
MEDIA QUERIES
********************/
@media screen and (max-width: 900px) {
#gallerycontainer {
flex-direction: column;
justify-content: center;
padding: 15% 10%;
}
.galleryitem {
margin: 5%;
}
}
@media screen and (max-width: 700px) {
#teamcontainer {
flex-direction: column;
justify-content: center;
padding: 10% 10%;
}
.teammember {
margin: 10% 5%;
}
nav ul {
margin: 0 0;
}
nav li {
font-size: 1em;
}
} | css/main.css | * {
box-sizing: border-box;
}
body {
background-color: #121212;
margin: 0 auto;
}
#wrapper {
margin: 0 auto;
max-width: 1366px;
text-align: center;
}
a {
text-decoration: none;
color: #bb86fc;
}
img {
max-width: 100%;
}
p {
text-align: left;
color: #f0f0f0;
font-family: Arial, sans-serif;
line-height: 1.5;
font-weight: lighter;
}
button {
display: block;
border: none;
margin: 0 auto;
padding: 10px;
text-decoration: none;
border-radius: 5px;
font-size: 1rem;
font-family: Arial, sans-serif;
text-align: center;
cursor: pointer;
background: #bb86fc;
}
button:hover {
background: #8d52d4;
}
label {
text-align: left;
color: #f0f0f0;
font-family: Arial, sans-serif;
display: block;
margin-bottom: 15px;
}
/*******************
HEADING
********************/
h1 {
font-family: 'Tulpen One', Arial, Sans-serif;
font-size: 4.5rem;
letter-spacing: .8rem;
padding-left: .8rem;
font-weight: lighter;
color: #f0f0f0;
clear: both;
}
h2 {
font-size: 1.2rem;
font-weight: lighter;
letter-spacing: .2rem;
text-align: center;
font-family: Arial, sans-serif;
color: #e2e2e2;
padding: 0 10%;
clear: both;
}
h3 {
font-size: 1.2rem;
font-weight: lighter;
font-family: Arial, sans-serif;
color: #bb86fc;
}
nav li.selected, nav li:hover, nav li:focus {
color: #bb86fc;
}
/*******************
NAVIGATION
********************/
nav {
padding: 20px 10px;
margin: 0, auto;
text-align: center;
/*font-weight: lighter;*/
Background-color: #1f1f1f;
}
nav ul {
list-style: none;
margin: 0 10px;
padding: 0;
}
nav li {
display: inline-block;
font-family: Arial, sans-serif;
font-size: 1.2em;
padding: 15px 5%;
font-weight: lighter;
letter-spacing: .2rem;
text-align: center;
color: #e2e2e2;
cursor: pointer;
}
/*******************
PAGE: PROJECTS
********************/
#gallerycontainer {
list-style: none;
margin: 5% auto;
width: 100%;
display: flex;
justify-content: space-around;
}
.galleryitem {
display: inline-block;
flex-basis: 25%;
background-color: #1f1f1f;
border-style: solid;
border-width: 1px;
border-color: #222222;
color: #e2e2e2;
}
.galleryitem h2 {
margin: 0;
padding: 20%;
letter-spacing: 0rem;
text-align: left;
}
.galleryitem h3 {
padding: 0 5%;
letter-spacing: 0rem;
text-align: left;
}
.galleryitem p {
padding: 0 5%;
font-size: 1em;
text-align: justify;
}
.galleryitem img {
width: 100%;
}
/*******************
PAGE: TEAM
********************/
#teamcontainer {
margin: 5% auto;
display: flex;
justify-content: space-around;
}
.teammember {
display: inline-block;
text-align: center;
flex-basis: 25%;
}
.avatar {
max-width: 100px;
margin: 0 auto 10% auto;
border-radius: 100%;
}
.teammember p {
text-align: center;
}
/*******************
PAGE: CONTACT
********************/
#contactcontainer {
margin: 5% auto;
display: flex;
justify-content: space-around;
}
#contactcontainer ul {
margin: 10% 5%;
padding: 0 0;
width: 90%;
display: inline-block;
}
#contactcontainer li {
width: 100%;
padding: 0 0;
margin: 0 auto 5% auto;
text-align: center;
display: inline-block;
}
input, textarea {
background-color: #1f1f1f;
border-style: solid;
border-width: 1px;
border-color: #222222;
color: #e2e2e2;
font-family: Arial, sans-serif;
font-size: 1em;
width: 100%;
padding: 2% 2%;
}
textarea {
height: 200px;
resize: none;
}
/*******************
MEDIA QUERIES
********************/
@media screen and (max-width: 900px) {
#gallerycontainer {
flex-direction: column;
justify-content: center;
padding: 15% 10%;
}
.galleryitem {
margin: 5%;
}
}
@media screen and (max-width: 700px) {
#teamcontainer {
flex-direction: column;
justify-content: center;
padding: 10% 10%;
}
.teammember {
margin: 10% 5%;
}
nav ul {
margin: 0 0;
}
nav li {
font-size: 1em;
}
} | 0.402392 | 0.092033 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
body {
font-family: 'Lato', sans-serif; }
.clearfix:after {
content: "";
display: table;
clear: both; }
.wrapper {
max-width: 1400px;
margin: 0 auto; }
nav {
height: 55px;
background-color: white;
border-bottom: 1px solid rgba(168, 168, 168, 0.363);
z-index: 2348234727348327;
position: fixed;
width: 100%; }
nav .wrapper {
display: grid;
grid-template-columns: 50px auto 50px 50px;
grid-gap: 10px;
height: 100%; }
nav .wrapper .hamburger {
height: 55px;
width: 50px;
margin-left: 10px; }
nav .wrapper .hamburger svg {
width: 100%;
height: 55px; }
nav .wrapper .menu {
display: none;
align-items: center;
height: 100%; }
nav .wrapper .menu li {
text-transform: uppercase;
padding: 0 15px; }
nav .wrapper .logo {
text-align: center;
font-size: 30px;
padding-top: 10px;
font-weight: bold;
width: 100%; }
nav .wrapper .logo img {
max-height: 35px; }
nav .wrapper .cart {
width: 50px;
height: 55px; }
nav .wrapper .cart svg {
width: 100%;
height: 55px;
padding: 7px; }
.hiddenNav {
display: none;
position: fixed;
height: 100%;
width: 100%;
background-color: #f9f9f9;
z-index: 234; }
.hiddenNav ul {
width: 100%;
max-width: 280px;
margin: 0 auto;
padding-top: 90px; }
.hiddenNav ul li {
font-size: 38px;
text-transform: uppercase;
padding: 20px 0;
color: #182E6E; }
.hiddenNav .bottomBar {
position: fixed;
bottom: 0;
display: flex;
justify-content: space-between;
width: 100%;
background-color: #EFEFEF; }
.hiddenNav .bottomBar .barItem {
padding: 20px; }
.hiddenNav .bottomBar .barItem img {
width: 30px;
display: inline-block; }
.hiddenNav .bottomBar .barItem h2 {
color: #808285;
font-size: 18px;
display: inline-block;
position: relative;
top: -7px; }
header {
background-color: white;
width: 100%;
position: relative;
display: block;
z-index: -99999;
text-align: center;
margin-bottom: 40px;
top: 55px; }
header .headerImage img {
width: 100%; }
header .headerText {
bottom: 0;
height: 300px;
background-color: white;
width: 100%; }
header .headerText h1 {
text-transform: uppercase;
font-size: 33px;
padding: 25px;
color: #182E6E;
font-weight: bolder; }
header .headerText p {
line-height: 1.5;
padding: 25px;
padding-top: 0;
font-weight: lighter;
color: #808285; }
header .headerText button {
width: 300px;
background-color: #182E6E;
padding: 20px;
font-size: 20px;
text-transform: uppercase;
color: white; }
.steps {
text-align: center;
margin: 40px 0; }
.steps h1 {
font-size: 30px;
padding: 20px;
color: #182E6E; }
.steps .stepGrid .step {
max-width: 330px;
margin: 30px auto; }
.steps .stepGrid .step .stepImage {
max-width: 100px; }
.steps .stepGrid .step h2 {
font-size: 16px;
text-transform: uppercase;
padding: 20px;
color: #182E6E; }
.steps .stepGrid .step p {
padding: 0 20px;
line-height: 1.5;
font-size: 16px; }
.steps .stepGrid .step .downArrow {
max-width: 40px;
margin: 10px; }
.steps button {
width: 300px;
background-color: white;
padding: 20px;
font-size: 20px;
text-transform: uppercase;
border: 1px solid #182E6E;
color: #182E6E; }
.tri {
z-index: -9999; }
.tri .triPanel {
position: relative;
background-color: grey;
color: white;
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%; }
.tri .triPanel .triText {
position: absolute;
bottom: 0;
height: 300px;
background-color: #5F5B5D;
text-align: left;
display: grid;
align-content: center;
width: 100%; }
.tri .triPanel .triText h2 {
font-size: 24px;
padding: 15px;
padding-top: 0; }
.tri .triPanel .triText p {
line-height: 1.4;
padding: 15px;
padding-top: 0; }
.tri .triPanel .triText h3 {
padding: 15px;
padding-top: 0;
font-weight: bold; }
.tri .triPanel .triText button {
width: 280px;
background-color: rgba(0, 0, 0, 0);
padding: 20px;
font-size: 20px;
border: 1px solid white;
color: white;
text-transform: uppercase;
margin: 0 auto; }
.bi .biPanel {
height: 550px;
width: 100%;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.bi .biPanel .biText {
background-color: rgba(0, 0, 0, 0.5);
height: 200px;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
color: white; }
.bi .biPanel .biText h2 {
font-size: 30px;
text-transform: uppercase;
padding: 25px;
font-style: italic; }
.bi .biPanel .biText h3 {
font-size: 16px;
padding: 25px;
line-height: 1.2; }
.bi .biPanel .biText button {
width: 280px;
background-color: rgba(0, 0, 0, 0);
padding: 20px;
font-size: 18px;
border: 1px solid white;
color: white;
text-transform: uppercase; }
footer {
background-color: #EFEFEF; }
footer .wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
color: #182E6E;
padding: 20px 0; }
footer .wrapper .bullets ul {
margin-left: 30px; }
footer .wrapper .bullets ul li {
list-style-type: disc;
font-size: 14px;
line-height: 1.2;
padding: 3px 0; }
footer .wrapper .other {
text-align: right; }
footer .wrapper .other p {
padding: 30px; }
footer .wrapper .other .icons {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-content: space-between;
padding: 20px 0;
max-width: 235px;
margin: 0 10px 0 auto; }
footer .wrapper .other .icons .iconContainer {
padding: 10px;
max-width: 50px; }
@media only screen and (min-width: 800px) {
header .headerImage {
max-height: 750px;
overflow: hidden; }
header .headerText {
background-color: rgba(224, 222, 223, 0);
position: absolute;
top: 0;
width: 40%;
height: 100%;
display: grid;
align-content: center;
text-align: left;
margin-left: 5%; }
header .headerText h1 {
font-size: 44px;
max-width: 600px; }
header .headerText p {
max-width: 400px;
font-size: 18px; }
header .headerText button {
margin-left: 4%; }
.steps {
padding-top: 40px; }
.steps .stepGrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: center; }
.tri {
display: grid;
grid-template-columns: repeat(3, 1fr); }
.tri .triPanel .triText {
padding: 20px;
height: 100%;
width: 80%;
right: 0;
background-color: rgba(0, 0, 0, 0.5); }
.tri .triPanel .triText button {
width: 90%; }
.bi {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 40px;
max-width: 1100px;
margin: 40px auto; } }
@media only screen and (min-width: 1020px) {
nav {
height: 96px; }
nav .wrapper {
grid-template-columns: auto auto 50px 50px; }
nav .wrapper .hamburger {
display: none; }
nav .wrapper .menu {
display: flex; }
nav .wrapper .menu li {
font-size: 18px;
color: #182E6E; }
nav .wrapper .logo {
display: grid;
align-items: center;
padding: 0; }
nav .wrapper .logo img {
max-height: 45px; }
nav .wrapper .cart {
display: grid;
align-items: center;
margin-top: 20px; } }
/*# sourceMappingURL=styles.css.map */ | website/css/styles.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
body {
font-family: 'Lato', sans-serif; }
.clearfix:after {
content: "";
display: table;
clear: both; }
.wrapper {
max-width: 1400px;
margin: 0 auto; }
nav {
height: 55px;
background-color: white;
border-bottom: 1px solid rgba(168, 168, 168, 0.363);
z-index: 2348234727348327;
position: fixed;
width: 100%; }
nav .wrapper {
display: grid;
grid-template-columns: 50px auto 50px 50px;
grid-gap: 10px;
height: 100%; }
nav .wrapper .hamburger {
height: 55px;
width: 50px;
margin-left: 10px; }
nav .wrapper .hamburger svg {
width: 100%;
height: 55px; }
nav .wrapper .menu {
display: none;
align-items: center;
height: 100%; }
nav .wrapper .menu li {
text-transform: uppercase;
padding: 0 15px; }
nav .wrapper .logo {
text-align: center;
font-size: 30px;
padding-top: 10px;
font-weight: bold;
width: 100%; }
nav .wrapper .logo img {
max-height: 35px; }
nav .wrapper .cart {
width: 50px;
height: 55px; }
nav .wrapper .cart svg {
width: 100%;
height: 55px;
padding: 7px; }
.hiddenNav {
display: none;
position: fixed;
height: 100%;
width: 100%;
background-color: #f9f9f9;
z-index: 234; }
.hiddenNav ul {
width: 100%;
max-width: 280px;
margin: 0 auto;
padding-top: 90px; }
.hiddenNav ul li {
font-size: 38px;
text-transform: uppercase;
padding: 20px 0;
color: #182E6E; }
.hiddenNav .bottomBar {
position: fixed;
bottom: 0;
display: flex;
justify-content: space-between;
width: 100%;
background-color: #EFEFEF; }
.hiddenNav .bottomBar .barItem {
padding: 20px; }
.hiddenNav .bottomBar .barItem img {
width: 30px;
display: inline-block; }
.hiddenNav .bottomBar .barItem h2 {
color: #808285;
font-size: 18px;
display: inline-block;
position: relative;
top: -7px; }
header {
background-color: white;
width: 100%;
position: relative;
display: block;
z-index: -99999;
text-align: center;
margin-bottom: 40px;
top: 55px; }
header .headerImage img {
width: 100%; }
header .headerText {
bottom: 0;
height: 300px;
background-color: white;
width: 100%; }
header .headerText h1 {
text-transform: uppercase;
font-size: 33px;
padding: 25px;
color: #182E6E;
font-weight: bolder; }
header .headerText p {
line-height: 1.5;
padding: 25px;
padding-top: 0;
font-weight: lighter;
color: #808285; }
header .headerText button {
width: 300px;
background-color: #182E6E;
padding: 20px;
font-size: 20px;
text-transform: uppercase;
color: white; }
.steps {
text-align: center;
margin: 40px 0; }
.steps h1 {
font-size: 30px;
padding: 20px;
color: #182E6E; }
.steps .stepGrid .step {
max-width: 330px;
margin: 30px auto; }
.steps .stepGrid .step .stepImage {
max-width: 100px; }
.steps .stepGrid .step h2 {
font-size: 16px;
text-transform: uppercase;
padding: 20px;
color: #182E6E; }
.steps .stepGrid .step p {
padding: 0 20px;
line-height: 1.5;
font-size: 16px; }
.steps .stepGrid .step .downArrow {
max-width: 40px;
margin: 10px; }
.steps button {
width: 300px;
background-color: white;
padding: 20px;
font-size: 20px;
text-transform: uppercase;
border: 1px solid #182E6E;
color: #182E6E; }
.tri {
z-index: -9999; }
.tri .triPanel {
position: relative;
background-color: grey;
color: white;
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%; }
.tri .triPanel .triText {
position: absolute;
bottom: 0;
height: 300px;
background-color: #5F5B5D;
text-align: left;
display: grid;
align-content: center;
width: 100%; }
.tri .triPanel .triText h2 {
font-size: 24px;
padding: 15px;
padding-top: 0; }
.tri .triPanel .triText p {
line-height: 1.4;
padding: 15px;
padding-top: 0; }
.tri .triPanel .triText h3 {
padding: 15px;
padding-top: 0;
font-weight: bold; }
.tri .triPanel .triText button {
width: 280px;
background-color: rgba(0, 0, 0, 0);
padding: 20px;
font-size: 20px;
border: 1px solid white;
color: white;
text-transform: uppercase;
margin: 0 auto; }
.bi .biPanel {
height: 550px;
width: 100%;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.bi .biPanel .biText {
background-color: rgba(0, 0, 0, 0.5);
height: 200px;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
color: white; }
.bi .biPanel .biText h2 {
font-size: 30px;
text-transform: uppercase;
padding: 25px;
font-style: italic; }
.bi .biPanel .biText h3 {
font-size: 16px;
padding: 25px;
line-height: 1.2; }
.bi .biPanel .biText button {
width: 280px;
background-color: rgba(0, 0, 0, 0);
padding: 20px;
font-size: 18px;
border: 1px solid white;
color: white;
text-transform: uppercase; }
footer {
background-color: #EFEFEF; }
footer .wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
color: #182E6E;
padding: 20px 0; }
footer .wrapper .bullets ul {
margin-left: 30px; }
footer .wrapper .bullets ul li {
list-style-type: disc;
font-size: 14px;
line-height: 1.2;
padding: 3px 0; }
footer .wrapper .other {
text-align: right; }
footer .wrapper .other p {
padding: 30px; }
footer .wrapper .other .icons {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-content: space-between;
padding: 20px 0;
max-width: 235px;
margin: 0 10px 0 auto; }
footer .wrapper .other .icons .iconContainer {
padding: 10px;
max-width: 50px; }
@media only screen and (min-width: 800px) {
header .headerImage {
max-height: 750px;
overflow: hidden; }
header .headerText {
background-color: rgba(224, 222, 223, 0);
position: absolute;
top: 0;
width: 40%;
height: 100%;
display: grid;
align-content: center;
text-align: left;
margin-left: 5%; }
header .headerText h1 {
font-size: 44px;
max-width: 600px; }
header .headerText p {
max-width: 400px;
font-size: 18px; }
header .headerText button {
margin-left: 4%; }
.steps {
padding-top: 40px; }
.steps .stepGrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: center; }
.tri {
display: grid;
grid-template-columns: repeat(3, 1fr); }
.tri .triPanel .triText {
padding: 20px;
height: 100%;
width: 80%;
right: 0;
background-color: rgba(0, 0, 0, 0.5); }
.tri .triPanel .triText button {
width: 90%; }
.bi {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 40px;
max-width: 1100px;
margin: 40px auto; } }
@media only screen and (min-width: 1020px) {
nav {
height: 96px; }
nav .wrapper {
grid-template-columns: auto auto 50px 50px; }
nav .wrapper .hamburger {
display: none; }
nav .wrapper .menu {
display: flex; }
nav .wrapper .menu li {
font-size: 18px;
color: #182E6E; }
nav .wrapper .logo {
display: grid;
align-items: center;
padding: 0; }
nav .wrapper .logo img {
max-height: 45px; }
nav .wrapper .cart {
display: grid;
align-items: center;
margin-top: 20px; } }
/*# sourceMappingURL=styles.css.map */ | 0.416441 | 0.064535 |
*/
/* common layer */
.edui-default .edui-box {
overflow: hidden;
margin : 0;
padding : 0;
border : none;
}
.edui-default a.edui-box {
display : block;
color : black;
text-decoration: none;
}
.edui-default a.edui-box:hover {
text-decoration: none;
}
.edui-default a.edui-box:active {
text-decoration: none;
}
.edui-default table.edui-box {
border-collapse: collapse;
}
.edui-default ul.edui-box {
list-style-type: none;
}
div.edui-box {
position : relative;
display : -moz-inline-box !important;
display : inline-block !important;
vertical-align: top;
}
.edui-default .edui-clearfix {
zoom: 1;
}
.edui-default .edui-clearfix:after {
clear : both;
display: block;
content: '\20';
}
* html div.edui-box {
display: inline !important;
}
*:first-child+html div.edui-box {
display: inline !important;
}
/* control layout */
.edui-default .edui-button-body,
.edui-splitbutton-body,
.edui-menubutton-body,
.edui-combox-body {
position: relative;
}
.edui-default .edui-popup {
position : absolute;
-webkit-user-select: none;
-moz-user-select : none;
}
.edui-default .edui-popup .edui-shadow {
position: absolute;
z-index : -1;
}
.edui-default .edui-popup .edui-bordereraser {
position: absolute;
overflow: hidden;
}
.edui-default .edui-tablepicker .edui-canvas {
position: relative;
}
.edui-default .edui-tablepicker .edui-canvas .edui-overlay {
position: absolute;
}
.edui-default .edui-dialog-modalmask,
.edui-dialog-dragmask {
position: absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}
.edui-default .edui-toolbar {
position: relative;
}
/*
* default theme
*/
.edui-default .edui-label {
cursor: default;
}
.edui-default a.edui-click-a {
padding: 0 6px;
color : #0091f2;
}
.edui-default span.edui-clickable {
margin : 0 6px;
padding : 3px 12px;
border : 1px solid #0091f2;
border-radius : 2px;
color : #0091f2;
vertical-align: text-top;
font-size : 14px;
cursor : pointer;
}
.edui-default span.edui-clickable-fr {
margin: 0 8px 0 89px;
}
.edui-default span.edui-clickable:hover {
background : #0091f2;
color : white;
font-weight: bold;
}
.edui-default span.edui-unclickable {
color : gray;
cursor: default;
}
/* 工具栏 */
.edui-default .edui-toolbar {
overflow : hidden;
/*全屏下单独一行不占位*/
padding : 1px;
width : auto;
height : auto;
cursor : default;
zoom : 1;
-webkit-user-select: none;
-moz-user-select : none;
}
.edui-default .edui-toolbar .edui-button,
.edui-default .edui-toolbar .edui-splitbutton,
.edui-default .edui-toolbar .edui-menubutton,
.edui-default .edui-toolbar .edui-combox {
margin: 10px 6px;
}
/*UI工具栏、编辑区域、底部*/
.edui-default .edui-editor {
position : relative;
/* overflow : visible; */
overflow : hidden;
border : 1px solid #e8e8eb;
-webkit-border-radius: 3px;
-moz-border-radius : 3px;
border-radius : 3px;
background-color : white;
}
.edui-editor div {
width : auto;
height: auto;
}
.edui-default .edui-editor-toolbarbox {
position : relative;
z-index : 1;
border-top-right-radius: 1px;
border-top-left-radius : 1px;
/* -webkit-box-shadow :0 1px 4px rgba(204, 204, 204, 0.6); */
/* -moz-box-shadow :0 1px 4px rgba(204, 204, 204, 0.6); */
/* box-shadow :0 1px 4px rgba(204, 204, 204, 0.6); */
zoom : 1;
}
.edui-default .edui-editor-toolbarboxouter {
/* border: 1px solid #e8e8eb; */
border-bottom : 1px solid #e8e8eb;
/* -webkit-border-radius: 4px 4px 0 0; */
/* -moz-border-radius : 4px 4px 0 0; */
/* border-radius : 4px 4px 0 0; */
background-color : white;
/* background-image : -moz-linear-gradient(top, #ffffff, #f2f2f2); */
/* background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); */
/* background-image : -webkit-linear-gradient(top, #ffffff, #f2f2f2); */
/* background-image : -o-linear-gradient(top, #ffffff, #f2f2f2); */
/* background-image : linear-gradient(to bottom, #ffffff, #f2f2f2); */
/* background-repeat : repeat-x; */
-webkit-box-shadow : 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow : 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow : 0 1px 4px rgba(0, 0, 0, 0.065);
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
*zoom : 1;
}
.edui-default .edui-editor-toolbarboxinner {
padding: 2px;
}
.edui-default .edui-editor-iframeholder {
position : relative;
/*for fix ie6 toolbarmsg under iframe bug. relative -> static */
/* _position: static !important; */
}
.edui-default .edui-editor-iframeholder textarea {
/* font-size: 13px; */
font-family : consolas, "Courier New", "lucida console", monospace;
/* line-height: 18px; */
}
.edui-default .edui-editor-bottombar {
/*
float: left;
overflow: hidden;
width: 40%;
height: 20px;
border-top: 1px solid #ccc;
*/
}
.edui-default .edui-editor-bottomContainer {
position : relative;
overflow : hidden;
background-color: white;
z-index : 1;
}
.edui-default .edui-editor-bottomContainer table {
overflow : hidden;
width : 100%;
height : 40px;
border-spacing: 0;
}
.edui-default .edui-editor-bottomContainer td {
border-top : 1px solid #ccc;
white-space: nowrap;
font-size : 13px;
line-height: 20px;
}
.edui-default .edui-editor-wordcount {
padding-right: 4px;
color : #0091f2;
text-align : right;
}
.edui-default .edui-editor-scale {
width: 12px;
}
.edui-default .edui-editor-scale .edui-editor-icon {
float : right;
margin-top: 10px;
width : 100%;
height : 12px;
background: url(../images/scale.png) no-repeat;
cursor : se-resize;
}
.edui-default .edui-editor-breadcrumb {
margin: 2px 0 0 3px;
}
.edui-default .edui-editor-breadcrumb span {
color : #666;
text-decoration: underline;
cursor : pointer;
}
.edui-default .edui-toolbar .edui-for-fullscreen {
/* float: right; */
}
.edui-default .edui-bubble .edui-popup-content {
padding : 10px;
border : 1px solid #d8d8d8;
background-color: white;
color : #666;
font-size : 16px;
}
.edui-default .edui-bubble .edui-shadow {
/* -webkit-box-shadow: 2px 2px 3px #818181; */
/* -moz-box-shadow: 2px 2px 3px #818181; */
/* box-shadow: 1px 1px 3px #818181; */
/* filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius = '2', MakeShadow = 'true', ShadowOpacity = '0.5'); */
}
.edui-default .edui-editor-toolbarmsg {
position : absolute;
bottom : -25px;
left : 0;
z-index : 1009;
width : 99.9%;
border-bottom : 1px solid #ccc;
background-color: #FFF6D9;
}
.edui-default .edui-editor-toolbarmsg-upload {
position : absolute;
top : 5px;
left : 350px;
width : 100px;
height : 16px;
color : #666;
font-size : 14px;
line-height: 16px;
cursor : pointer;
}
.edui-default .edui-editor-toolbarmsg-label {
padding : 4px;
font-size : 13px;
line-height: 16px;
}
.edui-default .edui-editor-toolbarmsg-close {
float : right;
width : 20px;
height : 16px;
color : red;
line-height: 16px;
cursor : pointer;
}
/*可选中菜单按钮*/
.edui-default .edui-list .edui-bordereraser {
display: none;
}
.edui-default .edui-listitem {
padding : 1px;
white-space: nowrap;
}
.edui-default .edui-list .edui-state-hover {
position : relative;
padding : 0;
border : 1px solid rgba(0, 0, 0, 0.08);
border : 1px solid #0088e6;
background-color: rgba(0, 0, 0, 0.06);
background-color: #0091f2;
color : white;
}
.edui-default .edui-for-fontfamily .edui-listitem-label {
padding-left: 5px;
height : 22px;
min-width : 130px;
font-size : 13px;
line-height : 22px;
_width : 120px;
}
.edui-default .edui-for-insertcode .edui-listitem-label {
padding-left: 5px;
height : 22px;
min-width : 120px;
font-size : 13px;
line-height : 22px;
_width : 120px;
}
.edui-default .edui-for-underline .edui-listitem-label {
padding : 3px 5px;
min-width: 120px;
font-size: 13px;
_width : 120px;
}
.edui-default .edui-for-fontsize .edui-listitem-label {
padding : 3px 5px;
min-width: 120px;
_width : 120px;
}
.edui-default .edui-for-paragraph .edui-listitem-label {
padding : 2px 5px;
min-width: 200px;
_width : 200px;
}
.edui-default .edui-for-rowspacingtop .edui-listitem-label,
.edui-default .edui-for-rowspacingbottom .edui-listitem-label {
padding : 2px 5px;
min-width: 53px;
_width : 53px;
}
.edui-default .edui-for-lineheight .edui-listitem-label {
padding : 2px 5px;
min-width: 53px;
_width : 53px;
}
.edui-default .edui-for-customstyle .edui-listitem-label {
padding : 2px 5px;
width : 200px !important;
min-width: 200px;
_width : 200px;
}
/* 可选中按钮弹出菜单*/
.edui-default .edui-menu {
z-index: 3000;
}
.edui-default .edui-menu .edui-popup-content {
padding: 3px;
}
.edui-default .edui-menu-body {
min-width : 170px;
background: url("../images/sparator_v.png") repeat-y 25px;
_width : 150px;
}
.edui-default .edui-menuitem-body {}
.edui-default .edui-menuitem {
height : 26px;
vertical-align: top;
cursor : default;
}
.edui-default .edui-menuitem .edui-icon {
width : 26px !important;
height : 26px !important;
/* background: url(../images/icons.png) 0 -4000px; */
/* background: url(../images/icons.gif) 0 -4000px\9; */
}
.edui-default .edui-menuitem .edui-label {
padding-left: 10px;
height : 23px;
font-size : 13px;
line-height : 28px;
}
.edui-default .edui-state-checked .edui-menuitem-body {
background: url("../images/icons-all.png") no-repeat 6px -203px;
}
.edui-default .edui-state-disabled .edui-menuitem-label {
color: gray;
}
/*不可选中菜单按钮 */
.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
margin : 0 3px 0 0;
padding-left: 5px;
width : 36px;
height : 20px;
white-space : nowrap;
font-size : 13px;
line-height : 20px;
}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
width : 9px;
height : 20px;
background : url(../images/icons.png) -738px 0;
_background: url(../images/icons.gif) -741px 0;
}
.edui-default .edui-toolbar .edui-combox .edui-combox-body {
border : 1px solid white;
/* -webkit-border-radius: 2px; */
/* -moz-border-radius : 2px; */
/* border-radius : 2px; */
background-color : white;
}
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
display: none;
}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
border-left: 1px solid white;
}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body {
border : 1px solid rgba(0, 0, 0, 0.08);
background-color: rgba(0, 0, 0, 0.06);
}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.edui-default .edui-toolbar .edui-state-checked .edui-combox-body {
border : 1px solid #0091f2;
background-color: #c6e8ff;
}
.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
border-left: 1px solid #0091f2;
}
.edui-toolbar .edui-state-disabled .edui-combox-body {
background-color: #F0F0EE;
opacity : 0.3;
filter : alpha(opacity=30);
}
.edui-toolbar .edui-state-opened .edui-combox-body {
border : 1px solid gray;
background-color: white;
}
/*普通按钮样式及状态*/
.edui-default .edui-toolbar .edui-button .edui-icon,
.edui-default .edui-toolbar .edui-menubutton .edui-icon,
.edui-default .edui-toolbar .edui-splitbutton .edui-icon {
width : 20px !important;
height : 20px !important;
background-image: url(../images/icons.png);
background-image: url(../images/icons.gif) \9;
}
.edui-default .edui-toolbar .edui-button .edui-button-wrap {
position: relative;
padding : 1px;
}
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
padding : 0;
border : 1px solid rgba(0, 0, 0, 0.08);
background-color: rgba(0, 0, 0, 0.06);
}
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
padding : 0;
border : 1px solid #0088e6;
-webkit-border-radius: 2px;
-moz-border-radius : 2px;
border-radius : 2px;
background-color : #0091f2;
}
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
padding : 0;
border : 1px solid gray;
background-color: #ffffff;
}
/* .edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap .edui-icon {
background-image: url(../images/icons_checked.png) !important; */
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap .edui-icon {
background-image: url(../images/icons_checked.png);
}
.edui-default .edui-toolbar .edui-state-disabled .edui-label {
color: #ccc;
}
.edui-default .edui-toolbar .edui-state-disabled .edui-icon {
opacity: 0.3;
filter : alpha(opacity=30);
}
/* toolbar icons */
.edui-default .edui-for-undo .edui-icon {
background-position: -160px 0;
}
.edui-default .edui-for-redo .edui-icon {
background-position: -100px 0;
}
.edui-default .edui-for-bold .edui-icon {
background-position: 0 0;
}
.edui-default .edui-for-italic .edui-icon {
background-position: -60px 0;
}
.edui-default .edui-for-fontborder .edui-icon {
background-position: -160px -40px;
}
.edui-default .edui-for-underline .edui-icon {
background-position: -140px 0;
}
.edui-default .edui-for-strikethrough .edui-icon {
background-position: -120px 0;
}
.edui-default .edui-for-subscript .edui-icon {
background-position: -600px 0;
}
.edui-default .edui-for-superscript .edui-icon {
background-position: -620px 0;
}
.edui-default .edui-for-blockquote .edui-icon {
background-position: -220px 0;
}
.edui-default .edui-for-forecolor .edui-icon {
background-position: -719px 0;
}
.edui-default .edui-for-backcolor .edui-icon {
background-position: -760px -2px;
}
.edui-default .edui-for-inserttable .edui-icon {
background-position: -580px -20px;
}
.edui-default .edui-for-autotypeset .edui-icon {
background-position: -640px -40px;
}
.edui-default .edui-for-justifyleft .edui-icon {
background-position: -460px 0;
}
.edui-default .edui-for-justifycenter .edui-icon {
background-position: -420px 0;
}
.edui-default .edui-for-justifyright .edui-icon {
background-position: -480px 0;
}
.edui-default .edui-for-justifyjustify .edui-icon {
background-position: -440px 0;
}
.edui-default .edui-for-insertorderedlist .edui-icon {
background-position: -80px 0;
}
.edui-default .edui-for-insertunorderedlist .edui-icon {
background-position: -20px 0;
}
.edui-default .edui-for-lineheight .edui-icon {
background-position: -725px -40px;
}
.edui-default .edui-for-rowspacingbottom .edui-icon {
background-position: -745px -40px;
}
.edui-default .edui-for-justifyindent .edui-icon {
background-position: -725px -100px;
}
.edui-default .edui-for-rowspacingtop .edui-icon {
background-position: -765px -40px;
}
.edui-default .edui-for-letterspacing .edui-icon {
background-position: -753px -100px;
}
.edui-default .edui-for-horizontal .edui-icon {
background-position: -360px 0;
}
.edui-default .edui-for-link .edui-icon {
background-position: -500px 0;
}
.edui-default .edui-for-code .edui-icon {
background-position: -440px -40px;
}
.edui-default .edui-for-insertimage .edui-icon {
background-position: -726px -77px;
}
.edui-default .edui-for-insertframe .edui-icon {
background-position: -240px -40px;
}
.edui-default .edui-for-emoticon .edui-icon {
background-position: -60px -20px;
}
.edui-default .edui-for-spechars .edui-icon {
background-position: -240px 0;
}
.edui-default .edui-for-help .edui-icon {
background-position: -340px 0;
}
.edui-default .edui-for-print .edui-icon {
background-position: -440px -20px;
}
.edui-default .edui-for-preview .edui-icon {
background-position: -420px -20px;
}
.edui-default .edui-for-selectall .edui-icon {
background-position: -400px -20px;
}
.edui-default .edui-for-searchreplace .edui-icon {
background-position: -520px -20px;
}
.edui-default .edui-for-map .edui-icon {
background-position: -40px -40px;
}
.edui-default .edui-for-gmap .edui-icon {
background-position: -260px -40px;
}
.edui-default .edui-for-insertvideo .edui-icon {
background-position: -320px -20px;
}
.edui-default .edui-for-time .edui-icon {
background-position: -160px -20px;
}
.edui-default .edui-for-date .edui-icon {
background-position: -140px -20px;
}
.edui-default .edui-for-cut .edui-icon {
background-position: -680px 0;
}
.edui-default .edui-for-copy .edui-icon {
background-position: -700px 0;
}
.edui-default .edui-for-paste .edui-icon {
background-position: -560px 0;
}
.edui-default .edui-for-formatmatch .edui-icon {
background-position: -41px 0;
}
.edui-default .edui-for-pasteplain .edui-icon {
background-position: -360px -20px;
}
.edui-default .edui-for-directionalityltr .edui-icon {
background-position: -20px -20px;
}
.edui-default .edui-for-directionalityrtl .edui-icon {
background-position: -40px -20px;
}
.edui-default .edui-for-source .edui-icon {
background-position: -261px -0px;
}
.edui-default .edui-for-removeformat .edui-icon {
background-position: -580px 0;
}
.edui-default .edui-for-unlink .edui-icon {
background-position: -641px 0;
}
.edui-default .edui-for-touppercase .edui-icon {
background-position: -786px 0;
}
.edui-default .edui-for-tolowercase .edui-icon {
background-position: -806px 0;
}
.edui-default .edui-for-insertrow .edui-icon {
background-position: -478px -76px;
}
.edui-default .edui-for-insertrownext .edui-icon {
background-position: -498px -76px;
}
.edui-default .edui-for-insertcol .edui-icon {
background-position: -455px -76px;
}
.edui-default .edui-for-insertcolnext .edui-icon {
background-position: -429px -76px;
}
.edui-default .edui-for-mergeright .edui-icon {
background-position: -60px -40px;
}
.edui-default .edui-for-mergedown .edui-icon {
background-position: -80px -40px;
}
.edui-default .edui-for-splittorows .edui-icon {
background-position: -100px -40px;
}
.edui-default .edui-for-splittocols .edui-icon {
background-position: -120px -40px;
}
.edui-default .edui-for-insertparagraphbeforetable .edui-icon {
background-position: -140px -40px;
}
.edui-default .edui-for-deleterow .edui-icon {
background-position: -660px -20px;
}
.edui-default .edui-for-deletecol .edui-icon {
background-position: -640px -20px;
}
.edui-default .edui-for-splittocells .edui-icon {
background-position: -800px -20px;
}
.edui-default .edui-for-mergecells .edui-icon {
background-position: -760px -20px;
}
.edui-default .edui-for-deletetable .edui-icon {
background-position: -620px -20px;
}
.edui-default .edui-for-cleardoc .edui-icon {
background-position: -520px 0;
}
.edui-default .edui-for-fullscreen .edui-icon {
background-position: -100px -20px;
}
.edui-default .edui-for-anchor .edui-icon {
background-position: -200px 0;
}
.edui-default .edui-for-pagebreak .edui-icon {
background-position: -460px -40px;
}
.edui-default .edui-for-imagenone .edui-icon {
background-position: -480px -40px;
}
.edui-default .edui-for-imageleft .edui-icon {
background-position: -500px -40px;
}
.edui-default .edui-for-wordimage .edui-icon {
background-position: -660px -40px;
}
.edui-default .edui-for-imageright .edui-icon {
background-position: -520px -40px;
}
.edui-default .edui-for-imagecenter .edui-icon {
background-position: -541px -40px;
}
.edui-default .edui-for-indent .edui-icon {
background-position: -400px 0;
}
.edui-default .edui-for-outdent .edui-icon {
background-position: -540px 0;
}
.edui-default .edui-for-webapp .edui-icon {
background-position: -601px -40px;
}
.edui-default .edui-for-table .edui-icon {
background-position: -580px -20px;
}
.edui-default .edui-for-edittable .edui-icon {
background-position: -420px -40px;
}
.edui-default .edui-for-template .edui-icon {
background-position: -339px -40px;
}
.edui-default .edui-for-delete .edui-icon {
background-position: -360px -40px;
}
.edui-default .edui-for-attachment .edui-icon {
background-position: -620px -40px;
}
.edui-default .edui-for-edittd .edui-icon {
background-position: -700px -40px;
}
.edui-default .edui-for-snapscreen .edui-icon {
background-position: -581px -40px;
}
.edui-default .edui-for-scrawl .edui-icon {
background-position: -801px -41px;
}
.edui-default .edui-for-background .edui-icon {
background-position: -680px -40px;
}
.edui-default .edui-for-music .edui-icon {
background-position: -18px -40px;
}
.edui-default .edui-for-formula .edui-icon {
background-position: -200px -40px;
}
.edui-default .edui-for-aligntd .edui-icon {
background-position: -236px -76px;
}
.edui-default .edui-for-insertparagraphtrue .edui-icon {
background-position: -625px -76px;
}
.edui-default .edui-for-insertparagraph .edui-icon {
background-position: -602px -76px;
}
.edui-default .edui-for-insertcaption .edui-icon {
background-position: -336px -76px;
}
.edui-default .edui-for-deletecaption .edui-icon {
background-position: -362px -76px;
}
.edui-default .edui-for-inserttitle .edui-icon {
background-position: -286px -76px;
}
.edui-default .edui-for-deletetitle .edui-icon {
background-position: -311px -76px;
}
.edui-default .edui-for-aligntable .edui-icon {
background-position: -440px 0;
}
.edui-default .edui-for-tablealignment-left .edui-icon {
background-position: -460px 0;
}
.edui-default .edui-for-tablealignment-center .edui-icon {
background-position: -420px 0;
}
.edui-default .edui-for-tablealignment-right .edui-icon {
background-position: -480px 0;
}
.edui-default .edui-for-drafts .edui-icon {
background-position: -560px 0;
}
.edui-default .edui-for-charts .edui-icon {
background: url(../images/charts.png ) no-repeat 2px 3px !important;
}
.edui-default .edui-for-inserttitlecol .edui-icon {
background-position: -673px -76px;
}
.edui-default .edui-for-deletetitlecol .edui-icon {
background-position: -698px -76px;
}
.edui-default .edui-for-simpleupload .edui-icon {
background-position: -380px 0px;
}
/*splitbutton*/
.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow,
.edui-default .edui-toolbar .edui-menubutton-body .edui-arrow {
width : 9px;
height : 20px;
background : url(../images/icons.png) -738px 0;
_background: url(../images/icons.gif) -741px 0;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body {
padding: 1px;
}
.edui-default .edui-toolbar .edui-splitborder {
width : 1px;
height: 20px;
}
.edui-default .edui-toolbar .edui-state-hover .edui-splitborder {
width : 1px;
border-left: 0px solid rgba(0, 0, 0, 0.08);
}
.edui-default .edui-toolbar .edui-state-active .edui-splitborder {
width : 0;
border-left: 1px solid gray;
}
.edui-default .edui-toolbar .edui-state-opened .edui-splitborder {
width : 1px;
border: 0;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body {
padding : 0;
border : 1px solid rgba(0, 0, 0, 0.08);
background-color: rgba(0, 0, 0, 0.06);
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body {
padding : 0;
border : 1px solid #0091f2;
background-color: #c6e8ff;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body {
padding : 0;
border : 1px solid gray;
background-color: #ffffff;
}
/* .edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body .edui-icon,
.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body .edui-icon {
background-image: url(../images/icons_checked.png) !important; */
.edui-default .edui-state-disabled .edui-arrow {
opacity: 0.3;
_filter: alpha(opacity=30);
}
.edui-default .edui-for-letterspacing .edui-menuitem .edui-icon,
.edui-default .edui-for-justifyindent .edui-menuitem .edui-icon {
background: none;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body {
padding : 0;
border : 1px solid #0088e6;
background-color: white;
}
.edui-default .edui-for-insertorderedlist .edui-bordereraser,
.edui-default .edui-for-lineheight .edui-bordereraser,
.edui-default .edui-for-rowspacingtop .edui-bordereraser,
.edui-default .edui-for-rowspacingbottom .edui-bordereraser,
.edui-default .edui-for-insertunorderedlist .edui-bordereraser {
background-color: white;
}
/* 解决嵌套导致的图标问题 */
.edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon,
.edui-default .edui-for-lineheight .edui-popup-body .edui-icon,
.edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon,
.edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon,
.edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon {
background-image : none;
/* background-position: 0 -40px; */
}
/* 弹出菜单 */
.edui-default .edui-popup {
z-index : 3000;
width : auto;
height : auto;
background-color: #ffffff;
color : #353535;
}
.edui-default .edui-popup .edui-shadow {
top : 0;
left : 0;
width : 100%;
height: 100%;
}
.edui-default .edui-popup-content {
padding : 16px;
border : 1px solid #e7e7eb;
background : #ffffff;
background-clip : padding-box;
-webkit-box-shadow : 0 1px 20px 0 #e4e8eb;
-moz-box-shadow : 0 1px 20px 0 #e4e8eb;
box-shadow : 0 1px 20px 0 #e4e8eb;
*border-right-width : 2px;
*border-bottom-width : 2px;
-webkit-background-clip: padding-box;
-moz-background-clip : padding;
}
.edui-default .edui-popup .edui-bordereraser {
height : 0px;
background-color: white;
}
.edui-default .edui-menu .edui-bordereraser {
height: 0px;
}
.edui-default .edui-anchor-topleft .edui-bordereraser {
top : -2px;
left: 1px;
}
.edui-default .edui-anchor-topright .edui-bordereraser {
top : -2px;
right: 1px;
}
.edui-default .edui-anchor-bottomleft .edui-bordereraser {
bottom : -6px;
left : 0;
height : 7px;
border-right: 1px solid gray;
border-left : 1px solid gray;
}
.edui-default .edui-anchor-bottomright .edui-bordereraser {
right : 0;
bottom : -6px;
height : 7px;
border-right: 1px solid gray;
border-left : 1px solid gray;
}
.edui-popup div {
width : auto;
height: auto;
}
.edui-default .edui-editor-messageholder {
position: absolute;
top : 28px;
right : 3px;
display : block;
margin : 0;
padding : 0;
width : 150px;
height : auto;
border : 0;
}
.edui-default .edui-message {
position : relative;
margin-bottom: 3px;
padding : 0;
min-height : 10px;
text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
}
.edui-default .edui-message-body {
padding : 8px 15px 8px 8px;
border : 1px solid #fbeed5;
border-radius : 3px;
background-color: #fcf8e3;
color : #c09853;
}
.edui-default .edui-message-type-info {
border-color : #bce8f1;
background-color: #d9edf7;
color : #3a87ad;
}
.edui-default .edui-message-type-success {
border-color : #d6e9c6;
background-color: #dff0d8;
color : #468847;
}
.edui-default .edui-message-type-danger,
.edui-default .edui-message-type-error {
border-color : #eed3d7;
background-color: #f2dede;
color : #b94a48;
}
.edui-default .edui-message .edui-message-closer {
position : absolute;
top : 0;
right : 0;
float : right;
display : block;
padding : 0;
width : 16px;
height : 16px;
border : 0;
background : transparent;
color : #999;
text-shadow: 0 1px 0 #fff;
font-weight: bold;
font-size : 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 16px;
cursor : pointer;
}
.edui-default .edui-message .edui-message-content {
word-wrap : break-word;
font-size : 10pt;
word-break: normal;
}
/* 弹出对话框按钮和对话框大小 */
.edui-default .edui-dialog {
position: absolute;
z-index : 2000;
}
.edui-dialog div {
width: auto;
}
.edui-default .edui-dialog-wrap {
margin-right : 6px;
margin-bottom: 6px;
}
.edui-default .edui-dialog-fullscreen-flag {
margin-right : 0;
margin-bottom: 0;
}
.edui-default .edui-dialog-body {
position: relative;
padding : 18px 0px 0px 24px;
_zoom : 1;
}
.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body {
padding: 0;
}
.edui-default .edui-dialog-shadow {
position : absolute;
top : 0;
left : 0;
z-index : -1;
width : 100%;
height : 100%;
-webkit-border-radius : 4px;
-moz-border-radius : 4px;
border-radius : 4px;
background-color : #ffffff;
background-clip : padding-box;
-webkit-box-shadow : 0 1px 20px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow : 0 1px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow : 0 1px 20px 0 rgba(0, 0, 0, 0.1);
*border-right-width : 2px;
*border-bottom-width : 2px;
-webkit-background-clip: padding-box;
-moz-background-clip : padding;
}
.edui-default .edui-dialog-foot {
background-color: white;
}
.edui-default .edui-dialog-titlebar {
position: relative;
height : 38px;
cursor : move;
}
.edui-default .edui-dialog-caption {
padding-left: 6px;
color : #666;
font-weight : bold;
font-size : 16px;
line-height : 38px;
}
.edui-default .edui-dialog-draghandle {
height: 38px;
}
.edui-default .edui-dialog-closebutton {
position: absolute !important;
top : 6px;
right : 24px;
}
.edui-default .edui-dialog-closebutton .edui-button-body {
width : 24px;
height : 24px;
background: url("../images/icons-all.png") no-repeat 3px -56px;
cursor : pointer;
}
.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body {
background-position: 3px -86px;
transform : scale(1.2);
-webkit-transform : scale(1.2);
}
.edui-default .edui-dialog-foot {
height : 40px;
text-align: center;
}
.edui-default .edui-dialog-buttons {
margin-top: 24px;
}
.edui-default .edui-dialog-buttons .edui-button {
margin-right: 24px;
}
.edui-default .edui-dialog-buttons .edui-button .edui-button-body {
width : 100px;
height : 32px;
border-radius: 2px;
background : url("../images/icons-all.png") no-repeat;
background : #0091f2;
text-align : center;
font-size : 14px;
line-height : 32px;
cursor : pointer;
}
.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body {
background: url("../images/icons-all.png") no-repeat 0 -30px;
background: #1960d3;
}
.edui-default .edui-dialog iframe {
margin : 0;
padding : 0;
border : 0;
vertical-align: top;
}
.edui-default .edui-dialog-modalmask {
position : absolute;
/* z-index: 1999; */
background: rgba(0, 0, 0, 0.4)
}
.edui-default .edui-dialog-dragmask {
position : absolute;
/* z-index : 2001; */
background-color: transparent;
cursor : move;
}
.edui-default .edui-dialog-content {
position: relative;
}
.edui-default .dialogcontmask {
position : absolute;
display : block;
visibility: hidden;
width : 100%;
height : 100%;
opacity : 0;
cursor : move;
filter : alpha(opacity=0);
}
/*link-dialog*/
.edui-default .edui-for-link .edui-dialog-content {
overflow: hidden;
width : 660px;
height : 226px;
}
/*background-dialog*/
.edui-default .edui-for-background .edui-dialog-content {
overflow: hidden;
width : 440px;
height : 280px;
}
/*template-dialog*/
.edui-default .edui-for-template .edui-dialog-content {
overflow: hidden;
width : 630px;
height : 390px;
}
/*scrawl-dialog*/
.edui-default .edui-for-scrawl .edui-dialog-content {
width : 515px;
height: 360px;
*width: 506px;
}
/*spechars-dialog*/
.edui-default .edui-for-spechars .edui-dialog-content {
width : 620px;
height : 500px;
*width : 630px;
*height: 570px;
}
/*image-dialog*/
.edui-default .edui-for-insertimage .edui-dialog-content {
overflow: hidden;
width : 660px;
height : 400px;
}
/*webapp-dialog*/
.edui-default .edui-for-webapp .edui-dialog-content {
overflow: hidden;
width : 560px;
height : 450px;
_width : 565px;
}
/*image-insertframe*/
.edui-default .edui-for-insertframe .edui-dialog-content {
overflow: hidden;
width : 350px;
height : 200px;
}
/*wordImage-dialog*/
.edui-default .edui-for-wordimage .edui-dialog-content {
overflow: hidden;
width : 660px;
height : 380px;
}
/*attachment-dialog*/
.edui-default .edui-for-attachment .edui-dialog-content {
overflow: hidden;
width : 650px;
height : 400px;
}
/*map-dialog*/
.edui-default .edui-for-map .edui-dialog-content {
width : 550px;
height: 400px;
}
/*gmap-dialog*/
.edui-default .edui-for-gmap .edui-dialog-content {
width : 550px;
height: 400px;
}
/*video-dialog*/
.edui-default .edui-for-insertvideo .edui-dialog-content {
width : 660px;
height: 420px;
}
/*anchor-dialog*/
.edui-default .edui-for-anchor .edui-dialog-content {
overflow: hidden;
width : 320px;
height : 60px;
}
/*searchreplace-dialog*/
.edui-default .edui-for-searchreplace .edui-dialog-content {
width : 400px;
height: 220px;
}
/*help-dialog*/
.edui-default .edui-for-help .edui-dialog-content {
width : 400px;
height: 420px;
}
/*edittable-dialog*/
.edui-default .edui-for-edittable .edui-dialog-content {
width : 540px;
height: 335px;
_width: 590px;
}
/*edittip-dialog*/
.edui-default .edui-for-edittip .edui-dialog-content {
width : 225px;
height: 60px;
}
/*edittd-dialog*/
.edui-default .edui-for-edittd .edui-dialog-content {
width : 240px;
height: 50px;
}
/*snapscreen-dialog*/
.edui-default .edui-for-snapscreen .edui-dialog-content {
width : 400px;
height: 220px;
}
/*music-dialog*/
.edui-default .edui-for-music .edui-dialog-content {
width : 660px;
height: 360px;
}
/*段落弹出菜单*/
.edui-default .edui-for-paragraph .edui-listitem-label {
font-family: Tahoma, Verdana, Arial, Helvetica;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p {
font-size : 22px;
line-height: 27px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
font-weight: bolder;
font-size : 32px;
line-height: 36px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
font-weight: bolder;
font-size : 27px;
line-height: 29px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
font-weight: bolder;
font-size : 19px;
line-height: 23px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
font-weight: bolder;
font-size : 16px;
line-height: 19px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
font-weight: bolder;
font-size : 13px;
line-height: 16px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
font-weight: bolder;
font-size : 13px;
line-height: 14px;
}
/* 表格弹出菜单 */
.edui-default .edui-for-inserttable .edui-splitborder {
display: none;
}
.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
width: 0;
}
.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder {
border-left: 1px solid transparent;
}
.edui-default .edui-tablepicker .edui-infoarea {
clear : both;
margin-bottom: 3px;
width : 220px;
height : 14px;
font-size : 13px;
line-height : 14px;
}
.edui-default .edui-tablepicker .edui-infoarea .edui-label {
float: left;
}
.edui-default .edui-dialog-buttons .edui-label {
color : white;
line-height: 32px;
}
.edui-default .edui-tablepicker .edui-infoarea .edui-clickable {
float: right;
}
.edui-default .edui-tablepicker .edui-pickarea {
width : 220px;
height : 220px;
background: url("../images/unhighlighted.gif") repeat;
}
.edui-default .edui-tablepicker .edui-pickarea .edui-overlay {
background: url("../images/highlighted.gif") repeat;
}
/* 颜色弹出菜单 */
.edui-default .edui-colorpicker-topbar {
width : 200px;
height : 27px;
/* border-bottom: 1px gray dashed; */
}
.edui-default .edui_colorpicker_toolbar {
margin : 0;
padding : 0;
overflow : hidden;
margin-top : 10px;
padding-top: 14px;
border-top : 1px dotted #e7e7eb;
*zoom : 1;
}
.edui-default .edui_colorpicker_toolbar li {
float: left;
}
.edui-default .edui-colorpicker-title {
color : #353535;
font-size: 15px;
}
.edui-default .edui-colorpicker-recent {
padding: 6px 0;
width : 110%;
}
.edui-default .edui-colorpicker-recent span {
float : left;
display: inline-block;
margin : 0 4px 4px 0;
width : 18px;
height : 18px;
border : 1px solid #e7e7eb;
cursor : pointer;
}
.edui-default .edui_colorpicker_tab {
clear: both;
}
.edui-default .edui_colorpicker_tab span {
padding-right: 8px;
color : #353535;
font-size : 15px;
line-height : 32px;
cursor : pointer;
}
.edui-default .edui_colorpicker_tab span:last-child {
padding : 0 8px;
color : #8d8d8d;
border-left: 1px solid #e7e7eb;
}
.edui-default .edui_colorpicker_main {
position: relative;
width : 212px;
height : 120px;
}
.edui-default .edui_colorpicker_main>table {
position : absolute;
top : 0;
left : 0;
border-collapse: collapse;
}
.edui-default .edui_colorpicker_main>div {
position: absolute;
top : 0;
left : 10px;
}
.edui-default .edui-colorpicker-preview {
display: inline-block;
width : 24px;
height : 24px;
border : 1px solid #e7e7eb;
cursor : pointer;
}
.edui-default .edui_colorpicker_input_box {
margin-left: 6px;
padding : 0 6px;
border : 1px solid #e7e7eb;
font-size : 15px;
}
.edui-default .edui_colorpicker_input {
width : 80px;
height : 22px;
outline : 0;
border : 0;
text-indent : 4px;
letter-spacing: 2px;
font-size : 15px;
line-height : 24px;
}
.edui-default .edui_colorpicker_button {
float : right !important;
width : 70px;
height : 24px;
border : 1px solid #d8d8d8;
color : #222;
text-align : center;
font-size : 15px;
line-height: 24px;
cursor : pointer;
}
.edui-default .edui_colorpicker_button:hover {
border : 1px solid #0088e6;
background: #0091f2;
color : white;
}
.edui-default .edui-colorpicker-nocolor {
overflow : hidden;
color : red;
text-align : center;
font-weight: 100;
font-size : 24px;
line-height: 24px;
}
.edui-default .edui-colorpicker-tablefirstrow {
height: 30px;
}
.edui-default .edui-colorpicker-colorcell {
display: block;
margin : 0 4px 4px 0;
width : 18px;
height : 18px;
cursor : pointer;
}
.edui-default .edui-colorpicker-colorcell:hover {
margin: 0 4px 4px 0;
width : 18px;
height: 18px;
}
.edui-default .edui-colorpicker-advbtn {
display : block;
height : 20px;
text-align: center;
cursor : pointer;
}
.arrow_down {
background: white url('../images/arrow_down.png') no-repeat center;
}
.arrow_up {
background: white url('../images/arrow_up.png') no-repeat center;
}
/*高级的样式*/
.edui-colorpicker-adv {
position: relative;
display : none;
overflow: hidden;
height : 180px;
}
.edui-colorpicker-plant,
.edui-colorpicker-hue {
border: solid 1px #666;
}
.edui-colorpicker-pad {
position : absolute;
top : 13px;
left : 14px;
overflow : hidden;
width : 150px;
height : 150px;
background: red;
cursor : crosshair;
}
.edui-colorpicker-cover {
position : absolute;
top : 0;
left : 0;
width : 150px;
height : 150px;
background: url("../images/tangram-colorpicker.png") -160px -200px;
}
.edui-colorpicker-padDot {
position : absolute;
top : 0;
left : 0;
z-index : 1000;
overflow : hidden;
width : 11px;
height : 11px;
background: url(../images/tangram-colorpicker.png) 0px -200px repeat-x;
}
.edui-colorpicker-sliderMain {
position : absolute;
top : 13px;
left : 171px;
width : 19px;
height : 152px;
background: url(../images/tangram-colorpicker.png) -179px -12px no-repeat;
}
.edui-colorpicker-slider {
width : 100%;
height: 100%;
cursor: pointer;
}
.edui-colorpicker-thumb {
position : absolute;
top : 0;
right : -1px;
left : -1px;
height : 3px;
border : 1px solid black;
background: white;
opacity : .8;
cursor : pointer;
}
/*自动排版弹出菜单*/
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body {
clear : both;
margin-bottom: 3px;
font-size : 13px;
}
.edui-default .edui-autotypesetpicker-body table {
border-collapse: separate;
border-spacing : 2px;
}
.edui-default .edui-autotypesetpicker-body td {
word-wrap: break-word;
font-size: 13px;
}
.edui-default .edui-autotypesetpicker-body td input {
margin : 3px 3px 3px 4px;
*margin: 1px 0 0 0;
}
/*自动排版弹出菜单*/
.edui-default .edui-cellalignpicker .edui-cellalignpicker-body {
width : 70px;
font-size: 13px;
cursor : default;
}
.edui-default .edui-cellalignpicker-body table {
border-collapse: separate;
border-spacing : 0;
}
.edui-default .edui-cellalignpicker-body td {
padding: 1px;
}
.edui-default .edui-cellalignpicker-body .edui-icon {
padding : 1px;
width : 20px;
height : 20px;
background-image: url(../images/table-cell-align.png);
}
.edui-default .edui-cellalignpicker-body .edui-left {
background-position: 0 0;
}
.edui-default .edui-cellalignpicker-body .edui-center {
background-position: -25px 0;
}
.edui-default .edui-cellalignpicker-body .edui-right {
background-position: -51px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left {
background-position: -73px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center {
background-position: -98px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right {
background-position: -124px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
background-color : #f1f4f5;
background-position: -146px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
background-position: -245px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
background-position: -271px 0;
}
/*分隔线*/
.edui-default .edui-toolbar .edui-separator {
margin : 10px 4px 2px 3px;
width : 2px;
height : 20px;
background: url(../images/icons.png) -181px 0;
background: url(../images/icons.gif) -181px 0 \9;
}
/*颜色按钮 */
.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump {
position: absolute;
bottom : 0px;
left : 4px;
overflow: hidden;
width : 18px;
height : 4px;
}
/*表情按钮及弹出菜单*/
/*去除了表情的下拉箭头*/
.edui-default .edui-for-emotion .edui-icon {
background-position: -61px -20px;
}
.edui-default .edui-for-emotion .edui-popup-content iframe {
overflow: hidden;
width : 600px;
height : 380px;
}
.edui-default .edui-for-emotion .edui-popup-content {
position: relative;
z-index : 555;
}
.edui-default .edui-for-emotion .edui-splitborder {
display: none;
}
.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow {
width: 0;
}
.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder {
border-left: 1px solid transparent;
}
/*contextmenu*/
.edui-default .edui-hassubmenu .edui-arrow {
float : right;
width : 20px;
height : 20px;
background: url("../images/icons-all.png") no-repeat 10px -233px;
}
.edui-default .edui-menu-body .edui-menuitem {
padding: 1px;
}
.edui-default .edui-menuseparator {
overflow: hidden;
margin : 2px 0;
height : 1px;
}
.edui-default .edui-menuseparator-inner {
margin-right : 1px;
margin-left : 29px;
border-bottom: 1px solid #e2e3e3;
}
.edui-default .edui-menu-body .edui-state-hover {
padding : 0 !important;
border : 1px solid rgba(0, 0, 0, 0.08);
border : 1px solid #0088e6;
background-color: rgba(0, 0, 0, 0.06);
background-color: #0091f2;
color : white;
}
/*弹出菜单*/
.edui-default .edui-shortcutmenu {
padding : 2px;
width : 190px;
height : 50px;
border : 1px solid #ccc;
border-radius : 3px;
background-color: #fff;
}
/*粘贴弹出菜单*/
.edui-default .edui-wordpastepop .edui-popup-content {
padding: 0;
width : 54px;
height : 21px;
border : none;
}
.edui-default .edui-pasteicon {
width : 100%;
height : 100%;
background-image : url('../images/wordpaste.png');
background-position: 0 0;
}
.edui-default .edui-pasteicon.edui-state-opened {
background-position: 0 -34px;
}
.edui-default .edui-pastecontainer {
position : relative;
visibility: hidden;
width : 97px;
border : 1px solid #ccc;
background: #fff;
}
.edui-default .edui-pastecontainer .edui-title {
padding-left: 5px;
height : 25px;
background : #F8F8FF;
font-weight : bold;
font-size : 13px;
line-height : 25px;
}
.edui-default .edui-pastecontainer .edui-button {
overflow: hidden;
margin : 3px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon,
.edui-default .edui-pastecontainer .edui-button .edui-tagicon,
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
float : left;
margin-left : 5px;
width : 29px;
height : 29px;
background-image : url('../images/wordpaste.png');
background-repeat: no-repeat;
cursor : pointer;
}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon {
margin-left : 0;
background-position: -109px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-tagicon {
background-position: -148px 1px;
}
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
background-position: -72px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
background-position: -109px -34px;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon {
background-position: -148px -34px;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon {
background-position: -72px -34px;
}
.edui-default .edui-for-applets-card .edui-button-wrap .edui-button-body .edui-icon {
background-position: -781px -76px;
}
.edui-default .edui-for-xiumi-connect .edui-button-wrap .edui-button-body .edui-icon {
background-position: -752px -76px;
}
.mupiao-toolbar-routine #auto-save-time {
float : right;
margin : 6px;
padding-right : 20px;
background : url(../images/save-time.png) no-repeat right center;
background-size: 16px;
color : #868686;
}
.mupiao-toolbar-mediums .edui-button .edui-button-body {
padding: 0 8px !important;
}
.mupiao-toolbar-mediums .edui-icon {
display: block !important;
margin : auto;
}
.mupiao-toolbar-mediums .edui-label {
color : #5d5d5d;
font-size : 13px;
line-height: 24px;
} | themes/default/css/ueditor.css | */
/* common layer */
.edui-default .edui-box {
overflow: hidden;
margin : 0;
padding : 0;
border : none;
}
.edui-default a.edui-box {
display : block;
color : black;
text-decoration: none;
}
.edui-default a.edui-box:hover {
text-decoration: none;
}
.edui-default a.edui-box:active {
text-decoration: none;
}
.edui-default table.edui-box {
border-collapse: collapse;
}
.edui-default ul.edui-box {
list-style-type: none;
}
div.edui-box {
position : relative;
display : -moz-inline-box !important;
display : inline-block !important;
vertical-align: top;
}
.edui-default .edui-clearfix {
zoom: 1;
}
.edui-default .edui-clearfix:after {
clear : both;
display: block;
content: '\20';
}
* html div.edui-box {
display: inline !important;
}
*:first-child+html div.edui-box {
display: inline !important;
}
/* control layout */
.edui-default .edui-button-body,
.edui-splitbutton-body,
.edui-menubutton-body,
.edui-combox-body {
position: relative;
}
.edui-default .edui-popup {
position : absolute;
-webkit-user-select: none;
-moz-user-select : none;
}
.edui-default .edui-popup .edui-shadow {
position: absolute;
z-index : -1;
}
.edui-default .edui-popup .edui-bordereraser {
position: absolute;
overflow: hidden;
}
.edui-default .edui-tablepicker .edui-canvas {
position: relative;
}
.edui-default .edui-tablepicker .edui-canvas .edui-overlay {
position: absolute;
}
.edui-default .edui-dialog-modalmask,
.edui-dialog-dragmask {
position: absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
}
.edui-default .edui-toolbar {
position: relative;
}
/*
* default theme
*/
.edui-default .edui-label {
cursor: default;
}
.edui-default a.edui-click-a {
padding: 0 6px;
color : #0091f2;
}
.edui-default span.edui-clickable {
margin : 0 6px;
padding : 3px 12px;
border : 1px solid #0091f2;
border-radius : 2px;
color : #0091f2;
vertical-align: text-top;
font-size : 14px;
cursor : pointer;
}
.edui-default span.edui-clickable-fr {
margin: 0 8px 0 89px;
}
.edui-default span.edui-clickable:hover {
background : #0091f2;
color : white;
font-weight: bold;
}
.edui-default span.edui-unclickable {
color : gray;
cursor: default;
}
/* 工具栏 */
.edui-default .edui-toolbar {
overflow : hidden;
/*全屏下单独一行不占位*/
padding : 1px;
width : auto;
height : auto;
cursor : default;
zoom : 1;
-webkit-user-select: none;
-moz-user-select : none;
}
.edui-default .edui-toolbar .edui-button,
.edui-default .edui-toolbar .edui-splitbutton,
.edui-default .edui-toolbar .edui-menubutton,
.edui-default .edui-toolbar .edui-combox {
margin: 10px 6px;
}
/*UI工具栏、编辑区域、底部*/
.edui-default .edui-editor {
position : relative;
/* overflow : visible; */
overflow : hidden;
border : 1px solid #e8e8eb;
-webkit-border-radius: 3px;
-moz-border-radius : 3px;
border-radius : 3px;
background-color : white;
}
.edui-editor div {
width : auto;
height: auto;
}
.edui-default .edui-editor-toolbarbox {
position : relative;
z-index : 1;
border-top-right-radius: 1px;
border-top-left-radius : 1px;
/* -webkit-box-shadow :0 1px 4px rgba(204, 204, 204, 0.6); */
/* -moz-box-shadow :0 1px 4px rgba(204, 204, 204, 0.6); */
/* box-shadow :0 1px 4px rgba(204, 204, 204, 0.6); */
zoom : 1;
}
.edui-default .edui-editor-toolbarboxouter {
/* border: 1px solid #e8e8eb; */
border-bottom : 1px solid #e8e8eb;
/* -webkit-border-radius: 4px 4px 0 0; */
/* -moz-border-radius : 4px 4px 0 0; */
/* border-radius : 4px 4px 0 0; */
background-color : white;
/* background-image : -moz-linear-gradient(top, #ffffff, #f2f2f2); */
/* background-image : -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); */
/* background-image : -webkit-linear-gradient(top, #ffffff, #f2f2f2); */
/* background-image : -o-linear-gradient(top, #ffffff, #f2f2f2); */
/* background-image : linear-gradient(to bottom, #ffffff, #f2f2f2); */
/* background-repeat : repeat-x; */
-webkit-box-shadow : 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow : 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow : 0 1px 4px rgba(0, 0, 0, 0.065);
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
*zoom : 1;
}
.edui-default .edui-editor-toolbarboxinner {
padding: 2px;
}
.edui-default .edui-editor-iframeholder {
position : relative;
/*for fix ie6 toolbarmsg under iframe bug. relative -> static */
/* _position: static !important; */
}
.edui-default .edui-editor-iframeholder textarea {
/* font-size: 13px; */
font-family : consolas, "Courier New", "lucida console", monospace;
/* line-height: 18px; */
}
.edui-default .edui-editor-bottombar {
/*
float: left;
overflow: hidden;
width: 40%;
height: 20px;
border-top: 1px solid #ccc;
*/
}
.edui-default .edui-editor-bottomContainer {
position : relative;
overflow : hidden;
background-color: white;
z-index : 1;
}
.edui-default .edui-editor-bottomContainer table {
overflow : hidden;
width : 100%;
height : 40px;
border-spacing: 0;
}
.edui-default .edui-editor-bottomContainer td {
border-top : 1px solid #ccc;
white-space: nowrap;
font-size : 13px;
line-height: 20px;
}
.edui-default .edui-editor-wordcount {
padding-right: 4px;
color : #0091f2;
text-align : right;
}
.edui-default .edui-editor-scale {
width: 12px;
}
.edui-default .edui-editor-scale .edui-editor-icon {
float : right;
margin-top: 10px;
width : 100%;
height : 12px;
background: url(../images/scale.png) no-repeat;
cursor : se-resize;
}
.edui-default .edui-editor-breadcrumb {
margin: 2px 0 0 3px;
}
.edui-default .edui-editor-breadcrumb span {
color : #666;
text-decoration: underline;
cursor : pointer;
}
.edui-default .edui-toolbar .edui-for-fullscreen {
/* float: right; */
}
.edui-default .edui-bubble .edui-popup-content {
padding : 10px;
border : 1px solid #d8d8d8;
background-color: white;
color : #666;
font-size : 16px;
}
.edui-default .edui-bubble .edui-shadow {
/* -webkit-box-shadow: 2px 2px 3px #818181; */
/* -moz-box-shadow: 2px 2px 3px #818181; */
/* box-shadow: 1px 1px 3px #818181; */
/* filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius = '2', MakeShadow = 'true', ShadowOpacity = '0.5'); */
}
.edui-default .edui-editor-toolbarmsg {
position : absolute;
bottom : -25px;
left : 0;
z-index : 1009;
width : 99.9%;
border-bottom : 1px solid #ccc;
background-color: #FFF6D9;
}
.edui-default .edui-editor-toolbarmsg-upload {
position : absolute;
top : 5px;
left : 350px;
width : 100px;
height : 16px;
color : #666;
font-size : 14px;
line-height: 16px;
cursor : pointer;
}
.edui-default .edui-editor-toolbarmsg-label {
padding : 4px;
font-size : 13px;
line-height: 16px;
}
.edui-default .edui-editor-toolbarmsg-close {
float : right;
width : 20px;
height : 16px;
color : red;
line-height: 16px;
cursor : pointer;
}
/*可选中菜单按钮*/
.edui-default .edui-list .edui-bordereraser {
display: none;
}
.edui-default .edui-listitem {
padding : 1px;
white-space: nowrap;
}
.edui-default .edui-list .edui-state-hover {
position : relative;
padding : 0;
border : 1px solid rgba(0, 0, 0, 0.08);
border : 1px solid #0088e6;
background-color: rgba(0, 0, 0, 0.06);
background-color: #0091f2;
color : white;
}
.edui-default .edui-for-fontfamily .edui-listitem-label {
padding-left: 5px;
height : 22px;
min-width : 130px;
font-size : 13px;
line-height : 22px;
_width : 120px;
}
.edui-default .edui-for-insertcode .edui-listitem-label {
padding-left: 5px;
height : 22px;
min-width : 120px;
font-size : 13px;
line-height : 22px;
_width : 120px;
}
.edui-default .edui-for-underline .edui-listitem-label {
padding : 3px 5px;
min-width: 120px;
font-size: 13px;
_width : 120px;
}
.edui-default .edui-for-fontsize .edui-listitem-label {
padding : 3px 5px;
min-width: 120px;
_width : 120px;
}
.edui-default .edui-for-paragraph .edui-listitem-label {
padding : 2px 5px;
min-width: 200px;
_width : 200px;
}
.edui-default .edui-for-rowspacingtop .edui-listitem-label,
.edui-default .edui-for-rowspacingbottom .edui-listitem-label {
padding : 2px 5px;
min-width: 53px;
_width : 53px;
}
.edui-default .edui-for-lineheight .edui-listitem-label {
padding : 2px 5px;
min-width: 53px;
_width : 53px;
}
.edui-default .edui-for-customstyle .edui-listitem-label {
padding : 2px 5px;
width : 200px !important;
min-width: 200px;
_width : 200px;
}
/* 可选中按钮弹出菜单*/
.edui-default .edui-menu {
z-index: 3000;
}
.edui-default .edui-menu .edui-popup-content {
padding: 3px;
}
.edui-default .edui-menu-body {
min-width : 170px;
background: url("../images/sparator_v.png") repeat-y 25px;
_width : 150px;
}
.edui-default .edui-menuitem-body {}
.edui-default .edui-menuitem {
height : 26px;
vertical-align: top;
cursor : default;
}
.edui-default .edui-menuitem .edui-icon {
width : 26px !important;
height : 26px !important;
/* background: url(../images/icons.png) 0 -4000px; */
/* background: url(../images/icons.gif) 0 -4000px\9; */
}
.edui-default .edui-menuitem .edui-label {
padding-left: 10px;
height : 23px;
font-size : 13px;
line-height : 28px;
}
.edui-default .edui-state-checked .edui-menuitem-body {
background: url("../images/icons-all.png") no-repeat 6px -203px;
}
.edui-default .edui-state-disabled .edui-menuitem-label {
color: gray;
}
/*不可选中菜单按钮 */
.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
margin : 0 3px 0 0;
padding-left: 5px;
width : 36px;
height : 20px;
white-space : nowrap;
font-size : 13px;
line-height : 20px;
}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
width : 9px;
height : 20px;
background : url(../images/icons.png) -738px 0;
_background: url(../images/icons.gif) -741px 0;
}
.edui-default .edui-toolbar .edui-combox .edui-combox-body {
border : 1px solid white;
/* -webkit-border-radius: 2px; */
/* -moz-border-radius : 2px; */
/* border-radius : 2px; */
background-color : white;
}
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
display: none;
}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
border-left: 1px solid white;
}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body {
border : 1px solid rgba(0, 0, 0, 0.08);
background-color: rgba(0, 0, 0, 0.06);
}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.edui-default .edui-toolbar .edui-state-checked .edui-combox-body {
border : 1px solid #0091f2;
background-color: #c6e8ff;
}
.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
border-left: 1px solid #0091f2;
}
.edui-toolbar .edui-state-disabled .edui-combox-body {
background-color: #F0F0EE;
opacity : 0.3;
filter : alpha(opacity=30);
}
.edui-toolbar .edui-state-opened .edui-combox-body {
border : 1px solid gray;
background-color: white;
}
/*普通按钮样式及状态*/
.edui-default .edui-toolbar .edui-button .edui-icon,
.edui-default .edui-toolbar .edui-menubutton .edui-icon,
.edui-default .edui-toolbar .edui-splitbutton .edui-icon {
width : 20px !important;
height : 20px !important;
background-image: url(../images/icons.png);
background-image: url(../images/icons.gif) \9;
}
.edui-default .edui-toolbar .edui-button .edui-button-wrap {
position: relative;
padding : 1px;
}
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
padding : 0;
border : 1px solid rgba(0, 0, 0, 0.08);
background-color: rgba(0, 0, 0, 0.06);
}
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
padding : 0;
border : 1px solid #0088e6;
-webkit-border-radius: 2px;
-moz-border-radius : 2px;
border-radius : 2px;
background-color : #0091f2;
}
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
padding : 0;
border : 1px solid gray;
background-color: #ffffff;
}
/* .edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap .edui-icon {
background-image: url(../images/icons_checked.png) !important; */
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap .edui-icon {
background-image: url(../images/icons_checked.png);
}
.edui-default .edui-toolbar .edui-state-disabled .edui-label {
color: #ccc;
}
.edui-default .edui-toolbar .edui-state-disabled .edui-icon {
opacity: 0.3;
filter : alpha(opacity=30);
}
/* toolbar icons */
.edui-default .edui-for-undo .edui-icon {
background-position: -160px 0;
}
.edui-default .edui-for-redo .edui-icon {
background-position: -100px 0;
}
.edui-default .edui-for-bold .edui-icon {
background-position: 0 0;
}
.edui-default .edui-for-italic .edui-icon {
background-position: -60px 0;
}
.edui-default .edui-for-fontborder .edui-icon {
background-position: -160px -40px;
}
.edui-default .edui-for-underline .edui-icon {
background-position: -140px 0;
}
.edui-default .edui-for-strikethrough .edui-icon {
background-position: -120px 0;
}
.edui-default .edui-for-subscript .edui-icon {
background-position: -600px 0;
}
.edui-default .edui-for-superscript .edui-icon {
background-position: -620px 0;
}
.edui-default .edui-for-blockquote .edui-icon {
background-position: -220px 0;
}
.edui-default .edui-for-forecolor .edui-icon {
background-position: -719px 0;
}
.edui-default .edui-for-backcolor .edui-icon {
background-position: -760px -2px;
}
.edui-default .edui-for-inserttable .edui-icon {
background-position: -580px -20px;
}
.edui-default .edui-for-autotypeset .edui-icon {
background-position: -640px -40px;
}
.edui-default .edui-for-justifyleft .edui-icon {
background-position: -460px 0;
}
.edui-default .edui-for-justifycenter .edui-icon {
background-position: -420px 0;
}
.edui-default .edui-for-justifyright .edui-icon {
background-position: -480px 0;
}
.edui-default .edui-for-justifyjustify .edui-icon {
background-position: -440px 0;
}
.edui-default .edui-for-insertorderedlist .edui-icon {
background-position: -80px 0;
}
.edui-default .edui-for-insertunorderedlist .edui-icon {
background-position: -20px 0;
}
.edui-default .edui-for-lineheight .edui-icon {
background-position: -725px -40px;
}
.edui-default .edui-for-rowspacingbottom .edui-icon {
background-position: -745px -40px;
}
.edui-default .edui-for-justifyindent .edui-icon {
background-position: -725px -100px;
}
.edui-default .edui-for-rowspacingtop .edui-icon {
background-position: -765px -40px;
}
.edui-default .edui-for-letterspacing .edui-icon {
background-position: -753px -100px;
}
.edui-default .edui-for-horizontal .edui-icon {
background-position: -360px 0;
}
.edui-default .edui-for-link .edui-icon {
background-position: -500px 0;
}
.edui-default .edui-for-code .edui-icon {
background-position: -440px -40px;
}
.edui-default .edui-for-insertimage .edui-icon {
background-position: -726px -77px;
}
.edui-default .edui-for-insertframe .edui-icon {
background-position: -240px -40px;
}
.edui-default .edui-for-emoticon .edui-icon {
background-position: -60px -20px;
}
.edui-default .edui-for-spechars .edui-icon {
background-position: -240px 0;
}
.edui-default .edui-for-help .edui-icon {
background-position: -340px 0;
}
.edui-default .edui-for-print .edui-icon {
background-position: -440px -20px;
}
.edui-default .edui-for-preview .edui-icon {
background-position: -420px -20px;
}
.edui-default .edui-for-selectall .edui-icon {
background-position: -400px -20px;
}
.edui-default .edui-for-searchreplace .edui-icon {
background-position: -520px -20px;
}
.edui-default .edui-for-map .edui-icon {
background-position: -40px -40px;
}
.edui-default .edui-for-gmap .edui-icon {
background-position: -260px -40px;
}
.edui-default .edui-for-insertvideo .edui-icon {
background-position: -320px -20px;
}
.edui-default .edui-for-time .edui-icon {
background-position: -160px -20px;
}
.edui-default .edui-for-date .edui-icon {
background-position: -140px -20px;
}
.edui-default .edui-for-cut .edui-icon {
background-position: -680px 0;
}
.edui-default .edui-for-copy .edui-icon {
background-position: -700px 0;
}
.edui-default .edui-for-paste .edui-icon {
background-position: -560px 0;
}
.edui-default .edui-for-formatmatch .edui-icon {
background-position: -41px 0;
}
.edui-default .edui-for-pasteplain .edui-icon {
background-position: -360px -20px;
}
.edui-default .edui-for-directionalityltr .edui-icon {
background-position: -20px -20px;
}
.edui-default .edui-for-directionalityrtl .edui-icon {
background-position: -40px -20px;
}
.edui-default .edui-for-source .edui-icon {
background-position: -261px -0px;
}
.edui-default .edui-for-removeformat .edui-icon {
background-position: -580px 0;
}
.edui-default .edui-for-unlink .edui-icon {
background-position: -641px 0;
}
.edui-default .edui-for-touppercase .edui-icon {
background-position: -786px 0;
}
.edui-default .edui-for-tolowercase .edui-icon {
background-position: -806px 0;
}
.edui-default .edui-for-insertrow .edui-icon {
background-position: -478px -76px;
}
.edui-default .edui-for-insertrownext .edui-icon {
background-position: -498px -76px;
}
.edui-default .edui-for-insertcol .edui-icon {
background-position: -455px -76px;
}
.edui-default .edui-for-insertcolnext .edui-icon {
background-position: -429px -76px;
}
.edui-default .edui-for-mergeright .edui-icon {
background-position: -60px -40px;
}
.edui-default .edui-for-mergedown .edui-icon {
background-position: -80px -40px;
}
.edui-default .edui-for-splittorows .edui-icon {
background-position: -100px -40px;
}
.edui-default .edui-for-splittocols .edui-icon {
background-position: -120px -40px;
}
.edui-default .edui-for-insertparagraphbeforetable .edui-icon {
background-position: -140px -40px;
}
.edui-default .edui-for-deleterow .edui-icon {
background-position: -660px -20px;
}
.edui-default .edui-for-deletecol .edui-icon {
background-position: -640px -20px;
}
.edui-default .edui-for-splittocells .edui-icon {
background-position: -800px -20px;
}
.edui-default .edui-for-mergecells .edui-icon {
background-position: -760px -20px;
}
.edui-default .edui-for-deletetable .edui-icon {
background-position: -620px -20px;
}
.edui-default .edui-for-cleardoc .edui-icon {
background-position: -520px 0;
}
.edui-default .edui-for-fullscreen .edui-icon {
background-position: -100px -20px;
}
.edui-default .edui-for-anchor .edui-icon {
background-position: -200px 0;
}
.edui-default .edui-for-pagebreak .edui-icon {
background-position: -460px -40px;
}
.edui-default .edui-for-imagenone .edui-icon {
background-position: -480px -40px;
}
.edui-default .edui-for-imageleft .edui-icon {
background-position: -500px -40px;
}
.edui-default .edui-for-wordimage .edui-icon {
background-position: -660px -40px;
}
.edui-default .edui-for-imageright .edui-icon {
background-position: -520px -40px;
}
.edui-default .edui-for-imagecenter .edui-icon {
background-position: -541px -40px;
}
.edui-default .edui-for-indent .edui-icon {
background-position: -400px 0;
}
.edui-default .edui-for-outdent .edui-icon {
background-position: -540px 0;
}
.edui-default .edui-for-webapp .edui-icon {
background-position: -601px -40px;
}
.edui-default .edui-for-table .edui-icon {
background-position: -580px -20px;
}
.edui-default .edui-for-edittable .edui-icon {
background-position: -420px -40px;
}
.edui-default .edui-for-template .edui-icon {
background-position: -339px -40px;
}
.edui-default .edui-for-delete .edui-icon {
background-position: -360px -40px;
}
.edui-default .edui-for-attachment .edui-icon {
background-position: -620px -40px;
}
.edui-default .edui-for-edittd .edui-icon {
background-position: -700px -40px;
}
.edui-default .edui-for-snapscreen .edui-icon {
background-position: -581px -40px;
}
.edui-default .edui-for-scrawl .edui-icon {
background-position: -801px -41px;
}
.edui-default .edui-for-background .edui-icon {
background-position: -680px -40px;
}
.edui-default .edui-for-music .edui-icon {
background-position: -18px -40px;
}
.edui-default .edui-for-formula .edui-icon {
background-position: -200px -40px;
}
.edui-default .edui-for-aligntd .edui-icon {
background-position: -236px -76px;
}
.edui-default .edui-for-insertparagraphtrue .edui-icon {
background-position: -625px -76px;
}
.edui-default .edui-for-insertparagraph .edui-icon {
background-position: -602px -76px;
}
.edui-default .edui-for-insertcaption .edui-icon {
background-position: -336px -76px;
}
.edui-default .edui-for-deletecaption .edui-icon {
background-position: -362px -76px;
}
.edui-default .edui-for-inserttitle .edui-icon {
background-position: -286px -76px;
}
.edui-default .edui-for-deletetitle .edui-icon {
background-position: -311px -76px;
}
.edui-default .edui-for-aligntable .edui-icon {
background-position: -440px 0;
}
.edui-default .edui-for-tablealignment-left .edui-icon {
background-position: -460px 0;
}
.edui-default .edui-for-tablealignment-center .edui-icon {
background-position: -420px 0;
}
.edui-default .edui-for-tablealignment-right .edui-icon {
background-position: -480px 0;
}
.edui-default .edui-for-drafts .edui-icon {
background-position: -560px 0;
}
.edui-default .edui-for-charts .edui-icon {
background: url(../images/charts.png ) no-repeat 2px 3px !important;
}
.edui-default .edui-for-inserttitlecol .edui-icon {
background-position: -673px -76px;
}
.edui-default .edui-for-deletetitlecol .edui-icon {
background-position: -698px -76px;
}
.edui-default .edui-for-simpleupload .edui-icon {
background-position: -380px 0px;
}
/*splitbutton*/
.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow,
.edui-default .edui-toolbar .edui-menubutton-body .edui-arrow {
width : 9px;
height : 20px;
background : url(../images/icons.png) -738px 0;
_background: url(../images/icons.gif) -741px 0;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body {
padding: 1px;
}
.edui-default .edui-toolbar .edui-splitborder {
width : 1px;
height: 20px;
}
.edui-default .edui-toolbar .edui-state-hover .edui-splitborder {
width : 1px;
border-left: 0px solid rgba(0, 0, 0, 0.08);
}
.edui-default .edui-toolbar .edui-state-active .edui-splitborder {
width : 0;
border-left: 1px solid gray;
}
.edui-default .edui-toolbar .edui-state-opened .edui-splitborder {
width : 1px;
border: 0;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body {
padding : 0;
border : 1px solid rgba(0, 0, 0, 0.08);
background-color: rgba(0, 0, 0, 0.06);
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body {
padding : 0;
border : 1px solid #0091f2;
background-color: #c6e8ff;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body {
padding : 0;
border : 1px solid gray;
background-color: #ffffff;
}
/* .edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body .edui-icon,
.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body .edui-icon {
background-image: url(../images/icons_checked.png) !important; */
.edui-default .edui-state-disabled .edui-arrow {
opacity: 0.3;
_filter: alpha(opacity=30);
}
.edui-default .edui-for-letterspacing .edui-menuitem .edui-icon,
.edui-default .edui-for-justifyindent .edui-menuitem .edui-icon {
background: none;
}
.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body,
.edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body {
padding : 0;
border : 1px solid #0088e6;
background-color: white;
}
.edui-default .edui-for-insertorderedlist .edui-bordereraser,
.edui-default .edui-for-lineheight .edui-bordereraser,
.edui-default .edui-for-rowspacingtop .edui-bordereraser,
.edui-default .edui-for-rowspacingbottom .edui-bordereraser,
.edui-default .edui-for-insertunorderedlist .edui-bordereraser {
background-color: white;
}
/* 解决嵌套导致的图标问题 */
.edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon,
.edui-default .edui-for-lineheight .edui-popup-body .edui-icon,
.edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon,
.edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon,
.edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon {
background-image : none;
/* background-position: 0 -40px; */
}
/* 弹出菜单 */
.edui-default .edui-popup {
z-index : 3000;
width : auto;
height : auto;
background-color: #ffffff;
color : #353535;
}
.edui-default .edui-popup .edui-shadow {
top : 0;
left : 0;
width : 100%;
height: 100%;
}
.edui-default .edui-popup-content {
padding : 16px;
border : 1px solid #e7e7eb;
background : #ffffff;
background-clip : padding-box;
-webkit-box-shadow : 0 1px 20px 0 #e4e8eb;
-moz-box-shadow : 0 1px 20px 0 #e4e8eb;
box-shadow : 0 1px 20px 0 #e4e8eb;
*border-right-width : 2px;
*border-bottom-width : 2px;
-webkit-background-clip: padding-box;
-moz-background-clip : padding;
}
.edui-default .edui-popup .edui-bordereraser {
height : 0px;
background-color: white;
}
.edui-default .edui-menu .edui-bordereraser {
height: 0px;
}
.edui-default .edui-anchor-topleft .edui-bordereraser {
top : -2px;
left: 1px;
}
.edui-default .edui-anchor-topright .edui-bordereraser {
top : -2px;
right: 1px;
}
.edui-default .edui-anchor-bottomleft .edui-bordereraser {
bottom : -6px;
left : 0;
height : 7px;
border-right: 1px solid gray;
border-left : 1px solid gray;
}
.edui-default .edui-anchor-bottomright .edui-bordereraser {
right : 0;
bottom : -6px;
height : 7px;
border-right: 1px solid gray;
border-left : 1px solid gray;
}
.edui-popup div {
width : auto;
height: auto;
}
.edui-default .edui-editor-messageholder {
position: absolute;
top : 28px;
right : 3px;
display : block;
margin : 0;
padding : 0;
width : 150px;
height : auto;
border : 0;
}
.edui-default .edui-message {
position : relative;
margin-bottom: 3px;
padding : 0;
min-height : 10px;
text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
}
.edui-default .edui-message-body {
padding : 8px 15px 8px 8px;
border : 1px solid #fbeed5;
border-radius : 3px;
background-color: #fcf8e3;
color : #c09853;
}
.edui-default .edui-message-type-info {
border-color : #bce8f1;
background-color: #d9edf7;
color : #3a87ad;
}
.edui-default .edui-message-type-success {
border-color : #d6e9c6;
background-color: #dff0d8;
color : #468847;
}
.edui-default .edui-message-type-danger,
.edui-default .edui-message-type-error {
border-color : #eed3d7;
background-color: #f2dede;
color : #b94a48;
}
.edui-default .edui-message .edui-message-closer {
position : absolute;
top : 0;
right : 0;
float : right;
display : block;
padding : 0;
width : 16px;
height : 16px;
border : 0;
background : transparent;
color : #999;
text-shadow: 0 1px 0 #fff;
font-weight: bold;
font-size : 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 16px;
cursor : pointer;
}
.edui-default .edui-message .edui-message-content {
word-wrap : break-word;
font-size : 10pt;
word-break: normal;
}
/* 弹出对话框按钮和对话框大小 */
.edui-default .edui-dialog {
position: absolute;
z-index : 2000;
}
.edui-dialog div {
width: auto;
}
.edui-default .edui-dialog-wrap {
margin-right : 6px;
margin-bottom: 6px;
}
.edui-default .edui-dialog-fullscreen-flag {
margin-right : 0;
margin-bottom: 0;
}
.edui-default .edui-dialog-body {
position: relative;
padding : 18px 0px 0px 24px;
_zoom : 1;
}
.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body {
padding: 0;
}
.edui-default .edui-dialog-shadow {
position : absolute;
top : 0;
left : 0;
z-index : -1;
width : 100%;
height : 100%;
-webkit-border-radius : 4px;
-moz-border-radius : 4px;
border-radius : 4px;
background-color : #ffffff;
background-clip : padding-box;
-webkit-box-shadow : 0 1px 20px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow : 0 1px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow : 0 1px 20px 0 rgba(0, 0, 0, 0.1);
*border-right-width : 2px;
*border-bottom-width : 2px;
-webkit-background-clip: padding-box;
-moz-background-clip : padding;
}
.edui-default .edui-dialog-foot {
background-color: white;
}
.edui-default .edui-dialog-titlebar {
position: relative;
height : 38px;
cursor : move;
}
.edui-default .edui-dialog-caption {
padding-left: 6px;
color : #666;
font-weight : bold;
font-size : 16px;
line-height : 38px;
}
.edui-default .edui-dialog-draghandle {
height: 38px;
}
.edui-default .edui-dialog-closebutton {
position: absolute !important;
top : 6px;
right : 24px;
}
.edui-default .edui-dialog-closebutton .edui-button-body {
width : 24px;
height : 24px;
background: url("../images/icons-all.png") no-repeat 3px -56px;
cursor : pointer;
}
.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body {
background-position: 3px -86px;
transform : scale(1.2);
-webkit-transform : scale(1.2);
}
.edui-default .edui-dialog-foot {
height : 40px;
text-align: center;
}
.edui-default .edui-dialog-buttons {
margin-top: 24px;
}
.edui-default .edui-dialog-buttons .edui-button {
margin-right: 24px;
}
.edui-default .edui-dialog-buttons .edui-button .edui-button-body {
width : 100px;
height : 32px;
border-radius: 2px;
background : url("../images/icons-all.png") no-repeat;
background : #0091f2;
text-align : center;
font-size : 14px;
line-height : 32px;
cursor : pointer;
}
.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body {
background: url("../images/icons-all.png") no-repeat 0 -30px;
background: #1960d3;
}
.edui-default .edui-dialog iframe {
margin : 0;
padding : 0;
border : 0;
vertical-align: top;
}
.edui-default .edui-dialog-modalmask {
position : absolute;
/* z-index: 1999; */
background: rgba(0, 0, 0, 0.4)
}
.edui-default .edui-dialog-dragmask {
position : absolute;
/* z-index : 2001; */
background-color: transparent;
cursor : move;
}
.edui-default .edui-dialog-content {
position: relative;
}
.edui-default .dialogcontmask {
position : absolute;
display : block;
visibility: hidden;
width : 100%;
height : 100%;
opacity : 0;
cursor : move;
filter : alpha(opacity=0);
}
/*link-dialog*/
.edui-default .edui-for-link .edui-dialog-content {
overflow: hidden;
width : 660px;
height : 226px;
}
/*background-dialog*/
.edui-default .edui-for-background .edui-dialog-content {
overflow: hidden;
width : 440px;
height : 280px;
}
/*template-dialog*/
.edui-default .edui-for-template .edui-dialog-content {
overflow: hidden;
width : 630px;
height : 390px;
}
/*scrawl-dialog*/
.edui-default .edui-for-scrawl .edui-dialog-content {
width : 515px;
height: 360px;
*width: 506px;
}
/*spechars-dialog*/
.edui-default .edui-for-spechars .edui-dialog-content {
width : 620px;
height : 500px;
*width : 630px;
*height: 570px;
}
/*image-dialog*/
.edui-default .edui-for-insertimage .edui-dialog-content {
overflow: hidden;
width : 660px;
height : 400px;
}
/*webapp-dialog*/
.edui-default .edui-for-webapp .edui-dialog-content {
overflow: hidden;
width : 560px;
height : 450px;
_width : 565px;
}
/*image-insertframe*/
.edui-default .edui-for-insertframe .edui-dialog-content {
overflow: hidden;
width : 350px;
height : 200px;
}
/*wordImage-dialog*/
.edui-default .edui-for-wordimage .edui-dialog-content {
overflow: hidden;
width : 660px;
height : 380px;
}
/*attachment-dialog*/
.edui-default .edui-for-attachment .edui-dialog-content {
overflow: hidden;
width : 650px;
height : 400px;
}
/*map-dialog*/
.edui-default .edui-for-map .edui-dialog-content {
width : 550px;
height: 400px;
}
/*gmap-dialog*/
.edui-default .edui-for-gmap .edui-dialog-content {
width : 550px;
height: 400px;
}
/*video-dialog*/
.edui-default .edui-for-insertvideo .edui-dialog-content {
width : 660px;
height: 420px;
}
/*anchor-dialog*/
.edui-default .edui-for-anchor .edui-dialog-content {
overflow: hidden;
width : 320px;
height : 60px;
}
/*searchreplace-dialog*/
.edui-default .edui-for-searchreplace .edui-dialog-content {
width : 400px;
height: 220px;
}
/*help-dialog*/
.edui-default .edui-for-help .edui-dialog-content {
width : 400px;
height: 420px;
}
/*edittable-dialog*/
.edui-default .edui-for-edittable .edui-dialog-content {
width : 540px;
height: 335px;
_width: 590px;
}
/*edittip-dialog*/
.edui-default .edui-for-edittip .edui-dialog-content {
width : 225px;
height: 60px;
}
/*edittd-dialog*/
.edui-default .edui-for-edittd .edui-dialog-content {
width : 240px;
height: 50px;
}
/*snapscreen-dialog*/
.edui-default .edui-for-snapscreen .edui-dialog-content {
width : 400px;
height: 220px;
}
/*music-dialog*/
.edui-default .edui-for-music .edui-dialog-content {
width : 660px;
height: 360px;
}
/*段落弹出菜单*/
.edui-default .edui-for-paragraph .edui-listitem-label {
font-family: Tahoma, Verdana, Arial, Helvetica;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p {
font-size : 22px;
line-height: 27px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
font-weight: bolder;
font-size : 32px;
line-height: 36px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
font-weight: bolder;
font-size : 27px;
line-height: 29px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
font-weight: bolder;
font-size : 19px;
line-height: 23px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
font-weight: bolder;
font-size : 16px;
line-height: 19px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
font-weight: bolder;
font-size : 13px;
line-height: 16px;
}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
font-weight: bolder;
font-size : 13px;
line-height: 14px;
}
/* 表格弹出菜单 */
.edui-default .edui-for-inserttable .edui-splitborder {
display: none;
}
.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
width: 0;
}
.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder {
border-left: 1px solid transparent;
}
.edui-default .edui-tablepicker .edui-infoarea {
clear : both;
margin-bottom: 3px;
width : 220px;
height : 14px;
font-size : 13px;
line-height : 14px;
}
.edui-default .edui-tablepicker .edui-infoarea .edui-label {
float: left;
}
.edui-default .edui-dialog-buttons .edui-label {
color : white;
line-height: 32px;
}
.edui-default .edui-tablepicker .edui-infoarea .edui-clickable {
float: right;
}
.edui-default .edui-tablepicker .edui-pickarea {
width : 220px;
height : 220px;
background: url("../images/unhighlighted.gif") repeat;
}
.edui-default .edui-tablepicker .edui-pickarea .edui-overlay {
background: url("../images/highlighted.gif") repeat;
}
/* 颜色弹出菜单 */
.edui-default .edui-colorpicker-topbar {
width : 200px;
height : 27px;
/* border-bottom: 1px gray dashed; */
}
.edui-default .edui_colorpicker_toolbar {
margin : 0;
padding : 0;
overflow : hidden;
margin-top : 10px;
padding-top: 14px;
border-top : 1px dotted #e7e7eb;
*zoom : 1;
}
.edui-default .edui_colorpicker_toolbar li {
float: left;
}
.edui-default .edui-colorpicker-title {
color : #353535;
font-size: 15px;
}
.edui-default .edui-colorpicker-recent {
padding: 6px 0;
width : 110%;
}
.edui-default .edui-colorpicker-recent span {
float : left;
display: inline-block;
margin : 0 4px 4px 0;
width : 18px;
height : 18px;
border : 1px solid #e7e7eb;
cursor : pointer;
}
.edui-default .edui_colorpicker_tab {
clear: both;
}
.edui-default .edui_colorpicker_tab span {
padding-right: 8px;
color : #353535;
font-size : 15px;
line-height : 32px;
cursor : pointer;
}
.edui-default .edui_colorpicker_tab span:last-child {
padding : 0 8px;
color : #8d8d8d;
border-left: 1px solid #e7e7eb;
}
.edui-default .edui_colorpicker_main {
position: relative;
width : 212px;
height : 120px;
}
.edui-default .edui_colorpicker_main>table {
position : absolute;
top : 0;
left : 0;
border-collapse: collapse;
}
.edui-default .edui_colorpicker_main>div {
position: absolute;
top : 0;
left : 10px;
}
.edui-default .edui-colorpicker-preview {
display: inline-block;
width : 24px;
height : 24px;
border : 1px solid #e7e7eb;
cursor : pointer;
}
.edui-default .edui_colorpicker_input_box {
margin-left: 6px;
padding : 0 6px;
border : 1px solid #e7e7eb;
font-size : 15px;
}
.edui-default .edui_colorpicker_input {
width : 80px;
height : 22px;
outline : 0;
border : 0;
text-indent : 4px;
letter-spacing: 2px;
font-size : 15px;
line-height : 24px;
}
.edui-default .edui_colorpicker_button {
float : right !important;
width : 70px;
height : 24px;
border : 1px solid #d8d8d8;
color : #222;
text-align : center;
font-size : 15px;
line-height: 24px;
cursor : pointer;
}
.edui-default .edui_colorpicker_button:hover {
border : 1px solid #0088e6;
background: #0091f2;
color : white;
}
.edui-default .edui-colorpicker-nocolor {
overflow : hidden;
color : red;
text-align : center;
font-weight: 100;
font-size : 24px;
line-height: 24px;
}
.edui-default .edui-colorpicker-tablefirstrow {
height: 30px;
}
.edui-default .edui-colorpicker-colorcell {
display: block;
margin : 0 4px 4px 0;
width : 18px;
height : 18px;
cursor : pointer;
}
.edui-default .edui-colorpicker-colorcell:hover {
margin: 0 4px 4px 0;
width : 18px;
height: 18px;
}
.edui-default .edui-colorpicker-advbtn {
display : block;
height : 20px;
text-align: center;
cursor : pointer;
}
.arrow_down {
background: white url('../images/arrow_down.png') no-repeat center;
}
.arrow_up {
background: white url('../images/arrow_up.png') no-repeat center;
}
/*高级的样式*/
.edui-colorpicker-adv {
position: relative;
display : none;
overflow: hidden;
height : 180px;
}
.edui-colorpicker-plant,
.edui-colorpicker-hue {
border: solid 1px #666;
}
.edui-colorpicker-pad {
position : absolute;
top : 13px;
left : 14px;
overflow : hidden;
width : 150px;
height : 150px;
background: red;
cursor : crosshair;
}
.edui-colorpicker-cover {
position : absolute;
top : 0;
left : 0;
width : 150px;
height : 150px;
background: url("../images/tangram-colorpicker.png") -160px -200px;
}
.edui-colorpicker-padDot {
position : absolute;
top : 0;
left : 0;
z-index : 1000;
overflow : hidden;
width : 11px;
height : 11px;
background: url(../images/tangram-colorpicker.png) 0px -200px repeat-x;
}
.edui-colorpicker-sliderMain {
position : absolute;
top : 13px;
left : 171px;
width : 19px;
height : 152px;
background: url(../images/tangram-colorpicker.png) -179px -12px no-repeat;
}
.edui-colorpicker-slider {
width : 100%;
height: 100%;
cursor: pointer;
}
.edui-colorpicker-thumb {
position : absolute;
top : 0;
right : -1px;
left : -1px;
height : 3px;
border : 1px solid black;
background: white;
opacity : .8;
cursor : pointer;
}
/*自动排版弹出菜单*/
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body {
clear : both;
margin-bottom: 3px;
font-size : 13px;
}
.edui-default .edui-autotypesetpicker-body table {
border-collapse: separate;
border-spacing : 2px;
}
.edui-default .edui-autotypesetpicker-body td {
word-wrap: break-word;
font-size: 13px;
}
.edui-default .edui-autotypesetpicker-body td input {
margin : 3px 3px 3px 4px;
*margin: 1px 0 0 0;
}
/*自动排版弹出菜单*/
.edui-default .edui-cellalignpicker .edui-cellalignpicker-body {
width : 70px;
font-size: 13px;
cursor : default;
}
.edui-default .edui-cellalignpicker-body table {
border-collapse: separate;
border-spacing : 0;
}
.edui-default .edui-cellalignpicker-body td {
padding: 1px;
}
.edui-default .edui-cellalignpicker-body .edui-icon {
padding : 1px;
width : 20px;
height : 20px;
background-image: url(../images/table-cell-align.png);
}
.edui-default .edui-cellalignpicker-body .edui-left {
background-position: 0 0;
}
.edui-default .edui-cellalignpicker-body .edui-center {
background-position: -25px 0;
}
.edui-default .edui-cellalignpicker-body .edui-right {
background-position: -51px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left {
background-position: -73px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center {
background-position: -98px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right {
background-position: -124px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
background-color : #f1f4f5;
background-position: -146px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
background-position: -245px 0;
}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
background-position: -271px 0;
}
/*分隔线*/
.edui-default .edui-toolbar .edui-separator {
margin : 10px 4px 2px 3px;
width : 2px;
height : 20px;
background: url(../images/icons.png) -181px 0;
background: url(../images/icons.gif) -181px 0 \9;
}
/*颜色按钮 */
.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump {
position: absolute;
bottom : 0px;
left : 4px;
overflow: hidden;
width : 18px;
height : 4px;
}
/*表情按钮及弹出菜单*/
/*去除了表情的下拉箭头*/
.edui-default .edui-for-emotion .edui-icon {
background-position: -61px -20px;
}
.edui-default .edui-for-emotion .edui-popup-content iframe {
overflow: hidden;
width : 600px;
height : 380px;
}
.edui-default .edui-for-emotion .edui-popup-content {
position: relative;
z-index : 555;
}
.edui-default .edui-for-emotion .edui-splitborder {
display: none;
}
.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow {
width: 0;
}
.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder {
border-left: 1px solid transparent;
}
/*contextmenu*/
.edui-default .edui-hassubmenu .edui-arrow {
float : right;
width : 20px;
height : 20px;
background: url("../images/icons-all.png") no-repeat 10px -233px;
}
.edui-default .edui-menu-body .edui-menuitem {
padding: 1px;
}
.edui-default .edui-menuseparator {
overflow: hidden;
margin : 2px 0;
height : 1px;
}
.edui-default .edui-menuseparator-inner {
margin-right : 1px;
margin-left : 29px;
border-bottom: 1px solid #e2e3e3;
}
.edui-default .edui-menu-body .edui-state-hover {
padding : 0 !important;
border : 1px solid rgba(0, 0, 0, 0.08);
border : 1px solid #0088e6;
background-color: rgba(0, 0, 0, 0.06);
background-color: #0091f2;
color : white;
}
/*弹出菜单*/
.edui-default .edui-shortcutmenu {
padding : 2px;
width : 190px;
height : 50px;
border : 1px solid #ccc;
border-radius : 3px;
background-color: #fff;
}
/*粘贴弹出菜单*/
.edui-default .edui-wordpastepop .edui-popup-content {
padding: 0;
width : 54px;
height : 21px;
border : none;
}
.edui-default .edui-pasteicon {
width : 100%;
height : 100%;
background-image : url('../images/wordpaste.png');
background-position: 0 0;
}
.edui-default .edui-pasteicon.edui-state-opened {
background-position: 0 -34px;
}
.edui-default .edui-pastecontainer {
position : relative;
visibility: hidden;
width : 97px;
border : 1px solid #ccc;
background: #fff;
}
.edui-default .edui-pastecontainer .edui-title {
padding-left: 5px;
height : 25px;
background : #F8F8FF;
font-weight : bold;
font-size : 13px;
line-height : 25px;
}
.edui-default .edui-pastecontainer .edui-button {
overflow: hidden;
margin : 3px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon,
.edui-default .edui-pastecontainer .edui-button .edui-tagicon,
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
float : left;
margin-left : 5px;
width : 29px;
height : 29px;
background-image : url('../images/wordpaste.png');
background-repeat: no-repeat;
cursor : pointer;
}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon {
margin-left : 0;
background-position: -109px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-tagicon {
background-position: -148px 1px;
}
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
background-position: -72px 0;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
background-position: -109px -34px;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon {
background-position: -148px -34px;
}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon {
background-position: -72px -34px;
}
.edui-default .edui-for-applets-card .edui-button-wrap .edui-button-body .edui-icon {
background-position: -781px -76px;
}
.edui-default .edui-for-xiumi-connect .edui-button-wrap .edui-button-body .edui-icon {
background-position: -752px -76px;
}
.mupiao-toolbar-routine #auto-save-time {
float : right;
margin : 6px;
padding-right : 20px;
background : url(../images/save-time.png) no-repeat right center;
background-size: 16px;
color : #868686;
}
.mupiao-toolbar-mediums .edui-button .edui-button-body {
padding: 0 8px !important;
}
.mupiao-toolbar-mediums .edui-icon {
display: block !important;
margin : auto;
}
.mupiao-toolbar-mediums .edui-label {
color : #5d5d5d;
font-size : 13px;
line-height: 24px;
} | 0.195019 | 0.050377 |
@media (min-width: 1000px) {
.roller-blind {
position: absolute;
width: 100%;
top: 0px;
height: 50vh;
animation: rollup 250ms;
animation-delay: 5500ms;
animation-fill-mode: forwards;
}
@keyframes rollup {
to {
height: 0px;
}
}
.roller-circle {
animation: lensShrink 250ms linear, circleMove 100ms;
animation-delay: 5500ms;
animation-fill-mode: forwards;
}
@keyframes circleMove {
to {
position: absolute;
left: 10px;
top: 23px;
}
}
.roller-circle:before,
.roller-circle:after {
animation: shutterClick 500ms 7, photo0 3500ms, shutterOpen 250ms;
animation-delay: 2s, 2s, 6s;
animation-fill-mode: forwards;
}
.roller-home {
animation: rollerHome 1s 5500ms;
animation-fill-mode: forwards;
height: 100%;
}
.roller-home .content {
padding-top: 0px;
}
.roller-title {
animation: name 4s linear;
animation-fill-mode: forwards;
}
@keyframes lensShrink {
to {
width: 3rem;
height: 3rem;
border: 4px solid rgb(39, 40, 34);
}
}
@keyframes shutterClick {
0% {
box-shadow: inset 0.86em 0 0 rgba(255, 0, 0, 0.5),
inset 0 0.86em 0 rgba(252, 150, 0, 0.5),
inset -0.86em 0 0 rgba(0, 255, 0, 0.5),
inset 0 -0.86em 0 rgba(0, 150, 255, 0.5);
}
50% {
box-shadow: inset 10.6em 0 0 rgba(18, 217, 36, 0.2),
inset 0 10.6em 0 rgba(18, 217, 36, 0.2),
inset -10.6em 0 0 rgba(18, 217, 36, 0.2),
inset 0 -10.6em 0 rgba(18, 217, 36, 0.2);
}
100% {
box-shadow: inset 0.86em 0 0 rgba(255, 0, 0, 0.5),
inset 0 0.86em 0 rgba(252, 150, 0, 0.5),
inset -0.86em 0 0 rgba(0, 255, 0, 0.5),
inset 0 -0.86em 0 rgba(0, 150, 255, 0.5);
}
}
@keyframes photo0 {
13% {
background-image: url(../images/heads/iceland.jpg);
}
26% {
background-image: url(../images/heads/deer.jpg);
}
39% {
background-image: url(../images/heads/mepro.jpg);
}
52% {
background-image: url(../images/heads/giraffe.jpg);
}
65% {
background-image: url(../images/heads/mehelmet.jpg);
}
78% {
background-image: url(../images/heads/llama.jpg);
}
100% {
background-image: url(../images/heads/me1.jpg);
}
}
@keyframes shutterOpen {
to {
box-shadow: unset;
}
}
@keyframes rollerHome {
to {
padding: 0px;
}
}
@keyframes name {
to {
font-size: 8rem;
}
}
} | styles/roller.css | @media (min-width: 1000px) {
.roller-blind {
position: absolute;
width: 100%;
top: 0px;
height: 50vh;
animation: rollup 250ms;
animation-delay: 5500ms;
animation-fill-mode: forwards;
}
@keyframes rollup {
to {
height: 0px;
}
}
.roller-circle {
animation: lensShrink 250ms linear, circleMove 100ms;
animation-delay: 5500ms;
animation-fill-mode: forwards;
}
@keyframes circleMove {
to {
position: absolute;
left: 10px;
top: 23px;
}
}
.roller-circle:before,
.roller-circle:after {
animation: shutterClick 500ms 7, photo0 3500ms, shutterOpen 250ms;
animation-delay: 2s, 2s, 6s;
animation-fill-mode: forwards;
}
.roller-home {
animation: rollerHome 1s 5500ms;
animation-fill-mode: forwards;
height: 100%;
}
.roller-home .content {
padding-top: 0px;
}
.roller-title {
animation: name 4s linear;
animation-fill-mode: forwards;
}
@keyframes lensShrink {
to {
width: 3rem;
height: 3rem;
border: 4px solid rgb(39, 40, 34);
}
}
@keyframes shutterClick {
0% {
box-shadow: inset 0.86em 0 0 rgba(255, 0, 0, 0.5),
inset 0 0.86em 0 rgba(252, 150, 0, 0.5),
inset -0.86em 0 0 rgba(0, 255, 0, 0.5),
inset 0 -0.86em 0 rgba(0, 150, 255, 0.5);
}
50% {
box-shadow: inset 10.6em 0 0 rgba(18, 217, 36, 0.2),
inset 0 10.6em 0 rgba(18, 217, 36, 0.2),
inset -10.6em 0 0 rgba(18, 217, 36, 0.2),
inset 0 -10.6em 0 rgba(18, 217, 36, 0.2);
}
100% {
box-shadow: inset 0.86em 0 0 rgba(255, 0, 0, 0.5),
inset 0 0.86em 0 rgba(252, 150, 0, 0.5),
inset -0.86em 0 0 rgba(0, 255, 0, 0.5),
inset 0 -0.86em 0 rgba(0, 150, 255, 0.5);
}
}
@keyframes photo0 {
13% {
background-image: url(../images/heads/iceland.jpg);
}
26% {
background-image: url(../images/heads/deer.jpg);
}
39% {
background-image: url(../images/heads/mepro.jpg);
}
52% {
background-image: url(../images/heads/giraffe.jpg);
}
65% {
background-image: url(../images/heads/mehelmet.jpg);
}
78% {
background-image: url(../images/heads/llama.jpg);
}
100% {
background-image: url(../images/heads/me1.jpg);
}
}
@keyframes shutterOpen {
to {
box-shadow: unset;
}
}
@keyframes rollerHome {
to {
padding: 0px;
}
}
@keyframes name {
to {
font-size: 8rem;
}
}
} | 0.743727 | 0.135947 |
* {
padding: 0px;
margin: 0px;
}
.container {
width: 960px;
/*display: block;*/
margin: 0 auto;
}
.clearfix {
clear: both;
}
/* Header */
header {
/*background: #f8f8f8;*/
padding: 50px 0px;
background:black;
}
header #logo {
float: left;
color: white;
transition: color 0.3s ease;
font-family:narkism;
}
header #logo:hover{
color:red;
}
/*header #logo h1:after{
content: ".net";
}*/
header nav {
float: right;
margin-top: 10px;
}
header nav ul {
}
header nav ul li {
list-style: none;
display: inline;
margin-left: 10px;
}
header nav ul li a {
text-decoration: none;
color: white;
font-size: 18px;
font-weight: thin;
transition: color 0.2s ease;
}
header nav ul li a:hover {
color: salmon;
}
/* Hero section */
#hero {
height: 400px;
background-image: url('http://localhost/php/CodeIgniter-3.1.0/blog/asset/hero.png');
background-size: 100%;
background-position: center center;
}
/* Content Section */
/* Mainbar Section */
#content {
/*background: red;*/
margin-top: 50px;
}
#content #mainbar {
float: left;
width: 75%;
}
.blog-wrapper .blog-item {
margin-bottom: 20px;
}
.blog-wrapper .blog-item .blog-title {
font-size: 26px;
font-family:verdana;
}
img{
float:left;
width:100px;
}
.blog-wrapper .blog-item a.blog-meta {
font-size: 18px;
color: red;
transition:color 0.3s ease;
}
.blog-wrapper .blog-item a.blog-meta:hover{
color:blue;
}
.blog-wrapper .blog-item .blog-content {
margin: 10px 0px;
font-size: 20px;
color: #444;
}
.blog-wrapper .blog-item .blog-content{
margin-top:10px;
}
.blog-wrapper .blog-item a.blog-readmore {
color: salmon;
text-decoration: none;
}
.blog-wrapper .blog-item a.blog-readmore:hover {
text-decoration: underline;
}
#content #sidebar {
float: right;
width: 20%;
}
#content #sidebar .module {
/*background: salmon;*/
min-height: 100px;
margin-bottom: 10px;
}
.module .module-title {
margin-bottom: 10px;
color: #222;
}
.module .module-content {
color: #666;
}
.module .module-content p {
line-height: 24px;
}
.module .module-content ul {
}
.module .module-content ul li {
line-height: 24px;
list-style: none;
}
.module .module-content ul li a {
text-decoration: none;
color: salmon;
}
footer {
background: black;
height: auto;
padding: 10px 0px;
}
footer .copyright {
display: block;
text-align: center;
color: #888;
}
footer .copyright a {
color: salmon;
text-decoration: none;
}
footer .copyright a:hover {
text-decoration: underline;
}
/*@media all and (max-width: 600px) {
.container {
width: 100%;
}
#content #mainbar,
#content #sidebar {
width: 100%;
display: block;
}
}*/ | application/views/blog/style.css | * {
padding: 0px;
margin: 0px;
}
.container {
width: 960px;
/*display: block;*/
margin: 0 auto;
}
.clearfix {
clear: both;
}
/* Header */
header {
/*background: #f8f8f8;*/
padding: 50px 0px;
background:black;
}
header #logo {
float: left;
color: white;
transition: color 0.3s ease;
font-family:narkism;
}
header #logo:hover{
color:red;
}
/*header #logo h1:after{
content: ".net";
}*/
header nav {
float: right;
margin-top: 10px;
}
header nav ul {
}
header nav ul li {
list-style: none;
display: inline;
margin-left: 10px;
}
header nav ul li a {
text-decoration: none;
color: white;
font-size: 18px;
font-weight: thin;
transition: color 0.2s ease;
}
header nav ul li a:hover {
color: salmon;
}
/* Hero section */
#hero {
height: 400px;
background-image: url('http://localhost/php/CodeIgniter-3.1.0/blog/asset/hero.png');
background-size: 100%;
background-position: center center;
}
/* Content Section */
/* Mainbar Section */
#content {
/*background: red;*/
margin-top: 50px;
}
#content #mainbar {
float: left;
width: 75%;
}
.blog-wrapper .blog-item {
margin-bottom: 20px;
}
.blog-wrapper .blog-item .blog-title {
font-size: 26px;
font-family:verdana;
}
img{
float:left;
width:100px;
}
.blog-wrapper .blog-item a.blog-meta {
font-size: 18px;
color: red;
transition:color 0.3s ease;
}
.blog-wrapper .blog-item a.blog-meta:hover{
color:blue;
}
.blog-wrapper .blog-item .blog-content {
margin: 10px 0px;
font-size: 20px;
color: #444;
}
.blog-wrapper .blog-item .blog-content{
margin-top:10px;
}
.blog-wrapper .blog-item a.blog-readmore {
color: salmon;
text-decoration: none;
}
.blog-wrapper .blog-item a.blog-readmore:hover {
text-decoration: underline;
}
#content #sidebar {
float: right;
width: 20%;
}
#content #sidebar .module {
/*background: salmon;*/
min-height: 100px;
margin-bottom: 10px;
}
.module .module-title {
margin-bottom: 10px;
color: #222;
}
.module .module-content {
color: #666;
}
.module .module-content p {
line-height: 24px;
}
.module .module-content ul {
}
.module .module-content ul li {
line-height: 24px;
list-style: none;
}
.module .module-content ul li a {
text-decoration: none;
color: salmon;
}
footer {
background: black;
height: auto;
padding: 10px 0px;
}
footer .copyright {
display: block;
text-align: center;
color: #888;
}
footer .copyright a {
color: salmon;
text-decoration: none;
}
footer .copyright a:hover {
text-decoration: underline;
}
/*@media all and (max-width: 600px) {
.container {
width: 100%;
}
#content #mainbar,
#content #sidebar {
width: 100%;
display: block;
}
}*/ | 0.345326 | 0.089097 |
*{
padding: 0;
margin: 0;
}
:root{
font-size: 62.5%;
}
#header{
position: fixed;
display: flex;
width: 100%;
top: 0;
background-color: #000;
justify-content: flex-end;
padding: 0.5rem;
z-index: 2;
}
#header a{
color: rgb(255, 255, 255);
top: 1rem;
right: calc(1rem + 0.5vw);
margin-right: 4rem;
font-size: calc(2rem + 2vw);
}
body{
background-color: #474747;
}
#main{
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
background-position: center;
background-size: cover;
}
h1{
color: white;
font-size: 5rem;
margin-top: 5vw;
font-family: 'Press Start 2P', cursive;
text-align: center;
text-shadow: 2px 2px #000;
}
#decryptInput{
display: flex;
width: 50vw;
justify-content: space-evenly;
align-items: center;
}
#decryptInput div{
padding: 1rem;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
#decryptInput div input{
border: #000 solid 0.3px;
background-color: white;
color: #000000;
padding: 1.5rem;
width: 180px;
text-align: center;
font-family: 'Balsamiq Sans', cursive;
font-weight: 500;
}
#decryptInput button{
border: none;
background-color: black;
color: white;
padding: 1.5rem;
cursor: pointer;
font-family: 'Balsamiq Sans', cursive;
font-weight: 600;
clip-path: polygon(10% 0,90% 0,100% 20%,100% 80%,90% 100%,10% 100%,0 80%,0 20%);
}
#encryptInput{
display: flex;
width: 50vw;
justify-content: space-evenly;
align-items: center;
}
#encryptInput div{
padding: 1rem;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
#encryptInput div input{
border: #000 solid 0.3px;
background-color: white;
color: #000000;
padding: 1.5rem;
width: 180px;
text-align: center;
font-family: 'Balsamiq Sans', cursive;
font-weight: 500;
}
#encryptInput button{
border: none;
background-color: black;
color: white;
padding: 1.5rem;
cursor: pointer;
font-family: 'Balsamiq Sans', cursive;
font-weight: 600;
clip-path: polygon(10% 0,90% 0,100% 20%,100% 80%,90% 100%,10% 100%,0 80%,0 20%);
}
.results{
display: flex;
flex-direction: column;
align-items: center;
margin: 5vh auto;
padding: 0;
}
.result{
display: flex;
flex-wrap: wrap;
justify-content: center;
border: #000 solid 2px;
margin-bottom: 20px;
}
.num{
padding: 10px;
font-size: 2.5rem;
background-color: #000;
color: white;
}
.text{
text-align: center;
word-wrap: normal;
width: auto;
background-color: white;
color: #000;
font-size: 2.5rem;
padding: 10px 5px;
}
@media screen and (max-width:650px){
#decryptInput{
flex-direction: column;
justify-content: center;
align-items: center;
}
#decrpytInput div.inputs input{
margin-bottom: 10px;
}
#decryptInput button{
margin-top: 20px;
}
#encryptInput{
flex-direction: column;
justify-content: center;
align-items: center;
}
#encrpytInput div.inputs input{
margin-bottom: 10px;
}
#encryptInput button{
margin-top: 20px;
}
} | Substituition Cipher/Caesar Cipher/caesar.css | *{
padding: 0;
margin: 0;
}
:root{
font-size: 62.5%;
}
#header{
position: fixed;
display: flex;
width: 100%;
top: 0;
background-color: #000;
justify-content: flex-end;
padding: 0.5rem;
z-index: 2;
}
#header a{
color: rgb(255, 255, 255);
top: 1rem;
right: calc(1rem + 0.5vw);
margin-right: 4rem;
font-size: calc(2rem + 2vw);
}
body{
background-color: #474747;
}
#main{
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
background-position: center;
background-size: cover;
}
h1{
color: white;
font-size: 5rem;
margin-top: 5vw;
font-family: 'Press Start 2P', cursive;
text-align: center;
text-shadow: 2px 2px #000;
}
#decryptInput{
display: flex;
width: 50vw;
justify-content: space-evenly;
align-items: center;
}
#decryptInput div{
padding: 1rem;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
#decryptInput div input{
border: #000 solid 0.3px;
background-color: white;
color: #000000;
padding: 1.5rem;
width: 180px;
text-align: center;
font-family: 'Balsamiq Sans', cursive;
font-weight: 500;
}
#decryptInput button{
border: none;
background-color: black;
color: white;
padding: 1.5rem;
cursor: pointer;
font-family: 'Balsamiq Sans', cursive;
font-weight: 600;
clip-path: polygon(10% 0,90% 0,100% 20%,100% 80%,90% 100%,10% 100%,0 80%,0 20%);
}
#encryptInput{
display: flex;
width: 50vw;
justify-content: space-evenly;
align-items: center;
}
#encryptInput div{
padding: 1rem;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
#encryptInput div input{
border: #000 solid 0.3px;
background-color: white;
color: #000000;
padding: 1.5rem;
width: 180px;
text-align: center;
font-family: 'Balsamiq Sans', cursive;
font-weight: 500;
}
#encryptInput button{
border: none;
background-color: black;
color: white;
padding: 1.5rem;
cursor: pointer;
font-family: 'Balsamiq Sans', cursive;
font-weight: 600;
clip-path: polygon(10% 0,90% 0,100% 20%,100% 80%,90% 100%,10% 100%,0 80%,0 20%);
}
.results{
display: flex;
flex-direction: column;
align-items: center;
margin: 5vh auto;
padding: 0;
}
.result{
display: flex;
flex-wrap: wrap;
justify-content: center;
border: #000 solid 2px;
margin-bottom: 20px;
}
.num{
padding: 10px;
font-size: 2.5rem;
background-color: #000;
color: white;
}
.text{
text-align: center;
word-wrap: normal;
width: auto;
background-color: white;
color: #000;
font-size: 2.5rem;
padding: 10px 5px;
}
@media screen and (max-width:650px){
#decryptInput{
flex-direction: column;
justify-content: center;
align-items: center;
}
#decrpytInput div.inputs input{
margin-bottom: 10px;
}
#decryptInput button{
margin-top: 20px;
}
#encryptInput{
flex-direction: column;
justify-content: center;
align-items: center;
}
#encrpytInput div.inputs input{
margin-bottom: 10px;
}
#encryptInput button{
margin-top: 20px;
}
} | 0.382833 | 0.064271 |
html {
color: #222222;
font-family: 'PT Sans', sans-serif;
text-rendering: geometricPrecision;
}
/* line 7, ../sass/fonts.scss */
h1 {
font-size: 1.6em;
font-weight: 300;
}
/* line 11, ../sass/fonts.scss */
h2 {
clear: both;
float: none;
font-size: 1.4em;
font-weight: 700;
line-height: 1.8em;
}
/* line 18, ../sass/fonts.scss */
h3 {
font-size: 1em;
font-weight: 700;
line-height: 1.3em;
}
/* line 23, ../sass/fonts.scss */
h4 {
font-size: 0.8em;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 2em;
}
/* line 29, ../sass/fonts.scss */
h5 {
font-size: 0.75em;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1.5em;
padding: 0 0 0.5em;
text-align: left;
width: 100%;
}
@media screen and (min-width: 81.25em) {
/* line 29, ../sass/fonts.scss */
h5 {
display: block;
font-size: 0.6em;
position: absolute;
right: 6em;
width: 20em;
}
}
/* line 46, ../sass/fonts.scss */
h6 {
font-size: 0.6em;
font-weight: 500;
}
/* line 50, ../sass/fonts.scss */
blockquote {
font-size: 1.3em;
font-weight: 700;
line-height: 1em;
padding: 0.5em;
}
/* line 55, ../sass/fonts.scss */
blockquote :before, blockquote :after {
content: "\0022";
}
/* line 59, ../sass/fonts.scss */
time {
clear: both;
float: left;
font-weight: 500;
margin: 0.5em 0 0;
letter-spacing: 0.04em;
text-transform: uppercase;
}
@media screen and (min-width: 25em) {
/* line 59, ../sass/fonts.scss */
time {
clear: none;
float: right;
}
}
/* line 71, ../sass/fonts.scss */
p {
clear: both;
font-size: 0.8em;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.5em;
padding: 0.5em 0;
}
@media screen and (min-width: 25em) {
/* line 71, ../sass/fonts.scss */
p {
padding: 0.5em 0;
}
}
/* line 83, ../sass/fonts.scss */
ul, ol {
padding: 0.5em 0.5em 0.5em 1.2em;
}
/* line 85, ../sass/fonts.scss */
ul li, ol li {
border-bottom: 1px solid #cecece;
font-size: 0.8em;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.5em;
padding: 0.8em;
}
/* line 94, ../sass/fonts.scss */
a {
color: #ef4723;
text-decoration: none;
}
/* line 97, ../sass/fonts.scss */
a:hover {
color: #545454;
}
/* line 101, ../sass/fonts.scss */
code {
background-color: #dddddd;
border: 1px solid solid lightgrey;
border-radius: 0.2em;
display: block;
margin: 0 auto;
padding: 0.5em;
width: 95%;
}
/* line 111, ../sass/fonts.scss */
.read_more {
float: right;
margin: 0;
padding: 0 0 2em 0;
}
/* line 115, ../sass/fonts.scss */
.read_more span {
font-size: 1.4em;
line-height: 2em;
vertical-align: middle;
text-align: left;
}
/* line 123, ../sass/fonts.scss */
.post-title {
float: left;
font-size: 1.6em;
font-weight: 300;
line-height: 1em;
margin: 0;
padding: 0;
}
@media screen and (min-width: 25em) {
/* line 123, ../sass/fonts.scss */
.post-title {
margin: 0 0 0.5em;
}
}
/* line 133, ../sass/fonts.scss */
.post-title a {
color: #ef4723;
text-decoration: none;
}
/* line 136, ../sass/fonts.scss */
.post-title a:hover {
color: #545454;
}
/* line 143, ../sass/fonts.scss */
header p {
font-size: 0.68em;
}
/* line 147, ../sass/fonts.scss */
header .links a {
background-color: #ef4723;
box-shadow: 0 0 0.2em #cecece;
-webkit-box-shadow: 0 0 0.2em #cecece;
color: #fefefe;
display: block;
font-size: 0.8em;
float: left;
letter-spacing: 0.08em;
margin: 0.5em 0;
padding: 1em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: 100%;
}
/* line 163, ../sass/fonts.scss */
header .links a:hover {
background-color: #ff603c;
}
/* line 170, ../sass/fonts.scss */
footer {
font-size: 0.8em;
font-weight: 400;
letter-spacing: 0.03em;
line-height: 1.2em;
}
/* line 175, ../sass/fonts.scss */
footer a {
color: #ef4723;
display: block;
padding: 0.6em;
text-decoration: none;
text-transform: uppercase;
}
/* line 181, ../sass/fonts.scss */
footer a:hover {
color: #545454;
}
/*mix-ins*/
/* line 1, ../sass/layout.scss */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* line 3, ../sass/layout.scss */
body {
background-color: #fefefe;
font-size: 80%;
}
@media screen and (min-width: 45em) {
/* line 3, ../sass/layout.scss */
body {
font-size: 90%;
}
}
@media screen and (min-width: 60em) {
/* line 3, ../sass/layout.scss */
body {
font-size: 100%;
}
}
/* line 12, ../sass/layout.scss */
body .wrapper {
margin: 0 auto;
max-width: 60em;
padding: 6.25em 2em 2em;
width: 100%;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
body .wrapper:before, body .wrapper:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
body .wrapper:after {
clear: both;
}
/* line 18, ../sass/layout.scss */
body .wrapper .post-wrap {
padding: 0;
width: 100%;
}
@media screen and (min-width: 60em) {
/* line 18, ../sass/layout.scss */
body .wrapper .post-wrap {
border-left: 1px solid #cecece;
float: left;
padding: 0 0 0 2em;
width: 42em;
}
}
/* line 27, ../sass/layout.scss */
body .wrapper .post-wrap article {
border-bottom: 1px solid #cecece;
margin: 0;
padding: 2em 0 0;
width: 98%;
zoom: 1;
}
@media screen and (min-width: 25em) {
/* line 27, ../sass/layout.scss */
body .wrapper .post-wrap article {
padding: 2em;
}
}
/* line 124, ../sass/mixins.scss */
body .wrapper .post-wrap article:before, body .wrapper .post-wrap article:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
body .wrapper .post-wrap article:after {
clear: both;
}
/* line 36, ../sass/layout.scss */
body .wrapper .post-wrap article:last-of-type {
border: none;
}
@media screen and (min-width: 60em) {
/* line 27, ../sass/layout.scss */
body .wrapper .post-wrap article {
padding: 2em 0 0;
}
/* line 41, ../sass/layout.scss */
body .wrapper .post-wrap article:first-of-type {
padding: 0;
}
}
/* line 47, ../sass/layout.scss */
body .wrapper .pagination {
clear: both;
font-family: 'PT Sans', sans-serif;
height: inherit;
padding: 4em 0 0;
text-align: center;
}
/* line 53, ../sass/layout.scss */
body .wrapper .pagination a {
color: #ef4723;
text-decoration: none;
}
/* line 56, ../sass/layout.scss */
body .wrapper .pagination a:hover {
color: #545454;
}
/* line 3, ../sass/post.scss */
.post-template .wrapper .back {
position: relative;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
.post-template .wrapper .back:before, .post-template .wrapper .back:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
.post-template .wrapper .back:after {
clear: both;
}
@media screen and (min-width: 25em) {
/* line 3, ../sass/post.scss */
.post-template .wrapper .back {
padding: 0em 2em;
}
}
@media screen and (min-width: 60em) {
/* line 3, ../sass/post.scss */
.post-template .wrapper .back {
float: left;
padding: 0 2em 0 0;
margin: 0 0 2em;
width: 14em;
}
}
/* line 15, ../sass/post.scss */
.post-template .wrapper .back .logo {
background-color: #ef4723;
display: block;
float: left;
height: 2.5em;
margin: 0;
width: 2.5em;
cursor: pointer;
padding: 0;
overflow: hidden;
-webkit-transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-moz-transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-o-transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
}
/* line 26, ../sass/post.scss */
.post-template .wrapper .back .logo img {
height: 2.5em;
width: 2.5em;
}
/* line 33, ../sass/post.scss */
.post-template .wrapper .back .logo:hover {
width: 100%;
}
/* line 37, ../sass/post.scss */
.post-template .wrapper .back span {
color: #fefefe;
display: block;
font-family: 'PT Sans', sans-serif;
font-weight: 300;
opacity: 0;
position: absolute;
text-align: center;
text-transform: lowercase;
top: 0.7em;
width: 88%;
-webkit-transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-moz-transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-o-transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
}
/* line 52, ../sass/post.scss */
.post-template .wrapper .back:hover span {
display: block;
opacity: 1;
}
@media screen and (min-width: 60em) {
/* line 57, ../sass/post.scss */
.post-template .wrapper .post-wrap {
float: right;
}
}
/* line 61, ../sass/post.scss */
.post-template .wrapper .post-wrap article {
border-bottom: none;
}
/* line 63, ../sass/post.scss */
.post-template .wrapper .post-wrap article img {
height: auto;
width: 100%;
}
/* line 2, ../sass/header.scss */
.home-template header, .archive-template header {
border-bottom: 1px solid #cecece;
margin: 0 auto;
padding: 0 0 2em;
width: 100%;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
.home-template header:before, .home-template header:after, .archive-template header:before, .archive-template header:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
.home-template header:after, .archive-template header:after {
clear: both;
}
@media screen and (min-width: 25em) {
/* line 2, ../sass/header.scss */
.home-template header, .archive-template header {
margin: 0 auto 2em;
padding: 2em;
}
}
@media screen and (min-width: 60em) {
/* line 2, ../sass/header.scss */
.home-template header, .archive-template header {
border-bottom: none;
padding: 0 2em 0 0;
float: left;
width: 14em;
}
}
/* line 18, ../sass/header.scss */
.home-template header img, .archive-template header img {
display: block;
float: none;
height: auto;
margin: 0;
width: 100%;
}
@media screen and (min-width: 25em) {
/* line 18, ../sass/header.scss */
.home-template header img, .archive-template header img {
float: left;
width: 4.125em;
}
}
@media screen and (min-width: 60em) {
/* line 18, ../sass/header.scss */
.home-template header img, .archive-template header img {
margin: 0 0 1.5em;
width: 100%;
}
}
/* line 33, ../sass/header.scss */
.home-template header p, .archive-template header p {
padding: 2em 0 0;
width: 100%;
}
@media screen and (min-width: 25em) {
/* line 33, ../sass/header.scss */
.home-template header p, .archive-template header p {
clear: none;
float: left;
margin: 0.2em 2em 0;
max-width: 30em;
padding: 0;
width: 60%;
}
}
@media screen and (min-width: 60em) {
/* line 33, ../sass/header.scss */
.home-template header p, .archive-template header p {
float: none;
margin: 0;
width: 100%;
}
}
/* line 3, ../sass/post-header.scss */
.post-template .wrapper header {
border-top: 1px solid #cecece;
margin: 0 auto;
padding: 2em 0 0;
width: 100%;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
.post-template .wrapper header:before, .post-template .wrapper header:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
.post-template .wrapper header:after {
clear: both;
}
@media screen and (min-width: 25em) {
/* line 3, ../sass/post-header.scss */
.post-template .wrapper header {
margin: 0 auto 2em;
padding: 2em;
}
}
@media screen and (min-width: 60em) {
/* line 3, ../sass/post-header.scss */
.post-template .wrapper header {
border-top: none;
float: left;
padding: 0 2em 0 0;
width: 14em;
}
}
/* line 19, ../sass/post-header.scss */
.post-template .wrapper header img {
display: block;
margin: 0 0 1.5em;
height: auto;
width: 100%;
}
@media screen and (min-width: 37.5em) {
/* line 19, ../sass/post-header.scss */
.post-template .wrapper header img {
float: left;
width: 14em;
}
}
@media screen and (min-width: 60em) {
/* line 19, ../sass/post-header.scss */
.post-template .wrapper header img {
width: 100%;
}
}
/* line 32, ../sass/post-header.scss */
.post-template .wrapper header .head-wrap {
display: block;
margin: 0;
height: auto;
width: 100%;
}
@media screen and (min-width: 37.5em) {
/* line 32, ../sass/post-header.scss */
.post-template .wrapper header .head-wrap {
float: right;
width: 60%;
}
}
@media screen and (min-width: 60em) {
/* line 32, ../sass/post-header.scss */
.post-template .wrapper header .head-wrap {
float: none;
width: 100%;
}
}
/* line 1, ../sass/footer.scss */
footer {
clear: both;
height: 2em;
padding: 2em;
text-align: center;
width: 100%;
}
/* line 1, ../sass/animations.scss */
a {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} | content/themes/apparition-master/assets/css/screen.css | html {
color: #222222;
font-family: 'PT Sans', sans-serif;
text-rendering: geometricPrecision;
}
/* line 7, ../sass/fonts.scss */
h1 {
font-size: 1.6em;
font-weight: 300;
}
/* line 11, ../sass/fonts.scss */
h2 {
clear: both;
float: none;
font-size: 1.4em;
font-weight: 700;
line-height: 1.8em;
}
/* line 18, ../sass/fonts.scss */
h3 {
font-size: 1em;
font-weight: 700;
line-height: 1.3em;
}
/* line 23, ../sass/fonts.scss */
h4 {
font-size: 0.8em;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 2em;
}
/* line 29, ../sass/fonts.scss */
h5 {
font-size: 0.75em;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1.5em;
padding: 0 0 0.5em;
text-align: left;
width: 100%;
}
@media screen and (min-width: 81.25em) {
/* line 29, ../sass/fonts.scss */
h5 {
display: block;
font-size: 0.6em;
position: absolute;
right: 6em;
width: 20em;
}
}
/* line 46, ../sass/fonts.scss */
h6 {
font-size: 0.6em;
font-weight: 500;
}
/* line 50, ../sass/fonts.scss */
blockquote {
font-size: 1.3em;
font-weight: 700;
line-height: 1em;
padding: 0.5em;
}
/* line 55, ../sass/fonts.scss */
blockquote :before, blockquote :after {
content: "\0022";
}
/* line 59, ../sass/fonts.scss */
time {
clear: both;
float: left;
font-weight: 500;
margin: 0.5em 0 0;
letter-spacing: 0.04em;
text-transform: uppercase;
}
@media screen and (min-width: 25em) {
/* line 59, ../sass/fonts.scss */
time {
clear: none;
float: right;
}
}
/* line 71, ../sass/fonts.scss */
p {
clear: both;
font-size: 0.8em;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.5em;
padding: 0.5em 0;
}
@media screen and (min-width: 25em) {
/* line 71, ../sass/fonts.scss */
p {
padding: 0.5em 0;
}
}
/* line 83, ../sass/fonts.scss */
ul, ol {
padding: 0.5em 0.5em 0.5em 1.2em;
}
/* line 85, ../sass/fonts.scss */
ul li, ol li {
border-bottom: 1px solid #cecece;
font-size: 0.8em;
font-weight: 400;
letter-spacing: 0.04em;
line-height: 1.5em;
padding: 0.8em;
}
/* line 94, ../sass/fonts.scss */
a {
color: #ef4723;
text-decoration: none;
}
/* line 97, ../sass/fonts.scss */
a:hover {
color: #545454;
}
/* line 101, ../sass/fonts.scss */
code {
background-color: #dddddd;
border: 1px solid solid lightgrey;
border-radius: 0.2em;
display: block;
margin: 0 auto;
padding: 0.5em;
width: 95%;
}
/* line 111, ../sass/fonts.scss */
.read_more {
float: right;
margin: 0;
padding: 0 0 2em 0;
}
/* line 115, ../sass/fonts.scss */
.read_more span {
font-size: 1.4em;
line-height: 2em;
vertical-align: middle;
text-align: left;
}
/* line 123, ../sass/fonts.scss */
.post-title {
float: left;
font-size: 1.6em;
font-weight: 300;
line-height: 1em;
margin: 0;
padding: 0;
}
@media screen and (min-width: 25em) {
/* line 123, ../sass/fonts.scss */
.post-title {
margin: 0 0 0.5em;
}
}
/* line 133, ../sass/fonts.scss */
.post-title a {
color: #ef4723;
text-decoration: none;
}
/* line 136, ../sass/fonts.scss */
.post-title a:hover {
color: #545454;
}
/* line 143, ../sass/fonts.scss */
header p {
font-size: 0.68em;
}
/* line 147, ../sass/fonts.scss */
header .links a {
background-color: #ef4723;
box-shadow: 0 0 0.2em #cecece;
-webkit-box-shadow: 0 0 0.2em #cecece;
color: #fefefe;
display: block;
font-size: 0.8em;
float: left;
letter-spacing: 0.08em;
margin: 0.5em 0;
padding: 1em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: 100%;
}
/* line 163, ../sass/fonts.scss */
header .links a:hover {
background-color: #ff603c;
}
/* line 170, ../sass/fonts.scss */
footer {
font-size: 0.8em;
font-weight: 400;
letter-spacing: 0.03em;
line-height: 1.2em;
}
/* line 175, ../sass/fonts.scss */
footer a {
color: #ef4723;
display: block;
padding: 0.6em;
text-decoration: none;
text-transform: uppercase;
}
/* line 181, ../sass/fonts.scss */
footer a:hover {
color: #545454;
}
/*mix-ins*/
/* line 1, ../sass/layout.scss */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* line 3, ../sass/layout.scss */
body {
background-color: #fefefe;
font-size: 80%;
}
@media screen and (min-width: 45em) {
/* line 3, ../sass/layout.scss */
body {
font-size: 90%;
}
}
@media screen and (min-width: 60em) {
/* line 3, ../sass/layout.scss */
body {
font-size: 100%;
}
}
/* line 12, ../sass/layout.scss */
body .wrapper {
margin: 0 auto;
max-width: 60em;
padding: 6.25em 2em 2em;
width: 100%;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
body .wrapper:before, body .wrapper:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
body .wrapper:after {
clear: both;
}
/* line 18, ../sass/layout.scss */
body .wrapper .post-wrap {
padding: 0;
width: 100%;
}
@media screen and (min-width: 60em) {
/* line 18, ../sass/layout.scss */
body .wrapper .post-wrap {
border-left: 1px solid #cecece;
float: left;
padding: 0 0 0 2em;
width: 42em;
}
}
/* line 27, ../sass/layout.scss */
body .wrapper .post-wrap article {
border-bottom: 1px solid #cecece;
margin: 0;
padding: 2em 0 0;
width: 98%;
zoom: 1;
}
@media screen and (min-width: 25em) {
/* line 27, ../sass/layout.scss */
body .wrapper .post-wrap article {
padding: 2em;
}
}
/* line 124, ../sass/mixins.scss */
body .wrapper .post-wrap article:before, body .wrapper .post-wrap article:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
body .wrapper .post-wrap article:after {
clear: both;
}
/* line 36, ../sass/layout.scss */
body .wrapper .post-wrap article:last-of-type {
border: none;
}
@media screen and (min-width: 60em) {
/* line 27, ../sass/layout.scss */
body .wrapper .post-wrap article {
padding: 2em 0 0;
}
/* line 41, ../sass/layout.scss */
body .wrapper .post-wrap article:first-of-type {
padding: 0;
}
}
/* line 47, ../sass/layout.scss */
body .wrapper .pagination {
clear: both;
font-family: 'PT Sans', sans-serif;
height: inherit;
padding: 4em 0 0;
text-align: center;
}
/* line 53, ../sass/layout.scss */
body .wrapper .pagination a {
color: #ef4723;
text-decoration: none;
}
/* line 56, ../sass/layout.scss */
body .wrapper .pagination a:hover {
color: #545454;
}
/* line 3, ../sass/post.scss */
.post-template .wrapper .back {
position: relative;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
.post-template .wrapper .back:before, .post-template .wrapper .back:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
.post-template .wrapper .back:after {
clear: both;
}
@media screen and (min-width: 25em) {
/* line 3, ../sass/post.scss */
.post-template .wrapper .back {
padding: 0em 2em;
}
}
@media screen and (min-width: 60em) {
/* line 3, ../sass/post.scss */
.post-template .wrapper .back {
float: left;
padding: 0 2em 0 0;
margin: 0 0 2em;
width: 14em;
}
}
/* line 15, ../sass/post.scss */
.post-template .wrapper .back .logo {
background-color: #ef4723;
display: block;
float: left;
height: 2.5em;
margin: 0;
width: 2.5em;
cursor: pointer;
padding: 0;
overflow: hidden;
-webkit-transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-moz-transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-o-transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
transition: width 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
}
/* line 26, ../sass/post.scss */
.post-template .wrapper .back .logo img {
height: 2.5em;
width: 2.5em;
}
/* line 33, ../sass/post.scss */
.post-template .wrapper .back .logo:hover {
width: 100%;
}
/* line 37, ../sass/post.scss */
.post-template .wrapper .back span {
color: #fefefe;
display: block;
font-family: 'PT Sans', sans-serif;
font-weight: 300;
opacity: 0;
position: absolute;
text-align: center;
text-transform: lowercase;
top: 0.7em;
width: 88%;
-webkit-transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-moz-transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
-o-transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
transition: opacity 0.5s cubic-bezier(1, -0.02, 0.83, 1.02);
}
/* line 52, ../sass/post.scss */
.post-template .wrapper .back:hover span {
display: block;
opacity: 1;
}
@media screen and (min-width: 60em) {
/* line 57, ../sass/post.scss */
.post-template .wrapper .post-wrap {
float: right;
}
}
/* line 61, ../sass/post.scss */
.post-template .wrapper .post-wrap article {
border-bottom: none;
}
/* line 63, ../sass/post.scss */
.post-template .wrapper .post-wrap article img {
height: auto;
width: 100%;
}
/* line 2, ../sass/header.scss */
.home-template header, .archive-template header {
border-bottom: 1px solid #cecece;
margin: 0 auto;
padding: 0 0 2em;
width: 100%;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
.home-template header:before, .home-template header:after, .archive-template header:before, .archive-template header:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
.home-template header:after, .archive-template header:after {
clear: both;
}
@media screen and (min-width: 25em) {
/* line 2, ../sass/header.scss */
.home-template header, .archive-template header {
margin: 0 auto 2em;
padding: 2em;
}
}
@media screen and (min-width: 60em) {
/* line 2, ../sass/header.scss */
.home-template header, .archive-template header {
border-bottom: none;
padding: 0 2em 0 0;
float: left;
width: 14em;
}
}
/* line 18, ../sass/header.scss */
.home-template header img, .archive-template header img {
display: block;
float: none;
height: auto;
margin: 0;
width: 100%;
}
@media screen and (min-width: 25em) {
/* line 18, ../sass/header.scss */
.home-template header img, .archive-template header img {
float: left;
width: 4.125em;
}
}
@media screen and (min-width: 60em) {
/* line 18, ../sass/header.scss */
.home-template header img, .archive-template header img {
margin: 0 0 1.5em;
width: 100%;
}
}
/* line 33, ../sass/header.scss */
.home-template header p, .archive-template header p {
padding: 2em 0 0;
width: 100%;
}
@media screen and (min-width: 25em) {
/* line 33, ../sass/header.scss */
.home-template header p, .archive-template header p {
clear: none;
float: left;
margin: 0.2em 2em 0;
max-width: 30em;
padding: 0;
width: 60%;
}
}
@media screen and (min-width: 60em) {
/* line 33, ../sass/header.scss */
.home-template header p, .archive-template header p {
float: none;
margin: 0;
width: 100%;
}
}
/* line 3, ../sass/post-header.scss */
.post-template .wrapper header {
border-top: 1px solid #cecece;
margin: 0 auto;
padding: 2em 0 0;
width: 100%;
zoom: 1;
}
/* line 124, ../sass/mixins.scss */
.post-template .wrapper header:before, .post-template .wrapper header:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
/* line 130, ../sass/mixins.scss */
.post-template .wrapper header:after {
clear: both;
}
@media screen and (min-width: 25em) {
/* line 3, ../sass/post-header.scss */
.post-template .wrapper header {
margin: 0 auto 2em;
padding: 2em;
}
}
@media screen and (min-width: 60em) {
/* line 3, ../sass/post-header.scss */
.post-template .wrapper header {
border-top: none;
float: left;
padding: 0 2em 0 0;
width: 14em;
}
}
/* line 19, ../sass/post-header.scss */
.post-template .wrapper header img {
display: block;
margin: 0 0 1.5em;
height: auto;
width: 100%;
}
@media screen and (min-width: 37.5em) {
/* line 19, ../sass/post-header.scss */
.post-template .wrapper header img {
float: left;
width: 14em;
}
}
@media screen and (min-width: 60em) {
/* line 19, ../sass/post-header.scss */
.post-template .wrapper header img {
width: 100%;
}
}
/* line 32, ../sass/post-header.scss */
.post-template .wrapper header .head-wrap {
display: block;
margin: 0;
height: auto;
width: 100%;
}
@media screen and (min-width: 37.5em) {
/* line 32, ../sass/post-header.scss */
.post-template .wrapper header .head-wrap {
float: right;
width: 60%;
}
}
@media screen and (min-width: 60em) {
/* line 32, ../sass/post-header.scss */
.post-template .wrapper header .head-wrap {
float: none;
width: 100%;
}
}
/* line 1, ../sass/footer.scss */
footer {
clear: both;
height: 2em;
padding: 2em;
text-align: center;
width: 100%;
}
/* line 1, ../sass/animations.scss */
a {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} | 0.325413 | 0.062445 |
.heading > h2 > span{
color: #00737d;
}
#header-top {
background: #024252;
}
.top_right_links2-bg {
background: #00737d;
}
.top_right_links2-bg::after {
border-color: transparent transparent #00737d;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
border-color: #00737d;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.active a,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:focus a{
background-color: #00737d;
color:#fff;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li.active a{
background:#00737d;
}
.group-button-search {
background: #00737d;
}
.intro .dropdown li.current {
background-color: #00737d;
}
.search-btn > button {
background: #00737d;
}
.directory-category-heading span {
color:#00737d;
}
.sort-listing.nav-tabs > li.active > a,
.sort-listing.nav-tabs > li.active > a:focus,
.sort-listing.nav-tabs > li.active > a:hover,
.sort-listing.nav > li > a:focus,
.sort-listing.nav > li > a:hover {
border: 1px solid #00737d;
background:#00737d;
}
.popular-listing-box {
border-bottom: 2px solid #00737d;
}
figure.effect-ming figcaption::before {
border:1px solid #00737d;
}
.effect-ming a {
background: #00737d;
}
.popular-listing-detail h3 a:hover{
color:#00737d;
}
.right-bar h4 span{
color: #00737d;
}
.form-group > button {
background: #00737d;
}
.recent-listing-links .recent-jobs:hover,
.recent-listing-links .recent-readmore:hover{
color: #00737d;
}
#recent-listing .owl-prev,
#recent-listing .owl-next{
background: #00737d;
}
.call-to-action-btn > a:first-child{
background:#00737d;
}
.best-things-details .effect-ming a {
border: 1px solid #00737d;
}
.best-things-details .effect-ming a:hover{
background:#00737d;
}
.best-things-listing > li > a:hover{
color: #00737d;
}
.best-things-address span {
background: #00737d;
}
.number-counters .counters-item i {
color: #00737d;
}
.number-counters .counters-item p {
color: #00737d;
}
.latest-details > h3 > a:hover{
color: #00737d;
}
.latest-details li a:hover{
color:#00737d;
}
.latest-news-2-details li a:hover,
.latest-news-2-details h3 a:hover{
color: #00737d;
}
footer#footer {
border-top: 3px solid #00737d;
}
.footer-links > h3 > span{
color:#00737d;
}
.footer-links > h3::after {
background: #00737d;
}
.footer-links li a:hover{
color:#00737d;
}
.footer-links li a span .fa {
color: #00737d;
}
.sub-newsletter > button {
background: #00737d;
}
.footer-copyright p a{
color:#00737d;
}
#best-thing-model .modal-header .close:focus,
#best-thing-model .modal-header .close:hover {
color: #00737d;
}
#best-thing-slider .owl-prev,
#best-thing-slider .owl-next {
background: #00737d;
}
.best-thing-model-btn a {
background: #00737d;
}
.best-thing-model-feature li:before{
color: #00737d;
}
#main_header_3 nav.navbar.bootsnav ul.nav > li.add-listing > a:hover{
border: 1px solid #00737d;
color:#fff;
background:#00737d;
}
.banner-text-3 > h2 > span{
color: #00737d;
}
.directory-category-box3 span .fa {
font-size: 40px;
color:#00737d;
}
.inner_banner_2_detail p a:hover{
color:#00737d;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
#main_header_3 nav.navbar.bootsnav ul.nav > li > a:hover{
color: #00737d;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
#main_header_3 nav.navbar.bootsnav ul.nav > li > a:focus,
#main_header_3 nav.navbar.bootsnav ul.nav > li.active > a{
color: #00737d;
}
.banner-text h2 span {
color: #00737d;
}
.right-bar-listing li a:hover{
color: #00737d;
}
.footer-about a:hover{
color:#00463e;
}
.footer-about a:hover .fa{
color:#00463e;
}
.directory-category-box a h3:hover{
color:#00463e ;
}
.footer-copyright p a:hover{
color:#00463e;
}
.top_links li a:hover{
color: #0298a5;
}
.footer_link > li > a:hover {
color: #00737d;
}
.footer_botom a:hover{
color:#00737d;
}
#post-visited-places .popular-listing-detail > p > .fa{
color:#00737d;
}
#post-visited-places .popular-listing-detail > span > a:hover{
color: #00737d;
}
#post-visited-places .place-listing-add > li > a:hover{
color:#00737d;
}
.right-bar-listing li a:hover .fa{
border: 1px solid #00737d;
background-color: #00737d;
}
.places-list h5 a:hover{
color:#00737d;
}
.places-list .media-heading .fa{
color:#00737d;
}
#popular-listing .pagination > .active > a,
#popular-listing .pagination > .active > a:focus,
#popular-listing .pagination > .active > a:hover,
#popular-listing .pagination > .active > span,
#popular-listing .pagination > .active > span:focus,
#popular-listing .pagination > .active > span:hover {
background-color: #00737d;
border-color: #00737d;
}
#popular-listing .pagination > li > a:hover{
background-color: #00737d;
border-color: #00737d;
}
#login-register .nav-tabs > li > a:hover{
background:#00737d;
border:1px solid #00737d;
}
#login-register .nav-tabs > li.active > a,
#login-register .nav-tabs > li.active > a:focus,
#login-register .nav-tabs > li.active > a:hover {
background-color: #00737d;
border:1px solid #00737d;
}
.login-register-bg {
background: #00737d;
}
.dropzone {
border:3px solid #00737d;
}
.dropzone:hover {
border: 5px solid #00737d;
}
.dropzone.profile-picture .dz-default.dz-message {
background-color: #00737d;
}
.profile-list li a:hover,
.profile-list li.active a{
background:#00737d;
}
.profile-login-bg h2 span{
color:#00737d;
}
.login-msg p a{
color:#00737d;
}
.cont_package{
background: #00737d;
}
.listing-title-area label span{
color:#00737d;
}
ul.packg-detail li .fa{
color:#00737d;
}
ul.day-open li a{
color:#00737d;
}
.add-day .single-query a{
background: #00737d;
}
.listing-title-area .form-group p a{
color:#00737d;
}
.details-heading h2 a span{
color:#00737d;
}
.details-heading-address p .fa{
color:#00737d;
}
.details-heading-address ul li .fa{
color:#00737d;
}
.details-heading-address2 ul li a{
background:#00737d;
}
#cd-google-map p a{
color:#00737d;
}
.add-more a {
background: #00737d;
}
#listing-details .panel-default > .panel-heading {
background-color: #00737d;
}
.listing-amenities li .fa{
color:#00737d;
}
.listing-special-detail h3 span {
color:#00737d;
}
.rating.active .stars .fa:hover{
color: #00737d;
}
.add-listing-bg.heading p a{
color: #00737d;
}
.service-two-detail:hover {
background: #00737d;
}
.service-two-detail:hover {
background: #00737d;
}
#about-bg-img2 a {
background: #00737d;
}
.blog-admin li a:hover{
color:#00737d;
}
.blog-admin li .fa{
color:#00737d;
}
.blog-detail a.blog-btn{
background: #00737d;
}
.blog-detail-review-detail a span {
color:#00737d;
}
.planContainer .price p.bestPlanPrice {
background: #00737d;
}
.planContainer .button a {
color: #00737d;
border: 1px solid #00737d;
}
.planContainer .button a.bestPlanButton {
background: #00737d;
border: 2px solid #00737d;
}
.planContainer .button a:hover {
background: #00737d;
}
.planContainer .button a.bestPlanButton:hover {
background: #00737d;
border:1px solid #00737d;
}
.address-box .fa {
background: #00737d;
}
.address-box p a:hover{
color:#00737d;
}
.effect-ming a:hover{
color:#00737d;
}
.user-btn > a:hover{
background: #00463e;
}
.login-register-bg .form-group > button:hover{
background:#00463e;
border:1px solid #00463e;
}
.login-register-bg .form-group > a:hover{
color:#00463e;
}
.add-day .single-query a:hover{
background: #00463e;
}
.details-heading-address2 ul li a:hover{
background:#00463e;
}
.listing-amenities li a:hover{
color:#00463e;
}
#about-bg-img2 a:hover{
background: #00463e;
}
.blog-detail a.blog-btn:hover{
background: #00463e;
}
.bg_blue {
background: #024252;
}
.ads-type {
background-color: #00737d;
}
.ads-type .nav-box a {
background-color: #00737d;
}
.ads-type .nav-box a:hover,
.ads-type .nav-box a:focus {
background-color: #048677;
}
.ads-type .nav-box .previous {
border: 1px solid #048677;
border-right: 1px solid #048677;
}
.ads-type .nav-box .next {
border-right: 1px solid #048677;
}
.ads-type a.item-type {
border-right: 1px solid #048677;
background-color: #00737d;
}
.ads-type a.item-type:hover {
background-color: #048677;
}
.ads-type a.item-type.item-selected {
background-color: #048677;
}
.add-listing > a {
background: #048677;
}
.ads-type .nav-box a:hover,
.ads-type .nav-box a:focus {
background-color: #048677;
}
.ads-type .nav-box .previous {
border: 1px solid #048677;
border-right: 1px solid #048677;
}
.ads-type .nav-box .next {
border-right: 1px solid #048677;
}
#maps .loading-container .spinner {
background-color: #00737d;
}
#maps .control-left-wrapper div:after,
#maps .control-right-wrapper div:after {
background-color: #00737d;
border: 1px solid #00737d;
}
.ads-maps .img-container .title {
background-color:#00737d;
}
.ads-maps .price {
background-color:#00737d;
}
.ads-maps .details {
border-bottom: 4px solid #00737d;
}
.ads-maps .img-container .title:after,
.ads-maps .img-container .title:before {
background-color: #048677;
}
.ads-maps .img-container .title:hover {
background-color:#048677;
}
#error_page .btn-checkout:hover {
background-color: #00737d;
border-color: #00737d;
}
.directory-category-overlay {
background: #00737d;
}
#call-to-action2{
background: #00737d;
}
#inner-banner {
background: #00737d;
}
.group-button-search:hover{
background:#00463e ;
}
.search-btn > button:hover{
background: #00463e ;
}
footer#footer::after {
background: #3a2f2f;
}
.sub-newsletter > button:hover{
background: #00463e;
}
#best-thing-slider .owl-prev:hover,
#best-thing-slider .owl-next:hover{
background: #00463e;
}
.best-thing-model-btn a:hover{
background: #00463e;
}
.banner-text > a:hover{
background:#00737d;
border: 1px solid #00737d;
}
#directory-category-slider .owl-prev:hover,
#directory-category-slider .owl-next:hover{
background:#00737d;
border: 1px solid #00737d;
}
#places-slider .owl-prev:hover,
#places-slider .owl-next:hover{
background:#00737d;
border: 1px solid #00737d;
}
.discover > a:hover{
border: 1px solid #00737d;
background:#00737d;
}
/**/
.add-listing > a:hover,
.form-group > button:hover,
#recent-listing .owl-prev:hover,
#recent-listing .owl-next:hover,
.call-to-action-btn > a:last-child:hover,
.call-to-action-btn > a:first-child:hover
{
background: #00463e;
}
.social-icons li:hover {
background: #00737d;
}
.latest_box {
background: #00737d;
}
#our-blog .col-md-2 > span > a {
background: #00737d;
}
#latest_news-slider .owl-dot.active {
background: #00737d;
}
.user-btn > a {
background: #00737d;
}
#banner-2 .btn-primary {
background-color: #00737d;
}
.input-group-addon {
background-color: #00737d;
}
#finddo-accordion .panel-heading {
background: #00737d;
}
.map-popup > a {
background: #00737d;
}
.finddo-place:hover,
.finddo-place.active {
background: #00737d;
}
.map-popup > a:hover{
background: #00463e;
}
.og-details a:hover {
border-color: #00463e;
background:#00463e;
}
.og-details a {
background:#00737d;
}
.og-details h3 span{
color:#00737d;
}
#maps .find-result:after {
background-color: rgba(31, 183, 166, 0.8);
}
#maps .find-result {
background-color: rgba(31, 183, 166, 0.6);
}
@media (max-width: 767px){
.top_links li a:hover,
.top_right_links2 .add-listing > a:hover{
color: #0298a5;
}
} | public/css/color-green.css | .heading > h2 > span{
color: #00737d;
}
#header-top {
background: #024252;
}
.top_right_links2-bg {
background: #00737d;
}
.top_right_links2-bg::after {
border-color: transparent transparent #00737d;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
border-color: #00737d;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.active a,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:focus a{
background-color: #00737d;
color:#fff;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li.active a{
background:#00737d;
}
.group-button-search {
background: #00737d;
}
.intro .dropdown li.current {
background-color: #00737d;
}
.search-btn > button {
background: #00737d;
}
.directory-category-heading span {
color:#00737d;
}
.sort-listing.nav-tabs > li.active > a,
.sort-listing.nav-tabs > li.active > a:focus,
.sort-listing.nav-tabs > li.active > a:hover,
.sort-listing.nav > li > a:focus,
.sort-listing.nav > li > a:hover {
border: 1px solid #00737d;
background:#00737d;
}
.popular-listing-box {
border-bottom: 2px solid #00737d;
}
figure.effect-ming figcaption::before {
border:1px solid #00737d;
}
.effect-ming a {
background: #00737d;
}
.popular-listing-detail h3 a:hover{
color:#00737d;
}
.right-bar h4 span{
color: #00737d;
}
.form-group > button {
background: #00737d;
}
.recent-listing-links .recent-jobs:hover,
.recent-listing-links .recent-readmore:hover{
color: #00737d;
}
#recent-listing .owl-prev,
#recent-listing .owl-next{
background: #00737d;
}
.call-to-action-btn > a:first-child{
background:#00737d;
}
.best-things-details .effect-ming a {
border: 1px solid #00737d;
}
.best-things-details .effect-ming a:hover{
background:#00737d;
}
.best-things-listing > li > a:hover{
color: #00737d;
}
.best-things-address span {
background: #00737d;
}
.number-counters .counters-item i {
color: #00737d;
}
.number-counters .counters-item p {
color: #00737d;
}
.latest-details > h3 > a:hover{
color: #00737d;
}
.latest-details li a:hover{
color:#00737d;
}
.latest-news-2-details li a:hover,
.latest-news-2-details h3 a:hover{
color: #00737d;
}
footer#footer {
border-top: 3px solid #00737d;
}
.footer-links > h3 > span{
color:#00737d;
}
.footer-links > h3::after {
background: #00737d;
}
.footer-links li a:hover{
color:#00737d;
}
.footer-links li a span .fa {
color: #00737d;
}
.sub-newsletter > button {
background: #00737d;
}
.footer-copyright p a{
color:#00737d;
}
#best-thing-model .modal-header .close:focus,
#best-thing-model .modal-header .close:hover {
color: #00737d;
}
#best-thing-slider .owl-prev,
#best-thing-slider .owl-next {
background: #00737d;
}
.best-thing-model-btn a {
background: #00737d;
}
.best-thing-model-feature li:before{
color: #00737d;
}
#main_header_3 nav.navbar.bootsnav ul.nav > li.add-listing > a:hover{
border: 1px solid #00737d;
color:#fff;
background:#00737d;
}
.banner-text-3 > h2 > span{
color: #00737d;
}
.directory-category-box3 span .fa {
font-size: 40px;
color:#00737d;
}
.inner_banner_2_detail p a:hover{
color:#00737d;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
#main_header_3 nav.navbar.bootsnav ul.nav > li > a:hover{
color: #00737d;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
#main_header_3 nav.navbar.bootsnav ul.nav > li > a:focus,
#main_header_3 nav.navbar.bootsnav ul.nav > li.active > a{
color: #00737d;
}
.banner-text h2 span {
color: #00737d;
}
.right-bar-listing li a:hover{
color: #00737d;
}
.footer-about a:hover{
color:#00463e;
}
.footer-about a:hover .fa{
color:#00463e;
}
.directory-category-box a h3:hover{
color:#00463e ;
}
.footer-copyright p a:hover{
color:#00463e;
}
.top_links li a:hover{
color: #0298a5;
}
.footer_link > li > a:hover {
color: #00737d;
}
.footer_botom a:hover{
color:#00737d;
}
#post-visited-places .popular-listing-detail > p > .fa{
color:#00737d;
}
#post-visited-places .popular-listing-detail > span > a:hover{
color: #00737d;
}
#post-visited-places .place-listing-add > li > a:hover{
color:#00737d;
}
.right-bar-listing li a:hover .fa{
border: 1px solid #00737d;
background-color: #00737d;
}
.places-list h5 a:hover{
color:#00737d;
}
.places-list .media-heading .fa{
color:#00737d;
}
#popular-listing .pagination > .active > a,
#popular-listing .pagination > .active > a:focus,
#popular-listing .pagination > .active > a:hover,
#popular-listing .pagination > .active > span,
#popular-listing .pagination > .active > span:focus,
#popular-listing .pagination > .active > span:hover {
background-color: #00737d;
border-color: #00737d;
}
#popular-listing .pagination > li > a:hover{
background-color: #00737d;
border-color: #00737d;
}
#login-register .nav-tabs > li > a:hover{
background:#00737d;
border:1px solid #00737d;
}
#login-register .nav-tabs > li.active > a,
#login-register .nav-tabs > li.active > a:focus,
#login-register .nav-tabs > li.active > a:hover {
background-color: #00737d;
border:1px solid #00737d;
}
.login-register-bg {
background: #00737d;
}
.dropzone {
border:3px solid #00737d;
}
.dropzone:hover {
border: 5px solid #00737d;
}
.dropzone.profile-picture .dz-default.dz-message {
background-color: #00737d;
}
.profile-list li a:hover,
.profile-list li.active a{
background:#00737d;
}
.profile-login-bg h2 span{
color:#00737d;
}
.login-msg p a{
color:#00737d;
}
.cont_package{
background: #00737d;
}
.listing-title-area label span{
color:#00737d;
}
ul.packg-detail li .fa{
color:#00737d;
}
ul.day-open li a{
color:#00737d;
}
.add-day .single-query a{
background: #00737d;
}
.listing-title-area .form-group p a{
color:#00737d;
}
.details-heading h2 a span{
color:#00737d;
}
.details-heading-address p .fa{
color:#00737d;
}
.details-heading-address ul li .fa{
color:#00737d;
}
.details-heading-address2 ul li a{
background:#00737d;
}
#cd-google-map p a{
color:#00737d;
}
.add-more a {
background: #00737d;
}
#listing-details .panel-default > .panel-heading {
background-color: #00737d;
}
.listing-amenities li .fa{
color:#00737d;
}
.listing-special-detail h3 span {
color:#00737d;
}
.rating.active .stars .fa:hover{
color: #00737d;
}
.add-listing-bg.heading p a{
color: #00737d;
}
.service-two-detail:hover {
background: #00737d;
}
.service-two-detail:hover {
background: #00737d;
}
#about-bg-img2 a {
background: #00737d;
}
.blog-admin li a:hover{
color:#00737d;
}
.blog-admin li .fa{
color:#00737d;
}
.blog-detail a.blog-btn{
background: #00737d;
}
.blog-detail-review-detail a span {
color:#00737d;
}
.planContainer .price p.bestPlanPrice {
background: #00737d;
}
.planContainer .button a {
color: #00737d;
border: 1px solid #00737d;
}
.planContainer .button a.bestPlanButton {
background: #00737d;
border: 2px solid #00737d;
}
.planContainer .button a:hover {
background: #00737d;
}
.planContainer .button a.bestPlanButton:hover {
background: #00737d;
border:1px solid #00737d;
}
.address-box .fa {
background: #00737d;
}
.address-box p a:hover{
color:#00737d;
}
.effect-ming a:hover{
color:#00737d;
}
.user-btn > a:hover{
background: #00463e;
}
.login-register-bg .form-group > button:hover{
background:#00463e;
border:1px solid #00463e;
}
.login-register-bg .form-group > a:hover{
color:#00463e;
}
.add-day .single-query a:hover{
background: #00463e;
}
.details-heading-address2 ul li a:hover{
background:#00463e;
}
.listing-amenities li a:hover{
color:#00463e;
}
#about-bg-img2 a:hover{
background: #00463e;
}
.blog-detail a.blog-btn:hover{
background: #00463e;
}
.bg_blue {
background: #024252;
}
.ads-type {
background-color: #00737d;
}
.ads-type .nav-box a {
background-color: #00737d;
}
.ads-type .nav-box a:hover,
.ads-type .nav-box a:focus {
background-color: #048677;
}
.ads-type .nav-box .previous {
border: 1px solid #048677;
border-right: 1px solid #048677;
}
.ads-type .nav-box .next {
border-right: 1px solid #048677;
}
.ads-type a.item-type {
border-right: 1px solid #048677;
background-color: #00737d;
}
.ads-type a.item-type:hover {
background-color: #048677;
}
.ads-type a.item-type.item-selected {
background-color: #048677;
}
.add-listing > a {
background: #048677;
}
.ads-type .nav-box a:hover,
.ads-type .nav-box a:focus {
background-color: #048677;
}
.ads-type .nav-box .previous {
border: 1px solid #048677;
border-right: 1px solid #048677;
}
.ads-type .nav-box .next {
border-right: 1px solid #048677;
}
#maps .loading-container .spinner {
background-color: #00737d;
}
#maps .control-left-wrapper div:after,
#maps .control-right-wrapper div:after {
background-color: #00737d;
border: 1px solid #00737d;
}
.ads-maps .img-container .title {
background-color:#00737d;
}
.ads-maps .price {
background-color:#00737d;
}
.ads-maps .details {
border-bottom: 4px solid #00737d;
}
.ads-maps .img-container .title:after,
.ads-maps .img-container .title:before {
background-color: #048677;
}
.ads-maps .img-container .title:hover {
background-color:#048677;
}
#error_page .btn-checkout:hover {
background-color: #00737d;
border-color: #00737d;
}
.directory-category-overlay {
background: #00737d;
}
#call-to-action2{
background: #00737d;
}
#inner-banner {
background: #00737d;
}
.group-button-search:hover{
background:#00463e ;
}
.search-btn > button:hover{
background: #00463e ;
}
footer#footer::after {
background: #3a2f2f;
}
.sub-newsletter > button:hover{
background: #00463e;
}
#best-thing-slider .owl-prev:hover,
#best-thing-slider .owl-next:hover{
background: #00463e;
}
.best-thing-model-btn a:hover{
background: #00463e;
}
.banner-text > a:hover{
background:#00737d;
border: 1px solid #00737d;
}
#directory-category-slider .owl-prev:hover,
#directory-category-slider .owl-next:hover{
background:#00737d;
border: 1px solid #00737d;
}
#places-slider .owl-prev:hover,
#places-slider .owl-next:hover{
background:#00737d;
border: 1px solid #00737d;
}
.discover > a:hover{
border: 1px solid #00737d;
background:#00737d;
}
/**/
.add-listing > a:hover,
.form-group > button:hover,
#recent-listing .owl-prev:hover,
#recent-listing .owl-next:hover,
.call-to-action-btn > a:last-child:hover,
.call-to-action-btn > a:first-child:hover
{
background: #00463e;
}
.social-icons li:hover {
background: #00737d;
}
.latest_box {
background: #00737d;
}
#our-blog .col-md-2 > span > a {
background: #00737d;
}
#latest_news-slider .owl-dot.active {
background: #00737d;
}
.user-btn > a {
background: #00737d;
}
#banner-2 .btn-primary {
background-color: #00737d;
}
.input-group-addon {
background-color: #00737d;
}
#finddo-accordion .panel-heading {
background: #00737d;
}
.map-popup > a {
background: #00737d;
}
.finddo-place:hover,
.finddo-place.active {
background: #00737d;
}
.map-popup > a:hover{
background: #00463e;
}
.og-details a:hover {
border-color: #00463e;
background:#00463e;
}
.og-details a {
background:#00737d;
}
.og-details h3 span{
color:#00737d;
}
#maps .find-result:after {
background-color: rgba(31, 183, 166, 0.8);
}
#maps .find-result {
background-color: rgba(31, 183, 166, 0.6);
}
@media (max-width: 767px){
.top_links li a:hover,
.top_right_links2 .add-listing > a:hover{
color: #0298a5;
}
} | 0.349977 | 0.060004 |
html{
scroll-behavior: smooth;
}
.title{
padding: 6px
}
.header{
background-image: url("../images/background/h_image.jpg");
background-repeat: no-repeat;
padding-top: 70px;
background-position:center center ;
background-size: cover;
color: black;
font-family: Georgia, 'Times New Roman', Times, serif;
text-transform: uppercase;
text-align: center;
color: antiquewhite;
/* padding-bottom: 5%; */
}
.header h1{
padding: 2px;
margin: 5px;
text-align: center;
}
.header p{
padding: 2px;
text-align: center;
}
#logo{
background-image: url("./images/logo/logo.png");
margin-top: 12px;
margin-bottom: 24px;
width: 70px;
height: 70px;
color: black;
}
#mouse-click{
padding-top: 22px;
margin-top: 10%;
padding-bottom: 30px;
}
.about{
text-align: center;
font-size: 18px;
}
.about h2{
font-weight: 500;
}
.services{
text-align: center;
background-image: url("../images/background/S_image.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: antiquewhite;
}
#serviceoverlay{
background-color: rgba(0, 0, 0, 0.4);
padding-top: 10%;
padding-bottom: 10%;
}
.what-we-do{
text-align: center;
padding-top: 40px;
font-family: Georgia, 'Times New Roman', Times, serif;
background-position: center;
background-repeat: no-repeat;
position: relative;
align-items: center;
}
.what-we-do headings{
padding-bottom: 38px;
text-align: center;
}
#portfolio{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: 18%;
margin-right: 16%;
}
.col-md-3 img{
max-width: 100%;
max-height: 100%;
padding-bottom: 10px;
}
.contacts{
background-image: url("../images/background/c_image.jpg");
text-align: center;
font-size: small;
font-family: Georgia, 'Times New Roman', Times, serif;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
/*text-align: centre;*/
}
.contacts h2{
text-align: center;
margin-top: 30px;
padding-bottom: 40px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
input[type=text],input[type=email],input[type="Your message here..."],input[type=placeholder]{
background: transparent;
color: white;
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
button{
margin-left: 20px;
padding-bottom: 30px;
margin-bottom: 20PX;
}
footer{
text-align: center;
padding-top: 30px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
footer p{
margin-top: 10px;
}
#product, #development, #design{
display: none;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
}
#product .title, #development .title, #design .title{
font-size: 20px;
font-weight: 500;
} | css/index.css | html{
scroll-behavior: smooth;
}
.title{
padding: 6px
}
.header{
background-image: url("../images/background/h_image.jpg");
background-repeat: no-repeat;
padding-top: 70px;
background-position:center center ;
background-size: cover;
color: black;
font-family: Georgia, 'Times New Roman', Times, serif;
text-transform: uppercase;
text-align: center;
color: antiquewhite;
/* padding-bottom: 5%; */
}
.header h1{
padding: 2px;
margin: 5px;
text-align: center;
}
.header p{
padding: 2px;
text-align: center;
}
#logo{
background-image: url("./images/logo/logo.png");
margin-top: 12px;
margin-bottom: 24px;
width: 70px;
height: 70px;
color: black;
}
#mouse-click{
padding-top: 22px;
margin-top: 10%;
padding-bottom: 30px;
}
.about{
text-align: center;
font-size: 18px;
}
.about h2{
font-weight: 500;
}
.services{
text-align: center;
background-image: url("../images/background/S_image.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: antiquewhite;
}
#serviceoverlay{
background-color: rgba(0, 0, 0, 0.4);
padding-top: 10%;
padding-bottom: 10%;
}
.what-we-do{
text-align: center;
padding-top: 40px;
font-family: Georgia, 'Times New Roman', Times, serif;
background-position: center;
background-repeat: no-repeat;
position: relative;
align-items: center;
}
.what-we-do headings{
padding-bottom: 38px;
text-align: center;
}
#portfolio{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: 18%;
margin-right: 16%;
}
.col-md-3 img{
max-width: 100%;
max-height: 100%;
padding-bottom: 10px;
}
.contacts{
background-image: url("../images/background/c_image.jpg");
text-align: center;
font-size: small;
font-family: Georgia, 'Times New Roman', Times, serif;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
/*text-align: centre;*/
}
.contacts h2{
text-align: center;
margin-top: 30px;
padding-bottom: 40px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
input[type=text],input[type=email],input[type="Your message here..."],input[type=placeholder]{
background: transparent;
color: white;
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
button{
margin-left: 20px;
padding-bottom: 30px;
margin-bottom: 20PX;
}
footer{
text-align: center;
padding-top: 30px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
footer p{
margin-top: 10px;
}
#product, #development, #design{
display: none;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
}
#product .title, #development .title, #design .title{
font-size: 20px;
font-weight: 500;
} | 0.420362 | 0.078113 |
@CHARSET "UTF-8";
/*Start 初始化样式开始*/
*{
margin:0;
padding:0;
}
body{
font-size:14px;
color:#333;
font-family:"microsoft yahei", "微软雅黑";
}
html,body{
min-width:1200px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
a{
text-decoration:none;
color:#333;
}
a:hover,a:focus{
text-decoration: none;
color:#333;
}
ul,ol,dl{
list-style: none;
padding: 0;
}
.clearfix{
clear: both;
zoom: 1;
display: block;
font-size: 0;
}
/*End 初始化样式结束*/
.nav_list li a.t-red{
color: #ff4343;
border-bottom: 2px solid #ff4343;
}
/*Start 商标背景图开始*/
.banner-wrap{
width:100%;
max-width: 1920px;
height: 300px;
margin: 0 auto;
}
.ban-inner{
width: 1200px;
height: 100%;
margin: 0 auto;
}
.ban-inner .search-wrap{
padding-top: 235px;
text-align: center;
}
.ban-inner .search-wrap .pt-title{
font-size: 50px;
color: #fff;
margin-bottom: 5px;
}
.ban-inner .search-wrap .small{
font-size: 16px;
color: #fff;
margin-bottom: 15px;
}
.ban-inner .search-wrap .input-wrap{
/* margin-top: 30px; */
}
.ban-inner .search-wrap .search-pt{
width: 400px;
height: 40px;
padding-left: 15px;
}
.ban-inner .search-wrap .btn-sum{
display: inline-block;
height: 40px;
padding: 0 10px;
background-color: #39ffff;
color: #0f0b60;
border: none;
margin-left: -5px;
outline: none;
font-size: 16px;
vertical-align: top;
}
.f-fl {
float: left;
}
/*End 商标背景结束*/
/*Start 商标图标列表开始*/
.section_fl1{
width:1200px;
margin: 40px auto 0;
}
.bd-list li{
float: left;
width: 366px;
height:240px;
overflow: hidden;
text-align: center;
border-bottom: 2px solid transparent;
margin-right:51px;
box-shadow:0 0 10px #ccc;
transform: translateY(0);
-moz-transition: all 0.3s ease; /* Firefox 4 */
-webkit-transition: all 0.3s ease; /* Safari 和 Chrome */
}
.bd-list li > a{
display:block;
width: 100%;
height:100%;
}
.bd-list li.last{
margin-right:0;
}
.bd-list .img-common{
width:100%;
height:120px;
margin-top:20px;
}
.bd-list .bg-p1{
background: url(../images/icon-brabd1.png) center center no-repeat;
}
.bd-list .bg-p2{
background: url(../images/icon-brabd2.png) center center no-repeat;
}
.bd-list .bg-p3{
background: url(../images/icon-brabd3.png) center center no-repeat;
}
.bd-list .text_ltit{
color: #ff4343;
font-size:20px;
}
.bd-list .text_info{
color: #999;
margin-top:10px;
}
.bd-list li:hover{
transform: translateY(-10px);
border-bottom: 2px solid #ff4343;
}
/*End 商标图标列表结束*/
/*Start 商标注册开始*/
.section_fl2{
width:1200px;
margin:0 auto;
}
.tit-common{
height:36px;
line-height:36px;
text-align:center;
background: url('../project/images/line-tit.png') center center no-repeat;
margin:40px auto;
}
.tit-common h1{
margin:0;
line-height:36px;
font-size:30px;
padding:0 40px;
background: #fff;
display:inline-block;
}
.tit-common span{
margin:0;
line-height:36px;
font-size:30px;
padding:0 40px;
background: #fff;
display:inline-block;
}
.re-list:after{
content: "";
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
}
.re-list li{
float:left;
width:366px;
height:410px;
border: 1px solid #ddd;
margin-left:51px;
padding:50px 0 20px;
}
.re-list li:first-child{
margin-left:0;
}
.re-list .top-img{
height:100px;
}
.re-list .bg-p1{
background: url(../images/brand-r1.png) center center no-repeat;
}
.re-list .bg-p2{
background: url(../images/brand-r2.png) center center no-repeat;
}
.re-list .bg-p3{
background: url(../images/brand-r3.png) center center no-repeat;
}
.re-list li > p,.pr-wrap{
text-align:center;
}
.pr-wrap{
margin-top: 10px;
}
.pr-wrap .price{
font-size: 24px;
color: #f00;
}
.re-list li .tit{
font-size:18px;
margin-top:30px;
}
.re-list li .tet{
color:#999;
}
.mt10{
margin-top:10px;
}
.mt5{
margin-top:5px;
}
.re-list .btn-deal{
display:block;
width:120px;
height:37px;
line-height:37px;
color: #ff4343;
text-align:center;
border: 1px solid #f00;
border-radius:30px;
margin:20px auto 0;
}
.btn-con{
text-align: center;
margin-top: 20px;
}
.btn-con .btn-tm{
display: inline-block;
padding: 6px 25px;
border-radius: 30px;
}
.btn-con .btn_ask{
color: #18b8e7;
border: 1px solid #18b8e7;
margin-right: 15px;
cursor:pointer;
}
.btn-con .btn-bl{
color: #ff4343;
border: 1px solid #ff4343;
}
.btn-con .btn_ask:hover{
background: #18b8e7;
color:#fff;
}
.btn-con .btn-bl:hover{
background: #ff4343;
color:#fff;
}
/*End 商标注册结束*/
/*Start 商标后续服务开始*/
.section_fl3{
width:1200px;
margin:0 auto;
}
.sub-list li{
width:170px;
height:420px;
float:left;
margin-right:36px;
position:relative;
}
.sub-list li.last{
margin-right:0;
}
.sub-list li .circle{
width:170px;
height:170px;
border-radius:50%;
border:1px solid #ddd;
position:absolute;
top:0;
left:0;
z-index:1;
}
.sub-list li .c1{
background: #fff url('../project/images/sub-icon1.png') center center no-repeat;
}
.sub-list li .c2{
background: #fff url('../project/images/sub-icon2.png') center center no-repeat;
}
.sub-list li .c3{
background: #fff url('../project/images/sub-icon3.png') center center no-repeat;
}
.sub-list li .c4{
background: #fff url('../project/images/sub-icon4.png') center center no-repeat;
}
.sub-list li .c5{
background: #fff url('../project/images/sub-icon5.png') center center no-repeat;
}
.sub-list li .c6{
background: #fff url('../project/images/sub-icon6.png') center center no-repeat;
}
.square-wrap{
width:100%;
height:335px;
border:1px solid #ddd;
background: #f5f5f5;
position:absolute;
top:85px;
left:0;
}
.square-wrap .tit{
margin-top:110px;
font-size:18px;
color:#333;
font-weight:600;
}
.square-wrap > p{
text-align:center;
font-size:12px;
color:#999;
}
.square-wrap .mt15{
margin-top:15px;
}
.square-wrap .mt5{
margin-top:5px;
}
.square-wrap .price{
margin-top:10px;
}
.square-wrap .price .red16{
color:#FA4F4F;
font-size:16px;
}
.price .red24{
color:#FA4F4F;
font-size:24px;
}
.square-wrap .btn-more{
display:block;
width:80px;
height:30px;
border:1px solid #FA4F4F;
border-radius:5px;
color:#FA4F4F;
line-height:30px;
text-align:center;
margin:15px auto 0;
}
.square-wrap .btn-more:hover{
color:#fff;
background: #FA4F4F;
}
/*End 商标后续服务结束 */
/*Start 国际商标开始*/
.section_fl4{
width:1200px;
margin:0 auto;
}
.country-items:after{
content: '';
clear: both;
height: 0;
font-size: 0;
display: block;
zoom: 1;
}
.country-items li{
width: 281px;
height: 300px;
text-align: center;
border: 1px solid #ddd;
float: left;
margin: 0 25px 25px 0;
}
.country-items li.mr0{
margin-right: 0;
}
.country-items .img-con {
width: 100%;
height: 160px;
background: url(../images/tmServiceImg/tm-countrys.jpg) no-repeat;
position: relative;
overflow: hidden;
}
.country-items .tm-mask{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
position: absolute;
top: 160px;
left: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.country-items .flag{
position: absolute;
top: 38px;
left: 74px;
z-index: 1;
}
.country-items .text-con{
height: 140px;
}
.country-items .text-con .tm-tit{
font-size: 18px;
padding: 20px 0 10px;
}
.country-items .text-con .s-tit{
font-size: 12px;
color: #999;
}
.country-items .price{
color: #ea0963;
margin-top: 8px;
}
.country-items .price > span{
font-weight: 600;
font-size: 18px;
}
.country-items .bg-usa{
background-position: 0 0;
}
.country-items .bg-eu{
background-position: -288px 0;
}
.country-items .bg-japan{
background-position: -576px 0;
}
.country-items .bg-korea{
background-position: -864px 0;
}
.country-items .bg-germany{
background-position: 0 -160px;
}
.country-items .bg-france{
background-position: -288px -160px;
}
.country-items .bg-england{
background-position: -576px -160px;
}
.country-items .bg-australia{
background-position: -864px -160px;
}
.country-items li:hover .tm-mask{
top: 0;
}
.country-items li:hover .tm-tit{
color: #ed1249;
}
.country-items li:hover{
box-shadow: 0 0 10px #b0b0b0;
}
.to-more{
text-align: center;
}
.to-more > a{
color: #fff;
display: inline-block;
padding: 3px 6px;
background: url(../images/tmServiceImg/to-more.png) no-repeat;
}
/*End 国际商标结束*/
/*Start 注册商标的必要性开始*/
.section_fl5{
width: 1200px;
margin:0 auto;
}
.bg-brand{
width:100%;
height:410px;
text-align:center;
}
/*End 注册商标的必要性结束*/
/*Start 商标知识小课堂开始*/
.section_fl6{
width:100%;
height:auto;
}
.section_fl6 .tit_sbzs{
width:1200px;
height:70px;
margin:0 auto;
}
.section_fl6 .tit_sbzs h3{
text-align:center;
line-height:60px;
padding-bottom: 10px;
background: url(images/ff11.png) no-repeat center bottom;
font-size: 30px;
margin: 0;
}
.section_fl6 .qa_box{
width: 1200px;
height:auto;
margin:0 auto;
padding-bottom:60px;
}
.question_box{
margin-top:25px;
margin-bottom:10px;
}
.question_box span{
display:inline-block;
width:30px;
height:30px;
background: #F95258;
border-radius:50%;
text-align:center;
color:#fff;
font-size:18px;
line-height:30px;
margin-right:10px;
}
.question_box b{
font-size:20px;
font-weight:500;
letter-spacing:2px;
color:#F95258;
}
.answer_box{
padding-left:45px;
line-height:30px;
font-size:16px;
color:#666;
}
.answer_box p{
font-size:16px;
}
.answer_box p span{
display:inline-block;
font-size:16px;
color:#666;
}
.left{
float:left;
}
.right{
width:1125px;
float: none;
}
/*End 商标知识小课堂结束*/
/*S 提交之前的弹出层*/
.layer-wrap{
position: fixed;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 120;
display: none;
}
.layer-wrap .mask{
position: absolute;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
filter: alpha(opacity=50);
top: 0;
left: 0;
}
.layer-wrap .layer-inner{
width: 457px;
height: 472px;
background: #fff;
left: 50%;
top: 50%;
margin-left: -228px;
margin-top: -226px;
position: absolute;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.layer-wrap .layer-inner .title{
font-size: 24px;
font-weight: 600;
text-align: center;
padding: 15px 0 5px;
border-top: 5px solid #2172de;
}
.layer-wrap .layer-inner .small{
font-size: 14px;
text-align: center;
color: #999;
padding-bottom: 15px;
border-bottom: 1px dashed #ddd;
}
.layer-wrap .layer-inner .form-wrap{
text-align: center;
}
.layer-wrap .layer-inner .form-wrap .form-group{
margin-bottom: 25px;
}
.layer-wrap .layer-inner .form-wrap .form-group label{
font-weight: 500;
font-size: 16px;
color: #666;
width: 80px;
text-align: right;
}
.layer-wrap .layer-inner .form-wrap .form-group .form-control{
width: 300px;
display: inline-block;
height: 38px;
}
.safe-tip{
padding: 15px 0;
text-align: center;
color: #31b745;
font-size: 12px;
}
.xinghao{
color: #f00;
font-size: 16px;
vertical-align: sub;
margin-right: -12px;
display: inline-block;
}
.btn-result{
width: 264px;
height: 48px;
background-color: #4587e8;
letter-spacing: 5px;
line-height: 48px;
border: none;
color: #fff;
font-size: 20px;
border-radius: 5px;
margin-top: 5px;
outline: none;
}
.dis-btn-result{
background-color:#ccc;
border-color: #ccc;
}
.btn-close{
font-weight: 800;
position: absolute;
top: 20px;
right: 15px;
cursor: pointer;
}
.btn-close:hover{
color: #3d8ee9;
}
.form-wrap .check-tips{
width: 300px;
margin: -15px auto 10px;
text-align: left;
padding-left: 44px;
font-size: 12px;
color: #f00;
display: none;
}
.before-wrap,.after-wrap{
display: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color: #999;
font-size: 12px;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
color: #999;
font-size: 12px;
}
input:-moz-placeholder,textarea:-moz-placeholder {
color: #999;
font-size: 12px;
}
input::-moz-placeholder,textarea::-moz-placeholder {
color: #999;
font-size: 12px;
}
/*E 提交之前的弹出层*/
/*S 提交中的loading层*/
.loading-wrap{
position: absolute;
top: 55px;
left: 0;
width: 100%;
height: 365px;
border-raius: 5px;
background: url(../images/ptImg/loading-2.gif) center no-repeat;
display: none;
}
/*E 提交中的loading层*/
/*提交成功后的弹出层*/
.layer-wrap .layer-inner .top-info{
width: 100%;
height: 120px;
background: url(../images/ptImg/s-layer.png);
}
.layer-wrap .layer-inner .tip-title{
font-size: 18px;
font-weight: 600;
color: #278be1;
text-align: center;
margin: 32px 0 25px;
position: relative;
}
.layer-wrap .layer-inner .tip-title:before{
position: absolute;
display: block;
content: '';
width: 175px;
height: 1px;
top: 12px;
left: 0;
border-top: 1px dashed #9bd0f0;
}
.layer-wrap .layer-inner .tip-title:after{
position: absolute;
display: block;
content: '';
width: 175px;
height: 1px;
top: 12px;
right: 0;
border-top: 1px dashed #9bd0f0;
}
.layer-wrap .layer-inner .msg-content{
border-top: 8px solid #c4e4fe;
}
.layer-inner .msg-content .text-content{
padding: 0 60px;
line-height: 28px;
font-size: 14px;
}
.layer-inner .msg-content .text-content p > b,
.layer-inner .msg-content .text-content p >a{
color: #278be1;
}
.link-zhfqq{
color: #278be1;
}
.btn-qd-wrap{
margin-top: 35px;
text-align: center;
}
.btn-qd-wrap .btn-qd{
padding: 10px 120px;
background-color: #1477f1;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
font-size: 16px;
outline: none;
}
.btn-qd-wrap .btn-qd:hover{
background-color: #0d65d0;
}
.btn-close1{
font-weight: 500;
position: absolute;
top: 20px;
right: 15px;
cursor: pointer;
color: #fff;
}
.msg-content i.btn-close1{
font-size: 20px;
}
.btn-close1:hover{
color: #dbe9fd;
}
/*提交成功后的弹出层*/ | feibiao-admin/src/main/resources/static/static/project/brandService.css | @CHARSET "UTF-8";
/*Start 初始化样式开始*/
*{
margin:0;
padding:0;
}
body{
font-size:14px;
color:#333;
font-family:"microsoft yahei", "微软雅黑";
}
html,body{
min-width:1200px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
a{
text-decoration:none;
color:#333;
}
a:hover,a:focus{
text-decoration: none;
color:#333;
}
ul,ol,dl{
list-style: none;
padding: 0;
}
.clearfix{
clear: both;
zoom: 1;
display: block;
font-size: 0;
}
/*End 初始化样式结束*/
.nav_list li a.t-red{
color: #ff4343;
border-bottom: 2px solid #ff4343;
}
/*Start 商标背景图开始*/
.banner-wrap{
width:100%;
max-width: 1920px;
height: 300px;
margin: 0 auto;
}
.ban-inner{
width: 1200px;
height: 100%;
margin: 0 auto;
}
.ban-inner .search-wrap{
padding-top: 235px;
text-align: center;
}
.ban-inner .search-wrap .pt-title{
font-size: 50px;
color: #fff;
margin-bottom: 5px;
}
.ban-inner .search-wrap .small{
font-size: 16px;
color: #fff;
margin-bottom: 15px;
}
.ban-inner .search-wrap .input-wrap{
/* margin-top: 30px; */
}
.ban-inner .search-wrap .search-pt{
width: 400px;
height: 40px;
padding-left: 15px;
}
.ban-inner .search-wrap .btn-sum{
display: inline-block;
height: 40px;
padding: 0 10px;
background-color: #39ffff;
color: #0f0b60;
border: none;
margin-left: -5px;
outline: none;
font-size: 16px;
vertical-align: top;
}
.f-fl {
float: left;
}
/*End 商标背景结束*/
/*Start 商标图标列表开始*/
.section_fl1{
width:1200px;
margin: 40px auto 0;
}
.bd-list li{
float: left;
width: 366px;
height:240px;
overflow: hidden;
text-align: center;
border-bottom: 2px solid transparent;
margin-right:51px;
box-shadow:0 0 10px #ccc;
transform: translateY(0);
-moz-transition: all 0.3s ease; /* Firefox 4 */
-webkit-transition: all 0.3s ease; /* Safari 和 Chrome */
}
.bd-list li > a{
display:block;
width: 100%;
height:100%;
}
.bd-list li.last{
margin-right:0;
}
.bd-list .img-common{
width:100%;
height:120px;
margin-top:20px;
}
.bd-list .bg-p1{
background: url(../images/icon-brabd1.png) center center no-repeat;
}
.bd-list .bg-p2{
background: url(../images/icon-brabd2.png) center center no-repeat;
}
.bd-list .bg-p3{
background: url(../images/icon-brabd3.png) center center no-repeat;
}
.bd-list .text_ltit{
color: #ff4343;
font-size:20px;
}
.bd-list .text_info{
color: #999;
margin-top:10px;
}
.bd-list li:hover{
transform: translateY(-10px);
border-bottom: 2px solid #ff4343;
}
/*End 商标图标列表结束*/
/*Start 商标注册开始*/
.section_fl2{
width:1200px;
margin:0 auto;
}
.tit-common{
height:36px;
line-height:36px;
text-align:center;
background: url('../project/images/line-tit.png') center center no-repeat;
margin:40px auto;
}
.tit-common h1{
margin:0;
line-height:36px;
font-size:30px;
padding:0 40px;
background: #fff;
display:inline-block;
}
.tit-common span{
margin:0;
line-height:36px;
font-size:30px;
padding:0 40px;
background: #fff;
display:inline-block;
}
.re-list:after{
content: "";
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
}
.re-list li{
float:left;
width:366px;
height:410px;
border: 1px solid #ddd;
margin-left:51px;
padding:50px 0 20px;
}
.re-list li:first-child{
margin-left:0;
}
.re-list .top-img{
height:100px;
}
.re-list .bg-p1{
background: url(../images/brand-r1.png) center center no-repeat;
}
.re-list .bg-p2{
background: url(../images/brand-r2.png) center center no-repeat;
}
.re-list .bg-p3{
background: url(../images/brand-r3.png) center center no-repeat;
}
.re-list li > p,.pr-wrap{
text-align:center;
}
.pr-wrap{
margin-top: 10px;
}
.pr-wrap .price{
font-size: 24px;
color: #f00;
}
.re-list li .tit{
font-size:18px;
margin-top:30px;
}
.re-list li .tet{
color:#999;
}
.mt10{
margin-top:10px;
}
.mt5{
margin-top:5px;
}
.re-list .btn-deal{
display:block;
width:120px;
height:37px;
line-height:37px;
color: #ff4343;
text-align:center;
border: 1px solid #f00;
border-radius:30px;
margin:20px auto 0;
}
.btn-con{
text-align: center;
margin-top: 20px;
}
.btn-con .btn-tm{
display: inline-block;
padding: 6px 25px;
border-radius: 30px;
}
.btn-con .btn_ask{
color: #18b8e7;
border: 1px solid #18b8e7;
margin-right: 15px;
cursor:pointer;
}
.btn-con .btn-bl{
color: #ff4343;
border: 1px solid #ff4343;
}
.btn-con .btn_ask:hover{
background: #18b8e7;
color:#fff;
}
.btn-con .btn-bl:hover{
background: #ff4343;
color:#fff;
}
/*End 商标注册结束*/
/*Start 商标后续服务开始*/
.section_fl3{
width:1200px;
margin:0 auto;
}
.sub-list li{
width:170px;
height:420px;
float:left;
margin-right:36px;
position:relative;
}
.sub-list li.last{
margin-right:0;
}
.sub-list li .circle{
width:170px;
height:170px;
border-radius:50%;
border:1px solid #ddd;
position:absolute;
top:0;
left:0;
z-index:1;
}
.sub-list li .c1{
background: #fff url('../project/images/sub-icon1.png') center center no-repeat;
}
.sub-list li .c2{
background: #fff url('../project/images/sub-icon2.png') center center no-repeat;
}
.sub-list li .c3{
background: #fff url('../project/images/sub-icon3.png') center center no-repeat;
}
.sub-list li .c4{
background: #fff url('../project/images/sub-icon4.png') center center no-repeat;
}
.sub-list li .c5{
background: #fff url('../project/images/sub-icon5.png') center center no-repeat;
}
.sub-list li .c6{
background: #fff url('../project/images/sub-icon6.png') center center no-repeat;
}
.square-wrap{
width:100%;
height:335px;
border:1px solid #ddd;
background: #f5f5f5;
position:absolute;
top:85px;
left:0;
}
.square-wrap .tit{
margin-top:110px;
font-size:18px;
color:#333;
font-weight:600;
}
.square-wrap > p{
text-align:center;
font-size:12px;
color:#999;
}
.square-wrap .mt15{
margin-top:15px;
}
.square-wrap .mt5{
margin-top:5px;
}
.square-wrap .price{
margin-top:10px;
}
.square-wrap .price .red16{
color:#FA4F4F;
font-size:16px;
}
.price .red24{
color:#FA4F4F;
font-size:24px;
}
.square-wrap .btn-more{
display:block;
width:80px;
height:30px;
border:1px solid #FA4F4F;
border-radius:5px;
color:#FA4F4F;
line-height:30px;
text-align:center;
margin:15px auto 0;
}
.square-wrap .btn-more:hover{
color:#fff;
background: #FA4F4F;
}
/*End 商标后续服务结束 */
/*Start 国际商标开始*/
.section_fl4{
width:1200px;
margin:0 auto;
}
.country-items:after{
content: '';
clear: both;
height: 0;
font-size: 0;
display: block;
zoom: 1;
}
.country-items li{
width: 281px;
height: 300px;
text-align: center;
border: 1px solid #ddd;
float: left;
margin: 0 25px 25px 0;
}
.country-items li.mr0{
margin-right: 0;
}
.country-items .img-con {
width: 100%;
height: 160px;
background: url(../images/tmServiceImg/tm-countrys.jpg) no-repeat;
position: relative;
overflow: hidden;
}
.country-items .tm-mask{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
position: absolute;
top: 160px;
left: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.country-items .flag{
position: absolute;
top: 38px;
left: 74px;
z-index: 1;
}
.country-items .text-con{
height: 140px;
}
.country-items .text-con .tm-tit{
font-size: 18px;
padding: 20px 0 10px;
}
.country-items .text-con .s-tit{
font-size: 12px;
color: #999;
}
.country-items .price{
color: #ea0963;
margin-top: 8px;
}
.country-items .price > span{
font-weight: 600;
font-size: 18px;
}
.country-items .bg-usa{
background-position: 0 0;
}
.country-items .bg-eu{
background-position: -288px 0;
}
.country-items .bg-japan{
background-position: -576px 0;
}
.country-items .bg-korea{
background-position: -864px 0;
}
.country-items .bg-germany{
background-position: 0 -160px;
}
.country-items .bg-france{
background-position: -288px -160px;
}
.country-items .bg-england{
background-position: -576px -160px;
}
.country-items .bg-australia{
background-position: -864px -160px;
}
.country-items li:hover .tm-mask{
top: 0;
}
.country-items li:hover .tm-tit{
color: #ed1249;
}
.country-items li:hover{
box-shadow: 0 0 10px #b0b0b0;
}
.to-more{
text-align: center;
}
.to-more > a{
color: #fff;
display: inline-block;
padding: 3px 6px;
background: url(../images/tmServiceImg/to-more.png) no-repeat;
}
/*End 国际商标结束*/
/*Start 注册商标的必要性开始*/
.section_fl5{
width: 1200px;
margin:0 auto;
}
.bg-brand{
width:100%;
height:410px;
text-align:center;
}
/*End 注册商标的必要性结束*/
/*Start 商标知识小课堂开始*/
.section_fl6{
width:100%;
height:auto;
}
.section_fl6 .tit_sbzs{
width:1200px;
height:70px;
margin:0 auto;
}
.section_fl6 .tit_sbzs h3{
text-align:center;
line-height:60px;
padding-bottom: 10px;
background: url(images/ff11.png) no-repeat center bottom;
font-size: 30px;
margin: 0;
}
.section_fl6 .qa_box{
width: 1200px;
height:auto;
margin:0 auto;
padding-bottom:60px;
}
.question_box{
margin-top:25px;
margin-bottom:10px;
}
.question_box span{
display:inline-block;
width:30px;
height:30px;
background: #F95258;
border-radius:50%;
text-align:center;
color:#fff;
font-size:18px;
line-height:30px;
margin-right:10px;
}
.question_box b{
font-size:20px;
font-weight:500;
letter-spacing:2px;
color:#F95258;
}
.answer_box{
padding-left:45px;
line-height:30px;
font-size:16px;
color:#666;
}
.answer_box p{
font-size:16px;
}
.answer_box p span{
display:inline-block;
font-size:16px;
color:#666;
}
.left{
float:left;
}
.right{
width:1125px;
float: none;
}
/*End 商标知识小课堂结束*/
/*S 提交之前的弹出层*/
.layer-wrap{
position: fixed;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 120;
display: none;
}
.layer-wrap .mask{
position: absolute;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
filter: alpha(opacity=50);
top: 0;
left: 0;
}
.layer-wrap .layer-inner{
width: 457px;
height: 472px;
background: #fff;
left: 50%;
top: 50%;
margin-left: -228px;
margin-top: -226px;
position: absolute;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.layer-wrap .layer-inner .title{
font-size: 24px;
font-weight: 600;
text-align: center;
padding: 15px 0 5px;
border-top: 5px solid #2172de;
}
.layer-wrap .layer-inner .small{
font-size: 14px;
text-align: center;
color: #999;
padding-bottom: 15px;
border-bottom: 1px dashed #ddd;
}
.layer-wrap .layer-inner .form-wrap{
text-align: center;
}
.layer-wrap .layer-inner .form-wrap .form-group{
margin-bottom: 25px;
}
.layer-wrap .layer-inner .form-wrap .form-group label{
font-weight: 500;
font-size: 16px;
color: #666;
width: 80px;
text-align: right;
}
.layer-wrap .layer-inner .form-wrap .form-group .form-control{
width: 300px;
display: inline-block;
height: 38px;
}
.safe-tip{
padding: 15px 0;
text-align: center;
color: #31b745;
font-size: 12px;
}
.xinghao{
color: #f00;
font-size: 16px;
vertical-align: sub;
margin-right: -12px;
display: inline-block;
}
.btn-result{
width: 264px;
height: 48px;
background-color: #4587e8;
letter-spacing: 5px;
line-height: 48px;
border: none;
color: #fff;
font-size: 20px;
border-radius: 5px;
margin-top: 5px;
outline: none;
}
.dis-btn-result{
background-color:#ccc;
border-color: #ccc;
}
.btn-close{
font-weight: 800;
position: absolute;
top: 20px;
right: 15px;
cursor: pointer;
}
.btn-close:hover{
color: #3d8ee9;
}
.form-wrap .check-tips{
width: 300px;
margin: -15px auto 10px;
text-align: left;
padding-left: 44px;
font-size: 12px;
color: #f00;
display: none;
}
.before-wrap,.after-wrap{
display: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color: #999;
font-size: 12px;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
color: #999;
font-size: 12px;
}
input:-moz-placeholder,textarea:-moz-placeholder {
color: #999;
font-size: 12px;
}
input::-moz-placeholder,textarea::-moz-placeholder {
color: #999;
font-size: 12px;
}
/*E 提交之前的弹出层*/
/*S 提交中的loading层*/
.loading-wrap{
position: absolute;
top: 55px;
left: 0;
width: 100%;
height: 365px;
border-raius: 5px;
background: url(../images/ptImg/loading-2.gif) center no-repeat;
display: none;
}
/*E 提交中的loading层*/
/*提交成功后的弹出层*/
.layer-wrap .layer-inner .top-info{
width: 100%;
height: 120px;
background: url(../images/ptImg/s-layer.png);
}
.layer-wrap .layer-inner .tip-title{
font-size: 18px;
font-weight: 600;
color: #278be1;
text-align: center;
margin: 32px 0 25px;
position: relative;
}
.layer-wrap .layer-inner .tip-title:before{
position: absolute;
display: block;
content: '';
width: 175px;
height: 1px;
top: 12px;
left: 0;
border-top: 1px dashed #9bd0f0;
}
.layer-wrap .layer-inner .tip-title:after{
position: absolute;
display: block;
content: '';
width: 175px;
height: 1px;
top: 12px;
right: 0;
border-top: 1px dashed #9bd0f0;
}
.layer-wrap .layer-inner .msg-content{
border-top: 8px solid #c4e4fe;
}
.layer-inner .msg-content .text-content{
padding: 0 60px;
line-height: 28px;
font-size: 14px;
}
.layer-inner .msg-content .text-content p > b,
.layer-inner .msg-content .text-content p >a{
color: #278be1;
}
.link-zhfqq{
color: #278be1;
}
.btn-qd-wrap{
margin-top: 35px;
text-align: center;
}
.btn-qd-wrap .btn-qd{
padding: 10px 120px;
background-color: #1477f1;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
font-size: 16px;
outline: none;
}
.btn-qd-wrap .btn-qd:hover{
background-color: #0d65d0;
}
.btn-close1{
font-weight: 500;
position: absolute;
top: 20px;
right: 15px;
cursor: pointer;
color: #fff;
}
.msg-content i.btn-close1{
font-size: 20px;
}
.btn-close1:hover{
color: #dbe9fd;
}
/*提交成功后的弹出层*/ | 0.112113 | 0.037786 |
@charset "utf-8";
/**
* lib.css
* WebStyleGuide wasn't | Contents Styles Library | Form and Button | Add Share Contents ..
* 20210427 | @m | 최초 등록
* 20210517 | @m | 요구반영. 결함개선. 고도화.
* 20210524 | @m |
*/
/*! CSS Library | (c) 20150522~ 20210517. 20210524 | by MoonYoungshin[<EMAIL>] | MIT License
* ★ selectivizr-min.js (emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8))) http://selectivizr.com/
* UA 기본 개념과 다른 스타일은 여기에 만든다.
* class 선택자에 정의한다. 우선순위 높은 id 선택자는 필연적일 때만 사용한다.
* 네이밍 중복을 피하려면, 용도번호 .bu11 보다는 용도1줄기1 .bu1ic1 방법으로 만든다.
* Contextual Helper Classes 코드 위치 맨끝으로 이동
*/
/** Compatible! [IE9+] 20190112~ */
/** Table of contents ))
| Base Adjust
| TYPOGRAPHY
| Paragraph
| Anchor
| Other styled text tags.. Emphasis
| List
| Table
| Table Property
| Box with scroll
| Panel
| Line
| Harmony
| Helper classes
| Active classes
| Sectioning
| Form
| Button size, shape, colors, disabled, transition
| button-group, menu-group
| BBS(Board) Share
| Embed (video, audio wrapper)
| Grid ))) base.css
| RWD ))) base.css
|| Add Share Contents Style
.bg- .bgc- .text-
.m-alert1
~20201119~
.ui-datepicker
.a-view-larger
.fb1control1
*/
/* All Device ◆◆◆◆◆◆◆◆◆◆ */
/* ◇◆ Base Adjust ◇◆◇◆◇◆◇◆◇◆ */
/* base.css )) all.css )) Overwrite 20170217. 20170512. ◆◆◆ */
/* body 태그의 속성은 그대로 상속 받도록 한다. (메인과 서브의 공통 영역을 동일 유지)
*/
/* Contents Styles Library 20180423~ ◇◆◇◆◇◆◇◆◇◆ */
/* TYPOGRAPHY */
/* Heading 20200119 */
/* 제목꾸밈제거 */
[class][class].hb0{padding:0;border:0;background:transparent;}
/* (불릿있는)기본제목 */
.hb1{display:block;
position:relative;
margin:1.5em 0 1em;
padding:0 0 0 .75em;
background:url() no-repeat 0 50%;
color:#000;
font-weight:600; /* ☆ */
line-height:1.375;
letter-spacing:-.0625em; /* 1/16 */
}
.hb1.h1{
padding:0 0 .25em;
background-image:url(/assets_doadm/img/lib/h1bg.png);
background-position:0 100%;
font-size:2.5em; /* =40/16 */
}
.hb1.h2{
padding:calc(4px + .375em) 0 0 0;
background-image:url(/assets_doadm/img/lib/h2bg.png);
background-position:0 0;
font-size:1.625em; /* =26/16 */
}
.hb1.h3{
padding-left:calc(20px + .375em);
background-image:url(/assets_doadm/img/lib/h3bg.png);
background-position:0 .25em;
font-size:1.375em; /* =22/16 */
}
.hb1.h4{
padding-left:calc(15px + .375em);
background-image:url(/assets_doadm/img/lib/h4bg.png);
background-position:0 .375em;
/* color:#480; */
font-size:1.25em; /* =20/16 */
}
.hb1.h5{
padding-left:calc(5px + .375em);
background-image:url(/assets_doadm/img/lib/h5bg.png);
background-position:0 .3125em;
color:#089;
font-size:1.125em; /* =18/16 */
}
.hb1.h6{
padding-left:calc(4px + .375em);
background-image:url(/assets_doadm/img/lib/h6bg.png);
background-position:0 .4375em;
color:#09c;
font-size:1em; /* =16/16 */
}
/* ◇◆ */
@media all and (max-width:767px){ /* 20200119 */
.hb1.h3{background-position:0 .125em;}
.hb1.h4{background-position:0 .25em;}
.hb1.h5{background-position:0 .1875em;}
.hb1.h6{background-position:0 .25em;}
}
/* 불릿없는제목 (font-size = .hb1) */
.hb2{display:block;
margin:.75em 0;
padding:0;
border:0;
background:transparent;
color:#000;
font-weight:600;
line-height:1.375;
letter-spacing:-.0625em; /* 1/16 */
}
/* ( (40 26 22 20 18 16)/16 ) */
.hb2.h1{font-size:2.5em;}
.hb2.h2{font-weight:400;font-size:1.625em;}
.hb2.h3{font-size:1.375em;}
.hb2.h4{font-size:1.25em;}
.hb2.h5{font-size:1.125em;}
.hb2.h6{font-size:1em;}
/* 추가디자인제목 (font-size ≠ .hb1) */
.hb3{display:block;}
.hb3.h2{
margin:1.5em 0 1em;
padding:0 0 0 30px;
background:url(/assets_doadm/img/lib/h2bg3.png) no-repeat 0 .1875em;
color:#333;
font-size:1.625em; /* =26/16 */
}
.hb3.h3{
margin:1.5em 0 1em;
padding:.5em 0 0 0;
background:url(/assets_doadm/img/lib/h3bg3.png) no-repeat 0 0;
color:#333;
font-size:1.375em; /* =22/16 */
}
/* Anchor */
:link,
:visited{color:#039;} /* ☆ */
/* Other styled text tags (Emphasis (≥ Contrast 3:1) 배경#eee) 20201201 */
em,
.em{color:#f32c19;} /* 강조색 기본 #e04 #d34 */
.em1{color:#e00;} /* 빨 red */
.em1-2{color:#e55;} /* 다홍 red */
.em2{color:#e50;} /* 주 orange */
.em3{color:#a70;} /* 노 yellow */
.em3-4{color:#690;} /* 연두 light green */
.em4{color:#080;} /* 초 green */
.em4-5{color:#078;} /* 청록 cyan (green blue) */
.em5{color:#05b;} /* 파 blue */
.em5-6{color:#04a;} /* 암청 cobalt blue */
.em6{color:#009;} /* 남 navy */
.em7{color:#85e;} /* 보 violet */
.em8{color:#c2c;} /* 심홍 magenta (blue red) */
.em9{color:#d06;} /* 분홍 pink */
.em0{color:#000;} /* 흑 black */
/* Paragraph 20200110 */
p.bu{
position:relative;
padding:0 0 0 1.25em;
background:url(/assets_doadm/img/lib/li1bg.png) no-repeat 0 .375em;
}
/* List 20201023 */
ul.b0,
ol.b0,
dl.b0{list-style:none;margin-left:0;padding-left:0;text-align:left;}
ul.b0>li,
ol.b0>li,
dl.b0>dt,
dl.b0>dd{margin:.375em 0;padding:0;}
/* List Property 20181012 */
.ttmg0[class]>li,
.ttmg0[class]>dt,
.ttmg0[class]>dd{margin:0;}
/* 정의(ex)용어.. 위 우선순위 12점 보다 큰 선택자 사용 */
.dfn[class]>li{
margin:1em 0;
}
.dfn[class]>dt{margin-top:1em;}
.dfn[class]>dd{margin-bottom:1em;}
/* 일반목록 */
ul.bu{list-style:none;margin-left:0;padding:0;text-align:left;}
ul.bu ul{list-style:none;margin:.5em 0;padding:0;}
ul.bu li{
margin:.375em 0;
padding:0 0 0 1.125em;
}
ul.bu li,
ul.bu.bu1 li{background:url(/assets_doadm/img/lib/li1bg.png) no-repeat 0 .375em;}
ul.bu li ul>li,
ul.bu.bu2 li{background:url(/assets_doadm/img/lib/li2bg.png) no-repeat 0 .375em;}
ul.bu li li ul>li,
ul.bu.bu3 li{background:url(/assets_doadm/img/lib/li3bg.png) no-repeat 0 .375em;}
ul.bu li li li ul>li,
ul.bu.bu4 li{background:url(/assets_doadm/img/lib/li4bg.png) no-repeat 0 .375em;}
ul.bu li li li li ul>li,
ul.bu.bu5 li{background:url(/assets_doadm/img/lib/li5bg.png) no-repeat 0 .375em;}
/* 20200727 */
ul.bu.lhD li{background-position:0 .1875em;}
/* 순번목록 */
ol[class*='bo']{
list-style:decimal-leading-zero;
/* margin:0; ☆ 20190222 */
padding:0 0 0 1.8em;
text-align:left;
}
ol[class*='bo']>li{
margin:.375em 0;
padding:0;
background:transparent;
}
ol.bo0{
/* padding:0; */
}
ol.bo1{list-style:none;
padding-left:1.8em;
}
ol.bo1>li:before{display:inline-block;
box-sizing:border-box; /* ☆ */
width:1.429em; /* =20/14 */
height:1.429em;
min-width:20px;
min-height:20px;
margin:-2px .628em 0 -2.057em; /* (2.057-1.429) (1.8/.875) */
padding:3px 0; /* ((20-14)/2) */
border-radius:9999px;
background:#08b;
color:#fff;
font-weight:400;
font-size:.875em; /* =14/16 */
line-height:14px; /* 폰트14px이하 최적 */
text-align:center;
vertical-align:middle;
}
ol.bo1 ol.bo1>li:before{
width:1.286em; /* =18/14 */
height:1.286em;
min-width:18px;
min-height:18px;
padding:2px 0; /* ((18-14)/2) */
background:#789;
}
ol.bo1>li:nth-child(1):before{content:'1'}
ol.bo1>li:nth-child(2):before{content:'2'}
ol.bo1>li:nth-child(3):before{content:'3'}
ol.bo1>li:nth-child(4):before{content:'4'}
ol.bo1>li:nth-child(5):before{content:'5'}
ol.bo1>li:nth-child(6):before{content:'6'}
ol.bo1>li:nth-child(7):before{content:'7'}
ol.bo1>li:nth-child(8):before{content:'8'}
ol.bo1>li:nth-child(9):before{content:'9'}
ol.bo1>li:nth-child(10):before{content:'10'}
ol.bo1>li:nth-child(11):before{content:'11'}
ol.bo1>li:nth-child(12):before{content:'12'}
ol.bo1>li:nth-child(13):before{content:'13'}
ol.bo1>li:nth-child(14):before{content:'14'}
ol.bo1>li:nth-child(15):before{content:'15'}
ol.bo1>li:nth-child(16):before{content:'16'}
ol.bo1>li:nth-child(17):before{content:'17'}
ol.bo1>li:nth-child(18):before{content:'18'}
ol.bo1>li:nth-child(19):before{content:'19'}
ol.bo1>li:nth-child(20):before{content:'20'}
ol.bo1>li:nth-child(21):before{content:'21'}
ol.bo1>li:nth-child(22):before{content:'22'}
ol.bo1>li:nth-child(23):before{content:'23'}
ol.bo1>li:nth-child(24):before{content:'24'}
ol.bo1>li:nth-child(25):before{content:'25'}
ol.bo1>li:nth-child(26):before{content:'26'}
ol.bo1>li:nth-child(27):before{content:'27'}
ol.bo1>li:nth-child(28):before{content:'28'}
ol.bo1>li:nth-child(29):before{content:'29'}
ol.bo1>li:nth-child(30):before{content:'30'}
ol.bo1>li:nth-child(31):before{content:'31'}
ol.bo1>li:nth-child(32):before{content:'32'}
ol.bo1>li:nth-child(33):before{content:'33'}
ol.bo1>li:nth-child(34):before{content:'34'}
ol.bo1>li:nth-child(35):before{content:'35'}
ol.bo1>li:nth-child(36):before{content:'36'}
ol.bo1>li:nth-child(37):before{content:'37'}
ol.bo1>li:nth-child(38):before{content:'38'}
ol.bo1>li:nth-child(39):before{content:'39'}
ol.bo1>li:nth-child(40):before{content:'40'}
/* 정의목록 */
dl.bu{text-align:left;}
dl.bu dl{}
dl.bu dt{
margin:0;
padding:0 0 0 1.25em;
background:url(/assets_doadm/img/lib/li1bg.png) no-repeat .125em .375em;
font-weight:600;
}
dl.bu dd{
margin:.375em 0;
padding:0 0 0 1.25em;
}
dl.bu dl dt{background:url(/assets_doadm/img/lib/li2bg.png) no-repeat .125em .375em;}
dl.bu dl dl dt{background:url(/assets_doadm/img/lib/li3bg.png) no-repeat .125em .375em;}
dl.bu dl dl dl dt{background:url(/assets_doadm/img/lib/li4bg.png) no-repeat .125em .375em;}
/* 정의목록.불릿.인라인 20200117 */
dl[class*='fixed']{}
dl[class*='fixed']:before,
dl[class*='fixed']:after{content:'';display:table;clear:both;}
dl.fixed1auto1{
padding:1em 0;
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
text-align:left;
}
dl.fixed1auto1>dt{
clear:both;
float:left;
width:auto;
min-width:6em;
margin:0;
padding:0 1.25em 0 1.25em; /* () () () (dl.bu 동일) */
font-weight:400;
}
dl.fixed1auto1>dd{
margin:0 0 .5em;
padding:0;
overflow:hidden;
}
/* 옵션 dt min-width */
dl[class*='fixed'].dtw1em[class]>dt{min-width:1em;}
dl[class*='fixed'].dtw2em[class]>dt{min-width:2em;}
dl[class*='fixed'].dtw3em[class]>dt{min-width:3em;}
dl[class*='fixed'].dtw4em[class]>dt{min-width:4em;}
dl[class*='fixed'].dtw5em[class]>dt{min-width:5em;}
dl[class*='fixed'].dtw6em[class]>dt{min-width:6em;}
dl[class*='fixed'].dtw7em[class]>dt{min-width:7em;}
dl[class*='fixed'].dtw8em[class]>dt{min-width:8em;}
dl[class*='fixed'].dtw9em[class]>dt{min-width:9em;}
dl[class*='fixed'].dtw10em[class]>dt{min-width:10em;}
dl[class*='fixed'].dtw11em[class]>dt{min-width:11em;}
dl[class*='fixed'].dtw12em[class]>dt{min-width:12em;}
/* 불릿아이콘목록 20201201 */
.bi1{
list-style:none;margin-left:0;padding:0;
text-align:left;
}
.bi1 .li1{
margin:.375em 0;
padding:0 0 0 1.75em;
background:url(/assets_doadm/img/lib/ic40a4c1info1.png) no-repeat 0 .25em / 1.25em; /* (20/16) */
}
/* List line 20180212. 아이콘 필요하면 스타일 추가 */
ul.bu.lst1ic1line1{
list-style:none;
padding:0;
border-top:1px solid #eee;
text-align:left;
}
ul.bu.lst1ic1line1>li{padding-bottom:.375em;border-bottom:1px solid #eee;}
ul.bu.lst1ic1line1>li .sep{margin:0 .25em;}
/* Table (>자식선택자) 20201211 */
/* 배치용 */
table.layout{margin:0;padding:0;border:0;border-collapse:collapse;}
table.layout td{padding:0;border:0;vertical-align:top;} /* ☆ [CR] table.layout>tr>td 하면 스타일 적용안됨. 내부적으로 tbody 생성하기 때문. */
/* common type */
caption{margin:0;font-weight:600;line-height:1.375;text-align:left;}
caption .h1{display:inline-block;padding:0 0 .5em;}
caption .summary1{display:inline-block;padding-bottom:.5em;}
caption.table-h1{position:relative;
margin-bottom:-1px;
padding:.75em .75em .25em;
border:1px solid #ccc;
background:#fff;
}
tbody th,
tbody td{text-align:left;vertical-align:top;} /* ☆ */
/* Table Type */
/* border none */
table.t0{width:100%;margin:.75em 0;border:0;border-collapse:collapse;}
table.t0>*>tr>th,
table.t0>*>tr>td{padding:.25em .75em;border:0;}
table.t0>*>tr>th{font-weight:normal;}
/* border 상하 */
table.t1{width:100%;margin:.75em 0;border:0;border-collapse:collapse;
border-top:1px solid #444;
border-bottom:1px solid #ddd;
}
table.t1>*>tr>th,
table.t1>*>tr>td{padding:.5em .75em;border:0;border-bottom:1px solid #ddd;}
table.t1>*>tr>th{background:#f7f7f7;color:#222;font-weight:normal;}
table.t1>tbody>tr>th{background:#fcfcfc;}
/* border 상하좌우 */
table.t2{width:100%;margin:.75em 0;border:0;border-collapse:collapse;
border-top:1px solid #333;
border-right:1px solid #ddd;
}
table.t2>*>tr>th,
table.t2>*>tr>td{padding:.5em .75em;border:1px solid #ddd;border-width:0 0 1px 1px;}
table.t2>*>tr>th{background:#f7f7f7;font-weight:normal;}
table.t2>tbody>tr>th{background:#fcfcfc;}
/* border 상하 안쪽만 */
table.t01{width:100%;margin:0;border:0;border-collapse:collapse;}
table.t01>*>tr>th,
table.t01>*>tr>td{padding:.5em .75em;border:0;border-top:1px solid #ddd;}
table.t01>*>tr:first-child>*{border-top-width:0;}
table.t01>thead~tbody>tr:first-child>*{border-top:1px solid #ddd;}
table.t01>*>tr>th{font-weight:normal;}
/* border 상하좌우 안쪽만 */
table.t02{width:100%;margin:0;border:0;border-collapse:collapse;}
table.t02>*>tr>th,
table.t02>*>tr>td{padding:.5em .75em;border:0;border-top:1px solid #ddd;border-left:1px solid #ddd;}
table.t02>*>tr:first-child>*{border-top-width:0;}
table.t02>thead~tbody>tr:first-child>*{border-top:1px solid #ddd;}
table.t02>*>tr>*:first-child{border-left:0;}
table.t02>*>tr>th{font-weight:normal;}
/* border 상하(좌우) border-top 강조 | [IE11.에뮬8] border-right 벌레박멸OK */
table.t3{width:100%;margin:.75em 0;border:0;border-collapse:collapse;
border-top:2px solid #111;
border-bottom:1px solid #ddd;
background:#fff;
}
table.t3>*>tr{border-right:1px hidden transparent;}
table.t3>*>tr>th,
table.t3>*>tr>td{
padding:.75em;
border:1px solid #ddd;
border-width:1px 1px 0 0;
}
table.t3>*>tr>th{
background:#fcfcfc;
color:#333;
font-weight:600;
}
table.t3>thead>tr>th{
padding:.75em; /* ((.5+(.375)/2) (그대로) */
border-width:0 1px 1px 0;
border-color:#ddd;
border-bottom-color:#ddd;
background:#f7f7f7;
/* color:inherit; */
line-height:1.375;
}
table.t3>tfoot>tr>th{border-width:1px 1px 0 0;border-color:#ddd;background:#f3f6f9;color:#333;}
table.t3>tfoot>tr:first-child>*{border-top-color:#79b;}
table.t3>tbody>tr:first-child>th,
table.t3>tbody>tr:first-child>td{border-top-width:0;} /* thead>th{border-bottom} 또는 table{border-top} 보이도록 한다. */
/* border 테두리만 */
table.t4{width:100%;margin:.75em 0;border:0;border-collapse:collapse;border-radius:0 0 6px 6px;border:1px solid #ddd;}
table.t4>*>tr>th,
table.t4>*>tr>td{padding:.5em .75em;border:0;border-top:1px solid #eee;}
table.t4>*>tr:first-child>th,
table.t4>*>tr:first-child>td{border:0;}
table.t4>*>tr>th{background:#f7f7f7;}
table.t4>tbody>tr>th{background:#fcfcfc;}
/* border 테두리만 + border-spacing */
table.t5{width:100%;margin:.75em 0;border:1px solid #ddd;border-collapse:separate;border-spacing:6px;}
table.t5>*>tr>th,
table.t5>*>tr>td{padding:.5em .75em;border:0;}
table.t5>*>tr>th{background:#f7f7f7;font-weight:normal;}
table.t5>tbody>tr>th{background:#fcfcfc;}
/* border-spacing */
table.t6{width:100%;margin:.75em 0;border:0;border-collapse:separate;border-spacing:2px;}
table.t6>*>tr>th,
table.t6>*>tr>td{padding:.5em .75em;border:0;}
table.t6>*>tr>th{background:#024;font-weight:normal;}
table.t6>thead{color:#fff;}
table.t6>tbody>tr>th,
table.t6>tbody>tr>td{background:#f7f7f7;}
/* Table Property 20201211
* !important 없는 padding border background 재선언 선택자는 ( table.t3>thead>tr>th ) 보다 우선순위 높아야 한다.
*/
table.auto{width:auto;height:auto;}
.ttmg0[class]>tr *,
.ttmg0[class]>*>tr *{margin:0;}
.ttpd0[class]>tr>*,
.ttpd0[class]>*>tr>*{padding:0;}
.ttpd025em[class]>tr>*,
.ttpd025em[class]>*>tr>*{padding:.25em;}
.ttpd0375em[class]>tr>*,
.ttpd0375em[class]>*>tr>*{padding:.375em;}
.ttpd05em[class]>tr>*,
.ttpd05em[class]>*>tr>*{padding:.5em;}
.ttpd075em[class]>tr>*,
.ttpd075em[class]>*>tr>*{padding:.75em;}
/* ☆ */
.ttpdtb0375em[class]>tr>*,
.ttpdtb0375em[class]>*>tr>*{padding-top:.375em;padding-bottom:.375em;}
.ttpdtb05em[class]>tr>*,
.ttpdtb05em[class]>*>tr>*{padding-top:.5em;padding-bottom:.5em;}
.ttpdtb075em[class]>tr>*,
.ttpdtb075em[class]>*>tr>*{padding-top:.75em;padding-bottom:.75em;}
.ttpdtb1em[class]>tr>*,
.ttpdtb1em[class]>*>tr>*{padding-top:1em;padding-bottom:1em;}
.ttpdtb11875em[class]>tr>*,
.ttpdtb11875em[class]>*>tr>*{padding-top:1.1875em;padding-bottom:1.1875em;}
.ttpdtb1375em[class]>tr>*,
.ttpdtb1375em[class]>*>tr>*{padding-top:1.375em;padding-bottom:1.375em;}
.ttpdlr05em[class]>tr>*,
.ttpdlr05em[class]>*>tr>*{padding-left:.5em;padding-right:.5em;}
.ttpdlr025em[class]>tr>*,
.ttpdlr025em[class]>*>tr>*{padding-left:.25em;padding-right:.25em;}
/* ☆ */
.tt1pdlr0 tr>:first-child,
.tt2pdlr0 tr>:nth-child(2),
.tt3pdlr0 tr>:nth-child(3),
.tt4pdlr0 tr>:nth-child(4),
.tt5pdlr0 tr>:nth-child(5),
.tt6pdlr0 tr>:nth-child(6),
.tt7pdlr0 tr>:nth-child(7),
.tt8pdlr0 tr>:nth-child(8),
.tt9pdlr0 tr>:nth-child(9),
.tt10pdlr0 tr>:nth-child(2){padding-left:0;padding-right:0;}
.tt1fwn th, .tt1fwn td{font-weight:400;}
.tt1fwb th, .tt1fwb td{font-weight:600;}
.tt1fwb tr>:first-child,
.tt2fwb tr>:nth-child(2),
.tt3fwb tr>:nth-child(3),
.tt4fwb tr>:nth-child(4),
.tt5fwb tr>:nth-child(5),
.tt6fwb tr>:nth-child(6),
.tt7fwb tr>:nth-child(7),
.tt8fwb tr>:nth-child(8),
.tt9fwb tr>:nth-child(9),
.tt10fwb tr>:nth-child(10){font-weight:600;}
/* 중첩표 초기화 위해 right center left 순서로 선언 */
.tttar[class] th, .tttar[class] td{text-align:right;}
.tttac[class] th, .tttac[class] td{text-align:center;}
.tttal[class] th, .tttal[class] td{text-align:left;}
.tdtar[class] td{text-align:right;}
.tdtac[class] td{text-align:center;}
.tdtal[class] td{text-align:left;}
.thtar[class] th{text-align:right;}
.thtac[class] th{text-align:center;}
.thtal[class] th{text-align:left;}
.tt1tar tr>:first-child,
.tt2tar tr>:nth-child(2),
.tt3tar tr>:nth-child(3),
.tt4tar tr>:nth-child(4),
.tt5tar tr>:nth-child(5),
.tt6tar tr>:nth-child(6),
.tt7tar tr>:nth-child(7),
.tt8tar tr>:nth-child(8),
.tt9tar tr>:nth-child(9),
.tt10tar tr>:nth-child(10){text-align:right;}
.tt1tac tr>:first-child,
.tt2tac tr>:nth-child(2),
.tt3tac tr>:nth-child(3),
.tt4tac tr>:nth-child(4),
.tt5tac tr>:nth-child(5),
.tt6tac tr>:nth-child(6),
.tt7tac tr>:nth-child(7),
.tt8tac tr>:nth-child(8),
.tt9tac tr>:nth-child(9),
.tt10tac tr>:nth-child(10){text-align:center;}
.tt1tal tr>:first-child,
.tt2tal tr>:nth-child(2),
.tt3tal tr>:nth-child(3),
.tt4tal tr>:nth-child(4),
.tt5tal tr>:nth-child(5),
.tt6tal tr>:nth-child(6),
.tt7tal tr>:nth-child(7),
.tt8tal tr>:nth-child(8),
.tt9tal tr>:nth-child(9),
.tt10tal tr>:nth-child(10){text-align:left;}
.tt1nowrap tr>:first-child,
.tt2nowrap tr>:nth-child(2),
.tt3nowrap tr>:nth-child(3),
.tt4nowrap tr>:nth-child(4),
.tt5nowrap tr>:nth-child(5),
.tt6nowrap tr>:nth-child(6),
.tt7nowrap tr>:nth-child(7),
.tt8nowrap tr>:nth-child(8),
.tt9nowrap tr>:nth-child(9),
.tt10nowrap tr>:nth-child(10){white-space:nowrap;}
/* Unnecessary ))
.trtal[class] tr{text-align:left;}
.trtac[class] tr{text-align:center;}
.trtar[class] tr{text-align:right;}
*/
.ttvat[class] th, .ttvat[class] td{vertical-align:top;}
.ttvab[class] th, .ttvab[class] td{vertical-align:bottom;}
.ttvam[class] th, .ttvam[class] td{vertical-align:middle;}
/* ☆ */
.ttbgcf[class] th, .ttbgcf[class] td{background-color:#fff;}
.ttbgcf7[class] th, .ttbgcf7[class] td{background-color:#f7f7f7;}
.stripe1 tr:nth-child(even){background:#f8fafc;}
.thcv0[class] th{color:#000;}
/* ☆ */
.tdnowrap[class] td,
.thnowrap[class] th,
.ttnowrap[class]>tr>*,
.ttnowrap[class]>*>tr>*{white-space:nowrap;}
.ttwbba[class]>tr>*,
.ttwbba[class]>*>tr>*{word-break:break-all;}
/* ☆ */
.ttbdss[class]>*>tr>*{border-style:solid;}
table.bdsd[class]>*>tr>*, /* legacy */
.ttbdsdt[class]>*>tr>*{border-style:dotted;}
.ttbdsds[class]>*>tr>*{border-style:dashed;}
/* ☆ */
.ttbdct[class]>*>tr>*{border-color:transparent;}
.ttbdcf7[class]>*>tr>*{border-color:#f7f7f7;}
.ttbdce[class]>*>tr>*{border-color:#eee;}
.ttbdce7[class]>*>tr>*{border-color:#e7e7e7;}
.ttbdcd[class]>*>tr>*{border-color:#ddd;}
.ttbdcd7[class]>*>tr>*{border-color:#d7d7d7;}
.ttbdcc[class]>*>tr>*{border-color:#ccc;}
/* ◇◆ */
@media all and (max-width:767px){ /* 20200708 */
.tt1hide-small-only tr>:first-child,
.tt2hide-small-only tr>:nth-child(2),
.tt3hide-small-only tr>:nth-child(3),
.tt4hide-small-only tr>:nth-child(4),
.tt5hide-small-only tr>:nth-child(5),
.tt6hide-small-only tr>:nth-child(6),
.tt7hide-small-only tr>:nth-child(7),
.tt8hide-small-only tr>:nth-child(8),
.tt9hide-small-only tr>:nth-child(9),
.tt10hide-small-only tr>:nth-child(10){display:none !important;}
}
/* ◇◆ */
@media all and (min-width:768px){
.ttpdlr2pct[class]>tr>*,
.ttpdlr2pct[class]>*>tr>*,
.tdpdlr2pct[class]>tr>td,
.tdpdlr2pct[class]>*>tr>td{
/* padding-left:2%;padding-right:2%; ☆ [~IE11]bug) 셀 내부 초점 시 패딩 0 된다. fix) 내부 래퍼 overflow:hidden; */
padding-left:1.2em;padding-right:1.2em;
}
}
/* Box (Poor Box) 20191105 */
.box0{padding:0;border:1px solid #ddd;}
.box1{padding:.75em 1em;border:1px solid #ddd;}
.box2{padding:.75em 1em;border:2px solid #e7e7e7;}
.box3{padding:.75em 1em;border:3px solid #eee;}
.box4{padding:.75em 1em;border:4px solid #f7f7f7;}
.box5{padding:.75em 1em;border:5px solid #f7f7f7;}
.box6{padding:.75em 1em;border:6px solid #f7f7f7;}
.box7{padding:.75em 1em;border:7px solid #f7f7f7;}
.box8{padding:.75em 1em;border:8px solid #f7f7f7;}
/* 동영상 대본 원고 20150710 */
.caption1{
position:relative;
height:20em;
margin:0 auto 1.25em;
padding:1.25em;
border:1px solid #eaecee;
background:#fcfcfc;
overflow:auto;overflow-x:hidden;
}
/* Panel (Rich Box) 20201201 */
[class*='panel']{
display:table; /* ☆ [class*='deco1']+.body1{display:table-cell;} 높이가 유연하게 대응 */
/* z-index:0; ☆ */
position:relative;
box-sizing:border-box; /* ☆ */
width:100%;
margin:1.25em 0;
padding:1em 1.25em;
border:1px solid #d4d8dd;
background:#fcfdfe;
}
[class*='panel']>*{
/* z-index:1; ( z > [class*='panel']:after > [class*='panel']:before ) */
position:relative;
}
[class*='panel']>.h1{display:block;
margin:1.25em -1.25em 1em;
padding:.75em 1.25em;
border-bottom:1px solid rgba(0,0,0, .1);
background:#f3f5f7;
background-size:10px 100%;
line-height:1.375;
}
[class*='panel']>.h1:first-child{margin-top:-1em;}
[class*='panel']>.h1:last-child{margin-bottom:-1em;border-bottom:0;}
[class*='panel']>.h1>:first-child{margin:0;}
[class].panel0{border-width:0;}
[class].panel1{border-width:1px;}
[class].panel2{border-width:2px;}
[class].panel3{border-width:3px;}
[class].panel4{border-width:4px;}
[class].panel5{border-width:5px;}
.panel00{padding:.75em 0;border-width:0;background:#fff;}
.panel10{padding:.75em 0;border-width:1px 0;background:#fff;}
.panel201{padding:.75em 0;border-width:2px 0 1px;background:#fff;}
.panel50{padding:3% 0;border-width:5px 0;background:#fff;}
/* 장식 */
[class*='panel'].callout{border-color:#b4ced2;background:#ecfaff;}
[class*='panel'].callout>.h1{background:#d4f2f7;}
[class*='panel'].inset{box-shadow:inset 0 0 3px 3px rgba(0, 0, 0, .03125);}
[class*='panel']>.h1.gradient{background:linear-gradient(to bottom, #fcfdfe 0, #e9ebee 100%);}
[class*='panel'].shadow{box-shadow:0 0 10px 0 rgba(0, 0, 0, .1);}
[class*='panel'].shadow3inset{box-shadow:inset 0 0 0 3px rgba(243, 245, 247, 1);}
[class*='panel'].border1inset{position:relative;
background:
linear-gradient(180deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px),
linear-gradient(0deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px),
linear-gradient(90deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px),
linear-gradient(-90deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px);
}
/* 다중톤 */
[class*='panel'].hue2,
[class*='panel'].hue3{
display:block; /* table 로 하면 [~IE11] margin -값이 표준과 다름 */
}
[class*='panel'].hue2{
padding:20px;
border-color:#467ed4;
}
[class*='panel'].hue2:before{content:'';display:block;
position:absolute;left:0;top:0;bottom:0;
width:150px;
margin:-1px;
border:1px solid #1fbcbe;
border-width:1px 0 1px 1px;
}
.panel3.hue2:before{margin:-3px;border-width:3px 0 3px 3px;}
/* ☆ */
[class*='panel'].hue3{
padding:26px 30px;
border-color:#eee;
}
[class*='panel'].hue3:before{content:'';display:block;
position:absolute;left:0;right:0;top:0;
height:26px;
margin:-1px;
border:1px solid #17b6c6;
border-width:1px 1px 0 0;
}
[class*='panel'].hue3:after{content:'';display:block;
position:absolute;left:0;top:0;
width:180px;
height:26px;
margin:-1px;
border:1px solid #555;
border-width:1px 0 0 1px;
}
.panel4.hue3:before{margin:-4px;border-width:4px 4px 0 0;}
.panel4.hue3:after{margin:-4px;border-width:4px 0 0 4px;}
/* ☆ */
[class*='panel'].hue2a1{padding:20px;border-color:#ddd;background:#fff;}
[class*='panel'].hue2a1:before{content:'';display:block;
position:absolute;left:0;top:0;
width:50px;height:50px;
margin:-1px 0 0 -1px;
border-top:2px solid #034ea1;
border-left:2px solid #034ea1;
}
/* ☆ */
[class*='panel'].hue2a2{padding:20px;border-color:#666;background:#fff;}
[class*='panel'].hue2a2:before{content:'';display:block;
position:absolute;left:0;top:0;
width:50px;height:50px;
margin:-1px 0 0 -1px;
border-top:2px solid #ea3b8d;
border-left:2px solid #ea3b8d;
}
/* ☆ */
[class*='panel'].hue2a3{
padding:20px;
border-top-color:#2b4380;
border-bottom-color:#ccc;
border-bottom-style:dashed;
}
[class*='panel'].hue2a3:before{content:'';display:block;
position:absolute;left:0;top:0;
width:150px;height:30px;
border-top:4px solid #2b4380;
border-left:5px solid #2b4380;
}
[class*='panel'].hue2a3>[class*='deco1']+.body1{
padding:6px 0 4px;
}
/* ☆ */
[class*='panel'].hue2a4{
padding:24px 20px;
border-color:#dee4ee;
background-color:#f7f9fd;
}
[class*='panel'].hue2a4:before{content:'';display:block;
position:absolute;left:0;right:0;top:0;
height:50px;
margin:-1px -2px;
border:3px solid #2864af;
border-bottom:0;
}
/* ☆ */
[class*='panel'].hue1a1{padding:26px;border-color:#666;background:#fbf6ec;}
/* ☆ */
[class*='panel'].hue4{
padding:30px;
}
[class*='panel'].hue4:before{content:'';display:block;
position:absolute;left:0;right:0;top:0;
height:2px;
margin:-1px;
background:url(/assets_doadm/img/lib/b1line1.png);
}
/* 패턴 */
[class*='panel'].slash50{padding:4%;border:0;}
[class*='panel'].slash50:before{content:'';display:block;clear:both;
position:absolute;left:0;right:0;top:0;
height:5px;
margin:0 0 3%;
background:url(/assets_doadm/img/lib/b1c1o20p1.png) center center;
}
[class*='panel'].slash50:after{content:'';display:block;clear:both;
position:absolute;left:0;right:0;bottom:0;
height:5px;
margin:3% 0 0;
background:url(/assets_doadm/img/lib/b1c1o20p1.png) center center;
}
/* ☆ */
[class*='panel'].slash5{
padding:24px;
background:url(/assets_doadm/img/lib/b1c2slash1.png) center center;
}
[class*='panel'].slash5:before{content:'';
display:block;
position:absolute;left:0;right:0;top:0;bottom:0;
margin:5px;
background:#fff;
}
/* ☆ */
[class*='panel'].slash6{
padding:24px;
background:url(/assets_doadm/img/lib/b1c3slash1.png) center center;
}
[class*='panel'].slash6:before{content:'';
display:block;
position:absolute;left:0;right:0;top:0;bottom:0;
margin:5px;
background:#fff;
}
/* deco1+body1 20201120 */
/* 장식 */
[class*='panel']>[class*='deco1']{
float:left;
width:80px;
height:80px;
margin:0 30px 0 10px;
background:url(/assets_doadm/img/lib/ic160deco1bulb1.png) no-repeat center center / contain;
}
/* 본문 */
[class*='panel']>[class*='deco1']+.body1{display:table-cell;
width:9999px;
/* height:80px; */ /* [class*='deco1'] 높이 */
vertical-align:middle;
overflow:hidden;
}
[class*='panel']>[class*='deco1']+.body1 p{
margin:.375em 0;
}
/* 장식 size image */
[class*='panel']>.deco1bulb1{background-image:url(/assets_doadm/img/lib/ic160deco1bulb1.png);}
[class*='panel']>.deco1quotation1{background-image:url(/assets_doadm/img/lib/ic160deco1quotation1.png);}
[class*='panel']>.deco1menu1{background-image:url(/assets_doadm/img/lib/ic160deco1menu1.png);}
[class*='panel']>.deco1facility1{background-image:url(/assets_doadm/img/lib/ic160deco1facility1.png);}
/* ◇◆ */
@media all and (max-width:767px){
[class*='panel']>[class*='deco1']{display:none;}
}
/* Line 20201211
* 20200522~ ))) .bdt1px 사용 권장
*/
.line0{border:0;}
.line1t{border-top:1px solid #ddd;}
.line1b{border-bottom:1px solid #ddd;}
.line1l{border-left:1px solid #ddd;}
.line1r{border-right:1px solid #ddd;}
.dott{border-top:1px dotted #ccc;}
.dotb{border-bottom:1px dotted #ccc;}
.dotl{border-left:1px dotted #ccc;}
.dotr{border-right:1px dotted #ccc;}
/* Harmony 20190313 */
img.center{display:block;margin-left:auto;margin-right:auto;} /* (.block-center) */
img.vam{margin:0 0 2px 0;vertical-align:middle;}
img.flm{float:left;margin:0 1.75em 1.75em 0;}
img.frm{clear:right;float:right;margin:0 0 1.75em 1.75em;}
.fix1{display:block;overflow:hidden;}
/* child margin 20210524 */
pre:first-child{margin-top:0;}
pre:last-child{margin-bottom:0;}
#body>:first-child,
#body_content>:first-child,
#body_content>script:first-child+:first-of-type,
#body_content>.container>:first-child,
#body_content>.container>script:first-child+:first-of-type,
.width1s2>:first-child{
margin-top:0;
}
.fc-mgt0>:first-child{margin-top:0;}
.lc-mgb0>:last-child{margin-bottom:0;}
/* 라벨장식 (폼요소아님) 20180328 */
.label1{display:inline-block;
padding:.5em;
border-radius:.25em;
background:#777;
color:#fff;
font-weight:400;
font-size:.875em;
line-height:1;
text-align:center;
white-space:nowrap;
vertical-align:middle;
}
/* 배지 20180226 */
.badge1{display:inline-block;
min-width:1.15em;
height:1.15em;
margin:0 .25em 0 0;
padding:.25em;
border-radius:9999px;
background:#777;
color:#fff;
font-weight:normal;
font-size:1em;
line-height:1.15; /* (( normalize.min.css */
text-align:center;
vertical-align:middle;
}
/* Form 20210517 ◇◆◇◆◇◆◇◆◇◆ */
/* base.css )) Overwrite. 20210517 ◆◆◆ */
a[class*='button'],
button,
button[class*='button'], button[type='submit'], button[type='reset'],
html input[type='button'], /* ☆ Avoid [Android4.2.2]bug) audio and video controls */
input[type='submit'], input[type='reset'],
input[type='text'], input[type='password'], input[type='file'],
input[type='email'], input[type='number'], input[type='search'], input[type='tel'], input[type='url'],
/* input[type='radio'],input[type='checkbox'], */
textarea,
[action] textarea,
select,
[action] select{
border-radius:6px; /* ☆3px */
}
input[type='text'],input[type='password'],input[type='file'],
input[type='email'],input[type='number'],input[type='search'],input[type='tel'],input[type='url'],
textarea,
[action] textarea,
select,
[action] select{
border-color:#ccc;
}
/* ◇◆ Adv ◇◆ */
/* [IE9+] */
/* :root select{
-webkit-appearance:none !important;
-moz-appearance:none !important;
background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+');
background-position:100% center;
background-repeat:no-repeat;
background-size:20px 12%;
line-height:normal;
} */
/* [IE10+] */
/* select::-ms-expand{display:none;} */
/* ◇◆ Button 20210517 ◇◆ */
a[class*='button'],
html input[class*='button'], /* ☆ Avoid bug [Android4.2.2] audio and video controls */
button[class*='button'],
.button{
display:inline-block;
position:relative;
box-sizing:border-box;
max-width:100%;
/* height:2.5em; ((base.css */
/* padding:.5em .75em; ((base.css */
border:1px solid transparent;
/* border-color:rgba(0,0,0, .2); */
background-color:#357; /* #245 */
color:#fff; /* ☆ */
font-size:1em;
/* line-height:normal; ((base.css */
text-decoration:none;
text-align:center; /* ☆ */
transition:.2s ease-out;
-webkit-appearance:none;
-moz-appearance:none;
}
/* Button size and shape */
.button.xlarge{
height:auto; /* ((70px */
padding:1.025em 2.25em;
font-size:1.25em;
}
.button.large{
height:auto; /* ((60px */
padding:.92361111111111111111111111111111em 1.8125em; /* ((60-(18*1.375+2))/2/18) */
font-size:1.125em;
}
.button.medium{
height:auto; /* ((50px */
padding:.8125em 1.75em; /* ((50-(16*1.375+2))/2/16) */
font-size:1em;
}
.button.semismall{
height:auto; /* ((40px */
padding:.5em .75em;
font-size:1em;
}
.button.small{
height:auto; /* ((28px */
padding:.1875em .5em .3125em;
font-size:.875em;
}
.button.tiny{
height:auto; /* ((22px */
padding:.1675em .25em;
font-size:.75em;
}
.button.block{display:block; /* 1line */
width:100%;
}
.button.expand{display:block; /* 2lines~ */
width:100%;
height:auto;
padding:1em 1.25em;
white-space:normal;
}
.button.wide{
padding-left:2.5em;
padding-right:2.5em;
}
/* styling */
.button.radius{border-radius:6px;}
.button.round{border-radius:9999px;}
/* colors */
.button.base{border-color:rgba(0,0,0, 0);background-color:#333;color:#fff;} /* #09b ■(속찬) button with icon */
.button.default{border-color:rgba(0,0,0, .4);background-color:#fff;color:#333;} /* □(속빈) button with icon */
.button.muted{border-color:#ddd;background-color:#eee;color:#666;} /* ☆ */
.button.submit{border-color:rgba(0,0,0, 0);background-color:#05b;color:#fff;} /* ☆ */
.button.search{border-color:rgba(0,0,0, .1);background-color:#08b;color:#fff;} /* ☆ */
.button.primary{border-color:rgba(0,0,0, 0);background-color:#f32c19;color:#fff;} /* #159 */
.button.primary1{border-color:rgba(0,0,0, 0);background-color:#e49;color:#fff;} /* 20200521 */
.button.secondary{border-color:rgba(0,0,0, 0);background-color:#888;color:#fff;} /* #678 */
.button.success{border-color:#395;background-color:#3a4;color:#fff;}
.button.warning{border-color:#e50;background-color:#ff6000;color:#fff;}
.button.danger{border-color:#c43;background-color:#d43;color:#fff;}
.button.alert{border-color:#b71;background-color:#c81;color:#fff;}
.button.alert1{border-color:#86b;background-color:#96c;color:#fff;} /* 20180201 */
.button.info{border-color:#08c;background-color:#09d;color:#fff;}
.button.info1{border-color:#9cd;background-color:#ade;color:#235;} /* 폰트color ≠ #fff */
.button.info2{border-color:#099;background-color:#00a7a7;color:#fff;} /* 20190604 */
/* gray */
.button.white{border-color:#000;background-color:#fff;color:#000;}
.button.black{border-color:#000;background-color:#000;color:#fff;}
.button[class*='gray']{border-color:rgba(0,0,0, 0);}
.button.gray1{background-color:#111;color:#fff;}
.button.gray2{background-color:#222;color:#fff;}
.button.gray3{background-color:#333;color:#fff;}
.button.gray4{background-color:#444;color:#fff;}
.button.gray5{background-color:#555;color:#fff;}
.button.gray6{background-color:#666;color:#fff;}
.button.gray,
.button.gray7{background-color:#767676;color:#fff;}
.button.gray8{background-color:#888;color:#fff;}
.button.gray9{background-color:#959595;color:#fff;}
.button.graya{background-color:#aaa;color:#000;}
.button.grayb{background-color:#bbb;color:#000;}
.button.grayc{background-color:#ccc;color:#000;}
.button.grayd{background-color:#ddd;color:#000;}
.button.graye{border-color:rgba(0,0,0, .2);background-color:#eee;color:#000;}
.button.grayf7{border-color:rgba(0,0,0, .2);background-color:#f7f7f7;color:#000;}
.button.grayfc{border-color:rgba(0,0,0, .2);background-color:#fcfcfc;color:#000;}
/* slategray */
.button.slategray123{background-color:#123;color:#fff;}
.button.slategray234{background-color:#234;color:#fff;}
.button.slategray345{background-color:#345;color:#fff;}
.button.slategray456{background-color:#456;color:#fff;}
.button.slategray567{background-color:#567;color:#fff;}
.button.slategray,
.button.slategray579{background-color:#579;color:#fff;}
.button.slategray678{background-color:#678;color:#fff;}
.button.slategray789{background-color:#789;color:#fff;}
.button.slategray89a{background-color:#89a;color:#012;}
.button.slategray9ab{background-color:#9ab;color:#123;}
.button.slategrayabc{background-color:#abc;color:#234;}
.button.slategraybcd{background-color:#bcd;color:#345;}
.button.slategraycde{background-color:#cde;color:#456;}
.button.slategraydef{border-color:#cde;background-color:#def;color:#567;}
.button.slategraye{border-color:#e1e4e8;background-color:#e8eaef;color:#678;}
.button.slategrayf{border-color:#e5e8ee;background-color:#f4f5f7;color:#789;}
/* disabled */
.button.disabled,
.button[disabled]{opacity:.5;box-shadow:none;cursor:not-allowed;}
/* hollow □(속빈) */
.button.hollow{background-color:#fff;color:#333;}
/* ☆ border-color = background-color
.button[class]{border-color:transparent;}
.button.hollow{border-color:#999;}
*/
/* emboss */
.button.emboss{
box-shadow:
inset 0 5px 5px 0 rgba(255,255,255, .1),
inset 0 -10px 10px 0 rgba(0,0,0, .1);
}
.button.emboss:not(.default){
border-color:transparent;
}
.button.emboss .t1{position:relative;}
/* transition 20200603 */
.button:hover,
.button:focus{
border-color:rgba(0,0,0, .1);
box-shadow:inset 0 0 999px 0 rgba(0,0,0, .1);
color:#fff;
}
.button.default:hover,
.button.default:focus,
.button.muted:hover,
.button.muted:focus,
.button.hollow:hover,
.button.hollow:focus{
border-color:rgba(0,0,0, .58);
box-shadow:inset 0 0 999px 0 rgba(0,0,0, .02);
color:#000;
}
.button.disabled:hover,
.button[disabled]:focus{opacity:.67;} /* ☆ 대비고려 */
/* Sample Code for Hover
.button>.ic1{font-family:'FontAwesome','나눔고딕';}
.button.change>.ic1:before{content:attr(data-before);}
.button.change>.ic1:after{content:attr(data-after) ' Click me!';}
*/
/* ◇◆ Menu 20180212. ◇◆ */
/* menu-group1 */
.menu-group1{margin:0;padding:0;}
.menu-group1:before,
.menu-group1:after{content:'';display:table;clear:both;}
.menu-group1 .m{float:left;
height:1.375em;
margin:0 0 .5em -1px;
padding:.375em 1em;
border:1px solid #ccc;
background:#fff;
color:#666;
font-size:.875em;
line-height:1.375;
text-align:center;
text-decoration:none;
white-space:nowrap;
}
.menu-group1 .m.on{position:relative;background:#666;border-color:#666;color:#fff;}
.menu-group1 .m:first-child{border-radius:3px 0 0 3px;}
.menu-group1 .m:last-child{border-radius:0 3px 3px 0;}
/* BBS(Board) Share ◇◆◇◆◇◆◇◆◇◆ */
/* Misc 20181115 */
.sep{ /* : */
margin:0 .25em;
font-weight:400;
}
.sep1{ /* | */
display:inline-block;
margin:.25em;
font-weight:400;
font-size:.75em;
vertical-align:middle;
opacity:.5;
}
.sep1dot2{ /* dot */
display:inline-block;
width:1px;
height:14px;
background:url(/assets_doadm/img/lib/b1c1dot2.png);
margin:.25em;
vertical-align:middle;
text-indent:-9999px;
overflow:hidden;
opacity:.33;
}
/* pagination 20201124 */
.pagination{clear:both;width:100%;margin:.75em auto 0;text-align:center;}
.pagination .m{display:inline;}
.pagination .m a{display:inline-block;
position:relative;
width:2.125em;height:2.125em;
margin:0 .0625em .375em .0625em;
border:1px solid #ddd;
border-radius:0;
background:#fff;
color:inherit;
vertical-align:middle;
white-space:nowrap;
overflow:hidden;
text-decoration:none;
}
.pagination .pages .m a{
width:auto;
min-width:1em;
padding:0 .5625em; /* ((2.125-1)/2) */
font-size:1em;
line-height:2.125;
}
.pagination .pages .on a{
border-color:transparent;
background:#333;
color:#fff;
}
.pagination .control .m a .ic{display:inline-block;
position:absolute;left:50%;top:50%;
width:20px;height:20px;
margin:-10px;
background:url(/assets_doadm/img/lib/ic20s1c1page1.png) no-repeat;
overflow:hidden;
text-indent:-9999px;
}
.pagination .control .m.first a .ic{background-position:0 0;}
.pagination .control .m.prev a .ic{background-position:-20px 0;}
.pagination .control .m.next a .ic{background-position:-40px 0;}
.pagination .control .m.last a .ic{background-position:-60px 0;}
.pagination a:not([href]){cursor:default;}
.pagination .control a:not([href]) .ic{opacity:.2;}
/* 정보메뉴 20200925 */
.infomenu1{clear:both;
z-index:10;
position:relative;
margin:1.5em 0;
}
.infomenu1:before,
.infomenu1:after{content:'';display:table;clear:both;}
.infomenu1 .info1{color:#767676;}
.infomenu1 .left{float:left;padding:.375em 0;text-align:left;}
.infomenu1 .right{float:right;padding:.375em 0;text-align:right;}
.infomenu1 .center{margin-left:auto;margin-right:auto;padding:.375em 0;text-align:center;}
.infomenu1 .left .button{margin-right:.5em;}
.infomenu1 .right .button{margin-left:.5em;}
.infomenu1 .center .button{margin-left:.3125em;margin-right:.3125em;}
/* Embed 20190422 */
.video1wrap1,
.audio1wrap1{}
/* Grid ))) base.css 20160125 */
/* RWD ))) base.css 20170111 */
/* Add Share Contents Style ◇◆◇◆◇◆◇◆◇◆ */
/* Contextual Helper Classes ( 4.5:1 )) 3:1 ) 20201211 */
/* backgrounds ( with darker than color #888 ) */
[class].bg-base{background-color:#d7f4f4;}
[class].bg-default{background-color:#fff;}
[class].bg-muted{background-color:#eee;}
[class].bg-primary{background-color:#37b;color:#fff;}
[class].bg-secondary{background-color:#f0f7fd;}
[class].bg-success{background-color:#ddf4d7;}
[class].bg-warning{background-color:#fceecc;}
[class].bg-danger{background-color:#f7e7e4;}
[class].bg-alert{background-color:#ececff;}
[class].bg-info{background-color:#def;}
/* ( with color #fff ) */
[class].bgc-base{background-color:#09b;}
[class].bgc-default{background-color:#333;}
[class].bgc-muted{background-color:#959595;}
[class].bgc-submit{background-color:#05b;}
[class].bgc-search{background-color:#e53;}
[class].bgc-primary{background-color:#159;}
[class].bgc-secondary{background-color:#678;}
[class].bgc-success{background-color:#3a4;}
[class].bgc-warning{background-color:#ff6000;}
[class].bgc-danger{background-color:#d43;}
[class].bgc-alert{background-color:#c81;}
[class].bgc-alert1{background-color:#96c;}
[class].bgc-info{background-color:#09d;}
[class].bgc-info1{background-color:#ade;}
[class].bgc-info2{background-color:#00a7a7;}
/* colors ( .button.hollow 와 함께 사용위해 우선순위 높임 ) */
[class].text-base{color:#08a;}
[class].text-default{color:#333;}
[class].text-muted{color:#959595;}
[class].text-submit{color:#05b;}
[class].text-search{color:#00548f;}
[class].text-primary{color:#174e91;}
[class].text-secondary{color:#678;}
[class].text-success{color:#395;}
[class].text-warning{color:#e50;}
[class].text-danger{color:#c43;}
[class].text-alert{color:#b71;}
[class].text-alert1{color:#86b;}
[class].text-info{color:#08c;}
[class].text-info1{color:#235;}
[class].text-info2{color:#099;}
/* ◇◆ UI ◇◆ */
/* 달력날짜선택기 (jquery-ui buttonImage) 20200925.
* jquery-ui.css 차후 호출 대비 우선순위 상향
* [IE] input[type='text'] 에서 ×(값지우기) 유의! 포개지말자!
* input[type='text'] 디자인 고려한다.
*/
img.ui-datepicker-trigger{
width:20px;height:20px;
margin:.375em 0 .375em -1px;
padding:.5625em 4px; /* (((40-20-1*2)/2)/16) () */
border:1px solid #bbb;
background:#eee;
vertical-align:middle;
}
/* ☆ */
.fs15px img.ui-datepicker-trigger,
.fsxd img.ui-datepicker-trigger{
padding:.516em 4px; /* (7.75/15) */
}
/* 레이어.달력 */
.ui-datepicker[class][class]{
font-size:14px;
box-shadow:0 2px 5px 0 rgba(0, 0, 0, .1);
}
.ui-datepicker[class][class] select{
height:24px;
width:40%;
margin:0 2%;
padding-top:0;
padding-bottom:0;
padding-left:0;
border-radius:2px;
vertical-align:baseline;
}
.ui-datepicker[class] .ui-datepicker-prev,
.ui-datepicker[class] .ui-datepicker-next{
box-sizing:border-box; /* ☆ */
position:absolute;
top:50%;
width:24px;
height:24px;
margin:-12px 3px;
border-width:1px;
}
.ui-datepicker[class] td span,
.ui-datepicker[class] td a{
text-align:center;
}
/* ◇◆ */
@media all and (max-width:767px){
img.ui-datepicker-trigger{
padding:6.5px 4px;
}
.fsxd img.ui-datepicker-trigger{
padding:5.5px 4px;
}
}
/* 알림 20200608 */
.m-alert1{
display:inline-block;
position:relative;
padding:.125em .5em;
border-radius:5px;
background-color:#d70;
color:#fff;
font-size:.875em;
}
.m-alert1:before{content:'';display:inline-block; /* ▽ */
position:absolute;right:10%;bottom:0;
width:0;height:0;
margin:-16px -8px;
border:0 solid transparent;
border-width:16px 8px 0 8px;
border-top-color:#d70;
transform:rotate(-30deg) translateY(-8px);
}
/* 이미지 크게 보기 앵커 20190905 */
.a-view-larger{display:block;
position:relative;
height:0;
}
.a-view-larger .t1{display:inline-block;
position:absolute;right:0;bottom:0;
width:40px;height:40px;
border:1px dotted transparent;
border-radius:8px 0 0 0;
background:#000;
overflow:hidden;
text-indent:-9999px;
opacity:.5;
}
.a-view-larger .ic1{display:inline-block;
z-index:10;
position:absolute;right:0;bottom:0;
width:24px;height:24px;
margin:6px;
border-radius:9999px;
border:2px solid #fff;
overflow:hidden;
}
.a-view-larger .ic1:before{content:'';display:inline-block;
position:absolute;left:50%;top:50%;
width:14px;height:2px;
margin:-1px -7px;
background:#fff;
overflow:hidden;
}
.a-view-larger .ic1:after{content:'';display:inline-block;
position:absolute;left:50%;top:50%;
width:2px;height:14px;
margin:-7px -1px;
background:#fff;
overflow:hidden;
}
/* ☆ */
.a-view-larger:focus .t1{
border-color:#fff;
opacity:1;
}
/* 폼블럭요소 20210520 */
.fb1control1{display:inline-block;}
.fb1control1 .item{display:inline-block;
margin-right:.5em;
vertical-align:middle;
}
.fb1control1 input{
float:left;
margin-right:.375em;
}
.fb1control1 label{
display:block;
position:relative;
margin:.5625em 0;
line-height:1.375;
overflow:hidden;
}
/* ☆.type2 */
.fb1control1.type2 .item input[type='radio'],
.fb1control1.type2 .item input[type='checkbox']{
position:absolute;left:-9999px; /* [FF]fix) */
width:0;height:0;
font-size:0;
opacity:0;
}
.fb1control1.type2 .item input[type='radio']+label,
.fb1control1.type2 .item input[type='checkbox']+label{
padding:0 0 0 calc(20px + .5em);
}
.fb1control1.type2 .item input[type='radio']+label:before,
.fb1control1.type2 .item input[type='checkbox']+label:before{content:'';
float:left;
position:absolute;left:0;top:0;
width:20px;height:20px;
margin:.0625em .375em .75em .125em;
background:url() no-repeat center center;
vertical-align:middle;
}
/* ☆ */
.fb1control1.type2 .item input[type='radio']+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1off1.png);
}
.fb1control1.type2 .item input[type='radio']:checked+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1on1.png);
}
.fb1control1.type2 .item input[type='radio']:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1disabled.png);
}
.fb1control1.type2 .item input[type='radio']:checked:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1on1disabled.png);
}
.fb1control1.type2 .item input[type='checkbox']+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check2off1.png);
}
.fb1control1.type2 .item input[type='checkbox']:checked+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check2on1.png);
}
.fb1control1.type2 .item input[type='checkbox']:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check1disabled.png);
}
.fb1control1.type2 .item input[type='checkbox']:checked:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check1on1disabled.png);
}
/* ☆ */
.fb1control1.type2 input:focus+label:before{
outline:1px dotted #000;
}
.fb1control1.type2 input ~ *{
cursor:default;
}
.fb1control1.type2 input:disabled ~ *{
cursor:not-allowed;
}
/* YYYYMMDD.Writer. ◇◆ */ | public/assets_doadm/css/lib.css | @charset "utf-8";
/**
* lib.css
* WebStyleGuide wasn't | Contents Styles Library | Form and Button | Add Share Contents ..
* 20210427 | @m | 최초 등록
* 20210517 | @m | 요구반영. 결함개선. 고도화.
* 20210524 | @m |
*/
/*! CSS Library | (c) 20150522~ 20210517. 20210524 | by MoonYoungshin[<EMAIL>] | MIT License
* ★ selectivizr-min.js (emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8))) http://selectivizr.com/
* UA 기본 개념과 다른 스타일은 여기에 만든다.
* class 선택자에 정의한다. 우선순위 높은 id 선택자는 필연적일 때만 사용한다.
* 네이밍 중복을 피하려면, 용도번호 .bu11 보다는 용도1줄기1 .bu1ic1 방법으로 만든다.
* Contextual Helper Classes 코드 위치 맨끝으로 이동
*/
/** Compatible! [IE9+] 20190112~ */
/** Table of contents ))
| Base Adjust
| TYPOGRAPHY
| Paragraph
| Anchor
| Other styled text tags.. Emphasis
| List
| Table
| Table Property
| Box with scroll
| Panel
| Line
| Harmony
| Helper classes
| Active classes
| Sectioning
| Form
| Button size, shape, colors, disabled, transition
| button-group, menu-group
| BBS(Board) Share
| Embed (video, audio wrapper)
| Grid ))) base.css
| RWD ))) base.css
|| Add Share Contents Style
.bg- .bgc- .text-
.m-alert1
~20201119~
.ui-datepicker
.a-view-larger
.fb1control1
*/
/* All Device ◆◆◆◆◆◆◆◆◆◆ */
/* ◇◆ Base Adjust ◇◆◇◆◇◆◇◆◇◆ */
/* base.css )) all.css )) Overwrite 20170217. 20170512. ◆◆◆ */
/* body 태그의 속성은 그대로 상속 받도록 한다. (메인과 서브의 공통 영역을 동일 유지)
*/
/* Contents Styles Library 20180423~ ◇◆◇◆◇◆◇◆◇◆ */
/* TYPOGRAPHY */
/* Heading 20200119 */
/* 제목꾸밈제거 */
[class][class].hb0{padding:0;border:0;background:transparent;}
/* (불릿있는)기본제목 */
.hb1{display:block;
position:relative;
margin:1.5em 0 1em;
padding:0 0 0 .75em;
background:url() no-repeat 0 50%;
color:#000;
font-weight:600; /* ☆ */
line-height:1.375;
letter-spacing:-.0625em; /* 1/16 */
}
.hb1.h1{
padding:0 0 .25em;
background-image:url(/assets_doadm/img/lib/h1bg.png);
background-position:0 100%;
font-size:2.5em; /* =40/16 */
}
.hb1.h2{
padding:calc(4px + .375em) 0 0 0;
background-image:url(/assets_doadm/img/lib/h2bg.png);
background-position:0 0;
font-size:1.625em; /* =26/16 */
}
.hb1.h3{
padding-left:calc(20px + .375em);
background-image:url(/assets_doadm/img/lib/h3bg.png);
background-position:0 .25em;
font-size:1.375em; /* =22/16 */
}
.hb1.h4{
padding-left:calc(15px + .375em);
background-image:url(/assets_doadm/img/lib/h4bg.png);
background-position:0 .375em;
/* color:#480; */
font-size:1.25em; /* =20/16 */
}
.hb1.h5{
padding-left:calc(5px + .375em);
background-image:url(/assets_doadm/img/lib/h5bg.png);
background-position:0 .3125em;
color:#089;
font-size:1.125em; /* =18/16 */
}
.hb1.h6{
padding-left:calc(4px + .375em);
background-image:url(/assets_doadm/img/lib/h6bg.png);
background-position:0 .4375em;
color:#09c;
font-size:1em; /* =16/16 */
}
/* ◇◆ */
@media all and (max-width:767px){ /* 20200119 */
.hb1.h3{background-position:0 .125em;}
.hb1.h4{background-position:0 .25em;}
.hb1.h5{background-position:0 .1875em;}
.hb1.h6{background-position:0 .25em;}
}
/* 불릿없는제목 (font-size = .hb1) */
.hb2{display:block;
margin:.75em 0;
padding:0;
border:0;
background:transparent;
color:#000;
font-weight:600;
line-height:1.375;
letter-spacing:-.0625em; /* 1/16 */
}
/* ( (40 26 22 20 18 16)/16 ) */
.hb2.h1{font-size:2.5em;}
.hb2.h2{font-weight:400;font-size:1.625em;}
.hb2.h3{font-size:1.375em;}
.hb2.h4{font-size:1.25em;}
.hb2.h5{font-size:1.125em;}
.hb2.h6{font-size:1em;}
/* 추가디자인제목 (font-size ≠ .hb1) */
.hb3{display:block;}
.hb3.h2{
margin:1.5em 0 1em;
padding:0 0 0 30px;
background:url(/assets_doadm/img/lib/h2bg3.png) no-repeat 0 .1875em;
color:#333;
font-size:1.625em; /* =26/16 */
}
.hb3.h3{
margin:1.5em 0 1em;
padding:.5em 0 0 0;
background:url(/assets_doadm/img/lib/h3bg3.png) no-repeat 0 0;
color:#333;
font-size:1.375em; /* =22/16 */
}
/* Anchor */
:link,
:visited{color:#039;} /* ☆ */
/* Other styled text tags (Emphasis (≥ Contrast 3:1) 배경#eee) 20201201 */
em,
.em{color:#f32c19;} /* 강조색 기본 #e04 #d34 */
.em1{color:#e00;} /* 빨 red */
.em1-2{color:#e55;} /* 다홍 red */
.em2{color:#e50;} /* 주 orange */
.em3{color:#a70;} /* 노 yellow */
.em3-4{color:#690;} /* 연두 light green */
.em4{color:#080;} /* 초 green */
.em4-5{color:#078;} /* 청록 cyan (green blue) */
.em5{color:#05b;} /* 파 blue */
.em5-6{color:#04a;} /* 암청 cobalt blue */
.em6{color:#009;} /* 남 navy */
.em7{color:#85e;} /* 보 violet */
.em8{color:#c2c;} /* 심홍 magenta (blue red) */
.em9{color:#d06;} /* 분홍 pink */
.em0{color:#000;} /* 흑 black */
/* Paragraph 20200110 */
p.bu{
position:relative;
padding:0 0 0 1.25em;
background:url(/assets_doadm/img/lib/li1bg.png) no-repeat 0 .375em;
}
/* List 20201023 */
ul.b0,
ol.b0,
dl.b0{list-style:none;margin-left:0;padding-left:0;text-align:left;}
ul.b0>li,
ol.b0>li,
dl.b0>dt,
dl.b0>dd{margin:.375em 0;padding:0;}
/* List Property 20181012 */
.ttmg0[class]>li,
.ttmg0[class]>dt,
.ttmg0[class]>dd{margin:0;}
/* 정의(ex)용어.. 위 우선순위 12점 보다 큰 선택자 사용 */
.dfn[class]>li{
margin:1em 0;
}
.dfn[class]>dt{margin-top:1em;}
.dfn[class]>dd{margin-bottom:1em;}
/* 일반목록 */
ul.bu{list-style:none;margin-left:0;padding:0;text-align:left;}
ul.bu ul{list-style:none;margin:.5em 0;padding:0;}
ul.bu li{
margin:.375em 0;
padding:0 0 0 1.125em;
}
ul.bu li,
ul.bu.bu1 li{background:url(/assets_doadm/img/lib/li1bg.png) no-repeat 0 .375em;}
ul.bu li ul>li,
ul.bu.bu2 li{background:url(/assets_doadm/img/lib/li2bg.png) no-repeat 0 .375em;}
ul.bu li li ul>li,
ul.bu.bu3 li{background:url(/assets_doadm/img/lib/li3bg.png) no-repeat 0 .375em;}
ul.bu li li li ul>li,
ul.bu.bu4 li{background:url(/assets_doadm/img/lib/li4bg.png) no-repeat 0 .375em;}
ul.bu li li li li ul>li,
ul.bu.bu5 li{background:url(/assets_doadm/img/lib/li5bg.png) no-repeat 0 .375em;}
/* 20200727 */
ul.bu.lhD li{background-position:0 .1875em;}
/* 순번목록 */
ol[class*='bo']{
list-style:decimal-leading-zero;
/* margin:0; ☆ 20190222 */
padding:0 0 0 1.8em;
text-align:left;
}
ol[class*='bo']>li{
margin:.375em 0;
padding:0;
background:transparent;
}
ol.bo0{
/* padding:0; */
}
ol.bo1{list-style:none;
padding-left:1.8em;
}
ol.bo1>li:before{display:inline-block;
box-sizing:border-box; /* ☆ */
width:1.429em; /* =20/14 */
height:1.429em;
min-width:20px;
min-height:20px;
margin:-2px .628em 0 -2.057em; /* (2.057-1.429) (1.8/.875) */
padding:3px 0; /* ((20-14)/2) */
border-radius:9999px;
background:#08b;
color:#fff;
font-weight:400;
font-size:.875em; /* =14/16 */
line-height:14px; /* 폰트14px이하 최적 */
text-align:center;
vertical-align:middle;
}
ol.bo1 ol.bo1>li:before{
width:1.286em; /* =18/14 */
height:1.286em;
min-width:18px;
min-height:18px;
padding:2px 0; /* ((18-14)/2) */
background:#789;
}
ol.bo1>li:nth-child(1):before{content:'1'}
ol.bo1>li:nth-child(2):before{content:'2'}
ol.bo1>li:nth-child(3):before{content:'3'}
ol.bo1>li:nth-child(4):before{content:'4'}
ol.bo1>li:nth-child(5):before{content:'5'}
ol.bo1>li:nth-child(6):before{content:'6'}
ol.bo1>li:nth-child(7):before{content:'7'}
ol.bo1>li:nth-child(8):before{content:'8'}
ol.bo1>li:nth-child(9):before{content:'9'}
ol.bo1>li:nth-child(10):before{content:'10'}
ol.bo1>li:nth-child(11):before{content:'11'}
ol.bo1>li:nth-child(12):before{content:'12'}
ol.bo1>li:nth-child(13):before{content:'13'}
ol.bo1>li:nth-child(14):before{content:'14'}
ol.bo1>li:nth-child(15):before{content:'15'}
ol.bo1>li:nth-child(16):before{content:'16'}
ol.bo1>li:nth-child(17):before{content:'17'}
ol.bo1>li:nth-child(18):before{content:'18'}
ol.bo1>li:nth-child(19):before{content:'19'}
ol.bo1>li:nth-child(20):before{content:'20'}
ol.bo1>li:nth-child(21):before{content:'21'}
ol.bo1>li:nth-child(22):before{content:'22'}
ol.bo1>li:nth-child(23):before{content:'23'}
ol.bo1>li:nth-child(24):before{content:'24'}
ol.bo1>li:nth-child(25):before{content:'25'}
ol.bo1>li:nth-child(26):before{content:'26'}
ol.bo1>li:nth-child(27):before{content:'27'}
ol.bo1>li:nth-child(28):before{content:'28'}
ol.bo1>li:nth-child(29):before{content:'29'}
ol.bo1>li:nth-child(30):before{content:'30'}
ol.bo1>li:nth-child(31):before{content:'31'}
ol.bo1>li:nth-child(32):before{content:'32'}
ol.bo1>li:nth-child(33):before{content:'33'}
ol.bo1>li:nth-child(34):before{content:'34'}
ol.bo1>li:nth-child(35):before{content:'35'}
ol.bo1>li:nth-child(36):before{content:'36'}
ol.bo1>li:nth-child(37):before{content:'37'}
ol.bo1>li:nth-child(38):before{content:'38'}
ol.bo1>li:nth-child(39):before{content:'39'}
ol.bo1>li:nth-child(40):before{content:'40'}
/* 정의목록 */
dl.bu{text-align:left;}
dl.bu dl{}
dl.bu dt{
margin:0;
padding:0 0 0 1.25em;
background:url(/assets_doadm/img/lib/li1bg.png) no-repeat .125em .375em;
font-weight:600;
}
dl.bu dd{
margin:.375em 0;
padding:0 0 0 1.25em;
}
dl.bu dl dt{background:url(/assets_doadm/img/lib/li2bg.png) no-repeat .125em .375em;}
dl.bu dl dl dt{background:url(/assets_doadm/img/lib/li3bg.png) no-repeat .125em .375em;}
dl.bu dl dl dl dt{background:url(/assets_doadm/img/lib/li4bg.png) no-repeat .125em .375em;}
/* 정의목록.불릿.인라인 20200117 */
dl[class*='fixed']{}
dl[class*='fixed']:before,
dl[class*='fixed']:after{content:'';display:table;clear:both;}
dl.fixed1auto1{
padding:1em 0;
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
text-align:left;
}
dl.fixed1auto1>dt{
clear:both;
float:left;
width:auto;
min-width:6em;
margin:0;
padding:0 1.25em 0 1.25em; /* () () () (dl.bu 동일) */
font-weight:400;
}
dl.fixed1auto1>dd{
margin:0 0 .5em;
padding:0;
overflow:hidden;
}
/* 옵션 dt min-width */
dl[class*='fixed'].dtw1em[class]>dt{min-width:1em;}
dl[class*='fixed'].dtw2em[class]>dt{min-width:2em;}
dl[class*='fixed'].dtw3em[class]>dt{min-width:3em;}
dl[class*='fixed'].dtw4em[class]>dt{min-width:4em;}
dl[class*='fixed'].dtw5em[class]>dt{min-width:5em;}
dl[class*='fixed'].dtw6em[class]>dt{min-width:6em;}
dl[class*='fixed'].dtw7em[class]>dt{min-width:7em;}
dl[class*='fixed'].dtw8em[class]>dt{min-width:8em;}
dl[class*='fixed'].dtw9em[class]>dt{min-width:9em;}
dl[class*='fixed'].dtw10em[class]>dt{min-width:10em;}
dl[class*='fixed'].dtw11em[class]>dt{min-width:11em;}
dl[class*='fixed'].dtw12em[class]>dt{min-width:12em;}
/* 불릿아이콘목록 20201201 */
.bi1{
list-style:none;margin-left:0;padding:0;
text-align:left;
}
.bi1 .li1{
margin:.375em 0;
padding:0 0 0 1.75em;
background:url(/assets_doadm/img/lib/ic40a4c1info1.png) no-repeat 0 .25em / 1.25em; /* (20/16) */
}
/* List line 20180212. 아이콘 필요하면 스타일 추가 */
ul.bu.lst1ic1line1{
list-style:none;
padding:0;
border-top:1px solid #eee;
text-align:left;
}
ul.bu.lst1ic1line1>li{padding-bottom:.375em;border-bottom:1px solid #eee;}
ul.bu.lst1ic1line1>li .sep{margin:0 .25em;}
/* Table (>자식선택자) 20201211 */
/* 배치용 */
table.layout{margin:0;padding:0;border:0;border-collapse:collapse;}
table.layout td{padding:0;border:0;vertical-align:top;} /* ☆ [CR] table.layout>tr>td 하면 스타일 적용안됨. 내부적으로 tbody 생성하기 때문. */
/* common type */
caption{margin:0;font-weight:600;line-height:1.375;text-align:left;}
caption .h1{display:inline-block;padding:0 0 .5em;}
caption .summary1{display:inline-block;padding-bottom:.5em;}
caption.table-h1{position:relative;
margin-bottom:-1px;
padding:.75em .75em .25em;
border:1px solid #ccc;
background:#fff;
}
tbody th,
tbody td{text-align:left;vertical-align:top;} /* ☆ */
/* Table Type */
/* border none */
table.t0{width:100%;margin:.75em 0;border:0;border-collapse:collapse;}
table.t0>*>tr>th,
table.t0>*>tr>td{padding:.25em .75em;border:0;}
table.t0>*>tr>th{font-weight:normal;}
/* border 상하 */
table.t1{width:100%;margin:.75em 0;border:0;border-collapse:collapse;
border-top:1px solid #444;
border-bottom:1px solid #ddd;
}
table.t1>*>tr>th,
table.t1>*>tr>td{padding:.5em .75em;border:0;border-bottom:1px solid #ddd;}
table.t1>*>tr>th{background:#f7f7f7;color:#222;font-weight:normal;}
table.t1>tbody>tr>th{background:#fcfcfc;}
/* border 상하좌우 */
table.t2{width:100%;margin:.75em 0;border:0;border-collapse:collapse;
border-top:1px solid #333;
border-right:1px solid #ddd;
}
table.t2>*>tr>th,
table.t2>*>tr>td{padding:.5em .75em;border:1px solid #ddd;border-width:0 0 1px 1px;}
table.t2>*>tr>th{background:#f7f7f7;font-weight:normal;}
table.t2>tbody>tr>th{background:#fcfcfc;}
/* border 상하 안쪽만 */
table.t01{width:100%;margin:0;border:0;border-collapse:collapse;}
table.t01>*>tr>th,
table.t01>*>tr>td{padding:.5em .75em;border:0;border-top:1px solid #ddd;}
table.t01>*>tr:first-child>*{border-top-width:0;}
table.t01>thead~tbody>tr:first-child>*{border-top:1px solid #ddd;}
table.t01>*>tr>th{font-weight:normal;}
/* border 상하좌우 안쪽만 */
table.t02{width:100%;margin:0;border:0;border-collapse:collapse;}
table.t02>*>tr>th,
table.t02>*>tr>td{padding:.5em .75em;border:0;border-top:1px solid #ddd;border-left:1px solid #ddd;}
table.t02>*>tr:first-child>*{border-top-width:0;}
table.t02>thead~tbody>tr:first-child>*{border-top:1px solid #ddd;}
table.t02>*>tr>*:first-child{border-left:0;}
table.t02>*>tr>th{font-weight:normal;}
/* border 상하(좌우) border-top 강조 | [IE11.에뮬8] border-right 벌레박멸OK */
table.t3{width:100%;margin:.75em 0;border:0;border-collapse:collapse;
border-top:2px solid #111;
border-bottom:1px solid #ddd;
background:#fff;
}
table.t3>*>tr{border-right:1px hidden transparent;}
table.t3>*>tr>th,
table.t3>*>tr>td{
padding:.75em;
border:1px solid #ddd;
border-width:1px 1px 0 0;
}
table.t3>*>tr>th{
background:#fcfcfc;
color:#333;
font-weight:600;
}
table.t3>thead>tr>th{
padding:.75em; /* ((.5+(.375)/2) (그대로) */
border-width:0 1px 1px 0;
border-color:#ddd;
border-bottom-color:#ddd;
background:#f7f7f7;
/* color:inherit; */
line-height:1.375;
}
table.t3>tfoot>tr>th{border-width:1px 1px 0 0;border-color:#ddd;background:#f3f6f9;color:#333;}
table.t3>tfoot>tr:first-child>*{border-top-color:#79b;}
table.t3>tbody>tr:first-child>th,
table.t3>tbody>tr:first-child>td{border-top-width:0;} /* thead>th{border-bottom} 또는 table{border-top} 보이도록 한다. */
/* border 테두리만 */
table.t4{width:100%;margin:.75em 0;border:0;border-collapse:collapse;border-radius:0 0 6px 6px;border:1px solid #ddd;}
table.t4>*>tr>th,
table.t4>*>tr>td{padding:.5em .75em;border:0;border-top:1px solid #eee;}
table.t4>*>tr:first-child>th,
table.t4>*>tr:first-child>td{border:0;}
table.t4>*>tr>th{background:#f7f7f7;}
table.t4>tbody>tr>th{background:#fcfcfc;}
/* border 테두리만 + border-spacing */
table.t5{width:100%;margin:.75em 0;border:1px solid #ddd;border-collapse:separate;border-spacing:6px;}
table.t5>*>tr>th,
table.t5>*>tr>td{padding:.5em .75em;border:0;}
table.t5>*>tr>th{background:#f7f7f7;font-weight:normal;}
table.t5>tbody>tr>th{background:#fcfcfc;}
/* border-spacing */
table.t6{width:100%;margin:.75em 0;border:0;border-collapse:separate;border-spacing:2px;}
table.t6>*>tr>th,
table.t6>*>tr>td{padding:.5em .75em;border:0;}
table.t6>*>tr>th{background:#024;font-weight:normal;}
table.t6>thead{color:#fff;}
table.t6>tbody>tr>th,
table.t6>tbody>tr>td{background:#f7f7f7;}
/* Table Property 20201211
* !important 없는 padding border background 재선언 선택자는 ( table.t3>thead>tr>th ) 보다 우선순위 높아야 한다.
*/
table.auto{width:auto;height:auto;}
.ttmg0[class]>tr *,
.ttmg0[class]>*>tr *{margin:0;}
.ttpd0[class]>tr>*,
.ttpd0[class]>*>tr>*{padding:0;}
.ttpd025em[class]>tr>*,
.ttpd025em[class]>*>tr>*{padding:.25em;}
.ttpd0375em[class]>tr>*,
.ttpd0375em[class]>*>tr>*{padding:.375em;}
.ttpd05em[class]>tr>*,
.ttpd05em[class]>*>tr>*{padding:.5em;}
.ttpd075em[class]>tr>*,
.ttpd075em[class]>*>tr>*{padding:.75em;}
/* ☆ */
.ttpdtb0375em[class]>tr>*,
.ttpdtb0375em[class]>*>tr>*{padding-top:.375em;padding-bottom:.375em;}
.ttpdtb05em[class]>tr>*,
.ttpdtb05em[class]>*>tr>*{padding-top:.5em;padding-bottom:.5em;}
.ttpdtb075em[class]>tr>*,
.ttpdtb075em[class]>*>tr>*{padding-top:.75em;padding-bottom:.75em;}
.ttpdtb1em[class]>tr>*,
.ttpdtb1em[class]>*>tr>*{padding-top:1em;padding-bottom:1em;}
.ttpdtb11875em[class]>tr>*,
.ttpdtb11875em[class]>*>tr>*{padding-top:1.1875em;padding-bottom:1.1875em;}
.ttpdtb1375em[class]>tr>*,
.ttpdtb1375em[class]>*>tr>*{padding-top:1.375em;padding-bottom:1.375em;}
.ttpdlr05em[class]>tr>*,
.ttpdlr05em[class]>*>tr>*{padding-left:.5em;padding-right:.5em;}
.ttpdlr025em[class]>tr>*,
.ttpdlr025em[class]>*>tr>*{padding-left:.25em;padding-right:.25em;}
/* ☆ */
.tt1pdlr0 tr>:first-child,
.tt2pdlr0 tr>:nth-child(2),
.tt3pdlr0 tr>:nth-child(3),
.tt4pdlr0 tr>:nth-child(4),
.tt5pdlr0 tr>:nth-child(5),
.tt6pdlr0 tr>:nth-child(6),
.tt7pdlr0 tr>:nth-child(7),
.tt8pdlr0 tr>:nth-child(8),
.tt9pdlr0 tr>:nth-child(9),
.tt10pdlr0 tr>:nth-child(2){padding-left:0;padding-right:0;}
.tt1fwn th, .tt1fwn td{font-weight:400;}
.tt1fwb th, .tt1fwb td{font-weight:600;}
.tt1fwb tr>:first-child,
.tt2fwb tr>:nth-child(2),
.tt3fwb tr>:nth-child(3),
.tt4fwb tr>:nth-child(4),
.tt5fwb tr>:nth-child(5),
.tt6fwb tr>:nth-child(6),
.tt7fwb tr>:nth-child(7),
.tt8fwb tr>:nth-child(8),
.tt9fwb tr>:nth-child(9),
.tt10fwb tr>:nth-child(10){font-weight:600;}
/* 중첩표 초기화 위해 right center left 순서로 선언 */
.tttar[class] th, .tttar[class] td{text-align:right;}
.tttac[class] th, .tttac[class] td{text-align:center;}
.tttal[class] th, .tttal[class] td{text-align:left;}
.tdtar[class] td{text-align:right;}
.tdtac[class] td{text-align:center;}
.tdtal[class] td{text-align:left;}
.thtar[class] th{text-align:right;}
.thtac[class] th{text-align:center;}
.thtal[class] th{text-align:left;}
.tt1tar tr>:first-child,
.tt2tar tr>:nth-child(2),
.tt3tar tr>:nth-child(3),
.tt4tar tr>:nth-child(4),
.tt5tar tr>:nth-child(5),
.tt6tar tr>:nth-child(6),
.tt7tar tr>:nth-child(7),
.tt8tar tr>:nth-child(8),
.tt9tar tr>:nth-child(9),
.tt10tar tr>:nth-child(10){text-align:right;}
.tt1tac tr>:first-child,
.tt2tac tr>:nth-child(2),
.tt3tac tr>:nth-child(3),
.tt4tac tr>:nth-child(4),
.tt5tac tr>:nth-child(5),
.tt6tac tr>:nth-child(6),
.tt7tac tr>:nth-child(7),
.tt8tac tr>:nth-child(8),
.tt9tac tr>:nth-child(9),
.tt10tac tr>:nth-child(10){text-align:center;}
.tt1tal tr>:first-child,
.tt2tal tr>:nth-child(2),
.tt3tal tr>:nth-child(3),
.tt4tal tr>:nth-child(4),
.tt5tal tr>:nth-child(5),
.tt6tal tr>:nth-child(6),
.tt7tal tr>:nth-child(7),
.tt8tal tr>:nth-child(8),
.tt9tal tr>:nth-child(9),
.tt10tal tr>:nth-child(10){text-align:left;}
.tt1nowrap tr>:first-child,
.tt2nowrap tr>:nth-child(2),
.tt3nowrap tr>:nth-child(3),
.tt4nowrap tr>:nth-child(4),
.tt5nowrap tr>:nth-child(5),
.tt6nowrap tr>:nth-child(6),
.tt7nowrap tr>:nth-child(7),
.tt8nowrap tr>:nth-child(8),
.tt9nowrap tr>:nth-child(9),
.tt10nowrap tr>:nth-child(10){white-space:nowrap;}
/* Unnecessary ))
.trtal[class] tr{text-align:left;}
.trtac[class] tr{text-align:center;}
.trtar[class] tr{text-align:right;}
*/
.ttvat[class] th, .ttvat[class] td{vertical-align:top;}
.ttvab[class] th, .ttvab[class] td{vertical-align:bottom;}
.ttvam[class] th, .ttvam[class] td{vertical-align:middle;}
/* ☆ */
.ttbgcf[class] th, .ttbgcf[class] td{background-color:#fff;}
.ttbgcf7[class] th, .ttbgcf7[class] td{background-color:#f7f7f7;}
.stripe1 tr:nth-child(even){background:#f8fafc;}
.thcv0[class] th{color:#000;}
/* ☆ */
.tdnowrap[class] td,
.thnowrap[class] th,
.ttnowrap[class]>tr>*,
.ttnowrap[class]>*>tr>*{white-space:nowrap;}
.ttwbba[class]>tr>*,
.ttwbba[class]>*>tr>*{word-break:break-all;}
/* ☆ */
.ttbdss[class]>*>tr>*{border-style:solid;}
table.bdsd[class]>*>tr>*, /* legacy */
.ttbdsdt[class]>*>tr>*{border-style:dotted;}
.ttbdsds[class]>*>tr>*{border-style:dashed;}
/* ☆ */
.ttbdct[class]>*>tr>*{border-color:transparent;}
.ttbdcf7[class]>*>tr>*{border-color:#f7f7f7;}
.ttbdce[class]>*>tr>*{border-color:#eee;}
.ttbdce7[class]>*>tr>*{border-color:#e7e7e7;}
.ttbdcd[class]>*>tr>*{border-color:#ddd;}
.ttbdcd7[class]>*>tr>*{border-color:#d7d7d7;}
.ttbdcc[class]>*>tr>*{border-color:#ccc;}
/* ◇◆ */
@media all and (max-width:767px){ /* 20200708 */
.tt1hide-small-only tr>:first-child,
.tt2hide-small-only tr>:nth-child(2),
.tt3hide-small-only tr>:nth-child(3),
.tt4hide-small-only tr>:nth-child(4),
.tt5hide-small-only tr>:nth-child(5),
.tt6hide-small-only tr>:nth-child(6),
.tt7hide-small-only tr>:nth-child(7),
.tt8hide-small-only tr>:nth-child(8),
.tt9hide-small-only tr>:nth-child(9),
.tt10hide-small-only tr>:nth-child(10){display:none !important;}
}
/* ◇◆ */
@media all and (min-width:768px){
.ttpdlr2pct[class]>tr>*,
.ttpdlr2pct[class]>*>tr>*,
.tdpdlr2pct[class]>tr>td,
.tdpdlr2pct[class]>*>tr>td{
/* padding-left:2%;padding-right:2%; ☆ [~IE11]bug) 셀 내부 초점 시 패딩 0 된다. fix) 내부 래퍼 overflow:hidden; */
padding-left:1.2em;padding-right:1.2em;
}
}
/* Box (Poor Box) 20191105 */
.box0{padding:0;border:1px solid #ddd;}
.box1{padding:.75em 1em;border:1px solid #ddd;}
.box2{padding:.75em 1em;border:2px solid #e7e7e7;}
.box3{padding:.75em 1em;border:3px solid #eee;}
.box4{padding:.75em 1em;border:4px solid #f7f7f7;}
.box5{padding:.75em 1em;border:5px solid #f7f7f7;}
.box6{padding:.75em 1em;border:6px solid #f7f7f7;}
.box7{padding:.75em 1em;border:7px solid #f7f7f7;}
.box8{padding:.75em 1em;border:8px solid #f7f7f7;}
/* 동영상 대본 원고 20150710 */
.caption1{
position:relative;
height:20em;
margin:0 auto 1.25em;
padding:1.25em;
border:1px solid #eaecee;
background:#fcfcfc;
overflow:auto;overflow-x:hidden;
}
/* Panel (Rich Box) 20201201 */
[class*='panel']{
display:table; /* ☆ [class*='deco1']+.body1{display:table-cell;} 높이가 유연하게 대응 */
/* z-index:0; ☆ */
position:relative;
box-sizing:border-box; /* ☆ */
width:100%;
margin:1.25em 0;
padding:1em 1.25em;
border:1px solid #d4d8dd;
background:#fcfdfe;
}
[class*='panel']>*{
/* z-index:1; ( z > [class*='panel']:after > [class*='panel']:before ) */
position:relative;
}
[class*='panel']>.h1{display:block;
margin:1.25em -1.25em 1em;
padding:.75em 1.25em;
border-bottom:1px solid rgba(0,0,0, .1);
background:#f3f5f7;
background-size:10px 100%;
line-height:1.375;
}
[class*='panel']>.h1:first-child{margin-top:-1em;}
[class*='panel']>.h1:last-child{margin-bottom:-1em;border-bottom:0;}
[class*='panel']>.h1>:first-child{margin:0;}
[class].panel0{border-width:0;}
[class].panel1{border-width:1px;}
[class].panel2{border-width:2px;}
[class].panel3{border-width:3px;}
[class].panel4{border-width:4px;}
[class].panel5{border-width:5px;}
.panel00{padding:.75em 0;border-width:0;background:#fff;}
.panel10{padding:.75em 0;border-width:1px 0;background:#fff;}
.panel201{padding:.75em 0;border-width:2px 0 1px;background:#fff;}
.panel50{padding:3% 0;border-width:5px 0;background:#fff;}
/* 장식 */
[class*='panel'].callout{border-color:#b4ced2;background:#ecfaff;}
[class*='panel'].callout>.h1{background:#d4f2f7;}
[class*='panel'].inset{box-shadow:inset 0 0 3px 3px rgba(0, 0, 0, .03125);}
[class*='panel']>.h1.gradient{background:linear-gradient(to bottom, #fcfdfe 0, #e9ebee 100%);}
[class*='panel'].shadow{box-shadow:0 0 10px 0 rgba(0, 0, 0, .1);}
[class*='panel'].shadow3inset{box-shadow:inset 0 0 0 3px rgba(243, 245, 247, 1);}
[class*='panel'].border1inset{position:relative;
background:
linear-gradient(180deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px),
linear-gradient(0deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px),
linear-gradient(90deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px),
linear-gradient(-90deg, #fff 0, #fff 1px, #eee 2px, rgba(0,0,0,0) 3px);
}
/* 다중톤 */
[class*='panel'].hue2,
[class*='panel'].hue3{
display:block; /* table 로 하면 [~IE11] margin -값이 표준과 다름 */
}
[class*='panel'].hue2{
padding:20px;
border-color:#467ed4;
}
[class*='panel'].hue2:before{content:'';display:block;
position:absolute;left:0;top:0;bottom:0;
width:150px;
margin:-1px;
border:1px solid #1fbcbe;
border-width:1px 0 1px 1px;
}
.panel3.hue2:before{margin:-3px;border-width:3px 0 3px 3px;}
/* ☆ */
[class*='panel'].hue3{
padding:26px 30px;
border-color:#eee;
}
[class*='panel'].hue3:before{content:'';display:block;
position:absolute;left:0;right:0;top:0;
height:26px;
margin:-1px;
border:1px solid #17b6c6;
border-width:1px 1px 0 0;
}
[class*='panel'].hue3:after{content:'';display:block;
position:absolute;left:0;top:0;
width:180px;
height:26px;
margin:-1px;
border:1px solid #555;
border-width:1px 0 0 1px;
}
.panel4.hue3:before{margin:-4px;border-width:4px 4px 0 0;}
.panel4.hue3:after{margin:-4px;border-width:4px 0 0 4px;}
/* ☆ */
[class*='panel'].hue2a1{padding:20px;border-color:#ddd;background:#fff;}
[class*='panel'].hue2a1:before{content:'';display:block;
position:absolute;left:0;top:0;
width:50px;height:50px;
margin:-1px 0 0 -1px;
border-top:2px solid #034ea1;
border-left:2px solid #034ea1;
}
/* ☆ */
[class*='panel'].hue2a2{padding:20px;border-color:#666;background:#fff;}
[class*='panel'].hue2a2:before{content:'';display:block;
position:absolute;left:0;top:0;
width:50px;height:50px;
margin:-1px 0 0 -1px;
border-top:2px solid #ea3b8d;
border-left:2px solid #ea3b8d;
}
/* ☆ */
[class*='panel'].hue2a3{
padding:20px;
border-top-color:#2b4380;
border-bottom-color:#ccc;
border-bottom-style:dashed;
}
[class*='panel'].hue2a3:before{content:'';display:block;
position:absolute;left:0;top:0;
width:150px;height:30px;
border-top:4px solid #2b4380;
border-left:5px solid #2b4380;
}
[class*='panel'].hue2a3>[class*='deco1']+.body1{
padding:6px 0 4px;
}
/* ☆ */
[class*='panel'].hue2a4{
padding:24px 20px;
border-color:#dee4ee;
background-color:#f7f9fd;
}
[class*='panel'].hue2a4:before{content:'';display:block;
position:absolute;left:0;right:0;top:0;
height:50px;
margin:-1px -2px;
border:3px solid #2864af;
border-bottom:0;
}
/* ☆ */
[class*='panel'].hue1a1{padding:26px;border-color:#666;background:#fbf6ec;}
/* ☆ */
[class*='panel'].hue4{
padding:30px;
}
[class*='panel'].hue4:before{content:'';display:block;
position:absolute;left:0;right:0;top:0;
height:2px;
margin:-1px;
background:url(/assets_doadm/img/lib/b1line1.png);
}
/* 패턴 */
[class*='panel'].slash50{padding:4%;border:0;}
[class*='panel'].slash50:before{content:'';display:block;clear:both;
position:absolute;left:0;right:0;top:0;
height:5px;
margin:0 0 3%;
background:url(/assets_doadm/img/lib/b1c1o20p1.png) center center;
}
[class*='panel'].slash50:after{content:'';display:block;clear:both;
position:absolute;left:0;right:0;bottom:0;
height:5px;
margin:3% 0 0;
background:url(/assets_doadm/img/lib/b1c1o20p1.png) center center;
}
/* ☆ */
[class*='panel'].slash5{
padding:24px;
background:url(/assets_doadm/img/lib/b1c2slash1.png) center center;
}
[class*='panel'].slash5:before{content:'';
display:block;
position:absolute;left:0;right:0;top:0;bottom:0;
margin:5px;
background:#fff;
}
/* ☆ */
[class*='panel'].slash6{
padding:24px;
background:url(/assets_doadm/img/lib/b1c3slash1.png) center center;
}
[class*='panel'].slash6:before{content:'';
display:block;
position:absolute;left:0;right:0;top:0;bottom:0;
margin:5px;
background:#fff;
}
/* deco1+body1 20201120 */
/* 장식 */
[class*='panel']>[class*='deco1']{
float:left;
width:80px;
height:80px;
margin:0 30px 0 10px;
background:url(/assets_doadm/img/lib/ic160deco1bulb1.png) no-repeat center center / contain;
}
/* 본문 */
[class*='panel']>[class*='deco1']+.body1{display:table-cell;
width:9999px;
/* height:80px; */ /* [class*='deco1'] 높이 */
vertical-align:middle;
overflow:hidden;
}
[class*='panel']>[class*='deco1']+.body1 p{
margin:.375em 0;
}
/* 장식 size image */
[class*='panel']>.deco1bulb1{background-image:url(/assets_doadm/img/lib/ic160deco1bulb1.png);}
[class*='panel']>.deco1quotation1{background-image:url(/assets_doadm/img/lib/ic160deco1quotation1.png);}
[class*='panel']>.deco1menu1{background-image:url(/assets_doadm/img/lib/ic160deco1menu1.png);}
[class*='panel']>.deco1facility1{background-image:url(/assets_doadm/img/lib/ic160deco1facility1.png);}
/* ◇◆ */
@media all and (max-width:767px){
[class*='panel']>[class*='deco1']{display:none;}
}
/* Line 20201211
* 20200522~ ))) .bdt1px 사용 권장
*/
.line0{border:0;}
.line1t{border-top:1px solid #ddd;}
.line1b{border-bottom:1px solid #ddd;}
.line1l{border-left:1px solid #ddd;}
.line1r{border-right:1px solid #ddd;}
.dott{border-top:1px dotted #ccc;}
.dotb{border-bottom:1px dotted #ccc;}
.dotl{border-left:1px dotted #ccc;}
.dotr{border-right:1px dotted #ccc;}
/* Harmony 20190313 */
img.center{display:block;margin-left:auto;margin-right:auto;} /* (.block-center) */
img.vam{margin:0 0 2px 0;vertical-align:middle;}
img.flm{float:left;margin:0 1.75em 1.75em 0;}
img.frm{clear:right;float:right;margin:0 0 1.75em 1.75em;}
.fix1{display:block;overflow:hidden;}
/* child margin 20210524 */
pre:first-child{margin-top:0;}
pre:last-child{margin-bottom:0;}
#body>:first-child,
#body_content>:first-child,
#body_content>script:first-child+:first-of-type,
#body_content>.container>:first-child,
#body_content>.container>script:first-child+:first-of-type,
.width1s2>:first-child{
margin-top:0;
}
.fc-mgt0>:first-child{margin-top:0;}
.lc-mgb0>:last-child{margin-bottom:0;}
/* 라벨장식 (폼요소아님) 20180328 */
.label1{display:inline-block;
padding:.5em;
border-radius:.25em;
background:#777;
color:#fff;
font-weight:400;
font-size:.875em;
line-height:1;
text-align:center;
white-space:nowrap;
vertical-align:middle;
}
/* 배지 20180226 */
.badge1{display:inline-block;
min-width:1.15em;
height:1.15em;
margin:0 .25em 0 0;
padding:.25em;
border-radius:9999px;
background:#777;
color:#fff;
font-weight:normal;
font-size:1em;
line-height:1.15; /* (( normalize.min.css */
text-align:center;
vertical-align:middle;
}
/* Form 20210517 ◇◆◇◆◇◆◇◆◇◆ */
/* base.css )) Overwrite. 20210517 ◆◆◆ */
a[class*='button'],
button,
button[class*='button'], button[type='submit'], button[type='reset'],
html input[type='button'], /* ☆ Avoid [Android4.2.2]bug) audio and video controls */
input[type='submit'], input[type='reset'],
input[type='text'], input[type='password'], input[type='file'],
input[type='email'], input[type='number'], input[type='search'], input[type='tel'], input[type='url'],
/* input[type='radio'],input[type='checkbox'], */
textarea,
[action] textarea,
select,
[action] select{
border-radius:6px; /* ☆3px */
}
input[type='text'],input[type='password'],input[type='file'],
input[type='email'],input[type='number'],input[type='search'],input[type='tel'],input[type='url'],
textarea,
[action] textarea,
select,
[action] select{
border-color:#ccc;
}
/* ◇◆ Adv ◇◆ */
/* [IE9+] */
/* :root select{
-webkit-appearance:none !important;
-moz-appearance:none !important;
background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+');
background-position:100% center;
background-repeat:no-repeat;
background-size:20px 12%;
line-height:normal;
} */
/* [IE10+] */
/* select::-ms-expand{display:none;} */
/* ◇◆ Button 20210517 ◇◆ */
a[class*='button'],
html input[class*='button'], /* ☆ Avoid bug [Android4.2.2] audio and video controls */
button[class*='button'],
.button{
display:inline-block;
position:relative;
box-sizing:border-box;
max-width:100%;
/* height:2.5em; ((base.css */
/* padding:.5em .75em; ((base.css */
border:1px solid transparent;
/* border-color:rgba(0,0,0, .2); */
background-color:#357; /* #245 */
color:#fff; /* ☆ */
font-size:1em;
/* line-height:normal; ((base.css */
text-decoration:none;
text-align:center; /* ☆ */
transition:.2s ease-out;
-webkit-appearance:none;
-moz-appearance:none;
}
/* Button size and shape */
.button.xlarge{
height:auto; /* ((70px */
padding:1.025em 2.25em;
font-size:1.25em;
}
.button.large{
height:auto; /* ((60px */
padding:.92361111111111111111111111111111em 1.8125em; /* ((60-(18*1.375+2))/2/18) */
font-size:1.125em;
}
.button.medium{
height:auto; /* ((50px */
padding:.8125em 1.75em; /* ((50-(16*1.375+2))/2/16) */
font-size:1em;
}
.button.semismall{
height:auto; /* ((40px */
padding:.5em .75em;
font-size:1em;
}
.button.small{
height:auto; /* ((28px */
padding:.1875em .5em .3125em;
font-size:.875em;
}
.button.tiny{
height:auto; /* ((22px */
padding:.1675em .25em;
font-size:.75em;
}
.button.block{display:block; /* 1line */
width:100%;
}
.button.expand{display:block; /* 2lines~ */
width:100%;
height:auto;
padding:1em 1.25em;
white-space:normal;
}
.button.wide{
padding-left:2.5em;
padding-right:2.5em;
}
/* styling */
.button.radius{border-radius:6px;}
.button.round{border-radius:9999px;}
/* colors */
.button.base{border-color:rgba(0,0,0, 0);background-color:#333;color:#fff;} /* #09b ■(속찬) button with icon */
.button.default{border-color:rgba(0,0,0, .4);background-color:#fff;color:#333;} /* □(속빈) button with icon */
.button.muted{border-color:#ddd;background-color:#eee;color:#666;} /* ☆ */
.button.submit{border-color:rgba(0,0,0, 0);background-color:#05b;color:#fff;} /* ☆ */
.button.search{border-color:rgba(0,0,0, .1);background-color:#08b;color:#fff;} /* ☆ */
.button.primary{border-color:rgba(0,0,0, 0);background-color:#f32c19;color:#fff;} /* #159 */
.button.primary1{border-color:rgba(0,0,0, 0);background-color:#e49;color:#fff;} /* 20200521 */
.button.secondary{border-color:rgba(0,0,0, 0);background-color:#888;color:#fff;} /* #678 */
.button.success{border-color:#395;background-color:#3a4;color:#fff;}
.button.warning{border-color:#e50;background-color:#ff6000;color:#fff;}
.button.danger{border-color:#c43;background-color:#d43;color:#fff;}
.button.alert{border-color:#b71;background-color:#c81;color:#fff;}
.button.alert1{border-color:#86b;background-color:#96c;color:#fff;} /* 20180201 */
.button.info{border-color:#08c;background-color:#09d;color:#fff;}
.button.info1{border-color:#9cd;background-color:#ade;color:#235;} /* 폰트color ≠ #fff */
.button.info2{border-color:#099;background-color:#00a7a7;color:#fff;} /* 20190604 */
/* gray */
.button.white{border-color:#000;background-color:#fff;color:#000;}
.button.black{border-color:#000;background-color:#000;color:#fff;}
.button[class*='gray']{border-color:rgba(0,0,0, 0);}
.button.gray1{background-color:#111;color:#fff;}
.button.gray2{background-color:#222;color:#fff;}
.button.gray3{background-color:#333;color:#fff;}
.button.gray4{background-color:#444;color:#fff;}
.button.gray5{background-color:#555;color:#fff;}
.button.gray6{background-color:#666;color:#fff;}
.button.gray,
.button.gray7{background-color:#767676;color:#fff;}
.button.gray8{background-color:#888;color:#fff;}
.button.gray9{background-color:#959595;color:#fff;}
.button.graya{background-color:#aaa;color:#000;}
.button.grayb{background-color:#bbb;color:#000;}
.button.grayc{background-color:#ccc;color:#000;}
.button.grayd{background-color:#ddd;color:#000;}
.button.graye{border-color:rgba(0,0,0, .2);background-color:#eee;color:#000;}
.button.grayf7{border-color:rgba(0,0,0, .2);background-color:#f7f7f7;color:#000;}
.button.grayfc{border-color:rgba(0,0,0, .2);background-color:#fcfcfc;color:#000;}
/* slategray */
.button.slategray123{background-color:#123;color:#fff;}
.button.slategray234{background-color:#234;color:#fff;}
.button.slategray345{background-color:#345;color:#fff;}
.button.slategray456{background-color:#456;color:#fff;}
.button.slategray567{background-color:#567;color:#fff;}
.button.slategray,
.button.slategray579{background-color:#579;color:#fff;}
.button.slategray678{background-color:#678;color:#fff;}
.button.slategray789{background-color:#789;color:#fff;}
.button.slategray89a{background-color:#89a;color:#012;}
.button.slategray9ab{background-color:#9ab;color:#123;}
.button.slategrayabc{background-color:#abc;color:#234;}
.button.slategraybcd{background-color:#bcd;color:#345;}
.button.slategraycde{background-color:#cde;color:#456;}
.button.slategraydef{border-color:#cde;background-color:#def;color:#567;}
.button.slategraye{border-color:#e1e4e8;background-color:#e8eaef;color:#678;}
.button.slategrayf{border-color:#e5e8ee;background-color:#f4f5f7;color:#789;}
/* disabled */
.button.disabled,
.button[disabled]{opacity:.5;box-shadow:none;cursor:not-allowed;}
/* hollow □(속빈) */
.button.hollow{background-color:#fff;color:#333;}
/* ☆ border-color = background-color
.button[class]{border-color:transparent;}
.button.hollow{border-color:#999;}
*/
/* emboss */
.button.emboss{
box-shadow:
inset 0 5px 5px 0 rgba(255,255,255, .1),
inset 0 -10px 10px 0 rgba(0,0,0, .1);
}
.button.emboss:not(.default){
border-color:transparent;
}
.button.emboss .t1{position:relative;}
/* transition 20200603 */
.button:hover,
.button:focus{
border-color:rgba(0,0,0, .1);
box-shadow:inset 0 0 999px 0 rgba(0,0,0, .1);
color:#fff;
}
.button.default:hover,
.button.default:focus,
.button.muted:hover,
.button.muted:focus,
.button.hollow:hover,
.button.hollow:focus{
border-color:rgba(0,0,0, .58);
box-shadow:inset 0 0 999px 0 rgba(0,0,0, .02);
color:#000;
}
.button.disabled:hover,
.button[disabled]:focus{opacity:.67;} /* ☆ 대비고려 */
/* Sample Code for Hover
.button>.ic1{font-family:'FontAwesome','나눔고딕';}
.button.change>.ic1:before{content:attr(data-before);}
.button.change>.ic1:after{content:attr(data-after) ' Click me!';}
*/
/* ◇◆ Menu 20180212. ◇◆ */
/* menu-group1 */
.menu-group1{margin:0;padding:0;}
.menu-group1:before,
.menu-group1:after{content:'';display:table;clear:both;}
.menu-group1 .m{float:left;
height:1.375em;
margin:0 0 .5em -1px;
padding:.375em 1em;
border:1px solid #ccc;
background:#fff;
color:#666;
font-size:.875em;
line-height:1.375;
text-align:center;
text-decoration:none;
white-space:nowrap;
}
.menu-group1 .m.on{position:relative;background:#666;border-color:#666;color:#fff;}
.menu-group1 .m:first-child{border-radius:3px 0 0 3px;}
.menu-group1 .m:last-child{border-radius:0 3px 3px 0;}
/* BBS(Board) Share ◇◆◇◆◇◆◇◆◇◆ */
/* Misc 20181115 */
.sep{ /* : */
margin:0 .25em;
font-weight:400;
}
.sep1{ /* | */
display:inline-block;
margin:.25em;
font-weight:400;
font-size:.75em;
vertical-align:middle;
opacity:.5;
}
.sep1dot2{ /* dot */
display:inline-block;
width:1px;
height:14px;
background:url(/assets_doadm/img/lib/b1c1dot2.png);
margin:.25em;
vertical-align:middle;
text-indent:-9999px;
overflow:hidden;
opacity:.33;
}
/* pagination 20201124 */
.pagination{clear:both;width:100%;margin:.75em auto 0;text-align:center;}
.pagination .m{display:inline;}
.pagination .m a{display:inline-block;
position:relative;
width:2.125em;height:2.125em;
margin:0 .0625em .375em .0625em;
border:1px solid #ddd;
border-radius:0;
background:#fff;
color:inherit;
vertical-align:middle;
white-space:nowrap;
overflow:hidden;
text-decoration:none;
}
.pagination .pages .m a{
width:auto;
min-width:1em;
padding:0 .5625em; /* ((2.125-1)/2) */
font-size:1em;
line-height:2.125;
}
.pagination .pages .on a{
border-color:transparent;
background:#333;
color:#fff;
}
.pagination .control .m a .ic{display:inline-block;
position:absolute;left:50%;top:50%;
width:20px;height:20px;
margin:-10px;
background:url(/assets_doadm/img/lib/ic20s1c1page1.png) no-repeat;
overflow:hidden;
text-indent:-9999px;
}
.pagination .control .m.first a .ic{background-position:0 0;}
.pagination .control .m.prev a .ic{background-position:-20px 0;}
.pagination .control .m.next a .ic{background-position:-40px 0;}
.pagination .control .m.last a .ic{background-position:-60px 0;}
.pagination a:not([href]){cursor:default;}
.pagination .control a:not([href]) .ic{opacity:.2;}
/* 정보메뉴 20200925 */
.infomenu1{clear:both;
z-index:10;
position:relative;
margin:1.5em 0;
}
.infomenu1:before,
.infomenu1:after{content:'';display:table;clear:both;}
.infomenu1 .info1{color:#767676;}
.infomenu1 .left{float:left;padding:.375em 0;text-align:left;}
.infomenu1 .right{float:right;padding:.375em 0;text-align:right;}
.infomenu1 .center{margin-left:auto;margin-right:auto;padding:.375em 0;text-align:center;}
.infomenu1 .left .button{margin-right:.5em;}
.infomenu1 .right .button{margin-left:.5em;}
.infomenu1 .center .button{margin-left:.3125em;margin-right:.3125em;}
/* Embed 20190422 */
.video1wrap1,
.audio1wrap1{}
/* Grid ))) base.css 20160125 */
/* RWD ))) base.css 20170111 */
/* Add Share Contents Style ◇◆◇◆◇◆◇◆◇◆ */
/* Contextual Helper Classes ( 4.5:1 )) 3:1 ) 20201211 */
/* backgrounds ( with darker than color #888 ) */
[class].bg-base{background-color:#d7f4f4;}
[class].bg-default{background-color:#fff;}
[class].bg-muted{background-color:#eee;}
[class].bg-primary{background-color:#37b;color:#fff;}
[class].bg-secondary{background-color:#f0f7fd;}
[class].bg-success{background-color:#ddf4d7;}
[class].bg-warning{background-color:#fceecc;}
[class].bg-danger{background-color:#f7e7e4;}
[class].bg-alert{background-color:#ececff;}
[class].bg-info{background-color:#def;}
/* ( with color #fff ) */
[class].bgc-base{background-color:#09b;}
[class].bgc-default{background-color:#333;}
[class].bgc-muted{background-color:#959595;}
[class].bgc-submit{background-color:#05b;}
[class].bgc-search{background-color:#e53;}
[class].bgc-primary{background-color:#159;}
[class].bgc-secondary{background-color:#678;}
[class].bgc-success{background-color:#3a4;}
[class].bgc-warning{background-color:#ff6000;}
[class].bgc-danger{background-color:#d43;}
[class].bgc-alert{background-color:#c81;}
[class].bgc-alert1{background-color:#96c;}
[class].bgc-info{background-color:#09d;}
[class].bgc-info1{background-color:#ade;}
[class].bgc-info2{background-color:#00a7a7;}
/* colors ( .button.hollow 와 함께 사용위해 우선순위 높임 ) */
[class].text-base{color:#08a;}
[class].text-default{color:#333;}
[class].text-muted{color:#959595;}
[class].text-submit{color:#05b;}
[class].text-search{color:#00548f;}
[class].text-primary{color:#174e91;}
[class].text-secondary{color:#678;}
[class].text-success{color:#395;}
[class].text-warning{color:#e50;}
[class].text-danger{color:#c43;}
[class].text-alert{color:#b71;}
[class].text-alert1{color:#86b;}
[class].text-info{color:#08c;}
[class].text-info1{color:#235;}
[class].text-info2{color:#099;}
/* ◇◆ UI ◇◆ */
/* 달력날짜선택기 (jquery-ui buttonImage) 20200925.
* jquery-ui.css 차후 호출 대비 우선순위 상향
* [IE] input[type='text'] 에서 ×(값지우기) 유의! 포개지말자!
* input[type='text'] 디자인 고려한다.
*/
img.ui-datepicker-trigger{
width:20px;height:20px;
margin:.375em 0 .375em -1px;
padding:.5625em 4px; /* (((40-20-1*2)/2)/16) () */
border:1px solid #bbb;
background:#eee;
vertical-align:middle;
}
/* ☆ */
.fs15px img.ui-datepicker-trigger,
.fsxd img.ui-datepicker-trigger{
padding:.516em 4px; /* (7.75/15) */
}
/* 레이어.달력 */
.ui-datepicker[class][class]{
font-size:14px;
box-shadow:0 2px 5px 0 rgba(0, 0, 0, .1);
}
.ui-datepicker[class][class] select{
height:24px;
width:40%;
margin:0 2%;
padding-top:0;
padding-bottom:0;
padding-left:0;
border-radius:2px;
vertical-align:baseline;
}
.ui-datepicker[class] .ui-datepicker-prev,
.ui-datepicker[class] .ui-datepicker-next{
box-sizing:border-box; /* ☆ */
position:absolute;
top:50%;
width:24px;
height:24px;
margin:-12px 3px;
border-width:1px;
}
.ui-datepicker[class] td span,
.ui-datepicker[class] td a{
text-align:center;
}
/* ◇◆ */
@media all and (max-width:767px){
img.ui-datepicker-trigger{
padding:6.5px 4px;
}
.fsxd img.ui-datepicker-trigger{
padding:5.5px 4px;
}
}
/* 알림 20200608 */
.m-alert1{
display:inline-block;
position:relative;
padding:.125em .5em;
border-radius:5px;
background-color:#d70;
color:#fff;
font-size:.875em;
}
.m-alert1:before{content:'';display:inline-block; /* ▽ */
position:absolute;right:10%;bottom:0;
width:0;height:0;
margin:-16px -8px;
border:0 solid transparent;
border-width:16px 8px 0 8px;
border-top-color:#d70;
transform:rotate(-30deg) translateY(-8px);
}
/* 이미지 크게 보기 앵커 20190905 */
.a-view-larger{display:block;
position:relative;
height:0;
}
.a-view-larger .t1{display:inline-block;
position:absolute;right:0;bottom:0;
width:40px;height:40px;
border:1px dotted transparent;
border-radius:8px 0 0 0;
background:#000;
overflow:hidden;
text-indent:-9999px;
opacity:.5;
}
.a-view-larger .ic1{display:inline-block;
z-index:10;
position:absolute;right:0;bottom:0;
width:24px;height:24px;
margin:6px;
border-radius:9999px;
border:2px solid #fff;
overflow:hidden;
}
.a-view-larger .ic1:before{content:'';display:inline-block;
position:absolute;left:50%;top:50%;
width:14px;height:2px;
margin:-1px -7px;
background:#fff;
overflow:hidden;
}
.a-view-larger .ic1:after{content:'';display:inline-block;
position:absolute;left:50%;top:50%;
width:2px;height:14px;
margin:-7px -1px;
background:#fff;
overflow:hidden;
}
/* ☆ */
.a-view-larger:focus .t1{
border-color:#fff;
opacity:1;
}
/* 폼블럭요소 20210520 */
.fb1control1{display:inline-block;}
.fb1control1 .item{display:inline-block;
margin-right:.5em;
vertical-align:middle;
}
.fb1control1 input{
float:left;
margin-right:.375em;
}
.fb1control1 label{
display:block;
position:relative;
margin:.5625em 0;
line-height:1.375;
overflow:hidden;
}
/* ☆.type2 */
.fb1control1.type2 .item input[type='radio'],
.fb1control1.type2 .item input[type='checkbox']{
position:absolute;left:-9999px; /* [FF]fix) */
width:0;height:0;
font-size:0;
opacity:0;
}
.fb1control1.type2 .item input[type='radio']+label,
.fb1control1.type2 .item input[type='checkbox']+label{
padding:0 0 0 calc(20px + .5em);
}
.fb1control1.type2 .item input[type='radio']+label:before,
.fb1control1.type2 .item input[type='checkbox']+label:before{content:'';
float:left;
position:absolute;left:0;top:0;
width:20px;height:20px;
margin:.0625em .375em .75em .125em;
background:url() no-repeat center center;
vertical-align:middle;
}
/* ☆ */
.fb1control1.type2 .item input[type='radio']+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1off1.png);
}
.fb1control1.type2 .item input[type='radio']:checked+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1on1.png);
}
.fb1control1.type2 .item input[type='radio']:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1disabled.png);
}
.fb1control1.type2 .item input[type='radio']:checked:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1radio1on1disabled.png);
}
.fb1control1.type2 .item input[type='checkbox']+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check2off1.png);
}
.fb1control1.type2 .item input[type='checkbox']:checked+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check2on1.png);
}
.fb1control1.type2 .item input[type='checkbox']:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check1disabled.png);
}
.fb1control1.type2 .item input[type='checkbox']:checked:disabled+label:before{
background-image:url(/assets_doadm/img/lib/ic20form1check1on1disabled.png);
}
/* ☆ */
.fb1control1.type2 input:focus+label:before{
outline:1px dotted #000;
}
.fb1control1.type2 input ~ *{
cursor:default;
}
.fb1control1.type2 input:disabled ~ *{
cursor:not-allowed;
}
/* YYYYMMDD.Writer. ◇◆ */ | 0.405096 | 0.153994 |
.header-module--header--2Q3RK {
height: 4rem;
height: 62px
}
@media (min-width: 992px) {
.header-module--header--2Q3RK {
height: 104px
}
}
.header-module--header--2Q3RK div {
height: inherit
}
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--floating--2ozbn {
border-color: var(--black-two)
}
.header-module--floating--2ozbn {
background-color: var(--black);
border-bottom: 1px solid transparent;
left: 0;
position: fixed;
right: 0;
top: 0;
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease;
z-index: 100
}
@media (min-width: 992px) {
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--floating--2ozbn {
-webkit-transform: translateY(-16px);
margin-bottom: -16px;
transform: translateY(-16px)
}
}
.header-module--burger--3by2q {
background: transparent;
height: 40px;
position: relative;
width: 32px
}
.header-module--burger--3by2q:after, .header-module--burger--3by2q:before {
background: var(--white);
border-radius: 8px;
content: "";
height: 4px;
left: 0;
position: absolute;
right: 0;
transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
transition: transform .5s cubic-bezier(.19, 1, .22, 1);
transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}
.header-module--burger--3by2q:before {
top: 12px;
transition-delay: .1s
}
.header-module--burger--3by2q:after {
bottom: 12px
}
.header-module--cross--2kgzc:before {
-webkit-transform: translateY(6px) rotate(45deg) scale(.8);
transform: translateY(6px) rotate(45deg) scale(.8)
}
.header-module--cross--2kgzc:after {
-webkit-transform: translateY(-6px) rotate(-45deg) scale(.8);
transform: translateY(-6px) rotate(-45deg) scale(.8)
}
.header-module--logo--3gu8x {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center
}
.header-module--logo--3gu8x img {
-webkit-transform-origin: left;
height: 30px;
margin: 0;
transform-origin: left;
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease
}
@media (min-width: 992px) {
.header-module--logo--3gu8x img {
height: 48px;
margin-bottom: -16px
}
.header-module--logo--3gu8x:after {
-webkit-transform: scaleX(0);
background-color: var(--black);
content: "";
display: block;
height: 98%;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform: scaleX(0);
transition: opacity .4s ease, -webkit-transform .4s ease;
transition: transform .4s ease, opacity .4s ease;
transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
width: 60%
}
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--logo--3gu8x:after {
-webkit-transform: scaleX(1);
opacity: 1;
transform: scaleX(1)
}
}
@media (min-width: 992px) {
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--logo--3gu8x img {
-webkit-transform: scale(.6667);
transform: scale(.6667)
}
}
.header-module--links--Di_J3 {
list-style: none;
margin: 0 0 -16px
}
.header-module--list-link--3zJcV {
display: inline-block;
margin: 0 38px 0 0
}
.header-module--list-link--3zJcV:last-child {
margin-right: 0
}
.header-module--list-link--3zJcV a {
font-size: 1rem;
position: relative;
text-decoration: none
}
.header-module--list-link--3zJcV a:not(.header-module--contact--8D61e):after {
-webkit-transform: scaleX(0);
-webkit-transform-origin: left;
background: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
bottom: -6px;
content: "";
height: 2px;
left: 0;
position: absolute;
right: 0;
transform: scaleX(0);
transform-origin: left;
transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.header-module--contact--8D61e {
display: inline-block;
padding: 0 1rem;
text-align: center;
width: 120px
}
.header-module--active--326IL a {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese))
}
.header-module--active--326IL a:after, .header-module--list-link--3zJcV a:not(.header-module--contact--8D61e):hover:after {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
.navigation-module--list-link--2SJgl {
margin-bottom: 1.5rem
}
.navigation-module--list-link--2SJgl a {
font-size: 2rem;
text-decoration: none
}
.navigation-module--links--39u2j {
list-style: none;
margin: 0 -18px;
padding: 2.5rem 2.25rem
}
.navigation-module--active--2ecWz a {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, var(--greenblue), var(--macaroni-and-cheese))
}
.navigation-module--navigation--_yI7y {
-webkit-transform: translateZ(0);
background-color: var(--black);
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
left: 0;
position: fixed;
right: 0;
top: 0;
transform: translateZ(0);
transition: -webkit-transform .8s var(--ease-out);
transition: transform .8s var(--ease-out);
transition: transform .8s var(--ease-out), -webkit-transform .8s var(--ease-out)
}
div.navigation-module--navigation--_yI7y {
height: auto
}
@media (min-width: 1200px) {
.navigation-module--navigation--_yI7y {
display: none
}
}
.navigation-module--contact--2mkbf {
font-size: 0;
margin-top: 2.5rem
}
.navigation-module--contact--2mkbf a {
font-size: 1rem
}
.navigation-module--closed--cDME2 {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.navigation-module--strip--1Jdjo {
-webkit-transform: translateZ(0) rotate(-90deg) scale(2);
-webkit-transform-origin: 28% 0;
left: -35%;
margin: 0;
position: fixed;
top: 12%;
transform: translateZ(0) rotate(-90deg) scale(2);
transform-origin: 28% 0;
transition: -webkit-transform 1s var(--ease-out);
transition: transform 1s var(--ease-out);
transition: transform 1s var(--ease-out), -webkit-transform 1s var(--ease-out);
z-index: -1
}
.navigation-module--closed--cDME2 .navigation-module--strip--1Jdjo {
-webkit-transform: translate3d(-100%, -120%, 0) rotate(-90deg) scale(2);
transform: translate3d(-100%, -120%, 0) rotate(-90deg) scale(2)
}
.footer-module--links--9DoeT {
list-style: none;
margin: 0;
padding: 1rem 0
}
@media (min-width: 992px) {
.footer-module--links--9DoeT {
margin: 2rem 0
}
.footer-module--list-link--2RjGX {
display: inline-block;
font-size: 1rem;
margin: 0 40px 0 0
}
}
.footer-module--list-link--2RjGX a {
position: relative;
text-decoration: none
}
.footer-module--logo--9q-NC {
height: 2rem;
margin: 0
}
.footer-module--logo-mobile--D0WJQ {
margin: 1.5rem 18px
}
.footer-module--footer--2r2aa {
position: relative;
z-index: 1
}
.footer-module--footer--2r2aa p {
font-size: .7rem;
margin-top: 1.5rem
}
@media (min-width: 992px) {
.footer-module--footer--2r2aa p {
margin-top: 2rem
}
}
.footer-module--ruler--3hF2S {
background-color: var(--black);
border: 0;
border-top: 1px solid var(--black-two);
margin-bottom: 0
}
@media (min-width: 992px) {
.footer-module--footer--2r2aa, .footer-module--gutters--2svqD, .footer-module--ruler--3hF2S {
margin-left: 0;
margin-right: 0
}
}
.footer-module--footer--2r2aa {
padding-bottom: 3rem
}
@media (min-width: 768px) {
.footer-module--footer--2r2aa {
padding-bottom: 0
}
}
@font-face {
font-display: swap;
font-family: Geomanist Medium;
font-style: normal;
font-weight: 400;
src: url(/static/geomanist-medium-webfont-1ee2f8979b740615e39add6d409e5502.eot);
src: url(/static/geomanist-medium-webfont-1ee2f8979b740615e39add6d409e5502.eot?#iefix) format("embedded-opentype"), url(/static/geomanist-medium-webfont-55687bb88819a897b599bb150b1fddcf.woff2) format("woff2"), url(/static/geomanist-medium-webfont-e2952532658d8ee6eeb1c4476d090d44.woff) format("woff"), url(/static/geomanist-medium-webfont-710cedaf67c4c630429aa1b827f56fea.ttf) format("truetype"), url(/static/geomanist-medium-webfont-9a1ff2312c3809614b63f3b282ca524b.svg#geomanistregular) format("svg")
}
@font-face {
font-display: swap;
font-family: Geomanist Regular;
font-style: normal;
font-weight: 400;
src: url(/static/geomanist-regular-webfont-15172c4485d205a9b749ddff016d8dd3.eot);
src: url(/static/geomanist-regular-webfont-15172c4485d205a9b749ddff016d8dd3.eot?#iefix) format("embedded-opentype"), url(/static/geomanist-regular-webfont-a35649b1d4c9738de84be469ebdf3b2e.woff2) format("woff2"), url(/static/geomanist-regular-webfont-deb2e275f84cb3a34faaccd5f0daa4f7.woff) format("woff"), url(/static/geomanist-regular-webfont-7da201004f3c567bae2df158acb0b639.ttf) format("truetype"), url(/static/geomanist-regular-webfont-0f2de97bae47a1d1f00ab33422220f8c.svg#geomanistregular) format("svg")
}
.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog {
color: #999
}
.token.punctuation {
color: #ccc
}
.token.atrule, .token.attr-value, .token.builtin, .token.char, .token.entity, .token.important, .token.keyword, .token.operator, .token.regex, .token.selector, .token.string, .token.url, .token.variable {
color: var(--greenblue)
}
.token.bold, .token.important {
font-weight: 700
}
.token.italic {
font-style: italic
}
.token.entity {
cursor: help
}
.token.inserted {
color: green
}
/*!
* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
width: device-width
}
html {
-ms-overflow-style: scrollbar
}
*, :after, :before {
box-sizing: inherit
}
.container {
margin-left: auto;
margin-right: auto;
padding-left: 18px;
padding-right: 18px;
width: 100%
}
@media (min-width: 576px) {
.container {
max-width: 540px
}
}
@media (min-width: 768px) {
.container {
max-width: 720px
}
}
@media (min-width: 992px) {
.container {
max-width: 960px
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px
}
}
@media (min-width: 1356px) {
.container {
max-width: 1296px
}
}
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 18px;
padding-right: 18px;
width: 100%
}
.row {
display: flex;
flex-wrap: wrap;
margin-left: -18px;
margin-right: -18px
}
.no-gutters {
margin-left: 0;
margin-right: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
padding-left: 0;
padding-right: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
min-height: 1px;
padding-left: 18px;
padding-right: 18px;
position: relative;
width: 100%
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-first {
order: -1
}
.order-last {
order: 13
}
.order-0 {
order: 0
}
.order-1 {
order: 1
}
.order-2 {
order: 2
}
.order-3 {
order: 3
}
.order-4 {
order: 4
}
.order-5 {
order: 5
}
.order-6 {
order: 6
}
.order-7 {
order: 7
}
.order-8 {
order: 8
}
.order-9 {
order: 9
}
.order-10 {
order: 10
}
.order-11 {
order: 11
}
.order-12 {
order: 12
}
.offset-1 {
margin-left: 8.33333333%
}
.offset-2 {
margin-left: 16.66666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.33333333%
}
.offset-5 {
margin-left: 41.66666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.33333333%
}
.offset-8 {
margin-left: 66.66666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.33333333%
}
.offset-11 {
margin-left: 91.66666667%
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-sm-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-sm-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-sm-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-sm-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-sm-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
order: -1
}
.order-sm-last {
order: 13
}
.order-sm-0 {
order: 0
}
.order-sm-1 {
order: 1
}
.order-sm-2 {
order: 2
}
.order-sm-3 {
order: 3
}
.order-sm-4 {
order: 4
}
.order-sm-5 {
order: 5
}
.order-sm-6 {
order: 6
}
.order-sm-7 {
order: 7
}
.order-sm-8 {
order: 8
}
.order-sm-9 {
order: 9
}
.order-sm-10 {
order: 10
}
.order-sm-11 {
order: 11
}
.order-sm-12 {
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.33333333%
}
.offset-sm-2 {
margin-left: 16.66666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.33333333%
}
.offset-sm-5 {
margin-left: 41.66666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.33333333%
}
.offset-sm-8 {
margin-left: 66.66666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.33333333%
}
.offset-sm-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-md-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-md-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-md-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-md-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-md-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
order: -1
}
.order-md-last {
order: 13
}
.order-md-0 {
order: 0
}
.order-md-1 {
order: 1
}
.order-md-2 {
order: 2
}
.order-md-3 {
order: 3
}
.order-md-4 {
order: 4
}
.order-md-5 {
order: 5
}
.order-md-6 {
order: 6
}
.order-md-7 {
order: 7
}
.order-md-8 {
order: 8
}
.order-md-9 {
order: 9
}
.order-md-10 {
order: 10
}
.order-md-11 {
order: 11
}
.order-md-12 {
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.33333333%
}
.offset-md-2 {
margin-left: 16.66666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.33333333%
}
.offset-md-5 {
margin-left: 41.66666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.33333333%
}
.offset-md-8 {
margin-left: 66.66666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.33333333%
}
.offset-md-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-lg-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-lg-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-lg-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-lg-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-lg-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
order: -1
}
.order-lg-last {
order: 13
}
.order-lg-0 {
order: 0
}
.order-lg-1 {
order: 1
}
.order-lg-2 {
order: 2
}
.order-lg-3 {
order: 3
}
.order-lg-4 {
order: 4
}
.order-lg-5 {
order: 5
}
.order-lg-6 {
order: 6
}
.order-lg-7 {
order: 7
}
.order-lg-8 {
order: 8
}
.order-lg-9 {
order: 9
}
.order-lg-10 {
order: 10
}
.order-lg-11 {
order: 11
}
.order-lg-12 {
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.33333333%
}
.offset-lg-2 {
margin-left: 16.66666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.33333333%
}
.offset-lg-5 {
margin-left: 41.66666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.33333333%
}
.offset-lg-8 {
margin-left: 66.66666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.33333333%
}
.offset-lg-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-xl-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-xl-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-xl-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-xl-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-xl-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
order: -1
}
.order-xl-last {
order: 13
}
.order-xl-0 {
order: 0
}
.order-xl-1 {
order: 1
}
.order-xl-2 {
order: 2
}
.order-xl-3 {
order: 3
}
.order-xl-4 {
order: 4
}
.order-xl-5 {
order: 5
}
.order-xl-6 {
order: 6
}
.order-xl-7 {
order: 7
}
.order-xl-8 {
order: 8
}
.order-xl-9 {
order: 9
}
.order-xl-10 {
order: 10
}
.order-xl-11 {
order: 11
}
.order-xl-12 {
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.33333333%
}
.offset-xl-2 {
margin-left: 16.66666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.33333333%
}
.offset-xl-5 {
margin-left: 41.66666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.33333333%
}
.offset-xl-8 {
margin-left: 66.66666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.33333333%
}
.offset-xl-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 1356px) {
.col-xxl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-xxl-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-xxl-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-xxl-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-xxl-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-xxl-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-xxl-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-xxl-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-xxl-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-xxl-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-xxl-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-xxl-first {
order: -1
}
.order-xxl-last {
order: 13
}
.order-xxl-0 {
order: 0
}
.order-xxl-1 {
order: 1
}
.order-xxl-2 {
order: 2
}
.order-xxl-3 {
order: 3
}
.order-xxl-4 {
order: 4
}
.order-xxl-5 {
order: 5
}
.order-xxl-6 {
order: 6
}
.order-xxl-7 {
order: 7
}
.order-xxl-8 {
order: 8
}
.order-xxl-9 {
order: 9
}
.order-xxl-10 {
order: 10
}
.order-xxl-11 {
order: 11
}
.order-xxl-12 {
order: 12
}
.offset-xxl-0 {
margin-left: 0
}
.offset-xxl-1 {
margin-left: 8.33333333%
}
.offset-xxl-2 {
margin-left: 16.66666667%
}
.offset-xxl-3 {
margin-left: 25%
}
.offset-xxl-4 {
margin-left: 33.33333333%
}
.offset-xxl-5 {
margin-left: 41.66666667%
}
.offset-xxl-6 {
margin-left: 50%
}
.offset-xxl-7 {
margin-left: 58.33333333%
}
.offset-xxl-8 {
margin-left: 66.66666667%
}
.offset-xxl-9 {
margin-left: 75%
}
.offset-xxl-10 {
margin-left: 83.33333333%
}
.offset-xxl-11 {
margin-left: 91.66666667%
}
}
.d-none {
display: none !important
}
.d-inline {
display: inline !important
}
.d-inline-block {
display: inline-block !important
}
.d-block {
display: block !important
}
.d-table {
display: table !important
}
.d-table-row {
display: table-row !important
}
.d-table-cell {
display: table-cell !important
}
.d-flex {
display: flex !important
}
.d-inline-flex {
display: inline-flex !important
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important
}
.d-sm-inline {
display: inline !important
}
.d-sm-inline-block {
display: inline-block !important
}
.d-sm-block {
display: block !important
}
.d-sm-table {
display: table !important
}
.d-sm-table-row {
display: table-row !important
}
.d-sm-table-cell {
display: table-cell !important
}
.d-sm-flex {
display: flex !important
}
.d-sm-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important
}
.d-md-inline {
display: inline !important
}
.d-md-inline-block {
display: inline-block !important
}
.d-md-block {
display: block !important
}
.d-md-table {
display: table !important
}
.d-md-table-row {
display: table-row !important
}
.d-md-table-cell {
display: table-cell !important
}
.d-md-flex {
display: flex !important
}
.d-md-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important
}
.d-lg-inline {
display: inline !important
}
.d-lg-inline-block {
display: inline-block !important
}
.d-lg-block {
display: block !important
}
.d-lg-table {
display: table !important
}
.d-lg-table-row {
display: table-row !important
}
.d-lg-table-cell {
display: table-cell !important
}
.d-lg-flex {
display: flex !important
}
.d-lg-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important
}
.d-xl-inline {
display: inline !important
}
.d-xl-inline-block {
display: inline-block !important
}
.d-xl-block {
display: block !important
}
.d-xl-table {
display: table !important
}
.d-xl-table-row {
display: table-row !important
}
.d-xl-table-cell {
display: table-cell !important
}
.d-xl-flex {
display: flex !important
}
.d-xl-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 1356px) {
.d-xxl-none {
display: none !important
}
.d-xxl-inline {
display: inline !important
}
.d-xxl-inline-block {
display: inline-block !important
}
.d-xxl-block {
display: block !important
}
.d-xxl-table {
display: table !important
}
.d-xxl-table-row {
display: table-row !important
}
.d-xxl-table-cell {
display: table-cell !important
}
.d-xxl-flex {
display: flex !important
}
.d-xxl-inline-flex {
display: inline-flex !important
}
}
@media print {
.d-print-none {
display: none !important
}
.d-print-inline {
display: inline !important
}
.d-print-inline-block {
display: inline-block !important
}
.d-print-block {
display: block !important
}
.d-print-table {
display: table !important
}
.d-print-table-row {
display: table-row !important
}
.d-print-table-cell {
display: table-cell !important
}
.d-print-flex {
display: flex !important
}
.d-print-inline-flex {
display: inline-flex !important
}
}
.flex-row {
flex-direction: row !important
}
.flex-column {
flex-direction: column !important
}
.flex-row-reverse {
flex-direction: row-reverse !important
}
.flex-column-reverse {
flex-direction: column-reverse !important
}
.flex-wrap {
flex-wrap: wrap !important
}
.flex-nowrap {
flex-wrap: nowrap !important
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-fill {
flex: 1 1 auto !important
}
.flex-grow-0 {
flex-grow: 0 !important
}
.flex-grow-1 {
flex-grow: 1 !important
}
.flex-shrink-0 {
flex-shrink: 0 !important
}
.flex-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-start {
justify-content: flex-start !important
}
.justify-content-end {
justify-content: flex-end !important
}
.justify-content-center {
justify-content: center !important
}
.justify-content-between {
justify-content: space-between !important
}
.justify-content-around {
justify-content: space-around !important
}
.align-items-start {
align-items: flex-start !important
}
.align-items-end {
align-items: flex-end !important
}
.align-items-center {
align-items: center !important
}
.align-items-baseline {
align-items: baseline !important
}
.align-items-stretch {
align-items: stretch !important
}
.align-content-start {
align-content: flex-start !important
}
.align-content-end {
align-content: flex-end !important
}
.align-content-center {
align-content: center !important
}
.align-content-between {
align-content: space-between !important
}
.align-content-around {
align-content: space-around !important
}
.align-content-stretch {
align-content: stretch !important
}
.align-self-auto {
align-self: auto !important
}
.align-self-start {
align-self: flex-start !important
}
.align-self-end {
align-self: flex-end !important
}
.align-self-center {
align-self: center !important
}
.align-self-baseline {
align-self: baseline !important
}
.align-self-stretch {
align-self: stretch !important
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important
}
.flex-sm-column {
flex-direction: column !important
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important
}
.flex-sm-wrap {
flex-wrap: wrap !important
}
.flex-sm-nowrap {
flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-sm-fill {
flex: 1 1 auto !important
}
.flex-sm-grow-0 {
flex-grow: 0 !important
}
.flex-sm-grow-1 {
flex-grow: 1 !important
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-sm-start {
justify-content: flex-start !important
}
.justify-content-sm-end {
justify-content: flex-end !important
}
.justify-content-sm-center {
justify-content: center !important
}
.justify-content-sm-between {
justify-content: space-between !important
}
.justify-content-sm-around {
justify-content: space-around !important
}
.align-items-sm-start {
align-items: flex-start !important
}
.align-items-sm-end {
align-items: flex-end !important
}
.align-items-sm-center {
align-items: center !important
}
.align-items-sm-baseline {
align-items: baseline !important
}
.align-items-sm-stretch {
align-items: stretch !important
}
.align-content-sm-start {
align-content: flex-start !important
}
.align-content-sm-end {
align-content: flex-end !important
}
.align-content-sm-center {
align-content: center !important
}
.align-content-sm-between {
align-content: space-between !important
}
.align-content-sm-around {
align-content: space-around !important
}
.align-content-sm-stretch {
align-content: stretch !important
}
.align-self-sm-auto {
align-self: auto !important
}
.align-self-sm-start {
align-self: flex-start !important
}
.align-self-sm-end {
align-self: flex-end !important
}
.align-self-sm-center {
align-self: center !important
}
.align-self-sm-baseline {
align-self: baseline !important
}
.align-self-sm-stretch {
align-self: stretch !important
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important
}
.flex-md-column {
flex-direction: column !important
}
.flex-md-row-reverse {
flex-direction: row-reverse !important
}
.flex-md-column-reverse {
flex-direction: column-reverse !important
}
.flex-md-wrap {
flex-wrap: wrap !important
}
.flex-md-nowrap {
flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-md-fill {
flex: 1 1 auto !important
}
.flex-md-grow-0 {
flex-grow: 0 !important
}
.flex-md-grow-1 {
flex-grow: 1 !important
}
.flex-md-shrink-0 {
flex-shrink: 0 !important
}
.flex-md-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-md-start {
justify-content: flex-start !important
}
.justify-content-md-end {
justify-content: flex-end !important
}
.justify-content-md-center {
justify-content: center !important
}
.justify-content-md-between {
justify-content: space-between !important
}
.justify-content-md-around {
justify-content: space-around !important
}
.align-items-md-start {
align-items: flex-start !important
}
.align-items-md-end {
align-items: flex-end !important
}
.align-items-md-center {
align-items: center !important
}
.align-items-md-baseline {
align-items: baseline !important
}
.align-items-md-stretch {
align-items: stretch !important
}
.align-content-md-start {
align-content: flex-start !important
}
.align-content-md-end {
align-content: flex-end !important
}
.align-content-md-center {
align-content: center !important
}
.align-content-md-between {
align-content: space-between !important
}
.align-content-md-around {
align-content: space-around !important
}
.align-content-md-stretch {
align-content: stretch !important
}
.align-self-md-auto {
align-self: auto !important
}
.align-self-md-start {
align-self: flex-start !important
}
.align-self-md-end {
align-self: flex-end !important
}
.align-self-md-center {
align-self: center !important
}
.align-self-md-baseline {
align-self: baseline !important
}
.align-self-md-stretch {
align-self: stretch !important
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important
}
.flex-lg-column {
flex-direction: column !important
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important
}
.flex-lg-wrap {
flex-wrap: wrap !important
}
.flex-lg-nowrap {
flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-lg-fill {
flex: 1 1 auto !important
}
.flex-lg-grow-0 {
flex-grow: 0 !important
}
.flex-lg-grow-1 {
flex-grow: 1 !important
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-lg-start {
justify-content: flex-start !important
}
.justify-content-lg-end {
justify-content: flex-end !important
}
.justify-content-lg-center {
justify-content: center !important
}
.justify-content-lg-between {
justify-content: space-between !important
}
.justify-content-lg-around {
justify-content: space-around !important
}
.align-items-lg-start {
align-items: flex-start !important
}
.align-items-lg-end {
align-items: flex-end !important
}
.align-items-lg-center {
align-items: center !important
}
.align-items-lg-baseline {
align-items: baseline !important
}
.align-items-lg-stretch {
align-items: stretch !important
}
.align-content-lg-start {
align-content: flex-start !important
}
.align-content-lg-end {
align-content: flex-end !important
}
.align-content-lg-center {
align-content: center !important
}
.align-content-lg-between {
align-content: space-between !important
}
.align-content-lg-around {
align-content: space-around !important
}
.align-content-lg-stretch {
align-content: stretch !important
}
.align-self-lg-auto {
align-self: auto !important
}
.align-self-lg-start {
align-self: flex-start !important
}
.align-self-lg-end {
align-self: flex-end !important
}
.align-self-lg-center {
align-self: center !important
}
.align-self-lg-baseline {
align-self: baseline !important
}
.align-self-lg-stretch {
align-self: stretch !important
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important
}
.flex-xl-column {
flex-direction: column !important
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important
}
.flex-xl-wrap {
flex-wrap: wrap !important
}
.flex-xl-nowrap {
flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-xl-fill {
flex: 1 1 auto !important
}
.flex-xl-grow-0 {
flex-grow: 0 !important
}
.flex-xl-grow-1 {
flex-grow: 1 !important
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-xl-start {
justify-content: flex-start !important
}
.justify-content-xl-end {
justify-content: flex-end !important
}
.justify-content-xl-center {
justify-content: center !important
}
.justify-content-xl-between {
justify-content: space-between !important
}
.justify-content-xl-around {
justify-content: space-around !important
}
.align-items-xl-start {
align-items: flex-start !important
}
.align-items-xl-end {
align-items: flex-end !important
}
.align-items-xl-center {
align-items: center !important
}
.align-items-xl-baseline {
align-items: baseline !important
}
.align-items-xl-stretch {
align-items: stretch !important
}
.align-content-xl-start {
align-content: flex-start !important
}
.align-content-xl-end {
align-content: flex-end !important
}
.align-content-xl-center {
align-content: center !important
}
.align-content-xl-between {
align-content: space-between !important
}
.align-content-xl-around {
align-content: space-around !important
}
.align-content-xl-stretch {
align-content: stretch !important
}
.align-self-xl-auto {
align-self: auto !important
}
.align-self-xl-start {
align-self: flex-start !important
}
.align-self-xl-end {
align-self: flex-end !important
}
.align-self-xl-center {
align-self: center !important
}
.align-self-xl-baseline {
align-self: baseline !important
}
.align-self-xl-stretch {
align-self: stretch !important
}
}
@media (min-width: 1356px) {
.flex-xxl-row {
flex-direction: row !important
}
.flex-xxl-column {
flex-direction: column !important
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important
}
.flex-xxl-wrap {
flex-wrap: wrap !important
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-xxl-fill {
flex: 1 1 auto !important
}
.flex-xxl-grow-0 {
flex-grow: 0 !important
}
.flex-xxl-grow-1 {
flex-grow: 1 !important
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-xxl-start {
justify-content: flex-start !important
}
.justify-content-xxl-end {
justify-content: flex-end !important
}
.justify-content-xxl-center {
justify-content: center !important
}
.justify-content-xxl-between {
justify-content: space-between !important
}
.justify-content-xxl-around {
justify-content: space-around !important
}
.align-items-xxl-start {
align-items: flex-start !important
}
.align-items-xxl-end {
align-items: flex-end !important
}
.align-items-xxl-center {
align-items: center !important
}
.align-items-xxl-baseline {
align-items: baseline !important
}
.align-items-xxl-stretch {
align-items: stretch !important
}
.align-content-xxl-start {
align-content: flex-start !important
}
.align-content-xxl-end {
align-content: flex-end !important
}
.align-content-xxl-center {
align-content: center !important
}
.align-content-xxl-between {
align-content: space-between !important
}
.align-content-xxl-around {
align-content: space-around !important
}
.align-content-xxl-stretch {
align-content: stretch !important
}
.align-self-xxl-auto {
align-self: auto !important
}
.align-self-xxl-start {
align-self: flex-start !important
}
.align-self-xxl-end {
align-self: flex-end !important
}
.align-self-xxl-center {
align-self: center !important
}
.align-self-xxl-baseline {
align-self: baseline !important
}
.align-self-xxl-stretch {
align-self: stretch !important
}
}
:root {
--barbie-pink: #ff38bf;
--black: #0e0e0e;
--black-two: #3b3b3b;
--blueberry: #593c8f;
--ease-out: cubic-bezier(.19, 1, .22, 1);
--greenblue: #20d19f;
--macaroni-and-cheese: #edd235;
--transition-menu: transform 1.2s cubic-bezier(.19, 1, .22, 1);
--white: #f0f0f0;
--white-two: #dedede
}
@-webkit-keyframes springish_scale {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
12.75% {
-webkit-transform: scale(1.3135);
transform: scale(1.3135)
}
27.30% {
-webkit-transform: scale(.9092);
transform: scale(.9092)
}
41.84% {
-webkit-transform: scale(1.0263);
transform: scale(1.0263)
}
56.38% {
-webkit-transform: scale(.9924);
transform: scale(.9924)
}
70.92% {
-webkit-transform: scale(1.0022);
transform: scale(1.0022)
}
85.46% {
-webkit-transform: scale(.9994);
transform: scale(.9994)
}
to {
-webkit-transform: scale(1.0002);
transform: scale(1.0002)
}
}
@keyframes springish_scale {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
12.75% {
-webkit-transform: scale(1.3135);
transform: scale(1.3135)
}
27.30% {
-webkit-transform: scale(.9092);
transform: scale(.9092)
}
41.84% {
-webkit-transform: scale(1.0263);
transform: scale(1.0263)
}
56.38% {
-webkit-transform: scale(.9924);
transform: scale(.9924)
}
70.92% {
-webkit-transform: scale(1.0022);
transform: scale(1.0022)
}
85.46% {
-webkit-transform: scale(.9994);
transform: scale(.9994)
}
to {
-webkit-transform: scale(1.0002);
transform: scale(1.0002)
}
}
@-webkit-keyframes fade {
0% {
-webkit-transform: translateY(.25em);
opacity: 0;
transform: translateY(.25em)
}
}
@keyframes fade {
0% {
-webkit-transform: translateY(.25em);
opacity: 0;
transform: translateY(.25em)
}
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
font: 100%/1.56 Geomanist Regular, sans-serif;
font-family: sans-serif;
overflow-y: scroll;
scroll-behavior: smooth
}
body {
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
-webkit-font-kerning: normal;
background-color: var(--black);
color: rgba(0, 0, 0, .8);
color: var(--white);
font-family: Geomanist Regular, sans-serif;
font-feature-settings: "kern", "liga", "clig", "calt";
font-kerning: normal;
font-weight: 400;
margin: 0;
overflow: hidden;
word-wrap: break-word
}
input, textarea {
color: var(--black);
font-family: inherit;
font-size: inherit
}
::-webkit-input-placeholder {
color: rgba(14, 14, 14, .5)
}
:-ms-input-placeholder {
color: rgba(14, 14, 14, .5)
}
::-ms-input-placeholder {
color: rgba(14, 14, 14, .5)
}
::placeholder {
color: rgba(14, 14, 14, .5)
}
main {
position: relative
}
h1, h2, h3, h4, h5, h6 {
font-family: Geomanist Medium, sans-serif;
font-weight: 500;
line-height: 1.26;
margin: 0 0 1.5rem;
padding: 0;
text-rendering: optimizeLegibility
}
img {
max-width: 100%
}
img, section {
margin-bottom: 0
}
section {
padding-top: 5rem;
position: relative
}
section:first-child {
padding-top: 3.5rem
}
section:last-child {
padding-bottom: 5rem
}
h1, h2 {
font-size: 2rem;
margin-bottom: 1rem
}
h3 {
font-size: 1.25rem
}
p, ul {
font-size: .8rem;
margin: 0 0 1.5rem;
padding: 0
}
ul {
margin: 0 0 1.5rem 1.45rem
}
li {
margin-bottom: .725rem
}
li :last-child {
margin-bottom: 0
}
pre {
font-family: Roboto Mono, monospace;
font-size: .65rem;
line-height: 1rem;
margin-top: 0;
white-space: pre;
word-wrap: normal
}
a {
color: var(--white)
}
hr {
border: 0;
border-top: 1px solid var(--black-two);
box-sizing: content-box;
height: 1px;
margin: 0;
padding: 0
}
button {
background-color: var(--black);
border: 0;
color: var(--white);
cursor: pointer
}
a:focus, button:focus {
outline: 0
}
button:disabled {
cursor: default;
opacity: .5
}
.btn, .bubble {
font-family: Geomanist Medium, sans-serif;
font-weight: 500
}
.bubble {
background-color: rgba(14, 14, 14, .25);
border-radius: 16px;
font-size: .66rem;
line-height: 1;
padding: .5rem 1rem;
text-align: center;
white-space: nowrap
}
.nav-open {
overflow: hidden
}
.page-content {
transition: -webkit-transform .9s var(--ease-out);
transition: transform .9s var(--ease-out);
transition: transform .9s var(--ease-out), -webkit-transform .9s var(--ease-out)
}
.nav-open .page-content {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.b-dark, .b-dark-grad {
border: 1px solid var(--black-two)
}
.b-dark-grad {
border-image-slice: 1;
border-image-source: linear-gradient(180deg, #6d6d6d, var(--black-two))
}
.btn {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
border-radius: 60px;
color: var(--white);
display: inline-block;
font-size: 12.8px;
line-height: 32px;
margin-bottom: 1rem;
min-width: 120px;
padding: 0 6px;
position: relative;
text-align: center;
text-decoration: none
}
.btn:after {
background-clip: content-box, border-box;
background-image: linear-gradient(var(--black), var(--black)), linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
background-origin: border-box;
border: 2px solid transparent;
border-radius: 60px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1
}
.btn.disabled {
-webkit-text-fill-color: unset;
color: var(--white);
opacity: .5;
pointer-events: none
}
.btn--primary {
-webkit-text-fill-color: var(--black);
background-image: none;
color: var(--black)
}
.btn--primary:after {
background-image: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
border: 0
}
.btn:after {
-webkit-transform: scale(1);
transform: scale(1);
transition: -webkit-transform .15s ease-out;
transition: transform .15s ease-out;
transition: transform .15s ease-out, -webkit-transform .15s ease-out
}
.btn:active:after, .btn:hover:after {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.page-heading {
margin-left: 18px;
margin-right: 18px
}
.page-heading h1 {
display: block;
max-width: 770px
}
.page-heading h1, .page-heading p {
-webkit-animation: fade .5s ease-out .25s backwards;
animation: fade .5s ease-out .25s backwards;
margin-left: auto;
margin-right: auto
}
.page-heading p {
font-size: 1rem;
max-width: 720px
}
@media (min-width: 768px) {
.page-heading {
text-align: center
}
.page-heading p {
font-size: 1.5625rem
}
}
@media (min-width: 576px) {
.bubble {
font-size: .8rem;
padding: .625rem 1.6rem
}
}
@media (min-width: 768px) {
h1 {
font-size: 4.75rem;
margin-bottom: 1rem
}
h2 {
font-size: 2.5rem
}
h3 {
font-size: 1.56rem;
margin-bottom: 1rem
}
p, ul {
font-size: 1.25rem;
line-height: 1.56;
margin-bottom: 2rem
}
.btn {
font-size: 16px;
line-height: 40px;
padding: 0 1.5rem
}
pre {
font-size: .8rem;
line-height: 1.25rem
}
section:not(:first-child) {
margin-bottom: 0;
padding-top: 12.5rem
}
section:last-child {
padding-bottom: 10rem
}
}
@media (min-width: 992px) {
.page-content {
transition: none
}
.nav-open {
overflow: auto
}
.nav-open .page-content {
-webkit-transform: none;
transform: none
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.sm-only-gutters {
padding-left: 18px;
padding-right: 18px
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
html {
font-size: 12px
}
}
@media (max-width: 767.98px) {
.sm-gutters {
padding-left: 18px;
padding-right: 18px
}
} | all.css | .header-module--header--2Q3RK {
height: 4rem;
height: 62px
}
@media (min-width: 992px) {
.header-module--header--2Q3RK {
height: 104px
}
}
.header-module--header--2Q3RK div {
height: inherit
}
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--floating--2ozbn {
border-color: var(--black-two)
}
.header-module--floating--2ozbn {
background-color: var(--black);
border-bottom: 1px solid transparent;
left: 0;
position: fixed;
right: 0;
top: 0;
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease;
z-index: 100
}
@media (min-width: 992px) {
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--floating--2ozbn {
-webkit-transform: translateY(-16px);
margin-bottom: -16px;
transform: translateY(-16px)
}
}
.header-module--burger--3by2q {
background: transparent;
height: 40px;
position: relative;
width: 32px
}
.header-module--burger--3by2q:after, .header-module--burger--3by2q:before {
background: var(--white);
border-radius: 8px;
content: "";
height: 4px;
left: 0;
position: absolute;
right: 0;
transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
transition: transform .5s cubic-bezier(.19, 1, .22, 1);
transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1)
}
.header-module--burger--3by2q:before {
top: 12px;
transition-delay: .1s
}
.header-module--burger--3by2q:after {
bottom: 12px
}
.header-module--cross--2kgzc:before {
-webkit-transform: translateY(6px) rotate(45deg) scale(.8);
transform: translateY(6px) rotate(45deg) scale(.8)
}
.header-module--cross--2kgzc:after {
-webkit-transform: translateY(-6px) rotate(-45deg) scale(.8);
transform: translateY(-6px) rotate(-45deg) scale(.8)
}
.header-module--logo--3gu8x {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center
}
.header-module--logo--3gu8x img {
-webkit-transform-origin: left;
height: 30px;
margin: 0;
transform-origin: left;
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease
}
@media (min-width: 992px) {
.header-module--logo--3gu8x img {
height: 48px;
margin-bottom: -16px
}
.header-module--logo--3gu8x:after {
-webkit-transform: scaleX(0);
background-color: var(--black);
content: "";
display: block;
height: 98%;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform: scaleX(0);
transition: opacity .4s ease, -webkit-transform .4s ease;
transition: transform .4s ease, opacity .4s ease;
transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
width: 60%
}
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--logo--3gu8x:after {
-webkit-transform: scaleX(1);
opacity: 1;
transform: scaleX(1)
}
}
@media (min-width: 992px) {
.header-module--header--2Q3RK.header-module--sticky--1iqhF .header-module--logo--3gu8x img {
-webkit-transform: scale(.6667);
transform: scale(.6667)
}
}
.header-module--links--Di_J3 {
list-style: none;
margin: 0 0 -16px
}
.header-module--list-link--3zJcV {
display: inline-block;
margin: 0 38px 0 0
}
.header-module--list-link--3zJcV:last-child {
margin-right: 0
}
.header-module--list-link--3zJcV a {
font-size: 1rem;
position: relative;
text-decoration: none
}
.header-module--list-link--3zJcV a:not(.header-module--contact--8D61e):after {
-webkit-transform: scaleX(0);
-webkit-transform-origin: left;
background: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
bottom: -6px;
content: "";
height: 2px;
left: 0;
position: absolute;
right: 0;
transform: scaleX(0);
transform-origin: left;
transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.header-module--contact--8D61e {
display: inline-block;
padding: 0 1rem;
text-align: center;
width: 120px
}
.header-module--active--326IL a {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese))
}
.header-module--active--326IL a:after, .header-module--list-link--3zJcV a:not(.header-module--contact--8D61e):hover:after {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
.navigation-module--list-link--2SJgl {
margin-bottom: 1.5rem
}
.navigation-module--list-link--2SJgl a {
font-size: 2rem;
text-decoration: none
}
.navigation-module--links--39u2j {
list-style: none;
margin: 0 -18px;
padding: 2.5rem 2.25rem
}
.navigation-module--active--2ecWz a {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
background-image: linear-gradient(90deg, var(--greenblue), var(--macaroni-and-cheese))
}
.navigation-module--navigation--_yI7y {
-webkit-transform: translateZ(0);
background-color: var(--black);
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
left: 0;
position: fixed;
right: 0;
top: 0;
transform: translateZ(0);
transition: -webkit-transform .8s var(--ease-out);
transition: transform .8s var(--ease-out);
transition: transform .8s var(--ease-out), -webkit-transform .8s var(--ease-out)
}
div.navigation-module--navigation--_yI7y {
height: auto
}
@media (min-width: 1200px) {
.navigation-module--navigation--_yI7y {
display: none
}
}
.navigation-module--contact--2mkbf {
font-size: 0;
margin-top: 2.5rem
}
.navigation-module--contact--2mkbf a {
font-size: 1rem
}
.navigation-module--closed--cDME2 {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.navigation-module--strip--1Jdjo {
-webkit-transform: translateZ(0) rotate(-90deg) scale(2);
-webkit-transform-origin: 28% 0;
left: -35%;
margin: 0;
position: fixed;
top: 12%;
transform: translateZ(0) rotate(-90deg) scale(2);
transform-origin: 28% 0;
transition: -webkit-transform 1s var(--ease-out);
transition: transform 1s var(--ease-out);
transition: transform 1s var(--ease-out), -webkit-transform 1s var(--ease-out);
z-index: -1
}
.navigation-module--closed--cDME2 .navigation-module--strip--1Jdjo {
-webkit-transform: translate3d(-100%, -120%, 0) rotate(-90deg) scale(2);
transform: translate3d(-100%, -120%, 0) rotate(-90deg) scale(2)
}
.footer-module--links--9DoeT {
list-style: none;
margin: 0;
padding: 1rem 0
}
@media (min-width: 992px) {
.footer-module--links--9DoeT {
margin: 2rem 0
}
.footer-module--list-link--2RjGX {
display: inline-block;
font-size: 1rem;
margin: 0 40px 0 0
}
}
.footer-module--list-link--2RjGX a {
position: relative;
text-decoration: none
}
.footer-module--logo--9q-NC {
height: 2rem;
margin: 0
}
.footer-module--logo-mobile--D0WJQ {
margin: 1.5rem 18px
}
.footer-module--footer--2r2aa {
position: relative;
z-index: 1
}
.footer-module--footer--2r2aa p {
font-size: .7rem;
margin-top: 1.5rem
}
@media (min-width: 992px) {
.footer-module--footer--2r2aa p {
margin-top: 2rem
}
}
.footer-module--ruler--3hF2S {
background-color: var(--black);
border: 0;
border-top: 1px solid var(--black-two);
margin-bottom: 0
}
@media (min-width: 992px) {
.footer-module--footer--2r2aa, .footer-module--gutters--2svqD, .footer-module--ruler--3hF2S {
margin-left: 0;
margin-right: 0
}
}
.footer-module--footer--2r2aa {
padding-bottom: 3rem
}
@media (min-width: 768px) {
.footer-module--footer--2r2aa {
padding-bottom: 0
}
}
@font-face {
font-display: swap;
font-family: Geomanist Medium;
font-style: normal;
font-weight: 400;
src: url(/static/geomanist-medium-webfont-1ee2f8979b740615e39add6d409e5502.eot);
src: url(/static/geomanist-medium-webfont-1ee2f8979b740615e39add6d409e5502.eot?#iefix) format("embedded-opentype"), url(/static/geomanist-medium-webfont-55687bb88819a897b599bb150b1fddcf.woff2) format("woff2"), url(/static/geomanist-medium-webfont-e2952532658d8ee6eeb1c4476d090d44.woff) format("woff"), url(/static/geomanist-medium-webfont-710cedaf67c4c630429aa1b827f56fea.ttf) format("truetype"), url(/static/geomanist-medium-webfont-9a1ff2312c3809614b63f3b282ca524b.svg#geomanistregular) format("svg")
}
@font-face {
font-display: swap;
font-family: Geomanist Regular;
font-style: normal;
font-weight: 400;
src: url(/static/geomanist-regular-webfont-15172c4485d205a9b749ddff016d8dd3.eot);
src: url(/static/geomanist-regular-webfont-15172c4485d205a9b749ddff016d8dd3.eot?#iefix) format("embedded-opentype"), url(/static/geomanist-regular-webfont-a35649b1d4c9738de84be469ebdf3b2e.woff2) format("woff2"), url(/static/geomanist-regular-webfont-deb2e275f84cb3a34faaccd5f0daa4f7.woff) format("woff"), url(/static/geomanist-regular-webfont-7da201004f3c567bae2df158acb0b639.ttf) format("truetype"), url(/static/geomanist-regular-webfont-0f2de97bae47a1d1f00ab33422220f8c.svg#geomanistregular) format("svg")
}
.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog {
color: #999
}
.token.punctuation {
color: #ccc
}
.token.atrule, .token.attr-value, .token.builtin, .token.char, .token.entity, .token.important, .token.keyword, .token.operator, .token.regex, .token.selector, .token.string, .token.url, .token.variable {
color: var(--greenblue)
}
.token.bold, .token.important {
font-weight: 700
}
.token.italic {
font-style: italic
}
.token.entity {
cursor: help
}
.token.inserted {
color: green
}
/*!
* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
width: device-width
}
html {
-ms-overflow-style: scrollbar
}
*, :after, :before {
box-sizing: inherit
}
.container {
margin-left: auto;
margin-right: auto;
padding-left: 18px;
padding-right: 18px;
width: 100%
}
@media (min-width: 576px) {
.container {
max-width: 540px
}
}
@media (min-width: 768px) {
.container {
max-width: 720px
}
}
@media (min-width: 992px) {
.container {
max-width: 960px
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px
}
}
@media (min-width: 1356px) {
.container {
max-width: 1296px
}
}
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 18px;
padding-right: 18px;
width: 100%
}
.row {
display: flex;
flex-wrap: wrap;
margin-left: -18px;
margin-right: -18px
}
.no-gutters {
margin-left: 0;
margin-right: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
padding-left: 0;
padding-right: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
min-height: 1px;
padding-left: 18px;
padding-right: 18px;
position: relative;
width: 100%
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-first {
order: -1
}
.order-last {
order: 13
}
.order-0 {
order: 0
}
.order-1 {
order: 1
}
.order-2 {
order: 2
}
.order-3 {
order: 3
}
.order-4 {
order: 4
}
.order-5 {
order: 5
}
.order-6 {
order: 6
}
.order-7 {
order: 7
}
.order-8 {
order: 8
}
.order-9 {
order: 9
}
.order-10 {
order: 10
}
.order-11 {
order: 11
}
.order-12 {
order: 12
}
.offset-1 {
margin-left: 8.33333333%
}
.offset-2 {
margin-left: 16.66666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.33333333%
}
.offset-5 {
margin-left: 41.66666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.33333333%
}
.offset-8 {
margin-left: 66.66666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.33333333%
}
.offset-11 {
margin-left: 91.66666667%
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-sm-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-sm-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-sm-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-sm-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-sm-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
order: -1
}
.order-sm-last {
order: 13
}
.order-sm-0 {
order: 0
}
.order-sm-1 {
order: 1
}
.order-sm-2 {
order: 2
}
.order-sm-3 {
order: 3
}
.order-sm-4 {
order: 4
}
.order-sm-5 {
order: 5
}
.order-sm-6 {
order: 6
}
.order-sm-7 {
order: 7
}
.order-sm-8 {
order: 8
}
.order-sm-9 {
order: 9
}
.order-sm-10 {
order: 10
}
.order-sm-11 {
order: 11
}
.order-sm-12 {
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.33333333%
}
.offset-sm-2 {
margin-left: 16.66666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.33333333%
}
.offset-sm-5 {
margin-left: 41.66666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.33333333%
}
.offset-sm-8 {
margin-left: 66.66666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.33333333%
}
.offset-sm-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-md-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-md-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-md-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-md-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-md-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
order: -1
}
.order-md-last {
order: 13
}
.order-md-0 {
order: 0
}
.order-md-1 {
order: 1
}
.order-md-2 {
order: 2
}
.order-md-3 {
order: 3
}
.order-md-4 {
order: 4
}
.order-md-5 {
order: 5
}
.order-md-6 {
order: 6
}
.order-md-7 {
order: 7
}
.order-md-8 {
order: 8
}
.order-md-9 {
order: 9
}
.order-md-10 {
order: 10
}
.order-md-11 {
order: 11
}
.order-md-12 {
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.33333333%
}
.offset-md-2 {
margin-left: 16.66666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.33333333%
}
.offset-md-5 {
margin-left: 41.66666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.33333333%
}
.offset-md-8 {
margin-left: 66.66666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.33333333%
}
.offset-md-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-lg-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-lg-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-lg-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-lg-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-lg-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
order: -1
}
.order-lg-last {
order: 13
}
.order-lg-0 {
order: 0
}
.order-lg-1 {
order: 1
}
.order-lg-2 {
order: 2
}
.order-lg-3 {
order: 3
}
.order-lg-4 {
order: 4
}
.order-lg-5 {
order: 5
}
.order-lg-6 {
order: 6
}
.order-lg-7 {
order: 7
}
.order-lg-8 {
order: 8
}
.order-lg-9 {
order: 9
}
.order-lg-10 {
order: 10
}
.order-lg-11 {
order: 11
}
.order-lg-12 {
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.33333333%
}
.offset-lg-2 {
margin-left: 16.66666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.33333333%
}
.offset-lg-5 {
margin-left: 41.66666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.33333333%
}
.offset-lg-8 {
margin-left: 66.66666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.33333333%
}
.offset-lg-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-xl-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-xl-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-xl-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-xl-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-xl-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
order: -1
}
.order-xl-last {
order: 13
}
.order-xl-0 {
order: 0
}
.order-xl-1 {
order: 1
}
.order-xl-2 {
order: 2
}
.order-xl-3 {
order: 3
}
.order-xl-4 {
order: 4
}
.order-xl-5 {
order: 5
}
.order-xl-6 {
order: 6
}
.order-xl-7 {
order: 7
}
.order-xl-8 {
order: 8
}
.order-xl-9 {
order: 9
}
.order-xl-10 {
order: 10
}
.order-xl-11 {
order: 11
}
.order-xl-12 {
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.33333333%
}
.offset-xl-2 {
margin-left: 16.66666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.33333333%
}
.offset-xl-5 {
margin-left: 41.66666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.33333333%
}
.offset-xl-8 {
margin-left: 66.66666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.33333333%
}
.offset-xl-11 {
margin-left: 91.66666667%
}
}
@media (min-width: 1356px) {
.col-xxl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%
}
.col-xxl-auto {
flex: 0 0 auto;
max-width: none;
width: auto
}
.col-xxl-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%
}
.col-xxl-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%
}
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%
}
.col-xxl-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%
}
.col-xxl-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%
}
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%
}
.col-xxl-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%
}
.col-xxl-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%
}
.col-xxl-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%
}
.col-xxl-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%
}
.col-xxl-12 {
flex: 0 0 100%;
max-width: 100%
}
.order-xxl-first {
order: -1
}
.order-xxl-last {
order: 13
}
.order-xxl-0 {
order: 0
}
.order-xxl-1 {
order: 1
}
.order-xxl-2 {
order: 2
}
.order-xxl-3 {
order: 3
}
.order-xxl-4 {
order: 4
}
.order-xxl-5 {
order: 5
}
.order-xxl-6 {
order: 6
}
.order-xxl-7 {
order: 7
}
.order-xxl-8 {
order: 8
}
.order-xxl-9 {
order: 9
}
.order-xxl-10 {
order: 10
}
.order-xxl-11 {
order: 11
}
.order-xxl-12 {
order: 12
}
.offset-xxl-0 {
margin-left: 0
}
.offset-xxl-1 {
margin-left: 8.33333333%
}
.offset-xxl-2 {
margin-left: 16.66666667%
}
.offset-xxl-3 {
margin-left: 25%
}
.offset-xxl-4 {
margin-left: 33.33333333%
}
.offset-xxl-5 {
margin-left: 41.66666667%
}
.offset-xxl-6 {
margin-left: 50%
}
.offset-xxl-7 {
margin-left: 58.33333333%
}
.offset-xxl-8 {
margin-left: 66.66666667%
}
.offset-xxl-9 {
margin-left: 75%
}
.offset-xxl-10 {
margin-left: 83.33333333%
}
.offset-xxl-11 {
margin-left: 91.66666667%
}
}
.d-none {
display: none !important
}
.d-inline {
display: inline !important
}
.d-inline-block {
display: inline-block !important
}
.d-block {
display: block !important
}
.d-table {
display: table !important
}
.d-table-row {
display: table-row !important
}
.d-table-cell {
display: table-cell !important
}
.d-flex {
display: flex !important
}
.d-inline-flex {
display: inline-flex !important
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important
}
.d-sm-inline {
display: inline !important
}
.d-sm-inline-block {
display: inline-block !important
}
.d-sm-block {
display: block !important
}
.d-sm-table {
display: table !important
}
.d-sm-table-row {
display: table-row !important
}
.d-sm-table-cell {
display: table-cell !important
}
.d-sm-flex {
display: flex !important
}
.d-sm-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important
}
.d-md-inline {
display: inline !important
}
.d-md-inline-block {
display: inline-block !important
}
.d-md-block {
display: block !important
}
.d-md-table {
display: table !important
}
.d-md-table-row {
display: table-row !important
}
.d-md-table-cell {
display: table-cell !important
}
.d-md-flex {
display: flex !important
}
.d-md-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important
}
.d-lg-inline {
display: inline !important
}
.d-lg-inline-block {
display: inline-block !important
}
.d-lg-block {
display: block !important
}
.d-lg-table {
display: table !important
}
.d-lg-table-row {
display: table-row !important
}
.d-lg-table-cell {
display: table-cell !important
}
.d-lg-flex {
display: flex !important
}
.d-lg-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important
}
.d-xl-inline {
display: inline !important
}
.d-xl-inline-block {
display: inline-block !important
}
.d-xl-block {
display: block !important
}
.d-xl-table {
display: table !important
}
.d-xl-table-row {
display: table-row !important
}
.d-xl-table-cell {
display: table-cell !important
}
.d-xl-flex {
display: flex !important
}
.d-xl-inline-flex {
display: inline-flex !important
}
}
@media (min-width: 1356px) {
.d-xxl-none {
display: none !important
}
.d-xxl-inline {
display: inline !important
}
.d-xxl-inline-block {
display: inline-block !important
}
.d-xxl-block {
display: block !important
}
.d-xxl-table {
display: table !important
}
.d-xxl-table-row {
display: table-row !important
}
.d-xxl-table-cell {
display: table-cell !important
}
.d-xxl-flex {
display: flex !important
}
.d-xxl-inline-flex {
display: inline-flex !important
}
}
@media print {
.d-print-none {
display: none !important
}
.d-print-inline {
display: inline !important
}
.d-print-inline-block {
display: inline-block !important
}
.d-print-block {
display: block !important
}
.d-print-table {
display: table !important
}
.d-print-table-row {
display: table-row !important
}
.d-print-table-cell {
display: table-cell !important
}
.d-print-flex {
display: flex !important
}
.d-print-inline-flex {
display: inline-flex !important
}
}
.flex-row {
flex-direction: row !important
}
.flex-column {
flex-direction: column !important
}
.flex-row-reverse {
flex-direction: row-reverse !important
}
.flex-column-reverse {
flex-direction: column-reverse !important
}
.flex-wrap {
flex-wrap: wrap !important
}
.flex-nowrap {
flex-wrap: nowrap !important
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-fill {
flex: 1 1 auto !important
}
.flex-grow-0 {
flex-grow: 0 !important
}
.flex-grow-1 {
flex-grow: 1 !important
}
.flex-shrink-0 {
flex-shrink: 0 !important
}
.flex-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-start {
justify-content: flex-start !important
}
.justify-content-end {
justify-content: flex-end !important
}
.justify-content-center {
justify-content: center !important
}
.justify-content-between {
justify-content: space-between !important
}
.justify-content-around {
justify-content: space-around !important
}
.align-items-start {
align-items: flex-start !important
}
.align-items-end {
align-items: flex-end !important
}
.align-items-center {
align-items: center !important
}
.align-items-baseline {
align-items: baseline !important
}
.align-items-stretch {
align-items: stretch !important
}
.align-content-start {
align-content: flex-start !important
}
.align-content-end {
align-content: flex-end !important
}
.align-content-center {
align-content: center !important
}
.align-content-between {
align-content: space-between !important
}
.align-content-around {
align-content: space-around !important
}
.align-content-stretch {
align-content: stretch !important
}
.align-self-auto {
align-self: auto !important
}
.align-self-start {
align-self: flex-start !important
}
.align-self-end {
align-self: flex-end !important
}
.align-self-center {
align-self: center !important
}
.align-self-baseline {
align-self: baseline !important
}
.align-self-stretch {
align-self: stretch !important
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important
}
.flex-sm-column {
flex-direction: column !important
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important
}
.flex-sm-wrap {
flex-wrap: wrap !important
}
.flex-sm-nowrap {
flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-sm-fill {
flex: 1 1 auto !important
}
.flex-sm-grow-0 {
flex-grow: 0 !important
}
.flex-sm-grow-1 {
flex-grow: 1 !important
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-sm-start {
justify-content: flex-start !important
}
.justify-content-sm-end {
justify-content: flex-end !important
}
.justify-content-sm-center {
justify-content: center !important
}
.justify-content-sm-between {
justify-content: space-between !important
}
.justify-content-sm-around {
justify-content: space-around !important
}
.align-items-sm-start {
align-items: flex-start !important
}
.align-items-sm-end {
align-items: flex-end !important
}
.align-items-sm-center {
align-items: center !important
}
.align-items-sm-baseline {
align-items: baseline !important
}
.align-items-sm-stretch {
align-items: stretch !important
}
.align-content-sm-start {
align-content: flex-start !important
}
.align-content-sm-end {
align-content: flex-end !important
}
.align-content-sm-center {
align-content: center !important
}
.align-content-sm-between {
align-content: space-between !important
}
.align-content-sm-around {
align-content: space-around !important
}
.align-content-sm-stretch {
align-content: stretch !important
}
.align-self-sm-auto {
align-self: auto !important
}
.align-self-sm-start {
align-self: flex-start !important
}
.align-self-sm-end {
align-self: flex-end !important
}
.align-self-sm-center {
align-self: center !important
}
.align-self-sm-baseline {
align-self: baseline !important
}
.align-self-sm-stretch {
align-self: stretch !important
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important
}
.flex-md-column {
flex-direction: column !important
}
.flex-md-row-reverse {
flex-direction: row-reverse !important
}
.flex-md-column-reverse {
flex-direction: column-reverse !important
}
.flex-md-wrap {
flex-wrap: wrap !important
}
.flex-md-nowrap {
flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-md-fill {
flex: 1 1 auto !important
}
.flex-md-grow-0 {
flex-grow: 0 !important
}
.flex-md-grow-1 {
flex-grow: 1 !important
}
.flex-md-shrink-0 {
flex-shrink: 0 !important
}
.flex-md-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-md-start {
justify-content: flex-start !important
}
.justify-content-md-end {
justify-content: flex-end !important
}
.justify-content-md-center {
justify-content: center !important
}
.justify-content-md-between {
justify-content: space-between !important
}
.justify-content-md-around {
justify-content: space-around !important
}
.align-items-md-start {
align-items: flex-start !important
}
.align-items-md-end {
align-items: flex-end !important
}
.align-items-md-center {
align-items: center !important
}
.align-items-md-baseline {
align-items: baseline !important
}
.align-items-md-stretch {
align-items: stretch !important
}
.align-content-md-start {
align-content: flex-start !important
}
.align-content-md-end {
align-content: flex-end !important
}
.align-content-md-center {
align-content: center !important
}
.align-content-md-between {
align-content: space-between !important
}
.align-content-md-around {
align-content: space-around !important
}
.align-content-md-stretch {
align-content: stretch !important
}
.align-self-md-auto {
align-self: auto !important
}
.align-self-md-start {
align-self: flex-start !important
}
.align-self-md-end {
align-self: flex-end !important
}
.align-self-md-center {
align-self: center !important
}
.align-self-md-baseline {
align-self: baseline !important
}
.align-self-md-stretch {
align-self: stretch !important
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important
}
.flex-lg-column {
flex-direction: column !important
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important
}
.flex-lg-wrap {
flex-wrap: wrap !important
}
.flex-lg-nowrap {
flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-lg-fill {
flex: 1 1 auto !important
}
.flex-lg-grow-0 {
flex-grow: 0 !important
}
.flex-lg-grow-1 {
flex-grow: 1 !important
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-lg-start {
justify-content: flex-start !important
}
.justify-content-lg-end {
justify-content: flex-end !important
}
.justify-content-lg-center {
justify-content: center !important
}
.justify-content-lg-between {
justify-content: space-between !important
}
.justify-content-lg-around {
justify-content: space-around !important
}
.align-items-lg-start {
align-items: flex-start !important
}
.align-items-lg-end {
align-items: flex-end !important
}
.align-items-lg-center {
align-items: center !important
}
.align-items-lg-baseline {
align-items: baseline !important
}
.align-items-lg-stretch {
align-items: stretch !important
}
.align-content-lg-start {
align-content: flex-start !important
}
.align-content-lg-end {
align-content: flex-end !important
}
.align-content-lg-center {
align-content: center !important
}
.align-content-lg-between {
align-content: space-between !important
}
.align-content-lg-around {
align-content: space-around !important
}
.align-content-lg-stretch {
align-content: stretch !important
}
.align-self-lg-auto {
align-self: auto !important
}
.align-self-lg-start {
align-self: flex-start !important
}
.align-self-lg-end {
align-self: flex-end !important
}
.align-self-lg-center {
align-self: center !important
}
.align-self-lg-baseline {
align-self: baseline !important
}
.align-self-lg-stretch {
align-self: stretch !important
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important
}
.flex-xl-column {
flex-direction: column !important
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important
}
.flex-xl-wrap {
flex-wrap: wrap !important
}
.flex-xl-nowrap {
flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-xl-fill {
flex: 1 1 auto !important
}
.flex-xl-grow-0 {
flex-grow: 0 !important
}
.flex-xl-grow-1 {
flex-grow: 1 !important
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-xl-start {
justify-content: flex-start !important
}
.justify-content-xl-end {
justify-content: flex-end !important
}
.justify-content-xl-center {
justify-content: center !important
}
.justify-content-xl-between {
justify-content: space-between !important
}
.justify-content-xl-around {
justify-content: space-around !important
}
.align-items-xl-start {
align-items: flex-start !important
}
.align-items-xl-end {
align-items: flex-end !important
}
.align-items-xl-center {
align-items: center !important
}
.align-items-xl-baseline {
align-items: baseline !important
}
.align-items-xl-stretch {
align-items: stretch !important
}
.align-content-xl-start {
align-content: flex-start !important
}
.align-content-xl-end {
align-content: flex-end !important
}
.align-content-xl-center {
align-content: center !important
}
.align-content-xl-between {
align-content: space-between !important
}
.align-content-xl-around {
align-content: space-around !important
}
.align-content-xl-stretch {
align-content: stretch !important
}
.align-self-xl-auto {
align-self: auto !important
}
.align-self-xl-start {
align-self: flex-start !important
}
.align-self-xl-end {
align-self: flex-end !important
}
.align-self-xl-center {
align-self: center !important
}
.align-self-xl-baseline {
align-self: baseline !important
}
.align-self-xl-stretch {
align-self: stretch !important
}
}
@media (min-width: 1356px) {
.flex-xxl-row {
flex-direction: row !important
}
.flex-xxl-column {
flex-direction: column !important
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important
}
.flex-xxl-wrap {
flex-wrap: wrap !important
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-xxl-fill {
flex: 1 1 auto !important
}
.flex-xxl-grow-0 {
flex-grow: 0 !important
}
.flex-xxl-grow-1 {
flex-grow: 1 !important
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important
}
.justify-content-xxl-start {
justify-content: flex-start !important
}
.justify-content-xxl-end {
justify-content: flex-end !important
}
.justify-content-xxl-center {
justify-content: center !important
}
.justify-content-xxl-between {
justify-content: space-between !important
}
.justify-content-xxl-around {
justify-content: space-around !important
}
.align-items-xxl-start {
align-items: flex-start !important
}
.align-items-xxl-end {
align-items: flex-end !important
}
.align-items-xxl-center {
align-items: center !important
}
.align-items-xxl-baseline {
align-items: baseline !important
}
.align-items-xxl-stretch {
align-items: stretch !important
}
.align-content-xxl-start {
align-content: flex-start !important
}
.align-content-xxl-end {
align-content: flex-end !important
}
.align-content-xxl-center {
align-content: center !important
}
.align-content-xxl-between {
align-content: space-between !important
}
.align-content-xxl-around {
align-content: space-around !important
}
.align-content-xxl-stretch {
align-content: stretch !important
}
.align-self-xxl-auto {
align-self: auto !important
}
.align-self-xxl-start {
align-self: flex-start !important
}
.align-self-xxl-end {
align-self: flex-end !important
}
.align-self-xxl-center {
align-self: center !important
}
.align-self-xxl-baseline {
align-self: baseline !important
}
.align-self-xxl-stretch {
align-self: stretch !important
}
}
:root {
--barbie-pink: #ff38bf;
--black: #0e0e0e;
--black-two: #3b3b3b;
--blueberry: #593c8f;
--ease-out: cubic-bezier(.19, 1, .22, 1);
--greenblue: #20d19f;
--macaroni-and-cheese: #edd235;
--transition-menu: transform 1.2s cubic-bezier(.19, 1, .22, 1);
--white: #f0f0f0;
--white-two: #dedede
}
@-webkit-keyframes springish_scale {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
12.75% {
-webkit-transform: scale(1.3135);
transform: scale(1.3135)
}
27.30% {
-webkit-transform: scale(.9092);
transform: scale(.9092)
}
41.84% {
-webkit-transform: scale(1.0263);
transform: scale(1.0263)
}
56.38% {
-webkit-transform: scale(.9924);
transform: scale(.9924)
}
70.92% {
-webkit-transform: scale(1.0022);
transform: scale(1.0022)
}
85.46% {
-webkit-transform: scale(.9994);
transform: scale(.9994)
}
to {
-webkit-transform: scale(1.0002);
transform: scale(1.0002)
}
}
@keyframes springish_scale {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
12.75% {
-webkit-transform: scale(1.3135);
transform: scale(1.3135)
}
27.30% {
-webkit-transform: scale(.9092);
transform: scale(.9092)
}
41.84% {
-webkit-transform: scale(1.0263);
transform: scale(1.0263)
}
56.38% {
-webkit-transform: scale(.9924);
transform: scale(.9924)
}
70.92% {
-webkit-transform: scale(1.0022);
transform: scale(1.0022)
}
85.46% {
-webkit-transform: scale(.9994);
transform: scale(.9994)
}
to {
-webkit-transform: scale(1.0002);
transform: scale(1.0002)
}
}
@-webkit-keyframes fade {
0% {
-webkit-transform: translateY(.25em);
opacity: 0;
transform: translateY(.25em)
}
}
@keyframes fade {
0% {
-webkit-transform: translateY(.25em);
opacity: 0;
transform: translateY(.25em)
}
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
font: 100%/1.56 Geomanist Regular, sans-serif;
font-family: sans-serif;
overflow-y: scroll;
scroll-behavior: smooth
}
body {
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
-webkit-font-kerning: normal;
background-color: var(--black);
color: rgba(0, 0, 0, .8);
color: var(--white);
font-family: Geomanist Regular, sans-serif;
font-feature-settings: "kern", "liga", "clig", "calt";
font-kerning: normal;
font-weight: 400;
margin: 0;
overflow: hidden;
word-wrap: break-word
}
input, textarea {
color: var(--black);
font-family: inherit;
font-size: inherit
}
::-webkit-input-placeholder {
color: rgba(14, 14, 14, .5)
}
:-ms-input-placeholder {
color: rgba(14, 14, 14, .5)
}
::-ms-input-placeholder {
color: rgba(14, 14, 14, .5)
}
::placeholder {
color: rgba(14, 14, 14, .5)
}
main {
position: relative
}
h1, h2, h3, h4, h5, h6 {
font-family: Geomanist Medium, sans-serif;
font-weight: 500;
line-height: 1.26;
margin: 0 0 1.5rem;
padding: 0;
text-rendering: optimizeLegibility
}
img {
max-width: 100%
}
img, section {
margin-bottom: 0
}
section {
padding-top: 5rem;
position: relative
}
section:first-child {
padding-top: 3.5rem
}
section:last-child {
padding-bottom: 5rem
}
h1, h2 {
font-size: 2rem;
margin-bottom: 1rem
}
h3 {
font-size: 1.25rem
}
p, ul {
font-size: .8rem;
margin: 0 0 1.5rem;
padding: 0
}
ul {
margin: 0 0 1.5rem 1.45rem
}
li {
margin-bottom: .725rem
}
li :last-child {
margin-bottom: 0
}
pre {
font-family: Roboto Mono, monospace;
font-size: .65rem;
line-height: 1rem;
margin-top: 0;
white-space: pre;
word-wrap: normal
}
a {
color: var(--white)
}
hr {
border: 0;
border-top: 1px solid var(--black-two);
box-sizing: content-box;
height: 1px;
margin: 0;
padding: 0
}
button {
background-color: var(--black);
border: 0;
color: var(--white);
cursor: pointer
}
a:focus, button:focus {
outline: 0
}
button:disabled {
cursor: default;
opacity: .5
}
.btn, .bubble {
font-family: Geomanist Medium, sans-serif;
font-weight: 500
}
.bubble {
background-color: rgba(14, 14, 14, .25);
border-radius: 16px;
font-size: .66rem;
line-height: 1;
padding: .5rem 1rem;
text-align: center;
white-space: nowrap
}
.nav-open {
overflow: hidden
}
.page-content {
transition: -webkit-transform .9s var(--ease-out);
transition: transform .9s var(--ease-out);
transition: transform .9s var(--ease-out), -webkit-transform .9s var(--ease-out)
}
.nav-open .page-content {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.b-dark, .b-dark-grad {
border: 1px solid var(--black-two)
}
.b-dark-grad {
border-image-slice: 1;
border-image-source: linear-gradient(180deg, #6d6d6d, var(--black-two))
}
.btn {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
border-radius: 60px;
color: var(--white);
display: inline-block;
font-size: 12.8px;
line-height: 32px;
margin-bottom: 1rem;
min-width: 120px;
padding: 0 6px;
position: relative;
text-align: center;
text-decoration: none
}
.btn:after {
background-clip: content-box, border-box;
background-image: linear-gradient(var(--black), var(--black)), linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
background-origin: border-box;
border: 2px solid transparent;
border-radius: 60px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1
}
.btn.disabled {
-webkit-text-fill-color: unset;
color: var(--white);
opacity: .5;
pointer-events: none
}
.btn--primary {
-webkit-text-fill-color: var(--black);
background-image: none;
color: var(--black)
}
.btn--primary:after {
background-image: linear-gradient(79deg, var(--greenblue), var(--macaroni-and-cheese));
border: 0
}
.btn:after {
-webkit-transform: scale(1);
transform: scale(1);
transition: -webkit-transform .15s ease-out;
transition: transform .15s ease-out;
transition: transform .15s ease-out, -webkit-transform .15s ease-out
}
.btn:active:after, .btn:hover:after {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
.page-heading {
margin-left: 18px;
margin-right: 18px
}
.page-heading h1 {
display: block;
max-width: 770px
}
.page-heading h1, .page-heading p {
-webkit-animation: fade .5s ease-out .25s backwards;
animation: fade .5s ease-out .25s backwards;
margin-left: auto;
margin-right: auto
}
.page-heading p {
font-size: 1rem;
max-width: 720px
}
@media (min-width: 768px) {
.page-heading {
text-align: center
}
.page-heading p {
font-size: 1.5625rem
}
}
@media (min-width: 576px) {
.bubble {
font-size: .8rem;
padding: .625rem 1.6rem
}
}
@media (min-width: 768px) {
h1 {
font-size: 4.75rem;
margin-bottom: 1rem
}
h2 {
font-size: 2.5rem
}
h3 {
font-size: 1.56rem;
margin-bottom: 1rem
}
p, ul {
font-size: 1.25rem;
line-height: 1.56;
margin-bottom: 2rem
}
.btn {
font-size: 16px;
line-height: 40px;
padding: 0 1.5rem
}
pre {
font-size: .8rem;
line-height: 1.25rem
}
section:not(:first-child) {
margin-bottom: 0;
padding-top: 12.5rem
}
section:last-child {
padding-bottom: 10rem
}
}
@media (min-width: 992px) {
.page-content {
transition: none
}
.nav-open {
overflow: auto
}
.nav-open .page-content {
-webkit-transform: none;
transform: none
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.sm-only-gutters {
padding-left: 18px;
padding-right: 18px
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
html {
font-size: 12px
}
}
@media (max-width: 767.98px) {
.sm-gutters {
padding-left: 18px;
padding-right: 18px
}
} | 0.340047 | 0.110759 |
body.scheme_grassy {
font-family: "Trebuchet MS";
font-size: 11pt;
background-color: #C6EBA1;
background-image: url("http://northwaygames.com/wp-content/uploads/band.png");
background-repeat: repeat-x;
background-attachment: fixed;
background-position: center bottom -50px;
}
.scheme_grassy #optionsDiv,
.scheme_grassy #changelogDiv {
padding: 30px;
background-color: #C6EBA1;
}
.scheme_grassy #gameContainerId,
.scheme_grassy .tabInner,
.scheme_grassy .btn {
background: rgba(255, 255, 255, 0.2);
}
.scheme_grassy #headerLinks {
background: none;
}
.scheme_grassy #resContainer,
.scheme_grassy #advisorsContainer,
.scheme_grassy #craftContainer,
.scheme_grassy #fastHuntContainer,
.scheme_grassy #fastPraiseContainer {
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid gray;
background: rgba(255, 255, 255, 0.2);
}
.scheme_grassy #resContainer,
.scheme_grassy #advisorsContainer,
.scheme_grassy #fastHuntContainer,
.scheme_grassy #fastPraiseContainer {
margin-bottom: 5px;
}
.scheme_grassy #footerLinks {
background: rgba(223, 255, 225, 0.7);
-webkit-box-shadow: 0 0 5px 5px rgba(223, 255, 225, 0.7);
box-shadow: 0 0 5px 5px rgba(223, 255, 225, 0.7);
}
.scheme_grassy .btn:hover {
background: inherit;
}
.scheme_grassy .btn.disabled:hover {
background: rgba(255, 255, 255, 0.2);
cursor: inherit;
}
.scheme_grassy a {
text-decoration: none;
color: #930;
}
.scheme_grassy a:hover {
color: #cc4100;
}
.scheme_grassy #gameLog {
margin-bottom: 20px;
}
.scheme_grassy .tabInner {
margin-bottom: 10px;
padding-bottom: 20px;
}
.scheme_grassy #gameContainerId {
margin-bottom: 20px;
padding-bottom: 15px;
}
.scheme_grassy #advisorsContainer {
border: none;
background: none;
}
.scheme_grassy #resContainer > table {
border-collapse: collapse;
}
.scheme_grassy #resContainer > table > tr > td,
.scheme_grassy #craftContainer > table > tr > td {
line-height: 140%;
padding-right: 3px;
padding-left: 3px;
}
.scheme_grassy #resContainer > table > tr.odd,
.scheme_grassy #craftContainer > table > tr.odd {
background: rgba(255, 255, 255, 0.2);
}
.scheme_grassy .button_tooltip {
left: 200px;
background-color: #E1F5CF;
}
.scheme_grassy a.activeTab {
font-weight: bold;
}
.scheme_grassy table > tr > td > * {
margin-right: auto;
margin-left: auto;
} | 03 Kittens Game/res/theme_grassy.css | body.scheme_grassy {
font-family: "Trebuchet MS";
font-size: 11pt;
background-color: #C6EBA1;
background-image: url("http://northwaygames.com/wp-content/uploads/band.png");
background-repeat: repeat-x;
background-attachment: fixed;
background-position: center bottom -50px;
}
.scheme_grassy #optionsDiv,
.scheme_grassy #changelogDiv {
padding: 30px;
background-color: #C6EBA1;
}
.scheme_grassy #gameContainerId,
.scheme_grassy .tabInner,
.scheme_grassy .btn {
background: rgba(255, 255, 255, 0.2);
}
.scheme_grassy #headerLinks {
background: none;
}
.scheme_grassy #resContainer,
.scheme_grassy #advisorsContainer,
.scheme_grassy #craftContainer,
.scheme_grassy #fastHuntContainer,
.scheme_grassy #fastPraiseContainer {
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid gray;
background: rgba(255, 255, 255, 0.2);
}
.scheme_grassy #resContainer,
.scheme_grassy #advisorsContainer,
.scheme_grassy #fastHuntContainer,
.scheme_grassy #fastPraiseContainer {
margin-bottom: 5px;
}
.scheme_grassy #footerLinks {
background: rgba(223, 255, 225, 0.7);
-webkit-box-shadow: 0 0 5px 5px rgba(223, 255, 225, 0.7);
box-shadow: 0 0 5px 5px rgba(223, 255, 225, 0.7);
}
.scheme_grassy .btn:hover {
background: inherit;
}
.scheme_grassy .btn.disabled:hover {
background: rgba(255, 255, 255, 0.2);
cursor: inherit;
}
.scheme_grassy a {
text-decoration: none;
color: #930;
}
.scheme_grassy a:hover {
color: #cc4100;
}
.scheme_grassy #gameLog {
margin-bottom: 20px;
}
.scheme_grassy .tabInner {
margin-bottom: 10px;
padding-bottom: 20px;
}
.scheme_grassy #gameContainerId {
margin-bottom: 20px;
padding-bottom: 15px;
}
.scheme_grassy #advisorsContainer {
border: none;
background: none;
}
.scheme_grassy #resContainer > table {
border-collapse: collapse;
}
.scheme_grassy #resContainer > table > tr > td,
.scheme_grassy #craftContainer > table > tr > td {
line-height: 140%;
padding-right: 3px;
padding-left: 3px;
}
.scheme_grassy #resContainer > table > tr.odd,
.scheme_grassy #craftContainer > table > tr.odd {
background: rgba(255, 255, 255, 0.2);
}
.scheme_grassy .button_tooltip {
left: 200px;
background-color: #E1F5CF;
}
.scheme_grassy a.activeTab {
font-weight: bold;
}
.scheme_grassy table > tr > td > * {
margin-right: auto;
margin-left: auto;
} | 0.413122 | 0.066934 |
1. En style.css, restablezca los valores de margen y relleno predeterminados para el cuerpo. ¿Qué sucede con la página web en el navegador?
*/
body {
background-color: white;
font-family: 'Raleway', sans-serif;
}
.navigation ul {
margin: 0;
padding: 0;
text-align: center;
}
.navigation li {
font-weight: 100;
letter-spacing: 2px;
padding: 20px;
}
.navigation li.logo {
color: black;
font-size: 18px;
font-weight: 700;
letter-spacing: 4px;
}
#banner {
background-image: url("https://content.codecademy.com/courses/web-101/unit-6/htmlcss1-img_tahoe.jpeg");
background-size: cover;
background-position: bottom center;
width: 100%;
height: 700px;
}
#banner .content h1 {
position: relative;
top: 50px;
margin: 0 auto;
width: 400px;
border: 3px solid white;
border-radius: 15px;
}
#main {
padding: 40px;
text-align: center;
width: 400px;
margin: 0 auto;
height: 1000px;
overflow: scroll;
}
h1 {
color: white;
font-size: 42px;
font-weight: 600;
text-align: center;
}
h2 {
color: red;
font-size: 14px;
line-height: 48px;
text-align: center;
border: red dotted 1px;
padding: 20px 30px;
margin: 30px 20px;
}
h3 {
color: red;
font-size: 26px;
font-weight: 700;
padding: 20px 10px;
}
p {
color: grey;
font-size: 16px;
line-height: 48px;
padding: 10px 20px;
margin: 60px;
min-width: 200px;
max-width: 800px;
min-height: 200px;
max-width: 300px;
}
.pull-quote {
width: 350px;
margin: 0 auto;
}
.byline {
border-bottom: 1px solid LightGrey;
border-top: 1px solid LightGrey;
color: DarkGrey;
font-size: 14px;
font-weight: 200;
}
.share {
border: 1px solid LightGrey;
padding: 40px 0px;
position: relative;
text-align: center;
width: 100%;
padding: 14px;
}
.share a {
background: red;
border: 1px solid red;
border-radius: 3px;
color: white;
display: inline-block;
text-decoration: none;
margin: 10px;
}
.share a:hover {
background: white;
border: 1px solid red;
color: red;
} | css/Modulo-03-Box-Model/Clase-14-Resetear-valores/style.css | 1. En style.css, restablezca los valores de margen y relleno predeterminados para el cuerpo. ¿Qué sucede con la página web en el navegador?
*/
body {
background-color: white;
font-family: 'Raleway', sans-serif;
}
.navigation ul {
margin: 0;
padding: 0;
text-align: center;
}
.navigation li {
font-weight: 100;
letter-spacing: 2px;
padding: 20px;
}
.navigation li.logo {
color: black;
font-size: 18px;
font-weight: 700;
letter-spacing: 4px;
}
#banner {
background-image: url("https://content.codecademy.com/courses/web-101/unit-6/htmlcss1-img_tahoe.jpeg");
background-size: cover;
background-position: bottom center;
width: 100%;
height: 700px;
}
#banner .content h1 {
position: relative;
top: 50px;
margin: 0 auto;
width: 400px;
border: 3px solid white;
border-radius: 15px;
}
#main {
padding: 40px;
text-align: center;
width: 400px;
margin: 0 auto;
height: 1000px;
overflow: scroll;
}
h1 {
color: white;
font-size: 42px;
font-weight: 600;
text-align: center;
}
h2 {
color: red;
font-size: 14px;
line-height: 48px;
text-align: center;
border: red dotted 1px;
padding: 20px 30px;
margin: 30px 20px;
}
h3 {
color: red;
font-size: 26px;
font-weight: 700;
padding: 20px 10px;
}
p {
color: grey;
font-size: 16px;
line-height: 48px;
padding: 10px 20px;
margin: 60px;
min-width: 200px;
max-width: 800px;
min-height: 200px;
max-width: 300px;
}
.pull-quote {
width: 350px;
margin: 0 auto;
}
.byline {
border-bottom: 1px solid LightGrey;
border-top: 1px solid LightGrey;
color: DarkGrey;
font-size: 14px;
font-weight: 200;
}
.share {
border: 1px solid LightGrey;
padding: 40px 0px;
position: relative;
text-align: center;
width: 100%;
padding: 14px;
}
.share a {
background: red;
border: 1px solid red;
border-radius: 3px;
color: white;
display: inline-block;
text-decoration: none;
margin: 10px;
}
.share a:hover {
background: white;
border: 1px solid red;
color: red;
} | 0.479991 | 0.194024 |
position:absolute;
width:175px;
}
#left_layout #sidebar.nav.nav-pills.nav-stacked {
left:0;
}
#sidebar.nav-pills > li > a,
.widget .nav-pills.nav-stacked > li > a {
height:50px;
padding:0 0 5px 0;
margin:0;
}
#sidebar.nav-pills > li > a > span{
display:block;
margin-top:10px;
padding-left: 10px;
padding-top: 20px;
}
#sidebar.nav-pills > li > a:hover,
.widget .nav-pills.nav-stacked > li > a:hover {color:#fefefe;}
#sidebar.nav-pills > li.avatar > a {
color: #ffffff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
height:72px;
}
#sidebar.nav-pills > li.avatar > a img{
width:55px;
height:55px;
margin-top:10px;
margin-left:10px;
float:left;
}
#sidebar.nav-pills > li.avatar > a span{
display:block;
color:#ffffff;
text-shadow:none;
font-size:12px;
}
#sidebar.nav-pills > li.avatar > a div{
margin-left:75px;
}
#sidebar.nav-pills > li.avatar > a div:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
#sidebar.nav-pills > li.avatar > a div span{
font-size:12px;
margin-left:0;
float:left;
padding:0 6px;
}
#sidebar.nav-pills > li.avatar > a div span.yl-integration{
border-right:1px #FBA5A4 solid;
padding-left:0px;
}
#sidebar.nav-pills > li > a [class^="micon-"],
#sidebar.nav-pills > li > a [class^="icon-"] {
padding:12px 0 3px 10px;
font-size:30px;
float:left;
}
#sidebar.nav-pills > li:last-child,
.widget .nav-pills.nav-stacked > li:last-child {}
#sidebar.nav-pills > .active > a,
#sidebar.nav-pills > .active > a:hover {
background: green;
background: -moz-linear-gradient(top, #303030 0%, #101010 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#101010));
background: -webkit-linear-gradient(top, #303030 0%,#101010 100%);
background: -o-linear-gradient(top, #303030 0%,#101010 100%);
background: -ms-linear-gradient(top, #303030 0%,#101010 100%);
background: linear-gradient(top, #303030 0%,#101010 100%);
color: #f4f4f4;
text-shadow: 0 1px 0 #1c1c1c;
border-top-color: #505050;
border-bottom-color: #000000;
}
#sidebar.nav-pills .open .dropdown-toggle,
#sidebar.nav-pills > li.dropdown.open.active > a:hover {
color:#fefefe;
background-color:#303030;
background-image:none;
border-color:#303030;
}
#sidebar.nav-pills .dropdown .dropdown-menu {
top: -2px;
left: 75px;
background-color:#303030;
border-color:#303030;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#sidebar.nav-pills .dropdown .dropdown-menu li {
margin-left:5px;
margin-right:5px;
}
#sidebar.nav-pills .dropdown .dropdown-menu li > a {
color: #fefefe;
line-height:25px;
}
#sidebar.nav-pills .dropdown .dropdown-menu li > a [class^="micon-"],
#sidebar.nav-pills .dropdown .dropdown-menu li > a [class^="icon-"] {margin:3px 10px 0 -10px;}
#sidebar.nav-pills .dropdown .dropdown-menu li > a:hover {
background-color:#5C5C5C;
background-image:none;
}
#sidebar .dropdown-menu .divider {
background-color: rgba(0,0,0,0.5);
border-bottom-color: rgba(255,255,255,0.2);
}
.nav{
/*margin-top:-1px\0;*/
} | src/main/webapp/resources/bootstrap/css/sidebar.css | position:absolute;
width:175px;
}
#left_layout #sidebar.nav.nav-pills.nav-stacked {
left:0;
}
#sidebar.nav-pills > li > a,
.widget .nav-pills.nav-stacked > li > a {
height:50px;
padding:0 0 5px 0;
margin:0;
}
#sidebar.nav-pills > li > a > span{
display:block;
margin-top:10px;
padding-left: 10px;
padding-top: 20px;
}
#sidebar.nav-pills > li > a:hover,
.widget .nav-pills.nav-stacked > li > a:hover {color:#fefefe;}
#sidebar.nav-pills > li.avatar > a {
color: #ffffff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
height:72px;
}
#sidebar.nav-pills > li.avatar > a img{
width:55px;
height:55px;
margin-top:10px;
margin-left:10px;
float:left;
}
#sidebar.nav-pills > li.avatar > a span{
display:block;
color:#ffffff;
text-shadow:none;
font-size:12px;
}
#sidebar.nav-pills > li.avatar > a div{
margin-left:75px;
}
#sidebar.nav-pills > li.avatar > a div:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
#sidebar.nav-pills > li.avatar > a div span{
font-size:12px;
margin-left:0;
float:left;
padding:0 6px;
}
#sidebar.nav-pills > li.avatar > a div span.yl-integration{
border-right:1px #FBA5A4 solid;
padding-left:0px;
}
#sidebar.nav-pills > li > a [class^="micon-"],
#sidebar.nav-pills > li > a [class^="icon-"] {
padding:12px 0 3px 10px;
font-size:30px;
float:left;
}
#sidebar.nav-pills > li:last-child,
.widget .nav-pills.nav-stacked > li:last-child {}
#sidebar.nav-pills > .active > a,
#sidebar.nav-pills > .active > a:hover {
background: green;
background: -moz-linear-gradient(top, #303030 0%, #101010 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#101010));
background: -webkit-linear-gradient(top, #303030 0%,#101010 100%);
background: -o-linear-gradient(top, #303030 0%,#101010 100%);
background: -ms-linear-gradient(top, #303030 0%,#101010 100%);
background: linear-gradient(top, #303030 0%,#101010 100%);
color: #f4f4f4;
text-shadow: 0 1px 0 #1c1c1c;
border-top-color: #505050;
border-bottom-color: #000000;
}
#sidebar.nav-pills .open .dropdown-toggle,
#sidebar.nav-pills > li.dropdown.open.active > a:hover {
color:#fefefe;
background-color:#303030;
background-image:none;
border-color:#303030;
}
#sidebar.nav-pills .dropdown .dropdown-menu {
top: -2px;
left: 75px;
background-color:#303030;
border-color:#303030;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#sidebar.nav-pills .dropdown .dropdown-menu li {
margin-left:5px;
margin-right:5px;
}
#sidebar.nav-pills .dropdown .dropdown-menu li > a {
color: #fefefe;
line-height:25px;
}
#sidebar.nav-pills .dropdown .dropdown-menu li > a [class^="micon-"],
#sidebar.nav-pills .dropdown .dropdown-menu li > a [class^="icon-"] {margin:3px 10px 0 -10px;}
#sidebar.nav-pills .dropdown .dropdown-menu li > a:hover {
background-color:#5C5C5C;
background-image:none;
}
#sidebar .dropdown-menu .divider {
background-color: rgba(0,0,0,0.5);
border-bottom-color: rgba(255,255,255,0.2);
}
.nav{
/*margin-top:-1px\0;*/
} | 0.233182 | 0.071267 |
.Uc-toolTipPopUp {
}
.Uc-closeLabelRemove {
display: block;
float: left;
width: 10px;
cursor: pointer;
padding: 1px 5px 0px 0px;
}
.Uc-closeLabelRemoveInCentury {
display: block;
float: right;
width: 16px;
cursor: pointer;
padding: 2px 0px 0px 5px;
}
.Uc-closeLabelRemoveInSetting {
display: block;
float: left;
width: 10px;
cursor: pointer;
padding: 1px 0px 0px 0px;
margin-left:10px;
}
.Uc-closeLabelText {
float: left;
font-size:12px;
padding-left:4px;
/*width: 125px;*/
}
.Uc-closeLabel {
background: -moz-linear-gradient(center top, #666666, #515151) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666),
to(#515151));
background: -webkit-linear-gradient(top, #666, #515151);
background-image: -ms-linear-gradient(top, #666, #515151);
background: -o-linear-gradient(top, #666, #515151);
background-color: #515151;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 3px 1px;
cursor: default !important;
min-height: 12px;
height: auto;
}
.Uc-closeLabelCentury {
background: -moz-linear-gradient(center top,#7AB075, #7AB075) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7AB075),
to(#7AB075));
background: -webkit-linear-gradient(top, #7AB075, #7AB075);
background-image: -ms-linear-gradient(top, #7AB075, #7AB075);
background: -o-linear-gradient(top,#7AB075, #7AB075);
background-color: #7AB075;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 3px 1px;
cursor: default !important;
min-height: 12px;
height: auto;
}
.Uc-closeLabelSearch {
background: -moz-linear-gradient(center top, #C3DDEE, #C3DDEE) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C3DDEE),
to(#88bbe1));
background: -webkit-linear-gradient(top, #C3DDEE, #C3DDEE);
background-image: -ms-linear-gradient(top, #C3DDEE, #C3DDEE);
background: -o-linear-gradient(top, #C3DDEE, #C3DDEE);
background-color: #C3DDEE;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 3px 1px;
cursor: default !important;
min-height: 12px;
height: auto;
}
.Uc-toolTipPopUp {
}
/*CollectionImageUc*/
.Uc-collectionThumbnail {
float: left;
height: 91px;
margin: 0 10px 0 0;
width: 127px;
}
.Uc-collectionThumbnail1{
height: 91px;
width: 127px;
}
.Uc-collectionThumbnail1:hover{
opacity: 0.Uc-6;
cursor: pointer;
}
.Uc-collectionPPPThumbnail {
float: left;
height: 91px;
margin: 0 10px 0 0;
width: 127px;
position: relative;
}
.Uc-collectionThumbnails {
width: 120px !important;
height: 90px !important;
border-left:7px solid #1076BB;
}
.Uc-collectionNotify {
background: none repeat scroll 0 0 #1076BB;
height: 91px;
position: absolute;
width: 8px;
}
.Uc-collectionHover {
background-color: rgba(0, 0, 0, 0.Uc-6);
cursor: pointer;
display: none;
height: 91px;
position: relative;
top: -94px;
width: 121px;
z-index: 20;
}
.Uc-collectionThumbnail:hover {
opacity: 0.Uc-6;
cursor: pointer;
}
.Uc-playIcon {
background: url("../images/Collection-Search/play-icon-png") no-repeat
scroll 0 0 transparent;
cursor: pointer;
height: 16px;
left: 53px;
position: relative;
top: 38px;
width: 12px;
}
/*DownToolTipUc*/
.Uc-popup {
display: block;
min-width: 75px;
max-width: 250px;
margin: 0 auto;
}
.Uc-header {
background: url("../images/Collection-Search/standards-arrow.png");
display: block;
width: 29px;
height: 15px;
position: relative;
margin: 0 auto;
z-index: 999;
}
.Uc-content {
background-color: white;
border: 1px solid #DDDDDD;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.Uc-2);
color: #515151;
font-size: 12px;
padding: 5px;
position: relative;
top: -4px;
}
/*LeftToolTipUc*/
.Uc-lpopup {
display: block;
min-width: 75px;
max-width: 200px;
margin: 0 auto;
}
.Uc-lheader {
background: url("../images/Collection-Search/standards-arrow-right.png")
no-repeat;
display: block;
width: 11px;
height: 25px;
position: relative;
margin: 0 auto;
z-index: 999;
float: right;
left: -2px;
}
.Uc-lcontent {
background-color: white;
border: 1px solid #DDD;
color: #515151;
font-size: 12px;
width: 90px;
height: 13px;
position: relative;
padding: 5px 10px;
float: left;
}
/*EditableLabelUc*/
.Uc-editableField {
cursor: pointer;
padding: 0px;
font-size: 32px !important;
}
.Uc-editableFieldforClspage {
cursor: pointer;
padding: 0px;
font-size: 26px !important;
}
.Uc-editableTextField {
width: 687px !important;
height: 100%;
cursor: pointer;
padding: 0px;
font-size: 32px !important;
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;
}
.Uc-editableSelfField {
cursor: pointer;
cursor: hand;
padding: 0px;
font-size: 15px !important;
}
.Uc-editableUserSettingField {
/* cursor: pointer; */
/*padding: 10px;*/
font-size: 12px !important;
float:left;
}
.Uc-editableFieldProfile {
cursor: pointer;
color: black !important;
padding: 0px;
font-size: 12px !important;
/*height: 146px;*/
max-width: 303px;
/*max-height: 450px;*/
height: 100%;
float: left;
width: 95%;
line-height: 140% !important;
word-wrap: break-word;
}
.Uc-profilePageEditDecsription {
cursor: pointer;
color: #515151;
padding: 0px;
font-size: 12px !important;
max-width: 823px;
float: left;
word-wrap: break-word;
}
.Uc-publicProfileTextarea {
background-color: rgb(255, 255, 255);
width: 196px !important;
height: 146px !important;
max-height: 146px;
max-width: 196px;
word-wrap: break-word;
border-color: rgb(221, 221, 221);
border-width: 1px;
outline: 0;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
cursor: pointer;
float: left;
position: relative;
bottom: -2px;
}
.Uc-profilePageTextAreaDecsription {
background-color: rgb(255, 255, 255);
width: 680px !important;
height: 60px !important;
font-size: 12px;
word-wrap: break-word;
border-color: rgb(221, 221, 221);
border-width: 1px;
outline: 0;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
cursor: pointer;
float: left;
position: relative;
padding: 2px;
}
.Uc-editableFieldForFolders {
cursor: hand;
padding: 0px;
}
/*ErrorPopupVc*/
.Uc-errorPopUp {
background-color: #FFFFFF;
height: 164px;
width: 450px;
padding: 3px 0 0 2px;
}
.Uc-captionTitle {
height: 50px;
width: 445px;
background-color: #515151;
}
.Uc-headerText {
color: #FFFFFF;
font-family: arial;
font-size: 20px;
left: 10px;
position: relative;
top: 12px;
}
.Uc-inlineBorder {
border: 1px solid #CCCCCC;
height: 158px;
width: 445px;
}
.Uc-firstTextBox {
height: 66px;
width: 450px;
}
.Uc-secondTextBox {
height: 40px;
width: 450px;
}
.Uc-QCFText {
left: 10px;
position: relative;
top: 30px;
width: 400px;
}
.Uc-dragMsg {
left: 10px;
position: relative;
top: 12px;
width: 400px;
color: #515151;
}
.Uc-QuestMsg {
float: left;
color: #1076BB;
}
.Uc-okButton {
background-color: #1076BB;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 12px;
font-weight: bold;
margin-left: 50px;
padding: 8px 15px;
text-align: center;
}
.Uc-okButton:hover {
background-color: #4C98CC;
}
.Uc-cancelButton {
float: left;
margin-left: 10px;
margin-top: 6px;
width: 50px;
}
.Uc-OkCancelDiv {
float: right;
width: 318px;
color: #1076BB;
}
/*ResourceImageUc*/
.Uc-resourceThumbnail {
width: 81px;
height: 61px;
float: left;
margin: 0 10px 0 0;
}
.Uc-resourceThumbnails {
width: 81px;
height: 61px;
}
.Uc-resourceHover {
background-color: rgba(0, 0, 0, 0.Uc-6);
cursor: pointer;
display: none;
height: 61px;
position: relative;
top: -84px;
width: 81px;
z-index: 20;
}
.Uc-resourceThumbnail:hover {
/* display: block; */
/*opacity: 0.Uc-6;*/
cursor: pointer;
}
.Uc-rplayIcon {
background: url("../images/Collection-Search/play-icon.png") no-repeat
scroll 0 0 transparent;
cursor: pointer;
height: 16px;
left: 35px;
position: relative;
top: 21px;
width: 12px;
}
/*StandardSgItemVc*/
.Uc-standards {
font-size: 13px;
/* font-weight: bold; */
color: #515151;
margin-bottom: 5px;
}
.Uc-descStandards {
color: #999999;
width: 200px;
height: 25px;
margin-bottom: 10px;
}
.Uc-descLicence {
width: 200px;
min-height: 25px;
margin-bottom: 10px;
}
/* DisclosurePanelUc */
.Uc-disclosurePanelUc {
border: none;
}
.Uc-disclosurePanelUcHeader {
margin: 25px 0px;
}
.Uc-disclosurePanelUcHeaderImgOpen {
float: left;
margin-top: 2px;
}
.Uc-disclosurePanelUcHeaderImgClose {
float: left;
margin-top: 1px;
}
.Uc-disclosurePanelUcHeaderText {
color: #515151;
font-size: 12px;
text-decoration: none;
float: left;
margin-left: 4px;
}
.Uc-gooruBlueButton {
background: -moz-linear-gradient(center top, #4C98CC, #1076BB) repeat
scroll 0 0 transparent;
background: -o-linear-gradient(top, #4C98CC, #1076BB);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C98CC),
to(#1076BB));
background: -webkit-linear-gradient(top, #4C98CC, #1076BB);
background: -moz-linear-gradient(top, #4C98CC, #1076BB);
background-image: -ms-linear-gradient(top, #4C98CC, #1076BB);
background: -o-linear-gradient(top, #4C98CC, #1076BB);
background-color: #1076BB;
border: 0 none;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
color: #ffffff;
cursor: pointer;
font-size: 12px;
font-weight: bold;
padding: 8px 9px;
margin: 10px 10px 10px 0px;
/* float: right; */
}
.Uc-gooruBlueButton:HOVER {
background: #1076BB;
color: #FFFFFF !important;
}
.Uc-gwtErrorMessage {
font-weight: bold;
font-size: 12px;
text-align: center;
padding-top: 50px;
}
.Uc-gwtErrorInfo {
font-size: 12px;
text-align: center;
}
.Uc-gooruPanel {
background: grey;
}
/* .Uc-gooruPanel:HOVER {
background-color: #cccccc;
color: #000000 !important;
}
*/
.Uc-gooruPanelIn {
background: #55bbee;
}
.Uc-labelStyle {
text-align: center;
color: black;
}
.Uc-paginationUcSelected {
background-color: #F0F0F0 !important;
color: #1076BB !important;
text-decoration: none !important;
-moz-box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .Uc-1);
-webkit-box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .Uc-1);
box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .Uc-1);
}
.Uc-paginationUc:hover {
background-color: #F0F0F0;
color: #1076BB;
text-decoration: none;
opacity:1;
}
.Uc-paginationUc {
background-color: white;
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
padding: 7px 10px;
cursor: pointer;
margin: 0 5px 5px 0;
color: #1076bb;
float: left;
}
.Uc-separator {
float: left;
text-align: center;
width: 17px;
color: #999999;
}
.Uc-separatorSuggested {
float: left;
width: 17px;
color: #999999;
display:inline-block;
text-align: center;
}
.Uc-labelGlassPanelText {
margin-top: 10px;
color: #FFFFFF;
display: table-cell;
font-size: 14px;
text-align: center;
vertical-align: middle;
width: 100%;
padding-left: 50px;
padding-right: 50px;
}
.Uc-userDefaultSelectDisable {
cursor: default;
-webkit-user-select: none; /* Chrome all / Safari all */
/*-moz-user-select: none; Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.Uc-userMoveSelectDisable {
cursor: move;
-webkit-user-select: none; /* Chrome all / Safari all */
/*-moz-user-select: none; Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
/**************/
.Uc-resourceName {
color: #FFFFFF;
font-size: 12px;
height: 61px;
/* left: -8px; */
position: relative;
text-align: center;
top: -61px;
width: 81px;
}
.Uc-resourceNameNew {
background: url("../images/resource-type-icons.Uc-png") no-repeat
transparent;
color: #FFFFFF;
font-size: 12px;
height: 20px;
/* left: -8px; */
position: relative;
text-align: center;
top: -23px;
width: 35px;
}
.Uc-videoSmall {
background:url("../images/Video_1.Uc-png") no-repeat
transparent;
}
.Uc-interactiveSmall {
background:url("../images/Interactive_1.Uc-png") no-repeat
transparent;
}
.Uc-websiteSmall {
background:url("../images/Website_1.Uc-png") no-repeat
transparent;
}
.Uc-webpageSmall {
background:url("../images/Website_1.Uc-png") no-repeat
transparent;
}
.Uc-examSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -84px !important; */
}
.Uc-textSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
}
.Uc-textbookSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
}
.Uc-handoutSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -56px !important; */
}
.Uc-lessonSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -112px !important; */
}
.Uc-slideSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -168px !important; */
}
.Uc-questionSmall {
background:url("../images/Question_1.Uc-png") no-repeat
transparent;
}
.Uc-imageSmall {
background:url("../images/Image_1.Uc-png") no-repeat
transparent;
}
.Uc-audioSmall{
background:url("../images/Audio_1.Uc-png") no-repeat
transparent;
}
.Uc-otherSmall{
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
}
/**************/
/******/
.Uc-videoSmallNew {
background-position: 0px 0px !important;
}
.Uc-interactiveSmallNew {
background-position: 0px -28px !important;
}
.Uc-websiteSmallNew {
background-position: 0px -224px !important;
}
.Uc-webpageSmallNew {
background-position: 0px -224px !important;
}
.Uc-examSmallNew {
background-position: 0px -224px !important;
/* background-position: 0px -84px !important; */
}
.Uc-textSmallNew {
background-position: 0px -55px !important;
}
.Uc-textbookSmallNew {
background-position: 0px -196px !important;
}
.Uc-handoutSmallNew {
background-position: 0px -196px !important;
/* background-position: 0px -56px !important; */
}
.Uc-lessonSmallNew {
background-position: 0px -196px !important;
/* background-position: 0px -112px !important; */
}
.Uc-slideSmallNew {
background-position: 0px -251px !important;
/* background-position: 0px -168px !important; */
}
.Uc-questionSmallNew {
background-position: 0px -140px !important;
}
.Uc-imageSmallNew {
background-position: 0px -251px !important;
}
.Uc-audioSmallNew{
background-position: 0px -279px !important;
}
.Uc-otherSmallNew{
background-position: 0px -307px !important;
}
/*********/
.Uc-imageUploadPopup {
width: 500px;
height: 247px;
background: #fff;
z-index: 99;
}
.Uc-textBoxWithPlaceholder {
border: 1px solid #ddd;
height: 18px;
display: block;
font-size: 12px;
margin: 0 0 5px 0px;
padding: 3px;
width: 235px;
padding: 5px;
text-align: left;
box-sizing:content-box;
}
.Uc-textBoxWithPlaceholderText {
color: #999999;
}
.Uc-increaseZindex {
z-index: 999;
}
/*************DatePicker Style **********/
.Uc-datePickerContainer {
z-index: 99999;
}
.Uc-parentDatePickerContainer {
overflow: visible;
position: absolute;
top: 294px;
z-index: 9999;
}
.Uc-parentDateBox {
border: 1px solid #CCCCCC;
float: left;
margin-bottom: 22px;
padding: 1px;
width: 216px;
}
.Uc-parentDateText {
border: 0 none;
float: left;
height: 20px;
width: 181px;
}
.Uc-monthYearContainer {
background-color: #4393C9;
border-radius: 6px 6px 0px 0px;
height: 21px;
padding: 4px;
box-sizing:content-box;
}
.Uc-yearListStyle {
float: right;
width: 50%;
}
.Uc-monthListStyle {
float: left;
width: 50%;
}
.Uc-todayButton {
float: left;
height: 24px;
width: 40%;
}
.Uc-doneButton {
float: right;
height: 24px;
width: 40%;
}
.Uc-dateButtonContainer {
background-color: #4393C9;
border-radius: 0px 0px 6px 6px;
height: 21px;
padding: 4px;
box-sizing: content-box;
}
.Uc-gooruDateBox {
border: 1px solid #CCCCCC;
float: left;
/* margin-bottom: 22px; */
padding: 2px;
width: 264px;
}
.Uc-gooruDateBoxAssignment {
border: 1px solid #CCCCCC;
float: left;
/* margin-bottom: 22px; */
padding: 2px;
/* width: 308px; */
width: 100%;
margin-bottom: 10px;
}
.Uc-gooruDateText {
border: 0 none;
float: left;
height: 20px;
width: 228px;
}
.Uc-gooruCalendarIcon {
background: url("../images/Collection-Search/icon-sprite.png") no-repeat
scroll -7px -472px transparent;
cursor: pointer;
display: block;
float: right;
height: 21px;
margin-left: 4px;
width: 30px;
}
.Uc-gooruDatePickerBox {
border: 1px solid;
border-radius: 5px 5px 5px 5px;
width: 192px;
}
.Uc-searchStandard {
background: -moz-linear-gradient(center top, #666666, #515151) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666),
to(#515151));
background: -webkit-linear-gradient(top, #666, #515151);
background-image: -ms-linear-gradient(top, #666, #515151);
background: -o-linear-gradient(top, #666, #515151);
background-color: #515151;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 1px;
padding: 3px;
cursor: default !important;
}
.Uc-searchStandardResource {
background: -moz-linear-gradient(center top, #666666, #515151) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666),
to(#515151));
background: -webkit-linear-gradient(top, #666, #515151);
background-image: -ms-linear-gradient(top, #666, #515151);
background: -o-linear-gradient(top, #666, #515151);
background-color: #515151;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 1px;
padding: 3px;
cursor: default !important;
}
.Uc-glassPanelWithLoading {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.Uc-6);
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.Uc-imageLoadingPanel {
width: 100%;
height: 100%;
}
.Uc-imagePanel {
text-align: center;
/* margin-left: 76px; */
}
.Uc-previousArrow {
background: url("../images/Collection-Search/icon-sprite.png") repeat
scroll -4px -373px transparent;
float: left;
height: 40px;
left: 2px;
position: absolute;
top: 250px;
vertical-align: middle;
width: 50px;
cursor: pointer;
}
.Uc-nextArrow {
background: url("../images/Collection-Search/icon-sprite.png") repeat
scroll -4px -314px transparent;
float: right;
height: 41px;
position: absolute;
right: 2px;
top: 250px;
width: 50px;
cursor: pointer;
}
.Uc-navigationLabel {
float: left;
margin-left: 10px;
cursor: pointer;
}
.Uc-navigationLabel:hover {
border-bottom: 2px solid #a6caa2;
}
/*remove tool top style*/
.Uc-removeToolTipConatainer {
display: block;
min-width: 60px;
max-width: 236px;
margin: 0 auto;
}
.Uc-removeTollTipTopImage {
background: url(../images/Collection-Search/up-arrow-small.png) no-repeat;
display: block;
width: 12px;
height: 8px;
position: relative;
margin: 0 auto;
z-index: 999;
}
.Uc-removeToolTipContentContainer {
background-color: white;
border: 1px solid #DDD;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.Uc-2);
color: #515151;
font-size: 12px;
padding: 5px;
position: relative;
top: -4px;
}
.Uc-hoverPopupContainer {
display: block;
/* height: 188px; */
width: 175px;
margin: 32px 0px 0px 480px;
z-index: 9;
position: absolute;
}
/* .Uc-hoverCollPopupContainerPos{
left: 483px;
top: 24px;
}
.Uc-hoverStasPopupContainerPos{
left: 639px;
top: 24px;
} */
.Uc-hoverCollPopupContainerPos {
/* left: 418px;
top: 24px; */
}
.Uc-hoverStasPopupContainerPos {
/* left: 566px;
top: 24px; */
}
.Uc-hoverPopupArrow {
background: url(../images/standards-arrow-two.png);
display: block;
width: 25px;
height: 9px;
position: relative;
margin: 0 auto;
z-index: 999;
}
.Uc-hoverPopupTextContainer {
background-color: white;
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.Uc-2);
color: #515151;
font-size: 12px;
padding: 15px;
position: relative;
top: -1px;
color: #fab03a;
text-align: center;
}
.Uc-comingSoonLbl {
font-size: 18px;
}
.Uc-classPageEmailPopupContainer {
float: left;
background-color: rgb(255, 255, 255);
padding: 3px;
}
.Uc-classPageEmailHeaderContainer {
float: left;
padding-bottom: 15px;
background-color: rgb(255, 255, 255);
border-color: rgb(221, 221, 221);
border-width: 1px;
/* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius: 1px;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius: 1px;
border-style: solid;
padding: 0px 45px 15px 0px;
}
.Uc-classPageEmailHeaderContent {
/* safari v4.Uc-0+ and by Chrome v3.Uc-0+ */
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(102, 102,
102)), color-stop(1, rgb(81, 81, 81)));
/* Chrome v10.Uc-0+ and by safari nightly build*/
background-image: -webkit-linear-gradient(-90deg, rgb(102, 102, 102) 0%,
rgb(81, 81, 81) 100%);
/* Opera v11.Uc-10+ */
background-image: -o-linear-gradient(-90deg, rgb(102, 102, 102) 0%,
rgb(81, 81, 81) 100%);
/* IE v10+ */
background-image: -ms-linear-gradient(-90deg, rgb(102, 102, 102) 0%,
rgb(81, 81, 81) 100%);
background-color: #515151;
height: 38px;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff666666,endColorstr=#ff515151,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff666666,endColorstr=#ff515151, GradientType=0)");
}
.Uc-classPageEmailHeaderDesc {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: rgb(255, 255, 255);
text-align: left;
padding: 10px 0px 0px 15px;
}
.Uc-classPageEmaiInputContainer {
margin-top: 10px;
}
.Uc-txtAlignLeft{
margin-left:53px;
}
.Uc-classPageEmaiInputText {
float: left;
width: 80px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(81, 81, 81);
text-align: right;
padding: 11px 10px 0px 10px;
}
.Uc-classPageEmailInputControl {
width: 305px;
height: 30px;
font-size: 12px;
/* color: rgb(153,153,153); */
padding: 3px 0px 0px 5px;
background-color: rgb(255, 255, 255);
border-color: rgb(221, 221, 221);
border-width: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
outline: 0;
}
.Uc-classPageEmailInputNormalControl {
width: 305px;
height: 30px;
max-width: 305px;
max-height: 30px;
font-size: 12px;
/* color: rgb(153,153,153); */
color: black;
padding: 3px 0px 0px 5px;
background-color: rgb(255, 255, 255);
border-color: rgb(221, 221, 221);
border-width: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
outline: 0;
}
.Uc-classPageEmailInputControlInnerDiv {
float: left;
}
.Uc-classPageEmailCheckBoxContainer {
padding: 2px 0px 27px 0px;
}
.Uc-classPageEmailCheckBoxBg {
display: inline-block;
/* safari v4.Uc-0+ and by Chrome v3.Uc-0+ */
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255, 255,
255)), color-stop(1, rgb(240, 240, 240)));
/* Chrome v10.Uc-0+ and by safari nightly build*/
background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%,
rgb(240, 240, 240) 100%);
/* Opera v11.Uc-10+ */
background-image: -o-linear-gradient(-90deg, rgb(255, 255, 255) 0%,
rgb(240, 240, 240) 100%);
/* IE v10+ */
background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%,
rgb(240, 240, 240) 100%);
float: right;
width: 18px;
height: 16px;
border-color: rgb(204, 204, 204);
/* border-width: 1px; */ /* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius: 5%/5%;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius: 5%/5%;
border-style: solid;
margin: 3px 0px 0px 0px;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0, GradientType=0)");
}
.Uc-classPageEmailCheckBoxBg:hover {
cursor: pointer;
}
.Uc-classPageEmailNormalText {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(81, 81, 81);
text-align: right;
padding: 5px 6px 0px 0px;
}
.Uc-classPageEmailAlign {
/* padding-top: 10px;
padding-bottom: 110px; */
min-height:110px;
}
.Uc-classPageEmailButtonContainer {
float: right;
padding: 25px 135px 0px 0px;
}
.Uc-classPageEmailButtonBg {
float: left;
background-image: -webkit-gradient(linear, 51% 3%, 51% 100%, color-stop(0, rgb(76, 152,
204)), color-stop(0.Uc-99, rgb(16, 118, 187)));
background-image: -webkit-linear-gradient(-90deg, rgb(76, 152, 204) 0%,
rgb(16, 118, 187) 99%);
background-image: -o-linear-gradient(-90deg, rgb(76, 152, 204) 0%,
rgb(16, 118, 187) 99%);
background-image: -ms-linear-gradient(-90deg, rgb(76, 152, 204) 0%,
rgb(16, 118, 187) 99%);
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 7px 5px 7px 5px;
border-radius: 4px;
background-color: #1076bb;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff4c98cc,endColorstr=#ff1076bb,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff4c98cc,endColorstr=#ff1076bb, GradientType=0)");
}
.Uc-classPageEmailButtonBg:hover {
cursor: pointer;
background-image: -moz-linear-gradient(51% 3% -90deg, rgb(16, 118, 187)
0%, rgb(16, 118, 187) 99%);
background-image: -webkit-gradient(linear, 51% 3%, 51% 100%, color-stop(0, rgb(16, 118,
187)), color-stop(0.Uc-99, rgb(16, 118, 187)));
background-image: -webkit-linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
background-image: -o-linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
background-image: -ms-linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
background-image: linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #1076bb;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff1076bb,endColorstr=#ff1076bb,GradientType=0)");
filter: literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff1076bb,endColorstr=#ff1076bb, GradientType=0)");
}
.Uc-classPageEmailButtonTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 120%;
color: rgb(255, 255, 255);
text-align: center;
cursor: pointer;
border: 0 outset buttonface;
border-image: initial;
background-color: transparent;
box-sizing: border-box;
padding: 6px 0px -1px 11px;
}
.Uc-classPageEmailButtonCancel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
line-height: 120%;
color: rgb(16, 118, 186);
text-align: left;
padding: 8px 0px 0px 7px;
}
.Uc-classPageEmailButtonCancel:hover {
cursor: pointer;
}
.Uc-clear {
clear: both;
}
.Uc-classPageEmailMainContainer {
background-color: rgb(255, 255, 255);
width: 448px;
height: 160px;
border-color: rgb(221, 221, 221);
border-width: 1px;
/* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius: 1px;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius: 1px;
border-style: solid;
padding: 0px 30px 15px 0px;
}
.Uc-classPageEmailBlueText {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: rgb(16, 118, 185);
text-align: center;
padding: 20px 0px 0px 10px;
}
.Uc-classPageEmailDescText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
text-align: center;
padding: 15px 0px 0px 10px;
}
.Uc-classPageEmailButtonOuterDiv {
float: left;
width: 58%;
margin-top: 15px;
}
.Uc-classPageEmailOktext {
text-align: center;
padding: 0px 5px 0px 5px;
}
.Uc-emailShareErrorLabel {
font: 12px arial;
color: #fab03a;
text-align: right;
/* margin-left: 201px; */
margin-top: 3px;
padding: 3px;
/* width: 198px; */
}
.Uc-classPageEmailCheckBoxBgHoverSprite {
width: 19px;
height: 17px;
background: url(../images/checkboxsprite.png) no-repeat;
display: inline-block;
margin-bottom: -5px;
}
.Uc-classPageEmailCheckBoxBgHover {
width: 19px;
height: 17px;
background: url(../images/checkboxsprite.png) no-repeat;
display: inline-block;
margin-bottom: -5px;
background-position: 0px -34px;
}
.Uc-displayNone {
display: none;
}
.Uc-profilePopup {
width: 268px;
height: 80px;
z-index: 9999;
background-color: #FFF;
border-radius: 4px;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
}
.Uc-profilePopupContainer {
position: absolute;
margin-top: 22px;
margin-left: -53px;
z-index: 99;
}
.Uc-profilePopupInnerContaienr {
float: left;
margin-top: 15px;
margin-left: 14px;
}
.Uc-profilePopupInnerImage {
background: url(../images/profilepage/user-profile-popup-pic-small.png);
float: left;
width: 50px;
height: 50px;
margin-right: 10px;
/* -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1); */
}
.Uc-profilePopupInnerSeparator {
width: 1px;
height: 80px;
float: left;
background: #dddddd;
margin: 0px 10px 0px 10px;
display: none;
}
.Uc-profilePopupInnerTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #515151;
float: left;
width: 190px;
}
.Uc-profilePopupInnerHints {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
float: left;
width: 194px;
}
.Uc-profilePopupInnerHints span {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1076BB;
cursor: pointer;
}
.Uc-profilePopupInnerDetails {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #515151;
float: left;
width: 194px;
margin-top: 5px;
}
.Uc-editImage {
float: left;
margin-left: 5px;
color: #1076bb;
border-radius: 4px;
padding: 7px 9px;
border: none;
font-family: Arial, sans-serif;
display: inline-block;
background: #efefef;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));
background: -webkit-linear-gradient(top, #fdfdfd, #ddd);
background: -moz-linear-gradient(top, #fdfdfd, #ddd);
background: -ms-linear-gradient(top, #fdfdfd, #ddd);
background: -o-linear-gradient(top, #fdfdfd, #ddd);
border: 1px solid #ddd;
}
.Uc-editImage:hover {
cursor: pointer;
background: #eee;
}
.Uc-errorValidation {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: left;
padding: 2px 0px 9px 0px;
width:51% !important;
}
.Uc-errorValidationClassPage {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: right;
padding: 2px 0px 9px 0px;
/* width:54% !important;DO-3502 */
}
.Uc-errorValidationSetting {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: right;
padding: 2px 0px 9px 0px;
/* margin-left:126px; */
}
.Uc-errorValidationEmailForSetting {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: left;
padding: 2px 0px 9px 0px;
margin-left: 273px;
width: 189px;
margin-top: -31px;
}
.Uc-publicPPGwtErrorMessage {
font-weight: bold;
font-size: 12px;
text-align: center;
padding-top: 50px;
margin-right: -174px;
}
/* Tooltip CSS */
.Uc-toolTip {
position: absolute;
margin-top: 22px;
margin-left: -53px;
z-index: 99;
width: 268px;
height: 80px;
background-color: #ffffff;
border: 1px solid #DDD;
/* position:relative; */
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.Uc-1);
-moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.Uc-1);
-webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.Uc-1);
}
.Uc-arrowShadow {
background-color: transparent;
width: 6px;
height: 17px;
position: absolute;
top: -7px;
left: 138px;
z-index: -10;
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.Uc-1);
-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.Uc-1);
-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.Uc-1);
}
.Uc-arrowBorder {
width: 0px;
height: 0px;
border: 10px solid;
border-color: transparent transparent #DDD transparent;
position:absolute;
top: -10px;
left: 130px;
border-top: none;
}
.Uc-arrow {
width: 0px;
height: 0px;
border: 10px solid;
border-color: transparent transparent white transparent;
position:absolute;
left: 130px;
top: -9px;
border-top: none;
}
.Uc-disableGooruButon{
/* Firefox v3.Uc-6+ */
background-image:-moz-linear-gradient(88% 0% -90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
/* safari v4.Uc-0+ and by Chrome v3.Uc-0+ */
background-image:-webkit-gradient(linear,88% 0%,88% 100%,color-stop(0, rgb(187,187,187)),color-stop(1, rgb(153,153,153)));
/* Chrome v10.Uc-0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
/* Opera v11.Uc-10+ */
background-image:-o-linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
background-image:linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
width:60px;
height:30px;
/* Firefox v1.Uc-0+ */
-moz-border-radius:4px;
/* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius:4px;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius:4px;
color:rgb(255,255,255);
background-color: rgb(187,187,187);
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffbbbbbb,endColorstr=#ff999999,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffbbbbbb,endColorstr=#ff999999,GradientType=0)");
}
/* Standards Popup*/
.Uc-standardsHeader {
width: 98%;
height: 31px;
background-color: rgb(81,81,81);
padding: 10px 0px 0px 10px;
}
.Uc-standardsTitle {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: rgb(255,255,255);
width: 94%;
}
.Uc-standardsCloseMarker {
float: left;
}
.Uc-standardsSprite {
background: url(../images/Classpage/assign-sprite.png) no-repeat;
}
.Uc-standardsCloseMark {
background-position: -52px -116px;
width: 18px;
height: 19px;
cursor: pointer;
}
.Uc-standardsContent{
/* width: 98%; */
padding: 10px 10px 10px 10px;
background-color: transparent;
border-color: rgb(221,221,221);
border-width: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
min-height:275px;
height:275px;
}
.Uc-container{
width: 500px;
}
.Uc-divContainer{
padding: 6px;
float: left;
width: 87%;
}
.Uc-standardsDesc{
clear: both;
margin-top: 5px;
margin-bottom: 5px;
}
/* Standards Popup*/
/*Setting page css for 5.Uc-9 sprint*/
.Uc-settingpageEditTextBox{
border: 0;
width: 303px;
height: 30px;
padding-left: 5px;
float: right;
border: 1px solid #ccc;
}
.Uc-editableFieldSetting {
/* cursor: pointer; */
padding: 0px;
font-size: 12px !important;
/* float: left; */
padding-left: 15px;
}
.Uc-SettingEditEmail {
width: 235px !important;
height: 27px !important;
border: 1px solid #ccc;
font-size: 12px !important;
padding: 0px 5px;
}
.Uc-SettingEditLastName{
width: 135px !important;
height: 27px !important;
border: 1px solid #ccc;
font-size: 12px !important;
padding: 0px 5px;
}
.Uc-editableFieldlastNameSetting{
padding: 0px;
font-size: 12px !important;
padding-left: 5px;
}
.Uc-iconPosition{
margin-top: 9px;
margin-left: -35px;
}
.Uc-shareEmailButtonContainer {
padding: 25px 0 0 45px;
width: 123px;
margin: 0 auto;
}
button.Uc-emailPrimary {
color: white;
background-color: #1076bb;
border-radius: 4px;
padding: 7px 9px;
border: 1px solid #1076BB;
font-family: Arial, sans-serif;
display:inline-block;
/* Old browsers */
background:#1076BB;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C98CC), to(#1076BB));
/* Safari 5.Uc-1, Chrome 10+ */
background: -webkit-linear-gradient(top, #4C98CC, #1076BB);
/* Firefox 3.Uc-6+ */
background: -moz-linear-gradient(top, #4C98CC, #1076BB);
/* IE 10 */
background: -ms-linear-gradient(top, #4C98CC, #1076BB);
/* Opera 11.Uc-10+ */
background: -o-linear-gradient(top, #4C98CC, #1076BB);
}
button.Uc-emailPrimary:hover {
color:white;
background:#1076BB;
cursor:pointer;
}
button.Uc-emailSecondary {
color: #1076BB;
padding: 7px 9px;
border-radius: 4px;
background: #efefef;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));
background: -webkit-linear-gradient(top, #fdfdfd, #ddd);
background: -moz-linear-gradient(top, #fdfdfd, #ddd);
background: -ms-linear-gradient(top, #fdfdfd, #ddd);
background: -o-linear-gradient(top, #fdfdfd, #ddd);
border: 1px solid #ddd;
}
button.Uc-emailSecondary:hover {
background: #efefef;
cursor:pointer;
}
.Uc-emailSendButton{
float: left;
margin-right: 4px;
}
.Uc-privacyAlignStyle{
margin-right: 2px;
}
.Uc-paddingClear{
padding:0;
} | src/main/resources/css/Uc.css | .Uc-toolTipPopUp {
}
.Uc-closeLabelRemove {
display: block;
float: left;
width: 10px;
cursor: pointer;
padding: 1px 5px 0px 0px;
}
.Uc-closeLabelRemoveInCentury {
display: block;
float: right;
width: 16px;
cursor: pointer;
padding: 2px 0px 0px 5px;
}
.Uc-closeLabelRemoveInSetting {
display: block;
float: left;
width: 10px;
cursor: pointer;
padding: 1px 0px 0px 0px;
margin-left:10px;
}
.Uc-closeLabelText {
float: left;
font-size:12px;
padding-left:4px;
/*width: 125px;*/
}
.Uc-closeLabel {
background: -moz-linear-gradient(center top, #666666, #515151) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666),
to(#515151));
background: -webkit-linear-gradient(top, #666, #515151);
background-image: -ms-linear-gradient(top, #666, #515151);
background: -o-linear-gradient(top, #666, #515151);
background-color: #515151;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 3px 1px;
cursor: default !important;
min-height: 12px;
height: auto;
}
.Uc-closeLabelCentury {
background: -moz-linear-gradient(center top,#7AB075, #7AB075) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7AB075),
to(#7AB075));
background: -webkit-linear-gradient(top, #7AB075, #7AB075);
background-image: -ms-linear-gradient(top, #7AB075, #7AB075);
background: -o-linear-gradient(top,#7AB075, #7AB075);
background-color: #7AB075;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 3px 1px;
cursor: default !important;
min-height: 12px;
height: auto;
}
.Uc-closeLabelSearch {
background: -moz-linear-gradient(center top, #C3DDEE, #C3DDEE) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C3DDEE),
to(#88bbe1));
background: -webkit-linear-gradient(top, #C3DDEE, #C3DDEE);
background-image: -ms-linear-gradient(top, #C3DDEE, #C3DDEE);
background: -o-linear-gradient(top, #C3DDEE, #C3DDEE);
background-color: #C3DDEE;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 5px;
padding: 3px 1px;
cursor: default !important;
min-height: 12px;
height: auto;
}
.Uc-toolTipPopUp {
}
/*CollectionImageUc*/
.Uc-collectionThumbnail {
float: left;
height: 91px;
margin: 0 10px 0 0;
width: 127px;
}
.Uc-collectionThumbnail1{
height: 91px;
width: 127px;
}
.Uc-collectionThumbnail1:hover{
opacity: 0.Uc-6;
cursor: pointer;
}
.Uc-collectionPPPThumbnail {
float: left;
height: 91px;
margin: 0 10px 0 0;
width: 127px;
position: relative;
}
.Uc-collectionThumbnails {
width: 120px !important;
height: 90px !important;
border-left:7px solid #1076BB;
}
.Uc-collectionNotify {
background: none repeat scroll 0 0 #1076BB;
height: 91px;
position: absolute;
width: 8px;
}
.Uc-collectionHover {
background-color: rgba(0, 0, 0, 0.Uc-6);
cursor: pointer;
display: none;
height: 91px;
position: relative;
top: -94px;
width: 121px;
z-index: 20;
}
.Uc-collectionThumbnail:hover {
opacity: 0.Uc-6;
cursor: pointer;
}
.Uc-playIcon {
background: url("../images/Collection-Search/play-icon-png") no-repeat
scroll 0 0 transparent;
cursor: pointer;
height: 16px;
left: 53px;
position: relative;
top: 38px;
width: 12px;
}
/*DownToolTipUc*/
.Uc-popup {
display: block;
min-width: 75px;
max-width: 250px;
margin: 0 auto;
}
.Uc-header {
background: url("../images/Collection-Search/standards-arrow.png");
display: block;
width: 29px;
height: 15px;
position: relative;
margin: 0 auto;
z-index: 999;
}
.Uc-content {
background-color: white;
border: 1px solid #DDDDDD;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.Uc-2);
color: #515151;
font-size: 12px;
padding: 5px;
position: relative;
top: -4px;
}
/*LeftToolTipUc*/
.Uc-lpopup {
display: block;
min-width: 75px;
max-width: 200px;
margin: 0 auto;
}
.Uc-lheader {
background: url("../images/Collection-Search/standards-arrow-right.png")
no-repeat;
display: block;
width: 11px;
height: 25px;
position: relative;
margin: 0 auto;
z-index: 999;
float: right;
left: -2px;
}
.Uc-lcontent {
background-color: white;
border: 1px solid #DDD;
color: #515151;
font-size: 12px;
width: 90px;
height: 13px;
position: relative;
padding: 5px 10px;
float: left;
}
/*EditableLabelUc*/
.Uc-editableField {
cursor: pointer;
padding: 0px;
font-size: 32px !important;
}
.Uc-editableFieldforClspage {
cursor: pointer;
padding: 0px;
font-size: 26px !important;
}
.Uc-editableTextField {
width: 687px !important;
height: 100%;
cursor: pointer;
padding: 0px;
font-size: 32px !important;
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;
}
.Uc-editableSelfField {
cursor: pointer;
cursor: hand;
padding: 0px;
font-size: 15px !important;
}
.Uc-editableUserSettingField {
/* cursor: pointer; */
/*padding: 10px;*/
font-size: 12px !important;
float:left;
}
.Uc-editableFieldProfile {
cursor: pointer;
color: black !important;
padding: 0px;
font-size: 12px !important;
/*height: 146px;*/
max-width: 303px;
/*max-height: 450px;*/
height: 100%;
float: left;
width: 95%;
line-height: 140% !important;
word-wrap: break-word;
}
.Uc-profilePageEditDecsription {
cursor: pointer;
color: #515151;
padding: 0px;
font-size: 12px !important;
max-width: 823px;
float: left;
word-wrap: break-word;
}
.Uc-publicProfileTextarea {
background-color: rgb(255, 255, 255);
width: 196px !important;
height: 146px !important;
max-height: 146px;
max-width: 196px;
word-wrap: break-word;
border-color: rgb(221, 221, 221);
border-width: 1px;
outline: 0;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
cursor: pointer;
float: left;
position: relative;
bottom: -2px;
}
.Uc-profilePageTextAreaDecsription {
background-color: rgb(255, 255, 255);
width: 680px !important;
height: 60px !important;
font-size: 12px;
word-wrap: break-word;
border-color: rgb(221, 221, 221);
border-width: 1px;
outline: 0;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
cursor: pointer;
float: left;
position: relative;
padding: 2px;
}
.Uc-editableFieldForFolders {
cursor: hand;
padding: 0px;
}
/*ErrorPopupVc*/
.Uc-errorPopUp {
background-color: #FFFFFF;
height: 164px;
width: 450px;
padding: 3px 0 0 2px;
}
.Uc-captionTitle {
height: 50px;
width: 445px;
background-color: #515151;
}
.Uc-headerText {
color: #FFFFFF;
font-family: arial;
font-size: 20px;
left: 10px;
position: relative;
top: 12px;
}
.Uc-inlineBorder {
border: 1px solid #CCCCCC;
height: 158px;
width: 445px;
}
.Uc-firstTextBox {
height: 66px;
width: 450px;
}
.Uc-secondTextBox {
height: 40px;
width: 450px;
}
.Uc-QCFText {
left: 10px;
position: relative;
top: 30px;
width: 400px;
}
.Uc-dragMsg {
left: 10px;
position: relative;
top: 12px;
width: 400px;
color: #515151;
}
.Uc-QuestMsg {
float: left;
color: #1076BB;
}
.Uc-okButton {
background-color: #1076BB;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 12px;
font-weight: bold;
margin-left: 50px;
padding: 8px 15px;
text-align: center;
}
.Uc-okButton:hover {
background-color: #4C98CC;
}
.Uc-cancelButton {
float: left;
margin-left: 10px;
margin-top: 6px;
width: 50px;
}
.Uc-OkCancelDiv {
float: right;
width: 318px;
color: #1076BB;
}
/*ResourceImageUc*/
.Uc-resourceThumbnail {
width: 81px;
height: 61px;
float: left;
margin: 0 10px 0 0;
}
.Uc-resourceThumbnails {
width: 81px;
height: 61px;
}
.Uc-resourceHover {
background-color: rgba(0, 0, 0, 0.Uc-6);
cursor: pointer;
display: none;
height: 61px;
position: relative;
top: -84px;
width: 81px;
z-index: 20;
}
.Uc-resourceThumbnail:hover {
/* display: block; */
/*opacity: 0.Uc-6;*/
cursor: pointer;
}
.Uc-rplayIcon {
background: url("../images/Collection-Search/play-icon.png") no-repeat
scroll 0 0 transparent;
cursor: pointer;
height: 16px;
left: 35px;
position: relative;
top: 21px;
width: 12px;
}
/*StandardSgItemVc*/
.Uc-standards {
font-size: 13px;
/* font-weight: bold; */
color: #515151;
margin-bottom: 5px;
}
.Uc-descStandards {
color: #999999;
width: 200px;
height: 25px;
margin-bottom: 10px;
}
.Uc-descLicence {
width: 200px;
min-height: 25px;
margin-bottom: 10px;
}
/* DisclosurePanelUc */
.Uc-disclosurePanelUc {
border: none;
}
.Uc-disclosurePanelUcHeader {
margin: 25px 0px;
}
.Uc-disclosurePanelUcHeaderImgOpen {
float: left;
margin-top: 2px;
}
.Uc-disclosurePanelUcHeaderImgClose {
float: left;
margin-top: 1px;
}
.Uc-disclosurePanelUcHeaderText {
color: #515151;
font-size: 12px;
text-decoration: none;
float: left;
margin-left: 4px;
}
.Uc-gooruBlueButton {
background: -moz-linear-gradient(center top, #4C98CC, #1076BB) repeat
scroll 0 0 transparent;
background: -o-linear-gradient(top, #4C98CC, #1076BB);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C98CC),
to(#1076BB));
background: -webkit-linear-gradient(top, #4C98CC, #1076BB);
background: -moz-linear-gradient(top, #4C98CC, #1076BB);
background-image: -ms-linear-gradient(top, #4C98CC, #1076BB);
background: -o-linear-gradient(top, #4C98CC, #1076BB);
background-color: #1076BB;
border: 0 none;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
color: #ffffff;
cursor: pointer;
font-size: 12px;
font-weight: bold;
padding: 8px 9px;
margin: 10px 10px 10px 0px;
/* float: right; */
}
.Uc-gooruBlueButton:HOVER {
background: #1076BB;
color: #FFFFFF !important;
}
.Uc-gwtErrorMessage {
font-weight: bold;
font-size: 12px;
text-align: center;
padding-top: 50px;
}
.Uc-gwtErrorInfo {
font-size: 12px;
text-align: center;
}
.Uc-gooruPanel {
background: grey;
}
/* .Uc-gooruPanel:HOVER {
background-color: #cccccc;
color: #000000 !important;
}
*/
.Uc-gooruPanelIn {
background: #55bbee;
}
.Uc-labelStyle {
text-align: center;
color: black;
}
.Uc-paginationUcSelected {
background-color: #F0F0F0 !important;
color: #1076BB !important;
text-decoration: none !important;
-moz-box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .Uc-1);
-webkit-box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .Uc-1);
box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .Uc-1);
}
.Uc-paginationUc:hover {
background-color: #F0F0F0;
color: #1076BB;
text-decoration: none;
opacity:1;
}
.Uc-paginationUc {
background-color: white;
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
padding: 7px 10px;
cursor: pointer;
margin: 0 5px 5px 0;
color: #1076bb;
float: left;
}
.Uc-separator {
float: left;
text-align: center;
width: 17px;
color: #999999;
}
.Uc-separatorSuggested {
float: left;
width: 17px;
color: #999999;
display:inline-block;
text-align: center;
}
.Uc-labelGlassPanelText {
margin-top: 10px;
color: #FFFFFF;
display: table-cell;
font-size: 14px;
text-align: center;
vertical-align: middle;
width: 100%;
padding-left: 50px;
padding-right: 50px;
}
.Uc-userDefaultSelectDisable {
cursor: default;
-webkit-user-select: none; /* Chrome all / Safari all */
/*-moz-user-select: none; Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.Uc-userMoveSelectDisable {
cursor: move;
-webkit-user-select: none; /* Chrome all / Safari all */
/*-moz-user-select: none; Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
/**************/
.Uc-resourceName {
color: #FFFFFF;
font-size: 12px;
height: 61px;
/* left: -8px; */
position: relative;
text-align: center;
top: -61px;
width: 81px;
}
.Uc-resourceNameNew {
background: url("../images/resource-type-icons.Uc-png") no-repeat
transparent;
color: #FFFFFF;
font-size: 12px;
height: 20px;
/* left: -8px; */
position: relative;
text-align: center;
top: -23px;
width: 35px;
}
.Uc-videoSmall {
background:url("../images/Video_1.Uc-png") no-repeat
transparent;
}
.Uc-interactiveSmall {
background:url("../images/Interactive_1.Uc-png") no-repeat
transparent;
}
.Uc-websiteSmall {
background:url("../images/Website_1.Uc-png") no-repeat
transparent;
}
.Uc-webpageSmall {
background:url("../images/Website_1.Uc-png") no-repeat
transparent;
}
.Uc-examSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -84px !important; */
}
.Uc-textSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
}
.Uc-textbookSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
}
.Uc-handoutSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -56px !important; */
}
.Uc-lessonSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -112px !important; */
}
.Uc-slideSmall {
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
/* background-position: 0px -168px !important; */
}
.Uc-questionSmall {
background:url("../images/Question_1.Uc-png") no-repeat
transparent;
}
.Uc-imageSmall {
background:url("../images/Image_1.Uc-png") no-repeat
transparent;
}
.Uc-audioSmall{
background:url("../images/Audio_1.Uc-png") no-repeat
transparent;
}
.Uc-otherSmall{
background:url("../images/Text_1.Uc-png") no-repeat
transparent;
}
/**************/
/******/
.Uc-videoSmallNew {
background-position: 0px 0px !important;
}
.Uc-interactiveSmallNew {
background-position: 0px -28px !important;
}
.Uc-websiteSmallNew {
background-position: 0px -224px !important;
}
.Uc-webpageSmallNew {
background-position: 0px -224px !important;
}
.Uc-examSmallNew {
background-position: 0px -224px !important;
/* background-position: 0px -84px !important; */
}
.Uc-textSmallNew {
background-position: 0px -55px !important;
}
.Uc-textbookSmallNew {
background-position: 0px -196px !important;
}
.Uc-handoutSmallNew {
background-position: 0px -196px !important;
/* background-position: 0px -56px !important; */
}
.Uc-lessonSmallNew {
background-position: 0px -196px !important;
/* background-position: 0px -112px !important; */
}
.Uc-slideSmallNew {
background-position: 0px -251px !important;
/* background-position: 0px -168px !important; */
}
.Uc-questionSmallNew {
background-position: 0px -140px !important;
}
.Uc-imageSmallNew {
background-position: 0px -251px !important;
}
.Uc-audioSmallNew{
background-position: 0px -279px !important;
}
.Uc-otherSmallNew{
background-position: 0px -307px !important;
}
/*********/
.Uc-imageUploadPopup {
width: 500px;
height: 247px;
background: #fff;
z-index: 99;
}
.Uc-textBoxWithPlaceholder {
border: 1px solid #ddd;
height: 18px;
display: block;
font-size: 12px;
margin: 0 0 5px 0px;
padding: 3px;
width: 235px;
padding: 5px;
text-align: left;
box-sizing:content-box;
}
.Uc-textBoxWithPlaceholderText {
color: #999999;
}
.Uc-increaseZindex {
z-index: 999;
}
/*************DatePicker Style **********/
.Uc-datePickerContainer {
z-index: 99999;
}
.Uc-parentDatePickerContainer {
overflow: visible;
position: absolute;
top: 294px;
z-index: 9999;
}
.Uc-parentDateBox {
border: 1px solid #CCCCCC;
float: left;
margin-bottom: 22px;
padding: 1px;
width: 216px;
}
.Uc-parentDateText {
border: 0 none;
float: left;
height: 20px;
width: 181px;
}
.Uc-monthYearContainer {
background-color: #4393C9;
border-radius: 6px 6px 0px 0px;
height: 21px;
padding: 4px;
box-sizing:content-box;
}
.Uc-yearListStyle {
float: right;
width: 50%;
}
.Uc-monthListStyle {
float: left;
width: 50%;
}
.Uc-todayButton {
float: left;
height: 24px;
width: 40%;
}
.Uc-doneButton {
float: right;
height: 24px;
width: 40%;
}
.Uc-dateButtonContainer {
background-color: #4393C9;
border-radius: 0px 0px 6px 6px;
height: 21px;
padding: 4px;
box-sizing: content-box;
}
.Uc-gooruDateBox {
border: 1px solid #CCCCCC;
float: left;
/* margin-bottom: 22px; */
padding: 2px;
width: 264px;
}
.Uc-gooruDateBoxAssignment {
border: 1px solid #CCCCCC;
float: left;
/* margin-bottom: 22px; */
padding: 2px;
/* width: 308px; */
width: 100%;
margin-bottom: 10px;
}
.Uc-gooruDateText {
border: 0 none;
float: left;
height: 20px;
width: 228px;
}
.Uc-gooruCalendarIcon {
background: url("../images/Collection-Search/icon-sprite.png") no-repeat
scroll -7px -472px transparent;
cursor: pointer;
display: block;
float: right;
height: 21px;
margin-left: 4px;
width: 30px;
}
.Uc-gooruDatePickerBox {
border: 1px solid;
border-radius: 5px 5px 5px 5px;
width: 192px;
}
.Uc-searchStandard {
background: -moz-linear-gradient(center top, #666666, #515151) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666),
to(#515151));
background: -webkit-linear-gradient(top, #666, #515151);
background-image: -ms-linear-gradient(top, #666, #515151);
background: -o-linear-gradient(top, #666, #515151);
background-color: #515151;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 1px;
padding: 3px;
cursor: default !important;
}
.Uc-searchStandardResource {
background: -moz-linear-gradient(center top, #666666, #515151) repeat
scroll 0 0 transparent;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666),
to(#515151));
background: -webkit-linear-gradient(top, #666, #515151);
background-image: -ms-linear-gradient(top, #666, #515151);
background: -o-linear-gradient(top, #666, #515151);
background-color: #515151;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
color: white;
float: left;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
margin-top: 1px;
padding: 3px;
cursor: default !important;
}
.Uc-glassPanelWithLoading {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.Uc-6);
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.Uc-imageLoadingPanel {
width: 100%;
height: 100%;
}
.Uc-imagePanel {
text-align: center;
/* margin-left: 76px; */
}
.Uc-previousArrow {
background: url("../images/Collection-Search/icon-sprite.png") repeat
scroll -4px -373px transparent;
float: left;
height: 40px;
left: 2px;
position: absolute;
top: 250px;
vertical-align: middle;
width: 50px;
cursor: pointer;
}
.Uc-nextArrow {
background: url("../images/Collection-Search/icon-sprite.png") repeat
scroll -4px -314px transparent;
float: right;
height: 41px;
position: absolute;
right: 2px;
top: 250px;
width: 50px;
cursor: pointer;
}
.Uc-navigationLabel {
float: left;
margin-left: 10px;
cursor: pointer;
}
.Uc-navigationLabel:hover {
border-bottom: 2px solid #a6caa2;
}
/*remove tool top style*/
.Uc-removeToolTipConatainer {
display: block;
min-width: 60px;
max-width: 236px;
margin: 0 auto;
}
.Uc-removeTollTipTopImage {
background: url(../images/Collection-Search/up-arrow-small.png) no-repeat;
display: block;
width: 12px;
height: 8px;
position: relative;
margin: 0 auto;
z-index: 999;
}
.Uc-removeToolTipContentContainer {
background-color: white;
border: 1px solid #DDD;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.Uc-2);
color: #515151;
font-size: 12px;
padding: 5px;
position: relative;
top: -4px;
}
.Uc-hoverPopupContainer {
display: block;
/* height: 188px; */
width: 175px;
margin: 32px 0px 0px 480px;
z-index: 9;
position: absolute;
}
/* .Uc-hoverCollPopupContainerPos{
left: 483px;
top: 24px;
}
.Uc-hoverStasPopupContainerPos{
left: 639px;
top: 24px;
} */
.Uc-hoverCollPopupContainerPos {
/* left: 418px;
top: 24px; */
}
.Uc-hoverStasPopupContainerPos {
/* left: 566px;
top: 24px; */
}
.Uc-hoverPopupArrow {
background: url(../images/standards-arrow-two.png);
display: block;
width: 25px;
height: 9px;
position: relative;
margin: 0 auto;
z-index: 999;
}
.Uc-hoverPopupTextContainer {
background-color: white;
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.Uc-2);
color: #515151;
font-size: 12px;
padding: 15px;
position: relative;
top: -1px;
color: #fab03a;
text-align: center;
}
.Uc-comingSoonLbl {
font-size: 18px;
}
.Uc-classPageEmailPopupContainer {
float: left;
background-color: rgb(255, 255, 255);
padding: 3px;
}
.Uc-classPageEmailHeaderContainer {
float: left;
padding-bottom: 15px;
background-color: rgb(255, 255, 255);
border-color: rgb(221, 221, 221);
border-width: 1px;
/* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius: 1px;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius: 1px;
border-style: solid;
padding: 0px 45px 15px 0px;
}
.Uc-classPageEmailHeaderContent {
/* safari v4.Uc-0+ and by Chrome v3.Uc-0+ */
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(102, 102,
102)), color-stop(1, rgb(81, 81, 81)));
/* Chrome v10.Uc-0+ and by safari nightly build*/
background-image: -webkit-linear-gradient(-90deg, rgb(102, 102, 102) 0%,
rgb(81, 81, 81) 100%);
/* Opera v11.Uc-10+ */
background-image: -o-linear-gradient(-90deg, rgb(102, 102, 102) 0%,
rgb(81, 81, 81) 100%);
/* IE v10+ */
background-image: -ms-linear-gradient(-90deg, rgb(102, 102, 102) 0%,
rgb(81, 81, 81) 100%);
background-color: #515151;
height: 38px;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff666666,endColorstr=#ff515151,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff666666,endColorstr=#ff515151, GradientType=0)");
}
.Uc-classPageEmailHeaderDesc {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: rgb(255, 255, 255);
text-align: left;
padding: 10px 0px 0px 15px;
}
.Uc-classPageEmaiInputContainer {
margin-top: 10px;
}
.Uc-txtAlignLeft{
margin-left:53px;
}
.Uc-classPageEmaiInputText {
float: left;
width: 80px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(81, 81, 81);
text-align: right;
padding: 11px 10px 0px 10px;
}
.Uc-classPageEmailInputControl {
width: 305px;
height: 30px;
font-size: 12px;
/* color: rgb(153,153,153); */
padding: 3px 0px 0px 5px;
background-color: rgb(255, 255, 255);
border-color: rgb(221, 221, 221);
border-width: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
outline: 0;
}
.Uc-classPageEmailInputNormalControl {
width: 305px;
height: 30px;
max-width: 305px;
max-height: 30px;
font-size: 12px;
/* color: rgb(153,153,153); */
color: black;
padding: 3px 0px 0px 5px;
background-color: rgb(255, 255, 255);
border-color: rgb(221, 221, 221);
border-width: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
outline: 0;
}
.Uc-classPageEmailInputControlInnerDiv {
float: left;
}
.Uc-classPageEmailCheckBoxContainer {
padding: 2px 0px 27px 0px;
}
.Uc-classPageEmailCheckBoxBg {
display: inline-block;
/* safari v4.Uc-0+ and by Chrome v3.Uc-0+ */
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255, 255,
255)), color-stop(1, rgb(240, 240, 240)));
/* Chrome v10.Uc-0+ and by safari nightly build*/
background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%,
rgb(240, 240, 240) 100%);
/* Opera v11.Uc-10+ */
background-image: -o-linear-gradient(-90deg, rgb(255, 255, 255) 0%,
rgb(240, 240, 240) 100%);
/* IE v10+ */
background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%,
rgb(240, 240, 240) 100%);
float: right;
width: 18px;
height: 16px;
border-color: rgb(204, 204, 204);
/* border-width: 1px; */ /* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius: 5%/5%;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius: 5%/5%;
border-style: solid;
margin: 3px 0px 0px 0px;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0, GradientType=0)");
}
.Uc-classPageEmailCheckBoxBg:hover {
cursor: pointer;
}
.Uc-classPageEmailNormalText {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(81, 81, 81);
text-align: right;
padding: 5px 6px 0px 0px;
}
.Uc-classPageEmailAlign {
/* padding-top: 10px;
padding-bottom: 110px; */
min-height:110px;
}
.Uc-classPageEmailButtonContainer {
float: right;
padding: 25px 135px 0px 0px;
}
.Uc-classPageEmailButtonBg {
float: left;
background-image: -webkit-gradient(linear, 51% 3%, 51% 100%, color-stop(0, rgb(76, 152,
204)), color-stop(0.Uc-99, rgb(16, 118, 187)));
background-image: -webkit-linear-gradient(-90deg, rgb(76, 152, 204) 0%,
rgb(16, 118, 187) 99%);
background-image: -o-linear-gradient(-90deg, rgb(76, 152, 204) 0%,
rgb(16, 118, 187) 99%);
background-image: -ms-linear-gradient(-90deg, rgb(76, 152, 204) 0%,
rgb(16, 118, 187) 99%);
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 7px 5px 7px 5px;
border-radius: 4px;
background-color: #1076bb;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff4c98cc,endColorstr=#ff1076bb,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff4c98cc,endColorstr=#ff1076bb, GradientType=0)");
}
.Uc-classPageEmailButtonBg:hover {
cursor: pointer;
background-image: -moz-linear-gradient(51% 3% -90deg, rgb(16, 118, 187)
0%, rgb(16, 118, 187) 99%);
background-image: -webkit-gradient(linear, 51% 3%, 51% 100%, color-stop(0, rgb(16, 118,
187)), color-stop(0.Uc-99, rgb(16, 118, 187)));
background-image: -webkit-linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
background-image: -o-linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
background-image: -ms-linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
background-image: linear-gradient(-90deg, rgb(16, 118, 187) 0%,
rgb(16, 118, 187) 99%);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #1076bb;
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff1076bb,endColorstr=#ff1076bb,GradientType=0)");
filter: literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ff1076bb,endColorstr=#ff1076bb, GradientType=0)");
}
.Uc-classPageEmailButtonTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 120%;
color: rgb(255, 255, 255);
text-align: center;
cursor: pointer;
border: 0 outset buttonface;
border-image: initial;
background-color: transparent;
box-sizing: border-box;
padding: 6px 0px -1px 11px;
}
.Uc-classPageEmailButtonCancel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
line-height: 120%;
color: rgb(16, 118, 186);
text-align: left;
padding: 8px 0px 0px 7px;
}
.Uc-classPageEmailButtonCancel:hover {
cursor: pointer;
}
.Uc-clear {
clear: both;
}
.Uc-classPageEmailMainContainer {
background-color: rgb(255, 255, 255);
width: 448px;
height: 160px;
border-color: rgb(221, 221, 221);
border-width: 1px;
/* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius: 1px;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius: 1px;
border-style: solid;
padding: 0px 30px 15px 0px;
}
.Uc-classPageEmailBlueText {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: rgb(16, 118, 185);
text-align: center;
padding: 20px 0px 0px 10px;
}
.Uc-classPageEmailDescText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
text-align: center;
padding: 15px 0px 0px 10px;
}
.Uc-classPageEmailButtonOuterDiv {
float: left;
width: 58%;
margin-top: 15px;
}
.Uc-classPageEmailOktext {
text-align: center;
padding: 0px 5px 0px 5px;
}
.Uc-emailShareErrorLabel {
font: 12px arial;
color: #fab03a;
text-align: right;
/* margin-left: 201px; */
margin-top: 3px;
padding: 3px;
/* width: 198px; */
}
.Uc-classPageEmailCheckBoxBgHoverSprite {
width: 19px;
height: 17px;
background: url(../images/checkboxsprite.png) no-repeat;
display: inline-block;
margin-bottom: -5px;
}
.Uc-classPageEmailCheckBoxBgHover {
width: 19px;
height: 17px;
background: url(../images/checkboxsprite.png) no-repeat;
display: inline-block;
margin-bottom: -5px;
background-position: 0px -34px;
}
.Uc-displayNone {
display: none;
}
.Uc-profilePopup {
width: 268px;
height: 80px;
z-index: 9999;
background-color: #FFF;
border-radius: 4px;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
}
.Uc-profilePopupContainer {
position: absolute;
margin-top: 22px;
margin-left: -53px;
z-index: 99;
}
.Uc-profilePopupInnerContaienr {
float: left;
margin-top: 15px;
margin-left: 14px;
}
.Uc-profilePopupInnerImage {
background: url(../images/profilepage/user-profile-popup-pic-small.png);
float: left;
width: 50px;
height: 50px;
margin-right: 10px;
/* -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1);
box-shadow: 0 0 10px rgba(0, 0, 0, .Uc-1); */
}
.Uc-profilePopupInnerSeparator {
width: 1px;
height: 80px;
float: left;
background: #dddddd;
margin: 0px 10px 0px 10px;
display: none;
}
.Uc-profilePopupInnerTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #515151;
float: left;
width: 190px;
}
.Uc-profilePopupInnerHints {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
float: left;
width: 194px;
}
.Uc-profilePopupInnerHints span {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1076BB;
cursor: pointer;
}
.Uc-profilePopupInnerDetails {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #515151;
float: left;
width: 194px;
margin-top: 5px;
}
.Uc-editImage {
float: left;
margin-left: 5px;
color: #1076bb;
border-radius: 4px;
padding: 7px 9px;
border: none;
font-family: Arial, sans-serif;
display: inline-block;
background: #efefef;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));
background: -webkit-linear-gradient(top, #fdfdfd, #ddd);
background: -moz-linear-gradient(top, #fdfdfd, #ddd);
background: -ms-linear-gradient(top, #fdfdfd, #ddd);
background: -o-linear-gradient(top, #fdfdfd, #ddd);
border: 1px solid #ddd;
}
.Uc-editImage:hover {
cursor: pointer;
background: #eee;
}
.Uc-errorValidation {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: left;
padding: 2px 0px 9px 0px;
width:51% !important;
}
.Uc-errorValidationClassPage {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: right;
padding: 2px 0px 9px 0px;
/* width:54% !important;DO-3502 */
}
.Uc-errorValidationSetting {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: right;
padding: 2px 0px 9px 0px;
/* margin-left:126px; */
}
.Uc-errorValidationEmailForSetting {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: rgb(250, 176, 58);
float: left;
padding: 2px 0px 9px 0px;
margin-left: 273px;
width: 189px;
margin-top: -31px;
}
.Uc-publicPPGwtErrorMessage {
font-weight: bold;
font-size: 12px;
text-align: center;
padding-top: 50px;
margin-right: -174px;
}
/* Tooltip CSS */
.Uc-toolTip {
position: absolute;
margin-top: 22px;
margin-left: -53px;
z-index: 99;
width: 268px;
height: 80px;
background-color: #ffffff;
border: 1px solid #DDD;
/* position:relative; */
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.Uc-1);
-moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.Uc-1);
-webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.Uc-1);
}
.Uc-arrowShadow {
background-color: transparent;
width: 6px;
height: 17px;
position: absolute;
top: -7px;
left: 138px;
z-index: -10;
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.Uc-1);
-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.Uc-1);
-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.Uc-1);
}
.Uc-arrowBorder {
width: 0px;
height: 0px;
border: 10px solid;
border-color: transparent transparent #DDD transparent;
position:absolute;
top: -10px;
left: 130px;
border-top: none;
}
.Uc-arrow {
width: 0px;
height: 0px;
border: 10px solid;
border-color: transparent transparent white transparent;
position:absolute;
left: 130px;
top: -9px;
border-top: none;
}
.Uc-disableGooruButon{
/* Firefox v3.Uc-6+ */
background-image:-moz-linear-gradient(88% 0% -90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
/* safari v4.Uc-0+ and by Chrome v3.Uc-0+ */
background-image:-webkit-gradient(linear,88% 0%,88% 100%,color-stop(0, rgb(187,187,187)),color-stop(1, rgb(153,153,153)));
/* Chrome v10.Uc-0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
/* Opera v11.Uc-10+ */
background-image:-o-linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
background-image:linear-gradient(-90deg,rgb(187,187,187) 0%,rgb(153,153,153) 100%);
width:60px;
height:30px;
/* Firefox v1.Uc-0+ */
-moz-border-radius:4px;
/* Safari v3.Uc-0+ and by Chrome v0.Uc-2+ */
-webkit-border-radius:4px;
/* Firefox v4.Uc-0+ , Safari v5.Uc-0+ , Chrome v4.Uc-0+ , Opera v10.Uc-5+ and by IE v9.Uc-0+ */
border-radius:4px;
color:rgb(255,255,255);
background-color: rgb(187,187,187);
-ms-filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffbbbbbb,endColorstr=#ff999999,GradientType=0)");
filter:literal("progid:DXImageTransform.Uc-Microsoft.Uc-gradient(startColorstr=#ffbbbbbb,endColorstr=#ff999999,GradientType=0)");
}
/* Standards Popup*/
.Uc-standardsHeader {
width: 98%;
height: 31px;
background-color: rgb(81,81,81);
padding: 10px 0px 0px 10px;
}
.Uc-standardsTitle {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: rgb(255,255,255);
width: 94%;
}
.Uc-standardsCloseMarker {
float: left;
}
.Uc-standardsSprite {
background: url(../images/Classpage/assign-sprite.png) no-repeat;
}
.Uc-standardsCloseMark {
background-position: -52px -116px;
width: 18px;
height: 19px;
cursor: pointer;
}
.Uc-standardsContent{
/* width: 98%; */
padding: 10px 10px 10px 10px;
background-color: transparent;
border-color: rgb(221,221,221);
border-width: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style: solid;
min-height:275px;
height:275px;
}
.Uc-container{
width: 500px;
}
.Uc-divContainer{
padding: 6px;
float: left;
width: 87%;
}
.Uc-standardsDesc{
clear: both;
margin-top: 5px;
margin-bottom: 5px;
}
/* Standards Popup*/
/*Setting page css for 5.Uc-9 sprint*/
.Uc-settingpageEditTextBox{
border: 0;
width: 303px;
height: 30px;
padding-left: 5px;
float: right;
border: 1px solid #ccc;
}
.Uc-editableFieldSetting {
/* cursor: pointer; */
padding: 0px;
font-size: 12px !important;
/* float: left; */
padding-left: 15px;
}
.Uc-SettingEditEmail {
width: 235px !important;
height: 27px !important;
border: 1px solid #ccc;
font-size: 12px !important;
padding: 0px 5px;
}
.Uc-SettingEditLastName{
width: 135px !important;
height: 27px !important;
border: 1px solid #ccc;
font-size: 12px !important;
padding: 0px 5px;
}
.Uc-editableFieldlastNameSetting{
padding: 0px;
font-size: 12px !important;
padding-left: 5px;
}
.Uc-iconPosition{
margin-top: 9px;
margin-left: -35px;
}
.Uc-shareEmailButtonContainer {
padding: 25px 0 0 45px;
width: 123px;
margin: 0 auto;
}
button.Uc-emailPrimary {
color: white;
background-color: #1076bb;
border-radius: 4px;
padding: 7px 9px;
border: 1px solid #1076BB;
font-family: Arial, sans-serif;
display:inline-block;
/* Old browsers */
background:#1076BB;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C98CC), to(#1076BB));
/* Safari 5.Uc-1, Chrome 10+ */
background: -webkit-linear-gradient(top, #4C98CC, #1076BB);
/* Firefox 3.Uc-6+ */
background: -moz-linear-gradient(top, #4C98CC, #1076BB);
/* IE 10 */
background: -ms-linear-gradient(top, #4C98CC, #1076BB);
/* Opera 11.Uc-10+ */
background: -o-linear-gradient(top, #4C98CC, #1076BB);
}
button.Uc-emailPrimary:hover {
color:white;
background:#1076BB;
cursor:pointer;
}
button.Uc-emailSecondary {
color: #1076BB;
padding: 7px 9px;
border-radius: 4px;
background: #efefef;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));
background: -webkit-linear-gradient(top, #fdfdfd, #ddd);
background: -moz-linear-gradient(top, #fdfdfd, #ddd);
background: -ms-linear-gradient(top, #fdfdfd, #ddd);
background: -o-linear-gradient(top, #fdfdfd, #ddd);
border: 1px solid #ddd;
}
button.Uc-emailSecondary:hover {
background: #efefef;
cursor:pointer;
}
.Uc-emailSendButton{
float: left;
margin-right: 4px;
}
.Uc-privacyAlignStyle{
margin-right: 2px;
}
.Uc-paddingClear{
padding:0;
} | 0.210442 | 0.138578 |
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Neonderthaw&family=Roboto:wght@100;300;400;500;700&display=swap');
:root {
--main-color: #d3ad7f;
--black: #13131a;
--bg: #010103;
--border: .1rem solid rgba(255, 255, 255, .3)
}
* {
font-family: 'Courgette', cursive;
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
border: none;
text-decoration: none;
text-transform: capitalize;
transition: .2s linear;
}
/* =================================== HTML ================================= */
html {
font-size: 62.5%;
/* Se transbordar no eixo X, vai esconder.*/
overflow-x: hidden;
/* Para parar de modo que mostre a seção por inteiro na pagina.*/
scroll-padding-top: 12rem;
/* Ira subir e descer a tela calmamente quando solicitado*/
scroll-behavior: smooth;
}
/* toda a barra de rolagem. */
html::-webkit-scrollbar {
width: .8rem;
}
/* a faixa (barra de progresso) da barra de rolagem, onde há uma barra cinza em cima de uma barra branca.*/
html::-webkit-scrollbar-track {
background: transparent;
}
/* a alça de rolagem arrastável. */
html::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 5rem;
}
/* ================================ BODY =================================== */
body {
background: var(--bg);
}
section {
padding: 2rem 2%;
}
.heading {
text-align: center;
color: #fff;
padding-bottom: 3.5rem;
font-size: 6rem;
font-weight: lighter;
font-family: 'Neonderthaw', cursive;
}
.heading span {
color: var(--main-color);
font-family: 'Neonderthaw', cursive;
}
.btn {
margin-top: 1rem;
display: inline-block;
padding: .9rem 3rem;
font-size: 1.7rem;
color: #fff;
background: var(--main-color);
cursor: pointer;
}
.btn:hover {
letter-spacing: .2rem;
}
/* =============================== HEADER =============================== */
.header {
background: var(--bg);
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.5rem 7%;
border-bottom: var(--border);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
.header .logo img {
width: 90px;
}
.header .navbar a {
margin: 0 1rem;
font-size: 2rem;
color: #fff6c1;
}
.header .navbar a:hover {
color: var(--main-color);
border-bottom: .1rem solid var(--main-color);
padding-bottom: 0.5rem;
}
.header .icons div {
color: #fff;
cursor: pointer;
font-size: 2.5rem;
margin-left: 2rem;
}
.header .icons div:hover{
color: var(--main-color);
}
#menu-btn{
display: none;
}
.header .search-form{
position: absolute;
top: 115%;
right: 7%;
background: #fff;
width: 50rem;
height: 5rem;
display: flex;
align-items: center;
transform: scaleY(0);
transform-origin: top;
}
.header .search-form.active {
transform: scaleY(1);
}
.header .search-form input {
height: 100%;
width: 100%;
font-size: 1.6rem;
color: var(--black);
padding: 1rem;
text-transform: none;
}
.header .search-form label {
cursor: pointer;
font-size: 2.2rem;
margin-right: 1.5rem;
color: var(--black);
}
.header .search-form label:hover {
color: var(--main-color);
}
.header .cart-items-container{
position: absolute;
top: 100%;
right: -100%;
height: calc(100vh - 9.5rem);
width: 35rem;
background: #fff;
padding: 01.5rem;
}
.header .cart-items-container.active {
right: 0;
}
.header .cart-items-container .cart-items {
position: relative;
margin: 2rem 0;
display: flex;
align-items: center;
gap: 1.5rem;
}
.header .cart-items-container .cart-items .fa-times {
position: absolute;
top: 1rem;
right: 1rem;
font-size: 2rem;
cursor: pointer;
color: var(--black);
}
.header .cart-items-container .cart-items .fa-times:hover {
color: var(--main-color);
}
.header .cart-items-container .cart-items img {
height: 7rem;
}
.header .cart-items-container .cart-items .content h3 {
font-size: 2rem;
color: var(--black);
padding-bottom: .5rem;
}
.header .cart-items-container .cart-items .content .price {
font-size: 1.5rem;
color: var(--main-color);
}
.header .cart-items-container .btn {
width: 100%;
text-align: center;
}
/* =============================== HOME =============================== */
.home {
min-height: 100vh;
display: flex;
align-items: center;
background: url(../img/info3.png) no-repeat;
background-size: cover;
background-position: inherit;
background-position-y: 90px;
background-size: 220vh;
}
.home .content {
max-width: 31.1rem;
position: relative;
top: 9rem;
}
.home .content h3{
font-size: 2rem;
text-transform: uppercase;
color: #33221B;
}
.home .content p{
font-size: 1.5rem;
font-weight: lighter;
line-height: 1.8;
color: #33221B;
padding: 1rem 0;
}
.home .content .btn {
background-color: #33221B;
color: var(--main-color);
}
/* =============================== ABOUT =============================== */
.about .row {
display: flex;
align-items: center;
background: #98200D;
flex-wrap: wrap;
}
.about .row .image {
flex: 1 1 45rem;
}
.about .row .image img {
width: 100%;
}
.about .row .content {
flex: 1 1 45rem;
padding: 2rem;
}
.about .row .content h3 {
font-size: 3rem;
color: #33221B;
text-shadow: 1px 1px rgba(255, 255, 255, 0.384);
}
.about .row .content p {
font-size: 1.6rem;
color: #fff;
padding: 1rem 0;
line-height: 1.8;
}
.about .row .content .btn {
background-color: #33221B;
}
/* =============================== MENU =============================== */
.menu .box-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
gap: 1.5rem;
}
.menu .box-container .box {
padding: 5rem;
text-align: center;
border: var(--border);
}
.menu .box-container .box img {
height: 10rem;
}
.menu .box-container .box h3 {
color: #fff;
font-size: 2rem;
padding: 1rem 0;
}
.menu .box-container .box .btn {
font-size: 1.5rem;
padding: .9rem 2rem;
}
.menu .box-container .box .price {
color: #fff;
font-size: 2.5rem;
padding: .5rem 0;
}
.menu .box-container .box .price span {
font-size: 1.5rem;
text-decoration: line-through;
}
.menu .box-container .box:hover {
background: #33221B;
}
/* =============================== REVIEW =============================== */
.review .box-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
gap: 1.5rem;
}
.review .box-container .box {
border: var(--border);
text-align: center;
padding:3rem 2rem;
}
.review .box-container .box .quotes {
height: 7rem;
width: 10rem;
}
.review .box-container .box p {
font-size: 1.6rem;
line-height: 1.8;
color: #ccc;
padding: 2rem 0;
}
.review .box-container .box .user {
height: 7rem;
width: 7rem;
object-fit: cover;
}
.review .box-container .box h3 {
padding: 1rem 0;
font-size: 2rem;
color: #fff;
}
.review .box-container .box .stars i {
font-size: 1.5rem;
color: var(--main-color);
}
/* =============================== Contato =============================== */
.contact .row {
display: flex;
background: var(--black);
flex-wrap: wrap;
gap: 1rem;
}
.contact .row .map {
flex: 1 1 45rem;
width: 100%;
object-fit: cover;
}
.contact .row form {
flex: 1 1 45rem;
padding: 5rem 2rem;
text-align: center;
}
.contact .row form h3 {
text-transform: uppercase;
font-size: 3.5rem;
color: #fff;
}
.contact .row form .inputBox {
display: flex;
align-items: center;
margin-top: 2rem;
margin-bottom: 2rem;
background: var(--bg);
border: var(--border);
}
.contact .row form .inputBox span {
color: #fff;
font-size: 2rem;
padding-left: 2rem;
}
.contact .row form .inputBox input {
width: 100%;
padding: 2rem;
font-size: 1.7rem;
color: #fff;
text-transform: none;
background: none;
}
/* =============================== Footer =============================== */
.footer {
background: var(--black);
text-align: center;
}
.footer span a {
color: var(--main-color);
}
.footer .share {
padding: 1rem 0;
}
.footer .share a {
height: 5rem;
width: 5rem;
line-height: 5rem;
font-size: 2rem;
color: #fff;
border: var(--border);
margin: .3rem;
border-radius: 50%;
}
.footer .share a:hover {
background-color: var(--main-color);
}
.footer .links {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 2rem 0;
gap: 1rem;
}
.footer .links a {
padding: .7rem 2rem;
color: #fff;
border: var(--border);
font-size: 2rem;
}
.footer .links a:hover {
background: var(--main-color);
}
.footer .credit {
font-size: 2rem;
color: #fff;
font-weight: lighter;
padding: 1.5rem;
}
.footer .credit a {
color: var(--main-color);
}
/* ==================== MEDIA QUERIES ================ */
@media (max-width: 991px) {
html {
font-size: 55%;
}
.header {
padding: 1.5rem 2rem;
}
section {
padding: 2rem;
}
}
@media (max-width: 768px) {
#menu-btn{
display: inline-block;
}
.header .navbar {
position: absolute;
top: 100%;
right: -100%;
background: #fff;
width: 20rem;
height: calc(100vh - 9.5rem);
}
.header .navbar.active {
right: 0;
}
.header .navbar a {
color: var(--black);
display: block;
margin: 1.5rem;
padding: .5rem;
font-size: 3rem;
}
.header .search-form {
width: 90%;
right: 2rem;
}
.home {
background-position-x: -30px;
}
.home .content h3 {
font-size: 2.5rem;
}
.home .content p {
font-size: 2rem;
min-width: 37rem;
}
.home .content .btn {
padding: 1rem 3rem;
font-size: 3rem;
}
}
@media (max-width: 450px) {
html {
font-size: 50%;
}
} | assets/css/Style.css | @import url('https://fonts.googleapis.com/css2?family=Courgette&family=Neonderthaw&family=Roboto:wght@100;300;400;500;700&display=swap');
:root {
--main-color: #d3ad7f;
--black: #13131a;
--bg: #010103;
--border: .1rem solid rgba(255, 255, 255, .3)
}
* {
font-family: 'Courgette', cursive;
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
border: none;
text-decoration: none;
text-transform: capitalize;
transition: .2s linear;
}
/* =================================== HTML ================================= */
html {
font-size: 62.5%;
/* Se transbordar no eixo X, vai esconder.*/
overflow-x: hidden;
/* Para parar de modo que mostre a seção por inteiro na pagina.*/
scroll-padding-top: 12rem;
/* Ira subir e descer a tela calmamente quando solicitado*/
scroll-behavior: smooth;
}
/* toda a barra de rolagem. */
html::-webkit-scrollbar {
width: .8rem;
}
/* a faixa (barra de progresso) da barra de rolagem, onde há uma barra cinza em cima de uma barra branca.*/
html::-webkit-scrollbar-track {
background: transparent;
}
/* a alça de rolagem arrastável. */
html::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 5rem;
}
/* ================================ BODY =================================== */
body {
background: var(--bg);
}
section {
padding: 2rem 2%;
}
.heading {
text-align: center;
color: #fff;
padding-bottom: 3.5rem;
font-size: 6rem;
font-weight: lighter;
font-family: 'Neonderthaw', cursive;
}
.heading span {
color: var(--main-color);
font-family: 'Neonderthaw', cursive;
}
.btn {
margin-top: 1rem;
display: inline-block;
padding: .9rem 3rem;
font-size: 1.7rem;
color: #fff;
background: var(--main-color);
cursor: pointer;
}
.btn:hover {
letter-spacing: .2rem;
}
/* =============================== HEADER =============================== */
.header {
background: var(--bg);
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.5rem 7%;
border-bottom: var(--border);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
.header .logo img {
width: 90px;
}
.header .navbar a {
margin: 0 1rem;
font-size: 2rem;
color: #fff6c1;
}
.header .navbar a:hover {
color: var(--main-color);
border-bottom: .1rem solid var(--main-color);
padding-bottom: 0.5rem;
}
.header .icons div {
color: #fff;
cursor: pointer;
font-size: 2.5rem;
margin-left: 2rem;
}
.header .icons div:hover{
color: var(--main-color);
}
#menu-btn{
display: none;
}
.header .search-form{
position: absolute;
top: 115%;
right: 7%;
background: #fff;
width: 50rem;
height: 5rem;
display: flex;
align-items: center;
transform: scaleY(0);
transform-origin: top;
}
.header .search-form.active {
transform: scaleY(1);
}
.header .search-form input {
height: 100%;
width: 100%;
font-size: 1.6rem;
color: var(--black);
padding: 1rem;
text-transform: none;
}
.header .search-form label {
cursor: pointer;
font-size: 2.2rem;
margin-right: 1.5rem;
color: var(--black);
}
.header .search-form label:hover {
color: var(--main-color);
}
.header .cart-items-container{
position: absolute;
top: 100%;
right: -100%;
height: calc(100vh - 9.5rem);
width: 35rem;
background: #fff;
padding: 01.5rem;
}
.header .cart-items-container.active {
right: 0;
}
.header .cart-items-container .cart-items {
position: relative;
margin: 2rem 0;
display: flex;
align-items: center;
gap: 1.5rem;
}
.header .cart-items-container .cart-items .fa-times {
position: absolute;
top: 1rem;
right: 1rem;
font-size: 2rem;
cursor: pointer;
color: var(--black);
}
.header .cart-items-container .cart-items .fa-times:hover {
color: var(--main-color);
}
.header .cart-items-container .cart-items img {
height: 7rem;
}
.header .cart-items-container .cart-items .content h3 {
font-size: 2rem;
color: var(--black);
padding-bottom: .5rem;
}
.header .cart-items-container .cart-items .content .price {
font-size: 1.5rem;
color: var(--main-color);
}
.header .cart-items-container .btn {
width: 100%;
text-align: center;
}
/* =============================== HOME =============================== */
.home {
min-height: 100vh;
display: flex;
align-items: center;
background: url(../img/info3.png) no-repeat;
background-size: cover;
background-position: inherit;
background-position-y: 90px;
background-size: 220vh;
}
.home .content {
max-width: 31.1rem;
position: relative;
top: 9rem;
}
.home .content h3{
font-size: 2rem;
text-transform: uppercase;
color: #33221B;
}
.home .content p{
font-size: 1.5rem;
font-weight: lighter;
line-height: 1.8;
color: #33221B;
padding: 1rem 0;
}
.home .content .btn {
background-color: #33221B;
color: var(--main-color);
}
/* =============================== ABOUT =============================== */
.about .row {
display: flex;
align-items: center;
background: #98200D;
flex-wrap: wrap;
}
.about .row .image {
flex: 1 1 45rem;
}
.about .row .image img {
width: 100%;
}
.about .row .content {
flex: 1 1 45rem;
padding: 2rem;
}
.about .row .content h3 {
font-size: 3rem;
color: #33221B;
text-shadow: 1px 1px rgba(255, 255, 255, 0.384);
}
.about .row .content p {
font-size: 1.6rem;
color: #fff;
padding: 1rem 0;
line-height: 1.8;
}
.about .row .content .btn {
background-color: #33221B;
}
/* =============================== MENU =============================== */
.menu .box-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
gap: 1.5rem;
}
.menu .box-container .box {
padding: 5rem;
text-align: center;
border: var(--border);
}
.menu .box-container .box img {
height: 10rem;
}
.menu .box-container .box h3 {
color: #fff;
font-size: 2rem;
padding: 1rem 0;
}
.menu .box-container .box .btn {
font-size: 1.5rem;
padding: .9rem 2rem;
}
.menu .box-container .box .price {
color: #fff;
font-size: 2.5rem;
padding: .5rem 0;
}
.menu .box-container .box .price span {
font-size: 1.5rem;
text-decoration: line-through;
}
.menu .box-container .box:hover {
background: #33221B;
}
/* =============================== REVIEW =============================== */
.review .box-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
gap: 1.5rem;
}
.review .box-container .box {
border: var(--border);
text-align: center;
padding:3rem 2rem;
}
.review .box-container .box .quotes {
height: 7rem;
width: 10rem;
}
.review .box-container .box p {
font-size: 1.6rem;
line-height: 1.8;
color: #ccc;
padding: 2rem 0;
}
.review .box-container .box .user {
height: 7rem;
width: 7rem;
object-fit: cover;
}
.review .box-container .box h3 {
padding: 1rem 0;
font-size: 2rem;
color: #fff;
}
.review .box-container .box .stars i {
font-size: 1.5rem;
color: var(--main-color);
}
/* =============================== Contato =============================== */
.contact .row {
display: flex;
background: var(--black);
flex-wrap: wrap;
gap: 1rem;
}
.contact .row .map {
flex: 1 1 45rem;
width: 100%;
object-fit: cover;
}
.contact .row form {
flex: 1 1 45rem;
padding: 5rem 2rem;
text-align: center;
}
.contact .row form h3 {
text-transform: uppercase;
font-size: 3.5rem;
color: #fff;
}
.contact .row form .inputBox {
display: flex;
align-items: center;
margin-top: 2rem;
margin-bottom: 2rem;
background: var(--bg);
border: var(--border);
}
.contact .row form .inputBox span {
color: #fff;
font-size: 2rem;
padding-left: 2rem;
}
.contact .row form .inputBox input {
width: 100%;
padding: 2rem;
font-size: 1.7rem;
color: #fff;
text-transform: none;
background: none;
}
/* =============================== Footer =============================== */
.footer {
background: var(--black);
text-align: center;
}
.footer span a {
color: var(--main-color);
}
.footer .share {
padding: 1rem 0;
}
.footer .share a {
height: 5rem;
width: 5rem;
line-height: 5rem;
font-size: 2rem;
color: #fff;
border: var(--border);
margin: .3rem;
border-radius: 50%;
}
.footer .share a:hover {
background-color: var(--main-color);
}
.footer .links {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 2rem 0;
gap: 1rem;
}
.footer .links a {
padding: .7rem 2rem;
color: #fff;
border: var(--border);
font-size: 2rem;
}
.footer .links a:hover {
background: var(--main-color);
}
.footer .credit {
font-size: 2rem;
color: #fff;
font-weight: lighter;
padding: 1.5rem;
}
.footer .credit a {
color: var(--main-color);
}
/* ==================== MEDIA QUERIES ================ */
@media (max-width: 991px) {
html {
font-size: 55%;
}
.header {
padding: 1.5rem 2rem;
}
section {
padding: 2rem;
}
}
@media (max-width: 768px) {
#menu-btn{
display: inline-block;
}
.header .navbar {
position: absolute;
top: 100%;
right: -100%;
background: #fff;
width: 20rem;
height: calc(100vh - 9.5rem);
}
.header .navbar.active {
right: 0;
}
.header .navbar a {
color: var(--black);
display: block;
margin: 1.5rem;
padding: .5rem;
font-size: 3rem;
}
.header .search-form {
width: 90%;
right: 2rem;
}
.home {
background-position-x: -30px;
}
.home .content h3 {
font-size: 2.5rem;
}
.home .content p {
font-size: 2rem;
min-width: 37rem;
}
.home .content .btn {
padding: 1rem 3rem;
font-size: 3rem;
}
}
@media (max-width: 450px) {
html {
font-size: 50%;
}
} | 0.364212 | 0.082401 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
}
body {
height: 3000px;
}
header {
height: 100vh;
background-image: url('image/hero-bg.jpg');
background-size: 100% 100%;
position: relative;
z-index: 0;
}
.container {
width: 90%;
height: 100%;
margin: auto;
margin-left: 10%;
}
/* start overlay*/
.overlay {
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.9;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}
/* Start gym Header*/
.Gym {
width: 85%;
background-color: #000;
opacity: 0.9;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 2%;
padding-bottom: 2%;
color: #fff;
position: fixed;
z-index: 2;
}
.Gym_Logo {
width: 25%;
}
.Gym_Logo h2 {
text-transform: capitalize;
padding-left: 4%;
cursor: pointer;
}
.Gym_Logo:hover h2 {
color: #DE3725;
}
.Gym_Move {
width: 50%;
display: flex;
justify-content: space-between;
align-items: center;
list-style-type: none;
text-align: right;
}
.Gym_Move li a {
text-decoration: none;
text-transform: uppercase;
color: #fff;
}
.Gym_Move li:hover a {
color: #DE3725;
transition: color 0.1s ease-in-out;
}
.Gym_Move li a.active {
color: #DE3725;
}
.Gym_Website {
width: 12%;
}
.Gym_Website a i {
margin-left: 15%;
}
.Gym_Website a:hover {
color: hsl(6, 74%, 51%);
cursor: pointer;
}
.Gym_Article {
width: 33%;
-webkit-transform: translate(90%, 130%);
transform: translate(90%, 130%);
text-align: center;
position: relative;
z-index: 3;
}
.Gym_Article p {
color: #8A8F95;
font-size: larger;
text-transform: capitalize;
font-size: 1.4rem;
}
.Gym_Article h1 {
color: #fff;
text-transform: uppercase;
}
.Gym_Article button:first-of-type {
border: none;
background-color: transparent;
margin: 10px 50px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: hsl(0, 0%, 100%);
font-weight: bold;
}
.Gym_Article button:first-of-type:hover {
color: #CB310D
}
.Gym_Article button:last-of-type {
padding: 16px;
background-color: transparent;
text-transform: uppercase;
color: #CB310D;
border: 1px solid #EA3B1C;
font-weight: bold;
}
.Gym_Article button:last-of-type:hover {
background-color: #fff;
border-color: #fff;
}
.Gym_Article button {
display: inline;
}
/*End Header*/
/*start First Of Type Article*/
article:first-of-type {
background-color: #17181A;
height: 15%;
padding-top: 25px;
}
.W3_article {
display: flex;
align-items: center;
justify-content: space-between
}
.W3_article .left-side {
flex-basis: 48%;
margin-right: 0%;
border-right: 2px solid#353634;
}
.W3_article .left-side h1 {
color: #fff;
text-transform: capitalize;
}
.W3_article .left-side h4 {
color: #fff;
margin-bottom: 32px;
}
.W3_article .left-side p {
color: #575954;
font-weight: bolder;
margin-bottom: 25px;
line-height: 1.6rem;
}
.W3_article .left-side button {
width: 64%;
background-color: #F13A12;
color: #fff;
text-transform: uppercase;
border: none;
outline: none;
padding: 15px;
}
.W3_article .left-side button:hover {
background-color: #fff;
color: #F13A12;
}
.W3_article .right-side {
flex-basis: 50%;
margin: 20px 0px 0% 6%;
}
.W3_article .right-side h1 {
color: #fff;
}
.W3_article .right-side p {
color: #fff;
margin: 30px 0px 30px 0px;
font-weight: bolder;
}
.W3_article .right-side p span {
color: #575954;
}
/*End First Of Type Article*/
/* start description person*/
article:nth-of-type(2) {
height: 17%;
background-color: #f9f9f9;
}
.Gymso {
display: flex;
justify-content: space-between;
align-items: center;
}
.Gymso .Gym_aricle {
flex-basis: 35%;
margin-top: 10px;
}
.Gymso .Gym_aricle h1 {
margin-top: 30%
}
.Gymso .Gym_aricle p {
color: #697B84;
line-height: 1.8rem;
font-weight: bold;
margin: 15px 0px 15px 0px;
}
.Gymso .Gym_aricle p span {
color: #a3a1a1;
}
.Gymso .Gym_person {
flex-basis: 50%;
display: flex;
justify-content: space-around;
align-items: center;
margin: 65px 70px 0px 0px
}
.Yoga_Instructor {
display: flex;
flex-direction: column;
box-shadow: 5px 5px 4px 3px #697B84;
}
.Yoga_Instructor div:first-of-type {
display: flex;
justify-content: space-between;
padding: 10px 10px 8px 10px;
}
.Yoga_Instructor div:first-of-type div:first-child p {
line-height: 1.5rem;
}
.Yoga_Instructor div:first-of-type div:first-child p span:first-child {
font-weight: bolder;
}
.Yoga_Instructor div:first-of-type div:first-child p span:last-child {
color: #697B84;
}
.Yoga_Instructor div:last-of-type a i {
color: #5F5F5F;
margin-bottom: 17px;
}
/* End description person*/
/*start Training Classes*/
article:nth-of-type(3) {
margin-top: 6%;
}
.Training .Training_head {
text-align: center;
}
.Training .Training_head p {
text-transform: capitalize;
font-size: larger;
font-weight: bold;
color: #8B8A88;
}
.Img {
border-radius: 10px;
width: 342px;
opacity: 0.8;
}
.Img:hover {
opacity: 1;
}
.Training .Training_head h2 {
margin: 8px 0px 45px 0px;
font-weight: bolder;
}
.Training_Classes {
display: flex;
justify-content: space-evenly;
margin-right: 60px;
}
.Training_Classes>div {
width: 30%;
border: 2px solid #F13A12;
border-radius: 10px;
padding-bottom: 20px;
text-align: center;
}
.Training_Classes>div div:first-of-type {
display: flex;
justify-content: space-between;
align-items: center;
line-height: 1.7rem;
}
.Training_Classes>div div+p {
width: 80%;
margin-left: 20px;
line-height: 1.5rem;
color: #6C716A;
font-weight: 900;
text-transform: capitalize;
margin-top: 10px;
color: #f13a12;
}
.Training_Classes div div:first-of-type div:first-child {
display: flex;
flex-direction: column;
}
.Training_Classes div div:first-of-type div:first-child h3 {
margin: 3px 0px 5px -64px;
font-weight: 900;
}
.Training_Classes div div:first-of-type div:first-child p {
margin-left: 20px;
}
.Training_Classes div div:first-of-type div:first-child p span {
color: #9A9695;
}
.Training_Classes div div:first-of-type div:last-child span {
margin-right: 10px;
background-color: #f13a12;
padding: 15px;
border-radius: 50%;
color: #fff;
font-weight: 900;
}
/*End Training Classes*/
/*Start Weekly*/
article:nth-of-type(4){
background-color: #17181A;
margin-top: 50px;
height: 22%;
text-align: center;
}
.Table_text{
padding-top: 25px;
}
.Table_text p{
text-transform: capitalize;
color:#919390;
font-size: 1.2rem;
}
.Table_text h1{
color:#fff;
text-transform:capitalize;
margin-top:10px;
margin-bottom: 20px;
}
.Table_Time table{
width:95%;
height: 370px;
margin-top: 50px;
}
.Table_Time table,th{
border:2px solid #1F2022;
border-collapse: collapse;
padding: 16px;
color:#fff;
}
.Table_Time table tr:first-of-type {
background-color:#F13A12;
}
/* End Weekly*/
/*start Submit*/
article:nth-of-type(5)
{
margin-top: 50px;
}
.Contact{
display: flex;
justify-content: space-between;
align-items: center;
}
.Contact_Form{
flex-basis: 50%;
}
.Contact_Form table{
width: 100%;
}
.Contact_Form table caption{
font-weight: bold;
font-size: x-large;
text-transform: capitalize;
margin-right: 100px;
}
.Contact_Form table input{
padding: 16px;
}
.Contact_Form table input,.Contact_Form table textarea{
width: 90%;
margin: 15px 0px 10px 0px;
text-indent: .9rem;
}
.Contact_Form table input[type='submit']{
background-color: #17181A;
padding: 12px;
border:none;
outline: none;
color:#fff
}
.Contact_Form table input[type='submit']:hover{
background-color: #F13A12;
}
.Contact_Location{
flex-basis: 50%;
margin-bottom: 80px;
}
.Contact_Location p{
margin: 35px 0px 35px 0px;
}
.Contact_Location hr{
width: 95%;
margin: 30px 0px 0px 0px;
}
.Contact_Location img{
width: 95%;
margin-top: 10%;
}
/*End Submit*/
/* start Footer*/
footer{
background-color:#17181A;
height: 2%;
}
.bottom_Page{
display: flex;
justify-content: space-evenly;
align-items: center;
padding-top: 22px;
color:#fff;
}
.bottom_Page div:last-child span {
margin-left: 10px;
}
.bottom_Page div:last-child span i{
color:#F13A12
}
/* End Footer*/ | index.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
}
body {
height: 3000px;
}
header {
height: 100vh;
background-image: url('image/hero-bg.jpg');
background-size: 100% 100%;
position: relative;
z-index: 0;
}
.container {
width: 90%;
height: 100%;
margin: auto;
margin-left: 10%;
}
/* start overlay*/
.overlay {
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.9;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}
/* Start gym Header*/
.Gym {
width: 85%;
background-color: #000;
opacity: 0.9;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 2%;
padding-bottom: 2%;
color: #fff;
position: fixed;
z-index: 2;
}
.Gym_Logo {
width: 25%;
}
.Gym_Logo h2 {
text-transform: capitalize;
padding-left: 4%;
cursor: pointer;
}
.Gym_Logo:hover h2 {
color: #DE3725;
}
.Gym_Move {
width: 50%;
display: flex;
justify-content: space-between;
align-items: center;
list-style-type: none;
text-align: right;
}
.Gym_Move li a {
text-decoration: none;
text-transform: uppercase;
color: #fff;
}
.Gym_Move li:hover a {
color: #DE3725;
transition: color 0.1s ease-in-out;
}
.Gym_Move li a.active {
color: #DE3725;
}
.Gym_Website {
width: 12%;
}
.Gym_Website a i {
margin-left: 15%;
}
.Gym_Website a:hover {
color: hsl(6, 74%, 51%);
cursor: pointer;
}
.Gym_Article {
width: 33%;
-webkit-transform: translate(90%, 130%);
transform: translate(90%, 130%);
text-align: center;
position: relative;
z-index: 3;
}
.Gym_Article p {
color: #8A8F95;
font-size: larger;
text-transform: capitalize;
font-size: 1.4rem;
}
.Gym_Article h1 {
color: #fff;
text-transform: uppercase;
}
.Gym_Article button:first-of-type {
border: none;
background-color: transparent;
margin: 10px 50px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: hsl(0, 0%, 100%);
font-weight: bold;
}
.Gym_Article button:first-of-type:hover {
color: #CB310D
}
.Gym_Article button:last-of-type {
padding: 16px;
background-color: transparent;
text-transform: uppercase;
color: #CB310D;
border: 1px solid #EA3B1C;
font-weight: bold;
}
.Gym_Article button:last-of-type:hover {
background-color: #fff;
border-color: #fff;
}
.Gym_Article button {
display: inline;
}
/*End Header*/
/*start First Of Type Article*/
article:first-of-type {
background-color: #17181A;
height: 15%;
padding-top: 25px;
}
.W3_article {
display: flex;
align-items: center;
justify-content: space-between
}
.W3_article .left-side {
flex-basis: 48%;
margin-right: 0%;
border-right: 2px solid#353634;
}
.W3_article .left-side h1 {
color: #fff;
text-transform: capitalize;
}
.W3_article .left-side h4 {
color: #fff;
margin-bottom: 32px;
}
.W3_article .left-side p {
color: #575954;
font-weight: bolder;
margin-bottom: 25px;
line-height: 1.6rem;
}
.W3_article .left-side button {
width: 64%;
background-color: #F13A12;
color: #fff;
text-transform: uppercase;
border: none;
outline: none;
padding: 15px;
}
.W3_article .left-side button:hover {
background-color: #fff;
color: #F13A12;
}
.W3_article .right-side {
flex-basis: 50%;
margin: 20px 0px 0% 6%;
}
.W3_article .right-side h1 {
color: #fff;
}
.W3_article .right-side p {
color: #fff;
margin: 30px 0px 30px 0px;
font-weight: bolder;
}
.W3_article .right-side p span {
color: #575954;
}
/*End First Of Type Article*/
/* start description person*/
article:nth-of-type(2) {
height: 17%;
background-color: #f9f9f9;
}
.Gymso {
display: flex;
justify-content: space-between;
align-items: center;
}
.Gymso .Gym_aricle {
flex-basis: 35%;
margin-top: 10px;
}
.Gymso .Gym_aricle h1 {
margin-top: 30%
}
.Gymso .Gym_aricle p {
color: #697B84;
line-height: 1.8rem;
font-weight: bold;
margin: 15px 0px 15px 0px;
}
.Gymso .Gym_aricle p span {
color: #a3a1a1;
}
.Gymso .Gym_person {
flex-basis: 50%;
display: flex;
justify-content: space-around;
align-items: center;
margin: 65px 70px 0px 0px
}
.Yoga_Instructor {
display: flex;
flex-direction: column;
box-shadow: 5px 5px 4px 3px #697B84;
}
.Yoga_Instructor div:first-of-type {
display: flex;
justify-content: space-between;
padding: 10px 10px 8px 10px;
}
.Yoga_Instructor div:first-of-type div:first-child p {
line-height: 1.5rem;
}
.Yoga_Instructor div:first-of-type div:first-child p span:first-child {
font-weight: bolder;
}
.Yoga_Instructor div:first-of-type div:first-child p span:last-child {
color: #697B84;
}
.Yoga_Instructor div:last-of-type a i {
color: #5F5F5F;
margin-bottom: 17px;
}
/* End description person*/
/*start Training Classes*/
article:nth-of-type(3) {
margin-top: 6%;
}
.Training .Training_head {
text-align: center;
}
.Training .Training_head p {
text-transform: capitalize;
font-size: larger;
font-weight: bold;
color: #8B8A88;
}
.Img {
border-radius: 10px;
width: 342px;
opacity: 0.8;
}
.Img:hover {
opacity: 1;
}
.Training .Training_head h2 {
margin: 8px 0px 45px 0px;
font-weight: bolder;
}
.Training_Classes {
display: flex;
justify-content: space-evenly;
margin-right: 60px;
}
.Training_Classes>div {
width: 30%;
border: 2px solid #F13A12;
border-radius: 10px;
padding-bottom: 20px;
text-align: center;
}
.Training_Classes>div div:first-of-type {
display: flex;
justify-content: space-between;
align-items: center;
line-height: 1.7rem;
}
.Training_Classes>div div+p {
width: 80%;
margin-left: 20px;
line-height: 1.5rem;
color: #6C716A;
font-weight: 900;
text-transform: capitalize;
margin-top: 10px;
color: #f13a12;
}
.Training_Classes div div:first-of-type div:first-child {
display: flex;
flex-direction: column;
}
.Training_Classes div div:first-of-type div:first-child h3 {
margin: 3px 0px 5px -64px;
font-weight: 900;
}
.Training_Classes div div:first-of-type div:first-child p {
margin-left: 20px;
}
.Training_Classes div div:first-of-type div:first-child p span {
color: #9A9695;
}
.Training_Classes div div:first-of-type div:last-child span {
margin-right: 10px;
background-color: #f13a12;
padding: 15px;
border-radius: 50%;
color: #fff;
font-weight: 900;
}
/*End Training Classes*/
/*Start Weekly*/
article:nth-of-type(4){
background-color: #17181A;
margin-top: 50px;
height: 22%;
text-align: center;
}
.Table_text{
padding-top: 25px;
}
.Table_text p{
text-transform: capitalize;
color:#919390;
font-size: 1.2rem;
}
.Table_text h1{
color:#fff;
text-transform:capitalize;
margin-top:10px;
margin-bottom: 20px;
}
.Table_Time table{
width:95%;
height: 370px;
margin-top: 50px;
}
.Table_Time table,th{
border:2px solid #1F2022;
border-collapse: collapse;
padding: 16px;
color:#fff;
}
.Table_Time table tr:first-of-type {
background-color:#F13A12;
}
/* End Weekly*/
/*start Submit*/
article:nth-of-type(5)
{
margin-top: 50px;
}
.Contact{
display: flex;
justify-content: space-between;
align-items: center;
}
.Contact_Form{
flex-basis: 50%;
}
.Contact_Form table{
width: 100%;
}
.Contact_Form table caption{
font-weight: bold;
font-size: x-large;
text-transform: capitalize;
margin-right: 100px;
}
.Contact_Form table input{
padding: 16px;
}
.Contact_Form table input,.Contact_Form table textarea{
width: 90%;
margin: 15px 0px 10px 0px;
text-indent: .9rem;
}
.Contact_Form table input[type='submit']{
background-color: #17181A;
padding: 12px;
border:none;
outline: none;
color:#fff
}
.Contact_Form table input[type='submit']:hover{
background-color: #F13A12;
}
.Contact_Location{
flex-basis: 50%;
margin-bottom: 80px;
}
.Contact_Location p{
margin: 35px 0px 35px 0px;
}
.Contact_Location hr{
width: 95%;
margin: 30px 0px 0px 0px;
}
.Contact_Location img{
width: 95%;
margin-top: 10%;
}
/*End Submit*/
/* start Footer*/
footer{
background-color:#17181A;
height: 2%;
}
.bottom_Page{
display: flex;
justify-content: space-evenly;
align-items: center;
padding-top: 22px;
color:#fff;
}
.bottom_Page div:last-child span {
margin-left: 10px;
}
.bottom_Page div:last-child span i{
color:#F13A12
}
/* End Footer*/ | 0.337094 | 0.101589 |
.carousel{
margin: 0 0 25px 0;
position:relative;
height: 340px;
width: 960px;
overflow:hidden;
}
.carousel h2{
color: #fff;
}
.carousel .backgrounds{
height: 340px;
}
.carousel .backgrounds .item{
width: 960px;
height: 340px;
float:left;
position:relative;
z-index:1;
}
.carousel .backgrounds .item_1{
}
.carousel .backgrounds .item_2{
}
.carousel .backgrounds .item_3{
}
.carousel .panel{
background: #1d1d1d;
color: #fff;
position:absolute;
right: 0;
top:0;
height: 340px;
width: 300px;
z-index:10;
}
.carousel .panel .paging{
position:absolute;
bottom: 25px;
left:25px;
width: 225px;
text-align:center;
}
.carousel .panel .paging a{
color: #4c4c4c;
font-size: 1.1em;
}
.carousel .panel .pause{
position:absolute;
right:20px;
top:25px;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .play{
position:absolute;
right:20px;
top:25px;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .paging .next{
position:absolute;
right:0;
bottom:0;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .paging .previous{
position:absolute;
left:0;
bottom:0;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .paging #numbers a {
color: #666;
padding: 0 5px 0 5px;
}
.carousel .panel .paging #numbers a.selected {
color: #fff;
}
.carousel .panel .details_wrapper {
position:absolute;
top:20px;
left:25px;
width: 225px;
overflow:hidden;
height: 200px;
}
.carousel .panel .details_wrapper .details{
height: 200px;
}
.carousel .panel .details_wrapper .details .detail{
width: 225px;
height: 200px;
float:left;
}
.carousel .panel .details_wrapper .details h2{
font-size: 1.9em;
line-height: 1.2em;
margin: 0 0 5px 0;
color: #fff;
}
.carousel .panel .details_wrapper .details h2 a {
color: #fff;
}
.carousel .panel .details_wrapper .details p {
color: #ccc;
}
.carousel .panel .details_wrapper .details a.more{
font-size:1.1em;
}
/* END CAROUSEL */ | css/jquery.dualSlider.0.2.css |
.carousel{
margin: 0 0 25px 0;
position:relative;
height: 340px;
width: 960px;
overflow:hidden;
}
.carousel h2{
color: #fff;
}
.carousel .backgrounds{
height: 340px;
}
.carousel .backgrounds .item{
width: 960px;
height: 340px;
float:left;
position:relative;
z-index:1;
}
.carousel .backgrounds .item_1{
}
.carousel .backgrounds .item_2{
}
.carousel .backgrounds .item_3{
}
.carousel .panel{
background: #1d1d1d;
color: #fff;
position:absolute;
right: 0;
top:0;
height: 340px;
width: 300px;
z-index:10;
}
.carousel .panel .paging{
position:absolute;
bottom: 25px;
left:25px;
width: 225px;
text-align:center;
}
.carousel .panel .paging a{
color: #4c4c4c;
font-size: 1.1em;
}
.carousel .panel .pause{
position:absolute;
right:20px;
top:25px;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .play{
position:absolute;
right:20px;
top:25px;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .paging .next{
position:absolute;
right:0;
bottom:0;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .paging .previous{
position:absolute;
left:0;
bottom:0;
display:block;
width: 18px;
height: 18px;
background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
text-indent: -6000px;
}
.carousel .panel .paging #numbers a {
color: #666;
padding: 0 5px 0 5px;
}
.carousel .panel .paging #numbers a.selected {
color: #fff;
}
.carousel .panel .details_wrapper {
position:absolute;
top:20px;
left:25px;
width: 225px;
overflow:hidden;
height: 200px;
}
.carousel .panel .details_wrapper .details{
height: 200px;
}
.carousel .panel .details_wrapper .details .detail{
width: 225px;
height: 200px;
float:left;
}
.carousel .panel .details_wrapper .details h2{
font-size: 1.9em;
line-height: 1.2em;
margin: 0 0 5px 0;
color: #fff;
}
.carousel .panel .details_wrapper .details h2 a {
color: #fff;
}
.carousel .panel .details_wrapper .details p {
color: #ccc;
}
.carousel .panel .details_wrapper .details a.more{
font-size:1.1em;
}
/* END CAROUSEL */ | 0.268941 | 0.04098 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.dailymotion.com") {}
@-moz-document domain("www.owncloud.org") {body {color: #111}}
@-moz-document url-prefix(http://g.e-hent), url-prefix(http://e-hent) {
body{background-color: #111;
color: #AAA;}
div.ido{background-color: #111;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
p#nb a{color: #AAA;}
div.sni, table.itg th {background-color: #111;
color: #AAA;}
tr.gtr0 {background-color: #111;
color: #036AD1}
tr.gtr1 {background-color: #212121;
color: #036AD1}
div.it5 a {color: #036AD1}
td.itu a {color: #036AD1}
div.id1 {background-color: #212121;
color: #036AD1;}
div.idi{border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
div.id2 a {color: #036AD1}
a {color: #036AD1}
table.ptt td, table.ptb td {background: #111;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
table.ptt td,table.ptb td, div.ths {background: #212121!important;}
td.ptds a {color: #FFF!important;}
.stdinput {background: #212121;
color: #AAA;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
.stdbtn {background-color: #212121;
color: #AAA;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
table.itg, div#gd1 img, div#gdt img {border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
div#pt {border-bottom-color: #000066;}
div, div.gm, div#gd2, div#gmid, div#gright, div.gt,h1#gj, div#gd4, div#gdt, div.c2 {background-color: #111;
color: #AAA;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
div.it3, div.it4, div.it5, div.i, td.itu div {background: none;}
} | data/usercss/129976.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.dailymotion.com") {}
@-moz-document domain("www.owncloud.org") {body {color: #111}}
@-moz-document url-prefix(http://g.e-hent), url-prefix(http://e-hent) {
body{background-color: #111;
color: #AAA;}
div.ido{background-color: #111;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
p#nb a{color: #AAA;}
div.sni, table.itg th {background-color: #111;
color: #AAA;}
tr.gtr0 {background-color: #111;
color: #036AD1}
tr.gtr1 {background-color: #212121;
color: #036AD1}
div.it5 a {color: #036AD1}
td.itu a {color: #036AD1}
div.id1 {background-color: #212121;
color: #036AD1;}
div.idi{border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
div.id2 a {color: #036AD1}
a {color: #036AD1}
table.ptt td, table.ptb td {background: #111;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
table.ptt td,table.ptb td, div.ths {background: #212121!important;}
td.ptds a {color: #FFF!important;}
.stdinput {background: #212121;
color: #AAA;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
.stdbtn {background-color: #212121;
color: #AAA;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
table.itg, div#gd1 img, div#gdt img {border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
div#pt {border-bottom-color: #000066;}
div, div.gm, div#gd2, div#gmid, div#gright, div.gt,h1#gj, div#gd4, div#gdt, div.c2 {background-color: #111;
color: #AAA;
border-top-color: #000066;
border-right-color: #000066;
border-bottom-color: #000066;
border-left-color: #000066;}
div.it3, div.it4, div.it5, div.i, td.itu div {background: none;}
} | 0.25842 | 0.15863 |
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Noto Sans", sans-serif;
}
img {
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: inherit;
}
body {
background-color: #1c1c1c;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
main {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
li {
list-style-type: none;
}
h1 {
text-transform: uppercase;
}
.container {
margin: 0 auto;
max-width: 1200px;
}
.container-small {
margin: 0 auto;
max-width: 1000px;
}
.h-100 {
height: 100%;
}
header .upper-header {
background-color: #0282f9;
color: white;
text-align: right;
text-transform: uppercase;
font-weight: bold;
padding: 1px;
font-size: 0.8rem;
}
header .upper-header .container > * {
margin-left: 30px;
}
header .bottom-header {
background-color: white;
color: black;
font-weight: bold;
}
header .bottom-header .container {
display: flex;
justify-content: space-between;
align-items: center;
height: 120px;
}
header .bottom-header .container img {
height: 90px;
}
header .bottom-header .container .main-menu {
flex-grow: 1;
padding: 0 40px;
}
header .bottom-header .container .main-menu ul {
display: flex;
justify-content: space-around;
}
header .bottom-header .container .main-menu ul li {
display: flex;
align-items: center;
list-style-type: none;
margin: 0 5px;
border-bottom: 6px solid transparent;
}
header .bottom-header .container .main-menu ul li a {
font-weight: 700;
font-size: 0.8rem;
text-transform: uppercase;
}
header .bottom-header .container .main-menu ul li.active {
color: #0282f9;
border-bottom: 6px solid #0282f9;
}
header .bottom-header .container .search-bar div {
border-bottom: 2px solid #0282f9;
padding: 2px;
}
header .bottom-header .container .search-bar input {
border: transparent;
text-align: right;
width: 140px;
}
header .bottom-header .container .search-bar input::-moz-placeholder {
color: black;
font-weight: bold;
}
header .bottom-header .container .search-bar input:-ms-input-placeholder {
color: black;
font-weight: bold;
}
header .bottom-header .container .search-bar input::placeholder {
color: black;
font-weight: bold;
}
header .bottom-header .container .search-bar input::-ms-input-placeholder {
color: black;
font-weight: bold;
}
footer .upper-footer {
background-image: url("../images/footer-bg.jpg");
color: #959595;
}
footer .upper-footer .container {
padding: 35px 0;
}
footer .upper-footer nav > ul {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
height: 300px;
align-content: flex-start;
}
footer .upper-footer nav > ul h3 {
color: white;
margin: 10px 0;
}
footer .upper-footer nav > ul ul {
list-style-type: none;
margin: 5px 40px 5px 0;
}
footer .upper-footer nav > ul ul a {
font-size: 0.8rem;
}
footer .upper-footer p {
margin-top: 15px;
font-size: 0.8rem;
}
footer .upper-footer p a {
color: #0282f9;
}
footer .bottom-footer {
background-color: #303030;
height: 120px;
color: #0282f9;
font-size: 1.5rem;
}
footer .bottom-footer .container {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .bottom-footer .sign-up-button a {
border: 3px solid #0282f9;
padding: 0.9rem;
color: white;
font-size: 1.1rem;
}
footer .bottom-footer .social {
font-size: 800;
display: flex;
justify-content: space-between;
align-items: center;
}
footer .bottom-footer .social span {
margin: 15px;
}
footer .bottom-footer .social img {
margin: 5px;
}
.featured {
background-color: #0282f9;
color: white;
height: 120px;
padding: 30px 15px;
}
.featured ul {
display: flex;
align-items: center;
justify-content: space-between;
}
.featured ul li {
display: flex;
align-items: center;
}
.featured ul li a {
margin: 0 10px;
}
.featured img {
height: 50px;
width: auto;
}
.jumbotron {
max-height: 300px;
overflow: hidden;
}
.series-gallery .container {
position: relative;
padding: 30px 0;
display: flex;
flex-direction: column;
align-items: center;
}
.series-gallery ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.series-gallery ul li {
flex-basis: 16.6666666667%;
max-width: 16.6666666667%;
color: white;
padding: 10px;
}
.series-gallery .card figure {
width: 100%;
}
.series-gallery .card figure img {
width: 100%;
height: 185px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0 0;
object-position: 0 0;
}
.series-gallery .card figure figcaption {
text-transform: uppercase;
}
.series-gallery .label {
position: absolute;
top: 0;
left: 0;
display: inline-block;
min-width: 220px;
padding: 0.5rem;
text-align: center;
font-weight: bold;
font-size: 1.1rem;
color: white;
background-color: #0282f9;
transform: translate(0, -50%);
text-transform: uppercase;
}
.series-gallery button {
display: inline-block;
background-color: #0282f9;
color: white;
padding: 0.5rem;
min-width: 180px;
border: none;
cursor: pointer;
text-align: center;
margin: 15px 0;
text-transform: uppercase;
}
#show-serie .cover-display {
height: 80px;
background-color: #0282f9;
}
#show-serie .cover-display .container-small {
position: relative;
}
#show-serie .cover-display img {
position: absolute;
bottom: 20px;
}
#show-serie .serie-display {
background-color: white;
padding: 80px 0;
}
#show-serie .serie-display .container-small {
display: flex;
flex-direction: row;
}
#show-serie .serie-display h2 {
text-transform: uppercase;
color: #003f5e;
margin-bottom: 20px;
}
#show-serie .serie-display .serie-info {
flex-basis: 70%;
margin-right: 40px;
}
#show-serie .serie-display .purchase-information {
background-color: #55ba59;
height: 50px;
border-bottom: 1px solid #429246;
color: white;
display: flex;
align-items: center;
}
#show-serie .serie-display .purchase-information > * {
padding: 25px;
}
#show-serie .serie-display .purchase-information .price {
flex-grow: 1;
display: flex;
justify-content: space-between;
align-items: center;
border-right: 1px solid #429246;
}
#show-serie .serie-display p {
margin: 20px 0;
color: #555556;
line-height: 1.5;
}
#show-serie .serie-display .advertisment figure {
text-align: right;
}
#show-serie .serie-display .advertisment figcaption {
text-transform: uppercase;
font-weight: bold;
color: #555556;
}
#show-serie .serie-information {
background-color: #f6f6f6;
border-top: 1px solid #e5e5e5;
padding: 50px 0;
}
#show-serie .serie-information .container-small {
display: flex;
justify-content: space-between;
}
#show-serie .serie-information .container-small > * {
flex-basis: 48%;
}
#show-serie .serie-information h3,
#show-serie .serie-information h4 {
color: #003f5e;
}
#show-serie .serie-information h3 {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 20px;
}
#show-serie .serie-information .info {
display: flex;
border-bottom: 1px solid #e5e5e5;
padding: 15px 0;
}
#show-serie .serie-information .info a {
color: #3dbce0;
font-weight: bold;
font-size: 0.8rem;
}
#show-serie .serie-information .info .specs a {
text-transform: uppercase;
}
#show-serie .serie-information .info h4 {
flex-basis: 25%;
}
#show-serie .serie-information .info div {
flex-basis: 75%;
} | public/css/app.css | @import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Noto Sans", sans-serif;
}
img {
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: inherit;
}
body {
background-color: #1c1c1c;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
main {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
li {
list-style-type: none;
}
h1 {
text-transform: uppercase;
}
.container {
margin: 0 auto;
max-width: 1200px;
}
.container-small {
margin: 0 auto;
max-width: 1000px;
}
.h-100 {
height: 100%;
}
header .upper-header {
background-color: #0282f9;
color: white;
text-align: right;
text-transform: uppercase;
font-weight: bold;
padding: 1px;
font-size: 0.8rem;
}
header .upper-header .container > * {
margin-left: 30px;
}
header .bottom-header {
background-color: white;
color: black;
font-weight: bold;
}
header .bottom-header .container {
display: flex;
justify-content: space-between;
align-items: center;
height: 120px;
}
header .bottom-header .container img {
height: 90px;
}
header .bottom-header .container .main-menu {
flex-grow: 1;
padding: 0 40px;
}
header .bottom-header .container .main-menu ul {
display: flex;
justify-content: space-around;
}
header .bottom-header .container .main-menu ul li {
display: flex;
align-items: center;
list-style-type: none;
margin: 0 5px;
border-bottom: 6px solid transparent;
}
header .bottom-header .container .main-menu ul li a {
font-weight: 700;
font-size: 0.8rem;
text-transform: uppercase;
}
header .bottom-header .container .main-menu ul li.active {
color: #0282f9;
border-bottom: 6px solid #0282f9;
}
header .bottom-header .container .search-bar div {
border-bottom: 2px solid #0282f9;
padding: 2px;
}
header .bottom-header .container .search-bar input {
border: transparent;
text-align: right;
width: 140px;
}
header .bottom-header .container .search-bar input::-moz-placeholder {
color: black;
font-weight: bold;
}
header .bottom-header .container .search-bar input:-ms-input-placeholder {
color: black;
font-weight: bold;
}
header .bottom-header .container .search-bar input::placeholder {
color: black;
font-weight: bold;
}
header .bottom-header .container .search-bar input::-ms-input-placeholder {
color: black;
font-weight: bold;
}
footer .upper-footer {
background-image: url("../images/footer-bg.jpg");
color: #959595;
}
footer .upper-footer .container {
padding: 35px 0;
}
footer .upper-footer nav > ul {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
height: 300px;
align-content: flex-start;
}
footer .upper-footer nav > ul h3 {
color: white;
margin: 10px 0;
}
footer .upper-footer nav > ul ul {
list-style-type: none;
margin: 5px 40px 5px 0;
}
footer .upper-footer nav > ul ul a {
font-size: 0.8rem;
}
footer .upper-footer p {
margin-top: 15px;
font-size: 0.8rem;
}
footer .upper-footer p a {
color: #0282f9;
}
footer .bottom-footer {
background-color: #303030;
height: 120px;
color: #0282f9;
font-size: 1.5rem;
}
footer .bottom-footer .container {
display: flex;
justify-content: space-between;
align-items: center;
}
footer .bottom-footer .sign-up-button a {
border: 3px solid #0282f9;
padding: 0.9rem;
color: white;
font-size: 1.1rem;
}
footer .bottom-footer .social {
font-size: 800;
display: flex;
justify-content: space-between;
align-items: center;
}
footer .bottom-footer .social span {
margin: 15px;
}
footer .bottom-footer .social img {
margin: 5px;
}
.featured {
background-color: #0282f9;
color: white;
height: 120px;
padding: 30px 15px;
}
.featured ul {
display: flex;
align-items: center;
justify-content: space-between;
}
.featured ul li {
display: flex;
align-items: center;
}
.featured ul li a {
margin: 0 10px;
}
.featured img {
height: 50px;
width: auto;
}
.jumbotron {
max-height: 300px;
overflow: hidden;
}
.series-gallery .container {
position: relative;
padding: 30px 0;
display: flex;
flex-direction: column;
align-items: center;
}
.series-gallery ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.series-gallery ul li {
flex-basis: 16.6666666667%;
max-width: 16.6666666667%;
color: white;
padding: 10px;
}
.series-gallery .card figure {
width: 100%;
}
.series-gallery .card figure img {
width: 100%;
height: 185px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0 0;
object-position: 0 0;
}
.series-gallery .card figure figcaption {
text-transform: uppercase;
}
.series-gallery .label {
position: absolute;
top: 0;
left: 0;
display: inline-block;
min-width: 220px;
padding: 0.5rem;
text-align: center;
font-weight: bold;
font-size: 1.1rem;
color: white;
background-color: #0282f9;
transform: translate(0, -50%);
text-transform: uppercase;
}
.series-gallery button {
display: inline-block;
background-color: #0282f9;
color: white;
padding: 0.5rem;
min-width: 180px;
border: none;
cursor: pointer;
text-align: center;
margin: 15px 0;
text-transform: uppercase;
}
#show-serie .cover-display {
height: 80px;
background-color: #0282f9;
}
#show-serie .cover-display .container-small {
position: relative;
}
#show-serie .cover-display img {
position: absolute;
bottom: 20px;
}
#show-serie .serie-display {
background-color: white;
padding: 80px 0;
}
#show-serie .serie-display .container-small {
display: flex;
flex-direction: row;
}
#show-serie .serie-display h2 {
text-transform: uppercase;
color: #003f5e;
margin-bottom: 20px;
}
#show-serie .serie-display .serie-info {
flex-basis: 70%;
margin-right: 40px;
}
#show-serie .serie-display .purchase-information {
background-color: #55ba59;
height: 50px;
border-bottom: 1px solid #429246;
color: white;
display: flex;
align-items: center;
}
#show-serie .serie-display .purchase-information > * {
padding: 25px;
}
#show-serie .serie-display .purchase-information .price {
flex-grow: 1;
display: flex;
justify-content: space-between;
align-items: center;
border-right: 1px solid #429246;
}
#show-serie .serie-display p {
margin: 20px 0;
color: #555556;
line-height: 1.5;
}
#show-serie .serie-display .advertisment figure {
text-align: right;
}
#show-serie .serie-display .advertisment figcaption {
text-transform: uppercase;
font-weight: bold;
color: #555556;
}
#show-serie .serie-information {
background-color: #f6f6f6;
border-top: 1px solid #e5e5e5;
padding: 50px 0;
}
#show-serie .serie-information .container-small {
display: flex;
justify-content: space-between;
}
#show-serie .serie-information .container-small > * {
flex-basis: 48%;
}
#show-serie .serie-information h3,
#show-serie .serie-information h4 {
color: #003f5e;
}
#show-serie .serie-information h3 {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 20px;
}
#show-serie .serie-information .info {
display: flex;
border-bottom: 1px solid #e5e5e5;
padding: 15px 0;
}
#show-serie .serie-information .info a {
color: #3dbce0;
font-weight: bold;
font-size: 0.8rem;
}
#show-serie .serie-information .info .specs a {
text-transform: uppercase;
}
#show-serie .serie-information .info h4 {
flex-basis: 25%;
}
#show-serie .serie-information .info div {
flex-basis: 75%;
} | 0.394434 | 0.076201 |
.app_graphical_music_player {
background: url(../images/bg.png) no-repeat;
width: 675px;
height: 80px;
position: relative;
}
.app_graphical_music_player .button_bg {
background: url(../images/button_bg.png) no-repeat;
position: absolute;
top: 16px;
left: 18px;
width: 159px;
height: 45px;
}
.app_graphical_music_player .play_button {
background: url(../images/play.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 63px;
cursor: pointer;
}
.app_graphical_music_player .stop_button {
background: url(../images/stop.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 63px;
cursor: pointer;
}
.app_graphical_music_player .pause_button {
background: url(../images/pause.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 63px;
cursor: pointer;
}
.app_graphical_music_player .prev_button {
background: url(../images/prev.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 10px;
cursor: pointer;
}
.app_graphical_music_player .next_button {
background: url(../images/next.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 115px;
cursor: pointer;
}
.app_graphical_music_player .slider_box
{
background: url(../images/slider_box_bg.png) no-repeat;
height: 20px;
width: 161px;
position: absolute;
right: 0px;
top: 27px;
}
.app_graphical_music_player .slider_box .slider
{
position: relative;
padding-left: 10px;
}
.app_graphical_music_player .slider .slider_handle
{
background: url(../images/slider_dot.png) no-repeat;
height: 20px;
width: 20px;
}
.app_graphical_music_player .window {
background: url(../images/window.png) no-repeat;
width: 302px;
height: 64px;
position: absolute;
top: 5px;
left: 190px;
}
.app_graphical_music_player .window table td {
vertical-align: center;
text-align: center;
color: white;
font-size: 14px;
font-weight: bold;
width: 302px;
height: 64px;
}
.AGMP_transparent .app_graphical_music_player
{
width: 100%;
background: transparent;
}
.AGMP_transparent .app_graphical_music_player .window
{
margin: auto;
position: static;
left: 0;
top: 0;
background: transparent;
width: 500px;
}
.AGMP_transparent .app_graphical_music_player .button_bg
{
background: transparent;
}
.AGMP_transparent .app_graphical_music_player .play_button
{
background: url(../images/black_theme_play.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .prev_button
{
background: url(../images/black_theme_back.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .next_button
{
background: url(../images/black_theme_forward.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .stop_button
{
background: url(../images/black_theme_stop.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .window table td
{
font-size: 45px;font-weight: bold;font-family: Tahoma, sans-serif;
width: 500px;
} | components/widgets/app_graphical_music_player/src/css/music_player.css | .app_graphical_music_player {
background: url(../images/bg.png) no-repeat;
width: 675px;
height: 80px;
position: relative;
}
.app_graphical_music_player .button_bg {
background: url(../images/button_bg.png) no-repeat;
position: absolute;
top: 16px;
left: 18px;
width: 159px;
height: 45px;
}
.app_graphical_music_player .play_button {
background: url(../images/play.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 63px;
cursor: pointer;
}
.app_graphical_music_player .stop_button {
background: url(../images/stop.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 63px;
cursor: pointer;
}
.app_graphical_music_player .pause_button {
background: url(../images/pause.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 63px;
cursor: pointer;
}
.app_graphical_music_player .prev_button {
background: url(../images/prev.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 10px;
cursor: pointer;
}
.app_graphical_music_player .next_button {
background: url(../images/next.png) no-repeat;
height: 32px;
width: 32px;
position: absolute;
top: 7px;
left: 115px;
cursor: pointer;
}
.app_graphical_music_player .slider_box
{
background: url(../images/slider_box_bg.png) no-repeat;
height: 20px;
width: 161px;
position: absolute;
right: 0px;
top: 27px;
}
.app_graphical_music_player .slider_box .slider
{
position: relative;
padding-left: 10px;
}
.app_graphical_music_player .slider .slider_handle
{
background: url(../images/slider_dot.png) no-repeat;
height: 20px;
width: 20px;
}
.app_graphical_music_player .window {
background: url(../images/window.png) no-repeat;
width: 302px;
height: 64px;
position: absolute;
top: 5px;
left: 190px;
}
.app_graphical_music_player .window table td {
vertical-align: center;
text-align: center;
color: white;
font-size: 14px;
font-weight: bold;
width: 302px;
height: 64px;
}
.AGMP_transparent .app_graphical_music_player
{
width: 100%;
background: transparent;
}
.AGMP_transparent .app_graphical_music_player .window
{
margin: auto;
position: static;
left: 0;
top: 0;
background: transparent;
width: 500px;
}
.AGMP_transparent .app_graphical_music_player .button_bg
{
background: transparent;
}
.AGMP_transparent .app_graphical_music_player .play_button
{
background: url(../images/black_theme_play.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .prev_button
{
background: url(../images/black_theme_back.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .next_button
{
background: url(../images/black_theme_forward.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .stop_button
{
background: url(../images/black_theme_stop.png) no-repeat;
height: 38px;
width: 38px;
top: 5px;
}
.AGMP_transparent .app_graphical_music_player .window table td
{
font-size: 45px;font-weight: bold;font-family: Tahoma, sans-serif;
width: 500px;
} | 0.341583 | 0.074332 |
*, *:before, *:after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
background-image: linear-gradient(-45deg, #fb29bd, #fdd035 80%);
background-size: cover;
}
.page {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
section[class*='unit-'] {
position: relative;
height: 100vh;
display: flex;
z-index: 2;
transform-style: preserve-3d;
}
.unit-box {
position: relative;
width: 75vw;
max-width: 1100px;
margin: auto;
padding-right: 2rem;
padding-left: 2rem;
}
.box-copy {
max-width: 500px;
margin: auto;
font-family: 'Montserrat', sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 0.8;
line-height: 1.4em;
font-weight: 400;
color: #fff;
text-align: center;
}
.head-large {
font-family: 'Montserrat', sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 8vw;
line-height: 1em;
font-weight: 600;
text-align: center;
}
.unit-1 .head-large {
font-size: 18vw;
}
@media (min-width: 1100px) {
.head-large {
font-size: 6rem;
}
}
.head-small {
position: relative;
display: block;
margin-bottom: 2rem;
font-family: 'Montserrat', sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 3vw;
line-height: 1em;
font-weight: 600;
text-align: center;
text-transform: uppercase;
letter-spacing: 1.5vw;
}
.wrap-3d {
transform-style: preserve-3d;
perspective: 200vw;
perspective-origin: 50% 50%;
}
.unit-bg-rectangle {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #3c22db;
background-image: linear-gradient(rgba(60, 34, 219, 0), #3c22db 80%), linear-gradient(-40deg, #3c22db 45%, #6325e2 45%);
transform-style: preserve-3d;
transform: translateZ(-70vw) rotateX(25deg) rotateY(25deg);
}
.unit-bg-rectangle:before {
content: '\0022';
position: absolute;
top: 40%;
right: 5%;
font-size: 30vw;
line-height: 0;
font-family: 'Coustard', serif;
color: #fff;
transform: translateZ(20vw) translateX(-20%) translateY(8vw);
}
.unit-rectangle .head-large {
position: relative;
transform-style: preserve-3d;
transform: rotateX(25deg) rotateY(25deg);
}
.unit-rectangle .head-large:before {
content: 'Five boxing wizards jump quickly';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.2;
color: black;
filter: blur(3px);
transform: translateZ(-10vw) translateX(10%);
backface-visibilty: visible;
}
.unit-bg-line {
position: absolute;
top: -20%;
left: 50%;
width: 5%;
height: 100%;
background-color: #fff;
transform-style: preserve-3d;
transform: translateZ(-30vw) translateX(-50%);
}
.unit-bg-line:before {
content: '';
position: absolute;
bottom: 0%;
left: 50%;
width: 30vw;
height: 30vw;
border: 2vw solid white;
border-image: linear-gradient(135deg, #3c22db, #fb29bd);
border-image-slice: 1;
transform: translateZ(0vw) translateX(-50%) rotateX(-30deg) rotateY(-30deg);
}
.unit-bg-triangle {
position: absolute;
top: 50%;
left: 50%;
width: 80vw;
height: 80vw;
background-image: linear-gradient(rgba(60, 34, 219, 0), #3c22db 80%), linear-gradient(-40deg, #3c22db 45%, #6325e2 45%);
transform-style: preserve-3d;
transform: translateZ(-70vw) translateX(-50%) translateY(-50%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.unit-bg-triangle:before, .unit-bg-triangle:after {
content: '';
position: absolute;
width: 30vw;
height: 30vw;
border-radius: 50%;
background-image: linear-gradient(35deg, #fdfe81, rgba(253, 254, 129, 0));
}
.unit-bg-triangle:before {
top: 10%;
right: -5%;
transform: translateZ(70vw) scale(0.5);
}
.unit-bg-triangle:after {
bottom: 5%;
left: -20%;
transform: translateZ(-50vw) scale(1.5);
} | image-master/image58/stylesheets/style.css | *, *:before, *:after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
background-image: linear-gradient(-45deg, #fb29bd, #fdd035 80%);
background-size: cover;
}
.page {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
section[class*='unit-'] {
position: relative;
height: 100vh;
display: flex;
z-index: 2;
transform-style: preserve-3d;
}
.unit-box {
position: relative;
width: 75vw;
max-width: 1100px;
margin: auto;
padding-right: 2rem;
padding-left: 2rem;
}
.box-copy {
max-width: 500px;
margin: auto;
font-family: 'Montserrat', sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 0.8;
line-height: 1.4em;
font-weight: 400;
color: #fff;
text-align: center;
}
.head-large {
font-family: 'Montserrat', sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 8vw;
line-height: 1em;
font-weight: 600;
text-align: center;
}
.unit-1 .head-large {
font-size: 18vw;
}
@media (min-width: 1100px) {
.head-large {
font-size: 6rem;
}
}
.head-small {
position: relative;
display: block;
margin-bottom: 2rem;
font-family: 'Montserrat', sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 3vw;
line-height: 1em;
font-weight: 600;
text-align: center;
text-transform: uppercase;
letter-spacing: 1.5vw;
}
.wrap-3d {
transform-style: preserve-3d;
perspective: 200vw;
perspective-origin: 50% 50%;
}
.unit-bg-rectangle {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #3c22db;
background-image: linear-gradient(rgba(60, 34, 219, 0), #3c22db 80%), linear-gradient(-40deg, #3c22db 45%, #6325e2 45%);
transform-style: preserve-3d;
transform: translateZ(-70vw) rotateX(25deg) rotateY(25deg);
}
.unit-bg-rectangle:before {
content: '\0022';
position: absolute;
top: 40%;
right: 5%;
font-size: 30vw;
line-height: 0;
font-family: 'Coustard', serif;
color: #fff;
transform: translateZ(20vw) translateX(-20%) translateY(8vw);
}
.unit-rectangle .head-large {
position: relative;
transform-style: preserve-3d;
transform: rotateX(25deg) rotateY(25deg);
}
.unit-rectangle .head-large:before {
content: 'Five boxing wizards jump quickly';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.2;
color: black;
filter: blur(3px);
transform: translateZ(-10vw) translateX(10%);
backface-visibilty: visible;
}
.unit-bg-line {
position: absolute;
top: -20%;
left: 50%;
width: 5%;
height: 100%;
background-color: #fff;
transform-style: preserve-3d;
transform: translateZ(-30vw) translateX(-50%);
}
.unit-bg-line:before {
content: '';
position: absolute;
bottom: 0%;
left: 50%;
width: 30vw;
height: 30vw;
border: 2vw solid white;
border-image: linear-gradient(135deg, #3c22db, #fb29bd);
border-image-slice: 1;
transform: translateZ(0vw) translateX(-50%) rotateX(-30deg) rotateY(-30deg);
}
.unit-bg-triangle {
position: absolute;
top: 50%;
left: 50%;
width: 80vw;
height: 80vw;
background-image: linear-gradient(rgba(60, 34, 219, 0), #3c22db 80%), linear-gradient(-40deg, #3c22db 45%, #6325e2 45%);
transform-style: preserve-3d;
transform: translateZ(-70vw) translateX(-50%) translateY(-50%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.unit-bg-triangle:before, .unit-bg-triangle:after {
content: '';
position: absolute;
width: 30vw;
height: 30vw;
border-radius: 50%;
background-image: linear-gradient(35deg, #fdfe81, rgba(253, 254, 129, 0));
}
.unit-bg-triangle:before {
top: 10%;
right: -5%;
transform: translateZ(70vw) scale(0.5);
}
.unit-bg-triangle:after {
bottom: 5%;
left: -20%;
transform: translateZ(-50vw) scale(1.5);
} | 0.630344 | 0.082809 |
.title-gif {
background-color:transparent;
overflow: hidden;
min-height: 50%;
height: 500px;
}
h1, h2, h3, h4 {
font-family: 'Oswald', sans-serif;
}
.full-jumbo {
height: 100vh;
}
.title-gif h1 {
font-size: 60px;
}
.full-jumbo h1 {
font-size: 7vw;
}
.full-jumbo h2 {
font-size: 4vw;
font-weight: 400;
}
.full-jumbo h3 {
font-size: 3vw;
font-weight: 300;
}
.full-jumbo p {
font-size: 12pt;
font-weight: 300;
}
.full-jumbo .container {
max-width: 100vw;
}
.background-video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url("../img/displays_smaller.gif") no-repeat;
background-size: cover;
}
.filter {
filter: brightness(70%);
}
.img-overlay {
background-color: #17234E;
background-image: url("../img/displays_smaller.gif");
position: absolute;
width: 100%;
height: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
#footnotes li {
margin: 0 0 .5em 1em;
text-indent: -1em ;
}
#footnotes {
list-style: none;
padding-left: 0em;
font-size: 10pt;
}
.pad-container {
padding-top: 130px;
}
.pad-container-responsive {
padding-top: 25vh;
}
.white-text {
color: #ffffff;
}
.row img {
width: 100%;
}
.top-buffer {
padding-top: 2%;
}
.story-item {
padding: 20px;
}
.story-item p{
font-weight: 300;
font-size: 10pt;
}
.story-quote {
padding-left: 20px;
padding-right: 30px;
}
body {
font-size: 12pt;
font-family: 'Lato', sans-serif;
}
p, li {
line-height: 19.5pt;
font-weight: 400;
}
footer {
font-size: 11pt;
padding-bottom: .5em;
}
footer p {
margin-bottom: 0;
line-height: 18pt;
}
/* https://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3/27771750#27771750
*/
.row-xs-flex-center {
display:flex;
align-items:center;
}
.block-center {
float: none;
margin: 0 auto;
}
.nav_may {
text-align: center;
font-size: 15px;
}
.navbar .container {
padding-right: 0px;
padding-left: 0px;
}
#logo {
padding: 0;
max-height: 50px;
}
.navbar-brand {
line-height: inherit;
}
.navbar-brand>img {
height: 100%;
width: auto;
}
.center.navbar .nav,
.center.navbar .nav > li {
float:none;
display:inline-block;
*display:inline; /* ie7 fix */
*zoom:1; /* hasLayout ie7 trigger */
vertical-align: top;
}
@media ( min-width:700px ) {
.row-sm-flex-center {
display:flex;
align-items:center;
}
}
@media ( min-width: 992px ) {
.row-md-flex-center {
display:flex;
align-items:center;
}
}
@media ( min-width: 1200px ) {
.row-lg-flex-center {
display:flex;
align-items:center;
}
}
/* end */ | docs/css/main.css | .title-gif {
background-color:transparent;
overflow: hidden;
min-height: 50%;
height: 500px;
}
h1, h2, h3, h4 {
font-family: 'Oswald', sans-serif;
}
.full-jumbo {
height: 100vh;
}
.title-gif h1 {
font-size: 60px;
}
.full-jumbo h1 {
font-size: 7vw;
}
.full-jumbo h2 {
font-size: 4vw;
font-weight: 400;
}
.full-jumbo h3 {
font-size: 3vw;
font-weight: 300;
}
.full-jumbo p {
font-size: 12pt;
font-weight: 300;
}
.full-jumbo .container {
max-width: 100vw;
}
.background-video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url("../img/displays_smaller.gif") no-repeat;
background-size: cover;
}
.filter {
filter: brightness(70%);
}
.img-overlay {
background-color: #17234E;
background-image: url("../img/displays_smaller.gif");
position: absolute;
width: 100%;
height: inherit;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
#footnotes li {
margin: 0 0 .5em 1em;
text-indent: -1em ;
}
#footnotes {
list-style: none;
padding-left: 0em;
font-size: 10pt;
}
.pad-container {
padding-top: 130px;
}
.pad-container-responsive {
padding-top: 25vh;
}
.white-text {
color: #ffffff;
}
.row img {
width: 100%;
}
.top-buffer {
padding-top: 2%;
}
.story-item {
padding: 20px;
}
.story-item p{
font-weight: 300;
font-size: 10pt;
}
.story-quote {
padding-left: 20px;
padding-right: 30px;
}
body {
font-size: 12pt;
font-family: 'Lato', sans-serif;
}
p, li {
line-height: 19.5pt;
font-weight: 400;
}
footer {
font-size: 11pt;
padding-bottom: .5em;
}
footer p {
margin-bottom: 0;
line-height: 18pt;
}
/* https://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3/27771750#27771750
*/
.row-xs-flex-center {
display:flex;
align-items:center;
}
.block-center {
float: none;
margin: 0 auto;
}
.nav_may {
text-align: center;
font-size: 15px;
}
.navbar .container {
padding-right: 0px;
padding-left: 0px;
}
#logo {
padding: 0;
max-height: 50px;
}
.navbar-brand {
line-height: inherit;
}
.navbar-brand>img {
height: 100%;
width: auto;
}
.center.navbar .nav,
.center.navbar .nav > li {
float:none;
display:inline-block;
*display:inline; /* ie7 fix */
*zoom:1; /* hasLayout ie7 trigger */
vertical-align: top;
}
@media ( min-width:700px ) {
.row-sm-flex-center {
display:flex;
align-items:center;
}
}
@media ( min-width: 992px ) {
.row-md-flex-center {
display:flex;
align-items:center;
}
}
@media ( min-width: 1200px ) {
.row-lg-flex-center {
display:flex;
align-items:center;
}
}
/* end */ | 0.546496 | 0.144089 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: poppins;
}
#menu-area {
display: flex;
justify-content: space-between;
position: fixed;
padding: 0 60px;
width: 100%;
top: 0;
transition: background 0.5s;
}
#menu-area .logo img {
height: 70px;
transition: hieght 0.5s;
padding-top: 10px;
}
#menu-area ul {
width: 500px;
justify-content: space-around;
list-style: none;
display: flex;
align-items: center;
}
#menu-area ul li a{
text-decoration: none;
color: #262626;
}
.banner-area {
background: url('../images/hero.jpg');
background-size: cover;
background-position: center center;
height: 100vh;
}
.banner-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.banner-text h2{
font-family: big john;
font-size: 60px;
}
.banner-text a {
text-decoration: none;
background: #262626;
color: #fff;
padding: 15px 30px;
display: inline-block;
margin-top: 20px;
border-radius: 50px;
}
#menu-area.cus-nav {
background: #262626;
z-index: 999;
}
#menu-area.cus-nav a {
color: #fff;
}
#menu-area.cus-nav .logo img{
height: 65px;
}
.section-1 {
background-color: #f7f7f7;
padding: 8rem 0;
text-align: center;
}
.section-1 h3{
font-size: 16px;
color: #727272;
text-transform: uppercase;
margin: 0;
font-family: Oswald, "Times New Roman", Times, serif;
font-weight: 400;
letter-spacing: 0.15rem;
padding-bottom: 32px;
}
.section-1 h2{
padding-bottom: 32px;
font-size: 36px;
font-weight: 600;
}
.main-color {
color: #727272;
}
.section-1__content {
text-align: center;
margin: 0 18rem;
}
.section-1__content p {
font-size: 18px;
text-align: justify;
text-align-last: center;
font-weight: 400;
}
.section-2 {
padding: 4rem 0;
}
.section-2__content {
display: flex;
justify-content: center;
justify-content: space-around;
}
article.card {
/* position: absolute;
left: 50%;
top: 50%;
left: 50%; */
width: 350px;
height: 350px;
/* -webkit-transform: translate(-50%, -50%) translateZ(0);
transform: translate(-50%, -50%) translateZ(0); */
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
article.card .thumb {
width: auto;
height: 260px;
background-size: cover;
border-radius: 3px;
}
article.card .l{
background-image: url(../images/licence.svg) ;
}
article.card .m{
background-image: url(../images/master.svg) ;
}
article.card .d{
background-image: url(../images/doctorat.svg) ;
}
article.card .infos {
width: auto;
height: 350px;
position: relative;
padding: 14px 24px;
background: #fff;
-webkit-transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .title {
position: relative;
margin: 10px 0;
letter-spacing: 3px;
color: #152536;
font-family: "Grotesque Black", sans-serif;
font-size: 1rem;
text-transform: uppercase;
text-shadow: 0 0 0px #32577f;
}
article.card .infos .flag {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 23px;
background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
background-size: 100% auto;
display: inline-block;
}
article.card .infos .date, article.card .infos .seats {
margin-bottom: 10px;
text-transform: uppercase;
font-size: .85rem;
color: rgba(21, 37, 54, 0.7);
font-family: "Grotesque", sans-serif;
}
article.card .infos .seats {
display: inline-block;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
opacity: 0;
-webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .txt {
font-family: "Merriweather", sans-serif;
line-height: 2;
font-size: 25px;
color: rgba(21, 37, 54, 0.7);
opacity: 0;
-webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .details {
position: absolute;
left: 0;
left: 0;
bottom: 0;
margin: 10px 0;
padding: 20px 24px;
letter-spacing: 1px;
color: #4e958b;
font-family: "Grotesque Black", sans-serif;
font-size: .9rem;
text-transform: uppercase;
cursor: pointer;
opacity: 0;
-webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card:hover .infos {
-webkit-transform: translateY(-260px);
transform: translateY(-260px);
}
article.card:hover .infos .seats, article.card:hover .infos .txt, article.card:hover .infos .details {
opacity: 1;
}
.section-3{
background-color: #212121;
padding: 1rem 0;
text-align: center;
}
.section-3__titre{
padding-top: 10px;
padding-bottom: 30px;
color: #fff;
font-size: 36px;
font-weight: 600;
}
.desc{
font-size: 16px;
}
.section-3__content {
padding: 0 3rem;
display: flex;
/* flex-direction: row; */
justify-content: space-between;
}
.section-3__content--card {
width: 350px;
height: 200px;
color: #fff;
font-size: 20px;
}
.card-main{
position: relative;
background-color: #ffffff;
padding: 20px 30px;
width: 425px;
margin: 50px auto 0;
border-radius: 5px;
box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.user-details{
display: inline-block;
width: 100%;
margin: 0 0 1.5em;
}
.user-avatar-status{
position: relative;
vertical-align: middle;
display: inline-block;
width: 75px;
}
.s{
background: url(../images/science.svg) no-repeat center /cover;
}
.e{
background: url(../images/social2.svg) no-repeat center /cover;
}
.h{
background: url(../images/lettre2.svg) no-repeat center /cover;
}
.user-avatar{
vertical-align:middle;
height: 60px;
width: 60px;
border-radius: 50%;
border:1px solid #ffffff;
margin-right: 15px;
display: inline-block;
}
.user-status{
height: 10px;
width: 10px;
background-color: #63d8b5;
border-radius: 50%;
border: 1px solid #ffffff;
position: absolute;
right: 15px;
bottom: 10px;
z-index:999999;
}
.user-info{
vertical-align:middle;
display: inline-block;
width: calc(100% - 121px);
}
.right-icon{
vertical-align: middle;
height: 40px;
width: 40px;
background-color: #f1f4f4;
border-radius: 50%;
display: inline-block;
position: relative;
}
.info-extra{
width: 100%;
display: block;
margin: 0 0 2.5em;
}
.bottom-left{
display: inline-block;
width: 49%;
}
.bottom-left p{
font-weight: 600;
color: #333333;
letter-spacing: .5px;
margin: .5em 0 0;
}
.colored-line{
width: 80%;
height: 6px;
border-radius: 3px;
background-color: #63d8b5;
margin: 1em 0;
}
.bottom-right{
width: 49%;
display: inline-block;
float: right;
}
.bottom-right ul{
padding: 0;
margin: 1.1em 0 0;
}
.bottom-right ul li{
list-style: none;
padding: 0;
width: 20px;
display: inline-block;
}
.bottom-right ul li div{
height: 40px;
width: 40px;
border: 1px solid #fff;
border-radius: 50%;
background-color: #f1f4f4;
}
.more-avatar li:first-child div{
background: lightgray url(../images/hero.jpg) no-repeat center / cover;
}
.more-avatar li:nth-child(2) div{
background: lightgray url(../images/hero.jpg) no-repeat center / cover;
}
.more-avatar li:nth-child(3) div{
background: lightgray url(../images/hero.jpg) no-repeat center / cover;
}
.section-4__content--card {
padding: 0 3rem;
padding-bottom: 4rem;
display: flex;
/* flex-direction: row; */
justify-content: space-between;
}
.section-4__titre{
margin-top: 40px;
color: #000;
text-align: center;
}
.section{
background-color: blueviolet;
margin: 100px auto;
padding: auto;
height: 500px;
}
.aside{
background-color: grey ;
position: relative;
margin: 100px auto;
padding: auto;
height: 500px;
}
.topheader {
padding: 50px;
text-align: center;
}
.pagecourant{
background-color: darkviolet;
color: inherit;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
max-height: 60%;
padding-top: 60px;
}
.modal-content {
background-color: #fefefe;
border: 20px #eeeeee solid;
}
.construction{
top: 40px;
left: 40px;
position: relative;
}
.content{
padding:20px;
}
.brand-logo > img {
height: 65px;
width: 70px;
border-radius:50% 50% ;
}
.head>div>img{
height: 100px;
width: 100px;
}
h4 {
text-align: center;
}
.menu-reduire {
height: 55vh;
}
.banner-text-petit {
text-align: center;
}
.banner-text-petit h2{
display: inline-block;
margin-top: 70px;
font-weight: 900;
} | public/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: poppins;
}
#menu-area {
display: flex;
justify-content: space-between;
position: fixed;
padding: 0 60px;
width: 100%;
top: 0;
transition: background 0.5s;
}
#menu-area .logo img {
height: 70px;
transition: hieght 0.5s;
padding-top: 10px;
}
#menu-area ul {
width: 500px;
justify-content: space-around;
list-style: none;
display: flex;
align-items: center;
}
#menu-area ul li a{
text-decoration: none;
color: #262626;
}
.banner-area {
background: url('../images/hero.jpg');
background-size: cover;
background-position: center center;
height: 100vh;
}
.banner-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.banner-text h2{
font-family: big john;
font-size: 60px;
}
.banner-text a {
text-decoration: none;
background: #262626;
color: #fff;
padding: 15px 30px;
display: inline-block;
margin-top: 20px;
border-radius: 50px;
}
#menu-area.cus-nav {
background: #262626;
z-index: 999;
}
#menu-area.cus-nav a {
color: #fff;
}
#menu-area.cus-nav .logo img{
height: 65px;
}
.section-1 {
background-color: #f7f7f7;
padding: 8rem 0;
text-align: center;
}
.section-1 h3{
font-size: 16px;
color: #727272;
text-transform: uppercase;
margin: 0;
font-family: Oswald, "Times New Roman", Times, serif;
font-weight: 400;
letter-spacing: 0.15rem;
padding-bottom: 32px;
}
.section-1 h2{
padding-bottom: 32px;
font-size: 36px;
font-weight: 600;
}
.main-color {
color: #727272;
}
.section-1__content {
text-align: center;
margin: 0 18rem;
}
.section-1__content p {
font-size: 18px;
text-align: justify;
text-align-last: center;
font-weight: 400;
}
.section-2 {
padding: 4rem 0;
}
.section-2__content {
display: flex;
justify-content: center;
justify-content: space-around;
}
article.card {
/* position: absolute;
left: 50%;
top: 50%;
left: 50%; */
width: 350px;
height: 350px;
/* -webkit-transform: translate(-50%, -50%) translateZ(0);
transform: translate(-50%, -50%) translateZ(0); */
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
article.card .thumb {
width: auto;
height: 260px;
background-size: cover;
border-radius: 3px;
}
article.card .l{
background-image: url(../images/licence.svg) ;
}
article.card .m{
background-image: url(../images/master.svg) ;
}
article.card .d{
background-image: url(../images/doctorat.svg) ;
}
article.card .infos {
width: auto;
height: 350px;
position: relative;
padding: 14px 24px;
background: #fff;
-webkit-transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .title {
position: relative;
margin: 10px 0;
letter-spacing: 3px;
color: #152536;
font-family: "Grotesque Black", sans-serif;
font-size: 1rem;
text-transform: uppercase;
text-shadow: 0 0 0px #32577f;
}
article.card .infos .flag {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 23px;
background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
background-size: 100% auto;
display: inline-block;
}
article.card .infos .date, article.card .infos .seats {
margin-bottom: 10px;
text-transform: uppercase;
font-size: .85rem;
color: rgba(21, 37, 54, 0.7);
font-family: "Grotesque", sans-serif;
}
article.card .infos .seats {
display: inline-block;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
opacity: 0;
-webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .txt {
font-family: "Merriweather", sans-serif;
line-height: 2;
font-size: 25px;
color: rgba(21, 37, 54, 0.7);
opacity: 0;
-webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .details {
position: absolute;
left: 0;
left: 0;
bottom: 0;
margin: 10px 0;
padding: 20px 24px;
letter-spacing: 1px;
color: #4e958b;
font-family: "Grotesque Black", sans-serif;
font-size: .9rem;
text-transform: uppercase;
cursor: pointer;
opacity: 0;
-webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card:hover .infos {
-webkit-transform: translateY(-260px);
transform: translateY(-260px);
}
article.card:hover .infos .seats, article.card:hover .infos .txt, article.card:hover .infos .details {
opacity: 1;
}
.section-3{
background-color: #212121;
padding: 1rem 0;
text-align: center;
}
.section-3__titre{
padding-top: 10px;
padding-bottom: 30px;
color: #fff;
font-size: 36px;
font-weight: 600;
}
.desc{
font-size: 16px;
}
.section-3__content {
padding: 0 3rem;
display: flex;
/* flex-direction: row; */
justify-content: space-between;
}
.section-3__content--card {
width: 350px;
height: 200px;
color: #fff;
font-size: 20px;
}
.card-main{
position: relative;
background-color: #ffffff;
padding: 20px 30px;
width: 425px;
margin: 50px auto 0;
border-radius: 5px;
box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.user-details{
display: inline-block;
width: 100%;
margin: 0 0 1.5em;
}
.user-avatar-status{
position: relative;
vertical-align: middle;
display: inline-block;
width: 75px;
}
.s{
background: url(../images/science.svg) no-repeat center /cover;
}
.e{
background: url(../images/social2.svg) no-repeat center /cover;
}
.h{
background: url(../images/lettre2.svg) no-repeat center /cover;
}
.user-avatar{
vertical-align:middle;
height: 60px;
width: 60px;
border-radius: 50%;
border:1px solid #ffffff;
margin-right: 15px;
display: inline-block;
}
.user-status{
height: 10px;
width: 10px;
background-color: #63d8b5;
border-radius: 50%;
border: 1px solid #ffffff;
position: absolute;
right: 15px;
bottom: 10px;
z-index:999999;
}
.user-info{
vertical-align:middle;
display: inline-block;
width: calc(100% - 121px);
}
.right-icon{
vertical-align: middle;
height: 40px;
width: 40px;
background-color: #f1f4f4;
border-radius: 50%;
display: inline-block;
position: relative;
}
.info-extra{
width: 100%;
display: block;
margin: 0 0 2.5em;
}
.bottom-left{
display: inline-block;
width: 49%;
}
.bottom-left p{
font-weight: 600;
color: #333333;
letter-spacing: .5px;
margin: .5em 0 0;
}
.colored-line{
width: 80%;
height: 6px;
border-radius: 3px;
background-color: #63d8b5;
margin: 1em 0;
}
.bottom-right{
width: 49%;
display: inline-block;
float: right;
}
.bottom-right ul{
padding: 0;
margin: 1.1em 0 0;
}
.bottom-right ul li{
list-style: none;
padding: 0;
width: 20px;
display: inline-block;
}
.bottom-right ul li div{
height: 40px;
width: 40px;
border: 1px solid #fff;
border-radius: 50%;
background-color: #f1f4f4;
}
.more-avatar li:first-child div{
background: lightgray url(../images/hero.jpg) no-repeat center / cover;
}
.more-avatar li:nth-child(2) div{
background: lightgray url(../images/hero.jpg) no-repeat center / cover;
}
.more-avatar li:nth-child(3) div{
background: lightgray url(../images/hero.jpg) no-repeat center / cover;
}
.section-4__content--card {
padding: 0 3rem;
padding-bottom: 4rem;
display: flex;
/* flex-direction: row; */
justify-content: space-between;
}
.section-4__titre{
margin-top: 40px;
color: #000;
text-align: center;
}
.section{
background-color: blueviolet;
margin: 100px auto;
padding: auto;
height: 500px;
}
.aside{
background-color: grey ;
position: relative;
margin: 100px auto;
padding: auto;
height: 500px;
}
.topheader {
padding: 50px;
text-align: center;
}
.pagecourant{
background-color: darkviolet;
color: inherit;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
max-height: 60%;
padding-top: 60px;
}
.modal-content {
background-color: #fefefe;
border: 20px #eeeeee solid;
}
.construction{
top: 40px;
left: 40px;
position: relative;
}
.content{
padding:20px;
}
.brand-logo > img {
height: 65px;
width: 70px;
border-radius:50% 50% ;
}
.head>div>img{
height: 100px;
width: 100px;
}
h4 {
text-align: center;
}
.menu-reduire {
height: 55vh;
}
.banner-text-petit {
text-align: center;
}
.banner-text-petit h2{
display: inline-block;
margin-top: 70px;
font-weight: 900;
} | 0.324021 | 0.097476 |
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
body[class="dark-mode"] {
--bg: #0f1119;
--text: #fff;
--text-color: #718096;
--shadow: rgba(27, 31, 46, 0.4);
--selected: #12151f;
--sidebar-shadow: rgba(39, 37, 39, 0.4);
--border: #3333337a;
--button: #1a202c;
--btn-hover: #2d3748;
--sidebar: #1a1c25;
--list-color: #556080;
--ernote-hov: #1a202c;
--note-main-text: #e2e8f0;
--note-sub-text: #718096;
--modal-bg: #1a202c;
--split-img: url("/assets/more-vertical.svg");
--blockquote: #ededed12;
--table-odd: #090b0f;
--table-even: #0f111a;
--table-border: #333;
--scrollbar: #191c25;
}
body[class="light-mode"] {
--bg: #fff;
--text: #212121;
--shadow: rgba(0, 0, 0, 0.04);
--sidebar-shadow: rgba(26, 6, 6, 0.2);
--border: #3333330f;
--button: #edf2f7;
--btn-hover: #e2e8f0;
--sidebar: #edf2f7;
--list-color: #474747;
--selected: #e2e8f0;
--note-hover: #f7fafc;
--note-main-text: #4a5568;
--note-sub-text: #a0aec0;
--modal-bg: #3b434f;
--split-img: url("/assets/more-vertical-light.svg");
--blockquote: #edf2f6;
--table-odd: #f7fafc;
--table-even: #edf2f7;
--table-border: #a0aec0;
--scrollbar: #f5f5f5;
}
* {
font-family: "Quicksand", sans-serif;
}
::selection {
background: #79ffe1;
}
button:focus {
outline: 0;
}
html,
body {
font-family: "Quicksand", sans-serif;
background: var(--bg);
overflow: hidden;
color: var(--text);
}
.toggle-icon {
display: none;
}
.fe-icon {
width: 15px !important;
color: var(--text);
height: 16px !important;
}
.fe-icon:hover {
color: #718096;
}
.me-editable {
height: 80vh;
padding: 20px;
outline: 0 solid transparent;
}
.custom-class-h1 {
font-size: 200px;
}
.custom-class-h2 {
font-size: 15px;
}
.notelist {
border-bottom: 1px solid var(--border);
padding: 4px 16px;
}
.notelist .text-sm {
color: var(--note-main-text);
}
.notelist .text-xs {
color: var(--note-sub-text);
}
.notelist:hover {
background: var(--note-hover);
}
.mat-dialog-container {
background: var(--modal-bg);
}
.mat-dialog-title {
display: flex !important;
justify-content: space-between;
color: var(--note-sub-text);
}
.ph-badge {
position: absolute;
bottom: 0;
margin-bottom: 40px;
right: 0;
margin-right: 17px;
}
@media only screen and (max-width: 600px) {
.toggle-icon {
display: flex;
align-items: center;
}
}
.pointer {
cursor: pointer;
}
a {
color: #1d88e5;
}
blockquote {
font-size: 14px;
font-style: italic;
border-left: 3px solid #1d88e5;
line-height: 1.6;
position: relative;
background: var(--blockquote);
padding: 0.3rem 1rem;
}
p {
margin: 15px 0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h4 {
font-size: 1.12em;
}
h5 {
font-size: 0.83em;
}
h6 {
font-size: 0.75em;
}
table,
thead tr,
tbody tr {
border: 1px solid var(--table-border);
}
th,
td {
padding: 10px;
}
tr:nth-of-type(odd) {
background-color: var(--table-odd);
}
tr:nth-of-type(even) {
background-color: var(--table-even);
}
ul {
list-style-type: disc;
list-style-position: inside;
}
ol {
list-style-type: decimal;
list-style-position: inside;
}
ul ul,
ol ul {
list-style-type: circle;
list-style-position: inside;
margin-left: 15px;
}
ol ol,
ul ol {
list-style-type: lower-latin;
list-style-position: inside;
margin-left: 15px;
}
.as-split-gutter-icon {
background: var(--sidebar);
background-image: var(--split-img) !important;
}
.emoji-add .mat-dialog-container {
padding: 0px !important;
background: unset !important;
}
.mat-dialog-container {
color: var(--text);
min-width: 500px;
background: var(--bg);
}
*.unselectable {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
button:disabled {
background: #494949 !important;
color: #e2e8f0;
cursor: not-allowed;
}
.close-icon {
font-size: 30px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: var(--scrollbar);
}
::-webkit-scrollbar {
width: 5px;
background-color: var(--scrollbar);
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #555;
}
.as-split-area:nth-child(1) {
overflow: hidden !important;
margin-right: -10px;
}
.as-split-area:nth-child(2) {
margin-left: 10px;
} | src/styles.css | @import "~@angular/material/prebuilt-themes/indigo-pink.css";
body[class="dark-mode"] {
--bg: #0f1119;
--text: #fff;
--text-color: #718096;
--shadow: rgba(27, 31, 46, 0.4);
--selected: #12151f;
--sidebar-shadow: rgba(39, 37, 39, 0.4);
--border: #3333337a;
--button: #1a202c;
--btn-hover: #2d3748;
--sidebar: #1a1c25;
--list-color: #556080;
--ernote-hov: #1a202c;
--note-main-text: #e2e8f0;
--note-sub-text: #718096;
--modal-bg: #1a202c;
--split-img: url("/assets/more-vertical.svg");
--blockquote: #ededed12;
--table-odd: #090b0f;
--table-even: #0f111a;
--table-border: #333;
--scrollbar: #191c25;
}
body[class="light-mode"] {
--bg: #fff;
--text: #212121;
--shadow: rgba(0, 0, 0, 0.04);
--sidebar-shadow: rgba(26, 6, 6, 0.2);
--border: #3333330f;
--button: #edf2f7;
--btn-hover: #e2e8f0;
--sidebar: #edf2f7;
--list-color: #474747;
--selected: #e2e8f0;
--note-hover: #f7fafc;
--note-main-text: #4a5568;
--note-sub-text: #a0aec0;
--modal-bg: #3b434f;
--split-img: url("/assets/more-vertical-light.svg");
--blockquote: #edf2f6;
--table-odd: #f7fafc;
--table-even: #edf2f7;
--table-border: #a0aec0;
--scrollbar: #f5f5f5;
}
* {
font-family: "Quicksand", sans-serif;
}
::selection {
background: #79ffe1;
}
button:focus {
outline: 0;
}
html,
body {
font-family: "Quicksand", sans-serif;
background: var(--bg);
overflow: hidden;
color: var(--text);
}
.toggle-icon {
display: none;
}
.fe-icon {
width: 15px !important;
color: var(--text);
height: 16px !important;
}
.fe-icon:hover {
color: #718096;
}
.me-editable {
height: 80vh;
padding: 20px;
outline: 0 solid transparent;
}
.custom-class-h1 {
font-size: 200px;
}
.custom-class-h2 {
font-size: 15px;
}
.notelist {
border-bottom: 1px solid var(--border);
padding: 4px 16px;
}
.notelist .text-sm {
color: var(--note-main-text);
}
.notelist .text-xs {
color: var(--note-sub-text);
}
.notelist:hover {
background: var(--note-hover);
}
.mat-dialog-container {
background: var(--modal-bg);
}
.mat-dialog-title {
display: flex !important;
justify-content: space-between;
color: var(--note-sub-text);
}
.ph-badge {
position: absolute;
bottom: 0;
margin-bottom: 40px;
right: 0;
margin-right: 17px;
}
@media only screen and (max-width: 600px) {
.toggle-icon {
display: flex;
align-items: center;
}
}
.pointer {
cursor: pointer;
}
a {
color: #1d88e5;
}
blockquote {
font-size: 14px;
font-style: italic;
border-left: 3px solid #1d88e5;
line-height: 1.6;
position: relative;
background: var(--blockquote);
padding: 0.3rem 1rem;
}
p {
margin: 15px 0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h4 {
font-size: 1.12em;
}
h5 {
font-size: 0.83em;
}
h6 {
font-size: 0.75em;
}
table,
thead tr,
tbody tr {
border: 1px solid var(--table-border);
}
th,
td {
padding: 10px;
}
tr:nth-of-type(odd) {
background-color: var(--table-odd);
}
tr:nth-of-type(even) {
background-color: var(--table-even);
}
ul {
list-style-type: disc;
list-style-position: inside;
}
ol {
list-style-type: decimal;
list-style-position: inside;
}
ul ul,
ol ul {
list-style-type: circle;
list-style-position: inside;
margin-left: 15px;
}
ol ol,
ul ol {
list-style-type: lower-latin;
list-style-position: inside;
margin-left: 15px;
}
.as-split-gutter-icon {
background: var(--sidebar);
background-image: var(--split-img) !important;
}
.emoji-add .mat-dialog-container {
padding: 0px !important;
background: unset !important;
}
.mat-dialog-container {
color: var(--text);
min-width: 500px;
background: var(--bg);
}
*.unselectable {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
button:disabled {
background: #494949 !important;
color: #e2e8f0;
cursor: not-allowed;
}
.close-icon {
font-size: 30px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: var(--scrollbar);
}
::-webkit-scrollbar {
width: 5px;
background-color: var(--scrollbar);
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #555;
}
.as-split-area:nth-child(1) {
overflow: hidden !important;
margin-right: -10px;
}
.as-split-area:nth-child(2) {
margin-left: 10px;
} | 0.340376 | 0.06389 |
@import url("https://nyri4.github.io/Discolored/main.css");
/* define root colours */
:root {
--background-primary: #BF616A;
--background-secondary: #D08770;
--background-secondary-alt: #D08770;
--background-tertiary: #BF616A;
--background-accent: #B48EAD;
--channeltextarea-background: #D08770;
--text-normal: #ffffff;
--text-muted: #ffffff;
--channels-default: #FFFFFF;
--interactive-normal: #ffffff;
--interactive-hover: #EBCB8B;
--interactive-active: #ffffff;
--interactive-muted: #A3BE8C;
--header-secondary: #FFFFFF;
--background-floating: #B48EAD;
--scrollbar-auto-thumb: #BF616A;
--scrollbar-auto-track: #D08770;
--text-link: #EBCB8B;
--selection: #D08770;
}
/* main backgrounds (colour) */
.scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
.scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scrollerStore-390omS::-webkit-scrollbar-track,
.theme-dark .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
.theme-dark .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scrollerStore-390omS::-webkit-scrollbar-track,
.theme-dark .da-messageGroupWrapper,
.theme-dark .bodyInner-245q0L,
.theme-dark .bottomDivider-ZmTm-j,
.theme-dark .headerNormal-T_seeN,
.theme-dark .root-g14mjS,
.tabBody-2dgbAs,
.theme-dark .container-2cd8Mz .theme-dark .uploadModal-2ie9O_,
.theme-dark .modal-2RrUKJ,
.uploadModal-2ie9O_,
.theme-dark .emojiAliasInput-1y-NBz .emojiInput-1aLNse,
.theme-dark .selected-3H3-RC,
.theme-dark .option-2KkUJO.selected-rZcOL- {
background-color: var(--background-primary) !important;
}
.da-popouts .da-container,
.da-friendsTableHeader,
.da-friendsTable,
.da-autocomplete,
.da-themedPopout,
.da-footer,
.da-userPopout>*,
.da-autocompleteHeaderBackground,
.theme-dark .bar-1Bhnl9,
.theme-dark .payment-2bOh4k,
.theme-dark .paymentPane-ut5qKZ,
.theme-dark .paginator-1eqD2g,
.theme-dark .codeRedemptionRedirect-3SBiCp,
.theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB .scroller-2FKFPG::-webkit-scrollbar-thumb,
.theme-dark .footer-VCsJQY,
.theme-dark .footer-31IekZ,
.scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
.theme-dark .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb,
.theme-dark .inset-SbsSFp,
.theme-dark .quickMessage-1yeL4E,
.wrapper-2vIMkT,
.theme-dark .autocomplete-3NRXG8,
.searchBar-zdmu7v,
.theme-dark .body-3iLsc4,
.theme-dark .footer-31IekZ,
.theme-dark .footer-1fjuF6,
.cardPrimary-3qRT__,
.theme-dark .card-2ART2V:before,
.theme-dark .colorPickerCustom-1swUKF {
background-color: var(--background-secondary);
}
/* scrollbars */
.da-messagesWrapper .da-scroller::-webkit-scrollbar,
.da-messagesWrapper .da-scroller::-webkit-scrollbar-track-piece {
background-color: var(--background-tertiary) !important;
border-color: rgb(0, 0, 0) !important;
}
.da-scrollerThemed .da-scroller::-webkit-scrollbar-thumb,
.da-scrollerWrap .da-scroller::-webkit-scrollbar-thumb {
background-color: var(--background-secondary) !important;
border-color: var(--background-tertiary) !important;
}
.theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB .scroller-2FKFPG::-webkit-scrollbar-track-piece {
background-color: var(--background-primary) !important;
border-color: rgb(0, 0, 0) !important;
}
.theme-dark .selectorSelected-1_M1WV,
.newMessagesBar-mujexs,
.theme-dark .searchAnswer-23w-CH,
.theme-dark .searchFilter-2UfsDk,
.theme-dark .progress-1S-TDF,
.themeDefault-24hCdX,
.theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 {
background-color: var(--background-accent);
}
.theme-dark .container-2McqkF {
background-color: var(--background-tertiary);
}
.theme-dark .option-2KkUJO.selected-rZcOL- {
background-color: var(--background-floating);
}
.theme-dark .pageIndicator-cOEPV8,
.theme-dark .pageButtonNext-2_bbdk,
.theme-dark .pageButtonPrev-3q9rh8 {
border-color: var(--background-accent);
}
.scroller-2FKFPG::-webkit-scrollbar,
.barButtonBase-3UKlW2,
.theme-dark .scrollerThemed-2oenus.themeGhostHairline-DBD-2d .scroller-2FKFPG::-webkit-scrollbar-thumb {
background: transparent;
}
/* remove gradients */
.theme-dark .da-option:after,
.theme-dark .option-2KkUJO:after {
background-image: none !important;
}
/* search text */
.theme-dark .searchOption-351dTI .answer-2fBfuP,
.theme-dark .option-2KkUJO .filter-5YbOzJ {
color: var(--text-muted)
}
.theme-dark .searchOption-351dTI .filter-5YbOzJ {
color: var(--text-normal)
}
/* side panel bottom section border */
.panels-3wFtMD {
border-top: 2px solid var(--background-modifier-accent);
}
.container-1zzFcN {
border-width: 2px;
}
/* selected text */
::selection {
background: var(--selection);
}
/* hide nitro gift button */
.button-38aScr[aria-label="Send a gift"] {
display: none;
}
/* hide blocked messages from chat */
[class="groupStart-3Mlgv1"] {
display: none;
}
/* enhanceddiscord server count text */
.theme-dark .keybind-13vtq8 {
color: var(--channels-default)
}
/* reorder items in message box to the left */
.textAreaSlate-9-y-k2 {
order: 2;
margin-left: 20px;
}
.webkit-QgSAqd .buttons-uaqb-5 {
margin-left: -10px;
order: 1;
}
.drawerSizingWrapper-1txdWG {
right: unset;
height: 600px;
bottom: 0;
}
/* unloaded emojis */
.theme-dark .imageLoading-2uloYN {
background-image: none;
background: var(--background-primary);
border-radius: 50%;
}
/* zoom small emojis on hover *
* ------------------- */
.messageContent-2t3eCI .emoji:not(.jumboable) {
transition: transform .1s;
}
.messageContent-2t3eCI .emoji:not(.jumboable):hover {
transform: scale(3.0);
z-index: 3;
}
.contents-2MsGLg,
.zalgo-26OfGz .messageContent-2t3eCI {
overflow: visible;
} | discord/themes/aurora/aurora.theme.css | @import url("https://nyri4.github.io/Discolored/main.css");
/* define root colours */
:root {
--background-primary: #BF616A;
--background-secondary: #D08770;
--background-secondary-alt: #D08770;
--background-tertiary: #BF616A;
--background-accent: #B48EAD;
--channeltextarea-background: #D08770;
--text-normal: #ffffff;
--text-muted: #ffffff;
--channels-default: #FFFFFF;
--interactive-normal: #ffffff;
--interactive-hover: #EBCB8B;
--interactive-active: #ffffff;
--interactive-muted: #A3BE8C;
--header-secondary: #FFFFFF;
--background-floating: #B48EAD;
--scrollbar-auto-thumb: #BF616A;
--scrollbar-auto-track: #D08770;
--text-link: #EBCB8B;
--selection: #D08770;
}
/* main backgrounds (colour) */
.scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
.scrollerThemed-2oenus.themeDark-2cjlUp.scrollerTrack-1ZIpsv>.scrollerStore-390omS::-webkit-scrollbar-track,
.theme-dark .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scroller-2FKFPG::-webkit-scrollbar-track,
.theme-dark .scrollerWrap-2lJEkd.scrollerTrack-1ZIpsv>.scrollerStore-390omS::-webkit-scrollbar-track,
.theme-dark .da-messageGroupWrapper,
.theme-dark .bodyInner-245q0L,
.theme-dark .bottomDivider-ZmTm-j,
.theme-dark .headerNormal-T_seeN,
.theme-dark .root-g14mjS,
.tabBody-2dgbAs,
.theme-dark .container-2cd8Mz .theme-dark .uploadModal-2ie9O_,
.theme-dark .modal-2RrUKJ,
.uploadModal-2ie9O_,
.theme-dark .emojiAliasInput-1y-NBz .emojiInput-1aLNse,
.theme-dark .selected-3H3-RC,
.theme-dark .option-2KkUJO.selected-rZcOL- {
background-color: var(--background-primary) !important;
}
.da-popouts .da-container,
.da-friendsTableHeader,
.da-friendsTable,
.da-autocomplete,
.da-themedPopout,
.da-footer,
.da-userPopout>*,
.da-autocompleteHeaderBackground,
.theme-dark .bar-1Bhnl9,
.theme-dark .payment-2bOh4k,
.theme-dark .paymentPane-ut5qKZ,
.theme-dark .paginator-1eqD2g,
.theme-dark .codeRedemptionRedirect-3SBiCp,
.theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB .scroller-2FKFPG::-webkit-scrollbar-thumb,
.theme-dark .footer-VCsJQY,
.theme-dark .footer-31IekZ,
.scrollerThemed-2oenus.themeDark-2cjlUp .scroller-2FKFPG::-webkit-scrollbar-thumb,
.theme-dark .scrollerWrap-2lJEkd .scroller-2FKFPG::-webkit-scrollbar-thumb,
.theme-dark .inset-SbsSFp,
.theme-dark .quickMessage-1yeL4E,
.wrapper-2vIMkT,
.theme-dark .autocomplete-3NRXG8,
.searchBar-zdmu7v,
.theme-dark .body-3iLsc4,
.theme-dark .footer-31IekZ,
.theme-dark .footer-1fjuF6,
.cardPrimary-3qRT__,
.theme-dark .card-2ART2V:before,
.theme-dark .colorPickerCustom-1swUKF {
background-color: var(--background-secondary);
}
/* scrollbars */
.da-messagesWrapper .da-scroller::-webkit-scrollbar,
.da-messagesWrapper .da-scroller::-webkit-scrollbar-track-piece {
background-color: var(--background-tertiary) !important;
border-color: rgb(0, 0, 0) !important;
}
.da-scrollerThemed .da-scroller::-webkit-scrollbar-thumb,
.da-scrollerWrap .da-scroller::-webkit-scrollbar-thumb {
background-color: var(--background-secondary) !important;
border-color: var(--background-tertiary) !important;
}
.theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB .scroller-2FKFPG::-webkit-scrollbar-track-piece {
background-color: var(--background-primary) !important;
border-color: rgb(0, 0, 0) !important;
}
.theme-dark .selectorSelected-1_M1WV,
.newMessagesBar-mujexs,
.theme-dark .searchAnswer-23w-CH,
.theme-dark .searchFilter-2UfsDk,
.theme-dark .progress-1S-TDF,
.themeDefault-24hCdX,
.theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 {
background-color: var(--background-accent);
}
.theme-dark .container-2McqkF {
background-color: var(--background-tertiary);
}
.theme-dark .option-2KkUJO.selected-rZcOL- {
background-color: var(--background-floating);
}
.theme-dark .pageIndicator-cOEPV8,
.theme-dark .pageButtonNext-2_bbdk,
.theme-dark .pageButtonPrev-3q9rh8 {
border-color: var(--background-accent);
}
.scroller-2FKFPG::-webkit-scrollbar,
.barButtonBase-3UKlW2,
.theme-dark .scrollerThemed-2oenus.themeGhostHairline-DBD-2d .scroller-2FKFPG::-webkit-scrollbar-thumb {
background: transparent;
}
/* remove gradients */
.theme-dark .da-option:after,
.theme-dark .option-2KkUJO:after {
background-image: none !important;
}
/* search text */
.theme-dark .searchOption-351dTI .answer-2fBfuP,
.theme-dark .option-2KkUJO .filter-5YbOzJ {
color: var(--text-muted)
}
.theme-dark .searchOption-351dTI .filter-5YbOzJ {
color: var(--text-normal)
}
/* side panel bottom section border */
.panels-3wFtMD {
border-top: 2px solid var(--background-modifier-accent);
}
.container-1zzFcN {
border-width: 2px;
}
/* selected text */
::selection {
background: var(--selection);
}
/* hide nitro gift button */
.button-38aScr[aria-label="Send a gift"] {
display: none;
}
/* hide blocked messages from chat */
[class="groupStart-3Mlgv1"] {
display: none;
}
/* enhanceddiscord server count text */
.theme-dark .keybind-13vtq8 {
color: var(--channels-default)
}
/* reorder items in message box to the left */
.textAreaSlate-9-y-k2 {
order: 2;
margin-left: 20px;
}
.webkit-QgSAqd .buttons-uaqb-5 {
margin-left: -10px;
order: 1;
}
.drawerSizingWrapper-1txdWG {
right: unset;
height: 600px;
bottom: 0;
}
/* unloaded emojis */
.theme-dark .imageLoading-2uloYN {
background-image: none;
background: var(--background-primary);
border-radius: 50%;
}
/* zoom small emojis on hover *
* ------------------- */
.messageContent-2t3eCI .emoji:not(.jumboable) {
transition: transform .1s;
}
.messageContent-2t3eCI .emoji:not(.jumboable):hover {
transform: scale(3.0);
z-index: 3;
}
.contents-2MsGLg,
.zalgo-26OfGz .messageContent-2t3eCI {
overflow: visible;
} | 0.263979 | 0.053305 |
@charset "UTF-8";
.slds-button {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
background: transparent;
background-clip: border-box;
border: 1px solid transparent;
border-radius: 0.25rem;
line-height: 1.875rem;
text-decoration: none;
color: #0070d2;
-webkit-appearance: none;
white-space: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.slds-button:hover,
.slds-button:focus,
.slds-button:active,
.slds-button:visited {
text-decoration: none;
}
.slds-button:hover,
.slds-button:focus {
color: #005fb2;
}
.slds-button:focus {
outline: 0;
-webkit-box-shadow: 0 0 3px #0070d2;
box-shadow: 0 0 3px #0070d2;
}
.slds-button:active {
color: #005fb2;
}
.slds-button[disabled],
.slds-button:disabled {
color: #dddbda;
}
.slds-button[disabled] *,
.slds-button:disabled * {
pointer-events: none;
}
.slds-button a {
color: currentColor;
}
.slds-button:hover .slds-button__icon,
.slds-button:focus .slds-button__icon,
.slds-button:active .slds-button__icon,
.slds-button[disabled] .slds-button__icon,
.slds-button:disabled .slds-button__icon {
fill: currentColor;
pointer-events: none;
}
.slds-button + .slds-button-group,
.slds-button + .slds-button-group-list {
margin-left: 0.25rem;
}
.slds-button + .slds-button {
margin-left: 0.25rem;
}
a.slds-button {
text-align: center;
}
a.slds-button:focus {
outline: 0;
-webkit-box-shadow: 0 0 3px #0070d2;
box-shadow: 0 0 3px #0070d2;
}
a.slds-button_inverse:focus,
a.slds-button--inverse:focus {
outline: none;
-webkit-box-shadow: 0 0 3px #ecebea;
box-shadow: 0 0 3px #ecebea;
border: 1px solid #ecebea;
}
.slds-button_reset {
font-size: inherit;
color: inherit;
line-height: inherit;
padding: 0;
background: transparent;
border: 0;
text-align: inherit;
}
.slds-button_neutral {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
border-color: #dddbda;
background-color: white;
}
.slds-button_neutral:hover,
.slds-button_neutral:focus {
background-color: #f4f6f9;
}
.slds-button_neutral:active {
background-color: #eef1f6;
}
.slds-button_neutral[disabled],
.slds-button_neutral:disabled {
background-color: white;
cursor: default;
}
.slds-button_brand {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: #0070d2;
border-color: #0070d2;
color: white;
}
.slds-button_brand:link,
.slds-button_brand:visited,
.slds-button_brand:active {
color: white;
}
.slds-button_brand:hover,
.slds-button_brand:focus {
background-color: #005fb2;
border-color: #005fb2;
color: white;
}
.slds-button_brand:active {
background-color: #005fb2;
border-color: #005fb2;
}
.slds-button_brand[disabled],
.slds-button_brand:disabled {
background: #c9c7c5;
border-color: #c9c7c5;
color: white;
}
.slds-button_outline-brand {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
border-color: #dddbda;
background-color: white;
border-color: #0070d2;
}
.slds-button_outline-brand:hover,
.slds-button_outline-brand:focus {
background-color: #f4f6f9;
}
.slds-button_outline-brand:active {
background-color: #eef1f6;
}
.slds-button_outline-brand[disabled],
.slds-button_outline-brand:disabled {
border-color: #dddbda;
color: #dddbda;
background-color: white;
}
.slds-button_inverse {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: rgba(0, 0, 0, 0);
border-color: #dddbda;
}
.slds-button_inverse:hover,
.slds-button_inverse:focus {
background-color: #f4f6f9;
}
.slds-button_inverse[disabled],
.slds-button_inverse:disabled {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.15);
}
.slds-button_inverse,
.slds-button_inverse:link,
.slds-button_inverse:visited,
.slds-button_icon-border-inverse,
.slds-button_icon-border-inverse:link,
.slds-button_icon-border-inverse:visited {
color: #ecebea;
}
.slds-button_inverse:hover,
.slds-button_inverse:focus,
.slds-button_inverse:active,
.slds-button_icon-border-inverse:hover,
.slds-button_icon-border-inverse:focus,
.slds-button_icon-border-inverse:active {
color: #0070d2;
}
.slds-button_inverse:focus,
.slds-button_icon-border-inverse:focus {
outline: none;
-webkit-box-shadow: 0 0 3px #ecebea;
box-shadow: 0 0 3px #ecebea;
border: 1px solid #ecebea;
}
.slds-button_inverse[disabled],
.slds-button_inverse:disabled,
.slds-button_icon-border-inverse[disabled],
.slds-button_icon-border-inverse:disabled {
color: rgba(255, 255, 255, 0.5);
}
.slds-button_destructive {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: #c23934;
border-color: #c23934;
color: white;
}
.slds-button_destructive:link,
.slds-button_destructive:visited,
.slds-button_destructive:active {
color: white;
}
.slds-button_destructive:hover,
.slds-button_destructive:focus {
background-color: #a61a14;
color: white;
}
.slds-button_destructive:active {
background-color: #870500;
border-color: #870500;
}
.slds-button_destructive[disabled],
.slds-button_destructive:disabled {
background: #c9c7c5;
border-color: #c9c7c5;
color: white;
}
.slds-button_text-destructive {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
border-color: #dddbda;
background-color: white;
color: #c23934;
}
.slds-button_text-destructive:hover,
.slds-button_text-destructive:focus {
background-color: #f4f6f9;
}
.slds-button_text-destructive:active {
background-color: #eef1f6;
}
.slds-button_text-destructive:focus,
.slds-button_text-destructive:hover {
color: #a12b2b;
}
.slds-button_text-destructive[disabled],
.slds-button_text-destructive:disabled {
color: #dddbda;
background-color: white;
}
.slds-button_success {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: #4bca81;
border-color: #4bca81;
color: #080707;
}
.slds-button_success:link,
.slds-button_success:visited,
.slds-button_success:active {
color: #080707;
}
.slds-button_success:hover,
.slds-button_success:focus {
background-color: #04844b;
border-color: #04844b;
color: white;
}
.slds-button_success:active {
background-color: #04844b;
border-color: #04844b;
}
.slds-button_success[disabled],
.slds-button_success:disabled {
background: #c9c7c5;
border-color: #c9c7c5;
color: white;
}
.slds-button__icon {
width: 0.875rem;
height: 0.875rem;
fill: currentColor;
}
.slds-button__icon_large {
width: 1.5rem;
height: 1.5rem;
}
.slds-button__icon_small {
width: 0.75rem;
height: 0.75rem;
}
.slds-button__icon_x-small {
width: 0.5rem;
height: 0.5rem;
}
.slds-button__icon_left {
margin-right: 0.5rem;
}
.slds-button__icon_right {
margin-left: 0.5rem;
}
.slds-button_full-width {
font-size: inherit;
color: inherit;
line-height: inherit;
padding: 0;
background: transparent;
border: 0;
text-align: inherit;
width: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.slds-button_full-width:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.slds-button_stretch {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
} | salesforce-lightning-design-system-2.12.2/css/buttons/base/index.css | @charset "UTF-8";
.slds-button {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
background: transparent;
background-clip: border-box;
border: 1px solid transparent;
border-radius: 0.25rem;
line-height: 1.875rem;
text-decoration: none;
color: #0070d2;
-webkit-appearance: none;
white-space: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.slds-button:hover,
.slds-button:focus,
.slds-button:active,
.slds-button:visited {
text-decoration: none;
}
.slds-button:hover,
.slds-button:focus {
color: #005fb2;
}
.slds-button:focus {
outline: 0;
-webkit-box-shadow: 0 0 3px #0070d2;
box-shadow: 0 0 3px #0070d2;
}
.slds-button:active {
color: #005fb2;
}
.slds-button[disabled],
.slds-button:disabled {
color: #dddbda;
}
.slds-button[disabled] *,
.slds-button:disabled * {
pointer-events: none;
}
.slds-button a {
color: currentColor;
}
.slds-button:hover .slds-button__icon,
.slds-button:focus .slds-button__icon,
.slds-button:active .slds-button__icon,
.slds-button[disabled] .slds-button__icon,
.slds-button:disabled .slds-button__icon {
fill: currentColor;
pointer-events: none;
}
.slds-button + .slds-button-group,
.slds-button + .slds-button-group-list {
margin-left: 0.25rem;
}
.slds-button + .slds-button {
margin-left: 0.25rem;
}
a.slds-button {
text-align: center;
}
a.slds-button:focus {
outline: 0;
-webkit-box-shadow: 0 0 3px #0070d2;
box-shadow: 0 0 3px #0070d2;
}
a.slds-button_inverse:focus,
a.slds-button--inverse:focus {
outline: none;
-webkit-box-shadow: 0 0 3px #ecebea;
box-shadow: 0 0 3px #ecebea;
border: 1px solid #ecebea;
}
.slds-button_reset {
font-size: inherit;
color: inherit;
line-height: inherit;
padding: 0;
background: transparent;
border: 0;
text-align: inherit;
}
.slds-button_neutral {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
border-color: #dddbda;
background-color: white;
}
.slds-button_neutral:hover,
.slds-button_neutral:focus {
background-color: #f4f6f9;
}
.slds-button_neutral:active {
background-color: #eef1f6;
}
.slds-button_neutral[disabled],
.slds-button_neutral:disabled {
background-color: white;
cursor: default;
}
.slds-button_brand {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: #0070d2;
border-color: #0070d2;
color: white;
}
.slds-button_brand:link,
.slds-button_brand:visited,
.slds-button_brand:active {
color: white;
}
.slds-button_brand:hover,
.slds-button_brand:focus {
background-color: #005fb2;
border-color: #005fb2;
color: white;
}
.slds-button_brand:active {
background-color: #005fb2;
border-color: #005fb2;
}
.slds-button_brand[disabled],
.slds-button_brand:disabled {
background: #c9c7c5;
border-color: #c9c7c5;
color: white;
}
.slds-button_outline-brand {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
border-color: #dddbda;
background-color: white;
border-color: #0070d2;
}
.slds-button_outline-brand:hover,
.slds-button_outline-brand:focus {
background-color: #f4f6f9;
}
.slds-button_outline-brand:active {
background-color: #eef1f6;
}
.slds-button_outline-brand[disabled],
.slds-button_outline-brand:disabled {
border-color: #dddbda;
color: #dddbda;
background-color: white;
}
.slds-button_inverse {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: rgba(0, 0, 0, 0);
border-color: #dddbda;
}
.slds-button_inverse:hover,
.slds-button_inverse:focus {
background-color: #f4f6f9;
}
.slds-button_inverse[disabled],
.slds-button_inverse:disabled {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.15);
}
.slds-button_inverse,
.slds-button_inverse:link,
.slds-button_inverse:visited,
.slds-button_icon-border-inverse,
.slds-button_icon-border-inverse:link,
.slds-button_icon-border-inverse:visited {
color: #ecebea;
}
.slds-button_inverse:hover,
.slds-button_inverse:focus,
.slds-button_inverse:active,
.slds-button_icon-border-inverse:hover,
.slds-button_icon-border-inverse:focus,
.slds-button_icon-border-inverse:active {
color: #0070d2;
}
.slds-button_inverse:focus,
.slds-button_icon-border-inverse:focus {
outline: none;
-webkit-box-shadow: 0 0 3px #ecebea;
box-shadow: 0 0 3px #ecebea;
border: 1px solid #ecebea;
}
.slds-button_inverse[disabled],
.slds-button_inverse:disabled,
.slds-button_icon-border-inverse[disabled],
.slds-button_icon-border-inverse:disabled {
color: rgba(255, 255, 255, 0.5);
}
.slds-button_destructive {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: #c23934;
border-color: #c23934;
color: white;
}
.slds-button_destructive:link,
.slds-button_destructive:visited,
.slds-button_destructive:active {
color: white;
}
.slds-button_destructive:hover,
.slds-button_destructive:focus {
background-color: #a61a14;
color: white;
}
.slds-button_destructive:active {
background-color: #870500;
border-color: #870500;
}
.slds-button_destructive[disabled],
.slds-button_destructive:disabled {
background: #c9c7c5;
border-color: #c9c7c5;
color: white;
}
.slds-button_text-destructive {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
border-color: #dddbda;
background-color: white;
color: #c23934;
}
.slds-button_text-destructive:hover,
.slds-button_text-destructive:focus {
background-color: #f4f6f9;
}
.slds-button_text-destructive:active {
background-color: #eef1f6;
}
.slds-button_text-destructive:focus,
.slds-button_text-destructive:hover {
color: #a12b2b;
}
.slds-button_text-destructive[disabled],
.slds-button_text-destructive:disabled {
color: #dddbda;
background-color: white;
}
.slds-button_success {
padding-left: 1rem;
padding-right: 1rem;
text-align: center;
vertical-align: middle;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddbda;
-webkit-transition: border 0.15s linear;
transition: border 0.15s linear;
background-color: #4bca81;
border-color: #4bca81;
color: #080707;
}
.slds-button_success:link,
.slds-button_success:visited,
.slds-button_success:active {
color: #080707;
}
.slds-button_success:hover,
.slds-button_success:focus {
background-color: #04844b;
border-color: #04844b;
color: white;
}
.slds-button_success:active {
background-color: #04844b;
border-color: #04844b;
}
.slds-button_success[disabled],
.slds-button_success:disabled {
background: #c9c7c5;
border-color: #c9c7c5;
color: white;
}
.slds-button__icon {
width: 0.875rem;
height: 0.875rem;
fill: currentColor;
}
.slds-button__icon_large {
width: 1.5rem;
height: 1.5rem;
}
.slds-button__icon_small {
width: 0.75rem;
height: 0.75rem;
}
.slds-button__icon_x-small {
width: 0.5rem;
height: 0.5rem;
}
.slds-button__icon_left {
margin-right: 0.5rem;
}
.slds-button__icon_right {
margin-left: 0.5rem;
}
.slds-button_full-width {
font-size: inherit;
color: inherit;
line-height: inherit;
padding: 0;
background: transparent;
border: 0;
text-align: inherit;
width: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.slds-button_full-width:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.slds-button_stretch {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
} | 0.390243 | 0.047914 |
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwr7Iw.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;
}
.group-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
height: 100%;
}
.setting-name {
font-size: 20px;
margin-bottom: 10px;
}
.current-setting-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sub-menu-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100px;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sub-menu-item {
height: 80px;
width: 80px;
background-color: #ff7834;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0px 5px;
}
.group1-back {
width: 100px;
height: 65px;
background: url("/Coffee/Images/Back.png") no-repeat center center, linear-gradient(30deg, #ff8345, #ff9452);
}
.current-setting-info-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 130px;
}
.sub-menu-image {
height: 50px;
} | application/Coffee/Settings/Update/Colors.css | @font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 400;
src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwr7Iw.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;
}
.group-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
height: 100%;
}
.setting-name {
font-size: 20px;
margin-bottom: 10px;
}
.current-setting-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sub-menu-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100px;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sub-menu-item {
height: 80px;
width: 80px;
background-color: #ff7834;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0px 5px;
}
.group1-back {
width: 100px;
height: 65px;
background: url("/Coffee/Images/Back.png") no-repeat center center, linear-gradient(30deg, #ff8345, #ff9452);
}
.current-setting-info-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 130px;
}
.sub-menu-image {
height: 50px;
} | 0.409103 | 0.08472 |
@import 'legacy.css';
body, html {
/* background: url(newwebsite.png) #fff center top no-repeat; */
font-family: "verdana", "arial", "bitstream vera sans", sans;
margin: 0;
font-size: 11px;
padding: 0;
color: #434343;
}
p {
color: #434343;
font-weight: normal;
padding-bottom: 5px;
line-height: 16px;
}
a{
text-decoration: none;}
a img {
border: 0;
}
a {
color: #00209f;
text-decoration: underline;
}
h4 {
margin: 10px 0 3px 0;
}
table, tr, td{
font-size: 11px;
vertical-align: top;
}
td {
padding-bottom: 15px;
padding-left: 15px;
}
table li {
padding: 2px;
}
table h3 {
font-size: 1em;
text-align: right;
padding: 0;
margin: 0;
padding-left: 5px;
}
table p {
padding: 0 !important;
margin: 0;
}
pre {
font-size: 11px;
}
#wrapper{
width: 750px;
margin-left: auto;
margin-right: auto;
}
#header {
border-bottom: solid 1px #c0c0c0;
background-color: #fff;
margin-top: 15px;
padding-bottom: 15px;
}
#header img{
border: 0;
}
#header h1{display: none;}
#header h2{
margin: 0px;
margin-top: -20px;
padding: 0px;
color: #00209f;
text-align: right;
font-size: 18px;
font-weight: 500;
font-family: sans-serif;
}
#navigation {
float: left;
width: 140px;
padding-top: 5px;
margin-left: 5px;
}
#navigation h3{
font-size: 12px;
color: #363636;
margin: 0;
padding: 0;
margin-top: 11px;
margin-bottom: 4px;
font-weight: 700;
font-size: 11px;
}
#navigation ul {
margin: 0;
padding: 0;
padding-left: 2px;
text-indent: 0px;
color: #00209f;
font-weight: normal;
}
#navigation li {
padding: 1px 0;
list-style: none;
}
#navigation li a {
margin-left: 0px;
text-indent: 0px;
padding-left: 10px;
background: url(/themes/sxip.com/icons/arrow.png) no-repeat 0 3px;
}
#navigation ul ul li a{
background: url(/themes/sxip.com/icons/arrow2.png) no-repeat 1px 3px !important;
}
#navigation li.phone {
padding-left: 10px;
background: url(/themes/sxip.com/icons/phone.png) no-repeat -1px 4px !important;
}
#navigation li.email a {
background: url(/themes/sxip.com/icons/mail.png) no-repeat -1px 1px !important;
}
#navigation a.current {
background: url(/themes/sxip.com/icons/arrowfill.png) no-repeat 0 3px;
font-weight: bold;
}
#navigation a:hover {
background: url(/themes/sxip.com/icons/arrowfill.png) no-repeat 0 3px;
font-weight: bold;
}
#navigation ul ul li a.current {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
#navigation ul ul li a:hover {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.feedbuttons {
margin: 20px 10px ;
}
/* blogmenu */
#blogmenu {
width: 130px;
margin: 0;
padding: 0;
float: right;
border-left: solid 1px #919191;
margin-left: 25px;
padding-top: 0px;
line-height: 1.3em;
padding-left: 0px;
padding-bottom: 50px;
}
#blogmenu a{
text-decoration: none;
}
#blogmenu h4 {
padding-left: 20px;
margin: 10px 0;
color: #df008f;
font-weight: bold;
font-size: 14px;
}
#blogmenu ul {
}
#blogmenu li {
list-style: none;
}
#blogmenu img{
margin-bottom: 10px;
}
#content {
/*margin-left: 140px;*/
/*padding-left: 20px;*/
padding-top: 15px;
/*padding-bottom: 30px;*/
}
#content h1 {
color: #363636;
margin: 0;
padding: 0 0 10px 0;
font-size: 1.8em;
}
#content h2 {
color: #363636;
margin: 0;
padding: 0;
}
#content h2 span {
font-size: 12px;
font-weight: 200;
}
#content p {
margin: 0;
line-height: 1.7;
}
#infocardSupport p {
border: solid 1px #fff32a;
padding: 10px;
background: #fff79b;
margin-bottom: 14px;
}
#content em {
color: #e50f9f;
font-weight: 700;
font-size: 11px;
}
#content ul, #content li {
padding-bottom: 3px;
padding-left: 2px;
margin-left: 10px;
text-indent: 0;
}
#intro {
padding-top: 20px;
margin-bottom: 20px;
}
#intro p {
margin-bottom: 4px;
font-size: 120%;
/*color: #7e8083;*/
}
#intro h2 {
font-size: 24px;
}
#summary {
margin-bottom: 35px;
}
#summary h2 {
margin-bottom: -15px;
font-size: 20px;
}
#summary h3 {
margin: 0px;
margin-top: 25px;
font-size: 14px;
font-weight: bold;
color: #00209f;
line-height: 20px;
}
#summary h3 span {
color: #4e4e4e;
}
#summary p {
font-size: 11px;
}
.blog {
}
.blog h2{
margin-bottom: -5px;
}
.blog H3 {
font-weight: Bold;
font-size: 1.2em;
color: #00209f;
margin: 0;
padding: 0;
margin-top: 20px;
}
.blog H4{
font-size: 10px;
font-weight: bold;
color: #999;
margin: 0;
padding: 0;
}
.blog p{
font-size: 12px;
line-height: 16px;
padding: 5px 0px 0px 0px;
}
.blog li {
}
div.arrowbar {
display: block;
height: 20px;
}
#comment_bar{
border-top: solid 1px #ccc;
margin-top: 10px;
padding: 10px 0 0 0;
width: 420px;
}
#comment_bar img {
padding: 1px;
vertical-align: middle;
margin-right: 5px;
}
#comment_bar a {
}
#comment_bar ul{
margin: 0;
padding: 0;
}
#comment_bar li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
padding-right: 10px;
}
#body {
font-size: 14px;
color: #818284;
padding-top: 15px;
padding-bottom: 15px;
}
#body p {
/*color: #818284;*/
}
#body a {
color: #3fc1f3;
}
#body ul {
}
#body li {
/*color: #818284; */
}
#footnote {
margin-top: 50px;
clear: both;
color: #818284;
font-size: 12px;
padding: 0;
text-indent: 0;
}
#footnote p {
color: #818284;
}
/*---------------
footer
---------------*/
#footer{
margin-top: 50px;
clear: both;
border-top: solid 1px #c0c0c0;
color: #666;
font-size: 12px;
}
#footer ul {
float: right;
margin: 0;
padding: 0;
text-indent: 0;
}
#footer ul li{
display: inline;
margin: 0;
padding: 0;
text-indent: 0;
margin-left: 10px;
}
#footer a{
color: #666;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
footer p {
margin: 0;
padding: 0;
text-indent: 0;
}
#footer_legal{
float: left;
}
.right{
float: right;
}
.contacts {
margin-top: 20px;
}
.contacts h3 {
}
.contacts ul {
padding-bottom: 5px !important;
}
.linkbox {
margin-top: 0;
margin-left: 15px;
float: right;
}
.linkbox img {
border: none;
}
.linkbox h3 {
}
.linkbox p {
}
.linkbox ul {
font-size: 11px;
font-weight: normal;
}
.linkbox ul {
margin: 0;
padding: 0;
padding-left: 2px;
text-indent: 0px;
color: #00209f;
font-weight: normal;
}
.linkbox li {
padding: 1px 0;
list-style: none;
}
.linkbox li a {
margin-left: 0px;
text-indent: 0px;
padding-left: 10px;
background: url(/themes/sxip.com/icons/arrow.png) no-repeat 0 3px;
}
.linkbox ul ul li a{
background: url(/themes/sxip.com/icons/arrow2.png) no-repeat 1px 3px !important;
}
.linkbox li.phone {
padding-left: 12px !important;
background: url(/themes/sxip.com/icons/phone.png) no-repeat 0px 4px !important;
}
.linkbox li.email a {
background: url(/themes/sxip.com/icons/mail.png) no-repeat -1px 1px !important;
}
.linkbox ul ul li a.current {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.linkbox ul ul li a:hover {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.linkbox img {
font-size: 30px;
letter-spacing: -5px;
font-weight: bold;
color: #fff;
text-indent: -10px;
}
.gw form{
padding:15px;
padding-top: 20px;
background-color: #eee;
width: 480px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}
.gw form h3{
margin: 0;
padding: 0;
}
.gw h3 {
margin-top: 25px;
}
.gw h1 {
color: #f90;
font-size: 14px;
}
.gw h2{
margin-top: 25px;
margin-bottom: 10px;
font-size: 16px;
font-weight: 100;
}
.gw h4{
margin: 5px 0px 5px 0px;}
.gw ul{
margin: 15px;
}
.gw li{
color: #ff9900;
}
.gw dl{
padding: 15px;
width: 400px;
margin-left: auto;
margin-right: auto;
}
.gw dt{
font-weight: bolder;
margin: 5px;
}
.gw dd{
margin-bottom: 10px;
}
.gw .notice {
padding: 20px;
width: 500px;
margin-left: auto;
margin-right: auto;
font-weight: bolder;
background-color: #edd;
}
.gw p{
margin-top: 5px;
margin-left: 5px;
}
.gw strong{
color: #ff9900;
}
.xml {
border: 1px solid;
border-color:#FC9 #630 #330 #F96;
padding:0 3px;
font:600 10px lucida,verdana,sans-serif;
color:#FFF !important;
background:#F60;
text-decoration: none !important;
margin:0;
}
.orange {
color: #e50f9f;
}
/* team page */
#team img {
border: solid 1px #5a5a5a;
margin: 0 15px 5px 0;
float: left;
}
#team em {
font-style: normal;
font-size: 1.1em;
}
#team p{
margin-bottom: 5px;
}
/* careers page */
.jobs {
margin-left: 10px;
}
.jobs h3 {
font-size: 1.8em;
color: #df008f;
font-weight: normal;
border-top: solid 1px #919191;
padding-top: 10px;
}
/* careers page */
#relocate {
float: right;
width: 200px;
border: Solid 1px #919191;
background: url(/themes/sxip.com/images/relocate_bgnd.png) #fafafa no-repeat;
padding: 5px;
margin-left: 10px;
}
#relocate h3 {
margin-top: 50px;
text-align: center;
}
#relocate p {
line-height: 12px;
}
#relocate li {
list-style: none;
padding: 2px;
margin: 0;
text-indent: 0;
}
#relocate li ul li {
margin-left: 4em;
}
/* endorsements page */
.endorsement {
padding-bottom: 5px;
border-bottom: solid 1px #eee;
margin-bottom: 15px;
}
.sig {
padding-top: 3px;
padding-left: 10px;
}
.sig p{
color: #919191;
}
.sig p a{
color: #919191;
}
.copyright {
color: #919191;
font-size: 0.9em;
}
/* glossary page */
#glossary h3 {
font-size: 1.8em;
color: #df008f;
font-weight: normal;
border-top: solid 1px #919191;
padding-top: 15px;
padding-left: 5px;
}
/* general */
/* these are for the breadcrumbs */
.section-title{
color: #333;
}
.more a {
color: #df008f;
padding: 0;
margin: 0;
}
.more p {
color: #df008f;
padding: 0 !important;
margin: 0 !important;
}
div.map {
width: 20em;
}
pre { font-family: "Verdana", sans, sans-serif;
}
#image-gallery h3{
width: 600px;
display: block;
border-bottom: solid 2px #cccccc;
padding-bottom: 5px
}
#image-gallery .section {
margin-bottom: 15px;
}
#image-gallery a dl {
float: left;
text-align: center;
width: 100px;
height: 100px;
padding: 4px;
margin: 0px 2px;
background-color: #fff;
border: solid 1px #ccc;
}
#image-gallery a dl:hover{
border: solid 1px red;
}
#image-gallery dt {
background-color: #fff;
height: 65px;
}
#image-gallery .section dd {
background-color: #eee;
border: 0;
padding: 2px;
margin: 0;
vertical-align: bottom;
text-indent: 0;
}
#image-gallery .section h3 {
padding-top: 15px;
padding-left: 10px;
}
#image-gallery .sectiontwo dl {
float: left;
width: 325px;
height: 100px;
padding: 4px;
margin: 5px 5px;
background-color: #fff;
border: solid 1px #ccc;
text-align: left;
}
#image-gallery .sectiontwo dt {
float: left;
padding-top: 15px;
padding-left: 10px;
height: 70px;
}
#image-gallery .sectiontwo a dd {
padding: 2px;
margin: 2px 0;
margin-left: 200px;
background-color: #eee;
text-indent: 0;
}
#image-gallery .sectiontwo a:hover dd {
background-color: #ddd;
}
#image-gallery .sectiontwo .section h3 {
padding-top: 15px;
padding-left: 10px;
}
#image-gallery .section {
border: 0 ;
width: 550px;
float: left;
}
#image-gallery .sectiontwo {
border: 0 ;
width: 550px;
float: left;
}
#callout{
font-size: 14px;
margin-top: 10px;
background-color: #ACDEF4;
padding: 5px 5px 5px 10px;
}
#calloutsuccess{
font-size: 14px;
margin-top: 10px;
color: #ffffff;
background-color: #7AC142;
padding: 5px 5px 5px 10px;
}
#calloutfailure{
font-size: 14px;
margin-top: 10px;
color: #ffffff;
background-color: #E73E97;
padding: 5px 5px 5px 10px;
}
#nymenable a {
color: #7AC142;
}
#nymdisable a {
color: #E73E97;
}
dl.dark {
background-color: #2a2a2a !important;
}
dl.dark dt {
background-color: #2a2a2a !important;
}
dl.dark a dd {
background-color: #e83f98 !important;
color: #fff;
}
dl.dark dd {
background-color: #e83f98 !important;
color: #fff;
}
.demo h4{
padding: 0;
margin: 0;
}
.demo ul {
margin: 0;
padding: 0;
padding-left: 2px;
text-indent: 0px;
color: #00209f;
font-weight: normal;
}
.demo li {
padding: 1px 0;
list-style: none;
}
.demo li a {
margin-left: 0px;
text-indent: 0px;
padding-left: 10px;
background: url(/themes/sxip.com/icons/arrow.png) no-repeat 0 3px;
}
.demo ul ul li a{
background: url(/themes/sxip.com/icons/arrow2.png) no-repeat 1px 3px !important;
}
.demo li.phone {
padding-left: 12px !important;
background: url(/themes/sxip.com/icons/phone.png) no-repeat 0px 4px !important;
}
.demo li.email a {
background: url(/themes/sxip.com/icons/mail.png) no-repeat -1px 1px !important;
}
.demo ul ul li a.current {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.demo ul ul li a:hover {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
} | samples/demorp/www/style.css | @import 'legacy.css';
body, html {
/* background: url(newwebsite.png) #fff center top no-repeat; */
font-family: "verdana", "arial", "bitstream vera sans", sans;
margin: 0;
font-size: 11px;
padding: 0;
color: #434343;
}
p {
color: #434343;
font-weight: normal;
padding-bottom: 5px;
line-height: 16px;
}
a{
text-decoration: none;}
a img {
border: 0;
}
a {
color: #00209f;
text-decoration: underline;
}
h4 {
margin: 10px 0 3px 0;
}
table, tr, td{
font-size: 11px;
vertical-align: top;
}
td {
padding-bottom: 15px;
padding-left: 15px;
}
table li {
padding: 2px;
}
table h3 {
font-size: 1em;
text-align: right;
padding: 0;
margin: 0;
padding-left: 5px;
}
table p {
padding: 0 !important;
margin: 0;
}
pre {
font-size: 11px;
}
#wrapper{
width: 750px;
margin-left: auto;
margin-right: auto;
}
#header {
border-bottom: solid 1px #c0c0c0;
background-color: #fff;
margin-top: 15px;
padding-bottom: 15px;
}
#header img{
border: 0;
}
#header h1{display: none;}
#header h2{
margin: 0px;
margin-top: -20px;
padding: 0px;
color: #00209f;
text-align: right;
font-size: 18px;
font-weight: 500;
font-family: sans-serif;
}
#navigation {
float: left;
width: 140px;
padding-top: 5px;
margin-left: 5px;
}
#navigation h3{
font-size: 12px;
color: #363636;
margin: 0;
padding: 0;
margin-top: 11px;
margin-bottom: 4px;
font-weight: 700;
font-size: 11px;
}
#navigation ul {
margin: 0;
padding: 0;
padding-left: 2px;
text-indent: 0px;
color: #00209f;
font-weight: normal;
}
#navigation li {
padding: 1px 0;
list-style: none;
}
#navigation li a {
margin-left: 0px;
text-indent: 0px;
padding-left: 10px;
background: url(/themes/sxip.com/icons/arrow.png) no-repeat 0 3px;
}
#navigation ul ul li a{
background: url(/themes/sxip.com/icons/arrow2.png) no-repeat 1px 3px !important;
}
#navigation li.phone {
padding-left: 10px;
background: url(/themes/sxip.com/icons/phone.png) no-repeat -1px 4px !important;
}
#navigation li.email a {
background: url(/themes/sxip.com/icons/mail.png) no-repeat -1px 1px !important;
}
#navigation a.current {
background: url(/themes/sxip.com/icons/arrowfill.png) no-repeat 0 3px;
font-weight: bold;
}
#navigation a:hover {
background: url(/themes/sxip.com/icons/arrowfill.png) no-repeat 0 3px;
font-weight: bold;
}
#navigation ul ul li a.current {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
#navigation ul ul li a:hover {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.feedbuttons {
margin: 20px 10px ;
}
/* blogmenu */
#blogmenu {
width: 130px;
margin: 0;
padding: 0;
float: right;
border-left: solid 1px #919191;
margin-left: 25px;
padding-top: 0px;
line-height: 1.3em;
padding-left: 0px;
padding-bottom: 50px;
}
#blogmenu a{
text-decoration: none;
}
#blogmenu h4 {
padding-left: 20px;
margin: 10px 0;
color: #df008f;
font-weight: bold;
font-size: 14px;
}
#blogmenu ul {
}
#blogmenu li {
list-style: none;
}
#blogmenu img{
margin-bottom: 10px;
}
#content {
/*margin-left: 140px;*/
/*padding-left: 20px;*/
padding-top: 15px;
/*padding-bottom: 30px;*/
}
#content h1 {
color: #363636;
margin: 0;
padding: 0 0 10px 0;
font-size: 1.8em;
}
#content h2 {
color: #363636;
margin: 0;
padding: 0;
}
#content h2 span {
font-size: 12px;
font-weight: 200;
}
#content p {
margin: 0;
line-height: 1.7;
}
#infocardSupport p {
border: solid 1px #fff32a;
padding: 10px;
background: #fff79b;
margin-bottom: 14px;
}
#content em {
color: #e50f9f;
font-weight: 700;
font-size: 11px;
}
#content ul, #content li {
padding-bottom: 3px;
padding-left: 2px;
margin-left: 10px;
text-indent: 0;
}
#intro {
padding-top: 20px;
margin-bottom: 20px;
}
#intro p {
margin-bottom: 4px;
font-size: 120%;
/*color: #7e8083;*/
}
#intro h2 {
font-size: 24px;
}
#summary {
margin-bottom: 35px;
}
#summary h2 {
margin-bottom: -15px;
font-size: 20px;
}
#summary h3 {
margin: 0px;
margin-top: 25px;
font-size: 14px;
font-weight: bold;
color: #00209f;
line-height: 20px;
}
#summary h3 span {
color: #4e4e4e;
}
#summary p {
font-size: 11px;
}
.blog {
}
.blog h2{
margin-bottom: -5px;
}
.blog H3 {
font-weight: Bold;
font-size: 1.2em;
color: #00209f;
margin: 0;
padding: 0;
margin-top: 20px;
}
.blog H4{
font-size: 10px;
font-weight: bold;
color: #999;
margin: 0;
padding: 0;
}
.blog p{
font-size: 12px;
line-height: 16px;
padding: 5px 0px 0px 0px;
}
.blog li {
}
div.arrowbar {
display: block;
height: 20px;
}
#comment_bar{
border-top: solid 1px #ccc;
margin-top: 10px;
padding: 10px 0 0 0;
width: 420px;
}
#comment_bar img {
padding: 1px;
vertical-align: middle;
margin-right: 5px;
}
#comment_bar a {
}
#comment_bar ul{
margin: 0;
padding: 0;
}
#comment_bar li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
padding-right: 10px;
}
#body {
font-size: 14px;
color: #818284;
padding-top: 15px;
padding-bottom: 15px;
}
#body p {
/*color: #818284;*/
}
#body a {
color: #3fc1f3;
}
#body ul {
}
#body li {
/*color: #818284; */
}
#footnote {
margin-top: 50px;
clear: both;
color: #818284;
font-size: 12px;
padding: 0;
text-indent: 0;
}
#footnote p {
color: #818284;
}
/*---------------
footer
---------------*/
#footer{
margin-top: 50px;
clear: both;
border-top: solid 1px #c0c0c0;
color: #666;
font-size: 12px;
}
#footer ul {
float: right;
margin: 0;
padding: 0;
text-indent: 0;
}
#footer ul li{
display: inline;
margin: 0;
padding: 0;
text-indent: 0;
margin-left: 10px;
}
#footer a{
color: #666;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
footer p {
margin: 0;
padding: 0;
text-indent: 0;
}
#footer_legal{
float: left;
}
.right{
float: right;
}
.contacts {
margin-top: 20px;
}
.contacts h3 {
}
.contacts ul {
padding-bottom: 5px !important;
}
.linkbox {
margin-top: 0;
margin-left: 15px;
float: right;
}
.linkbox img {
border: none;
}
.linkbox h3 {
}
.linkbox p {
}
.linkbox ul {
font-size: 11px;
font-weight: normal;
}
.linkbox ul {
margin: 0;
padding: 0;
padding-left: 2px;
text-indent: 0px;
color: #00209f;
font-weight: normal;
}
.linkbox li {
padding: 1px 0;
list-style: none;
}
.linkbox li a {
margin-left: 0px;
text-indent: 0px;
padding-left: 10px;
background: url(/themes/sxip.com/icons/arrow.png) no-repeat 0 3px;
}
.linkbox ul ul li a{
background: url(/themes/sxip.com/icons/arrow2.png) no-repeat 1px 3px !important;
}
.linkbox li.phone {
padding-left: 12px !important;
background: url(/themes/sxip.com/icons/phone.png) no-repeat 0px 4px !important;
}
.linkbox li.email a {
background: url(/themes/sxip.com/icons/mail.png) no-repeat -1px 1px !important;
}
.linkbox ul ul li a.current {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.linkbox ul ul li a:hover {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.linkbox img {
font-size: 30px;
letter-spacing: -5px;
font-weight: bold;
color: #fff;
text-indent: -10px;
}
.gw form{
padding:15px;
padding-top: 20px;
background-color: #eee;
width: 480px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}
.gw form h3{
margin: 0;
padding: 0;
}
.gw h3 {
margin-top: 25px;
}
.gw h1 {
color: #f90;
font-size: 14px;
}
.gw h2{
margin-top: 25px;
margin-bottom: 10px;
font-size: 16px;
font-weight: 100;
}
.gw h4{
margin: 5px 0px 5px 0px;}
.gw ul{
margin: 15px;
}
.gw li{
color: #ff9900;
}
.gw dl{
padding: 15px;
width: 400px;
margin-left: auto;
margin-right: auto;
}
.gw dt{
font-weight: bolder;
margin: 5px;
}
.gw dd{
margin-bottom: 10px;
}
.gw .notice {
padding: 20px;
width: 500px;
margin-left: auto;
margin-right: auto;
font-weight: bolder;
background-color: #edd;
}
.gw p{
margin-top: 5px;
margin-left: 5px;
}
.gw strong{
color: #ff9900;
}
.xml {
border: 1px solid;
border-color:#FC9 #630 #330 #F96;
padding:0 3px;
font:600 10px lucida,verdana,sans-serif;
color:#FFF !important;
background:#F60;
text-decoration: none !important;
margin:0;
}
.orange {
color: #e50f9f;
}
/* team page */
#team img {
border: solid 1px #5a5a5a;
margin: 0 15px 5px 0;
float: left;
}
#team em {
font-style: normal;
font-size: 1.1em;
}
#team p{
margin-bottom: 5px;
}
/* careers page */
.jobs {
margin-left: 10px;
}
.jobs h3 {
font-size: 1.8em;
color: #df008f;
font-weight: normal;
border-top: solid 1px #919191;
padding-top: 10px;
}
/* careers page */
#relocate {
float: right;
width: 200px;
border: Solid 1px #919191;
background: url(/themes/sxip.com/images/relocate_bgnd.png) #fafafa no-repeat;
padding: 5px;
margin-left: 10px;
}
#relocate h3 {
margin-top: 50px;
text-align: center;
}
#relocate p {
line-height: 12px;
}
#relocate li {
list-style: none;
padding: 2px;
margin: 0;
text-indent: 0;
}
#relocate li ul li {
margin-left: 4em;
}
/* endorsements page */
.endorsement {
padding-bottom: 5px;
border-bottom: solid 1px #eee;
margin-bottom: 15px;
}
.sig {
padding-top: 3px;
padding-left: 10px;
}
.sig p{
color: #919191;
}
.sig p a{
color: #919191;
}
.copyright {
color: #919191;
font-size: 0.9em;
}
/* glossary page */
#glossary h3 {
font-size: 1.8em;
color: #df008f;
font-weight: normal;
border-top: solid 1px #919191;
padding-top: 15px;
padding-left: 5px;
}
/* general */
/* these are for the breadcrumbs */
.section-title{
color: #333;
}
.more a {
color: #df008f;
padding: 0;
margin: 0;
}
.more p {
color: #df008f;
padding: 0 !important;
margin: 0 !important;
}
div.map {
width: 20em;
}
pre { font-family: "Verdana", sans, sans-serif;
}
#image-gallery h3{
width: 600px;
display: block;
border-bottom: solid 2px #cccccc;
padding-bottom: 5px
}
#image-gallery .section {
margin-bottom: 15px;
}
#image-gallery a dl {
float: left;
text-align: center;
width: 100px;
height: 100px;
padding: 4px;
margin: 0px 2px;
background-color: #fff;
border: solid 1px #ccc;
}
#image-gallery a dl:hover{
border: solid 1px red;
}
#image-gallery dt {
background-color: #fff;
height: 65px;
}
#image-gallery .section dd {
background-color: #eee;
border: 0;
padding: 2px;
margin: 0;
vertical-align: bottom;
text-indent: 0;
}
#image-gallery .section h3 {
padding-top: 15px;
padding-left: 10px;
}
#image-gallery .sectiontwo dl {
float: left;
width: 325px;
height: 100px;
padding: 4px;
margin: 5px 5px;
background-color: #fff;
border: solid 1px #ccc;
text-align: left;
}
#image-gallery .sectiontwo dt {
float: left;
padding-top: 15px;
padding-left: 10px;
height: 70px;
}
#image-gallery .sectiontwo a dd {
padding: 2px;
margin: 2px 0;
margin-left: 200px;
background-color: #eee;
text-indent: 0;
}
#image-gallery .sectiontwo a:hover dd {
background-color: #ddd;
}
#image-gallery .sectiontwo .section h3 {
padding-top: 15px;
padding-left: 10px;
}
#image-gallery .section {
border: 0 ;
width: 550px;
float: left;
}
#image-gallery .sectiontwo {
border: 0 ;
width: 550px;
float: left;
}
#callout{
font-size: 14px;
margin-top: 10px;
background-color: #ACDEF4;
padding: 5px 5px 5px 10px;
}
#calloutsuccess{
font-size: 14px;
margin-top: 10px;
color: #ffffff;
background-color: #7AC142;
padding: 5px 5px 5px 10px;
}
#calloutfailure{
font-size: 14px;
margin-top: 10px;
color: #ffffff;
background-color: #E73E97;
padding: 5px 5px 5px 10px;
}
#nymenable a {
color: #7AC142;
}
#nymdisable a {
color: #E73E97;
}
dl.dark {
background-color: #2a2a2a !important;
}
dl.dark dt {
background-color: #2a2a2a !important;
}
dl.dark a dd {
background-color: #e83f98 !important;
color: #fff;
}
dl.dark dd {
background-color: #e83f98 !important;
color: #fff;
}
.demo h4{
padding: 0;
margin: 0;
}
.demo ul {
margin: 0;
padding: 0;
padding-left: 2px;
text-indent: 0px;
color: #00209f;
font-weight: normal;
}
.demo li {
padding: 1px 0;
list-style: none;
}
.demo li a {
margin-left: 0px;
text-indent: 0px;
padding-left: 10px;
background: url(/themes/sxip.com/icons/arrow.png) no-repeat 0 3px;
}
.demo ul ul li a{
background: url(/themes/sxip.com/icons/arrow2.png) no-repeat 1px 3px !important;
}
.demo li.phone {
padding-left: 12px !important;
background: url(/themes/sxip.com/icons/phone.png) no-repeat 0px 4px !important;
}
.demo li.email a {
background: url(/themes/sxip.com/icons/mail.png) no-repeat -1px 1px !important;
}
.demo ul ul li a.current {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
}
.demo ul ul li a:hover {
background: url(/themes/sxip.com/icons/arrow2fill.png) no-repeat 1px 3px !important;
} | 0.148571 | 0.058051 |
.container-fluid {
position: relative;
min-height: 100vh;
padding: 150px;
padding-top: 75px;
justify-content: center;
display: flex;
justify-content: space-around;
}
.jumbotron {
background-color: transparent;
margin-left: 100px;
margin-top: 100px;
}
.btn {
background-color: transparent !important;
border: transparent !important;
border-width: 0px !important;
align-items: center !important;
}
.card {
height: 400px;
margin-left: 30px;
border: 0px;
align-items: center;
}
.pb {
margin-left: 50px;
}
.head-1 {
font-size: 40px;
text-transform: uppercase;
color: #080808;
font-weight: 450;
line-height: normal;
margin-bottom: 15px;
width: 475px;
}
.head-2 {
font-size: 24px;
text-transform: uppercase;
color: #383838;
font-weight: 100;
line-height: 40px;
margin-bottom: 15px;
width: 475px;
}
.head-3 {
font-size: 18px;
text-transform: uppercase;
color: #686868;
line-height: 40px;
width: 475px;
font-weight: lighter;
}
.headsshot {
width: 40px;
height: 40px;
}
.body-text2 {
color: #202020;
font-weight: 200;
}
.body-text3 {
color: #808080;
font-weight: 300;
font-size: 18px;
line-height: 30px;
}
.cardTitle {
text-align: center;
text-transform: uppercase;
color: #303030;
font-size: 20px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
.resume {
height: 35px;
width: 50px;
padding-left: 10px;
}
.fab (
)
/* .row {
justify-content: center;
padding-top: 50px;
}
.row {
justify-content: left;
padding-top: 50px;
} */
#content-wrap {
padding-bottom: 2.5rem; /* Footer height */
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
height: 2.5rem; /* Footer height */
}
body {
background-color: white;
/* background: url('https://image.freepik.com/free-photo/dark-grunge-texture_1048-4055.jpg?1') no-repeat center center fixed; */
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.rounded-circle {
width: 50px;
}
.navbar {
background: #383838;
width: 100%;
}
.menuicon {
width: 50px;
image-rendering: optimizeSpeed;
}
.nav-item {
color: rgb(8, 109, 232);
text-transform: lowercase;
font-style: italic;
}
.itemText {
color: dodgerblue;
}
.fa {
width: 20px;
height: 30px;
}
.dropdown-menu {
background-color: transparent;
}
.fa-html5 {
color: coral;
}
.fa-css3-alt {
color: rgb(26, 56, 189);
}
.fa-js{
color: yellow;
}
.container {
padding-top: 120px;
}
.head-title {
color: white;
text-transform: uppercase;
}
.head-subtitle {
color: white;
text-transform: white;
}
.logo {
width: 50px;
height: 50px;
}
.head-text {
font-family: helvetica;
font-size: 36px;
}
.nav-link .menuicon {
width:40px;
height: 40px;
}
.contact-icon {
width: 35px;
height: 25px;
align-items: baseline;
padding-right: 10px;
line-height: 15px;
margin-left: auto;
margin-right: auto;
color: white;
}
.itemphoto {
width: 35px;
height: 35px;
padding: 5px;
line-height: 10px;
image-rendering: optimizeSpeed;
}
.pageHeader {
color: black;
padding-bottom: 50px;
}
.portfolio {
text-align: center;
text-transform: uppercase;
}
.nav-link .menuicon {
width:25px;
height:25px;
padding: 5px;
}
p {
font-family: helvetica;
font-size: 16px;
color: #303030;
font-weight: 100;
line-height: 25px;
}
.col-md-7 {
padding-right: 35px;
}
.card-title {
color: black;
text-align: center;
}
.card-title-portfolio {
color: black;
text-align: center;
}
h2 {
padding-top: 15px;
color: black
}
h3 {
color: black;
}
h4 {
line-height: 1.375em;
color: black
font-weight: 200;
margin-bottom: 30px;
}
h5 {
color: #303030;
}
a {
color: #D3D3D3;
}
p {
color: black;
}
.img-thumbnail {
width: 200px;
height: 200px;
}
.page-footer {
background-color: transparent;
height: 200px;
}
.social-icons {
width: 35px;
height: 35px;
}
.port-titles {
color: white;
}
.container-map {
align-content: center;
text-align: center;
}
/* Revaeal Controls */
.item {
width: 100%;
height: 600px;
background-color: gray;
border-top: 1px solid transparent;
transform: scale(0);
transition: all 400ms;
}
.in-view { background-color: transparent; transform: scale(1); }
.fa-user-alt, .fa-grip-horizontal {
width: 50px;
height:50px;
padding: 10px;
} | CSS/style.css | .container-fluid {
position: relative;
min-height: 100vh;
padding: 150px;
padding-top: 75px;
justify-content: center;
display: flex;
justify-content: space-around;
}
.jumbotron {
background-color: transparent;
margin-left: 100px;
margin-top: 100px;
}
.btn {
background-color: transparent !important;
border: transparent !important;
border-width: 0px !important;
align-items: center !important;
}
.card {
height: 400px;
margin-left: 30px;
border: 0px;
align-items: center;
}
.pb {
margin-left: 50px;
}
.head-1 {
font-size: 40px;
text-transform: uppercase;
color: #080808;
font-weight: 450;
line-height: normal;
margin-bottom: 15px;
width: 475px;
}
.head-2 {
font-size: 24px;
text-transform: uppercase;
color: #383838;
font-weight: 100;
line-height: 40px;
margin-bottom: 15px;
width: 475px;
}
.head-3 {
font-size: 18px;
text-transform: uppercase;
color: #686868;
line-height: 40px;
width: 475px;
font-weight: lighter;
}
.headsshot {
width: 40px;
height: 40px;
}
.body-text2 {
color: #202020;
font-weight: 200;
}
.body-text3 {
color: #808080;
font-weight: 300;
font-size: 18px;
line-height: 30px;
}
.cardTitle {
text-align: center;
text-transform: uppercase;
color: #303030;
font-size: 20px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
.resume {
height: 35px;
width: 50px;
padding-left: 10px;
}
.fab (
)
/* .row {
justify-content: center;
padding-top: 50px;
}
.row {
justify-content: left;
padding-top: 50px;
} */
#content-wrap {
padding-bottom: 2.5rem; /* Footer height */
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
height: 2.5rem; /* Footer height */
}
body {
background-color: white;
/* background: url('https://image.freepik.com/free-photo/dark-grunge-texture_1048-4055.jpg?1') no-repeat center center fixed; */
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.rounded-circle {
width: 50px;
}
.navbar {
background: #383838;
width: 100%;
}
.menuicon {
width: 50px;
image-rendering: optimizeSpeed;
}
.nav-item {
color: rgb(8, 109, 232);
text-transform: lowercase;
font-style: italic;
}
.itemText {
color: dodgerblue;
}
.fa {
width: 20px;
height: 30px;
}
.dropdown-menu {
background-color: transparent;
}
.fa-html5 {
color: coral;
}
.fa-css3-alt {
color: rgb(26, 56, 189);
}
.fa-js{
color: yellow;
}
.container {
padding-top: 120px;
}
.head-title {
color: white;
text-transform: uppercase;
}
.head-subtitle {
color: white;
text-transform: white;
}
.logo {
width: 50px;
height: 50px;
}
.head-text {
font-family: helvetica;
font-size: 36px;
}
.nav-link .menuicon {
width:40px;
height: 40px;
}
.contact-icon {
width: 35px;
height: 25px;
align-items: baseline;
padding-right: 10px;
line-height: 15px;
margin-left: auto;
margin-right: auto;
color: white;
}
.itemphoto {
width: 35px;
height: 35px;
padding: 5px;
line-height: 10px;
image-rendering: optimizeSpeed;
}
.pageHeader {
color: black;
padding-bottom: 50px;
}
.portfolio {
text-align: center;
text-transform: uppercase;
}
.nav-link .menuicon {
width:25px;
height:25px;
padding: 5px;
}
p {
font-family: helvetica;
font-size: 16px;
color: #303030;
font-weight: 100;
line-height: 25px;
}
.col-md-7 {
padding-right: 35px;
}
.card-title {
color: black;
text-align: center;
}
.card-title-portfolio {
color: black;
text-align: center;
}
h2 {
padding-top: 15px;
color: black
}
h3 {
color: black;
}
h4 {
line-height: 1.375em;
color: black
font-weight: 200;
margin-bottom: 30px;
}
h5 {
color: #303030;
}
a {
color: #D3D3D3;
}
p {
color: black;
}
.img-thumbnail {
width: 200px;
height: 200px;
}
.page-footer {
background-color: transparent;
height: 200px;
}
.social-icons {
width: 35px;
height: 35px;
}
.port-titles {
color: white;
}
.container-map {
align-content: center;
text-align: center;
}
/* Revaeal Controls */
.item {
width: 100%;
height: 600px;
background-color: gray;
border-top: 1px solid transparent;
transform: scale(0);
transition: all 400ms;
}
.in-view { background-color: transparent; transform: scale(1); }
.fa-user-alt, .fa-grip-horizontal {
width: 50px;
height:50px;
padding: 10px;
} | 0.345436 | 0.080357 |
.loading {
pointer-events: all;
z-index: 99999;
border: none;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: wait;
position: fixed;
background-color: rgba(0, 0, 0, 0.4);
display: table;
}
.loading i {
display:table-cell;
vertical-align:middle;
text-align:center;
font-size: 50px;
height: 50px;
width: 50px;
color: black;
}
.angular-highlight {
background: rgba(197, 0, 0); /* Fallback */
background-color: rgba(197, 0, 0, 0.2);
color: black;
margin: -1px;
padding: 5px 5px;
}
.angular-highlight:hover, .angular-highlight:focus, .angular-highlight:focus:hover {
cursor: pointer;
filter: brightness(85%);
color: maroon;
text-decoration: none;
}
.pagerMessage {
font-weight: bold;
}
.clickable-td {
}
td.clickable-td:hover, td.clickable-td:focus, td.clickable-td:focus:hover {
background: #f9f9f9;
cursor: pointer;
filter: brightness(85%);
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/* Bootstrap overrides */
@media (max-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
padding-right: 7px;
}
}
.form-control[disabled], fieldset[disabled] .form-control {
color: #a6a6a6;
}
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
body {
padding-top: 50px;
}
a {
color: Maroon;
}
a:hover, a:focus {
color: FireBrick;
}
.navbar {
background-color: #f9f9f9;
}
.navbar-toggle {
padding: 1px 5px;
margin-top: 17px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav>li.active>a, .nav>li.active>a:focus {
color: Maroon;
-webkit-box-shadow: inset 0 -2px 0 Maroon;
-mox-box-shadow: inset 0 -2px 0 Maroon;
box-shadow: inset 0 -2px 0 Maroon;
background-color: #f9f9f9;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover, .nav>li.active>a:hover, .nav>li.active>a:focus:hover {
color: FireBrick;
-webkit-box-shadow: inset 0 -2px 0 FireBrick;
-mox-box-shadow: inset 0 -2px 0 FireBrick;
box-shadow: inset 0 -2px 0 FireBrick;
background-color: #f9f9f9;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus:hover, .nav>li>a:hover, .nav>li>a:focus:hover {
color: FireBrick;
-webkit-box-shadow: inset 0 -2px 0 FireBrick;
-mox-box-shadow: inset 0 -2px 0 FireBrick;
box-shadow: inset 0 -2px 0 FireBrick;
background-color: #f9f9f9;
}
.nav-tabs.nav-justified>li:first-child>a, .nav-tabs.nav-justified>li:first-child>span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.nav-tabs.nav-justified>li:last-child>a, .nav-tabs.nav-justified>li:last-child>span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.nav-tabs.nav-justified>li>a, .nav-tabs.nav-justified>li>a:hover, .nav-tabs.nav-justified>li>a:focus, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus:hover, .navbar-nav>li.active>a:hover, .navbar-nav>li.active>a:focus:hover, .navbar-nav>li.active>a, .navbar-nav>li.active>a:focus {
background-color: #eeeeee;
}
.navbar-nav>li>a {
background-color: #F4F4F4;
/* -webkit-box-shadow: inset 0 -2px 0 #ddd;
-mox-box-shadow: inset 0 -2px 0 #ddd;
box-shadow: inset 0 -2px 0 #ddd; */
}
.btn-wide {
width: 90%;
margin: 5% 5%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table;
}
.btn-lg i {
color: maroon;
}
.btn-lg.disabled i {
color: #5c2323;
}
.btn-subtext {
font-size: 60%;
line-height: 14px;
caption-side: bottom;
text-align: center;
white-space: normal;
}
.btn-title {
vertical-align: middle;
height: 100%;
display: table-cell;
}
.btn-sm {
padding: 5px 7.5px;
}
/*
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus,
input[type=password]:focus, input[type=email]:focus, input[type=number]:focus,
[type=text].form-control:focus, [type=password].form-control:focus,
[type=email].form-control:focus, [type=tel].form-control:focus,
[contenteditable].form-control:focus {
-webkit-box-shadow: inset 0 -2px 0 maroon;
box-shadow: inset 0 -2px 0 maroon;
} */
/* Table controls */
.table {
max-width: none;
word-wrap: break-word;
}
table .shrink {
white-space: nowrap;
vertical-align: middle;
}
table .expand {
width: 99%;
vertical-align: middle;
white-space: normal;
}
.valign > tbody > tr > td {
vertical-align: middle;
}
@media screen and (max-width: 400px) {
table .noTiny {
display: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 2px;
padding-right: 2px;
}
.pagination {
margin: 15px 0;
margin-top: 15px;
margin-bottom: 15px;
}
}
@media screen and (max-width: 768px) {
table .noMobile {
display: none;
}
}
/* Pagination */
.pagination {
display: table;
width: 100%;
}
.pager li, .pagination>li {
display: inline;
display: table-cell;
}
.pagination>li>a,
.pagination>li>span {
/* padding: 6px 10px; */
width: 100%;
text-align: center;
color: Maroon;
border: 0;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
color: FireBrick;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-right: 1px solid #dddddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
border-left: 1px solid #dddddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: Maroon;
border-color: Maroon;
cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
cursor: default;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
cursor: default;
}
.col-centered{
float: none;
margin: 0 auto;
}
/* Menu triangles */
.triangle-right {
margin: auto;
position: absolute;
right: 2%;
}
.triangle-down {
position:fixed;
margin-top:0px;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid Maroon;
}
.triangle-down:hover {
border-top: 30px solid FireBrick;
}
.triangle-down p{
text-align:center;
color:MistyRose;
margin-top:-33px;
margin-left:-13px;
transition:color .2s;
}
.alert-fixed {
position:fixed;
top: 30px;
left: 10%;
width: 80%;
z-index:9999;
border-radius:5px;
}
.disabledLink {
color: #ccc;
pointer-events:none;
}
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
height: 70px;
background-color: #f9f9f9;
}
.footer-nav {
-webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
padding-right: 30px;
}
} | server/public/stylesheets/style.css | .loading {
pointer-events: all;
z-index: 99999;
border: none;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: wait;
position: fixed;
background-color: rgba(0, 0, 0, 0.4);
display: table;
}
.loading i {
display:table-cell;
vertical-align:middle;
text-align:center;
font-size: 50px;
height: 50px;
width: 50px;
color: black;
}
.angular-highlight {
background: rgba(197, 0, 0); /* Fallback */
background-color: rgba(197, 0, 0, 0.2);
color: black;
margin: -1px;
padding: 5px 5px;
}
.angular-highlight:hover, .angular-highlight:focus, .angular-highlight:focus:hover {
cursor: pointer;
filter: brightness(85%);
color: maroon;
text-decoration: none;
}
.pagerMessage {
font-weight: bold;
}
.clickable-td {
}
td.clickable-td:hover, td.clickable-td:focus, td.clickable-td:focus:hover {
background: #f9f9f9;
cursor: pointer;
filter: brightness(85%);
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/* Bootstrap overrides */
@media (max-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
padding-right: 7px;
}
}
.form-control[disabled], fieldset[disabled] .form-control {
color: #a6a6a6;
}
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
body {
padding-top: 50px;
}
a {
color: Maroon;
}
a:hover, a:focus {
color: FireBrick;
}
.navbar {
background-color: #f9f9f9;
}
.navbar-toggle {
padding: 1px 5px;
margin-top: 17px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav>li.active>a, .nav>li.active>a:focus {
color: Maroon;
-webkit-box-shadow: inset 0 -2px 0 Maroon;
-mox-box-shadow: inset 0 -2px 0 Maroon;
box-shadow: inset 0 -2px 0 Maroon;
background-color: #f9f9f9;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover, .nav>li.active>a:hover, .nav>li.active>a:focus:hover {
color: FireBrick;
-webkit-box-shadow: inset 0 -2px 0 FireBrick;
-mox-box-shadow: inset 0 -2px 0 FireBrick;
box-shadow: inset 0 -2px 0 FireBrick;
background-color: #f9f9f9;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus:hover, .nav>li>a:hover, .nav>li>a:focus:hover {
color: FireBrick;
-webkit-box-shadow: inset 0 -2px 0 FireBrick;
-mox-box-shadow: inset 0 -2px 0 FireBrick;
box-shadow: inset 0 -2px 0 FireBrick;
background-color: #f9f9f9;
}
.nav-tabs.nav-justified>li:first-child>a, .nav-tabs.nav-justified>li:first-child>span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.nav-tabs.nav-justified>li:last-child>a, .nav-tabs.nav-justified>li:last-child>span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.nav-tabs.nav-justified>li>a, .nav-tabs.nav-justified>li>a:hover, .nav-tabs.nav-justified>li>a:focus, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus:hover, .navbar-nav>li.active>a:hover, .navbar-nav>li.active>a:focus:hover, .navbar-nav>li.active>a, .navbar-nav>li.active>a:focus {
background-color: #eeeeee;
}
.navbar-nav>li>a {
background-color: #F4F4F4;
/* -webkit-box-shadow: inset 0 -2px 0 #ddd;
-mox-box-shadow: inset 0 -2px 0 #ddd;
box-shadow: inset 0 -2px 0 #ddd; */
}
.btn-wide {
width: 90%;
margin: 5% 5%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table;
}
.btn-lg i {
color: maroon;
}
.btn-lg.disabled i {
color: #5c2323;
}
.btn-subtext {
font-size: 60%;
line-height: 14px;
caption-side: bottom;
text-align: center;
white-space: normal;
}
.btn-title {
vertical-align: middle;
height: 100%;
display: table-cell;
}
.btn-sm {
padding: 5px 7.5px;
}
/*
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus,
input[type=password]:focus, input[type=email]:focus, input[type=number]:focus,
[type=text].form-control:focus, [type=password].form-control:focus,
[type=email].form-control:focus, [type=tel].form-control:focus,
[contenteditable].form-control:focus {
-webkit-box-shadow: inset 0 -2px 0 maroon;
box-shadow: inset 0 -2px 0 maroon;
} */
/* Table controls */
.table {
max-width: none;
word-wrap: break-word;
}
table .shrink {
white-space: nowrap;
vertical-align: middle;
}
table .expand {
width: 99%;
vertical-align: middle;
white-space: normal;
}
.valign > tbody > tr > td {
vertical-align: middle;
}
@media screen and (max-width: 400px) {
table .noTiny {
display: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 2px;
padding-right: 2px;
}
.pagination {
margin: 15px 0;
margin-top: 15px;
margin-bottom: 15px;
}
}
@media screen and (max-width: 768px) {
table .noMobile {
display: none;
}
}
/* Pagination */
.pagination {
display: table;
width: 100%;
}
.pager li, .pagination>li {
display: inline;
display: table-cell;
}
.pagination>li>a,
.pagination>li>span {
/* padding: 6px 10px; */
width: 100%;
text-align: center;
color: Maroon;
border: 0;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
color: FireBrick;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-right: 1px solid #dddddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
border-left: 1px solid #dddddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: Maroon;
border-color: Maroon;
cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
cursor: default;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
cursor: default;
}
.col-centered{
float: none;
margin: 0 auto;
}
/* Menu triangles */
.triangle-right {
margin: auto;
position: absolute;
right: 2%;
}
.triangle-down {
position:fixed;
margin-top:0px;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid Maroon;
}
.triangle-down:hover {
border-top: 30px solid FireBrick;
}
.triangle-down p{
text-align:center;
color:MistyRose;
margin-top:-33px;
margin-left:-13px;
transition:color .2s;
}
.alert-fixed {
position:fixed;
top: 30px;
left: 10%;
width: 80%;
z-index:9999;
border-radius:5px;
}
.disabledLink {
color: #ccc;
pointer-events:none;
}
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
height: 70px;
background-color: #f9f9f9;
}
.footer-nav {
-webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.3);
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
padding-right: 30px;
}
} | 0.47025 | 0.134293 |
p,input{margin:0; padding:0;}
/* HTML ELEMENTS */
h1 { font: bold 65px/60px Helvetica, Arial, Sans-serif; text-align: center; color: #eee; text-shadow: 0px 2px 6px #333; }
h1 small{ font-size: 20px; text-transform:uppercase; letter-spacing: 14px; display: block; color: #000; }
h2 a { display: block; text-decoration: none; margin: 0 0 30px 0; font: italic 45px Georgia, Times, Serif; text-align: center; color: #bfe1f1; text-shadow: 0px 2px 6px #333; }
h2 a:hover { color: #90bcd0; }
/* COMMON CLASSES */
.break { clear:both; }
/* WRAPPER */
#wrapper { width:auto; margin:auto; }
/* CONTENT */
#content { }
#content .info { padding:10px; }
/* MOVIE POSTERS */
#movieposters { list-style:none; margin:100px 0; height:550px; }
#movieposters li { display:inline; float:left;
-webkit-perspective: 500; -webkit-transform-style: preserve-3d;
-webkit-transition-property: perspective; -webkit-transition-duration: 0.5s; }
#movieposters li:hover { -webkit-perspective: 5000; }
#movieposters li img { border:10px solid #fcfafa; -webkit-transform: rotateY(30deg);
-moz-box-shadow:0 3px 10px #888; -webkit-box-shadow:0 3px 10px #888;
-webkit-transition-property: transform; -webkit-transition-duration: 0.5s; }
#movieposters li:hover img { -webkit-transform: rotateY(0deg); }
.movieinfo
{
border:5px solid skyblue; padding:20px; width:120px; height:60px; background-color:white; margin:-120px 0 0 55px; position:absolute;
-moz-box-shadow:0 20px 40px #888; -webkit-box-shadow:0 20px 40px #888;
-webkit-transform: translateZ(30px) rotateY(30deg);
-webkit-transition-property: transform, box-shadow, margin; -webkit-transition-duration: 0.5s; }
#movieposters li:hover .movieinfo { -webkit-transform: rotateY(0deg); -webkit-box-shadow:0 5px 10px #888; margin:-175px 0 0 30px; }
.movieinfo h3 { color:#7a3f3a; font-variant: small-caps; font-family:Georgia,serif,Times; text-align:center; padding-bottom:15px; }
.movieinfo p { padding-bottom:15px; }
.movieinfo a { background-color:#7a3f3a; padding:5px 10px; color:#eee; text-decoration:none; display:block; width:80px; text-align:center; margin:0 auto;
-moz-border-radius:5px; -webkit-border-radius:5px; }
.movieinfo a:hover, .movieinfo a:focus { background-color:skyblue; color:#fff; } | home/css/allpublications.css | p,input{margin:0; padding:0;}
/* HTML ELEMENTS */
h1 { font: bold 65px/60px Helvetica, Arial, Sans-serif; text-align: center; color: #eee; text-shadow: 0px 2px 6px #333; }
h1 small{ font-size: 20px; text-transform:uppercase; letter-spacing: 14px; display: block; color: #000; }
h2 a { display: block; text-decoration: none; margin: 0 0 30px 0; font: italic 45px Georgia, Times, Serif; text-align: center; color: #bfe1f1; text-shadow: 0px 2px 6px #333; }
h2 a:hover { color: #90bcd0; }
/* COMMON CLASSES */
.break { clear:both; }
/* WRAPPER */
#wrapper { width:auto; margin:auto; }
/* CONTENT */
#content { }
#content .info { padding:10px; }
/* MOVIE POSTERS */
#movieposters { list-style:none; margin:100px 0; height:550px; }
#movieposters li { display:inline; float:left;
-webkit-perspective: 500; -webkit-transform-style: preserve-3d;
-webkit-transition-property: perspective; -webkit-transition-duration: 0.5s; }
#movieposters li:hover { -webkit-perspective: 5000; }
#movieposters li img { border:10px solid #fcfafa; -webkit-transform: rotateY(30deg);
-moz-box-shadow:0 3px 10px #888; -webkit-box-shadow:0 3px 10px #888;
-webkit-transition-property: transform; -webkit-transition-duration: 0.5s; }
#movieposters li:hover img { -webkit-transform: rotateY(0deg); }
.movieinfo
{
border:5px solid skyblue; padding:20px; width:120px; height:60px; background-color:white; margin:-120px 0 0 55px; position:absolute;
-moz-box-shadow:0 20px 40px #888; -webkit-box-shadow:0 20px 40px #888;
-webkit-transform: translateZ(30px) rotateY(30deg);
-webkit-transition-property: transform, box-shadow, margin; -webkit-transition-duration: 0.5s; }
#movieposters li:hover .movieinfo { -webkit-transform: rotateY(0deg); -webkit-box-shadow:0 5px 10px #888; margin:-175px 0 0 30px; }
.movieinfo h3 { color:#7a3f3a; font-variant: small-caps; font-family:Georgia,serif,Times; text-align:center; padding-bottom:15px; }
.movieinfo p { padding-bottom:15px; }
.movieinfo a { background-color:#7a3f3a; padding:5px 10px; color:#eee; text-decoration:none; display:block; width:80px; text-align:center; margin:0 auto;
-moz-border-radius:5px; -webkit-border-radius:5px; }
.movieinfo a:hover, .movieinfo a:focus { background-color:skyblue; color:#fff; } | 0.269326 | 0.065009 |
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
a img {
border: none;
}
/** Basics **/
body {
font-family: 'Helvetica Neue', Helvetica, Arial;
}
pre {
font-family: monospace;
}
code {
font-family: monospace;
font-size: 1.1em;
white-space: pre;
}
ul {
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 40px;
}
dl {
margin-top: 1em;
margin-bottom: 1em;
}
dd {
margin-left: 40px;
}
h1, h2, h3, h4 {
color: black;
font-weight: bold;
}
h1 {
font-size: 2em;
letter-spacing: -1px;
}
h1 {
margin: 1.5em 0 .67em 0;
}
h2 {
font-size: 1.5em;
margin: 1.25em 0 .5em 0;
letter-spacing: -1px;
}
h3 {
font-size: 1.17em;
margin: 1em 0 1em 0;
letter-spacing: -1px;
}
h4 {
}
p {
margin-bottom: 1em;
}
em {
font-style: italic;
}
a:hover {
background-color: yellow;
}
/** Section nav **/
#nav {
line-height: 1.2;
border-width: 1px;
border-color: black;
border-style: none dotted none none;
}
#nav-inner {
padding-left: 30px;
padding-right: 30px;
padding-top: -10px;
padding-bottom: 30px;
}
#nav a {
text-decoration: none;
color: black;
}
#nav a:hover {
margin: 0px -5px 0px -5px;
padding: 2px 5px 2px 5px;
}
#nav h1 {
font-size: 1.8em;
margin: 1.2em 0 .2em 0;
}
#nav h2 {
font-size: 1.33em;
font-weight: normal;
margin: .6em 0 .3em 0;
}
#nav h3 {
font-size: .8em;
font-weight: normal;
margin: 4px 0px 4px 0px;
padding-left: 10px;
color: #333333;
letter-spacing: 0px;
}
#nav h4 {
font-size: .8em;
font-weight: normal;
margin: 4px 0px 4px 0px;
padding-left: 20px;
color: #333333;
letter-spacing: 0px;
}
#nav .spacer {
height: .33em;
}
#nav .noncode {
font-style: italic;
}
#nav .current {
color: red;
}
/** Main pane **/
#main {
margin: 10px 10px 10px 60px;
line-height: 1.3;
color: #333333;
}
#main strong {
font-weight: bold;
}
#main h1 {
border-style: solid none none none;
border-color: #999;
border-width: 2px;
}
#main h2 span {
background-color: yellow;
margin: 0px -5px 0px -5px;
padding: 2px 5px 2px 5px;
}
#main a:link, #main a:visited {
text-decoration: none;
border-bottom: 1px dashed #000;
color: inherit;
}
#main code a:link, #main code a:visited {
border: none;
}
dl.involved {
padding-left: 10px;
}
dl.involved dt {
text-transform: uppercase;
font-weight: bold;
}
dl.involved dt span {
background-color: yellow;
}
dl.involved dd {
margin-left: 20px;
margin-bottom: 1em;
}
dl.involved a {
font-weight: bold;
}
dl.involved code {
font-weight: bold;
}
dl.example dt {
font-weight: bold;
margin-left: 10px;
}
dl.example dd {
margin-bottom: 10px;
}
dl.objdesc dt {
margin-top: 1em;
margin-left: 1.5em;
}
dl.objdesc dt .name {
font-weight: bold;
}
dl.objdesc dt .type {
margin-left: 15px;
font-size: .9em;
font-weight: 200;
color: black;
}
dl.objdesc dd {
margin-bottom: 1em;
margin-left: 1.5em;
}
dl.callbacks dt .name, dl.methods dt .name {
/* like code tag */
font-family: monospace;
font-size: 1.1em;
}
dl.callbacks {
margin-left: 1.5em;
}
#main dd p {
margin-top: 0.5em;
}
/** API **/
.warning {
border-width: 0px 0px 0px 3px;
border-style: solid;
border-color: red;
margin: 21px 0px 21px 10px;
padding-left: 15px;
font-weight: bold;
color: red;
}
.note {
border-width: 0px 0px 0px 2px;
border-style: solid;
border-color: black;
margin: 21px 0px 21px 10px;
padding-left: 15px;
font-style: italic;
color: black;
}
.locus {
font-style: italic;
}
.api {
border-width: 0px 0px 2px 0px;
border-style: dashed;
border-color: #ccc;
padding-top: 2em;
margin-bottom: 1em;
}
.bareapi {
border-width: 0;
}
.api h3, h3.api-title {
margin: 0px 0px 1.33em 0px;
border-width: 2px 0px 2px 0px;
border-style: solid;
border-color: black;
padding-bottom: 1px;
}
h3.api-title {
margin-top: 3em;
}
.api h3.api-title {
margin-top: 0;
}
.api h4 {
font-weight: normal;
font-style: italic;
margin-bottom: .25em;
text-decoration: underline;
margin-left: 20px;
}
.api dl {
margin-top: .25em;
}
.api dl.args {
margin-left: 40px;
}
.api dl.constants {
margin-left: 20px;
}
.api dt {
margin-top: 1em;
}
.api dt .name {
font-weight: bold;
}
.api dt .type {
margin-left: 15px;
font-size: .9em;
font-weight: 200;
color: black;
}
.api dd {
margin-bottom: 1em;
margin-left: 0;
}
.api .desc {
margin: 1em 0 1em 20px;
}
.api .locus {
float: right;
font-weight: normal;
padding-right: 5px;
}
.or {
font-size: .9em;
text-decoration: underline;
font-style: italic;
}
#main pre {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border-color: #777;
border-style: solid;
background-color: white;
border-width: 1px;
padding: 5px;
margin: 1em 0 1em 0;
}
#main pre, #main pre code { /* override inline code font and white-space*/
font-size: 12px;
font-weight: bold;
}
#main a.selflink:link, #main a.selflink:visited, #main a.selflink:hover {
text-decoration: none;
border: none;
color: inherit;
background: none;
}
/** layout control **/
#menu-ico {
font-size: 30px;
float: right;
position: fixed;
top: 3px;
left: 6px;
}
#menu-ico.hidden {
display: none;
}
/* default to no sidebar */
#nav {
display: block;
background: #FFF;
position: fixed;
width: 260px;
height: 100%;
top: 0;
left: -220px;
}
#nav.show {
left: 0;
overflow: auto;
}
.github-ribbon {
display: none;
}
pre {
white-space: pre-wrap;
}
@media (min-width: 768px) {
/* ipad portrait or better */
#main {
width: 440px;
height: 100%;
margin-left: 260px; /* nav width + padding */
padding: 30px;
}
#nav {
display: block;
width: 200px;
position: fixed;
overflow: auto;
height: 100%;
top: 0;
left: 0;
}
.main-headline {
display: none;
}
#menu-ico {
display: none;
}
}
@media (min-width: 1024px) {
/* ipad landscape and desktop */
#main {
width: 610px;
margin-left: 330px; /* nav width + padding */
}
#nav {
width: 270px;
}
.github-ribbon {
display: block;
}
#menu-ico {
display: none;
}
} | docs/client/docs.css |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
a img {
border: none;
}
/** Basics **/
body {
font-family: 'Helvetica Neue', Helvetica, Arial;
}
pre {
font-family: monospace;
}
code {
font-family: monospace;
font-size: 1.1em;
white-space: pre;
}
ul {
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 40px;
}
dl {
margin-top: 1em;
margin-bottom: 1em;
}
dd {
margin-left: 40px;
}
h1, h2, h3, h4 {
color: black;
font-weight: bold;
}
h1 {
font-size: 2em;
letter-spacing: -1px;
}
h1 {
margin: 1.5em 0 .67em 0;
}
h2 {
font-size: 1.5em;
margin: 1.25em 0 .5em 0;
letter-spacing: -1px;
}
h3 {
font-size: 1.17em;
margin: 1em 0 1em 0;
letter-spacing: -1px;
}
h4 {
}
p {
margin-bottom: 1em;
}
em {
font-style: italic;
}
a:hover {
background-color: yellow;
}
/** Section nav **/
#nav {
line-height: 1.2;
border-width: 1px;
border-color: black;
border-style: none dotted none none;
}
#nav-inner {
padding-left: 30px;
padding-right: 30px;
padding-top: -10px;
padding-bottom: 30px;
}
#nav a {
text-decoration: none;
color: black;
}
#nav a:hover {
margin: 0px -5px 0px -5px;
padding: 2px 5px 2px 5px;
}
#nav h1 {
font-size: 1.8em;
margin: 1.2em 0 .2em 0;
}
#nav h2 {
font-size: 1.33em;
font-weight: normal;
margin: .6em 0 .3em 0;
}
#nav h3 {
font-size: .8em;
font-weight: normal;
margin: 4px 0px 4px 0px;
padding-left: 10px;
color: #333333;
letter-spacing: 0px;
}
#nav h4 {
font-size: .8em;
font-weight: normal;
margin: 4px 0px 4px 0px;
padding-left: 20px;
color: #333333;
letter-spacing: 0px;
}
#nav .spacer {
height: .33em;
}
#nav .noncode {
font-style: italic;
}
#nav .current {
color: red;
}
/** Main pane **/
#main {
margin: 10px 10px 10px 60px;
line-height: 1.3;
color: #333333;
}
#main strong {
font-weight: bold;
}
#main h1 {
border-style: solid none none none;
border-color: #999;
border-width: 2px;
}
#main h2 span {
background-color: yellow;
margin: 0px -5px 0px -5px;
padding: 2px 5px 2px 5px;
}
#main a:link, #main a:visited {
text-decoration: none;
border-bottom: 1px dashed #000;
color: inherit;
}
#main code a:link, #main code a:visited {
border: none;
}
dl.involved {
padding-left: 10px;
}
dl.involved dt {
text-transform: uppercase;
font-weight: bold;
}
dl.involved dt span {
background-color: yellow;
}
dl.involved dd {
margin-left: 20px;
margin-bottom: 1em;
}
dl.involved a {
font-weight: bold;
}
dl.involved code {
font-weight: bold;
}
dl.example dt {
font-weight: bold;
margin-left: 10px;
}
dl.example dd {
margin-bottom: 10px;
}
dl.objdesc dt {
margin-top: 1em;
margin-left: 1.5em;
}
dl.objdesc dt .name {
font-weight: bold;
}
dl.objdesc dt .type {
margin-left: 15px;
font-size: .9em;
font-weight: 200;
color: black;
}
dl.objdesc dd {
margin-bottom: 1em;
margin-left: 1.5em;
}
dl.callbacks dt .name, dl.methods dt .name {
/* like code tag */
font-family: monospace;
font-size: 1.1em;
}
dl.callbacks {
margin-left: 1.5em;
}
#main dd p {
margin-top: 0.5em;
}
/** API **/
.warning {
border-width: 0px 0px 0px 3px;
border-style: solid;
border-color: red;
margin: 21px 0px 21px 10px;
padding-left: 15px;
font-weight: bold;
color: red;
}
.note {
border-width: 0px 0px 0px 2px;
border-style: solid;
border-color: black;
margin: 21px 0px 21px 10px;
padding-left: 15px;
font-style: italic;
color: black;
}
.locus {
font-style: italic;
}
.api {
border-width: 0px 0px 2px 0px;
border-style: dashed;
border-color: #ccc;
padding-top: 2em;
margin-bottom: 1em;
}
.bareapi {
border-width: 0;
}
.api h3, h3.api-title {
margin: 0px 0px 1.33em 0px;
border-width: 2px 0px 2px 0px;
border-style: solid;
border-color: black;
padding-bottom: 1px;
}
h3.api-title {
margin-top: 3em;
}
.api h3.api-title {
margin-top: 0;
}
.api h4 {
font-weight: normal;
font-style: italic;
margin-bottom: .25em;
text-decoration: underline;
margin-left: 20px;
}
.api dl {
margin-top: .25em;
}
.api dl.args {
margin-left: 40px;
}
.api dl.constants {
margin-left: 20px;
}
.api dt {
margin-top: 1em;
}
.api dt .name {
font-weight: bold;
}
.api dt .type {
margin-left: 15px;
font-size: .9em;
font-weight: 200;
color: black;
}
.api dd {
margin-bottom: 1em;
margin-left: 0;
}
.api .desc {
margin: 1em 0 1em 20px;
}
.api .locus {
float: right;
font-weight: normal;
padding-right: 5px;
}
.or {
font-size: .9em;
text-decoration: underline;
font-style: italic;
}
#main pre {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border-color: #777;
border-style: solid;
background-color: white;
border-width: 1px;
padding: 5px;
margin: 1em 0 1em 0;
}
#main pre, #main pre code { /* override inline code font and white-space*/
font-size: 12px;
font-weight: bold;
}
#main a.selflink:link, #main a.selflink:visited, #main a.selflink:hover {
text-decoration: none;
border: none;
color: inherit;
background: none;
}
/** layout control **/
#menu-ico {
font-size: 30px;
float: right;
position: fixed;
top: 3px;
left: 6px;
}
#menu-ico.hidden {
display: none;
}
/* default to no sidebar */
#nav {
display: block;
background: #FFF;
position: fixed;
width: 260px;
height: 100%;
top: 0;
left: -220px;
}
#nav.show {
left: 0;
overflow: auto;
}
.github-ribbon {
display: none;
}
pre {
white-space: pre-wrap;
}
@media (min-width: 768px) {
/* ipad portrait or better */
#main {
width: 440px;
height: 100%;
margin-left: 260px; /* nav width + padding */
padding: 30px;
}
#nav {
display: block;
width: 200px;
position: fixed;
overflow: auto;
height: 100%;
top: 0;
left: 0;
}
.main-headline {
display: none;
}
#menu-ico {
display: none;
}
}
@media (min-width: 1024px) {
/* ipad landscape and desktop */
#main {
width: 610px;
margin-left: 330px; /* nav width + padding */
}
#nav {
width: 270px;
}
.github-ribbon {
display: block;
}
#menu-ico {
display: none;
}
} | 0.53777 | 0.117699 |
header {background-color: #262626;}
/* Container */
/*공통css*/
.mt0 {margin-top: 0;}
#container {position: relative; width: 100%; margin-top: 74px; }
#container .sub_main {}
#container .sub_main .sub_btn {position: absolute; top: 175px; left: 50%; transform: translate(-50%,0);}
#container .sub_main .sub_btn a {float: left; width: 100px; height: 100px; border-radius: 50%; background-color: #262626; border: 1px solid #262626; text-indent: -9999px; background-position: center;}
#container .sub_main .sub_btn a+a {margin-left: 18px;}
#container .sub_main .sub_btn a:nth-child(1) {background-image: url(../img/sub1_h_off.png);}
#container .sub_main .sub_btn a:nth-child(2) {background-image: url(../img/sub1_ti_off.png);}
#container .sub_main .sub_btn a:nth-child(3) {background-image: url(../img/sub1_m_off.png);}
#container .sub_main .sub_info_bg {width: 100%; height: 225px;}
#container .sub_main .sub_btn a.on {background-color: #fff; border: 1px solid #c8c8c8;}
#container .sub_main .sub_btn a.on:nth-child(1) {background-image: url(../img/sub1_h_on.png);}
#container .sub_main .sub_btn a.on:nth-child(2) {background-image: url(../img/sub1_ti_on.png);}
#container .sub_main .sub_btn a.on:nth-child(3) {background-image: url(../img/sub1_m_on.png);}
#container .sub1_cnt .chk_cnt .sub1_tit {padding-top: 50px; font-size: 43px; font-family: 'Nanum Square', sans-serif;}
#container .sub1_cnt .chk_cnt .sub1_text {margin-bottom:50px; padding: 0 178px; line-height: 21px;}
#container .sub1_cnt {width: 100%; text-align: center;}
#container .sub1_cnt .chk_cnt .stroke {display: block; height: 2px; width: 31px; background-color: #262626; margin: 39px auto;}
/*icam_info*/
#container .sub_main .info_01 {background: #ddd url("../img/sub1_main.jpg") 50% 0 no-repeat; background-attachment: fixed; -webkit-background-size: cover; background-size: cover;}
#container .sub1_cnt .chk_cnt .cnt_top {margin-top: 50px;}
#container .sub1_cnt .icam_info .icam .sub1_text {line-height: 21px; word-break: keep-all; text-align: justify;}
#container .sub1_cnt .icam_info .history {width: 100%; padding-bottom: 50px; color: #fff; background-color: #353535;}
#container .sub1_cnt .icam_info .history i {background-color: #fff;}
#container .sub1_cnt .icam_info .history .text {width: 100%;}
#container .sub1_cnt .icam_info .history ul {float: left;}
#container .sub1_cnt .icam_info .history ul:nth-child(1) {margin-left: 15%; width: 35%;}
#container .sub1_cnt .icam_info .history ul:nth-child(2) {width: 50%;}
#container .sub1_cnt .icam_info .history ul li {display: block; height: 20px; }
#container .sub1_cnt .icam_info .history ul li+li {margin-top: 8px;}
#container .sub1_cnt .icam_info .history ul li em {float: left; padding-right: 2%;}
#container .sub1_cnt .icam_info .history ul li span {float: left;}
#container .sub1_cnt .icam_info .build {}
#container .sub1_cnt .icam_info .build .photo {}
#container .sub1_cnt .icam_info .build .photo>div {width: 48.33%; height: 729px;}
#container .sub1_cnt .icam_info .build .photo>div+div {margin-left: 1.77%;}
#container .sub1_cnt .icam_info .build .photo .fll {background: url(../img/sub1_1.jpg) 50% 50% no-repeat;}
#container .sub1_cnt .icam_info .build .photo .flr {background: url(../img/sub1_2.png) 50% 50% no-repeat;}
/*tiket and view_info*/
#container .sub_main .info_02 {background: #ddd url("../img/sub2_main.jpg") 50% 0 no-repeat; background-attachment: fixed; -webkit-background-size: cover; background-size: cover;}
#container .t_info .view_info .v_info .v_tit {text-align: left;}
#container .t_info .view_info .v_info .v_tit span {color: #262626; vertical-align: middle; font-family: 'franklin gothic'; font-size: 23px;}
#container .t_info .view_info .v_info table {margin-top: 10px; width: 100%; font-size: 14px; letter-spacing: -1px; }
#container .t_info .view_info .v_info table th {font-weight: bold; color: #262626;}
#container .t_info .view_info .v_info table tr {height: 48px;}
#container .t_info .view_info .v_info table td {color: #262626;}
#container .t_info .view_info .v_info .hours {width: 25%;}
#container .t_info .view_info .v_info .hours .v_tit span {color: #262626; vertical-align: middle; font-family: 'franklin gothic'; font-size: 23px;}
#container .t_info .view_info .v_info .hours .v_tit span:before {content: ""; display: inline-block; margin-right: 20px; width: 34px; height: 35px; vertical-align: middle; background: url(../img/sub_time.png);}
#container .t_info .view_info .v_info .hours table tr:nth-child(1) {border-top: 1px solid #000;}
#container .t_info .view_info .v_info .hours table tr:nth-child(3) {border-bottom: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .hours table tr {height: 48px; border-top: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .hours table tr th {width: 40%; text-align:left;}
#container .t_info .view_info .v_info .hours table tr td {width: 60%; text-align:left;}
#container .t_info .view_info .v_info .ticket {margin-left: 12.5%; width: 62.5%;}
#container .t_info .view_info .v_info .ticket .v_tit span:before {content: ""; display: inline-block; margin-right: 20px; width: 47px; height: 30px; vertical-align: middle; background: url(../img/tiket.png);}
#container .t_info .view_info .v_info .ticket table {position: relative;}
#container .t_info .view_info .v_info .ticket table:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 1px; background-color: black;}
#container .t_info .view_info .v_info .ticket table tr:nth-child(1) .light {color: #8b8b8b;}
#container .t_info .view_info .v_info .ticket table tr:nth-child(1) th:last-child {border-right: 0;}
#container .t_info .view_info .v_info .ticket table tr th em {display: inline-block; font-weight: bold; vertical-align: top;}
#container .t_info .view_info .v_info .ticket table tr+tr {border-top: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .ticket table tr:nth-child(4) {border-bottom: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .ticket table tr th {border-right: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .ticket table tr td:nth-of-type(1) {border-right: 1px solid #e1e1e1;}
#container .t_info .at {margin-top: 50px; padding-bottom: 50px; background-color: #f8f8f8;}
#container .t_info .at .at_info {width: auto; margin: 0 auto;}
#container .t_info .at .at_info>div {float: left; width: 50%;}
#container .t_info .at .at_info>div>div {float: left; width: 40%; margin:5%;}
#container .t_info .at .at_info .thumb {padding: 25px;}
#container .t_info .at .at_info .thumb img {display: block; width: 100%;}
#container .t_info .at .at_info .at_text {word-break: keep-all; color: #262626; line-height: 1.5;}
/*map_info*/
#container .sub_main .info_03 {background: #ddd url("../img/mab_main.jpg") 50% 0 no-repeat; background-attachment: fixed; -webkit-background-size: cover; background-size: cover;}
#container .mab_info {}
#container .mab_info .mab_cnt {}
#container .mab_info .mab_cnt .mab_mid {width: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab {width: 41.66%; height: 500px;}
#container .mab_info .mab_cnt .mab_mid .mab iframe {width: 100%; height: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab_text {margin-left: 8.34%; width: 50%;border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
#container .mab_info .mab_cnt .mab_mid .mab_text>div {width: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs {padding: 26px 0; border-bottom: 1px solid #e1e1e1;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p {text-align: left; color: #999999;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(1) {font-size: 38px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {margin-top: 10px; font-size: 26px; color: #262626;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc {letter-spacing: -1px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text {text-align: left; width: 70%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text span {display: block; font-size: 12px; font-family: 'dotum',sans-serif; li ne-height: 1.6;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text span+span {margin-top: 10px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .icon img {display: block; width: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus {padding-top: 50px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .icon {margin-top: 15px; padding-right: 50px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .dir_text:before {content: ""; display: inline-block; float: left; margin-right: 15px; width: 9px; height: 111px; background: url(../img/mab_01.png); }
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {padding: 88px 0 50px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {margin-top: 5px; padding-right: 58px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .dir_text:before {content: ""; display: inline-block; float: left; margin-right: 15px; width: 9px; height: 62px; background: url(../img/mab_02.png) no-repeat; }
/*now_exb*/
#exb_container {position: relative; width: 100%; margin-top: 74px;}
#exbn_visual {width: 100%; height: 100%;}
#exbn_visual .exb_bg {position: relative; width: 100%; height: 550px; background: url(../img/exb_main.jpg) 50% 50% no-repeat; -webkit-background-size: cover; background-size: cover;}
#exbn_visual .exb_bg .exb_text {position: absolute; bottom: 50px; width: 100%; text-align: center;}
#exbn_visual .exb_bg .exb_text span {font-family: 'franklin gothic', sans-serif; font-size: 40px; color: #fff;}
#exbn_cnt {}
#exbn_cnt .inner>div {margin-top: 50px;}
#exbn_cnt .exb_top {}
#exbn_cnt .exb_top .exb_tit {width: 24%; height: 53px; margin-right: 2.25%; text-align: center; background-color: #000;}
#exbn_cnt .exb_top .exb_tit span {color: #fff; font-family: 'Nanum Square', sans-serif; line-height: 53px; font-size: 26px;letter-spacing: -1px;}
#exbn_cnt .exb_top .exb_text {width: 73.75%; letter-spacing: -1px; text-align: justify; word-break: keep-all;}
#exbn_cnt .exb_pic {width: 100%;}
#exbn_cnt .exb_pic .pic_top {width: 100%; height: 830px;}
#exbn_cnt .exb_pic .pic_top .exb_01 {height: 100%; width: 50%; margin-right: 0.9%; background: url(../img/exb_01.jpg) 50% 50% no-repeat;}
#exbn_cnt .exb_pic .pic_top .pic_t_left {height: 100%; width: 49.1%;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 274px; background: url(../img/exb_02.jpg) 50% 50% no-repeat; background-size: 590px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {margin-top: 11px; height: 545px; background: url(../img/exb_03.jpg) 50% 50% no-repeat; background-size: 760px;}
#exbn_cnt .exb_pic .pic_mid {width: 100%; height: 280px; margin-top: 0.9%;}
#exbn_cnt .exb_pic .pic_mid .exb_04 {height: 100%; margin-right: 0.9%; width: 50%; background: url(../img/exb_04.jpg) 50% 50% no-repeat; -webkit-background-size: 648px; background-size: 648px;}
#exbn_cnt .exb_pic .pic_mid .exb_05 {height: 100%; width: 49.1%; background: url(../img/exb_05.jpg) 50% 50% no-repeat; -webkit-background-size: 616px; background-size: 616px;}
#artist {margin-top: 50px; padding: 50px 0; width: 100%; background-color: #f8f8f8;}
#artist .ati_tit {width: 30%;}
#artist .ati_tit p {font-family: 'Nanum Square', sans-serif; font-size: 26px; font-weight: bold; letter-spacing: -1px;}
#artist .ati_tit .art_arrow {margin-top: 20px;}
#artist .ati_tit .art_arrow label {display: inline-block; float: left;}
#artist .ati_tit .art_arrow i {float: left; margin-top: 5px; display: inline-block; font-family: 'Nanum Square', sans-serif; font-size: 18px;}
#artist .ati_tit .art_arrow .prev {margin-right: 10px; width: 28px; height: 28px; background-image: url(../img/exb_prev.png);}
#artist .ati_tit .art_arrow .next {margin-left: 10px; width: 28px; height: 28px; background-image: url(../img/exb_next.png);}
#artist .ati_cnt {position: relative; width: 65%;}
#artist .ati_cnt .art_text {position: absolute; left: -150px; bottom: 0; padding: 25px 10px; width: 300px; text-align: center; background-color: #fff;}
#artist .ati_cnt .art_text p {font-size: 26px; font-weight: bold; letter-spacing: -1px;}
#artist .ati_cnt .art_text em {display: block; margin: 15px 0 25px;}
#artist .ati_cnt .art_text span {word-break: keep-all;}
#artist .ati_cnt .art_bg {margin-bottom: 50px; width: 100%; height: 680px; background: url(../img/arti_pic_01.jpg) 40% 45% no-repeat; background-size: 1350px;}
#artist .ati_tit .art_arrow {display: none;}
#artist .ati_cnt .art_text {display: none;}
#pg_01:checked~.inner .ati_tit .pgn_01 {display: block;}
#pg_02:checked~.inner .ati_tit .pgn_02 {display: block;}
#pg_01:checked~.inner .ati_cnt .art_t_1 {display: block;}
#pg_02:checked~.inner .ati_cnt .art_t_2 {display: block;}
#pg_01:checked~.inner .ati_cnt .art_bg { background: url(../img/arti_pic_01.jpg) 40% 45% no-repeat; background-size: 1350px;}
#pg_02:checked~.inner .ati_cnt .art_bg { background: url(../img/arti_pic_02.jpg) 45% 45% no-repeat; background-size: 1350px;}
/*prev*/
#exbp_container .ms_top {margin-top: 74px; padding: 50px 0 30px; text-align: center;}
#exbp_container .ms_top .ms_tit p {font-family: 'franklin gothic', sans-serif; font-size: 48px; text-transform: uppercase;}
#exbp_container .ms_top .ms_search {display: inline-block; margin: 23px auto 0; }
#exbp_container .ms_top .ms_search form {height: 33px; border: 1px solid #262626;}
#exbp_container .ms_top .ms_search select {float: left; padding: 6px 30px 6px 0; background:none;}
#exbp_container .ms_top .ms_search input {float: left; display: block; padding: 8px 20px; color: #fff; background-color: #262626;appearance: none; border-radius: 0;}
#exbp_container .prev_cnt {border-top: 1px solid #262626;}
#exbp_container .prev_cnt ul {}
#exbp_container .prev_cnt ul li.mt {margin-top: 100px;}
#exbp_container .prev_cnt ul li {position: relative;}
#exbp_container .prev_cnt ul li .pv_tit {position: absolute; top: -50px; left:50%; transform: translate(-50%,0); padding: 15px 5px; width: 270px; text-align: center; background-color: #e8e8e8; z-index: 1;}
#exbp_container .prev_cnt ul li .pv_tit p {color: #262626;}
#exbp_container .prev_cnt ul li .pv_tit p:nth-child(1) {font-size: 25px; font-family: 'Nanum Square', sans-serif; font-weight: bold;}
#exbp_container .prev_cnt ul li .pv_tit p:nth-child(2) {margin-top: 2px; line-height: 1.8; font-size: 13px;}
#exbp_container .prev_cnt ul li .pv_cnt {}
#exbp_container .prev_cnt ul li .pv_cnt ul {}
#exbp_container .prev_cnt ul li .pv_cnt ul li {float: left; width: 32%; height: 550px; margin-right: 2%; background-position: 50% 50%;}
#exbp_container .prev_cnt ul li:nth-child(1) .pv_cnt ul li:nth-child(1) {background-size: 870px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 440px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(1) {background-size: 1340px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(2) {background-size: 465px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(3) {background-size: 1425px;}
#exbp_container .prev_cnt ul li .pv_cnt ul li:last-child {margin-right: 0;}
/*ms_shop*/
#mshop_container {}
#mshop_container .ms_top {margin-top: 74px; padding: 50px 0;}
#mshop_container .ms_top .ms_tit {text-align: center;}
#mshop_container .ms_top .ms_tit p {font-family: 'franklin gothic', sans-serif; font-size: 48px; text-transform: uppercase;}
#mshop_container .ms_top .ms_tit .sub_tit {}
#mshop_container .ms_top .ms_tit .sub_tit span {letter-spacing: -0.5px;}
#mshop_container .ms_top .ms_search {padding-top: 50px;float: right;}
#mshop_container .ms_top .ms_search input {float: left; display: block;}
#mshop_container .ms_top .ms_search input[type=text] {width: 181px; height: 33px; padding: 10px; border: 1px solid #262626;}
#mshop_container .ms_top .ms_search input[type=submit] {width: 38px; height: 33px; text-indent: -9999px; background-color: #262626; background-image: url(../img/ms_01.png); background-position: 8px;}
#mshop_container .msprd_cnt {}
#mshop_container .msprd_cnt ul {}
#mshop_container .msprd_cnt ul li {float: left; padding-bottom: 50px; width: 22%; margin-right: 4%;}
#mshop_container .msprd_cnt ul li:nth-child(4n) {margin-right: 0;}
#mshop_container .msprd_cnt ul li .mp_wrap {}
#mshop_container .msprd_cnt ul li .msthmb {width: 100%; height: 265px; background-position: center; background-color: #f8f8f8; }
#mshop_container .msprd_cnt ul li .mstext {margin-top: 25px;}
#mshop_container .msprd_cnt ul li .mstext p {font-size: 20px; color: #373737;}
#mshop_container .msprd_cnt ul li .mstext i {display: block; color: #d7d7d7;}
#mshop_container .msprd_cnt ul li .mstext span {display: block; margin-top: 10px; font-family: 'dotum',sans-serif; font-weight: bold; font-size: 12px; color: #373737;}
#wrap #prd_chk_01:checked~.prd_pop_01 {display: block;}
#wrap .prd_pop {display: none; position: fixed; height: 100%; width: 100%; z-index: 10; background: rgba(0,0,0,0.6);}
#wrap .prd_pop .pop_bx {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 30px; width: 610px; border: 1px solid #8e8e8e; background-color: #fff; z-index: 11;}
#wrap .prd_pop .pop_bx label {position: absolute; top: -1px; right: -1px; width: 27px; height: 27px; border: 1px solid #8e8e8e; background: url(../img/mpop_x.png) 50% 50% no-repeat;}
#wrap .prd_pop .pop_bx .pop_thumb {width: 40%; margin-right: 10%; height: 218px; background-position: center; background-color: #f8f8f8;}
#wrap .prd_pop .pop_bx .pop_text {width: 50%;}
#wrap .prd_pop .pop_bx .pop_text .pop_tit {}
#wrap .prd_pop .pop_bx .pop_text .pop_tit p {font-size: 20px; color: #373737;}
#wrap .prd_pop .pop_bx .pop_text .pop_tit i {display: block; color: #d7d7d7;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt {margin: 41px 0 42px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl {}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl+dl {margin-top: 12px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl dt {float: left; width: 69px; font-family: 'dotum',sans-serif; font-size: 12px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl dd {float: left; letter-spacing: -1px; font-family: 'dotum',sans-serif; font-size: 12px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl:nth-child(2) dd {font-weight: bold;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl dd input {display: block;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd {}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .number {float: left;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .number input {padding: 0 3px; width: 36px; height: 16px; text-align: right; border: 1px solid #8e8e8e;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button {float: left;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button input {width: 16px; height: 8px; }
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button input:nth-child(1) {background: #8e8e8e url(../img/mpop_arrow_01.png) 50% 50% no-repeat;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button input:nth-child(2) {background: #8e8e8e url(../img/mpop_arrow_02.png) 50% 50% no-repeat;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li {float: left; margin-right: 2%; height: 28px; width: 32%; text-align: center; background-color: #8e8e8e;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li:first-child {background-color: #363636;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li:last-child {margin-right: 0;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li a {display: block; width: 100%; height: 100%; line-height: 28px; color: #fff; font-family: 'dotum',sans-serif; font-size: 12px;}
/*animation*/
/*MediaQuery*/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
/*미술관소개*/
#container {margin-top: 70px;}
#container .sub1_cnt .chk_cnt .sub1_text {padding: 0 100px;}
#container .sub1_cnt .icam_info .history {height: 469px;}
#container .sub1_cnt .icam_info .history ul {float: none;}
#container .sub1_cnt .icam_info .history ul+ul {margin-top: 8px;}
#container .sub1_cnt .icam_info .history ul:nth-child(1) {margin-left: 0; width: auto;}
#container .sub1_cnt .icam_info .history ul:nth-child(2) {width: auto;}
#container .sub1_cnt .icam_info .history ul li {height: 100%; padding-left: 71px;}
#container .sub1_cnt .icam_info .history ul li span {text-align: left; float: none;}
#container .sub1_cnt .icam_info .history ul li em {margin-top: 7px; margin-left: -65px; float: none;}
#container .sub1_cnt .icam_info .history .text {width: 100%; max-width: 422px; margin: 0 auto; text-align: left;}
#container .sub1_cnt .icam_info .build {}
/*관람안내*/
#container .t_info .view_info .v_info .ticket {margin-left: 5%; width: 70%;}
#container .t_info .view_info .v_info .hours .v_tit span:before {display: none;}
#container .t_info .view_info .v_info .ticket .v_tit span:before {display: none;}
#container .t_info .at {height: auto;}
#container .t_info .at .at_info>div>div {width: 45%; margin: 2%;}
#container .t_info .at .at_info>div:nth-child(2) {}
#container .t_info .at .at_info .thumb {padding: 10px 32px;}
#container .t_info .at .at_info .at_top .cup .at_text em {display: none;}
/*map*/
#container .mab_info .mab_cnt .mab_mid .mab {width: 39.55%; margin-left: 2%;}
#container .mab_info .mab_cnt .mab_mid .mab_text {margin-left: 3%; width: 53%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(1) {font-size: 33px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {font-size: 20px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .icon {padding-right: 0; margin-top: 20px; margin-right: 5%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text {width: 73%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .dir_text:before {margin-right: 15px; margin-top: 7px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {padding-top: 68px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {padding-right: 0; margin-top: 11px; margin-right: 5%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .dir_text:before {margin-top: 6px; margin-right: 15px;}
/*pexb*/
#exbp_container .prev_cnt ul li .pv_cnt ul li {width: 49%;}
#exbp_container .prev_cnt ul li .pv_cnt ul .dn_01 {margin-right: 0;}
#exbp_container .prev_cnt ul li .pv_cnt ul .dn_02 {display: none;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 530px;}
/*now_exb*/
#exbn_visual {margin-top: -4px;}
#exbn_cnt .inner>div {margin-top: 30px;}
#exbn_cnt .exb_top .exb_tit {padding: 10px; height: auto;}
#exbn_cnt .exb_top .exb_tit span {line-height: 1;}
#exbn_cnt .exb_pic .pic_top {height: auto;}
#exbn_cnt .exb_pic .pic_top .exb_01 {float: none; padding: 0; height: 400px; margin: 0; width: 100%;}
#exbn_cnt .exb_pic .pic_top .pic_t_left {float: none; margin-top: 5px; height: auto; width: 100%;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 400px; -webkit-background-size: 1200px; background-size: 1200px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {margin-top: 5px; height: 400px; padding: 0; -webkit-background-size: 1200px; background-size: 1200px;}
#artist .ati_tit p {font-size: 24px;}
/*m_shop*/
#mshop_container .msprd_cnt ul li .msthmb {height: 200px;}
}
@media screen and (max-width: 768px) { /*아이콘 줄이기*/
#container .sub1_cnt .chk_cnt .cnt_top {margin-top: 25px;}
#container .sub_main .sub_info_bg {background-attachment: scroll;}
/*미술관소개*/
#container .sub1_cnt .icam_info .build {}
#container .sub1_cnt .icam_info .build .photo>div {float: none; width: 100%; height: 450px; }
#container .sub1_cnt .icam_info .build .photo>div+div {margin-top: 10px; margin-left: 0;}
#container .sub1_cnt .icam_info .history {height: 359px;}
#container .sub1_cnt .chk_cnt .sub1_text {padding: 0 30px; margin-bottom: 25px;}
#container .sub1_cnt .chk_cnt .sub1_tit {padding-top: 30px; font-size: 22px;}
#container .sub_main .sub_btn {top: 192px;}
#container .sub_main .sub_btn a {width: 60px; height: 60px; background-size: 40px;}
#container .sub_main .sub_btn a:nth-child(3) {-webkit-background-size: 28px;
background-size: 28px;}
#container .sub_main .sub_btn a+a {margin-left: 10px;}
#container .sub1_cnt .chk_cnt .stroke {margin: 20px auto;}
/*관람안내*/
#container .t_info .view_info .v_info .hours {float: none; margin: 40px auto 0; width: 75%;}
#container .t_info .view_info .v_info .hours table tr th {padding: 13px; width: 30%; border-right: 1px solid #ddd;}
#container .t_info .view_info .v_info .ticket {float: none; margin-left: 0; margin: 40px auto 0; width: 75%;}
#container .t_info .view_info .v_info .ticket table {text-align: left;}
#container .t_info .view_info .v_info .ticket table tr th {padding: 13px;}
#container .t_info .view_info .v_info table td {padding: 13px;}
#container .t_info .view_info .v_info .hours table {position: relative;}
#container .t_info .view_info .v_info .hours table:after {content: ""; position: absolute; top: 0; left: 0; right: 0;bottom: 0; height: 1px; background-color: black; }
#container .t_info .at {padding-bottom: 30px;}
#container .t_info .at .at_info>div {float: none; width: 100%;}
#container .t_info .at .at_info>div:nth-child(1) {margin-bottom: 10px;}
#container .t_info .at .at_info .thumb {padding: 10px 40px;}
#container .t_info .at .at_info>div>div {width: 40%; margin: 0 10%;}
#container .t_info .at .at_info>div>div:nth-child(1) {margin: 0 2% 0 9%}
#container .t_info .at .at_info>div>div:nth-child(2) {margin: 0 5% 0 2%}
/*map*/
#container .mab_info .mab_cnt .mab_mid .mab {float: none; margin: 0 auto 20px; width: 75%; height: 400px;}
#container .mab_info .mab_cnt .mab_mid .mab_text {float: none; margin: 0 auto; width: 75%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p {text-align: center;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(1) {font-size: 22px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {font-size: 18px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus {display: inline-block; margin: 0 auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {display: inline-block; margin: 0 auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {margin-right: 8%;}
/*n_exb*/
#exbn_visual {margin-top: -4px;}
#exbn_visual .exb_bg {height: 450px;}
#exbn_visual .exb_bg .exb_text span {font-size: 30px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {-webkit-background-size: 800px; background-size: 800px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {-webkit-background-size: 800px; background-size: 800px;}
#exbn_cnt .exb_pic .pic_top .exb_01 {height: 300px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 300px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {height: 300px;}
#exbn_cnt .exb_pic .pic_mid {height: auto;}
#exbn_cnt .exb_pic .pic_mid .exb_04 {display: none;}
#exbn_cnt .exb_pic .pic_mid .exb_05 {float: none; width: 100%; height: 300px; background-size: 796px;}
#artist {padding: 10px 0;}
#artist .ati_tit {width: 100%; margin-top: -40px;}
#artist .ati_tit p {float: left; margin-top: 0; }
#artist .ati_tit .art_arrow {float: right; margin-top: 0;}
#artist .ati_cnt {float: none; width: 100%;}
#artist .ati_cnt .art_text p {font-size: 18px;}
#artist .ati_cnt .art_text em {font-size: 12px; margin: 15px 0 25px;}
#artist .ati_cnt .art_text span {font-size: 12px;}
#artist .ati_cnt .art_bg {margin-bottom: 50px; margin-top: 70px; height: 350px; width: 100%;}
#artist .ati_cnt .art_text {left: 50%; transform: translate(-50%, -50%); top: 50%; bottom: auto; padding: 22px 10px; width: 238px; background: rgba(250,250,250,0.6);}
#pg_02:checked~.inner .ati_cnt .art_bg { background: url(../img/arti_pic_02.jpg) 48% 61% no-repeat; background-size: 920px;}
/*p_exb*/
#exbp_container .ms_top .ms_tit p {font-size: 26px;}
#exbp_container .ms_top .ms_search select {}
#exbp_container .prev_cnt ul li .pv_tit {padding: 10px 5px;}
#exbp_container .prev_cnt ul li .pv_tit p:nth-child(2) {font-size: 12px; font-family: 'dotum',sans-serif;}
#exbp_container .prev_cnt ul li .pv_cnt ul li {height: 380px; width: 100%;}
#exbp_container .prev_cnt ul li .pv_cnt ul li+li {margin-top: 5px;}
#exbp_container .prev_cnt ul li .pv_cnt ul .dn_02 {display: block;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt .dn_01 {display: block; background-size: 790px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 800px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(3) {background-size: 760px;}
/*m_shop*/
#mshop_container .msprd_cnt ul li {width: 30.667%;}
#mshop_container .msprd_cnt ul li:nth-child(4n) {margin-right: 4%;}
#mshop_container .msprd_cnt ul li:nth-child(3n) {margin-right: 0;}
#mshop_container .msprd_cnt ul li .mstext p {font-size: 18px;}
#mshop_container .msprd_cnt ul li .mstext i {font-size: 12px;}
#wrap .prd_pop .pop_bx {width: 310px;}
#wrap .prd_pop .pop_bx .pop_thumb {width: 100%; float: none;}
#wrap .prd_pop .pop_bx .pop_text {margin-top: 10px; width: 100%; float: none;}
}
@media screen and (max-width: 480px) {
/*미술관소개*/
#container {margin-top: 64px;}
#container .sub_main .sub_btn {width: 200px;}
#container .sub1_cnt .icam_info .history {height: 399px;}
#container .sub1_cnt .icam_info .build .photo>div {height: 400px;}
#container .sub1_cnt .chk_cnt .sub1_text {padding: 0 10px;}
/*관람안내*/
#container .t_info .view_info .v_info .hours:before {top: 32px;}
#container .t_info .view_info .v_info .hours {width: 100%;}
#container .t_info .view_info .v_info .ticket {width: 100%;}
#container .t_info .view_info .v_info .v_tit span {font-size: 18px; }
#container .t_info .view_info .v_info .hours .v_tit span {font-size: 18px;}
#container .t_info .at .at_info>div>div {width: 50%; margin: 0;}
#container .t_info .at .at_info>div>div:nth-child(1) {margin: 0;}
#container .t_info .at .at_info>div>div:nth-child(2) {margin: 0;}
#container .t_info .at .at_info .thumb {padding: 10px 30px;}
#container .t_info .view_info .v_info table {font-size: 13px;}
/*map*/
#container .mab_info .mab_cnt .mab_mid .mab {width: 100%; height: 300px; margin: 0 auto 20px;}
#container .mab_info .mab_cnt .mab_mid .mab_text {width: 100%; height: auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {font-size: 16px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus {padding-top: 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .icon {float: none; width: 100%; padding: 10px 90px; margin: 15px 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text {width: 100%; margin: 0 auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {padding: 25px 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {float: none; width: 100%; padding: 0 100px; margin: 15px 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text span+span {margin-top: 8px;}
/*n_exb*/
#exbn_visual {margin-top: -10px;}
#exbn_visual .exb_bg {height: 310px;}
#exbn_visual .exb_bg .exb_text span {font-size: 26px;}
#exbn_cnt .exb_top .exb_text {padding: 0 10px; margin-top: 10px; width: 100%;}
#exbn_cnt .exb_top .exb_tit {margin-right: 0; width: 100%;}
#exbn_cnt .exb_pic .pic_top .exb_01 {height: 250px; background-size: 550px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 250px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {height: 250px; background-size: 530px;}
#exbn_cnt .exb_pic .pic_mid .exb_05 {height: 250px; background-size: 510px;}
#artist .ati_tit p {font-size: 19px;}
#artist .ati_tit .art_arrow .prev {margin-right: 0; background-size: 22px;}
#artist .ati_tit .art_arrow .next {margin-left: 5px; background-size: 22px;}
#artist .ati_tit .art_arrow i {margin-top: 2px; font-size: 16px;}
/*p_exb*/
#exbp_container .prev_cnt ul li .pv_cnt ul li {height: 180px;}
#exbp_container .prev_cnt ul li:nth-child(1) .pv_cnt ul li:nth-child(1) {background-size: 570px;}
#exbp_container .prev_cnt ul li:nth-child(1) .pv_cnt ul li:nth-child(2) {background-size: 620px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 520px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(3) {background-size: 450px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(1) {background-size: 640px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(3) {background-size: 675px;}
/*m_shop*/
#mshop_container .msprd_cnt ul li {width: 47.5%; margin-right: 5%; }
#mshop_container .msprd_cnt ul li:nth-child(3n) {margin-right: 5%;}
#mshop_container .msprd_cnt ul li:nth-child(2n) {margin-right: 0;}
#mshop_container .msprd_cnt ul li .msthmb {background-size: 70px;}
#mshop_container .msprd_cnt ul li:nth-child(4) .msthmb {background-size: 100px;}
#mshop_container .msprd_cnt ul li:nth-child(6) .msthmb {background-size: 100px;}
#mshop_container .ms_top .ms_tit p {font-size: 26px;}
#mshop_container .ms_top .ms_tit .sub_tit {font-size: 12px;}
} | pf/ICAM/css/sub.css |
header {background-color: #262626;}
/* Container */
/*공통css*/
.mt0 {margin-top: 0;}
#container {position: relative; width: 100%; margin-top: 74px; }
#container .sub_main {}
#container .sub_main .sub_btn {position: absolute; top: 175px; left: 50%; transform: translate(-50%,0);}
#container .sub_main .sub_btn a {float: left; width: 100px; height: 100px; border-radius: 50%; background-color: #262626; border: 1px solid #262626; text-indent: -9999px; background-position: center;}
#container .sub_main .sub_btn a+a {margin-left: 18px;}
#container .sub_main .sub_btn a:nth-child(1) {background-image: url(../img/sub1_h_off.png);}
#container .sub_main .sub_btn a:nth-child(2) {background-image: url(../img/sub1_ti_off.png);}
#container .sub_main .sub_btn a:nth-child(3) {background-image: url(../img/sub1_m_off.png);}
#container .sub_main .sub_info_bg {width: 100%; height: 225px;}
#container .sub_main .sub_btn a.on {background-color: #fff; border: 1px solid #c8c8c8;}
#container .sub_main .sub_btn a.on:nth-child(1) {background-image: url(../img/sub1_h_on.png);}
#container .sub_main .sub_btn a.on:nth-child(2) {background-image: url(../img/sub1_ti_on.png);}
#container .sub_main .sub_btn a.on:nth-child(3) {background-image: url(../img/sub1_m_on.png);}
#container .sub1_cnt .chk_cnt .sub1_tit {padding-top: 50px; font-size: 43px; font-family: 'Nanum Square', sans-serif;}
#container .sub1_cnt .chk_cnt .sub1_text {margin-bottom:50px; padding: 0 178px; line-height: 21px;}
#container .sub1_cnt {width: 100%; text-align: center;}
#container .sub1_cnt .chk_cnt .stroke {display: block; height: 2px; width: 31px; background-color: #262626; margin: 39px auto;}
/*icam_info*/
#container .sub_main .info_01 {background: #ddd url("../img/sub1_main.jpg") 50% 0 no-repeat; background-attachment: fixed; -webkit-background-size: cover; background-size: cover;}
#container .sub1_cnt .chk_cnt .cnt_top {margin-top: 50px;}
#container .sub1_cnt .icam_info .icam .sub1_text {line-height: 21px; word-break: keep-all; text-align: justify;}
#container .sub1_cnt .icam_info .history {width: 100%; padding-bottom: 50px; color: #fff; background-color: #353535;}
#container .sub1_cnt .icam_info .history i {background-color: #fff;}
#container .sub1_cnt .icam_info .history .text {width: 100%;}
#container .sub1_cnt .icam_info .history ul {float: left;}
#container .sub1_cnt .icam_info .history ul:nth-child(1) {margin-left: 15%; width: 35%;}
#container .sub1_cnt .icam_info .history ul:nth-child(2) {width: 50%;}
#container .sub1_cnt .icam_info .history ul li {display: block; height: 20px; }
#container .sub1_cnt .icam_info .history ul li+li {margin-top: 8px;}
#container .sub1_cnt .icam_info .history ul li em {float: left; padding-right: 2%;}
#container .sub1_cnt .icam_info .history ul li span {float: left;}
#container .sub1_cnt .icam_info .build {}
#container .sub1_cnt .icam_info .build .photo {}
#container .sub1_cnt .icam_info .build .photo>div {width: 48.33%; height: 729px;}
#container .sub1_cnt .icam_info .build .photo>div+div {margin-left: 1.77%;}
#container .sub1_cnt .icam_info .build .photo .fll {background: url(../img/sub1_1.jpg) 50% 50% no-repeat;}
#container .sub1_cnt .icam_info .build .photo .flr {background: url(../img/sub1_2.png) 50% 50% no-repeat;}
/*tiket and view_info*/
#container .sub_main .info_02 {background: #ddd url("../img/sub2_main.jpg") 50% 0 no-repeat; background-attachment: fixed; -webkit-background-size: cover; background-size: cover;}
#container .t_info .view_info .v_info .v_tit {text-align: left;}
#container .t_info .view_info .v_info .v_tit span {color: #262626; vertical-align: middle; font-family: 'franklin gothic'; font-size: 23px;}
#container .t_info .view_info .v_info table {margin-top: 10px; width: 100%; font-size: 14px; letter-spacing: -1px; }
#container .t_info .view_info .v_info table th {font-weight: bold; color: #262626;}
#container .t_info .view_info .v_info table tr {height: 48px;}
#container .t_info .view_info .v_info table td {color: #262626;}
#container .t_info .view_info .v_info .hours {width: 25%;}
#container .t_info .view_info .v_info .hours .v_tit span {color: #262626; vertical-align: middle; font-family: 'franklin gothic'; font-size: 23px;}
#container .t_info .view_info .v_info .hours .v_tit span:before {content: ""; display: inline-block; margin-right: 20px; width: 34px; height: 35px; vertical-align: middle; background: url(../img/sub_time.png);}
#container .t_info .view_info .v_info .hours table tr:nth-child(1) {border-top: 1px solid #000;}
#container .t_info .view_info .v_info .hours table tr:nth-child(3) {border-bottom: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .hours table tr {height: 48px; border-top: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .hours table tr th {width: 40%; text-align:left;}
#container .t_info .view_info .v_info .hours table tr td {width: 60%; text-align:left;}
#container .t_info .view_info .v_info .ticket {margin-left: 12.5%; width: 62.5%;}
#container .t_info .view_info .v_info .ticket .v_tit span:before {content: ""; display: inline-block; margin-right: 20px; width: 47px; height: 30px; vertical-align: middle; background: url(../img/tiket.png);}
#container .t_info .view_info .v_info .ticket table {position: relative;}
#container .t_info .view_info .v_info .ticket table:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 1px; background-color: black;}
#container .t_info .view_info .v_info .ticket table tr:nth-child(1) .light {color: #8b8b8b;}
#container .t_info .view_info .v_info .ticket table tr:nth-child(1) th:last-child {border-right: 0;}
#container .t_info .view_info .v_info .ticket table tr th em {display: inline-block; font-weight: bold; vertical-align: top;}
#container .t_info .view_info .v_info .ticket table tr+tr {border-top: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .ticket table tr:nth-child(4) {border-bottom: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .ticket table tr th {border-right: 1px solid #e1e1e1;}
#container .t_info .view_info .v_info .ticket table tr td:nth-of-type(1) {border-right: 1px solid #e1e1e1;}
#container .t_info .at {margin-top: 50px; padding-bottom: 50px; background-color: #f8f8f8;}
#container .t_info .at .at_info {width: auto; margin: 0 auto;}
#container .t_info .at .at_info>div {float: left; width: 50%;}
#container .t_info .at .at_info>div>div {float: left; width: 40%; margin:5%;}
#container .t_info .at .at_info .thumb {padding: 25px;}
#container .t_info .at .at_info .thumb img {display: block; width: 100%;}
#container .t_info .at .at_info .at_text {word-break: keep-all; color: #262626; line-height: 1.5;}
/*map_info*/
#container .sub_main .info_03 {background: #ddd url("../img/mab_main.jpg") 50% 0 no-repeat; background-attachment: fixed; -webkit-background-size: cover; background-size: cover;}
#container .mab_info {}
#container .mab_info .mab_cnt {}
#container .mab_info .mab_cnt .mab_mid {width: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab {width: 41.66%; height: 500px;}
#container .mab_info .mab_cnt .mab_mid .mab iframe {width: 100%; height: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab_text {margin-left: 8.34%; width: 50%;border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
#container .mab_info .mab_cnt .mab_mid .mab_text>div {width: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs {padding: 26px 0; border-bottom: 1px solid #e1e1e1;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p {text-align: left; color: #999999;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(1) {font-size: 38px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {margin-top: 10px; font-size: 26px; color: #262626;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc {letter-spacing: -1px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text {text-align: left; width: 70%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text span {display: block; font-size: 12px; font-family: 'dotum',sans-serif; li ne-height: 1.6;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text span+span {margin-top: 10px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .icon img {display: block; width: 100%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus {padding-top: 50px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .icon {margin-top: 15px; padding-right: 50px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .dir_text:before {content: ""; display: inline-block; float: left; margin-right: 15px; width: 9px; height: 111px; background: url(../img/mab_01.png); }
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {padding: 88px 0 50px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {margin-top: 5px; padding-right: 58px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .dir_text:before {content: ""; display: inline-block; float: left; margin-right: 15px; width: 9px; height: 62px; background: url(../img/mab_02.png) no-repeat; }
/*now_exb*/
#exb_container {position: relative; width: 100%; margin-top: 74px;}
#exbn_visual {width: 100%; height: 100%;}
#exbn_visual .exb_bg {position: relative; width: 100%; height: 550px; background: url(../img/exb_main.jpg) 50% 50% no-repeat; -webkit-background-size: cover; background-size: cover;}
#exbn_visual .exb_bg .exb_text {position: absolute; bottom: 50px; width: 100%; text-align: center;}
#exbn_visual .exb_bg .exb_text span {font-family: 'franklin gothic', sans-serif; font-size: 40px; color: #fff;}
#exbn_cnt {}
#exbn_cnt .inner>div {margin-top: 50px;}
#exbn_cnt .exb_top {}
#exbn_cnt .exb_top .exb_tit {width: 24%; height: 53px; margin-right: 2.25%; text-align: center; background-color: #000;}
#exbn_cnt .exb_top .exb_tit span {color: #fff; font-family: 'Nanum Square', sans-serif; line-height: 53px; font-size: 26px;letter-spacing: -1px;}
#exbn_cnt .exb_top .exb_text {width: 73.75%; letter-spacing: -1px; text-align: justify; word-break: keep-all;}
#exbn_cnt .exb_pic {width: 100%;}
#exbn_cnt .exb_pic .pic_top {width: 100%; height: 830px;}
#exbn_cnt .exb_pic .pic_top .exb_01 {height: 100%; width: 50%; margin-right: 0.9%; background: url(../img/exb_01.jpg) 50% 50% no-repeat;}
#exbn_cnt .exb_pic .pic_top .pic_t_left {height: 100%; width: 49.1%;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 274px; background: url(../img/exb_02.jpg) 50% 50% no-repeat; background-size: 590px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {margin-top: 11px; height: 545px; background: url(../img/exb_03.jpg) 50% 50% no-repeat; background-size: 760px;}
#exbn_cnt .exb_pic .pic_mid {width: 100%; height: 280px; margin-top: 0.9%;}
#exbn_cnt .exb_pic .pic_mid .exb_04 {height: 100%; margin-right: 0.9%; width: 50%; background: url(../img/exb_04.jpg) 50% 50% no-repeat; -webkit-background-size: 648px; background-size: 648px;}
#exbn_cnt .exb_pic .pic_mid .exb_05 {height: 100%; width: 49.1%; background: url(../img/exb_05.jpg) 50% 50% no-repeat; -webkit-background-size: 616px; background-size: 616px;}
#artist {margin-top: 50px; padding: 50px 0; width: 100%; background-color: #f8f8f8;}
#artist .ati_tit {width: 30%;}
#artist .ati_tit p {font-family: 'Nanum Square', sans-serif; font-size: 26px; font-weight: bold; letter-spacing: -1px;}
#artist .ati_tit .art_arrow {margin-top: 20px;}
#artist .ati_tit .art_arrow label {display: inline-block; float: left;}
#artist .ati_tit .art_arrow i {float: left; margin-top: 5px; display: inline-block; font-family: 'Nanum Square', sans-serif; font-size: 18px;}
#artist .ati_tit .art_arrow .prev {margin-right: 10px; width: 28px; height: 28px; background-image: url(../img/exb_prev.png);}
#artist .ati_tit .art_arrow .next {margin-left: 10px; width: 28px; height: 28px; background-image: url(../img/exb_next.png);}
#artist .ati_cnt {position: relative; width: 65%;}
#artist .ati_cnt .art_text {position: absolute; left: -150px; bottom: 0; padding: 25px 10px; width: 300px; text-align: center; background-color: #fff;}
#artist .ati_cnt .art_text p {font-size: 26px; font-weight: bold; letter-spacing: -1px;}
#artist .ati_cnt .art_text em {display: block; margin: 15px 0 25px;}
#artist .ati_cnt .art_text span {word-break: keep-all;}
#artist .ati_cnt .art_bg {margin-bottom: 50px; width: 100%; height: 680px; background: url(../img/arti_pic_01.jpg) 40% 45% no-repeat; background-size: 1350px;}
#artist .ati_tit .art_arrow {display: none;}
#artist .ati_cnt .art_text {display: none;}
#pg_01:checked~.inner .ati_tit .pgn_01 {display: block;}
#pg_02:checked~.inner .ati_tit .pgn_02 {display: block;}
#pg_01:checked~.inner .ati_cnt .art_t_1 {display: block;}
#pg_02:checked~.inner .ati_cnt .art_t_2 {display: block;}
#pg_01:checked~.inner .ati_cnt .art_bg { background: url(../img/arti_pic_01.jpg) 40% 45% no-repeat; background-size: 1350px;}
#pg_02:checked~.inner .ati_cnt .art_bg { background: url(../img/arti_pic_02.jpg) 45% 45% no-repeat; background-size: 1350px;}
/*prev*/
#exbp_container .ms_top {margin-top: 74px; padding: 50px 0 30px; text-align: center;}
#exbp_container .ms_top .ms_tit p {font-family: 'franklin gothic', sans-serif; font-size: 48px; text-transform: uppercase;}
#exbp_container .ms_top .ms_search {display: inline-block; margin: 23px auto 0; }
#exbp_container .ms_top .ms_search form {height: 33px; border: 1px solid #262626;}
#exbp_container .ms_top .ms_search select {float: left; padding: 6px 30px 6px 0; background:none;}
#exbp_container .ms_top .ms_search input {float: left; display: block; padding: 8px 20px; color: #fff; background-color: #262626;appearance: none; border-radius: 0;}
#exbp_container .prev_cnt {border-top: 1px solid #262626;}
#exbp_container .prev_cnt ul {}
#exbp_container .prev_cnt ul li.mt {margin-top: 100px;}
#exbp_container .prev_cnt ul li {position: relative;}
#exbp_container .prev_cnt ul li .pv_tit {position: absolute; top: -50px; left:50%; transform: translate(-50%,0); padding: 15px 5px; width: 270px; text-align: center; background-color: #e8e8e8; z-index: 1;}
#exbp_container .prev_cnt ul li .pv_tit p {color: #262626;}
#exbp_container .prev_cnt ul li .pv_tit p:nth-child(1) {font-size: 25px; font-family: 'Nanum Square', sans-serif; font-weight: bold;}
#exbp_container .prev_cnt ul li .pv_tit p:nth-child(2) {margin-top: 2px; line-height: 1.8; font-size: 13px;}
#exbp_container .prev_cnt ul li .pv_cnt {}
#exbp_container .prev_cnt ul li .pv_cnt ul {}
#exbp_container .prev_cnt ul li .pv_cnt ul li {float: left; width: 32%; height: 550px; margin-right: 2%; background-position: 50% 50%;}
#exbp_container .prev_cnt ul li:nth-child(1) .pv_cnt ul li:nth-child(1) {background-size: 870px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 440px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(1) {background-size: 1340px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(2) {background-size: 465px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(3) {background-size: 1425px;}
#exbp_container .prev_cnt ul li .pv_cnt ul li:last-child {margin-right: 0;}
/*ms_shop*/
#mshop_container {}
#mshop_container .ms_top {margin-top: 74px; padding: 50px 0;}
#mshop_container .ms_top .ms_tit {text-align: center;}
#mshop_container .ms_top .ms_tit p {font-family: 'franklin gothic', sans-serif; font-size: 48px; text-transform: uppercase;}
#mshop_container .ms_top .ms_tit .sub_tit {}
#mshop_container .ms_top .ms_tit .sub_tit span {letter-spacing: -0.5px;}
#mshop_container .ms_top .ms_search {padding-top: 50px;float: right;}
#mshop_container .ms_top .ms_search input {float: left; display: block;}
#mshop_container .ms_top .ms_search input[type=text] {width: 181px; height: 33px; padding: 10px; border: 1px solid #262626;}
#mshop_container .ms_top .ms_search input[type=submit] {width: 38px; height: 33px; text-indent: -9999px; background-color: #262626; background-image: url(../img/ms_01.png); background-position: 8px;}
#mshop_container .msprd_cnt {}
#mshop_container .msprd_cnt ul {}
#mshop_container .msprd_cnt ul li {float: left; padding-bottom: 50px; width: 22%; margin-right: 4%;}
#mshop_container .msprd_cnt ul li:nth-child(4n) {margin-right: 0;}
#mshop_container .msprd_cnt ul li .mp_wrap {}
#mshop_container .msprd_cnt ul li .msthmb {width: 100%; height: 265px; background-position: center; background-color: #f8f8f8; }
#mshop_container .msprd_cnt ul li .mstext {margin-top: 25px;}
#mshop_container .msprd_cnt ul li .mstext p {font-size: 20px; color: #373737;}
#mshop_container .msprd_cnt ul li .mstext i {display: block; color: #d7d7d7;}
#mshop_container .msprd_cnt ul li .mstext span {display: block; margin-top: 10px; font-family: 'dotum',sans-serif; font-weight: bold; font-size: 12px; color: #373737;}
#wrap #prd_chk_01:checked~.prd_pop_01 {display: block;}
#wrap .prd_pop {display: none; position: fixed; height: 100%; width: 100%; z-index: 10; background: rgba(0,0,0,0.6);}
#wrap .prd_pop .pop_bx {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 30px; width: 610px; border: 1px solid #8e8e8e; background-color: #fff; z-index: 11;}
#wrap .prd_pop .pop_bx label {position: absolute; top: -1px; right: -1px; width: 27px; height: 27px; border: 1px solid #8e8e8e; background: url(../img/mpop_x.png) 50% 50% no-repeat;}
#wrap .prd_pop .pop_bx .pop_thumb {width: 40%; margin-right: 10%; height: 218px; background-position: center; background-color: #f8f8f8;}
#wrap .prd_pop .pop_bx .pop_text {width: 50%;}
#wrap .prd_pop .pop_bx .pop_text .pop_tit {}
#wrap .prd_pop .pop_bx .pop_text .pop_tit p {font-size: 20px; color: #373737;}
#wrap .prd_pop .pop_bx .pop_text .pop_tit i {display: block; color: #d7d7d7;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt {margin: 41px 0 42px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl {}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl+dl {margin-top: 12px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl dt {float: left; width: 69px; font-family: 'dotum',sans-serif; font-size: 12px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl dd {float: left; letter-spacing: -1px; font-family: 'dotum',sans-serif; font-size: 12px;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl:nth-child(2) dd {font-weight: bold;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl dd input {display: block;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd {}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .number {float: left;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .number input {padding: 0 3px; width: 36px; height: 16px; text-align: right; border: 1px solid #8e8e8e;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button {float: left;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button input {width: 16px; height: 8px; }
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button input:nth-child(1) {background: #8e8e8e url(../img/mpop_arrow_01.png) 50% 50% no-repeat;}
#wrap .prd_pop .pop_bx .pop_text .pop_cnt dl.oder_btn dd .pop_button input:nth-child(2) {background: #8e8e8e url(../img/mpop_arrow_02.png) 50% 50% no-repeat;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li {float: left; margin-right: 2%; height: 28px; width: 32%; text-align: center; background-color: #8e8e8e;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li:first-child {background-color: #363636;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li:last-child {margin-right: 0;}
#wrap .prd_pop .pop_bx .pop_text .pop_btn ul li a {display: block; width: 100%; height: 100%; line-height: 28px; color: #fff; font-family: 'dotum',sans-serif; font-size: 12px;}
/*animation*/
/*MediaQuery*/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
/*미술관소개*/
#container {margin-top: 70px;}
#container .sub1_cnt .chk_cnt .sub1_text {padding: 0 100px;}
#container .sub1_cnt .icam_info .history {height: 469px;}
#container .sub1_cnt .icam_info .history ul {float: none;}
#container .sub1_cnt .icam_info .history ul+ul {margin-top: 8px;}
#container .sub1_cnt .icam_info .history ul:nth-child(1) {margin-left: 0; width: auto;}
#container .sub1_cnt .icam_info .history ul:nth-child(2) {width: auto;}
#container .sub1_cnt .icam_info .history ul li {height: 100%; padding-left: 71px;}
#container .sub1_cnt .icam_info .history ul li span {text-align: left; float: none;}
#container .sub1_cnt .icam_info .history ul li em {margin-top: 7px; margin-left: -65px; float: none;}
#container .sub1_cnt .icam_info .history .text {width: 100%; max-width: 422px; margin: 0 auto; text-align: left;}
#container .sub1_cnt .icam_info .build {}
/*관람안내*/
#container .t_info .view_info .v_info .ticket {margin-left: 5%; width: 70%;}
#container .t_info .view_info .v_info .hours .v_tit span:before {display: none;}
#container .t_info .view_info .v_info .ticket .v_tit span:before {display: none;}
#container .t_info .at {height: auto;}
#container .t_info .at .at_info>div>div {width: 45%; margin: 2%;}
#container .t_info .at .at_info>div:nth-child(2) {}
#container .t_info .at .at_info .thumb {padding: 10px 32px;}
#container .t_info .at .at_info .at_top .cup .at_text em {display: none;}
/*map*/
#container .mab_info .mab_cnt .mab_mid .mab {width: 39.55%; margin-left: 2%;}
#container .mab_info .mab_cnt .mab_mid .mab_text {margin-left: 3%; width: 53%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(1) {font-size: 33px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {font-size: 20px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .icon {padding-right: 0; margin-top: 20px; margin-right: 5%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text {width: 73%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .dir_text:before {margin-right: 15px; margin-top: 7px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {padding-top: 68px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {padding-right: 0; margin-top: 11px; margin-right: 5%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .dir_text:before {margin-top: 6px; margin-right: 15px;}
/*pexb*/
#exbp_container .prev_cnt ul li .pv_cnt ul li {width: 49%;}
#exbp_container .prev_cnt ul li .pv_cnt ul .dn_01 {margin-right: 0;}
#exbp_container .prev_cnt ul li .pv_cnt ul .dn_02 {display: none;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 530px;}
/*now_exb*/
#exbn_visual {margin-top: -4px;}
#exbn_cnt .inner>div {margin-top: 30px;}
#exbn_cnt .exb_top .exb_tit {padding: 10px; height: auto;}
#exbn_cnt .exb_top .exb_tit span {line-height: 1;}
#exbn_cnt .exb_pic .pic_top {height: auto;}
#exbn_cnt .exb_pic .pic_top .exb_01 {float: none; padding: 0; height: 400px; margin: 0; width: 100%;}
#exbn_cnt .exb_pic .pic_top .pic_t_left {float: none; margin-top: 5px; height: auto; width: 100%;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 400px; -webkit-background-size: 1200px; background-size: 1200px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {margin-top: 5px; height: 400px; padding: 0; -webkit-background-size: 1200px; background-size: 1200px;}
#artist .ati_tit p {font-size: 24px;}
/*m_shop*/
#mshop_container .msprd_cnt ul li .msthmb {height: 200px;}
}
@media screen and (max-width: 768px) { /*아이콘 줄이기*/
#container .sub1_cnt .chk_cnt .cnt_top {margin-top: 25px;}
#container .sub_main .sub_info_bg {background-attachment: scroll;}
/*미술관소개*/
#container .sub1_cnt .icam_info .build {}
#container .sub1_cnt .icam_info .build .photo>div {float: none; width: 100%; height: 450px; }
#container .sub1_cnt .icam_info .build .photo>div+div {margin-top: 10px; margin-left: 0;}
#container .sub1_cnt .icam_info .history {height: 359px;}
#container .sub1_cnt .chk_cnt .sub1_text {padding: 0 30px; margin-bottom: 25px;}
#container .sub1_cnt .chk_cnt .sub1_tit {padding-top: 30px; font-size: 22px;}
#container .sub_main .sub_btn {top: 192px;}
#container .sub_main .sub_btn a {width: 60px; height: 60px; background-size: 40px;}
#container .sub_main .sub_btn a:nth-child(3) {-webkit-background-size: 28px;
background-size: 28px;}
#container .sub_main .sub_btn a+a {margin-left: 10px;}
#container .sub1_cnt .chk_cnt .stroke {margin: 20px auto;}
/*관람안내*/
#container .t_info .view_info .v_info .hours {float: none; margin: 40px auto 0; width: 75%;}
#container .t_info .view_info .v_info .hours table tr th {padding: 13px; width: 30%; border-right: 1px solid #ddd;}
#container .t_info .view_info .v_info .ticket {float: none; margin-left: 0; margin: 40px auto 0; width: 75%;}
#container .t_info .view_info .v_info .ticket table {text-align: left;}
#container .t_info .view_info .v_info .ticket table tr th {padding: 13px;}
#container .t_info .view_info .v_info table td {padding: 13px;}
#container .t_info .view_info .v_info .hours table {position: relative;}
#container .t_info .view_info .v_info .hours table:after {content: ""; position: absolute; top: 0; left: 0; right: 0;bottom: 0; height: 1px; background-color: black; }
#container .t_info .at {padding-bottom: 30px;}
#container .t_info .at .at_info>div {float: none; width: 100%;}
#container .t_info .at .at_info>div:nth-child(1) {margin-bottom: 10px;}
#container .t_info .at .at_info .thumb {padding: 10px 40px;}
#container .t_info .at .at_info>div>div {width: 40%; margin: 0 10%;}
#container .t_info .at .at_info>div>div:nth-child(1) {margin: 0 2% 0 9%}
#container .t_info .at .at_info>div>div:nth-child(2) {margin: 0 5% 0 2%}
/*map*/
#container .mab_info .mab_cnt .mab_mid .mab {float: none; margin: 0 auto 20px; width: 75%; height: 400px;}
#container .mab_info .mab_cnt .mab_mid .mab_text {float: none; margin: 0 auto; width: 75%;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p {text-align: center;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(1) {font-size: 22px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {font-size: 18px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus {display: inline-block; margin: 0 auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {display: inline-block; margin: 0 auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {margin-right: 8%;}
/*n_exb*/
#exbn_visual {margin-top: -4px;}
#exbn_visual .exb_bg {height: 450px;}
#exbn_visual .exb_bg .exb_text span {font-size: 30px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {-webkit-background-size: 800px; background-size: 800px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {-webkit-background-size: 800px; background-size: 800px;}
#exbn_cnt .exb_pic .pic_top .exb_01 {height: 300px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 300px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {height: 300px;}
#exbn_cnt .exb_pic .pic_mid {height: auto;}
#exbn_cnt .exb_pic .pic_mid .exb_04 {display: none;}
#exbn_cnt .exb_pic .pic_mid .exb_05 {float: none; width: 100%; height: 300px; background-size: 796px;}
#artist {padding: 10px 0;}
#artist .ati_tit {width: 100%; margin-top: -40px;}
#artist .ati_tit p {float: left; margin-top: 0; }
#artist .ati_tit .art_arrow {float: right; margin-top: 0;}
#artist .ati_cnt {float: none; width: 100%;}
#artist .ati_cnt .art_text p {font-size: 18px;}
#artist .ati_cnt .art_text em {font-size: 12px; margin: 15px 0 25px;}
#artist .ati_cnt .art_text span {font-size: 12px;}
#artist .ati_cnt .art_bg {margin-bottom: 50px; margin-top: 70px; height: 350px; width: 100%;}
#artist .ati_cnt .art_text {left: 50%; transform: translate(-50%, -50%); top: 50%; bottom: auto; padding: 22px 10px; width: 238px; background: rgba(250,250,250,0.6);}
#pg_02:checked~.inner .ati_cnt .art_bg { background: url(../img/arti_pic_02.jpg) 48% 61% no-repeat; background-size: 920px;}
/*p_exb*/
#exbp_container .ms_top .ms_tit p {font-size: 26px;}
#exbp_container .ms_top .ms_search select {}
#exbp_container .prev_cnt ul li .pv_tit {padding: 10px 5px;}
#exbp_container .prev_cnt ul li .pv_tit p:nth-child(2) {font-size: 12px; font-family: 'dotum',sans-serif;}
#exbp_container .prev_cnt ul li .pv_cnt ul li {height: 380px; width: 100%;}
#exbp_container .prev_cnt ul li .pv_cnt ul li+li {margin-top: 5px;}
#exbp_container .prev_cnt ul li .pv_cnt ul .dn_02 {display: block;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt .dn_01 {display: block; background-size: 790px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 800px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(3) {background-size: 760px;}
/*m_shop*/
#mshop_container .msprd_cnt ul li {width: 30.667%;}
#mshop_container .msprd_cnt ul li:nth-child(4n) {margin-right: 4%;}
#mshop_container .msprd_cnt ul li:nth-child(3n) {margin-right: 0;}
#mshop_container .msprd_cnt ul li .mstext p {font-size: 18px;}
#mshop_container .msprd_cnt ul li .mstext i {font-size: 12px;}
#wrap .prd_pop .pop_bx {width: 310px;}
#wrap .prd_pop .pop_bx .pop_thumb {width: 100%; float: none;}
#wrap .prd_pop .pop_bx .pop_text {margin-top: 10px; width: 100%; float: none;}
}
@media screen and (max-width: 480px) {
/*미술관소개*/
#container {margin-top: 64px;}
#container .sub_main .sub_btn {width: 200px;}
#container .sub1_cnt .icam_info .history {height: 399px;}
#container .sub1_cnt .icam_info .build .photo>div {height: 400px;}
#container .sub1_cnt .chk_cnt .sub1_text {padding: 0 10px;}
/*관람안내*/
#container .t_info .view_info .v_info .hours:before {top: 32px;}
#container .t_info .view_info .v_info .hours {width: 100%;}
#container .t_info .view_info .v_info .ticket {width: 100%;}
#container .t_info .view_info .v_info .v_tit span {font-size: 18px; }
#container .t_info .view_info .v_info .hours .v_tit span {font-size: 18px;}
#container .t_info .at .at_info>div>div {width: 50%; margin: 0;}
#container .t_info .at .at_info>div>div:nth-child(1) {margin: 0;}
#container .t_info .at .at_info>div>div:nth-child(2) {margin: 0;}
#container .t_info .at .at_info .thumb {padding: 10px 30px;}
#container .t_info .view_info .v_info table {font-size: 13px;}
/*map*/
#container .mab_info .mab_cnt .mab_mid .mab {width: 100%; height: 300px; margin: 0 auto 20px;}
#container .mab_info .mab_cnt .mab_mid .mab_text {width: 100%; height: auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .adrs p:nth-child(2) {font-size: 16px;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus {padding-top: 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .bus .icon {float: none; width: 100%; padding: 10px 90px; margin: 15px 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text {width: 100%; margin: 0 auto;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car {padding: 25px 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .car .icon {float: none; width: 100%; padding: 0 100px; margin: 15px 0;}
#container .mab_info .mab_cnt .mab_mid .mab_text .direc .dir_text span+span {margin-top: 8px;}
/*n_exb*/
#exbn_visual {margin-top: -10px;}
#exbn_visual .exb_bg {height: 310px;}
#exbn_visual .exb_bg .exb_text span {font-size: 26px;}
#exbn_cnt .exb_top .exb_text {padding: 0 10px; margin-top: 10px; width: 100%;}
#exbn_cnt .exb_top .exb_tit {margin-right: 0; width: 100%;}
#exbn_cnt .exb_pic .pic_top .exb_01 {height: 250px; background-size: 550px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_02 {height: 250px;}
#exbn_cnt .exb_pic .pic_top .pic_t_left .exb_03 {height: 250px; background-size: 530px;}
#exbn_cnt .exb_pic .pic_mid .exb_05 {height: 250px; background-size: 510px;}
#artist .ati_tit p {font-size: 19px;}
#artist .ati_tit .art_arrow .prev {margin-right: 0; background-size: 22px;}
#artist .ati_tit .art_arrow .next {margin-left: 5px; background-size: 22px;}
#artist .ati_tit .art_arrow i {margin-top: 2px; font-size: 16px;}
/*p_exb*/
#exbp_container .prev_cnt ul li .pv_cnt ul li {height: 180px;}
#exbp_container .prev_cnt ul li:nth-child(1) .pv_cnt ul li:nth-child(1) {background-size: 570px;}
#exbp_container .prev_cnt ul li:nth-child(1) .pv_cnt ul li:nth-child(2) {background-size: 620px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(1) {background-size: 520px;}
#exbp_container .prev_cnt ul li:nth-child(2) .pv_cnt ul li:nth-child(3) {background-size: 450px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(1) {background-size: 640px;}
#exbp_container .prev_cnt ul li:nth-child(3) .pv_cnt ul li:nth-child(3) {background-size: 675px;}
/*m_shop*/
#mshop_container .msprd_cnt ul li {width: 47.5%; margin-right: 5%; }
#mshop_container .msprd_cnt ul li:nth-child(3n) {margin-right: 5%;}
#mshop_container .msprd_cnt ul li:nth-child(2n) {margin-right: 0;}
#mshop_container .msprd_cnt ul li .msthmb {background-size: 70px;}
#mshop_container .msprd_cnt ul li:nth-child(4) .msthmb {background-size: 100px;}
#mshop_container .msprd_cnt ul li:nth-child(6) .msthmb {background-size: 100px;}
#mshop_container .ms_top .ms_tit p {font-size: 26px;}
#mshop_container .ms_top .ms_tit .sub_tit {font-size: 12px;}
} | 0.207857 | 0.045353 |
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
/* font-family: 'Poppins', sans-serif; */
.text-third {
color: #ef837b; }
.bg-light {
background-color: #f4f7ff !important; }
.title-desc {
font-size: 1.6rem;
line-height: 1;
margin-top: .3rem; }
.intro-slider-container,
.intro-slide {
height: 310px;
background-color: #f5f6f9; }
.intro-slide {
display: flex;
align-items: center;
background-size: cover;
background-position: center center; }
.intro-slide .intro-content {
position: static;
left: auto;
top: auto;
transform: translateY(0);
-ms-transform: translateY(0); }
.intro-subtitle {
margin-bottom: .5rem; }
.intro-title {
color: #333;
letter-spacing: -.03em;
font-size: 3.4rem;
margin-bottom: 0; }
.intro-price {
color: #777;
font-weight: 700;
line-height: 1.2;
font-size: 3.4rem;
letter-spacing: -.025em;
margin-top: 1rem;
margin-bottom: 1.2rem; }
.intro-price sup {
top: -.8em;
font-weight: 300;
font-size: 1.4rem;
letter-spacing: -.03em; }
.intro-old-price {
position: relative; }
.intro-old-price:after {
content: '';
display: block;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
left: 0;
background-color: #999; }
.owl-theme .owl-nav [class*='owl-'] {
width: 3.2rem;
height: 3.2rem;
font-size: 2rem;
margin-top: -1.6rem; }
.owl-theme.owl-nav-inside .owl-nav .owl-prev {
left: 50%;
margin-left: -584px; }
.owl-theme.owl-nav-inside .owl-nav .owl-next {
right: 50%;
margin-right: -584px; }
.owl-theme.owl-light .owl-nav [class*='owl-'] {
border-color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.7);
color: #ccc; }
.owl-theme.owl-nav-inside .owl-dots {
bottom: 20px; }
.owl-full .owl-dots {
bottom: -2rem; }
.cat-blocks-container {
padding-top: .5rem; }
.cat-blocks-container [class*="col-"] {
display: flex;
align-items: stretch;
justify-content: center; }
.cat-block {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
margin-bottom: 3rem; }
.cat-block figure {
display: inline-flex;
align-items: center;
position: relative;
flex: 1;
margin: 0; }
.cat-block figure span {
position: relative; }
.cat-block figure span:after {
content: '';
display: block;
position: absolute;
bottom: -.2rem;
left: 45%;
width: 105%;
margin-left: -45%;
height: .3rem;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.3);
transition: all 0.35s ease;
filter: blur(3px);
opacity: .5; }
.cat-block img {
margin-left: auto;
margin-right: auto;
transition: transform 0.35s ease; }
.cat-block:hover img {
transform: translateY(-14px); }
.cat-block:hover figure span:after {
opacity: 1; }
.cat-block-title {
color: #333333;
font-weight: 400;
font-size: 1.4rem;
letter-spacing: -.01em;
margin-top: 2rem;
margin-bottom: 0; }
.banner-content {
left: 30px;
padding-top: 0; }
.banner-subtitle {
font-size: 1.4rem;
letter-spacing: -.01em;
margin-bottom: 1.3rem; }
.banner-title {
color: #999999;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.25;
letter-spacing: -.01em;
margin-bottom: 1.2rem; }
.main .banner-title strong {
font-weight: 600;
color: #333333; }
.banner-link {
display: inline-block;
font-weight: 400;
line-height: 1.3;
padding: .3rem 1rem;
border-radius: 20px;
letter-spacing: -.01em;
margin-left: -1rem;
text-align: center;
min-width: 110px; }
.banner-link i {
margin-left: .7rem; }
.banner-link:hover, .banner-link:focus {
color: #fff;
background-color: #3399ff;
text-decoration: none !important; }
.nav.nav-pills .nav-link {
font-size: 1.4rem; }
.nav.nav-pills .nav-item + .nav-item {
margin-left: .5rem; }
.heading .title {
font-weight: 600;
letter-spacing: -.025em; }
.product.product-2 {
background-color: #fff;
border: .1rem solid #ebebeb;
margin-bottom: 2rem; }
.product.product-2 .product-nav-dots {
margin-bottom: 1.5rem; }
.product-cat {
color: #ccc; }
.product-body {
overflow: hidden; }
.btn-product + .btn-product {
border-left-style: solid; }
.product-action:not(.product-action-dark) {
background-color: #f6f7fa; }
.product-action:not(.product-action-dark) .btn-product + .btn-product {
border-left-color: #d1d1d3; }
.product-action:not(.product-action-dark) .btn-product:not(:hover):not(:focus) {
color: #333; }
.product-action-dark .btn-product:not(:hover):not(:focus) {
color: #fff; }
.new-arrivals .product-price,
.trending-products .product-price {
margin-bottom: 1.2rem;
color: #fcb941; }
.for-you .product.product-2 {
border: none; }
.trending-products .product-body {
padding: 1.6rem .4rem 1.6rem 2rem; }
.ratings-container {
margin-bottom: 1.5rem; }
.old-price {
text-decoration: none; }
.btn-product-icon {
color: #3399ff;
border-color: #3399ff;
background-color: transparent;
border: 0.1rem solid #3399ff; }
.btn-product-icon span {
background-color: #3399ff;
top: -1px;
bottom: -1px; }
.btn-product-icon:hover, .btn-product-icon:focus {
color: #3399ff;
border-color: #3399ff;
background-color: transparent; }
.btn-wishlist:hover:before, .btn-wishlist:focus:before {
content: '\f233'; }
.btn-more {
text-transform: capitalize; }
.deal-col {
display: flex;
align-items: stretch; }
.deal {
width: 100%;
display: flex;
flex-flow: row wrap;
padding: 3.6rem 4rem 4.8rem;
background-color: #f5f6f9;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 2rem;
min-height: 420px; }
.deal > div {
width: 100%; }
.deal .btn {
padding: 0 0 .2rem; }
.deal h4 {
color: #777;
font-weight: 300;
font-size: 1.4rem;
line-height: 1.25;
letter-spacing: 0;
margin-bottom: .5rem;
max-width: 240px; }
.deal h2 {
color: #ef837b;
font-weight: 500;
font-size: 2rem;
line-height: 1.1;
letter-spacing: -.01em;
margin-bottom: .2rem;
max-width: 240px; }
.deal .product-title {
max-width: 240px;
margin-bottom: .7rem; }
.deal .product-price {
font-weight: 300;
font-size: 2rem;
margin-bottom: .4rem; }
.deal-content {
align-self: center;
margin-top: -2rem; }
.deal-bottom {
align-self: flex-end; }
.btn.btn-outline-dark-2 {
border-color: #d7d7d7; }
.deal-countdown {
margin-bottom: 0;
margin-left: -.8rem;
max-width: 180px; }
.deal-countdown.offer-countdown {
max-width: 240px; }
.deal-countdown .countdown-show3 .countdown-section {
width: calc(33.33% - 16px); }
.deal-countdown .countdown-show4 .countdown-section {
width: calc(25% - 16px); }
.deal-countdown .countdown-section {
position: relative;
font-weight: 400;
font-size: 1rem;
line-height: 1;
padding: .9rem 0 .3rem;
margin-left: .8rem;
margin-right: .8rem;
background-color: #3399ff;
border-radius: .3rem;
border: none;
margin-bottom: 2rem; }
.deal-countdown .countdown-section:not(:last-child):after {
color: #333333;
content: ':';
display: inline-block;
font-weight: 400;
font-size: 20px;
line-height: 1;
position: absolute;
left: 100%;
margin-left: 6px;
margin-top: -1px;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%); }
.deal-countdown .countdown-period {
position: absolute;
left: 0;
right: 0;
text-align: center;
bottom: -2rem;
display: block;
font-weight: 400;
color: #666666;
text-transform: lowercase;
width: 100%;
padding-left: 0;
padding-right: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.deal-countdown .countdown-amount {
display: inline-block;
color: #fff;
font-weight: 500;
font-size: 2.4rem;
line-height: 1;
letter-spacing: -.03em;
margin-bottom: .4rem; }
.new-price {
font-weight: 400;
letter-spacing: -.01em; }
.btn-link {
letter-spacing: -.01em; }
.btn-link i:last-child {
margin-left: .5rem; }
.cta-border {
position: relative;
border: none;
background-color: #666666;
background-size: cover;
font-size: 2rem;
margin-left: 70px;
padding-top: 4.9rem;
padding-bottom: 4.9rem; }
.cta-border .cta-img {
position: absolute;
left: -70px;
top: -5px; }
.cta-border .cta-text {
margin-right: 0; }
.cta-border .cta-text p {
font-size: 2rem;
line-height: 1.3;
letter-spacing: -.01em;
color: #fff; }
.cta-border .cta-text::before {
display: none; }
.cta-border p {
max-width: none; }
.cta-border p strong {
font-weight: 600; }
.cta-border .btn:not(.btn-block) {
min-width: 230px; }
.cta-border .btn {
margin-right: 70px;
margin-left: 70px; }
.cta-border .btn i:last-child {
margin-left: 2.5rem; }
.cta-heading {
margin-bottom: 2.2rem; }
.cta-heading .cta-title {
margin-bottom: .2rem; }
.cta-title {
font-weight: 600;
font-size: 2.4rem;
letter-spacing: -.025em; }
.cta-desc {
font-size: 1.6rem; }
.cta .btn:not(.btn-block) {
min-width: 178px; }
.icon-boxes-container {
padding-top: 2.5rem;
padding-bottom: 2.5rem; }
.icon-box-side .icon-box-title {
font-weight: 600;
margin-bottom: .2rem; }
.icon-box-side p {
font-size: 1.6rem;
letter-spacing: -.01em; }
.icon-box-side .icon-box-icon {
font-size: 4rem; }
.footer {
background-color: #f5f6f9; }
.footer .footer-middle {
border-top: none;
padding: 5rem 0 3.5rem; }
.footer .widget-title {
font-weight: 600; }
.widget-list a {
position: relative; }
.widget-list a:before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: .1rem;
background-color: #3399ff;
transform-origin: right center;
transform: scale(0, 1);
transition: transform .3s ease; }
.widget-list a:hover:before, .widget-list a:focus:before {
transform-origin: left center;
transform: scale(1, 1); }
.widget-about p:last-of-type {
margin-bottom: 1.2rem; }
.widget-call {
position: relative;
font-size: 1.3rem;
padding: 2.1rem 2rem 1.6rem 7rem;
border: .1rem solid #e1e1e1;
border-radius: .3rem;
line-height: 1.25;
max-width: 270px; }
.widget-call i {
display: inline-block;
color: #333333;
font-size: 3rem;
line-height: 1;
position: absolute;
left: 2rem;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%); }
.widget-call a {
display: block;
font-weight: 400;
font-size: 2rem;
color: #3399ff; }
.widget-call a:hover, .widget-call a:focus {
color: #1a8cff;
box-shadow: none; }
.footer-bottom .container {
padding-top: 1.75rem;
padding-bottom: 1.75rem; }
@media screen and (min-width: 576px) {
.intro-slider-container,
.intro-slide {
height: 360px; } }
@media screen and (min-width: 768px) {
.intro-title {
font-size: 4rem; }
.intro-price {
font-size: 4rem; }
.intro-price sup {
font-size: 1.6rem; } }
@media screen and (min-width: 992px) {
.intro-slider-container,
.intro-slide {
height: 400px; }
.intro-price {
font-size: 4.4rem; }
.intro-price sup {
font-size: 1.8rem; }
.intro-title {
font-size: 4.4rem; } }
@media screen and (min-width: 1200px) {
.intro-content .btn {
min-width: 170px; }
.intro-title {
font-size: 5rem; }
.intro-price {
font-size: 5rem;
margin-bottom: 1.7rem; }
.intro-price sup {
top: -1.1em;
font-size: 2rem; }
.owl-theme .owl-nav [class*='owl-'] {
width: 4rem;
height: 4rem;
font-size: 2.2rem;
margin-top: -2rem; }
.btn-more {
min-width: 270px; } }
@media screen and (max-width: 991px) {
.heading {
text-align: center; }
.heading .title {
margin-bottom: 1rem; } }
/*# sourceMappingURL=demo-4.css.map */ | public/theme/assets/css/demos/demo-4.css | @import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
/* font-family: 'Poppins', sans-serif; */
.text-third {
color: #ef837b; }
.bg-light {
background-color: #f4f7ff !important; }
.title-desc {
font-size: 1.6rem;
line-height: 1;
margin-top: .3rem; }
.intro-slider-container,
.intro-slide {
height: 310px;
background-color: #f5f6f9; }
.intro-slide {
display: flex;
align-items: center;
background-size: cover;
background-position: center center; }
.intro-slide .intro-content {
position: static;
left: auto;
top: auto;
transform: translateY(0);
-ms-transform: translateY(0); }
.intro-subtitle {
margin-bottom: .5rem; }
.intro-title {
color: #333;
letter-spacing: -.03em;
font-size: 3.4rem;
margin-bottom: 0; }
.intro-price {
color: #777;
font-weight: 700;
line-height: 1.2;
font-size: 3.4rem;
letter-spacing: -.025em;
margin-top: 1rem;
margin-bottom: 1.2rem; }
.intro-price sup {
top: -.8em;
font-weight: 300;
font-size: 1.4rem;
letter-spacing: -.03em; }
.intro-old-price {
position: relative; }
.intro-old-price:after {
content: '';
display: block;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
left: 0;
background-color: #999; }
.owl-theme .owl-nav [class*='owl-'] {
width: 3.2rem;
height: 3.2rem;
font-size: 2rem;
margin-top: -1.6rem; }
.owl-theme.owl-nav-inside .owl-nav .owl-prev {
left: 50%;
margin-left: -584px; }
.owl-theme.owl-nav-inside .owl-nav .owl-next {
right: 50%;
margin-right: -584px; }
.owl-theme.owl-light .owl-nav [class*='owl-'] {
border-color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.7);
color: #ccc; }
.owl-theme.owl-nav-inside .owl-dots {
bottom: 20px; }
.owl-full .owl-dots {
bottom: -2rem; }
.cat-blocks-container {
padding-top: .5rem; }
.cat-blocks-container [class*="col-"] {
display: flex;
align-items: stretch;
justify-content: center; }
.cat-block {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
margin-bottom: 3rem; }
.cat-block figure {
display: inline-flex;
align-items: center;
position: relative;
flex: 1;
margin: 0; }
.cat-block figure span {
position: relative; }
.cat-block figure span:after {
content: '';
display: block;
position: absolute;
bottom: -.2rem;
left: 45%;
width: 105%;
margin-left: -45%;
height: .3rem;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.3);
transition: all 0.35s ease;
filter: blur(3px);
opacity: .5; }
.cat-block img {
margin-left: auto;
margin-right: auto;
transition: transform 0.35s ease; }
.cat-block:hover img {
transform: translateY(-14px); }
.cat-block:hover figure span:after {
opacity: 1; }
.cat-block-title {
color: #333333;
font-weight: 400;
font-size: 1.4rem;
letter-spacing: -.01em;
margin-top: 2rem;
margin-bottom: 0; }
.banner-content {
left: 30px;
padding-top: 0; }
.banner-subtitle {
font-size: 1.4rem;
letter-spacing: -.01em;
margin-bottom: 1.3rem; }
.banner-title {
color: #999999;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.25;
letter-spacing: -.01em;
margin-bottom: 1.2rem; }
.main .banner-title strong {
font-weight: 600;
color: #333333; }
.banner-link {
display: inline-block;
font-weight: 400;
line-height: 1.3;
padding: .3rem 1rem;
border-radius: 20px;
letter-spacing: -.01em;
margin-left: -1rem;
text-align: center;
min-width: 110px; }
.banner-link i {
margin-left: .7rem; }
.banner-link:hover, .banner-link:focus {
color: #fff;
background-color: #3399ff;
text-decoration: none !important; }
.nav.nav-pills .nav-link {
font-size: 1.4rem; }
.nav.nav-pills .nav-item + .nav-item {
margin-left: .5rem; }
.heading .title {
font-weight: 600;
letter-spacing: -.025em; }
.product.product-2 {
background-color: #fff;
border: .1rem solid #ebebeb;
margin-bottom: 2rem; }
.product.product-2 .product-nav-dots {
margin-bottom: 1.5rem; }
.product-cat {
color: #ccc; }
.product-body {
overflow: hidden; }
.btn-product + .btn-product {
border-left-style: solid; }
.product-action:not(.product-action-dark) {
background-color: #f6f7fa; }
.product-action:not(.product-action-dark) .btn-product + .btn-product {
border-left-color: #d1d1d3; }
.product-action:not(.product-action-dark) .btn-product:not(:hover):not(:focus) {
color: #333; }
.product-action-dark .btn-product:not(:hover):not(:focus) {
color: #fff; }
.new-arrivals .product-price,
.trending-products .product-price {
margin-bottom: 1.2rem;
color: #fcb941; }
.for-you .product.product-2 {
border: none; }
.trending-products .product-body {
padding: 1.6rem .4rem 1.6rem 2rem; }
.ratings-container {
margin-bottom: 1.5rem; }
.old-price {
text-decoration: none; }
.btn-product-icon {
color: #3399ff;
border-color: #3399ff;
background-color: transparent;
border: 0.1rem solid #3399ff; }
.btn-product-icon span {
background-color: #3399ff;
top: -1px;
bottom: -1px; }
.btn-product-icon:hover, .btn-product-icon:focus {
color: #3399ff;
border-color: #3399ff;
background-color: transparent; }
.btn-wishlist:hover:before, .btn-wishlist:focus:before {
content: '\f233'; }
.btn-more {
text-transform: capitalize; }
.deal-col {
display: flex;
align-items: stretch; }
.deal {
width: 100%;
display: flex;
flex-flow: row wrap;
padding: 3.6rem 4rem 4.8rem;
background-color: #f5f6f9;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 2rem;
min-height: 420px; }
.deal > div {
width: 100%; }
.deal .btn {
padding: 0 0 .2rem; }
.deal h4 {
color: #777;
font-weight: 300;
font-size: 1.4rem;
line-height: 1.25;
letter-spacing: 0;
margin-bottom: .5rem;
max-width: 240px; }
.deal h2 {
color: #ef837b;
font-weight: 500;
font-size: 2rem;
line-height: 1.1;
letter-spacing: -.01em;
margin-bottom: .2rem;
max-width: 240px; }
.deal .product-title {
max-width: 240px;
margin-bottom: .7rem; }
.deal .product-price {
font-weight: 300;
font-size: 2rem;
margin-bottom: .4rem; }
.deal-content {
align-self: center;
margin-top: -2rem; }
.deal-bottom {
align-self: flex-end; }
.btn.btn-outline-dark-2 {
border-color: #d7d7d7; }
.deal-countdown {
margin-bottom: 0;
margin-left: -.8rem;
max-width: 180px; }
.deal-countdown.offer-countdown {
max-width: 240px; }
.deal-countdown .countdown-show3 .countdown-section {
width: calc(33.33% - 16px); }
.deal-countdown .countdown-show4 .countdown-section {
width: calc(25% - 16px); }
.deal-countdown .countdown-section {
position: relative;
font-weight: 400;
font-size: 1rem;
line-height: 1;
padding: .9rem 0 .3rem;
margin-left: .8rem;
margin-right: .8rem;
background-color: #3399ff;
border-radius: .3rem;
border: none;
margin-bottom: 2rem; }
.deal-countdown .countdown-section:not(:last-child):after {
color: #333333;
content: ':';
display: inline-block;
font-weight: 400;
font-size: 20px;
line-height: 1;
position: absolute;
left: 100%;
margin-left: 6px;
margin-top: -1px;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%); }
.deal-countdown .countdown-period {
position: absolute;
left: 0;
right: 0;
text-align: center;
bottom: -2rem;
display: block;
font-weight: 400;
color: #666666;
text-transform: lowercase;
width: 100%;
padding-left: 0;
padding-right: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.deal-countdown .countdown-amount {
display: inline-block;
color: #fff;
font-weight: 500;
font-size: 2.4rem;
line-height: 1;
letter-spacing: -.03em;
margin-bottom: .4rem; }
.new-price {
font-weight: 400;
letter-spacing: -.01em; }
.btn-link {
letter-spacing: -.01em; }
.btn-link i:last-child {
margin-left: .5rem; }
.cta-border {
position: relative;
border: none;
background-color: #666666;
background-size: cover;
font-size: 2rem;
margin-left: 70px;
padding-top: 4.9rem;
padding-bottom: 4.9rem; }
.cta-border .cta-img {
position: absolute;
left: -70px;
top: -5px; }
.cta-border .cta-text {
margin-right: 0; }
.cta-border .cta-text p {
font-size: 2rem;
line-height: 1.3;
letter-spacing: -.01em;
color: #fff; }
.cta-border .cta-text::before {
display: none; }
.cta-border p {
max-width: none; }
.cta-border p strong {
font-weight: 600; }
.cta-border .btn:not(.btn-block) {
min-width: 230px; }
.cta-border .btn {
margin-right: 70px;
margin-left: 70px; }
.cta-border .btn i:last-child {
margin-left: 2.5rem; }
.cta-heading {
margin-bottom: 2.2rem; }
.cta-heading .cta-title {
margin-bottom: .2rem; }
.cta-title {
font-weight: 600;
font-size: 2.4rem;
letter-spacing: -.025em; }
.cta-desc {
font-size: 1.6rem; }
.cta .btn:not(.btn-block) {
min-width: 178px; }
.icon-boxes-container {
padding-top: 2.5rem;
padding-bottom: 2.5rem; }
.icon-box-side .icon-box-title {
font-weight: 600;
margin-bottom: .2rem; }
.icon-box-side p {
font-size: 1.6rem;
letter-spacing: -.01em; }
.icon-box-side .icon-box-icon {
font-size: 4rem; }
.footer {
background-color: #f5f6f9; }
.footer .footer-middle {
border-top: none;
padding: 5rem 0 3.5rem; }
.footer .widget-title {
font-weight: 600; }
.widget-list a {
position: relative; }
.widget-list a:before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: .1rem;
background-color: #3399ff;
transform-origin: right center;
transform: scale(0, 1);
transition: transform .3s ease; }
.widget-list a:hover:before, .widget-list a:focus:before {
transform-origin: left center;
transform: scale(1, 1); }
.widget-about p:last-of-type {
margin-bottom: 1.2rem; }
.widget-call {
position: relative;
font-size: 1.3rem;
padding: 2.1rem 2rem 1.6rem 7rem;
border: .1rem solid #e1e1e1;
border-radius: .3rem;
line-height: 1.25;
max-width: 270px; }
.widget-call i {
display: inline-block;
color: #333333;
font-size: 3rem;
line-height: 1;
position: absolute;
left: 2rem;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%); }
.widget-call a {
display: block;
font-weight: 400;
font-size: 2rem;
color: #3399ff; }
.widget-call a:hover, .widget-call a:focus {
color: #1a8cff;
box-shadow: none; }
.footer-bottom .container {
padding-top: 1.75rem;
padding-bottom: 1.75rem; }
@media screen and (min-width: 576px) {
.intro-slider-container,
.intro-slide {
height: 360px; } }
@media screen and (min-width: 768px) {
.intro-title {
font-size: 4rem; }
.intro-price {
font-size: 4rem; }
.intro-price sup {
font-size: 1.6rem; } }
@media screen and (min-width: 992px) {
.intro-slider-container,
.intro-slide {
height: 400px; }
.intro-price {
font-size: 4.4rem; }
.intro-price sup {
font-size: 1.8rem; }
.intro-title {
font-size: 4.4rem; } }
@media screen and (min-width: 1200px) {
.intro-content .btn {
min-width: 170px; }
.intro-title {
font-size: 5rem; }
.intro-price {
font-size: 5rem;
margin-bottom: 1.7rem; }
.intro-price sup {
top: -1.1em;
font-size: 2rem; }
.owl-theme .owl-nav [class*='owl-'] {
width: 4rem;
height: 4rem;
font-size: 2.2rem;
margin-top: -2rem; }
.btn-more {
min-width: 270px; } }
@media screen and (max-width: 991px) {
.heading {
text-align: center; }
.heading .title {
margin-bottom: 1rem; } }
/*# sourceMappingURL=demo-4.css.map */ | 0.467332 | 0.071689 |
/* month full */
.month_green_main
{
border: 1px solid #aaa;
}
.month_green_cell
{
background-color: white;
}
.month_green_cell_inner
{
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
.month_green_cell_header
{
text-align: right;
padding-right: 2px;
}
.month_green_header_inner
{
text-align: center;
vertical-align: middle;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
cursor: default;
color: #ffffff;
background: #666;
background: -moz-linear-gradient(
top,
#777 0%,
#666);
background: -webkit-gradient(
linear, left top, left bottom,
from(#777),
to(#666));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#777777", endColorStr="#666666");
text-shadow:
0px -1px 1px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,0.3);
}
.month_green_message
{
padding: 10px;
opacity: 0.9;
filter: alpha(opacity=90);
color: #ffffff;
background: #000;
background: -moz-linear-gradient(
top,
#999 0%,
#666);
background: -webkit-gradient(
linear, left top, left bottom,
from(#999),
to(#666));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#999999", endColorStr="#666666");
text-shadow:
0px -1px 1px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,0.3);
}
.month_green_event_inner
{
position: absolute;
top: 0px;
bottom: 2px;
left: 0px;
right: 0px;
overflow:hidden;
padding: 2px;
padding-left: 5px;
font-size: 12px;
color: #ffffff;
background: #a2c200;
background: -moz-linear-gradient(
top,
#a2c200 0%,
#8aaa00);
background: -webkit-gradient(
linear, left top, left bottom,
from(#a2c200),
to(#8aaa00));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#a2c200", endColorStr="#8aaa00");
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #7cb316;
-moz-box-shadow:
0px 2px 3px rgba(000,000,000,0.3),
inset 0px 0px 2px rgba(255,255,255,0.8);
-webkit-box-shadow:
0px 2px 3px rgba(000,000,000,0.3),
inset 0px 0px 2px rgba(255,255,255,0.8);
box-shadow:
0px 2px 3px rgba(000,000,000,0.3),
inset 0px 0px 2px rgba(255,255,255,0.8);
text-shadow:
0px -1px 0px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,1);
}
.month_green_event_hover .month_green_event_inner
{
background: #a8dc18;
background: -moz-linear-gradient(
top,
#a8dc18 0%,
#8fc300);
background: -webkit-gradient(
linear, left top, left bottom,
from(#a8dc18),
to(#8fc300));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#a8dc18", endColorStr="#8fc300");
}
.month_green_shadow_inner
{
background-color: #666666;
opacity: 0.5;
filter: alpha(opacity=50);
height: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.month_green_event_delete {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAI5JREFUKFNtkLERgCAMRbmzdK8s4gAUlhYOYEHJEJYOYOEwDmGBPxC4kOPfvePy84MGR0RJ2N1A8H3N6DATwSQ57m2ql8NBG+AEM7D+UW+wjdfUPgerYNgB5gOLRHqhcasg84C2QxPMtrUhSqQIhg7ypy9VM2EUZPI/4rQ7rGxqo9sadTegw+UdjeDLAKUfhbaQUVPIfJYAAAAASUVORK5CYII=) center center no-repeat;
opacity: 0.6;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
cursor: pointer;
}
.month_green_event_delete:hover {
opacity: 1;
-ms-filter: none;
}
.month_green_event_timeleft { color: #ccc; font-size: 8pt; }
.month_green_event_timeright { color: #ccc; font-size: 8pt; text-align: right; } | public/stylesheets/themes/month_green.css | /* month full */
.month_green_main
{
border: 1px solid #aaa;
}
.month_green_cell
{
background-color: white;
}
.month_green_cell_inner
{
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
.month_green_cell_header
{
text-align: right;
padding-right: 2px;
}
.month_green_header_inner
{
text-align: center;
vertical-align: middle;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
cursor: default;
color: #ffffff;
background: #666;
background: -moz-linear-gradient(
top,
#777 0%,
#666);
background: -webkit-gradient(
linear, left top, left bottom,
from(#777),
to(#666));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#777777", endColorStr="#666666");
text-shadow:
0px -1px 1px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,0.3);
}
.month_green_message
{
padding: 10px;
opacity: 0.9;
filter: alpha(opacity=90);
color: #ffffff;
background: #000;
background: -moz-linear-gradient(
top,
#999 0%,
#666);
background: -webkit-gradient(
linear, left top, left bottom,
from(#999),
to(#666));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#999999", endColorStr="#666666");
text-shadow:
0px -1px 1px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,0.3);
}
.month_green_event_inner
{
position: absolute;
top: 0px;
bottom: 2px;
left: 0px;
right: 0px;
overflow:hidden;
padding: 2px;
padding-left: 5px;
font-size: 12px;
color: #ffffff;
background: #a2c200;
background: -moz-linear-gradient(
top,
#a2c200 0%,
#8aaa00);
background: -webkit-gradient(
linear, left top, left bottom,
from(#a2c200),
to(#8aaa00));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#a2c200", endColorStr="#8aaa00");
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #7cb316;
-moz-box-shadow:
0px 2px 3px rgba(000,000,000,0.3),
inset 0px 0px 2px rgba(255,255,255,0.8);
-webkit-box-shadow:
0px 2px 3px rgba(000,000,000,0.3),
inset 0px 0px 2px rgba(255,255,255,0.8);
box-shadow:
0px 2px 3px rgba(000,000,000,0.3),
inset 0px 0px 2px rgba(255,255,255,0.8);
text-shadow:
0px -1px 0px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,1);
}
.month_green_event_hover .month_green_event_inner
{
background: #a8dc18;
background: -moz-linear-gradient(
top,
#a8dc18 0%,
#8fc300);
background: -webkit-gradient(
linear, left top, left bottom,
from(#a8dc18),
to(#8fc300));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#a8dc18", endColorStr="#8fc300");
}
.month_green_shadow_inner
{
background-color: #666666;
opacity: 0.5;
filter: alpha(opacity=50);
height: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.month_green_event_delete {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAI5JREFUKFNtkLERgCAMRbmzdK8s4gAUlhYOYEHJEJYOYOEwDmGBPxC4kOPfvePy84MGR0RJ2N1A8H3N6DATwSQ57m2ql8NBG+AEM7D+UW+wjdfUPgerYNgB5gOLRHqhcasg84C2QxPMtrUhSqQIhg7ypy9VM2EUZPI/4rQ7rGxqo9sadTegw+UdjeDLAKUfhbaQUVPIfJYAAAAASUVORK5CYII=) center center no-repeat;
opacity: 0.6;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
cursor: pointer;
}
.month_green_event_delete:hover {
opacity: 1;
-ms-filter: none;
}
.month_green_event_timeleft { color: #ccc; font-size: 8pt; }
.month_green_event_timeright { color: #ccc; font-size: 8pt; text-align: right; } | 0.204978 | 0.070784 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://cdn.phcnetworks.net/frameworks/css/bootstrap/version-4.3.1/css/bootstrap.css");
@import url("https://cdn.phcnetworks.net/icons/fonts/fontawesome-pro/version-5.7.2/css/all.css");
@import url("https://cdn.phcnetworks.net/css/animations/animate-css/version-3.7.0/animate.css");
@import url("https://frmwrks.phcnetworks.net/coloradmin/version-4.3.0/admin/template/assets/css/default/style.css");
@import url("https://frmwrks.phcnetworks.net/coloradmin/version-4.3.0/admin/template/assets/css/default/style-responsive.css");
/* line 2, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_light {
font-family: Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 28px;
color: #FFFFFF;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 10, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_light a:link, .phc_logo_light a:visited, .phc_logo_light a:hover, .phc_logo_light a:active {
color: #FFFFFF;
}
/* line 14, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_dark {
font-family: Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 28px;
color: #111111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 22, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_dark a:link, .phc_logo_dark a:visited, .phc_logo_dark a:hover, .phc_logo_dark a:active {
color: #111111;
}
/* line 26, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_blue {
font-family: Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 28px;
color: #111111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 34, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_blue a:link, .phc_logo_blue a:visited, .phc_logo_blue a:hover, .phc_logo_blue a:active {
color: #111111;
}
/* line 39, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.hanna_hearts {
color: #E23636;
animation: pulse 1s ease infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.3);
}
100% {
transform: scale(1);
}
}
/* line 50, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
h1.phc_headings_one_fix {
font-size: 36px;
margin: 0px 0px 0px 0px;
}
/* line 2, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_hanna_hearts.scss */
.hanna_hearts {
color: #E23636;
animation: pulse 1s ease infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.3);
}
100% {
transform: scale(1);
}
}
@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 {
/* line 14, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
from {
background-position: 0 0;
}
/* line 15, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
to {
background-position: -10000px 5000px;
}
}
@keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-webkit-keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-moz-keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-ms-keyframes move-clouds-back {
/* line 31, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
from {
background-position: 0;
}
/* line 32, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
to {
background-position: 10000px 0;
}
}
/* line 35, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_stars {
background: #000 url(https://static.phcnetworks.net/images/phcnetworksnet/components/phc_space_one/images/stars.png) repeat top center;
z-index: 0;
}
/* line 40, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_twinkling {
background: transparent url(https://static.phcnetworks.net/images/phcnetworksnet/components/phc_space_one/images/twinkling.png) repeat top center;
z-index: 1;
-moz-animation: move-twink-back 200s linear infinite;
-ms-animation: move-twink-back 200s linear infinite;
-o-animation: move-twink-back 200s linear infinite;
-webkit-animation: move-twink-back 200s linear infinite;
animation: move-twink-back 200s linear infinite;
}
/* line 50, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_stars, .phc_space_one_twinkling, .phc_space_one_clouds {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
display: block;
}
/* line 61, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_clouds {
background: transparent url(https://static.phcnetworks.net/images/phcnetworksnet/components/phc_space_one/images/clouds.png) repeat top center;
z-index: 3;
-moz-animation: move-clouds-back 200s linear infinite;
-ms-animation: move-clouds-back 200s linear infinite;
-o-animation: move-clouds-back 200s linear infinite;
-webkit-animation: move-clouds-back 200s linear infinite;
animation: move-clouds-back 200s linear infinite;
}
/* line 2, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/custom/_links.scss */
a.phcnet_copyright:link {
color: #707478;
}
/* line 5, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/custom/_links.scss */
a.phcnet_copyright:visited {
color: #707478;
}
/* line 8, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/custom/_links.scss */
a.phcnet_copyright:hover {
color: #707478;
}
/* line 4, ../../app/assets/stylesheets/phcmembers/application.scss */
div:empty {
display: none;
} | spec/test_app/public/assets/phcmembers/application-854afb334685812ab6ec8af883c2f78f936566d2a2fe75ae95c4d42e4db73200.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://cdn.phcnetworks.net/frameworks/css/bootstrap/version-4.3.1/css/bootstrap.css");
@import url("https://cdn.phcnetworks.net/icons/fonts/fontawesome-pro/version-5.7.2/css/all.css");
@import url("https://cdn.phcnetworks.net/css/animations/animate-css/version-3.7.0/animate.css");
@import url("https://frmwrks.phcnetworks.net/coloradmin/version-4.3.0/admin/template/assets/css/default/style.css");
@import url("https://frmwrks.phcnetworks.net/coloradmin/version-4.3.0/admin/template/assets/css/default/style-responsive.css");
/* line 2, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_light {
font-family: Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 28px;
color: #FFFFFF;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 10, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_light a:link, .phc_logo_light a:visited, .phc_logo_light a:hover, .phc_logo_light a:active {
color: #FFFFFF;
}
/* line 14, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_dark {
font-family: Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 28px;
color: #111111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 22, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_dark a:link, .phc_logo_dark a:visited, .phc_logo_dark a:hover, .phc_logo_dark a:active {
color: #111111;
}
/* line 26, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_blue {
font-family: Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 28px;
color: #111111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 34, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.phc_logo_blue a:link, .phc_logo_blue a:visited, .phc_logo_blue a:hover, .phc_logo_blue a:active {
color: #111111;
}
/* line 39, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
.hanna_hearts {
color: #E23636;
animation: pulse 1s ease infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.3);
}
100% {
transform: scale(1);
}
}
/* line 50, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_fonts.scss */
h1.phc_headings_one_fix {
font-size: 36px;
margin: 0px 0px 0px 0px;
}
/* line 2, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_hanna_hearts.scss */
.hanna_hearts {
color: #E23636;
animation: pulse 1s ease infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.3);
}
100% {
transform: scale(1);
}
}
@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 {
/* line 14, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
from {
background-position: 0 0;
}
/* line 15, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
to {
background-position: -10000px 5000px;
}
}
@keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-webkit-keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-moz-keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
@-ms-keyframes move-clouds-back {
/* line 31, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
from {
background-position: 0;
}
/* line 32, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
to {
background-position: 10000px 0;
}
}
/* line 35, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_stars {
background: #000 url(https://static.phcnetworks.net/images/phcnetworksnet/components/phc_space_one/images/stars.png) repeat top center;
z-index: 0;
}
/* line 40, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_twinkling {
background: transparent url(https://static.phcnetworks.net/images/phcnetworksnet/components/phc_space_one/images/twinkling.png) repeat top center;
z-index: 1;
-moz-animation: move-twink-back 200s linear infinite;
-ms-animation: move-twink-back 200s linear infinite;
-o-animation: move-twink-back 200s linear infinite;
-webkit-animation: move-twink-back 200s linear infinite;
animation: move-twink-back 200s linear infinite;
}
/* line 50, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_stars, .phc_space_one_twinkling, .phc_space_one_clouds {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
display: block;
}
/* line 61, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/phcnet/_phc_space_one.scss */
.phc_space_one_clouds {
background: transparent url(https://static.phcnetworks.net/images/phcnetworksnet/components/phc_space_one/images/clouds.png) repeat top center;
z-index: 3;
-moz-animation: move-clouds-back 200s linear infinite;
-ms-animation: move-clouds-back 200s linear infinite;
-o-animation: move-clouds-back 200s linear infinite;
-webkit-animation: move-clouds-back 200s linear infinite;
animation: move-clouds-back 200s linear infinite;
}
/* line 2, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/custom/_links.scss */
a.phcnet_copyright:link {
color: #707478;
}
/* line 5, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/custom/_links.scss */
a.phcnet_copyright:visited {
color: #707478;
}
/* line 8, ../../../../.rvm/gems/ruby-2.6.0/gems/phcadmin4-26.0.0/app/assets/stylesheets/custom/_links.scss */
a.phcnet_copyright:hover {
color: #707478;
}
/* line 4, ../../app/assets/stylesheets/phcmembers/application.scss */
div:empty {
display: none;
} | 0.248352 | 0.046703 |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,800);
/* HOME */
body {
font-family: Raleway;
text-align: center;
background-color: #1f1f21;
color: rgba(255, 255, 255, 0.767);
}
h1 {
font-size: 2em;
}
nav {
text-align: center;
}
nav > input, .menu {
font-size: 1.2em;
color: rgba(255, 255, 255, 0.651);
margin-left: 80px;
margin-right: 80px;
background-color: transparent;
border: 0px;
}
nav > input:hover, .menu {
background-color: transparent;
color: white;
transition-duration: 0.7s;
text-decoration: underline;
}
section {
text-align: center;
height: 480px;
background-image: url(../imagens/background/background.jpg);
background-position: center;
}
div {
margin: auto;
height: 100px;
background-color: transparent;
}
div > input {
border-radius: 6px;
padding: 5px 8px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.8em;
color: rgba(255, 255, 255, 0.89);
background-color: transparent;
border: 0px;
}
div > input:hover{
background-color: white;
color: black;
transition-duration: 0.7s;
}
#op2 {
margin-top: 130px;
}
#op3 {
margin-top: 35px;
}
#bt1 {
margin-top: 70px;
margin-left: 480px;
}
#bt2 {
margin-left: 550px;
}
#bt3 {
margin-left: 425px;
}
#bt4 {
white-space: normal;
word-wrap: break-word;
width: 115px;
margin-left: 30px;
}
footer {
height: 30px;
background-color: rgba(0, 0, 0, 0.747);
line-height: 30px;
color: rgba(255, 255, 255, 0.651);
font-size: 0.8em;
border-radius: 4px;
}
/* SOBRE */
iframe {
width: 820px;
border-radius: 4px;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.411);
}
.bt_hyperlink_black {
text-decoration: none;
color: rgba(255, 255, 255, 0.89);
border: 0px;
background-color: transparent;
font-weight: bold;
}
.bt_hyperlink_black:hover{
text-decoration: underline;
}
section > p {
display: block;
padding: 8px 0px 15px 0px;
margin: auto;
width: 820px;
background-color: #1f1f21;
}
/* FALE CONOSCO */
article {
width: 800px;
background-color: white;
margin: auto;
border-radius: 4px;
box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.377);
padding: 10px 40px;
color: black;
}
article > h2 {
color: black;
}
article > p {
color: black;
font-weight: 600;
}
textarea {
resize: none;
padding: 10px;
font-size: 1.2em;
}
form > input {
display: block;
margin: auto;
margin-top: 15px;
border: 0px;
border-radius: 4px;
background-color: rgb(27, 27, 245);
padding: 8px;
color: white;
}
form > input:hover {
background-color: rgb(1, 1, 160);
}
aside {
text-align: left;
margin-left: 80px;
}
.univgx {
color: blue;
text-decoration: none;
font-weight: bold;
}
.univgx:hover {
text-decoration: underline;
}
.bt_hyperlink {
border: 0px;
background-color: white;
color: blue;
font-size: 1em;
font-weight: bold;
}
.bt_hyperlink:hover {
text-decoration: underline;
}
p > a {
color: white;
text-decoration: none;
font-weight: bold;
}
p > a:hover {
text-decoration: underline;
}
/* EXERCÍCIOS */
.exercicio {
text-align: justify;
width: 620px;
margin: auto;
margin-top: 15px;
margin-bottom: 7px;
}
.img-exercicio {
width: 600px;
height: 346px;
border-radius: 4px;
}
#bt-exercicio {
margin-top: 15px;
color: white;
background-color: rgb(7, 170, 7);
padding: 6px;
border: 0px;
font-size: 1.2em;
border-radius: 4px;
}
#bt-exercicio:hover {
background-color: green;
}
.resultado {
text-align: left;
text-indent: 2em;
} | Projeto/estilos/style.css | @import url(https://fonts.googleapis.com/css?family=Raleway:400,600,800);
/* HOME */
body {
font-family: Raleway;
text-align: center;
background-color: #1f1f21;
color: rgba(255, 255, 255, 0.767);
}
h1 {
font-size: 2em;
}
nav {
text-align: center;
}
nav > input, .menu {
font-size: 1.2em;
color: rgba(255, 255, 255, 0.651);
margin-left: 80px;
margin-right: 80px;
background-color: transparent;
border: 0px;
}
nav > input:hover, .menu {
background-color: transparent;
color: white;
transition-duration: 0.7s;
text-decoration: underline;
}
section {
text-align: center;
height: 480px;
background-image: url(../imagens/background/background.jpg);
background-position: center;
}
div {
margin: auto;
height: 100px;
background-color: transparent;
}
div > input {
border-radius: 6px;
padding: 5px 8px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.8em;
color: rgba(255, 255, 255, 0.89);
background-color: transparent;
border: 0px;
}
div > input:hover{
background-color: white;
color: black;
transition-duration: 0.7s;
}
#op2 {
margin-top: 130px;
}
#op3 {
margin-top: 35px;
}
#bt1 {
margin-top: 70px;
margin-left: 480px;
}
#bt2 {
margin-left: 550px;
}
#bt3 {
margin-left: 425px;
}
#bt4 {
white-space: normal;
word-wrap: break-word;
width: 115px;
margin-left: 30px;
}
footer {
height: 30px;
background-color: rgba(0, 0, 0, 0.747);
line-height: 30px;
color: rgba(255, 255, 255, 0.651);
font-size: 0.8em;
border-radius: 4px;
}
/* SOBRE */
iframe {
width: 820px;
border-radius: 4px;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.411);
}
.bt_hyperlink_black {
text-decoration: none;
color: rgba(255, 255, 255, 0.89);
border: 0px;
background-color: transparent;
font-weight: bold;
}
.bt_hyperlink_black:hover{
text-decoration: underline;
}
section > p {
display: block;
padding: 8px 0px 15px 0px;
margin: auto;
width: 820px;
background-color: #1f1f21;
}
/* FALE CONOSCO */
article {
width: 800px;
background-color: white;
margin: auto;
border-radius: 4px;
box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.377);
padding: 10px 40px;
color: black;
}
article > h2 {
color: black;
}
article > p {
color: black;
font-weight: 600;
}
textarea {
resize: none;
padding: 10px;
font-size: 1.2em;
}
form > input {
display: block;
margin: auto;
margin-top: 15px;
border: 0px;
border-radius: 4px;
background-color: rgb(27, 27, 245);
padding: 8px;
color: white;
}
form > input:hover {
background-color: rgb(1, 1, 160);
}
aside {
text-align: left;
margin-left: 80px;
}
.univgx {
color: blue;
text-decoration: none;
font-weight: bold;
}
.univgx:hover {
text-decoration: underline;
}
.bt_hyperlink {
border: 0px;
background-color: white;
color: blue;
font-size: 1em;
font-weight: bold;
}
.bt_hyperlink:hover {
text-decoration: underline;
}
p > a {
color: white;
text-decoration: none;
font-weight: bold;
}
p > a:hover {
text-decoration: underline;
}
/* EXERCÍCIOS */
.exercicio {
text-align: justify;
width: 620px;
margin: auto;
margin-top: 15px;
margin-bottom: 7px;
}
.img-exercicio {
width: 600px;
height: 346px;
border-radius: 4px;
}
#bt-exercicio {
margin-top: 15px;
color: white;
background-color: rgb(7, 170, 7);
padding: 6px;
border: 0px;
font-size: 1.2em;
border-radius: 4px;
}
#bt-exercicio:hover {
background-color: green;
}
.resultado {
text-align: left;
text-indent: 2em;
} | 0.386069 | 0.092811 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* design-page-maker */
body {
width: 100%;
max-width: 1200px;
margin: 0 auto;
background: #f5f5f5;
font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
img {
max-width: 100%;
}
.contentsCover {
width: 100%;
margin: 0 auto;
}
a {
color: #666;
opacity: 1;
-webkit-transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s;
transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s
}
a:hover {
opacity: .6;
-webkit-transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s;
transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s
}
.header {
padding: 60px 0 40px 0;
}
.header h1 {
padding-bottom: 30px;
text-align: center;
font-size: 24px;
}
.header .guidance {
font-size: 12px;
text-align: center;
color: #fd3aa2;
}
.header #qrcode {
position: fixed;
top: 0;
right: 0;
z-index: 1;
background: #fff;
font-size: 10px;
padding: 4px;
}
h2 {
margin-bottom: 15px;
padding-bottom: 19px;
border-bottom: 1px solid #666666;
line-height: 1em;
font-size: 17px;
font-weight: bold;
}
.date {
position: relative;
font-size: 12px;
text-align: right;
}
ul.contents__list {
margin-bottom: 10%;
letter-spacing: -0.4em;
text-align: left;
}
ul.contents__list > li {
width: 30%;
display: inline-block;
letter-spacing: normal;
vertical-align: top;
}
ul.contents__list > li+li {
margin-left: 4.5%;
}
.caption {
padding: 0 0 8px 0;
font-size: 14px;
line-height:1.6em;
text-align:left;
}
.caption.is-no-tabel {
min-height: auto;
}
.caption table {
}
.caption table tr {
margin-top: 5px;
display: block;
}
.caption table .table__item-left {
width: 70px;
font-weight: bold;
}
.caption table tr ul li {
padding-left: 1em;
text-indent: -1em;
}
.thumb {
max-height: 800px;
margin: 20px auto 0;
height: auto;
overflow: hidden;
}
@media screen and (max-width: 1200px) {
.contentsCover {
width: 98%;
}
img {
width: 100%;
}
ul.contents__list > li {
float: none;
margin-left: 0;
}
.thumb {
height: 600px;
overflow: hidden;
}
}
@media screen and (max-width: 767px) {
.header #qrcode {
display: none;
}
.contentsCover {
width: 90%;
}
img {
width: 100%;
}
ul.contents__list {
margin-bottom: 5%;
}
ul.contents__list > li {
display: block;
width: 96%;
margin-left: 0;
padding: 2%;
}
ul.contents__list > li + li {
display: block;
width: 96%;
margin: 5% 0 0 0;
padding: 2%;
}
ul.contents__list > li.has-image {
border: 1px solid #666;
}
.caption {
min-height: 0;
font-size: 14px;
line-height:1.6em;
text-align:left;
}
.thumb {
height: 300px;
overflow: hidden;
}
} | design/design-page-maker.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* design-page-maker */
body {
width: 100%;
max-width: 1200px;
margin: 0 auto;
background: #f5f5f5;
font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
img {
max-width: 100%;
}
.contentsCover {
width: 100%;
margin: 0 auto;
}
a {
color: #666;
opacity: 1;
-webkit-transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s;
transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s
}
a:hover {
opacity: .6;
-webkit-transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s;
transition: opacity .4s cubic-bezier(.165,.84,.44,1) 0s
}
.header {
padding: 60px 0 40px 0;
}
.header h1 {
padding-bottom: 30px;
text-align: center;
font-size: 24px;
}
.header .guidance {
font-size: 12px;
text-align: center;
color: #fd3aa2;
}
.header #qrcode {
position: fixed;
top: 0;
right: 0;
z-index: 1;
background: #fff;
font-size: 10px;
padding: 4px;
}
h2 {
margin-bottom: 15px;
padding-bottom: 19px;
border-bottom: 1px solid #666666;
line-height: 1em;
font-size: 17px;
font-weight: bold;
}
.date {
position: relative;
font-size: 12px;
text-align: right;
}
ul.contents__list {
margin-bottom: 10%;
letter-spacing: -0.4em;
text-align: left;
}
ul.contents__list > li {
width: 30%;
display: inline-block;
letter-spacing: normal;
vertical-align: top;
}
ul.contents__list > li+li {
margin-left: 4.5%;
}
.caption {
padding: 0 0 8px 0;
font-size: 14px;
line-height:1.6em;
text-align:left;
}
.caption.is-no-tabel {
min-height: auto;
}
.caption table {
}
.caption table tr {
margin-top: 5px;
display: block;
}
.caption table .table__item-left {
width: 70px;
font-weight: bold;
}
.caption table tr ul li {
padding-left: 1em;
text-indent: -1em;
}
.thumb {
max-height: 800px;
margin: 20px auto 0;
height: auto;
overflow: hidden;
}
@media screen and (max-width: 1200px) {
.contentsCover {
width: 98%;
}
img {
width: 100%;
}
ul.contents__list > li {
float: none;
margin-left: 0;
}
.thumb {
height: 600px;
overflow: hidden;
}
}
@media screen and (max-width: 767px) {
.header #qrcode {
display: none;
}
.contentsCover {
width: 90%;
}
img {
width: 100%;
}
ul.contents__list {
margin-bottom: 5%;
}
ul.contents__list > li {
display: block;
width: 96%;
margin-left: 0;
padding: 2%;
}
ul.contents__list > li + li {
display: block;
width: 96%;
margin: 5% 0 0 0;
padding: 2%;
}
ul.contents__list > li.has-image {
border: 1px solid #666;
}
.caption {
min-height: 0;
font-size: 14px;
line-height:1.6em;
text-align:left;
}
.thumb {
height: 300px;
overflow: hidden;
}
} | 0.374562 | 0.090655 |
@namespace html url(http://www.w3.org/1999/xhtml);
/*Userstyles.org Dark Shiny Blue
Contact: <EMAIL>
*/
@-moz-document domain(tinypic.com){
body { background: url("http://i64.photobucket.com/albums/h180/ragingshinigami/tech3.jpg") #222222 fixed repeat left top !important; color:#ffffff !important; font-family:arial, verdana !important;}
p, .pagination, #other-links, #style-list a[class=" "], #style-show, #breadcrumbs, #page-description, #sidebar li{ text-shadow: #000000 1px 1px 3px;}
button, input, textarea{-moz-appearance:none!important; color:#99AAFF;}
.DiscussionTopic a, .CategoryName a {color: #99ccff !important;}
textarea,input, .obsolete{color:#666666 !important;}
code, #Header li a {color: #ffffff!important;}
*{text-decoration: none !important;color: #bbbbbb !important;border-color: #000000 !important;}
table{ background: none !important;}
tbody, fieldset, .current-page, #description, h2{background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gjI/AAAAAAAAADI/KGg9nz8KuPI/GlassShiny.png") fixed repeat left center !important; text-decoration: none !important;}
.postmetadata {color: #99ffcc !important;}
td{color: #6699FF !important;border-color: #000000 !important;}
a, input {background: none !important; color: #6699FF !important; text-decoration: none !important; }
a:hover, #Header li a:hover{background: none !important; color: #FF6666 !important; text-decoration: none !important; }
button, #search-submit, #category-search-submit, input[value="Save"], input[type="submit"], input[type="button"] {
background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98glI/AAAAAAAAADY/yDshTcUrO2M/gmail_button_normal.png") no-repeat !important;
background-color: transparent !important;
border: none !important;
color: #AACCFF !important;
font-weight: normal !important;
height: 30px !important;
margin: 0px 0px 10px 0px !important;
padding: 0px 0px 0px 0px !important;
width: 100px !important;
font-size: 12px !important;
}
button:hover, #search-submit:hover, #category-search-submit:hover, input[value="Save"]:hover, input[type="submit"]:hover, input[type="button"]:hover{background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gkI/AAAAAAAAADQ/pjAbo3b1RZs/gmail_button_alt.png") no-repeat !important; color: #ff6666 !important;}
#category-search-submit {font-size:8px !important; }
#stylish-update button {font-size:9px !important;}
#frmPostDiscussion, #frmAccountPersonal, #view-code, #main-text, #logo, #sidebar, h1, h3, .review-container, #style-meta, #navigation li, #navigation, #style-list, legend, #page, #install{background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gmI/AAAAAAAAADg/omOHyQ--TtE/20pct%20Black.png") transparent !important;}
h1, h2 a, h1 a, .popular{color:#99ccff !important;text-shadow: #ffffff 0px -0px 1px;}
#header-bar, a[title="Current Projects"]:hover, a[title="Hire Me"]:hover, #pagestripe, #pageblock, #sidebar .cat-item:hover, #sidebar li li:hover, #Header, .TabOn, .CommentHeader, #Categories ul:hover, .Discussion ul:hover {background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gjI/AAAAAAAAADI/KGg9nz8KuPI/GlassShiny.png") fixed repeat left center !important; }
#logo {padding: 5px 25px 5px 25px !important;margin: 4px 0px 0px 10px !important;text-shadow: #ffffff 0px -0px 1px;}
#logo a:hover{text-shadow: #ffaaaa 0px -0px 1px;}
#main-text {margin: 35px 370px 0px 20px !important; padding: 10px 10px 10px 10px !important;}
#navigation {padding: 3px 3px 3px 3px !important; margin: -12px 0px 0px 0px !important;}
blockquote *, #long-description {font-size:12px;}
#logo a, #account-link a, .good-rank{color: #99ccff !important;}
#logo a:hover, #account-link a:hover {color: #ff6666 !important;}
#sidebar li a{color: #99ccff !important; font-size: 12px;}
#sidebar li a:hover {color: #ff6666 !important;}
#navigation li a {font-size: 12px; border:none !important; }
#stylish-install button {font-size: 9px !important;}
#userjs-install {font-size: 9px !important;}
legend {color: #99ccff !important;}
.unranked {color:#aaaaaa !important;}
.Button[value="Add your comments"] {font-size: 0.75em !important;}
.pagination, #other-links, #content, #header, pre, .entry, a[title="Current Projects"], a[title="Hire Me"], .alt, .navigation, #miscellaneous, #Header li:not(.TabOn), #Panel, #AboutVanilla, #Discussions, .Unread, .Unread ul, #ContentBody, .CommentBody, #frmPostComment, .ContentInfo, #AccountProfile, #SearchSimple, .Category, #Categories ul, code, ul, #long-description, blockquote {background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gmI/AAAAAAAAADg/omOHyQ--TtE/20pct%20Black.png") transparent !important;}
fieldset table *, .Read ul, .Read, .CommentHeader ul, #header ul {background: transparent !important;}
#username, #password, input, select, input[name="search_terms"], #search-terms, textarea, input[type="text"], #password{background: url("http://lh3.ggpht.com/_MvT-aYaJ03k/R1m-ja98gnI/AAAAAAAAADo/prTGaBIF048/50pct%20Black.png") transparent !important;-moz-appearance:none!important; color: #999999 !important; border: #000000 !important; padding: 2px !important;}
#other-links{padding:10px; margin-top: 10px;}
.obsolete {text-decoration:line-through !important;}
} | data/usercss/21355.user.css | @namespace html url(http://www.w3.org/1999/xhtml);
/*Userstyles.org Dark Shiny Blue
Contact: <EMAIL>
*/
@-moz-document domain(tinypic.com){
body { background: url("http://i64.photobucket.com/albums/h180/ragingshinigami/tech3.jpg") #222222 fixed repeat left top !important; color:#ffffff !important; font-family:arial, verdana !important;}
p, .pagination, #other-links, #style-list a[class=" "], #style-show, #breadcrumbs, #page-description, #sidebar li{ text-shadow: #000000 1px 1px 3px;}
button, input, textarea{-moz-appearance:none!important; color:#99AAFF;}
.DiscussionTopic a, .CategoryName a {color: #99ccff !important;}
textarea,input, .obsolete{color:#666666 !important;}
code, #Header li a {color: #ffffff!important;}
*{text-decoration: none !important;color: #bbbbbb !important;border-color: #000000 !important;}
table{ background: none !important;}
tbody, fieldset, .current-page, #description, h2{background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gjI/AAAAAAAAADI/KGg9nz8KuPI/GlassShiny.png") fixed repeat left center !important; text-decoration: none !important;}
.postmetadata {color: #99ffcc !important;}
td{color: #6699FF !important;border-color: #000000 !important;}
a, input {background: none !important; color: #6699FF !important; text-decoration: none !important; }
a:hover, #Header li a:hover{background: none !important; color: #FF6666 !important; text-decoration: none !important; }
button, #search-submit, #category-search-submit, input[value="Save"], input[type="submit"], input[type="button"] {
background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98glI/AAAAAAAAADY/yDshTcUrO2M/gmail_button_normal.png") no-repeat !important;
background-color: transparent !important;
border: none !important;
color: #AACCFF !important;
font-weight: normal !important;
height: 30px !important;
margin: 0px 0px 10px 0px !important;
padding: 0px 0px 0px 0px !important;
width: 100px !important;
font-size: 12px !important;
}
button:hover, #search-submit:hover, #category-search-submit:hover, input[value="Save"]:hover, input[type="submit"]:hover, input[type="button"]:hover{background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gkI/AAAAAAAAADQ/pjAbo3b1RZs/gmail_button_alt.png") no-repeat !important; color: #ff6666 !important;}
#category-search-submit {font-size:8px !important; }
#stylish-update button {font-size:9px !important;}
#frmPostDiscussion, #frmAccountPersonal, #view-code, #main-text, #logo, #sidebar, h1, h3, .review-container, #style-meta, #navigation li, #navigation, #style-list, legend, #page, #install{background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gmI/AAAAAAAAADg/omOHyQ--TtE/20pct%20Black.png") transparent !important;}
h1, h2 a, h1 a, .popular{color:#99ccff !important;text-shadow: #ffffff 0px -0px 1px;}
#header-bar, a[title="Current Projects"]:hover, a[title="Hire Me"]:hover, #pagestripe, #pageblock, #sidebar .cat-item:hover, #sidebar li li:hover, #Header, .TabOn, .CommentHeader, #Categories ul:hover, .Discussion ul:hover {background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gjI/AAAAAAAAADI/KGg9nz8KuPI/GlassShiny.png") fixed repeat left center !important; }
#logo {padding: 5px 25px 5px 25px !important;margin: 4px 0px 0px 10px !important;text-shadow: #ffffff 0px -0px 1px;}
#logo a:hover{text-shadow: #ffaaaa 0px -0px 1px;}
#main-text {margin: 35px 370px 0px 20px !important; padding: 10px 10px 10px 10px !important;}
#navigation {padding: 3px 3px 3px 3px !important; margin: -12px 0px 0px 0px !important;}
blockquote *, #long-description {font-size:12px;}
#logo a, #account-link a, .good-rank{color: #99ccff !important;}
#logo a:hover, #account-link a:hover {color: #ff6666 !important;}
#sidebar li a{color: #99ccff !important; font-size: 12px;}
#sidebar li a:hover {color: #ff6666 !important;}
#navigation li a {font-size: 12px; border:none !important; }
#stylish-install button {font-size: 9px !important;}
#userjs-install {font-size: 9px !important;}
legend {color: #99ccff !important;}
.unranked {color:#aaaaaa !important;}
.Button[value="Add your comments"] {font-size: 0.75em !important;}
.pagination, #other-links, #content, #header, pre, .entry, a[title="Current Projects"], a[title="Hire Me"], .alt, .navigation, #miscellaneous, #Header li:not(.TabOn), #Panel, #AboutVanilla, #Discussions, .Unread, .Unread ul, #ContentBody, .CommentBody, #frmPostComment, .ContentInfo, #AccountProfile, #SearchSimple, .Category, #Categories ul, code, ul, #long-description, blockquote {background: url("http://lh3.google.com/preston.scheuneman/R1m-ja98gmI/AAAAAAAAADg/omOHyQ--TtE/20pct%20Black.png") transparent !important;}
fieldset table *, .Read ul, .Read, .CommentHeader ul, #header ul {background: transparent !important;}
#username, #password, input, select, input[name="search_terms"], #search-terms, textarea, input[type="text"], #password{background: url("http://lh3.ggpht.com/_MvT-aYaJ03k/R1m-ja98gnI/AAAAAAAAADo/prTGaBIF048/50pct%20Black.png") transparent !important;-moz-appearance:none!important; color: #999999 !important; border: #000000 !important; padding: 2px !important;}
#other-links{padding:10px; margin-top: 10px;}
.obsolete {text-decoration:line-through !important;}
} | 0.19235 | 0.078961 |
.main {
/* margin-top: 5em; */
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.title {
padding-left: 5px;
text-align: center;
margin-top: 0.7em;
font-size: 30px;
font-family: 'Monoton', cursive;
font-weight: 100;
color: var(--metronome-text-color-funk);
text-shadow: var(--metronome-title-text-shadow-funk);
/* color: var(--metronome-text-color);
text-shadow: var(--metronome-title-text-shadow); */
border-radius: 7px;
}
.metronome {
padding: 0.3em;
border: 1px solid white;
margin: 1em;
max-width: 600px;
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
/* background: var(--metronome-background); */
background: var(--metronome-background-orange);
border-radius: 17px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
}
.controls {
font-family: 'Montserrat', sans-serif;
margin: 0.6em;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cbutton {
margin: 0.3em;
display: inline-block;
font-size: 1.1em;
font-weight: bold;
/* color: var(--metronome-controls-color); */
color: var(--metronome-controls-color-funk);
border: 0px solid rgb(255, 255, 255);
width: 2.4em;
height: 2.4em;
border-radius: 50%;
/* background-color: var( --metronome-controls-bg-color); */
background-color: var( --metronome-controls-bg-color-funk);
cursor: pointer;
z-index: 4;
vertical-align: middle;
opacity: 0.5;
transition: 0.5s;
}
.cbutton-medium{
font-size: 1em;
width: 2.2em;
height: 2.2em;
}
.cbutton-small{
font-size: 0.8em;
width: 2.1em;
height: 2.1em;
}
.cbutton:focus {
outline-width:thin;
border: none;
}
.cbutton:hover{
opacity: 1;
}
.tempo-container {
font-family: 'Inconsolata', monospace;
padding: 0.3em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background: rgb(25 64 60);
color: #72ce97;
width: 40%;
text-align: center;
border-radius: 7px;
border: 1px solid rgb(178, 169, 182);
text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em rgb(0, 255, 221), 0 0 0.2em rgb(0, 255, 115);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tempo-change {
font-family: 'Inconsolata', monospace;
} | polytronomeApp/src/app/metronome/metronome-layout/metronome-layout.component.css | .main {
/* margin-top: 5em; */
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.title {
padding-left: 5px;
text-align: center;
margin-top: 0.7em;
font-size: 30px;
font-family: 'Monoton', cursive;
font-weight: 100;
color: var(--metronome-text-color-funk);
text-shadow: var(--metronome-title-text-shadow-funk);
/* color: var(--metronome-text-color);
text-shadow: var(--metronome-title-text-shadow); */
border-radius: 7px;
}
.metronome {
padding: 0.3em;
border: 1px solid white;
margin: 1em;
max-width: 600px;
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
/* background: var(--metronome-background); */
background: var(--metronome-background-orange);
border-radius: 17px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
}
.controls {
font-family: 'Montserrat', sans-serif;
margin: 0.6em;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cbutton {
margin: 0.3em;
display: inline-block;
font-size: 1.1em;
font-weight: bold;
/* color: var(--metronome-controls-color); */
color: var(--metronome-controls-color-funk);
border: 0px solid rgb(255, 255, 255);
width: 2.4em;
height: 2.4em;
border-radius: 50%;
/* background-color: var( --metronome-controls-bg-color); */
background-color: var( --metronome-controls-bg-color-funk);
cursor: pointer;
z-index: 4;
vertical-align: middle;
opacity: 0.5;
transition: 0.5s;
}
.cbutton-medium{
font-size: 1em;
width: 2.2em;
height: 2.2em;
}
.cbutton-small{
font-size: 0.8em;
width: 2.1em;
height: 2.1em;
}
.cbutton:focus {
outline-width:thin;
border: none;
}
.cbutton:hover{
opacity: 1;
}
.tempo-container {
font-family: 'Inconsolata', monospace;
padding: 0.3em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background: rgb(25 64 60);
color: #72ce97;
width: 40%;
text-align: center;
border-radius: 7px;
border: 1px solid rgb(178, 169, 182);
text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em rgb(0, 255, 221), 0 0 0.2em rgb(0, 255, 115);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tempo-change {
font-family: 'Inconsolata', monospace;
} | 0.400632 | 0.107954 |
html {
font-family: sans-serif;
font-weight: 100;
letter-spacing: 0.01em; }
body {
min-width: 320px;
color: #777; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: #4b4b4b;
margin: 2px; }
a {
color: #3b8bba;
text-decoration: none; }
p,
li {
margin: 6px; }
.container {
display: flex;
max-width: 960px;
margin: 0 auto; }
.col-1 {
flex-basis: 100%; }
.col-1-4 {
flex-basis: 25%; }
.col-3-4 {
flex-basis: 75%; }
.col-1-2 {
flex-basis: 50%; }
.col-1-2-last {
flex-basis: 50%; }
@media (max-width: 500px) {
[class*="col-md"] {
flex-basis: 100%; } }
@media (max-width: 700px) {
[class*="col-sm"] {
flex-basis: 100%; } }
.section {
margin-bottom: 20px; }
.section .section-head h2 {
font-weight: 300;
color: #888; }
.section .section-body {
margin-top: 5px; }
/* --------------------------
* Header Module Styles
* --------------------------
*/
.header {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 auto;
padding: 1em;
text-align: center;
border-bottom: 1px solid #eee;
background: #fff;
letter-spacing: 0.05em;
margin-bottom: 20px; }
.header h1 {
font-size: 300%;
font-weight: 100;
margin: 0; }
#contact {
margin-bottom: 20px; }
@media (max-width: 700px) {
#contact {
margin-bottom: 40px; } }
#contact .left {
padding-left: 10px; }
#contact .right {
text-align: right;
padding-right: 10px; }
@media (max-width: 500px) {
#contact .right {
text-align: left;
padding-left: 10px;
padding-right: 0; } }
#me {
position: absolute;
top: 20px;
right: -200px;
border-radius: 50%; }
@media (max-width: 1200px) {
#me {
display: none; } }
/* Hack for the Twitter icon kerning issue */
@media (max-width: 500px) {
.icon-twitter {
margin: 4px; } }
.big-p {
margin-top: 20px; }
@font-face {
font-family: 'fontello';
src: url('font/fontello.eot?63234444');
src: url('font/fontello.eot?63234444#iefix') format('embedded-opentype'),
url('font/fontello.woff?63234444') format('woff'),
url('font/fontello.ttf?63234444') format('truetype'),
url('font/fontello.svg?63234444#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?63234444#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mail-alt:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-github-circled:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */ | css/styles.css | html {
font-family: sans-serif;
font-weight: 100;
letter-spacing: 0.01em; }
body {
min-width: 320px;
color: #777; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: #4b4b4b;
margin: 2px; }
a {
color: #3b8bba;
text-decoration: none; }
p,
li {
margin: 6px; }
.container {
display: flex;
max-width: 960px;
margin: 0 auto; }
.col-1 {
flex-basis: 100%; }
.col-1-4 {
flex-basis: 25%; }
.col-3-4 {
flex-basis: 75%; }
.col-1-2 {
flex-basis: 50%; }
.col-1-2-last {
flex-basis: 50%; }
@media (max-width: 500px) {
[class*="col-md"] {
flex-basis: 100%; } }
@media (max-width: 700px) {
[class*="col-sm"] {
flex-basis: 100%; } }
.section {
margin-bottom: 20px; }
.section .section-head h2 {
font-weight: 300;
color: #888; }
.section .section-body {
margin-top: 5px; }
/* --------------------------
* Header Module Styles
* --------------------------
*/
.header {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 auto;
padding: 1em;
text-align: center;
border-bottom: 1px solid #eee;
background: #fff;
letter-spacing: 0.05em;
margin-bottom: 20px; }
.header h1 {
font-size: 300%;
font-weight: 100;
margin: 0; }
#contact {
margin-bottom: 20px; }
@media (max-width: 700px) {
#contact {
margin-bottom: 40px; } }
#contact .left {
padding-left: 10px; }
#contact .right {
text-align: right;
padding-right: 10px; }
@media (max-width: 500px) {
#contact .right {
text-align: left;
padding-left: 10px;
padding-right: 0; } }
#me {
position: absolute;
top: 20px;
right: -200px;
border-radius: 50%; }
@media (max-width: 1200px) {
#me {
display: none; } }
/* Hack for the Twitter icon kerning issue */
@media (max-width: 500px) {
.icon-twitter {
margin: 4px; } }
.big-p {
margin-top: 20px; }
@font-face {
font-family: 'fontello';
src: url('font/fontello.eot?63234444');
src: url('font/fontello.eot?63234444#iefix') format('embedded-opentype'),
url('font/fontello.woff?63234444') format('woff'),
url('font/fontello.ttf?63234444') format('truetype'),
url('font/fontello.svg?63234444#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?63234444#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mail-alt:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-github-circled:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */ | 0.337531 | 0.064095 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Helvetica, "PingFag SC", "Microsoft YeHei", sans-serif;
font-family: "SF Pro SC";
}
li {
list-style: none;
}
a {
text-decoration: none;
}
input {
outline: none;
}
header {
width: 100vw;
padding: 0 130px;
height: 50px;
background-color: #010101;
opacity: 0.9;
position: fixed;
z-index: 100;
}
nav {
width: 88%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
position: absolute;
margin: 0 auto;
}
nav a {
flex: 1;
color: #fff;
font-weight: 400;
font-size: 0.9em;
}
nav .fa-apple {
font-size: 20px;
}
.content-wrapper {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
section {
width: 100vw;
}
.content-head {
width: 100vw;
height: 45px;
text-align: center;
line-height: 45px;
font-size: 14px;
margin-top: 50px;
}
.container {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-between;
text-align: center;
padding: 50px 0;
}
.container1 {
height: 110vh;
padding-top: 50px;
background-color: #010101;
}
.container1 .features {
flex: 1;
color: #fff;
}
.container .features-h2 {
font-size: 26px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 15px;
font-family: "SF Pro SC 600";
}
.container1 .features .p1 {
font-size: 12px;
letter-spacing: 2px;
font-weight: 500;
font-family: "SF Pro SC";
color: red;
margin-bottom: 15px;
}
.container1 .features .p2 {
font-size: 22px;
margin-bottom: 15px;
font-family: "SF Pro SC";
font-weight: 400;
}
.container .features .feature-links a {
font-size: 20px;
color: rgb(0, 98, 203);
font-weight: 400;
margin-bottom: 15px;
}
.container1 .images {
margin-top: 20px;
flex: 1;
}
.container1 img {
margin-top: 40px;
width: 200px;
height: 300px;
}
.container2 .features-h2 {
font-size: 40px;
margin-top: 150px;
}
.container2 {
padding-bottom: 100px;
height: 120vh;
}
.container2 .p1 {
font-size: 24px;
margin-bottom: 15px;
}
.container3 {
height: 110vh;
}
.container3 .images {
margin-top: 20px;
flex: 1;
}
.container3 img {
margin-top: 40px;
width: 340px;
height: 340px;
}
.container3 .features .p1 {
font-size: 12px;
letter-spacing: 2px;
font-weight: 600;
font-family: "SF Pro SC";
color: red;
margin-bottom: 15px;
}
.container3 .features .p2 {
font-size: 22px;
margin-bottom: 15px;
font-family: "SF Pro SC 400";
}
.container4 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-between;
text-align: center;
margin-bottom: 20px;
}
.container4 .feature {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.container4 .item {
flex: 1;
background-size: 100% 100%;
height: 480px;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container4 .item1 {
margin: 0 0 12px 12px;
}
.container4 .item2 {
margin: 0 12px 12px 12px;
margin-right: 12px;
}
.container4 .feature1 .item1 {
background-image: url("../img/4.jpg");
display: flex;
align-items: center;
}
.container4 .feature1 .item1 .context {
text-align: center;
position: absolute;
bottom: 60px;
}
.container4 .feature1 .item2 {
padding: 20px 0;
}
.container4 .feature1 .item2 .context2 {
flex: 1;
}
.container4 .feature1 .item2 img {
flex: 1;
}
.container4 .feature1 .item2 .imgss {
position: relative;
top: 30px;
}
.container4 .feature1 .item2 .context2 .pp,
.container4 .feature1 .item2 .context2 img {
margin-bottom: 10px;
}
.container4 .feature1 .item2 .context2 .p1 {
color: rgb(180, 7, 7);
font-size: 10px;
}
.container4 .feature2 .item1 {
background: url("../img/8.jpg") 50% 0;
background-size: 160% 100%;
}
.container4 .feature2 .item1 .context3 {
margin-top: 15px;
flex: 1;
}
.container4 .feature2 .item1 .context3 .p1 {
color: rgb(180, 7, 7);
font-size: 10px;
}
.container4 .feature2 .item1 .context3 img {
width: 180px;
height: 35px;
margin-bottom: 5px;
}
.container4 .feature2 .item1 .context3 p {
font-size: 20px;
}
.container4 .feature2 .item2 {
background-image: url("../img/9.jpg");
}
.container4 .feature2 .item2 img {
position: relative;
top: -95px;
}
.container4 .feature3 .item1 {
padding: 15px 0 0 0;
}
.container4 .feature3 .item1 .p1 {
color: rgb(180, 7, 7);
font-size: 10px;
}
.container4 .feature3 .item1 .p2,
.container4 .feature3 .item1 .p3 {
font-size: 30px;
font-weight: 600;
}
.container4 .feature3 .item2 {
background-image: url("../img/14.jpg");
}
.container4 .feature3 .item2 h1 {
font-size: 32px;
color: #2e2e2e;
}
.container4 .feature3 .item2 .last {
position: relative;
top: -100px;
}
footer {
width: 70%;
text-align: left;
margin: 0 auto;
}
footer .footer-top .p1 {
margin-bottom: 20px;
font-size: 12px;
font-family: "SF Pro SC 600";
}
footer hr {
height: 2px;
background-color: #080808;
opacity: 0.9;
}
footer .footer-mid {
height: 420px;
margin-top: 45px;
}
footer .footer-mid .outside {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
footer .footer-mid .outside-li {
flex: 1;
}
footer .footer-mid .outside-li .inside {
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-between;
}
footer .footer-mid .outside-li .inside li {
flex: 1;
}
footer .footer-mid li {
margin-bottom: 10px;
font-size: 13px;
}
footer .footer-bottom {
margin-top: 20px;
font-size: 14px;
margin-bottom: 40px;
}
footer .footer-bottom hr {
height: 2px;
background-color: #080808;
opacity: 0.9;
}
footer .footer-bottom .para2 p {
margin-top: 10px;
} | apple/apple/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Helvetica, "PingFag SC", "Microsoft YeHei", sans-serif;
font-family: "SF Pro SC";
}
li {
list-style: none;
}
a {
text-decoration: none;
}
input {
outline: none;
}
header {
width: 100vw;
padding: 0 130px;
height: 50px;
background-color: #010101;
opacity: 0.9;
position: fixed;
z-index: 100;
}
nav {
width: 88%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
position: absolute;
margin: 0 auto;
}
nav a {
flex: 1;
color: #fff;
font-weight: 400;
font-size: 0.9em;
}
nav .fa-apple {
font-size: 20px;
}
.content-wrapper {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
section {
width: 100vw;
}
.content-head {
width: 100vw;
height: 45px;
text-align: center;
line-height: 45px;
font-size: 14px;
margin-top: 50px;
}
.container {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-between;
text-align: center;
padding: 50px 0;
}
.container1 {
height: 110vh;
padding-top: 50px;
background-color: #010101;
}
.container1 .features {
flex: 1;
color: #fff;
}
.container .features-h2 {
font-size: 26px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 15px;
font-family: "SF Pro SC 600";
}
.container1 .features .p1 {
font-size: 12px;
letter-spacing: 2px;
font-weight: 500;
font-family: "SF Pro SC";
color: red;
margin-bottom: 15px;
}
.container1 .features .p2 {
font-size: 22px;
margin-bottom: 15px;
font-family: "SF Pro SC";
font-weight: 400;
}
.container .features .feature-links a {
font-size: 20px;
color: rgb(0, 98, 203);
font-weight: 400;
margin-bottom: 15px;
}
.container1 .images {
margin-top: 20px;
flex: 1;
}
.container1 img {
margin-top: 40px;
width: 200px;
height: 300px;
}
.container2 .features-h2 {
font-size: 40px;
margin-top: 150px;
}
.container2 {
padding-bottom: 100px;
height: 120vh;
}
.container2 .p1 {
font-size: 24px;
margin-bottom: 15px;
}
.container3 {
height: 110vh;
}
.container3 .images {
margin-top: 20px;
flex: 1;
}
.container3 img {
margin-top: 40px;
width: 340px;
height: 340px;
}
.container3 .features .p1 {
font-size: 12px;
letter-spacing: 2px;
font-weight: 600;
font-family: "SF Pro SC";
color: red;
margin-bottom: 15px;
}
.container3 .features .p2 {
font-size: 22px;
margin-bottom: 15px;
font-family: "SF Pro SC 400";
}
.container4 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-between;
text-align: center;
margin-bottom: 20px;
}
.container4 .feature {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.container4 .item {
flex: 1;
background-size: 100% 100%;
height: 480px;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container4 .item1 {
margin: 0 0 12px 12px;
}
.container4 .item2 {
margin: 0 12px 12px 12px;
margin-right: 12px;
}
.container4 .feature1 .item1 {
background-image: url("../img/4.jpg");
display: flex;
align-items: center;
}
.container4 .feature1 .item1 .context {
text-align: center;
position: absolute;
bottom: 60px;
}
.container4 .feature1 .item2 {
padding: 20px 0;
}
.container4 .feature1 .item2 .context2 {
flex: 1;
}
.container4 .feature1 .item2 img {
flex: 1;
}
.container4 .feature1 .item2 .imgss {
position: relative;
top: 30px;
}
.container4 .feature1 .item2 .context2 .pp,
.container4 .feature1 .item2 .context2 img {
margin-bottom: 10px;
}
.container4 .feature1 .item2 .context2 .p1 {
color: rgb(180, 7, 7);
font-size: 10px;
}
.container4 .feature2 .item1 {
background: url("../img/8.jpg") 50% 0;
background-size: 160% 100%;
}
.container4 .feature2 .item1 .context3 {
margin-top: 15px;
flex: 1;
}
.container4 .feature2 .item1 .context3 .p1 {
color: rgb(180, 7, 7);
font-size: 10px;
}
.container4 .feature2 .item1 .context3 img {
width: 180px;
height: 35px;
margin-bottom: 5px;
}
.container4 .feature2 .item1 .context3 p {
font-size: 20px;
}
.container4 .feature2 .item2 {
background-image: url("../img/9.jpg");
}
.container4 .feature2 .item2 img {
position: relative;
top: -95px;
}
.container4 .feature3 .item1 {
padding: 15px 0 0 0;
}
.container4 .feature3 .item1 .p1 {
color: rgb(180, 7, 7);
font-size: 10px;
}
.container4 .feature3 .item1 .p2,
.container4 .feature3 .item1 .p3 {
font-size: 30px;
font-weight: 600;
}
.container4 .feature3 .item2 {
background-image: url("../img/14.jpg");
}
.container4 .feature3 .item2 h1 {
font-size: 32px;
color: #2e2e2e;
}
.container4 .feature3 .item2 .last {
position: relative;
top: -100px;
}
footer {
width: 70%;
text-align: left;
margin: 0 auto;
}
footer .footer-top .p1 {
margin-bottom: 20px;
font-size: 12px;
font-family: "SF Pro SC 600";
}
footer hr {
height: 2px;
background-color: #080808;
opacity: 0.9;
}
footer .footer-mid {
height: 420px;
margin-top: 45px;
}
footer .footer-mid .outside {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
footer .footer-mid .outside-li {
flex: 1;
}
footer .footer-mid .outside-li .inside {
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-between;
}
footer .footer-mid .outside-li .inside li {
flex: 1;
}
footer .footer-mid li {
margin-bottom: 10px;
font-size: 13px;
}
footer .footer-bottom {
margin-top: 20px;
font-size: 14px;
margin-bottom: 40px;
}
footer .footer-bottom hr {
height: 2px;
background-color: #080808;
opacity: 0.9;
}
footer .footer-bottom .para2 p {
margin-top: 10px;
} | 0.32306 | 0.047736 |
html{height:100%}
body {
margin: 0px;
padding: 0px;
background-color:#F0F0F0;
font-family: Helvetica, Arial, freesans, Verdana, sans-serif;
font-size:16px;
height: 100%;
}
.code { font-family:monospace;}
.comment {color:#999999;}
.wrapper{ margin: 0 auto;
width: 800px;
background-color:#F8F8F8 ;
border-left: 1px solid grey;
border-right: 1px solid grey;
padding: 20px;
min-height:100%;
box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;}
pre {text-indent: 30px}
.content {font: Arial, Verdana, sans-serif;
line-height: 1.4em;
clear: both;
display: block;
text-align: justify;
z-index: 2; }
h2{padding-top:20px; color:darkblue}
.content a {
color: #000099; }
.content a:hover { color: #0033FF; }
#index #nav2 li a.project, #goals #nav2 li a.project, #contact #nav2 li a.project, #cooperations #nav2 li a.project, #students #nav2 li a.project, #goals #nav2 li a.goals, #aql #nav2 li a.aql, #vis_overview #nav2 li a.vis_overview, #visualizations #nav2 li a.visualizations, #gallery #nav2 li a.visualizations, #accessing #nav2 li a.accessing, #download #nav2 li a.download, #documentation #nav2 li a.download, #tools #nav2 li a.download, #corpora #nav2 li a.download, #older #nav2 li a.download, #new #nav2 li a.project
{
background: #4183C4; border-left: 1px;
}
#index #nav2 ul li a.home, #students #nav2 ul li a.students, #contact #nav2 ul li a.contact, #goals #nav2 ul li a.goals, #cooperations #nav2 ul li a.cooperations, #aql #nav2 ul li a.aql, #visualizations #nav2 ul li a.vis_overview, #accessing #nav2 ul li a.accessing, #gallery #nav2 ul li a.vis_gallery, #download #nav2 ul li a.annis3, #documentation #nav2 ul li a.documentation, #older #nav2 ul li a.older, #tools #nav2 ul li a.tools, #corpora #nav2 ul li a.corpora, #new #nav2 ul li a.new
{
background: #4183C4; border-left: 1px;
}
#nav2 li:hover li {
float: none;
font-size: 12px;
}
#nav2, #nav2 li ul {
font-family: Arial, Verdana;
font-size: 14px;
margin: 0;
padding: 0;
}
#nav2 li {
display: block;
position: relative;
float: left;
}
#nav2 li ul { display: none; }
#nav2 li a {
display: block;
text-decoration: none;
color: #ffffff;
border-top: 1px solid #ffffff;
padding: 5px 15px 5px 15px;
background: #225566;
margin-left: 1px;
white-space: nowrap;
}
#nav2 li a:hover { background: #617F8A; }
#nav2 li:hover ul {
display: block;
position: absolute;
}
.vistable{
font-size: 12px;
background: #fff;
margin: 25px;
width: 750px;
border-collapse: collapse;
text-align: left;
}
.vistable th {
font-size: 14px;
font-weight: bold;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
.vistable td
{
border-bottom: 1px solid #ccc;
color: #669;
padding: 6px 8px;
}
.vistable tbody tr:hover td
{
color: #009;
}
.vistable tr:hover td
{
color: #339;
background: #eff2ff;
}
.thumbnail
{
float: left;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
text-align:center;
}
.thumbnail img {
border-style: solid;
border-color: black;
border-width: 1px;
}
.clearboth { clear: both; }
.note{color: #669; font-size: 12px;}
.image_wrap {
text-align: center;
}
.image_wrap img {
border-style: solid;
border-color: black;
border-width: 1px;
} | css/ANNIS_site.css | html{height:100%}
body {
margin: 0px;
padding: 0px;
background-color:#F0F0F0;
font-family: Helvetica, Arial, freesans, Verdana, sans-serif;
font-size:16px;
height: 100%;
}
.code { font-family:monospace;}
.comment {color:#999999;}
.wrapper{ margin: 0 auto;
width: 800px;
background-color:#F8F8F8 ;
border-left: 1px solid grey;
border-right: 1px solid grey;
padding: 20px;
min-height:100%;
box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;}
pre {text-indent: 30px}
.content {font: Arial, Verdana, sans-serif;
line-height: 1.4em;
clear: both;
display: block;
text-align: justify;
z-index: 2; }
h2{padding-top:20px; color:darkblue}
.content a {
color: #000099; }
.content a:hover { color: #0033FF; }
#index #nav2 li a.project, #goals #nav2 li a.project, #contact #nav2 li a.project, #cooperations #nav2 li a.project, #students #nav2 li a.project, #goals #nav2 li a.goals, #aql #nav2 li a.aql, #vis_overview #nav2 li a.vis_overview, #visualizations #nav2 li a.visualizations, #gallery #nav2 li a.visualizations, #accessing #nav2 li a.accessing, #download #nav2 li a.download, #documentation #nav2 li a.download, #tools #nav2 li a.download, #corpora #nav2 li a.download, #older #nav2 li a.download, #new #nav2 li a.project
{
background: #4183C4; border-left: 1px;
}
#index #nav2 ul li a.home, #students #nav2 ul li a.students, #contact #nav2 ul li a.contact, #goals #nav2 ul li a.goals, #cooperations #nav2 ul li a.cooperations, #aql #nav2 ul li a.aql, #visualizations #nav2 ul li a.vis_overview, #accessing #nav2 ul li a.accessing, #gallery #nav2 ul li a.vis_gallery, #download #nav2 ul li a.annis3, #documentation #nav2 ul li a.documentation, #older #nav2 ul li a.older, #tools #nav2 ul li a.tools, #corpora #nav2 ul li a.corpora, #new #nav2 ul li a.new
{
background: #4183C4; border-left: 1px;
}
#nav2 li:hover li {
float: none;
font-size: 12px;
}
#nav2, #nav2 li ul {
font-family: Arial, Verdana;
font-size: 14px;
margin: 0;
padding: 0;
}
#nav2 li {
display: block;
position: relative;
float: left;
}
#nav2 li ul { display: none; }
#nav2 li a {
display: block;
text-decoration: none;
color: #ffffff;
border-top: 1px solid #ffffff;
padding: 5px 15px 5px 15px;
background: #225566;
margin-left: 1px;
white-space: nowrap;
}
#nav2 li a:hover { background: #617F8A; }
#nav2 li:hover ul {
display: block;
position: absolute;
}
.vistable{
font-size: 12px;
background: #fff;
margin: 25px;
width: 750px;
border-collapse: collapse;
text-align: left;
}
.vistable th {
font-size: 14px;
font-weight: bold;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
.vistable td
{
border-bottom: 1px solid #ccc;
color: #669;
padding: 6px 8px;
}
.vistable tbody tr:hover td
{
color: #009;
}
.vistable tr:hover td
{
color: #339;
background: #eff2ff;
}
.thumbnail
{
float: left;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
text-align:center;
}
.thumbnail img {
border-style: solid;
border-color: black;
border-width: 1px;
}
.clearboth { clear: both; }
.note{color: #669; font-size: 12px;}
.image_wrap {
text-align: center;
}
.image_wrap img {
border-style: solid;
border-color: black;
border-width: 1px;
} | 0.296756 | 0.115611 |
@charset "utf-8";
* {margin:0;padding:0;}
html, body {height:100%;background-color:#fafafa;-webkit-tap-highlight-color:transparent;}
.container {position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fafafa;overflow:hidden;}
.float-l {float:left;}
.float-r {float:right;}
.text-red {color:#dd4b39;}
.text-yellow {color:#f39c12;}
.text-blue {color:#3c8dbc;}
.text-green {color:#00a65a;}
.text-muted {color:#999;}
.btns-div {margin:15px;}
.map-div {width:100%;height:100%;}
.map-panel {
position:absolute;
left:10px;
right:10px;
bottom:-450px;
border-top-left-radius:5px;
border-top-right-radius:5px;
background-color:#fff;
box-shadow:0 0 5px #333;
-webkit-transition:bottom 0.8s;
transition:bottom 0.8s;
}
.map-panel.show {bottom:0px;}
.panel-title {
padding:5px 10px;
background-color:#465979;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom:1px solid #435676;
}
.panel-title h3,
.panel-title p {font-size:14px;font-weight:normal;color:#eee;}
.panel-title p {font-size:12px;}
.panel-title .weui-slider-box {margin:5px 0;}
.panel-title .weui-slider {margin:0 10px;padding:0;}
.panel-title .weui-slider__inner,
.panel-title .weui-slider__track {height:5px;border-radius:3px;}
.panel-title .weui-slider-box__value {margin-left:0;font-size:12px;color:#eee;}
.panel-title .weui-flex__item {text-align:center;vertical-align:top;color:#eee;}
.panel-title .weui-flex__item:first-child {text-align:left;}
.panel-title .weui-flex__item:last-child {text-align:right;}
.panel-title .weui-flex__item.active {font-size:16px;}
.panel-title .nav-link {
position:absolute;
top:12px;
right:15px;
}
.panel-title .nav-link p {line-height:1em;text-align:center;color:#eee;}
.panel-title .nav-link img {width:18px;height:18px;}
.panel-tools {background-color:#465979;}
.panel-tools .weui-grid {padding:10px;}
.panel-tools .weui-grid:first-child {border-right:1px solid #aaa;}
.panel-tools .weui-grid:last-child {border-left:1px solid #aaa;}
.panel-tools .weui-grid__label {font-size:12px;color:#eee;}
.panel-tools .weui-grid:before,
.panel-tools .weui-grid:after {border:none;}
.panel-list {padding:5px 15px;height:184px;overflow-y:auto;overflow-x:hidden;}
.panel-list .panel-item {
display:block;
height:36px;
line-height:36px;
font-size:14px;
color:#333;
border-bottom:1px solid rgba(0,0,0,0.1);
}
.panel-list span {display:inline-block;width:80px;}
.panel-list img {margin-top:10px;width:16px;height:16px;vertical-align:middle;}
.panel-list .weui-btn {margin-top:2px;}
.panel-list .weui-btn_plain-primary {height:32px;line-height:32px;font-size:14px;}
.panel-info {padding:10px 0;font-size:12px;border-bottom:1px solid rgba(0,0,0,0.1);}
.panel-grid .weui-grid__label {font-size:12px;}
.panel-btns .weui-flex__item {padding:15px 10px;}
.panel-btns .weui-flex__item:first-child {padding-left:0;}
.panel-btns .weui-flex__item:last-child {padding-right:0;}
.panel-btns .weui-flex__item:first-child .weui-btn {margin-left:0;}
.panel-btns .weui-flex__item:last-child .weui-btn {margin-right:0;}
.panel-step {padding:10px 15px;}
.step-list {margin-top:10px;list-style:none;}
.step-list li {height:40px;background:url("../../img/icons/dash.png") repeat-y 0 0;}
.step-list li:last-child {background:none;}
.step-list li i {background-color:#fff;vertical-align:middle;}
.step-list li .float-r {margin-top:2px;}
.panel-step .weui-btn {font-size:14px;}
.panel-pay .weui-flex {padding:10px;}
.weui-flex-pay {
text-align:center;
border-top:1px solid rgba(0,0,0,0.1);
border-bottom:1px solid rgba(0,0,0,0.1);
}
.weui-flex-pay img {width:16px;height:16px;}
.weui-flex-pay .txt-lg {font-size:32px;}
.panel-comment {margin:15px;}
.panel-comment h3 {text-align:center;font-size:16px;font-weight:normal;}
.panel-comment .rating-div {margin:10px 0;text-align:center;}
.panel-comment textarea {
box-sizing:border-box;
display:block;
width:100%;
padding:3px;
resize:none;
border-color:#999;
border-radius:3px;
}
/* rating */
.br-theme-css-stars .br-widget {display:inline-block;height:30px;}
.br-theme-css-stars .br-widget a {
text-decoration:none;
height:30px;
width:30px;
float:left;
font-size:0;
margin:0 5px;
}
.br-theme-css-stars .br-widget a:after {
/*content: "\2605";*/
content:url("../../img/rating/star-default-sm.png");
/*color:#ccc;*/
}
.br-theme-css-stars .br-widget a.br-active:after {
/*color: #f4c800;*/
content:url("../../img/rating/star-active-sm.png");
}
.br-theme-css-stars .br-widget a.br-selected:after {
/*color: #f4c800;*/
content:url("../../img/rating/star-active-sm.png");
}
.br-theme-css-stars .br-widget .br-current-rating {
display: none;
} | mycakephp3/webroot/css/mobile/wxapp.css | @charset "utf-8";
* {margin:0;padding:0;}
html, body {height:100%;background-color:#fafafa;-webkit-tap-highlight-color:transparent;}
.container {position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fafafa;overflow:hidden;}
.float-l {float:left;}
.float-r {float:right;}
.text-red {color:#dd4b39;}
.text-yellow {color:#f39c12;}
.text-blue {color:#3c8dbc;}
.text-green {color:#00a65a;}
.text-muted {color:#999;}
.btns-div {margin:15px;}
.map-div {width:100%;height:100%;}
.map-panel {
position:absolute;
left:10px;
right:10px;
bottom:-450px;
border-top-left-radius:5px;
border-top-right-radius:5px;
background-color:#fff;
box-shadow:0 0 5px #333;
-webkit-transition:bottom 0.8s;
transition:bottom 0.8s;
}
.map-panel.show {bottom:0px;}
.panel-title {
padding:5px 10px;
background-color:#465979;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom:1px solid #435676;
}
.panel-title h3,
.panel-title p {font-size:14px;font-weight:normal;color:#eee;}
.panel-title p {font-size:12px;}
.panel-title .weui-slider-box {margin:5px 0;}
.panel-title .weui-slider {margin:0 10px;padding:0;}
.panel-title .weui-slider__inner,
.panel-title .weui-slider__track {height:5px;border-radius:3px;}
.panel-title .weui-slider-box__value {margin-left:0;font-size:12px;color:#eee;}
.panel-title .weui-flex__item {text-align:center;vertical-align:top;color:#eee;}
.panel-title .weui-flex__item:first-child {text-align:left;}
.panel-title .weui-flex__item:last-child {text-align:right;}
.panel-title .weui-flex__item.active {font-size:16px;}
.panel-title .nav-link {
position:absolute;
top:12px;
right:15px;
}
.panel-title .nav-link p {line-height:1em;text-align:center;color:#eee;}
.panel-title .nav-link img {width:18px;height:18px;}
.panel-tools {background-color:#465979;}
.panel-tools .weui-grid {padding:10px;}
.panel-tools .weui-grid:first-child {border-right:1px solid #aaa;}
.panel-tools .weui-grid:last-child {border-left:1px solid #aaa;}
.panel-tools .weui-grid__label {font-size:12px;color:#eee;}
.panel-tools .weui-grid:before,
.panel-tools .weui-grid:after {border:none;}
.panel-list {padding:5px 15px;height:184px;overflow-y:auto;overflow-x:hidden;}
.panel-list .panel-item {
display:block;
height:36px;
line-height:36px;
font-size:14px;
color:#333;
border-bottom:1px solid rgba(0,0,0,0.1);
}
.panel-list span {display:inline-block;width:80px;}
.panel-list img {margin-top:10px;width:16px;height:16px;vertical-align:middle;}
.panel-list .weui-btn {margin-top:2px;}
.panel-list .weui-btn_plain-primary {height:32px;line-height:32px;font-size:14px;}
.panel-info {padding:10px 0;font-size:12px;border-bottom:1px solid rgba(0,0,0,0.1);}
.panel-grid .weui-grid__label {font-size:12px;}
.panel-btns .weui-flex__item {padding:15px 10px;}
.panel-btns .weui-flex__item:first-child {padding-left:0;}
.panel-btns .weui-flex__item:last-child {padding-right:0;}
.panel-btns .weui-flex__item:first-child .weui-btn {margin-left:0;}
.panel-btns .weui-flex__item:last-child .weui-btn {margin-right:0;}
.panel-step {padding:10px 15px;}
.step-list {margin-top:10px;list-style:none;}
.step-list li {height:40px;background:url("../../img/icons/dash.png") repeat-y 0 0;}
.step-list li:last-child {background:none;}
.step-list li i {background-color:#fff;vertical-align:middle;}
.step-list li .float-r {margin-top:2px;}
.panel-step .weui-btn {font-size:14px;}
.panel-pay .weui-flex {padding:10px;}
.weui-flex-pay {
text-align:center;
border-top:1px solid rgba(0,0,0,0.1);
border-bottom:1px solid rgba(0,0,0,0.1);
}
.weui-flex-pay img {width:16px;height:16px;}
.weui-flex-pay .txt-lg {font-size:32px;}
.panel-comment {margin:15px;}
.panel-comment h3 {text-align:center;font-size:16px;font-weight:normal;}
.panel-comment .rating-div {margin:10px 0;text-align:center;}
.panel-comment textarea {
box-sizing:border-box;
display:block;
width:100%;
padding:3px;
resize:none;
border-color:#999;
border-radius:3px;
}
/* rating */
.br-theme-css-stars .br-widget {display:inline-block;height:30px;}
.br-theme-css-stars .br-widget a {
text-decoration:none;
height:30px;
width:30px;
float:left;
font-size:0;
margin:0 5px;
}
.br-theme-css-stars .br-widget a:after {
/*content: "\2605";*/
content:url("../../img/rating/star-default-sm.png");
/*color:#ccc;*/
}
.br-theme-css-stars .br-widget a.br-active:after {
/*color: #f4c800;*/
content:url("../../img/rating/star-active-sm.png");
}
.br-theme-css-stars .br-widget a.br-selected:after {
/*color: #f4c800;*/
content:url("../../img/rating/star-active-sm.png");
}
.br-theme-css-stars .br-widget .br-current-rating {
display: none;
} | 0.187839 | 0.056809 |
.idj.sheet.actor .attributes-body .dados .ability-scores {
list-style: none;
margin: 0;
padding: 0;
border: 2px groove #eeede0;
border-radius: 3px;
text-transform: uppercase;
}
.idj.sheet.actor .attributes-body .dados .ability-scores .ability {
text-align: center;
margin: 0px 1px;
}
.idj.sheet.actor .attributes-body .dados .ability-scores .ability:last-child {
border-bottom: none;
margin-bottom: -1px;
}
.idj.sheet.actor .attributes-body .dados .ability-scores .ability:not(:last-child) {
border-right: 1px solid #c9c7b8;
}
.idj.sheet.actor .attributes-body .recursos {
font-size: 10px;
text-align: center;
min-height: 70px;
margin: 5px 0;
}
.idj.sheet.actor .attributes-body .recursos label {
display: inline-block;
width: 30%;
max-width: 30%;
}
.idj.sheet.actor .attributes-body .recursos input {
width: 50px;
height: 30px;
border: 0;
background: none;
font-size: 2em;
margin: 0;
}
.idj.sheet.actor .attributes-body .recursos .attribute {
height: auto;
margin: 0;
border: 2px groove #eeede0;
border-radius: 0;
}
.idj.sheet.actor .attributes-body .recursos .attribute .attribute-value:disabled {
color: #191813;
}
.idj.sheet.actor .attributes-body .recursos .attribute-footer input {
font-size: 1rem;
}
.idj.sheet.actor .attributes-body .recursos ul.attributes {
flex: 0 0 60px;
list-style: none;
margin: 0;
padding: 0;
}
.idj.sheet.actor .attributes-body .recursos .box-title {
height: 18px;
line-height: 16px;
margin: 4px 3px 2px;
font-size: 18px;
border-bottom: 1px solid #c9c7b8;
}
.idj.sheet.actor .attributes-body .recursos .sep {
flex: none;
margin: 0 1px;
display: inline;
position: relative;
color: #7a7971;
font-weight: normal;
font-size: 24px;
}
.idj.sheet.actor .attributes-body .recursos .defesa .ability-scores .item-header h4 {
height: 18px;
line-height: 16px;
margin: 4px 3px 2px;
font-size: 18px;
border-bottom: 1px solid #c9c7b8;
}
.idj.sheet.actor .attributes-body .recursos .defesa .ability-scores input[type="number"] {
border: 0;
background: none;
} | css/actor/parts/actor-attributes.css | .idj.sheet.actor .attributes-body .dados .ability-scores {
list-style: none;
margin: 0;
padding: 0;
border: 2px groove #eeede0;
border-radius: 3px;
text-transform: uppercase;
}
.idj.sheet.actor .attributes-body .dados .ability-scores .ability {
text-align: center;
margin: 0px 1px;
}
.idj.sheet.actor .attributes-body .dados .ability-scores .ability:last-child {
border-bottom: none;
margin-bottom: -1px;
}
.idj.sheet.actor .attributes-body .dados .ability-scores .ability:not(:last-child) {
border-right: 1px solid #c9c7b8;
}
.idj.sheet.actor .attributes-body .recursos {
font-size: 10px;
text-align: center;
min-height: 70px;
margin: 5px 0;
}
.idj.sheet.actor .attributes-body .recursos label {
display: inline-block;
width: 30%;
max-width: 30%;
}
.idj.sheet.actor .attributes-body .recursos input {
width: 50px;
height: 30px;
border: 0;
background: none;
font-size: 2em;
margin: 0;
}
.idj.sheet.actor .attributes-body .recursos .attribute {
height: auto;
margin: 0;
border: 2px groove #eeede0;
border-radius: 0;
}
.idj.sheet.actor .attributes-body .recursos .attribute .attribute-value:disabled {
color: #191813;
}
.idj.sheet.actor .attributes-body .recursos .attribute-footer input {
font-size: 1rem;
}
.idj.sheet.actor .attributes-body .recursos ul.attributes {
flex: 0 0 60px;
list-style: none;
margin: 0;
padding: 0;
}
.idj.sheet.actor .attributes-body .recursos .box-title {
height: 18px;
line-height: 16px;
margin: 4px 3px 2px;
font-size: 18px;
border-bottom: 1px solid #c9c7b8;
}
.idj.sheet.actor .attributes-body .recursos .sep {
flex: none;
margin: 0 1px;
display: inline;
position: relative;
color: #7a7971;
font-weight: normal;
font-size: 24px;
}
.idj.sheet.actor .attributes-body .recursos .defesa .ability-scores .item-header h4 {
height: 18px;
line-height: 16px;
margin: 4px 3px 2px;
font-size: 18px;
border-bottom: 1px solid #c9c7b8;
}
.idj.sheet.actor .attributes-body .recursos .defesa .ability-scores input[type="number"] {
border: 0;
background: none;
} | 0.434701 | 0.062445 |
* {
margin :0;
padding: 0;
font-family: sans-serif;
}
html {
scroll-behavior: smooth;
}
.navbar-logo {
position: fixed;
margin-top: -10%;
z-index: 1;
box-shadow: 10px 0 2px 0;
background: #fff;
width: 100%;
}
.navbar-logo .logo {
width: 15%;
height: 85px;
margin-left: 2.5%;
}
.navbar-logo .logo a#home img {
width: 80%;
margin-top: 3%;
}
.navbar-logo .user {
position: absolute;
margin-top: -6%;
height: 12%;
margin-left: 79%;
}
.navbar-logo .user a#user img {
margin-top: 1%;
width: 25%;
}
.navbar-logo .user a#user p#user {
position: absolute;
margin-left: 30%;
color: #e52425;
font-size: 14pt;
margin-top: -18%;
}
.navbar-logo .logo p#user {
text-decoration: none;
margin-left: 84.5%;
position: absolute;
z-index: 1;
width: 20%;
margin-top: 2.7%;
margin-right: 0%;
font-size: 14pt;
color: #e52425;
width: 15.5%;
}
.background {
background: rgb(228, 228, 228);
width: 90%;
margin: 10% 5%;
padding: 40px 0 70px 0;
height: auto;
display: block;
}
.background .frame {
border:1px solid #e52425;
border-radius: 10px;
margin: 2% 5.5% 0 5.5%;
width: 85%;
padding: 2%;
}
.background .frame .back-title {
background-color: #e52425;
color: white;
border-radius: 5px 5px 0 0;
margin-left: 5%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.background .frame .back-titlee {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 43%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.background .frame .back-titleee {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 81%;
width: 7.5%;
padding: 1% 4%;
cursor: pointer;
}
.background .frame .back-title p#title {
font-size: 16pt;
}
.background .frame .back-titlee p#titlee {
font-size: 16pt;
margin-left: -26.5%;
}
.background .frame .back-titleee p#titleee {
font-size: 16pt;
margin-left: -2.5%;
}
.backgroundd {
background: rgb(228, 228, 228);
width: 90%;
margin: 10% 5%;
padding: 40px 0 70px 0;
height: auto;
display: none;
}
.backgroundd .frame {
border:1px solid #e52425;
border-radius: 10px;
margin: 2% 5.5% 0 5.5%;
width: 85%;
padding: 2%;
}
.backgroundd .frame .back-title {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-left: 5%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.backgroundd .frame .back-titlee {
background: #e52425;
color: white;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 43%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.backgroundd .frame .back-titleee {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 81%;
width: 7.5%;
padding: 1% 4%;
cursor: pointer;
}
.backgroundd .frame .back-title p#title {
font-size: 16pt;
}
.backgroundd .frame .back-titlee p#titlee {
font-size: 16pt;
margin-left: -26.5%;
}
.backgroundd .frame .back-titleee p#titleee {
font-size: 16pt;
margin-left: -2.5%;
}
.list-donasi {
background-color: #e52425;
margin: 2% 0% 0% 5%;
width: 91.5%;
height: auto;
border-radius: 10px;
padding-top: 2%;
color: white;
}
.list-donasi p#title {
text-align: center;
color: white;
font-size: 26pt;
}
.list-donasi p#belum-ada {
margin-left: 35%;
margin-top: 18%;
font-size: 200%;
}
.list-donasi img#sorry {
width: 5%;
margin-top: -5%;
margin-left: 58%;
}
.list-donasi .body {
margin: 2% 3%;
border:1px solid white;
height: 76%;
padding: 1% 2%;
}
.list-donasi .body .nama-bencana img {
margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
width: 20%;
}
.list-donasi .body .nama-bencana p#bencana {
position: absolute;
margin-top: -8%;
margin-left: 19%;
}
.list-donasi .body .nama-bencana p#kurir {
position: absolute;
margin-top: -3.7%;
margin-left: 19%;
}
.list-donasi .body .nama-bencana p#barang-donasi {
margin-top: -8%;
position: absolute;
margin-left: 50%;
}
.list-donasi .body .nama-bencana p#catatan {
margin-top: -3.7%;
position: absolute;
margin-left: 50%;
}
.list-donasi .body .deskripsi {
height: 51%;
padding: 1% 2%;
margin-top: 1%;
}
.list-donasi .body .deskripsi table{
border:1px solid white;
color: white;
/* text-align: center;*/
}
.list-donasi .body .deskripsi table {
width: 100%;
border-collapse: collapse;
border-radius: 10px;
}
.list-donasi .body .deskripsi table tr th{
padding: 1%;
}
.list-donasi .body .deskripsi table tr td{
border:1px solid white;
text-align: center;
padding-bottom: 10%;
}
.list-donasi .body .deskripsi table tr td#gambar img {
width: 50%;
height: 10%;
margin: 2%;
}
.list-donasi .body .deskripsi table tr td#gambar {
width: 30%;
}
.list-donasi .body .deskripsi p#kurangi {
color: white;
float: right;
margin: 1%;
font-size: 130%;
}
.list-donasii {
background-color: #e52425;
margin: -.1% 0% 0% 5%;
width: 91.5%;
height: auto;
border-radius: 0px 0px 5px 5px;
padding-top: 2%;
padding-bottom: 2%;
color: white;
display: block;
}
.list-donasii h1#title {
text-align: center;
}
.list-donasii .donasi {
margin:3%;
border:1px solid;
}
.list-donasii .donasi img {
margin: 2%;
width: 10%;
}
.list-donasii .donasi p#nama-bencana {
margin-left: 12%;
margin-top: -8%;
position: absolute;
}
.list-donasii .donasi p#barang {
margin-left: 12%;
margin-top: -5%;
position: absolute;
}
.list-donasii .donasi p#catatan {
margin-left: 40%;
margin-top: -8%;
width: 23%;
position: absolute;
}
.list-donasii .donasi button#pilih {
border:1px solid #e52425;
background-color: white;
color: #e52425;
border-radius: 10px;
margin-left: 90%;
padding: .5% 3%;
margin-bottom: 1%;
outline: none;
cursor: pointer;
}
.list-donasii#riwayat-pickup {
display: none;
}
.list-donasii#daftar-pickup {
display: none;
}
.background .frame .list-donasii .donasi p#konfirmasi {
float: right;
font-style: italic;
margin-top: 10.5%;
margin-right: 3%;
}
.list-donasii .donasi .atas img {
margin: 2%;
width: 10%;
margin-left: 5%;
margin-top: 5%;
}
.list-donasii .donasi .atas .keterangan {
margin-top: -8.5%;
margin-left: 11.5%;
position: absolute;
}
.list-donasii .donasi .atas .keterangan p {
line-height: 200%;
}
.list-donasii .donasi .bawah {
margin: 0 2%;
height: 200px;
}
.list-donasii .donasi .bawah form input#bukti {
margin:13% 2% 1% 7.5%;
}
.list-donasii .donasi .bawah form p#status {
margin-top: -13.5%;
margin-bottom: 1%;
margin-left: 40%;
}
.list-donasii .donasi .bawah form select#status-track{
border:1px solid;
background-color: #e52425;
color: white;
padding: .3% 1.5%;
margin-left: 40%;
cursor: pointer;
}
.list-donasii .donasi .bawah textarea {
margin-top: 1%;
margin-left: 40%;
width: 55%;
padding: 2% 2% 8% 2%;
border-radius: 8px;
}
.list-donasii .donasi button#kirim{
margin-left: 90%;
margin-top: -7%;
padding: .5% 2%;
border:1px solid #e52425;
border-radius: 10px;
color:#e52425;
margin-bottom: 1%;
background-color: white;
cursor: pointer;
}
.list-donasii h1#title {
text-align: center;
} | CSS/style-list-donasi.css | * {
margin :0;
padding: 0;
font-family: sans-serif;
}
html {
scroll-behavior: smooth;
}
.navbar-logo {
position: fixed;
margin-top: -10%;
z-index: 1;
box-shadow: 10px 0 2px 0;
background: #fff;
width: 100%;
}
.navbar-logo .logo {
width: 15%;
height: 85px;
margin-left: 2.5%;
}
.navbar-logo .logo a#home img {
width: 80%;
margin-top: 3%;
}
.navbar-logo .user {
position: absolute;
margin-top: -6%;
height: 12%;
margin-left: 79%;
}
.navbar-logo .user a#user img {
margin-top: 1%;
width: 25%;
}
.navbar-logo .user a#user p#user {
position: absolute;
margin-left: 30%;
color: #e52425;
font-size: 14pt;
margin-top: -18%;
}
.navbar-logo .logo p#user {
text-decoration: none;
margin-left: 84.5%;
position: absolute;
z-index: 1;
width: 20%;
margin-top: 2.7%;
margin-right: 0%;
font-size: 14pt;
color: #e52425;
width: 15.5%;
}
.background {
background: rgb(228, 228, 228);
width: 90%;
margin: 10% 5%;
padding: 40px 0 70px 0;
height: auto;
display: block;
}
.background .frame {
border:1px solid #e52425;
border-radius: 10px;
margin: 2% 5.5% 0 5.5%;
width: 85%;
padding: 2%;
}
.background .frame .back-title {
background-color: #e52425;
color: white;
border-radius: 5px 5px 0 0;
margin-left: 5%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.background .frame .back-titlee {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 43%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.background .frame .back-titleee {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 81%;
width: 7.5%;
padding: 1% 4%;
cursor: pointer;
}
.background .frame .back-title p#title {
font-size: 16pt;
}
.background .frame .back-titlee p#titlee {
font-size: 16pt;
margin-left: -26.5%;
}
.background .frame .back-titleee p#titleee {
font-size: 16pt;
margin-left: -2.5%;
}
.backgroundd {
background: rgb(228, 228, 228);
width: 90%;
margin: 10% 5%;
padding: 40px 0 70px 0;
height: auto;
display: none;
}
.backgroundd .frame {
border:1px solid #e52425;
border-radius: 10px;
margin: 2% 5.5% 0 5.5%;
width: 85%;
padding: 2%;
}
.backgroundd .frame .back-title {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-left: 5%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.backgroundd .frame .back-titlee {
background: #e52425;
color: white;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 43%;
width: 6%;
padding: 1% 4%;
cursor: pointer;
}
.backgroundd .frame .back-titleee {
color: #e52425;
border-radius: 5px 5px 0 0;
margin-top: -4.5%;
margin-left: 81%;
width: 7.5%;
padding: 1% 4%;
cursor: pointer;
}
.backgroundd .frame .back-title p#title {
font-size: 16pt;
}
.backgroundd .frame .back-titlee p#titlee {
font-size: 16pt;
margin-left: -26.5%;
}
.backgroundd .frame .back-titleee p#titleee {
font-size: 16pt;
margin-left: -2.5%;
}
.list-donasi {
background-color: #e52425;
margin: 2% 0% 0% 5%;
width: 91.5%;
height: auto;
border-radius: 10px;
padding-top: 2%;
color: white;
}
.list-donasi p#title {
text-align: center;
color: white;
font-size: 26pt;
}
.list-donasi p#belum-ada {
margin-left: 35%;
margin-top: 18%;
font-size: 200%;
}
.list-donasi img#sorry {
width: 5%;
margin-top: -5%;
margin-left: 58%;
}
.list-donasi .body {
margin: 2% 3%;
border:1px solid white;
height: 76%;
padding: 1% 2%;
}
.list-donasi .body .nama-bencana img {
margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
width: 20%;
}
.list-donasi .body .nama-bencana p#bencana {
position: absolute;
margin-top: -8%;
margin-left: 19%;
}
.list-donasi .body .nama-bencana p#kurir {
position: absolute;
margin-top: -3.7%;
margin-left: 19%;
}
.list-donasi .body .nama-bencana p#barang-donasi {
margin-top: -8%;
position: absolute;
margin-left: 50%;
}
.list-donasi .body .nama-bencana p#catatan {
margin-top: -3.7%;
position: absolute;
margin-left: 50%;
}
.list-donasi .body .deskripsi {
height: 51%;
padding: 1% 2%;
margin-top: 1%;
}
.list-donasi .body .deskripsi table{
border:1px solid white;
color: white;
/* text-align: center;*/
}
.list-donasi .body .deskripsi table {
width: 100%;
border-collapse: collapse;
border-radius: 10px;
}
.list-donasi .body .deskripsi table tr th{
padding: 1%;
}
.list-donasi .body .deskripsi table tr td{
border:1px solid white;
text-align: center;
padding-bottom: 10%;
}
.list-donasi .body .deskripsi table tr td#gambar img {
width: 50%;
height: 10%;
margin: 2%;
}
.list-donasi .body .deskripsi table tr td#gambar {
width: 30%;
}
.list-donasi .body .deskripsi p#kurangi {
color: white;
float: right;
margin: 1%;
font-size: 130%;
}
.list-donasii {
background-color: #e52425;
margin: -.1% 0% 0% 5%;
width: 91.5%;
height: auto;
border-radius: 0px 0px 5px 5px;
padding-top: 2%;
padding-bottom: 2%;
color: white;
display: block;
}
.list-donasii h1#title {
text-align: center;
}
.list-donasii .donasi {
margin:3%;
border:1px solid;
}
.list-donasii .donasi img {
margin: 2%;
width: 10%;
}
.list-donasii .donasi p#nama-bencana {
margin-left: 12%;
margin-top: -8%;
position: absolute;
}
.list-donasii .donasi p#barang {
margin-left: 12%;
margin-top: -5%;
position: absolute;
}
.list-donasii .donasi p#catatan {
margin-left: 40%;
margin-top: -8%;
width: 23%;
position: absolute;
}
.list-donasii .donasi button#pilih {
border:1px solid #e52425;
background-color: white;
color: #e52425;
border-radius: 10px;
margin-left: 90%;
padding: .5% 3%;
margin-bottom: 1%;
outline: none;
cursor: pointer;
}
.list-donasii#riwayat-pickup {
display: none;
}
.list-donasii#daftar-pickup {
display: none;
}
.background .frame .list-donasii .donasi p#konfirmasi {
float: right;
font-style: italic;
margin-top: 10.5%;
margin-right: 3%;
}
.list-donasii .donasi .atas img {
margin: 2%;
width: 10%;
margin-left: 5%;
margin-top: 5%;
}
.list-donasii .donasi .atas .keterangan {
margin-top: -8.5%;
margin-left: 11.5%;
position: absolute;
}
.list-donasii .donasi .atas .keterangan p {
line-height: 200%;
}
.list-donasii .donasi .bawah {
margin: 0 2%;
height: 200px;
}
.list-donasii .donasi .bawah form input#bukti {
margin:13% 2% 1% 7.5%;
}
.list-donasii .donasi .bawah form p#status {
margin-top: -13.5%;
margin-bottom: 1%;
margin-left: 40%;
}
.list-donasii .donasi .bawah form select#status-track{
border:1px solid;
background-color: #e52425;
color: white;
padding: .3% 1.5%;
margin-left: 40%;
cursor: pointer;
}
.list-donasii .donasi .bawah textarea {
margin-top: 1%;
margin-left: 40%;
width: 55%;
padding: 2% 2% 8% 2%;
border-radius: 8px;
}
.list-donasii .donasi button#kirim{
margin-left: 90%;
margin-top: -7%;
padding: .5% 2%;
border:1px solid #e52425;
border-radius: 10px;
color:#e52425;
margin-bottom: 1%;
background-color: white;
cursor: pointer;
}
.list-donasii h1#title {
text-align: center;
} | 0.226527 | 0.085748 |
:root {
--navgreen: rgb(17, 206, 133);
--navcategory:rgb(22, 2, 2);
--buttonbackground:black;
--navbarback:#000039;
--primary-color: black;
--secondary-color: white;
--buttoncolor:rgb(17, 206, 133);
--cardbackground:white;
--searchbtn:rgb(82, 226, 82);
--bodyback:white;
--headline:BLACK;
--cardtitle:black;
}
.dark-theme {
/* --navgreen: #1165b4; */
--navcategory:WHITE;
--buttonbackground:rgb(3, 29, 51);
--searchbtn:ORANGE;
--primary-color: #f5f5f5;
--secondary-color: black;
--buttoncolor:#000060;
--cardbackground:#0f020a;
--bodyback:#170c1a;
--headline:ORANGE;
--cardtitle:rgb(157, 224, 224);
}
.text-center5{
margin: auto;
width: 70%;
margin-top: 75px;
}
.text-center2{
font-weight: 700;
color: var(--headline);
}
.text-center10{
margin-top: 25px;
margin-left:65px;
margin-right:65px;
}
.text-center3{
color: var(--primary-color);
font-size: 17px;
word-spacing: 4px;
}
.card{
margin: 15px;
}
/* .navbar-toggle-item{
color: black;
} */
.navbar{
/* position: fixed; */
top: 0;
z-index: 2;
}
.navbar-brand{
color: var(--navcategory);
font-weight: 650;
font-size:24px;
}
.navbar-brand:hover{
color: #0d6efd;
}
.navbar{
background-color: var(--navgreen);
/* background-color: #000039; */
}
.nav-link{
color: var(--navcategory);
font-weight: 530;
font-size: 18px;
}
.nav-link:hover{
color: #0d6efd;
}
.text-center1{
margin:auto;
width: 90%;
margin-top: 63px;
margin-bottom: 18px;
display: block;
/* background-color: #191970; */
text-align: center;
border: 1 px solid black;
border-radius: 50px;
}
.text-center{
font-weight: 650;
font-size: 35px;
color: var(--headline);
line-height: 60px;
}
.darkimg2{
display: none;
}
body{
background-color: var(--secondary-color);
}
.card-body{
background-color: var(--cardbackground);
color: var(--primary-color);
/* margin: 10px; */
}
.card-title{
color: var(--cardtitle);
}
#btn2{
color: orange;
background-color:var(--buttonbackground);
/* border: none; */
}
#btn2:hover{
color: var(--secondary-color);
background-color: var(--primary-color);
}
.btn{
background-color: var(--buttoncolor);
color: var(--primary-color) ;
font-weight: 600;
/* border: none; */
}
.btn:hover{
background-color:var(--primary-color);
color: var(--secondary-color);
}
@media (max-width: 1000px) and (min-width: 300px){
.navbar{
margin: block;
width: 100%;
}
.text-center5{
width: 50%;
}
.d-flex{
width: 80%;
margin: auto;
}
.darkimg2{
display: inline-block;
margin-right: 0px;
}
#darkimg{
display: none;
}
.text-center1{
width: 90%;
}
}
@media (max-width: 546px) and (min-width: 300px){
.text-center1{
width: 90%;
margin-top: 35px;
}
.text-center{
width: 90%;
line-height: 80px;
}
}
@media (max-width: 726px) and (min-width: 300px){
.text-center5{
width: 90%;
margin-left: 30px;
}
.text-center10{
margin-top: 25px;
margin-left:25px;
margin-right:25px;
}
} | src/components/Darkmode.css | :root {
--navgreen: rgb(17, 206, 133);
--navcategory:rgb(22, 2, 2);
--buttonbackground:black;
--navbarback:#000039;
--primary-color: black;
--secondary-color: white;
--buttoncolor:rgb(17, 206, 133);
--cardbackground:white;
--searchbtn:rgb(82, 226, 82);
--bodyback:white;
--headline:BLACK;
--cardtitle:black;
}
.dark-theme {
/* --navgreen: #1165b4; */
--navcategory:WHITE;
--buttonbackground:rgb(3, 29, 51);
--searchbtn:ORANGE;
--primary-color: #f5f5f5;
--secondary-color: black;
--buttoncolor:#000060;
--cardbackground:#0f020a;
--bodyback:#170c1a;
--headline:ORANGE;
--cardtitle:rgb(157, 224, 224);
}
.text-center5{
margin: auto;
width: 70%;
margin-top: 75px;
}
.text-center2{
font-weight: 700;
color: var(--headline);
}
.text-center10{
margin-top: 25px;
margin-left:65px;
margin-right:65px;
}
.text-center3{
color: var(--primary-color);
font-size: 17px;
word-spacing: 4px;
}
.card{
margin: 15px;
}
/* .navbar-toggle-item{
color: black;
} */
.navbar{
/* position: fixed; */
top: 0;
z-index: 2;
}
.navbar-brand{
color: var(--navcategory);
font-weight: 650;
font-size:24px;
}
.navbar-brand:hover{
color: #0d6efd;
}
.navbar{
background-color: var(--navgreen);
/* background-color: #000039; */
}
.nav-link{
color: var(--navcategory);
font-weight: 530;
font-size: 18px;
}
.nav-link:hover{
color: #0d6efd;
}
.text-center1{
margin:auto;
width: 90%;
margin-top: 63px;
margin-bottom: 18px;
display: block;
/* background-color: #191970; */
text-align: center;
border: 1 px solid black;
border-radius: 50px;
}
.text-center{
font-weight: 650;
font-size: 35px;
color: var(--headline);
line-height: 60px;
}
.darkimg2{
display: none;
}
body{
background-color: var(--secondary-color);
}
.card-body{
background-color: var(--cardbackground);
color: var(--primary-color);
/* margin: 10px; */
}
.card-title{
color: var(--cardtitle);
}
#btn2{
color: orange;
background-color:var(--buttonbackground);
/* border: none; */
}
#btn2:hover{
color: var(--secondary-color);
background-color: var(--primary-color);
}
.btn{
background-color: var(--buttoncolor);
color: var(--primary-color) ;
font-weight: 600;
/* border: none; */
}
.btn:hover{
background-color:var(--primary-color);
color: var(--secondary-color);
}
@media (max-width: 1000px) and (min-width: 300px){
.navbar{
margin: block;
width: 100%;
}
.text-center5{
width: 50%;
}
.d-flex{
width: 80%;
margin: auto;
}
.darkimg2{
display: inline-block;
margin-right: 0px;
}
#darkimg{
display: none;
}
.text-center1{
width: 90%;
}
}
@media (max-width: 546px) and (min-width: 300px){
.text-center1{
width: 90%;
margin-top: 35px;
}
.text-center{
width: 90%;
line-height: 80px;
}
}
@media (max-width: 726px) and (min-width: 300px){
.text-center5{
width: 90%;
margin-left: 30px;
}
.text-center10{
margin-top: 25px;
margin-left:25px;
margin-right:25px;
}
} | 0.417509 | 0.116337 |
.lockerContainer {
display: flex;
width: 100vw;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-self: center;
margin-bottom: 45px;
}
.itemContainer {
width: 100vw;
display: flex;
flex-direction: row;
justify-content: space-between;
border-bottom: 2px solid #ccc;
padding: 5px;
}
.itemImageContainer {
padding-top: 10px;
position: relative;
width: 100%;
height: 50%;
z-index: 1;
}
.inCartOverlay {
height: 100%;
z-index: 1;
position: relative;
}
.inCartIcon {
position: absolute;
top: 25%;
left: 32%;
font-size: 75px !important;
color: green;
z-index: 4;
}
.itemImage {
width: 25vw;
height: 100%;
object-fit: contain;
}
.itemTitle {
font-size: 18px;
font-weight: 500;
padding-top: 8px;
padding-left: 0px;
padding-right: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.itemAvailability {
font-size: 15px;
font-weight: 400;
padding-top: 5px;
}
.itemIconsContainer {
padding-top: 15px;
padding-right: 15px;
}
.itemIcon {
padding-top: 6px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 0px;
background: #f59f27;
font-size: 20px;
line-height: 25px;
border: none;
color: #fff;
width: 25px;
height: 25px;
border-radius: 4px;
}
.plus {
border-top-left-radius: 4px;
}
.minus {
border-top-left-radius: 4px;
}
.info {
border-top-right-radius: 4px;
}
.plus:hover {
background: green;
cursor: pointer;
}
.minus:hover {
background: #ac0202;
cursor: pointer;
}
.info:hover {
background: #c27e1f;
cursor: pointer;
}
/* Desktop */
@media only screen and (min-width: 650px) {
.lockerContainer {
width: 90vw;
}
.itemContainer {
width: 200px;
height: 200px;
border: 2px solid #ccc;
border-radius: 4px;
margin-top: 15px;
display: flex;
flex-direction: column;
text-align: center;
justify-content: space-between;
padding: 0px;
}
.itemIcon {
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
background: #f59f27;
font-size: 20px;
line-height: 45px;
border: none;
color: #fff;
width: 25px;
height: 55px;
}
.itemIconsContainer {
padding: 0;
position: relative;
bottom: 52px;
height: 13px;
display: flex;
flex-direction: row;
justify-content: space-between;
z-index: 10;
}
.itemImage {
width: 100%;
height: 100%;
object-fit: contain;
}
.itemTitle {
padding-left: 5px;
padding-right: 5px;
}
} | src/Components/Locker/Locker.css | .lockerContainer {
display: flex;
width: 100vw;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-self: center;
margin-bottom: 45px;
}
.itemContainer {
width: 100vw;
display: flex;
flex-direction: row;
justify-content: space-between;
border-bottom: 2px solid #ccc;
padding: 5px;
}
.itemImageContainer {
padding-top: 10px;
position: relative;
width: 100%;
height: 50%;
z-index: 1;
}
.inCartOverlay {
height: 100%;
z-index: 1;
position: relative;
}
.inCartIcon {
position: absolute;
top: 25%;
left: 32%;
font-size: 75px !important;
color: green;
z-index: 4;
}
.itemImage {
width: 25vw;
height: 100%;
object-fit: contain;
}
.itemTitle {
font-size: 18px;
font-weight: 500;
padding-top: 8px;
padding-left: 0px;
padding-right: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.itemAvailability {
font-size: 15px;
font-weight: 400;
padding-top: 5px;
}
.itemIconsContainer {
padding-top: 15px;
padding-right: 15px;
}
.itemIcon {
padding-top: 6px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 0px;
background: #f59f27;
font-size: 20px;
line-height: 25px;
border: none;
color: #fff;
width: 25px;
height: 25px;
border-radius: 4px;
}
.plus {
border-top-left-radius: 4px;
}
.minus {
border-top-left-radius: 4px;
}
.info {
border-top-right-radius: 4px;
}
.plus:hover {
background: green;
cursor: pointer;
}
.minus:hover {
background: #ac0202;
cursor: pointer;
}
.info:hover {
background: #c27e1f;
cursor: pointer;
}
/* Desktop */
@media only screen and (min-width: 650px) {
.lockerContainer {
width: 90vw;
}
.itemContainer {
width: 200px;
height: 200px;
border: 2px solid #ccc;
border-radius: 4px;
margin-top: 15px;
display: flex;
flex-direction: column;
text-align: center;
justify-content: space-between;
padding: 0px;
}
.itemIcon {
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
background: #f59f27;
font-size: 20px;
line-height: 45px;
border: none;
color: #fff;
width: 25px;
height: 55px;
}
.itemIconsContainer {
padding: 0;
position: relative;
bottom: 52px;
height: 13px;
display: flex;
flex-direction: row;
justify-content: space-between;
z-index: 10;
}
.itemImage {
width: 100%;
height: 100%;
object-fit: contain;
}
.itemTitle {
padding-left: 5px;
padding-right: 5px;
}
} | 0.430147 | 0.059237 |
.umx-card {
padding: 15px 20px;
padding: 1.5rem 2rem;
background-color: #eee;
border: 0
}
.ms-feature{
transition:all ease-in 0.3s;
}
.ms-feature:hover {
transform: scale(1.1);
box-shadow: 0 4px 4px 0 rgba(0,0,0,.14),0 5px 3px -2px rgba(0,0,0,.2),0 3px 7px 0 rgba(0,0,0,.12);
}
.ms-feature:hover > .img-hover {
width: 100%;
height: 100%;
position: absolute;
background-color: #FFF;
opacity: 0.15;
}
.card-itsp-green {
border-color: #11AF50;
}
.card-itsp-green > .card-header {
border-color: #11AF50;
color: white;
background-color: #5cb85c;
}
.card-itsp-green > a {
color: #11AF50;
}
.card-itsp-green > a:hover {
color: #0b7a38;
}
.card-itsp-purple {
border-color: #3A1978;
}
.card-itsp-purple > .card-header {
border-color: #3A1978;
color: white;
background-color: #3A1978;
}
.card-itsp-purple > a {
color: #3A1978;
}
.card-itsp-purple > a:hover {
color: #281154;
}
.card-itsp-pink {
border-color: #B5006A;
}
.card-itsp-pink > .card-header {
border-color: #B5006A;
color: white;
background-color: #B5006A;
}
.card-itsp-pink > a {
color: #B5006A;
}
.card-itsp-pink > a:hover {
color: #7e004a;
}
.card-itsp-blue {
border-color: #009DCA;
}
.card-itsp-blue > .card-header {
border-color: #009DCA;
color: white;
background-color: #009DCA;
}
.card-itsp-blue > a {
color: #009DCA;
}
.card-itsp-blue > a:hover {
color: #006d8d;
}
.card-dls-squares > .card-header {
background-image: url('../Images/dls-sqs.png');
background-repeat: no-repeat, no-repeat;
background-size: 100% 100%, 100% 100%;
color: white
}
.card .card-header h2 {
font-size: 18px;
font-size: 1.8rem
}
.modal .modal-dialog .modal-content .modal-header .close {
color: #616161;
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
font-size: 16px;
padding: 5px;
padding: .5rem;
margin: 14px 24px 0 0;
margin: 1.4rem 2.4rem 0 0;
cursor: pointer
}
.modal .modal-dialog .modal-content .modal-header .close:hover, .modal .modal-dialog .modal-content .modal-header .close:focus {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
margin: 0;
padding: 30px 24px 0;
padding: 3rem 2.4rem 0
}
.modal .modal-dialog .modal-content .modal-body {
padding: 24px;
padding: 2.4rem
}
.modal.modal-primary .modal-dialog .modal-content .modal-header {
background-color: #FFF;
color: #005eb8;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}
.modal.modal-primary .modal-dialog .modal-content .modal-header .close {
color: #aaa
}
.modal.modal-primary .modal-dialog .modal-content .modal-header .close:hover {
color: #888
}
.modal.modal-primary .modal-dialog .modal-content .modal-header .modal-title {
padding: 16px 24px;
padding: 1.6rem 2.4rem;
vertical-align: middle
}
.btn-block {
text-transform: uppercase;
padding: 8px 30px;
} | ITSP-TrackingSystemRefactor/Content/usermx.css | .umx-card {
padding: 15px 20px;
padding: 1.5rem 2rem;
background-color: #eee;
border: 0
}
.ms-feature{
transition:all ease-in 0.3s;
}
.ms-feature:hover {
transform: scale(1.1);
box-shadow: 0 4px 4px 0 rgba(0,0,0,.14),0 5px 3px -2px rgba(0,0,0,.2),0 3px 7px 0 rgba(0,0,0,.12);
}
.ms-feature:hover > .img-hover {
width: 100%;
height: 100%;
position: absolute;
background-color: #FFF;
opacity: 0.15;
}
.card-itsp-green {
border-color: #11AF50;
}
.card-itsp-green > .card-header {
border-color: #11AF50;
color: white;
background-color: #5cb85c;
}
.card-itsp-green > a {
color: #11AF50;
}
.card-itsp-green > a:hover {
color: #0b7a38;
}
.card-itsp-purple {
border-color: #3A1978;
}
.card-itsp-purple > .card-header {
border-color: #3A1978;
color: white;
background-color: #3A1978;
}
.card-itsp-purple > a {
color: #3A1978;
}
.card-itsp-purple > a:hover {
color: #281154;
}
.card-itsp-pink {
border-color: #B5006A;
}
.card-itsp-pink > .card-header {
border-color: #B5006A;
color: white;
background-color: #B5006A;
}
.card-itsp-pink > a {
color: #B5006A;
}
.card-itsp-pink > a:hover {
color: #7e004a;
}
.card-itsp-blue {
border-color: #009DCA;
}
.card-itsp-blue > .card-header {
border-color: #009DCA;
color: white;
background-color: #009DCA;
}
.card-itsp-blue > a {
color: #009DCA;
}
.card-itsp-blue > a:hover {
color: #006d8d;
}
.card-dls-squares > .card-header {
background-image: url('../Images/dls-sqs.png');
background-repeat: no-repeat, no-repeat;
background-size: 100% 100%, 100% 100%;
color: white
}
.card .card-header h2 {
font-size: 18px;
font-size: 1.8rem
}
.modal .modal-dialog .modal-content .modal-header .close {
color: #616161;
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
font-size: 16px;
padding: 5px;
padding: .5rem;
margin: 14px 24px 0 0;
margin: 1.4rem 2.4rem 0 0;
cursor: pointer
}
.modal .modal-dialog .modal-content .modal-header .close:hover, .modal .modal-dialog .modal-content .modal-header .close:focus {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
margin: 0;
padding: 30px 24px 0;
padding: 3rem 2.4rem 0
}
.modal .modal-dialog .modal-content .modal-body {
padding: 24px;
padding: 2.4rem
}
.modal.modal-primary .modal-dialog .modal-content .modal-header {
background-color: #FFF;
color: #005eb8;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}
.modal.modal-primary .modal-dialog .modal-content .modal-header .close {
color: #aaa
}
.modal.modal-primary .modal-dialog .modal-content .modal-header .close:hover {
color: #888
}
.modal.modal-primary .modal-dialog .modal-content .modal-header .modal-title {
padding: 16px 24px;
padding: 1.6rem 2.4rem;
vertical-align: middle
}
.btn-block {
text-transform: uppercase;
padding: 8px 30px;
} | 0.520253 | 0.134491 |
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
html {
background-color: black;
user-select: none;
}
html body {
margin: 0;
overflow: hidden;
}
.sw {
display: flex;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.sw .so {
top: 0;
left: 0;
width: 50%;
height: 100%;
}
.sw .vhr {
height: 100%;
width: 1px;
background-color: rgba(255, 255, 255, 0.1);
}
.g .p {
height: 21vh;
width: 8px;
position: absolute;
border-radius: 90px;
}
.g .p:nth-child(1) {
background-color: #00ccff;
-webkit-animation-name: rainbow-bg;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
}
.g .p:nth-child(2) {
background-color: #00ff00;
-webkit-animation-name: rainbow-bg;
-webkit-animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
}
.g .b {
display: none;
height: 1.3vh;
width: 1.3vh;
position: absolute;
border-radius: 90px;
-webkit-animation-name: rainbow-bg;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
}
.s {
padding: 2vh 3vh 2vh 3vh;
font-family: "Press Start 2P";
font-size: 6vh;
text-align: center;
color: lime;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: font-size 0.2s;
cursor: pointer;
-webkit-animation-name: rainbow-txt;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
z-index: 2;
}
.s:hover {
transition: font-size 0.2s;
font-size: 5vh;
}
.s .in {
margin: 2vh auto 0 auto;
width: 25vh;
font-size: 1vh;
line-height: 2vh;
}
.sb {
position: absolute;
left: 50%;
bottom: 1vh;
width: 15vh;
transform: translateX(-50%);
padding: 2vh;
display: flex;
justify-content: space-between;
}
.sb p {
color: black;
font-size: 3vh;
margin-top: 0;
margin-bottom: 0;
font-family: "Press Start 2P";
-webkit-animation-name: rainbow-txt;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
}
.op {
height: 11vh;
width: 20vh;
position: absolute;
bottom: -15vh;
left: 0;
z-index: 1;
border-top: 0.8vh solid rgba(255, 255, 255, 0.1);
padding: 2vh;
background-color: black;
transition: bottom 0.2s;
}
.op:hover {
bottom: 0;
transition: bottom 0.2s;
}
.op .st {
font-family: "Press Start 2P";
-webkit-animation-name: rainbow-txt;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
font-size: 1.5vh;
text-align: center;
margin: 0 0 1em 0;
cursor: pointer;
transition: font-size 0.2s;
}
.op .st:nth-last-child(1) {
margin: 0;
}
.op .st:hover {
font-size: 1.4vh;
transition: font-size 0.2s;
}
@-webkit-keyframes rainbow-bg {
0% {
background-color: red;
box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red;
}
16% {
background-color: #FF7F00;
box-shadow: 0 0 10px #FF7F00, 0 0 20px #FF7F00, 0 0 30px #FF7F00, 0 0 40px #FF7F00, 0 0 50px #FF7F00, 0 0 60px #FF7F00, 0 0 70px #FF7F00;
}
32% {
background-color: yellow;
box-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 30px yellow, 0 0 40px yellow, 0 0 50px yellow, 0 0 60px yellow, 0 0 70px yellow;
}
48% {
background-color: lime;
box-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px lime, 0 0 40px lime, 0 0 50px lime, 0 0 60px lime, 0 0 70px lime;
}
64% {
background-color: blue;
box-shadow: 0 0 10px blue, 0 0 20px blue, 0 0 30px blue, 0 0 40px blue, 0 0 50px blue, 0 0 60px blue, 0 0 70px blue;
}
84% {
background-color: #8B00FF;
box-shadow: 0 0 10px #8B00FF, 0 0 20px #8B00FF, 0 0 30px #8B00FF, 0 0 40px #8B00FF, 0 0 50px #8B00FF, 0 0 60px #8B00FF, 0 0 70px #8B00FF;
}
100% {
background-color: red;
box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red;
}
100%;
}
@-webkit-keyframes rainbow-txt {
0% {
color: red;
}
16% {
color: #FF7F00;
}
32% {
color: yellow;
}
48% {
color: lime;
}
64% {
color: blue;
}
84% {
color: #8B00FF;
}
100% {
color: red;
}
}
.cpb {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/455279/Button-Black-Large.png);
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center;
filter: invert(100%);
height: 30px !important;
width: 30px !important;
} | css/style.css | @import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
html {
background-color: black;
user-select: none;
}
html body {
margin: 0;
overflow: hidden;
}
.sw {
display: flex;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.sw .so {
top: 0;
left: 0;
width: 50%;
height: 100%;
}
.sw .vhr {
height: 100%;
width: 1px;
background-color: rgba(255, 255, 255, 0.1);
}
.g .p {
height: 21vh;
width: 8px;
position: absolute;
border-radius: 90px;
}
.g .p:nth-child(1) {
background-color: #00ccff;
-webkit-animation-name: rainbow-bg;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
}
.g .p:nth-child(2) {
background-color: #00ff00;
-webkit-animation-name: rainbow-bg;
-webkit-animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
}
.g .b {
display: none;
height: 1.3vh;
width: 1.3vh;
position: absolute;
border-radius: 90px;
-webkit-animation-name: rainbow-bg;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
}
.s {
padding: 2vh 3vh 2vh 3vh;
font-family: "Press Start 2P";
font-size: 6vh;
text-align: center;
color: lime;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: font-size 0.2s;
cursor: pointer;
-webkit-animation-name: rainbow-txt;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
z-index: 2;
}
.s:hover {
transition: font-size 0.2s;
font-size: 5vh;
}
.s .in {
margin: 2vh auto 0 auto;
width: 25vh;
font-size: 1vh;
line-height: 2vh;
}
.sb {
position: absolute;
left: 50%;
bottom: 1vh;
width: 15vh;
transform: translateX(-50%);
padding: 2vh;
display: flex;
justify-content: space-between;
}
.sb p {
color: black;
font-size: 3vh;
margin-top: 0;
margin-bottom: 0;
font-family: "Press Start 2P";
-webkit-animation-name: rainbow-txt;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
}
.op {
height: 11vh;
width: 20vh;
position: absolute;
bottom: -15vh;
left: 0;
z-index: 1;
border-top: 0.8vh solid rgba(255, 255, 255, 0.1);
padding: 2vh;
background-color: black;
transition: bottom 0.2s;
}
.op:hover {
bottom: 0;
transition: bottom 0.2s;
}
.op .st {
font-family: "Press Start 2P";
-webkit-animation-name: rainbow-txt;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
font-size: 1.5vh;
text-align: center;
margin: 0 0 1em 0;
cursor: pointer;
transition: font-size 0.2s;
}
.op .st:nth-last-child(1) {
margin: 0;
}
.op .st:hover {
font-size: 1.4vh;
transition: font-size 0.2s;
}
@-webkit-keyframes rainbow-bg {
0% {
background-color: red;
box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red;
}
16% {
background-color: #FF7F00;
box-shadow: 0 0 10px #FF7F00, 0 0 20px #FF7F00, 0 0 30px #FF7F00, 0 0 40px #FF7F00, 0 0 50px #FF7F00, 0 0 60px #FF7F00, 0 0 70px #FF7F00;
}
32% {
background-color: yellow;
box-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 30px yellow, 0 0 40px yellow, 0 0 50px yellow, 0 0 60px yellow, 0 0 70px yellow;
}
48% {
background-color: lime;
box-shadow: 0 0 10px lime, 0 0 20px lime, 0 0 30px lime, 0 0 40px lime, 0 0 50px lime, 0 0 60px lime, 0 0 70px lime;
}
64% {
background-color: blue;
box-shadow: 0 0 10px blue, 0 0 20px blue, 0 0 30px blue, 0 0 40px blue, 0 0 50px blue, 0 0 60px blue, 0 0 70px blue;
}
84% {
background-color: #8B00FF;
box-shadow: 0 0 10px #8B00FF, 0 0 20px #8B00FF, 0 0 30px #8B00FF, 0 0 40px #8B00FF, 0 0 50px #8B00FF, 0 0 60px #8B00FF, 0 0 70px #8B00FF;
}
100% {
background-color: red;
box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red;
}
100%;
}
@-webkit-keyframes rainbow-txt {
0% {
color: red;
}
16% {
color: #FF7F00;
}
32% {
color: yellow;
}
48% {
color: lime;
}
64% {
color: blue;
}
84% {
color: #8B00FF;
}
100% {
color: red;
}
}
.cpb {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/455279/Button-Black-Large.png);
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center;
filter: invert(100%);
height: 30px !important;
width: 30px !important;
} | 0.39257 | 0.077065 |
font-family: "Lucida Console", Monaco, monospace;
font-size: 16px;
line-height: 16px;
display:grid;
grid-template-columns: 1fr 76px 69px 260px 96px 208px 1fr;
grid-template-rows: 1fr 32px 268px 96px 199px 148px 257px 1fr;
}
#pokedex{
grid-column:2/7;
grid-row: 2/7;
}
#blink {
justify-content: left;
grid-column:3/4;
grid-row:3/4;
width: 120px;
height: 120px;
animation-duration: 1s;
animation-iteration-count: infinite;
}
#pokeSprite{
grid-column: 5/6;
grid-row: 4/5;
}
#pokeData{
grid-column:4/6;
grid-row:4/6;
height: 295px;
width: 390px;
}
#evoDiv{
display:flex;
flex-direction: row;
justify-content: center;
}
#statsRadar{
margin-left: 15px;
}
#changeType1{
grid-column: 4/5;
grid-row: 7/8;
width: 100px;
height:25px;
margin-left: 35px;
}
#changeType1Button{
background-color: #CD0B26;
width:100px;
height:25px;
border: 1px solid black;
border-radius: 15px;
}
#changeType1Button:hover{
box-shadow: 2px 2px 2px black
}
#changeType2{
grid-column: 4/5;
grid-row: 7/8;
width: 100px;
height:25px;
margin-left: 159px;
}
#changeType2Button{
background-color: #136F81;
width:100px;
height:25px;
border: 1px solid black;
border-radius: 15px;
}
#changeType2Button:hover{
box-shadow: 2px 2px 2px black
}
#searchFormDiv{
grid-column: 4/5;
grid-row: 7/8;
margin-top: 105px;
margin-left: 20px;
}
#searchForm{
display:flex
}
#searchTerm{
height: 50px;
width: 155px;
font-size: 16px;
background-color:transparent;
border-top: none;
border-left: none;
border-right: none;
z-index: 2;
}
#bouncingPokeball{
height: 42px;
width: 56px;
margin-top: 8px;
}
#leftD{
height: 60px;
width: 60px;
margin-top: 42px;
margin-left: 22px;
grid-column:5/6;
grid-row: 7/8;
}
#rightD{
height: 60px;
width: 60px;
margin-top: 42px;
margin-left: 32px;
grid-column:6/7;
grid-row: 7/8;
}
@keyframes POISON {
0% {background-color: #C183C1;}
50% {background-color: #682A68;}
100% {background-color: #C183C1;}
}
@keyframes NORMAL {
0% {background-color: #C6C6A7;}
100% {background-color: #C6C6A7;}
50% {background-color: #6D6D4E;}
}
@keyframes FIGHTING {
0% {background-color: #D67974;}
100% {background-color: #D67974;}
50% {background-color: #7D1F1A;}
}
@keyframes FLYING {
0% {background-color: #C6B7F5;}
100% {background-color: #C6B7F5;}
50% {background-color: #6D5E9C;}
}
@keyframes GROUND {
0% {background-color: #EBD69D;}
100% {background-color: #EBD69D;}
50% {background-color: #927D44;}
}
@keyframes ROCK {
0% {background-color: #D1C17D;}
100% {background-color: #D1C17D;}
50% {background-color: #796824;}
}
@keyframes BUG {
0% {background-color: #C6D16E;}
100% {background-color: #C6D16E;}
50% {background-color: #6D7915;}
}
@keyframes GHOST {
0% {background-color: #A292BC;}
100% {background-color: #A292BC;}
50% {background-color: #4A3963;}
}
@keyframes STEEL {
0% {background-color: #D1D1E0;}
100% {background-color: #D1D1E0;}
50% {background-color: #797987;}
}
@keyframes FIRE {
0% {background-color: #F5AB78;}
100% {background-color: #F5AB78;}
50% {background-color: #F07F34;}
}
@keyframes WATER {
0% {background-color: #9DB7F5;}
100% {background-color: #9DB7F5;}
50% {background-color: #445E9C;}
}
@keyframes GRASS {
0% {background-color: #A7DB8D;}
100% {background-color: #A7DB8D;}
50% {background-color: #4E8234;}
}
@keyframes ELECTRIC {
0% {background-color: #FAE079;}
100% {background-color: #FAE079;}
50% {background-color: #A18720;}
}
@keyframes PSYCHIC {
0% {background-color: #FA92B2;}
100% {background-color: #FA92B2;}
50% {background-color: #A1395A;}
}
@keyframes ICE {
0% {background-color: #BCE6E6;}
100% {background-color: #BCE6E6;}
50% {background-color: #638D8D;}
}
@keyframes DRAGON {
0% {background-color: #A27DFA;}
100% {background-color: #A27DFA;}
50% {background-color: #4A24A1;}
}
@keyframes DARK {
0% {background-color: #A29288;}
100% {background-color: #A29288;}
50% {background-color: #4A3930;}
}
@keyframes FAIRY {
0% {background-color: #F4BDC9;}
100% {background-color: #F4BDC9;}
50% {background-color: #9B6471;}
}
@keyframes NONE {
0% {background-color: #000000;}
100% {background-color: #000000;}
50% {background-color: #FFFFFF;}
} | public/style.css | font-family: "Lucida Console", Monaco, monospace;
font-size: 16px;
line-height: 16px;
display:grid;
grid-template-columns: 1fr 76px 69px 260px 96px 208px 1fr;
grid-template-rows: 1fr 32px 268px 96px 199px 148px 257px 1fr;
}
#pokedex{
grid-column:2/7;
grid-row: 2/7;
}
#blink {
justify-content: left;
grid-column:3/4;
grid-row:3/4;
width: 120px;
height: 120px;
animation-duration: 1s;
animation-iteration-count: infinite;
}
#pokeSprite{
grid-column: 5/6;
grid-row: 4/5;
}
#pokeData{
grid-column:4/6;
grid-row:4/6;
height: 295px;
width: 390px;
}
#evoDiv{
display:flex;
flex-direction: row;
justify-content: center;
}
#statsRadar{
margin-left: 15px;
}
#changeType1{
grid-column: 4/5;
grid-row: 7/8;
width: 100px;
height:25px;
margin-left: 35px;
}
#changeType1Button{
background-color: #CD0B26;
width:100px;
height:25px;
border: 1px solid black;
border-radius: 15px;
}
#changeType1Button:hover{
box-shadow: 2px 2px 2px black
}
#changeType2{
grid-column: 4/5;
grid-row: 7/8;
width: 100px;
height:25px;
margin-left: 159px;
}
#changeType2Button{
background-color: #136F81;
width:100px;
height:25px;
border: 1px solid black;
border-radius: 15px;
}
#changeType2Button:hover{
box-shadow: 2px 2px 2px black
}
#searchFormDiv{
grid-column: 4/5;
grid-row: 7/8;
margin-top: 105px;
margin-left: 20px;
}
#searchForm{
display:flex
}
#searchTerm{
height: 50px;
width: 155px;
font-size: 16px;
background-color:transparent;
border-top: none;
border-left: none;
border-right: none;
z-index: 2;
}
#bouncingPokeball{
height: 42px;
width: 56px;
margin-top: 8px;
}
#leftD{
height: 60px;
width: 60px;
margin-top: 42px;
margin-left: 22px;
grid-column:5/6;
grid-row: 7/8;
}
#rightD{
height: 60px;
width: 60px;
margin-top: 42px;
margin-left: 32px;
grid-column:6/7;
grid-row: 7/8;
}
@keyframes POISON {
0% {background-color: #C183C1;}
50% {background-color: #682A68;}
100% {background-color: #C183C1;}
}
@keyframes NORMAL {
0% {background-color: #C6C6A7;}
100% {background-color: #C6C6A7;}
50% {background-color: #6D6D4E;}
}
@keyframes FIGHTING {
0% {background-color: #D67974;}
100% {background-color: #D67974;}
50% {background-color: #7D1F1A;}
}
@keyframes FLYING {
0% {background-color: #C6B7F5;}
100% {background-color: #C6B7F5;}
50% {background-color: #6D5E9C;}
}
@keyframes GROUND {
0% {background-color: #EBD69D;}
100% {background-color: #EBD69D;}
50% {background-color: #927D44;}
}
@keyframes ROCK {
0% {background-color: #D1C17D;}
100% {background-color: #D1C17D;}
50% {background-color: #796824;}
}
@keyframes BUG {
0% {background-color: #C6D16E;}
100% {background-color: #C6D16E;}
50% {background-color: #6D7915;}
}
@keyframes GHOST {
0% {background-color: #A292BC;}
100% {background-color: #A292BC;}
50% {background-color: #4A3963;}
}
@keyframes STEEL {
0% {background-color: #D1D1E0;}
100% {background-color: #D1D1E0;}
50% {background-color: #797987;}
}
@keyframes FIRE {
0% {background-color: #F5AB78;}
100% {background-color: #F5AB78;}
50% {background-color: #F07F34;}
}
@keyframes WATER {
0% {background-color: #9DB7F5;}
100% {background-color: #9DB7F5;}
50% {background-color: #445E9C;}
}
@keyframes GRASS {
0% {background-color: #A7DB8D;}
100% {background-color: #A7DB8D;}
50% {background-color: #4E8234;}
}
@keyframes ELECTRIC {
0% {background-color: #FAE079;}
100% {background-color: #FAE079;}
50% {background-color: #A18720;}
}
@keyframes PSYCHIC {
0% {background-color: #FA92B2;}
100% {background-color: #FA92B2;}
50% {background-color: #A1395A;}
}
@keyframes ICE {
0% {background-color: #BCE6E6;}
100% {background-color: #BCE6E6;}
50% {background-color: #638D8D;}
}
@keyframes DRAGON {
0% {background-color: #A27DFA;}
100% {background-color: #A27DFA;}
50% {background-color: #4A24A1;}
}
@keyframes DARK {
0% {background-color: #A29288;}
100% {background-color: #A29288;}
50% {background-color: #4A3930;}
}
@keyframes FAIRY {
0% {background-color: #F4BDC9;}
100% {background-color: #F4BDC9;}
50% {background-color: #9B6471;}
}
@keyframes NONE {
0% {background-color: #000000;}
100% {background-color: #000000;}
50% {background-color: #FFFFFF;}
} | 0.193757 | 0.062904 |
@font-face {
font-family: regular;
src: url(../../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: semibold;
src: url(../../fonts/OpenSans-Semibold.ttf);
}
/*Default settings - Color variables*/
/*LESS - Parametric Mixins*/
/*Default settings - Pre-defined*/
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: regular;
text-align: left;
word-wrap: break-word;
}
body {
/* padding-top: 72px; */
}
body #loadingMask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 20000;
background-color: #fff;
}
body #loading {
position: absolute;
left: 48%;
top: 40%;
padding: 2px;
z-index: 20001;
height: auto;
width: 500px;
}
body .loading-indicator {
background: #fff;
color: #444;
font: bold 13px tohoma,arial,helvetica;
padding: 10px;
margin: 0;
height: auto;
}
body .spinner {
margin: 0px auto;
width: 50px;
height: 30px;
text-align: center;
font-size: 10px;
}
body .spinner div {
background-color: #fff;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
body .spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
body .spinner .rect3 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
body .spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
body .spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
body .spinner-margin {
margin-top: 250px;
}
body .spinner-text {
color: #fff;
}
@keyframes stretchdelay {
0% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}
40% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}
100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}
::-webkit-input-placeholder {
color: #999999;
}
:-moz-placeholder {
/* Firefox 18- */
color: #999999;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #999999;
}
:-ms-input-placeholder {
color: #999999;
}
* {
border: none;
outline: none;
}
a,
a:focus,
a:hover {
text-decoration: none;
outline: none;
}
b,
label,
strong {
font-weight: normal;
}
.display-hide,
.hiddenError {
display: none;
}
.error-msg,
label.error {
color: #ff0000;
font-size: 13px;
}
.success-msg {
color: #4CAF50;
}
.form-control.error {
border-color: #ff0000;
}
.modal {
z-index: 10001;
}
.add-border {
border-bottom: 1px solid #ebebeb;
padding: 5px 0;
}
.add-padding {
padding: 0 5px;
cursor: pointer;
}
.add-border:last-child {
border-bottom: none;
padding-bottom: 0;
}
.view-content {
font-family: semibold;
}
.img-width {
width: 100%;
}
.font-12 {
font-size: 12px;
}
.history-size {
font-size: 18px;
}
.mandatory1 {
font-weight: normal;
color: red;
}
/*LESS - Functions*/
.oldbuttonsection div.buttonbottom {
margin-bottom: 0px;
margin-top: 10px;
padding: 15px 15px 5px 15px;
font-family: regular;
font-size: 11px;
color: #000000;
text-align: center;
}
.oldbuttonsection input.buttonsubmit,
.oldbuttonsection input.button {
width: auto;
font-family: semibold;
text-align: center;
border-style: none;
font-size: 12px;
font-weight: bold;
padding: 6px 12px;
background: #6b4f2c none repeat scroll 0% 0%;
color: #fff;
height: 30px;
border-radius: 3px;
border: 1px solid #6b4f2c;
margin-right: 5px;
}
.oldbuttonsection input.buttonsubmit.normal,
.oldbuttonsection input.button {
color: #333;
background-color: #fff;
border-color: #CCC;
}
.oldbuttonsection input.buttonsubmit:hover,
.oldbuttonsection input.buttonsubmit:active,
.oldbuttonsection input.buttonsubmit:focus,
.oldbuttonsection input.button:hover,
.oldbuttonsection input.button:focus,
.oldbuttonsection input.button:active {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
}
/*parent section inside body*/
.page-container {
position: relative;
min-height: 100%;
width: 100%;
background: #fff;
table-layout: fixed;
}
.page-container.horizontal-menu {
padding-left: 0;
padding-top: 62px;
}
.page-container.horizontal-menu .search {
position: fixed;
top: 63px;
left: 0;
z-index: 10;
width: 250px;
background: #6b4f2c;
}
.page-container.horizontal-menu .search #searchtree {
position: relative;
padding: 15px;
width: 250px;
color: #fff;
background: #6b4f2c;
/* active state */
}
.page-container.horizontal-menu .search #searchtree::-webkit-input-placeholder {
color: #bbb !important;
}
.page-container.horizontal-menu .search #searchtree:hover,
.page-container.horizontal-menu .search #searchtree:focus {
background: #7c603d;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation {
position: relative;
display: block;
width: 250px;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:before,
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:after {
content: '';
height: 3px;
width: 0;
bottom: -1px;
position: absolute;
background: #f2851f;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:before {
left: 50%;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:after {
right: 50%;
}
.page-container.horizontal-menu .search #searchtree:focus ~ .applyanimation:before,
.page-container.horizontal-menu .search #searchtree:focus ~ .applyanimation:after {
width: 50%;
}
.page-container.horizontal-menu .search .searchicon {
position: absolute;
right: 20px;
top: 18px;
color: #fff;
cursor: pointer;
}
.page-container.horizontal-menu .search_list {
position: fixed;
top: 114px;
left: 0;
z-index: 9;
background: #6b4f2c;
width: 250px;
}
.page-container.horizontal-menu .search_list .list {
position: relative;
}
.page-container.horizontal-menu .search_list .list ul {
margin: 0;
padding: 0;
}
.page-container.horizontal-menu .search_list .list ul a {
position: relative;
color: #fff;
padding: 11px 16px;
display: block;
border-bottom: 1px solid #5a3e1b;
}
.page-container.horizontal-menu .search_list .list ul a:focus,
.page-container.horizontal-menu .search_list .list ul a:hover,
.page-container.horizontal-menu .search_list .list ul li.focus {
background: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar {
width: 5px;
background-color: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-thumb {
background-color: #f2851f;
border-radius: 10px;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-thumb:hover {
background-color: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-thumb:active {
background-color: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-track {
border: 1px gray solid;
border-radius: 10px;
-webkit-box-shadow: 0 0 6px gray inset;
}
/*Homepage header - Left and right side */
.page-container.horizontal-menu header.navbar {
position: absolute;
z-index: 8;
background: #6b4f2c;
padding: 0;
margin-bottom: 0;
border: 0;
left: 0;
right: 0;
top: 0;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.page-container.horizontal-menu header.navbar .navbar-brand {
padding: 0 12px;
padding-right: 0;
padding-top: 1px;
padding:0 0;
padding-bottom: 1px;
}
.page-container.horizontal-menu header.navbar .navbar-brand .homepage_logo {
border-radius: 50%;
}
.page-container.horizontal-menu header.navbar .navbar-brand .horizontal-page-title.homepage {
font-family: semibold;
font-size: 17px;
line-height: 63px;
margin: 0;
color: #fff;
}
.page-container.horizontal-menu header.navbar ul.nav > li {
float: left;
}
.page-container.horizontal-menu header.navbar ul.nav > li a {
display: block;
float: left;
padding: 22px 20px;
color: #fff;
font-size: 13px;
line-height: 1.42857143;
outline: none;
}
.page-container.horizontal-menu header.navbar ul.nav > li a.profile-name {
white-space: nowrap;
overflow: hidden;
width: 120px;
text-overflow: ellipsis;
}
.page-container.horizontal-menu header.navbar ul.nav > li.menu-responsive {
border-left: 1px solid #5a3e1b;
border-right: 1px solid #5a3e1b;
}
.page-container.horizontal-menu header.navbar ul.nav > li.menu-responsive a:hover,
.page-container.horizontal-menu header.navbar ul.nav > li.menu-responsive a:focus {
color: #fff;
background-color: #f2851f;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a {
position: relative;
display: block;
padding: 8px 9px;
margin: 14px 15px 5px 0;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a:hover,
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a:focus {
background-color: #6b4f2c;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a.workspace:hover,
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a.workspace.active {
-webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), inset 0 0 20px #ffffff;
-moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), inset 0 0 20px #ffffff;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), inset 0 0 20px #ffffff;
border-radius: 50%;
background: #6b4f2c;
}
.page-container.horizontal-menu header.navbar .navbar-right {
margin: 0;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul {
position: absolute;
list-style: none;
margin: 0;
padding: 0;
left: 0;
top: 60px;
margin-top: 2px;
background-color: #6b4f2c;
min-width: 250px;
display: none;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul li {
position: relative;
width: 250px;
overflow: auto;
border-bottom: 1px solid #5a3e1b;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul li a {
display: block;
padding: 10px 20px;
white-space: nowrap;
font-size: 13px;
color: #fff;
text-decoration: none;
width: inherit;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul li a span {
padding: 0 5px;
}
.page-container.horizontal-menu header.navbar.navbar-fixed-top {
position: fixed;
min-height: 63px;
z-index: 999;
}
.page-container.horizontal-menu header.navbar.navbar-fixed-top.border-header {
border-bottom: 1px solid #5a3e1b;
}
/*Homepage mid-section*/
.home-container {
display: block;
width: 100%;
}
#menu.homepage {
position: relative;
display: inline-block;
float: left;
}
.multilevelpushmenu_wrapper {
position: fixed;
top: 63px;
}
.multilevelpushmenu_wrapper h2 {
color: #fff;
font-weight: normal;
font-family: regular;
font-size: 18px;
height: 20px;
overflow: hidden;
}
.multilevelpushmenu_wrapper ul {
font-family: regular;
border-top: 1px solid #5a3e1b;
}
.multilevelpushmenu_wrapper li,
.multilevelpushmenu_wrapper li:last-child {
border-top: 0;
border-bottom: 1px solid #5a3e1b;
}
.multilevelpushmenu_wrapper li:hover {
background-color: #f2851f;
}
.multilevelpushmenu_wrapper a[href$='javascript:void(0);'] {
font-size: 14px;
}
.multilevelpushmenu_wrapper a {
font-size: 13px;
padding: 5px 10px;
vertical-align: top;
}
.multilevelpushmenu_wrapper .floatLeft {
padding-right: 8px;
}
.multilevelpushmenu_wrapper .levelHolderClass {
background: #6b4f2c;
box-shadow: 5px 0 5px -5px #6b4f2c;
}
.multilevelpushmenu_wrapper .backItemClass {
background: #f2851f;
border-top: 1px solid #f2851f;
}
.multilevelpushmenu_wrapper .cursorPointer {
color: #fff;
position: relative;
z-index: 9999;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar {
width: 5px;
background-color: #f2851f;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-thumb {
background-color: #f2851f;
border-radius: 10px;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-thumb:hover {
background-color: #f2851f;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-thumb:active {
background-color: #f2851f;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-track {
border: 1px gray solid;
border-radius: 10px;
-webkit-box-shadow: 0 0 6px gray inset;
}
.added-as-fav {
color: yellow;
}
.remove-favourite {
font-size: 16px;
}
.inline-main-content {
display: inline-block;
float: right;
padding: 18px;
overflow-x: hidden;
width: calc(100% - 250px);
padding-bottom: 40px;
}
.table-header {
font-size: 20px;
}
.add-margin {
margin: 3px 0;
}
.inline-elem {
display: inline-block;
vertical-align: middle;
}
.nav-pills > li {
margin-bottom: 5px;
}
.nav-pills > li a {
padding: 5px;
font-size: 12px;
}
.nav-pills > li a span {
margin: 0 3px;
}
/*Custom Header*/
.navbar-custom {
/* background: #6b4f2c; */
background: transperant;
color: #ebe8e4;
/* border-color: #6b4f2c; */
}
.navbar-custom .container-fluid {
min-height: 72px;
padding-right: 0;
padding-left: 0;
}
.navbar-custom .navbar-header > a {
height: 72px;
padding: 5px 10px;
padding-left: 10px;
cursor: default;
}
.navbar-custom .navbar-header > a img {
vertical-align: top;
border-radius: 50%;
}
.navbar-custom .navbar-header > a img,
.navbar-custom .navbar-header > a div {
display: inline-block;
}
.navbar-custom .navbar-header > a div {
padding: 14px 0px;
}
.navbar-custom .navbar-header > a span {
font-family: semibold;
display: block;
font-size: 17px;
line-height: 42px;
margin-top: -3px;
}
.navbar-custom .navbar-header > a span.title2 {
color: white;
}
.navbar-custom .navbar-header > a span.citizen-title {
line-height: 1.2;
}
.navbar-header > a > img,
.navbar-header > a > div {
display: inline-block;
}
.hr-menu {
list-style: none;
margin: 0;
padding: 0;
}
.hr-menu li {
position: relative;
display: inline-block;
height: 72px;
padding: 20px 10px;
}
.hr-menu li a {
display: block;
height: 32px;
line-height: 32px;
color: #fff;
/* font-weight: bold; */
font-size: 13px;
text-decoration: none;
}
.hr-menu li a span.title {
padding: 0 5px;
}
.hr-menu li a .custom-badge {
padding: 5px 10px;
font-size: 11px;
background-color: #f2851f;
}
.hr-menu li .right-arrow.dropdown-menu:before {
position: absolute;
top: -7px;
right: 10px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.hr-menu li .right-arrow.dropdown-menu:after {
position: absolute;
top: -6px;
right: 12px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: '';
}
.hr-menu li ul.dropdown-menu {
top: 78%;
left: auto;
right: 0;
}
.hr-menu li ul.dropdown-menu li {
padding: 0;
height: auto;
display: block;
}
.hr-menu li ul.dropdown-menu li a {
display: block;
height: auto;
line-height: 0;
padding: 5px 15px;
clear: both;
font-size: 14px;
color: black;
font-weight: normal;
}
.hr-menu li ul.dropdown-menu li a i {
font-size: 18px;
padding-right: 5px;
width: 25px;
}
.hr-menu li.ico-menu a > i {
font-size: 25px;
vertical-align: middle;
color: #a69681;
padding-right: 3px;
}
.hr-menu span.separator {
color: #a69681;
}
.hr-menu li.active a,
.hr-menu li a:hover {
color: #f2851f;
}
@media (max-width: 1199px) {
.nav-right-menu {
position: absolute;
right: 0px;
}
}
@media (max-width: 1199px) {
.nav-menu {
border-top: 1px solid #F58522;
}
}
@media (max-width: 1199px) {
.nav-menu li {
height: auto;
padding: 5px;
}
}
/*main-content*/
.page-container .main-content {
position: relative;
display: block;
vertical-align: top;
padding: 20px;
width: 100%;
padding-bottom: 10px;
background-image: url("/egi/resources/guide/assets/building.png");
background-size: cover;
}
.page-container .main-content .file-ellipsis {
white-space: nowrap;
width: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
.page-container .main-content .top-space {
padding: 50px 45px;
}
.page-container .main-content .side-space {
padding: 0 40px;
}
.page-container .main-content .login-form-licensee #signform{
padding-left: 0px;
padding-top: 30px;
background-color: #fff;
}
.page-container .main-content .create-licensee {
}
.page-container .main-content .community-card {
margin: 5px 0px;
padding: 8px 18px 8px 10px;
background-color: #fff;
max-width: 450px;
border-radius: 4px;
}
@media (max-width: 992px) {
.page-container .main-content .community-card {
display: inline-block;
width: 98%;
text-align: left;
margin: 10px 0px;
padding: 2px 10px;
}
}
.page-container .main-content .community-card a {
color: #333;
}
.page-container .main-content .community-card .rounded-circle {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px;
background: #fff;
text-align: center;
border: 1px solid #ddd;
}
.page-container .main-content .community-card .rounded-circle i {
font-size: 22px;
}
.page-container .main-content .community-card .rounded-circle i.a {
color: #F7CA18;
}
.page-container .main-content .community-card .rounded-circle i.b {
color: #F89406;
}
.page-container .main-content .community-card .rounded-circle i.c {
color: #00C853;
}
.page-container .main-content .community-card .label-font {
font-size: 16px;
display: inline-block;
vertical-align: top;
padding: 0 5px;
}
.page-container .main-content .community-card .label-font .label-subfont {
font-size: 12px;
}
@media (max-width: 992px) {
.page-container .main-content .side-space {
padding: 0 10px;
}
}
@media (max-width: 980px) {
.page-container .main-content .top-space {
padding: 0;
}
}
.page-container .main-content .signin-formcontent {
width: 84%;
margin: 0 auto;
margin-right: 0px;
}
@media (max-width: 992px) {
.page-container .main-content .signin-formcontent {
width: 97%;
margin: 20px auto;
}
}
.page-container .main-content .signin-formcontent #signform {
border: 1px solid #f2f2f2;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 15px 22px 15px 22px;
border-radius: 4px;
}
.page-container .main-content .signin-formcontent #signform .signin-leftpadding {
/*padding-left: 18px;*/
}
.page-container .main-content .signin-title {
font-size: 22px;
/*padding: 0 0 0 10px;*/
}
.page-container .main-content .feature-top {
padding: 20px 0 10px 0;
font-size: 28px;
border-top: 1px solid #eee;
}
.page-container .main-content .top-community-space {
padding-top: 20px;
}
.login-footer-icon{
color: #ffffff;
}
.page-container .main-content .login-content {
position: relative;
max-width: 450px;
margin: 5px auto;
border: 1px solid #f2f2f2;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-container .main-content .login-content .login-body {
background: #fff;
padding: 20px;
}
.page-container .main-content .login-content-margin {
margin: 4% auto 0% auto;
}
.page-container .main-content .citizen-screens .padding-tb {
padding: 10px 0px;
}
.page-container .main-content .citizen-screens .padding-tb .search-box {
position: relative;
}
.page-container .main-content .citizen-screens .padding-tb .search-box i {
position: absolute;
padding: 8px 12px;
color: #d1d1d1;
font-size: 18px;
pointer-events: none;
}
.page-container .main-content .citizen-screens .padding-tb .search-box input {
padding-left: 35px;
}
@media (max-width: 768px) {
.page-container .main-content .citizen-screens .padding-tb .xs-margin-top-10 {
margin-top: 10px;
}
}
.page-container .main-content .citizen-screens .padding-tb #sortby_drop {
float: right;
}
.page-container .main-content .citizen-screens .container-msgs {
margin-top: 10px;
}
.page-container .main-content .citizen-screens .msg {
background: #fff;
padding: 15px 30px;
border: 1px solid #d5d9db;
border-radius: 5px;
cursor: pointer;
}
.page-container .main-content .citizen-screens .msg header i {
width: 34px;
font-size: 18px;
padding: 4px 5px;
text-align: center;
}
.page-container .main-content .citizen-screens .msg header i.read-msg {
color: #c9c9c9;
}
.page-container .main-content .citizen-screens .msg header i.unread-msg {
color: #f2851f;
}
.page-container .main-content .citizen-screens .msg header a {
color: #333;
text-decoration: none;
}
.page-container .main-content .citizen-screens .msg header h3,
.page-container .main-content .citizen-screens .msg header a {
margin: 0;
padding: 0;
/*font-weight: bold;*/
display: inline-block;
word-wrap: break-word;
/*font-family: semibold;*/
}
.page-container .main-content .citizen-screens .msg header span.msg-status {
margin: 0 15px;
padding: 5px 15px;
background: #c9c9c9;
font-size: 13px;
color: #fff;
border-radius: 5px;
white-space: nowrap;
font-weight: normal;
font-family: regular;
}
.page-container .main-content .citizen-screens .msg header .msg-info {
padding-top: 5px;
padding-left: 20px;
font-style: italic;
font-size: 14px;
}
.page-container .main-content .citizen-screens .msg header .msg-info .dot {
font-size: 15px;
}
.page-container .main-content .citizen-screens .msg header .msg-info .msg-date {
color: #a7a9ab;
}
.page-container .main-content .citizen-screens .msg .msg-content > p {
margin: 15px 20px 0px 20px;
font-size: 14px;
}
.page-container .main-content .citizen-screens section div.msg,
.page-container .main-content .citizen-screens section div.msg {
/* margin-top: 10px; */
margin-bottom: 5px;
overflow: hidden;
position: relative;
}
.page-container .main-content .citizen-screens .content-wrap {
position: relative;
}
.page-container .main-content .citizen-screens .content-wrap section {
display: none;
padding: 1em;
border: 1px solid rgba(40, 44, 42, 0.1);
border-top: none;
}
.page-container .main-content .citizen-screens .content-wrap section .myaccount-actions {
position: absolute;
top: 15px;
right: 15px;
}
.page-container .main-content .citizen-screens .content-wrap section.content-current-newreq,
.page-container .main-content .citizen-screens .content-wrap section.content-current-myacc {
display: block;
}
.page-container .main-content .tabs {
position: relative;
overflow: hidden;
margin: 10px auto;
width: 100%;
font-weight: 300;
font-size: 1.25em;
}
.page-container .main-content .tabs nav {
text-align: center;
}
.page-container .main-content .tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
list-style: none;
}
.page-container .main-content .tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
flex: 1;
}
.page-container .main-content .tabs nav ul li a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1.0;
}
.page-container .main-content .tabs nav ul li a div {
padding: 5px;
}
.page-container .main-content .tabs nav ul li a span {
vertical-align: middle;
font-weight: normal;
font-family: regular;
}
.page-container .main-content .tabs-style-topline nav li:not(:last-child) {
border-right: none;
}
.page-container .main-content .tabs-style-topline nav li.tab-current-newreq,
.page-container .main-content .tabs-style-topline nav li.tab-current-myacc {
border-top-color: #f2851f;
border-bottom: none;
}
.page-container .main-content .tabs-style-topline nav li.tab-current-newreq a,
.page-container .main-content .tabs-style-topline nav li.tab-current-myacc a,
.page-container .main-content .tabs-style-topline nav li.tab-current-newreq .tabs-style-topline nav li.tab-current-myacc a,
.page-container .main-content .tabs-style-topline nav li.tab-current-myacc .tabs-style-topline nav li.tab-current-myacc a {
background: none;
box-shadow: inset 0 3px 0 #f2851f;
color: #f2851f;
font-size: 20px;
}
.page-container .main-content .tabs-style-topline nav li {
border: 1px solid rgba(40, 44, 42, 0.1);
}
.page-container .main-content .tabs-style-topline nav a {
padding: 0.65em 0 0.5em;
background: #f2f2f2;
color: #6b4f2c;
line-height: 1;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.page-container .main-content .tabs-style-topline nav a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 11px;
}
.page-container .main-content .page-error-404 {
color: #303641;
text-align: center;
}
.page-container .main-content .page-error-404 .error-text {
padding-bottom: 25px;
font-size: 16px;
}
.page-container .main-content .page-error-404 .error-symbol {
font-size: 50px;
}
.page-container .main-content #tabmenu {
z-index: 1;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 6px;
padding-bottom: 6px;
text-decoration: none;
}
.page-container .main-content #tabmenu li {
display: inline;
overflow: hidden;
list-style-type: none;
font-size: 11px;
color: #121212;
text-decoration: none;
font-weight: bold;
}
.page-container .main-content #tabmenu a {
color: #121212;
margin: 0px;
text-decoration: none;
font-size: 11px;
font-weight: bold;
position: static;
padding: 6px 10px;
}
.page-container .main-content #tabmenu a.active {
text-decoration: none;
font-size: 11px;
font-weight: bold;
padding: 6px 10px;
color: #0099ff;
}
.page-container .main-content #tabmenu a.active {
background-color: #fff;
text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
color: #0099ff;
}
.page-container .main-content #tabmenu a:hover {
color: #0099ff;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
padding-top: 6px;
}
.page-container .main-content #tabmenu a:visited {
color: #121212;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
}
.page-container .main-content #tabmenu a.active:hover {
color: #0099ff;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
.page-container .main-content div.egov {
width: 55px;
text-align: right;
float: right;
margin-right: 15px;
}
.page-container .main-content div.gov {
width: 54px;
text-align: right;
float: left;
margin-left: 15px;
}
.page-container .main-content div.navibar {
background-color: #eceded;
margin-bottom: 8px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
text-align: left;
background-image: url(../images/bgtop.gif);
background-repeat: repeat-x;
vertical-align: middle;
height: 26px;
}
.page-container .main-content div.mainheading {
padding-top: 6px;
}
.page-container .main-content div.formmainbox {
border-radius: 3px;
display: inline-block;
min-width: 100%;
padding-bottom: 15px;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.page-container .main-content div.formmainbox td.greybox {
background-color: #fff;
font-size: 12px;
padding: 8px 5px;
color: #000000;
text-align: left;
font-family: regular;
}
.page-container .main-content div.formmainbox textarea {
font-family: regular;
font-size: 11px;
color: #333333;
padding: 6px 12px;
}
.page-container .main-content div.formmainbox input,
.page-container .main-content div.formmainbox input.amount,
.page-container .main-content div.formmainbox input.tablerow,
.page-container .main-content div.formmainbox #select,
.page-container .main-content div.formmainbox input.hiddenslno,
.page-container .main-content div.formmainbox td.greybox input.hiddentext {
font-family: regular;
font-size: 11px;
color: #333333;
background-color: #fff;
border: 1px solid #CCCCCC;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 4px;
}
.page-container .main-content div.formmainbox input.tablerow {
width: 95%;
}
.page-container .main-content div.formmainbox input.hiddenslno,
.page-container .main-content div.formmainbox td.greybox input.hiddentext {
color: #000000;
background-color: #eceded;
text-align: center;
vertical-align: middle;
}
.page-container .main-content div.formmainbox td.greybox input.hiddentext {
cursor: not-allowed;
}
.page-container .main-content div.formmainbox .bold {
font-weight: bold;
font-family: semibold;
}
.page-container .main-content div.formmainbox div.commontopyellowbg {
background-image: url(../images/commonnewTopbg.jpg);
background-color: #ffad01;
background-position: right bottom;
font-family: regular;
font-size: 20px;
font-weight: bold;
color: #fff;
text-align: center;
white-space: normal;
background-repeat: no-repeat;
padding-top: 12px;
padding-bottom: 14px;
font-style: normal;
display: block;
}
.page-container .main-content div.formmainbox div.commontopbluebg {
background-image: url(../images/commonnewTop2bg.jpg);
background-color: #486f9f;
background-position: right bottom;
font-family: regular;
font-size: 11px;
color: #cccccc;
text-align: left;
white-space: normal;
background-repeat: repeat;
padding-top: 9px;
padding-bottom: 9px;
font-style: normal;
display: block;
padding-right: 15px;
padding-left: 15px;
}
.page-container .main-content div.formmainbox div.commontopdate {
width: 150px;
float: right;
text-align: right;
font-family: regular;
font-size: 11px;
color: #000;
}
.page-container .main-content div.formmainbox div.commontopbreadc {
background-color: #fff;
font-family: regular;
font-size: 11px;
color: #999;
text-align: left;
white-space: normal;
padding-top: 9px;
padding-bottom: 9px;
font-style: normal;
display: block;
padding-right: 15px;
padding-left: 15px;
background-image: url(../images/commonnewTopbc.jpg);
background-repeat: repeat;
background-position: center top;
}
.page-container .main-content div.formmainbox .commonbcarrow {
font-family: regular;
color: #416a9c;
font-weight: bold;
font-size: 10px;
margin-left: 4px;
margin-right: 4px;
}
.page-container .main-content div.formmainbox .errorcontent2 {
margin-top: 0px;
margin-right: 7px;
margin-bottom: 0;
margin-left: 7px;
padding-top: 2px;
padding-right: 12px;
padding-bottom: 2px;
padding-left: 12px;
}
.page-container .main-content div.formmainbox .errorroundbox2 {
background-image: url(../images/nt.gif);
background-repeat: repeat;
width: 100%;
margin-top: 0em;
margin-right: auto;
margin-bottom: 0em;
margin-left: auto;
}
.page-container .main-content div.formmainbox .errortop2 div {
background: url(../images/tl.gif) no-repeat top left;
}
.page-container .main-content div.formmainbox .errortop2 {
background: url(../images/tr.gif) no-repeat top right;
}
.page-container .main-content div.formmainbox .errorbot2 div {
background: url(../images/bl.gif) no-repeat bottom left;
}
.page-container .main-content div.formmainbox .errorbot2 {
background: url(../images/br.gif) no-repeat bottom right;
}
.page-container .main-content div.formmainbox input[type="text"]:read-only,
.page-container .main-content div.formmainbox textarea:read-only,
.page-container .main-content div.formmainbox textarea:disabled,
.page-container .main-content div.formmainbox input[type="text"]:disabled,
.page-container .main-content div.formmainbox input[type="text"]:-moz-read-only,
.page-container .main-content div.formmainbox select[disabled],
.page-container .main-content div.formmainbox textarea[disabled],
.page-container .main-content div.formmainbox input[disabled] {
background-color: #eceded !important;
cursor: not-allowed !important;
}
.page-container .main-content div.formmainbox textarea {
padding: 6px 12px;
line-height: 1.42857143;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page-container .main-content div.formmainbox .margin-5 {
margin: 5px;
}
.page-container .main-content div.formmainbox div.buttonbottom {
margin-bottom: 0px;
padding: 15px 15px 5px 15px;
font-family: regular;
font-size: 11px;
color: #000000;
text-align: center;
}
.page-container .main-content div.formmainbox input.buttonsubmit,
.page-container .main-content div.formmainbox input.button {
width: auto;
font-family: semibold;
text-align: center;
border-style: none;
font-size: 12px;
font-weight: bold;
padding: 6px 12px;
background: #6b4f2c none repeat scroll 0% 0%;
color: #fff;
height: 30px;
border-radius: 3px;
border: 1px solid #6b4f2c;
margin-right: 5px;
}
.page-container .main-content div.formmainbox input.buttonsubmit.normal,
.page-container .main-content div.formmainbox input.button {
color: #333;
background-color: #fff;
border-color: #CCC;
}
.page-container .main-content div.formmainbox input.buttonsubmit:hover,
.page-container .main-content div.formmainbox input.buttonsubmit:active,
.page-container .main-content div.formmainbox input.buttonsubmit:focus,
.page-container .main-content div.formmainbox input.button:hover,
.page-container .main-content div.formmainbox input.button:focus,
.page-container .main-content div.formmainbox input.button:active {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
}
.page-container .main-content div.subheadnew {
font-family: semibold;
font-size: 16px;
font-weight: bold;
color: #f2851f;
padding: 15px 15px;
background: #fff;
}
.page-container .main-content div.subheadsmallnew {
background-color: #fff;
color: #f2851f;
}
.page-container .main-content div.buttonbottom {
margin-bottom: 0px;
margin-top: 10px;
padding: 15px 15px 5px 15px;
font-family: regular;
font-size: 11px;
color: #000000;
text-align: center;
}
.page-container .main-content input.buttonsubmit,
.page-container .main-content input.button {
width: auto;
font-family: semibold;
text-align: center;
border-style: none;
font-size: 12px;
font-weight: bold;
padding: 6px 12px;
background: #6b4f2c none repeat scroll 0% 0%;
color: #fff;
height: 30px;
border-radius: 3px;
border: 1px solid #6b4f2c;
margin-right: 5px;
}
.page-container .main-content input.buttonsubmit.normal,
.page-container .main-content input.button {
color: #333;
background-color: #fff;
border-color: #CCC;
}
.page-container .main-content input.buttonsubmit:hover,
.page-container .main-content input.buttonsubmit:active,
.page-container .main-content input.buttonsubmit:focus,
.page-container .main-content input.button:hover,
.page-container .main-content input.button:focus,
.page-container .main-content input.button:active {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
}
.page-container .main-content th.bluebgheadtd {
height: 28px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #6b4f2c;
border-bottom-color: #6b4f2c;
font-family: semibold;
font-size: 10px;
font-weight: bold;
color: #fff;
padding: 4px;
background-color: #6b4f2c;
background-image: none;
text-align: center;
}
.page-container .main-content .yui-skin-sam .yui-dt th {
color: #fff;
background: #f2851f;
}
.page-container .main-content .yui-skin-sam .yui-dt td {
border-right: 1px solid #E9E9E9;
}
.page-container .main-content .yui-skin-sam .yui-ac-input {
position: relative;
}
.page-container .main-content table.setborder {
border: 1px solid #84B1AD;
}
.page-container .main-content table.setborder tr {
border-bottom: 1px solid #84B1AD;
}
.page-container .main-content div.buttonbottom table {
margin: 0 auto;
}
.page-container .main-content .tblactionicon i {
font-size: 1.7em;
}
.page-container .main-content .tblactionicon.add {
color: #4CAF50;
}
.page-container .main-content .tblactionicon.delete {
color: #F44336;
}
.page-container .main-content .doctable input[type="file"] {
display: inline-block;
}
.page-container .main-content a.fileclear {
margin-left: 5px;
}
@media print {
.page-container .main-content .no-print,
.page-container .main-content .no-print * {
display: none !important;
}
}
.page-container .main-content .new-page-header {
font-family: semibold;
font-size: 20px;
color: #f2851f;
text-align: center;
padding: 0 15px 15px;
}
.page-container .main-content td.greybox input[type="text"],
.page-container .main-content td.greybox select,
.page-container .main-content td.bluebox input[type="text"],
.page-container .main-content td.bluebox select {
width: auto;
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
background-color: #fff;
background-image: none;
border: 1px solid #CCC;
webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page-container .main-content td.greybox input[type="text"]:focus,
.page-container .main-content td.greybox select:focus,
.page-container .main-content td.bluebox input[type="text"]:focus,
.page-container .main-content td.bluebox select:focus,
.page-container .main-content td.bluebox textarea:focus,
.page-container .main-content td.greybox textarea:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.page-container .main-content td.bluebox.setborder,
.page-container .main-content td.greybox.setborder {
border: 1px solid #84B1AD;
border-top: 0;
}
@media (max-width: 1199px) {
.page-container .with-hr-menu {
padding-top: 70px !important;
}
}
.page-container .nav-tabs li > a {
position: relative;
color: rgba(0, 0, 0, 0.5);
border: 0px;
font-weight: bold;
font-family: semibold;
text-transform: uppercase;
padding: 12px 15px 14px 15px;
font-size: 14px;
}
.page-container .nav-tabs li.active > a:first-of-type,
.page-container .nav-tabs li.active > a:first-of-type:focus,
.page-container .nav-tabs li.active > a:first-of-type:hover,
.page-container .nav-tabs li.active > a:first-of-type:active {
background: transparent;
color: #6b4f2c;
cursor: default;
border: 0;
}
.page-container .nav-tabs li.active > a:after {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #f2851f;
}
.page-container .nav-tabs li > a:hover,
.page-container .nav-tabs li > a:focus {
background: transparent;
outline: 0;
}
/*Custom form css overrided*/
.btn:hover,
.btn:focus,
.btn.focus {
color: #fff;
outline: none;
}
.btn-custom {
color: #fff;
background-color: #3A539B;
border-color: #3A539B;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom:active:hover,
.btn-custom.active:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.btn-custom:active.focus,
.btn-custom.active.focus {
color: #fff;
outline: none;
}
.btn-primary {
color: #fff;
background-color: #6b4f2c;
border-color: #6b4f2c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
outline: none;
}
.btn-secondary {
color: #fff;
background-color: #3599b2;
border-color: #3599b2;
}
.tag-element {
margin-top: 4px;
margin-right: 9px;
}
.tour-section {
position: absolute;
top: 10px;
right: 30px;
z-index: 10;
padding: 0 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
cursor: pointer;
}
.form-group {
margin-bottom: 0px;
}
.form-group.overflow {
overflow: auto;
}
.form-group label.align-top {
position: relative;
top: -15px;
}
.form-group div {
margin-bottom: 15px;
}
@media (max-width: 768px) {
.form-group {
padding-left: 15px;
padding-right: 15px;
}
}
.form-group .input-group .input-group-addon.style-label {
background: #fff;
border: none;
}
.form-group .input-group .input-group-addon {
cursor: pointer;
background: #6b4f2c;
border: 1px solid #6b4f2c;
color: #fff;
}
.form-group .input-group .input-group-addon i {
color: #6b4f2c;
cursor: pointer;
}
.form-group .input-group .input-group-addon i.specific {
color: #fff;
}
.form-group .input-group .input-group-addon .style-color {
color: #6b4f2c;
font-size: 16px;
}
.form-control.low-width {
width: 99%;
}
.form-group .input-group .form-control.style-form,
.form-control.style-form {
border: 0;
padding-left: 0;
font-size: 15px;
border-bottom: 1px solid #9e9e9e;
outline: none;
box-shadow: none;
border-radius: 0px;
}
.mandatory:before {
content: ' *';
color: red;
}
.set-mandatory {
position: absolute;
top: 4px;
right: 0px;
z-index: 10;
}
.g-recaptcha div {
margin: auto;
}
.panel-primary {
border-color: #fff;
box-shadow: 0px 0px 5px 0px #d4c2c2;
padding-bottom: 15px;
}
.panel-primary .panel-heading {
background-color: #fff;
border-color: #fff;
padding: 15px;
position: relative;
}
.panel-primary .panel-heading .panel-title {
font-weight: normal;
font-family: regular;
font-size: 19px;
color: #f5861f;
text-align: left;
}
.panel-primary .panel-heading .history-icon {
position: absolute;
top: 17px;
right: 10px;
font-size: 16px;
color: #f2851f;
}
.panel-primary .panel-heading.slide-history-menu {
position: relative;
cursor: pointer;
}
.panel-primary .panel-body {
padding-top: 0;
}
.panel-primary .panel-body .header-color {
color: #f2851f;
}
.panel-primary .panel-body .map-tool-class {
cursor: pointer;
color: #fff;
width: 20px;
padding: 4px;
}
.panel-primary .panel-body .dynamic-span span,
.panel-primary .panel-body .dynamic-span span label {
padding: 0 5px;
margin-top: 7px;
}
.panel-primary .panel-body .dynamic-span.capitalize > span > label {
text-transform: lowercase;
}
.panel-primary .panel-body .dynamic-span.capitalize > span > label:first-letter {
text-transform: uppercase;
}
.panel-primary .panel-body .remove-img {
position: absolute;
top: -11px;
left: 5px;
font-size: 16px;
cursor: pointer;
}
.panel-primary .panel-body .remove-img:hover {
color: #f2851f;
}
.panel-primary .panel-body .img-prop {
height: 350px;
width: 100%;
}
.panel-primary .panel-body #normal .centerMarker {
position: absolute;
background: url(../../images/marker.png) no-repeat;
top: 50%;
left: 50%;
z-index: 1;
margin-left: -10px;
margin-top: -34px;
height: 34px;
width: 20px;
cursor: pointer;
}
.panel-primary .panel-body.custom-form {
padding: 0;
}
.table thead:first-child > tr:first-child th {
border-bottom: none;
background: #f2851f;
color: #fff;
font-weight: normal;
}
.table thead:first-child > tr:first-child th:first-child {
border-left: 1px solid transparent;
}
.table thead > tr > th {
vertical-align: top;
}
.table tbody tr:hover {
background: #f7f7f7;
}
/*datatable overrided properties*/
@media screen and (max-width: 768px) {
table.dataTable {
display: block;
}
}
@media screen and (max-width: 768px) {
table.dataTable thead {
display: none;
}
table.dataTable thead th {
position: absolute;
top: -9990px;
left: -9990px;
display: block;
}
}
table.dataTable thead tr > th:hover {
cursor: pointer;
}
table.dataTable tbody {
font-size: 13px;
}
@media screen and (max-width: 768px) {
table.dataTable tbody {
display: block;
}
table.dataTable tbody tr {
display: block;
}
table.dataTable tbody tr td {
display: block;
}
}
table.dataTable tbody tr:hover {
background: #f7f7f7;
cursor: pointer;
}
table.dataTable tbody.no-pointer tr:hover {
cursor: default;
}
@media (max-width: 768px) {
.table-bordered tbody > tr {
border-bottom: 1px solid #ebebeb;
}
}
@media (max-width: 768px) {
.table-bordered tbody > tr td {
border: none;
}
}
.DTTT_container {
margin: 5px 0;
}
.DTTT_container .DTTT_button {
padding: 5px;
position: relative;
border: 1px solid #ddd;
cursor: pointer;
}
.multiheadertbl {
overflow: auto;
}
.multiheadertbl thead th {
background: #f2851f;
color: #fff;
text-align: center;
vertical-align: middle !important;
font-size: 12px;
font-weight: normal;
}
.multiheadertbl tbody td {
font-size: 10px;
}
.multiheadertbl tfoot td {
font-weight: bold;
font-size: 12px;
font-family: semibold !important;
}
.pagination {
margin: 0;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
background-color: #6b4f2c;
border-color: #6b4f2c;
}
.buttons-margin {
margin-top: 10px;
}
/*Footer*/
footer.main {
width: 100%;
height: 140px;
position: fixed;
bottom: 0;
left: 0;
background: #6b4f2c;
line-height: 24px;
padding: 18px 20px;
font-size: 13px;
/*color: #746565;*/
text-align: left;
}
footer.lastfooter {
width: 100%;
height: 140px;
bottom: 0;
left: 0;
background: #6b4f2c;
line-height: 24px;
padding: 18px 20px;
font-size: 13px;
/*color: #746565;*/
text-align: left;
}
.main-padding {
padding: 0px 40px;
}
footer.main a {
color: #ffffff;
width: 36px;
height: 36px;
}
.DTTT_print_info {
display: none;
}
.transparent {border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
} | egov/egov-egiweb/src/main/webapp/resources/global/css/egov/customlogin.css | @font-face {
font-family: regular;
src: url(../../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: semibold;
src: url(../../fonts/OpenSans-Semibold.ttf);
}
/*Default settings - Color variables*/
/*LESS - Parametric Mixins*/
/*Default settings - Pre-defined*/
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: regular;
text-align: left;
word-wrap: break-word;
}
body {
/* padding-top: 72px; */
}
body #loadingMask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 20000;
background-color: #fff;
}
body #loading {
position: absolute;
left: 48%;
top: 40%;
padding: 2px;
z-index: 20001;
height: auto;
width: 500px;
}
body .loading-indicator {
background: #fff;
color: #444;
font: bold 13px tohoma,arial,helvetica;
padding: 10px;
margin: 0;
height: auto;
}
body .spinner {
margin: 0px auto;
width: 50px;
height: 30px;
text-align: center;
font-size: 10px;
}
body .spinner div {
background-color: #fff;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
body .spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
body .spinner .rect3 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
body .spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
body .spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
body .spinner-margin {
margin-top: 250px;
}
body .spinner-text {
color: #fff;
}
@keyframes stretchdelay {
0% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}
40% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}
100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}
::-webkit-input-placeholder {
color: #999999;
}
:-moz-placeholder {
/* Firefox 18- */
color: #999999;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #999999;
}
:-ms-input-placeholder {
color: #999999;
}
* {
border: none;
outline: none;
}
a,
a:focus,
a:hover {
text-decoration: none;
outline: none;
}
b,
label,
strong {
font-weight: normal;
}
.display-hide,
.hiddenError {
display: none;
}
.error-msg,
label.error {
color: #ff0000;
font-size: 13px;
}
.success-msg {
color: #4CAF50;
}
.form-control.error {
border-color: #ff0000;
}
.modal {
z-index: 10001;
}
.add-border {
border-bottom: 1px solid #ebebeb;
padding: 5px 0;
}
.add-padding {
padding: 0 5px;
cursor: pointer;
}
.add-border:last-child {
border-bottom: none;
padding-bottom: 0;
}
.view-content {
font-family: semibold;
}
.img-width {
width: 100%;
}
.font-12 {
font-size: 12px;
}
.history-size {
font-size: 18px;
}
.mandatory1 {
font-weight: normal;
color: red;
}
/*LESS - Functions*/
.oldbuttonsection div.buttonbottom {
margin-bottom: 0px;
margin-top: 10px;
padding: 15px 15px 5px 15px;
font-family: regular;
font-size: 11px;
color: #000000;
text-align: center;
}
.oldbuttonsection input.buttonsubmit,
.oldbuttonsection input.button {
width: auto;
font-family: semibold;
text-align: center;
border-style: none;
font-size: 12px;
font-weight: bold;
padding: 6px 12px;
background: #6b4f2c none repeat scroll 0% 0%;
color: #fff;
height: 30px;
border-radius: 3px;
border: 1px solid #6b4f2c;
margin-right: 5px;
}
.oldbuttonsection input.buttonsubmit.normal,
.oldbuttonsection input.button {
color: #333;
background-color: #fff;
border-color: #CCC;
}
.oldbuttonsection input.buttonsubmit:hover,
.oldbuttonsection input.buttonsubmit:active,
.oldbuttonsection input.buttonsubmit:focus,
.oldbuttonsection input.button:hover,
.oldbuttonsection input.button:focus,
.oldbuttonsection input.button:active {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
}
/*parent section inside body*/
.page-container {
position: relative;
min-height: 100%;
width: 100%;
background: #fff;
table-layout: fixed;
}
.page-container.horizontal-menu {
padding-left: 0;
padding-top: 62px;
}
.page-container.horizontal-menu .search {
position: fixed;
top: 63px;
left: 0;
z-index: 10;
width: 250px;
background: #6b4f2c;
}
.page-container.horizontal-menu .search #searchtree {
position: relative;
padding: 15px;
width: 250px;
color: #fff;
background: #6b4f2c;
/* active state */
}
.page-container.horizontal-menu .search #searchtree::-webkit-input-placeholder {
color: #bbb !important;
}
.page-container.horizontal-menu .search #searchtree:hover,
.page-container.horizontal-menu .search #searchtree:focus {
background: #7c603d;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation {
position: relative;
display: block;
width: 250px;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:before,
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:after {
content: '';
height: 3px;
width: 0;
bottom: -1px;
position: absolute;
background: #f2851f;
transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:before {
left: 50%;
}
.page-container.horizontal-menu .search #searchtree ~ .applyanimation:after {
right: 50%;
}
.page-container.horizontal-menu .search #searchtree:focus ~ .applyanimation:before,
.page-container.horizontal-menu .search #searchtree:focus ~ .applyanimation:after {
width: 50%;
}
.page-container.horizontal-menu .search .searchicon {
position: absolute;
right: 20px;
top: 18px;
color: #fff;
cursor: pointer;
}
.page-container.horizontal-menu .search_list {
position: fixed;
top: 114px;
left: 0;
z-index: 9;
background: #6b4f2c;
width: 250px;
}
.page-container.horizontal-menu .search_list .list {
position: relative;
}
.page-container.horizontal-menu .search_list .list ul {
margin: 0;
padding: 0;
}
.page-container.horizontal-menu .search_list .list ul a {
position: relative;
color: #fff;
padding: 11px 16px;
display: block;
border-bottom: 1px solid #5a3e1b;
}
.page-container.horizontal-menu .search_list .list ul a:focus,
.page-container.horizontal-menu .search_list .list ul a:hover,
.page-container.horizontal-menu .search_list .list ul li.focus {
background: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar {
width: 5px;
background-color: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-thumb {
background-color: #f2851f;
border-radius: 10px;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-thumb:hover {
background-color: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-thumb:active {
background-color: #f2851f;
}
.page-container.horizontal-menu .search_list::-webkit-scrollbar-track {
border: 1px gray solid;
border-radius: 10px;
-webkit-box-shadow: 0 0 6px gray inset;
}
/*Homepage header - Left and right side */
.page-container.horizontal-menu header.navbar {
position: absolute;
z-index: 8;
background: #6b4f2c;
padding: 0;
margin-bottom: 0;
border: 0;
left: 0;
right: 0;
top: 0;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.page-container.horizontal-menu header.navbar .navbar-brand {
padding: 0 12px;
padding-right: 0;
padding-top: 1px;
padding:0 0;
padding-bottom: 1px;
}
.page-container.horizontal-menu header.navbar .navbar-brand .homepage_logo {
border-radius: 50%;
}
.page-container.horizontal-menu header.navbar .navbar-brand .horizontal-page-title.homepage {
font-family: semibold;
font-size: 17px;
line-height: 63px;
margin: 0;
color: #fff;
}
.page-container.horizontal-menu header.navbar ul.nav > li {
float: left;
}
.page-container.horizontal-menu header.navbar ul.nav > li a {
display: block;
float: left;
padding: 22px 20px;
color: #fff;
font-size: 13px;
line-height: 1.42857143;
outline: none;
}
.page-container.horizontal-menu header.navbar ul.nav > li a.profile-name {
white-space: nowrap;
overflow: hidden;
width: 120px;
text-overflow: ellipsis;
}
.page-container.horizontal-menu header.navbar ul.nav > li.menu-responsive {
border-left: 1px solid #5a3e1b;
border-right: 1px solid #5a3e1b;
}
.page-container.horizontal-menu header.navbar ul.nav > li.menu-responsive a:hover,
.page-container.horizontal-menu header.navbar ul.nav > li.menu-responsive a:focus {
color: #fff;
background-color: #f2851f;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a {
position: relative;
display: block;
padding: 8px 9px;
margin: 14px 15px 5px 0;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a:hover,
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a:focus {
background-color: #6b4f2c;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a.workspace:hover,
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown a.workspace.active {
-webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), inset 0 0 20px #ffffff;
-moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), inset 0 0 20px #ffffff;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), inset 0 0 20px #ffffff;
border-radius: 50%;
background: #6b4f2c;
}
.page-container.horizontal-menu header.navbar .navbar-right {
margin: 0;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul {
position: absolute;
list-style: none;
margin: 0;
padding: 0;
left: 0;
top: 60px;
margin-top: 2px;
background-color: #6b4f2c;
min-width: 250px;
display: none;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul li {
position: relative;
width: 250px;
overflow: auto;
border-bottom: 1px solid #5a3e1b;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul li a {
display: block;
padding: 10px 20px;
white-space: nowrap;
font-size: 13px;
color: #fff;
text-decoration: none;
width: inherit;
}
.page-container.horizontal-menu header.navbar .navbar-right li ul li a span {
padding: 0 5px;
}
.page-container.horizontal-menu header.navbar.navbar-fixed-top {
position: fixed;
min-height: 63px;
z-index: 999;
}
.page-container.horizontal-menu header.navbar.navbar-fixed-top.border-header {
border-bottom: 1px solid #5a3e1b;
}
/*Homepage mid-section*/
.home-container {
display: block;
width: 100%;
}
#menu.homepage {
position: relative;
display: inline-block;
float: left;
}
.multilevelpushmenu_wrapper {
position: fixed;
top: 63px;
}
.multilevelpushmenu_wrapper h2 {
color: #fff;
font-weight: normal;
font-family: regular;
font-size: 18px;
height: 20px;
overflow: hidden;
}
.multilevelpushmenu_wrapper ul {
font-family: regular;
border-top: 1px solid #5a3e1b;
}
.multilevelpushmenu_wrapper li,
.multilevelpushmenu_wrapper li:last-child {
border-top: 0;
border-bottom: 1px solid #5a3e1b;
}
.multilevelpushmenu_wrapper li:hover {
background-color: #f2851f;
}
.multilevelpushmenu_wrapper a[href$='javascript:void(0);'] {
font-size: 14px;
}
.multilevelpushmenu_wrapper a {
font-size: 13px;
padding: 5px 10px;
vertical-align: top;
}
.multilevelpushmenu_wrapper .floatLeft {
padding-right: 8px;
}
.multilevelpushmenu_wrapper .levelHolderClass {
background: #6b4f2c;
box-shadow: 5px 0 5px -5px #6b4f2c;
}
.multilevelpushmenu_wrapper .backItemClass {
background: #f2851f;
border-top: 1px solid #f2851f;
}
.multilevelpushmenu_wrapper .cursorPointer {
color: #fff;
position: relative;
z-index: 9999;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar {
width: 5px;
background-color: #f2851f;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-thumb {
background-color: #f2851f;
border-radius: 10px;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-thumb:hover {
background-color: #f2851f;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-thumb:active {
background-color: #f2851f;
}
.multilevelpushmenu_wrapper ul::-webkit-scrollbar-track {
border: 1px gray solid;
border-radius: 10px;
-webkit-box-shadow: 0 0 6px gray inset;
}
.added-as-fav {
color: yellow;
}
.remove-favourite {
font-size: 16px;
}
.inline-main-content {
display: inline-block;
float: right;
padding: 18px;
overflow-x: hidden;
width: calc(100% - 250px);
padding-bottom: 40px;
}
.table-header {
font-size: 20px;
}
.add-margin {
margin: 3px 0;
}
.inline-elem {
display: inline-block;
vertical-align: middle;
}
.nav-pills > li {
margin-bottom: 5px;
}
.nav-pills > li a {
padding: 5px;
font-size: 12px;
}
.nav-pills > li a span {
margin: 0 3px;
}
/*Custom Header*/
.navbar-custom {
/* background: #6b4f2c; */
background: transperant;
color: #ebe8e4;
/* border-color: #6b4f2c; */
}
.navbar-custom .container-fluid {
min-height: 72px;
padding-right: 0;
padding-left: 0;
}
.navbar-custom .navbar-header > a {
height: 72px;
padding: 5px 10px;
padding-left: 10px;
cursor: default;
}
.navbar-custom .navbar-header > a img {
vertical-align: top;
border-radius: 50%;
}
.navbar-custom .navbar-header > a img,
.navbar-custom .navbar-header > a div {
display: inline-block;
}
.navbar-custom .navbar-header > a div {
padding: 14px 0px;
}
.navbar-custom .navbar-header > a span {
font-family: semibold;
display: block;
font-size: 17px;
line-height: 42px;
margin-top: -3px;
}
.navbar-custom .navbar-header > a span.title2 {
color: white;
}
.navbar-custom .navbar-header > a span.citizen-title {
line-height: 1.2;
}
.navbar-header > a > img,
.navbar-header > a > div {
display: inline-block;
}
.hr-menu {
list-style: none;
margin: 0;
padding: 0;
}
.hr-menu li {
position: relative;
display: inline-block;
height: 72px;
padding: 20px 10px;
}
.hr-menu li a {
display: block;
height: 32px;
line-height: 32px;
color: #fff;
/* font-weight: bold; */
font-size: 13px;
text-decoration: none;
}
.hr-menu li a span.title {
padding: 0 5px;
}
.hr-menu li a .custom-badge {
padding: 5px 10px;
font-size: 11px;
background-color: #f2851f;
}
.hr-menu li .right-arrow.dropdown-menu:before {
position: absolute;
top: -7px;
right: 10px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.hr-menu li .right-arrow.dropdown-menu:after {
position: absolute;
top: -6px;
right: 12px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: '';
}
.hr-menu li ul.dropdown-menu {
top: 78%;
left: auto;
right: 0;
}
.hr-menu li ul.dropdown-menu li {
padding: 0;
height: auto;
display: block;
}
.hr-menu li ul.dropdown-menu li a {
display: block;
height: auto;
line-height: 0;
padding: 5px 15px;
clear: both;
font-size: 14px;
color: black;
font-weight: normal;
}
.hr-menu li ul.dropdown-menu li a i {
font-size: 18px;
padding-right: 5px;
width: 25px;
}
.hr-menu li.ico-menu a > i {
font-size: 25px;
vertical-align: middle;
color: #a69681;
padding-right: 3px;
}
.hr-menu span.separator {
color: #a69681;
}
.hr-menu li.active a,
.hr-menu li a:hover {
color: #f2851f;
}
@media (max-width: 1199px) {
.nav-right-menu {
position: absolute;
right: 0px;
}
}
@media (max-width: 1199px) {
.nav-menu {
border-top: 1px solid #F58522;
}
}
@media (max-width: 1199px) {
.nav-menu li {
height: auto;
padding: 5px;
}
}
/*main-content*/
.page-container .main-content {
position: relative;
display: block;
vertical-align: top;
padding: 20px;
width: 100%;
padding-bottom: 10px;
background-image: url("/egi/resources/guide/assets/building.png");
background-size: cover;
}
.page-container .main-content .file-ellipsis {
white-space: nowrap;
width: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
.page-container .main-content .top-space {
padding: 50px 45px;
}
.page-container .main-content .side-space {
padding: 0 40px;
}
.page-container .main-content .login-form-licensee #signform{
padding-left: 0px;
padding-top: 30px;
background-color: #fff;
}
.page-container .main-content .create-licensee {
}
.page-container .main-content .community-card {
margin: 5px 0px;
padding: 8px 18px 8px 10px;
background-color: #fff;
max-width: 450px;
border-radius: 4px;
}
@media (max-width: 992px) {
.page-container .main-content .community-card {
display: inline-block;
width: 98%;
text-align: left;
margin: 10px 0px;
padding: 2px 10px;
}
}
.page-container .main-content .community-card a {
color: #333;
}
.page-container .main-content .community-card .rounded-circle {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px;
background: #fff;
text-align: center;
border: 1px solid #ddd;
}
.page-container .main-content .community-card .rounded-circle i {
font-size: 22px;
}
.page-container .main-content .community-card .rounded-circle i.a {
color: #F7CA18;
}
.page-container .main-content .community-card .rounded-circle i.b {
color: #F89406;
}
.page-container .main-content .community-card .rounded-circle i.c {
color: #00C853;
}
.page-container .main-content .community-card .label-font {
font-size: 16px;
display: inline-block;
vertical-align: top;
padding: 0 5px;
}
.page-container .main-content .community-card .label-font .label-subfont {
font-size: 12px;
}
@media (max-width: 992px) {
.page-container .main-content .side-space {
padding: 0 10px;
}
}
@media (max-width: 980px) {
.page-container .main-content .top-space {
padding: 0;
}
}
.page-container .main-content .signin-formcontent {
width: 84%;
margin: 0 auto;
margin-right: 0px;
}
@media (max-width: 992px) {
.page-container .main-content .signin-formcontent {
width: 97%;
margin: 20px auto;
}
}
.page-container .main-content .signin-formcontent #signform {
border: 1px solid #f2f2f2;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 15px 22px 15px 22px;
border-radius: 4px;
}
.page-container .main-content .signin-formcontent #signform .signin-leftpadding {
/*padding-left: 18px;*/
}
.page-container .main-content .signin-title {
font-size: 22px;
/*padding: 0 0 0 10px;*/
}
.page-container .main-content .feature-top {
padding: 20px 0 10px 0;
font-size: 28px;
border-top: 1px solid #eee;
}
.page-container .main-content .top-community-space {
padding-top: 20px;
}
.login-footer-icon{
color: #ffffff;
}
.page-container .main-content .login-content {
position: relative;
max-width: 450px;
margin: 5px auto;
border: 1px solid #f2f2f2;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-container .main-content .login-content .login-body {
background: #fff;
padding: 20px;
}
.page-container .main-content .login-content-margin {
margin: 4% auto 0% auto;
}
.page-container .main-content .citizen-screens .padding-tb {
padding: 10px 0px;
}
.page-container .main-content .citizen-screens .padding-tb .search-box {
position: relative;
}
.page-container .main-content .citizen-screens .padding-tb .search-box i {
position: absolute;
padding: 8px 12px;
color: #d1d1d1;
font-size: 18px;
pointer-events: none;
}
.page-container .main-content .citizen-screens .padding-tb .search-box input {
padding-left: 35px;
}
@media (max-width: 768px) {
.page-container .main-content .citizen-screens .padding-tb .xs-margin-top-10 {
margin-top: 10px;
}
}
.page-container .main-content .citizen-screens .padding-tb #sortby_drop {
float: right;
}
.page-container .main-content .citizen-screens .container-msgs {
margin-top: 10px;
}
.page-container .main-content .citizen-screens .msg {
background: #fff;
padding: 15px 30px;
border: 1px solid #d5d9db;
border-radius: 5px;
cursor: pointer;
}
.page-container .main-content .citizen-screens .msg header i {
width: 34px;
font-size: 18px;
padding: 4px 5px;
text-align: center;
}
.page-container .main-content .citizen-screens .msg header i.read-msg {
color: #c9c9c9;
}
.page-container .main-content .citizen-screens .msg header i.unread-msg {
color: #f2851f;
}
.page-container .main-content .citizen-screens .msg header a {
color: #333;
text-decoration: none;
}
.page-container .main-content .citizen-screens .msg header h3,
.page-container .main-content .citizen-screens .msg header a {
margin: 0;
padding: 0;
/*font-weight: bold;*/
display: inline-block;
word-wrap: break-word;
/*font-family: semibold;*/
}
.page-container .main-content .citizen-screens .msg header span.msg-status {
margin: 0 15px;
padding: 5px 15px;
background: #c9c9c9;
font-size: 13px;
color: #fff;
border-radius: 5px;
white-space: nowrap;
font-weight: normal;
font-family: regular;
}
.page-container .main-content .citizen-screens .msg header .msg-info {
padding-top: 5px;
padding-left: 20px;
font-style: italic;
font-size: 14px;
}
.page-container .main-content .citizen-screens .msg header .msg-info .dot {
font-size: 15px;
}
.page-container .main-content .citizen-screens .msg header .msg-info .msg-date {
color: #a7a9ab;
}
.page-container .main-content .citizen-screens .msg .msg-content > p {
margin: 15px 20px 0px 20px;
font-size: 14px;
}
.page-container .main-content .citizen-screens section div.msg,
.page-container .main-content .citizen-screens section div.msg {
/* margin-top: 10px; */
margin-bottom: 5px;
overflow: hidden;
position: relative;
}
.page-container .main-content .citizen-screens .content-wrap {
position: relative;
}
.page-container .main-content .citizen-screens .content-wrap section {
display: none;
padding: 1em;
border: 1px solid rgba(40, 44, 42, 0.1);
border-top: none;
}
.page-container .main-content .citizen-screens .content-wrap section .myaccount-actions {
position: absolute;
top: 15px;
right: 15px;
}
.page-container .main-content .citizen-screens .content-wrap section.content-current-newreq,
.page-container .main-content .citizen-screens .content-wrap section.content-current-myacc {
display: block;
}
.page-container .main-content .tabs {
position: relative;
overflow: hidden;
margin: 10px auto;
width: 100%;
font-weight: 300;
font-size: 1.25em;
}
.page-container .main-content .tabs nav {
text-align: center;
}
.page-container .main-content .tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
list-style: none;
}
.page-container .main-content .tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
flex: 1;
}
.page-container .main-content .tabs nav ul li a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1.0;
}
.page-container .main-content .tabs nav ul li a div {
padding: 5px;
}
.page-container .main-content .tabs nav ul li a span {
vertical-align: middle;
font-weight: normal;
font-family: regular;
}
.page-container .main-content .tabs-style-topline nav li:not(:last-child) {
border-right: none;
}
.page-container .main-content .tabs-style-topline nav li.tab-current-newreq,
.page-container .main-content .tabs-style-topline nav li.tab-current-myacc {
border-top-color: #f2851f;
border-bottom: none;
}
.page-container .main-content .tabs-style-topline nav li.tab-current-newreq a,
.page-container .main-content .tabs-style-topline nav li.tab-current-myacc a,
.page-container .main-content .tabs-style-topline nav li.tab-current-newreq .tabs-style-topline nav li.tab-current-myacc a,
.page-container .main-content .tabs-style-topline nav li.tab-current-myacc .tabs-style-topline nav li.tab-current-myacc a {
background: none;
box-shadow: inset 0 3px 0 #f2851f;
color: #f2851f;
font-size: 20px;
}
.page-container .main-content .tabs-style-topline nav li {
border: 1px solid rgba(40, 44, 42, 0.1);
}
.page-container .main-content .tabs-style-topline nav a {
padding: 0.65em 0 0.5em;
background: #f2f2f2;
color: #6b4f2c;
line-height: 1;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.page-container .main-content .tabs-style-topline nav a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 11px;
}
.page-container .main-content .page-error-404 {
color: #303641;
text-align: center;
}
.page-container .main-content .page-error-404 .error-text {
padding-bottom: 25px;
font-size: 16px;
}
.page-container .main-content .page-error-404 .error-symbol {
font-size: 50px;
}
.page-container .main-content #tabmenu {
z-index: 1;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 6px;
padding-bottom: 6px;
text-decoration: none;
}
.page-container .main-content #tabmenu li {
display: inline;
overflow: hidden;
list-style-type: none;
font-size: 11px;
color: #121212;
text-decoration: none;
font-weight: bold;
}
.page-container .main-content #tabmenu a {
color: #121212;
margin: 0px;
text-decoration: none;
font-size: 11px;
font-weight: bold;
position: static;
padding: 6px 10px;
}
.page-container .main-content #tabmenu a.active {
text-decoration: none;
font-size: 11px;
font-weight: bold;
padding: 6px 10px;
color: #0099ff;
}
.page-container .main-content #tabmenu a.active {
background-color: #fff;
text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
color: #0099ff;
}
.page-container .main-content #tabmenu a:hover {
color: #0099ff;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
padding-top: 6px;
}
.page-container .main-content #tabmenu a:visited {
color: #121212;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
}
.page-container .main-content #tabmenu a.active:hover {
color: #0099ff;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
.page-container .main-content div.egov {
width: 55px;
text-align: right;
float: right;
margin-right: 15px;
}
.page-container .main-content div.gov {
width: 54px;
text-align: right;
float: left;
margin-left: 15px;
}
.page-container .main-content div.navibar {
background-color: #eceded;
margin-bottom: 8px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
text-align: left;
background-image: url(../images/bgtop.gif);
background-repeat: repeat-x;
vertical-align: middle;
height: 26px;
}
.page-container .main-content div.mainheading {
padding-top: 6px;
}
.page-container .main-content div.formmainbox {
border-radius: 3px;
display: inline-block;
min-width: 100%;
padding-bottom: 15px;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.page-container .main-content div.formmainbox td.greybox {
background-color: #fff;
font-size: 12px;
padding: 8px 5px;
color: #000000;
text-align: left;
font-family: regular;
}
.page-container .main-content div.formmainbox textarea {
font-family: regular;
font-size: 11px;
color: #333333;
padding: 6px 12px;
}
.page-container .main-content div.formmainbox input,
.page-container .main-content div.formmainbox input.amount,
.page-container .main-content div.formmainbox input.tablerow,
.page-container .main-content div.formmainbox #select,
.page-container .main-content div.formmainbox input.hiddenslno,
.page-container .main-content div.formmainbox td.greybox input.hiddentext {
font-family: regular;
font-size: 11px;
color: #333333;
background-color: #fff;
border: 1px solid #CCCCCC;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 4px;
}
.page-container .main-content div.formmainbox input.tablerow {
width: 95%;
}
.page-container .main-content div.formmainbox input.hiddenslno,
.page-container .main-content div.formmainbox td.greybox input.hiddentext {
color: #000000;
background-color: #eceded;
text-align: center;
vertical-align: middle;
}
.page-container .main-content div.formmainbox td.greybox input.hiddentext {
cursor: not-allowed;
}
.page-container .main-content div.formmainbox .bold {
font-weight: bold;
font-family: semibold;
}
.page-container .main-content div.formmainbox div.commontopyellowbg {
background-image: url(../images/commonnewTopbg.jpg);
background-color: #ffad01;
background-position: right bottom;
font-family: regular;
font-size: 20px;
font-weight: bold;
color: #fff;
text-align: center;
white-space: normal;
background-repeat: no-repeat;
padding-top: 12px;
padding-bottom: 14px;
font-style: normal;
display: block;
}
.page-container .main-content div.formmainbox div.commontopbluebg {
background-image: url(../images/commonnewTop2bg.jpg);
background-color: #486f9f;
background-position: right bottom;
font-family: regular;
font-size: 11px;
color: #cccccc;
text-align: left;
white-space: normal;
background-repeat: repeat;
padding-top: 9px;
padding-bottom: 9px;
font-style: normal;
display: block;
padding-right: 15px;
padding-left: 15px;
}
.page-container .main-content div.formmainbox div.commontopdate {
width: 150px;
float: right;
text-align: right;
font-family: regular;
font-size: 11px;
color: #000;
}
.page-container .main-content div.formmainbox div.commontopbreadc {
background-color: #fff;
font-family: regular;
font-size: 11px;
color: #999;
text-align: left;
white-space: normal;
padding-top: 9px;
padding-bottom: 9px;
font-style: normal;
display: block;
padding-right: 15px;
padding-left: 15px;
background-image: url(../images/commonnewTopbc.jpg);
background-repeat: repeat;
background-position: center top;
}
.page-container .main-content div.formmainbox .commonbcarrow {
font-family: regular;
color: #416a9c;
font-weight: bold;
font-size: 10px;
margin-left: 4px;
margin-right: 4px;
}
.page-container .main-content div.formmainbox .errorcontent2 {
margin-top: 0px;
margin-right: 7px;
margin-bottom: 0;
margin-left: 7px;
padding-top: 2px;
padding-right: 12px;
padding-bottom: 2px;
padding-left: 12px;
}
.page-container .main-content div.formmainbox .errorroundbox2 {
background-image: url(../images/nt.gif);
background-repeat: repeat;
width: 100%;
margin-top: 0em;
margin-right: auto;
margin-bottom: 0em;
margin-left: auto;
}
.page-container .main-content div.formmainbox .errortop2 div {
background: url(../images/tl.gif) no-repeat top left;
}
.page-container .main-content div.formmainbox .errortop2 {
background: url(../images/tr.gif) no-repeat top right;
}
.page-container .main-content div.formmainbox .errorbot2 div {
background: url(../images/bl.gif) no-repeat bottom left;
}
.page-container .main-content div.formmainbox .errorbot2 {
background: url(../images/br.gif) no-repeat bottom right;
}
.page-container .main-content div.formmainbox input[type="text"]:read-only,
.page-container .main-content div.formmainbox textarea:read-only,
.page-container .main-content div.formmainbox textarea:disabled,
.page-container .main-content div.formmainbox input[type="text"]:disabled,
.page-container .main-content div.formmainbox input[type="text"]:-moz-read-only,
.page-container .main-content div.formmainbox select[disabled],
.page-container .main-content div.formmainbox textarea[disabled],
.page-container .main-content div.formmainbox input[disabled] {
background-color: #eceded !important;
cursor: not-allowed !important;
}
.page-container .main-content div.formmainbox textarea {
padding: 6px 12px;
line-height: 1.42857143;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page-container .main-content div.formmainbox .margin-5 {
margin: 5px;
}
.page-container .main-content div.formmainbox div.buttonbottom {
margin-bottom: 0px;
padding: 15px 15px 5px 15px;
font-family: regular;
font-size: 11px;
color: #000000;
text-align: center;
}
.page-container .main-content div.formmainbox input.buttonsubmit,
.page-container .main-content div.formmainbox input.button {
width: auto;
font-family: semibold;
text-align: center;
border-style: none;
font-size: 12px;
font-weight: bold;
padding: 6px 12px;
background: #6b4f2c none repeat scroll 0% 0%;
color: #fff;
height: 30px;
border-radius: 3px;
border: 1px solid #6b4f2c;
margin-right: 5px;
}
.page-container .main-content div.formmainbox input.buttonsubmit.normal,
.page-container .main-content div.formmainbox input.button {
color: #333;
background-color: #fff;
border-color: #CCC;
}
.page-container .main-content div.formmainbox input.buttonsubmit:hover,
.page-container .main-content div.formmainbox input.buttonsubmit:active,
.page-container .main-content div.formmainbox input.buttonsubmit:focus,
.page-container .main-content div.formmainbox input.button:hover,
.page-container .main-content div.formmainbox input.button:focus,
.page-container .main-content div.formmainbox input.button:active {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
}
.page-container .main-content div.subheadnew {
font-family: semibold;
font-size: 16px;
font-weight: bold;
color: #f2851f;
padding: 15px 15px;
background: #fff;
}
.page-container .main-content div.subheadsmallnew {
background-color: #fff;
color: #f2851f;
}
.page-container .main-content div.buttonbottom {
margin-bottom: 0px;
margin-top: 10px;
padding: 15px 15px 5px 15px;
font-family: regular;
font-size: 11px;
color: #000000;
text-align: center;
}
.page-container .main-content input.buttonsubmit,
.page-container .main-content input.button {
width: auto;
font-family: semibold;
text-align: center;
border-style: none;
font-size: 12px;
font-weight: bold;
padding: 6px 12px;
background: #6b4f2c none repeat scroll 0% 0%;
color: #fff;
height: 30px;
border-radius: 3px;
border: 1px solid #6b4f2c;
margin-right: 5px;
}
.page-container .main-content input.buttonsubmit.normal,
.page-container .main-content input.button {
color: #333;
background-color: #fff;
border-color: #CCC;
}
.page-container .main-content input.buttonsubmit:hover,
.page-container .main-content input.buttonsubmit:active,
.page-container .main-content input.buttonsubmit:focus,
.page-container .main-content input.button:hover,
.page-container .main-content input.button:focus,
.page-container .main-content input.button:active {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
}
.page-container .main-content th.bluebgheadtd {
height: 28px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #6b4f2c;
border-bottom-color: #6b4f2c;
font-family: semibold;
font-size: 10px;
font-weight: bold;
color: #fff;
padding: 4px;
background-color: #6b4f2c;
background-image: none;
text-align: center;
}
.page-container .main-content .yui-skin-sam .yui-dt th {
color: #fff;
background: #f2851f;
}
.page-container .main-content .yui-skin-sam .yui-dt td {
border-right: 1px solid #E9E9E9;
}
.page-container .main-content .yui-skin-sam .yui-ac-input {
position: relative;
}
.page-container .main-content table.setborder {
border: 1px solid #84B1AD;
}
.page-container .main-content table.setborder tr {
border-bottom: 1px solid #84B1AD;
}
.page-container .main-content div.buttonbottom table {
margin: 0 auto;
}
.page-container .main-content .tblactionicon i {
font-size: 1.7em;
}
.page-container .main-content .tblactionicon.add {
color: #4CAF50;
}
.page-container .main-content .tblactionicon.delete {
color: #F44336;
}
.page-container .main-content .doctable input[type="file"] {
display: inline-block;
}
.page-container .main-content a.fileclear {
margin-left: 5px;
}
@media print {
.page-container .main-content .no-print,
.page-container .main-content .no-print * {
display: none !important;
}
}
.page-container .main-content .new-page-header {
font-family: semibold;
font-size: 20px;
color: #f2851f;
text-align: center;
padding: 0 15px 15px;
}
.page-container .main-content td.greybox input[type="text"],
.page-container .main-content td.greybox select,
.page-container .main-content td.bluebox input[type="text"],
.page-container .main-content td.bluebox select {
width: auto;
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
background-color: #fff;
background-image: none;
border: 1px solid #CCC;
webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page-container .main-content td.greybox input[type="text"]:focus,
.page-container .main-content td.greybox select:focus,
.page-container .main-content td.bluebox input[type="text"]:focus,
.page-container .main-content td.bluebox select:focus,
.page-container .main-content td.bluebox textarea:focus,
.page-container .main-content td.greybox textarea:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.page-container .main-content td.bluebox.setborder,
.page-container .main-content td.greybox.setborder {
border: 1px solid #84B1AD;
border-top: 0;
}
@media (max-width: 1199px) {
.page-container .with-hr-menu {
padding-top: 70px !important;
}
}
.page-container .nav-tabs li > a {
position: relative;
color: rgba(0, 0, 0, 0.5);
border: 0px;
font-weight: bold;
font-family: semibold;
text-transform: uppercase;
padding: 12px 15px 14px 15px;
font-size: 14px;
}
.page-container .nav-tabs li.active > a:first-of-type,
.page-container .nav-tabs li.active > a:first-of-type:focus,
.page-container .nav-tabs li.active > a:first-of-type:hover,
.page-container .nav-tabs li.active > a:first-of-type:active {
background: transparent;
color: #6b4f2c;
cursor: default;
border: 0;
}
.page-container .nav-tabs li.active > a:after {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: #f2851f;
}
.page-container .nav-tabs li > a:hover,
.page-container .nav-tabs li > a:focus {
background: transparent;
outline: 0;
}
/*Custom form css overrided*/
.btn:hover,
.btn:focus,
.btn.focus {
color: #fff;
outline: none;
}
.btn-custom {
color: #fff;
background-color: #3A539B;
border-color: #3A539B;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom:active:hover,
.btn-custom.active:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.btn-custom:active.focus,
.btn-custom.active.focus {
color: #fff;
outline: none;
}
.btn-primary {
color: #fff;
background-color: #6b4f2c;
border-color: #6b4f2c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #fff;
background-color: #f2851f;
border-color: #f2851f;
outline: none;
}
.btn-secondary {
color: #fff;
background-color: #3599b2;
border-color: #3599b2;
}
.tag-element {
margin-top: 4px;
margin-right: 9px;
}
.tour-section {
position: absolute;
top: 10px;
right: 30px;
z-index: 10;
padding: 0 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
cursor: pointer;
}
.form-group {
margin-bottom: 0px;
}
.form-group.overflow {
overflow: auto;
}
.form-group label.align-top {
position: relative;
top: -15px;
}
.form-group div {
margin-bottom: 15px;
}
@media (max-width: 768px) {
.form-group {
padding-left: 15px;
padding-right: 15px;
}
}
.form-group .input-group .input-group-addon.style-label {
background: #fff;
border: none;
}
.form-group .input-group .input-group-addon {
cursor: pointer;
background: #6b4f2c;
border: 1px solid #6b4f2c;
color: #fff;
}
.form-group .input-group .input-group-addon i {
color: #6b4f2c;
cursor: pointer;
}
.form-group .input-group .input-group-addon i.specific {
color: #fff;
}
.form-group .input-group .input-group-addon .style-color {
color: #6b4f2c;
font-size: 16px;
}
.form-control.low-width {
width: 99%;
}
.form-group .input-group .form-control.style-form,
.form-control.style-form {
border: 0;
padding-left: 0;
font-size: 15px;
border-bottom: 1px solid #9e9e9e;
outline: none;
box-shadow: none;
border-radius: 0px;
}
.mandatory:before {
content: ' *';
color: red;
}
.set-mandatory {
position: absolute;
top: 4px;
right: 0px;
z-index: 10;
}
.g-recaptcha div {
margin: auto;
}
.panel-primary {
border-color: #fff;
box-shadow: 0px 0px 5px 0px #d4c2c2;
padding-bottom: 15px;
}
.panel-primary .panel-heading {
background-color: #fff;
border-color: #fff;
padding: 15px;
position: relative;
}
.panel-primary .panel-heading .panel-title {
font-weight: normal;
font-family: regular;
font-size: 19px;
color: #f5861f;
text-align: left;
}
.panel-primary .panel-heading .history-icon {
position: absolute;
top: 17px;
right: 10px;
font-size: 16px;
color: #f2851f;
}
.panel-primary .panel-heading.slide-history-menu {
position: relative;
cursor: pointer;
}
.panel-primary .panel-body {
padding-top: 0;
}
.panel-primary .panel-body .header-color {
color: #f2851f;
}
.panel-primary .panel-body .map-tool-class {
cursor: pointer;
color: #fff;
width: 20px;
padding: 4px;
}
.panel-primary .panel-body .dynamic-span span,
.panel-primary .panel-body .dynamic-span span label {
padding: 0 5px;
margin-top: 7px;
}
.panel-primary .panel-body .dynamic-span.capitalize > span > label {
text-transform: lowercase;
}
.panel-primary .panel-body .dynamic-span.capitalize > span > label:first-letter {
text-transform: uppercase;
}
.panel-primary .panel-body .remove-img {
position: absolute;
top: -11px;
left: 5px;
font-size: 16px;
cursor: pointer;
}
.panel-primary .panel-body .remove-img:hover {
color: #f2851f;
}
.panel-primary .panel-body .img-prop {
height: 350px;
width: 100%;
}
.panel-primary .panel-body #normal .centerMarker {
position: absolute;
background: url(../../images/marker.png) no-repeat;
top: 50%;
left: 50%;
z-index: 1;
margin-left: -10px;
margin-top: -34px;
height: 34px;
width: 20px;
cursor: pointer;
}
.panel-primary .panel-body.custom-form {
padding: 0;
}
.table thead:first-child > tr:first-child th {
border-bottom: none;
background: #f2851f;
color: #fff;
font-weight: normal;
}
.table thead:first-child > tr:first-child th:first-child {
border-left: 1px solid transparent;
}
.table thead > tr > th {
vertical-align: top;
}
.table tbody tr:hover {
background: #f7f7f7;
}
/*datatable overrided properties*/
@media screen and (max-width: 768px) {
table.dataTable {
display: block;
}
}
@media screen and (max-width: 768px) {
table.dataTable thead {
display: none;
}
table.dataTable thead th {
position: absolute;
top: -9990px;
left: -9990px;
display: block;
}
}
table.dataTable thead tr > th:hover {
cursor: pointer;
}
table.dataTable tbody {
font-size: 13px;
}
@media screen and (max-width: 768px) {
table.dataTable tbody {
display: block;
}
table.dataTable tbody tr {
display: block;
}
table.dataTable tbody tr td {
display: block;
}
}
table.dataTable tbody tr:hover {
background: #f7f7f7;
cursor: pointer;
}
table.dataTable tbody.no-pointer tr:hover {
cursor: default;
}
@media (max-width: 768px) {
.table-bordered tbody > tr {
border-bottom: 1px solid #ebebeb;
}
}
@media (max-width: 768px) {
.table-bordered tbody > tr td {
border: none;
}
}
.DTTT_container {
margin: 5px 0;
}
.DTTT_container .DTTT_button {
padding: 5px;
position: relative;
border: 1px solid #ddd;
cursor: pointer;
}
.multiheadertbl {
overflow: auto;
}
.multiheadertbl thead th {
background: #f2851f;
color: #fff;
text-align: center;
vertical-align: middle !important;
font-size: 12px;
font-weight: normal;
}
.multiheadertbl tbody td {
font-size: 10px;
}
.multiheadertbl tfoot td {
font-weight: bold;
font-size: 12px;
font-family: semibold !important;
}
.pagination {
margin: 0;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
background-color: #6b4f2c;
border-color: #6b4f2c;
}
.buttons-margin {
margin-top: 10px;
}
/*Footer*/
footer.main {
width: 100%;
height: 140px;
position: fixed;
bottom: 0;
left: 0;
background: #6b4f2c;
line-height: 24px;
padding: 18px 20px;
font-size: 13px;
/*color: #746565;*/
text-align: left;
}
footer.lastfooter {
width: 100%;
height: 140px;
bottom: 0;
left: 0;
background: #6b4f2c;
line-height: 24px;
padding: 18px 20px;
font-size: 13px;
/*color: #746565;*/
text-align: left;
}
.main-padding {
padding: 0px 40px;
}
footer.main a {
color: #ffffff;
width: 36px;
height: 36px;
}
.DTTT_print_info {
display: none;
}
.transparent {border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
} | 0.23793 | 0.038575 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html,
body {
height: 100%;
width: 100%;
font-family: 'Poppins', sans-serif;
color: #222;
background-color: #fffff3;
}
.navbar-wrapper {
position: absolute;
top: 80px;
left: 50px;
right: 50px;
z-index: 10;
}
.navbar {
padding: 0px 12px;
height: 50px;
}
.navbar-nav li {
padding-right: 20px;
}
.nav-link {
font-size: 1.1em !important;
font-weight: 600;
text-shadow: 5px 5px 15px #000;
color: white;
}
.nav-link:hover {
color: #FFDD00;
border-bottom: 2px solid #FFDD00;
}
.navbar-toggler {
padding: 0;
height: 100;
background: url(../img/menu.svg) no-repeat;
}
.carousel-inner img {
width: 100%;
height: 650px;
}
.carousel-caption {
position: absolute;
top: 55%;
transform: translateY(-50%);
}
.carousel-caption h1 {
/* color: #ff531a; */
font-size: 400%;
font-weight: 700;
text-transform: uppercase;
text-shadow: 5px 5px 15px #000;
}
.carousel-caption h3 {
font-size: 200%;
font-weight: 600;
text-shadow: 5px 5px 10px #000;
padding-bottom: 1rem;
}
.col-centered {
float: none;
margin: 0 auto;
}
.img-fixed {
width: 100%;
height: 100%;
}
/* ############################################################################## */
.parallex{
background-image: url(./../img/The-Maranjab-Desert%u2019s-Caravanserai.jpg);
height: auto;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: white;
display: flex;
align-items: center;
}
.parallex2{
background-image: url(./../img/the-landscape-of-Maranjab-Desert.jpg);
height: auto;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: white;
display: flex;
align-items: center;
}
.banner{
margin-top: 10px;
animation: fromleft;
animation-duration: 4s;
animation-delay: 1.5s;
opacity: 0;
animation-fill-mode: forwards;
}
.banner2{
animation: fromright;
animation-duration: 4s;
animation-delay: 1.5s;
opacity: 0;
animation-fill-mode: forwards;
}
@keyframes fromleft{
0%{
transform: translateX(-100px);
opacity: 0;
}
50%{
transform: translateX(30px);
}
100%{
transform: translateX(0px);
opacity: 1;
}
}
@keyframes fromright{
0%{
transform: translateX(100px);
opacity: 0;
}
50%{
transform: translateX(-30px);
}
100%{
transform: translateX(0px);
opacity: 1;
}
}
/* ############################################################# */
.btn-primary {
color: #ffcc80;
background-color: #e68a00;
border: 1px solid #ffcc80;
}
.btn-primary:hover {
color: #e68a00;
background-color: #ffcc80;
border: 1px solid #e68a00;
}
.jumbotron {
padding: 1rem;
border-radius: 0;
}
.padding {
padding-bottom: 1.5rem;
}
.welcome {
width: 75%;
margin: 0 auto;
padding-top: 1.5rem;
}
.welcome hr {
border-top: 2px solid #b4b4b4;
width: 95%;
margin-top: .3rem;
margin-bottom: 1rem;
}
.lead{
font-size: 80%;
}
.fa-bus {
color: #e54d26;
}
.fa-bus:hover {
color: #f8ad30;
}
.fa-bed {
color: #563d7c;
}
.fa-bed:hover {
color: #963d7c;
}
.fa-utensils {
color: #2163af;
}
.fa-utensils:hover {
color: #7568cf;
}
.fa-bus,
.fa-bed,
.fa-utensils {
width: 100%;
font-size: 2em;
}
.social a {
font-size: 2em;
padding: .5rem;
}
.fa-facebook {
color: #3b5998;
}
.fa-twitter {
color: #00aced;
}
.fa-google-plus-g {
color: #dd4b39;
}
.fa-instagram {
color: #517fa4;
}
.fa-youtube {
color: #bb0000;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
color: #d5d5d5;
}
footer {
background-color: #fffff3;
color: #222;
padding-top: 2rem;
}
hr.light {
border-top: 1px solid #d5d5d5;
width: 75%;
margin-top: .8rem;
margin-bottom: 1rem;
}
footer a {
color: #d5d5d5;
}
hr.light-100 {
border-top: 1px solid #d5d5d5;
width: 100%;
margin-top: .8rem;
margin-bottom: 1rem;
}
/*---Media Queries --*/
@media (max-width: 992px) {
.social a {
font-size: 1.7em;
padding: .7rem;
}
}
@media (max-width: 768px) {
.carousel-caption {
top: 50%;
}
.carousel-caption h1 {
font-size: 300%;
}
.carousel-caption h3 {
font-size: 150%;
font-weight: 400;
padding-bottom: .2rem;
}
.carousel-caption .btn {
font-size: 95%;
padding: 8px 14px;
}
.display-4 {
font-size: 200%;
}
.social a {
font-size: 1.5em;
padding: .5rem;
}
.carousel-inner img {
height: 450px;
}
.navbar-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.navbar {
height: auto;
color: #000;
background-color: #ffffe3 !important;
z-index: 11;
}
.nav-link {
font-size: 1em !important;
font-weight: 500;
color: #222;
z-index: 5;
}
.nav-link:hover {
color: #FFDD00;
border-bottom: 2px solid #FFDD00;
}
}
@media (max-width: 576px) {
.carousel-caption {
top: 40%;
}
.carousel-caption h1 {
font-size: 200%;
}
.carousel-caption h3 {
font-size: 110%;
}
.carousel-caption .btn {
font-size: 90%;
padding: 4px 8px;
}
.carousel-indicators {
display: none;
}
.display-2 {
font-size: 120%;
}
.social a {
font-size: 2em;
padding: .7rem;
}
.carousel-inner img {
height: 300px;
}
.nav-link {
padding: 1px;
margin: 5px;
font-size: .9em !important;
}
}
@media (max-width: 400px) {
.carousel-caption {
top: 40%;
}
.carousel-caption h1 {
font-size: 100%;
}
.carousel-caption h3 {
font-size: 70%;
}
.carousel-caption .btn {
font-size: 40%;
padding: 2px 5px;
}
.carousel-indicators {
display: none;
}
.display-4 {
font-size: 100%;
}
.social a {
font-size: 1.5em;
padding: .5rem;
}
.carousel-inner img {
height: 200px;
}
}
/*---Firefox Bug Fix --*/
.carousel-item {
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
padding: .2rem;
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
section {
padding: 60px 0
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px
}
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
#portfolio .port-container{
width: 70%;
}
#portfolio .portfolio-item {
right: 0;
width: 100px;
margin: 9px 0px;
padding: 8px 8px;
}
#portfolio .portfolio-item:hover {
transform: scale(1.02);
outline: 2px solid #f8f8fa;
outline-offset: 0.1rem;
}
#portfolio .portfolio-item .portfolio-link {
position: relative;
display: block;
max-width: 400px;
margin: 0 auto;
cursor: pointer
}
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
padding: 25px;
text-align: center;
background-color: rgba(210,212,220,.5)
}
#portfolio .portfolio-item .portfolio-caption h4 {
margin: 0;
text-transform: none;
color: #f8f8fa;
}
#portfolio .portfolio-item .portfolio-caption p {
font-size: 16px;
font-style: italic;
margin: 0;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #f8f8fa;
}
#portfolio * {
z-index: 2
}
@media (min-width:767px) {
#portfolio .portfolio-item {
margin: 9px 0px;
padding: 8px 10px;
}
}
#contact{
width: 100%;
}
.card{
margin: 0 20px
}
/* ####################about################## */
.about-pictures{
position: relative;
}
.about-image{
position: absolute;
width: 200px;
transition: all 2s ease;
opacity: 0.9;
}
.img-1{
left: 0%;
top: 5%;
}
.img-2{
left: 35%;
top: 25%;
z-index: 10;
}
.img-3{
left: 75%;
top: 45%;
z-index: 20;
}
.img-4{
left: 75%;
top: 5%;
}
.img-5{
left: 0%;
top: 45%;
}
.about-image:hover{
outline: 5px solid #FCE3A3;
outline-offset: 0.5rem;
transform: scale(1.3) rotate(20deg);
z-index: 30;
opacity: 1;
}
.about-pictures:hover .about-image:not(:hover){
opacity: 0.5;
}
/* #######################contact########################### */
#sections{
padding: 0;
}
.height-60{
min-height: 60vh;
}
#contact .card{
background: rgba(255, 224, 179,0.5)
}
#contact .card:hover{
background: rgba(255, 224, 179,0.8)
}
#contact .card-header{
color:#e68a00;
}
#contact .input-group-text{
color:#e68a00;
background: #ffcc80;
border: #e68a00;
}
.contact-btn{
color: #e68a00;
background: #ffcc80;
}
/* ######################back to top################# */
#back-to-top{
background: #e68a00;
color: #ffcc80;
border-radius: 2px;
display: inline-block;
z-index: 10;
}
.scrollTop{
position: fixed;
bottom: 70px;
right: 10px;
} | FrontEnd/css/main.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html,
body {
height: 100%;
width: 100%;
font-family: 'Poppins', sans-serif;
color: #222;
background-color: #fffff3;
}
.navbar-wrapper {
position: absolute;
top: 80px;
left: 50px;
right: 50px;
z-index: 10;
}
.navbar {
padding: 0px 12px;
height: 50px;
}
.navbar-nav li {
padding-right: 20px;
}
.nav-link {
font-size: 1.1em !important;
font-weight: 600;
text-shadow: 5px 5px 15px #000;
color: white;
}
.nav-link:hover {
color: #FFDD00;
border-bottom: 2px solid #FFDD00;
}
.navbar-toggler {
padding: 0;
height: 100;
background: url(../img/menu.svg) no-repeat;
}
.carousel-inner img {
width: 100%;
height: 650px;
}
.carousel-caption {
position: absolute;
top: 55%;
transform: translateY(-50%);
}
.carousel-caption h1 {
/* color: #ff531a; */
font-size: 400%;
font-weight: 700;
text-transform: uppercase;
text-shadow: 5px 5px 15px #000;
}
.carousel-caption h3 {
font-size: 200%;
font-weight: 600;
text-shadow: 5px 5px 10px #000;
padding-bottom: 1rem;
}
.col-centered {
float: none;
margin: 0 auto;
}
.img-fixed {
width: 100%;
height: 100%;
}
/* ############################################################################## */
.parallex{
background-image: url(./../img/The-Maranjab-Desert%u2019s-Caravanserai.jpg);
height: auto;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: white;
display: flex;
align-items: center;
}
.parallex2{
background-image: url(./../img/the-landscape-of-Maranjab-Desert.jpg);
height: auto;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: white;
display: flex;
align-items: center;
}
.banner{
margin-top: 10px;
animation: fromleft;
animation-duration: 4s;
animation-delay: 1.5s;
opacity: 0;
animation-fill-mode: forwards;
}
.banner2{
animation: fromright;
animation-duration: 4s;
animation-delay: 1.5s;
opacity: 0;
animation-fill-mode: forwards;
}
@keyframes fromleft{
0%{
transform: translateX(-100px);
opacity: 0;
}
50%{
transform: translateX(30px);
}
100%{
transform: translateX(0px);
opacity: 1;
}
}
@keyframes fromright{
0%{
transform: translateX(100px);
opacity: 0;
}
50%{
transform: translateX(-30px);
}
100%{
transform: translateX(0px);
opacity: 1;
}
}
/* ############################################################# */
.btn-primary {
color: #ffcc80;
background-color: #e68a00;
border: 1px solid #ffcc80;
}
.btn-primary:hover {
color: #e68a00;
background-color: #ffcc80;
border: 1px solid #e68a00;
}
.jumbotron {
padding: 1rem;
border-radius: 0;
}
.padding {
padding-bottom: 1.5rem;
}
.welcome {
width: 75%;
margin: 0 auto;
padding-top: 1.5rem;
}
.welcome hr {
border-top: 2px solid #b4b4b4;
width: 95%;
margin-top: .3rem;
margin-bottom: 1rem;
}
.lead{
font-size: 80%;
}
.fa-bus {
color: #e54d26;
}
.fa-bus:hover {
color: #f8ad30;
}
.fa-bed {
color: #563d7c;
}
.fa-bed:hover {
color: #963d7c;
}
.fa-utensils {
color: #2163af;
}
.fa-utensils:hover {
color: #7568cf;
}
.fa-bus,
.fa-bed,
.fa-utensils {
width: 100%;
font-size: 2em;
}
.social a {
font-size: 2em;
padding: .5rem;
}
.fa-facebook {
color: #3b5998;
}
.fa-twitter {
color: #00aced;
}
.fa-google-plus-g {
color: #dd4b39;
}
.fa-instagram {
color: #517fa4;
}
.fa-youtube {
color: #bb0000;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
color: #d5d5d5;
}
footer {
background-color: #fffff3;
color: #222;
padding-top: 2rem;
}
hr.light {
border-top: 1px solid #d5d5d5;
width: 75%;
margin-top: .8rem;
margin-bottom: 1rem;
}
footer a {
color: #d5d5d5;
}
hr.light-100 {
border-top: 1px solid #d5d5d5;
width: 100%;
margin-top: .8rem;
margin-bottom: 1rem;
}
/*---Media Queries --*/
@media (max-width: 992px) {
.social a {
font-size: 1.7em;
padding: .7rem;
}
}
@media (max-width: 768px) {
.carousel-caption {
top: 50%;
}
.carousel-caption h1 {
font-size: 300%;
}
.carousel-caption h3 {
font-size: 150%;
font-weight: 400;
padding-bottom: .2rem;
}
.carousel-caption .btn {
font-size: 95%;
padding: 8px 14px;
}
.display-4 {
font-size: 200%;
}
.social a {
font-size: 1.5em;
padding: .5rem;
}
.carousel-inner img {
height: 450px;
}
.navbar-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.navbar {
height: auto;
color: #000;
background-color: #ffffe3 !important;
z-index: 11;
}
.nav-link {
font-size: 1em !important;
font-weight: 500;
color: #222;
z-index: 5;
}
.nav-link:hover {
color: #FFDD00;
border-bottom: 2px solid #FFDD00;
}
}
@media (max-width: 576px) {
.carousel-caption {
top: 40%;
}
.carousel-caption h1 {
font-size: 200%;
}
.carousel-caption h3 {
font-size: 110%;
}
.carousel-caption .btn {
font-size: 90%;
padding: 4px 8px;
}
.carousel-indicators {
display: none;
}
.display-2 {
font-size: 120%;
}
.social a {
font-size: 2em;
padding: .7rem;
}
.carousel-inner img {
height: 300px;
}
.nav-link {
padding: 1px;
margin: 5px;
font-size: .9em !important;
}
}
@media (max-width: 400px) {
.carousel-caption {
top: 40%;
}
.carousel-caption h1 {
font-size: 100%;
}
.carousel-caption h3 {
font-size: 70%;
}
.carousel-caption .btn {
font-size: 40%;
padding: 2px 5px;
}
.carousel-indicators {
display: none;
}
.display-4 {
font-size: 100%;
}
.social a {
font-size: 1.5em;
padding: .5rem;
}
.carousel-inner img {
height: 200px;
}
}
/*---Firefox Bug Fix --*/
.carousel-item {
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
padding: .2rem;
}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
section {
padding: 60px 0
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px
}
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
#portfolio .port-container{
width: 70%;
}
#portfolio .portfolio-item {
right: 0;
width: 100px;
margin: 9px 0px;
padding: 8px 8px;
}
#portfolio .portfolio-item:hover {
transform: scale(1.02);
outline: 2px solid #f8f8fa;
outline-offset: 0.1rem;
}
#portfolio .portfolio-item .portfolio-link {
position: relative;
display: block;
max-width: 400px;
margin: 0 auto;
cursor: pointer
}
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
padding: 25px;
text-align: center;
background-color: rgba(210,212,220,.5)
}
#portfolio .portfolio-item .portfolio-caption h4 {
margin: 0;
text-transform: none;
color: #f8f8fa;
}
#portfolio .portfolio-item .portfolio-caption p {
font-size: 16px;
font-style: italic;
margin: 0;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #f8f8fa;
}
#portfolio * {
z-index: 2
}
@media (min-width:767px) {
#portfolio .portfolio-item {
margin: 9px 0px;
padding: 8px 10px;
}
}
#contact{
width: 100%;
}
.card{
margin: 0 20px
}
/* ####################about################## */
.about-pictures{
position: relative;
}
.about-image{
position: absolute;
width: 200px;
transition: all 2s ease;
opacity: 0.9;
}
.img-1{
left: 0%;
top: 5%;
}
.img-2{
left: 35%;
top: 25%;
z-index: 10;
}
.img-3{
left: 75%;
top: 45%;
z-index: 20;
}
.img-4{
left: 75%;
top: 5%;
}
.img-5{
left: 0%;
top: 45%;
}
.about-image:hover{
outline: 5px solid #FCE3A3;
outline-offset: 0.5rem;
transform: scale(1.3) rotate(20deg);
z-index: 30;
opacity: 1;
}
.about-pictures:hover .about-image:not(:hover){
opacity: 0.5;
}
/* #######################contact########################### */
#sections{
padding: 0;
}
.height-60{
min-height: 60vh;
}
#contact .card{
background: rgba(255, 224, 179,0.5)
}
#contact .card:hover{
background: rgba(255, 224, 179,0.8)
}
#contact .card-header{
color:#e68a00;
}
#contact .input-group-text{
color:#e68a00;
background: #ffcc80;
border: #e68a00;
}
.contact-btn{
color: #e68a00;
background: #ffcc80;
}
/* ######################back to top################# */
#back-to-top{
background: #e68a00;
color: #ffcc80;
border-radius: 2px;
display: inline-block;
z-index: 10;
}
.scrollTop{
position: fixed;
bottom: 70px;
right: 10px;
} | 0.419886 | 0.085978 |
.query {
height: auto !important;
width: 430px !important;
font-family: Verdana;
position: relative;
}
.query textarea {
overflow: auto !important;
}
.query .dojoDndItem,
.query .dojoDndItem .dojoDndItemOver {
padding: 0px !important;
}
.query .actionSelect,
.query .operatorSelect,
.query .valueInput
{
font-size: 16px;
font-weight: 900;
}
.query .actionSelect {
width: 60px !important;
color: black;
}
.query .fieldSelect {
font-weight: 900;
font-size: 13px;
color: darkred;
width: 130px !important;
min-height: 22px !important;
}
.query .operatorSelect {
font-size: 13px;
color: darkgreen;
width: 80px !important;
height: 22px !important;
}
.query .dijitSelect .dijitArrowButton {
width: 7px !important;
}
.query .operatorSelect .dijitReset.dijitInputField.dijitButtonText,
.query .operatorSelect .dijitReset .dijitButtonText,
.query .operatorSelect .dijitReset.dijitStretch.dijitButtonContents .dijitReset.dijitInputField.dijitButtonText
{
text-align: center !important;
text-indent: 2px !important;
}
.query .valueInput .inputType {
display: inline-block !important;
width: 140px !important;
position: absolute !important;
left: 278px !important;
height: 18px !important;
top: 24px !important;
}
.query .valueInput .form.validationTextBox
{
position: absolute;
left: 317px;
top: 23px !important;
color: darkblue;
width: 40px !important;
margin-left: 3px;
}
.query .form.validationTextBox .label
{
display: none !important;
}
.query .valueInput .form.validationTextBox .dijitReset.dijitInputField.dijitInputContainer,
.query .valueInput .form .dijit.dijitReset.dijitInline.dijitLeft.input.dijitTextBox.dijitValidationTextBox,
.query .valueInput .form .validationTextBox dijitInputContainer,
.query .valueInput .form .validationTextBox .dijitReset.dijitInputInner {
width: 100px !important;
}
.query .nameInput {
display: inline-block;
width: 240px !important;
margin-top: 5px !important;
}
.query .queryTitle {
display: inline-block;
font-size: 15px;
font-weight: bolder;
top: -10px !important;
position: relative;
}
/* DRAG SOURCE */
.query .dragSource table
{
border: 0 !important;
border-collapse: collapse !important;
float: left;
margin-top: 0px !important;
padding-top: 0px !important;
height: auto !important;
}
.query .dragSource
{
width: 39;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-radius:8pt;
background:#FFFFFF none repeat scroll 0 0;
border:3px solid #CCCCCC;
cursor:default;
padding:1em 0.5em;
min-height: 200px !important;
height: auto !important;
/* NEEDED SO THAT SCROLLBAR WILL SHOW */
display: block !important;
width: 403px !important; */
width: 3;
}
/* QUERY NAME */
.query .nameInput .dijitTextBox {
width: 255px !important;
height: 22px !important;
}
/* BUTTON */
/* NB: THIS IS NEEDED FOR THE BUTTON CSS BELOW TO WORK! */
.query table textarea {
font-family: Verdana;
}
.query .saveButton {
-webkit-user-select: none;
height: 20px !important;
width: 60px !important;
position: relative;
left: 20px !important;
margin-right: 0px;
text-align: center;
vertical-align: middle;
-moz-user-select: none;
font-size: 14px;
font-family: Verdana;
font-weight: bolder;
color: #224;
background-color: #FEFEFE;
border: 4px solid #BBB;
border-bottom-color: #888;
border-left-color: #888;
display: inline-block;
top: -10px;
}
.query .saveButton:hover {
border-color: #999;
border-bottom-color: #555;
border-left-color: #555;
background-color : #FFF;
/*background-color : #FF8;*/
}
.query .saveButton:active {
border-color: #999;
border-bottom-color: #555;
border-left-color: #555;
background-color : #8F8;
}
/* MISC */
.query .dragSource .dijitReset.dijitValidationContainer {
display: none !important;
}
.query .dragSource .dijitReset.dijitInline.dijitSelectLabel.dijitValidationTextBoxLabel {
width: 80px !important;
}
.query .dragSource .ordinal .dijitReset.dijitInline.dijitSelectLabel.dijitValidationTextBoxLabel {
width: 30px !important;
}
/* BORDER AROUND ALL ITEMS */
.query .dragSource .actionSelect,
.query .dragSource .fieldSelect,
.query .dragSource .operatorSelect,
.query .dragSource .valueInput
{
border: 1px grey solid;
min-height: 20px !important;
font-size: 14px !important;
}
/* ROW BACKGROUND */
.query .dragSource .dojoDndItemAnchor {
background-color: white;
}
/* NO PADDING AROUND DND ITEMS */
.query .dojoDndItem,
.query .dojoDndItem .dojoDndItemOver {
padding: 0px !important;
}
.query .invalid,
.query .invalid:focus,
.query .invalid:active
{
border: 2px solid #F00 !important;
}
.query input:focus{
outline: 0;
}
/* TOGGLE */
.query .toggleTitle {
font-family: Arial;
text-align: left !important;
font-weight: 800 !important;
color: #444 !important;
font-size: 16px !important;
padding-top: 6px !important;
}
.query .toggleTitle.open {
background-image: url(../../../plugins/apps/images/toggle-minus-11.png);
text-indent: 20px;
background-position: 0.2em 0.6em;
background-repeat: no-repeat;
}
.query .toggleTitle.closed {
background-image: url(../../../plugins/apps/images/toggle-plus-11.png);
text-indent: 20px;
background-position: 0.2em 0.6em;
background-repeat: no-repeat;
} | html/plugins/request/css/query.css | .query {
height: auto !important;
width: 430px !important;
font-family: Verdana;
position: relative;
}
.query textarea {
overflow: auto !important;
}
.query .dojoDndItem,
.query .dojoDndItem .dojoDndItemOver {
padding: 0px !important;
}
.query .actionSelect,
.query .operatorSelect,
.query .valueInput
{
font-size: 16px;
font-weight: 900;
}
.query .actionSelect {
width: 60px !important;
color: black;
}
.query .fieldSelect {
font-weight: 900;
font-size: 13px;
color: darkred;
width: 130px !important;
min-height: 22px !important;
}
.query .operatorSelect {
font-size: 13px;
color: darkgreen;
width: 80px !important;
height: 22px !important;
}
.query .dijitSelect .dijitArrowButton {
width: 7px !important;
}
.query .operatorSelect .dijitReset.dijitInputField.dijitButtonText,
.query .operatorSelect .dijitReset .dijitButtonText,
.query .operatorSelect .dijitReset.dijitStretch.dijitButtonContents .dijitReset.dijitInputField.dijitButtonText
{
text-align: center !important;
text-indent: 2px !important;
}
.query .valueInput .inputType {
display: inline-block !important;
width: 140px !important;
position: absolute !important;
left: 278px !important;
height: 18px !important;
top: 24px !important;
}
.query .valueInput .form.validationTextBox
{
position: absolute;
left: 317px;
top: 23px !important;
color: darkblue;
width: 40px !important;
margin-left: 3px;
}
.query .form.validationTextBox .label
{
display: none !important;
}
.query .valueInput .form.validationTextBox .dijitReset.dijitInputField.dijitInputContainer,
.query .valueInput .form .dijit.dijitReset.dijitInline.dijitLeft.input.dijitTextBox.dijitValidationTextBox,
.query .valueInput .form .validationTextBox dijitInputContainer,
.query .valueInput .form .validationTextBox .dijitReset.dijitInputInner {
width: 100px !important;
}
.query .nameInput {
display: inline-block;
width: 240px !important;
margin-top: 5px !important;
}
.query .queryTitle {
display: inline-block;
font-size: 15px;
font-weight: bolder;
top: -10px !important;
position: relative;
}
/* DRAG SOURCE */
.query .dragSource table
{
border: 0 !important;
border-collapse: collapse !important;
float: left;
margin-top: 0px !important;
padding-top: 0px !important;
height: auto !important;
}
.query .dragSource
{
width: 39;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border-radius:8pt;
background:#FFFFFF none repeat scroll 0 0;
border:3px solid #CCCCCC;
cursor:default;
padding:1em 0.5em;
min-height: 200px !important;
height: auto !important;
/* NEEDED SO THAT SCROLLBAR WILL SHOW */
display: block !important;
width: 403px !important; */
width: 3;
}
/* QUERY NAME */
.query .nameInput .dijitTextBox {
width: 255px !important;
height: 22px !important;
}
/* BUTTON */
/* NB: THIS IS NEEDED FOR THE BUTTON CSS BELOW TO WORK! */
.query table textarea {
font-family: Verdana;
}
.query .saveButton {
-webkit-user-select: none;
height: 20px !important;
width: 60px !important;
position: relative;
left: 20px !important;
margin-right: 0px;
text-align: center;
vertical-align: middle;
-moz-user-select: none;
font-size: 14px;
font-family: Verdana;
font-weight: bolder;
color: #224;
background-color: #FEFEFE;
border: 4px solid #BBB;
border-bottom-color: #888;
border-left-color: #888;
display: inline-block;
top: -10px;
}
.query .saveButton:hover {
border-color: #999;
border-bottom-color: #555;
border-left-color: #555;
background-color : #FFF;
/*background-color : #FF8;*/
}
.query .saveButton:active {
border-color: #999;
border-bottom-color: #555;
border-left-color: #555;
background-color : #8F8;
}
/* MISC */
.query .dragSource .dijitReset.dijitValidationContainer {
display: none !important;
}
.query .dragSource .dijitReset.dijitInline.dijitSelectLabel.dijitValidationTextBoxLabel {
width: 80px !important;
}
.query .dragSource .ordinal .dijitReset.dijitInline.dijitSelectLabel.dijitValidationTextBoxLabel {
width: 30px !important;
}
/* BORDER AROUND ALL ITEMS */
.query .dragSource .actionSelect,
.query .dragSource .fieldSelect,
.query .dragSource .operatorSelect,
.query .dragSource .valueInput
{
border: 1px grey solid;
min-height: 20px !important;
font-size: 14px !important;
}
/* ROW BACKGROUND */
.query .dragSource .dojoDndItemAnchor {
background-color: white;
}
/* NO PADDING AROUND DND ITEMS */
.query .dojoDndItem,
.query .dojoDndItem .dojoDndItemOver {
padding: 0px !important;
}
.query .invalid,
.query .invalid:focus,
.query .invalid:active
{
border: 2px solid #F00 !important;
}
.query input:focus{
outline: 0;
}
/* TOGGLE */
.query .toggleTitle {
font-family: Arial;
text-align: left !important;
font-weight: 800 !important;
color: #444 !important;
font-size: 16px !important;
padding-top: 6px !important;
}
.query .toggleTitle.open {
background-image: url(../../../plugins/apps/images/toggle-minus-11.png);
text-indent: 20px;
background-position: 0.2em 0.6em;
background-repeat: no-repeat;
}
.query .toggleTitle.closed {
background-image: url(../../../plugins/apps/images/toggle-plus-11.png);
text-indent: 20px;
background-position: 0.2em 0.6em;
background-repeat: no-repeat;
} | 0.246443 | 0.071009 |
body {
background-color: slategray;
}
#gleis1, #signal1 {
top: 50px;
}
#gleis2, #signal2 {
top: 200px;
}
#gleis3, #signal3 {
top: 350px;
}
#gleis4, #signal4 {
top: 500px;
}
.disabled {
cursor: not-allowed;
}
.train {
position: absolute;
height: 150px;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.travel-left-to-station.regio1 {
animation-duration: 12s;
}
.travel-left-to-station.fern {
animation-duration: 11s;
}
.travel-left-to-station.ice, .travel-left-to-station.shinkansen {
animation-duration: 10s;
}
.travel-left-to-station.cybertruck {
animation-duration: 5s;
}
.travel-station-to-right.regio1 {
animation-duration: 14s;
}
.travel-station-to-right.fern {
animation-duration: 11s;
}
.travel-station-to-right.ice, .travel-station-to-right.shinkansen {
animation-duration: 10s;
}
.travel-station-to-right.cybertruck {
animation-duration: 5s;
}
.regio1 {
content:url(img/FullTrain2.png);
}
.ice {
content:url(img/ICE_CAD_Proto_NoClass_WithRails.png);
}
.shinkansen {
content:url(img/Shinkansn_Proto_2_Transparent.png);
}
.cybertruck {
content:url(img/cybertruck.png);
}
.signal {
position: absolute;
width: 33px;
margin-top: 75px;
}
.signal-green {
content:url(img/signal/green.png);
}
.signal-rot {
content:url(img/signal/red.png);
}
.transrapit {
animation-duration: 3s;
}
.train-off {
//display: none;
opacity: 0.3;
}
.travel-left-to-station {
display: block;
opacity: 1;
animation-name: travel-left-to-station;
animation-timing-function: cubic-bezier(.02,.04,.3,1.02);
}
.travel-station-to-right {
display: block;
opacity: 1;
animation-name: travel-station-to-right;
// starting slow and rapidly stop
//animation-timing-function: cubic-bezier(.66,0,1,1);
animation-timing-function: cubic-bezier(.7,.14,.73,.56);
}
@keyframes travel-left-to-station {
0% {margin-left:-5500px; }
100% {margin-left:-100px; }
}
@keyframes travel-station-to-right {
0% {margin-left:-100px; }
100% {margin-left:7100px; }
} | train.css | body {
background-color: slategray;
}
#gleis1, #signal1 {
top: 50px;
}
#gleis2, #signal2 {
top: 200px;
}
#gleis3, #signal3 {
top: 350px;
}
#gleis4, #signal4 {
top: 500px;
}
.disabled {
cursor: not-allowed;
}
.train {
position: absolute;
height: 150px;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.travel-left-to-station.regio1 {
animation-duration: 12s;
}
.travel-left-to-station.fern {
animation-duration: 11s;
}
.travel-left-to-station.ice, .travel-left-to-station.shinkansen {
animation-duration: 10s;
}
.travel-left-to-station.cybertruck {
animation-duration: 5s;
}
.travel-station-to-right.regio1 {
animation-duration: 14s;
}
.travel-station-to-right.fern {
animation-duration: 11s;
}
.travel-station-to-right.ice, .travel-station-to-right.shinkansen {
animation-duration: 10s;
}
.travel-station-to-right.cybertruck {
animation-duration: 5s;
}
.regio1 {
content:url(img/FullTrain2.png);
}
.ice {
content:url(img/ICE_CAD_Proto_NoClass_WithRails.png);
}
.shinkansen {
content:url(img/Shinkansn_Proto_2_Transparent.png);
}
.cybertruck {
content:url(img/cybertruck.png);
}
.signal {
position: absolute;
width: 33px;
margin-top: 75px;
}
.signal-green {
content:url(img/signal/green.png);
}
.signal-rot {
content:url(img/signal/red.png);
}
.transrapit {
animation-duration: 3s;
}
.train-off {
//display: none;
opacity: 0.3;
}
.travel-left-to-station {
display: block;
opacity: 1;
animation-name: travel-left-to-station;
animation-timing-function: cubic-bezier(.02,.04,.3,1.02);
}
.travel-station-to-right {
display: block;
opacity: 1;
animation-name: travel-station-to-right;
// starting slow and rapidly stop
//animation-timing-function: cubic-bezier(.66,0,1,1);
animation-timing-function: cubic-bezier(.7,.14,.73,.56);
}
@keyframes travel-left-to-station {
0% {margin-left:-5500px; }
100% {margin-left:-100px; }
}
@keyframes travel-station-to-right {
0% {margin-left:-100px; }
100% {margin-left:7100px; }
} | 0.592431 | 0.196749 |
html {
padding: 0;
height: 100%;
}
body {
margin: 0;
height: 100%;
width: 100%;
font-family: "M PLUS Rounded 1c", sans-serif;
color: #E2E1E7;
background-color: #212A2F;
background-image: url("../img/kimi-no-na-wa-4k.jpg");
background-position: left;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100vw auto;
}
canvas {
display: block;
}
#header {
margin: 0;
padding-left: calc(100vw - 100%); /* 0 if no scrollbar, scrollbar width if scrollbar*/
padding-right: 0;
height: 50px;
width: calc(100vw - 2 * (100vw - 100%)); /* 100vw if no scrollbar, 100vw - 2x scrollbar width if scrollbar (+ padding)*/
position: relative;
z-index: 2;
background-color: #232323;
box-shadow: inset 0 -2px 5px 3px rgba(0,0,0,0.20);
}
#footer {
margin: 0;
padding: 0;
padding-left: calc(100vw - 100%); /* 0 if no scrollbar, scrollbar width if scrollbar*/
height: 75px;
width: calc(100vw - 2 * (100vw - 100%)); /* 100vw if no scrollbar, 100vw - 2x scrollbar width if scrollbar (+ padding)*/
position: relative;
z-index: 2;
background-color: #232323;
box-shadow: inset 0 0 7px 5px rgba(0,0,0,0.35);
overflow: hidden;
}
#main-page {
/*margin-right: calc((100% - min(1200px, 100%) - (100vw - 100%)) / 2); /* Magic*/
margin-left: calc((100% - min(1200px, 100%) + (100vw - 100%)) / 2);
padding: 0;
min-height: calc(100vh - 125px);
max-width: 1200px;
background-color: rgba(0, 0, 0, 0.78);
box-shadow: 0 0 15px 5px rgba(0,0,0,1);
overflow-x: hidden;
}
.main-page-content {
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
}
.content {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1200px;
overflow: hidden;
}
.text-wrap {
margin-left: 16px;
margin-right: 16px;
padding: 0;
white-space: pre-wrap;
word-break: keep-all;
}
.code-wrap {
width: max-content;
margin: 0;
padding: 5px;
font-family: 'Source Code Pro', monospace;
font-size: 16px;
color: #E2E1E7;
background-color: #212A2F;
}
.img {
max-width: 100%;
height: auto;
}
#c {
background-color: transparent;
width: 100%;
height: 100%;
margin: 0 auto;
display: block;
}
a:link {
color: #A58A5D;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #999E20;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #E2E1E7;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #E2E1E7;
background-color: transparent;
text-decoration: underline;
}
.topnav {
background-color: transparent;
overflow: hidden;
}
.topnav a {
float: left;
display: block;
color: #E2E1E7;
text-align: center;
padding: 10px 16px;
text-decoration: none;
font-size: 1.4em;
}
.topnav .icon {
display: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 1.4em;
border: none;
outline: none;
color: #E2E1E7;
padding: 10px 16px;
background-color: transparent;
font-family: inherit;
margin: 0;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #232323;
min-width: 160px;
box-shadow: 0 0 0 0 rgba(0,0,0,0);
z-index: 1;
}
.dropdown-content a {
float: none;
color: #E2E1E7;
padding: 10px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #E2E1E7;
color: #212A2F;
}
.dropdown-content a:hover {
background-color: #E2E1E7;
color: #212A2F;
}
.dropdown:hover .dropdown-content {
display: block;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive a.icon {
position: absolute;
right: 0;
top: 0;
background-color: #E2E1E7;
color: #232323;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
background-color: #232323;
color: #E2E1E7;
}
.topnav.responsive .dropdown {
float: none;
}
.topnav.responsive .dropdown-content {
position: relative;
}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
background-color: #232323;
color: #E2E1E7;
}
} | application/static/css/main.css | html {
padding: 0;
height: 100%;
}
body {
margin: 0;
height: 100%;
width: 100%;
font-family: "M PLUS Rounded 1c", sans-serif;
color: #E2E1E7;
background-color: #212A2F;
background-image: url("../img/kimi-no-na-wa-4k.jpg");
background-position: left;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100vw auto;
}
canvas {
display: block;
}
#header {
margin: 0;
padding-left: calc(100vw - 100%); /* 0 if no scrollbar, scrollbar width if scrollbar*/
padding-right: 0;
height: 50px;
width: calc(100vw - 2 * (100vw - 100%)); /* 100vw if no scrollbar, 100vw - 2x scrollbar width if scrollbar (+ padding)*/
position: relative;
z-index: 2;
background-color: #232323;
box-shadow: inset 0 -2px 5px 3px rgba(0,0,0,0.20);
}
#footer {
margin: 0;
padding: 0;
padding-left: calc(100vw - 100%); /* 0 if no scrollbar, scrollbar width if scrollbar*/
height: 75px;
width: calc(100vw - 2 * (100vw - 100%)); /* 100vw if no scrollbar, 100vw - 2x scrollbar width if scrollbar (+ padding)*/
position: relative;
z-index: 2;
background-color: #232323;
box-shadow: inset 0 0 7px 5px rgba(0,0,0,0.35);
overflow: hidden;
}
#main-page {
/*margin-right: calc((100% - min(1200px, 100%) - (100vw - 100%)) / 2); /* Magic*/
margin-left: calc((100% - min(1200px, 100%) + (100vw - 100%)) / 2);
padding: 0;
min-height: calc(100vh - 125px);
max-width: 1200px;
background-color: rgba(0, 0, 0, 0.78);
box-shadow: 0 0 15px 5px rgba(0,0,0,1);
overflow-x: hidden;
}
.main-page-content {
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
}
.content {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1200px;
overflow: hidden;
}
.text-wrap {
margin-left: 16px;
margin-right: 16px;
padding: 0;
white-space: pre-wrap;
word-break: keep-all;
}
.code-wrap {
width: max-content;
margin: 0;
padding: 5px;
font-family: 'Source Code Pro', monospace;
font-size: 16px;
color: #E2E1E7;
background-color: #212A2F;
}
.img {
max-width: 100%;
height: auto;
}
#c {
background-color: transparent;
width: 100%;
height: 100%;
margin: 0 auto;
display: block;
}
a:link {
color: #A58A5D;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #999E20;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #E2E1E7;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #E2E1E7;
background-color: transparent;
text-decoration: underline;
}
.topnav {
background-color: transparent;
overflow: hidden;
}
.topnav a {
float: left;
display: block;
color: #E2E1E7;
text-align: center;
padding: 10px 16px;
text-decoration: none;
font-size: 1.4em;
}
.topnav .icon {
display: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 1.4em;
border: none;
outline: none;
color: #E2E1E7;
padding: 10px 16px;
background-color: transparent;
font-family: inherit;
margin: 0;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #232323;
min-width: 160px;
box-shadow: 0 0 0 0 rgba(0,0,0,0);
z-index: 1;
}
.dropdown-content a {
float: none;
color: #E2E1E7;
padding: 10px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #E2E1E7;
color: #212A2F;
}
.dropdown-content a:hover {
background-color: #E2E1E7;
color: #212A2F;
}
.dropdown:hover .dropdown-content {
display: block;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive a.icon {
position: absolute;
right: 0;
top: 0;
background-color: #E2E1E7;
color: #232323;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
background-color: #232323;
color: #E2E1E7;
}
.topnav.responsive .dropdown {
float: none;
}
.topnav.responsive .dropdown-content {
position: relative;
}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
background-color: #232323;
color: #E2E1E7;
}
} | 0.651466 | 0.125119 |
.dataTables_filter {
float:right;
}
input[type=search] {
width:150px;
box-shadow: none;
border:1px solid #ccc;
color:#555;
border-radius:4px;
margin-left:2px;
padding-left:4px;
}
input[type=search]:focus {
border-color: #3c8dbc;
box-shadow: none;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate .fg-button:active {
outline: none;
}
.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333 !important;
border: 1px solid transparent;
border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #333 !important;
border: 1px solid #979797;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
/* IE10+ */
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
/* IE10+ */
background: -o-linear-gradient(top, #585858 0%, #111 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #585858 0%, #111 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* IE10+ */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* W3C */
box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
cursor: pointer;
position: relative;
}
table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
font-weight: normal;
text-align: left;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
width: 75px;
display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
font-weight: normal;
white-space: nowrap;
text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
/*width: auto;*/
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 8px;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 2px 0;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
margin-top: -26px;
text-align: center;
padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
position: absolute;
bottom: 8px;
right: 8px;
display: block;
font-family: 'Glyphicons Halflings';
opacity: 0.5;
}
table.dataTable thead .sorting:after {
opacity: 0.2;
content: "\e150";
/* sort */
}
table.dataTable thead .sorting_asc:after {
content: "\e155";
/* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
content: "\e156";
/* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
color: #eee;
}
div.dataTables_scrollHead table.dataTable {
margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
border-top: none;
}
div.dataTables_scrollFoot > table {
margin-top: 0 !important;
border-top: none;
}
@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
text-align: center;
}
}
table.dataTable.table-condensed > thead > tr > th {
padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
top: 6px;
right: 6px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
padding-right: 0;
} | SocietyManagement/SocietyManagement/Content/dataTables.css | .dataTables_filter {
float:right;
}
input[type=search] {
width:150px;
box-shadow: none;
border:1px solid #ccc;
color:#555;
border-radius:4px;
margin-left:2px;
padding-left:4px;
}
input[type=search]:focus {
border-color: #3c8dbc;
box-shadow: none;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate .fg-button:active {
outline: none;
}
.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333 !important;
border: 1px solid transparent;
border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #333 !important;
border: 1px solid #979797;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
/* IE10+ */
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
/* IE10+ */
background: -o-linear-gradient(top, #585858 0%, #111 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #585858 0%, #111 100%);
/* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* FF3.6+ */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* IE10+ */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* Opera 11.10+ */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* W3C */
box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
padding: 0 1em;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
cursor: pointer;
position: relative;
}
table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
font-weight: normal;
text-align: left;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
width: 75px;
display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
font-weight: normal;
white-space: nowrap;
text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
/*width: auto;*/
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 8px;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 2px 0;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
margin-top: -26px;
text-align: center;
padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
position: absolute;
bottom: 8px;
right: 8px;
display: block;
font-family: 'Glyphicons Halflings';
opacity: 0.5;
}
table.dataTable thead .sorting:after {
opacity: 0.2;
content: "\e150";
/* sort */
}
table.dataTable thead .sorting_asc:after {
content: "\e155";
/* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
content: "\e156";
/* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
color: #eee;
}
div.dataTables_scrollHead table.dataTable {
margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
border-top: none;
}
div.dataTables_scrollFoot > table {
margin-top: 0 !important;
border-top: none;
}
@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
text-align: center;
}
}
table.dataTable.table-condensed > thead > tr > th {
padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
top: 6px;
right: 6px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
padding-right: 0;
} | 0.36886 | 0.076373 |
@font-face {
font-family: Poppins-Regular;
src: url('fonts/Poppins-Regular.ttf');
}
@font-face {
font-family: Poppins-Bold;
src: url('fonts/Poppins-Bold.ttf');
}
@font-face {
font-family: leaguespartan-bold;
src: url('fonts/leaguespartan-bold.ttf');
}
/*--------------------------for all pages------------------------------*/
.wrapper{
width: 10000px;
background: #fff;
border-radius: 10px;
overflow: hidden;
padding: 42px 55px 45px 55px;
}
.container{
width: 100%;
min-height: 100vh;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 1em;
background: #fff952;
background: -webkit-linear-gradient(45deg, #444444, #fff);
background: -o-linear-gradient(45deg, #444444, #fff);
background: -moz-linear-gradient(45deg, #444444, #fff);
background: linear-gradient(45deg, #444444, #fff);
}
/* -------------------------------- banner ----------------------------- */
.banner{
float:left;
display:inline;
background-color:#fff952;
list-style-type: none;
margin: 0;
padding: 0;
border:0;
overflow:hidden;
width: 100%;
}
.banner img{
position: absolute;
display:inline;
margin: 0;
padding: 0;
border:0;
overflow:hidden;
height:150px;
}
.cylinder{
float:right;
background:#fff952;
position:relative;}
.cylinders img{
opacity:0.8
display:flex;
float:right;
position:relative;
width:100%
overflow:hidden;
-webkit-animation:spin 3s ease-in-out 1;
-webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
animation: spin 3s ease-in-out 1;
animation-direction: alternate;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(45deg); }
50% { -webkit-transform: rotate(-90deg); }
}
@keyframes spin {
0% {-webkit-transform: rotate(45deg); transform:rotate(45deg);}
50% {-webkit-transform: rotate(-90deg); transform:rotate(-90deg);}
}
.im1{
z-index:1;
transform:translateY(90px);
}
.im2{ z-index:2;
transform: translateY(-20px);
transform:rotate(200deg);
}
.im3{
z-index:3;
transform:rotate(80deg);
}
.im4{
z-index:4;
transform:rotate(-130deg);
}
.im5{
z-index:5;
transform:rotate(30deg);
}
/*-------------------menu bar di id -----------------*/
#menubar{
background-color:#fff952;
list-style-type: none;
margin: 0;
padding: 0;
border:0;
overflow:hidden;
width: 100%;
}
#menubar img:last-of-type{
position: absolute;
right: 0.5em;
}
/*menu bar and overflow*/
#menubar ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow:hidden;
background-color: #333333;/*charcoal*/
}
/*menu links */
#menubar li {
float: left;
background-color: #333333;/*charcoal*/
}
/* all menu links such as "galleries" or artist name */
#menubar li a {
display: block;
text-decoration: none;
margin: 0px;
border: 0px;
padding: 10px 24px;
font-size:1.8em;
font-family: leaguespartan-bold;
text-align: center;
}
/*menu links such as "galleries" on hover */
#menubar li a:hover {
color:#fff952;
}
/*dropdown content surface*/
#menubar .dropdown-content {
display: none;
position: absolute;
background-color:#333333;/*grey*/
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/*makes sure the dropdown displays nicely*/
#menubar .dropdown:hover .dropdown-content {
display: block;
}
/*dropdown content elements such as artist names*/
#menubar .dropdown-content a {
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
/*dropdown elements such as artist name on hovers*/
#menubar .dropdown-content a:hover {
background-color:#fff952 /*yellow*/;
color:#333333; /*grey*/;
}
/*active link*/
#menubar .active{
background-color: #fff952;
color:#333333;
}
#menubar .active:hover{
background-color: #fff952;
color:#333333;
}
/*----------------------------menu bar----------------------------*/
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body, html {
height: 100%;
font-family: Poppins-Regular, sans-serif;
}
a {
font-family: Poppins-Bold;
font-size: 1em;
line-height: 1.7;
color: white;
margin: 0px;
}
a:hover {
text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
font-family: leaguespartan-bold;
margin: 0px;
}
p {
font-family: Poppins-Regular;
font-size: 1em
color: #666666;
margin: 0px;
}
/*------------------------- image slide show on index page----------------*/
@keyframes fade {
0% { opacity: 0; }
11.11% { opacity: 1; }
33.33% { opacity: 1; }
44.44% { opacity: 0; }
100% { opacity: 0; }
}
.fadein img {
opacity:0;
animation-name: fade;
animation-duration: 25s;
animation-iteration-count: infinite;
position : absolute;
left:0;
}
.fadein img:nth-child(1) { animation-delay: 0s; }
.fadein img:nth-child(2) { animation-delay: 5s; }
.fadein img:nth-child(3) { animation-delay: 10s; }
.fadein img:nth-child(4) { animation-delay: 15s; }
.fadein img:nth-child(5) { animation-delay: 20s; }
/*------------------- table_container for table of shows and list galleries-------------*/
.wrapper img{
margin:0em;
margin-top:0em;
border-radius:10px;
}
.wrapper table {
margin-left:3em;
margin-right:3em;
text-decoration: none;
text-align:left;
float: center;
display: block;
font-size:1em;
}
.wrapper table, th {
font-family: leaguespartan-bold;
text-align:left;
font-size: 1em;
padding-bottom:0;
}
.wrapper table, td{
font-family: Poppins-Regular;
font-size: 1em;
}
.wrapper td:last-of-type{
padding-bottom:3em;
}
.f{
list-style-image: url('images/cyl1.jpg');}
/*-------------------------- grid of artists---------------------------------*/
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
}
/* Create three equal columns that sits next to each other */
.column {
margin:6.5%;
flex: 20%;
max-width: 20%;
padding:20px;
}
.column .cell
{
display: inline;
margin-top: 30%;
}
.cell image{
opacity :1.0
}
#cell span {
display: block;
vertical-align: middle;
color: white;
font-size: 2em;
font-family: Poppins-Reguar, sans-serif;
position:relative;
text-align:center;
bottom: 120px;
visibility:hidden;
}
#cell:hover span {
visibility:visible;
}
#cell:hover img {
opacity: 0.7;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
/* Responsive layout - makes a two column-layout instead of three columns */
@media (max-width: 400px) {
.column {
-ms-flex: 40%;
flex: 40%;
max-width: 40%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 200px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 60%;
}
}
/*-------------------contact--------------------*/
.contact_title {
display: block;
font-family: leaguespartan-bold;
font-size: 2.5em;
color: #444444;
line-height: 1.2;
text-align: center;
padding-bottom: 1em;
}
.input_label {
font-family: Poppins-Regular;
font-size: 0.8em;
color: #444444;
line-height: 1.5;
padding-left:0.5em;
padding-bottom: 5em;
}
.input {
border:none;
display: block;
width: 100%;
background: transparent;
font-family: Poppins-Regular;
font-size: 1em;
color: #111111;
line-height: 1.2;
padding: 0 5px;
}
.input:last-of-type {
padding-bottom:3em;
}
.btn {
justify-content: center;
align-items: center;
padding: 0 20px;
width: 30%;
height: 50px;
font-family: Poppins-Regular;
font-size: 1.5em;
color: #fff;
line-height: 1.2;
display: block;
position: relative;
z-index: 1;
border-radius: 25px;
overflow: hidden;
margin-top:2em;
margin-left: 35%;
background: #fff952;
} | docs/style.css | @font-face {
font-family: Poppins-Regular;
src: url('fonts/Poppins-Regular.ttf');
}
@font-face {
font-family: Poppins-Bold;
src: url('fonts/Poppins-Bold.ttf');
}
@font-face {
font-family: leaguespartan-bold;
src: url('fonts/leaguespartan-bold.ttf');
}
/*--------------------------for all pages------------------------------*/
.wrapper{
width: 10000px;
background: #fff;
border-radius: 10px;
overflow: hidden;
padding: 42px 55px 45px 55px;
}
.container{
width: 100%;
min-height: 100vh;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 1em;
background: #fff952;
background: -webkit-linear-gradient(45deg, #444444, #fff);
background: -o-linear-gradient(45deg, #444444, #fff);
background: -moz-linear-gradient(45deg, #444444, #fff);
background: linear-gradient(45deg, #444444, #fff);
}
/* -------------------------------- banner ----------------------------- */
.banner{
float:left;
display:inline;
background-color:#fff952;
list-style-type: none;
margin: 0;
padding: 0;
border:0;
overflow:hidden;
width: 100%;
}
.banner img{
position: absolute;
display:inline;
margin: 0;
padding: 0;
border:0;
overflow:hidden;
height:150px;
}
.cylinder{
float:right;
background:#fff952;
position:relative;}
.cylinders img{
opacity:0.8
display:flex;
float:right;
position:relative;
width:100%
overflow:hidden;
-webkit-animation:spin 3s ease-in-out 1;
-webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
animation: spin 3s ease-in-out 1;
animation-direction: alternate;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(45deg); }
50% { -webkit-transform: rotate(-90deg); }
}
@keyframes spin {
0% {-webkit-transform: rotate(45deg); transform:rotate(45deg);}
50% {-webkit-transform: rotate(-90deg); transform:rotate(-90deg);}
}
.im1{
z-index:1;
transform:translateY(90px);
}
.im2{ z-index:2;
transform: translateY(-20px);
transform:rotate(200deg);
}
.im3{
z-index:3;
transform:rotate(80deg);
}
.im4{
z-index:4;
transform:rotate(-130deg);
}
.im5{
z-index:5;
transform:rotate(30deg);
}
/*-------------------menu bar di id -----------------*/
#menubar{
background-color:#fff952;
list-style-type: none;
margin: 0;
padding: 0;
border:0;
overflow:hidden;
width: 100%;
}
#menubar img:last-of-type{
position: absolute;
right: 0.5em;
}
/*menu bar and overflow*/
#menubar ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow:hidden;
background-color: #333333;/*charcoal*/
}
/*menu links */
#menubar li {
float: left;
background-color: #333333;/*charcoal*/
}
/* all menu links such as "galleries" or artist name */
#menubar li a {
display: block;
text-decoration: none;
margin: 0px;
border: 0px;
padding: 10px 24px;
font-size:1.8em;
font-family: leaguespartan-bold;
text-align: center;
}
/*menu links such as "galleries" on hover */
#menubar li a:hover {
color:#fff952;
}
/*dropdown content surface*/
#menubar .dropdown-content {
display: none;
position: absolute;
background-color:#333333;/*grey*/
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/*makes sure the dropdown displays nicely*/
#menubar .dropdown:hover .dropdown-content {
display: block;
}
/*dropdown content elements such as artist names*/
#menubar .dropdown-content a {
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
/*dropdown elements such as artist name on hovers*/
#menubar .dropdown-content a:hover {
background-color:#fff952 /*yellow*/;
color:#333333; /*grey*/;
}
/*active link*/
#menubar .active{
background-color: #fff952;
color:#333333;
}
#menubar .active:hover{
background-color: #fff952;
color:#333333;
}
/*----------------------------menu bar----------------------------*/
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body, html {
height: 100%;
font-family: Poppins-Regular, sans-serif;
}
a {
font-family: Poppins-Bold;
font-size: 1em;
line-height: 1.7;
color: white;
margin: 0px;
}
a:hover {
text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
font-family: leaguespartan-bold;
margin: 0px;
}
p {
font-family: Poppins-Regular;
font-size: 1em
color: #666666;
margin: 0px;
}
/*------------------------- image slide show on index page----------------*/
@keyframes fade {
0% { opacity: 0; }
11.11% { opacity: 1; }
33.33% { opacity: 1; }
44.44% { opacity: 0; }
100% { opacity: 0; }
}
.fadein img {
opacity:0;
animation-name: fade;
animation-duration: 25s;
animation-iteration-count: infinite;
position : absolute;
left:0;
}
.fadein img:nth-child(1) { animation-delay: 0s; }
.fadein img:nth-child(2) { animation-delay: 5s; }
.fadein img:nth-child(3) { animation-delay: 10s; }
.fadein img:nth-child(4) { animation-delay: 15s; }
.fadein img:nth-child(5) { animation-delay: 20s; }
/*------------------- table_container for table of shows and list galleries-------------*/
.wrapper img{
margin:0em;
margin-top:0em;
border-radius:10px;
}
.wrapper table {
margin-left:3em;
margin-right:3em;
text-decoration: none;
text-align:left;
float: center;
display: block;
font-size:1em;
}
.wrapper table, th {
font-family: leaguespartan-bold;
text-align:left;
font-size: 1em;
padding-bottom:0;
}
.wrapper table, td{
font-family: Poppins-Regular;
font-size: 1em;
}
.wrapper td:last-of-type{
padding-bottom:3em;
}
.f{
list-style-image: url('images/cyl1.jpg');}
/*-------------------------- grid of artists---------------------------------*/
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
}
/* Create three equal columns that sits next to each other */
.column {
margin:6.5%;
flex: 20%;
max-width: 20%;
padding:20px;
}
.column .cell
{
display: inline;
margin-top: 30%;
}
.cell image{
opacity :1.0
}
#cell span {
display: block;
vertical-align: middle;
color: white;
font-size: 2em;
font-family: Poppins-Reguar, sans-serif;
position:relative;
text-align:center;
bottom: 120px;
visibility:hidden;
}
#cell:hover span {
visibility:visible;
}
#cell:hover img {
opacity: 0.7;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
/* Responsive layout - makes a two column-layout instead of three columns */
@media (max-width: 400px) {
.column {
-ms-flex: 40%;
flex: 40%;
max-width: 40%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 200px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 60%;
}
}
/*-------------------contact--------------------*/
.contact_title {
display: block;
font-family: leaguespartan-bold;
font-size: 2.5em;
color: #444444;
line-height: 1.2;
text-align: center;
padding-bottom: 1em;
}
.input_label {
font-family: Poppins-Regular;
font-size: 0.8em;
color: #444444;
line-height: 1.5;
padding-left:0.5em;
padding-bottom: 5em;
}
.input {
border:none;
display: block;
width: 100%;
background: transparent;
font-family: Poppins-Regular;
font-size: 1em;
color: #111111;
line-height: 1.2;
padding: 0 5px;
}
.input:last-of-type {
padding-bottom:3em;
}
.btn {
justify-content: center;
align-items: center;
padding: 0 20px;
width: 30%;
height: 50px;
font-family: Poppins-Regular;
font-size: 1.5em;
color: #fff;
line-height: 1.2;
display: block;
position: relative;
z-index: 1;
border-radius: 25px;
overflow: hidden;
margin-top:2em;
margin-left: 35%;
background: #fff952;
} | 0.42919 | 0.057705 |
@font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgOZBe4AAEpgAAAAcEdQT1MaNgIlAABK0AAABYBHU1VCNy4zcwAA\
UFAAAAEeT1MvMmqJXkQAAAGYAAAAYGNtYXAK7QodAAAD7AAAAMRjdnQgPgwbNAAAE9AAAAEs\
ZnBnbZ42GdoAAASwAAAOFWdhc3AAAAAQAABKWAAAAAhnbHlmDFfe7QAAFgwAADBcaGVhZNEr\
iRoAAAEcAAAANmhoZWEHdwLWAAABVAAAACRobXR4+LQWaAAAAfgAAAHybG9jYd0S0cYAABT8\
AAABDm1heHADPw+KAAABeAAAACBuYW1ldpqg6AAARmgAAAPQcG9zdP+fADIAAEo4AAAAIHBy\
ZXBEfsa5AAASyAAAAQUAAQAAAAIBie8OVSdfDzz1AAcD6AAAAXc3ZCCAAAABdzdkIID/sv8Q\
A5UDsAAAAAYAAgAAAAAAAAABAAAELf7bAAADsv+y/9UDlQABAAAAAAAAAAAAAAAAAAAAcwAB\
AAAAhgA2AAMAQAAEAAIAmAD8AI0AAAGJDhUAAwABAAQCRgGQAAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFCAAACCwUCBAUEAgIEAAAAAwAAAAAAAAAAAAAAAEdPT0cAQAAgAPwELf7bAAAELQEl\
AAABnwAAAAACGALKAAAAI<KEY>
AB4AFAAcABkAEQATACUAGAARAAoAHgAUABwAGQARAAAAAAABAAMAAQAAAAwABAC4AAAAKgAg\
AAQACgAgADkAWgBfAHoAugDDAMcAygDNANUA2gDcAOMA5wDqAO0A9QD6APz//wAAACAAMABB\
AF8AYQC6AMAAxwDJAM0A0wDaANwA4ADnAOkA7QDzAPoA/P///+H/0v/L/8f/x/+O/4n/hv+F\
/4P/fv96/3n/dv9z/3L/cP9r/2f/ZgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgA\
CABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIyEjIS2wAywgZLMDFBUAQkOw\
E0MgYGBCsQIUQ0KxJQNDsAJDVHggsAwjsAJDQ2FksARQeLICAgJDYEKwIWUcIbACQ0OyDhUB\
QhwgsAJDI0KyEwETQ2BCI7AAUFhlWbIWAQJDYEItsAQssAMrsBVDWCMhIyGwFkNDI7AAUFhl\
WRsgZCCwwFCwBCZasigBDUNFY0WwBkVYIbADJVlSW1ghIyEbilggsFBQWCGwQFkbILA4UFgh\
sDhZWSCxAQ1DRWNFYWSwKFBYIbEBDUNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAb\
ILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ACJbAMQ2OwAFJYsABLsApQWCGwDEMbS7AeUFgh\
sB5LYbgQAGOwDENjuAUAYllZZGFZsAErWVkjsABQWGVZWSBksBZDI0JZLbAFLCBFILAEJWFk\
ILAHQ1BYsAcjQrAII0IbISFZsAFgLbAGLCMhIyGwAysgZLEHYkIgsAgjQrAGRVgbsQENQ0Vj\
sQENQ7AJYEVjsAUqISCwCEMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZIVkgsEBTWLABKxsh\
<KEY>
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAABbAFsASQBJAsoAAAIYAAD/EALU//YCIv/2/xAAXABcAEsASwI8AAACRf/4\
AF<KEY>kCyv/2AvgCGP/2/xAC1f/2Av0CIv/2\
/xAASABIAD4APgFoAOj/oP8QAWgA6P+a/xAASABIAD4APgEfAR8AWwBbAEkASQLKAAAC7AIY\
AAD/<KEY>
AC<KEY>wYzBnwGwgcXBzUHYgePB9wIBwgrCFYIcwid\
CRYJjgnUClIKpgr6C3kLwAwjDKIM6A0IDWkNsg3rDlcOvA8SD2cPrg/1ECQQcBCZENoRBRE9\
EX8R4BIHEkIScBK1EsYS1xLoEvkTBRMWEycTOBNJE1oTaxN8E40TmBOkE68TuhPGE9IT3RPo\
E/QT/xQKFBYUIRRXFJUU0BUgFUcVrRXoFkoWqRa1FsEWzRbdFu0XAhcRFyAXLxc+F00XXBdr\
F3oXiReYF6cXthfFF9QX4xfyGAEYEBgfGC4AAAACADH/9gILAtUADQAZAB9AHAADAwFhAAEB\
cE0AAgIAYQAAAHEATiQkJSMEDRorARQGBiMiJjU0NjYzMhYFFBYzMjY1NCYjIgYCCzBoVnlz\
L2hVeHb+fkNRUEVFUFFDAWZzpVjDrXSkV8Guk5KRlJKSkgABAFkAAAFjAsoADAAbQBgKCQUD\
AAEBTAABAWpNAAAAawBOGhACDRgrISMRNDY3BgYHByc3MwFjVgICEBoUTC7BSQHzKzQcEBYR\
PjuWAAABADAAAAIIAtQAGwAqQCcODQIDAQIBAAMCTAABAQJhAAICcE0AAwMAXwAAAGsATicl\
KBAEDRorISE1Nz4CNTQmIyIGByc2NjMyFhUUBgYHBxUhAgj+KLs2SiZGODRPKS8qbURkdC5S\
N5UBaUm9NlRRMDs9JCA7IzFlWThiXzaTBAAAAQAt//YCAwLUACoAQEA9JAEDBAMBAgMPAQEC\
DgEAAQRMJQEEAUsAAwACAQMCaQAEBAVhAAUFcE0AAQEAYQAAAHEATiUkISQlKgYNHCsBFAYH\
FRYWFRQGBiMiJic1FhYzMjY1NCYjIzUzMjY1NCYjIgYHJzY2MzIWAe1QRFZUOnlfOGAsLWgw\
YFVpX0VGWFtGPDpSKCwmcUhwbQIjSFUOBApYRz5hNhEWUhYZS0JDO0tKPTQ5Iho8HixkAAAC\
ABUAAAIoAs4ACgAUACtAKA4BBAMGAQAEAkwFAQQCAQABBABoAAMDak0AAQFrAU4ZERIRERAG\
DRwrJSMVIzUhNQEzETMnNDY3IwYGBwMhAihoVf6qAVBbaL0EAQQIGAvWAQCioqJLAeH+I+E0\
SSETLA/+zwAAAQA///YCAwLKAB4AREBBHBcCAwAWCgICAwkBAQIDTAYBAAADAgADaQAFBQRf\
AAQEak0AAgIBYQABAXEBTgEAGxoZGBQSDgwHBQAeAR4HDRYrATIWFRQGIyImJzUWFjMyNjU0\
JiMiBgcnEyEVIQc2NgETboKNfjdhISRnL09hVl0cSBYsGwFm/uUREToBtm5kb38UE1MWGUtP\
RksKBRwBUVDPAwgAAAIAN//2Ag0C1AAeACwAPkA7CAEBAAkBAgERAQQFA0wAAgAFBAIFaQAB\
AQBhAAAAcE0GAQQEA2EAAwNxA04gHyYkHywgLCQnJSQHDRorEzQ+AjMyFhcVJiYjIg4CBzM2\
NjMyFhUUBiMiJiYXMjY1NCYjIgYGFRQWFjcbR4BlFTMQEi0XRVw1GAMGF1JAXXJ7aERuQfI/\
TkVFL0YnIkQBMU2VeUgEBUsGBi5QaDsjMXFocIBEjIZRVURQJzwgK1U3AAEALAAAAgsCygAG\
ACVAIgUBAAEBTAAAAAFfAAEBak0DAQICawJOAAAABgAGEREEDRgrMwEhNSEVAYgBJf5/Ad/+\
3gJ6UET9egAAAwAx//YCCgLUABsAKAA1ADZAMzMjFQcEAwIBTAUBAgIAYQQBAABwTQADAwFh\
AAEBcQFOHRwBAC0rHCgdKA8NABsBGwYNFisBMhYVFAYGBx4CFRQGIyImNTQ2NjcmJjU0NjYX\
IgYVFBYWFzY2NTQmAxQWMzI2NTQmJycGBgEdXnglPiUsSCt/a3N8KUQnNEk4YDw3RyM8JDRH\
Rs9KTUlNUkQQQkUC1FhTK0AxExU1RjFaaWVbMUg0Eh5VQjdLKEc1MiUyIxAWPjYyNf4oNEVF\
NzRFGgYcSQAAAgAy//YCCALUAB4ALAA+QDsQAQUECQEBAggBAAEDTAAFAAIBBQJpBgEEBANh\
AAMDcE0AAQEAYQAAAHEATiAfJiQfLCAsJSckJAcNGisBFA4CIyImJzUWMzI+AjcjBgYjIiY1\
NDY2MzIWFiciBhUUFjMyNjY1NCYmAggbR4FlFDURJzFGWzYYAgYWU0FccTlmRURuQPI+T0NG\
MEYnIkQBmU2VeUgFBUsNLk9pOiIxcWdLbDpFi4ZSVEVPJzwgK1Q4AAACAAAAAAJ+As0ABwAR\
ACxAKQwBBAIBTAAEAAABBABoAAICak0FAwIBAWsBTgAAERAABwAHERERBg0ZKyEnIQcjATMB\
AS4CJwYGBwczAiFW/uVVWwEXUQEW/uIDDg0EBxIGUeLd3QLN/TMCBQgqLQwfOxHYAAMAYQAA\
AlQCygAQABkAIgBEQEEGAQUCAUwHAQIIAQUEAgVnAAMDAF8GAQAAak0ABAQBXwABAWsBThoa\
EhEBABoiGiEdGxgWERkSGQ8NABABEAkNFisBMhYVFAYHFR4CFRQGIyMREzI2NTQmIyMVFREz\
MjY1NCYjAS2GiUZCLUkqhXP73lxEU1t2kF9KTWMCyk9iP1MMBQcmRjhhagLK/tA7Ojsz40v+\
/Uo8OEUAAAEAPf/2AlkC1AAaADdANBcBAAMYCQIBAAoBAgEDTAQBAAADYQADA3BNAAEBAmEA\
AgJxAk4BABYUDgwHBQAaARoFDRYrASIGFRQWMzI2NxUGBiMiJiY1NDY2MzIXByYmAZNzhHt7\
L1QoKFU7bZJJT5pucVQkIVEChZqGhZsQDE4PDlqmcGylXSpMDxgAAgBhAAACnQLKAAkAEQAf\
QBwAAgIBXwABAWpNAAMDAF8AAABrAE4hJSEiBA0aKwEUBiMjETMyFhYHNCYjIxEzIAKdxbDH\
3GyeVl+NgXVhASIBbLW3AspQm3aPhf3QAAEAYQAAAfACygALAClAJgADAAQFAwRnAAICAV8A\
AQFqTQAFBQBfAAAAawBOEREREREQBg0cKyEhESEVIRUhFSEVIQHw/nEBj/7LASP+3QE1AspP\
307/AAABAGEAAAHwAsoACQAjQCAAAwAEAAMEZwACAgFfAAEBak0AAABrAE4REREREAUNGysz\
IxEhFSEVIRUhu1oBj/7LASL+3gLKT/1PAAEAPf/2Ao4C1AAgADtAOBABAwIRAQADHgEEBQIB\
AQQETAAAAAUEAAVnAAMDAmEAAgJwTQAEBAFhAAEBcQFOEyUlJiMQBg0cKwEzEQYGIyImJjU0\
NjYzMhYXByYmIyIGFRQWFjMyNjc1IwGX9zp2S2+YT1ildTxrLiImXzOAjzd2YC9CG50Bef6i\
ExJZpXFwpFsWFE4RGJqGVYNJCgfUAAABAGEAAAKDAsoACwAhQB4ABAABAAQBZwUBAwNqTQIB\
AABrAE4RERERERAGDRwrISMRIREjETMRIREzAoNa/pJaWgFuWgFN/rMCyv7SAS4AAAEAKAAA\
ASoCygALACBAHQsKCQgFBAMCCAABAUwAAQFqTQAAAGsAThUQAg0YKyEhNTcRJzUhFQcRFwEq\
/v5UVAECVFQ0EwI7FDQ0FP3FEwAAAf+y/0IAtgLKABAAKEAlBAEBAgMBAAECTAABAwEAAQBl\
AAICagJOAQANDAgGABABEAQNFisHIiYnNRYWMzI2NjURMxEUBgQYJA4QJBQZLRxaZr4HBkwE\
BhQyLQLG/UFnYgABAGEAAAJrAsoADgAgQB0OCAMCBAACAUwDAQICak0BAQAAawBOFRETEAQN\
GishIwMHESMRMxE2Njc3MwECa2r9SVpaHj4fwWn+5QFVQP7rAsr+oCJEItj+yQABAGEAAAHz\
AsoABQAfQBwAAABqTQABAQJgAwECAmsCTgAAAAUABRERBA0YKzMRMxEhFWFaATgCyv2GUAAB\
AGEAAAMqAsoAFQAnQCQTCgEDAAEBTAIBAQFqTQUEAwMAAGsATgAAABUAFRETERYGDRorIQMj\
FhYVESMRMxMzEzMRIxE0NjcjAwGc6wQDBFOF3ATghFkFAgTuAnIfaTn+TwLK/bcCSf02Abc0\
ZiD9jwABAGEAAAKXAsoAEgAdQBoCAQACAUwDAQICak0BAQAAawBOFxEWEAQNGishIwEjFhYV\
ESMRMwEzLgI1ETMCl2n+ggQCBlNoAX0EAQMDVAJRI2g3/nECyv2xEEBMIAGTAAACAD3/9gLQ\
AtUADwAbAB9AHAADAwFhAAEBcE0AAgIAYQAAAHEATiQlJiMEDRorARQGBiMiJiY1NDY2MzIW\
FgUUFjMyNjU0JiMiBgLQS5Jsb5NISJNwa5JL/cxyeXpwcHl5cwFmb6VcXKZvbqRcW6Vvh5ub\
h4eZmQACAGEAAAIqAsoACwAUADJALwAEAAECBAFnBgEDAwBfBQEAAGpNAAICawJODQwBABAO\
DBQNFAoJCAYACwELBw0WKwEyFhUUBgYjIxEjERcjETMyNjU0JgEejIA1fWtSWrVbSGZkWALK\
bmQ7Z0D+6gLKTf7mQk9FRAACAD3/VgLQAtUAFAAgACtAKAMBAQMBTAAAAQCGAAQEAmEAAgJw\
TQADAwFhAAEBcQFOJCUmQRQFDRsrARQGBxcjJyIGIyImJjU0NjYzMhYWBRQWMzI2NTQmIyIG\
AtBpZ6uBigYNBm+TSEiTcGuSS/3Mcnl6cHB5eXMBZoO4I7KhAVymb26kXFulb4ebm4eHmZkA\
AAIAYQAAAl8CygAOABcAO0A4BwECBQFMAAUAAgEFAmcHAQQEAF8GAQAAak0DAQEBawFOEA8B\
ABMRDxcQFw0MCwoJCAAOAQ4IDRYrATIWFRQGBgcTIwMjESMRFyMRMzI2NTQmASaFfypBJMRp\
rY5awGZrV1BUAsplZjlMLQ3+wAEn/tkCyk7+90VDRjsAAQAz//YB9gLUACkALkArGwEDAhwH\
AgEDBgEAAQNMAAMDAmEAAgJwTQABAQBhAAAAcQBOJSwlIgQNGislFAYjIiYnNRYWMzI2NTQm\
JicmJjU0NjYzMhYXByYmIyIGFRQWFhceAgH2inU8ZiIkazlQUR5JQVtdOmdDO2IoHCVXL0NE\
HkQ6P1ctv19qEhBWEBo+NSMwKRchYFM5USwWEk0QFjkvJDAmFhc1SgABAAoAAAIhAsoABwAb\
QBgDAQEBAl8AAgJqTQAAAGsAThERERAEDRorISMRIzUhFSMBQ1rfAhfeAntPTwABAFr/9gKA\
AsoAEgAbQBgDAQEBak0AAgIAYQAAAHEAThMjEyMEDRorJRQGBiMiJjURMxEUFjMyNjURMwKA\
PHtfhYtaXV5hV1n8SndFkXcBzP4xV2BnUQHOAAABAAAAAAJYAsoADAAhQB4IAQABAUwDAgIB\
AWpNAAAAawBOAAAADAAMEREEDRgrAQMjAzMTFhYXNjY3EwJY/1r/XqEQFgcHFhCgAsr9NgLK\
/jYsTSMjTi0ByAABAAwAAAOVAsoAHwAnQCQbEgcDAAIBTAUEAwMCAmpNAQEAAGsATgAAAB8A\
HxgRGREGDRorAQMjAy4CJwYGBwMjAzMTFhYXNjY3EzMTFhYXNjY3EwOVvluLCBAKAgETDodb\
vV5vDBEFBRQNfl2DDhQFBRIMbgLK/TYB1B06LQkNVS7+LwLK/kwuViYnXCwBr/5OLlsjJVcv\
AbMAAQAEAAACRgLKAAsAIEAdCwgFAgQAAgFMAwECAmpNAQEAAGsAThISEhAEDRorISMDAyMT\
AzMTEzMDAkZmvcBf7d5kr7Bf3QE2/soBdAFW/ugBGP6sAAABAAAAAAI2AsoACAAcQBkGAwIB\
AAFMAgEAAGpNAAEBawFOEhIRAw0ZKwETMwMRIxEDMwEbumHuWu5iAWsBX/5L/usBEQG5AAAB\
ACYAAAIVAsoACQApQCYHAQECAgEAAwJMAAEBAl8AAgJqTQADAwBfAAAAawBOEhESEAQNGish\
ITUBITUhFQEhAhX+EQF4/pQB2f6IAYJEAjZQRP3KAAH//v9mAb7/pgADACCxBmREQBUAAQAA\
AVcAAQEAXwAAAQBPERACDRgrsQYARAUhNSEBvv5AAcCaQAABACgCXgDxAv4ACwAmsQZkREAb\
CgQCAAEBTAIBAQABhQAAAHYAAAALAAsVAw0XK7EGAEQTHgIXFSMuAic1kQshJQ87FzoxDAL+\
Fjc0EwwSOTkSCgACAC7/9gHgAiEAGwAmAHtADhkBBAAYAQMEBgEGBQNMS7AZUFhAIAADCAEF\
BgMFZwAEBABhBwEAAHNNAAYGAWECAQEBawFOG0AkAAMIAQUGAwVnAAQEAGEHAQAAc00AAQFr\
TQAGBgJhAAICcQJOWUAZHRwBACMhHCYdJhYUEQ8LCQUEABsBGwkNFisBMhYVESMnIwYGIyIm\
NTQ2Nzc1NCYjIgYHJzY2EwYGFRQWMzI2NTUBIGJeQBEEI01ESWB+g1s6NSpMIRsjYE5kTTcr\
RFoCIVZe/pNMLCpNUlBXBAMgQzQZEEITG/7iBDgzLSpLTjAAAAIAVf/2AjAC+AAVACEAirYQ\
AwIFBAFMS7AZUFhAHAADA2xNBgEEBABhAAAAc00ABQUBYQIBAQFxAU4bS7ApUFhAIAADA2xN\
BgEEBABhAAAAc00AAgJrTQAFBQFhAAEBcQFOG0AgBgEEBABhAAAAc00AAwMCXwACAmtNAAUF\
AWEAAQFxAU5ZWUAPFxYeHBYhFyERFCQmBw0aKxMUBgczNjYzMhYVFAYjIiYnIwcjETMTIgYV\
FRQWMzI2NTStAwIFF1A/ZHl6Yz9QFwcSP1iXVUJBWEhHAj8iOxEiLouKiowuIEQC+P7gYmcE\
Y2lqZMsAAAEAN//2Ab8CIgAaADdANAsBAgEXDAIDAhgBAAMDTAACAgFhAAEBc00AAwMAYQQB\
AABxAE4BABUTEA4JBwAaARoFDRYrBSImJjU0NjYzMhYXByYmIyIVFBYzMjY3FQYGASxHbz9C\
cUgpTBgbGEAcnk1MLEMcG0EKOnpfY3w6EQxJCRDLYWcSDU4ODwAAAgA3//YCEgL4ABUAIgCV\
thIJAgQFAUxLsBlQWEAdAAICbE0ABQUBYQABAXNNBwEEBABhAwYCAABxAE4bS7ApUFhAIQAC\
AmxNAAUFAWEAAQFzTQADA2tNBwEEBABhBgEAAHEAThtAIQAFBQFhAAEBc00AAgIDXwADA2tN\
BwEEBABhBgEAAHEATllZQBcXFgEAHhwWIhciERAPDgcFABUBFQgNFisFIiY1NDYzMhYXMyYm\
NTUzESMnIwYGJzI2NTU0JiMiBhUUFgETZHh5ZD5PGQYBBVhHDQQYUDFVRUJZR0dHCouKio0u\
IQ0zD9b9CEgiMEldXhBka3FfYGoAAgA3//YCAQIiABcAHgBDQEAMAQIBDQEDAgJMAAUAAQIF\
AWcHAQQEAGEGAQAAc00AAgIDYQADA3EDThkYAQAcGxgeGR4RDwoIBgUAFwEXCA0WKwEyFhYV\
FSEWFjMyNjcVBgYjIiYmNTQ2NhciBgchJiYBJEVjNf6RAllQM08qKVA3THVBO2tGP0kHAREB\
PgIiPG1JNVtfExJNEhE+e1lYfkRIUUhEVQAAAQAPAAABgwL9ABcAXEAPDgEEAw8HAgUEBgEA\
BQNMS7AdUFhAGwAEBANhAAMDbE0CAQAABV8ABQVtTQABAWsBThtAGQADAAQFAwRpAgEAAAVf\
AAUFbU0AAQFrAU5ZQAkTJSURERAGDRwrASMRIxEjNTc1NDYzMhYXByYmIyIGFRUzAUyHWF5e\
XFIgNRMXECoWLCuHAdT+LAHUKR4faFsLB0UFCjs/IwAAAgA3/xACEgIiAB4AKwCAQA8WAwIG\
BQ0BAwQMAQIDA0xLsBlQWEAiCAEFBQBhAQcCAABzTQAGBgRhAAQEcU0AAwMCYQACAm8CThtA\
JgABAW1NCAEFBQBhBwEAAHNNAAYGBGEABARxTQADAwJhAAICbwJOWUAZIB8BACYkHysgKxoY\
EA4LCQYFAB4BHgkNFisBMhYXMzczERQGIyInNRYzMjY1NTQ2NyMGIyImNTQ2FyIGFRQWMzI2\
NTU0JgETNVUeBQxGdXt2S093RU8CAQQ2cGh1dXNDSklGUUpMAiIoKUf933N0IlEqUUYVDC0J\
UZKDgJdKa2NjaVdhFW5fAAABAFUAAAIZAvgAFQBItQIBAQIBTEuwKVBYQBYABARsTQACAgBh\
AAAAc00DAQEBawFOG0AWAAICAGEAAABzTQAEBAFfAwEBAWsBTlm3ERMiEyUFDRsrExQHMzY2\
MzIWFREjETQjIgYVESMRM60FBhpZNGJiV3haQ1hYAhkoIykqXWf+owFXgWVe/usC+AAAAgBO\
AAAAtQLhAAsADwCNS7AKUFhAFwABAQBhBAEAAGxNBQEDA21NAAICawJOG0uwDFBYQBcAAQEA\
YQQBAABwTQUBAwNtTQACAmsCThtLsC1QWEAXAAEBAGEEAQAAbE0FAQMDbU0AAgJrAk4bQBUE\
AQAAAQMAAWkFAQMDbU0AAgJrAk5ZWVlAEwwMAQAMDwwPDg0HBQALAQsGDRYrEzIWFRQGIyIm\
NTQ2FxEjEYIUHx8UFh4eQVgC4RsdHBwcHB0byf3oAhgAAv/J/xAAtQLhAAsAGwClQAoQAQME\
DwECAwJMS7AKUFhAGwABAQBhAAAAbE0ABARtTQADAwJhBQECAm8CThtLsAxQWEAbAAEBAGEA\
AABwTQAEBG1NAAMDAmEFAQICbwJOG0uwLVBYQBsAAQEAYQAAAGxNAAQEbU0AAwMCYQUBAgJv\
Ak4bQBkAAAABBAABaQAEBG1NAAMDAmEFAQICbwJOWVlZQA8NDBgXFBIMGw0bJCIGDRgrEzQ2\
MzIWFRQGIyImAyImJzUWFjMyNjURMxEUBk4eFhQfHxQWHjgZJg4PIBMgKlhIAqkdGxsdHBwc\
/IMHBUcEBiMxAmv9mEtVAAABAFUAAAINAvgAEwBHQAkPDgsDBAEAAUxLsClQWEARAAMDbE0A\
AABtTQIBAQFrAU4bQBcAAwMBXwIBAQFrTQAAAG1NAgEBAWsBTlm2ERMSGQQNGisTFAYHMz4C\
NzczBxMjJwcVIxEzrAMBBAYYGQmrZ9noaro9V1cBaxA0EwgeHwq15f7N+jXFAvgAAAEAVQAA\
AK0C+AADAChLsClQWEALAAEBbE0AAABrAE4bQAsAAQEAXwAAAGsATlm0ERACDRgrMyMRM61Y\
WAL4AAABAFUAAANWAiIAIQBdth4YAgECAUxLsBlQWEAWBAECAgBhBwYIAwAAc00FAwIBAWsB\
ThtAGgAGBm1NBAECAgBhBwgCAABzTQUDAgEBawFOWUAXAQAdGxcWFRQRDw0MCQcFBAAhASEJ\
DRYrATIWFREjETQjIgYVESMRNCMiBhURIxEzFzM2NjMyFzM2NgKhW1pXbU5DV25RPlhHDQUZ\
VTB+JgUbXQIiXWj+owFZf1pW/tgBWX9kXv7qAhhJKilaLiwAAAEAVQAAAhkCIgATAFC1EAEB\
AgFMS7AZUFhAEwACAgBhBAUCAABzTQMBAQFrAU4bQBcABARtTQACAgBhBQEAAHNNAwEBAWsB\
TllAEQEADw4NDAkHBQQAEwETBg0WKwEyFhURIxE0IyIGFREjETMXMzY2AVdgYld4WURYRw0F\
GlwCIl1o/qMBV4FkXv7qAhhJKikAAgA3//YCJwIiAA0AGQAfQBwAAwMBYQABAXNNAAICAGEA\
AABxAE4kJSUiBA0aKwEUBiMiJiY1NDYzMhYWBRQWMzI2NTQmIyIGAieHc0dvQIZzSW8//mtL\
UlFMTFJSSgENhZJBfVmFkEF7WV9vb19fbGwAAgBV/xACMAIiABUAIwBrthIJAgUEAUxLsBlQ\
WEAdBwEEBABhAwYCAABzTQAFBQFhAAEBcU0AAgJvAk4bQCEAAwNtTQcBBAQAYQYBAABzTQAF\
BQFhAAEBcU0AAgJvAk5ZQBcXFgEAHhwWIxcjERAPDgcFABUBFQgNFisBMhYVFAYjIiYnIxYW\
FRUjETMXMzY2FyIGBxUUFjMyNjY1NCYBVGN5eWQ+URcGAgRYSAwEGE4xUkMCQVgxPx9HAiKK\
i4mOLx8RNBPcAwhJIzBKXF4RY2s2XTxcbgAAAgA3/xACEgIiABUAIgBhthADAgQFAUxLsBlQ\
WEAcAAUFAWECAQEBc00GAQQEAGEAAABxTQADA28DThtAIAACAm1NAAUFAWEAAQFzTQYBBAQA\
YQAAAHFNAAMDbwNOWUAPFxYeHBYiFyIRFCQmBw0aKwU0NjcjBgYjIiY1NDYzMhYXMzczESMD\
MjY3NTQmIyIGFRQWAboCAwYXUUBheXtiP1AYBA1GWJhTRQFEV0hGRwsSMBEiMIuKio0wI0n8\
+AEvW14SZmlxX19rAAEAVQAAAY4CIgATAGZLsBlQWEALAwEBABAEAgIBAkwbQAsDAQMAEAQC\
AgECTFlLsBlQWEASAAEBAGEDBAIAAHNNAAICawJOG0AWAAMDbU0AAQEAYQQBAABzTQACAmsC\
TllADwEADw4NDAgGABMBEwUNFisBMhYXByYmIyIGBhURIxEzFzM2NgFPDyMNCw0fDilIK1hI\
CgQaUgIiAwNRAwQtUTb+4gIYYixAAAABADP/9gGyAiIAKQAuQCsbAQMCHAcCAQMGAQABA0wA\
AwMCYQACAnNNAAEBAGEAAABxAE4lLCUiBA0aKyUUBiMiJic1FhYzMjY1NCYmJy4CNTQ2MzIW\
FwcmJiMiBhUUFhYXHgIBsnRiOFEfIFsvQzwWOTU0SihvWjFVJR4iSic2ORo9MzNIJpROUBIQ\
UBAbKyQUICAUFCg4LERKExFGDhQjHhYfHRQTKDkAAAEAEP/2AVMCkwAYAEBAPQ4BAgQDAQAC\
BAEBAANMAAMEA4UFAQICBF8ABARtTQYBAAABYQABAXEBTgEAFRQTEhEQDQwIBgAYARgHDRYr\
JTI2NxUGBiMiJiY1ESM1NzczFTMVIxEUFgEIFCoNDjQYKkcsTE0jNJubLz4HBEMHCR1IQQE4\
KiNye0T+yjEvAAABAE//9gIVAhgAEwBMtQMBAwIBTEuwGVBYQBMFBAICAm1NAAMDAGEBAQAA\
awBOG0AXBQQCAgJtTQAAAGtNAAMDAWEAAQFxAU5ZQA0AAAATABMiEyQRBg0aKwERIycjBgYj\
IiY1ETMRFDMyNjURAhVIDQQaXDRhYll3WUUCGP3oRyonXWYBX/6ngGReARcAAQAAAAAB/AIY\
AA8AIUAeBwECAAFMAQEAAG1NAwECAmsCTgAAAA8ADxsRBA0YKzMDMxMeAhczPgI3EzMDy8te\
cggSDgMEBA8TB3JezAIY/sQWNjERETI2FQE8/egAAAEACwABAwcCGQAiACFAHhoPAwMAAQFM\
AwICAQFtTQQBAABrAE4RGRoRGAUNGysBJiYnIwYGBwMjAzMTFhYXMz4CNxMzExYWFzM2NjcT\
MwMjAa8NEwUEBBIOYGSTW0oLFAQEBAsOB19gXAsVBAQDFQxLWpVnAS8pTxYWTyr+0wIY/uIr\
WB0RMjcWAS7+0iJQHRlYLgEe/egAAQASAAAB/wIYAAsAH0AcCQYDAwIAAUwBAQAAbU0DAQIC\
awJOEhISEQQNGisTAzMXNzMDEyMnByPUuWSKiWO5w2SSlGMBEgEGysr++v7u1tYAAAEAAf8Q\
Af4CGAAaACdAJBoTBQMDABIBAgMCTAEBAABtTQADAwJhAAICbwJOJSMZEAQNGisTMxMWFhcz\
NjY3EzMDBgYjIiYnNRYWMzI2NzcBXnQPGAYEBhoObV/nHFlOGCQNCx8RLjkQHAIY/s8oSSEZ\
USkBMP2eTFoFA0YCBDQrRwABACcAAAGvAhgACQApQCYHAQECAgEAAwJMAAEBAl8AAgJtTQAD\
AwBfAAAAawBOEhESEAQNGishITUBITUhFQEhAa/+eAEg/vEBcP7kASM6AZpEQv5uAAIAlQJ3\
Aa4C2gALABcAJbEGZERAGgIBAAEBAFkCAQAAAWEDAQEAAVEkJCQiBA0aK7EGAEQTNDYzMhYV\
FAYjIiY3NDYzMhYVFAYjIiaVHBMTHBwTExy8GxMTHBwTExsCqRoXFxoZGRkZGhcXGhkZGQAB\
ABgBoAEzA1UAGQAwQC0OAQECDQEDAQIBAAMDTAACAAEDAgFpAAMAAANXAAMDAF8AAAMATxYl\
KBAEDBorASE1Nz4CNTQmIyIGByc2NjMyFhUUBgcHMwEy/uZzKSkPJR4eMRojHUUrQEk7OFHD\
AaA2cCcxJxYgIBcULhkePzcxTjVNAAABABEBmAFBA1UAKABNQEomAQUAJQEEBQYBAwQRAQID\
EAEBAgVMBgEAAAUEAAVpAAQAAwIEA2kAAgEBAlkAAgIBYQABAgFRAQAjIR0bGhgUEg4MACgB\
KAcMFisTMhYVFAYHFRYWFRQGIyImJzUWMzI2NTQmIyM1MzI2NTQmIyIGByc2NqVHSCseJy9U\
WSVAHkY+NDA6NDk5Mi8pHR81GyQfRQNVPjAoNAoDBzMpOkkNDz8iKSMkITcnHyAdFREuFxoA\
AAEAKAJeAPEC/gALACCxBmREQBUGAAIAAQFMAAEAAYUAAAB2FRQCDRgrsQYARBMOAgcjNT4C\
NzPxDDI5GDoPIyILagL0Ejk5EgwTNDcWAAEADv8QANQAAAAUADKxBmREQCcSDwYDAQIFAQAB\
AkwAAgEChQABAAABWQABAQBiAAABAFIWJCIDDRkrsQYARBcUBiMiJzUWFjMyNjU0Jic3MwcW\
FtRKSiASCR4OJCY1Jis6GiQzizA1BTcCAxMZGhgFVjUIKAABACUBoADwA0wADAAnQCQLCgYD\
AAEBTAIBAQAAAVcCAQEBAF8AAAEATwAAAAwADBEDDBcrExEjETQ2NwYGBwcnN/BHAwEKGA02\
I4IDTP5UARQaKhUJFQknMVwAAAIAIAF/AVkC0gALABcAPkuwJVBYQBIAAgAAAgBlAAMDAWEA\
AQGKA04bQBgAAQADAgEDaQACAAACWQACAgBhAAACAFFZtiQkJCIEDxorARQGIyImNTQ2MzIW\
BxQWMzI2NTQmIyIGAVlWSENYVElHVfosMTEsLDExLAIpUVlXU1JXVlM6Ozs6Ozk5//8AAAAA\
An4DsAImAAwAAAEHACcAlACyAAixAgGwsrA1K///AAAAAAJ+A7ACJgAMAAABBwBFAOEAsgAI\
sQIBsLKwNSv//wAAAAACfgOwAiYADAAAAQcAYwBtALIACLECAbCysDUr//8AAAAAAn4DkQIm\
AAwAAAE<KEY>AAAABwBGAQUAAP//AGEAAAHw\
A7ACJgAQAAABBwBFANQAsgAIsQEBsLKwNSv//wBhAAAB8AOwAiYAEAAAAQcAYwBgALIACLEB\
AbCysDUr//8AK<KEY>AE<KEY>
AAABBwBFASoAsgAIsQIBsLKwNSv//wA9//YC0AOwAiYAGgAAAQcAYwC2ALIACLECAbCysDUr\
//8APf/2AtADkQImABoAAAEHAGQAqACyAAixAgGwsrA1K///AFr/9gKAA7ACJgAgAAABBwBF\
AREAsgAIsQEBsLKwNSv//wBa//YCgAOMAiYAIAAAAQcAQgBNALIACLEBArCysDUr//8ALv/2\
AeAC/gImACgAAAAGACdvAP//AC7/9gHgAv4CJgAoAAAABwBFALwAAP//AC7/9gHgAv4CJgAo\
AAAABgBjSAD//wAu//YB4ALfAiYAKAAAAAYAZDoA//8AN/8QAb8CIgImACoAAAAHAEYAqgAA\
//8AN//2AgEC/gImACwAAAAHAEUAwAAA//8AN//2AgEC/gImACwAAAAGAGNMAP//AEwAAAEV\
Av4CJgBxAAAABgBFJAD//wA3//YCJwL+AiYANgAAAAcARQDSAAD//wA3//YCJwL+AiYANgAA\
AAYAY14A//8AN//2AicC3wImADYAAAAGAGRQAP//AE//9gIVAv4CJgA8AAAABwBFANgAAP//\
AE//9gIVAtoCJgA8AAAABgBCFAAAAQAoAl4BegL+ABIAKbEGZERAHg4JBAMAAgFMAwECAAKF\
<KEY>
DgEEAwYBAAQCTAADBAEDVwUBBA<KEY>APAAAC2wL9ACYALQAAAAcALQFYAAD//wAPAAACDQL9\
ACYALQAAAAcAMAFYAAD//wAPAAACBQL9ACYALQAAAAcAMwFYAAD//wAPAAADZQL9ACYALQAA\
ACcALQFYAAAABwAwArAAAP//AA8AAANdAv0AJgAtAAAAJwAtAVgAAAAHADMCsAAAAAEAVQAA\
AK0CGAADABNAEAABAW1NAAAAawBOERACDRgrMyMRM61YWAIY//8AE//4AUoBtAMHAGkAAP5g\
AAmxAAK4/mCwNSsA//8AJQAAAPABrAMHAEcAAP5gAAmxAAG4/mCwNSsA//8AGAAAATMBtQMH\
AEMAAP5gAAmxAAG4/mCwNSsA//8AEf/4AUEBtQMHAEQAAP5gAAmxAAG4/mCwNSsA//8ACgAA\
AVUBrwMHAGUAAP5gAAmxAAK4/mCwNSsA//8AHv/3AUABrAMHAGYAAP5gAAmxAAG4/mCwNSsA\
//8AFP/4AUwBtAMHAGoAAP5gAAmxAAK4/mCwNSsA//8AHAAAAUMBrAMHAGcAAP5gAAmxAAG4\
/mCwNSsA//8AGf/4AUUBtAMHAGgAAP5gAAmxAAO4/mCwNSsA//8AEf/4AUkBtgMHAGsAAP5g\
AAmxAAK4/mCwNSsA//8AEwEWAUoC0gMHAGkAAP9+AAmxAAK4/36wNSsA//8AJQEeAPACygMH\
AEcAAP9+AAmxAAG4/36wNSsA//8AGAEeATMC0wMHAEMAAP9+AAmxAAG4/36wNSsA//8AEQEW\
AUEC0wMHAEQAAP9+AAmxAAG4/36wNSsA//8ACgEeAVUCzQMHAGUAAP9+AAmxAAK4/36wNSsA\
//8AHgEVAUACygMHAGYAAP9+AAmxAAG4/36wNSsA//8AFAEWAUwC0gMHAGoAAP9+AAmxAAK4\
/36wNSsA//8AHAEeAUMCygMHAGcAAP9+AAmxAAG4/36wNSsA//8AGQEWAUUC0gMHAGgAAP9+\
AAmxAAO4/36wNSsA//8AEQEWAUkC1AMHAGsAAP9+AAmxAAK4/36wNSsAAAAAGQEyAAMAAQQJ\
AAAAaAAAAAMAAQQJAAEAEgBoAAMAAQQJAAIADgB6AAMAAQQJAAMANgCIAAMAAQQJAAQAIgC+\
AAMAAQQJAAUArADgAAMAAQQJAAYAIAGMAAMAAQQJAQUADAGsAAMAAQQJAQYACAG4AAMAAQQJ\
AQcAFAHAAAMAAQQJAQgACgHUAAMAAQQJAQkADgB6AAMAAQQJAQoADAHeAAMAAQQJAQsAEAHq\
AAMAAQQJAQwACAH6AAMAAQQJAQ0AEgICAAMAAQQJAQ4ACgIUAAMAAQQJAQ8ACgIeAAMAAQQJ\
ARAAEgIoAAMAAQQJAREAEgIoAAMAAQQJARIAGgI6AAMAAQQJARMADAJUAAMAAQQJARQAKAJg\
AAMAAQQJARUACAKIAAMAAQQJARYADgKQAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEANQAt\
ADIAMAAyADEAIABHAG8AbwBnAGwAZQAgAEwATABDAC4AIABBAGwAbAAgAFIAaQBnAGgAdABz\
ACAAUgBlAHMAZQByAHYAZQBkAC4ATgBvAHQAbwAgAFMAYQBuAHMAUgBlAGcAdQBsAGEAcgAy\
AC4AMAAwADYAOwBHAE8ATwBHADsATgBvAHQAbwBTAGEAbgBzAC0AUgBlAGcAdQBsAGEAcgBO\
AG8AdABvACAAUwBhAG4AcwAgAFIAZQBnAHUAbABhAHIAVgBlAHIAcwBpAG8AbgAgADIALgAw\
ADAANgA7ACAAdAB0AGYAYQB1AHQAbwBoAGkAbgB0ACAAKAB2ADEALgA4ACkAIAAtAGwAIAA4\
ACAALQByACAANQAwACAALQBHACAAMgAwADAAIAAtAHgAIAAxADQAIAAtAEQAIABsAGEAdABu\
ACAALQBmACAAbgBvAG4AZQAgAC0AYQAgAHEAcwBxACAALQBYACAAIgAiAE4AbwB0AG8AUwBh\
AG4AcwAtAFIAZQBnAHUAbABhAHIAVwBlAGkAZwBoAHQAVABoAGkAbgBFAHgAdAByAGEATABp\
AGcAaAB0AEwAaQBnAGgAdABNAGUAZABpAHUAbQBTAGUAbQBpAEIAbwBsAGQAQgBvAGwAZABF\
AHgAdAByAGEAQgBvAGwAZABCAGwAYQBjAGsAVwBpAGQAdABoAEMAbwBuAGQAZQBuAHMAZQBk\
AFMAZQBtAGkAQwBvAG4AZABlAG4AcwBlAGQATgBvAHIAbQBhAGwAQwBvAG4AdAByAGEAcwB0\
ACAAKABHAHIAbwB0AGUAcwBxAHUAZQApAFQAZQB4AHQARABpAHMAcABsAGEAeQADAAAAAAAA\
/5wAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQACAA4AAAAqAAAAWAACAAQADAAl\
AAEAKABBAAEASABiAAEAbABwAAIADgAFABgAGAAYACAAIAACAAEAbABwAAAAAQAEAAEBLQAC\
AAYACgABATsAAQJ3AAEABAAAABQAAAAUAAAAFAAAABQAAQAAAAEAAAAKADAAPgAEREZMVAAa\
Y3lybAAaZ3JlawAabGF0bgAaAAQAAAAA//8AAQAAAAFrZXJuAAgAAAABAAAAAQAEAAIACAAC\
AAoAigABACwABAAAABEAbgB6AHQAUgB6AHoAegBoAG4AbgBuAG4AdAB0AHoAegB6AAEAEQAM\
AA8AEAARABoAGwAcACYASQBKAEsATABOAE8AUQBSAFMABQAM/+wASf/sAEr/7ABL/+wATP/s\
AAEAFQBfAAEAFQAyAAEAFQA8AAEAI//sAAICvAAEAAADJgPkABMAEgAAAAAAAAAAAAAAAAAA\
/+wAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAD/7AAAAAAAAP/2AAD/9gAAAAAAAP/iAAD/9gAAAAD/7AAAAAAAAAAA\
AAAAAP/EAAD/2AAAAAAAAP+6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/87/7P/i/87/xAAAAAAAAAAAAAAAAAAA/9j/zgAA\
/+wAAAAA/+z/9v/2/+z/2AAAAAAAAAAAAAAAAAAA//b/9gAAAAAAAAAAAAD/7AAAAAAAAP/2\
AAAAAP/iAAD/7AAAAAAAAP/sAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7r/7P/O/7D/ugAA\
/+wAAAAAAAAAAAAA/8T/ugAU/9gAAAAA/+wAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAD/9gAA\
AAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/zgAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAD/9gACABEADAAMAAAADgAQAAEAFgAXAAQAGgAcAAYAHwAl\
AAkAKAApABAALAAtABIALwAvABQANAA3ABUAOQA5ABkAOwA7ABoAPQBAABsASQBPAB8AUQBZ\
ACYAWwBcAC8AXgBgADEAbABsADQAAgAfAAwADAADAA4ADgAKAA8ADwACABAAEAAEABYAFgAP\
ABcAFwAJABoAGgACABsAGwASABwAHAACAB8AHwAMACAAIAAGACEAIgAIACMAIwAPACQAJAAH\
ACUAJQAOACgAKAABAC0ALQARAC8ALwABADQANQABADkAOQANADsAOwALAD0APgAFAD8APwAQ\
AEAAQAAFAEkATAADAE0ATQAKAE4ATwAEAFEAUwACAFQAVQAGAFYAWQABAGwAbAARAAEADABl\
AAUAAAACAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAACAAAAAgAAAAAADwAGAAsACwAAAAkAEQAA\
AAAABAAIAAEAAQABAAoADgAIAAAAAAAIAAgAAwADAAEAAwABAAMADQAMAAMABwAHAAcABwAQ\
AAAAAAAAAAAAAAAAAAAABQAFAAUABQACAAAAAAAAAAIAAgACAAYABgABAAQABAAEAAEAAQAB\
AAAAAQABAAEAAwADAAAAAAAAAAAAAAAAAAAAAAAAAAoACgAKAAoACgABAAAACgA2AGoABERG\
TFQAGmN5cmwAGmdyZWsAGmxhdG4AGgAEAAAAAP//AAQAAAABAAIAAwAEZG5vbQAaZnJhYwAg\
bGlnYQAobnVtcgAuAAAAAQABAAAAAgACAAMAAAABAAUAAAABAAAABgAcAA4AHAA0AFgAcAAB\
AAAAAQAIAAEAFABwAAEAAAABAAgAAQAGAHoAAgABAAIACwAAAAYAAAABAAgAAwABABIAAQAq\
AAAAAQAAAAQAAgABAHIAewAAAAEAAAABAAgAAQAG//YAAgABAHwAhQAAAAQAAAABAAgAAQA2\
AAEACAAFAAwAFAAcACIAKABvAAMALQAwAHAAAwAtADMAbAACAC0AbQACADAAbgACADMAAQAB\
AC0AAA==') format('woff');
font-style: normal;
font-weight: normal;
unicode-range: U+20,U+30-39,U+41-5A,U+5F,U+61-7A,U+BA,U+C0-C3,U+C7,U+C9-CA,U+CD,U+D3-D5,U+DA,U+DC,U+E0-E3,U+E7,U+E9-EA,U+ED,U+F3-F5,U+FA,U+FC;
font-display: swap;
}
@font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgOZBe4AAEk0AAAAcEdQT1MaNgIlAABJpAAABYBHU1VCNy4zcwAA\
TyQAAAEeT1MvMmu7YXgAAAGYAAAAYGNtYXAK7QodAAAD7AAAAMRjdnQgQb8e3QAAE9AAAAEs\
ZnBnbZ42GdoAAASwAAAOFWdhc3AAAAAQAABJLAAAAAhnbHlmMo/yYgAAFgwAAC9SaGVhZNGK\
iRAAAAEcAAAANmhoZWEH1gNLAAABVAAAACRobXR4B8oUOgAAAfgAAAHybG9jYckCvioAABT8\
AAABDm1heHADPw+MAAABeAAAACBuYW1lbyKeOAAARWAAAAOscG9zdP+fADIAAEkMAAAAIHBy\
ZXBEfsa5AAASyAAAAQUAAQAAAAIBibA8WK9fDzz1AAcD6AAAAXc3ZCCAAAABdzdkIID/tv8Q\
A/ADpgAAAAYAAgAAAAAAAAABAAAELf7bAAAEN/+2/8UD8AABAAAAAAAAAAAAAAAAAAAAcwAB\
AAAAhgA2AAMAQgAEAAIAmAD8AI0AAAGJDhUAAwABAAQCcAK8AAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFIAAACCwgCBAUEAgIEAAAAAwAAAAAAAAAAAAAAAEdPT0cAQAAgAPwELf7bAAAELQEl\
AAABnwAAAAACIgLKAAAAIAAEAlgAXgEEAAACPAAkAjwAOwI8ACYCPAAmAjwAEQI8ADECPAAj\
AjwAGwI8ACMCPAAgArIAAAKgAFoCfQA6AuQAWgIwAFoCJQBaAtQAOgL9AFoBhQAgAUv/tgKY\
AFoCNQBaA68AWgMtAFoDHAA6AnQAWgMcADoClABaAicALgJDABQC9ABVAooAAAPHAAACmwAA\
AnAAAAJDABgBm//+AWoAKAJcACoCeQBOAgIALQJ5AC0CTwAtAYMAFAJ5AC0CkQBOATEASAEx\
/8ACbABOATEATgPWAE4CkQBOAmsALQJ5AE4CeQAtAcYATgHxAC0BsgAXApEASwI5AAADWAAK\
AkIABQI5AAAB6AAbAl8AiAF7ABcBewAdAWoAKADN/+4BewAtAYQAHAKyAAACsgAAArIAAAKy\
AAACfQA6AjAAWgIwAFkBhQAgAxwAOgMcADoDHAA6AvQAVQL0AFUCXAAqAlwAKgJcACoCXAAq\
AgIALQJPAC0CTwAtATEATgJrAC0CawAtAmsALQKRAEsCkQBLAfgAKAHlACgBewAGAXsAKQF7\
AB0BewAWAXsAFAF7ABkBewAVAwYAFAK0ABQCtAAUBDcAFAQ3ABQBMQBOAXsAFAAtABcAHQAG\
ACkAGQAdABYAFQAUAC0AFwAdAAYAKQAZAB0AFgAVAAAAAAABAAMAAQAAAAwABAC4AAAAKgAg\
AAQACgAgADkAWgBfAHoAugDDAMcAygDNANUA2gDcAOMA5wDqAO0A9QD6APz//wAAACAAMABB\
<KEY>+H/0v/L/8f/<KEY>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAACYAJgAeAB4AsoAAAIiAAD/EALU//YCLP/2/xAAlQCVAHMAcwJGAAACUP/4\
A<KEY>gJGAAAAAAJQAlD/+AAAAJgAmAB4AHgCyv/2AvgCIv/2/xAC1f/2Av0CLP/2\
/xAAewB7AGUAZQFoAO7/oP8QAWgA7v+a/xAAewB7AGUAZQEfAR8AmACYAHgAeALKAAAC+AIi\
AAD/<KEY>
CTMJnQnhClYKqArsC3YLrgvhDCoMXQxyDNkNKw1kDdcORQ6YDusPMg97D6YP+BAhEGIQixDD\
EQIRYRGKEccR9hI4EkkSWhJrEnwSiBKZEqoSuxLMEt0S7hL/ExATGxMnEzITPRNJE1UTYBNr\
E3cTghONE5kTpBPaFBgUURSgFMcVLRVlFcUWJBYwFjwWSBZYFmgWfRaMFpsWqha5FsgW1xbm\
FvUXBBcTFyIXMRdAF08XXhdtF3wXixeaF6kAAAACACT/9gIXAtUADQAZAB9AHAADAwFhAAEB\
cE0AAgIAYQAAAHEATiQkJSMEDRorARQGBiMiJjU0NjYzMhYFFBYzMjY1NCYjIgYCFzFtXIF4\
MG5bgHr+oyo5OCwsODkqAWVzpFjDrHSkWMKuent6e3p8fAABADsAAAGdAsoADAAbQBgKCQUD\
AAEBTAABAWpNAAAAawBOGhACDRgrISMRNDY3BgYHByc3MwGdlwMBBSEOUknmfAGdGlQgBh8M\
Qlu3AAABACYAAAIbAtQAHQAtQCoOAQECDQEDAQIBAAMDTAABAQJhAAICcE0AAwMAXwAAAGsA\
TigmKBAEDRorISE1Nz4CNTQmIyIGByc+AjMyFhYVFAYGBwcVIQIb/g2zNkIeLygpTitSH0Vb\
QEZlNy9ZP1wBN2m1OEs9IysqJiNhGy4dM1c3O2JgOlYHAAABACb/9gIUAtQAKwA/QDwmAQQF\
JQEDBAMBAgMOAQECDQEAAQVMAAMAAgEDAmkABAQFYQAFBXBNAAEBAGEAAABxAE4lJSElJCoG\
DRwrARQGBxUWFhUUBgYjIic1FhYzMjY1NCYmIyM1MzI2NjU0JiMiBgcnNjYzMhYB/1lBVlk9\
f2R0Wi5lK1FBHktDNjdCRRkvNzNLGkYqcU5ugQIqSlgQAwpURz5jOSeAFxg4Mx4pFXQZKxwm\
KyMRaB4oWQAAAgARAAACKwLKAAoAFQAnQCQGAQAEAUwFAQQCAQABBABnAAMDak0AAQFrAU4a\
ERIRERAGDRwrJSMVIzUhNQEzETMnNDY2NyMGBgcHMwIrVpP+zwE5i1bpAgMBBAkUDoOslJSU\
aQHN/j95F0I5CRQmFMYAAQAx//YCDgLKAB4AREBBHBcCAwAWCwICAwoBAQIDTAYBAAADAgAD\
aQAFBQRfAAQEak0AAgIBYQABAXEBTgEAGxoZGBQSDw0IBgAeAR4HDRYrATIWFhUUBiMiJic1\
FhYzMjY1NCMiBgcnEyEVIwc2NgEsQWY7kI04YyUlaC5DR48cPBQ8GwGD/w0RJwHIMmBHdIUU\
E4ITGzc6bAsFIAFsgIwDBwACACP/9gIbAtIAHgAsAGlADgkBAQAKAQIBEQEFAgNMS7AKUFhA\
HgACAAUEAgVpAAEBAGEAAABqTQYBBAQDYQADA3EDThtAHgACAAUEAgVpAAEBAGEAAABwTQYB\
BAQDYQADA3EDTllADyAfJiQfLCAsJCYkNQcNGisTND4DMzIWFxUmJiMiBgYHMzY2MzIWFRQG\
IyImJgUyNjU0JiMiBgYVFBYWIxItUX1ZFTgTEy0WWWEoAwYUSzxeboNwSXZGAQIsODAxITIc\
GDEBLz54a1MvAwR5BQU4ZUIjMHZsdIRDi1U9QDQ8HS4YIT8qAAEAGwAAAhsCygAGACVAIgUB\
AAEBTAAAAAFfAAEBak0DAQICawJOAAAABgAGEREEDRgrMwEhNSEVAW8BDP6gAgD+8gJLf1/9\
lQAAAwAj//YCGALTABsAJwA1ADZAMzMiFQcEAwIBTAUBAgIAYQQBAABwTQADAwFhAAEBcQFO\
HRwBACwqHCcdJxAOABsBGwYNFisBMhYWFRQGBx4CFRQGBiMiJjU0NjcmJjU0NjYXIgYVFBYX\
NjY1NCYDFBYzMjY1NCYmJycGBgEePmc/STcmRSs/cUp4g1A5MENAaTslMTQjIjQxlDc2ODgg\
LxkNLjoC0yZMOkBTGxQ1RzA7WDBmWUpaHB5VQDlMJm4mIyUuERAtJyMm/lknMjAoGykhDgcW\
OgAAAgAg//YCGALSAB4ALAA+QDsRAQIFCgEBAgkBAAEDTAAFAAIBBQJpBgEEBANhAAMDcE0A\
AQEAYQAAAHEATiAfJiQfLCAsJCYkNQcNGisBFA4DIyImJzUWFjMyNjY3IwYGIyImNTQ2MzIW\
FiUiBhUUFjMyNjY1NCYmAhgSLVF9WRU4ExQsFllhKAMGFUVEW26DcEl2Rv7+LDgwMSIxHBgw\
AZk9eWtTLwMEeQQGOWRCIzB2bHSEQ4tVPEE0PB4tGCFAKQACAAAAAAKyAs0ABwASACxAKQwB\
BAIBTAAEAAABBABoAAICak0FAwIBAWsBTgAAEhEABwAHERERBg0ZKyEnIQcjEzMTAS4CJw4C\
BwczAg80/vw0o/y5/f7RBRAQBQURDwQzuqqqAs39MwHPETQ2FBQ7NQumAAMAWgAAAmsCygAQ\
ABkAIgBEQEEGAQUCAUwHAQIIAQUEAgVnAAMDAF8GAQAAak0ABAQBXwABAWsBThoaEhEBABoi\
GiEdGxgWERkSGQ8NABABEAkNFisBMhYVFAYHFR4CFRQGIyEREzI2NTQmIyMdAjMyNjU0JiMB\
OI+SOTUkOiKMev7170IzPEFQY0Q2N0gCylBlPVQJBQckRDhhbgLK/uUqKCkkn3i6NSwoMQAB\
ADr/9gJaAtQAGwA3QDQYAQADGQkCAQAKAQIBA0wEAQAAA2EAAwNwTQABAQJhAAICcQJOAQAW\
FA4MBwUAGwEbBQ0WKwEiBhUUFjMyNjcVBgYjIiYmNTQ2NjMyFhcHJiYBiVdcVV4sVzMvXDlu\
j0ROlWw1azExKFECVoJxcn0UEn8TElulbmymXhsXexMcAAACAFoAAAKqAsoACQARAB9AHAAC\
AgFfAAEBak0AAwMAXwAAAGsATiElISIEDRorARQGIyMRMzIWFgc0JiMjETMyAqrNucrgcKVb\
nWhjUUHbAWy1twLKUJt3d2/+LwAAAQBaAAAB9QLKAAsAKUAmAAMABAUDBGcAAgIBXwABAWpN\
AAUFAF8AAABrAE4RERERERAGDRwrISERIRUhFTMVIxUhAfX+ZQGb/vzy8gEEAsp8nXy4AAAB\
AFoAAAHzAsoACQAjQCAAAwAEAAMEZwACAgFfAAEBak0AAABrAE4REREREAUNGyszIxEhFSEV\
MxUj75UBmf788vICyny4fAABADr/9gKEAtQAIAA7QDgPAQMCEAEAAx4BBAUCAQEEBEwAAAAF\
BAAFZwADAwJhAAICcE0ABAQBYQABAXEBThMmJSUjEAYNHCsBIREGBiMiJjU0NjYzMhYXByYm\
IyIGBhUUFhYzMjY3NSMBaQEbOHlNoKxXpng5bi0yIVQuQmE1JlJCIC0ThwGR/o4TFry0cKRa\
GBR5ERY8bUpGbD0GBJUAAQBaAAACowLKAAsAIUAeAAQAAQAEAWcFAQMDak0CAQAAawBOERER\
EREQBg0cKyEjESERIxEzESERMwKjl/7ll5cBG5cBNP7MAsr+6AEYAAABACAAAAFlAsoACwAg\
QB0LCgkIBQQDAggAAQFMAAEBak0AAABrAE4VEAINGCshITU3ESc1IRUHERcBZf67V1cBRVdX\
VigBzihWVij+MigAAAH/tv8uAPECygARAChAJQQBAQIDAQABAkwAAQMBAAEAZQACAmoCTgEA\
DQwIBgARAREEDRYrFyImJzUWFjMyNjY1ETMRFAYGDx0sEBAjFBorGJc5ZtIHBH4EBhQ4NAKd\
/WRccTMAAAEAWgAAApgCygAOACBAHQ4IAwIEAAIBTAMBAgJqTQEBAABrAE4VERMQBA0aKyEj\
AwcVIxEzETY2NzczAwKYrLtAl5cPHg/BqPkBLS7/Asr+uRUqFfP+xAABAFoAAAITAsoABQAf\
QBwAAABqTQABAQJgAwECAmsCTgAAAAUABRERBA0YKzMRMxEhFVqXASICyv2zfQABAFoAAANV\
AsoAFwAmQCMVCwIAAQFMAgEBAWpNBQQDAwAAawBOAAAAFwAXERMRFwYNGishAyMeAhURIxEz\
EzMTMxEjETQ2NjcjAwGIrAQBBASHzqkDs86NAwMBBLgCMBRQWyX+tALK/d4CIv02AVIiWE8U\
/dEAAQBaAAAC0wLKABEAHkAbCwICAAIBTAMBAgJqTQEBAABrAE4WERYQBA0aKyEjASMWFhcR\
IxEzATMmJicRMwLTwP7JBAIFAoe/ATYDAQQCiAIcM2Yz/rACyv3pMmIxAVIAAgA6//YC4gLV\
AA8AGwAfQBwAAwMBYQABAXBNAAICAGEAAABxAE4kJSYjBA0aKwEUBgYjIiYmNTQ2NjMyFhYF\
FBYzMjY1NCYjIgYC4kmWdXSXSUmXdXSWSf33Vl9hVFRgYFYBZm+lXFymb2+kW1ulb3CBgXBx\
gIAAAgBaAAACRwLKAAsAEwAyQC8ABAABAgQBaQYBAwMAXwUBAABqTQACAmsCTg0MAQAQDgwT\
DRMKCQgGAAsBCwcNFisBMhYVFAYGIyMVIxEXIxUzMjY1NAE+in80eWhBl9xFMkBLAsp3aD5t\
Qv4CynzUMzloAAACADr/VgLiAtUAEgAeACtAKAMBAQMBTAAAAQCGAAQEAmEAAgJwTQADAwFh\
AAEBcQFOJCUmIRQFDRsrARQGBxcjJyMiJiY1NDY2MzIWFgUUFjMyNjU0JiMiBgLiVlqswoML\
dJdJSZd1dJZJ/fdWX2FUVGBgVgFmeK8pwKBcpm9vpFtbpW9wgYFwcYCAAAIAWgAAApQCygAO\
ABcAO0A4BwECBQFMAAUAAgEFAmcHAQQEAF8GAQAAak0DAQEBawFOEA8BABMRDxcQFw0MCwoJ\
CAAOAQ4IDRYrATIWFRQGBgcTIwMjESMRFyMVMzI2NTQmASqSiyU9I9KoqlGXxS4xS0FFAspq\
bDFJMxD+yQES/u4CynzBMjEzKwAAAQAu//YB/wLUACgALkArGwEDAhwGAgEDBQEAAQNMAAMD\
AmEAAgJwTQABAQBhAAAAcQBOJS0kIgQNGislFAYjIic1FhYzMjY1NCYmJy4DNTQ2MzIWFwcm\
JiMiBhUUFhceAgH/iX5xWTNtNjgvJT4oGTo1IoJwOGU3MTFOKSsuREM3TSrGX3ErjRYlKyEb\
JiETDCExRjFgaxoYdhQWKCAmLCAaOEwAAAEAFAAAAi8CygAHABtAGAMBAQECXwACAmpNAAAA\
awBOEREREAQNGishIxEjNSEVIwFtl8ICG8ICTH5+AAEAVf/2Ap8CygASABtAGAMBAQFqTQAC\
AgBiAAAAcQBOEyMTIwQNGislFAYGIyImNREzERQWMzI2NREzAp9Bg2SOlJdIR0pDl/xKd0WR\
dwHM/ktYSE5TAbQAAAEAAAAAAooCygAOACFAHgkBAAEBTAMCAgEBak0AAABrAE4AAAAOAA4R\
EQQNGCsBAyMDMxMeAhc+AjcTAorzpfKZhgQPEAMDDxADhwLK/TYCyv5XCztBFhZBOwsBqQAB\
AAAAAAPHAsoAJgAnQCQhFggDAAIBTAUEAwMCAmpNAQEAAGsATgAAACYAJhoRHBEGDRorAQMj\
Ay4DJw4DBwMjAzMTHgIXPgI3EzMTHgIXPgI3EwPHtqxhAwkLCAIBCQoKA2CstpVbBg4MAwMM\
DQVoj2gFDQwDAwwPBVsCyv02AXcLLDQvDQ0vMy0M/ooCyv56F0ZGGBlFQRIBkP5wEUJGGBlF\
RhcBhgABAAAAAAKbAsoACwAgQB0LCAUCBAACAUwDAQICak0BAQAAawBOEhISEAQNGishIwMD\
IxMDMxMTMwMCm62mpqLt3qeal6PgAQ7+8gFwAVr+/wEB/p4AAAEAAAAAAnACygAIABxAGQYD\
AgEAAUwCAQAAak0AAQFrAU4SEhEDDRkrARMzAxEjEQMzATiVo+2W7aQBpAEm/kz+6gERAbkA\
AAEAGAAAAisCygAJAClAJgcBAQICAQADAkwAAQECXwACAmpNAAMDAF8AAABrAE4SERIQBA0a\
KyEhNQEhNSEVASECK/3tAVb+swIB/qoBX2IB631i/hUAAf/+/2IBnf+mAAMAILEGZERAFQAB\
AAABVwABAQBfAAABAE8REAINGCuxBgBEBSE1IQGd/mEBn55EAAEAKAJeAUIC/gAMACaxBmRE\
QBsLBAIAAQFMAgEBAAGFAAAAdgAAAAwADBUDDRcrsQYARBMeAhcVIy4DJzXPDykrEGMTMzUu\
DgL+FjczEw0NJywoDgoAAgAq//YCEQItABsAJgB7QA4ZAQQAGAEDBAYBAQYDTEuwGVBYQCAA\
AwgBBQYDBWkABAQAYQcBAABzTQAGBgFhAgEBAWsBThtAJAADCAEFBgMFaQAEBABhBwEAAHNN\
AAEBa00ABgYCYQACAnECTllAGR0cAQAjIRwmHSYWFBEPCwkFBAAbARsJDRYrATIWFREjJyMG\
BiMiJjU0Njc3NTQmIyIGByc2NhMGBhUUFjMyNjU1AS5udWgdBCNORElgenpfLSgoTCYxLGtP\
SDgoIDBCAi1fYv6USiwoVVhXUwQDGCsoFxFlFxr+zgIwJyIdOTQtAAACAE7/9gJMAvgAFQAi\
AGu1AwEFAAFMS7AZUFhAIQcBBQUAYQAAAHNNAAICBF8ABARsTQAGBgFhAwEBAXEBThtAJQcB\
BQUAYQAAAHNNAAICBF8ABARsTQADA2tNAAYGAWEAAQFxAU5ZQBAXFh4cFiIXIhEREiQmCA0b\
KxMUBgczNjYzMhYVFAYjIiYnIwcjETMTIgYHFRQWMzI2NTQm4wQCBhZKO1xydF48RRYKGXKV\
azovAi8+LjY3AkcfPBEiL4+LjJArGzwC+P69SEoQT1VVUFBRAAEALf/2AeMCLAAZADdANAoB\
AgEWCwIDAhcBAAMDTAACAgFhAAEBc00AAwMAYQQBAABxAE4BABQSDw0IBgAZARkFDRYrBSIm\
NTQ2NjMyFhcHJiYjIhUUFjMyNjcVBgYBLHqFRHlPOFMfLCM9HnQ9Ny9IIiJLCoeRZH48Fg9z\
DhKlUk4ZFn8WEwACAC3/9gIrAvgAFQAiAIJLsBlQWEAKCQEFARIBAAQCTBtACgkBBQESAQME\
AkxZS7AZUFhAHQACAmxNAAUFAWEAAQFzTQcBBAQAYQMGAgAAcQBOG0AhAAICbE0ABQUBYQAB\
AXNNAAMDa00HAQQEAGEGAQAAcQBOWUAXFxYBAB4cFiIXIhEQDw4HBQAVARUIDRYrFyImNTQ2\
MzIWFzMmJjU1MxEjJyMGBicyNjc1NCYjIgYVFBb7W3N0XjtMFgUDCJVyHQYWSgc+MgExQjE4\
OAqPi4yQLiIQPSCv/QhHIi93SUkQUFRVUFBRAAACAC3/9gIkAiwAFgAdAENAQAsBAgEMAQMC\
AkwABQABAgUBZwcBBAQAYQYBAABzTQACAgNhAAMDcQNOGBcBABsaFx0YHRAOCQcFBAAWARYI\
DRYrATIWFRUhFhYzMjY3FQYGIyImJjU0NjYXIgYHMyYmAS9xhP6gAkc/NVYuKFk/Un5IQXRO\
KzkF0QEyAiyBd0g/SBUWcxQTPXxeYH9Aajg7MkEAAAEAFAAAAbAC/QAYADpANw8BBAMQAQUE\
BgEABQNMBwEFAUsABAQDYQADA2xNAgEAAAVfAAUFbU0AAQFrAU4TJSYRERAGDRwrASMRIxEj\
NTc1NDY2MzIWFwcmJiMiBhUVMwF8gZVSUi9XOyxHFiYRKBofHYEBsv5OAbJIKChGTSAOCW0F\
CSYdIgACAC3/EAIrAiwAHgApAJ5LsBlQWEASAgEFABUBBAYNAQMEDAECAwRMG0ASAgEFARUB\
BAYNAQMEDAECAwRMWUuwGVBYQCIIAQUFAGEBBwIAAHNNAAYGBGEABARxTQADAwJhAAICbwJO\
G0AmAAEBbU0IAQUFAGEHAQAAc00ABgYEYQAEBHFNAAMDAmEAAgJvAk5ZQBkgHwEAJCIfKSAp\
GhgQDgoIBQQAHgEeCQ0WKxMyFzM3MxEUBiMiJic1FjMyNTU0NjcjBgYjIiY1NDYXIhUUMzI2\
NTU0Jv9lOQQMfoqHOmMvZXBzAwEEHE4xYW1wkWlrOTc2AixQRv3ddXoOEncqfAsRJA4rJpWF\
hpZ5paNBURJYTAABAE4AAAJGAvgAFgAnQCQDAQIAAUwABARsTQACAgBhAAAAc00DAQEBawFO\
ERMiEyYFDRsrExQGBzM2NjMyFhURIxE0IyIGFREjETPjBQIIGlIyWWuVWEMzlZUCXShKDyom\
X2n+nAE/dl1X/v8C+AAAAgBIAAAA6gL4AAsADwAtQCoAAQEAYQQBAABsTQUBAwNtTQACAmsC\
TgwMAQAMDwwPDg0HBQALAQsGDRYrEzIWFRQGIyImNTQ2FxEjEZkhMDAhIi8vbJUC+B8qKSAg\
KSof1v3eAiIAAv/A/xAA6gL4AAsAHAA3QDQQAQMEDwECAwJMAAEBAGEAAABsTQAEBG1NAAMD\
AmIFAQICbwJODQwYFxQSDBwNHCQiBg0YKxM0NjMyFhUUBiMiJgMiJic1FhYzMjY1ETMRFAYG\
SC8iITAwISIvJhk3EhIgFB4qlSZVAq8qHx8qKSAg/IoHBXUEBSIxAkf9ozJSMQABAE4AAAJs\
AvgAEgAkQCEODQoDBAEAAUwAAwNsTQAAAG1NAgEBAWsBThETEhgEDRorExQGBzM2Njc3MwcT\
IycHFSMRM+MFAwIPIBKZqNnmrJ1AlZUBpB89HxUrE6bt/svdM6oC+AABAE4AAADjAvgAAwAT\
QBAAAQFsTQAAAGsAThEQAg0YKzMjETPjlZUC+AABAE4AAAOLAiwAIgBntBgBCAFLS7AZUFhA\
GwQBAgIAYQcGCQMAAHNNAAgIAV8FAwIBAWsBThtAHwAGBm1NBAECAgBhBwkCAABzTQAICAFf\
BQMCAQFrAU5ZQBkBACAfHRsXFhUUEQ8NDAkHBQQAIgEiCg0WKwEyFhURIxE0IyIGFREjETQj\
IgYVESMRMxczNjYzMhYXMzY2As9dX5VSOzKVUj4vlXIUCBlXLzxUFg0ZWQIsX2n+nAE/dlRP\
/u4BP3ZdV/7/AiJGKiYnKSomAAEATgAAAkYCLAAUAF5LsBlQWLURAQIAAUwbtREBAgQBTFlL\
sBlQWEATAAICAGEEBQIAAHNNAwEBAWsBThtAFwAEBG1NAAICAGEFAQAAc00DAQEBawFOWUAR\
AQAQDw4NCggFBAAUARQGDRYrATIWFREjETQmIyIGFREjETMXMzY2AYRYapUqLkQylXIUCBpb\
Aixfaf6cAT87O11X/v8CIkYqJgAAAgAt//YCPgIsAA0AGQAfQBwAAwMBYQABAXNNAAICAGEA\
AABxAE4kJSUiBA0aKwEUBiMiJiY1NDYzMhYWBRQWMzI2NTQmIyIGAj6Pe0x3RI58TXZE/oc1\
PDs1NTw7NQESiJRCf1uIkkJ9W1FTU1FRUVEAAgBO/xACTAIsABQAIACCS7AZUFhAChEBBAAJ\
AQEFAkwbQAoRAQQDCQEBBQJMWUuwGVBYQB0HAQQEAGEDBgIAAHNNAAUFAWEAAQFxTQACAm8C\
ThtAIQADA21NBwEEBABhBgEAAHNNAAUFAWEAAQFxTQACAm8CTllAFxYVAQAdGxUgFiAQDw4N\
BwUAFAEUCA0WKwEyFhUUBiMiJicjFhUVIxEzFzM2NhciBgcVFBYzMjY1NAF+XHJ2XDtGFggI\
lXkVBxZKCzovAi8+MzECLI+Li5ErGyom3AMSRyEwd0hKEE9VVVChAAACAC3/EAIrAiwAFAAg\
AHhLsBlQWEAKDwEFAQIBAAQCTBtACg8BBQICAQAEAkxZS7AZUFhAHAAFBQFhAgEBAXNNBgEE\
BABhAAAAcU0AAwNvA04bQCAAAgJtTQAFBQFhAAEBc00GAQQEAGEAAABxTQADA28DTllADxYV\
HRsVIBYgERQkJQcNGisFNDcjBgYjIiY1NDYzMhYXMzczESMDMjY3NTQmIyIGFRQBlgYGFUo8\
XHJ0XTxLFwQNfpVmPjEBMUE1NAsqKCIvj4uMkC4iRvzuAVtJSRJQVFVQowAAAQBOAAABsQIs\
ABMAYEuwGlBYthADAgEAAUwbQAoDAQMAEAEBAwJMWUuwGlBYQBIAAQEAYQMEAgAAc00AAgJr\
Ak4bQBYAAwNtTQABAQBhBAEAAHNNAAICawJOWUAPAgAPDg0MCAYAEwITBQ0WKwEyFhcHJiYj\
IgYGFREjETMXMzY2AX8LHgkLBxsKJkYrlXEWBxhUAiwCAowCAxs8NP7qAiJcKjwAAAEALf/2\
AcsCLAAoAC5AKxsBAwIcBwIBAwYBAAEDTAADAwJhAAICc00AAQEAYQAAAHEATiUsJSIEDRor\
JRQGIyImJzUWFjMyNjU0JiYnLgI1NDYzMhYXByYmIyIVFBYWFx4CAct1dDlSKSxmJywlDzI1\
M0IgdmIzXDEtKEglQhExMC9EJaJTWQ8RexQaGhUOFhwWFis9LkxMFBdrERckDRUYFBMpPQAB\
ABf/9gGSApYAGABAQD0OAQIEAwEAAgQBAQADTAADBAOFBQECAgRfAAQEbU0GAQAAAWIAAQFx\
AU4BABUUExIREA0MCAYAGAEYBw0WKyUyNjcVBgYjIiYmNREjNTc3MxUzFSMRFBYBNBkuFxhH\
KjFNLUdSK1+ZmSRtCgdvCg8gT0YBBz8yc3Rw/vkfHwAAAQBL//YCQwIiABQATLUDAQADAUxL\
sBlQWEATBQQCAgJtTQADAwBiAQEAAGsAThtAFwUEAgICbU0AAABrTQADAwFiAAEBcQFOWUAN\
AAAAFAAUIxMkEQYNGisBESMnIwYGIyImNREzERQWMzI2NRECQ3IUCBpbM1hqlSouRDICIv3e\
RiomX2kBZP7BOjxdVwEBAAABAAAAAAI5AiIADAAhQB4GAQIAAUwBAQAAbU0DAQICawJOAAAA\
DAAMGBEEDRgrMwMzExYWFzM2NxMzA9DQnGkJCwEEAxNpnNACIv7JHDwYNjoBN/3eAAEACgAA\
A04CIgAqACFAHiEUBQMAAQFMAwICAQFtTQQBAABrAE4RGxwRHAUNGyslLgMnIw4DBwcjAzMX\
HgIXMz4DNxMzEx4CFTM+Ajc3MwMjAeUEDxIQAwQDDxIQBCygm5Q/BwsKAgQBBgkHAkOkQAQL\
CQQCCg0HQZKdor8RQ01BDw9BTUQSvQIi8hlGQRMOLzIpBwEG/voOPkATEUFIGfL93gAAAQAF\
AAACPQIiAAsAH0AcCQYDAwIAAUwBAQAAbU0DAQICawJOEhISEQQNGisTAzMXNzMDEyMnByO+\
sKlqa6myuqlzc6kBFwELrq7+9f7pu7sAAAEAAP8QAjkCIgAaACdAJBoTBQMDABIBAgMCTAEB\
AABtTQADAwJiAAICbwJOJSMZEAQNGisRMxMWFhczNjY3EzMDBgYjIiYnNRYWMzI2NzejZwgI\
AgMDCwdloOcfd04ZJQ4LHxEvNw0JAiL+zRYvGhovFgEz/ZhVVQUDdgIEOSgbAAABABsAAAHK\
AiIACQApQCYHAQECAgEAAwJMAAEBAl8AAgJtTQADAwBfAAAAawBOEhESEAQNGishITUTIzUh\
FQMzAcr+Uf3uAZf2/1gBWHJh/rEAAgCIAm0B1wLwAAsAFwAlsQZkREAaAgEAAQEAWQIBAAAB\
YQMBAQABUSQkJCIEDRorsQYARBM0NjMyFhUUBiMiJjc0NjMyFhUUBiMiJogoHBwpKRwcKMUo\
HRwpKRwdKAKuIx8fIyEgICEjHx8jISAgAAEAFwGgAVcDVgAXADBALQwBAQILAQMBAgEAAwNM\
AAIAAQMCAWkAAwAAA1cAAwMAXwAAAwBPFiQnEAQMGisBITU3NjY1NCYjIgcnNjYzMhYVFAYH\
BzMBV/7EbS0hFxQnMTwgTzVBTzI7M6wBoFJrLC8aEhQrShwjPzstSjUuAAEAHQGYAVMDVQAn\
AE1ASiUBBQAkAQQFBgEDBBABAgMPAQECBUwGAQAABQQABWkABAADAgQDaQACAQECWQACAgFh\
AAECAVEBACIgHBoZFxQSDgwAJwEnBwwWKxMyFhUUBgcVFhYVFAYjIic1FhYzMjU0JiMjNTMy\
NjU0JiMiBgcnNja4PVAnLDIvVltHPiBBI0YiLzctMx0YGRcpHDEeSgNVPTQiMQ4GCjkjO0Qi\
XRMZNBQgTiEUExgSFEUXHgABACgCXgFCAv4ADAAgsQZkREAVBwACAAEBTAABAAGFAAAAdhUV\
Ag0YK7EGAEQBDgMHIzU+AjczAUIOLjUzE2MQKyoOpwL0DigsJw0NEzM3FgAAAf/u/xAAzAAA\
ABUAMrEGZERAJxMQBwMBAgYBAAECTAACAQKFAAEAAAFZAAEBAGIAAAEAUhYlIgMNGSuxBgBE\
FxQGIyImJzUWFjMyNjU0Jic3MwcWFsxBVhYjDg4pDw4VJC0mXg0eMXo4PgYEUgQGDRESHAdL\
HgotAAABAC0BoAEdA0wADQAmQCMMCwIAAQFMAgEBAAABVwIBAQEAXwAAAQBPAAAADQANEQMM\
FysBESM1NDY2NwYGBwcnNwEddAECAQYXCCY1kwNM/lTaDSonBwgXBx4+cwAAAgAcAW8BaALS\
AAsAFQA+S7AbUFhAEgACAAACAGUAAwMBYQABAYoDThtAGAABAAMCAQNpAAIAAAJZAAICAGEA\
AAIAUVm2IiQkIgQPGisBFAYjIiY1NDYzMhYHFBYzMjU0IyIGAWhaTUhdWk1HXukgI0JCIyAC\
IVVdXVVVXFxVMTFiYTD//wAAAAACsgOmAiYADAAAAQcAJwB8AKgACLECAbCosDUr//8AAAAA\
ArIDpgImAAwAAAEHAEUA6gCoAAixAgGwqLA1K///AAAAAAKyA6YCJgAMAAABBwBjAF0AqAAI\
sQIBsKiwNSv//wAAAAACsgOdAiYADAAAAQcAZABnAKgACLECAbCosDUr//8AOv8QAloC1AIm\
AA<KEY>//8AWgAAAgADpgImABAAAA<KEY>
A<KEY>//<KEY>
AbCosDUr//8AOv/2AuIDpgImABoAAAEHAEUBHwCoAAixAgGwqLA1K///ADr/9gLiA6YCJgAa\
AA<KEY>
//<KEY>
AEoAqAAIsQECsKiwNSv//wAq//YCEQL+AiYAKAAAAAYAJ1EA//8AKv/2AhEC/gImACgAAAAH\
AEUAvwAA//8AKv/2AhEC/gImACgAAAAGAGMyAP//ACr/9gIRAvUCJgAoAAAABgBkPAD//wAt\
/xAB4wIsAiYAKgAAAAcARgDLAAD//wAt//YCJAL+AiYALAAAAAcARQC5AAD//wAt//YCJAL+\
AiYALAAAAAYAYywA//8ATgAAAWwC/gImAHEAAAAGAEUqAP//AC3/9gI+Av4CJgA2AAAABwBF\
AMcAAP//AC3/9gI+Av4CJgA2AAAABgBjOgD//wAt//YCPgL1AiYANgAAAAYAZEQA//8AS//2\
AkMC/gImADwAAAAHAE<KEY>AC<KEY>FAAA\
Am0C/QAmAC0AAAAHADABgwAA//8AFAAAAmYC/QAmAC0AAAAHADMBgwAA//8AFAAAA/AC/QAm\
AC0AAAAnAC0BgwAAAAcAMAMGAAD//wAUAAAD6QL9ACYALQAAACcALQGDAAAABwAzAwYAAAAB\
AE<KEY>
AAD+<KEY>//AC0AAAEdAawDBwBHAAD+YAAJsQABuP5gsDUrAP//ABcAAAFX\
AbYDBwBDAAD+YAAJsQABuP5gsDUrAP//AB3/+AFTAbUDBwBEAAD+YAAJsQABuP5gsDUrAP//\
AAYAAAFyAa8DBwBlAAD+YAAJsQACuP5gsDUrAP//ACn/+AFdAawDBwBmAAD+YAAJsQABuP5g\
sDUrAP//ABn/+AFmAbUDBwBqAAD+YAAJsQACuP5gsDUrAP//AB0AAAFjAawDBwBnAAD+YAAJ\
sQABuP5gsDUrAP//ABb/9gFlAbYDBwBoAAD+YAAJsQADuP5gsDUrAP//ABX/+AFiAbUDBwBr\
AAD+YAAJsQACuP5gsDUrAP//ABQBFAFnAtQDBwBpAAD/fgAJsQACuP9+sDUrAP//AC0BHgEd\
AsoDBwBHAAD/fgAJsQABuP9+sDUrAP//ABcBHgFXAtQDBwBDAAD/fgAJsQABuP9+sDUrAP//\
AB0BFgFTAtMDBwBEAAD/fgAJsQABuP9+sDUrAP//AAYBHgFyAs0DBwBlAAD/fgAJsQACuP9+\
sDUrAP//ACkBFgFdAsoDBwBmAAD/fgAJsQABuP9+sDUrAP//ABkBFgFmAtMDBwBqAAD/fgAJ\
sQACuP9+sDUrAP//AB0BHgFjAsoDBwBnAAD/fgAJsQABuP9+sDUrAP//ABYBFAFlAtQDBwBo\
AAD/fgAJsQADuP9+sDUrAP//ABUBFgFiAtMDBwBrAAD/fgAJsQACuP9+sDUrAAAAAAAAGQEy\
AAMAAQQJAAAAaAAAAAMAAQQJAAEAHABoAAMAAQQJAAIADgCEAAMAAQQJAAMAMACSAAMAAQQJ\
AAQAHABoAAMAAQQJAAUArADCAAMAAQQJAAYAGgFuAAMAAQQJAQUADAGIAAMAAQQJAQYACAGU\
AAMAAQQJAQcAFAGcAAMAAQQJAQgACgGwAAMAAQQJAQkADgCEAAMAAQQJAQoADAG6AAMAAQQJ\
AQsAEAHGAAMAAQQJAQwACAHWAAMAAQQJAQ0AEgHeAAMAAQQJAQ4ACgHwAAMAAQQJAQ8ACgH6\
AAMAAQQJARAAEgIEAAMAAQQJAREAEgIEAAMAAQQJARIAGgIWAAMAAQQJARMADAIwAAMAAQQJ\
ARQAKAI8AAMAAQQJARUACAJkAAMAAQQJARYADgJsAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAw\
ADEANQAtADIAMAAyADEAIABHAG8AbwBnAGwAZQAgAEwATABDAC4AIABBAGwAbAAgAFIAaQBn\
AGgAdABzACAAUgBlAHMAZQByAHYAZQBkAC4ATgBvAHQAbwAgAFMAYQBuAHMAIABCAG8AbABk\
AFIAZQBnAHUAbABhAHIAMgAuADAAMAA2ADsARwBPAE8ARwA7AE4AbwB0AG8AUwBhAG4AcwAt\
AEIAbwBsAGQAVgBlAHIAcwBpAG8AbgAgADIALgAwADAANgA7ACAAdAB0AGYAYQB1AHQAbwBo\
AGkAbgB0ACAAKAB2ADEALgA4ACkAIAAtAGwAIAA4ACAALQByACAANQAwACAALQBHACAAMgAw\
ADAAIAAtAHgAIAAxADQAIAAtAEQAIABsAGEAdABuACAALQBmACAAbgBvAG4AZQAgAC0AYQAg\
AHEAcwBxACAALQBYACAAIgAiAE4AbwB0AG8AUwBhAG4AcwAtAEIAbwBsAGQAVwBlAGkAZwBo\
AHQAVABoAGkAbgBFAHgAdAByAGEATABpAGcAaAB0AEwAaQBnAGgAdABNAGUAZABpAHUAbQBT\
AGUAbQBpAEIAbwBsAGQAQgBvAGwAZABFAHgAdAByAGEAQgBvAGwAZABCAGwAYQBjAGsAVwBp\
AGQAdABoAEMAbwBuAGQAZQBuAHMAZQBkAFMAZQBtAGkAQwBvAG4AZABlAG4AcwBlAGQATgBv\
AHIAbQBhAGwAQwBvAG4AdAByAGEAcwB0ACAAKABHAHIAbwB0AGUAcwBxAHUAZQApAFQAZQB4\
AHQARABpAHMAcABsAGEAeQADAAAAAAAA/5wAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//\
AA8AAQACAA4AAAAqAAAAWAACAAQADAAlAAEAKABBAAEASABiAAEAbABwAAIADgAFABgAGAAY\
ACAAIAACAAEAbABwAAAAAQAEAAEBLQACAAYACgABATsAAQJ3AAEABAAAABQAAAAUAAAAFAAA\
ABQAAQAAAAEAAAAKADAAPgAEREZMVAAaY3lybAAaZ3JlawAabGF0bgAaAAQAAAAA//8AAQAA\
AAFrZXJuAAgAAAABAAAAAQAEAAIACAACAAoAigABACwABAAAABEAbgB6AHQAUgB6AHoAegBo\
AG4AbgBuAG4AdAB0AHoAegB6AAEAEQAMAA8AEAARABoAGwAcACYASQBKAEsATABOAE8AUQBS\
AFMABQAM/+wASf/sAEr/7ABL/+wATP/sAAEAFQBfAAEAFQAyAAEAFQA8AAEAI//sAAICvAAE\
AAADJgPkABMAEgAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAP/2AAD/9gAA\
AAAAAP/iAAD/9gAAAAD/7AAAAAAAAAAAAAAAAP/EAAD/2AAAAAAAAP+6AAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/87/7P/i\
/87/xAAAAAAAAAAAAAAAAAAA/9j/zgAA/+wAAAAA/+z/9v/2/+z/2AAAAAAAAAAAAAAAAAAA\
//b/9gAAAAAAAAAAAAD/7AAAAAAAAP/2AAAAAP/iAAD/7AAAAAAAAP/sAAAAAAAAAAD/7AAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAA/7r/7P/O/7D/ugAA/+wAAAAAAAAAAAAA/8T/ugAU/9gAAAAA/+wAAAAA\
/+wAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAD/zgAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gACABEADAAM\
AAAADgAQAAEAFgAXAAQAGgAcAAYAHwAlAAkAKAApABAALAAtABIALwAvABQANAA3ABUAOQA5\
ABkAOwA7ABoAPQBAABsASQBPAB8AUQBZACYAWwBcAC8AXgBgADEAbABsADQAAgAfAAwADAAD\
AA4ADgAKAA8ADwACABAAEAAEABYAFgAPABcAFwAJABoAGgACABsAGwASABwAHAACAB8AHwAM\
ACAAIAAGACEAIgAIACMAIwAPACQAJAAHACUAJQAOACgAKAABAC0ALQARAC8ALwABADQANQAB\
ADkAOQANADsAOwALAD0APgAFAD8APwAQAEAAQAAFAEkATAADAE0ATQAKAE4ATwAEAFEAUwAC\
AFQAVQAGAFYAWQABAGwAbAARAAEADABlAAUAAAACAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAC\
AAAAAgAAAAAADwAGAAsACwAAAAkAEQAAAAAABAAIAAEAAQABAAoADgAIAAAAAAAIAAgAAwAD\
AAEAAwABAAMADQAMAAMABwAHAAcABwAQAAAAAAAAAAAAAAAAAAAABQAFAAUABQACAAAAAAAA\
AAIAAgACAAYABgABAAQABAAEAAEAAQABAAAAAQABAAEAAwADAAAAAAAAAAAAAAAAAAAAAAAA\
AAoACgAKAAoACgABAAAACgA2AGoABERGTFQAGmN5cmwAGmdyZWsAGmxhdG4AGgAEAAAAAP//\
AAQAAAABAAIAAwAEZG5vbQAaZnJhYwAgbGlnYQAobnVtcgAuAAAAAQABAAAAAgACAAMAAAAB\
AAUAAAABAAAABgAcAA4AHAA0AFgAcAABAAAAAQAIAAEAFABwAAEAAAABAAgAAQAGAHoAAgAB\
AAIACwAAAAYAAAABAAgAAwABABIAAQAqAAAAAQAAAAQAAgABAHIAewAAAAEAAAABAAgAAQAG\
//YAAgABAHwAhQAAAAQAAAABAAgAAQA2AAEACAAFAAwAFAAcACIAKABvAAMALQAwAHAAAwAt\
ADMAbAACAC0AbQACADAAbgACADMAAQABAC0AAA==') format('woff');
font-style: normal;
font-weight: bold;
unicode-range: U+20,U+30-39,U+41-5A,U+5F,U+61-7A,U+BA,U+C0-C3,U+C7,U+C9-CA,U+CD,U+D3-D5,U+DA,U+DC,U+E0-E3,U+E7,U+E9-EA,U+ED,U+F3-F5,U+FA,U+FC;
font-display: swap;
} | kolibri/core/static/assets/fonts/noto-subset.pt-br.css | @font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgOZBe4AAEpgAAAAcEdQT1MaNgIlAABK0AAABYBHU1VCNy4zcwAA\
UFAAAAEeT1MvMmqJXkQAAAGYAAAAYGNtYXAK7QodAAAD7AAAAMRjdnQgPgwbNAAAE9AAAAEs\
ZnBnbZ42GdoAAASwAAAOFWdhc3AAAAAQAABKWAAAAAhnbHlmDFfe7QAAFgwAADBcaGVhZNEr\
iRoAAAEcAAAANmhoZWEHdwLWAAABVAAAACRobXR4+LQWaAAAAfgAAAHybG9jYd0S0cYAABT8\
AAABDm1heHADPw+KAAABeAAAACBuYW1ldpqg6AAARmgAAAPQcG9zdP+fADIAAEo4AAAAIHBy\
ZXBEfsa5AAASyAAAAQUAAQAAAAIBie8OVSdfDzz1AAcD6AAAAXc3ZCCAAAABdzdkIID/sv8Q\
A5UDsAAAAAYAAgAAAAAAAAABAAAELf7bAAADsv+y/9UDlQABAAAAAAAAAAAAAAAAAAAAcwAB\
AAAAhgA2AAMAQAAEAAIAmAD8AI0AAAGJDhUAAwABAAQCRgGQAAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFCAAACCwUCBAUEAgIEAAAAAwAAAAAAAAAAAAAAAEdPT0cAQAAgAPwELf7bAAAELQEl\
AAABnwAAAAACGALKAAAAI<KEY>
AB4AFAAcABkAEQATACUAGAARAAoAHgAUABwAGQARAAAAAAABAAMAAQAAAAwABAC4AAAAKgAg\
AAQACgAgADkAWgBfAHoAugDDAMcAygDNANUA2gDcAOMA5wDqAO0A9QD6APz//wAAACAAMABB\
AF8AYQC6AMAAxwDJAM0A0wDaANwA4ADnAOkA7QDzAPoA/P///+H/0v/L/8f/x/+O/4n/hv+F\
/4P/fv96/3n/dv9z/3L/cP9r/2f/ZgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgA\
CABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIyEjIS2wAywgZLMDFBUAQkOw\
E0MgYGBCsQIUQ0KxJQNDsAJDVHggsAwjsAJDQ2FksARQeLICAgJDYEKwIWUcIbACQ0OyDhUB\
QhwgsAJDI0KyEwETQ2BCI7AAUFhlWbIWAQJDYEItsAQssAMrsBVDWCMhIyGwFkNDI7AAUFhl\
WRsgZCCwwFCwBCZasigBDUNFY0WwBkVYIbADJVlSW1ghIyEbilggsFBQWCGwQFkbILA4UFgh\
sDhZWSCxAQ1DRWNFYWSwKFBYIbEBDUNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAb\
ILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ACJbAMQ2OwAFJYsABLsApQWCGwDEMbS7AeUFgh\
sB5LYbgQAGOwDENjuAUAYllZZGFZsAErWVkjsABQWGVZWSBksBZDI0JZLbAFLCBFILAEJWFk\
ILAHQ1BYsAcjQrAII0IbISFZsAFgLbAGLCMhIyGwAysgZLEHYkIgsAgjQrAGRVgbsQENQ0Vj\
sQENQ7AJYEVjsAUqISCwCEMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZIVkgsEBTWLABKxsh\
<KEY>
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAABbAFsASQBJAsoAAAIYAAD/EALU//YCIv/2/xAAXABcAEsASwI8AAACRf/4\
AF<KEY>kCyv/2AvgCGP/2/xAC1f/2Av0CIv/2\
/xAASABIAD4APgFoAOj/oP8QAWgA6P+a/xAASABIAD4APgEfAR8AWwBbAEkASQLKAAAC7AIY\
AAD/<KEY>
AC<KEY>wYzBnwGwgcXBzUHYgePB9wIBwgrCFYIcwid\
CRYJjgnUClIKpgr6C3kLwAwjDKIM6A0IDWkNsg3rDlcOvA8SD2cPrg/1ECQQcBCZENoRBRE9\
EX8R4BIHEkIScBK1EsYS1xLoEvkTBRMWEycTOBNJE1oTaxN8E40TmBOkE68TuhPGE9IT3RPo\
E/QT/xQKFBYUIRRXFJUU0BUgFUcVrRXoFkoWqRa1FsEWzRbdFu0XAhcRFyAXLxc+F00XXBdr\
F3oXiReYF6cXthfFF9QX4xfyGAEYEBgfGC4AAAACADH/9gILAtUADQAZAB9AHAADAwFhAAEB\
cE0AAgIAYQAAAHEATiQkJSMEDRorARQGBiMiJjU0NjYzMhYFFBYzMjY1NCYjIgYCCzBoVnlz\
L2hVeHb+fkNRUEVFUFFDAWZzpVjDrXSkV8Guk5KRlJKSkgABAFkAAAFjAsoADAAbQBgKCQUD\
AAEBTAABAWpNAAAAawBOGhACDRgrISMRNDY3BgYHByc3MwFjVgICEBoUTC7BSQHzKzQcEBYR\
PjuWAAABADAAAAIIAtQAGwAqQCcODQIDAQIBAAMCTAABAQJhAAICcE0AAwMAXwAAAGsATicl\
KBAEDRorISE1Nz4CNTQmIyIGByc2NjMyFhUUBgYHBxUhAgj+KLs2SiZGODRPKS8qbURkdC5S\
N5UBaUm9NlRRMDs9JCA7IzFlWThiXzaTBAAAAQAt//YCAwLUACoAQEA9JAEDBAMBAgMPAQEC\
DgEAAQRMJQEEAUsAAwACAQMCaQAEBAVhAAUFcE0AAQEAYQAAAHEATiUkISQlKgYNHCsBFAYH\
FRYWFRQGBiMiJic1FhYzMjY1NCYjIzUzMjY1NCYjIgYHJzY2MzIWAe1QRFZUOnlfOGAsLWgw\
YFVpX0VGWFtGPDpSKCwmcUhwbQIjSFUOBApYRz5hNhEWUhYZS0JDO0tKPTQ5Iho8HixkAAAC\
ABUAAAIoAs4ACgAUACtAKA4BBAMGAQAEAkwFAQQCAQABBABoAAMDak0AAQFrAU4ZERIRERAG\
DRwrJSMVIzUhNQEzETMnNDY3IwYGBwMhAihoVf6qAVBbaL0EAQQIGAvWAQCioqJLAeH+I+E0\
SSETLA/+zwAAAQA///YCAwLKAB4AREBBHBcCAwAWCgICAwkBAQIDTAYBAAADAgADaQAFBQRf\
AAQEak0AAgIBYQABAXEBTgEAGxoZGBQSDgwHBQAeAR4HDRYrATIWFRQGIyImJzUWFjMyNjU0\
JiMiBgcnEyEVIQc2NgETboKNfjdhISRnL09hVl0cSBYsGwFm/uUREToBtm5kb38UE1MWGUtP\
RksKBRwBUVDPAwgAAAIAN//2Ag0C1AAeACwAPkA7CAEBAAkBAgERAQQFA0wAAgAFBAIFaQAB\
AQBhAAAAcE0GAQQEA2EAAwNxA04gHyYkHywgLCQnJSQHDRorEzQ+AjMyFhcVJiYjIg4CBzM2\
NjMyFhUUBiMiJiYXMjY1NCYjIgYGFRQWFjcbR4BlFTMQEi0XRVw1GAMGF1JAXXJ7aERuQfI/\
TkVFL0YnIkQBMU2VeUgEBUsGBi5QaDsjMXFocIBEjIZRVURQJzwgK1U3AAEALAAAAgsCygAG\
ACVAIgUBAAEBTAAAAAFfAAEBak0DAQICawJOAAAABgAGEREEDRgrMwEhNSEVAYgBJf5/Ad/+\
3gJ6UET9egAAAwAx//YCCgLUABsAKAA1ADZAMzMjFQcEAwIBTAUBAgIAYQQBAABwTQADAwFh\
AAEBcQFOHRwBAC0rHCgdKA8NABsBGwYNFisBMhYVFAYGBx4CFRQGIyImNTQ2NjcmJjU0NjYX\
IgYVFBYWFzY2NTQmAxQWMzI2NTQmJycGBgEdXnglPiUsSCt/a3N8KUQnNEk4YDw3RyM8JDRH\
Rs9KTUlNUkQQQkUC1FhTK0AxExU1RjFaaWVbMUg0Eh5VQjdLKEc1MiUyIxAWPjYyNf4oNEVF\
NzRFGgYcSQAAAgAy//YCCALUAB4ALAA+QDsQAQUECQEBAggBAAEDTAAFAAIBBQJpBgEEBANh\
AAMDcE0AAQEAYQAAAHEATiAfJiQfLCAsJSckJAcNGisBFA4CIyImJzUWMzI+AjcjBgYjIiY1\
NDY2MzIWFiciBhUUFjMyNjY1NCYmAggbR4FlFDURJzFGWzYYAgYWU0FccTlmRURuQPI+T0NG\
MEYnIkQBmU2VeUgFBUsNLk9pOiIxcWdLbDpFi4ZSVEVPJzwgK1Q4AAACAAAAAAJ+As0ABwAR\
ACxAKQwBBAIBTAAEAAABBABoAAICak0FAwIBAWsBTgAAERAABwAHERERBg0ZKyEnIQcjATMB\
AS4CJwYGBwczAiFW/uVVWwEXUQEW/uIDDg0EBxIGUeLd3QLN/TMCBQgqLQwfOxHYAAMAYQAA\
AlQCygAQABkAIgBEQEEGAQUCAUwHAQIIAQUEAgVnAAMDAF8GAQAAak0ABAQBXwABAWsBThoa\
EhEBABoiGiEdGxgWERkSGQ8NABABEAkNFisBMhYVFAYHFR4CFRQGIyMREzI2NTQmIyMVFREz\
MjY1NCYjAS2GiUZCLUkqhXP73lxEU1t2kF9KTWMCyk9iP1MMBQcmRjhhagLK/tA7Ojsz40v+\
/Uo8OEUAAAEAPf/2AlkC1AAaADdANBcBAAMYCQIBAAoBAgEDTAQBAAADYQADA3BNAAEBAmEA\
AgJxAk4BABYUDgwHBQAaARoFDRYrASIGFRQWMzI2NxUGBiMiJiY1NDY2MzIXByYmAZNzhHt7\
L1QoKFU7bZJJT5pucVQkIVEChZqGhZsQDE4PDlqmcGylXSpMDxgAAgBhAAACnQLKAAkAEQAf\
QBwAAgIBXwABAWpNAAMDAF8AAABrAE4hJSEiBA0aKwEUBiMjETMyFhYHNCYjIxEzIAKdxbDH\
3GyeVl+NgXVhASIBbLW3AspQm3aPhf3QAAEAYQAAAfACygALAClAJgADAAQFAwRnAAICAV8A\
AQFqTQAFBQBfAAAAawBOEREREREQBg0cKyEhESEVIRUhFSEVIQHw/nEBj/7LASP+3QE1AspP\
307/AAABAGEAAAHwAsoACQAjQCAAAwAEAAMEZwACAgFfAAEBak0AAABrAE4REREREAUNGysz\
IxEhFSEVIRUhu1oBj/7LASL+3gLKT/1PAAEAPf/2Ao4C1AAgADtAOBABAwIRAQADHgEEBQIB\
AQQETAAAAAUEAAVnAAMDAmEAAgJwTQAEBAFhAAEBcQFOEyUlJiMQBg0cKwEzEQYGIyImJjU0\
NjYzMhYXByYmIyIGFRQWFjMyNjc1IwGX9zp2S2+YT1ildTxrLiImXzOAjzd2YC9CG50Bef6i\
ExJZpXFwpFsWFE4RGJqGVYNJCgfUAAABAGEAAAKDAsoACwAhQB4ABAABAAQBZwUBAwNqTQIB\
AABrAE4RERERERAGDRwrISMRIREjETMRIREzAoNa/pJaWgFuWgFN/rMCyv7SAS4AAAEAKAAA\
ASoCygALACBAHQsKCQgFBAMCCAABAUwAAQFqTQAAAGsAThUQAg0YKyEhNTcRJzUhFQcRFwEq\
/v5UVAECVFQ0EwI7FDQ0FP3FEwAAAf+y/0IAtgLKABAAKEAlBAEBAgMBAAECTAABAwEAAQBl\
AAICagJOAQANDAgGABABEAQNFisHIiYnNRYWMzI2NjURMxEUBgQYJA4QJBQZLRxaZr4HBkwE\
BhQyLQLG/UFnYgABAGEAAAJrAsoADgAgQB0OCAMCBAACAUwDAQICak0BAQAAawBOFRETEAQN\
GishIwMHESMRMxE2Njc3MwECa2r9SVpaHj4fwWn+5QFVQP7rAsr+oCJEItj+yQABAGEAAAHz\
AsoABQAfQBwAAABqTQABAQJgAwECAmsCTgAAAAUABRERBA0YKzMRMxEhFWFaATgCyv2GUAAB\
AGEAAAMqAsoAFQAnQCQTCgEDAAEBTAIBAQFqTQUEAwMAAGsATgAAABUAFRETERYGDRorIQMj\
FhYVESMRMxMzEzMRIxE0NjcjAwGc6wQDBFOF3ATghFkFAgTuAnIfaTn+TwLK/bcCSf02Abc0\
ZiD9jwABAGEAAAKXAsoAEgAdQBoCAQACAUwDAQICak0BAQAAawBOFxEWEAQNGishIwEjFhYV\
ESMRMwEzLgI1ETMCl2n+ggQCBlNoAX0EAQMDVAJRI2g3/nECyv2xEEBMIAGTAAACAD3/9gLQ\
AtUADwAbAB9AHAADAwFhAAEBcE0AAgIAYQAAAHEATiQlJiMEDRorARQGBiMiJiY1NDY2MzIW\
FgUUFjMyNjU0JiMiBgLQS5Jsb5NISJNwa5JL/cxyeXpwcHl5cwFmb6VcXKZvbqRcW6Vvh5ub\
h4eZmQACAGEAAAIqAsoACwAUADJALwAEAAECBAFnBgEDAwBfBQEAAGpNAAICawJODQwBABAO\
DBQNFAoJCAYACwELBw0WKwEyFhUUBgYjIxEjERcjETMyNjU0JgEejIA1fWtSWrVbSGZkWALK\
bmQ7Z0D+6gLKTf7mQk9FRAACAD3/VgLQAtUAFAAgACtAKAMBAQMBTAAAAQCGAAQEAmEAAgJw\
TQADAwFhAAEBcQFOJCUmQRQFDRsrARQGBxcjJyIGIyImJjU0NjYzMhYWBRQWMzI2NTQmIyIG\
AtBpZ6uBigYNBm+TSEiTcGuSS/3Mcnl6cHB5eXMBZoO4I7KhAVymb26kXFulb4ebm4eHmZkA\
AAIAYQAAAl8CygAOABcAO0A4BwECBQFMAAUAAgEFAmcHAQQEAF8GAQAAak0DAQEBawFOEA8B\
ABMRDxcQFw0MCwoJCAAOAQ4IDRYrATIWFRQGBgcTIwMjESMRFyMRMzI2NTQmASaFfypBJMRp\
rY5awGZrV1BUAsplZjlMLQ3+wAEn/tkCyk7+90VDRjsAAQAz//YB9gLUACkALkArGwEDAhwH\
AgEDBgEAAQNMAAMDAmEAAgJwTQABAQBhAAAAcQBOJSwlIgQNGislFAYjIiYnNRYWMzI2NTQm\
JicmJjU0NjYzMhYXByYmIyIGFRQWFhceAgH2inU8ZiIkazlQUR5JQVtdOmdDO2IoHCVXL0NE\
HkQ6P1ctv19qEhBWEBo+NSMwKRchYFM5USwWEk0QFjkvJDAmFhc1SgABAAoAAAIhAsoABwAb\
QBgDAQEBAl8AAgJqTQAAAGsAThERERAEDRorISMRIzUhFSMBQ1rfAhfeAntPTwABAFr/9gKA\
AsoAEgAbQBgDAQEBak0AAgIAYQAAAHEAThMjEyMEDRorJRQGBiMiJjURMxEUFjMyNjURMwKA\
PHtfhYtaXV5hV1n8SndFkXcBzP4xV2BnUQHOAAABAAAAAAJYAsoADAAhQB4IAQABAUwDAgIB\
AWpNAAAAawBOAAAADAAMEREEDRgrAQMjAzMTFhYXNjY3EwJY/1r/XqEQFgcHFhCgAsr9NgLK\
/jYsTSMjTi0ByAABAAwAAAOVAsoAHwAnQCQbEgcDAAIBTAUEAwMCAmpNAQEAAGsATgAAAB8A\
HxgRGREGDRorAQMjAy4CJwYGBwMjAzMTFhYXNjY3EzMTFhYXNjY3EwOVvluLCBAKAgETDodb\
vV5vDBEFBRQNfl2DDhQFBRIMbgLK/TYB1B06LQkNVS7+LwLK/kwuViYnXCwBr/5OLlsjJVcv\
AbMAAQAEAAACRgLKAAsAIEAdCwgFAgQAAgFMAwECAmpNAQEAAGsAThISEhAEDRorISMDAyMT\
AzMTEzMDAkZmvcBf7d5kr7Bf3QE2/soBdAFW/ugBGP6sAAABAAAAAAI2AsoACAAcQBkGAwIB\
AAFMAgEAAGpNAAEBawFOEhIRAw0ZKwETMwMRIxEDMwEbumHuWu5iAWsBX/5L/usBEQG5AAAB\
ACYAAAIVAsoACQApQCYHAQECAgEAAwJMAAEBAl8AAgJqTQADAwBfAAAAawBOEhESEAQNGish\
ITUBITUhFQEhAhX+EQF4/pQB2f6IAYJEAjZQRP3KAAH//v9mAb7/pgADACCxBmREQBUAAQAA\
AVcAAQEAXwAAAQBPERACDRgrsQYARAUhNSEBvv5AAcCaQAABACgCXgDxAv4ACwAmsQZkREAb\
CgQCAAEBTAIBAQABhQAAAHYAAAALAAsVAw0XK7EGAEQTHgIXFSMuAic1kQshJQ87FzoxDAL+\
Fjc0EwwSOTkSCgACAC7/9gHgAiEAGwAmAHtADhkBBAAYAQMEBgEGBQNMS7AZUFhAIAADCAEF\
BgMFZwAEBABhBwEAAHNNAAYGAWECAQEBawFOG0AkAAMIAQUGAwVnAAQEAGEHAQAAc00AAQFr\
TQAGBgJhAAICcQJOWUAZHRwBACMhHCYdJhYUEQ8LCQUEABsBGwkNFisBMhYVESMnIwYGIyIm\
NTQ2Nzc1NCYjIgYHJzY2EwYGFRQWMzI2NTUBIGJeQBEEI01ESWB+g1s6NSpMIRsjYE5kTTcr\
RFoCIVZe/pNMLCpNUlBXBAMgQzQZEEITG/7iBDgzLSpLTjAAAAIAVf/2AjAC+AAVACEAirYQ\
AwIFBAFMS7AZUFhAHAADA2xNBgEEBABhAAAAc00ABQUBYQIBAQFxAU4bS7ApUFhAIAADA2xN\
BgEEBABhAAAAc00AAgJrTQAFBQFhAAEBcQFOG0AgBgEEBABhAAAAc00AAwMCXwACAmtNAAUF\
AWEAAQFxAU5ZWUAPFxYeHBYhFyERFCQmBw0aKxMUBgczNjYzMhYVFAYjIiYnIwcjETMTIgYV\
FRQWMzI2NTStAwIFF1A/ZHl6Yz9QFwcSP1iXVUJBWEhHAj8iOxEiLouKiowuIEQC+P7gYmcE\
Y2lqZMsAAAEAN//2Ab8CIgAaADdANAsBAgEXDAIDAhgBAAMDTAACAgFhAAEBc00AAwMAYQQB\
AABxAE4BABUTEA4JBwAaARoFDRYrBSImJjU0NjYzMhYXByYmIyIVFBYzMjY3FQYGASxHbz9C\
cUgpTBgbGEAcnk1MLEMcG0EKOnpfY3w6EQxJCRDLYWcSDU4ODwAAAgA3//YCEgL4ABUAIgCV\
thIJAgQFAUxLsBlQWEAdAAICbE0ABQUBYQABAXNNBwEEBABhAwYCAABxAE4bS7ApUFhAIQAC\
AmxNAAUFAWEAAQFzTQADA2tNBwEEBABhBgEAAHEAThtAIQAFBQFhAAEBc00AAgIDXwADA2tN\
BwEEBABhBgEAAHEATllZQBcXFgEAHhwWIhciERAPDgcFABUBFQgNFisFIiY1NDYzMhYXMyYm\
NTUzESMnIwYGJzI2NTU0JiMiBhUUFgETZHh5ZD5PGQYBBVhHDQQYUDFVRUJZR0dHCouKio0u\
IQ0zD9b9CEgiMEldXhBka3FfYGoAAgA3//YCAQIiABcAHgBDQEAMAQIBDQEDAgJMAAUAAQIF\
AWcHAQQEAGEGAQAAc00AAgIDYQADA3EDThkYAQAcGxgeGR4RDwoIBgUAFwEXCA0WKwEyFhYV\
FSEWFjMyNjcVBgYjIiYmNTQ2NhciBgchJiYBJEVjNf6RAllQM08qKVA3THVBO2tGP0kHAREB\
PgIiPG1JNVtfExJNEhE+e1lYfkRIUUhEVQAAAQAPAAABgwL9ABcAXEAPDgEEAw8HAgUEBgEA\
BQNMS7AdUFhAGwAEBANhAAMDbE0CAQAABV8ABQVtTQABAWsBThtAGQADAAQFAwRpAgEAAAVf\
AAUFbU0AAQFrAU5ZQAkTJSURERAGDRwrASMRIxEjNTc1NDYzMhYXByYmIyIGFRUzAUyHWF5e\
XFIgNRMXECoWLCuHAdT+LAHUKR4faFsLB0UFCjs/IwAAAgA3/xACEgIiAB4AKwCAQA8WAwIG\
BQ0BAwQMAQIDA0xLsBlQWEAiCAEFBQBhAQcCAABzTQAGBgRhAAQEcU0AAwMCYQACAm8CThtA\
JgABAW1NCAEFBQBhBwEAAHNNAAYGBGEABARxTQADAwJhAAICbwJOWUAZIB8BACYkHysgKxoY\
EA4LCQYFAB4BHgkNFisBMhYXMzczERQGIyInNRYzMjY1NTQ2NyMGIyImNTQ2FyIGFRQWMzI2\
NTU0JgETNVUeBQxGdXt2S093RU8CAQQ2cGh1dXNDSklGUUpMAiIoKUf933N0IlEqUUYVDC0J\
UZKDgJdKa2NjaVdhFW5fAAABAFUAAAIZAvgAFQBItQIBAQIBTEuwKVBYQBYABARsTQACAgBh\
AAAAc00DAQEBawFOG0AWAAICAGEAAABzTQAEBAFfAwEBAWsBTlm3ERMiEyUFDRsrExQHMzY2\
MzIWFREjETQjIgYVESMRM60FBhpZNGJiV3haQ1hYAhkoIykqXWf+owFXgWVe/usC+AAAAgBO\
AAAAtQLhAAsADwCNS7AKUFhAFwABAQBhBAEAAGxNBQEDA21NAAICawJOG0uwDFBYQBcAAQEA\
YQQBAABwTQUBAwNtTQACAmsCThtLsC1QWEAXAAEBAGEEAQAAbE0FAQMDbU0AAgJrAk4bQBUE\
AQAAAQMAAWkFAQMDbU0AAgJrAk5ZWVlAEwwMAQAMDwwPDg0HBQALAQsGDRYrEzIWFRQGIyIm\
NTQ2FxEjEYIUHx8UFh4eQVgC4RsdHBwcHB0byf3oAhgAAv/J/xAAtQLhAAsAGwClQAoQAQME\
DwECAwJMS7AKUFhAGwABAQBhAAAAbE0ABARtTQADAwJhBQECAm8CThtLsAxQWEAbAAEBAGEA\
AABwTQAEBG1NAAMDAmEFAQICbwJOG0uwLVBYQBsAAQEAYQAAAGxNAAQEbU0AAwMCYQUBAgJv\
Ak4bQBkAAAABBAABaQAEBG1NAAMDAmEFAQICbwJOWVlZQA8NDBgXFBIMGw0bJCIGDRgrEzQ2\
MzIWFRQGIyImAyImJzUWFjMyNjURMxEUBk4eFhQfHxQWHjgZJg4PIBMgKlhIAqkdGxsdHBwc\
/IMHBUcEBiMxAmv9mEtVAAABAFUAAAINAvgAEwBHQAkPDgsDBAEAAUxLsClQWEARAAMDbE0A\
AABtTQIBAQFrAU4bQBcAAwMBXwIBAQFrTQAAAG1NAgEBAWsBTlm2ERMSGQQNGisTFAYHMz4C\
NzczBxMjJwcVIxEzrAMBBAYYGQmrZ9noaro9V1cBaxA0EwgeHwq15f7N+jXFAvgAAAEAVQAA\
AK0C+AADAChLsClQWEALAAEBbE0AAABrAE4bQAsAAQEAXwAAAGsATlm0ERACDRgrMyMRM61Y\
WAL4AAABAFUAAANWAiIAIQBdth4YAgECAUxLsBlQWEAWBAECAgBhBwYIAwAAc00FAwIBAWsB\
ThtAGgAGBm1NBAECAgBhBwgCAABzTQUDAgEBawFOWUAXAQAdGxcWFRQRDw0MCQcFBAAhASEJ\
DRYrATIWFREjETQjIgYVESMRNCMiBhURIxEzFzM2NjMyFzM2NgKhW1pXbU5DV25RPlhHDQUZ\
VTB+JgUbXQIiXWj+owFZf1pW/tgBWX9kXv7qAhhJKilaLiwAAAEAVQAAAhkCIgATAFC1EAEB\
AgFMS7AZUFhAEwACAgBhBAUCAABzTQMBAQFrAU4bQBcABARtTQACAgBhBQEAAHNNAwEBAWsB\
TllAEQEADw4NDAkHBQQAEwETBg0WKwEyFhURIxE0IyIGFREjETMXMzY2AVdgYld4WURYRw0F\
GlwCIl1o/qMBV4FkXv7qAhhJKikAAgA3//YCJwIiAA0AGQAfQBwAAwMBYQABAXNNAAICAGEA\
AABxAE4kJSUiBA0aKwEUBiMiJiY1NDYzMhYWBRQWMzI2NTQmIyIGAieHc0dvQIZzSW8//mtL\
UlFMTFJSSgENhZJBfVmFkEF7WV9vb19fbGwAAgBV/xACMAIiABUAIwBrthIJAgUEAUxLsBlQ\
WEAdBwEEBABhAwYCAABzTQAFBQFhAAEBcU0AAgJvAk4bQCEAAwNtTQcBBAQAYQYBAABzTQAF\
BQFhAAEBcU0AAgJvAk5ZQBcXFgEAHhwWIxcjERAPDgcFABUBFQgNFisBMhYVFAYjIiYnIxYW\
FRUjETMXMzY2FyIGBxUUFjMyNjY1NCYBVGN5eWQ+URcGAgRYSAwEGE4xUkMCQVgxPx9HAiKK\
i4mOLx8RNBPcAwhJIzBKXF4RY2s2XTxcbgAAAgA3/xACEgIiABUAIgBhthADAgQFAUxLsBlQ\
WEAcAAUFAWECAQEBc00GAQQEAGEAAABxTQADA28DThtAIAACAm1NAAUFAWEAAQFzTQYBBAQA\
YQAAAHFNAAMDbwNOWUAPFxYeHBYiFyIRFCQmBw0aKwU0NjcjBgYjIiY1NDYzMhYXMzczESMD\
MjY3NTQmIyIGFRQWAboCAwYXUUBheXtiP1AYBA1GWJhTRQFEV0hGRwsSMBEiMIuKio0wI0n8\
+AEvW14SZmlxX19rAAEAVQAAAY4CIgATAGZLsBlQWEALAwEBABAEAgIBAkwbQAsDAQMAEAQC\
AgECTFlLsBlQWEASAAEBAGEDBAIAAHNNAAICawJOG0AWAAMDbU0AAQEAYQQBAABzTQACAmsC\
TllADwEADw4NDAgGABMBEwUNFisBMhYXByYmIyIGBhURIxEzFzM2NgFPDyMNCw0fDilIK1hI\
CgQaUgIiAwNRAwQtUTb+4gIYYixAAAABADP/9gGyAiIAKQAuQCsbAQMCHAcCAQMGAQABA0wA\
AwMCYQACAnNNAAEBAGEAAABxAE4lLCUiBA0aKyUUBiMiJic1FhYzMjY1NCYmJy4CNTQ2MzIW\
FwcmJiMiBhUUFhYXHgIBsnRiOFEfIFsvQzwWOTU0SihvWjFVJR4iSic2ORo9MzNIJpROUBIQ\
UBAbKyQUICAUFCg4LERKExFGDhQjHhYfHRQTKDkAAAEAEP/2AVMCkwAYAEBAPQ4BAgQDAQAC\
BAEBAANMAAMEA4UFAQICBF8ABARtTQYBAAABYQABAXEBTgEAFRQTEhEQDQwIBgAYARgHDRYr\
JTI2NxUGBiMiJiY1ESM1NzczFTMVIxEUFgEIFCoNDjQYKkcsTE0jNJubLz4HBEMHCR1IQQE4\
KiNye0T+yjEvAAABAE//9gIVAhgAEwBMtQMBAwIBTEuwGVBYQBMFBAICAm1NAAMDAGEBAQAA\
awBOG0AXBQQCAgJtTQAAAGtNAAMDAWEAAQFxAU5ZQA0AAAATABMiEyQRBg0aKwERIycjBgYj\
IiY1ETMRFDMyNjURAhVIDQQaXDRhYll3WUUCGP3oRyonXWYBX/6ngGReARcAAQAAAAAB/AIY\
AA8AIUAeBwECAAFMAQEAAG1NAwECAmsCTgAAAA8ADxsRBA0YKzMDMxMeAhczPgI3EzMDy8te\
cggSDgMEBA8TB3JezAIY/sQWNjERETI2FQE8/egAAAEACwABAwcCGQAiACFAHhoPAwMAAQFM\
AwICAQFtTQQBAABrAE4RGRoRGAUNGysBJiYnIwYGBwMjAzMTFhYXMz4CNxMzExYWFzM2NjcT\
MwMjAa8NEwUEBBIOYGSTW0oLFAQEBAsOB19gXAsVBAQDFQxLWpVnAS8pTxYWTyr+0wIY/uIr\
WB0RMjcWAS7+0iJQHRlYLgEe/egAAQASAAAB/wIYAAsAH0AcCQYDAwIAAUwBAQAAbU0DAQIC\
awJOEhISEQQNGisTAzMXNzMDEyMnByPUuWSKiWO5w2SSlGMBEgEGysr++v7u1tYAAAEAAf8Q\
Af4CGAAaACdAJBoTBQMDABIBAgMCTAEBAABtTQADAwJhAAICbwJOJSMZEAQNGisTMxMWFhcz\
NjY3EzMDBgYjIiYnNRYWMzI2NzcBXnQPGAYEBhoObV/nHFlOGCQNCx8RLjkQHAIY/s8oSSEZ\
USkBMP2eTFoFA0YCBDQrRwABACcAAAGvAhgACQApQCYHAQECAgEAAwJMAAEBAl8AAgJtTQAD\
AwBfAAAAawBOEhESEAQNGishITUBITUhFQEhAa/+eAEg/vEBcP7kASM6AZpEQv5uAAIAlQJ3\
Aa4C2gALABcAJbEGZERAGgIBAAEBAFkCAQAAAWEDAQEAAVEkJCQiBA0aK7EGAEQTNDYzMhYV\
FAYjIiY3NDYzMhYVFAYjIiaVHBMTHBwTExy8GxMTHBwTExsCqRoXFxoZGRkZGhcXGhkZGQAB\
ABgBoAEzA1UAGQAwQC0OAQECDQEDAQIBAAMDTAACAAEDAgFpAAMAAANXAAMDAF8AAAMATxYl\
KBAEDBorASE1Nz4CNTQmIyIGByc2NjMyFhUUBgcHMwEy/uZzKSkPJR4eMRojHUUrQEk7OFHD\
AaA2cCcxJxYgIBcULhkePzcxTjVNAAABABEBmAFBA1UAKABNQEomAQUAJQEEBQYBAwQRAQID\
EAEBAgVMBgEAAAUEAAVpAAQAAwIEA2kAAgEBAlkAAgIBYQABAgFRAQAjIR0bGhgUEg4MACgB\
KAcMFisTMhYVFAYHFRYWFRQGIyImJzUWMzI2NTQmIyM1MzI2NTQmIyIGByc2NqVHSCseJy9U\
WSVAHkY+NDA6NDk5Mi8pHR81GyQfRQNVPjAoNAoDBzMpOkkNDz8iKSMkITcnHyAdFREuFxoA\
AAEAKAJeAPEC/gALACCxBmREQBUGAAIAAQFMAAEAAYUAAAB2FRQCDRgrsQYARBMOAgcjNT4C\
NzPxDDI5GDoPIyILagL0Ejk5EgwTNDcWAAEADv8QANQAAAAUADKxBmREQCcSDwYDAQIFAQAB\
AkwAAgEChQABAAABWQABAQBiAAABAFIWJCIDDRkrsQYARBcUBiMiJzUWFjMyNjU0Jic3MwcW\
FtRKSiASCR4OJCY1Jis6GiQzizA1BTcCAxMZGhgFVjUIKAABACUBoADwA0wADAAnQCQLCgYD\
AAEBTAIBAQAAAVcCAQEBAF8AAAEATwAAAAwADBEDDBcrExEjETQ2NwYGBwcnN/BHAwEKGA02\
I4IDTP5UARQaKhUJFQknMVwAAAIAIAF/AVkC0gALABcAPkuwJVBYQBIAAgAAAgBlAAMDAWEA\
AQGKA04bQBgAAQADAgEDaQACAAACWQACAgBhAAACAFFZtiQkJCIEDxorARQGIyImNTQ2MzIW\
BxQWMzI2NTQmIyIGAVlWSENYVElHVfosMTEsLDExLAIpUVlXU1JXVlM6Ozs6Ozk5//8AAAAA\
An4DsAImAAwAAAEHACcAlACyAAixAgGwsrA1K///AAAAAAJ+A7ACJgAMAAABBwBFAOEAsgAI\
sQIBsLKwNSv//wAAAAACfgOwAiYADAAAAQcAYwBtALIACLECAbCysDUr//8AAAAAAn4DkQIm\
AAwAAAE<KEY>AAAABwBGAQUAAP//AGEAAAHw\
A7ACJgAQAAABBwBFANQAsgAIsQEBsLKwNSv//wBhAAAB8AOwAiYAEAAAAQcAYwBgALIACLEB\
AbCysDUr//8AK<KEY>AE<KEY>
AAABBwBFASoAsgAIsQIBsLKwNSv//wA9//YC0AOwAiYAGgAAAQcAYwC2ALIACLECAbCysDUr\
//8APf/2AtADkQImABoAAAEHAGQAqACyAAixAgGwsrA1K///AFr/9gKAA7ACJgAgAAABBwBF\
AREAsgAIsQEBsLKwNSv//wBa//YCgAOMAiYAIAAAAQcAQgBNALIACLEBArCysDUr//8ALv/2\
AeAC/gImACgAAAAGACdvAP//AC7/9gHgAv4CJgAoAAAABwBFALwAAP//AC7/9gHgAv4CJgAo\
AAAABgBjSAD//wAu//YB4ALfAiYAKAAAAAYAZDoA//8AN/8QAb8CIgImACoAAAAHAEYAqgAA\
//8AN//2AgEC/gImACwAAAAHAEUAwAAA//8AN//2AgEC/gImACwAAAAGAGNMAP//AEwAAAEV\
Av4CJgBxAAAABgBFJAD//wA3//YCJwL+AiYANgAAAAcARQDSAAD//wA3//YCJwL+AiYANgAA\
AAYAY14A//8AN//2AicC3wImADYAAAAGAGRQAP//AE//9gIVAv4CJgA8AAAABwBFANgAAP//\
AE//9gIVAtoCJgA8AAAABgBCFAAAAQAoAl4BegL+ABIAKbEGZERAHg4JBAMAAgFMAwECAAKF\
<KEY>
DgEEAwYBAAQCTAADBAEDVwUBBA<KEY>APAAAC2wL9ACYALQAAAAcALQFYAAD//wAPAAACDQL9\
ACYALQAAAAcAMAFYAAD//wAPAAACBQL9ACYALQAAAAcAMwFYAAD//wAPAAADZQL9ACYALQAA\
ACcALQFYAAAABwAwArAAAP//AA8AAANdAv0AJgAtAAAAJwAtAVgAAAAHADMCsAAAAAEAVQAA\
AK0CGAADABNAEAABAW1NAAAAawBOERACDRgrMyMRM61YWAIY//8AE//4AUoBtAMHAGkAAP5g\
AAmxAAK4/mCwNSsA//8AJQAAAPABrAMHAEcAAP5gAAmxAAG4/mCwNSsA//8AGAAAATMBtQMH\
AEMAAP5gAAmxAAG4/mCwNSsA//8AEf/4AUEBtQMHAEQAAP5gAAmxAAG4/mCwNSsA//8ACgAA\
AVUBrwMHAGUAAP5gAAmxAAK4/mCwNSsA//8AHv/3AUABrAMHAGYAAP5gAAmxAAG4/mCwNSsA\
//8AFP/4AUwBtAMHAGoAAP5gAAmxAAK4/mCwNSsA//8AHAAAAUMBrAMHAGcAAP5gAAmxAAG4\
/mCwNSsA//8AGf/4AUUBtAMHAGgAAP5gAAmxAAO4/mCwNSsA//8AEf/4AUkBtgMHAGsAAP5g\
AAmxAAK4/mCwNSsA//8AEwEWAUoC0gMHAGkAAP9+AAmxAAK4/36wNSsA//8AJQEeAPACygMH\
AEcAAP9+AAmxAAG4/36wNSsA//8AGAEeATMC0wMHAEMAAP9+AAmxAAG4/36wNSsA//8AEQEW\
AUEC0wMHAEQAAP9+AAmxAAG4/36wNSsA//8ACgEeAVUCzQMHAGUAAP9+AAmxAAK4/36wNSsA\
//8AHgEVAUACygMHAGYAAP9+AAmxAAG4/36wNSsA//8AFAEWAUwC0gMHAGoAAP9+AAmxAAK4\
/36wNSsA//8AHAEeAUMCygMHAGcAAP9+AAmxAAG4/36wNSsA//8AGQEWAUUC0gMHAGgAAP9+\
AAmxAAO4/36wNSsA//8AEQEWAUkC1AMHAGsAAP9+AAmxAAK4/36wNSsAAAAAGQEyAAMAAQQJ\
AAAAaAAAAAMAAQQJAAEAEgBoAAMAAQQJAAIADgB6AAMAAQQJAAMANgCIAAMAAQQJAAQAIgC+\
AAMAAQQJAAUArADgAAMAAQQJAAYAIAGMAAMAAQQJAQUADAGsAAMAAQQJAQYACAG4AAMAAQQJ\
AQcAFAHAAAMAAQQJAQgACgHUAAMAAQQJAQkADgB6AAMAAQQJAQoADAHeAAMAAQQJAQsAEAHq\
AAMAAQQJAQwACAH6AAMAAQQJAQ0AEgICAAMAAQQJAQ4ACgIUAAMAAQQJAQ8ACgIeAAMAAQQJ\
ARAAEgIoAAMAAQQJAREAEgIoAAMAAQQJARIAGgI6AAMAAQQJARMADAJUAAMAAQQJARQAKAJg\
AAMAAQQJARUACAKIAAMAAQQJARYADgKQAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEANQAt\
ADIAMAAyADEAIABHAG8AbwBnAGwAZQAgAEwATABDAC4AIABBAGwAbAAgAFIAaQBnAGgAdABz\
ACAAUgBlAHMAZQByAHYAZQBkAC4ATgBvAHQAbwAgAFMAYQBuAHMAUgBlAGcAdQBsAGEAcgAy\
AC4AMAAwADYAOwBHAE8ATwBHADsATgBvAHQAbwBTAGEAbgBzAC0AUgBlAGcAdQBsAGEAcgBO\
AG8AdABvACAAUwBhAG4AcwAgAFIAZQBnAHUAbABhAHIAVgBlAHIAcwBpAG8AbgAgADIALgAw\
ADAANgA7ACAAdAB0AGYAYQB1AHQAbwBoAGkAbgB0ACAAKAB2ADEALgA4ACkAIAAtAGwAIAA4\
ACAALQByACAANQAwACAALQBHACAAMgAwADAAIAAtAHgAIAAxADQAIAAtAEQAIABsAGEAdABu\
ACAALQBmACAAbgBvAG4AZQAgAC0AYQAgAHEAcwBxACAALQBYACAAIgAiAE4AbwB0AG8AUwBh\
AG4AcwAtAFIAZQBnAHUAbABhAHIAVwBlAGkAZwBoAHQAVABoAGkAbgBFAHgAdAByAGEATABp\
AGcAaAB0AEwAaQBnAGgAdABNAGUAZABpAHUAbQBTAGUAbQBpAEIAbwBsAGQAQgBvAGwAZABF\
AHgAdAByAGEAQgBvAGwAZABCAGwAYQBjAGsAVwBpAGQAdABoAEMAbwBuAGQAZQBuAHMAZQBk\
AFMAZQBtAGkAQwBvAG4AZABlAG4AcwBlAGQATgBvAHIAbQBhAGwAQwBvAG4AdAByAGEAcwB0\
ACAAKABHAHIAbwB0AGUAcwBxAHUAZQApAFQAZQB4AHQARABpAHMAcABsAGEAeQADAAAAAAAA\
/5wAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQACAA4AAAAqAAAAWAACAAQADAAl\
AAEAKABBAAEASABiAAEAbABwAAIADgAFABgAGAAYACAAIAACAAEAbABwAAAAAQAEAAEBLQAC\
AAYACgABATsAAQJ3AAEABAAAABQAAAAUAAAAFAAAABQAAQAAAAEAAAAKADAAPgAEREZMVAAa\
Y3lybAAaZ3JlawAabGF0bgAaAAQAAAAA//8AAQAAAAFrZXJuAAgAAAABAAAAAQAEAAIACAAC\
AAoAigABACwABAAAABEAbgB6AHQAUgB6AHoAegBoAG4AbgBuAG4AdAB0AHoAegB6AAEAEQAM\
AA8AEAARABoAGwAcACYASQBKAEsATABOAE8AUQBSAFMABQAM/+wASf/sAEr/7ABL/+wATP/s\
AAEAFQBfAAEAFQAyAAEAFQA8AAEAI//sAAICvAAEAAADJgPkABMAEgAAAAAAAAAAAAAAAAAA\
/+wAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAD/7AAAAAAAAP/2AAD/9gAAAAAAAP/iAAD/9gAAAAD/7AAAAAAAAAAA\
AAAAAP/EAAD/2AAAAAAAAP+6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/87/7P/i/87/xAAAAAAAAAAAAAAAAAAA/9j/zgAA\
/+wAAAAA/+z/9v/2/+z/2AAAAAAAAAAAAAAAAAAA//b/9gAAAAAAAAAAAAD/7AAAAAAAAP/2\
AAAAAP/iAAD/7AAAAAAAAP/sAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7r/7P/O/7D/ugAA\
/+wAAAAAAAAAAAAA/8T/ugAU/9gAAAAA/+wAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAD/9gAA\
AAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/zgAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAD/9gACABEADAAMAAAADgAQAAEAFgAXAAQAGgAcAAYAHwAl\
AAkAKAApABAALAAtABIALwAvABQANAA3ABUAOQA5ABkAOwA7ABoAPQBAABsASQBPAB8AUQBZ\
ACYAWwBcAC8AXgBgADEAbABsADQAAgAfAAwADAADAA4ADgAKAA8ADwACABAAEAAEABYAFgAP\
ABcAFwAJABoAGgACABsAGwASABwAHAACAB8AHwAMACAAIAAGACEAIgAIACMAIwAPACQAJAAH\
ACUAJQAOACgAKAABAC0ALQARAC8ALwABADQANQABADkAOQANADsAOwALAD0APgAFAD8APwAQ\
AEAAQAAFAEkATAADAE0ATQAKAE4ATwAEAFEAUwACAFQAVQAGAFYAWQABAGwAbAARAAEADABl\
AAUAAAACAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAACAAAAAgAAAAAADwAGAAsACwAAAAkAEQAA\
AAAABAAIAAEAAQABAAoADgAIAAAAAAAIAAgAAwADAAEAAwABAAMADQAMAAMABwAHAAcABwAQ\
AAAAAAAAAAAAAAAAAAAABQAFAAUABQACAAAAAAAAAAIAAgACAAYABgABAAQABAAEAAEAAQAB\
AAAAAQABAAEAAwADAAAAAAAAAAAAAAAAAAAAAAAAAAoACgAKAAoACgABAAAACgA2AGoABERG\
TFQAGmN5cmwAGmdyZWsAGmxhdG4AGgAEAAAAAP//AAQAAAABAAIAAwAEZG5vbQAaZnJhYwAg\
bGlnYQAobnVtcgAuAAAAAQABAAAAAgACAAMAAAABAAUAAAABAAAABgAcAA4AHAA0AFgAcAAB\
AAAAAQAIAAEAFABwAAEAAAABAAgAAQAGAHoAAgABAAIACwAAAAYAAAABAAgAAwABABIAAQAq\
AAAAAQAAAAQAAgABAHIAewAAAAEAAAABAAgAAQAG//YAAgABAHwAhQAAAAQAAAABAAgAAQA2\
AAEACAAFAAwAFAAcACIAKABvAAMALQAwAHAAAwAtADMAbAACAC0AbQACADAAbgACADMAAQAB\
AC0AAA==') format('woff');
font-style: normal;
font-weight: normal;
unicode-range: U+20,U+30-39,U+41-5A,U+5F,U+61-7A,U+BA,U+C0-C3,U+C7,U+C9-CA,U+CD,U+D3-D5,U+DA,U+DC,U+E0-E3,U+E7,U+E9-EA,U+ED,U+F3-F5,U+FA,U+FC;
font-display: swap;
}
@font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgOZBe4AAEk0AAAAcEdQT1MaNgIlAABJpAAABYBHU1VCNy4zcwAA\
TyQAAAEeT1MvMmu7YXgAAAGYAAAAYGNtYXAK7QodAAAD7AAAAMRjdnQgQb8e3QAAE9AAAAEs\
ZnBnbZ42GdoAAASwAAAOFWdhc3AAAAAQAABJLAAAAAhnbHlmMo/yYgAAFgwAAC9SaGVhZNGK\
iRAAAAEcAAAANmhoZWEH1gNLAAABVAAAACRobXR4B8oUOgAAAfgAAAHybG9jYckCvioAABT8\
AAABDm1heHADPw+MAAABeAAAACBuYW1lbyKeOAAARWAAAAOscG9zdP+fADIAAEkMAAAAIHBy\
ZXBEfsa5AAASyAAAAQUAAQAAAAIBibA8WK9fDzz1AAcD6AAAAXc3ZCCAAAABdzdkIID/tv8Q\
A/ADpgAAAAYAAgAAAAAAAAABAAAELf7bAAAEN/+2/8UD8AABAAAAAAAAAAAAAAAAAAAAcwAB\
AAAAhgA2AAMAQgAEAAIAmAD8AI0AAAGJDhUAAwABAAQCcAK8AAUAAAKKAlgAAABLAooCWAAA\
AV4AMgFIAAACCwgCBAUEAgIEAAAAAwAAAAAAAAAAAAAAAEdPT0cAQAAgAPwELf7bAAAELQEl\
AAABnwAAAAACIgLKAAAAIAAEAlgAXgEEAAACPAAkAjwAOwI8ACYCPAAmAjwAEQI8ADECPAAj\
AjwAGwI8ACMCPAAgArIAAAKgAFoCfQA6AuQAWgIwAFoCJQBaAtQAOgL9AFoBhQAgAUv/tgKY\
AFoCNQBaA68AWgMtAFoDHAA6AnQAWgMcADoClABaAicALgJDABQC9ABVAooAAAPHAAACmwAA\
AnAAAAJDABgBm//+AWoAKAJcACoCeQBOAgIALQJ5AC0CTwAtAYMAFAJ5AC0CkQBOATEASAEx\
/8ACbABOATEATgPWAE4CkQBOAmsALQJ5AE4CeQAtAcYATgHxAC0BsgAXApEASwI5AAADWAAK\
AkIABQI5AAAB6AAbAl8AiAF7ABcBewAdAWoAKADN/+4BewAtAYQAHAKyAAACsgAAArIAAAKy\
AAACfQA6AjAAWgIwAFkBhQAgAxwAOgMcADoDHAA6AvQAVQL0AFUCXAAqAlwAKgJcACoCXAAq\
AgIALQJPAC0CTwAtATEATgJrAC0CawAtAmsALQKRAEsCkQBLAfgAKAHlACgBewAGAXsAKQF7\
AB0BewAWAXsAFAF7ABkBewAVAwYAFAK0ABQCtAAUBDcAFAQ3ABQBMQBOAXsAFAAtABcAHQAG\
ACkAGQAdABYAFQAUAC0AFwAdAAYAKQAZAB0AFgAVAAAAAAABAAMAAQAAAAwABAC4AAAAKgAg\
AAQACgAgADkAWgBfAHoAugDDAMcAygDNANUA2gDcAOMA5wDqAO0A9QD6APz//wAAACAAMABB\
<KEY>+H/0v/L/8f/<KEY>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAACYAJgAeAB4AsoAAAIiAAD/EALU//YCLP/2/xAAlQCVAHMAcwJGAAACUP/4\
A<KEY>gJGAAAAAAJQAlD/+AAAAJgAmAB4AHgCyv/2AvgCIv/2/xAC1f/2Av0CLP/2\
/xAAewB7AGUAZQFoAO7/oP8QAWgA7v+a/xAAewB7AGUAZQEfAR8AmACYAHgAeALKAAAC+AIi\
AAD/<KEY>
CTMJnQnhClYKqArsC3YLrgvhDCoMXQxyDNkNKw1kDdcORQ6YDusPMg97D6YP+BAhEGIQixDD\
EQIRYRGKEccR9hI4EkkSWhJrEnwSiBKZEqoSuxLMEt0S7hL/ExATGxMnEzITPRNJE1UTYBNr\
E3cTghONE5kTpBPaFBgUURSgFMcVLRVlFcUWJBYwFjwWSBZYFmgWfRaMFpsWqha5FsgW1xbm\
FvUXBBcTFyIXMRdAF08XXhdtF3wXixeaF6kAAAACACT/9gIXAtUADQAZAB9AHAADAwFhAAEB\
cE0AAgIAYQAAAHEATiQkJSMEDRorARQGBiMiJjU0NjYzMhYFFBYzMjY1NCYjIgYCFzFtXIF4\
MG5bgHr+oyo5OCwsODkqAWVzpFjDrHSkWMKuent6e3p8fAABADsAAAGdAsoADAAbQBgKCQUD\
AAEBTAABAWpNAAAAawBOGhACDRgrISMRNDY3BgYHByc3MwGdlwMBBSEOUknmfAGdGlQgBh8M\
Qlu3AAABACYAAAIbAtQAHQAtQCoOAQECDQEDAQIBAAMDTAABAQJhAAICcE0AAwMAXwAAAGsA\
TigmKBAEDRorISE1Nz4CNTQmIyIGByc+AjMyFhYVFAYGBwcVIQIb/g2zNkIeLygpTitSH0Vb\
QEZlNy9ZP1wBN2m1OEs9IysqJiNhGy4dM1c3O2JgOlYHAAABACb/9gIUAtQAKwA/QDwmAQQF\
JQEDBAMBAgMOAQECDQEAAQVMAAMAAgEDAmkABAQFYQAFBXBNAAEBAGEAAABxAE4lJSElJCoG\
DRwrARQGBxUWFhUUBgYjIic1FhYzMjY1NCYmIyM1MzI2NjU0JiMiBgcnNjYzMhYB/1lBVlk9\
f2R0Wi5lK1FBHktDNjdCRRkvNzNLGkYqcU5ugQIqSlgQAwpURz5jOSeAFxg4Mx4pFXQZKxwm\
KyMRaB4oWQAAAgARAAACKwLKAAoAFQAnQCQGAQAEAUwFAQQCAQABBABnAAMDak0AAQFrAU4a\
ERIRERAGDRwrJSMVIzUhNQEzETMnNDY2NyMGBgcHMwIrVpP+zwE5i1bpAgMBBAkUDoOslJSU\
aQHN/j95F0I5CRQmFMYAAQAx//YCDgLKAB4AREBBHBcCAwAWCwICAwoBAQIDTAYBAAADAgAD\
aQAFBQRfAAQEak0AAgIBYQABAXEBTgEAGxoZGBQSDw0IBgAeAR4HDRYrATIWFhUUBiMiJic1\
FhYzMjY1NCMiBgcnEyEVIwc2NgEsQWY7kI04YyUlaC5DR48cPBQ8GwGD/w0RJwHIMmBHdIUU\
E4ITGzc6bAsFIAFsgIwDBwACACP/9gIbAtIAHgAsAGlADgkBAQAKAQIBEQEFAgNMS7AKUFhA\
HgACAAUEAgVpAAEBAGEAAABqTQYBBAQDYQADA3EDThtAHgACAAUEAgVpAAEBAGEAAABwTQYB\
BAQDYQADA3EDTllADyAfJiQfLCAsJCYkNQcNGisTND4DMzIWFxUmJiMiBgYHMzY2MzIWFRQG\
IyImJgUyNjU0JiMiBgYVFBYWIxItUX1ZFTgTEy0WWWEoAwYUSzxeboNwSXZGAQIsODAxITIc\
GDEBLz54a1MvAwR5BQU4ZUIjMHZsdIRDi1U9QDQ8HS4YIT8qAAEAGwAAAhsCygAGACVAIgUB\
AAEBTAAAAAFfAAEBak0DAQICawJOAAAABgAGEREEDRgrMwEhNSEVAW8BDP6gAgD+8gJLf1/9\
lQAAAwAj//YCGALTABsAJwA1ADZAMzMiFQcEAwIBTAUBAgIAYQQBAABwTQADAwFhAAEBcQFO\
HRwBACwqHCcdJxAOABsBGwYNFisBMhYWFRQGBx4CFRQGBiMiJjU0NjcmJjU0NjYXIgYVFBYX\
NjY1NCYDFBYzMjY1NCYmJycGBgEePmc/STcmRSs/cUp4g1A5MENAaTslMTQjIjQxlDc2ODgg\
LxkNLjoC0yZMOkBTGxQ1RzA7WDBmWUpaHB5VQDlMJm4mIyUuERAtJyMm/lknMjAoGykhDgcW\
OgAAAgAg//YCGALSAB4ALAA+QDsRAQIFCgEBAgkBAAEDTAAFAAIBBQJpBgEEBANhAAMDcE0A\
AQEAYQAAAHEATiAfJiQfLCAsJCYkNQcNGisBFA4DIyImJzUWFjMyNjY3IwYGIyImNTQ2MzIW\
FiUiBhUUFjMyNjY1NCYmAhgSLVF9WRU4ExQsFllhKAMGFUVEW26DcEl2Rv7+LDgwMSIxHBgw\
AZk9eWtTLwMEeQQGOWRCIzB2bHSEQ4tVPEE0PB4tGCFAKQACAAAAAAKyAs0ABwASACxAKQwB\
BAIBTAAEAAABBABoAAICak0FAwIBAWsBTgAAEhEABwAHERERBg0ZKyEnIQcjEzMTAS4CJw4C\
BwczAg80/vw0o/y5/f7RBRAQBQURDwQzuqqqAs39MwHPETQ2FBQ7NQumAAMAWgAAAmsCygAQ\
ABkAIgBEQEEGAQUCAUwHAQIIAQUEAgVnAAMDAF8GAQAAak0ABAQBXwABAWsBThoaEhEBABoi\
GiEdGxgWERkSGQ8NABABEAkNFisBMhYVFAYHFR4CFRQGIyEREzI2NTQmIyMdAjMyNjU0JiMB\
OI+SOTUkOiKMev7170IzPEFQY0Q2N0gCylBlPVQJBQckRDhhbgLK/uUqKCkkn3i6NSwoMQAB\
ADr/9gJaAtQAGwA3QDQYAQADGQkCAQAKAQIBA0wEAQAAA2EAAwNwTQABAQJhAAICcQJOAQAW\
FA4MBwUAGwEbBQ0WKwEiBhUUFjMyNjcVBgYjIiYmNTQ2NjMyFhcHJiYBiVdcVV4sVzMvXDlu\
j0ROlWw1azExKFECVoJxcn0UEn8TElulbmymXhsXexMcAAACAFoAAAKqAsoACQARAB9AHAAC\
AgFfAAEBak0AAwMAXwAAAGsATiElISIEDRorARQGIyMRMzIWFgc0JiMjETMyAqrNucrgcKVb\
nWhjUUHbAWy1twLKUJt3d2/+LwAAAQBaAAAB9QLKAAsAKUAmAAMABAUDBGcAAgIBXwABAWpN\
AAUFAF8AAABrAE4RERERERAGDRwrISERIRUhFTMVIxUhAfX+ZQGb/vzy8gEEAsp8nXy4AAAB\
AFoAAAHzAsoACQAjQCAAAwAEAAMEZwACAgFfAAEBak0AAABrAE4REREREAUNGyszIxEhFSEV\
MxUj75UBmf788vICyny4fAABADr/9gKEAtQAIAA7QDgPAQMCEAEAAx4BBAUCAQEEBEwAAAAF\
BAAFZwADAwJhAAICcE0ABAQBYQABAXEBThMmJSUjEAYNHCsBIREGBiMiJjU0NjYzMhYXByYm\
IyIGBhUUFhYzMjY3NSMBaQEbOHlNoKxXpng5bi0yIVQuQmE1JlJCIC0ThwGR/o4TFry0cKRa\
GBR5ERY8bUpGbD0GBJUAAQBaAAACowLKAAsAIUAeAAQAAQAEAWcFAQMDak0CAQAAawBOERER\
EREQBg0cKyEjESERIxEzESERMwKjl/7ll5cBG5cBNP7MAsr+6AEYAAABACAAAAFlAsoACwAg\
QB0LCgkIBQQDAggAAQFMAAEBak0AAABrAE4VEAINGCshITU3ESc1IRUHERcBZf67V1cBRVdX\
VigBzihWVij+MigAAAH/tv8uAPECygARAChAJQQBAQIDAQABAkwAAQMBAAEAZQACAmoCTgEA\
DQwIBgARAREEDRYrFyImJzUWFjMyNjY1ETMRFAYGDx0sEBAjFBorGJc5ZtIHBH4EBhQ4NAKd\
/WRccTMAAAEAWgAAApgCygAOACBAHQ4IAwIEAAIBTAMBAgJqTQEBAABrAE4VERMQBA0aKyEj\
AwcVIxEzETY2NzczAwKYrLtAl5cPHg/BqPkBLS7/Asr+uRUqFfP+xAABAFoAAAITAsoABQAf\
QBwAAABqTQABAQJgAwECAmsCTgAAAAUABRERBA0YKzMRMxEhFVqXASICyv2zfQABAFoAAANV\
AsoAFwAmQCMVCwIAAQFMAgEBAWpNBQQDAwAAawBOAAAAFwAXERMRFwYNGishAyMeAhURIxEz\
EzMTMxEjETQ2NjcjAwGIrAQBBASHzqkDs86NAwMBBLgCMBRQWyX+tALK/d4CIv02AVIiWE8U\
/dEAAQBaAAAC0wLKABEAHkAbCwICAAIBTAMBAgJqTQEBAABrAE4WERYQBA0aKyEjASMWFhcR\
IxEzATMmJicRMwLTwP7JBAIFAoe/ATYDAQQCiAIcM2Yz/rACyv3pMmIxAVIAAgA6//YC4gLV\
AA8AGwAfQBwAAwMBYQABAXBNAAICAGEAAABxAE4kJSYjBA0aKwEUBgYjIiYmNTQ2NjMyFhYF\
FBYzMjY1NCYjIgYC4kmWdXSXSUmXdXSWSf33Vl9hVFRgYFYBZm+lXFymb2+kW1ulb3CBgXBx\
gIAAAgBaAAACRwLKAAsAEwAyQC8ABAABAgQBaQYBAwMAXwUBAABqTQACAmsCTg0MAQAQDgwT\
DRMKCQgGAAsBCwcNFisBMhYVFAYGIyMVIxEXIxUzMjY1NAE+in80eWhBl9xFMkBLAsp3aD5t\
Qv4CynzUMzloAAACADr/VgLiAtUAEgAeACtAKAMBAQMBTAAAAQCGAAQEAmEAAgJwTQADAwFh\
AAEBcQFOJCUmIRQFDRsrARQGBxcjJyMiJiY1NDY2MzIWFgUUFjMyNjU0JiMiBgLiVlqswoML\
dJdJSZd1dJZJ/fdWX2FUVGBgVgFmeK8pwKBcpm9vpFtbpW9wgYFwcYCAAAIAWgAAApQCygAO\
ABcAO0A4BwECBQFMAAUAAgEFAmcHAQQEAF8GAQAAak0DAQEBawFOEA8BABMRDxcQFw0MCwoJ\
CAAOAQ4IDRYrATIWFRQGBgcTIwMjESMRFyMVMzI2NTQmASqSiyU9I9KoqlGXxS4xS0FFAspq\
bDFJMxD+yQES/u4CynzBMjEzKwAAAQAu//YB/wLUACgALkArGwEDAhwGAgEDBQEAAQNMAAMD\
AmEAAgJwTQABAQBhAAAAcQBOJS0kIgQNGislFAYjIic1FhYzMjY1NCYmJy4DNTQ2MzIWFwcm\
JiMiBhUUFhceAgH/iX5xWTNtNjgvJT4oGTo1IoJwOGU3MTFOKSsuREM3TSrGX3ErjRYlKyEb\
JiETDCExRjFgaxoYdhQWKCAmLCAaOEwAAAEAFAAAAi8CygAHABtAGAMBAQECXwACAmpNAAAA\
awBOEREREAQNGishIxEjNSEVIwFtl8ICG8ICTH5+AAEAVf/2Ap8CygASABtAGAMBAQFqTQAC\
AgBiAAAAcQBOEyMTIwQNGislFAYGIyImNREzERQWMzI2NREzAp9Bg2SOlJdIR0pDl/xKd0WR\
dwHM/ktYSE5TAbQAAAEAAAAAAooCygAOACFAHgkBAAEBTAMCAgEBak0AAABrAE4AAAAOAA4R\
EQQNGCsBAyMDMxMeAhc+AjcTAorzpfKZhgQPEAMDDxADhwLK/TYCyv5XCztBFhZBOwsBqQAB\
AAAAAAPHAsoAJgAnQCQhFggDAAIBTAUEAwMCAmpNAQEAAGsATgAAACYAJhoRHBEGDRorAQMj\
Ay4DJw4DBwMjAzMTHgIXPgI3EzMTHgIXPgI3EwPHtqxhAwkLCAIBCQoKA2CstpVbBg4MAwMM\
DQVoj2gFDQwDAwwPBVsCyv02AXcLLDQvDQ0vMy0M/ooCyv56F0ZGGBlFQRIBkP5wEUJGGBlF\
RhcBhgABAAAAAAKbAsoACwAgQB0LCAUCBAACAUwDAQICak0BAQAAawBOEhISEAQNGishIwMD\
IxMDMxMTMwMCm62mpqLt3qeal6PgAQ7+8gFwAVr+/wEB/p4AAAEAAAAAAnACygAIABxAGQYD\
AgEAAUwCAQAAak0AAQFrAU4SEhEDDRkrARMzAxEjEQMzATiVo+2W7aQBpAEm/kz+6gERAbkA\
AAEAGAAAAisCygAJAClAJgcBAQICAQADAkwAAQECXwACAmpNAAMDAF8AAABrAE4SERIQBA0a\
KyEhNQEhNSEVASECK/3tAVb+swIB/qoBX2IB631i/hUAAf/+/2IBnf+mAAMAILEGZERAFQAB\
AAABVwABAQBfAAABAE8REAINGCuxBgBEBSE1IQGd/mEBn55EAAEAKAJeAUIC/gAMACaxBmRE\
QBsLBAIAAQFMAgEBAAGFAAAAdgAAAAwADBUDDRcrsQYARBMeAhcVIy4DJzXPDykrEGMTMzUu\
DgL+FjczEw0NJywoDgoAAgAq//YCEQItABsAJgB7QA4ZAQQAGAEDBAYBAQYDTEuwGVBYQCAA\
AwgBBQYDBWkABAQAYQcBAABzTQAGBgFhAgEBAWsBThtAJAADCAEFBgMFaQAEBABhBwEAAHNN\
AAEBa00ABgYCYQACAnECTllAGR0cAQAjIRwmHSYWFBEPCwkFBAAbARsJDRYrATIWFREjJyMG\
BiMiJjU0Njc3NTQmIyIGByc2NhMGBhUUFjMyNjU1AS5udWgdBCNORElgenpfLSgoTCYxLGtP\
SDgoIDBCAi1fYv6USiwoVVhXUwQDGCsoFxFlFxr+zgIwJyIdOTQtAAACAE7/9gJMAvgAFQAi\
AGu1AwEFAAFMS7AZUFhAIQcBBQUAYQAAAHNNAAICBF8ABARsTQAGBgFhAwEBAXEBThtAJQcB\
BQUAYQAAAHNNAAICBF8ABARsTQADA2tNAAYGAWEAAQFxAU5ZQBAXFh4cFiIXIhEREiQmCA0b\
KxMUBgczNjYzMhYVFAYjIiYnIwcjETMTIgYHFRQWMzI2NTQm4wQCBhZKO1xydF48RRYKGXKV\
azovAi8+LjY3AkcfPBEiL4+LjJArGzwC+P69SEoQT1VVUFBRAAEALf/2AeMCLAAZADdANAoB\
AgEWCwIDAhcBAAMDTAACAgFhAAEBc00AAwMAYQQBAABxAE4BABQSDw0IBgAZARkFDRYrBSIm\
NTQ2NjMyFhcHJiYjIhUUFjMyNjcVBgYBLHqFRHlPOFMfLCM9HnQ9Ny9IIiJLCoeRZH48Fg9z\
DhKlUk4ZFn8WEwACAC3/9gIrAvgAFQAiAIJLsBlQWEAKCQEFARIBAAQCTBtACgkBBQESAQME\
AkxZS7AZUFhAHQACAmxNAAUFAWEAAQFzTQcBBAQAYQMGAgAAcQBOG0AhAAICbE0ABQUBYQAB\
AXNNAAMDa00HAQQEAGEGAQAAcQBOWUAXFxYBAB4cFiIXIhEQDw4HBQAVARUIDRYrFyImNTQ2\
MzIWFzMmJjU1MxEjJyMGBicyNjc1NCYjIgYVFBb7W3N0XjtMFgUDCJVyHQYWSgc+MgExQjE4\
OAqPi4yQLiIQPSCv/QhHIi93SUkQUFRVUFBRAAACAC3/9gIkAiwAFgAdAENAQAsBAgEMAQMC\
AkwABQABAgUBZwcBBAQAYQYBAABzTQACAgNhAAMDcQNOGBcBABsaFx0YHRAOCQcFBAAWARYI\
DRYrATIWFRUhFhYzMjY3FQYGIyImJjU0NjYXIgYHMyYmAS9xhP6gAkc/NVYuKFk/Un5IQXRO\
KzkF0QEyAiyBd0g/SBUWcxQTPXxeYH9Aajg7MkEAAAEAFAAAAbAC/QAYADpANw8BBAMQAQUE\
BgEABQNMBwEFAUsABAQDYQADA2xNAgEAAAVfAAUFbU0AAQFrAU4TJSYRERAGDRwrASMRIxEj\
NTc1NDY2MzIWFwcmJiMiBhUVMwF8gZVSUi9XOyxHFiYRKBofHYEBsv5OAbJIKChGTSAOCW0F\
CSYdIgACAC3/EAIrAiwAHgApAJ5LsBlQWEASAgEFABUBBAYNAQMEDAECAwRMG0ASAgEFARUB\
BAYNAQMEDAECAwRMWUuwGVBYQCIIAQUFAGEBBwIAAHNNAAYGBGEABARxTQADAwJhAAICbwJO\
G0AmAAEBbU0IAQUFAGEHAQAAc00ABgYEYQAEBHFNAAMDAmEAAgJvAk5ZQBkgHwEAJCIfKSAp\
GhgQDgoIBQQAHgEeCQ0WKxMyFzM3MxEUBiMiJic1FjMyNTU0NjcjBgYjIiY1NDYXIhUUMzI2\
NTU0Jv9lOQQMfoqHOmMvZXBzAwEEHE4xYW1wkWlrOTc2AixQRv3ddXoOEncqfAsRJA4rJpWF\
hpZ5paNBURJYTAABAE4AAAJGAvgAFgAnQCQDAQIAAUwABARsTQACAgBhAAAAc00DAQEBawFO\
ERMiEyYFDRsrExQGBzM2NjMyFhURIxE0IyIGFREjETPjBQIIGlIyWWuVWEMzlZUCXShKDyom\
X2n+nAE/dl1X/v8C+AAAAgBIAAAA6gL4AAsADwAtQCoAAQEAYQQBAABsTQUBAwNtTQACAmsC\
TgwMAQAMDwwPDg0HBQALAQsGDRYrEzIWFRQGIyImNTQ2FxEjEZkhMDAhIi8vbJUC+B8qKSAg\
KSof1v3eAiIAAv/A/xAA6gL4AAsAHAA3QDQQAQMEDwECAwJMAAEBAGEAAABsTQAEBG1NAAMD\
AmIFAQICbwJODQwYFxQSDBwNHCQiBg0YKxM0NjMyFhUUBiMiJgMiJic1FhYzMjY1ETMRFAYG\
SC8iITAwISIvJhk3EhIgFB4qlSZVAq8qHx8qKSAg/IoHBXUEBSIxAkf9ozJSMQABAE4AAAJs\
AvgAEgAkQCEODQoDBAEAAUwAAwNsTQAAAG1NAgEBAWsBThETEhgEDRorExQGBzM2Njc3MwcT\
IycHFSMRM+MFAwIPIBKZqNnmrJ1AlZUBpB89HxUrE6bt/svdM6oC+AABAE4AAADjAvgAAwAT\
QBAAAQFsTQAAAGsAThEQAg0YKzMjETPjlZUC+AABAE4AAAOLAiwAIgBntBgBCAFLS7AZUFhA\
GwQBAgIAYQcGCQMAAHNNAAgIAV8FAwIBAWsBThtAHwAGBm1NBAECAgBhBwkCAABzTQAICAFf\
BQMCAQFrAU5ZQBkBACAfHRsXFhUUEQ8NDAkHBQQAIgEiCg0WKwEyFhURIxE0IyIGFREjETQj\
IgYVESMRMxczNjYzMhYXMzY2As9dX5VSOzKVUj4vlXIUCBlXLzxUFg0ZWQIsX2n+nAE/dlRP\
/u4BP3ZdV/7/AiJGKiYnKSomAAEATgAAAkYCLAAUAF5LsBlQWLURAQIAAUwbtREBAgQBTFlL\
sBlQWEATAAICAGEEBQIAAHNNAwEBAWsBThtAFwAEBG1NAAICAGEFAQAAc00DAQEBawFOWUAR\
AQAQDw4NCggFBAAUARQGDRYrATIWFREjETQmIyIGFREjETMXMzY2AYRYapUqLkQylXIUCBpb\
Aixfaf6cAT87O11X/v8CIkYqJgAAAgAt//YCPgIsAA0AGQAfQBwAAwMBYQABAXNNAAICAGEA\
AABxAE4kJSUiBA0aKwEUBiMiJiY1NDYzMhYWBRQWMzI2NTQmIyIGAj6Pe0x3RI58TXZE/oc1\
PDs1NTw7NQESiJRCf1uIkkJ9W1FTU1FRUVEAAgBO/xACTAIsABQAIACCS7AZUFhAChEBBAAJ\
AQEFAkwbQAoRAQQDCQEBBQJMWUuwGVBYQB0HAQQEAGEDBgIAAHNNAAUFAWEAAQFxTQACAm8C\
ThtAIQADA21NBwEEBABhBgEAAHNNAAUFAWEAAQFxTQACAm8CTllAFxYVAQAdGxUgFiAQDw4N\
BwUAFAEUCA0WKwEyFhUUBiMiJicjFhUVIxEzFzM2NhciBgcVFBYzMjY1NAF+XHJ2XDtGFggI\
lXkVBxZKCzovAi8+MzECLI+Li5ErGyom3AMSRyEwd0hKEE9VVVChAAACAC3/EAIrAiwAFAAg\
AHhLsBlQWEAKDwEFAQIBAAQCTBtACg8BBQICAQAEAkxZS7AZUFhAHAAFBQFhAgEBAXNNBgEE\
BABhAAAAcU0AAwNvA04bQCAAAgJtTQAFBQFhAAEBc00GAQQEAGEAAABxTQADA28DTllADxYV\
HRsVIBYgERQkJQcNGisFNDcjBgYjIiY1NDYzMhYXMzczESMDMjY3NTQmIyIGFRQBlgYGFUo8\
XHJ0XTxLFwQNfpVmPjEBMUE1NAsqKCIvj4uMkC4iRvzuAVtJSRJQVFVQowAAAQBOAAABsQIs\
ABMAYEuwGlBYthADAgEAAUwbQAoDAQMAEAEBAwJMWUuwGlBYQBIAAQEAYQMEAgAAc00AAgJr\
Ak4bQBYAAwNtTQABAQBhBAEAAHNNAAICawJOWUAPAgAPDg0MCAYAEwITBQ0WKwEyFhcHJiYj\
IgYGFREjETMXMzY2AX8LHgkLBxsKJkYrlXEWBxhUAiwCAowCAxs8NP7qAiJcKjwAAAEALf/2\
AcsCLAAoAC5AKxsBAwIcBwIBAwYBAAEDTAADAwJhAAICc00AAQEAYQAAAHEATiUsJSIEDRor\
JRQGIyImJzUWFjMyNjU0JiYnLgI1NDYzMhYXByYmIyIVFBYWFx4CAct1dDlSKSxmJywlDzI1\
M0IgdmIzXDEtKEglQhExMC9EJaJTWQ8RexQaGhUOFhwWFis9LkxMFBdrERckDRUYFBMpPQAB\
ABf/9gGSApYAGABAQD0OAQIEAwEAAgQBAQADTAADBAOFBQECAgRfAAQEbU0GAQAAAWIAAQFx\
AU4BABUUExIREA0MCAYAGAEYBw0WKyUyNjcVBgYjIiYmNREjNTc3MxUzFSMRFBYBNBkuFxhH\
KjFNLUdSK1+ZmSRtCgdvCg8gT0YBBz8yc3Rw/vkfHwAAAQBL//YCQwIiABQATLUDAQADAUxL\
sBlQWEATBQQCAgJtTQADAwBiAQEAAGsAThtAFwUEAgICbU0AAABrTQADAwFiAAEBcQFOWUAN\
AAAAFAAUIxMkEQYNGisBESMnIwYGIyImNREzERQWMzI2NRECQ3IUCBpbM1hqlSouRDICIv3e\
RiomX2kBZP7BOjxdVwEBAAABAAAAAAI5AiIADAAhQB4GAQIAAUwBAQAAbU0DAQICawJOAAAA\
DAAMGBEEDRgrMwMzExYWFzM2NxMzA9DQnGkJCwEEAxNpnNACIv7JHDwYNjoBN/3eAAEACgAA\
A04CIgAqACFAHiEUBQMAAQFMAwICAQFtTQQBAABrAE4RGxwRHAUNGyslLgMnIw4DBwcjAzMX\
HgIXMz4DNxMzEx4CFTM+Ajc3MwMjAeUEDxIQAwQDDxIQBCygm5Q/BwsKAgQBBgkHAkOkQAQL\
CQQCCg0HQZKdor8RQ01BDw9BTUQSvQIi8hlGQRMOLzIpBwEG/voOPkATEUFIGfL93gAAAQAF\
AAACPQIiAAsAH0AcCQYDAwIAAUwBAQAAbU0DAQICawJOEhISEQQNGisTAzMXNzMDEyMnByO+\
sKlqa6myuqlzc6kBFwELrq7+9f7pu7sAAAEAAP8QAjkCIgAaACdAJBoTBQMDABIBAgMCTAEB\
AABtTQADAwJiAAICbwJOJSMZEAQNGisRMxMWFhczNjY3EzMDBgYjIiYnNRYWMzI2NzejZwgI\
AgMDCwdloOcfd04ZJQ4LHxEvNw0JAiL+zRYvGhovFgEz/ZhVVQUDdgIEOSgbAAABABsAAAHK\
AiIACQApQCYHAQECAgEAAwJMAAEBAl8AAgJtTQADAwBfAAAAawBOEhESEAQNGishITUTIzUh\
FQMzAcr+Uf3uAZf2/1gBWHJh/rEAAgCIAm0B1wLwAAsAFwAlsQZkREAaAgEAAQEAWQIBAAAB\
YQMBAQABUSQkJCIEDRorsQYARBM0NjMyFhUUBiMiJjc0NjMyFhUUBiMiJogoHBwpKRwcKMUo\
HRwpKRwdKAKuIx8fIyEgICEjHx8jISAgAAEAFwGgAVcDVgAXADBALQwBAQILAQMBAgEAAwNM\
AAIAAQMCAWkAAwAAA1cAAwMAXwAAAwBPFiQnEAQMGisBITU3NjY1NCYjIgcnNjYzMhYVFAYH\
BzMBV/7EbS0hFxQnMTwgTzVBTzI7M6wBoFJrLC8aEhQrShwjPzstSjUuAAEAHQGYAVMDVQAn\
AE1ASiUBBQAkAQQFBgEDBBABAgMPAQECBUwGAQAABQQABWkABAADAgQDaQACAQECWQACAgFh\
AAECAVEBACIgHBoZFxQSDgwAJwEnBwwWKxMyFhUUBgcVFhYVFAYjIic1FhYzMjU0JiMjNTMy\
NjU0JiMiBgcnNja4PVAnLDIvVltHPiBBI0YiLzctMx0YGRcpHDEeSgNVPTQiMQ4GCjkjO0Qi\
XRMZNBQgTiEUExgSFEUXHgABACgCXgFCAv4ADAAgsQZkREAVBwACAAEBTAABAAGFAAAAdhUV\
Ag0YK7EGAEQBDgMHIzU+AjczAUIOLjUzE2MQKyoOpwL0DigsJw0NEzM3FgAAAf/u/xAAzAAA\
ABUAMrEGZERAJxMQBwMBAgYBAAECTAACAQKFAAEAAAFZAAEBAGIAAAEAUhYlIgMNGSuxBgBE\
FxQGIyImJzUWFjMyNjU0Jic3MwcWFsxBVhYjDg4pDw4VJC0mXg0eMXo4PgYEUgQGDRESHAdL\
HgotAAABAC0BoAEdA0wADQAmQCMMCwIAAQFMAgEBAAABVwIBAQEAXwAAAQBPAAAADQANEQMM\
FysBESM1NDY2NwYGBwcnNwEddAECAQYXCCY1kwNM/lTaDSonBwgXBx4+cwAAAgAcAW8BaALS\
AAsAFQA+S7AbUFhAEgACAAACAGUAAwMBYQABAYoDThtAGAABAAMCAQNpAAIAAAJZAAICAGEA\
AAIAUVm2IiQkIgQPGisBFAYjIiY1NDYzMhYHFBYzMjU0IyIGAWhaTUhdWk1HXukgI0JCIyAC\
IVVdXVVVXFxVMTFiYTD//wAAAAACsgOmAiYADAAAAQcAJwB8AKgACLECAbCosDUr//8AAAAA\
ArIDpgImAAwAAAEHAEUA6gCoAAixAgGwqLA1K///AAAAAAKyA6YCJgAMAAABBwBjAF0AqAAI\
sQIBsKiwNSv//wAAAAACsgOdAiYADAAAAQcAZABnAKgACLECAbCosDUr//8AOv8QAloC1AIm\
AA<KEY>//8AWgAAAgADpgImABAAAA<KEY>
A<KEY>//<KEY>
AbCosDUr//8AOv/2AuIDpgImABoAAAEHAEUBHwCoAAixAgGwqLA1K///ADr/9gLiA6YCJgAa\
AA<KEY>
//<KEY>
AEoAqAAIsQECsKiwNSv//wAq//YCEQL+AiYAKAAAAAYAJ1EA//8AKv/2AhEC/gImACgAAAAH\
AEUAvwAA//8AKv/2AhEC/gImACgAAAAGAGMyAP//ACr/9gIRAvUCJgAoAAAABgBkPAD//wAt\
/xAB4wIsAiYAKgAAAAcARgDLAAD//wAt//YCJAL+AiYALAAAAAcARQC5AAD//wAt//YCJAL+\
AiYALAAAAAYAYywA//8ATgAAAWwC/gImAHEAAAAGAEUqAP//AC3/9gI+Av4CJgA2AAAABwBF\
AMcAAP//AC3/9gI+Av4CJgA2AAAABgBjOgD//wAt//YCPgL1AiYANgAAAAYAZEQA//8AS//2\
AkMC/gImADwAAAAHAE<KEY>AC<KEY>FAAA\
Am0C/QAmAC0AAAAHADABgwAA//8AFAAAAmYC/QAmAC0AAAAHADMBgwAA//8AFAAAA/AC/QAm\
AC0AAAAnAC0BgwAAAAcAMAMGAAD//wAUAAAD6QL9ACYALQAAACcALQGDAAAABwAzAwYAAAAB\
AE<KEY>
AAD+<KEY>//AC0AAAEdAawDBwBHAAD+YAAJsQABuP5gsDUrAP//ABcAAAFX\
AbYDBwBDAAD+YAAJsQABuP5gsDUrAP//AB3/+AFTAbUDBwBEAAD+YAAJsQABuP5gsDUrAP//\
AAYAAAFyAa8DBwBlAAD+YAAJsQACuP5gsDUrAP//ACn/+AFdAawDBwBmAAD+YAAJsQABuP5g\
sDUrAP//ABn/+AFmAbUDBwBqAAD+YAAJsQACuP5gsDUrAP//AB0AAAFjAawDBwBnAAD+YAAJ\
sQABuP5gsDUrAP//ABb/9gFlAbYDBwBoAAD+YAAJsQADuP5gsDUrAP//ABX/+AFiAbUDBwBr\
AAD+YAAJsQACuP5gsDUrAP//ABQBFAFnAtQDBwBpAAD/fgAJsQACuP9+sDUrAP//AC0BHgEd\
AsoDBwBHAAD/fgAJsQABuP9+sDUrAP//ABcBHgFXAtQDBwBDAAD/fgAJsQABuP9+sDUrAP//\
AB0BFgFTAtMDBwBEAAD/fgAJsQABuP9+sDUrAP//AAYBHgFyAs0DBwBlAAD/fgAJsQACuP9+\
sDUrAP//ACkBFgFdAsoDBwBmAAD/fgAJsQABuP9+sDUrAP//ABkBFgFmAtMDBwBqAAD/fgAJ\
sQACuP9+sDUrAP//AB0BHgFjAsoDBwBnAAD/fgAJsQABuP9+sDUrAP//ABYBFAFlAtQDBwBo\
AAD/fgAJsQADuP9+sDUrAP//ABUBFgFiAtMDBwBrAAD/fgAJsQACuP9+sDUrAAAAAAAAGQEy\
AAMAAQQJAAAAaAAAAAMAAQQJAAEAHABoAAMAAQQJAAIADgCEAAMAAQQJAAMAMACSAAMAAQQJ\
AAQAHABoAAMAAQQJAAUArADCAAMAAQQJAAYAGgFuAAMAAQQJAQUADAGIAAMAAQQJAQYACAGU\
AAMAAQQJAQcAFAGcAAMAAQQJAQgACgGwAAMAAQQJAQkADgCEAAMAAQQJAQoADAG6AAMAAQQJ\
AQsAEAHGAAMAAQQJAQwACAHWAAMAAQQJAQ0AEgHeAAMAAQQJAQ4ACgHwAAMAAQQJAQ8ACgH6\
AAMAAQQJARAAEgIEAAMAAQQJAREAEgIEAAMAAQQJARIAGgIWAAMAAQQJARMADAIwAAMAAQQJ\
ARQAKAI8AAMAAQQJARUACAJkAAMAAQQJARYADgJsAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAw\
ADEANQAtADIAMAAyADEAIABHAG8AbwBnAGwAZQAgAEwATABDAC4AIABBAGwAbAAgAFIAaQBn\
AGgAdABzACAAUgBlAHMAZQByAHYAZQBkAC4ATgBvAHQAbwAgAFMAYQBuAHMAIABCAG8AbABk\
AFIAZQBnAHUAbABhAHIAMgAuADAAMAA2ADsARwBPAE8ARwA7AE4AbwB0AG8AUwBhAG4AcwAt\
AEIAbwBsAGQAVgBlAHIAcwBpAG8AbgAgADIALgAwADAANgA7ACAAdAB0AGYAYQB1AHQAbwBo\
AGkAbgB0ACAAKAB2ADEALgA4ACkAIAAtAGwAIAA4ACAALQByACAANQAwACAALQBHACAAMgAw\
ADAAIAAtAHgAIAAxADQAIAAtAEQAIABsAGEAdABuACAALQBmACAAbgBvAG4AZQAgAC0AYQAg\
AHEAcwBxACAALQBYACAAIgAiAE4AbwB0AG8AUwBhAG4AcwAtAEIAbwBsAGQAVwBlAGkAZwBo\
AHQAVABoAGkAbgBFAHgAdAByAGEATABpAGcAaAB0AEwAaQBnAGgAdABNAGUAZABpAHUAbQBT\
AGUAbQBpAEIAbwBsAGQAQgBvAGwAZABFAHgAdAByAGEAQgBvAGwAZABCAGwAYQBjAGsAVwBp\
AGQAdABoAEMAbwBuAGQAZQBuAHMAZQBkAFMAZQBtAGkAQwBvAG4AZABlAG4AcwBlAGQATgBv\
AHIAbQBhAGwAQwBvAG4AdAByAGEAcwB0ACAAKABHAHIAbwB0AGUAcwBxAHUAZQApAFQAZQB4\
AHQARABpAHMAcABsAGEAeQADAAAAAAAA/5wAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//\
AA8AAQACAA4AAAAqAAAAWAACAAQADAAlAAEAKABBAAEASABiAAEAbABwAAIADgAFABgAGAAY\
ACAAIAACAAEAbABwAAAAAQAEAAEBLQACAAYACgABATsAAQJ3AAEABAAAABQAAAAUAAAAFAAA\
ABQAAQAAAAEAAAAKADAAPgAEREZMVAAaY3lybAAaZ3JlawAabGF0bgAaAAQAAAAA//8AAQAA\
AAFrZXJuAAgAAAABAAAAAQAEAAIACAACAAoAigABACwABAAAABEAbgB6AHQAUgB6AHoAegBo\
AG4AbgBuAG4AdAB0AHoAegB6AAEAEQAMAA8AEAARABoAGwAcACYASQBKAEsATABOAE8AUQBS\
AFMABQAM/+wASf/sAEr/7ABL/+wATP/sAAEAFQBfAAEAFQAyAAEAFQA8AAEAI//sAAICvAAE\
AAADJgPkABMAEgAAAAAAAAAAAAAAAAAA/+wAAAAAAAAAAAAAAAAAAAAA//YAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7AAAAAAAAP/2AAD/9gAA\
AAAAAP/iAAD/9gAAAAD/7AAAAAAAAAAAAAAAAP/EAAD/2AAAAAAAAP+6AAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/87/7P/i\
/87/xAAAAAAAAAAAAAAAAAAA/9j/zgAA/+wAAAAA/+z/9v/2/+z/2AAAAAAAAAAAAAAAAAAA\
//b/9gAAAAAAAAAAAAD/7AAAAAAAAP/2AAAAAP/iAAD/7AAAAAAAAP/sAAAAAAAAAAD/7AAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAA/7r/7P/O/7D/ugAA/+wAAAAAAAAAAAAA/8T/ugAU/9gAAAAA/+wAAAAA\
/+wAAAAAAAAAAAAAAAAAAAAAAAD/9gAAAAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAD/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+wAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAD/zgAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/9gACABEADAAM\
AAAADgAQAAEAFgAXAAQAGgAcAAYAHwAlAAkAKAApABAALAAtABIALwAvABQANAA3ABUAOQA5\
ABkAOwA7ABoAPQBAABsASQBPAB8AUQBZACYAWwBcAC8AXgBgADEAbABsADQAAgAfAAwADAAD\
AA4ADgAKAA8ADwACABAAEAAEABYAFgAPABcAFwAJABoAGgACABsAGwASABwAHAACAB8AHwAM\
ACAAIAAGACEAIgAIACMAIwAPACQAJAAHACUAJQAOACgAKAABAC0ALQARAC8ALwABADQANQAB\
ADkAOQANADsAOwALAD0APgAFAD8APwAQAEAAQAAFAEkATAADAE0ATQAKAE4ATwAEAFEAUwAC\
AFQAVQAGAFYAWQABAGwAbAARAAEADABlAAUAAAACAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAC\
AAAAAgAAAAAADwAGAAsACwAAAAkAEQAAAAAABAAIAAEAAQABAAoADgAIAAAAAAAIAAgAAwAD\
AAEAAwABAAMADQAMAAMABwAHAAcABwAQAAAAAAAAAAAAAAAAAAAABQAFAAUABQACAAAAAAAA\
AAIAAgACAAYABgABAAQABAAEAAEAAQABAAAAAQABAAEAAwADAAAAAAAAAAAAAAAAAAAAAAAA\
AAoACgAKAAoACgABAAAACgA2AGoABERGTFQAGmN5cmwAGmdyZWsAGmxhdG4AGgAEAAAAAP//\
AAQAAAABAAIAAwAEZG5vbQAaZnJhYwAgbGlnYQAobnVtcgAuAAAAAQABAAAAAgACAAMAAAAB\
AAUAAAABAAAABgAcAA4AHAA0AFgAcAABAAAAAQAIAAEAFABwAAEAAAABAAgAAQAGAHoAAgAB\
AAIACwAAAAYAAAABAAgAAwABABIAAQAqAAAAAQAAAAQAAgABAHIAewAAAAEAAAABAAgAAQAG\
//YAAgABAHwAhQAAAAQAAAABAAgAAQA2AAEACAAFAAwAFAAcACIAKABvAAMALQAwAHAAAwAt\
ADMAbAACAC0AbQACADAAbgACADMAAQABAC0AAA==') format('woff');
font-style: normal;
font-weight: bold;
unicode-range: U+20,U+30-39,U+41-5A,U+5F,U+61-7A,U+BA,U+C0-C3,U+C7,U+C9-CA,U+CD,U+D3-D5,U+DA,U+DC,U+E0-E3,U+E7,U+E9-EA,U+ED,U+F3-F5,U+FA,U+FC;
font-display: swap;
} | 0.234845 | 0.120542 |
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: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 11, ../sass/screen.scss */
body {
background: #000;
font-family: "Roboto Mono", monospaced;
font-weight: 300;
font-size: 16px;
line-height: 180%;
color: #fff;
}
/* line 20, ../sass/screen.scss */
h3 {
font-weight: 700;
}
/* line 24, ../sass/screen.scss */
input {
outline: none;
}
/* line 28, ../sass/screen.scss */
.full {
line-height: auto;
}
/* line 34, ../sass/screen.scss */
.directions {
background: #fff;
width: 500px;
position: absolute;
top: 50%;
left: 50%;
color: #000;
-webkit-box-shadow: 0px 0px 18px 2px white;
-moz-box-shadow: 0px 0px 18px 2px white;
box-shadow: 0px 0px 18px 2px white;
}
/* line 45, ../sass/screen.scss */
.directions .content {
width: 85%;
padding: 1em;
}
/* line 55, ../sass/screen.scss */
code {
color: red;
font-style: italic;
}
/* line 60, ../sass/screen.scss */
.row {
padding: 0.75em 0;
font-size: 2em;
line-height: 150%;
}
/* line 66, ../sass/screen.scss */
.row .content {
width: 80%;
margin: 0 auto;
}
/* line 69, ../sass/screen.scss */
.row .content p {
padding: 0.75em 0;
}
/* line 75, ../sass/screen.scss */
.row .story {
height: 50%;
overflow: hidden;
background: black;
background: -moz-linear-gradient(top, black 0%, black 93%, #3b3b3b 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(93%, black), color-stop(100%, #3b3b3b));
background: -webkit-linear-gradient(top, black 0%, black 93%, #3b3b3b 100%);
}
/* line 86, ../sass/screen.scss */
.row .exposition {
height: 100%;
}
/* line 92, ../sass/screen.scss */
.row .terminal {
background: #474747;
background: black;
background: -moz-linear-gradient(top, black 0%, #292929 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, #292929));
background: -webkit-linear-gradient(top, black 0%, #292929 100%);
color: #fff;
width: 100%;
/*height: 50%;*/
}
/* line 103, ../sass/screen.scss */
.row .terminal .content {
width: 85%;
padding: 1em;
font-size: 2em;
}
/* line 108, ../sass/screen.scss */
.row .terminal .content input {
background: transparent;
border: none;
font-family: "Roboto Mono", monospaced;
color: white;
font-size: 2em;
} | nmp/v1/stylesheets/screen.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* line 11, ../sass/screen.scss */
body {
background: #000;
font-family: "Roboto Mono", monospaced;
font-weight: 300;
font-size: 16px;
line-height: 180%;
color: #fff;
}
/* line 20, ../sass/screen.scss */
h3 {
font-weight: 700;
}
/* line 24, ../sass/screen.scss */
input {
outline: none;
}
/* line 28, ../sass/screen.scss */
.full {
line-height: auto;
}
/* line 34, ../sass/screen.scss */
.directions {
background: #fff;
width: 500px;
position: absolute;
top: 50%;
left: 50%;
color: #000;
-webkit-box-shadow: 0px 0px 18px 2px white;
-moz-box-shadow: 0px 0px 18px 2px white;
box-shadow: 0px 0px 18px 2px white;
}
/* line 45, ../sass/screen.scss */
.directions .content {
width: 85%;
padding: 1em;
}
/* line 55, ../sass/screen.scss */
code {
color: red;
font-style: italic;
}
/* line 60, ../sass/screen.scss */
.row {
padding: 0.75em 0;
font-size: 2em;
line-height: 150%;
}
/* line 66, ../sass/screen.scss */
.row .content {
width: 80%;
margin: 0 auto;
}
/* line 69, ../sass/screen.scss */
.row .content p {
padding: 0.75em 0;
}
/* line 75, ../sass/screen.scss */
.row .story {
height: 50%;
overflow: hidden;
background: black;
background: -moz-linear-gradient(top, black 0%, black 93%, #3b3b3b 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(93%, black), color-stop(100%, #3b3b3b));
background: -webkit-linear-gradient(top, black 0%, black 93%, #3b3b3b 100%);
}
/* line 86, ../sass/screen.scss */
.row .exposition {
height: 100%;
}
/* line 92, ../sass/screen.scss */
.row .terminal {
background: #474747;
background: black;
background: -moz-linear-gradient(top, black 0%, #292929 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, #292929));
background: -webkit-linear-gradient(top, black 0%, #292929 100%);
color: #fff;
width: 100%;
/*height: 50%;*/
}
/* line 103, ../sass/screen.scss */
.row .terminal .content {
width: 85%;
padding: 1em;
font-size: 2em;
}
/* line 108, ../sass/screen.scss */
.row .terminal .content input {
background: transparent;
border: none;
font-family: "Roboto Mono", monospaced;
color: white;
font-size: 2em;
} | 0.30715 | 0.063279 |
Structrual styles for Authorize.Net Pro-Forms.
These are basic CSS rules. You can override any of these
through the `/style.css` file for your WordPress theme.
*/
form.s2member-pro-authnet-form
{
margin : 0;
padding : 0;
clear : both;
display : block;
text-align : left;
}
div.s2member-pro-authnet-form-section
{
text-align : left;
margin : 25px 0 0 0;
}
div.s2member-pro-authnet-form-section:first-child
{
margin-top : 0;
}
div.s2member-pro-authnet-form-options-section,
div.s2member-pro-authnet-registration-form-description-section,
div.s2member-pro-authnet-checkout-form-description-section,
div.s2member-pro-authnet-sp-checkout-form-description-section,
div.s2member-pro-authnet-form-coupon-section
{
display : none;
}
div.s2member-pro-authnet-form-response-section
{
margin-top : 0;
}
div.s2member-pro-authnet-form-response-info,
div.s2member-pro-authnet-form-response-error
{
border-radius : 5px;
color : #000000;
padding : 10px 60px 10px 10px;
}
div.s2member-pro-authnet-form-response-info a,
div.s2member-pro-authnet-form-response-error a
{
color : #000000;
text-decoration : underline;
}
div.s2member-pro-authnet-form-response-info
{
font-size : 120%;
border : 1px solid #F1EADA;
background : #FFFFCC url('<?php echo $i; ?>/info-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-response-error
{
border : 1px solid #FE8989;
background : #FFD5D5 url('<?php echo $i; ?>/error-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-description-div
{
font-size : 140%;
font-family : 'Monaco', 'Menlo', 'Consolas', 'Courier New', monospace;
}
div.s2member-pro-authnet-form-section-title
{
font-size : 150%;
text-align : left;
min-height : 22px;
margin : 0 0 25px 0;
border : 1px solid;
padding : 10px 0 10px 0;
border-width : 0 0 1px 0;
font-family : 'Domine', 'Georgia', serif;
}
div.s2member-pro-authnet-form-coupon-div > label > span::before
{
vertical-align : middle;
margin : 0 5px 0 0;
display : inline-block;
content : url('<?php echo $i; ?>/coupon-icon.png');
}
div.s2member-pro-authnet-form-registration-section-title
{
background : url('<?php echo $i; ?>/secure-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-custom-fields-section-title
{
background : url('<?php echo $i; ?>/details-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-billing-method-section-title
{
background : url('<?php echo $i; ?>/wallet-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-billing-address-section-title
{
background : url('<?php echo $i; ?>/address-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-captcha-section-title
{
background : url('<?php echo $i; ?>/captcha-icon.png') no-repeat center right;
}
label.s2member-pro-authnet-form-card-type-label
{
width : 25%;
cursor : pointer;
text-align : center;
display : inline-block;
}
label.s2member-pro-authnet-form-card-type-label.disabled
{
opacity : 0.2;
filter : alpha(opacity=20);
}
label.s2member-pro-authnet-form-card-type-label input[type="radio"]
{
margin-top : 40px !important;
}
label.s2member-pro-authnet-form-card-type-visa-label
{
background : url('<?php echo $i; ?>/visa-card.png') no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-mastercard-label
{
background : url('<?php echo $i; ?>/mastercard-card.png') no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-amex-label
{
background : url('<?php echo $i; ?>/amex-card.png') no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-discover-label
{
background : url('<?php echo $i; ?>/discover-card.png') no-repeat top center;
}
div.s2member-pro-authnet-form-submission-section-title
{
margin-bottom : 0;
background : url('<?php echo $i; ?>/arrow-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div
{
text-align : left;
margin : 15px 0 0 0;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="text"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="email"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="password"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div textarea,
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select
{
margin : 0;
padding : 5px;
width : 100%;
box-sizing : border-box;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="checkbox"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="radio"]
{
margin : 0 3px 0 0;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div label
{
display : inline;
cursor : pointer;
font-weight : normal;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div label.s2member-pro-authnet-form-card-type-label
{
display : inline-block;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select.s2member-pro-authnet-card-expiration-month,
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select.s2member-pro-authnet-card-expiration-year
{
width : 50%;
float : left;
display : inline-block;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select.s2member-pro-authnet-card-expiration-year
{
width : 49%;
float : right;
display : inline-block;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div label.ws-plugin--s2member-custom-reg-field-op-l
{
opacity : 0.7;
font-size : 90%;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-custom-reg-field-divider-section
{
height : 1px;
border : 0 solid;
line-height : 1px;
border-width : 0 0 1px 0;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-custom-reg-field-divider-section-title
{
border : 0 solid;
font-size : 110%;
border-width : 0 0 1px 0;
padding : 0 0 12px 0;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-coupon-div input[type="text"]
{
margin : 0;
width : 74%;
vertical-align : middle;
display : inline;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-coupon-div input[type="button"]
{
margin : 0;
width : 25%;
float : right;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-ajax-tax-div > div,
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-coupon-response-div > div
{
color : #446F5C;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
border-radius : 5px;
padding : 5px 60px 5px 5px;
border : 1px solid #A9D6B6;
background : #CCEED9 url('<?php echo $i; ?>/tax-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-ajax-tax-div > div > img
{
border : 0;
width : 16px;
height : 16px;
margin : 0 5px 0 0;
background : transparent;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input.s2member-pro-authnet-password2
{
margin-top : 5px;
}
div.s2member-pro-authnet-form-submission-section > div.s2member-pro-authnet-form-custom-reg-field-opt-in-div
{
float : left;
max-width : 70%;
}
div.s2member-pro-authnet-form-submission-section > div.s2member-pro-authnet-form-submit-div
{
float : right;
} | src/includes/separates/gateways/authnet/authnet.css | Structrual styles for Authorize.Net Pro-Forms.
These are basic CSS rules. You can override any of these
through the `/style.css` file for your WordPress theme.
*/
form.s2member-pro-authnet-form
{
margin : 0;
padding : 0;
clear : both;
display : block;
text-align : left;
}
div.s2member-pro-authnet-form-section
{
text-align : left;
margin : 25px 0 0 0;
}
div.s2member-pro-authnet-form-section:first-child
{
margin-top : 0;
}
div.s2member-pro-authnet-form-options-section,
div.s2member-pro-authnet-registration-form-description-section,
div.s2member-pro-authnet-checkout-form-description-section,
div.s2member-pro-authnet-sp-checkout-form-description-section,
div.s2member-pro-authnet-form-coupon-section
{
display : none;
}
div.s2member-pro-authnet-form-response-section
{
margin-top : 0;
}
div.s2member-pro-authnet-form-response-info,
div.s2member-pro-authnet-form-response-error
{
border-radius : 5px;
color : #000000;
padding : 10px 60px 10px 10px;
}
div.s2member-pro-authnet-form-response-info a,
div.s2member-pro-authnet-form-response-error a
{
color : #000000;
text-decoration : underline;
}
div.s2member-pro-authnet-form-response-info
{
font-size : 120%;
border : 1px solid #F1EADA;
background : #FFFFCC url('<?php echo $i; ?>/info-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-response-error
{
border : 1px solid #FE8989;
background : #FFD5D5 url('<?php echo $i; ?>/error-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-description-div
{
font-size : 140%;
font-family : 'Monaco', 'Menlo', 'Consolas', 'Courier New', monospace;
}
div.s2member-pro-authnet-form-section-title
{
font-size : 150%;
text-align : left;
min-height : 22px;
margin : 0 0 25px 0;
border : 1px solid;
padding : 10px 0 10px 0;
border-width : 0 0 1px 0;
font-family : 'Domine', 'Georgia', serif;
}
div.s2member-pro-authnet-form-coupon-div > label > span::before
{
vertical-align : middle;
margin : 0 5px 0 0;
display : inline-block;
content : url('<?php echo $i; ?>/coupon-icon.png');
}
div.s2member-pro-authnet-form-registration-section-title
{
background : url('<?php echo $i; ?>/secure-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-custom-fields-section-title
{
background : url('<?php echo $i; ?>/details-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-billing-method-section-title
{
background : url('<?php echo $i; ?>/wallet-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-billing-address-section-title
{
background : url('<?php echo $i; ?>/address-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-captcha-section-title
{
background : url('<?php echo $i; ?>/captcha-icon.png') no-repeat center right;
}
label.s2member-pro-authnet-form-card-type-label
{
width : 25%;
cursor : pointer;
text-align : center;
display : inline-block;
}
label.s2member-pro-authnet-form-card-type-label.disabled
{
opacity : 0.2;
filter : alpha(opacity=20);
}
label.s2member-pro-authnet-form-card-type-label input[type="radio"]
{
margin-top : 40px !important;
}
label.s2member-pro-authnet-form-card-type-visa-label
{
background : url('<?php echo $i; ?>/visa-card.png') no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-mastercard-label
{
background : url('<?php echo $i; ?>/mastercard-card.png') no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-amex-label
{
background : url('<?php echo $i; ?>/amex-card.png') no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-discover-label
{
background : url('<?php echo $i; ?>/discover-card.png') no-repeat top center;
}
div.s2member-pro-authnet-form-submission-section-title
{
margin-bottom : 0;
background : url('<?php echo $i; ?>/arrow-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div
{
text-align : left;
margin : 15px 0 0 0;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="text"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="email"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="password"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div textarea,
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select
{
margin : 0;
padding : 5px;
width : 100%;
box-sizing : border-box;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="checkbox"],
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input[type="radio"]
{
margin : 0 3px 0 0;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div label
{
display : inline;
cursor : pointer;
font-weight : normal;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div label.s2member-pro-authnet-form-card-type-label
{
display : inline-block;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select.s2member-pro-authnet-card-expiration-month,
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select.s2member-pro-authnet-card-expiration-year
{
width : 50%;
float : left;
display : inline-block;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div select.s2member-pro-authnet-card-expiration-year
{
width : 49%;
float : right;
display : inline-block;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div label.ws-plugin--s2member-custom-reg-field-op-l
{
opacity : 0.7;
font-size : 90%;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-custom-reg-field-divider-section
{
height : 1px;
border : 0 solid;
line-height : 1px;
border-width : 0 0 1px 0;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-custom-reg-field-divider-section-title
{
border : 0 solid;
font-size : 110%;
border-width : 0 0 1px 0;
padding : 0 0 12px 0;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-coupon-div input[type="text"]
{
margin : 0;
width : 74%;
vertical-align : middle;
display : inline;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-coupon-div input[type="button"]
{
margin : 0;
width : 25%;
float : right;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-ajax-tax-div > div,
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-coupon-response-div > div
{
color : #446F5C;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
border-radius : 5px;
padding : 5px 60px 5px 5px;
border : 1px solid #A9D6B6;
background : #CCEED9 url('<?php echo $i; ?>/tax-icon.png') no-repeat center right;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-ajax-tax-div > div > img
{
border : 0;
width : 16px;
height : 16px;
margin : 0 5px 0 0;
background : transparent;
vertical-align : middle;
}
div.s2member-pro-authnet-form-section > div.s2member-pro-authnet-form-div input.s2member-pro-authnet-password2
{
margin-top : 5px;
}
div.s2member-pro-authnet-form-submission-section > div.s2member-pro-authnet-form-custom-reg-field-opt-in-div
{
float : left;
max-width : 70%;
}
div.s2member-pro-authnet-form-submission-section > div.s2member-pro-authnet-form-submit-div
{
float : right;
} | 0.249905 | 0.046184 |
.big-box{
margin-left: auto;
margin-right: auto;
width: 1180px;
min-height: 400px;
margin-top:10px;
}
.big-box-left{
width: 150px;
float:left;
}
.big-box-right{
width: 900px;
float:right;
}
.clr{
clear: both;
}
.box{
border: 1px solid #ececec;
margin: 0;
padding: 0;
}
.box-title{
background:#E5E5E5;
height:29px;
line-height:29px;
font-weight:bold;
font-size:14px;
padding-left: 10px;
padding-right: 10px;
}
.box-title span{
float: right;
padding-right: 10px
}
.box-title a{
text-decoration: none;
color: #0069D6;
}
.box-title a:hover{
color: #0099FF
}
.box-content{
margin:10px auto;
padding:10px;
overflow:hidden;
display:block;
}
.box-inside{
overflow:hidden;
width: 688px;
}
.box-content a{
text-decoration: none;
}
.box-content a:hover{
color: #0099FF
}
.portlet-content ul li{
line-height: 24px;
}
.row{
line-height: 25px;
position: relative;
padding-left: 100px;
padding-top:10px;
}
.row label{
position: absolute;
vertical-align: middle;
left: 0;
height: 26px;
line-height: 26px;
display: block;
}
td,table,tr{
padding:0;
margin:0;
}
#table{
width:800px;
height:80px;
text-align:center;
border-radius:5px;
border:1px solid #AEC7E5;
border-radius:5px;
}
#tr-first{
background:#dff1fe;
height:30px;
border-bottom: 1px solid #AEC7E5;
border-top: 1px solid #A2CBFF;
}
.th:hover{
border:2px solid #7bb8e3;
border-radius:3px;
}
#item{
text-align:left;
font-size:12px;
color:#FC6210;
font-weight:700;
}
#tr-second{
border-bottom: 1px solid #AEC7E5;
border-top: 1px solid #A2CBFF;
}
#tr-second:hover{
background:#7bb8e3;
}
span[class="required"]{
color: red;
}
.news-img{
text-align: center;
height: 200px;
padding: 35px 0;
}
.news-link{
color:#0069d6;
}
.news-summary{
color: #808080;
}
.news-outside {
margin: 0px 5px;
border-bottom:1px solid darkgray ;
height: 230px;
}
#news-pag li a{
text-indent: 0px;
height: 35px;
width: 35px;
}
#news-pag-two li a{
text-indent: 0px;
height: 35px;
width: 35px;
}
#news-hot li{
margin: 5px 0px;
}
#comments-list li{
margin: 30px 10px 0px;
padding-bottom: 15px;
height:auto;
}
#comments-list{
padding-bottom: 20px;
}
#copy{
display:none;
}
.col-name{
padding: 0px;
}
.col-name th {
background: #EFF3F7;
text-align: center;
padding: 14px 10px 6px!important;
}
.skin-gray{
background: #F3F3F3;
}
.order-hd{
background:#E8F2FF;
}
.skin-gray a{
display:inline-block;
border: 1px solid darkgray;
border-radius: 4px;
color: #3366CC;
}
.sep-row td{
padding: 0px!important;
height: 6px;
}
.baobei-name{
color:#3366CC!important;
}
.desc span{
color:#808080!important;
}
.xiangqing td{
text-align: center;
vertical-align: middle;}
.my-order-table a{
color:#3366CC!important ;
}
.my-order-table a:hover{
color: red!important;
text-decoration: underline;
}
#changepassword-form input{
width: 200px;
}
#changepassword-form{
padding: 0px 50px;
}
.my-sidenav {
background: #F7F5FA;
font-size: 14px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.my-sidenav ul li{
margin: 10px;
}
.remind-box ul li{
float: left;
display: inline-block;
}
.remind-box ul{
display: inline-block;
}
#Comment_author{
width:500px!important;
border-radius: 5px;
height: 30px;
}
#Comment_email{
width:500px!important;
border-radius: 5px;
height: 30px;
}
#a123{
width: 500px!important;
border-radius: 5px;
}
#comments{
margin-left: 50px;
}
#content .box .box-content #yw0{
padding: 0!important;
margin-bottom:-30px ;
} | themes/default/css/member.css | .big-box{
margin-left: auto;
margin-right: auto;
width: 1180px;
min-height: 400px;
margin-top:10px;
}
.big-box-left{
width: 150px;
float:left;
}
.big-box-right{
width: 900px;
float:right;
}
.clr{
clear: both;
}
.box{
border: 1px solid #ececec;
margin: 0;
padding: 0;
}
.box-title{
background:#E5E5E5;
height:29px;
line-height:29px;
font-weight:bold;
font-size:14px;
padding-left: 10px;
padding-right: 10px;
}
.box-title span{
float: right;
padding-right: 10px
}
.box-title a{
text-decoration: none;
color: #0069D6;
}
.box-title a:hover{
color: #0099FF
}
.box-content{
margin:10px auto;
padding:10px;
overflow:hidden;
display:block;
}
.box-inside{
overflow:hidden;
width: 688px;
}
.box-content a{
text-decoration: none;
}
.box-content a:hover{
color: #0099FF
}
.portlet-content ul li{
line-height: 24px;
}
.row{
line-height: 25px;
position: relative;
padding-left: 100px;
padding-top:10px;
}
.row label{
position: absolute;
vertical-align: middle;
left: 0;
height: 26px;
line-height: 26px;
display: block;
}
td,table,tr{
padding:0;
margin:0;
}
#table{
width:800px;
height:80px;
text-align:center;
border-radius:5px;
border:1px solid #AEC7E5;
border-radius:5px;
}
#tr-first{
background:#dff1fe;
height:30px;
border-bottom: 1px solid #AEC7E5;
border-top: 1px solid #A2CBFF;
}
.th:hover{
border:2px solid #7bb8e3;
border-radius:3px;
}
#item{
text-align:left;
font-size:12px;
color:#FC6210;
font-weight:700;
}
#tr-second{
border-bottom: 1px solid #AEC7E5;
border-top: 1px solid #A2CBFF;
}
#tr-second:hover{
background:#7bb8e3;
}
span[class="required"]{
color: red;
}
.news-img{
text-align: center;
height: 200px;
padding: 35px 0;
}
.news-link{
color:#0069d6;
}
.news-summary{
color: #808080;
}
.news-outside {
margin: 0px 5px;
border-bottom:1px solid darkgray ;
height: 230px;
}
#news-pag li a{
text-indent: 0px;
height: 35px;
width: 35px;
}
#news-pag-two li a{
text-indent: 0px;
height: 35px;
width: 35px;
}
#news-hot li{
margin: 5px 0px;
}
#comments-list li{
margin: 30px 10px 0px;
padding-bottom: 15px;
height:auto;
}
#comments-list{
padding-bottom: 20px;
}
#copy{
display:none;
}
.col-name{
padding: 0px;
}
.col-name th {
background: #EFF3F7;
text-align: center;
padding: 14px 10px 6px!important;
}
.skin-gray{
background: #F3F3F3;
}
.order-hd{
background:#E8F2FF;
}
.skin-gray a{
display:inline-block;
border: 1px solid darkgray;
border-radius: 4px;
color: #3366CC;
}
.sep-row td{
padding: 0px!important;
height: 6px;
}
.baobei-name{
color:#3366CC!important;
}
.desc span{
color:#808080!important;
}
.xiangqing td{
text-align: center;
vertical-align: middle;}
.my-order-table a{
color:#3366CC!important ;
}
.my-order-table a:hover{
color: red!important;
text-decoration: underline;
}
#changepassword-form input{
width: 200px;
}
#changepassword-form{
padding: 0px 50px;
}
.my-sidenav {
background: #F7F5FA;
font-size: 14px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.my-sidenav ul li{
margin: 10px;
}
.remind-box ul li{
float: left;
display: inline-block;
}
.remind-box ul{
display: inline-block;
}
#Comment_author{
width:500px!important;
border-radius: 5px;
height: 30px;
}
#Comment_email{
width:500px!important;
border-radius: 5px;
height: 30px;
}
#a123{
width: 500px!important;
border-radius: 5px;
}
#comments{
margin-left: 50px;
}
#content .box .box-content #yw0{
padding: 0!important;
margin-bottom:-30px ;
} | 0.315209 | 0.130895 |
html,
body {
height: 100%;
margin: 0;
}
/*------------------------------------*\
#crosscover
\*------------------------------------*/
/**
* .crosscover
*/
.crosscover {
position: relative;
height: 100%;
overflow: hidden;
background-color: rgba(0,0,0,1);
}
/**
* .crosscover > .crosscover-list
*/
.crosscover-list {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.crosscover-item {
position: absolute;
display: block;
top: 0;
left: 0;
float: left;
width: 100%;
height: 100%;
opacity: 0;
background-position: center center;
background-size: cover;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.crosscover-item > img {
display: none;
}
.crosscover-item.is-wait {
opacity: 0;
z-index: 0;
}
.crosscover-item.is-active {
opacity: 1;
z-index: 1;
}
/*------------------------------------*\
#crosscover controller
\*------------------------------------*/
/**
* .crosscover-controller
*/
.crosscover-controller {
position: absolute;
z-index: 3;
bottom: 30px;
left: 0;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* .crosscover-controller > .crosscover-player
* .crosscover-controller > .crosscover-next
* .crosscover-controller > .crosscover-prev
*/
.crosscover-player,
.crosscover-next,
.crosscover-prev {
position: absolute;
bottom: 0;
width: 64px;
height: 64px;
padding: 0;
cursor: pointer;
border: none;
outline: none;
background-color: transparent;
}
.crosscover-player {
left: 50%;
margin-left: -32px;
}
.crosscover-prev {
left: 0;
}
.crosscover-next {
right: 0;
}
/*------------------------------------*\
#crosscover controler icons
\*------------------------------------*/
/**
* crosscover-icon-player
* Play & Pause
*/
.crosscover-player > .crosscover-icon-player:before,
.crosscover-player > .crosscover-icon-player:after {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0;
height: 0;
margin: -8px 0 0 -6px;
content: '';
transition: all .2s ease-out;
border: 10px solid transparent;
border-top: 10px solid transparent;
border-left: 15px solid rgba(255,255,255,1);
}
/* Play hover */
.crosscover-player:hover > .crosscover-icon-player:before,
.crosscover-player:hover > .crosscover-icon-player:after {
border-left-color: rgba(255,255,255,.4);
}
/* Pause */
.crosscover-player.is-playing > .crosscover-icon-player:before,
.crosscover-player.is-playing > .crosscover-icon-player:after {
margin: -8px 0 0 -2px;
content: '';
border: 2px solid rgba(255,255,255,1);
border-top-width: 20px;
}
.crosscover-player.is-playing > .crosscover-icon-player:before {
left: 42%;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.crosscover-player.is-playing > .crosscover-icon-player:after {
left: 58%;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
/* Pause hover */
.crosscover-player.is-playing:hover > .crosscover-icon-player:before,
.crosscover-player.is-playing:hover > .crosscover-icon-player:after {
border: 2px solid rgba(255,255,255,.4);
border-top-width: 20px;
}
/**
* Next & Prev icons
*/
.crosscover-icon-next:after,
.crosscover-icon-prev:after {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin-top: -5px;
margin-left: -5px;
content: '';
transition: all .2s ease-out;
border-top: 4px solid rgba(255,255,255,1);
border-right: 4px solid rgba(255,255,255,1);
border-radius: 2px;
}
/* Next */
.crosscover-icon-next:after {
margin-left: -10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* Prev */
.crosscover-icon-prev:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* Next and Prev hover */
.crosscover-next:hover .crosscover-icon-next:after,
.crosscover-prev:hover .crosscover-icon-prev:after {
border-top: 4px solid rgba(255,255,255,.4);
border-right: 4px solid rgba(255,255,255,.4);
}
/*------------------------------------*\
#crosscover overlay
\*------------------------------------*/
/**
* .crosscover-overlay
*/
.crosscover-overlay {
position: absolute;
z-index: 2;
display: table;
width: 100%;
height: 100%;
background: rgba(0,0,0,.6);
}
/**
* .crosscover-overlay > .crosscover-island
*/
.crosscover-island {
display: table-cell;
width: 100%;
height: 100%;
color: rgba(255,255,255,1);
text-align: center;
vertical-align: middle;
}
/**
* .crosscover-overlay > .crosscover-island > .crosscover-title
*/
.crosscover-title {
font-size: 48px;
font-size: 3rem;
color: rgba(255,255,255,1);
margin: 0;
}
/**
* .crosscover-overlay > .crosscover-island > .crosscover-description
*/
.crosscover-description {
font-size: 18px;
font-size: 1.15rem;
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 1rem;
color: rgba(255,255,255,1);
}
/*------------------------------------*\
#crosscover-dots
\*------------------------------------*/
/**
* .crosscover-dots
*/
.crosscover-dots {
position: absolute;
z-index: 100;
bottom: 0;
width: 1170px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
list-style:none;
text-align:center;
margin:0;
padding:0;
box-sizing: border-box;
list-style-type: none;
max-width: 1170px;
text-align: left;
padding: 0px 15px;
left: 0px;
right: 0px;
margin: 0px auto;
bottom: 20px;
}
[class^="crosscover-dots-nav-"]{
display:inline-block;
bottom: 0;
padding: 16px 2px;
}
[class^="crosscover-dots-nav-"] button {
width: 13px;
height: 13px;
cursor: pointer;
background-color: rgba(255, 255, 255, 1);
border-radius: 50%;
border: none;
outline: none;
padding: 0;
display:block !important;
}
[class^="crosscover-dots-nav-"] button:hover{
background-color: rgba(255,255,255,.6);
}
[class^="crosscover-dots-nav-"].is-active button,
[class^="crosscover-dots-nav-"].is-active button:hover{
background-color: rgba(255,255,255,1);
}
/*------------------------------------*\
#crosscover fade-in
\*------------------------------------*/
@-webkit-keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
-webkit-animation-name: fade-in;
animation-name: fade-in;
}
@-webkit-keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fade-out {
-webkit-animation-name: fade-out;
animation-name: fade-out;
}
/*------------------------------------*\
#crosscover2
\*------------------------------------*/
/**
* .crosscover2
*/
.crosscover2 {
position: relative;
height: 100%;
overflow: hidden;
background-color: rgba(0,0,0,1);
}
/**
* .crosscover2 > .crosscover2-list
*/
.crosscover2-list {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.crosscover2-item {
position: absolute;
display: block;
top: 0;
left: 0;
float: left;
width: 100%;
height: 100%;
opacity: 0;
background-position: center center;
background-size: cover;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.crosscover2-item > img {
display: none;
}
.crosscover2-item.is-wait {
opacity: 0;
z-index: 0;
}
.crosscover2-item.is-active {
opacity: 1;
z-index: 1;
}
/*------------------------------------*\
#crosscover controller
\*------------------------------------*/
/**
* .crosscover2-controller
*/
.crosscover2-controller {
position: absolute;
z-index: 3;
bottom: 30px;
left: 0;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* .crosscover2-controller > .crosscover2-player
* .crosscover2-controller > .crosscover2-next
* .crosscover2-controller > .crosscover2-prev
*/
.crosscover2-player,
.crosscover2-next,
.crosscover2-prev {
position: absolute;
bottom: 0;
width: 64px;
height: 64px;
padding: 0;
cursor: pointer;
border: none;
outline: none;
background-color: transparent;
}
.crosscover2-player {
left: 50%;
margin-left: -32px;
}
.crosscover2-prev {
left: 0;
}
.crosscover2-next {
right: 0;
}
/*------------------------------------*\
#crosscover controler icons
\*------------------------------------*/
/**
* crosscover-icon-player
* Play & Pause
*/
.crosscover2-player > .crosscover2-icon-player:before,
.crosscover2-player > .crosscover2-icon-player:after {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0;
height: 0;
margin: -8px 0 0 -6px;
content: '';
transition: all .2s ease-out;
border: 10px solid transparent;
border-top: 10px solid transparent;
border-left: 15px solid rgba(255,255,255,1);
}
/* Play hover */
.crosscover2-player:hover > .crosscover2-icon-player:before,
.crosscover2-player:hover > .crosscover2-icon-player:after {
border-left-color: rgba(255,255,255,.4);
}
/* Pause */
.crosscover2-player.is-playing > .crosscover2-icon-player:before,
.crosscover2-player.is-playing > .crosscover2-icon-player:after {
margin: -8px 0 0 -2px;
content: '';
border: 2px solid rgba(255,255,255,1);
border-top-width: 20px;
}
.crosscover2-player.is-playing > .crosscover2-icon-player:before {
left: 42%;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.crosscover2-player.is-playing > .crosscover2-icon-player:after {
left: 58%;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
/* Pause hover */
.crosscover2-player.is-playing:hover > .crosscover2-icon-player:before,
.crosscover2-player.is-playing:hover > .crosscover2-icon-player:after {
border: 2px solid rgba(255,255,255,.4);
border-top-width: 20px;
}
/**
* Next & Prev icons
*/
.crosscover2-icon-next:after,
.crosscover2-icon-prev:after {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin-top: -5px;
margin-left: -5px;
content: '';
transition: all .4s ease-out;
border-top: 4px solid rgba(255,255,255,1);
border-right: 4px solid rgba(255,255,255,1);
border-radius: 2px;
}
/* Next */
.crosscover2-icon-next:after {
margin-left: -10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* Prev */
.crosscover2-icon-prev:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* Next and Prev hover */
.crosscover2-next:hover .crosscover2-icon-next:after,
.crosscover2-prev:hover .crosscover2-icon-prev:after {
border-top: 4px solid rgba(255,255,255,.4);
border-right: 4px solid rgba(255,255,255,.4);
}
/*------------------------------------*\
#crosscover overlay
\*------------------------------------*/
/**
* .crosscover2-overlay
*/
.crosscover2-overlay {
position: absolute;
z-index: 2;
display: table;
width: 100%;
height: 100%;
background: rgba(0,0,0,.6);
}
/**
* .crosscover2-overlay > .crosscover2-island
*/
.crosscover2-island {
display: table-cell;
width: 100%;
height: 100%;
color: rgba(255,255,255,1);
text-align: center;
vertical-align: middle;
}
/**
* .crosscover2-overlay > .crosscover2-island > .crosscover2-title
*/
.crosscover2-title {
font-size: 48px;
font-size: 3rem;
color: rgba(255,255,255,1);
margin: 0;
}
/**
* .crosscover2-overlay > .crosscover2-island > .crosscover2-description
*/
.crosscover2-description {
font-size: 18px;
font-size: 1.15rem;
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 1rem;
color: rgba(255,255,255,1);
}
/*------------------------------------*\
#crosscover-dots
\*------------------------------------*/
/**
* .crosscover2-dots
*/
.crosscover2-dots {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
list-style:none;
text-align:center;
margin:0;
padding:0;
box-sizing: border-box;
list-style-type: none;
}
[class^="crosscover-dots-nav-"]{
display:inline-block;
bottom: 0;
}
[class^="crosscover-dots-nav-"] button {
width: 14px;
height: 14px;
cursor: pointer;
background-color: rgba(255, 255, 255, 1);
border-radius: 50%;
border: none;
outline: none;
padding: 0;
display:none;
border:2px solid #fff;
}
[class^="crosscover-dots-nav-"] button:hover{
background-color: #f1be16;
border:2px solid #fff;
}
[class^="crosscover-dots-nav-"].is-active button,
[class^="crosscover-dots-nav-"].is-active button:hover{
background-color: #f1be16;
border:2px solid #fff;
}
/*------------------------------------*\
#crosscover fade-in
\*------------------------------------*/
@-webkit-keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
-webkit-animation-name: fade-in;
animation-name: fade-in;
}
@-webkit-keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fade-out {
-webkit-animation-name: fade-out;
animation-name: fade-out;
}
@media (max-width: 1200px){
.crosscover-dots {
width: 970px;
}
}
@media (max-width: 991px){
.crosscover-dots {
display: none;
}
}
@media (max-width: 992px){
.crosscover{ height: 425px; }
a.go-down{ display: none;}
}
@media (max-width: 480px){
.crosscover{ height: 185px; }
} | frontend/web/css/crosscover.css | html,
body {
height: 100%;
margin: 0;
}
/*------------------------------------*\
#crosscover
\*------------------------------------*/
/**
* .crosscover
*/
.crosscover {
position: relative;
height: 100%;
overflow: hidden;
background-color: rgba(0,0,0,1);
}
/**
* .crosscover > .crosscover-list
*/
.crosscover-list {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.crosscover-item {
position: absolute;
display: block;
top: 0;
left: 0;
float: left;
width: 100%;
height: 100%;
opacity: 0;
background-position: center center;
background-size: cover;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.crosscover-item > img {
display: none;
}
.crosscover-item.is-wait {
opacity: 0;
z-index: 0;
}
.crosscover-item.is-active {
opacity: 1;
z-index: 1;
}
/*------------------------------------*\
#crosscover controller
\*------------------------------------*/
/**
* .crosscover-controller
*/
.crosscover-controller {
position: absolute;
z-index: 3;
bottom: 30px;
left: 0;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* .crosscover-controller > .crosscover-player
* .crosscover-controller > .crosscover-next
* .crosscover-controller > .crosscover-prev
*/
.crosscover-player,
.crosscover-next,
.crosscover-prev {
position: absolute;
bottom: 0;
width: 64px;
height: 64px;
padding: 0;
cursor: pointer;
border: none;
outline: none;
background-color: transparent;
}
.crosscover-player {
left: 50%;
margin-left: -32px;
}
.crosscover-prev {
left: 0;
}
.crosscover-next {
right: 0;
}
/*------------------------------------*\
#crosscover controler icons
\*------------------------------------*/
/**
* crosscover-icon-player
* Play & Pause
*/
.crosscover-player > .crosscover-icon-player:before,
.crosscover-player > .crosscover-icon-player:after {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0;
height: 0;
margin: -8px 0 0 -6px;
content: '';
transition: all .2s ease-out;
border: 10px solid transparent;
border-top: 10px solid transparent;
border-left: 15px solid rgba(255,255,255,1);
}
/* Play hover */
.crosscover-player:hover > .crosscover-icon-player:before,
.crosscover-player:hover > .crosscover-icon-player:after {
border-left-color: rgba(255,255,255,.4);
}
/* Pause */
.crosscover-player.is-playing > .crosscover-icon-player:before,
.crosscover-player.is-playing > .crosscover-icon-player:after {
margin: -8px 0 0 -2px;
content: '';
border: 2px solid rgba(255,255,255,1);
border-top-width: 20px;
}
.crosscover-player.is-playing > .crosscover-icon-player:before {
left: 42%;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.crosscover-player.is-playing > .crosscover-icon-player:after {
left: 58%;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
/* Pause hover */
.crosscover-player.is-playing:hover > .crosscover-icon-player:before,
.crosscover-player.is-playing:hover > .crosscover-icon-player:after {
border: 2px solid rgba(255,255,255,.4);
border-top-width: 20px;
}
/**
* Next & Prev icons
*/
.crosscover-icon-next:after,
.crosscover-icon-prev:after {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin-top: -5px;
margin-left: -5px;
content: '';
transition: all .2s ease-out;
border-top: 4px solid rgba(255,255,255,1);
border-right: 4px solid rgba(255,255,255,1);
border-radius: 2px;
}
/* Next */
.crosscover-icon-next:after {
margin-left: -10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* Prev */
.crosscover-icon-prev:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* Next and Prev hover */
.crosscover-next:hover .crosscover-icon-next:after,
.crosscover-prev:hover .crosscover-icon-prev:after {
border-top: 4px solid rgba(255,255,255,.4);
border-right: 4px solid rgba(255,255,255,.4);
}
/*------------------------------------*\
#crosscover overlay
\*------------------------------------*/
/**
* .crosscover-overlay
*/
.crosscover-overlay {
position: absolute;
z-index: 2;
display: table;
width: 100%;
height: 100%;
background: rgba(0,0,0,.6);
}
/**
* .crosscover-overlay > .crosscover-island
*/
.crosscover-island {
display: table-cell;
width: 100%;
height: 100%;
color: rgba(255,255,255,1);
text-align: center;
vertical-align: middle;
}
/**
* .crosscover-overlay > .crosscover-island > .crosscover-title
*/
.crosscover-title {
font-size: 48px;
font-size: 3rem;
color: rgba(255,255,255,1);
margin: 0;
}
/**
* .crosscover-overlay > .crosscover-island > .crosscover-description
*/
.crosscover-description {
font-size: 18px;
font-size: 1.15rem;
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 1rem;
color: rgba(255,255,255,1);
}
/*------------------------------------*\
#crosscover-dots
\*------------------------------------*/
/**
* .crosscover-dots
*/
.crosscover-dots {
position: absolute;
z-index: 100;
bottom: 0;
width: 1170px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
list-style:none;
text-align:center;
margin:0;
padding:0;
box-sizing: border-box;
list-style-type: none;
max-width: 1170px;
text-align: left;
padding: 0px 15px;
left: 0px;
right: 0px;
margin: 0px auto;
bottom: 20px;
}
[class^="crosscover-dots-nav-"]{
display:inline-block;
bottom: 0;
padding: 16px 2px;
}
[class^="crosscover-dots-nav-"] button {
width: 13px;
height: 13px;
cursor: pointer;
background-color: rgba(255, 255, 255, 1);
border-radius: 50%;
border: none;
outline: none;
padding: 0;
display:block !important;
}
[class^="crosscover-dots-nav-"] button:hover{
background-color: rgba(255,255,255,.6);
}
[class^="crosscover-dots-nav-"].is-active button,
[class^="crosscover-dots-nav-"].is-active button:hover{
background-color: rgba(255,255,255,1);
}
/*------------------------------------*\
#crosscover fade-in
\*------------------------------------*/
@-webkit-keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
-webkit-animation-name: fade-in;
animation-name: fade-in;
}
@-webkit-keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fade-out {
-webkit-animation-name: fade-out;
animation-name: fade-out;
}
/*------------------------------------*\
#crosscover2
\*------------------------------------*/
/**
* .crosscover2
*/
.crosscover2 {
position: relative;
height: 100%;
overflow: hidden;
background-color: rgba(0,0,0,1);
}
/**
* .crosscover2 > .crosscover2-list
*/
.crosscover2-list {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.crosscover2-item {
position: absolute;
display: block;
top: 0;
left: 0;
float: left;
width: 100%;
height: 100%;
opacity: 0;
background-position: center center;
background-size: cover;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.crosscover2-item > img {
display: none;
}
.crosscover2-item.is-wait {
opacity: 0;
z-index: 0;
}
.crosscover2-item.is-active {
opacity: 1;
z-index: 1;
}
/*------------------------------------*\
#crosscover controller
\*------------------------------------*/
/**
* .crosscover2-controller
*/
.crosscover2-controller {
position: absolute;
z-index: 3;
bottom: 30px;
left: 0;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* .crosscover2-controller > .crosscover2-player
* .crosscover2-controller > .crosscover2-next
* .crosscover2-controller > .crosscover2-prev
*/
.crosscover2-player,
.crosscover2-next,
.crosscover2-prev {
position: absolute;
bottom: 0;
width: 64px;
height: 64px;
padding: 0;
cursor: pointer;
border: none;
outline: none;
background-color: transparent;
}
.crosscover2-player {
left: 50%;
margin-left: -32px;
}
.crosscover2-prev {
left: 0;
}
.crosscover2-next {
right: 0;
}
/*------------------------------------*\
#crosscover controler icons
\*------------------------------------*/
/**
* crosscover-icon-player
* Play & Pause
*/
.crosscover2-player > .crosscover2-icon-player:before,
.crosscover2-player > .crosscover2-icon-player:after {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0;
height: 0;
margin: -8px 0 0 -6px;
content: '';
transition: all .2s ease-out;
border: 10px solid transparent;
border-top: 10px solid transparent;
border-left: 15px solid rgba(255,255,255,1);
}
/* Play hover */
.crosscover2-player:hover > .crosscover2-icon-player:before,
.crosscover2-player:hover > .crosscover2-icon-player:after {
border-left-color: rgba(255,255,255,.4);
}
/* Pause */
.crosscover2-player.is-playing > .crosscover2-icon-player:before,
.crosscover2-player.is-playing > .crosscover2-icon-player:after {
margin: -8px 0 0 -2px;
content: '';
border: 2px solid rgba(255,255,255,1);
border-top-width: 20px;
}
.crosscover2-player.is-playing > .crosscover2-icon-player:before {
left: 42%;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.crosscover2-player.is-playing > .crosscover2-icon-player:after {
left: 58%;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
/* Pause hover */
.crosscover2-player.is-playing:hover > .crosscover2-icon-player:before,
.crosscover2-player.is-playing:hover > .crosscover2-icon-player:after {
border: 2px solid rgba(255,255,255,.4);
border-top-width: 20px;
}
/**
* Next & Prev icons
*/
.crosscover2-icon-next:after,
.crosscover2-icon-prev:after {
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 10px;
margin-top: -5px;
margin-left: -5px;
content: '';
transition: all .4s ease-out;
border-top: 4px solid rgba(255,255,255,1);
border-right: 4px solid rgba(255,255,255,1);
border-radius: 2px;
}
/* Next */
.crosscover2-icon-next:after {
margin-left: -10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* Prev */
.crosscover2-icon-prev:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
/* Next and Prev hover */
.crosscover2-next:hover .crosscover2-icon-next:after,
.crosscover2-prev:hover .crosscover2-icon-prev:after {
border-top: 4px solid rgba(255,255,255,.4);
border-right: 4px solid rgba(255,255,255,.4);
}
/*------------------------------------*\
#crosscover overlay
\*------------------------------------*/
/**
* .crosscover2-overlay
*/
.crosscover2-overlay {
position: absolute;
z-index: 2;
display: table;
width: 100%;
height: 100%;
background: rgba(0,0,0,.6);
}
/**
* .crosscover2-overlay > .crosscover2-island
*/
.crosscover2-island {
display: table-cell;
width: 100%;
height: 100%;
color: rgba(255,255,255,1);
text-align: center;
vertical-align: middle;
}
/**
* .crosscover2-overlay > .crosscover2-island > .crosscover2-title
*/
.crosscover2-title {
font-size: 48px;
font-size: 3rem;
color: rgba(255,255,255,1);
margin: 0;
}
/**
* .crosscover2-overlay > .crosscover2-island > .crosscover2-description
*/
.crosscover2-description {
font-size: 18px;
font-size: 1.15rem;
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 1rem;
color: rgba(255,255,255,1);
}
/*------------------------------------*\
#crosscover-dots
\*------------------------------------*/
/**
* .crosscover2-dots
*/
.crosscover2-dots {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
list-style:none;
text-align:center;
margin:0;
padding:0;
box-sizing: border-box;
list-style-type: none;
}
[class^="crosscover-dots-nav-"]{
display:inline-block;
bottom: 0;
}
[class^="crosscover-dots-nav-"] button {
width: 14px;
height: 14px;
cursor: pointer;
background-color: rgba(255, 255, 255, 1);
border-radius: 50%;
border: none;
outline: none;
padding: 0;
display:none;
border:2px solid #fff;
}
[class^="crosscover-dots-nav-"] button:hover{
background-color: #f1be16;
border:2px solid #fff;
}
[class^="crosscover-dots-nav-"].is-active button,
[class^="crosscover-dots-nav-"].is-active button:hover{
background-color: #f1be16;
border:2px solid #fff;
}
/*------------------------------------*\
#crosscover fade-in
\*------------------------------------*/
@-webkit-keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
-webkit-animation-name: fade-in;
animation-name: fade-in;
}
@-webkit-keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fade-out {
-webkit-animation-name: fade-out;
animation-name: fade-out;
}
@media (max-width: 1200px){
.crosscover-dots {
width: 970px;
}
}
@media (max-width: 991px){
.crosscover-dots {
display: none;
}
}
@media (max-width: 992px){
.crosscover{ height: 425px; }
a.go-down{ display: none;}
}
@media (max-width: 480px){
.crosscover{ height: 185px; }
} | 0.475605 | 0.054777 |
.background_greenYellow5,
.hover_background_greenYellow5:hover,
.active_background_greenYellow5:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(95, 158, 0)), color-stop(100%, rgb(76, 126, 0)));
background-image: -webkit-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: -o-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: linear-gradient(to bottom, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9e00', endColorstr='#4c7e00',GradientType=0 );
}
.background_greenYellow5h,
.hover_background_greenYellow5h:hover,
.active_background_greenYellow5h:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(115, 189, 0)), color-stop(100%, rgb(92, 151, 0)));
background-image: -webkit-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: -o-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: linear-gradient(to bottom, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bd00', endColorstr='#5c9700',GradientType=0 );
}
.background_greenYellow5a,
.hover_background_greenYellow5a:hover,
.active_background_greenYellow5a:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(92, 151, 0)), color-stop(100%, rgb(115, 189, 0)));
background-image: -webkit-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -o-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: linear-gradient(to bottom, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9700', endColorstr='#73bd00',GradientType=0 );
}
.background_greenYellow5s,
.hover_background_greenYellow5s:hover,
.active_background_greenYellow5s:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(143, 236, 0)), color-stop(100%, rgb(115, 189, 0)));
background-image: -webkit-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -o-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: linear-gradient(to bottom, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fec00', endColorstr='#73bd00',GradientType=0 );
}
.background_color_greenYellow5,
.hover_background_color_greenYellow5:hover,
.active_background_color_greenYellow5:active:hover {
background-color:#4c7e00;
}
.background_first_color_greenYellow5,
.hover_background_first_color_greenYellow5:hover,
.active_background_first_color_greenYellow5:active:hover {
background-color:#5f9e00;
}
.background_last_color_greenYellow5,
.hover_background_last_color_greenYellow5:hover,
.active_background_color_last_greenYellow5:active:hover {
background-color:#4c7e00;
}
/* ------------------------------ color settings -------------------------------*/
.color_greenYellow5,
.hover_color_greenYellow5:hover,
.active_color_greenYellow5:active:hover {
color: #c8c8c8;
}
.color_greenYellow5h,
.hover_color_greenYellow5h:hover,
.active_color_greenYellow5h:active:hover {
color: #c8c8c8;
}
.color_greenYellow5a,
.hover_color_greenYellow5a:hover,
.active_color_greenYellow5a:active:hover {
color: #ff0;
}
.color_greenYellow5s,
.hover_color_greenYellow5s:hover,
.active_color_greenYellow5s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_greenYellow5,
.hover_border_greenYellow5:hover,
.active_border_greenYellow5:active:hover {
border-color: #4c7e00 #4c7e00 #4c7e00 #4c7e00;
}
.border_greenYellow5h,
.hover_border_greenYellow5h:hover,
.active_border_greenYellow5h:active:hover {
border-color: #457200 #457200 #457200 #457200;
}
.border_greenYellow5a,
.hover_border_greenYellow5a:hover,
.active_border_greenYellow5a:active:hover {
border-color: #3d6500 #3d6500 #3d6500 #3d6500;
}
.border_greenYellow5s,
.hover_border_greenYellow5s:hover,
.active_border_greenYellow5s:active:hover {
border-color: #73bd00 #73bd00 #73bd00 #73bd00;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_greenYellow5,
.hover_shadow_expand_greenYellow5:hover,
.active_shadow_expand_greenYellow5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(76, 126, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(76, 126, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(76, 126, 0, .39);
}
.shadow_expand_greenYellow5h,
.hover_shadow_expand_greenYellow5h:hover,
.active_shadow_expand_greenYellow5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(92, 151, 0, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(92, 151, 0, .50);
box-shadow: 0em 0em 1em 0.25em rgba(92, 151, 0, .50);
}
.shadow_expand_greenYellow5a,
.hover_shadow_expand_greenYellow5a:hover,
.active_shadow_expand_greenYellow5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .63);
box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .63);
}
.shadow_expand_greenYellow5s,
.hover_shadow_expand_greenYellow5s:hover,
.active_shadow_expand_greenYellow5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .78);
box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_greenYellow5,
.hover_shadow_left_greenYellow5:hover,
.active_shadow_left_greenYellow5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_left_greenYellow5h,
.hover_shadow_left_greenYellow5h:hover,
.active_shadow_left_greenYellow5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_left_greenYellow5a,
.hover_shadow_left_greenYellow5a:hover,
.active_shadow_left_greenYellow5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_left_greenYellow5s,
.hover_shadow_left_greenYellow5s:hover,
.active_shadow_left_greenYellow5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_greenYellow5,
.hover_shadow_right_greenYellow5:hover,
.active_shadow_right_greenYellow5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(76, 126, 0, .39);
box-shadow: 0.5em 0em 1em rgba(76, 126, 0, .39);
}
.shadow_right_greenYellow5h,
.hover_shadow_right_greenYellow5h:hover,
.active_shadow_right_greenYellow5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(92, 151, 0, .50);
box-shadow: 0.5em 0em 1em rgba(92, 151, 0, .50);
}
.shadow_right_greenYellow5a,
.hover_shadow_right_greenYellow5a:hover,
.active_shadow_right_greenYellow5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .63);
box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .63);
}
.shadow_right_greenYellow5s,
.hover_shadow_right_greenYellow5s:hover,
.active_shadow_right_greenYellow5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .78);
box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_greenYellow5,
.hover_shadow_top_greenYellow5:hover,
.active_shadow_top_greenYellow5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_top_greenYellow5h,
.hover_shadow_top_greenYellow5h:hover,
.active_shadow_top_greenYellow5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_top_greenYellow5a,
.hover_shadow_top_greenYellow5a:hover,
.active_shadow_top_greenYellow5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_top_greenYellow5s,
.hover_shadow_top_greenYellow5s:hover,
.active_shadow_top_greenYellow5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_greenYellow5,
.hover_shadow_bottom_greenYellow5:hover,
.active_shadow_bottom_greenYellow5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0em 0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_bottom_greenYellow5h,
.hover_shadow_bottom_greenYellow5h:hover,
.active_shadow_bottom_greenYellow5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0em 0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_bottom_greenYellow5a,
.hover_shadow_bottom_greenYellow5a:hover,
.active_shadow_bottom_greenYellow5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_bottom_greenYellow5s,
.hover_shadow_bottom_greenYellow5s:hover,
.active_shadow_bottom_greenYellow5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_greenYellow5,
.hover_shadow_top_left_greenYellow5:hover,
.active_shadow_top_left_greenYellow5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_top_left_greenYellow5h,
.hover_shadow_top_left_greenYellow5h:hover,
.active_shadow_top_left_greenYellow5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_top_left_greenYellow5a,
.hover_shadow_top_left_greenYellow5a:hover,
.active_shadow_top_left_greenYellow5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_top_left_greenYellow5s,
.hover_shadow_top_left_greenYellow5s:hover,
.active_shadow_top_left_greenYellow5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_greenYellow5,
.hover_shadow_top_right_greenYellow5:hover,
.active_shadow_top_right_greenYellow5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_top_right_greenYellow5h,
.hover_shadow_top_right_greenYellow5h:hover,
.active_shadow_top_right_greenYellow5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0.5em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_top_right_greenYellow5a,
.hover_shadow_top_right_greenYellow5a:hover,
.active_shadow_top_right_greenYellow5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_top_right_greenYellow5s,
.hover_shadow_top_right_greenYellow5s:hover,
.active_shadow_top_right_greenYellow5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_greenYellow5,
.hover_shadow_bottom_left_greenYellow5:hover,
.active_shadow_bottom_left_greenYellow5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(76, 126, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_bottom_left_greenYellow5h,
.hover_shadow_bottom_left_greenYellow5h:hover,
.active_shadow_bottom_left_greenYellow5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(92, 151, 0, .50);
box-shadow: -0.5em 0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_bottom_left_greenYellow5a,
.hover_shadow_bottom_left_greenYellow5a:hover,
.active_shadow_bottom_left_greenYellow5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .63);
box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_bottom_left_greenYellow5s,
.hover_shadow_bottom_left_greenYellow5s:hover,
.active_shadow_bottom_left_greenYellow5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .78);
box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_greenYellow5,
.hover_shadow_bottom_right_greenYellow5:hover,
.active_shadow_bottom_right_greenYellow5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_bottom_right_greenYellow5h,
.hover_shadow_bottom_right_greenYellow5h:hover,
.active_shadow_bottom_right_greenYellow5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0.5em 0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_bottom_right_greenYellow5a,
.hover_shadow_bottom_right_greenYellow5a:hover,
.active_shadow_bottom_right_greenYellow5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_bottom_right_greenYellow5s,
.hover_shadow_bottom_right_greenYellow5s:hover,
.active_shadow_bottom_right_greenYellow5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .78);
} | widgets/common/assets/gradients/simple/greenYellow/greenYellow5.css | .background_greenYellow5,
.hover_background_greenYellow5:hover,
.active_background_greenYellow5:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(95, 158, 0)), color-stop(100%, rgb(76, 126, 0)));
background-image: -webkit-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: -o-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
background-image: linear-gradient(to bottom, rgb(95, 158, 0) 0%, rgb(76, 126, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9e00', endColorstr='#4c7e00',GradientType=0 );
}
.background_greenYellow5h,
.hover_background_greenYellow5h:hover,
.active_background_greenYellow5h:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(115, 189, 0)), color-stop(100%, rgb(92, 151, 0)));
background-image: -webkit-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: -o-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
background-image: linear-gradient(to bottom, rgb(115, 189, 0) 0%, rgb(92, 151, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bd00', endColorstr='#5c9700',GradientType=0 );
}
.background_greenYellow5a,
.hover_background_greenYellow5a:hover,
.active_background_greenYellow5a:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(92, 151, 0)), color-stop(100%, rgb(115, 189, 0)));
background-image: -webkit-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -o-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
background-image: linear-gradient(to bottom, rgb(92, 151, 0) 0%, rgb(115, 189, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9700', endColorstr='#73bd00',GradientType=0 );
}
.background_greenYellow5s,
.hover_background_greenYellow5s:hover,
.active_background_greenYellow5s:active:hover {
background: #4c7e00;
background-image: -moz-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(143, 236, 0)), color-stop(100%, rgb(115, 189, 0)));
background-image: -webkit-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -o-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
background-image: linear-gradient(to bottom, rgb(143, 236, 0) 0%, rgb(115, 189, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fec00', endColorstr='#73bd00',GradientType=0 );
}
.background_color_greenYellow5,
.hover_background_color_greenYellow5:hover,
.active_background_color_greenYellow5:active:hover {
background-color:#4c7e00;
}
.background_first_color_greenYellow5,
.hover_background_first_color_greenYellow5:hover,
.active_background_first_color_greenYellow5:active:hover {
background-color:#5f9e00;
}
.background_last_color_greenYellow5,
.hover_background_last_color_greenYellow5:hover,
.active_background_color_last_greenYellow5:active:hover {
background-color:#4c7e00;
}
/* ------------------------------ color settings -------------------------------*/
.color_greenYellow5,
.hover_color_greenYellow5:hover,
.active_color_greenYellow5:active:hover {
color: #c8c8c8;
}
.color_greenYellow5h,
.hover_color_greenYellow5h:hover,
.active_color_greenYellow5h:active:hover {
color: #c8c8c8;
}
.color_greenYellow5a,
.hover_color_greenYellow5a:hover,
.active_color_greenYellow5a:active:hover {
color: #ff0;
}
.color_greenYellow5s,
.hover_color_greenYellow5s:hover,
.active_color_greenYellow5s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_greenYellow5,
.hover_border_greenYellow5:hover,
.active_border_greenYellow5:active:hover {
border-color: #4c7e00 #4c7e00 #4c7e00 #4c7e00;
}
.border_greenYellow5h,
.hover_border_greenYellow5h:hover,
.active_border_greenYellow5h:active:hover {
border-color: #457200 #457200 #457200 #457200;
}
.border_greenYellow5a,
.hover_border_greenYellow5a:hover,
.active_border_greenYellow5a:active:hover {
border-color: #3d6500 #3d6500 #3d6500 #3d6500;
}
.border_greenYellow5s,
.hover_border_greenYellow5s:hover,
.active_border_greenYellow5s:active:hover {
border-color: #73bd00 #73bd00 #73bd00 #73bd00;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_greenYellow5,
.hover_shadow_expand_greenYellow5:hover,
.active_shadow_expand_greenYellow5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(76, 126, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(76, 126, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(76, 126, 0, .39);
}
.shadow_expand_greenYellow5h,
.hover_shadow_expand_greenYellow5h:hover,
.active_shadow_expand_greenYellow5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(92, 151, 0, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(92, 151, 0, .50);
box-shadow: 0em 0em 1em 0.25em rgba(92, 151, 0, .50);
}
.shadow_expand_greenYellow5a,
.hover_shadow_expand_greenYellow5a:hover,
.active_shadow_expand_greenYellow5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .63);
box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .63);
}
.shadow_expand_greenYellow5s,
.hover_shadow_expand_greenYellow5s:hover,
.active_shadow_expand_greenYellow5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .78);
box-shadow: 0em 0em 1em 0.25em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_greenYellow5,
.hover_shadow_left_greenYellow5:hover,
.active_shadow_left_greenYellow5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_left_greenYellow5h,
.hover_shadow_left_greenYellow5h:hover,
.active_shadow_left_greenYellow5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_left_greenYellow5a,
.hover_shadow_left_greenYellow5a:hover,
.active_shadow_left_greenYellow5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_left_greenYellow5s,
.hover_shadow_left_greenYellow5s:hover,
.active_shadow_left_greenYellow5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_greenYellow5,
.hover_shadow_right_greenYellow5:hover,
.active_shadow_right_greenYellow5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(76, 126, 0, .39);
box-shadow: 0.5em 0em 1em rgba(76, 126, 0, .39);
}
.shadow_right_greenYellow5h,
.hover_shadow_right_greenYellow5h:hover,
.active_shadow_right_greenYellow5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(92, 151, 0, .50);
box-shadow: 0.5em 0em 1em rgba(92, 151, 0, .50);
}
.shadow_right_greenYellow5a,
.hover_shadow_right_greenYellow5a:hover,
.active_shadow_right_greenYellow5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .63);
box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .63);
}
.shadow_right_greenYellow5s,
.hover_shadow_right_greenYellow5s:hover,
.active_shadow_right_greenYellow5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .78);
box-shadow: 0.5em 0em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_greenYellow5,
.hover_shadow_top_greenYellow5:hover,
.active_shadow_top_greenYellow5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_top_greenYellow5h,
.hover_shadow_top_greenYellow5h:hover,
.active_shadow_top_greenYellow5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_top_greenYellow5a,
.hover_shadow_top_greenYellow5a:hover,
.active_shadow_top_greenYellow5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_top_greenYellow5s,
.hover_shadow_top_greenYellow5s:hover,
.active_shadow_top_greenYellow5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_greenYellow5,
.hover_shadow_bottom_greenYellow5:hover,
.active_shadow_bottom_greenYellow5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0em 0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_bottom_greenYellow5h,
.hover_shadow_bottom_greenYellow5h:hover,
.active_shadow_bottom_greenYellow5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0em 0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_bottom_greenYellow5a,
.hover_shadow_bottom_greenYellow5a:hover,
.active_shadow_bottom_greenYellow5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_bottom_greenYellow5s,
.hover_shadow_bottom_greenYellow5s:hover,
.active_shadow_bottom_greenYellow5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0em 0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_greenYellow5,
.hover_shadow_top_left_greenYellow5:hover,
.active_shadow_top_left_greenYellow5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_top_left_greenYellow5h,
.hover_shadow_top_left_greenYellow5h:hover,
.active_shadow_top_left_greenYellow5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: -0.5em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_top_left_greenYellow5a,
.hover_shadow_top_left_greenYellow5a:hover,
.active_shadow_top_left_greenYellow5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_top_left_greenYellow5s,
.hover_shadow_top_left_greenYellow5s:hover,
.active_shadow_top_left_greenYellow5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: -0.5em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_greenYellow5,
.hover_shadow_top_right_greenYellow5:hover,
.active_shadow_top_right_greenYellow5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_top_right_greenYellow5h,
.hover_shadow_top_right_greenYellow5h:hover,
.active_shadow_top_right_greenYellow5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0.5em -0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_top_right_greenYellow5a,
.hover_shadow_top_right_greenYellow5a:hover,
.active_shadow_top_right_greenYellow5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_top_right_greenYellow5s,
.hover_shadow_top_right_greenYellow5s:hover,
.active_shadow_top_right_greenYellow5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0.5em -0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_greenYellow5,
.hover_shadow_bottom_left_greenYellow5:hover,
.active_shadow_bottom_left_greenYellow5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(76, 126, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_bottom_left_greenYellow5h,
.hover_shadow_bottom_left_greenYellow5h:hover,
.active_shadow_bottom_left_greenYellow5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(92, 151, 0, .50);
box-shadow: -0.5em 0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_bottom_left_greenYellow5a,
.hover_shadow_bottom_left_greenYellow5a:hover,
.active_shadow_bottom_left_greenYellow5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .63);
box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_bottom_left_greenYellow5s,
.hover_shadow_bottom_left_greenYellow5s:hover,
.active_shadow_bottom_left_greenYellow5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .78);
box-shadow: -0.5em 0.5em 1em rgba(115, 189, 0, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_greenYellow5,
.hover_shadow_bottom_right_greenYellow5:hover,
.active_shadow_bottom_right_greenYellow5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(76, 126, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(76, 126, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(76, 126, 0, .39);
}
.shadow_bottom_right_greenYellow5h,
.hover_shadow_bottom_right_greenYellow5h:hover,
.active_shadow_bottom_right_greenYellow5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(92, 151, 0, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(92, 151, 0, .50);
box-shadow: 0.5em 0.5em 1em rgba(92, 151, 0, .50);
}
.shadow_bottom_right_greenYellow5a,
.hover_shadow_bottom_right_greenYellow5a:hover,
.active_shadow_bottom_right_greenYellow5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .63);
box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .63);
}
.shadow_bottom_right_greenYellow5s,
.hover_shadow_bottom_right_greenYellow5s:hover,
.active_shadow_bottom_right_greenYellow5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .78);
box-shadow: 0.5em 0.5em 1em rgba(115, 189, 0, .78);
} | 0.509764 | 0.107672 |
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
body{
padding:0;
margin:0;
position:relative;
font-family: 'Play', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
color: #023b83;
}
p{
margin:0;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
img{
width:100%;
}
/*-- banner --*/
header {
position: fixed;
z-index: 9;
width: 100%;
background-color: #f8f9fa;
}
.bg-light {
background-color: transparent !important;
}
h1{
font-size: inherit;
}
/*-- nav --*/
.navbar-nav{
margin-top: 15px;
}
.navbar-nav > li {
margin-right: 1.5em;
padding: 5px;
}
.dropdown-menu a {
font-size: 17px;
text-align: left;
font-weight: 400;
letter-spacing: 1px;
padding: 10px;
color: #023b6d;
}
.dropdown-menu a:hover{
color: #009bd9;
cursor: pointer;
}
.dropdown-menu li {
padding: 10px;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #009bd9;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
color: #009bd9;
font-size: 18px;
font-weight: 500;
letter-spacing: 2px;
text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
color: #023b83;
font-size: 18px;
font-weight: 400;
letter-spacing: 2px;
}
.navbar-light .navbar-brand {
color: #023b83;
font-size: 3em;
text-decoration: none;
border: 4px solid #023b83;
text-transform: uppercase;
font-weight: 700;
margin: 0;
text-align: left;
letter-spacing: 3px;
padding: 10px 15px;
line-height: 50px;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: #F44336;
border: 4px solid;
}
.navbar-brand span {
display: block;
}
.navbar-brand i {
padding: .17em .2em;
font-style: normal;
display: inline-block;
}
.w3layouts_banner_info{
text-align: center;
width: 80%;
margin: 15em auto 0;
}
.w3layouts_banner_info h2{
font-size:3em;
color:#fff;
text-transform:capitalize;
background:rgba(0, 208, 245, 0.65);
}
.w3layouts_banner_info p {
text-transform: uppercase;
color: #212121;
letter-spacing: 7px;
font-weight: bold;
margin-bottom: 1em;
}
.link-effect-2 a {
overflow: hidden;
padding: 20px;
color: #797878;
font-weight: 400;
}
.link-effect-2 a span {
position: relative;
display: inline-block;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.link-effect-2 a span::before {
color: #00d2ff;
position: absolute;
top: 100%;
content: attr(data-hover);
font-weight: 800;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.link-effect-2 a:hover span {
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/*-- //top-nav --*/
.cd-radial-slider-content h2,.cd-radial-slider-content h3 {
font-size: 3.5em;
color: #fff;
text-align: center;
line-height: 1.5em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 20px;
text-shadow: 2px 2px 2px rgb(12, 12, 12);
}
.cd-radial-slider-content h2 span ,.cd-radial-slider-content h3 span {
display: block;
color: #fcd000;
}
a.read,a.read2{
font-size: 17px;
color: #fff !important;
padding: .8em 1.5em;
margin-top: 1em;
display: inline-block;
letter-spacing: 3px;
background: transparent;
border: 2px solid #fff;
}
a.read i {
vertical-align: middle;
}
a.read2{
background:#000!important;
}
a.read:hover, a.read2:hover{
background: #3F51B5;
border: 2px solid #3F51B5;
}
/*-- //banner --*/
/*-- about --*/
h3.heading,h2.heading {
font-size: 50px;
font-weight: 700;
letter-spacing: 3px;
color: #023b83;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.card-title {
text-transform: uppercase;
font-size: 20px;
color: #F44336;
font-weight: bold;
letter-spacing: 3px;
position: relative;
margin-bottom: 1.2rem;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.card-text {
margin: 0;
font-size: 17px;
color: #777;
margin: 1em 0;
line-height: 32px;
font-weight: 500;
letter-spacing: 1px;
}
.card-title:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: 40%;
bottom: -30%;
}
.titleleft:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: 0%;
bottom: -30%;
}
.titleright:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: auto;
right: 0%;
bottom: -30%;
}
.card-body a.btn {
background: none;
color: #333;
letter-spacing: 2px;
padding: 10px 25px;
font-weight: 600;
font-size: 14px;
border-radius: 0;
border: 1px solid #333;
}
section.agile_stats {
background: #EFF6FD;
}
h3.stat-title {
color: #000;
letter-spacing: 4.5px;
font-size: 1.8em;
line-height: 25px;
}
.counter i {
color: #bed0e9;
}
.timer {
font-size: 2em;
color: #000;
}
.w3l-thead {
background: #007bff;
}
/*-- //about --*/
/*-- about bottom --*/
.bottom-grids h3 {
text-transform: uppercase;
font-size: 27px;
color: #F44336;
font-weight: bold;
letter-spacing: 3px;
position: relative;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.bottom-grids p {
font-size: 17px;
color: #777;
margin: 1em 0;
line-height: 32px;
font-weight: 500;
letter-spacing: 1px;
}
.bottom-grid1 a {
background: none;
color: #333;
letter-spacing: 2px;
padding: 12px 25px;
font-weight: 600;
font-size: 14px;
border-radius: 0;
border: 1px solid #333;
}
.bottom-grid1 a:hover {
background: #3F51B5;
color: #fff;
border: 1px solid #3F51B5;
}
.bottom-grid2 h4 {
font-size: 40px;
font-weight: bold;
text-align: center;
letter-spacing: 4px;
border: 2px solid #3F51B5;
background: #3F51B5;
color: #fff;
border-radius: 50%;
width: 250px;
height: 250px;
line-height: 250px;
margin: auto;
position: relative;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.bottom-grid2 h4:hover {
border: 2px solid #333;
background: #333;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.bottom-grid2 h4:after {
position: absolute;
content: '';
background: #fff;
width: 20%;
height: 2px;
left: 40%;
bottom: 35%;
}
.bottom-grid2 h4:before {
position: absolute;
content: '';
background: #fff;
width: 40%;
height: 2px;
left: 30%;
top: 35%;
}
/*-- //about bottom --*/
/*-- blog --*/
.blog-img {
padding: 0;
}
.blog-bottom {
background: #eb5273;
padding: 2em;
min-height: 330px;
}
.blog_info h5 a {
font-size: 20px;
color: #3F51B5;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
line-height: 1.5;
letter-spacing: 3px;
}
.blog_info p a.user-blog {
color: #555;
text-transform: capitalize;
font-size: 1em;
}
ul.blog_list li {
display: inline-block;
color: #212121;
font-size: 0.9em;
}
ul.blog_list li span {
color: #3F51B5;
padding-right: 8px;
}
ul.blog_list li i {
padding: 0 1em;
font-style: normal;
color: #999;
}
ul.blog_list li a {
text-decoration: none;
color: #212121;
}
.blog_info {
padding: 2em;
border: 3px solid #f5f5f5;
}
.blog-side.blog-top-right {
padding-right: 0;
}
.single-left1.blog_info {
margin: 0;
}
.blog_info p {
font-size: 17px;
color: #777;
margin: 1em 0;
line-height: 32px;
font-weight: 500;
letter-spacing: 1px;
}
ul.blog_list li a {
font-weight: 900;
font-size: 14px;
letter-spacing: 1px;
color: #515252;
}
/*-single-*/
.single-gd {
padding: 2em 2em;
border: 3px solid #f5f5f5;
margin-bottom: 1em;
}
.single-gd h4 {
font-size: 20px;
color: #4b4d4f;
margin-bottom: 20px;
letter-spacing: 1px;
font-weight: 900;
text-transform: capitalize;
}
h5.mt-0 {
margin-bottom: 15px;
font-size: 18px;
color: #3F51B5;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
line-height: 1.5;
letter-spacing: 2px;
}
.progress {
font-size: 0.75em;
line-height: 8em;
text-align: center;
background-color: #d6d9da;
border-radius: 0.25rem;
margin-bottom: 1em;
}
.card-body {
padding: 12px;
}
.card-header {
padding: 0;
color: #0e0f10;
}
.card-header button.btn.btn-link {
color: #555;
font-weight: 600;
}
.single-gd form input {
width: 100%;
}
.single-left .single-gd img {
margin-bottom: 1em;
}
.comment-top input[type="text"],
.comment-top input[type="email"],
.comment-top input[type="password"],
.comment-top input[type="radio"],
.comment-top textarea {
background: none;
width: 100%;
outline: none;
border: 1px solid #b7b7b7;
padding: 0.7em 1em;
font-size: 0.9em;
color: #777;
font-weight: 900;
margin: 0 0 0.7em;
letter-spacing: 2px;
}
.comment-top input[type="submit"] {
font-size: 1.1em;
font-weight: 900;
background: #3F51B5;
padding: 0.7em 1em;
letter-spacing: 3px;
text-align: center;
color: #fff;
border: none;
outline: none;
margin: 0 auto;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.comment-top input[type="submit"]:hover {
background: #222;
}
.single-gd form input[type="email"] {
outline: none;
padding: 12px 15px;
font-size: 14px;
font-weight: 900;
color: #777;
background: #ffffff;
letter-spacing: 3px;
border: none;
border: 1px solid #777;
margin: 0;
border-radius: 0;
}
.single-gd p{
font-size: 15px;
color: #777;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.comment-bottom textarea{
height: 120px;
}
.single-gd form input[type="submit"] {
background: #3F51B5;
padding: .8em 1em;
color: #fff;
font-size: 15px;
font-weight: 700;
display: block;
outline: none;
border: none;
cursor: pointer;
letter-spacing: 1px;
margin-top: 1em;
}
.single-gd form input[type="submit"]:hover {
background: #222;
}
.media-body p {
font-size: 15px;
color: #777;
margin: 1em 0;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.comment h3,
.comment-top h4 {
color: #555;
font-size: 1.4em;
text-align: left;
padding: 0 0 0.5em;
font-weight: 600;
letter-spacing: 1px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
margin-bottom: 1em;
}
.media img {
margin-right: 15px;
width: 15%;
}
.comment-top {
margin-top: 2em;
}
.blog-grid-right {
float: left;
width: 60%;
margin-left: 0.5em;
}
.blog-grid-left {
float: left;
width: 36%;
}
.blog-grid-right h5 {
font-size: 0.95em;
line-height: 1.4em;
font-weight: 600;
}
.blog-grid-right h5 a {
font-size: 15px;
color: #777;
margin: 1em 0;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.tech-btm img {
background: #f3f3f3;
padding: 6px;
}
/* //blog responsive code */
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width:1366px) {
}
@media screen and (max-width:1280px) {}
@media screen and (max-width: 1080px) {
.blog_info p {
line-height: 1.5;
letter-spacing: 0.3px;
}
.blog_info {
min-height: 275px;
padding: 1em 2em;
}
.blog_info.blog-right {
min-height: 305px;
width: 100%;
}
}
@media screen and (max-width: 1050px) {
.blog_info.blog-right {
min-height: 297px;
}
.blog-x.br-mar {
margin-top: 1.2em;
}
.blog_info.blog-right {
min-height: 370px;
}
.blog_info.blog-right {
min-height: 370px;
width: 100%;
}
.blog_info.blog-right.two {
min-height: 369px;
}
.single-gd h4 {
font-size: 1em;
}
}
@media screen and (max-width: 1024px) {
.blog_info.blog-right {
min-height: 372px;
}
.blog_info.blog-right.two {
min-height: 373px;
}
}
@media screen and (max-width: 991px) {
.blog_info {
min-height: auto;
padding:2em 2em;
}
.blog_info.blog-right {
min-height: auto;
}
.blog-side.blog-top-right {
padding-right: 0;
margin-top: 1em;
}
.blog_info.blog-right.two {
min-height: auto;
}
.single-gd h4 {
font-size: 1em;
}
.single-left {
margin-top: 2em;
}
}
@media screen and (max-width: 667px) {
.row {
margin-right: 5px;
margin-left: 5px;
}
.blog-side.blog-top-right {
padding-right: 0;
margin-top: 1em;
padding: 0;
}
.blog-sp {
padding: 0;
}
.mt-3 {
margin-top: 1em !important;
display: block;
}
.single-left {
margin-top: 2em;
padding: 0;
}
}
@media screen and (max-width: 640px) {
.blog-sp {
padding: 0;
}
}
@media screen and (max-width: 600px) {
.comment-top input[type="submit"] {
width:40%;
}
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 414px) {
.comment-top input[type="submit"] {
width:45%;
}
}
@media screen and (max-width: 384px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}
/* //blog responsive code */
/*-- error --*/
.content_left h2 {
font-size: 100px;
position: relative;
}
.content_left h2:after {
content: "";
position: absolute;
border: 5px solid #3F51B5;
width: 46px;
height: 46px;
left: 6.2%;
top: 31%;
border-radius: 50%;
}
.b-search input[type="text"] {
width: 100%;
outline: none;
padding: 12px 20px;
font-size: 16px;
font-weight: 900;
letter-spacing: 3px;
color: #333;
border: none;
box-sizing: border-box;
border: 1px solid #999;
}
.b-search input[type="submit"] {
background: url(../images/search-icon.png) no-repeat 14px 14px #3F51B5;
border: none;
height: 50px;
width: 50px;
display: inline-block;
position: absolute;
outline: none;
cursor: pointer;
top: 0px;
right: 0px;
}
.b-search {
position: relative;
width: 40%;
}
.back_to_index a {
font-size: 15px;
font-weight: 900;
background: #3F51B5;
padding: 1em 2em;
margin: 1em 0;
display: inline-block;
letter-spacing: 3px;
text-align: center;
color: #fff;
border: none;
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.back_to_index a:hover {
background: #333;
}
.content_left p {
font-size: 15px;
color: #777;`
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.content_left h5 {
font-size: 20px;
color: #3F51B5;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
line-height: 1.5;
letter-spacing: 3px;
}
/*-- //error --*/
/*-- counter--*/
.services-bottom {
background: url(1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-dott1 {
background: rgba(0, 0, 0, 0.4);
}
.stats h2.heading {
color: #fff;
}
.agile_count_grid_left {
text-align: center;
}
.agile_count_grid_left span,.agile_count_grid_right p{
font-size:3em;
}
.agile_count_grid_right p{
font-size: 2em;
border: 1px solid;
margin: 1em 0;
}
.agile_count_grid_right {
text-align: center;
}
.agile_count_grid_right p{
color: #fff;
font-weight: bold;
letter-spacing: 5px;
}
.w3_agile_stats_grid h4 {
font-size: 17px;
letter-spacing: 3px;
color: #ccc;
margin: .5em 0 0;
text-transform:capitalize;
position: relative;
text-align: center;
font-weight: bold;
}
.w3_agile_stats_grid h4:after{
position: absolute;
content: "";
height: 2px;
width: 20%;
background: #eee;
bottom: -100%;
left: 40%;
}
.agile_count_grid_left span {
color: #eee;
}
/*-- //counter--*/
/*-- //border-left-colors*/
.shadow{
box-shadow: 0 10px 15px rgb(2 59 109 / 10%);
}
.h-100:hover{
box-shadow: 0 20px 30px rgb(2 59 109 / 30%);
text-decoration: underline;
}
.text-gray-300{
color: gray;
font-weight: 300;
opacity: .3;
}
.text-gray-800{
color: darkgrey;
font-size: 25px;
font-weight: 800;
}
.border-left-primary {
border-left: 7px solid #007bff;
}
.border-left-info{
border-left: 7px solid #17a2b8;
}
.border-left-warning{
border-left: 7px solid #ffc107;
}
.border-left-danger{
border-left: 7px solid #dc3545;
}
.border-left-success{
border-left: 7px solid #28a745;
}
.border-left-dark{
border-left: 7px solid #343a40;
}
.border-left-secondary{
border-left: 7px solid #6c757d;
}
/*-- //border-left-colors*/
/*-- why --*/
.why{
background: url(../images/3.jpg) no-repeat center;
background-size: cover;
}
.layer{
background: rgba(37, 37, 37, 0.54);
}
.why h3.heading, .services-bottom .heading {
color: #fff;
}
.why-grid1 h4 {
text-transform: uppercase;
font-size: 30px;
color: #fff;
font-weight: bold;
letter-spacing: 4px;
line-height: 40px;
position: relative;
margin-bottom: 1.2rem;
text-shadow: 2px 2px 2px rgb(12, 12, 12);
}
.why-grid1 p {
margin: 0;
font-size: 16px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 6px;
text-decoration: underline;
}
.why-grid1 i.icon {
color: #fff;
font-size: 50px;
margin-bottom: .7em;
}
.why-grid1 a i {
color: #fff;
border: 2px solid #fff;
width: 50px;
height: 50px;
line-height: 47px;
font-size: 20px;
text-align: center;
border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.why-grid1 a i:hover {
background: #3F51B5;
border: 2px solid #3F51B5;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*-- why --*/
/*-- banner-bottom --*/
.w3-agileits-about h3,h3.tittle-agileits-w3layouts,.agileits_agile_contact_form h3,.w3-team-head h3,.services-heading h3{
font-size: 3em;
color: #000;
text-align: center;
margin-bottom:40px;
}
.w3-agileits-about-top h3 {
color: #000;
}
.banner-silder {
position: relative;
}
.view-tenth img {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
width:100%;
}
.view-tenth .mask {
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.view-tenth img {
filter: alpha(opacity=1);
opacity: 1;
}
.view-tenth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.view {
float: none;
overflow: hidden;
position: relative;
text-align: center;
background: #3F51B5;
min-height: 290px;
transition: 0.5s;
}
.view:hover{
box-shadow: 2px 15px 50px 2px rgba(0 0 0 / 70%);
transition: 0.5s;
}
.view1 {
background: #2196F3;
}
.view2 {
background: #ff4c4c;
}
.view3 {
background: #009688;
}
.view .mask,.view .content {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.agile_text_box p {
line-height: 1.8em;
width: 89%;
margin: 0 auto;
font-size: 15px;
color: #ccc;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.agile_text_box h3 {
font-size: 20px;
color: #fff;
margin: 1em 0;
font-weight: bold;
letter-spacing: 4px;
text-transform: uppercase;
}
.banner_bottom_right_grid {
padding-right: 0;
}
.wthree_banner_bottom_right_grids:nth-child(2){
margin:1em 0 0;
}
.banner_bottom_left h3 {
color: #212121;
font-size: 3em;
font-weight: 700;
text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-webkit-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-moz-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-o-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-ms-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
letter-spacing: 1px;
}
.banner_bottom_left p i {
color: #34bf49;
display: block;
margin: .5em 0 1em;
letter-spacing: 6px;
font-size: 0.9em;
}
.banner_bottom_left {
text-align: left;
margin-top: 1em;
}
.banner_bottom_left p{
line-height:2em;
margin-bottom:3em;
}
.wthree_more1 a,.wthree_more2 a,.wthree_more3 a {
text-align: center;
}
.wthree_more.wthree_more1 {
padding: 0;
margin-top:1em;
}
.wthree_more.wthree_more1 a {
width: 25%!important;
margin: 0!important;
}
.banner_bottom_right_grid i {
color: #fff;
font-size: 2em;
margin-top: 1.8em;
}
.banner_bottom_right .img_agile {
position: relative;
border: 7px solid #34bf49;
}
.banner_bottom_right .img_agile img {
position: relative;
top: 25px;
left: 25px;
display: block;
width: 100%;
height: auto;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
/*-- //banner-bottom --*/
/*-- team --*/
.w3_agileits-team1 h5 {
font-size: 20px;
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
letter-spacing: 3px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.w3_agileits-team1 p {
margin: 0;
font-size: 15px;
color: #777;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.social-icons ul li {
display: inline-block;
text-align: center;
}
.social-icons ul li a.fab {
font-size: 12px;
color: #fff;
background: #333;
width: 37px;
height: 37px;
line-height: 37px;
border-radius: 50%;
}
.social-icons ul li a.fab:hover {
color: #fff;
background: #3F51B5;
}
.team-right p {
font-size: 20px;
}
/*-- //team --*/
/*-- clients --*/
.clients-main{
background: url(../images/1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.wthree-different-dot1 {
background: rgba(37, 37, 37, 0.54);
}
.clients-main h3.heading {
color: #fff;
}
.cli-ent {
width: 60%;
margin: 0 auto;
}
.contact-w3layouts h3,
.clients h3 {
color: #000!important;
}
.spldishes-w3left {
padding: 2.3em;
background-color: #fd463e;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
background-color: #09c4dc;
}
.spldishes-agileinfo {
margin-top: 4em;
}
.spldishes-agileinfo h5 {
font-size: 2em;
color: #fff;
}
.spldishes-w3left p {
color: #fff;
margin-top: 1.4em;
}
.spldishes-grids {
padding: 0;
}
.g1 {
position: relative;
display: block;
padding: 0em 0em 3em;
margin: 0em 0em 0em 0em;
}
.agile-dish-caption h4 {
font-size: 28px;
color: #fff;
font-weight: 700;
margin: 0.6em 0;
text-transform: capitalize;
letter-spacing: 2px;
}
.agile-dish-caption h5 {
font-size: 18px;
color: #eee;
margin: 0.6em 0;
text-transform: capitalize;
letter-spacing: 1px;
font-weight: 600;
}
.agile-dish-caption h3 {
font-weight: bold;
color: #3d3d3d;
}
.agile-dish-caption span {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 30px;
color: #999;
font-weight: 300;
display: block;
}
#owl-demo .item img {
width: 100px;
}
p.para-w3-agile {
color: #eee;
font-size: 15px;
line-height: 28px;
letter-spacing: 1px;
text-align: center;
}
.agile-dish-caption {
text-align: center;
}
.flexslider .slides img {
display: inline-block;
width: 120px;
height: 120px;
border: 4px solid #fff;
border-radius: 50%;
}
.g1 p span.fa {
font-size: 1.8em;
color:#eee;
margin-right: 0.5em;
}
@media(max-width:480px) {
.agile-dish-caption {
padding: 0.5em;
}
.agile-dish-caption span {
font-size: 0.8em;
}
}
.client-eql {
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
/*-- //clients --*/
/*-- news --*/
.news-grids h4 {
font-size: 20px;
font-weight: bold;
letter-spacing: 3px;
color: #F44336;
position: relative;
}
.news-grids h4:after{
position: absolute;
content: '';
background: #F44336;
width: 10%;
height: 2px;
left: 45%;
bottom: -50%;
}
.news-grids a {
font-size: 15px;
font-weight: bold;
letter-spacing: 2px;
border: 1px solid #333;
padding: 10px 25px;
color: #333;
display: inline-block;
margin-top: 1em;
}
.news-grids a:hover,.card-body a.btn:hover{
background: #3F51B5;
color: #fff;
border: 1px solid #3F51B5;
}
.news-grids p {
font-size: 15px;
color: #777;
margin: 1em 0;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
padding: 0 .5em;
}
/*-- //news --*/
/*-- footer --*/
footer{
background: #f4faff;
position: relative;
z-index: 1;
bottom: 0;
}
footer:after {
position: absolute;
content: '';
left: 30px;
right: 30px;
bottom: 30px;
top: 30px;
border-radius: 5px;
border: 1px solid #fff;
z-index: -1;
}
.footer-logo a.navbar-brand {
color: #023b83;
font-size: 3em;
text-decoration: none;
border: 4px solid #023b83 !important;
text-transform: uppercase;
font-weight: 700;
margin: 0;
letter-spacing: 3px;
padding: 10px 15px;
line-height: 50px;
}
.social ul {
list-style-type: none;
}
.social ul li a {
font-size: 13px;
display: block;
color: #023b83;
background: #fff;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
}
.social ul li{
transition: 0.5s;
}
.social ul li:hover{
padding-right: 15px;
transition: 0.5s;
cursor: pointer;
}
.social ul li a:hover {
background: #023b83;
color: #fff;
}
.footer-nav li {
list-style-type: none;
display: inline-block;
margin: 0px .7em;
border-bottom: 2px solid #023b83;
}
ul.footer-nav li a {
color: #023b83;
font-size: 19px;
letter-spacing: 2px;
display: inline-block;
}
ul.footer-nav li:hover {
border-bottom: 2px solid gray;
}
.agileits_w3layouts-copyright p {
color: #023b83;
letter-spacing: 2px;
font-size: 17px;
line-height: 26px;
position: relative;
}
.agileits_w3layouts-copyright p a {
color: gray;
font-weight: 800;
}
.agileits_w3layouts-copyright p a:hover {
color: black;
}
.agileits_w3layouts-copyright p:after {
position: absolute;
content: '';
background: #023b83;
width: 6%;
height: 2px;
left: 47%;
bottom: -100%;
}
/*-- //footer --*/
/*-- inner page banner --*/
.inner-page-banner {
background: url(../images/1.jpg) no-repeat center;
height: 20vw;
background-size: cover;
}
/*-- inner page banner --*/
/*-- service --*/
.service-grid1 h4 {
font-size: 30px;
font-weight: 600;
border: 2px solid #023b83;
text-align: center;
border-radius: 50%;
width: 70px;
height: 70px;
line-height: 70px;
}
.service-grid1 p {
font-size: 15px;
color: #777;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.service-grid1 h3 {
text-transform: uppercase;
font-size: 22px;
color: #F44336;
font-weight: bold;
letter-spacing: 4px;
position: relative;
margin-bottom: 2rem;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.service-grid1 h3:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: 0%;
bottom: -30%;
}
/*-- service --*/
/*--gallery--*/
.gallery h3.tittle{
text-align:center;
}
.gallery-grids img {
height: 200px;
}
.ban-mar {
margin: 10px 0;
}
.ggd {
padding: 0 5px;
}
.baner-top a {
padding: 5px;
display: block;
box-shadow: 0px 0px 9px #BDBDBD;
}
.baner-top img {
width: 100%;
}
.img-box-content, .gal-text-box {
display: block;
width: 100%;
height: 100%;
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
display: block;
position: relative;
max-width: 100%;
max-height: 100%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.img-box-content {
position: relative;
}
.gal-text-box {
top: 0;
left: 0;
position: absolute;
}
.gal-text-box .info-gal-con {
display: block;
position: relative;
padding: 2%;
left: 50%;
top: 50%;
position: relative;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
text-align: center;
}
.separator {
display: block;
position: relative;
height: 1px;
width: 60%;
margin: 10px auto;
background: rgba(255, 255, 255, 0.5);
clear: both;
}
.gal-spin-effect {
display: block;
overflow: hidden;
position: relative;
}
.gal-spin-effect .gal-text-box {
filter: alpha(opacity=0);
-wekbit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transform: translateZ(0) scale(2, 2);
-moz-transform: translateZ(0) scale(2, 2);
-ms-transform: translateZ(0) scale(2, 2);
-o-transform: translateZ(0) scale(2, 2);
transform: translateZ(0) scale(2, 2);
color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
content: "";
display: block !important;
position: absolute;
visibility: visible !important;
background-color: #673AB7;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-transition: 0.6s ease-in-out;
-moz-transition: 0.6s ease-in-out;
-ms-transition: 0.6s ease-in-out;
-o-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
-webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
-o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
-webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
-o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
filter: alpha(opacity=100);
-wekbit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transform: translateZ(0) scale(1, 1);
-moz-transform: translateZ(0) scale(1, 1);
-ms-transform: translateZ(0) scale(1, 1);
-o-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
-webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
-o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
-webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
-o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
-webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
-o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
-webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
-o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
filter: alpha(opacity=100);
-wekbit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transform: translateZ(0) scale(1, 1);
-moz-transform: translateZ(0) scale(1, 1);
-ms-transform: translateZ(0) scale(1, 1);
-o-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
-webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
-o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
-webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
-o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
font-size: 24px;
text-transform: capitalize;
margin-bottom: 20px;
font-weight: 600;
color: #fff;
letter-spacing: 2px;
}
.info-gal-con p {
font-size: 14px;
line-height: 2.2em;
color: #fff;
letter-spacing: 1px;
}
/*--//gallery--*/
/*-- contact --*/
.map {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
iframe {
width: 100%;
height: 400px;
border: none;
}
.contact-info h4 {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 700;
color: #eee;
}
.contact-info p,.contact-info p a {
font-size: 16px;
color: #fff;
line-height: 30px;
letter-spacing: 1px;
}
.contact-info p a:hover{
color: #ccc;
}
.contact-info p span{
color: #fff;
}
.contact-info {
background: #3F51B5;
}
.mail_grid_w3l input[type="text"],.mail_grid_w3l input[type="date"], .mail_grid_w3l input[type="email"],.mail_grid_w3l input[type="number"],.mail_grid_w3l input[type="password"], .mail_grid_w3l textarea {
outline: none;
padding: 15px;
font-size: 15px;
color: #495057;
background: none;
width: 100%;
border: 1px solid #ced4da;
border-radius: 5px;
letter-spacing: 3px;
text-transform: capitalize;
}
.contact-fields-w3ls {
margin-bottom: 1em;
}
.mail_grid_w3l textarea {
min-height: 185px;
width: 100%;
resize: none;
}
.mail_grid_w3l select {
outline: none;
padding: 15px;
font-size: 15px;
color: #495057;
background: none;
width: 100%;
border: 1px solid #ced4da;
border-radius: 5px;
letter-spacing: 3px;
text-transform: capitalize;
}
.mail_grid_w3l:focus{
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mail_grid_w3l input[type="submit"] {
outline: none;
padding: 13px 50px;
font-size: 17px;
color: #fff;
font-weight: 600;
background: #F44336;
border: none;
border-radius: 5px;
text-transform: capitalize;
letter-spacing: 2px;
}
.mail_grid_w3l .btn-cancel{
outline: none;
background-color: #F44336;
padding-left: 5px;
padding: 10px 30px;
font-size: 17px;
cursor: pointer;
font-weight: 600;
border: none;
text-transform: capitalize;
letter-spacing: 2px;
}
.btn-cancel {
text-align: center;
outline: none;
background-color: #F44336;
padding-left: 5px;
padding: 5px 5px;
font-size: 17px;
cursor: pointer;
font-weight: 500;
border: none;
border-radius: 5px;
text-transform: capitalize;
letter-spacing: 2px;
}
.btn-cancel a{
text-decoration: none;
color: #fff;
}
.mail_grid_w3l .btn-cancel a{
text-decoration: none;
color: #fff;
}
.mail_grid_w3l .btn-success{
text-align: center;
outline: none;
padding-left: 5px;
padding: 5px 5px;
font-size: 17px;
cursor: pointer;
font-weight: 500;
border: none;
border-radius: 5px;
text-transform: capitalize;
letter-spacing: 2px;
}
.mail_grid_w3l input[type="submit"]:hover {
background: #333;
cursor: pointer;
}
.mail_grid_w3l .btn-warning:hover{
background: #333;
}
/*-- //contact --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- /Responsive Design --*/
@media(max-width:1440px){
iframe {
height: 428px;
}
}
@media(max-width:1366px){
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 16px;
}
.cd-radial-slider-navigation i {
margin-top: 1.4em;
margin-left: 1.4em;
}
.why-grid1 h4 {
font-size: 28px;
}
}
@media(max-width:1280px){
.contact-info p, .contact-info p a {
font-size: 15px;
}
}
@media(max-width:1080px){
.cd-radial-slider-content .wrapper > div {
padding: 14em 8em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 13px;
font-size: 3em;
}
.cd-radial-slider-navigation i {
margin-top: 1.4em;
margin-left: 1.6em;
font-size: 1.5em;
}
.why-grid1 h4 {
font-size: 25px;
}
.why-grid1 p {
font-size: 14px;
}
.service-grid1 h3 {
font-size: 20px;
letter-spacing: 2px;
}
.content_left h2:after {
left: 7.4%;
}
.contact-info p, .contact-info p a {
font-size: 14px;
}
iframe {
height: 458px;
}
}
@media(max-width:1024px){
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 10px;
font-size: 2.8em;
}
a.read, a.read2 {
font-size: 16px;
padding: .7em 1.2em;
}
}
@media(max-width: 991px){
.navbar-nav > li {
margin-right: 0;
text-align: left;
}
.navbar-light .navbar-toggler {
border-color: rgba(0,0,0,0.2);
background: transparent;
}
.navbar-toggler {
border-radius: 2px;
}
.dropdown-menu {
color: #fff;
text-align: left;
border-radius: 0.25rem;
background-color: inherit;
}
.dropdown-menu a {
color: #023b83;
}
.why-grid1 h4 {
font-size: 23px;
margin-bottom: 1rem;
}
.w3_agileits-team1 {
padding: 0 5px;
}
.w3_agileits-team1 h5 {
font-size: 18px;
}
.cli-ent {
width: 80%;
margin: 0 auto;
}
.newsgrid1 {
padding: 0 5px;
}
.news-grids h4 {
font-size: 20px;
letter-spacing: 2px;
}
.footer-logo a.navbar-brand {
font-size: 2.5em;
}
.why-grid1 i.icon {
font-size: 40px;
margin-bottom: .5em;
}
h3.heading, h2.heading {
font-size: 45px;
letter-spacing: 2px;
}
.w3_agile_stats_grid-top {
padding: 0 5px;
}
.w3_agile_stats_grid h4 {
font-size: 16px;
letter-spacing: 1px;
}
.bottom-grid2 h4 {
margin: initial;
}
.banner_bottom_agile_grids {
width: 80%;
margin: 0 auto;
}
.content_left h2:after {
left: 10%;
}
.b-search {
width: 60%;
}
.baner-top {
margin: 5px 0;
}
iframe {
height: 398px;
}
}
@media(max-width:900px){
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 8px;
font-size: 2.5em;
}
.cd-radial-slider-navigation i {
margin-top: 1.5em;
margin-left: 1.7em;
font-size: 1.2em;
}
.flex-direction-nav .flex-next {
left: 110% !important;
}
.flex-direction-nav .flex-prev {
left: -15% !important;
}
}
@media(max-width:800px){
.banner_bottom_agile_grids {
width: 100%;
margin: 0 auto;
}
.view {
min-height: 275px;
}
iframe {
height: 428px;
}
}
@media(max-width:768px){
h3.heading, h2.heading {
font-size: 40px;
letter-spacing: 2px;
}
.navbar-light .navbar-brand {
font-size: 2.5em;
line-height: 40px;
}
.footer-logo a.navbar-brand {
font-size: 2.5em;
line-height: 40px;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 8px;
font-size: 2em;
}
.cd-radial-slider-content .wrapper > div {
padding: 12em 8em 0;
}
.cd-radial-slider-navigation i {
margin-top: 1.2em;
margin-left: 1.4em;
}
.service-grid1 h4 {
font-size: 25px;
width: 65px;
height: 65px;
line-height: 65px;
}
.banner_bottom_right_grid i {
margin-top: 1em;
}
iframe {
height: 458px;
}
}
@media(max-width: 736px){
.cd-radial-slider-content .wrapper > div {
padding: 11em 7em 0;
}
.agile-dish-caption h4 {
font-size: 24px;
margin: 0.5em 0;
}
.agileits_w3layouts-copyright p:after {
bottom: -20%;
}
.w3_agile_stats_grid h4:after {
bottom: -50%;
}
.bottom-grids h3 {
font-size: 20px;
}
.bottom-grid2 h4 {
font-size: 30px;
width: 200px;
height: 200px;
line-height: 200px;
}
.view {
min-height: 265px;
}
.content_left h2:after {
left: 13.5%;
}
.b-search {
width: 70%;
}
iframe {
height: 250px;
}
.contact-grids .col-lg-4.col-md-6.pl-0,.contact-grids .col-lg-8.col-md-6.pr-0 {
padding: 0 !important;
}
}
@media(max-width: 667px){
.cd-radial-slider-content .wrapper > div {
padding: 10em 5em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 6px;
font-size: 1.8em;
}
.agile_count_grid_left span, .agile_count_grid_right p {
font-size: 2.5em;
}
.inner-page-banner {
height: 30vw;
}
.view img {
min-height: 265px;
}
.blog_info h5 a {
font-size: 19px;
letter-spacing: 1px;
}
}
@media(max-width: 640px){
.agile_text_box h3 {
font-size: 18px;
margin: .8em 0;
letter-spacing: 2px;
}
.banner_bottom_right_grid i {
font-size: 1.5em;
}
}
@media(max-width: 600px){
.cd-radial-slider-navigation i {
margin-top: 1em;
margin-left: 1em;
}
.agile_count_grid_left span, .agile_count_grid_right p {
font-size: 2em;
}
.banner_bottom_agile_grids {
width: 80%;
margin: 0 auto;
}
}
@media(max-width: 568px){
.cd-radial-slider-content .wrapper > div {
padding: 9em 4em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 4px;
}
.g1 {
padding: 0em 0em 1em;
}
.view img {
min-height: auto;
}
.banner_bottom_right_grid i {
margin-top: 2em;
}
a.read, a.read2 {
font-size: 15px;
padding: .5em 1em;
letter-spacing: 1px;
}
.navbar-light .navbar-brand {
font-size: 2em;
line-height: 30px;
}
.nav-link {
padding: 0.3rem 1rem;
}
}
@media(max-width:480px){
.flex-direction-nav .flex-next {
left: 105% !important;
}
.flex-direction-nav .flex-prev {
left: -12% !important;
}
footer{
z-index: 1;
bottom: 0;
}
.footer-logo a.navbar-brand {
font-size: 2em;
line-height: 33px;
border: 2px solid #fff;
}
.footer-nav li {
margin: 0px .5em;
}
ul.footer-nav li a {
font-size: 17px;
letter-spacing: 1px;
}
.agileits_w3layouts-copyright p {
letter-spacing: 1px;
font-size: 17px;
}
.service-grid1 h4 {
font-size: 20px;
width: 55px;
height: 55px;
line-height: 55px;
}
.service-grid1 .col-md-3.col-2 {
padding-left: 0;
}
.banner_bottom_agile_grids {
width: 90%;
margin: 0 auto;
}
.content_left h2 {
font-size: 90px;
}
.cd-radial-slider-navigation i {
margin-top: .8em;
margin-left: 1em;
font-size: 1em;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 3px;
font-size: 1.5em;
}
.cd-radial-slider-content .wrapper > div {
padding: 8em 4em 0;
}
.cd-radial-slider-wrapper {
overflow: inherit;
}
}
@media(max-width:414px){
.why-grid1 i.icon {
font-size: 30px;
margin-bottom: .4em;
}
.why-grid1 h4 {
font-size: 20px;
margin-bottom: .6rem;
}
.why-grid1 p {
font-size: 13px;
letter-spacing: 4px;
}
.why-grid1 a i {
width: 40px;
height: 40px;
line-height: 38px;
font-size: 15px;
}
footer:after {
left: 15px;
right: 15px;
bottom: 15px;
top: 15px;
}
.inner-page-banner {
height: 40vw;
}
.banner_bottom_agile_grids {
width: 100%;
margin: 0 auto;
}
.b-search {
width: 100%;
}
.content_left h5 {
font-size: 19px;
letter-spacing: 2px;
}
.content_left h2:after {
left: 16.2%;
top: 30%;
}
.navbar-light .navbar-brand {
font-size: 1.8em;
line-height: 25px;
border: 2px solid #023b83;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
border: 2px solid;
}
.cd-radial-slider-content .wrapper > div {
padding: 6em 3em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 2px;
font-size: 1.5em;
}
.cd-radial-slider-navigation i {
margin-top: .8em;
margin-left: 1em;
font-size: .8em;
}
.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
font-size: 16px;
}
}
@media(max-width:384px){
h3.heading, h2.heading {
font-size: 38px;
letter-spacing: 1px;
}
.g1 p span.fa {
font-size: 1.2em;
}
.banner_bottom_right_grid {
padding-left: 0;
}
.view img {
min-height: 265px;
}
.banner_bottom_right_grid i {
margin-top: 1.5em;
}
.service-grid1 h4 {
font-size: 15px;
width: 50px;
height: 50px;
line-height: 50px;
}
.content_left h2:after {
left: 17.5%;
}
.mail_grid_w3l input[type="text"], .mail_grid_w3l input[type="email"], .mail_grid_w3l textarea {
padding: 12px;
font-size: 14px;
letter-spacing: 2px;
}
.mail_grid_w3l textarea {
min-height: 120px;
}
.navbar {
padding: 0.2rem 0rem;
}
.navbar-light .navbar-brand {
font-size: 1.5em;
line-height: 22px;
}
.cd-radial-slider-content .wrapper > div {
padding: 5em 3em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 1px;
font-size: 1.5em;
}
.navbar-toggler {
padding: 0.2rem 0.5rem;
font-size: 1rem;
}
}
@media(max-width: 375px){
.agileits_w3layouts-copyright p {
letter-spacing: 1px;
font-size: 16px;
}
.agile-dish-caption h4 {
font-size: 19px;
margin: 0.5em 0;
letter-spacing: 1px;
}
.w3_agile_stats_grid h4 {
font-size: 15px;
}
.service-grid1 h3 {
font-size: 18px;
letter-spacing: 2px;
}
.content_left h2:after {
left: 18%;
}
.b-search input[type="text"] {
padding: 12px 15px;
letter-spacing: 2px;
}
.blog_info {
padding: 1em 1em;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 1px;
font-size: 1.3em;
}
}
@media(max-width:320px){
.service-grid1 h3 {
font-size: 18px;
letter-spacing: 1px;
}
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
/*-- //Responsive Design --*/ | web_home/css_home/style.css | @import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
body{
padding:0;
margin:0;
position:relative;
font-family: 'Play', sans-serif;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
color: #023b83;
}
p{
margin:0;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
img{
width:100%;
}
/*-- banner --*/
header {
position: fixed;
z-index: 9;
width: 100%;
background-color: #f8f9fa;
}
.bg-light {
background-color: transparent !important;
}
h1{
font-size: inherit;
}
/*-- nav --*/
.navbar-nav{
margin-top: 15px;
}
.navbar-nav > li {
margin-right: 1.5em;
padding: 5px;
}
.dropdown-menu a {
font-size: 17px;
text-align: left;
font-weight: 400;
letter-spacing: 1px;
padding: 10px;
color: #023b6d;
}
.dropdown-menu a:hover{
color: #009bd9;
cursor: pointer;
}
.dropdown-menu li {
padding: 10px;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #009bd9;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
color: #009bd9;
font-size: 18px;
font-weight: 500;
letter-spacing: 2px;
text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
color: #023b83;
font-size: 18px;
font-weight: 400;
letter-spacing: 2px;
}
.navbar-light .navbar-brand {
color: #023b83;
font-size: 3em;
text-decoration: none;
border: 4px solid #023b83;
text-transform: uppercase;
font-weight: 700;
margin: 0;
text-align: left;
letter-spacing: 3px;
padding: 10px 15px;
line-height: 50px;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: #F44336;
border: 4px solid;
}
.navbar-brand span {
display: block;
}
.navbar-brand i {
padding: .17em .2em;
font-style: normal;
display: inline-block;
}
.w3layouts_banner_info{
text-align: center;
width: 80%;
margin: 15em auto 0;
}
.w3layouts_banner_info h2{
font-size:3em;
color:#fff;
text-transform:capitalize;
background:rgba(0, 208, 245, 0.65);
}
.w3layouts_banner_info p {
text-transform: uppercase;
color: #212121;
letter-spacing: 7px;
font-weight: bold;
margin-bottom: 1em;
}
.link-effect-2 a {
overflow: hidden;
padding: 20px;
color: #797878;
font-weight: 400;
}
.link-effect-2 a span {
position: relative;
display: inline-block;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.link-effect-2 a span::before {
color: #00d2ff;
position: absolute;
top: 100%;
content: attr(data-hover);
font-weight: 800;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.link-effect-2 a:hover span {
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/*-- //top-nav --*/
.cd-radial-slider-content h2,.cd-radial-slider-content h3 {
font-size: 3.5em;
color: #fff;
text-align: center;
line-height: 1.5em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 20px;
text-shadow: 2px 2px 2px rgb(12, 12, 12);
}
.cd-radial-slider-content h2 span ,.cd-radial-slider-content h3 span {
display: block;
color: #fcd000;
}
a.read,a.read2{
font-size: 17px;
color: #fff !important;
padding: .8em 1.5em;
margin-top: 1em;
display: inline-block;
letter-spacing: 3px;
background: transparent;
border: 2px solid #fff;
}
a.read i {
vertical-align: middle;
}
a.read2{
background:#000!important;
}
a.read:hover, a.read2:hover{
background: #3F51B5;
border: 2px solid #3F51B5;
}
/*-- //banner --*/
/*-- about --*/
h3.heading,h2.heading {
font-size: 50px;
font-weight: 700;
letter-spacing: 3px;
color: #023b83;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.card-title {
text-transform: uppercase;
font-size: 20px;
color: #F44336;
font-weight: bold;
letter-spacing: 3px;
position: relative;
margin-bottom: 1.2rem;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.card-text {
margin: 0;
font-size: 17px;
color: #777;
margin: 1em 0;
line-height: 32px;
font-weight: 500;
letter-spacing: 1px;
}
.card-title:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: 40%;
bottom: -30%;
}
.titleleft:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: 0%;
bottom: -30%;
}
.titleright:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: auto;
right: 0%;
bottom: -30%;
}
.card-body a.btn {
background: none;
color: #333;
letter-spacing: 2px;
padding: 10px 25px;
font-weight: 600;
font-size: 14px;
border-radius: 0;
border: 1px solid #333;
}
section.agile_stats {
background: #EFF6FD;
}
h3.stat-title {
color: #000;
letter-spacing: 4.5px;
font-size: 1.8em;
line-height: 25px;
}
.counter i {
color: #bed0e9;
}
.timer {
font-size: 2em;
color: #000;
}
.w3l-thead {
background: #007bff;
}
/*-- //about --*/
/*-- about bottom --*/
.bottom-grids h3 {
text-transform: uppercase;
font-size: 27px;
color: #F44336;
font-weight: bold;
letter-spacing: 3px;
position: relative;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.bottom-grids p {
font-size: 17px;
color: #777;
margin: 1em 0;
line-height: 32px;
font-weight: 500;
letter-spacing: 1px;
}
.bottom-grid1 a {
background: none;
color: #333;
letter-spacing: 2px;
padding: 12px 25px;
font-weight: 600;
font-size: 14px;
border-radius: 0;
border: 1px solid #333;
}
.bottom-grid1 a:hover {
background: #3F51B5;
color: #fff;
border: 1px solid #3F51B5;
}
.bottom-grid2 h4 {
font-size: 40px;
font-weight: bold;
text-align: center;
letter-spacing: 4px;
border: 2px solid #3F51B5;
background: #3F51B5;
color: #fff;
border-radius: 50%;
width: 250px;
height: 250px;
line-height: 250px;
margin: auto;
position: relative;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.bottom-grid2 h4:hover {
border: 2px solid #333;
background: #333;
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.bottom-grid2 h4:after {
position: absolute;
content: '';
background: #fff;
width: 20%;
height: 2px;
left: 40%;
bottom: 35%;
}
.bottom-grid2 h4:before {
position: absolute;
content: '';
background: #fff;
width: 40%;
height: 2px;
left: 30%;
top: 35%;
}
/*-- //about bottom --*/
/*-- blog --*/
.blog-img {
padding: 0;
}
.blog-bottom {
background: #eb5273;
padding: 2em;
min-height: 330px;
}
.blog_info h5 a {
font-size: 20px;
color: #3F51B5;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
line-height: 1.5;
letter-spacing: 3px;
}
.blog_info p a.user-blog {
color: #555;
text-transform: capitalize;
font-size: 1em;
}
ul.blog_list li {
display: inline-block;
color: #212121;
font-size: 0.9em;
}
ul.blog_list li span {
color: #3F51B5;
padding-right: 8px;
}
ul.blog_list li i {
padding: 0 1em;
font-style: normal;
color: #999;
}
ul.blog_list li a {
text-decoration: none;
color: #212121;
}
.blog_info {
padding: 2em;
border: 3px solid #f5f5f5;
}
.blog-side.blog-top-right {
padding-right: 0;
}
.single-left1.blog_info {
margin: 0;
}
.blog_info p {
font-size: 17px;
color: #777;
margin: 1em 0;
line-height: 32px;
font-weight: 500;
letter-spacing: 1px;
}
ul.blog_list li a {
font-weight: 900;
font-size: 14px;
letter-spacing: 1px;
color: #515252;
}
/*-single-*/
.single-gd {
padding: 2em 2em;
border: 3px solid #f5f5f5;
margin-bottom: 1em;
}
.single-gd h4 {
font-size: 20px;
color: #4b4d4f;
margin-bottom: 20px;
letter-spacing: 1px;
font-weight: 900;
text-transform: capitalize;
}
h5.mt-0 {
margin-bottom: 15px;
font-size: 18px;
color: #3F51B5;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
line-height: 1.5;
letter-spacing: 2px;
}
.progress {
font-size: 0.75em;
line-height: 8em;
text-align: center;
background-color: #d6d9da;
border-radius: 0.25rem;
margin-bottom: 1em;
}
.card-body {
padding: 12px;
}
.card-header {
padding: 0;
color: #0e0f10;
}
.card-header button.btn.btn-link {
color: #555;
font-weight: 600;
}
.single-gd form input {
width: 100%;
}
.single-left .single-gd img {
margin-bottom: 1em;
}
.comment-top input[type="text"],
.comment-top input[type="email"],
.comment-top input[type="password"],
.comment-top input[type="radio"],
.comment-top textarea {
background: none;
width: 100%;
outline: none;
border: 1px solid #b7b7b7;
padding: 0.7em 1em;
font-size: 0.9em;
color: #777;
font-weight: 900;
margin: 0 0 0.7em;
letter-spacing: 2px;
}
.comment-top input[type="submit"] {
font-size: 1.1em;
font-weight: 900;
background: #3F51B5;
padding: 0.7em 1em;
letter-spacing: 3px;
text-align: center;
color: #fff;
border: none;
outline: none;
margin: 0 auto;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.comment-top input[type="submit"]:hover {
background: #222;
}
.single-gd form input[type="email"] {
outline: none;
padding: 12px 15px;
font-size: 14px;
font-weight: 900;
color: #777;
background: #ffffff;
letter-spacing: 3px;
border: none;
border: 1px solid #777;
margin: 0;
border-radius: 0;
}
.single-gd p{
font-size: 15px;
color: #777;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.comment-bottom textarea{
height: 120px;
}
.single-gd form input[type="submit"] {
background: #3F51B5;
padding: .8em 1em;
color: #fff;
font-size: 15px;
font-weight: 700;
display: block;
outline: none;
border: none;
cursor: pointer;
letter-spacing: 1px;
margin-top: 1em;
}
.single-gd form input[type="submit"]:hover {
background: #222;
}
.media-body p {
font-size: 15px;
color: #777;
margin: 1em 0;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.comment h3,
.comment-top h4 {
color: #555;
font-size: 1.4em;
text-align: left;
padding: 0 0 0.5em;
font-weight: 600;
letter-spacing: 1px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
margin-bottom: 1em;
}
.media img {
margin-right: 15px;
width: 15%;
}
.comment-top {
margin-top: 2em;
}
.blog-grid-right {
float: left;
width: 60%;
margin-left: 0.5em;
}
.blog-grid-left {
float: left;
width: 36%;
}
.blog-grid-right h5 {
font-size: 0.95em;
line-height: 1.4em;
font-weight: 600;
}
.blog-grid-right h5 a {
font-size: 15px;
color: #777;
margin: 1em 0;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.tech-btm img {
background: #f3f3f3;
padding: 6px;
}
/* //blog responsive code */
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width:1366px) {
}
@media screen and (max-width:1280px) {}
@media screen and (max-width: 1080px) {
.blog_info p {
line-height: 1.5;
letter-spacing: 0.3px;
}
.blog_info {
min-height: 275px;
padding: 1em 2em;
}
.blog_info.blog-right {
min-height: 305px;
width: 100%;
}
}
@media screen and (max-width: 1050px) {
.blog_info.blog-right {
min-height: 297px;
}
.blog-x.br-mar {
margin-top: 1.2em;
}
.blog_info.blog-right {
min-height: 370px;
}
.blog_info.blog-right {
min-height: 370px;
width: 100%;
}
.blog_info.blog-right.two {
min-height: 369px;
}
.single-gd h4 {
font-size: 1em;
}
}
@media screen and (max-width: 1024px) {
.blog_info.blog-right {
min-height: 372px;
}
.blog_info.blog-right.two {
min-height: 373px;
}
}
@media screen and (max-width: 991px) {
.blog_info {
min-height: auto;
padding:2em 2em;
}
.blog_info.blog-right {
min-height: auto;
}
.blog-side.blog-top-right {
padding-right: 0;
margin-top: 1em;
}
.blog_info.blog-right.two {
min-height: auto;
}
.single-gd h4 {
font-size: 1em;
}
.single-left {
margin-top: 2em;
}
}
@media screen and (max-width: 667px) {
.row {
margin-right: 5px;
margin-left: 5px;
}
.blog-side.blog-top-right {
padding-right: 0;
margin-top: 1em;
padding: 0;
}
.blog-sp {
padding: 0;
}
.mt-3 {
margin-top: 1em !important;
display: block;
}
.single-left {
margin-top: 2em;
padding: 0;
}
}
@media screen and (max-width: 640px) {
.blog-sp {
padding: 0;
}
}
@media screen and (max-width: 600px) {
.comment-top input[type="submit"] {
width:40%;
}
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 414px) {
.comment-top input[type="submit"] {
width:45%;
}
}
@media screen and (max-width: 384px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}
/* //blog responsive code */
/*-- error --*/
.content_left h2 {
font-size: 100px;
position: relative;
}
.content_left h2:after {
content: "";
position: absolute;
border: 5px solid #3F51B5;
width: 46px;
height: 46px;
left: 6.2%;
top: 31%;
border-radius: 50%;
}
.b-search input[type="text"] {
width: 100%;
outline: none;
padding: 12px 20px;
font-size: 16px;
font-weight: 900;
letter-spacing: 3px;
color: #333;
border: none;
box-sizing: border-box;
border: 1px solid #999;
}
.b-search input[type="submit"] {
background: url(../images/search-icon.png) no-repeat 14px 14px #3F51B5;
border: none;
height: 50px;
width: 50px;
display: inline-block;
position: absolute;
outline: none;
cursor: pointer;
top: 0px;
right: 0px;
}
.b-search {
position: relative;
width: 40%;
}
.back_to_index a {
font-size: 15px;
font-weight: 900;
background: #3F51B5;
padding: 1em 2em;
margin: 1em 0;
display: inline-block;
letter-spacing: 3px;
text-align: center;
color: #fff;
border: none;
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.back_to_index a:hover {
background: #333;
}
.content_left p {
font-size: 15px;
color: #777;`
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.content_left h5 {
font-size: 20px;
color: #3F51B5;
font-weight: 900;
text-transform: uppercase;
text-decoration: none;
line-height: 1.5;
letter-spacing: 3px;
}
/*-- //error --*/
/*-- counter--*/
.services-bottom {
background: url(1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-dott1 {
background: rgba(0, 0, 0, 0.4);
}
.stats h2.heading {
color: #fff;
}
.agile_count_grid_left {
text-align: center;
}
.agile_count_grid_left span,.agile_count_grid_right p{
font-size:3em;
}
.agile_count_grid_right p{
font-size: 2em;
border: 1px solid;
margin: 1em 0;
}
.agile_count_grid_right {
text-align: center;
}
.agile_count_grid_right p{
color: #fff;
font-weight: bold;
letter-spacing: 5px;
}
.w3_agile_stats_grid h4 {
font-size: 17px;
letter-spacing: 3px;
color: #ccc;
margin: .5em 0 0;
text-transform:capitalize;
position: relative;
text-align: center;
font-weight: bold;
}
.w3_agile_stats_grid h4:after{
position: absolute;
content: "";
height: 2px;
width: 20%;
background: #eee;
bottom: -100%;
left: 40%;
}
.agile_count_grid_left span {
color: #eee;
}
/*-- //counter--*/
/*-- //border-left-colors*/
.shadow{
box-shadow: 0 10px 15px rgb(2 59 109 / 10%);
}
.h-100:hover{
box-shadow: 0 20px 30px rgb(2 59 109 / 30%);
text-decoration: underline;
}
.text-gray-300{
color: gray;
font-weight: 300;
opacity: .3;
}
.text-gray-800{
color: darkgrey;
font-size: 25px;
font-weight: 800;
}
.border-left-primary {
border-left: 7px solid #007bff;
}
.border-left-info{
border-left: 7px solid #17a2b8;
}
.border-left-warning{
border-left: 7px solid #ffc107;
}
.border-left-danger{
border-left: 7px solid #dc3545;
}
.border-left-success{
border-left: 7px solid #28a745;
}
.border-left-dark{
border-left: 7px solid #343a40;
}
.border-left-secondary{
border-left: 7px solid #6c757d;
}
/*-- //border-left-colors*/
/*-- why --*/
.why{
background: url(../images/3.jpg) no-repeat center;
background-size: cover;
}
.layer{
background: rgba(37, 37, 37, 0.54);
}
.why h3.heading, .services-bottom .heading {
color: #fff;
}
.why-grid1 h4 {
text-transform: uppercase;
font-size: 30px;
color: #fff;
font-weight: bold;
letter-spacing: 4px;
line-height: 40px;
position: relative;
margin-bottom: 1.2rem;
text-shadow: 2px 2px 2px rgb(12, 12, 12);
}
.why-grid1 p {
margin: 0;
font-size: 16px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 6px;
text-decoration: underline;
}
.why-grid1 i.icon {
color: #fff;
font-size: 50px;
margin-bottom: .7em;
}
.why-grid1 a i {
color: #fff;
border: 2px solid #fff;
width: 50px;
height: 50px;
line-height: 47px;
font-size: 20px;
text-align: center;
border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.why-grid1 a i:hover {
background: #3F51B5;
border: 2px solid #3F51B5;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*-- why --*/
/*-- banner-bottom --*/
.w3-agileits-about h3,h3.tittle-agileits-w3layouts,.agileits_agile_contact_form h3,.w3-team-head h3,.services-heading h3{
font-size: 3em;
color: #000;
text-align: center;
margin-bottom:40px;
}
.w3-agileits-about-top h3 {
color: #000;
}
.banner-silder {
position: relative;
}
.view-tenth img {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
width:100%;
}
.view-tenth .mask {
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.view-tenth img {
filter: alpha(opacity=1);
opacity: 1;
}
.view-tenth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.view {
float: none;
overflow: hidden;
position: relative;
text-align: center;
background: #3F51B5;
min-height: 290px;
transition: 0.5s;
}
.view:hover{
box-shadow: 2px 15px 50px 2px rgba(0 0 0 / 70%);
transition: 0.5s;
}
.view1 {
background: #2196F3;
}
.view2 {
background: #ff4c4c;
}
.view3 {
background: #009688;
}
.view .mask,.view .content {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
display: block;
position: relative;
}
.agile_text_box p {
line-height: 1.8em;
width: 89%;
margin: 0 auto;
font-size: 15px;
color: #ccc;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.agile_text_box h3 {
font-size: 20px;
color: #fff;
margin: 1em 0;
font-weight: bold;
letter-spacing: 4px;
text-transform: uppercase;
}
.banner_bottom_right_grid {
padding-right: 0;
}
.wthree_banner_bottom_right_grids:nth-child(2){
margin:1em 0 0;
}
.banner_bottom_left h3 {
color: #212121;
font-size: 3em;
font-weight: 700;
text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-webkit-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-moz-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-o-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
-ms-text-shadow:2px 2px 2px rgba(189, 187, 187, 0.8);
letter-spacing: 1px;
}
.banner_bottom_left p i {
color: #34bf49;
display: block;
margin: .5em 0 1em;
letter-spacing: 6px;
font-size: 0.9em;
}
.banner_bottom_left {
text-align: left;
margin-top: 1em;
}
.banner_bottom_left p{
line-height:2em;
margin-bottom:3em;
}
.wthree_more1 a,.wthree_more2 a,.wthree_more3 a {
text-align: center;
}
.wthree_more.wthree_more1 {
padding: 0;
margin-top:1em;
}
.wthree_more.wthree_more1 a {
width: 25%!important;
margin: 0!important;
}
.banner_bottom_right_grid i {
color: #fff;
font-size: 2em;
margin-top: 1.8em;
}
.banner_bottom_right .img_agile {
position: relative;
border: 7px solid #34bf49;
}
.banner_bottom_right .img_agile img {
position: relative;
top: 25px;
left: 25px;
display: block;
width: 100%;
height: auto;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
/*-- //banner-bottom --*/
/*-- team --*/
.w3_agileits-team1 h5 {
font-size: 20px;
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
letter-spacing: 3px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.w3_agileits-team1 p {
margin: 0;
font-size: 15px;
color: #777;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.social-icons ul li {
display: inline-block;
text-align: center;
}
.social-icons ul li a.fab {
font-size: 12px;
color: #fff;
background: #333;
width: 37px;
height: 37px;
line-height: 37px;
border-radius: 50%;
}
.social-icons ul li a.fab:hover {
color: #fff;
background: #3F51B5;
}
.team-right p {
font-size: 20px;
}
/*-- //team --*/
/*-- clients --*/
.clients-main{
background: url(../images/1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.wthree-different-dot1 {
background: rgba(37, 37, 37, 0.54);
}
.clients-main h3.heading {
color: #fff;
}
.cli-ent {
width: 60%;
margin: 0 auto;
}
.contact-w3layouts h3,
.clients h3 {
color: #000!important;
}
.spldishes-w3left {
padding: 2.3em;
background-color: #fd463e;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
background-color: #09c4dc;
}
.spldishes-agileinfo {
margin-top: 4em;
}
.spldishes-agileinfo h5 {
font-size: 2em;
color: #fff;
}
.spldishes-w3left p {
color: #fff;
margin-top: 1.4em;
}
.spldishes-grids {
padding: 0;
}
.g1 {
position: relative;
display: block;
padding: 0em 0em 3em;
margin: 0em 0em 0em 0em;
}
.agile-dish-caption h4 {
font-size: 28px;
color: #fff;
font-weight: 700;
margin: 0.6em 0;
text-transform: capitalize;
letter-spacing: 2px;
}
.agile-dish-caption h5 {
font-size: 18px;
color: #eee;
margin: 0.6em 0;
text-transform: capitalize;
letter-spacing: 1px;
font-weight: 600;
}
.agile-dish-caption h3 {
font-weight: bold;
color: #3d3d3d;
}
.agile-dish-caption span {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 30px;
color: #999;
font-weight: 300;
display: block;
}
#owl-demo .item img {
width: 100px;
}
p.para-w3-agile {
color: #eee;
font-size: 15px;
line-height: 28px;
letter-spacing: 1px;
text-align: center;
}
.agile-dish-caption {
text-align: center;
}
.flexslider .slides img {
display: inline-block;
width: 120px;
height: 120px;
border: 4px solid #fff;
border-radius: 50%;
}
.g1 p span.fa {
font-size: 1.8em;
color:#eee;
margin-right: 0.5em;
}
@media(max-width:480px) {
.agile-dish-caption {
padding: 0.5em;
}
.agile-dish-caption span {
font-size: 0.8em;
}
}
.client-eql {
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
/*-- //clients --*/
/*-- news --*/
.news-grids h4 {
font-size: 20px;
font-weight: bold;
letter-spacing: 3px;
color: #F44336;
position: relative;
}
.news-grids h4:after{
position: absolute;
content: '';
background: #F44336;
width: 10%;
height: 2px;
left: 45%;
bottom: -50%;
}
.news-grids a {
font-size: 15px;
font-weight: bold;
letter-spacing: 2px;
border: 1px solid #333;
padding: 10px 25px;
color: #333;
display: inline-block;
margin-top: 1em;
}
.news-grids a:hover,.card-body a.btn:hover{
background: #3F51B5;
color: #fff;
border: 1px solid #3F51B5;
}
.news-grids p {
font-size: 15px;
color: #777;
margin: 1em 0;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
padding: 0 .5em;
}
/*-- //news --*/
/*-- footer --*/
footer{
background: #f4faff;
position: relative;
z-index: 1;
bottom: 0;
}
footer:after {
position: absolute;
content: '';
left: 30px;
right: 30px;
bottom: 30px;
top: 30px;
border-radius: 5px;
border: 1px solid #fff;
z-index: -1;
}
.footer-logo a.navbar-brand {
color: #023b83;
font-size: 3em;
text-decoration: none;
border: 4px solid #023b83 !important;
text-transform: uppercase;
font-weight: 700;
margin: 0;
letter-spacing: 3px;
padding: 10px 15px;
line-height: 50px;
}
.social ul {
list-style-type: none;
}
.social ul li a {
font-size: 13px;
display: block;
color: #023b83;
background: #fff;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
}
.social ul li{
transition: 0.5s;
}
.social ul li:hover{
padding-right: 15px;
transition: 0.5s;
cursor: pointer;
}
.social ul li a:hover {
background: #023b83;
color: #fff;
}
.footer-nav li {
list-style-type: none;
display: inline-block;
margin: 0px .7em;
border-bottom: 2px solid #023b83;
}
ul.footer-nav li a {
color: #023b83;
font-size: 19px;
letter-spacing: 2px;
display: inline-block;
}
ul.footer-nav li:hover {
border-bottom: 2px solid gray;
}
.agileits_w3layouts-copyright p {
color: #023b83;
letter-spacing: 2px;
font-size: 17px;
line-height: 26px;
position: relative;
}
.agileits_w3layouts-copyright p a {
color: gray;
font-weight: 800;
}
.agileits_w3layouts-copyright p a:hover {
color: black;
}
.agileits_w3layouts-copyright p:after {
position: absolute;
content: '';
background: #023b83;
width: 6%;
height: 2px;
left: 47%;
bottom: -100%;
}
/*-- //footer --*/
/*-- inner page banner --*/
.inner-page-banner {
background: url(../images/1.jpg) no-repeat center;
height: 20vw;
background-size: cover;
}
/*-- inner page banner --*/
/*-- service --*/
.service-grid1 h4 {
font-size: 30px;
font-weight: 600;
border: 2px solid #023b83;
text-align: center;
border-radius: 50%;
width: 70px;
height: 70px;
line-height: 70px;
}
.service-grid1 p {
font-size: 15px;
color: #777;
line-height: 28px;
font-weight: 600;
letter-spacing: 1px;
}
.service-grid1 h3 {
text-transform: uppercase;
font-size: 22px;
color: #F44336;
font-weight: bold;
letter-spacing: 4px;
position: relative;
margin-bottom: 2rem;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.service-grid1 h3:after {
position: absolute;
content: '';
background: #F44336;
width: 20%;
height: 2px;
left: 0%;
bottom: -30%;
}
/*-- service --*/
/*--gallery--*/
.gallery h3.tittle{
text-align:center;
}
.gallery-grids img {
height: 200px;
}
.ban-mar {
margin: 10px 0;
}
.ggd {
padding: 0 5px;
}
.baner-top a {
padding: 5px;
display: block;
box-shadow: 0px 0px 9px #BDBDBD;
}
.baner-top img {
width: 100%;
}
.img-box-content, .gal-text-box {
display: block;
width: 100%;
height: 100%;
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
display: block;
position: relative;
max-width: 100%;
max-height: 100%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.img-box-content {
position: relative;
}
.gal-text-box {
top: 0;
left: 0;
position: absolute;
}
.gal-text-box .info-gal-con {
display: block;
position: relative;
padding: 2%;
left: 50%;
top: 50%;
position: relative;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
text-align: center;
}
.separator {
display: block;
position: relative;
height: 1px;
width: 60%;
margin: 10px auto;
background: rgba(255, 255, 255, 0.5);
clear: both;
}
.gal-spin-effect {
display: block;
overflow: hidden;
position: relative;
}
.gal-spin-effect .gal-text-box {
filter: alpha(opacity=0);
-wekbit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transform: translateZ(0) scale(2, 2);
-moz-transform: translateZ(0) scale(2, 2);
-ms-transform: translateZ(0) scale(2, 2);
-o-transform: translateZ(0) scale(2, 2);
transform: translateZ(0) scale(2, 2);
color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
content: "";
display: block !important;
position: absolute;
visibility: visible !important;
background-color: #673AB7;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-transition: 0.6s ease-in-out;
-moz-transition: 0.6s ease-in-out;
-ms-transition: 0.6s ease-in-out;
-o-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
-webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
-o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
-webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
-o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
filter: alpha(opacity=100);
-wekbit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transform: translateZ(0) scale(1, 1);
-moz-transform: translateZ(0) scale(1, 1);
-ms-transform: translateZ(0) scale(1, 1);
-o-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
-webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
-o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
-webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
-o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
-webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
-o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
-webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
-moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
-ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
-o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
filter: alpha(opacity=100);
-wekbit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transform: translateZ(0) scale(1, 1);
-moz-transform: translateZ(0) scale(1, 1);
-ms-transform: translateZ(0) scale(1, 1);
-o-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
-webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
-o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
-webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
-moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
-ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
-o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
font-size: 24px;
text-transform: capitalize;
margin-bottom: 20px;
font-weight: 600;
color: #fff;
letter-spacing: 2px;
}
.info-gal-con p {
font-size: 14px;
line-height: 2.2em;
color: #fff;
letter-spacing: 1px;
}
/*--//gallery--*/
/*-- contact --*/
.map {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
iframe {
width: 100%;
height: 400px;
border: none;
}
.contact-info h4 {
font-size: 20px;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 700;
color: #eee;
}
.contact-info p,.contact-info p a {
font-size: 16px;
color: #fff;
line-height: 30px;
letter-spacing: 1px;
}
.contact-info p a:hover{
color: #ccc;
}
.contact-info p span{
color: #fff;
}
.contact-info {
background: #3F51B5;
}
.mail_grid_w3l input[type="text"],.mail_grid_w3l input[type="date"], .mail_grid_w3l input[type="email"],.mail_grid_w3l input[type="number"],.mail_grid_w3l input[type="password"], .mail_grid_w3l textarea {
outline: none;
padding: 15px;
font-size: 15px;
color: #495057;
background: none;
width: 100%;
border: 1px solid #ced4da;
border-radius: 5px;
letter-spacing: 3px;
text-transform: capitalize;
}
.contact-fields-w3ls {
margin-bottom: 1em;
}
.mail_grid_w3l textarea {
min-height: 185px;
width: 100%;
resize: none;
}
.mail_grid_w3l select {
outline: none;
padding: 15px;
font-size: 15px;
color: #495057;
background: none;
width: 100%;
border: 1px solid #ced4da;
border-radius: 5px;
letter-spacing: 3px;
text-transform: capitalize;
}
.mail_grid_w3l:focus{
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mail_grid_w3l input[type="submit"] {
outline: none;
padding: 13px 50px;
font-size: 17px;
color: #fff;
font-weight: 600;
background: #F44336;
border: none;
border-radius: 5px;
text-transform: capitalize;
letter-spacing: 2px;
}
.mail_grid_w3l .btn-cancel{
outline: none;
background-color: #F44336;
padding-left: 5px;
padding: 10px 30px;
font-size: 17px;
cursor: pointer;
font-weight: 600;
border: none;
text-transform: capitalize;
letter-spacing: 2px;
}
.btn-cancel {
text-align: center;
outline: none;
background-color: #F44336;
padding-left: 5px;
padding: 5px 5px;
font-size: 17px;
cursor: pointer;
font-weight: 500;
border: none;
border-radius: 5px;
text-transform: capitalize;
letter-spacing: 2px;
}
.btn-cancel a{
text-decoration: none;
color: #fff;
}
.mail_grid_w3l .btn-cancel a{
text-decoration: none;
color: #fff;
}
.mail_grid_w3l .btn-success{
text-align: center;
outline: none;
padding-left: 5px;
padding: 5px 5px;
font-size: 17px;
cursor: pointer;
font-weight: 500;
border: none;
border-radius: 5px;
text-transform: capitalize;
letter-spacing: 2px;
}
.mail_grid_w3l input[type="submit"]:hover {
background: #333;
cursor: pointer;
}
.mail_grid_w3l .btn-warning:hover{
background: #333;
}
/*-- //contact --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- /Responsive Design --*/
@media(max-width:1440px){
iframe {
height: 428px;
}
}
@media(max-width:1366px){
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 16px;
}
.cd-radial-slider-navigation i {
margin-top: 1.4em;
margin-left: 1.4em;
}
.why-grid1 h4 {
font-size: 28px;
}
}
@media(max-width:1280px){
.contact-info p, .contact-info p a {
font-size: 15px;
}
}
@media(max-width:1080px){
.cd-radial-slider-content .wrapper > div {
padding: 14em 8em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 13px;
font-size: 3em;
}
.cd-radial-slider-navigation i {
margin-top: 1.4em;
margin-left: 1.6em;
font-size: 1.5em;
}
.why-grid1 h4 {
font-size: 25px;
}
.why-grid1 p {
font-size: 14px;
}
.service-grid1 h3 {
font-size: 20px;
letter-spacing: 2px;
}
.content_left h2:after {
left: 7.4%;
}
.contact-info p, .contact-info p a {
font-size: 14px;
}
iframe {
height: 458px;
}
}
@media(max-width:1024px){
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 10px;
font-size: 2.8em;
}
a.read, a.read2 {
font-size: 16px;
padding: .7em 1.2em;
}
}
@media(max-width: 991px){
.navbar-nav > li {
margin-right: 0;
text-align: left;
}
.navbar-light .navbar-toggler {
border-color: rgba(0,0,0,0.2);
background: transparent;
}
.navbar-toggler {
border-radius: 2px;
}
.dropdown-menu {
color: #fff;
text-align: left;
border-radius: 0.25rem;
background-color: inherit;
}
.dropdown-menu a {
color: #023b83;
}
.why-grid1 h4 {
font-size: 23px;
margin-bottom: 1rem;
}
.w3_agileits-team1 {
padding: 0 5px;
}
.w3_agileits-team1 h5 {
font-size: 18px;
}
.cli-ent {
width: 80%;
margin: 0 auto;
}
.newsgrid1 {
padding: 0 5px;
}
.news-grids h4 {
font-size: 20px;
letter-spacing: 2px;
}
.footer-logo a.navbar-brand {
font-size: 2.5em;
}
.why-grid1 i.icon {
font-size: 40px;
margin-bottom: .5em;
}
h3.heading, h2.heading {
font-size: 45px;
letter-spacing: 2px;
}
.w3_agile_stats_grid-top {
padding: 0 5px;
}
.w3_agile_stats_grid h4 {
font-size: 16px;
letter-spacing: 1px;
}
.bottom-grid2 h4 {
margin: initial;
}
.banner_bottom_agile_grids {
width: 80%;
margin: 0 auto;
}
.content_left h2:after {
left: 10%;
}
.b-search {
width: 60%;
}
.baner-top {
margin: 5px 0;
}
iframe {
height: 398px;
}
}
@media(max-width:900px){
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 8px;
font-size: 2.5em;
}
.cd-radial-slider-navigation i {
margin-top: 1.5em;
margin-left: 1.7em;
font-size: 1.2em;
}
.flex-direction-nav .flex-next {
left: 110% !important;
}
.flex-direction-nav .flex-prev {
left: -15% !important;
}
}
@media(max-width:800px){
.banner_bottom_agile_grids {
width: 100%;
margin: 0 auto;
}
.view {
min-height: 275px;
}
iframe {
height: 428px;
}
}
@media(max-width:768px){
h3.heading, h2.heading {
font-size: 40px;
letter-spacing: 2px;
}
.navbar-light .navbar-brand {
font-size: 2.5em;
line-height: 40px;
}
.footer-logo a.navbar-brand {
font-size: 2.5em;
line-height: 40px;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 8px;
font-size: 2em;
}
.cd-radial-slider-content .wrapper > div {
padding: 12em 8em 0;
}
.cd-radial-slider-navigation i {
margin-top: 1.2em;
margin-left: 1.4em;
}
.service-grid1 h4 {
font-size: 25px;
width: 65px;
height: 65px;
line-height: 65px;
}
.banner_bottom_right_grid i {
margin-top: 1em;
}
iframe {
height: 458px;
}
}
@media(max-width: 736px){
.cd-radial-slider-content .wrapper > div {
padding: 11em 7em 0;
}
.agile-dish-caption h4 {
font-size: 24px;
margin: 0.5em 0;
}
.agileits_w3layouts-copyright p:after {
bottom: -20%;
}
.w3_agile_stats_grid h4:after {
bottom: -50%;
}
.bottom-grids h3 {
font-size: 20px;
}
.bottom-grid2 h4 {
font-size: 30px;
width: 200px;
height: 200px;
line-height: 200px;
}
.view {
min-height: 265px;
}
.content_left h2:after {
left: 13.5%;
}
.b-search {
width: 70%;
}
iframe {
height: 250px;
}
.contact-grids .col-lg-4.col-md-6.pl-0,.contact-grids .col-lg-8.col-md-6.pr-0 {
padding: 0 !important;
}
}
@media(max-width: 667px){
.cd-radial-slider-content .wrapper > div {
padding: 10em 5em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 6px;
font-size: 1.8em;
}
.agile_count_grid_left span, .agile_count_grid_right p {
font-size: 2.5em;
}
.inner-page-banner {
height: 30vw;
}
.view img {
min-height: 265px;
}
.blog_info h5 a {
font-size: 19px;
letter-spacing: 1px;
}
}
@media(max-width: 640px){
.agile_text_box h3 {
font-size: 18px;
margin: .8em 0;
letter-spacing: 2px;
}
.banner_bottom_right_grid i {
font-size: 1.5em;
}
}
@media(max-width: 600px){
.cd-radial-slider-navigation i {
margin-top: 1em;
margin-left: 1em;
}
.agile_count_grid_left span, .agile_count_grid_right p {
font-size: 2em;
}
.banner_bottom_agile_grids {
width: 80%;
margin: 0 auto;
}
}
@media(max-width: 568px){
.cd-radial-slider-content .wrapper > div {
padding: 9em 4em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 4px;
}
.g1 {
padding: 0em 0em 1em;
}
.view img {
min-height: auto;
}
.banner_bottom_right_grid i {
margin-top: 2em;
}
a.read, a.read2 {
font-size: 15px;
padding: .5em 1em;
letter-spacing: 1px;
}
.navbar-light .navbar-brand {
font-size: 2em;
line-height: 30px;
}
.nav-link {
padding: 0.3rem 1rem;
}
}
@media(max-width:480px){
.flex-direction-nav .flex-next {
left: 105% !important;
}
.flex-direction-nav .flex-prev {
left: -12% !important;
}
footer{
z-index: 1;
bottom: 0;
}
.footer-logo a.navbar-brand {
font-size: 2em;
line-height: 33px;
border: 2px solid #fff;
}
.footer-nav li {
margin: 0px .5em;
}
ul.footer-nav li a {
font-size: 17px;
letter-spacing: 1px;
}
.agileits_w3layouts-copyright p {
letter-spacing: 1px;
font-size: 17px;
}
.service-grid1 h4 {
font-size: 20px;
width: 55px;
height: 55px;
line-height: 55px;
}
.service-grid1 .col-md-3.col-2 {
padding-left: 0;
}
.banner_bottom_agile_grids {
width: 90%;
margin: 0 auto;
}
.content_left h2 {
font-size: 90px;
}
.cd-radial-slider-navigation i {
margin-top: .8em;
margin-left: 1em;
font-size: 1em;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 3px;
font-size: 1.5em;
}
.cd-radial-slider-content .wrapper > div {
padding: 8em 4em 0;
}
.cd-radial-slider-wrapper {
overflow: inherit;
}
}
@media(max-width:414px){
.why-grid1 i.icon {
font-size: 30px;
margin-bottom: .4em;
}
.why-grid1 h4 {
font-size: 20px;
margin-bottom: .6rem;
}
.why-grid1 p {
font-size: 13px;
letter-spacing: 4px;
}
.why-grid1 a i {
width: 40px;
height: 40px;
line-height: 38px;
font-size: 15px;
}
footer:after {
left: 15px;
right: 15px;
bottom: 15px;
top: 15px;
}
.inner-page-banner {
height: 40vw;
}
.banner_bottom_agile_grids {
width: 100%;
margin: 0 auto;
}
.b-search {
width: 100%;
}
.content_left h5 {
font-size: 19px;
letter-spacing: 2px;
}
.content_left h2:after {
left: 16.2%;
top: 30%;
}
.navbar-light .navbar-brand {
font-size: 1.8em;
line-height: 25px;
border: 2px solid #023b83;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
border: 2px solid;
}
.cd-radial-slider-content .wrapper > div {
padding: 6em 3em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 2px;
font-size: 1.5em;
}
.cd-radial-slider-navigation i {
margin-top: .8em;
margin-left: 1em;
font-size: .8em;
}
.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
font-size: 16px;
}
}
@media(max-width:384px){
h3.heading, h2.heading {
font-size: 38px;
letter-spacing: 1px;
}
.g1 p span.fa {
font-size: 1.2em;
}
.banner_bottom_right_grid {
padding-left: 0;
}
.view img {
min-height: 265px;
}
.banner_bottom_right_grid i {
margin-top: 1.5em;
}
.service-grid1 h4 {
font-size: 15px;
width: 50px;
height: 50px;
line-height: 50px;
}
.content_left h2:after {
left: 17.5%;
}
.mail_grid_w3l input[type="text"], .mail_grid_w3l input[type="email"], .mail_grid_w3l textarea {
padding: 12px;
font-size: 14px;
letter-spacing: 2px;
}
.mail_grid_w3l textarea {
min-height: 120px;
}
.navbar {
padding: 0.2rem 0rem;
}
.navbar-light .navbar-brand {
font-size: 1.5em;
line-height: 22px;
}
.cd-radial-slider-content .wrapper > div {
padding: 5em 3em 0;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 1px;
font-size: 1.5em;
}
.navbar-toggler {
padding: 0.2rem 0.5rem;
font-size: 1rem;
}
}
@media(max-width: 375px){
.agileits_w3layouts-copyright p {
letter-spacing: 1px;
font-size: 16px;
}
.agile-dish-caption h4 {
font-size: 19px;
margin: 0.5em 0;
letter-spacing: 1px;
}
.w3_agile_stats_grid h4 {
font-size: 15px;
}
.service-grid1 h3 {
font-size: 18px;
letter-spacing: 2px;
}
.content_left h2:after {
left: 18%;
}
.b-search input[type="text"] {
padding: 12px 15px;
letter-spacing: 2px;
}
.blog_info {
padding: 1em 1em;
}
.cd-radial-slider-content h2, .cd-radial-slider-content h3 {
letter-spacing: 1px;
font-size: 1.3em;
}
}
@media(max-width:320px){
.service-grid1 h3 {
font-size: 18px;
letter-spacing: 1px;
}
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
@media(max-width:1080px){
}
/*-- //Responsive Design --*/ | 0.254231 | 0.055592 |
body {
background-color: #D3EBF3;
}
html {
height: 100%;
}
h1 {
margin-block-start: 0;
margin-block-end: 0;
font-family: Rockwell;
font-size: 48px;
font-weight: bold;
}
h2 {
margin-block-start: 0;
margin-block-end: 32px;
font-family: Lusitana;
font-weight: normal;
font-size: 24px;
}
h3 {
margin-block-start: 0;
margin-block-end: 0;
font-family: SF Pro Display;
font-size: 18px;
}
body {
margin-block-start: 0;
margin-block-end: 0;
font-family: Lusitana;
font-size: 16px;
}
.body-text {
margin-bottom: 32px;
width: 350px;
}
.container {
padding: 0;
margin: 0;
display: grid;
grid-template-columns: auto auto auto;
grid-column-gap: 0px;
width: 100%;
height: 100vh;
}
.header {
grid-row-start:1;
grid-column-start: 1;
grid-column-end: 4;
}
.animal {
align-self: center;
justify-self: right;
justify-content: center;
align-content: center;
width: 240px;
height: 240px;
grid-row-start: 2;
grid-row-end: 3;
}
.description {
padding: 0;
margin: 0;
width: 475px;
grid-row-start: 2;
grid-row-end: 3;
grid-column-start: 2;
align-self: center;
justify-self: center;
}
.conservation-status {
padding: 0;
margin: 0;
grid-row-start: 2;
grid-row-end: 3;
grid-column-start: 3;
align-self: center;
justify-self: start;
height: 200px;
width: 142px;
}
.donationcontainer {
align-content: center;
align-items: center;
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 3;
}
.center {
margin-top: 32px;
}
.donation {
text-align: center;
font-family: Rockwell;
font-style: normal;
font-weight: bold;
font-size: 24px;
color: #000000;
background: none;
text-decoration: underline;
}
.donation:hover {
text-decoration: none;
}
p {
display:inline;
}
.animalsencountered {
position: absolute;
bottom: 8px;
left: 16px;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #000000;
font-family: Rockwell;
}
.logo_container {
width: 80px;
position: absolute;
top: 8px;
left: 16px;
} | main.css | body {
background-color: #D3EBF3;
}
html {
height: 100%;
}
h1 {
margin-block-start: 0;
margin-block-end: 0;
font-family: Rockwell;
font-size: 48px;
font-weight: bold;
}
h2 {
margin-block-start: 0;
margin-block-end: 32px;
font-family: Lusitana;
font-weight: normal;
font-size: 24px;
}
h3 {
margin-block-start: 0;
margin-block-end: 0;
font-family: SF Pro Display;
font-size: 18px;
}
body {
margin-block-start: 0;
margin-block-end: 0;
font-family: Lusitana;
font-size: 16px;
}
.body-text {
margin-bottom: 32px;
width: 350px;
}
.container {
padding: 0;
margin: 0;
display: grid;
grid-template-columns: auto auto auto;
grid-column-gap: 0px;
width: 100%;
height: 100vh;
}
.header {
grid-row-start:1;
grid-column-start: 1;
grid-column-end: 4;
}
.animal {
align-self: center;
justify-self: right;
justify-content: center;
align-content: center;
width: 240px;
height: 240px;
grid-row-start: 2;
grid-row-end: 3;
}
.description {
padding: 0;
margin: 0;
width: 475px;
grid-row-start: 2;
grid-row-end: 3;
grid-column-start: 2;
align-self: center;
justify-self: center;
}
.conservation-status {
padding: 0;
margin: 0;
grid-row-start: 2;
grid-row-end: 3;
grid-column-start: 3;
align-self: center;
justify-self: start;
height: 200px;
width: 142px;
}
.donationcontainer {
align-content: center;
align-items: center;
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 3;
}
.center {
margin-top: 32px;
}
.donation {
text-align: center;
font-family: Rockwell;
font-style: normal;
font-weight: bold;
font-size: 24px;
color: #000000;
background: none;
text-decoration: underline;
}
.donation:hover {
text-decoration: none;
}
p {
display:inline;
}
.animalsencountered {
position: absolute;
bottom: 8px;
left: 16px;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #000000;
font-family: Rockwell;
}
.logo_container {
width: 80px;
position: absolute;
top: 8px;
left: 16px;
} | 0.579519 | 0.091951 |
body {
background-color: #eaf9ff;
font-family: Arial,sans-serif
}
a {
color: #369
}
#header {
border-width: 3px;
border-color: #05668D;
background-color: #5DD39E;
box-shadow: 0 1px 1px 0 rgba(85,45,95,0.3);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100
}
#header-img.default-header {
width: 35px
}
.pagename a,.titlebox .redditname a {
font-size: 0!important
}
.pagename a:after,.titlebox .redditname a:after {
content: "Pin28"
}
.pagename a:after {
font-size: 14px;
vertical-align: bottom;
color: #FFFFFF
}
.titlebox .redditname a:after {
font-size: 26px
}
.pagename a:hover {
}
.tabmenu li {
display: inline-block;
margin: 0px 1px 0px 1px;
transform: skewX(-.25rad)
}
.tabmenu li a {
font-size: 11px;
border-width: 5px;
border-color: #000;
color: #fff;
padding: 3px 8px 3px 8px;
background-color: #05668D
}
.tabmenu li.selected a {
color: #05668D;
font-weight: bold;
font-size: 14px;
background-color: #eaf9ff;
box-shadow: 0px 0px 4px -2px #eaf9ff;
border: 3px solid #05668D;
border-bottom: 0px none white;
padding: 3px 12px 3px 12px;
z-index: 10
}
.side {
background-color: #FFFFFF;
box-shadow: 0 2px 2px 0 rgba(85,45,95,0.3);
position: auto;
top: 74px;
margin-bottom: 5px;
right: 0;
bottom: 0;
overflow: auto;
padding: 10px;
z-index: 900;
border-radius: 3px
}
.sidecontentbox {
padding: 5px;
background-color: #FFFFFF;
border-radius: 3px
}
.content {
margin: 5px;
margin-top: 80px;
margin-right: 330px
}
.listing-page .sitetable .link,.organic-listing,.stylesheet-customize-container,.submit-page .content,.wiki-page .wiki-page-content,.wiki-page .wikititle,.search-page .search-result-listing,.comments-page .sitetable .link,.comment {
margin-left: 0;
margin-bottom: 6px;
padding: 9px;
background-color: rgb(255,255,255);
border: 0;
border-radius: 3px;
box-shadow: 0 2px 2px 0 rgba(85,45,95,0.3);
position: relative
}
.thing a.title {
color: #028090
}
.thing a.title:visited {
color: #B2DBBF
}
.thing a.title:hover,.thing a.title:visited:hover {
color: #02C39A
}
.thing a.title:active {
color: #FF1654
} | Pin28.css | body {
background-color: #eaf9ff;
font-family: Arial,sans-serif
}
a {
color: #369
}
#header {
border-width: 3px;
border-color: #05668D;
background-color: #5DD39E;
box-shadow: 0 1px 1px 0 rgba(85,45,95,0.3);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100
}
#header-img.default-header {
width: 35px
}
.pagename a,.titlebox .redditname a {
font-size: 0!important
}
.pagename a:after,.titlebox .redditname a:after {
content: "Pin28"
}
.pagename a:after {
font-size: 14px;
vertical-align: bottom;
color: #FFFFFF
}
.titlebox .redditname a:after {
font-size: 26px
}
.pagename a:hover {
}
.tabmenu li {
display: inline-block;
margin: 0px 1px 0px 1px;
transform: skewX(-.25rad)
}
.tabmenu li a {
font-size: 11px;
border-width: 5px;
border-color: #000;
color: #fff;
padding: 3px 8px 3px 8px;
background-color: #05668D
}
.tabmenu li.selected a {
color: #05668D;
font-weight: bold;
font-size: 14px;
background-color: #eaf9ff;
box-shadow: 0px 0px 4px -2px #eaf9ff;
border: 3px solid #05668D;
border-bottom: 0px none white;
padding: 3px 12px 3px 12px;
z-index: 10
}
.side {
background-color: #FFFFFF;
box-shadow: 0 2px 2px 0 rgba(85,45,95,0.3);
position: auto;
top: 74px;
margin-bottom: 5px;
right: 0;
bottom: 0;
overflow: auto;
padding: 10px;
z-index: 900;
border-radius: 3px
}
.sidecontentbox {
padding: 5px;
background-color: #FFFFFF;
border-radius: 3px
}
.content {
margin: 5px;
margin-top: 80px;
margin-right: 330px
}
.listing-page .sitetable .link,.organic-listing,.stylesheet-customize-container,.submit-page .content,.wiki-page .wiki-page-content,.wiki-page .wikititle,.search-page .search-result-listing,.comments-page .sitetable .link,.comment {
margin-left: 0;
margin-bottom: 6px;
padding: 9px;
background-color: rgb(255,255,255);
border: 0;
border-radius: 3px;
box-shadow: 0 2px 2px 0 rgba(85,45,95,0.3);
position: relative
}
.thing a.title {
color: #028090
}
.thing a.title:visited {
color: #B2DBBF
}
.thing a.title:hover,.thing a.title:visited:hover {
color: #02C39A
}
.thing a.title:active {
color: #FF1654
} | 0.483648 | 0.252511 |
.mobile-content {
display: none !important;
}
/*------------calculator-header-pane------------------*/
.calculator-header-pane {
margin-bottom: 5px;
overflow: hidden;
}
.calculator-header-pane.pane-border {
padding-bottom: 7px;
border-bottom: 1px solid #dddddd;
}
.calculator-header-pane .calculator-header-pane-left {
float: left;
}
.calculator-header-pane .calculator-header-pane-right {
float: right;
}
.calculator-header-pane h1 {
margin: 0 0 13px;
line-height: normal;
}
.calculator-header-pane .city-list {
margin: 0;
padding: 0;
}
.calculator-header-pane .city-list li {
margin: 0 0 0 16px;
list-style: none;
display: inline-block;
vertical-align: top;
}
.calculator-header-pane .city-list li:before {
display: none;
}
.calculator-header-pane .city-list li.active a {
text-decoration: none;
color: #000000;
}
.calculator-header-pane .print {
text-decoration: none;
color: #000000;
}
.calculator-header-pane .print .ico-print {
margin-top: 3px;
margin-right: 8px;
width: 16px;
height: 16px;
float: left;
background: url("/images/ico-print2.svg") no-repeat;
background-size: 100%;
}
/*------------education-categories-block------------------*/
.education-categories-block {
margin-top: 26px;
margin-left: -4px;
line-height: 0;
font-size: 0;
}
.education-categories-block .education-categories-item {
margin-bottom: 4px;
padding-left: 4px;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: inline-block;
vertical-align: top;
}
.education-categories-block .education-categories-item a {
text-decoration: none;
}
.education-categories-block .education-categories-item .education-categories-img img {
width: 100%;
}
.education-categories-block .education-categories-item .education-categories-item-title {
width: 100%;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
line-height: normal;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
/*------------passport-program-block------------------*/
.passport-program-block {
margin: 23px 0 48px;
overflow: hidden;
}
.passport-program-block .specialty {
padding-top: 22px;
width: 70%;
float: left;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #000000;
}
.passport-program-block .specialty b {
font-size: 22px;
}
.passport-program-block .specialty-preview {
padding: 18px 5px 8px 25px;
width: 30%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
line-height: normal;
font-size: 14px;
background: #f6f5f4;
}
.passport-program-block .specialty-preview .specialty-preview-item {
margin-bottom: 13px;
overflow: hidden;
}
.passport-program-block .specialty-preview .specialty-preview-item-name {
margin-right: 18px;
width: 110px;
float: left;
font-size: 12px;
color: #878787;
}
.passport-program-block .specialty-preview .specialty-preview-item-value {
overflow: hidden;
zoom: 1;
}
/*------------passport-program-table------------------*/
.passport-program-table {
margin-bottom: 24px;
width: 100%;
border: 1px solid #d5d5d5;
font-size: 14px;
}
.passport-program-table b {
font-size: 16px;
}
.passport-program-table tr:nth-child(even) td {
background: #f6f5f4;
}
.passport-program-table tr td:first-child {
padding-left: 19px;
}
.passport-program-table td {
padding: 25px 37px 22px;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
}
.passport-program-list {
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
border-top: none !important;
border-bottom: none !important;
}
.passport-program-list td {
padding: 0 0 7px !important;
border-left: none !important;
border-right: none !important;
}
.passport-program-list tr:nth-child(even) td {
background: none !important;
}
.passport-program-list li {
padding: 0 !important;
margin-bottom: 7px !important;
list-style: none;
}
.passport-program-list li:before {
display: none !important;
}
.passport-program-list-name {
margin-right: 12px;
min-width: 120px;
float: left;
}
.passport-program-list-value {
overflow: hidden;
zoom: 1;
font-weight: bold;
}
/*------------calculator-filter-wrap------------------*/
.calculator-filter-wrap {
margin-bottom: 32px;
}
.calculator-filter-top-pane {
margin-bottom: 26px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #dddddd;
}
.calculator-filter-top-pane .calculator-filter-select-block {
width: 50%;
float: left;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0;
width: 50%;
float: left;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio label {
padding-top: 0;
position: relative;
top: 4px;
font-size: 16px;
font-weight: bold;
}
.calculator-filter-bottom-pane {
margin-bottom: 40px;
width: 100%;
display: table;
}
.calculator-filter-bottom-pane{
margin-top: -27px;
padding-top: 30px;
border-top: 1px solid #dddddd;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject {
display: table-cell;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio {
margin: 0 0 14px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio label {
padding: 0 9px 0 0;
position: relative;
/*top: 2px;*/
white-space: normal;
text-align: left;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio .iradio_ichek {
top: -2px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio .icheckbox_ichek {
top: -2px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field {
display: inline-block;
vertical-align: middle;
white-space: nowrap;
}
.entrance-tests-marks{
margin: -11px 0 0 0 !important;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input {
padding: 0 7px;
height: 28px;
width: 96px;
line-height: 29px;
font-size: 14px;
color: #000000;
border: 1px solid #e0e0e0;
-webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.18);
box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.18);
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input::-webkit-input-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input::-moz-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input:-moz-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input:-ms-input-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-3 {
margin-right: 30px;
display: inline-block;
vertical-align: top;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-2 {
display: none;
}
.calculator-filter-num-mark {
width: 22%;
position: relative;
display: table-cell;
text-align: center;
vertical-align: middle;
line-height: normal;
font-size: 14px;
color: #000000;
border-left: 1px solid #dddddd;
}
.calculator-filter-num-mark b {
font-size: 44px;
font-weight: bold;
color: #2f3950;
}
.calculator-filter-select-attainments {
margin-bottom: 20px;
padding-bottom: 20px;
line-height: normal;
font-size: 14px;
color: #000000;
border-bottom: 1px solid #dddddd;
display: none;
}
.calculator-filter-select-attainments .field_radio {
margin: 0 0 20px 22px;
overflow: hidden;
}
.calculator-filter-select-attainments .field_radio .icheckbox_ichek {
float: left;
}
.calculator-filter-select-attainments .field_radio label {
display: block !important;
overflow: hidden;
zoom: 1;
text-align: left;
line-height: 20px;
font-size: 13px;
color: #4f4f4f;
}
.calculator-faculty-block {
margin-bottom: 30px;
}
.calculator-faculty-block .calculator-faculty-title {
margin-bottom: 24px;
}
.calculator-faculty-block .calculator-faculty-title a {
line-height: normal;
text-decoration: none;
font-size: 18px;
color: #364464;
font-weight: bold;
border-bottom: 1px solid #c2c7d0;
}
.calculator-faculty-block .calculator-faculty-title a:hover {
border-bottom: 1px solid transparent;
}
.calculator-faculty-block .calculator-faculty-title .faculty-hide {
margin-left: 32px;
font-size: 13px;
font-weight: normal;
color: #848484;
}
.calculator-faculty-table{
width: 100%;
}
.calculator-faculty-block .calculator-faculty-table tr {
border-top: 1px solid #dddddd;
}
.calculator-faculty-block .calculator-faculty-table tr td {
/*padding: 17px 14px 28px;*/
padding: 17px 14px 0;
max-width: 165px;
text-align: left;
vertical-align: top;
line-height: 1.4;
font-size: 12px;
color: #7e7e7e;
}
.calculator-faculty-block .calculator-faculty-table tr td b {
font-size: 16px;
color: #000000;
}
.calculator-faculty-block .calculator-faculty-table tr td:first-child {
padding-left: 0;
padding-right: 0;
}
.calculator-faculty-block .calculator-faculty-table tr td:last-child {
padding-right: 0;
}
.calculator-faculty-block .calculator-faculty-table th {
padding: 8px 14px 5px;
text-align: left;
vertical-align: bottom;
line-height: normal;
font-size: 12px;
font-weight: normal;
color: #848484;
}
.calculator-faculty-block .calculator-faculty-table th:first-child {
padding-left: 0;
}
.calculator-faculty-block .calculator-faculty-table th:last-child {
padding-right: 0;
}
.calculator-faculty-block .va-middle {
vertical-align: middle;
}
.calculator-faculty-block .min-mark {
text-align: center;
font-size: 34px;
font-weight: bold;
color: #000000;
}
.calculator-faculty-block .ico-question {
margin-top: 5px;
margin-left: 5px;
float: right;
vertical-align: middle;
}
.calculator-faculty-block .t-red {
color: #ff4847 !important;
}
.subject-list li {
margin: 0 0 9px !important;
padding: 0 !important;
list-style: decimal !important;
font-size: 13px;
color: #000000 !important;
}
.subject-list li span {
font-size: 12px;
}
.subject-list li:before {
display: none !important;
}
.ico-question {
width: 16px;
height: 16px;
background: url("/images/ico-question.svg") no-repeat;
background-size: 100%;
}
@media screen and (max-width: 1025px) {
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0 0 11px;
width: 100%;
float: none;
}
}
@media screen and (max-width: 768px) {
.desktop-content {
display: none !important;
}
.mobile-content {
display: block !important;
}
.wrap-calculator .aside_left {
margin-top: 0;
display: none;
}
.wrap-calculator .section_main {
width: 100%;
border: none;
}
.wrap-calculator .content {
padding: 27px 20px 50px;
}
.wrap-calculator .logo {
padding: 50px 0 0 0;
width: 100%;
height: 104px;
font-size: 12px;
line-height: 17px;
float: none;
text-align: left;
background-position: 6px 50px;
}
.wrap-calculator .logo a {
margin: 0 0 0 128px;
width: 295px;
display: block;
}
.wrap-calculator .header {
display: none;
}
/*------------calculator-header-pane------------------*/
.calculator-header-pane {
text-align: center;
}
.calculator-header-pane.pane-border {
padding-bottom: 0;
border-bottom: none;
}
.calculator-header-pane .calculator-header-pane-left {
float: none;
font-size: 18px;
}
.calculator-header-pane .calculator-header-pane-right {
float: none;
}
.calculator-header-pane .city-list {
margin-bottom: 5px;
text-align: center;
}
.calculator-header-pane .city-list li {
margin: 0 14px;
}
.calculator-header-pane .city-list li a {
font-size: 18px;
}
.calculator-header-pane h1 {
margin: 0 0 13px;
font-size: 32px;
}
.calculator-header-pane .print {
display: none;
}
/*------------passport-program-block------------------*/
.passport-program-block {
margin: -10px 0 22px;
}
.passport-program-block .specialty {
width: 100%;
float: none;
line-height: 1.3;
font-size: 18px;
}
.passport-program-block .specialty b {
font-size: 24px;
}
.passport-program-block .specialty-preview {
margin: 20px 0 0;
padding: 10px 20px;
width: 100%;
float: none;
text-align: justify;
line-height: 0;
font-size: 1px;
text-align-last: justify;
}
.passport-program-block .specialty-preview:after {
width: 100%;
height: 0px;
visibility: hidden;
overflow: hidden;
content: '';
display: inline-block;
}
.passport-program-block .specialty-preview .specialty-preview-item {
margin: 0;
display: inline-block;
vertical-align: top;
line-height: normal;
font-size: 18px;
text-align: left;
text-align-last: left;
}
.passport-program-block .specialty-preview .specialty-preview-item-name {
margin-bottom: 4px;
width: 100%;
float: none;
font-size: 18px;
}
/*------------passport-program-table------------------*/
.passport-program-table {
margin-bottom: 43px;
font-size: 18px;
}
.passport-program-table b {
font-size: 24px;
}
.passport-program-table tr td:first-child {
padding-left: 20px;
}
.passport-program-table td {
padding: 23px 24px 21px 24px;
}
.passport-program-list-name {
margin-right: 11px;
width: 140px;
}
/*------------passport-program-description------------------*/
.passport-program-description {
line-height: 1.4;
font-size: 20px;
}
.passport-program-description h2 {
margin-bottom: 12px;
line-height: normal;
font-size: 20px;
}
/*------------calculator-filter-wrap------------------*/
.calculator-filter-wrap {
margin-bottom: 30px;
}
.calculator-filter-top-pane {
margin-bottom: 20px;
padding-bottom: 8px;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0 0 11px;
width: 100%;
float: none;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio label {
top: 5px;
font-size: 18px;
}
.calculator-filter-bottom-pane {
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject {
margin-bottom: 25px;
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio label {
padding: 0 12px 0 0;
top: 5px;
font-size: 18px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field {
display: inline-block;
vertical-align: middle;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input {
padding: 0 8px;
width: 100px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-3 {
display: none;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-2 {
margin-right: -5px;
width: 50%;
display: inline-block;
vertical-align: top;
}
.calculator-filter-num-mark {
padding-bottom: 17px;
width: 100%;
display: block;
font-size: 18px;
border-left: none;
border-bottom: 1px solid #dddddd;
}
.calculator-filter-num-mark b {
font-size: 58px;
}
.calculator-filter-select-attainments {
margin-bottom: 9px;
padding-bottom: 25px;
font-size: 18px;
}
.calculator-filter-select-attainments .field_radio {
margin: 0 0 15px 11px;
}
.calculator-faculty-block .calculator-faculty-title {
margin-bottom: 30px;
}
.calculator-faculty-block .calculator-faculty-title a {
font-size: 24px;
}
.calculator-faculty-preview {
padding-bottom: 20px;
border-bottom: 1px solid #dddddd;
}
.calculator-faculty-preview-item {
margin-bottom: 17px;
}
.calculator-faculty-preview-item-name {
padding-right: 45px;
margin-right: -5px;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
line-height: normal;
font-size: 14px;
color: #848484;
}
.calculator-faculty-preview-item-name b {
font-size: inherit !important;
}
.calculator-faculty-preview-item-value {
padding-right: 45px;
margin-right: -5px;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
line-height: 1.4;
font-size: 14px;
color: #7e7e7e;
}
.calculator-faculty-preview-item b {
font-size: 20px;
color: #000;
}
.calculator-faculty-block .ico-question {
margin-top: 1px;
margin-left: 18px;
float: none;
display: inline-block;
}
.calculator-faculty-block .min-mark {
text-align: left;
font-size: 34px;
}
.subject-list li {
margin-left: 15px !important;
font-size: 14px;
}
}
@media screen and (max-width: 640px) {
/*------------education-categories-block------------------*/
.education-categories-block {
margin: 19px 0 0 0;
}
.education-categories-block .education-categories-item {
padding: 0;
margin-bottom: 18px;
width: 100%;
height: 232px;
overflow: hidden;
}
.education-categories-block .education-categories-item .education-categories-item-title {
font-size: 32px;
}
}
@media screen and (max-width: 480px) {
.wrap-calculator .content {
padding-left: 13px;
padding-right: 13px;
}
.calculator-header-pane h1 {
font-size: 24px;
}
.passport-program-block .specialty-preview {
margin: 20px 0 19px;
}
.passport-program-block .specialty-preview .specialty-preview-item {
font-size: 14px;
}
.passport-program-block .specialty-preview .specialty-preview-item-name {
font-size: 14px;
}
.passport-program-table tr td:first-child {
padding-left: 10px;
}
.passport-program-table td {
padding: 17px 7px 13px 10px;
font-size: 14px;
border: none;
}
.passport-program-table td b {
font-size: 18px;
}
.passport-program-list li {
margin-bottom: 5px;
}
.passport-program-list-name {
margin-right: 13px;
width: 110px;
}
.passport-program-description {
font-size: 14px;
}
.passport-program-description h2 {
margin-bottom: 12px;
font-size: 14px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input {
margin-left: 35px;
}
.calculator-filter-num-mark {
padding-bottom: 14px;
}
.calculator-filter-num-mark b {
font-size: 58px;
}
.calculator-filter-select-attainments {
margin-bottom: 10px;
padding-bottom: 20px;
}
.calculator-filter-select-attainments .field_radio {
margin: 0 0 20px 0;
}
}
@media screen and (max-width: 320px) {
.wrap-calculator .content {
padding-left: 10px;
padding-right: 10px;
}
/*------------calculator-header-pane------------------*/
.calculator-header-pane .calculator-header-pane-left {
padding: 0 11px;
line-height: normal;
font-size: 14px;
}
.calculator-header-pane .city-list {
margin-bottom: 21px;
}
.calculator-header-pane .city-list li {
margin: 0 10px;
}
.calculator-header-pane .city-list li a {
font-size: 18px;
}
.calculator-header-pane h1 {
margin-bottom: 8px;
font-size: 24px;
}
/*------------education-categories-block------------------*/
.education-categories-block {
margin-top: 15px;
}
.education-categories-block .education-categories-item {
margin-bottom: 15px;
height: auto;
}
.education-categories-block .education-categories-item .education-categories-item-title {
line-height: 28px;
font-size: 24px;
}
.passport-program-block .specialty-preview {
padding: 10px 8px;
}
.passport-program-block .specialty-preview .specialty-preview-item {
max-width: 113px;
}
/*------------calculator-filter-wrap------------------*/
.calculator-filter-wrap {
margin-bottom: 15px;
}
.calculator-filter-top-pane {
margin-bottom: 16px;
padding-bottom: 14px;
}
.calculator-filter-top-pane .calculator-filter-select-block {
width: 100%;
float: none;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0 0 13px;
width: 100%;
float: none;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio label {
top: 5px;
font-size: 18px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject {
margin-bottom: 23px;
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field {
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-3 {
display: none;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-2 {
display: none;
}
.calculator-filter-select-attainments {
margin-bottom: 10px;
padding-bottom: 0;
}
}
#calc-preloader {
position: fixed;
width: 100%;
height: 100%;
background: url('/images/calc-preloader.gif') 49% 49% no-repeat #000;
opacity: 0.5;
left: 0;
top: 0;
z-index: 100000;
display: none;
}
#calc-filter .icheckbox_ichek,
#calc-filter .icheckbox_ichek.static:hover {
background-position: -52px 0;
}
#calc-filter .icheckbox_ichek.hover,
#calc-filter .icheckbox_ichek:hover {
}
#calc-filter .icheckbox_ichek.checked {
background-position: -76px 0;
}
#calc-filter .icheckbox_ichek.disabled {
background-position: right 0;
cursor: default;
}
#calc-filter .icheckbox_ichek.checked.disabled {
background-position: -76px 0;
}
#calc-result-programs .subject-list li.is-dvi {
margin: 0 0 20px 0;
}
.wrap .msu-content .content{
padding: 0;
}
.dvi-info-block {
position: relative;
}
.dvi-text-block {
display: none;
position: absolute;
top: 40px;
right: -25px;
width: 400px;
background-color: #fff;
border: 1px solid #dddddd;
padding: 5px 10px;
z-index: 1;
} | src/parser/msu_files/calculator.css | .mobile-content {
display: none !important;
}
/*------------calculator-header-pane------------------*/
.calculator-header-pane {
margin-bottom: 5px;
overflow: hidden;
}
.calculator-header-pane.pane-border {
padding-bottom: 7px;
border-bottom: 1px solid #dddddd;
}
.calculator-header-pane .calculator-header-pane-left {
float: left;
}
.calculator-header-pane .calculator-header-pane-right {
float: right;
}
.calculator-header-pane h1 {
margin: 0 0 13px;
line-height: normal;
}
.calculator-header-pane .city-list {
margin: 0;
padding: 0;
}
.calculator-header-pane .city-list li {
margin: 0 0 0 16px;
list-style: none;
display: inline-block;
vertical-align: top;
}
.calculator-header-pane .city-list li:before {
display: none;
}
.calculator-header-pane .city-list li.active a {
text-decoration: none;
color: #000000;
}
.calculator-header-pane .print {
text-decoration: none;
color: #000000;
}
.calculator-header-pane .print .ico-print {
margin-top: 3px;
margin-right: 8px;
width: 16px;
height: 16px;
float: left;
background: url("/images/ico-print2.svg") no-repeat;
background-size: 100%;
}
/*------------education-categories-block------------------*/
.education-categories-block {
margin-top: 26px;
margin-left: -4px;
line-height: 0;
font-size: 0;
}
.education-categories-block .education-categories-item {
margin-bottom: 4px;
padding-left: 4px;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: inline-block;
vertical-align: top;
}
.education-categories-block .education-categories-item a {
text-decoration: none;
}
.education-categories-block .education-categories-item .education-categories-img img {
width: 100%;
}
.education-categories-block .education-categories-item .education-categories-item-title {
width: 100%;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
line-height: normal;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
/*------------passport-program-block------------------*/
.passport-program-block {
margin: 23px 0 48px;
overflow: hidden;
}
.passport-program-block .specialty {
padding-top: 22px;
width: 70%;
float: left;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #000000;
}
.passport-program-block .specialty b {
font-size: 22px;
}
.passport-program-block .specialty-preview {
padding: 18px 5px 8px 25px;
width: 30%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
line-height: normal;
font-size: 14px;
background: #f6f5f4;
}
.passport-program-block .specialty-preview .specialty-preview-item {
margin-bottom: 13px;
overflow: hidden;
}
.passport-program-block .specialty-preview .specialty-preview-item-name {
margin-right: 18px;
width: 110px;
float: left;
font-size: 12px;
color: #878787;
}
.passport-program-block .specialty-preview .specialty-preview-item-value {
overflow: hidden;
zoom: 1;
}
/*------------passport-program-table------------------*/
.passport-program-table {
margin-bottom: 24px;
width: 100%;
border: 1px solid #d5d5d5;
font-size: 14px;
}
.passport-program-table b {
font-size: 16px;
}
.passport-program-table tr:nth-child(even) td {
background: #f6f5f4;
}
.passport-program-table tr td:first-child {
padding-left: 19px;
}
.passport-program-table td {
padding: 25px 37px 22px;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
}
.passport-program-list {
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
border-top: none !important;
border-bottom: none !important;
}
.passport-program-list td {
padding: 0 0 7px !important;
border-left: none !important;
border-right: none !important;
}
.passport-program-list tr:nth-child(even) td {
background: none !important;
}
.passport-program-list li {
padding: 0 !important;
margin-bottom: 7px !important;
list-style: none;
}
.passport-program-list li:before {
display: none !important;
}
.passport-program-list-name {
margin-right: 12px;
min-width: 120px;
float: left;
}
.passport-program-list-value {
overflow: hidden;
zoom: 1;
font-weight: bold;
}
/*------------calculator-filter-wrap------------------*/
.calculator-filter-wrap {
margin-bottom: 32px;
}
.calculator-filter-top-pane {
margin-bottom: 26px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #dddddd;
}
.calculator-filter-top-pane .calculator-filter-select-block {
width: 50%;
float: left;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0;
width: 50%;
float: left;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio label {
padding-top: 0;
position: relative;
top: 4px;
font-size: 16px;
font-weight: bold;
}
.calculator-filter-bottom-pane {
margin-bottom: 40px;
width: 100%;
display: table;
}
.calculator-filter-bottom-pane{
margin-top: -27px;
padding-top: 30px;
border-top: 1px solid #dddddd;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject {
display: table-cell;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio {
margin: 0 0 14px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio label {
padding: 0 9px 0 0;
position: relative;
/*top: 2px;*/
white-space: normal;
text-align: left;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio .iradio_ichek {
top: -2px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio .icheckbox_ichek {
top: -2px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field {
display: inline-block;
vertical-align: middle;
white-space: nowrap;
}
.entrance-tests-marks{
margin: -11px 0 0 0 !important;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input {
padding: 0 7px;
height: 28px;
width: 96px;
line-height: 29px;
font-size: 14px;
color: #000000;
border: 1px solid #e0e0e0;
-webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.18);
box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.18);
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input::-webkit-input-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input::-moz-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input:-moz-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input:-ms-input-placeholder {
font-size: 11px;
color: #767676;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-3 {
margin-right: 30px;
display: inline-block;
vertical-align: top;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-2 {
display: none;
}
.calculator-filter-num-mark {
width: 22%;
position: relative;
display: table-cell;
text-align: center;
vertical-align: middle;
line-height: normal;
font-size: 14px;
color: #000000;
border-left: 1px solid #dddddd;
}
.calculator-filter-num-mark b {
font-size: 44px;
font-weight: bold;
color: #2f3950;
}
.calculator-filter-select-attainments {
margin-bottom: 20px;
padding-bottom: 20px;
line-height: normal;
font-size: 14px;
color: #000000;
border-bottom: 1px solid #dddddd;
display: none;
}
.calculator-filter-select-attainments .field_radio {
margin: 0 0 20px 22px;
overflow: hidden;
}
.calculator-filter-select-attainments .field_radio .icheckbox_ichek {
float: left;
}
.calculator-filter-select-attainments .field_radio label {
display: block !important;
overflow: hidden;
zoom: 1;
text-align: left;
line-height: 20px;
font-size: 13px;
color: #4f4f4f;
}
.calculator-faculty-block {
margin-bottom: 30px;
}
.calculator-faculty-block .calculator-faculty-title {
margin-bottom: 24px;
}
.calculator-faculty-block .calculator-faculty-title a {
line-height: normal;
text-decoration: none;
font-size: 18px;
color: #364464;
font-weight: bold;
border-bottom: 1px solid #c2c7d0;
}
.calculator-faculty-block .calculator-faculty-title a:hover {
border-bottom: 1px solid transparent;
}
.calculator-faculty-block .calculator-faculty-title .faculty-hide {
margin-left: 32px;
font-size: 13px;
font-weight: normal;
color: #848484;
}
.calculator-faculty-table{
width: 100%;
}
.calculator-faculty-block .calculator-faculty-table tr {
border-top: 1px solid #dddddd;
}
.calculator-faculty-block .calculator-faculty-table tr td {
/*padding: 17px 14px 28px;*/
padding: 17px 14px 0;
max-width: 165px;
text-align: left;
vertical-align: top;
line-height: 1.4;
font-size: 12px;
color: #7e7e7e;
}
.calculator-faculty-block .calculator-faculty-table tr td b {
font-size: 16px;
color: #000000;
}
.calculator-faculty-block .calculator-faculty-table tr td:first-child {
padding-left: 0;
padding-right: 0;
}
.calculator-faculty-block .calculator-faculty-table tr td:last-child {
padding-right: 0;
}
.calculator-faculty-block .calculator-faculty-table th {
padding: 8px 14px 5px;
text-align: left;
vertical-align: bottom;
line-height: normal;
font-size: 12px;
font-weight: normal;
color: #848484;
}
.calculator-faculty-block .calculator-faculty-table th:first-child {
padding-left: 0;
}
.calculator-faculty-block .calculator-faculty-table th:last-child {
padding-right: 0;
}
.calculator-faculty-block .va-middle {
vertical-align: middle;
}
.calculator-faculty-block .min-mark {
text-align: center;
font-size: 34px;
font-weight: bold;
color: #000000;
}
.calculator-faculty-block .ico-question {
margin-top: 5px;
margin-left: 5px;
float: right;
vertical-align: middle;
}
.calculator-faculty-block .t-red {
color: #ff4847 !important;
}
.subject-list li {
margin: 0 0 9px !important;
padding: 0 !important;
list-style: decimal !important;
font-size: 13px;
color: #000000 !important;
}
.subject-list li span {
font-size: 12px;
}
.subject-list li:before {
display: none !important;
}
.ico-question {
width: 16px;
height: 16px;
background: url("/images/ico-question.svg") no-repeat;
background-size: 100%;
}
@media screen and (max-width: 1025px) {
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0 0 11px;
width: 100%;
float: none;
}
}
@media screen and (max-width: 768px) {
.desktop-content {
display: none !important;
}
.mobile-content {
display: block !important;
}
.wrap-calculator .aside_left {
margin-top: 0;
display: none;
}
.wrap-calculator .section_main {
width: 100%;
border: none;
}
.wrap-calculator .content {
padding: 27px 20px 50px;
}
.wrap-calculator .logo {
padding: 50px 0 0 0;
width: 100%;
height: 104px;
font-size: 12px;
line-height: 17px;
float: none;
text-align: left;
background-position: 6px 50px;
}
.wrap-calculator .logo a {
margin: 0 0 0 128px;
width: 295px;
display: block;
}
.wrap-calculator .header {
display: none;
}
/*------------calculator-header-pane------------------*/
.calculator-header-pane {
text-align: center;
}
.calculator-header-pane.pane-border {
padding-bottom: 0;
border-bottom: none;
}
.calculator-header-pane .calculator-header-pane-left {
float: none;
font-size: 18px;
}
.calculator-header-pane .calculator-header-pane-right {
float: none;
}
.calculator-header-pane .city-list {
margin-bottom: 5px;
text-align: center;
}
.calculator-header-pane .city-list li {
margin: 0 14px;
}
.calculator-header-pane .city-list li a {
font-size: 18px;
}
.calculator-header-pane h1 {
margin: 0 0 13px;
font-size: 32px;
}
.calculator-header-pane .print {
display: none;
}
/*------------passport-program-block------------------*/
.passport-program-block {
margin: -10px 0 22px;
}
.passport-program-block .specialty {
width: 100%;
float: none;
line-height: 1.3;
font-size: 18px;
}
.passport-program-block .specialty b {
font-size: 24px;
}
.passport-program-block .specialty-preview {
margin: 20px 0 0;
padding: 10px 20px;
width: 100%;
float: none;
text-align: justify;
line-height: 0;
font-size: 1px;
text-align-last: justify;
}
.passport-program-block .specialty-preview:after {
width: 100%;
height: 0px;
visibility: hidden;
overflow: hidden;
content: '';
display: inline-block;
}
.passport-program-block .specialty-preview .specialty-preview-item {
margin: 0;
display: inline-block;
vertical-align: top;
line-height: normal;
font-size: 18px;
text-align: left;
text-align-last: left;
}
.passport-program-block .specialty-preview .specialty-preview-item-name {
margin-bottom: 4px;
width: 100%;
float: none;
font-size: 18px;
}
/*------------passport-program-table------------------*/
.passport-program-table {
margin-bottom: 43px;
font-size: 18px;
}
.passport-program-table b {
font-size: 24px;
}
.passport-program-table tr td:first-child {
padding-left: 20px;
}
.passport-program-table td {
padding: 23px 24px 21px 24px;
}
.passport-program-list-name {
margin-right: 11px;
width: 140px;
}
/*------------passport-program-description------------------*/
.passport-program-description {
line-height: 1.4;
font-size: 20px;
}
.passport-program-description h2 {
margin-bottom: 12px;
line-height: normal;
font-size: 20px;
}
/*------------calculator-filter-wrap------------------*/
.calculator-filter-wrap {
margin-bottom: 30px;
}
.calculator-filter-top-pane {
margin-bottom: 20px;
padding-bottom: 8px;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0 0 11px;
width: 100%;
float: none;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio label {
top: 5px;
font-size: 18px;
}
.calculator-filter-bottom-pane {
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject {
margin-bottom: 25px;
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field_radio label {
padding: 0 12px 0 0;
top: 5px;
font-size: 18px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field {
display: inline-block;
vertical-align: middle;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input {
padding: 0 8px;
width: 100px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-3 {
display: none;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-2 {
margin-right: -5px;
width: 50%;
display: inline-block;
vertical-align: top;
}
.calculator-filter-num-mark {
padding-bottom: 17px;
width: 100%;
display: block;
font-size: 18px;
border-left: none;
border-bottom: 1px solid #dddddd;
}
.calculator-filter-num-mark b {
font-size: 58px;
}
.calculator-filter-select-attainments {
margin-bottom: 9px;
padding-bottom: 25px;
font-size: 18px;
}
.calculator-filter-select-attainments .field_radio {
margin: 0 0 15px 11px;
}
.calculator-faculty-block .calculator-faculty-title {
margin-bottom: 30px;
}
.calculator-faculty-block .calculator-faculty-title a {
font-size: 24px;
}
.calculator-faculty-preview {
padding-bottom: 20px;
border-bottom: 1px solid #dddddd;
}
.calculator-faculty-preview-item {
margin-bottom: 17px;
}
.calculator-faculty-preview-item-name {
padding-right: 45px;
margin-right: -5px;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
line-height: normal;
font-size: 14px;
color: #848484;
}
.calculator-faculty-preview-item-name b {
font-size: inherit !important;
}
.calculator-faculty-preview-item-value {
padding-right: 45px;
margin-right: -5px;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
line-height: 1.4;
font-size: 14px;
color: #7e7e7e;
}
.calculator-faculty-preview-item b {
font-size: 20px;
color: #000;
}
.calculator-faculty-block .ico-question {
margin-top: 1px;
margin-left: 18px;
float: none;
display: inline-block;
}
.calculator-faculty-block .min-mark {
text-align: left;
font-size: 34px;
}
.subject-list li {
margin-left: 15px !important;
font-size: 14px;
}
}
@media screen and (max-width: 640px) {
/*------------education-categories-block------------------*/
.education-categories-block {
margin: 19px 0 0 0;
}
.education-categories-block .education-categories-item {
padding: 0;
margin-bottom: 18px;
width: 100%;
height: 232px;
overflow: hidden;
}
.education-categories-block .education-categories-item .education-categories-item-title {
font-size: 32px;
}
}
@media screen and (max-width: 480px) {
.wrap-calculator .content {
padding-left: 13px;
padding-right: 13px;
}
.calculator-header-pane h1 {
font-size: 24px;
}
.passport-program-block .specialty-preview {
margin: 20px 0 19px;
}
.passport-program-block .specialty-preview .specialty-preview-item {
font-size: 14px;
}
.passport-program-block .specialty-preview .specialty-preview-item-name {
font-size: 14px;
}
.passport-program-table tr td:first-child {
padding-left: 10px;
}
.passport-program-table td {
padding: 17px 7px 13px 10px;
font-size: 14px;
border: none;
}
.passport-program-table td b {
font-size: 18px;
}
.passport-program-list li {
margin-bottom: 5px;
}
.passport-program-list-name {
margin-right: 13px;
width: 110px;
}
.passport-program-description {
font-size: 14px;
}
.passport-program-description h2 {
margin-bottom: 12px;
font-size: 14px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field input {
margin-left: 35px;
}
.calculator-filter-num-mark {
padding-bottom: 14px;
}
.calculator-filter-num-mark b {
font-size: 58px;
}
.calculator-filter-select-attainments {
margin-bottom: 10px;
padding-bottom: 20px;
}
.calculator-filter-select-attainments .field_radio {
margin: 0 0 20px 0;
}
}
@media screen and (max-width: 320px) {
.wrap-calculator .content {
padding-left: 10px;
padding-right: 10px;
}
/*------------calculator-header-pane------------------*/
.calculator-header-pane .calculator-header-pane-left {
padding: 0 11px;
line-height: normal;
font-size: 14px;
}
.calculator-header-pane .city-list {
margin-bottom: 21px;
}
.calculator-header-pane .city-list li {
margin: 0 10px;
}
.calculator-header-pane .city-list li a {
font-size: 18px;
}
.calculator-header-pane h1 {
margin-bottom: 8px;
font-size: 24px;
}
/*------------education-categories-block------------------*/
.education-categories-block {
margin-top: 15px;
}
.education-categories-block .education-categories-item {
margin-bottom: 15px;
height: auto;
}
.education-categories-block .education-categories-item .education-categories-item-title {
line-height: 28px;
font-size: 24px;
}
.passport-program-block .specialty-preview {
padding: 10px 8px;
}
.passport-program-block .specialty-preview .specialty-preview-item {
max-width: 113px;
}
/*------------calculator-filter-wrap------------------*/
.calculator-filter-wrap {
margin-bottom: 15px;
}
.calculator-filter-top-pane {
margin-bottom: 16px;
padding-bottom: 14px;
}
.calculator-filter-top-pane .calculator-filter-select-block {
width: 100%;
float: none;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio {
margin: 0 0 13px;
width: 100%;
float: none;
}
.calculator-filter-top-pane .calculator-filter-select-block .field_radio label {
top: 5px;
font-size: 18px;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject {
margin-bottom: 23px;
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .field {
display: block;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-3 {
display: none;
}
.calculator-filter-bottom-pane .calculator-filter-select-subject .col-2 {
display: none;
}
.calculator-filter-select-attainments {
margin-bottom: 10px;
padding-bottom: 0;
}
}
#calc-preloader {
position: fixed;
width: 100%;
height: 100%;
background: url('/images/calc-preloader.gif') 49% 49% no-repeat #000;
opacity: 0.5;
left: 0;
top: 0;
z-index: 100000;
display: none;
}
#calc-filter .icheckbox_ichek,
#calc-filter .icheckbox_ichek.static:hover {
background-position: -52px 0;
}
#calc-filter .icheckbox_ichek.hover,
#calc-filter .icheckbox_ichek:hover {
}
#calc-filter .icheckbox_ichek.checked {
background-position: -76px 0;
}
#calc-filter .icheckbox_ichek.disabled {
background-position: right 0;
cursor: default;
}
#calc-filter .icheckbox_ichek.checked.disabled {
background-position: -76px 0;
}
#calc-result-programs .subject-list li.is-dvi {
margin: 0 0 20px 0;
}
.wrap .msu-content .content{
padding: 0;
}
.dvi-info-block {
position: relative;
}
.dvi-text-block {
display: none;
position: absolute;
top: 40px;
right: -25px;
width: 400px;
background-color: #fff;
border: 1px solid #dddddd;
padding: 5px 10px;
z-index: 1;
} | 0.367724 | 0.106505 |
html{
height:100%;
-ms-word-break: break-all;
word-break: break-all;
/* Non standard for webkit */
word-break: break-word;
/*auto hypenate long postes without spaces (spam)*/
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
body {
height: 100%;
overflow:hidden;
background-color:#000;
color:#FFF;
font-family:Tahoma, Geneva, sans-serif;
}
.messageLink:link{
color:#987f50;
text-decoration:none;
font-weight:bold;
}
.messageLink:visited{
color:#985b50;
text-decoration:none;
font-weight:bold;
}
.messageLink:hover{
color:#506998;
text-decoration:none;
font-weight:bold;
}
.td-chat-message
{
width:100%;
}
.chat-channel-ignore{
display: none;
}
.sinfarfriend{
color:gold;
}
.ignorePlayer{
display:none;
}
.igPlist{
background-color:rgba(255,0,0,.25);
}
/*tab color override (chat tabs)*/
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon{color:white;}
/*override inline message html font color*/
blockquote span span font{color:inherit;}
/*tab selector for channels*/
md-select-menu.md-settings-theme md-option:focus:not([disabled]):not([selected]){background:#987f50;}
md-checkbox{margin-bottom:0;}
md-input-container{margin:0;}
.img-circle {
border-radius: 50%;
}
.settingsMenu{
cursor: pointer;
width: 100%;
}
md-select-menu{max-height:100%}
md-select-menu md-content{max-height:100%}
.drop-box {
border: 5px dashed #DDD;
padding-top: 25px;
margin: 10px;
}
.dragover {
border: 5px dashed blue;
}
.sidenav{
position: relative;
display: block;
min-height: 100%;
overflow-y: auto;
overflow-x: hidden;
border: none;
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidenav.active{
min-width: 20em;
width: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.sidenavSub{
background-color:black;
margin:2px;
}
md-toolbar{
min-height:auto !important;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
color: white !important;
background-color:white !important;
}
md-tooltip{
color:black;
} | SinfarWebClient/SinfarWebClient/www/assets/css/updatedWebclient.css | html{
height:100%;
-ms-word-break: break-all;
word-break: break-all;
/* Non standard for webkit */
word-break: break-word;
/*auto hypenate long postes without spaces (spam)*/
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
body {
height: 100%;
overflow:hidden;
background-color:#000;
color:#FFF;
font-family:Tahoma, Geneva, sans-serif;
}
.messageLink:link{
color:#987f50;
text-decoration:none;
font-weight:bold;
}
.messageLink:visited{
color:#985b50;
text-decoration:none;
font-weight:bold;
}
.messageLink:hover{
color:#506998;
text-decoration:none;
font-weight:bold;
}
.td-chat-message
{
width:100%;
}
.chat-channel-ignore{
display: none;
}
.sinfarfriend{
color:gold;
}
.ignorePlayer{
display:none;
}
.igPlist{
background-color:rgba(255,0,0,.25);
}
/*tab color override (chat tabs)*/
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon{color:white;}
/*override inline message html font color*/
blockquote span span font{color:inherit;}
/*tab selector for channels*/
md-select-menu.md-settings-theme md-option:focus:not([disabled]):not([selected]){background:#987f50;}
md-checkbox{margin-bottom:0;}
md-input-container{margin:0;}
.img-circle {
border-radius: 50%;
}
.settingsMenu{
cursor: pointer;
width: 100%;
}
md-select-menu{max-height:100%}
md-select-menu md-content{max-height:100%}
.drop-box {
border: 5px dashed #DDD;
padding-top: 25px;
margin: 10px;
}
.dragover {
border: 5px dashed blue;
}
.sidenav{
position: relative;
display: block;
min-height: 100%;
overflow-y: auto;
overflow-x: hidden;
border: none;
-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
-o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidenav.active{
min-width: 20em;
width: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.sidenavSub{
background-color:black;
margin:2px;
}
md-toolbar{
min-height:auto !important;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
color: white !important;
background-color:white !important;
}
md-tooltip{
color:black;
} | 0.351089 | 0.04714 |
min-height: 56px;
background-color: #fff
}
#mainNav .navbar-toggler {
font-size: 80%;
padding: .75rem;
color: #85d3ff;
border: 1px solid #85d3ff
}
#mainNav .navbar-toggler:focus {
outline: 0
}
#mainNav .navbar-brand {
color: #161616;
font-weight: 700;
padding: .9rem 0
}
#mainNav .navbar-nav .nav-item:hover {
color: fade(black, 80%);
outline: 0;
background-color: transparent
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
outline: 0;
background-color: transparent
}
@media (min-width:992px) {
#mainNav {
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
background-color: #F8F9FA;
transition: background-color .3s ease-in-out
}
#mainNav .navbar-brand {
padding: .5rem 0;
color:rgba(255, 255, 255, .)
}
#mainNav .nav-link {
transition: none;
padding: 2rem 1.5rem;
color:rgba(255, 255, 255, .)
}
#mainNav .nav-link:hover {
color: rgba(255,255,255,.75)
}
#mainNav .nav-link:active {
color: #fff
}
#mainNav.navbar-shrink {
background-color: #fff
}
#mainNav.navbar-shrink .navbar-brand {
color: #000000
}
#mainNav.navbar-shrink .nav-link {
color: #000000;
padding: 1.5rem 1.5rem 1.25rem;
border-bottom: .25rem solid transparent
}
#mainNav.navbar-shrink .nav-link:hover {
color: #000000
}
#mainNav.navbar-shrink .nav-link:active {
color: #000000
}
#mainNav.navbar-shrink .nav-link.active {
color: #000000;
outline: 0;
border-bottom: .25rem solid #000000
}
}
.masthead {
position: relative;
width: 100%;
height: auto;
min-height: 35rem;
padding: 15rem 0;
background: #fffffff;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover
}
.masthead h1 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
font-size: 1.5rem;
line-height: 2.5rem;
letter-spacing:.rem;
background: -webkit-linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,9));
-webkit-text-fill-color: black;
-webkit-background-clip: text
}
.masthead h2 {
max-width: 20rem;
font-size: 1rem
}
@media (min-width:768px) {
.masthead h1 {
font-size: 4rem;
line-height: 4rem
}
}
@media (min-width:992px) {
.masthead {
height: 100vh;
padding: 0
}
.masthead h1 {
font-size: 6.5rem;
line-height: 6.5rem;
letter-spacing: .2rem
}
.masthead h2 {
max-width: 30rem;
font-size: 1.25rem
}
}
.btn {
box-shadow: 0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
padding: 1.25rem 2rem;
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
font-size: 80%;
text-transform: uppercase;
letter-spacing: .15rem;
border: 0
}
.btn-primary {
background-color: #000000
}
.btn-primary:hover {
background-color: #3c3a3a
}
.btn-primary:focus {
background-color: #60c4fb;
color: #fff
}
.btn-primary:active {
background-color: #85D3FF!important
}
.about-section {
padding-top: 5rem;
background:(to top, #ffffff 0, rgba(22,22,22,.0) 75%, rgba(22,22,22,.8) 100%)
}
.about-section p {
margin-bottom: 5rem
}
.projects-section {
padding: 10rem 0
}
.projects-section .featured-text {
padding: 2rem
}
@media (min-width:992px) {
.projects-section .featured-text {
padding: 0 0 0 2rem;
border-left: .5rem solid #000000
}
}
.projects-section .project-text {
padding: 3rem;
font-size: 90%
}
@media (min-width:992px) {
.projects-section .project-text {
padding: 5rem
}
.projects-section .project-text hr {
border-color: #85d3ff;
border-width: .25rem;
width: 30%
}
}
.signup-section {
padding: 10rem 0;
background: none), url(../img/bg-signup.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover
}
.signup-section .form-inline input {
box-shadow: 0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
padding: 1.25rem 2rem;
height: auto;
font-family: 'Varela Round';
font-size: 80%;
text-transform: uppercase;
letter-spacing: .15rem;
border: 0
}
.contact-section {
padding: 5rem 0 0
}
.contact-section .card {
border: 0;
border-bottom: .25rem solid #85d3ff
}
.contact-section .card h4 {
font-size: .8rem;
font-family: 'Varela Round';
text-transform: uppercase;
letter-spacing: .15rem
}
.contact-section .card hr {
border-color: #85d3ff;
border-width: .25rem;
width: 3rem
}
.contact-section .social {
margin-top: 5rem
}
.contact-section .social a {
text-align: center;
height: 3rem;
width: 3rem;
background: rgba(255,255,255,.1);
border-radius: 100%;
line-height: 3rem;
color: rgba(255,255,255,.3)
}
.contact-section .social a:hover {
color: rgba(255,255,255,.5)
}
.contact-section .social a:active {
color: #fff
}
body {
font-family: Nunito;
letter-spacing: .0625em
}
a {
color: #7a7a7a
}
a:focus, a:hover {
text-decoration: none;
color: #3c6360
}
.bg-black {
background-color: #161616!important
}
.bg-primary {
background-color: #85d3ff!important
}
.text-primary {
color: #85d3ff!important
}
footer {
padding: 2rem 0
} | css/grayscale.min.css | min-height: 56px;
background-color: #fff
}
#mainNav .navbar-toggler {
font-size: 80%;
padding: .75rem;
color: #85d3ff;
border: 1px solid #85d3ff
}
#mainNav .navbar-toggler:focus {
outline: 0
}
#mainNav .navbar-brand {
color: #161616;
font-weight: 700;
padding: .9rem 0
}
#mainNav .navbar-nav .nav-item:hover {
color: fade(black, 80%);
outline: 0;
background-color: transparent
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
outline: 0;
background-color: transparent
}
@media (min-width:992px) {
#mainNav {
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
background-color: #F8F9FA;
transition: background-color .3s ease-in-out
}
#mainNav .navbar-brand {
padding: .5rem 0;
color:rgba(255, 255, 255, .)
}
#mainNav .nav-link {
transition: none;
padding: 2rem 1.5rem;
color:rgba(255, 255, 255, .)
}
#mainNav .nav-link:hover {
color: rgba(255,255,255,.75)
}
#mainNav .nav-link:active {
color: #fff
}
#mainNav.navbar-shrink {
background-color: #fff
}
#mainNav.navbar-shrink .navbar-brand {
color: #000000
}
#mainNav.navbar-shrink .nav-link {
color: #000000;
padding: 1.5rem 1.5rem 1.25rem;
border-bottom: .25rem solid transparent
}
#mainNav.navbar-shrink .nav-link:hover {
color: #000000
}
#mainNav.navbar-shrink .nav-link:active {
color: #000000
}
#mainNav.navbar-shrink .nav-link.active {
color: #000000;
outline: 0;
border-bottom: .25rem solid #000000
}
}
.masthead {
position: relative;
width: 100%;
height: auto;
min-height: 35rem;
padding: 15rem 0;
background: #fffffff;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover
}
.masthead h1 {
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
font-size: 1.5rem;
line-height: 2.5rem;
letter-spacing:.rem;
background: -webkit-linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,9));
-webkit-text-fill-color: black;
-webkit-background-clip: text
}
.masthead h2 {
max-width: 20rem;
font-size: 1rem
}
@media (min-width:768px) {
.masthead h1 {
font-size: 4rem;
line-height: 4rem
}
}
@media (min-width:992px) {
.masthead {
height: 100vh;
padding: 0
}
.masthead h1 {
font-size: 6.5rem;
line-height: 6.5rem;
letter-spacing: .2rem
}
.masthead h2 {
max-width: 30rem;
font-size: 1.25rem
}
}
.btn {
box-shadow: 0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
padding: 1.25rem 2rem;
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
font-size: 80%;
text-transform: uppercase;
letter-spacing: .15rem;
border: 0
}
.btn-primary {
background-color: #000000
}
.btn-primary:hover {
background-color: #3c3a3a
}
.btn-primary:focus {
background-color: #60c4fb;
color: #fff
}
.btn-primary:active {
background-color: #85D3FF!important
}
.about-section {
padding-top: 5rem;
background:(to top, #ffffff 0, rgba(22,22,22,.0) 75%, rgba(22,22,22,.8) 100%)
}
.about-section p {
margin-bottom: 5rem
}
.projects-section {
padding: 10rem 0
}
.projects-section .featured-text {
padding: 2rem
}
@media (min-width:992px) {
.projects-section .featured-text {
padding: 0 0 0 2rem;
border-left: .5rem solid #000000
}
}
.projects-section .project-text {
padding: 3rem;
font-size: 90%
}
@media (min-width:992px) {
.projects-section .project-text {
padding: 5rem
}
.projects-section .project-text hr {
border-color: #85d3ff;
border-width: .25rem;
width: 30%
}
}
.signup-section {
padding: 10rem 0;
background: none), url(../img/bg-signup.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover
}
.signup-section .form-inline input {
box-shadow: 0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
padding: 1.25rem 2rem;
height: auto;
font-family: 'Varela Round';
font-size: 80%;
text-transform: uppercase;
letter-spacing: .15rem;
border: 0
}
.contact-section {
padding: 5rem 0 0
}
.contact-section .card {
border: 0;
border-bottom: .25rem solid #85d3ff
}
.contact-section .card h4 {
font-size: .8rem;
font-family: 'Varela Round';
text-transform: uppercase;
letter-spacing: .15rem
}
.contact-section .card hr {
border-color: #85d3ff;
border-width: .25rem;
width: 3rem
}
.contact-section .social {
margin-top: 5rem
}
.contact-section .social a {
text-align: center;
height: 3rem;
width: 3rem;
background: rgba(255,255,255,.1);
border-radius: 100%;
line-height: 3rem;
color: rgba(255,255,255,.3)
}
.contact-section .social a:hover {
color: rgba(255,255,255,.5)
}
.contact-section .social a:active {
color: #fff
}
body {
font-family: Nunito;
letter-spacing: .0625em
}
a {
color: #7a7a7a
}
a:focus, a:hover {
text-decoration: none;
color: #3c6360
}
.bg-black {
background-color: #161616!important
}
.bg-primary {
background-color: #85d3ff!important
}
.text-primary {
color: #85d3ff!important
}
footer {
padding: 2rem 0
} | 0.323273 | 0.039158 |
button.floatButton{
background-color: limegreen;
border-radius: 50%;
border: none;
text-shadow: 2px 2px black;
box-shadow: 2px 2px black;
width: 45px;
height: 45px;
position: fixed;
bottom: 350px;
right: 230px;
}
button.floatButton:active{
background-color: green;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltiptext {
visibility: hidden;
width: 300px;
height: 60px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -250px;
opacity: 0;
transition: opacity 1s;
}
.tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 95%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.icon.btn{
/*Tem se ser mais específico*/
/*float: right;*/
}
.icon.btn:hover{
color: black;
background-color: #ccc;
}
.btnGenerator{
font-size: 17px;
line-height: 0px;
margin-left: 7px;
vertical-align: middle;
}
.rightSidebar{
float: right;
}
.previewPanel{
bottom: 30px;
width: 100%;
height: 239px;
background-color: #f5f5f4;
border: 1px #e0e0e0;
border-top-style: solid;
position: relative;
margin-top: 30px;
}
.canvas{
outline: 1px solid #ccc;
background: white;
bottom: -30px;
position: absolute;
top: 43px;
left: 0;
right: 0;
}
.propertiesForm{
padding: 10px;
}
.propertiesForm label{
display: inline;
}
.propertiesDiv{
position: absolute;
bottom: 35px;
top: 80px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
right: 5px;
left: 5px;
overflow-y: auto;
}
.propTable td {
padding: 0px;
}
.propTable tr > td:not(:first-child) {
padding-left: 5px;
}
.propTable tr:not(:first-child) > td{
padding-top: 5px;
}
label.inlineForProperties{
margin-left: 5px;
display: inline;
}
input.inlineForProperties, select.inlineForProperties{
width: 175px;
}
input.smallInput, select.smallInput{
height: 22px;
min-height: 22px;
padding: 0px 5px;
}
input.smallInput:focus, select.smallInput:focus{
box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}
select[disabled]{
opacity: 0.5;
}
td.columnGen td{
padding: 2px 0px;
}
td.columnGen > * {
vertical-align: middle;
}
select#selectGeneratorType > option {
-webkit-appearance: button;
display: none;
z-index: 0;
border: 0;
box-shadow: 0 0 0;
outline: 0;
min-width: 0;
min-height: 0;
}
select#selectGeneratorType:focus > option {
-webkit-appearance: button;
display: none;
z-index: 0;
border: 0;
box-shadow: 0 0 0;
outline: 0;
min-width: 0;
min-height: 0;
}
/* The Modal (background) */
.modal {
display: none; /*Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(254,254,254,0.7); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
margin: auto;
padding-top: 230px;
width: 0%;
}
/*Filter icon in index.html*/
.fa-filter,.fa-filter-slash {
margin-top: 5px;
padding-right: 0;
}
#percentageGD{
width: 108px;
float: left;
margin: 3px 0 0 6px;
}
#percentageGDBar {
display: none;
position: relative;
width: 100%;
text-align: left;
height:20px;
background-color: grey;
}
#percentageGDprogressBar{
position: relative;
width: 0;
height:20px;
background-color: green;
}
#percentageGDlabelBar{
font-weight: 300;
color: whitesmoke;
padding-left: 40px;
}
#showPreview{
float: left;
background-color: #ccc;
color: black;
}
#percentageCancelIcon{
float: left;
margin: 3px 0 0 3px;
display: none;
}
.fa-upload, .fa-circle {
/*visibility: hidden;*/
margin: 0 0 0 5px;
}
.fa-circle {
font-size: 11px !important;
color: gray;
}
.icon-chart-line {
cursor:pointer;
background-color: #EDEBED;
}
/*------------- Tabs ------------------http://htmldog.com/examples/tabs7/*/
#tabDiv ul {
list-style: none;
padding: 0 0 0 10px;
min-width: 460px;
}
#tabDiv li {
float: left;
position: relative;
height: 30px;
border-radius: 10px 10px 0 0;
transition: .2s;
text-align: center;
padding: 5px 10px 0px 10px;
background: #aaa;
}
#tabDiv li:not(.selected):hover{
background: #ccc;
color: #000;
}
#tabDiv li.selected{
background: #ddd;
}
.divControlBelowButtons{
position: absolute;
bottom: 6px;
left: 5px;
right: 5px;
}
.btn.btn-default.active {
background-image: linear-gradient(to bottom,#6db3fd 0,#f1f1f1 100%);
}
.btn.btn-default.superactive {
background-image: linear-gradient(to bottom,#0636ec 0,#6db3fd 100%);
}
button.btn[disabled] {
background-color: #d0cece;
background-image: none;
box-shadow: none;
border-color: #d0cece;
}
button.btn[disabled] > img {
opacity: 0.6;
}
.img-icon{
padding: 0.2em 0.3em;
}
.img-icon > img{
vertical-align: middle;
}
.fixed-window{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.fixed-window.modal{
background-color: rgba(47, 47, 47, 0.83);
text-align: center;
}
.fixed-window-content >.toolbar.toolbar-header{
border-top-right-radius: 5px;
border-top-left-radius: 5px;
padding: 4px 7px 2px 7px;
}
.fixed-window-content >.toolbar.toolbar-footer{
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 5px;
}
.fixed-window-content >.toolbar.toolbar-footer > .btn{
float: right;
margin-left: 5px;
}
.fixed-window-content{
display: inline-block;
text-align: initial;
}
.fixed-window-content > .content{
width: 300px;
height: 200px;
background-color: white;
}
/*-------------------------------------*/
/* Modal styling */
.title-modal-error{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8F0303), color-stop(100%, #8F0303)) !important;
background-image: -webkit-linear-gradient(top, #8F0303 0%, #8F0303 100%) !important;
background-image: linear-gradient(to bottom, #8F0303 0%, #8F0303 100%) !important;
}
.title-modal-success{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006400), color-stop(100%, #006400)) !important;
background-image: -webkit-linear-gradient(top, #006400 0%, #006400 100%) !important;
background-image: linear-gradient(to bottom, #006400 0%, #006400 100%) !important;
}
.title-modal-warning{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9966), color-stop(100%, #ff9966)) !important;
background-image: -webkit-linear-gradient(top, #ff9966 0%, #ff9966 100%) !important;
background-image: linear-gradient(to bottom, #ff9966 0%, #ff9966 100%) !important;
}
.title-modal-info{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31B0D5), color-stop(100%, #31B0D5)) !important;
background-image: -webkit-linear-gradient(top, #31B0D5 0%, #31B0D5 100%) !important;
background-image: linear-gradient(to bottom, #31B0D5 0%, #31B0D5 100%) !important;
}
.title-modal{
color: white;
text-align: center;
font-size: 2em;
}
.content-modal{
padding: 1px 10px;
font-size: 1.3em;
font-weight: 400;
text-align: justify;
}
/*-------------------------------------*/ | UI/uiStyle.css | button.floatButton{
background-color: limegreen;
border-radius: 50%;
border: none;
text-shadow: 2px 2px black;
box-shadow: 2px 2px black;
width: 45px;
height: 45px;
position: fixed;
bottom: 350px;
right: 230px;
}
button.floatButton:active{
background-color: green;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltiptext {
visibility: hidden;
width: 300px;
height: 60px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -250px;
opacity: 0;
transition: opacity 1s;
}
.tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 95%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.icon.btn{
/*Tem se ser mais específico*/
/*float: right;*/
}
.icon.btn:hover{
color: black;
background-color: #ccc;
}
.btnGenerator{
font-size: 17px;
line-height: 0px;
margin-left: 7px;
vertical-align: middle;
}
.rightSidebar{
float: right;
}
.previewPanel{
bottom: 30px;
width: 100%;
height: 239px;
background-color: #f5f5f4;
border: 1px #e0e0e0;
border-top-style: solid;
position: relative;
margin-top: 30px;
}
.canvas{
outline: 1px solid #ccc;
background: white;
bottom: -30px;
position: absolute;
top: 43px;
left: 0;
right: 0;
}
.propertiesForm{
padding: 10px;
}
.propertiesForm label{
display: inline;
}
.propertiesDiv{
position: absolute;
bottom: 35px;
top: 80px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
right: 5px;
left: 5px;
overflow-y: auto;
}
.propTable td {
padding: 0px;
}
.propTable tr > td:not(:first-child) {
padding-left: 5px;
}
.propTable tr:not(:first-child) > td{
padding-top: 5px;
}
label.inlineForProperties{
margin-left: 5px;
display: inline;
}
input.inlineForProperties, select.inlineForProperties{
width: 175px;
}
input.smallInput, select.smallInput{
height: 22px;
min-height: 22px;
padding: 0px 5px;
}
input.smallInput:focus, select.smallInput:focus{
box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}
select[disabled]{
opacity: 0.5;
}
td.columnGen td{
padding: 2px 0px;
}
td.columnGen > * {
vertical-align: middle;
}
select#selectGeneratorType > option {
-webkit-appearance: button;
display: none;
z-index: 0;
border: 0;
box-shadow: 0 0 0;
outline: 0;
min-width: 0;
min-height: 0;
}
select#selectGeneratorType:focus > option {
-webkit-appearance: button;
display: none;
z-index: 0;
border: 0;
box-shadow: 0 0 0;
outline: 0;
min-width: 0;
min-height: 0;
}
/* The Modal (background) */
.modal {
display: none; /*Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(254,254,254,0.7); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
margin: auto;
padding-top: 230px;
width: 0%;
}
/*Filter icon in index.html*/
.fa-filter,.fa-filter-slash {
margin-top: 5px;
padding-right: 0;
}
#percentageGD{
width: 108px;
float: left;
margin: 3px 0 0 6px;
}
#percentageGDBar {
display: none;
position: relative;
width: 100%;
text-align: left;
height:20px;
background-color: grey;
}
#percentageGDprogressBar{
position: relative;
width: 0;
height:20px;
background-color: green;
}
#percentageGDlabelBar{
font-weight: 300;
color: whitesmoke;
padding-left: 40px;
}
#showPreview{
float: left;
background-color: #ccc;
color: black;
}
#percentageCancelIcon{
float: left;
margin: 3px 0 0 3px;
display: none;
}
.fa-upload, .fa-circle {
/*visibility: hidden;*/
margin: 0 0 0 5px;
}
.fa-circle {
font-size: 11px !important;
color: gray;
}
.icon-chart-line {
cursor:pointer;
background-color: #EDEBED;
}
/*------------- Tabs ------------------http://htmldog.com/examples/tabs7/*/
#tabDiv ul {
list-style: none;
padding: 0 0 0 10px;
min-width: 460px;
}
#tabDiv li {
float: left;
position: relative;
height: 30px;
border-radius: 10px 10px 0 0;
transition: .2s;
text-align: center;
padding: 5px 10px 0px 10px;
background: #aaa;
}
#tabDiv li:not(.selected):hover{
background: #ccc;
color: #000;
}
#tabDiv li.selected{
background: #ddd;
}
.divControlBelowButtons{
position: absolute;
bottom: 6px;
left: 5px;
right: 5px;
}
.btn.btn-default.active {
background-image: linear-gradient(to bottom,#6db3fd 0,#f1f1f1 100%);
}
.btn.btn-default.superactive {
background-image: linear-gradient(to bottom,#0636ec 0,#6db3fd 100%);
}
button.btn[disabled] {
background-color: #d0cece;
background-image: none;
box-shadow: none;
border-color: #d0cece;
}
button.btn[disabled] > img {
opacity: 0.6;
}
.img-icon{
padding: 0.2em 0.3em;
}
.img-icon > img{
vertical-align: middle;
}
.fixed-window{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.fixed-window.modal{
background-color: rgba(47, 47, 47, 0.83);
text-align: center;
}
.fixed-window-content >.toolbar.toolbar-header{
border-top-right-radius: 5px;
border-top-left-radius: 5px;
padding: 4px 7px 2px 7px;
}
.fixed-window-content >.toolbar.toolbar-footer{
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 5px;
}
.fixed-window-content >.toolbar.toolbar-footer > .btn{
float: right;
margin-left: 5px;
}
.fixed-window-content{
display: inline-block;
text-align: initial;
}
.fixed-window-content > .content{
width: 300px;
height: 200px;
background-color: white;
}
/*-------------------------------------*/
/* Modal styling */
.title-modal-error{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8F0303), color-stop(100%, #8F0303)) !important;
background-image: -webkit-linear-gradient(top, #8F0303 0%, #8F0303 100%) !important;
background-image: linear-gradient(to bottom, #8F0303 0%, #8F0303 100%) !important;
}
.title-modal-success{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006400), color-stop(100%, #006400)) !important;
background-image: -webkit-linear-gradient(top, #006400 0%, #006400 100%) !important;
background-image: linear-gradient(to bottom, #006400 0%, #006400 100%) !important;
}
.title-modal-warning{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9966), color-stop(100%, #ff9966)) !important;
background-image: -webkit-linear-gradient(top, #ff9966 0%, #ff9966 100%) !important;
background-image: linear-gradient(to bottom, #ff9966 0%, #ff9966 100%) !important;
}
.title-modal-info{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31B0D5), color-stop(100%, #31B0D5)) !important;
background-image: -webkit-linear-gradient(top, #31B0D5 0%, #31B0D5 100%) !important;
background-image: linear-gradient(to bottom, #31B0D5 0%, #31B0D5 100%) !important;
}
.title-modal{
color: white;
text-align: center;
font-size: 2em;
}
.content-modal{
padding: 1px 10px;
font-size: 1.3em;
font-weight: 400;
text-align: justify;
}
/*-------------------------------------*/ | 0.496582 | 0.085023 |
@import 'https://use.fontawesome.com/releases/v5.10.2/css/all.css';
html {
box-sizing: border-box;
font-family: Helvetica, sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.3;
color: #69686D;
}
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
display: flex;
background: #F5F5F6;
min-height: 100vh;
}
header {
box-shadow: #f4dfdf6b 0px 2px 20px 6px;
z-index: 1;
background-color: white;
}
a, a:hover {
text-decoration: none;
}
h2 {
color: #4BA3C7;
}
h3 {
color: #81D4FA;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.main-content {
padding: 140px 0;
max-width: 85%;
margin: auto;
}
nav {
display: flex;
align-items: center;
max-width: 90%;
margin: auto;
justify-content: space-around;
}
.logo-wrapper {
display: flex;
max-width: 40%;
padding: 20px 0;
justify-content: center;
}
.logo-wrapper h1 {
font-size: 12px;
max-width: 50%;
color: #5758A8;
}
.logo-wrapper img {
width: 50px;
padding-right: 10px;
}
header ul {
display: flex;
margin: auto;
justify-content: space-around;
list-style: none;
}
.navigarion-list-item {
font-size: 10px;
padding: 10px;
background-color: #D04343;
color: white;
margin: 0 5px;
border-radius: 6px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
min-width: 80px;
}
.navigarion-list-item .white {
color: white;
}
.menu-hidden {
display: none;
}
.hidden-menu-section {
display: none;
}
.hidden-menu-section ul{
padding:0;
}
.hidden-menu-section li {
margin: 5px;
}
.black {
color: #212529;
}
header .navigarion-list li:hover {
background-color: #B63B3B;
}
@media all and (max-width: 768px) {
header .navigarion-list {
display: none;
}
.menu-hidden {
display: block;
}
}
footer {
background: #626262;
margin-top: 30px;
border: none;
width: 100%;
}
.footer-content {
display: flex;
justify-content: space-between;
max-width: 85%;
margin: auto;
}
.footer-content div {
color: #F5F5F6;
display: flex;
flex-direction: column;
margin: 40px 20px;
}
.footer-content a {
color: #F5F5F6;
text-decoration: none;
}
.footer-content p {
margin: 0;
padding: 0
}
@media all and (max-width: 768px) {
.footer-content {
flex-direction: column;
}
}
.nav-anchor-btn {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.nav-anchor-btn p {
margin: 0;
}
/*DROPDOWN*/
.dropdown-content button {
background: none;
border: none;
}
.dropdown-btn-custom,
.dropdown-btn-custom:focus {
background: none;
border: none;
outline: none;
color: white;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
width: 80px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content-item {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border: none;
width: 100%;
text-align: center;
}
.dropdown-content-item:hover {
background: #FF867C;
text-decoration: none;
color: black;
}
/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {
background-color: #ddd;
}*/
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
.questions {
display: flex;
flex-direction: column;
align-items: center;
}
.questions form {
display: flex;
flex-direction: column;
}
/*Articles*/
.all-articles-wrapper {
border-top: 2px solid gray;
}
.article-wrapper {
padding: 40px;
border-bottom: 2px solid gray;
/* display: flex;
flex-direction:column;*/
justify-content: space-between;
align-items: center;
}
.article-wrapper p {
text-decoration: none;
color: black;
}
/* .article-wrapper p,
.article-wrapper h3,
.article-wrapper a {
width: 20%;
}*/
.article-wrapper:hover {
background: #e5f1fe;
}
/*FAQ*/
.faq-section {
max-width: 70%;
margin: auto;
margin-bottom: 100px;
}
.collapsible {
background-color: #D04343;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
border-radius: 6px;
}
.collapsible:focus {
outline: none
}
.active, .collapsible:hover {
background-color: #e07a7a;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.content {
padding: 10px 18px;
display: none;
overflow: hidden;
background-color: #fff4f4;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.faq-section-list {
list-style: none;
padding: 0;
}
.faq-section-list li {
margin: 10px 0;
}
/*Campaigns*/
.campaigns-section {
max-width: 95%;
margin: auto;
padding-bottom: 30px;
}
/*Donation Video*/
.donation-procedure-section {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 40px;
}
.donation-procedure-section h2 {
margin-bottom: 30px;
}
.iframe-container {
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*profile details*/
/*.card-list {
width: 100%;
}
.card {
border-radius: 8px;
color: #000000;
padding: 10px;
position: relative;
}
.card.blue {
background-color: #24B9ED
}
.card.red {
background-color: #FF6666
}
.card.grey {
background-color: #D5D5D5
}
.card.green {
background-color: #648B55
}
.donations {
background-color: #B61827;
overflow-x: auto;
width: 100%;
}
.count, .title {
font-size: 21px;
display: inline-block;
}
.title {
margin-left: 1rem;
}*/
/*
.donations-table {
background: #e8eff1;
width: 100%;
}
.donations-table .td {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
.donations-table .th {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
td p {
font-size: 12px;
}
th {
background-color: #FF867C;
}
tr:hover {
background-color: #EF5350;
}
.donations-header {
background-color: #B61827
}
.questions {
max-width: 80%;
margin: auto;
}
.nav-item {
background-color: #4BA3C7;
border-radius: 0.5rem;
}
.nav-item:hover {
background-color: #326C84;
color: #000000
}
.nav-sidebar a {
text-decoration: none
}
.nav-sidebar {
display: block;
padding: .5rem 1rem;
text-decoration: none;
color: #000000
}
*/
/*blood progress bar*/
/*blood bar colors*/
@keyframes load {
0% {
width: 0;
}
}
.progress {
max-width: 95%;
margin: auto;
height: 2rem;
border-radius: 0.65rem;
font-size: 1rem;
}
.progress-bar {
animation: load 3s normal forwards;
}
.bloodcolorA {
background-color: #b20000;
}
.bloodcolorB {
background-color: #e50000;
}
.bloodcolorAB {
background-color: #ff4c4c;
}
.bloodcolor0 {
background-color: #ff9999;
}
/*Questionnaire*/
.questionnaire {
max-width: 80%;
margin: auto;
}
.questionnaire form {
display: flex;
flex-direction: column;
}
/*Articles Home Page*/
.home-articles-section {
display: flex;
flex-direction: column;
}
.home-articles-section h2 {
padding-left: 40px;
}
.home-articles-list {
padding: 0;
list-style: none;
display: flex;
justify-content: space-between;
}
.home-articles-list li {
margin: 0 20px;
padding: 20px;
border-radius: 6px;
}
.home-articles-list a {
color: black;
}
@media all and (max-width: 768px) {
.home-articles-list {
flex-direction: column;
}
}
/*appointments for plasma donation*/
.make-appointment-form {
display: flex;
flex-direction: column;
}
.make-appointment-form input {
margin: 10px 0;
border-radius: 5px;
border: none;
padding: 8px;
}
.make-appointment-form button, .make-appointment-form button:focus {
margin-top: 30px;
padding: 8px;
border-radius: 5px;
border: none;
background: #4BA3C7;
color: white;
outline: none;
}
/*Contacts*/
/*.map-wrapper {
margin-bottom: 50px;
}
*/
.contacts-wrapper div {
margin-top: 50px;
}
.hiddenSegment {
display: none;
}
.questionnaire-btn {
margin-top: 30px;
padding: 8px;
border-radius: 5px;
border: none;
background: #4BA3C7;
color: white;
outline: none;
}
.segmentQuestions {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
/*Profile page*/
.profile-section {
display: flex;
}
.profile-sidebar-ul {
list-style: none;
padding: 0;
}
.profile-sidebar-btn {
margin: 5px;
padding: 8px;
border-radius: 5px;
border: none;
background: #4BA3C7;
color: white;
outline: none;
display: flex;
justify-content: center;
}
.profile-sidebar-btn a {
text-decoration: none;
color: white;
}
.profile-sidebar {
margin: 0 50px;
}
/*
.profile-main-content {
max-width: 50%;
}*/
.profile-top-boxes-wrapper {
display: flex;
}
.profile-top-boxes-wrapper div {
background: #F27373;
color: white;
border-radius: 5px;
margin: 10px;
max-width: 200px;
min-width: 190px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size:14px;
}
.donations-header {
display: flex;
justify-content: center;
align-items: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-weight:600;
}
.donations-header div{
margin:5px;
}
.donation-whole-table{
margin:20px;
}
.donations-table {
background: #e8eff1;
width: 100%;
border-radius: 5px;
}
.donations-table tr{
padding:10px;
}
.donations-table .td {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
.donations-table .th {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
td p {
font-size: 12px;
}
th {
background-color: #FF867C;
}
tr:hover {
background-color: #EF5350;
}
.med-result-section{
display:flex;
}
@media all and (max-width: 768px) {
.profile-section {
flex-direction: column;
align-items:center;
}
.profile-top-boxes-wrapper{
display:flex;
flex-direction:column;
align-items:center;
}
.med-result-section {
flex-direction:column;
}
.profile-sidebar{
margin:0;
}
}
.redirectButtons > li > a {
width: 100%;
height: 100%;
text-decoration: none;
color: white;
font-size: 15px
}
.redirectButtons > li {
text-decoration-color: #000000;
color: black;
background-color: #B63B3B;
min-width: 150px;
margin-bottom: 0.3rem;
margin-top: 0.3rem;
padding: 1rem
}
.redirectButtons > li:hover {
background-color: #660000
} | src/RCTH/wwwroot/css/style.css | @import 'https://use.fontawesome.com/releases/v5.10.2/css/all.css';
html {
box-sizing: border-box;
font-family: Helvetica, sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.3;
color: #69686D;
}
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
display: flex;
background: #F5F5F6;
min-height: 100vh;
}
header {
box-shadow: #f4dfdf6b 0px 2px 20px 6px;
z-index: 1;
background-color: white;
}
a, a:hover {
text-decoration: none;
}
h2 {
color: #4BA3C7;
}
h3 {
color: #81D4FA;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.main-content {
padding: 140px 0;
max-width: 85%;
margin: auto;
}
nav {
display: flex;
align-items: center;
max-width: 90%;
margin: auto;
justify-content: space-around;
}
.logo-wrapper {
display: flex;
max-width: 40%;
padding: 20px 0;
justify-content: center;
}
.logo-wrapper h1 {
font-size: 12px;
max-width: 50%;
color: #5758A8;
}
.logo-wrapper img {
width: 50px;
padding-right: 10px;
}
header ul {
display: flex;
margin: auto;
justify-content: space-around;
list-style: none;
}
.navigarion-list-item {
font-size: 10px;
padding: 10px;
background-color: #D04343;
color: white;
margin: 0 5px;
border-radius: 6px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
min-width: 80px;
}
.navigarion-list-item .white {
color: white;
}
.menu-hidden {
display: none;
}
.hidden-menu-section {
display: none;
}
.hidden-menu-section ul{
padding:0;
}
.hidden-menu-section li {
margin: 5px;
}
.black {
color: #212529;
}
header .navigarion-list li:hover {
background-color: #B63B3B;
}
@media all and (max-width: 768px) {
header .navigarion-list {
display: none;
}
.menu-hidden {
display: block;
}
}
footer {
background: #626262;
margin-top: 30px;
border: none;
width: 100%;
}
.footer-content {
display: flex;
justify-content: space-between;
max-width: 85%;
margin: auto;
}
.footer-content div {
color: #F5F5F6;
display: flex;
flex-direction: column;
margin: 40px 20px;
}
.footer-content a {
color: #F5F5F6;
text-decoration: none;
}
.footer-content p {
margin: 0;
padding: 0
}
@media all and (max-width: 768px) {
.footer-content {
flex-direction: column;
}
}
.nav-anchor-btn {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.nav-anchor-btn p {
margin: 0;
}
/*DROPDOWN*/
.dropdown-content button {
background: none;
border: none;
}
.dropdown-btn-custom,
.dropdown-btn-custom:focus {
background: none;
border: none;
outline: none;
color: white;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
width: 80px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content-item {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border: none;
width: 100%;
text-align: center;
}
.dropdown-content-item:hover {
background: #FF867C;
text-decoration: none;
color: black;
}
/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {
background-color: #ddd;
}*/
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
.questions {
display: flex;
flex-direction: column;
align-items: center;
}
.questions form {
display: flex;
flex-direction: column;
}
/*Articles*/
.all-articles-wrapper {
border-top: 2px solid gray;
}
.article-wrapper {
padding: 40px;
border-bottom: 2px solid gray;
/* display: flex;
flex-direction:column;*/
justify-content: space-between;
align-items: center;
}
.article-wrapper p {
text-decoration: none;
color: black;
}
/* .article-wrapper p,
.article-wrapper h3,
.article-wrapper a {
width: 20%;
}*/
.article-wrapper:hover {
background: #e5f1fe;
}
/*FAQ*/
.faq-section {
max-width: 70%;
margin: auto;
margin-bottom: 100px;
}
.collapsible {
background-color: #D04343;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
border-radius: 6px;
}
.collapsible:focus {
outline: none
}
.active, .collapsible:hover {
background-color: #e07a7a;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.content {
padding: 10px 18px;
display: none;
overflow: hidden;
background-color: #fff4f4;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.faq-section-list {
list-style: none;
padding: 0;
}
.faq-section-list li {
margin: 10px 0;
}
/*Campaigns*/
.campaigns-section {
max-width: 95%;
margin: auto;
padding-bottom: 30px;
}
/*Donation Video*/
.donation-procedure-section {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 40px;
}
.donation-procedure-section h2 {
margin-bottom: 30px;
}
.iframe-container {
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*profile details*/
/*.card-list {
width: 100%;
}
.card {
border-radius: 8px;
color: #000000;
padding: 10px;
position: relative;
}
.card.blue {
background-color: #24B9ED
}
.card.red {
background-color: #FF6666
}
.card.grey {
background-color: #D5D5D5
}
.card.green {
background-color: #648B55
}
.donations {
background-color: #B61827;
overflow-x: auto;
width: 100%;
}
.count, .title {
font-size: 21px;
display: inline-block;
}
.title {
margin-left: 1rem;
}*/
/*
.donations-table {
background: #e8eff1;
width: 100%;
}
.donations-table .td {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
.donations-table .th {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
td p {
font-size: 12px;
}
th {
background-color: #FF867C;
}
tr:hover {
background-color: #EF5350;
}
.donations-header {
background-color: #B61827
}
.questions {
max-width: 80%;
margin: auto;
}
.nav-item {
background-color: #4BA3C7;
border-radius: 0.5rem;
}
.nav-item:hover {
background-color: #326C84;
color: #000000
}
.nav-sidebar a {
text-decoration: none
}
.nav-sidebar {
display: block;
padding: .5rem 1rem;
text-decoration: none;
color: #000000
}
*/
/*blood progress bar*/
/*blood bar colors*/
@keyframes load {
0% {
width: 0;
}
}
.progress {
max-width: 95%;
margin: auto;
height: 2rem;
border-radius: 0.65rem;
font-size: 1rem;
}
.progress-bar {
animation: load 3s normal forwards;
}
.bloodcolorA {
background-color: #b20000;
}
.bloodcolorB {
background-color: #e50000;
}
.bloodcolorAB {
background-color: #ff4c4c;
}
.bloodcolor0 {
background-color: #ff9999;
}
/*Questionnaire*/
.questionnaire {
max-width: 80%;
margin: auto;
}
.questionnaire form {
display: flex;
flex-direction: column;
}
/*Articles Home Page*/
.home-articles-section {
display: flex;
flex-direction: column;
}
.home-articles-section h2 {
padding-left: 40px;
}
.home-articles-list {
padding: 0;
list-style: none;
display: flex;
justify-content: space-between;
}
.home-articles-list li {
margin: 0 20px;
padding: 20px;
border-radius: 6px;
}
.home-articles-list a {
color: black;
}
@media all and (max-width: 768px) {
.home-articles-list {
flex-direction: column;
}
}
/*appointments for plasma donation*/
.make-appointment-form {
display: flex;
flex-direction: column;
}
.make-appointment-form input {
margin: 10px 0;
border-radius: 5px;
border: none;
padding: 8px;
}
.make-appointment-form button, .make-appointment-form button:focus {
margin-top: 30px;
padding: 8px;
border-radius: 5px;
border: none;
background: #4BA3C7;
color: white;
outline: none;
}
/*Contacts*/
/*.map-wrapper {
margin-bottom: 50px;
}
*/
.contacts-wrapper div {
margin-top: 50px;
}
.hiddenSegment {
display: none;
}
.questionnaire-btn {
margin-top: 30px;
padding: 8px;
border-radius: 5px;
border: none;
background: #4BA3C7;
color: white;
outline: none;
}
.segmentQuestions {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
/*Profile page*/
.profile-section {
display: flex;
}
.profile-sidebar-ul {
list-style: none;
padding: 0;
}
.profile-sidebar-btn {
margin: 5px;
padding: 8px;
border-radius: 5px;
border: none;
background: #4BA3C7;
color: white;
outline: none;
display: flex;
justify-content: center;
}
.profile-sidebar-btn a {
text-decoration: none;
color: white;
}
.profile-sidebar {
margin: 0 50px;
}
/*
.profile-main-content {
max-width: 50%;
}*/
.profile-top-boxes-wrapper {
display: flex;
}
.profile-top-boxes-wrapper div {
background: #F27373;
color: white;
border-radius: 5px;
margin: 10px;
max-width: 200px;
min-width: 190px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size:14px;
}
.donations-header {
display: flex;
justify-content: center;
align-items: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-weight:600;
}
.donations-header div{
margin:5px;
}
.donation-whole-table{
margin:20px;
}
.donations-table {
background: #e8eff1;
width: 100%;
border-radius: 5px;
}
.donations-table tr{
padding:10px;
}
.donations-table .td {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
.donations-table .th {
color: white;
padding: 10px 22px;
vertical-align: middle;
}
td p {
font-size: 12px;
}
th {
background-color: #FF867C;
}
tr:hover {
background-color: #EF5350;
}
.med-result-section{
display:flex;
}
@media all and (max-width: 768px) {
.profile-section {
flex-direction: column;
align-items:center;
}
.profile-top-boxes-wrapper{
display:flex;
flex-direction:column;
align-items:center;
}
.med-result-section {
flex-direction:column;
}
.profile-sidebar{
margin:0;
}
}
.redirectButtons > li > a {
width: 100%;
height: 100%;
text-decoration: none;
color: white;
font-size: 15px
}
.redirectButtons > li {
text-decoration-color: #000000;
color: black;
background-color: #B63B3B;
min-width: 150px;
margin-bottom: 0.3rem;
margin-top: 0.3rem;
padding: 1rem
}
.redirectButtons > li:hover {
background-color: #660000
} | 0.364891 | 0.077134 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
#footer-gestion {position: absolute; bottom: 0; left: 0; right: 0}
#manager-ajust{
margin-top: 30px;
}
body{
padding-top:45px;
overflow-x:hidden;
overflow-y:scroll;
}
#header-welcome{
height:310px;
}
[class*="row"] {
margin-bottom:10px;
}
#margin-left-20{
margin-left:20px;
}
#margin-top-bottom-10{
margin-top:10px;
margin-bottom:10px;
}
#margin-top-20{
margin-top:20px;
}
margin-top-20
#margin-right-20{
margin-right:20px;
}
.jumbotron{
padding-left:20px;
margin-left:20px;
}
#offre-demande-visite{
height:200px;
}
.trait-horizontal{
border-bottom:1px solid #1C4D7C;
}
.trait-vertical{
border-right:1px solid #1C4D7C;
padding-right:10px;
}
#offre-demande-visite a{
text-decoration:none;
color:#fff;
}
.cercle{
width: 150px;
height: 150px;
border-radius: 100%;
background-color: #1C4D7C;
text-align: center;
font-size: 20px;
font-weight:bold;
padding-top: 60px;
float: left;
margin-left: 40px;
}
#dernieres-annonces img{
width:231px;
height:180px;
padding-bottom:5px;
border-bottom:1px solid #1C4D7C;
}
#carousel-example-generic{
padding-top:10px;
background-color: #ccc;
}
/*** page offres et demandes ***/
#link-ajusted{
padding-top:40px;
}
#annonces img{
width:231px;
height:150px;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
#annonce-info{
color:#fff;
padding-right:2px;
height:154px;
}
.container-ajusted{
margin-bottom:20px;
}
#pubs img{
width:100%;
height:100%;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
#boutiques img{
width:250px;
height:200px;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
#boutiques-button{
margin-top:20px;
margin-right:5px;
}
#boutique-info{
color:#1C4D7C;
padding-right:10px;
height:180px;
}
/*** FIN page offres et demandes ***/
/*** page connexion ***/
.form-connexion{
padding-top:20px;
}
.text-connexion{
padding-left:20px;
}
/*** FIN page connexion ***/
/*** DEBUT page boutique ***/
.boutique-img{
width:100%;
height:100%;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
.annonce-img{
width:600px;
height:400px;
margin-left:20px;
margin-bottom:20px;
border:2px solid #ffffff;
}
/*** FIN page boutique ***/
/*** DEBUT page contact ***/
#google_map
{
margin-top: 25px;
height: 380px;
}
/*** FIN page contact ***/
#min_height_100
{
min-height: 400px;
}
footer{
padding-top:10px;
background-color: #1C4D7C;
}
footer ul li
{
font-size:16px;
padding-top:5px;
list-style:none;
width:210px;
border-bottom: 2px solid #1C4D7C;
}
footer ul li a
{
font-size:16px;
list-style:none;
text-decoration:none;
}
#copy{
height:40px;
background:#fff;
padding-top:10px;
text-align:center;
font-size:15px;
font-weight:bold;
}
/* Petit Ecran : Debut Media Queries */
@media only screen and (max-width:800px) {
#header-welcome{
height:735px;
}
.cercle{
margin-bottom:15px;
margin-left:60px;
}
footer ul li{
width:170px;
}
} | public/assets/css/main.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
#footer-gestion {position: absolute; bottom: 0; left: 0; right: 0}
#manager-ajust{
margin-top: 30px;
}
body{
padding-top:45px;
overflow-x:hidden;
overflow-y:scroll;
}
#header-welcome{
height:310px;
}
[class*="row"] {
margin-bottom:10px;
}
#margin-left-20{
margin-left:20px;
}
#margin-top-bottom-10{
margin-top:10px;
margin-bottom:10px;
}
#margin-top-20{
margin-top:20px;
}
margin-top-20
#margin-right-20{
margin-right:20px;
}
.jumbotron{
padding-left:20px;
margin-left:20px;
}
#offre-demande-visite{
height:200px;
}
.trait-horizontal{
border-bottom:1px solid #1C4D7C;
}
.trait-vertical{
border-right:1px solid #1C4D7C;
padding-right:10px;
}
#offre-demande-visite a{
text-decoration:none;
color:#fff;
}
.cercle{
width: 150px;
height: 150px;
border-radius: 100%;
background-color: #1C4D7C;
text-align: center;
font-size: 20px;
font-weight:bold;
padding-top: 60px;
float: left;
margin-left: 40px;
}
#dernieres-annonces img{
width:231px;
height:180px;
padding-bottom:5px;
border-bottom:1px solid #1C4D7C;
}
#carousel-example-generic{
padding-top:10px;
background-color: #ccc;
}
/*** page offres et demandes ***/
#link-ajusted{
padding-top:40px;
}
#annonces img{
width:231px;
height:150px;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
#annonce-info{
color:#fff;
padding-right:2px;
height:154px;
}
.container-ajusted{
margin-bottom:20px;
}
#pubs img{
width:100%;
height:100%;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
#boutiques img{
width:250px;
height:200px;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
#boutiques-button{
margin-top:20px;
margin-right:5px;
}
#boutique-info{
color:#1C4D7C;
padding-right:10px;
height:180px;
}
/*** FIN page offres et demandes ***/
/*** page connexion ***/
.form-connexion{
padding-top:20px;
}
.text-connexion{
padding-left:20px;
}
/*** FIN page connexion ***/
/*** DEBUT page boutique ***/
.boutique-img{
width:100%;
height:100%;
padding-bottom:5px;
border:1px solid #1C4D7C;
}
.annonce-img{
width:600px;
height:400px;
margin-left:20px;
margin-bottom:20px;
border:2px solid #ffffff;
}
/*** FIN page boutique ***/
/*** DEBUT page contact ***/
#google_map
{
margin-top: 25px;
height: 380px;
}
/*** FIN page contact ***/
#min_height_100
{
min-height: 400px;
}
footer{
padding-top:10px;
background-color: #1C4D7C;
}
footer ul li
{
font-size:16px;
padding-top:5px;
list-style:none;
width:210px;
border-bottom: 2px solid #1C4D7C;
}
footer ul li a
{
font-size:16px;
list-style:none;
text-decoration:none;
}
#copy{
height:40px;
background:#fff;
padding-top:10px;
text-align:center;
font-size:15px;
font-weight:bold;
}
/* Petit Ecran : Debut Media Queries */
@media only screen and (max-width:800px) {
#header-welcome{
height:735px;
}
.cercle{
margin-bottom:15px;
margin-left:60px;
}
footer ul li{
width:170px;
}
} | 0.265309 | 0.054929 |